diff options
Diffstat (limited to 'sys-devel/gcc/gcc-4.6.3.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.6.3.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
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 } |