diff src/native-gcc.mk @ 3523:1b350761007f

allow native-gcc build to succeed
author John W. Eaton <jwe@octave.org>
date Sun, 16 Feb 2014 17:49:33 -0500
parents 799dcef88a41
children b1ca68ddd02c
line wrap: on
line diff
--- a/src/native-gcc.mk	Fri Feb 14 18:01:52 2014 -0500
+++ b/src/native-gcc.mk	Sun Feb 16 17:49:33 2014 -0500
@@ -12,11 +12,7 @@
 
 $(PKG)_DEPS := native-binutils cloog gmp isl mpc mpfr
 ifeq ($(MXE_SYSTEM),mingw)
-  ifeq ($(ENABLE_64),yes)
-    $(PKG)_DEPS += mingw-w64
-  else
-    $(PKG)_DEPS += mingwrt w32api
-  endif
+  $(PKG)_DEPS += mingw-w64
 endif
 ifneq ($(BUILD_SHARED),yes)
 $(PKG)_STATIC_FLAG := --static
@@ -29,7 +25,7 @@
     --without-x \
     --disable-win32-registry \
     --enable-threads=win32 \
-    --with-native-system-header-dir=$(HOST_PREFIX)/include
+    --with-native-system-header-dir='$(HOST_PREFIX)/include'
   ifneq ($(ENABLE_64),yes)
     $(PKG)_SYSDEP_CONFIGURE_OPTIONS += \
       --disable-sjlj-exceptions