Changes between Version 2 and Version 3 of UniversalDevelopment


Ignore:
Timestamp:
Oct 18, 2008, 8:07:57 PM (16 years ago)
Author:
illogic-al@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UniversalDevelopment

    v2 v3  
    44 * Adding the universal build flags (''-arch ppc -arch ppc64 ..'') to the compiler flags: Suited for straight compilation of executables
    55 * Adding universal build flags to the CFLAGS etc.: Suited for certain autotool driven builds
     6 * Modifying libtool command with the universal ldflags e.g. `reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool`
    67 * 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)
    78