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:
parent
5a9da34a5b
commit
12a0bfac72
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue