diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-13 01:52:03 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-13 01:52:03 +0000 |
commit | aa619a190201f2f5e517f8ef585da00b18451505 (patch) | |
tree | b628c0de9558abc70bea994293c3bf4ff2ff7e14 | |
parent | 61cd1b840978cd8e3afdb1c643557d5b1b9a4a98 (diff) |
slugos.inc: Put FULL_OPTIMIZATION flags in a single line, otherwise configure barfs when building cyrus-sasl and gdb. Go figure.
-rw-r--r-- | conf/distro/include/slugos.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index a26a069fa0..0a11c0e8ac 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -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 |