summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2013-08-15 04:41:30 +0000
committerRyan Hill <dirtyepic@gentoo.org>2013-08-15 04:41:30 +0000
commitbcc003d72c8b3c9e7f36e01b40d8182cd783b83e (patch)
tree9799856ef84cf39a58b99f4a8f7161c072e91a78 /eclass
parentalpha not only needs -Wl,--norelax for 4.6 to build itself, but also for it (diff)
downloadgentoo-2-bcc003d72c8b3c9e7f36e01b40d8182cd783b83e.tar.gz
gentoo-2-bcc003d72c8b3c9e7f36e01b40d8182cd783b83e.tar.bz2
gentoo-2-bcc003d72c8b3c9e7f36e01b40d8182cd783b83e.zip
Ref bug number.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 471c86341dea..f201eacc430f 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,10 +1,10 @@
# ChangeLog for eclass directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.925 2013/08/15 04:39:24 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.926 2013/08/15 04:41:30 dirtyepic Exp $
15 Aug 2013; Ryan Hill <dirtyepic@gentoo.org> toolchain.eclass:
alpha not only needs -Wl,--norelax for 4.6 to build itself, but also for it
- to build other versions. So let's just always enable it.
+ to build other versions. So let's just always enable it (bug #481006).
13 Aug 2013; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
Filter -fgraphite-identity on gcc 4.7 (bug 417105).