comparison src/native-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
comparison
equal deleted inserted replaced
3709:c8546fe79bc9 3710:1220a9158bc1
24 --disable-nls \ 24 --disable-nls \
25 --without-x \ 25 --without-x \
26 --disable-win32-registry \ 26 --disable-win32-registry \
27 --with-native-system-header-dir='$(HOST_PREFIX)/include' \ 27 --with-native-system-header-dir='$(HOST_PREFIX)/include' \
28 --enable-threads=win32 28 --enable-threads=win32
29 ifneq ($(ENABLE_64),yes) 29 ifneq ($(ENABLE_WINDOWS_64),yes)
30 $(PKG)_SYSDEP_CONFIGURE_OPTIONS += \ 30 $(PKG)_SYSDEP_CONFIGURE_OPTIONS += \
31 --disable-sjlj-exceptions 31 --disable-sjlj-exceptions
32 endif 32 endif
33 endif 33 endif
34 34