Fix path for mingw workaround. Trivial.
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5570 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
bb33fbeb91
commit
5b0280fb14
|
@ -371,7 +371,7 @@ else
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue