summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-12-22 21:18:35 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-12-22 21:18:35 +0000
commitd5e277c36312827367d6b221512bfad7c25ddf65 (patch)
tree3515170542d9e98761a41b6688a11b06762722ff /eclass/flag-o-matic.eclass
parentversion bump (diff)
downloadhistorical-d5e277c36312827367d6b221512bfad7c25ddf65.tar.gz
historical-d5e277c36312827367d6b221512bfad7c25ddf65.tar.bz2
historical-d5e277c36312827367d6b221512bfad7c25ddf65.zip
Added -m{32,64} to allowed flags on sparc.
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r--eclass/flag-o-matic.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index 0861ecad41d2..223b4b9f1448 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.77 2004/11/13 07:07:08 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.78 2004/12/22 21:18:35 eradicator Exp $
#
# Author Bart Verwilst <verwilst@gentoo.org>
@@ -85,6 +85,7 @@ setup-allowed-flags() {
x86) ALLOWED_FLAGS="${ALLOWED_FLAGS} -m32" ;;
alpha) ALLOWED_FLAGS="${ALLOWED_FLAGS} -fPIC" ;;
ia64) ALLOWED_FLAGS="${ALLOWED_FLAGS} -fPIC" ;;
+ sparc) ALLOWED_FLAGS="${ALLOWED_FLAGS} -m32 -m64" ;;
esac
fi
# allow a bunch of flags that negate features / control ABI