slugos.inc: Put FULL_OPTIMIZATION flags in a single line, otherwise configure barfs...
authorRod Whitby <rod@whitby.id.au>
Tue, 13 Feb 2007 01:52:03 +0000 (01:52 +0000)
committerRod Whitby <rod@whitby.id.au>
Tue, 13 Feb 2007 01:52:03 +0000 (01:52 +0000)
conf/distro/include/slugos.inc

index a26a069..0a11c0e 100644 (file)
@@ -49,9 +49,7 @@ INHERIT += "package_ipk debian multimachine"
 #    values are.)  The -fno options are an attempt to cancel explicit use of space
 #    consuming options found in some packages (this isn't a complete list, this is
 #    just the ones which package writers seem to know about and abuse).
-FULL_OPTIMIZATION = "-Os -fomit-frame-pointer -frename-registers \
-       -fno-unroll-loops -fno-inline-functions \
-       -fweb -funit-at-a-time"
+FULL_OPTIMIZATION = "-Os -fomit-frame-pointer -frename-registers -fno-unroll-loops -fno-inline-functions -fweb -funit-at-a-time"
 
 #----------------------------------------------------------------------------------
 # FEEDS