diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2010-02-04 18:02:35 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2010-02-04 18:02:35 +0000 |
commit | ca54cb7cae17449df4d2211bdb3f5639bfd5f001 (patch) | |
tree | 01f9e515b3cb269ed20c2b0bbfddc5a05a6fdeff /dev-lang/gpc | |
parent | Marked ~hppa (bug #298502). (diff) | |
download | gentoo-2-ca54cb7cae17449df4d2211bdb3f5639bfd5f001.tar.gz gentoo-2-ca54cb7cae17449df4d2211bdb3f5639bfd5f001.tar.bz2 gentoo-2-ca54cb7cae17449df4d2211bdb3f5639bfd5f001.zip |
Don't try to replace -m*=native, it's not necessary and it was done wrong (#303453)
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/gpc')
-rw-r--r-- | dev-lang/gpc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/gpc/gpc-20070904.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/gpc/ChangeLog b/dev-lang/gpc/ChangeLog index e414e867f6f1..d6249e332b5b 100644 --- a/dev-lang/gpc/ChangeLog +++ b/dev-lang/gpc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/gpc -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gpc/ChangeLog,v 1.25 2009/09/23 16:51:06 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gpc/ChangeLog,v 1.26 2010/02/04 18:02:35 truedfx Exp $ + + 04 Feb 2010; Harald van Dijk <truedfx@gentoo.org> gpc-20070904.ebuild: + Don't try to replace -m*=native, it's not necessary and it was done wrong + (#303453) 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> gpc-20051104.ebuild, gpc-20070904.ebuild: diff --git a/dev-lang/gpc/gpc-20070904.ebuild b/dev-lang/gpc/gpc-20070904.ebuild index e76dac3731ae..39d7b0f15c87 100644 --- a/dev-lang/gpc/gpc-20070904.ebuild +++ b/dev-lang/gpc/gpc-20070904.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gpc/gpc-20070904.ebuild,v 1.3 2009/09/23 16:51:06 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gpc/gpc-20070904.ebuild,v 1.4 2010/02/04 18:02:35 truedfx Exp $ inherit eutils flag-o-matic versionator toolchain-funcs strip-flags filter-flags "-pipe" -replace-cpu-flags "native" "" #due to cache requirements we cannot dynamically match gcc version #so sticking to a particular (and working) one |