diff Makefile.in @ 4304:0db33a326eec

make --enable-64 the default new configure option --enable-fortran-int64
author John W. Eaton <jwe@octave.org>
date Fri, 30 Dec 2016 16:02:18 -0500
parents eac52a8a7822
children 689cce14e824
line wrap: on
line diff
--- a/Makefile.in	Fri Dec 30 22:26:22 2016 -0500
+++ b/Makefile.in	Fri Dec 30 16:02:18 2016 -0500
@@ -47,14 +47,15 @@
 # binaries that require a 64-bit Windows system.
 ENABLE_WINDOWS_64 := @ENABLE_WINDOWS_64@
 
-# Attempt to build Octave and dependencies with 64-bit indexing
-# enabled (experimental; requires 64-bit system and compiler).
-# Note that 64-bit indexing is NOT required simply because you have
-# 64-bit operating system.  Building Octave with 64-bit indexing is
-# still experimental, so enabling this option is discouraged unless
-# you know what you are doing.
+# Build Octave with 64-bit indexing enabled (This is the default).
 ENABLE_64 := @ENABLE_64@
 
+# Build Fortran (and other) numerical library dependencies with
+# 64-bit indexing enabled (experimental; requires 64-bit system and
+# compiler).  The usual configuration is to build with ENABLE_64 but
+# not ENABLE_FORTRAN_INT64.
+ENABLE_FORTRAN_INT64 := @ENABLE_FORTRAN_INT64@
+
 # create binary octave forge tools.
 # if cross, compiling, this also means we will attempt to create cross mkoctfile
 ENABLE_BINARY_PACKAGES := @ENABLE_BINARY_PACKAGES@