this patch is used for filo xcompile fix.
Signed-off-by: Cai Bai Yin <[email protected]><[email protected]>
Index: util/xcompile/xcompile
===================================================================
--- util/xcompile/xcompile (revision 133)
+++ util/xcompile/xcompile (working copy)
@@ -41,7 +41,7 @@
# This should be a loop over all supported architectures
TARCH=i386
TWIDTH=32
-for gccprefixes in `pwd`/util/crossgcc/xgcc/bin/${TARCH}-elf- ${TARCH}-elf- ""; do
+for gccprefixes in `pwd`/../../util/crossgcc/xgcc/bin/${TARCH}-elf- ${TARCH}-elf- ""; do
if ! which ${gccprefixes}as 2>/dev/null >/dev/null; then
continue
fi
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot