diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-12-14 12:16:59 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-12-14 12:16:59 +0100 |
commit | cf28cf594d1e20a0ec9bc2d05ba6412fce43fd7f (patch) | |
tree | 354919d93f6474a8fe60fe48fb153dd0ccc6c413 /microkernel/mach | |
parent | d7474436a1cb926f1540081869932be0bf829499 (diff) |
For building gnumach on 64bit linux, rather use a proper cross-compiler
Diffstat (limited to 'microkernel/mach')
-rw-r--r-- | microkernel/mach/gnumach/building.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/microkernel/mach/gnumach/building.mdwn b/microkernel/mach/gnumach/building.mdwn index cf5843ff..d3fe670a 100644 --- a/microkernel/mach/gnumach/building.mdwn +++ b/microkernel/mach/gnumach/building.mdwn @@ -80,7 +80,7 @@ Run configure: If building on a 64 bit host system, you need a number of additional settings to force a 32 bit build: - $ CPP='gcc -m32 -E -x c -undef -ansi' CC='gcc -m32' LD='ld -melf_i386' ../configure --prefix= --host=i686-unknown-linux-gnu + $ ../configure --prefix= --host=i686-gnu LD=i686-linux-gnu-ld CC=i686-linux-gnu-gcc ### Installing the Header Files First |