fix i386-elf binutils weirdness. Thanks to Segher Boessenkool for finding this

out. (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@655 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Stefan Reinauer 2008-04-04 23:38:51 +00:00
commit 12a0bfac72

View file

@ -82,7 +82,7 @@ case "$ARCH" in
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"