Only remove .xcompile with distclean. Look for crossgcc in util.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4902 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -10,7 +10,7 @@ GCCPREFIX=invalid
|
||||
TMP=`mktemp /tmp/temp.XXXX`
|
||||
echo "mov %eax, %eax" > ${TMP}.s
|
||||
printf "\x7fELF" > ${TMP}.compare
|
||||
for gccprefixes in `pwd`/../crossgcc/xgcc/bin/i386-elf- i386-elf- ""; do
|
||||
for gccprefixes in `pwd`/util/crossgcc/xgcc/bin/i386-elf- i386-elf- ""; do
|
||||
if which ${gccprefixes}as 2>/dev/null >/dev/null; then
|
||||
printf ""
|
||||
else
|
||||
|
Reference in New Issue
Block a user