[coreboot] r655 - coreboot-v3/util/xcompile

svn at coreboot.org svn at coreboot.org
Sat Apr 5 01:38:51 CEST 2008


Author: stepan
Date: 2008-04-05 01:38:51 +0200 (Sat, 05 Apr 2008)
New Revision: 655

Modified:
   coreboot-v3/util/xcompile/xcompile
Log:
fix i386-elf binutils weirdness. Thanks to Segher Boessenkool for finding this
out. (trivial)
Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: coreboot-v3/util/xcompile/xcompile
===================================================================
--- coreboot-v3/util/xcompile/xcompile	2008-04-04 14:49:50 UTC (rev 654)
+++ coreboot-v3/util/xcompile/xcompile	2008-04-04 23:38:51 UTC (rev 655)
@@ -82,7 +82,7 @@
 		fi
 		echo "CC_x86 := $CC"
 		echo "AR_x86 := i386-elf-ar"
-		echo "AS_x86 := i386-elf-as"
+		echo "AS_x86 := i386-elf-as --divide"
 		echo "LD_x86 := i386-elf-ld"
 		echo "NM_x86 := i386-elf-nm"
 		echo "OBJCOPY_x86 := i386-elf-objcopy"





More information about the coreboot mailing list