| 1 |
# ChangeLog for sys-devel/gcc-config |
| 2 |
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 |
| 3 |
# $Header: /home/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.22 2003/02/14 07:32:22 gerk Exp $ |
| 4 |
|
| 5 |
09 Feb 2003; Guy Martin <gmsoft@gentoo.org> gcc-config-1.2.7.ebuild : |
| 6 |
|
| 7 |
Added hppa keyword to gcc-config-1.2.7.ebuild and ~hppa keyword on |
| 8 |
latests versions up to gcc-config-1.3.1.ebuild. |
| 9 |
|
| 10 |
19 Jan 2003; Martin Schlemmer <azarah@gentoo.org> wrapper.c : |
| 11 |
|
| 12 |
Fix to check if '/gcc-bin/' in full name of called gcc, once again thanks |
| 13 |
to feedback from Eric Andresen <ndiin1@cox.net>. |
| 14 |
|
| 15 |
*gcc-config-1.3.1 (19 Jan 2003) |
| 16 |
|
| 17 |
18 Feb 2003; <root@gentoo.org> gcc-config-1.3.1.ebuild : |
| 18 |
moved to stable for x86 |
| 19 |
|
| 20 |
14 Feb 2003; Mark Guertin <gerk@gentoo.org> gcc-config-1.3.1.ebuild : |
| 21 |
added ppc to keywords |
| 22 |
|
| 23 |
19 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.1.ebuild : |
| 24 |
|
| 25 |
Use the 'which' command to find commands if present to give a bit of a |
| 26 |
speedup. Display a warning about sourcing /etc/profile if you change the |
| 27 |
default profile to stop confusion. |
| 28 |
|
| 29 |
Fix a segfault in wrapper.c if $PATH is not set. Many thanks to |
| 30 |
Eric Andresen <ndiin1@cox.net> for reporting this. |
| 31 |
|
| 32 |
*gcc-config-1.3.0 (16 Jan 2003) |
| 33 |
|
| 34 |
16 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.0.ebuild : |
| 35 |
|
| 36 |
Set argv[0] to the correct binary, else gcc do not find internal |
| 37 |
headers, etc (bug #8132). Fixed files/wrapper.c for this. |
| 38 |
|
| 39 |
*gcc-config-1.2.9 (15 Jan 2003) |
| 40 |
|
| 41 |
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.9.ebuild : |
| 42 |
|
| 43 |
Fix wrapper calling cc-config. |
| 44 |
|
| 45 |
*gcc-config-1.2.8 (15 Jan 2003) |
| 46 |
|
| 47 |
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.8.ebuild : |
| 48 |
|
| 49 |
Add C wrapper to call the real binaries. |
| 50 |
|
| 51 |
02 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.7.ebuild : |
| 52 |
|
| 53 |
Update usage screen to be more compact. Also should be more consistant |
| 54 |
with other unix tools. Bug #13005. |
| 55 |
|
| 56 |
*gcc-config-1.2.7 (25 Dec 2002) |
| 57 |
|
| 58 |
06 Jan 2003; Jan Seidel <tuxus@gentoo.org> gcc-config-1.2.7.ebuild : |
| 59 |
Added mips to keywords. |
| 60 |
|
| 61 |
25 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.7.ebuild : |
| 62 |
|
| 63 |
Add colorgcc support, partly a fix for bug #12689. |
| 64 |
|
| 65 |
*gcc-config-1.2.6 (23 Dec 2002) |
| 66 |
|
| 67 |
24 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.6.ebuild : |
| 68 |
|
| 69 |
In some cases we have an old /usr/bin/cpp binary that was not unmerged from |
| 70 |
non multi arch/version scheme gcc's. If so, backup it, and replace with a |
| 71 |
wrapper script. |
| 72 |
|
| 73 |
*gcc-config-1.2.5 (23 Dec 2002) |
| 74 |
|
| 75 |
23 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.5.ebuild : |
| 76 |
|
| 77 |
Add --print-environ switch. Add /usr/bin/cpp wrapper. Fix the wrapper |
| 78 |
to setup PATH if it cannot find cpp, or if 'which cpp' give /usr/bin/cpp. |
| 79 |
|
| 80 |
17 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.4 : |
| 81 |
|
| 82 |
Do not add a LDPATH if the directory do not exist. |
| 83 |
|
| 84 |
*gcc-config-1.2.4 (16 Dec 2002) |
| 85 |
|
| 86 |
16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> : |
| 87 |
|
| 88 |
More fixes for wrappers. |
| 89 |
|
| 90 |
*gcc-config-1.2.3 (16 Dec 2002) |
| 91 |
|
| 92 |
16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> : |
| 93 |
|
| 94 |
Regenerate /lib/cpp and /usr/bin/cc if they do not exist, or |
| 95 |
are symlinks .. Run gcc-config in pkg_postinst(). |
| 96 |
|
| 97 |
*gcc-config-1.2.2 (16 Dec 2002) |
| 98 |
|
| 99 |
16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> : |
| 100 |
|
| 101 |
Update to handle wrappers used for /lib/cpp and /usr/bin/cc in |
| 102 |
new gcc ebuilds. |
| 103 |
|
| 104 |
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords |
| 105 |
|
| 106 |
*gcc-config-1.2.1 (27 Nov 2002) |
| 107 |
|
| 108 |
27 Nov 2002; Martin Schlemmer <azarah@gentoo.org> : |
| 109 |
|
| 110 |
Update to only biatch about not being root if the user |
| 111 |
tries to change the system profile, thanks rphillips! |
| 112 |
|
| 113 |
*gcc-config-1.2 (10 Nov 2002) |
| 114 |
|
| 115 |
10 Nov 2002; Martin Schlemmer <azarah@gentoo.org> : |
| 116 |
|
| 117 |
Include all LDPATH's for this CHOST in /etc/ld.so.conf. |
| 118 |
Add --use-portage-chost option so that it will only change |
| 119 |
gcc profile if CHOST is same as that of make.conf. |
| 120 |
|
| 121 |
*gcc-config-1.1 (10 Nov 2002) |
| 122 |
|
| 123 |
10 Nov 2002; Martin Schlemmer <azarah@gentoo.org> : |
| 124 |
|
| 125 |
New version with lots of options, and help. |
| 126 |
|
| 127 |
*gcc-config-1.0 (28 Oct 2002) |
| 128 |
|
| 129 |
28 Oct 2002; Martin Schlemmer <azarah@gentoo.org> : |
| 130 |
|
| 131 |
Initial version. |