summaryrefslogtreecommitdiffstats
path: root/src/binutils.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2011-11-28 08:51:56 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2011-11-28 08:51:56 (GMT)
commit148931b4aed129a02b3a333bf7d9bedbae6c131d (patch)
treeb1c041b7ef4af375188b7da66d0bda3f419d0b38 /src/binutils.mk
parentff475f5abbaf7e98c72bbe7b682aedfba69ed84f (diff)
downloadmxe-148931b4aed129a02b3a333bf7d9bedbae6c131d.zip
mxe-148931b4aed129a02b3a333bf7d9bedbae6c131d.tar.gz
mxe-148931b4aed129a02b3a333bf7d9bedbae6c131d.tar.bz2
replaced $(BUILD) with a more direct and less brittle construct
For discussion, see the following email and its follow-ups: http://lists.nongnu.org/archive/html/mingw-cross-env-list/2011-11/msg00112.html
Diffstat (limited to 'src/binutils.mk')
-rw-r--r--src/binutils.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/binutils.mk b/src/binutils.mk
index d675cb2..3c5d737 100644
--- a/src/binutils.mk
+++ b/src/binutils.mk
@@ -26,7 +26,6 @@ define $(PKG)_BUILD
$(INSTALL) -m755 '$(1)/config.guess' '$(PREFIX)/bin/'
$(INSTALL) -m755 '$(1)/config.sub' '$(PREFIX)/bin/'
- # Cannot use BUILD which was defined before config.guess existed.
cd '$(1)' && ./configure \
--target='$(TARGET)' \
--build="`config.guess`" \