Changes between Version 1 and Version 2 of UniversalDevelopment


Ignore:
Timestamp:
Dec 14, 2007, 12:57:43 PM (16 years ago)
Author:
mww@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UniversalDevelopment

    v1 v2  
    11Port(1) supports for universal builds is not good enough to handle non-trivial cases. We currently try to develop mechanisms to overcome this, so we can make more ports build universal more easily.
     2
     3=== Approaches ===
     4 * Adding the universal build flags (''-arch ppc -arch ppc64 ..'') to the compiler flags: Suited for straight compilation of executables
     5 * Adding universal build flags to the CFLAGS etc.: Suited for certain autotool driven builds
     6 * Separating builds for different architectures, merging the different (single-arch) destroots (emulation or multiple build machines differing in arch may be necessary for some ports)
     7
     8
     9=== Developers ===
     10[wiki:mww mww (Markus W. Weissmann)]
     11