From: John Hodge Date: Thu, 17 Nov 2011 14:14:47 +0000 (+0800) Subject: Updated Autoconf cross compile notes for change to build structure X-Git-Tag: rel0.14~94 X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Facess2.git;a=commitdiff_plain;h=334f051381c5264ab632a7c6dc84fc0118fbff31;hp=50a13a7e94111b512d85c9a84dd0d7e22443372e Updated Autoconf cross compile notes for change to build structure --- diff --git a/Notes/AutoconfCrossCompiling.txt b/Notes/AutoconfCrossCompiling.txt index 2e0d0ecc..45f0c13d 100644 --- a/Notes/AutoconfCrossCompiling.txt +++ b/Notes/AutoconfCrossCompiling.txt @@ -1,3 +1,3 @@ Cross Compiling -CC=i586-elf-gcc CPPFLAGS="-I /home/tpg/Projects/Acess2/Usermode/include/ -DARCHDIR_is_x86" CFLAGS="-Wl,-T,/home/tpg/Projects/Acess2/Usermode/Output/i386/Libs/acess.ld -nostartfiles -nodefaultlibs -lld-acess -lc" ./configure --host=i586-elf +CC=i586-elf-gcc CPPFLAGS="-I /home/tpg/Projects/Acess2/Usermode/include/ -DARCHDIR_is_x86" CFLAGS="-Wl,-T,/home/tpg/Projects/Acess2/Usermode/Output/x86/Libs/acess.ld -nostartfiles -nodefaultlibs -lld-acess -lc" ./configure --host=i586-elf