aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-09-28 18:46:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-28 18:46:46 +0000
commit2e79e6cc711c2ae35a82f93c21417039c3904242 (patch)
treedd9c71deedcf0916b909cf355e79c5d9fec318ad
parent6a8f55d946dfc09ba563408210c1bf9a9a5cdb12 (diff)
downloadopenembedded-2e79e6cc711c2ae35a82f93c21417039c3904242.tar.gz
nslu2.conf: uclibc now has sinf and cosf, remove uclibc specific compiler options.
-rw-r--r--conf/machine/nslu2.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/nslu2.conf b/conf/machine/nslu2.conf
index b17f9a4b3c..5a87441a2b 100644
--- a/conf/machine/nslu2.conf
+++ b/conf/machine/nslu2.conf
@@ -67,7 +67,8 @@ FULL_OPTIMIZATION = "-Os -fomit-frame-pointer -frename-registers \
# uClibc does not include sinf or cosf, so the gcc auto-use of
# these functions must be disabled (this only occurs with -O)
-FULL_OPTIMIZATION_append_linux-uclibc = " -fno-builtin-sin -fno-builtin-cos"
+#This should be fixed in uclibc 0.9.28 and later
+#FULL_OPTIMIZATION_append_linux-uclibc = " -fno-builtin-sin -fno-builtin-cos"
#-------------------------------------------------------------------------------
# 'ARCH' options - package architecture and the 'target' architecture