summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-11-03 05:52:39 +0000
committerMike Frysinger <vapier@gentoo.org>2008-11-03 05:52:39 +0000
commit8fea36a2907de9d4e64e6ae6bca93ac3d7665743 (patch)
tree2921f224b0c5e9dca0456ba9bedab7f5a3ae5705 /eclass
parentCorrect license - 0.8 was relicensed from GPL-2 to LGPL-3, not GPL-3 (diff)
downloadgentoo-2-8fea36a2907de9d4e64e6ae6bca93ac3d7665743.tar.gz
gentoo-2-8fea36a2907de9d4e64e6ae6bca93ac3d7665743.tar.bz2
gentoo-2-8fea36a2907de9d4e64e6ae6bca93ac3d7665743.zip
do not filter TOC related flags for ppc64
Diffstat (limited to 'eclass')
-rw-r--r--eclass/flag-o-matic.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 2b87dfec6a20..0770ae499a40 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.125 2008/09/14 19:43:41 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.126 2008/11/03 05:52:39 vapier Exp $
# @ECLASS: flag-o-matic.eclass
# @MAINTAINER:
@@ -51,7 +51,7 @@ setup-allowed-flags() {
-mflat -mno-flat -mno-faster-structs -mfaster-structs \
-m32 -m64 -mabi -mlittle-endian -mbig-endian -EL -EB -fPIC \
-mlive-g0 -mcmodel -mstack-bias -mno-stack-bias \
- -msecure-plt -D*"
+ -msecure-plt -m*-toc -D*"
# {C,CXX,F,FC}FLAGS that we are think is ok, but needs testing
# NOTE: currently -Os have issues with gcc3 and K6* arch's