diff src/libgomp.mk @ 3013:bcc26ffe9a0f

use variable for --host and --build configure arguments
author John W. Eaton <jwe@octave.org>
date Sun, 02 Jun 2013 12:40:32 -0400
parents 100e618349f7
children b6c7244a2f66
line wrap: on
line diff
--- a/src/libgomp.mk	Sun Jun 02 10:31:04 2013 -0400
+++ b/src/libgomp.mk	Sun Jun 02 12:40:32 2013 -0400
@@ -17,8 +17,7 @@
 define $(PKG)_BUILD
     mkdir -p '$(1)/build/$(TARGET)/libgomp'
     cd       '$(1)/build/$(TARGET)/libgomp' && '$(1)/libgomp/configure' \
-        --host='$(TARGET)' \
-        --build="`config.guess`" \
+        $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \
         --target='$(TARGET)' \
         --prefix='$(BUILD_TOOLS_PREFIX)' \
         --enable-version-specific-runtime-libs \