diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-30 12:40:34 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-08-30 12:40:34 +0000 |
commit | b321b39da6e1f7fb41a5801411b8642290640a5f (patch) | |
tree | 865d187a0cc9bdaea9d11e3ea703b11b4fcc13ce /profiles | |
parent | version bump. old version cleanout (diff) | |
download | gentoo-2-b321b39da6e1f7fb41a5801411b8642290640a5f.tar.gz gentoo-2-b321b39da6e1f7fb41a5801411b8642290640a5f.tar.bz2 gentoo-2-b321b39da6e1f7fb41a5801411b8642290640a5f.zip |
Changed parent and added required variables from x86 profile.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/x86/dev/make.defaults | 11 | ||||
-rw-r--r-- | profiles/default-linux/x86/dev/parent | 4 |
2 files changed, 12 insertions, 3 deletions
diff --git a/profiles/default-linux/x86/dev/make.defaults b/profiles/default-linux/x86/dev/make.defaults index eb0cbba088c3..3aeaf504c643 100644 --- a/profiles/default-linux/x86/dev/make.defaults +++ b/profiles/default-linux/x86/dev/make.defaults @@ -1,5 +1,14 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/make.defaults,v 1.2 2005/08/29 22:20:25 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/make.defaults,v 1.3 2005/08/30 12:40:34 wolf31o2 Exp $ + +ARCH="x86" +ACCEPT_KEYWORDS="x86" + +CHOST="i686-pc-linux-gnu" +CFLAGS="-O2 -mcpu=i686 -pipe" +CXXFLAGS="${CFLAGS}" + +FEATURES="sandbox sfperms" USE="berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib" diff --git a/profiles/default-linux/x86/dev/parent b/profiles/default-linux/x86/dev/parent index 9df8dcdba8fb..ebb24398bcc5 100644 --- a/profiles/default-linux/x86/dev/parent +++ b/profiles/default-linux/x86/dev/parent @@ -1,7 +1,7 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/parent,v 1.1 2005/08/29 22:06:30 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/parent,v 1.2 2005/08/30 12:40:34 wolf31o2 Exp $ # This file describes the parent profile to this. In most cases this will # just be the name of the parent directory -.. +../.. |