diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-24 05:46:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-24 05:46:24 +0000 |
commit | 41a7859fe26b19043ffc7e69bf9c0c3316e5c3f1 (patch) | |
tree | ac854ffc60848b5ffbab634cdde5dd6cc6031ba4 /sys-devel/gcc-config/ChangeLog | |
parent | Change "app-sci" for the new categories "sci-astronomy" and "sci-biology" (diff) | |
download | gentoo-2-41a7859fe26b19043ffc7e69bf9c0c3316e5c3f1.tar.gz gentoo-2-41a7859fe26b19043ffc7e69bf9c0c3316e5c3f1.tar.bz2 gentoo-2-41a7859fe26b19043ffc7e69bf9c0c3316e5c3f1.zip |
Seems people still have outdated gcc versions installed which break with GCC_SPECS="". Add a warning if their gcc is broken so they know they have to re-emerge gcc.
Diffstat (limited to 'sys-devel/gcc-config/ChangeLog')
-rw-r--r-- | sys-devel/gcc-config/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys-devel/gcc-config/ChangeLog b/sys-devel/gcc-config/ChangeLog index 05a14b0c4c9e..e1bf6ccbb17b 100644 --- a/sys-devel/gcc-config/ChangeLog +++ b/sys-devel/gcc-config/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-devel/gcc-config # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.70 2004/12/23 18:04:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.71 2004/12/24 05:46:23 vapier Exp $ + +*gcc-config-1.3.8-r1 (24 Dec 2004) + + 24 Dec 2004; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.8, + +gcc-config-1.3.8-r1.ebuild, -gcc-config-1.3.8.ebuild: + Seems people still have outdated gcc versions installed which break with + GCC_SPECS="". Add a warning if their gcc is broken so they know they have to + re-emerge gcc. *gcc-config-1.3.8 (23 Dec 2004) |