diff options
author | Ned Ludd <solar@gentoo.org> | 2003-11-12 22:50:00 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2003-11-12 22:50:00 +0000 |
commit | 7d64e375bf81e86d8ff25dcb02427d4c819d20c5 (patch) | |
tree | 138628f925cda93d7efdbfcbf6cc33c921befc2e /profiles | |
parent | Conform to Spider's description of gtk/gtk2 in http://marc.theaimsgroup.com/?... (diff) | |
download | gentoo-2-7d64e375bf81e86d8ff25dcb02427d4c819d20c5.tar.gz gentoo-2-7d64e375bf81e86d8ff25dcb02427d4c819d20c5.tar.bz2 gentoo-2-7d64e375bf81e86d8ff25dcb02427d4c819d20c5.zip |
Change default CFLAGS from -O2 to -Os
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/embedded/uclibc-x86-1.4/make.defaults | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/profiles/embedded/uclibc-x86-1.4/make.defaults b/profiles/embedded/uclibc-x86-1.4/make.defaults index e16e12ca761a..a5485e1b3130 100644 --- a/profiles/embedded/uclibc-x86-1.4/make.defaults +++ b/profiles/embedded/uclibc-x86-1.4/make.defaults @@ -7,7 +7,7 @@ USE="x86 embedded uclibc" ARCH="x86" COMPILER="gcc3" ACCEPT_KEYWORDS="x86" -CFLAGS="-O2 -mcpu=i386 -pipe" +CFLAGS="-Os -mcpu=i386 -pipe" # # FEATURES are settings that affect the functionality of portage. Most of @@ -29,4 +29,3 @@ CFLAGS="-O2 -mcpu=i386 -pipe" # FEATURES="sandbox sfperms strict noman noinfo nodoc" - |