svn commit: trunk/busybox

aldot at busybox.net aldot at busybox.net
Fri Mar 3 20:31:37 UTC 2006


Author: aldot
Date: 2006-03-03 12:31:33 -0800 (Fri, 03 Mar 2006)
New Revision: 14440

Log:
- correct comment.
Should revisit gcc >= 4.1 with that =1 later on


Modified:
   trunk/busybox/Rules.mak


Changeset:
Modified: trunk/busybox/Rules.mak
===================================================================
--- trunk/busybox/Rules.mak	2006-03-03 19:02:50 UTC (rev 14439)
+++ trunk/busybox/Rules.mak	2006-03-03 20:31:33 UTC (rev 14440)
@@ -187,7 +187,7 @@
 $(if $(call is_eq,$(__TARGET_ARCH),i386),\
   $(call check_gcc,OPTIMIZATIONS,-march=i386,))
 
-# gcc-4.0 and older seem to suffer from these
+# gcc-4.0 and older seem to benefit from these
 $(if $(call cc_le,4,0),\
   $(call check_gcc,OPTIMIZATIONS,-mpreferred-stack-boundary=2,)\
   $(call check_gcc,OPTIMIZATIONS,-falign-functions=1 -falign-jumps=1 -falign-loops=1,\




More information about the busybox-cvs mailing list