summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ostrow <dostrow@gentoo.org>2005-07-25 14:51:59 +0000
committerDaniel Ostrow <dostrow@gentoo.org>2005-07-25 14:51:59 +0000
commitc0ba0bc20f945ae1e64d035059fa7ed1dd5f60b9 (patch)
treefb68a12244fe3df75de363e2b1e686d8312a440e /profiles
parentThis check makes the output string a little less verbose (diff)
downloadgentoo-2-c0ba0bc20f945ae1e64d035059fa7ed1dd5f60b9.tar.gz
gentoo-2-c0ba0bc20f945ae1e64d035059fa7ed1dd5f60b9.tar.bz2
gentoo-2-c0ba0bc20f945ae1e64d035059fa7ed1dd5f60b9.zip
Add altivec to STAGE1_USE for 970 64bit userland.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/default-linux/ppc/2005.1/ppc64/64bit-userland/970/make.defaults4
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/default-linux/ppc/2005.1/ppc64/64bit-userland/970/make.defaults b/profiles/default-linux/ppc/2005.1/ppc64/64bit-userland/970/make.defaults
index a5b2ad965635..a81807bd0434 100644
--- a/profiles/default-linux/ppc/2005.1/ppc64/64bit-userland/970/make.defaults
+++ b/profiles/default-linux/ppc/2005.1/ppc64/64bit-userland/970/make.defaults
@@ -1,6 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2005.1/ppc64/64bit-userland/970/make.defaults,v 1.1 2005/07/06 05:39:35 dostrow Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/ppc/2005.1/ppc64/64bit-userland/970/make.defaults,v 1.2 2005/07/25 14:51:59 dostrow Exp $
CFLAGS="-O2 -pipe -mtune=970 -mcpu=970 -mabi=altivec"
CXXFLAGS=${CFLAGS}
+
+STAGE1_USE="altivec unicode"