summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2013-12-23 21:36:09 +0000
committerRyan Hill <dirtyepic@gentoo.org>2013-12-23 21:36:09 +0000
commitb8f3299e794f0957aaaa56429d52c98842b6c9b9 (patch)
treed4fac92e43ae15b8a220fafbb260c4be6e5fc314 /sys-devel/gcc/gcc-4.7.2-r1.ebuild
parentfix build with +server wrt #494362 (diff)
downloadgentoo-2-b8f3299e794f0957aaaa56429d52c98842b6c9b9.tar.gz
gentoo-2-b8f3299e794f0957aaaa56429d52c98842b6c9b9.tar.bz2
gentoo-2-b8f3299e794f0957aaaa56429d52c98842b6c9b9.zip
4.8.2 p1.1: Fix segfault with std::nth_element (bug #494796) and build
failures in gcj due to freetype include dir changes (bug #494606). Rename gtk USE flag to awt. Remove lto USE flag. Remove messages. Signed-off-by: Ryan Hill <dirtyepic@gentoo.org> (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'sys-devel/gcc/gcc-4.7.2-r1.ebuild')
-rw-r--r--sys-devel/gcc/gcc-4.7.2-r1.ebuild13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys-devel/gcc/gcc-4.7.2-r1.ebuild b/sys-devel/gcc/gcc-4.7.2-r1.ebuild
index f1c2d0b8ed81..f68757b2c3b9 100644
--- a/sys-devel/gcc/gcc-4.7.2-r1.ebuild
+++ b/sys-devel/gcc/gcc-4.7.2-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.7.2-r1.ebuild,v 1.6 2013/05/20 10:56:06 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild,v 1.7 2013/12/23 21:36:09 dirtyepic Exp $
PATCH_VER="1.6"
UCLIBC_VER="1.0"
@@ -53,14 +53,3 @@ src_unpack() {
[[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
}
-
-pkg_setup() {
- toolchain_pkg_setup
-
- if use lto ; then
- ewarn
- ewarn "LTO support is still experimental and unstable."
- ewarn "Any bugs resulting from the use of LTO will not be fixed."
- ewarn
- fi
-}