Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


On Mac OS X 10.6.4, config.guess is returning "x86_64-apple-darwin10.4.0". Which is correct; 
however, clone/bootstrap/set_soenv.in only supports m/^i[3456]86/ & m/^powerpc/.

I just copied the i386 block into my new x86_64 block for now:
{
          print "Setting values for Mac OS X/Darwin on x86... ";
          $outfile        = "MacOSXX86Env.Set"; 
          $CPU            = "I";
          $CPUNAME        = "INTEL";
          $OUTPATH        = "unxmacxi";
}

I believe that we might need to change it to something like the following if we ever want to 
support a 64bit build on Mac:
{
          print "Setting values for Mac OS X/Darwin on x86... ";
          $outfile        = "MacOSXX86_64Env.Set"; 
          $CPU            = "X";
          $CPUNAME        = "X86_64";
          $OUTPATH        = "unxmacxx";
}

However, I don't think the rest of the build system would handle that very well.

Joe P.

Attachment: set_soenv.in
Description: Binary data


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.