Ticket #36311: patch-ARB-config.makefile.diff
File patch-ARB-config.makefile.diff, 811 bytes (added by mattcottrell, 12 years ago) |
---|
-
config.makefile
old new 20 20 # 2 = compile both, use old (recommended for development only) 21 21 PTPAN := 0 22 22 23 ARB_64 := 0# compile 64bit ARB version23 ARB_64 := @@64BIT@@# compile 64bit ARB version 24 24 #BUILDHOST_64 := 1# whether build host is 64bit (value defaults to ARB_64). Needed for cross-compile 25 25 26 26 # -------------------------------------------------------------------------------- … … 30 30 # ------------ 31 31 # Section: Linux 32 32 33 MACH := LINUX# Linux g++ and gcc34 LINUX := 133 #MACH := LINUX# Linux g++ and gcc 34 #LINUX := 1 35 35 36 36 # DEBIAN := 1 # uncomment for DEBIAN systems 37 37 # REDHAT := 1 # uncomment for REDHAT systems … … 39 39 # ------------ 40 40 # Section: Mac OSX 41 41 42 #MACH := DARWIN#43 #DARWIN := 142 MACH := DARWIN# 43 DARWIN := 1 44 44 45 45 # ------------