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 | cece5c636a2f4a523f7eb8cede81749d80bc00e3 (patch) | |
tree | c399af3c9a9830ee0cc38034805f748084294ee6 /profiles/default-linux/s390 | |
parent | everyone likes FEATURES=strict (diff) | |
download | historical-cece5c636a2f4a523f7eb8cede81749d80bc00e3.tar.gz historical-cece5c636a2f4a523f7eb8cede81749d80bc00e3.tar.bz2 historical-cece5c636a2f4a523f7eb8cede81749d80bc00e3.zip |
move arch-specific stuff out of make.globals and into profiles #89181
Diffstat (limited to 'profiles/default-linux/s390')
-rw-r--r-- | profiles/default-linux/s390/make.defaults | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/profiles/default-linux/s390/make.defaults b/profiles/default-linux/s390/make.defaults index 4431cee62dbd..7c4f86b3b8bf 100644 --- a/profiles/default-linux/s390/make.defaults +++ b/profiles/default-linux/s390/make.defaults @@ -1,11 +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/s390/make.defaults,v 1.2 2005/03/09 00:35:07 vapier Exp $ - -GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses" +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/s390/make.defaults,v 1.3 2005/04/16 08:17:38 vapier Exp $ ARCH="s390" +ACCEPT_KEYWORDS="s390" -USE="berkdb bitmap-fonts crypt cups fortran fbcon font-server foomaticdb gdbm imlib jpeg libwww mikmod motif mad mpeg ncurses nls pam perl png python readline spell ssl tcpd truetype truetype-fonts type1-fonts zlib" +CHOST="s390-ibm-linux-gnu" +CFLAGS="-O2 -pipe" +CXXFLAGS="${CFLAGS}" -ACCEPT_KEYWORDS="s390" +GRP_STAGE23_USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses" + +USE="berkdb bitmap-fonts crypt cups fortran fbcon font-server foomaticdb gdbm imlib jpeg libwww mikmod motif mad mpeg ncurses nls pam perl png python readline spell ssl tcpd truetype truetype-fonts type1-fonts zlib" |