diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-16 08:19:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-16 08:19:40 +0000 |
commit | cb663509432e424e8535fe69739168a9c90c1050 (patch) | |
tree | 884cdeb5413a74f368a96248857284cf21ee01d1 /profiles/default-linux/sh/make.defaults | |
parent | everyone likes FEATURES=strict (diff) | |
download | gentoo-2-cb663509432e424e8535fe69739168a9c90c1050.tar.gz gentoo-2-cb663509432e424e8535fe69739168a9c90c1050.tar.bz2 gentoo-2-cb663509432e424e8535fe69739168a9c90c1050.zip |
move arch-specific stuff out of make.globals and into profiles #89181
Diffstat (limited to 'profiles/default-linux/sh/make.defaults')
-rw-r--r-- | profiles/default-linux/sh/make.defaults | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/profiles/default-linux/sh/make.defaults b/profiles/default-linux/sh/make.defaults index 3fa7930e4f1a..61aba00562f9 100644 --- a/profiles/default-linux/sh/make.defaults +++ b/profiles/default-linux/sh/make.defaults @@ -1,14 +1,15 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sh/make.defaults,v 1.3 2005/01/21 15:32:50 vapier Exp $ -# -# System-wide defaults for the Portage system -# See portage(5) manpage - -GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses" -USE="${GRP_STAGE23_USE} crypt zlib" +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sh/make.defaults,v 1.4 2005/04/16 08:17:38 vapier Exp $ ARCH="sh" ACCEPT_KEYWORDS="sh" +CHOST="sh-unknown-linux-gnu" +CFLAGS="-O2" +CXXFLAGS="${CFLAGS}" + FEATURES="-sandbox sfperms" + +GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb acl ncurses" +USE="${GRP_STAGE23_USE} crypt zlib" |