From dc3214851bffaaf7b23e422f9f7552b5666708b2 Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Sat, 31 Oct 2009 20:47:14 +0000 Subject: Only remove .xcompile with distclean. Look for crossgcc in util. Signed-off-by: Myles Watson Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4902 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/xcompile/xcompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index 104909845f..79d4bfe5ad 100644 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -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 -- cgit v1.2.3