diff options
author | Bernhard Reutner-Fischer | 2006-03-03 20:31:33 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-03-03 20:31:33 +0000 |
commit | d9969ea175503bdd37fdc966a0ed38bb6f81ff89 (patch) | |
tree | 8b8bf5ac5fe7229c7edeb9517f509460fb5a72a3 | |
parent | 06ec8cff83bf7c71b66027b28f7873f7e3b95eba (diff) | |
download | busybox-d9969ea175503bdd37fdc966a0ed38bb6f81ff89.zip busybox-d9969ea175503bdd37fdc966a0ed38bb6f81ff89.tar.gz |
- correct comment.
Should revisit gcc >= 4.1 with that =1 later on
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ endif # arm $(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,\ |