gcc/gcc ChangeLog config/rs6000/x-darwin

bowdidge@gcc.gnu.org bowdidge@gcc.gnu.org
Tue Aug 17 20:02:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bowdidge@gcc.gnu.org	2004-08-17 20:02:46

Modified files:
	gcc            : ChangeLog 
	gcc/config/rs6000: x-darwin 

Log message:
	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.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.4939&r2=2.4940
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/x-darwin.diff?cvsroot=gcc&r1=1.5&r2=1.6



More information about the Gcc-cvs mailing list