diff options
author | Guy Martin <gmsoft@gentoo.org> | 2004-10-13 17:18:10 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2004-10-13 17:18:10 +0000 |
commit | 596a6f18ac3af84b85f97b760844255dd1771da0 (patch) | |
tree | a9ef6ab530d98e4c6ebcfd61889ff115b80bdabc /eclass/64-bit.eclass | |
parent | Moved Lv's latest patch into do_arch{ia64|amd64}_patches() to avoid breakage ... (diff) | |
download | gentoo-2-596a6f18ac3af84b85f97b760844255dd1771da0.tar.gz gentoo-2-596a6f18ac3af84b85f97b760844255dd1771da0.tar.bz2 gentoo-2-596a6f18ac3af84b85f97b760844255dd1771da0.zip |
Removed hppa from 64bit.eclass since it's no more needed for -fPIC stuff.
Diffstat (limited to 'eclass/64-bit.eclass')
-rw-r--r-- | eclass/64-bit.eclass | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/eclass/64-bit.eclass b/eclass/64-bit.eclass index 444ca19ca942..29bbfc44fa4f 100644 --- a/eclass/64-bit.eclass +++ b/eclass/64-bit.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/64-bit.eclass,v 1.4 2004/09/21 12:38:52 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/64-bit.eclass,v 1.5 2004/10/13 17:18:10 gmsoft Exp $ # Recognize 64-bit arches... # Example: @@ -9,11 +9,6 @@ 64-bit() { case "${ARCH}" in alpha|*64) return 0 ;; - - # FIXME: Remove this asap when BUG #55238 is fixed - #hppa is not 64 bit but needs -fPIC too - hppa) return 0 ;; - *) return 1 ;; esac } |