summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2013-05-15 02:43:20 +0000
committerRyan Hill <rhill@gentoo.org>2013-05-15 02:43:20 +0000
commit57b953d7ce267f1d13176a798c775b6d5fc546d4 (patch)
tree91737c11cf8c81fea0cdba6db192814bdc094e39 /sys-devel/gcc/gcc-4.4.6-r1.ebuild
parentAutomake 1.13 fix (diff)
downloadhistorical-57b953d7ce267f1d13176a798c775b6d5fc546d4.tar.gz
historical-57b953d7ce267f1d13176a798c775b6d5fc546d4.tar.bz2
historical-57b953d7ce267f1d13176a798c775b6d5fc546d4.zip
Stick LTO message behind USE flag and drop warnings that no longer apply.
Signed-off-by: Ryan Hill <dirtyepic@gentoo.org> Package-Manager: portage-2.2.0_alpha174/cvs/Linux x86_64 Manifest-Sign-Key: 0x957A8463
Diffstat (limited to 'sys-devel/gcc/gcc-4.4.6-r1.ebuild')
-rw-r--r--sys-devel/gcc/gcc-4.4.6-r1.ebuild11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys-devel/gcc/gcc-4.4.6-r1.ebuild b/sys-devel/gcc/gcc-4.4.6-r1.ebuild
index e59efcb7d20f..9a62519d51d5 100644
--- a/sys-devel/gcc/gcc-4.4.6-r1.ebuild
+++ b/sys-devel/gcc/gcc-4.4.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.6-r1.ebuild,v 1.11 2013/04/12 06:47:58 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.6-r1.ebuild,v 1.12 2013/05/15 02:43:13 dirtyepic Exp $
PATCH_VER="1.0"
UCLIBC_VER="1.0"
@@ -43,12 +43,3 @@ src_unpack() {
[[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
[[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.4.0/gcc-4.4.0-softfloat.patch
}
-
-pkg_setup() {
- toolchain_pkg_setup
-
- if use graphite ; then
- ewarn "Graphite support is still experimental and unstable."
- ewarn "Any bugs resulting from the use of Graphite will not be fixed."
- fi
-}