diff options
author | 2004-12-05 08:10:16 +0000 | |
---|---|---|
committer | 2004-12-05 08:10:16 +0000 | |
commit | 4371314b5add86a95b399d92bf3bb5de3bb03b6e (patch) | |
tree | 271f715621439fd02ce0ce8960b5e07a65486399 /sys-devel/gcc-config/ChangeLog | |
parent | Added note about sparc SMP borkate. (diff) | |
download | historical-4371314b5add86a95b399d92bf3bb5de3bb03b6e.tar.gz historical-4371314b5add86a95b399d92bf3bb5de3bb03b6e.tar.bz2 historical-4371314b5add86a95b399d92bf3bb5de3bb03b6e.zip |
Err, we want to handle GCC_SPECS, not GCC_CONFIG. Also make sure duplicate paths arent duplicated in LDPATH now that gcc is exporting multiple spec files per ebuild.
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 934dda12e09d..df560ee6c3ae 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.67 2004/12/03 21:39:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.68 2004/12/05 08:10:16 vapier Exp $ + +*gcc-config-1.3.7-r5 (05 Dec 2004) + + 05 Dec 2004; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.7, + -gcc-config-1.3.7-r4.ebuild, +gcc-config-1.3.7-r5.ebuild: + Err, we want to handle GCC_SPECS, not GCC_CONFIG. Also make sure duplicate + paths arent duplicated in LDPATH now that gcc is exporting multiple spec + files per ebuild. *gcc-config-1.3.7-r4 (03 Dec 2004) |