From 1dc2cc1443ef106bf8fd5ec26a0861b5e4cd0e83 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Jul 2015 01:04:12 +0100 Subject: first draft of our sanely splitted gcc, it works, but there is still some work to do --- sys-devel/gcc/gcc-2.95.3-r10.ebuild | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 sys-devel/gcc/gcc-2.95.3-r10.ebuild (limited to 'sys-devel/gcc/gcc-2.95.3-r10.ebuild') diff --git a/sys-devel/gcc/gcc-2.95.3-r10.ebuild b/sys-devel/gcc/gcc-2.95.3-r10.ebuild deleted file mode 100644 index 071e85a7..00000000 --- a/sys-devel/gcc/gcc-2.95.3-r10.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r10.ebuild,v 1.13 2015/05/05 06:53:03 vapier Exp $ - -EAPI="5" - -PATCH_VER="1.4" - -inherit eutils flag-o-matic toolchain - -KEYWORDS="~alpha ~ppc ~sparc ~x86" - -gcc2-flags() { - # Are we trying to compile with gcc3 ? CFLAGS and CXXFLAGS needs to be - # valid for gcc-2.95.3 ... - if [[ $(tc-arch) == "x86" || $(tc-arch) == "amd64" ]] ; then - CFLAGS=${CFLAGS//-mtune=/-mcpu=} - CXXFLAGS=${CXXFLAGS//-mtune=/-mcpu=} - fi - - replace-cpu-flags k6-{2,3} k6 - replace-cpu-flags athlon{,-{tbird,4,xp,mp}} i686 - - replace-cpu-flags pentium-mmx i586 - replace-cpu-flags pentium{2,3,4} i686 - - replace-cpu-flags ev6{7,8} ev6 -} - -src_prepare() { - rm -rf texinfo - strip-linguas -u */po - gcc2-flags - toolchain_src_prepare -} -- cgit v1.2.3