From cf28cf594d1e20a0ec9bc2d05ba6412fce43fd7f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 14 Dec 2019 12:16:59 +0100 Subject: For building gnumach on 64bit linux, rather use a proper cross-compiler --- microkernel/mach/gnumach/building.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3