Changes between Version 3 and Version 4 of UniversalDevelopment


Ignore:
Timestamp:
Oct 18, 2008, 8:09:43 PM (15 years ago)
Author:
illogic-al@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UniversalDevelopment

    v3 v4  
    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`
     6 * Adding universal build flags to the libtool command e.g. `reinplace "s|CC -dynamiclib|CC -dynamiclib ${configure.universal_ldflags}|g" ${worksrcpath}/libtool`
    77 * 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)
    88