[coreboot] [commit] r5570 - trunk/util/crossgcc

repository service svn at coreboot.org
Wed May 19 09:21:32 CEST 2010


Author: oxygene
Date: Wed May 19 09:21:31 2010
New Revision: 5570
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5570

Log:
Fix path for mingw workaround. Trivial.

Signed-off-by: Patrick Georgi <patrick.georgi at coresystems.de>
Acked-by: Patrick Georgi <patrick.georgi at coresystems.de>

Modified:
   trunk/util/crossgcc/buildgcc

Modified: trunk/util/crossgcc/buildgcc
==============================================================================
--- trunk/util/crossgcc/buildgcc	Tue May 18 18:24:07 2010	(r5569)
+++ trunk/util/crossgcc/buildgcc	Wed May 19 09:21:31 2010	(r5570)
@@ -371,7 +371,7 @@
 printf "Building binutils ${BINUTILS_VERSION} ... "
 (
 	# workaround for building binutils 2.20.1 on MINGW:
- 	touch ../binutils-${BINUTILS_VERSION}/bfd/doc/bfd.info
+ 	touch binutils-${BINUTILS_VERSION}/bfd/doc/bfd.info
 	# now build binutils
 	cd build-binutils
 	rm -f .failed




More information about the coreboot mailing list