<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>I'd like to bring this back to what it was:</div><div><br></div><div><br></div><div>diff --git a/m3-sys/cminstall/src/config-no-install/AMD64_DARWIN b/m3-sys/cminstall/src/config-no-ins</div><div>tall/AMD64_DARWIN</div><div>index c30dd35..8fa0a4a 100644</div><div>--- a/m3-sys/cminstall/src/config-no-install/AMD64_DARWIN</div><div>+++ b/m3-sys/cminstall/src/config-no-install/AMD64_DARWIN</div><div>@@ -4,9 +4,13 @@</div><div> </div><div> %readonly SYSTEM_CC = "/opt/local/bin/gcc-mp-4.7"</div><div> %readonly SYSTEM_LIBTOOL = "/opt/local/bin/libtool"</div><div>-readonly SYSTEM_CC = "/usr/bin/gcc"</div><div>-readonly SYSTEM_LIBTOOL = "/usr/bin/libtool"</div><div>-readonly SYSTEM_ASM = "/usr/bin/as"</div><div>+</div><div>+% Darwin.common does a good job of determining these, esp. the assembler.</div><div>+% Older /usr/bin/as default to x86 and fail for amd64.</div><div>+%readonly SYSTEM_CC = "/usr/bin/gcc"</div><div>+%readonly SYSTEM_LIBTOOL = "/usr/bin/libtool"</div><div>+%readonly SYSTEM_ASM = "/usr/bin/as"</div><div>+%readonly SYSTEM_ASM = "/usr/bin/as -arch x86_64"</div><div> </div><div> readonly TARGET = "AMD64_DARWIN"</div><div> readonly GNU_PLATFORM = "i686-darwin8" % "cpu-os" string for GNU</div><div><br></div><div><br></div><div>Does that really not work for people? Why?</div><div>Are the cc/libtool on $PATH not acceptable?</div><div><br></div><div><br></div><div>/usr/bin/as does not work on older systems. At least not w/o -arch.</div><div><br></div><div><br></div><div> - Jay</div> </div></body>
</html>