comparison 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
comparison
equal deleted inserted replaced
3709:c8546fe79bc9 3710:1220a9158bc1
32 --disable-nls \ 32 --disable-nls \
33 --without-x \ 33 --without-x \
34 --disable-win32-registry \ 34 --disable-win32-registry \
35 --with-native-system-header-dir='/include' \ 35 --with-native-system-header-dir='/include' \
36 --enable-threads=win32 36 --enable-threads=win32
37 ifneq ($(ENABLE_64),yes) 37 ifneq ($(TARGET),x86_64-w64-mingw32)
38 $(PKG)_SYSDEP_CONFIGURE_OPTIONS += \ 38 $(PKG)_SYSDEP_CONFIGURE_OPTIONS += \
39 --disable-sjlj-exceptions 39 --disable-sjlj-exceptions
40 endif 40 endif
41 define $(PKG)_BUILD_SYSTEM_RUNTIME 41 define $(PKG)_BUILD_SYSTEM_RUNTIME
42 # build standalone gcc 42 # build standalone gcc