summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2003-11-12 02:48:06 +0000
committerNed Ludd <solar@gentoo.org>2003-11-12 02:48:06 +0000
commite484530f8c9d2865aa03f718634eb2c61c1b0e9d (patch)
tree44d31e457ec80fd9465a645768569a1aea0ad80f /profiles
parentAdded pkgconfig de. (diff)
downloadhistorical-e484530f8c9d2865aa03f718634eb2c61c1b0e9d.tar.gz
historical-e484530f8c9d2865aa03f718634eb2c61c1b0e9d.tar.bz2
historical-e484530f8c9d2865aa03f718634eb2c61c1b0e9d.zip
added support for pending noman noinfo nodoc features
Diffstat (limited to 'profiles')
-rw-r--r--profiles/embedded/uclibc-x86-1.4/make.defaults5
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"
+