nslu2.conf: uclibc now has sinf and cosf, remove uclibc specific compiler options.
authorJohn Bowler <jbowler@nslu2-linux.org>
Wed, 28 Sep 2005 18:46:46 +0000 (18:46 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 28 Sep 2005 18:46:46 +0000 (18:46 +0000)
conf/machine/nslu2.conf

index b17f9a4..5a87441 100644 (file)
@@ -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