summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2010-12-29 03:57:24 +0000
committerJory Pratt <anarchy@gentoo.org>2010-12-29 03:57:24 +0000
commit8c76fca2d4126580401f3dc7b7b623378db34625 (patch)
tree7a35b49a43e949dceec8f862a8e366e16336bf56 /eclass/mozcoreconf-2.eclass
parentpunt warning from newer version (diff)
downloadgentoo-2-8c76fca2d4126580401f3dc7b7b623378db34625.tar.gz
gentoo-2-8c76fca2d4126580401f3dc7b7b623378db34625.tar.bz2
gentoo-2-8c76fca2d4126580401f3dc7b7b623378db34625.zip
stop forcing -fPIC on amd64
Diffstat (limited to 'eclass/mozcoreconf-2.eclass')
-rw-r--r--eclass/mozcoreconf-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mozcoreconf-2.eclass b/eclass/mozcoreconf-2.eclass
index cfa713f58caa..c8393e21cf09 100644
--- a/eclass/mozcoreconf-2.eclass
+++ b/eclass/mozcoreconf-2.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.16 2010/06/26 17:18:11 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.17 2010/12/29 03:57:24 anarchy Exp $
#
# mozcoreconf.eclass : core options for mozilla
# inherit mozconfig-2 if you need USE flags
@@ -123,7 +123,7 @@ mozconfig_init() {
append-flags -fPIC -mieee
;;
- amd64|ia64)
+ ia64)
# Historically we have needed to add this manually for 64-bit
append-flags -fPIC
;;