changeset 3189:e028df4c0e31

omit some configure args for native build-gcc builds
author John W. Eaton <jwe@octave.org>
date Mon, 05 Aug 2013 21:24:17 -0400
parents 15520bf542ff
children 24a25f3a50f4
files src/build-gcc.mk
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-gcc.mk	Mon Aug 05 15:14:40 2013 -0400
+++ b/src/build-gcc.mk	Mon Aug 05 21:24:17 2013 -0400
@@ -20,6 +20,13 @@
 
 ifeq ($(MXE_SYSTEM),mingw)
   $(PKG)_SYSDEP_CONFIGURE_OPTIONS := \
+    --libdir='$(BUILD_TOOLS_PREFIX)/lib' \
+    --enable-version-specific-runtime-libs \
+    --with-gcc \
+    --with-gnu-ld \
+    --with-gnu-as \
+    --disable-nls \
+    --without-x \
     --disable-sjlj-exceptions \
     --disable-win32-registry \
     --enable-threads=win32
@@ -40,15 +47,8 @@
         --target='$(TARGET)' \
         --build='$(BUILD_SYSTEM)' \
         --prefix='$(BUILD_TOOLS_PREFIX)' \
-        --libdir='$(BUILD_TOOLS_PREFIX)/lib' \
         --enable-languages='c,c++,fortran' \
-        --enable-version-specific-runtime-libs \
-        --with-gcc \
-        --with-gnu-ld \
-        --with-gnu-as \
-        --disable-nls \
         $(ENABLE_SHARED_OR_STATIC) \
-        --without-x \
         $($(PKG)_SYSDEP_CONFIGURE_OPTIONS) \
         --disable-libgomp \
         --disable-libmudflap \