diff options
author | 2007-10-13 07:37:45 +0000 | |
---|---|---|
committer | 2007-10-13 07:37:45 +0000 | |
commit | 63acb928bcdf0bdef268c6db486456e8d849bfd7 (patch) | |
tree | beeb74c38854a46a9753a4ee413ca876f359685d /profiles/default-linux/ppc | |
parent | stable on ppc64, bug #194194 (diff) | |
download | historical-63acb928bcdf0bdef268c6db486456e8d849bfd7.tar.gz historical-63acb928bcdf0bdef268c6db486456e8d849bfd7.tar.bz2 historical-63acb928bcdf0bdef268c6db486456e8d849bfd7.zip |
remove dup
Diffstat (limited to 'profiles/default-linux/ppc')
-rw-r--r-- | profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/make.defaults | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/make.defaults b/profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/make.defaults index 2038d87e38bf..f052b2a79883 100644 --- a/profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/make.defaults +++ b/profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/make.defaults,v 1.7 2007/05/16 19:33:34 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/make.defaults,v 1.8 2007/10/13 07:37:45 tgall Exp $ ARCH="ppc64" ACCEPT_KEYWORDS="ppc64" @@ -10,8 +10,6 @@ CHOST="powerpc64-unknown-linux-gnu" CFLAGS="-O2 -pipe" CXXFLAGS=${CFLAGS} -ACCEPT_KEYWORDS="ppc64" - STAGE1_USE="unicode nptl nptlonly" USE="unicode nptl nptlonly berkdb crypt ipv6 ncurses nls pam perl python readline ssl tcpd zlib" |