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 | 7a3c9738881d5580ef6fc498f60e8586425a8bbd (patch) | |
tree | bcf09dd7bf86782d1d6b9597c1236311a8b71386 /profiles | |
parent | Conform to Spider's description of gtk/gtk2 in http://marc.theaimsgroup.com/?... (diff) | |
download | historical-7a3c9738881d5580ef6fc498f60e8586425a8bbd.tar.gz historical-7a3c9738881d5580ef6fc498f60e8586425a8bbd.tar.bz2 historical-7a3c9738881d5580ef6fc498f60e8586425a8bbd.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" - |