diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-05-19 07:21:31 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-05-19 07:21:31 +0000 |
commit | 5b0280fb142d524a0762066e8b83f255410fc0d4 (patch) | |
tree | 0d9552896f4fd0e4b6e23d2bc507fb538cdae7af /util/crossgcc/buildgcc | |
parent | bb33fbeb91bad7521a8262ada40d51405b22c429 (diff) |
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
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index d33c6e94f9..e8efb5c525 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -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 |