diff src/libgomp.mk @ 2153:e4c83fa61a5b

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
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 28 Nov 2011 09:51:56 +0100
parents b005b9cf8998
children f653602a0500
line wrap: on
line diff
--- a/src/libgomp.mk	Mon Nov 28 16:42:01 2011 +1100
+++ b/src/libgomp.mk	Mon Nov 28 09:51:56 2011 +0100
@@ -21,7 +21,7 @@
     mkdir -p '$(1)/build/$(TARGET)/libgomp'
     cd       '$(1)/build/$(TARGET)/libgomp' && '$(1)/libgomp/configure' \
         --host='$(TARGET)' \
-        --build='$(BUILD)' \
+        --build="`config.guess`" \
         --target='$(TARGET)' \
         --prefix='$(PREFIX)' \
         --enable-version-specific-runtime-libs \