[M3commit] CVS Update: cm3
    Jay Krell 
    jkrell at elego.de
       
    Mon Jun 14 23:16:39 CEST 2010
    
    
  
CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	10/06/14 23:16:39
Modified files:
	cm3/m3-sys/cminstall/src/config-no-install/: ALPHA_OSF 
Log message:
	always compile C with -O3 -g3
	-g in particular inhibits optimization
	
	path -rpath to cc instead of -Wl,-rpath
	
	use -B symbolic
	I verified, even though this isn't really documented for cc,
	it does work. It is documented for ld. -B foo means something
	else for cc, but it appears to recognize -B symbolic.
	If in doubt, use -Wl,-B,symbolic or maybe -WL,-B,symbolic instead
	
	cleanup comments about shared
	
	remove SYSTEM_LD -- just always use SYSTEM_CC
    
    
More information about the M3commit
mailing list