Mac: Update native Makefile scripts to only build 64-bit binaries on MacOSX

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: None
    • Component/s: javafx
    • Environment:

      Mac OS X

      Mac OS X only supports 64-bit binaries. Prior to JavaFX 2.2 we used to ship fat binaries for all of our libraries that included both 32-bit (arch=i386) and 64-bit (arch=x86_64) binaries. This was fixed with RT-21423 by using "lipo" to strip out the 32-bit part, leaving only the 64-bit part, which cut the size of our shipping binaries in half.

      In 3.0 we can optimize the builds of the native libraries by not even building the 32-bit libraries in the first place.

            Assignee:
            Richard Bair (Inactive)
            Reporter:
            Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: