diff Makefile @ 3015:ec6f91539788

initial support for --enable-64
author John W. Eaton <jwe@octave.org>
date Tue, 04 Jun 2013 12:33:15 -0400
parents b6c7244a2f66
children 051574ceb3fc
line wrap: on
line diff
--- a/Makefile	Sun Jun 02 16:59:24 2013 -0400
+++ b/Makefile	Tue Jun 04 12:33:15 2013 -0400
@@ -40,6 +40,10 @@
 USE_PIC_FLAG := no
 #USE_PIC_FLAG := yes
 
+# Attempt to build Octave and dependencies with 64-bit indexing enabled.
+ENABLE_64 := no
+#ENABLE_64 := yes
+
 ## end of configuration variables.
 
 ifneq ($(MXE_NATIVE_BUILD),yes)