diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-03 02:43:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-03 02:43:33 +0000 |
commit | d96b26a0157433ade8c88cf7ff56e872f8ce96a8 (patch) | |
tree | 08d8866dbae5833f2f1a1d474619b3c7ba6cfd81 /sys-devel/gcc-config/ChangeLog | |
parent | arm KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-d96b26a0157433ade8c88cf7ff56e872f8ce96a8.tar.gz gentoo-2-d96b26a0157433ade8c88cf7ff56e872f8ce96a8.tar.bz2 gentoo-2-d96b26a0157433ade8c88cf7ff56e872f8ce96a8.zip |
Version bump to add a lot of cross-compile fixes. Also perform sanity checking on GCC_SPECS #68799, dont create wrappers in the ebuild #72745, and dont install /lib/cpp unless the system supports C++.
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 beb3a0ccdee5..c27439682095 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.65 2004/11/28 16:39:49 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.66 2004/12/03 02:43:33 vapier Exp $ + +*gcc-config-1.3.7-r3 (02 Dec 2004) + + 02 Dec 2004; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.7, + -gcc-config-1.3.7-r2.ebuild, +gcc-config-1.3.7-r3.ebuild: + Version bump to add a lot of cross-compile fixes. Also perform sanity + checking on GCC_SPECS #68799, dont create wrappers in the ebuild #72745, and + dont install /lib/cpp unless the system supports C++. *gcc-config-1.3.7-r2 (28 Nov 2004) |