diff src/build-gcc.mk @ 3710:1220a9158bc1

make building 64-bit Windows binaries independent from enabling 64-bit indexing in Octave
author John W. Eaton <jwe@octave.org>
date Sun, 07 Sep 2014 06:42:40 -0400
parents e4ce23a86225
children 992be3109433
line wrap: on
line diff
--- a/src/build-gcc.mk	Thu Sep 04 16:30:14 2014 -0400
+++ b/src/build-gcc.mk	Sun Sep 07 06:42:40 2014 -0400
@@ -34,7 +34,7 @@
     --disable-win32-registry \
     --with-native-system-header-dir='/include' \
     --enable-threads=win32
-  ifneq ($(ENABLE_64),yes)
+  ifneq ($(TARGET),x86_64-w64-mingw32)
     $(PKG)_SYSDEP_CONFIGURE_OPTIONS += \
       --disable-sjlj-exceptions
   endif