[M3devel] AMD64_DARWIN config

Jay K jay.krell at cornell.edu
Wed Jun 10 11:12:06 CEST 2015


I'd like to bring this back to what it was:

diff --git a/m3-sys/cminstall/src/config-no-install/AMD64_DARWIN b/m3-sys/cminstall/src/config-no-install/AMD64_DARWINindex c30dd35..8fa0a4a 100644--- a/m3-sys/cminstall/src/config-no-install/AMD64_DARWIN+++ b/m3-sys/cminstall/src/config-no-install/AMD64_DARWIN@@ -4,9 +4,13 @@  %readonly SYSTEM_CC = "/opt/local/bin/gcc-mp-4.7" %readonly SYSTEM_LIBTOOL = "/opt/local/bin/libtool"-readonly SYSTEM_CC = "/usr/bin/gcc"-readonly SYSTEM_LIBTOOL = "/usr/bin/libtool"-readonly SYSTEM_ASM = "/usr/bin/as"++% Darwin.common does a good job of determining these, esp. the assembler.+% Older /usr/bin/as default to x86 and fail for amd64.+%readonly SYSTEM_CC = "/usr/bin/gcc"+%readonly SYSTEM_LIBTOOL = "/usr/bin/libtool"+%readonly SYSTEM_ASM = "/usr/bin/as"+%readonly SYSTEM_ASM = "/usr/bin/as -arch x86_64"  readonly TARGET = "AMD64_DARWIN" readonly GNU_PLATFORM = "i686-darwin8" % "cpu-os" string for GNU

Does that really not work for people? Why?Are the cc/libtool on $PATH not acceptable?

/usr/bin/as does not work on older systems. At least not w/o -arch.

 - Jay 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://m3lists.elegosoft.com/pipermail/m3devel/attachments/20150610/c05da22b/attachment-0001.html>


More information about the M3devel mailing list