diff options
Diffstat (limited to 'profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/970/make.defaults')
-rw-r--r-- | profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/970/make.defaults | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/970/make.defaults b/profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/970/make.defaults new file mode 100644 index 000000000000..d6cc847c217d --- /dev/null +++ b/profiles/default-linux/ppc/ppc64/2007.0/64bit-userland/970/make.defaults @@ -0,0 +1,9 @@ +# 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/970/make.defaults,v 1.1 2007/04/16 21:14:44 wolf31o2 Exp $ + +CFLAGS="-O2 -pipe -mtune=970 -mcpu=970 -mabi=altivec" +CXXFLAGS=${CFLAGS} + +STAGE1_USE="altivec ${STAGE1_USE} " +USE="${STAGE1_USE} ${USE}" |