diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-05-15 02:43:13 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-05-15 02:43:13 +0000 |
commit | 6b5b99f8f04b306fedd755d5074e0d31735073c5 (patch) | |
tree | 02fa26e3b764d5517cca8032a6cb8813264ec3de /sys-devel | |
parent | Automake 1.13 fix (diff) | |
download | gentoo-2-6b5b99f8f04b306fedd755d5074e0d31735073c5.tar.gz gentoo-2-6b5b99f8f04b306fedd755d5074e0d31735073c5.tar.bz2 gentoo-2-6b5b99f8f04b306fedd755d5074e0d31735073c5.zip |
Stick LTO message behind USE flag and drop warnings that no longer apply.
Signed-off-by: Ryan Hill <dirtyepic@gentoo.org>
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 10 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.3-r3.ebuild | 11 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.4-r2.ebuild | 11 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.5.ebuild | 11 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.6-r1.ebuild | 11 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.7.ebuild | 11 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.5.1-r1.ebuild | 13 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.5.2.ebuild | 13 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.5.3-r2.ebuild | 13 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.5.4.ebuild | 13 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.6.0.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.6.1-r1.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.6.2.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.6.3.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.6.4.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.7.0.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.7.1.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.7.2-r1.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.8.0.ebuild | 14 |
19 files changed, 82 insertions, 145 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 31499f03fd4b..4b1324c7df96 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.948 2013/05/15 01:09:36 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.949 2013/05/15 02:43:13 dirtyepic Exp $ + + 15 May 2013; Ryan Hill <dirtyepic@gentoo.org> gcc-4.4.3-r3.ebuild, + gcc-4.4.4-r2.ebuild, gcc-4.4.5.ebuild, gcc-4.4.6-r1.ebuild, gcc-4.4.7.ebuild, + gcc-4.5.1-r1.ebuild, gcc-4.5.2.ebuild, gcc-4.5.3-r2.ebuild, gcc-4.5.4.ebuild, + gcc-4.6.0.ebuild, gcc-4.6.1-r1.ebuild, gcc-4.6.2.ebuild, gcc-4.6.3.ebuild, + gcc-4.6.4.ebuild, gcc-4.7.0.ebuild, gcc-4.7.1.ebuild, gcc-4.7.2-r1.ebuild, + gcc-4.8.0.ebuild: + Stick LTO message behind USE flag and drop warnings that no longer apply. *gcc-4.7.3 (15 May 2013) diff --git a/sys-devel/gcc/gcc-4.4.3-r3.ebuild b/sys-devel/gcc/gcc-4.4.3-r3.ebuild index 4c60b507bf73..5881c70cb9cc 100644 --- a/sys-devel/gcc/gcc-4.4.3-r3.ebuild +++ b/sys-devel/gcc/gcc-4.4.3-r3.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.3-r3.ebuild,v 1.14 2013/04/12 06:47:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.3-r3.ebuild,v 1.15 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.4" UCLIBC_VER="1.0" @@ -44,12 +44,3 @@ src_unpack() { [[ ${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 -} diff --git a/sys-devel/gcc/gcc-4.4.4-r2.ebuild b/sys-devel/gcc/gcc-4.4.4-r2.ebuild index 2a2a95a71735..56f6e421203d 100644 --- a/sys-devel/gcc/gcc-4.4.4-r2.ebuild +++ b/sys-devel/gcc/gcc-4.4.4-r2.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.4-r2.ebuild,v 1.17 2013/04/12 06:47:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r2.ebuild,v 1.18 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.4" UCLIBC_VER="1.0" @@ -45,12 +45,3 @@ src_unpack() { [[ ${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 -} diff --git a/sys-devel/gcc/gcc-4.4.5.ebuild b/sys-devel/gcc/gcc-4.4.5.ebuild index 3995c8b5d72f..e4ab84015e29 100644 --- a/sys-devel/gcc/gcc-4.4.5.ebuild +++ b/sys-devel/gcc/gcc-4.4.5.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.5.ebuild,v 1.15 2013/04/12 06:47:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.5.ebuild,v 1.16 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.3" 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 -} 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 -} diff --git a/sys-devel/gcc/gcc-4.4.7.ebuild b/sys-devel/gcc/gcc-4.4.7.ebuild index 1f28c987fd57..6493ebab7b86 100644 --- a/sys-devel/gcc/gcc-4.4.7.ebuild +++ b/sys-devel/gcc/gcc-4.4.7.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.7.ebuild,v 1.15 2013/04/21 02:31:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.7.ebuild,v 1.16 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.2" 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 -} diff --git a/sys-devel/gcc/gcc-4.5.1-r1.ebuild b/sys-devel/gcc/gcc-4.5.1-r1.ebuild index fbb5b6539d88..347e5117732c 100644 --- a/sys-devel/gcc/gcc-4.5.1-r1.ebuild +++ b/sys-devel/gcc/gcc-4.5.1-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.5.1-r1.ebuild,v 1.10 2013/04/12 06:47:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.1-r1.ebuild,v 1.11 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.5" UCLIBC_VER="1.0" @@ -45,14 +45,3 @@ src_unpack() { [[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.4.0/gcc-4.4.0-softfloat.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 -} diff --git a/sys-devel/gcc/gcc-4.5.2.ebuild b/sys-devel/gcc/gcc-4.5.2.ebuild index 15b7338e13ec..b7977d2e641c 100644 --- a/sys-devel/gcc/gcc-4.5.2.ebuild +++ b/sys-devel/gcc/gcc-4.5.2.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.5.2.ebuild,v 1.10 2013/04/12 06:47:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.2.ebuild,v 1.11 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.2" UCLIBC_VER="1.0" @@ -45,14 +45,3 @@ src_unpack() { [[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.4.0/gcc-4.4.0-softfloat.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 -} diff --git a/sys-devel/gcc/gcc-4.5.3-r2.ebuild b/sys-devel/gcc/gcc-4.5.3-r2.ebuild index 91af695e1a36..446e3ef0c689 100644 --- a/sys-devel/gcc/gcc-4.5.3-r2.ebuild +++ b/sys-devel/gcc/gcc-4.5.3-r2.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.5.3-r2.ebuild,v 1.17 2013/04/12 06:47:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.3-r2.ebuild,v 1.18 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.6" UCLIBC_VER="1.0" @@ -43,14 +43,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 -} diff --git a/sys-devel/gcc/gcc-4.5.4.ebuild b/sys-devel/gcc/gcc-4.5.4.ebuild index bdb74f911c05..ae1c3db1ddd4 100644 --- a/sys-devel/gcc/gcc-4.5.4.ebuild +++ b/sys-devel/gcc/gcc-4.5.4.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.5.4.ebuild,v 1.15 2013/04/21 02:31:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.4.ebuild,v 1.16 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.2" UCLIBC_VER="1.0" @@ -43,14 +43,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 -} diff --git a/sys-devel/gcc/gcc-4.6.0.ebuild b/sys-devel/gcc/gcc-4.6.0.ebuild index dfb8b4aa3fd3..bb3526307b34 100644 --- a/sys-devel/gcc/gcc-4.6.0.ebuild +++ b/sys-devel/gcc/gcc-4.6.0.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.6.0.ebuild,v 1.13 2013/04/12 06:47:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.0.ebuild,v 1.14 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.3" UCLIBC_VER="1.0" @@ -49,8 +49,10 @@ src_unpack() { pkg_setup() { toolchain_pkg_setup - ewarn - ewarn "LTO support is still experimental and unstable." - ewarn "Any bugs resulting from the use of LTO will not be fixed." - ewarn + 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 } diff --git a/sys-devel/gcc/gcc-4.6.1-r1.ebuild b/sys-devel/gcc/gcc-4.6.1-r1.ebuild index 4036ec02267c..b4ca758fa75b 100644 --- a/sys-devel/gcc/gcc-4.6.1-r1.ebuild +++ b/sys-devel/gcc/gcc-4.6.1-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.6.1-r1.ebuild,v 1.10 2013/04/12 06:47:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.1-r1.ebuild,v 1.11 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.1" UCLIBC_VER="1.0" @@ -50,8 +50,10 @@ src_unpack() { pkg_setup() { toolchain_pkg_setup - ewarn - ewarn "LTO support is still experimental and unstable." - ewarn "Any bugs resulting from the use of LTO will not be fixed." - ewarn + 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 } diff --git a/sys-devel/gcc/gcc-4.6.2.ebuild b/sys-devel/gcc/gcc-4.6.2.ebuild index 06abfe3cc5c4..fb15447a4759 100644 --- a/sys-devel/gcc/gcc-4.6.2.ebuild +++ b/sys-devel/gcc/gcc-4.6.2.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.6.2.ebuild,v 1.15 2013/04/12 06:47:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.16 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.5" UCLIBC_VER="1.0" @@ -53,8 +53,10 @@ src_unpack() { pkg_setup() { toolchain_pkg_setup - ewarn - ewarn "LTO support is still experimental and unstable." - ewarn "Any bugs resulting from the use of LTO will not be fixed." - ewarn + 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 } diff --git a/sys-devel/gcc/gcc-4.6.3.ebuild b/sys-devel/gcc/gcc-4.6.3.ebuild index 9f1568d8bc70..824ac9e06e1a 100644 --- a/sys-devel/gcc/gcc-4.6.3.ebuild +++ b/sys-devel/gcc/gcc-4.6.3.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.6.3.ebuild,v 1.33 2013/04/21 02:31:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild,v 1.34 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.13" UCLIBC_VER="1.0" @@ -51,8 +51,10 @@ src_unpack() { pkg_setup() { toolchain_pkg_setup - ewarn - ewarn "LTO support is still experimental and unstable." - ewarn "Any bugs resulting from the use of LTO will not be fixed." - ewarn + 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 } diff --git a/sys-devel/gcc/gcc-4.6.4.ebuild b/sys-devel/gcc/gcc-4.6.4.ebuild index c1c138bdb662..fc3716b7c5c7 100644 --- a/sys-devel/gcc/gcc-4.6.4.ebuild +++ b/sys-devel/gcc/gcc-4.6.4.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.6.4.ebuild,v 1.1 2013/04/23 06:32:01 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild,v 1.2 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.0" UCLIBC_VER="1.0" @@ -51,8 +51,10 @@ src_unpack() { pkg_setup() { toolchain_pkg_setup - ewarn - ewarn "LTO support is still experimental and unstable." - ewarn "Any bugs resulting from the use of LTO will not be fixed." - ewarn + 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 } diff --git a/sys-devel/gcc/gcc-4.7.0.ebuild b/sys-devel/gcc/gcc-4.7.0.ebuild index ca5b18943e3e..f5bbe000d7c6 100644 --- a/sys-devel/gcc/gcc-4.7.0.ebuild +++ b/sys-devel/gcc/gcc-4.7.0.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.0.ebuild,v 1.8 2013/04/12 06:47:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.9 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.2" UCLIBC_VER="1.0" @@ -56,8 +56,10 @@ src_unpack() { pkg_setup() { toolchain_pkg_setup - ewarn - ewarn "LTO support is still experimental and unstable." - ewarn "Any bugs resulting from the use of LTO will not be fixed." - ewarn + 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 } diff --git a/sys-devel/gcc/gcc-4.7.1.ebuild b/sys-devel/gcc/gcc-4.7.1.ebuild index a5a29f6d9400..7863253e3008 100644 --- a/sys-devel/gcc/gcc-4.7.1.ebuild +++ b/sys-devel/gcc/gcc-4.7.1.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.1.ebuild,v 1.9 2013/04/12 06:47:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.1.ebuild,v 1.10 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.5" UCLIBC_VER="1.0" @@ -56,8 +56,10 @@ src_unpack() { pkg_setup() { toolchain_pkg_setup - ewarn - ewarn "LTO support is still experimental and unstable." - ewarn "Any bugs resulting from the use of LTO will not be fixed." - ewarn + 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 } diff --git a/sys-devel/gcc/gcc-4.7.2-r1.ebuild b/sys-devel/gcc/gcc-4.7.2-r1.ebuild index 15a9906f20c9..706bffb193e0 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.4 2013/04/21 02:31:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.2-r1.ebuild,v 1.5 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.6" UCLIBC_VER="1.0" @@ -58,8 +58,10 @@ src_unpack() { pkg_setup() { toolchain_pkg_setup - ewarn - ewarn "LTO support is still experimental and unstable." - ewarn "Any bugs resulting from the use of LTO will not be fixed." - ewarn + 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 } diff --git a/sys-devel/gcc/gcc-4.8.0.ebuild b/sys-devel/gcc/gcc-4.8.0.ebuild index 18ab4fb2ed24..debc356c21ae 100644 --- a/sys-devel/gcc/gcc-4.8.0.ebuild +++ b/sys-devel/gcc/gcc-4.8.0.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.8.0.ebuild,v 1.6 2013/05/07 04:35:01 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.0.ebuild,v 1.7 2013/05/15 02:43:13 dirtyepic Exp $ PATCH_VER="1.3" UCLIBC_VER="1.0" @@ -52,11 +52,13 @@ src_unpack() { pkg_setup() { toolchain_pkg_setup - ewarn - ewarn "LTO support is still experimental and unstable. Any bug reports" - ewarn "about LTO that do not include an upstream patch will be closed as" - ewarn "invalid." - ewarn + if use lto ; then + ewarn + ewarn "LTO support is still experimental and unstable. Any bug reports" + ewarn "about LTO that do not include an upstream patch will be closed as" + ewarn "invalid." + ewarn + fi } pkg_postinst() { |