diff options
author | 2003-11-12 02:48:06 +0000 | |
---|---|---|
committer | 2003-11-12 02:48:06 +0000 | |
commit | 9f576867b874ee4e7968c188e556b5e9a809e1d6 (patch) | |
tree | 94010818cfb4590b907a15f051c6d4eab30f2f55 /profiles/embedded | |
parent | Added pkgconfig de. (diff) | |
download | gentoo-2-9f576867b874ee4e7968c188e556b5e9a809e1d6.tar.gz gentoo-2-9f576867b874ee4e7968c188e556b5e9a809e1d6.tar.bz2 gentoo-2-9f576867b874ee4e7968c188e556b5e9a809e1d6.zip |
added support for pending noman noinfo nodoc features
Diffstat (limited to 'profiles/embedded')
-rw-r--r-- | profiles/embedded/uclibc-x86-1.4/make.defaults | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/embedded/uclibc-x86-1.4/make.defaults b/profiles/embedded/uclibc-x86-1.4/make.defaults index aba8b6f56518..e16e12ca761a 100644 --- a/profiles/embedded/uclibc-x86-1.4/make.defaults +++ b/profiles/embedded/uclibc-x86-1.4/make.defaults @@ -7,6 +7,7 @@ USE="x86 embedded uclibc" ARCH="x86" COMPILER="gcc3" ACCEPT_KEYWORDS="x86" +CFLAGS="-O2 -mcpu=i386 -pipe" # # FEATURES are settings that affect the functionality of portage. Most of @@ -27,5 +28,5 @@ ACCEPT_KEYWORDS="x86" # unpack -- for debugging purposes only. # -FEATURES="sandbox sfperms strict nodocs" -#FEATURES="sandbox sfperms strict userpriv usersandbox" +FEATURES="sandbox sfperms strict noman noinfo nodoc" + |