GCC: x-darwin, 1.1.1.1 -> 1.2
Jan-Benedict Glaw
jbglaw at dvmwest.gt.owl.de
Tue Aug 17 22:25:30 CEST 2004
Update of /mnt/vax-development/CVS_Repository/gcc/gcc/config/rs6000
In directory mail:/mnt/vax-development/local_work/work-jbglaw/local-cvs/gcc/gcc/config/rs6000
Modified Files:
x-darwin
Log Message:
- - - -- -- A U T O M A T I C C H E C K I N -- -- - - -
Add -mdynamic-no-pic to compile flags for gcc. On Mac OS X and Darwin,
the compiler generates position-independent-code by default. This allows
an object file to be used for a dylib or executable without any thought
on the developer's part, but generates less-efficient code. Setting this
flag on gcc speeds compiles by 3-5%.
* config/rs6000/x-darwin: Add -mdynamic-no-pic to gcc build flags.
More information about the VAX-Toolchain-CVS
mailing list