[coreboot] [FILO] r134 - trunk/filo/util/xcompile

repository service svn at coreboot.org
Mon Jul 19 19:56:39 CEST 2010


Author: mjones
Date: Mon Jul 19 19:56:38 2010
New Revision: 134
URL: http://tracker.coreboot.org/trac/filo/changeset/134

Log:
This patch fixes xcompile for filo located in coreboot/payloads. This goes with the follow-on patch to put filo and libpayload in the same place.

Signed-off-by: Cai Bai Yin <caibaiyin.pku at gmail.com>
Acked-by: Marc Jones <marcj303 at gmail.com>

Modified:
   trunk/filo/util/xcompile/xcompile

Modified: trunk/filo/util/xcompile/xcompile
==============================================================================
--- trunk/filo/util/xcompile/xcompile	Thu Jun  3 19:36:15 2010	(r133)
+++ trunk/filo/util/xcompile/xcompile	Mon Jul 19 19:56:38 2010	(r134)
@@ -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




More information about the coreboot mailing list