1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
|
# ChangeLog for sys-devel/gcc-config
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.37 2003/05/11 21:14:24 azarah Exp $
11 May 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.3-r1 :
Mark stable for all, as if fixes a few bugs.
*gcc-config-1.3.3-r1 (28 Apr 2003)
28 Apr 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.3-r1,
gcc-config-1.3.3 :
Update gcc-config-1.3.3 to use the absolute path to portageq, else it
breaks things. Thanks to Spider <spider@gentoo.org> for noticing this.
12 Apr 2003; Martin Schlemmer <azarah@gentoo.org> files/wrapper-1.4.1.c :
Update wrapper as I suggested in bug #18933 to be able to handle cross
compiler frontends ...
*gcc-config-1.3.3 (12 Apr 2003)
12 Apr 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.3.ebuild,
files/gcc-config-1.3.3, files/wrapper-1.4.1.c :
New version:
- Update the wrapper to scan /etc/env.d/05gcc for PATH, and then append this
to caller name if successful. This should improve speed much if PATH is
not setup properly, as we do not have to run gcc-config ... This is a
much better solution for bug #18766.
- Add short options to gcc-config, closing bug #13005.
- Add the ability to choose the profile by a number, as listed by running
'gcc-config --list-profiles', closing bug #13005.
*gcc-config-1.3.2 (08 Apr 2003)
08 Apr 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.2.ebuild,
files/gcc-config-1.3.2, files/gcc-config-1.4.1 :
Add speed optimization patch from Aron Griffis <agriffis@gentoo.org>.
Basically we only get the CHOST from portage if needed ... closes bug #18766.
Use wrapper-1.4.c ...
*gcc-config-1.3.1-r1 (06 Apr 2003)
06 Apr 2003; Zach Welch <zwelch@gentoo.org> gcc-config-1.3.1-r1.ebuild,
gcc-config-1.3.1.ebuild, files/gcc-config-1.3.1, files/gcc-config-1.4.1 :
change return to exit in gcc-config script, and minor fix for distcc
and cross-compiling compatibility.
Note: The latest gcc-config-1.4 is almost ready for production, but
these changes are still too experimental to commit an ebuild. Even
so, I am also updating the gcc-config script to reflect the latest
status. Still no ebuild for now.
23 Feb 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.4,
wrapper-1.4.c :
- Add gcc-config-1.4 with '--install-toolchain' support written by
Zach Welch <zwelch@gentoo.org>. I am not 100% sure on the status
on this, so not adding a ebuild for now.
- Add wrapper-1.4.c that is borken up in functions. This is also
thanks to Zach Welch <zwelch@gentoo.org>. I also tweaked it to
modify PATH by appending gcc's bin path to it ... this should
speed up calls gcc does to its tools. I also fixed a few possible
memory leaks.
19 Feb 2003; Guy Martin <gmsoft@gneoot.org> gcc-config-1.3.1.ebuild :
Changed ~hppa to hppa.
*gcc-config-1.3.1 (19 Jan 2003)
28 Mar 2003; Christian Birchinger <joker@gentoo.org>
gcc-config-1.3.1.ebuild:
Added stable sparc keyword
24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> gcc-config-1.3.1.ebuild :
Changed mips keyword to stable.
21 Feb 2003; Aron Griffis <agriffis@gentoo.org> gcc-config-1.3.1.ebuild :
Mark stable on alpha
18 Feb 2003; Zach Welch <zwelch@gentoo.org> gcc-config-1.3.1.ebuild :
Add stable for arm
18 Feb 2003; Seemant <seemant@gentoo.org> gcc-config-1.3.1.ebuild :
moved to stable for x86
19 Feb 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.1 :
Some tweaks to try minimize subshells.
09 Feb 2003; Guy Martin <gmsoft@gentoo.org> gcc-config-1.2.7.ebuild :
Added hppa keyword to gcc-config-1.2.7.ebuild and ~hppa keyword on
latests versions up to gcc-config-1.3.1.ebuild.
14 Feb 2003; Mark Guertin <gerk@gentoo.org> gcc-config-1.3.1.ebuild :
added ppc to keywords
19 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.1.ebuild :
Use the 'which' command to find commands if present to give a bit of a
speedup. Display a warning about sourcing /etc/profile if you change the
default profile to stop confusion.
Fix a segfault in wrapper.c if $PATH is not set. Many thanks to
Eric Andresen <ndiin1@cox.net> for reporting this.
19 Jan 2003; Martin Schlemmer <azarah@gentoo.org> wrapper.c :
Fix to check if '/gcc-bin/' in full name of called gcc, once again thanks
to feedback from Eric Andresen <ndiin1@cox.net>.
*gcc-config-1.3.0 (16 Jan 2003)
16 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.0.ebuild :
Set argv[0] to the correct binary, else gcc do not find internal
headers, etc (bug #8132). Fixed files/wrapper.c for this.
*gcc-config-1.2.9 (15 Jan 2003)
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.9.ebuild :
Fix wrapper calling cc-config.
*gcc-config-1.2.8 (15 Jan 2003)
15 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.8.ebuild :
Add C wrapper to call the real binaries.
02 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.7.ebuild :
Update usage screen to be more compact. Also should be more consistant
with other unix tools. Bug #13005.
*gcc-config-1.2.7 (25 Dec 2002)
06 Jan 2003; Jan Seidel <tuxus@gentoo.org> gcc-config-1.2.7.ebuild :
Added mips to keywords.
25 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.7.ebuild :
Add colorgcc support, partly a fix for bug #12689.
*gcc-config-1.2.6 (23 Dec 2002)
24 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.6.ebuild :
In some cases we have an old /usr/bin/cpp binary that was not unmerged from
non multi arch/version scheme gcc's. If so, backup it, and replace with a
wrapper script.
*gcc-config-1.2.5 (23 Dec 2002)
23 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.5.ebuild :
Add --print-environ switch. Add /usr/bin/cpp wrapper. Fix the wrapper
to setup PATH if it cannot find cpp, or if 'which cpp' give /usr/bin/cpp.
17 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.4 :
Do not add a LDPATH if the directory do not exist.
*gcc-config-1.2.4 (16 Dec 2002)
16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> :
More fixes for wrappers.
*gcc-config-1.2.3 (16 Dec 2002)
16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> :
Regenerate /lib/cpp and /usr/bin/cc if they do not exist, or
are symlinks .. Run gcc-config in pkg_postinst().
*gcc-config-1.2.2 (16 Dec 2002)
16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> :
Update to handle wrappers used for /lib/cpp and /usr/bin/cc in
new gcc ebuilds.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*gcc-config-1.2.1 (27 Nov 2002)
27 Nov 2002; Martin Schlemmer <azarah@gentoo.org> :
Update to only biatch about not being root if the user
tries to change the system profile, thanks rphillips!
*gcc-config-1.2 (10 Nov 2002)
10 Nov 2002; Martin Schlemmer <azarah@gentoo.org> :
Include all LDPATH's for this CHOST in /etc/ld.so.conf.
Add --use-portage-chost option so that it will only change
gcc profile if CHOST is same as that of make.conf.
*gcc-config-1.1 (10 Nov 2002)
10 Nov 2002; Martin Schlemmer <azarah@gentoo.org> :
New version with lots of options, and help.
*gcc-config-1.0 (28 Oct 2002)
28 Oct 2002; Martin Schlemmer <azarah@gentoo.org> :
Initial version.
|