Quote:
Originally Posted by PBMcL
Also, you should contact Paul Zimmerman or Alex Kruppa so that they can include your machine type in their configure setup.
|
Actually, that reminds me too. When doing configure builds, I had to add a workaround in my configure file to enable ASM for 32-bit Intel Macs, all of which support the custom ASM. You can add i686-apple-darwin* to the list of acceptable hosts (the wildcard at the end because it can be i686-apple-darwin8, i686-apple-darwin9, or possibly others. The final number refers to the OS's major version number).