[Dist-svn] SF.net SVN: dist: [29] trunk/dist/mcon/U/ccflags.U
Brought to you by:
rmanfredi
From: <cb...@us...> - 2008-06-16 18:11:02
|
Revision: 29 http://dist.svn.sourceforge.net/dist/?rev=29&view=rev Author: cbiere Date: 2008-06-16 11:11:00 -0700 (Mon, 16 Jun 2008) Log Message: ----------- * Append $ccflags so that it can override the defaults assuming the compiler picks the last choice as GCC does. Modified Paths: -------------- trunk/dist/mcon/U/ccflags.U Modified: trunk/dist/mcon/U/ccflags.U =================================================================== --- trunk/dist/mcon/U/ccflags.U 2008-06-16 18:04:21 UTC (rev 28) +++ trunk/dist/mcon/U/ccflags.U 2008-06-16 18:11:00 UTC (rev 29) @@ -197,7 +197,7 @@ fi case "$hint" in -default|recommended) dflt="$ccflags $dflt" ;; +default|recommended) dflt="$dflt $ccflags" ;; *) dflt="$ccflags";; esac This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |