diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-02-15 23:03:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-02-15 23:03:11 +0000 |
commit | 4d709fb5f32d79642bd35d059e9193be4cda53c8 (patch) | |
tree | 914fb9c568e82bf8968fb36abbdc2b761650ba12 /sys-devel/gcc/gcc-3.3.6-r1.ebuild | |
parent | Changelog surgery (diff) | |
download | gentoo-2-4d709fb5f32d79642bd35d059e9193be4cda53c8.tar.gz gentoo-2-4d709fb5f32d79642bd35d059e9193be4cda53c8.tar.bz2 gentoo-2-4d709fb5f32d79642bd35d059e9193be4cda53c8.zip |
Use the replace-cpu-flags logic in the eclass #252698 by Le retraité.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gcc/gcc-3.3.6-r1.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.6-r1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys-devel/gcc/gcc-3.3.6-r1.ebuild b/sys-devel/gcc/gcc-3.3.6-r1.ebuild index 3e6f6eae75ac..a78d975dbe35 100644 --- a/sys-devel/gcc/gcc-3.3.6-r1.ebuild +++ b/sys-devel/gcc/gcc-3.3.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.13 2009/02/15 22:48:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.14 2009/02/15 23:03:11 vapier Exp $ MAN_VER="" PATCH_VER="1.6" @@ -90,7 +90,4 @@ src_unpack() { epatch ${FILESDIR}/3.3.4/libffi-without-libgcj.patch #epatch ${FILESDIR}/3.4.3/libffi-nogcj-lib-path-fix.patch fi - - [[ $(tc-arch) == "amd64" ]] && \ - replace-cpu-flags k8 athlon64 opteron i686 } |