GCC: ChangeLog, 1.68 -> 1.69

Jan-Benedict Glaw jbglaw at dvmwest.gt.owl.de
Tue Aug 17 22:25:28 CEST 2004


Update of /mnt/vax-development/CVS_Repository/gcc/gcc
In directory mail:/mnt/vax-development/local_work/work-jbglaw/local-cvs/gcc/gcc

Modified Files:
	ChangeLog 
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