/[gentoo-x86]/sys-devel/gcc-config/ChangeLog
Gentoo

Contents of /sys-devel/gcc-config/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.146 - (show annotations) (download)
Wed Apr 11 14:18:00 2007 UTC (6 years, 1 month ago) by gustavoz
Branch: MAIN
Changes since 1.145: +5 -1 lines
Stable on sparc wrt #174126
(Portage version: 2.1.2.2)

1 # ChangeLog for sys-devel/gcc-config
2 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
3 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.145 2007/04/11 12:34:03 armin76 Exp $
4
5 11 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org>
6 gcc-config-1.3.15-r1.ebuild:
7 Stable on sparc wrt #174126
8
9 11 Apr 2007; Raúl Porcel <armin76@gentoo.org>
10 gcc-config-1.3.15-r1.ebuild:
11 x86 stable wrt bug 174126
12
13 *gcc-config-1.3.16 (11 Apr 2007)
14
15 11 Apr 2007; Mike Frysinger <vapier@gentoo.org> +files/gcc-config-1.3.16,
16 +files/wrapper-1.4.8.c, +gcc-config-1.3.16.ebuild:
17 Fabian Groffen says: remove alloca() usage #173998.
18
19 *gcc-config-1.3.15-r1 (12 Mar 2007)
20
21 12 Mar 2007; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.15,
22 +gcc-config-1.3.15-r1.ebuild:
23 Add wrappers for gcjh, gfortran, and the D language #157694 by Philipp
24 Kirchner.
25
26 27 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org>
27 gcc-config-1.3.14.ebuild:
28 Stable on MIPS; bug #157571
29
30 31 Dec 2006; Bryan Østergaard <kloeri@gentoo.org>
31 gcc-config-1.3.14.ebuild:
32 Stable on Alpha, bug 157571.
33
34 11 Dec 2006; Steve Dibb <beandog@gentoo.org> gcc-config-1.3.14.ebuild:
35 amd64 stable, bug 157571
36
37 11 Dec 2006; Jeroen Roovers <jer@gentoo.org> gcc-config-1.3.14.ebuild:
38 Stable for HPPA (bug #157571).
39
40 11 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org>
41 gcc-config-1.3.14.ebuild:
42 Stable on sparc wrt #157571
43
44 10 Dec 2006; Andrej Kacian <ticho@gentoo.org> gcc-config-1.3.14.ebuild:
45 Stable on x86, bug #157571.
46
47 09 Dec 2006; Markus Rothe <corsair@gentoo.org> gcc-config-1.3.14.ebuild:
48 Stable on ppc64; bug #157571
49
50 09 Dec 2006; nixnut <nixnut@gentoo.org> gcc-config-1.3.14.ebuild:
51 Stable on ppc wrt bug 157571
52
53 *gcc-config-1.3.15 (09 Dec 2006)
54
55 09 Dec 2006; Mike Frysinger <vapier@gentoo.org> +files/gcc-config-1.3.15,
56 +gcc-config-1.3.15.ebuild:
57 Add support by Kevin F. Quinn for handling multiple files in GCC_SPECS #125805.
58
59 19 Oct 2006; Roy Marples <uberlord@gentoo.org> gcc-config-1.3.14.ebuild:
60 Added ~sparc-fbsd keyword.
61
62 *gcc-config-1.3.14 (19 Oct 2006)
63
64 19 Oct 2006; Mike Frysinger <vapier@gentoo.org> +files/gcc-config-1.3.14,
65 +gcc-config-1.3.14.ebuild:
66 Make libgcc updates atomic #150257 by Diego.
67
68 *gcc-config-1.3.13-r4 (02 Oct 2006)
69
70 02 Oct 2006; Mike Frysinger <vapier@gentoo.org>
71 -gcc-config-1.3.13-r3.ebuild, +gcc-config-1.3.13-r4.ebuild:
72 Bump to make sure everyone is using gcc-config-1 wrappers and not eselect.
73
74 *gcc-config-1.3.13-r3 (03 Jul 2006)
75
76 03 Jul 2006; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.13,
77 +gcc-config-1.3.13-r3.ebuild:
78 Push out accumulated fixes.
79
80 16 Jun 2006; Joshua Kinard <kumba@gentoo.org> gcc-config-2.0.0_rc1.ebuild:
81 De-keywording for now on mips. Will stay with gcc-config-1.3.x and see how
82 2.x and its eselect tool mature.
83
84 *gcc-config-2.0.0_rc1 (06 Jun 2006)
85
86 06 Jun 2006; Jeremy Huddleston <eradicator@gentoo.org>
87 -gcc-config-2.0.0_beta2.ebuild, +gcc-config-2.0.0_rc1.ebuild:
88 Updating gcc-config-2* ebuild to rc1, so users don't need to download a
89 different tarball than for eselect-compiler when it gets unmasked. There is
90 actually no change in the wrapper other than the version number.
91
92 *gcc-config-1.3.13-r2 (25 Apr 2006)
93
94 25 Apr 2006; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.13,
95 +gcc-config-1.3.13-r2.ebuild:
96 If active profile no longer exists, make sure -c spits out an error message.
97
98 29 Apr 2006; Joshua Kinard <kumba@gentoo.org> gcc-config-1.3.13-r1.ebuild:
99 Marked stable on mips.
100
101 03 Apr 2006; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.13:
102 Generate a CTARGET-cpp wrapper if need be.
103
104 30 Mar 2006; Diego Pettenò <flameeyes@gentoo.org>
105 gcc-config-1.3.13-r1.ebuild:
106 Add ~x86-fbsd keyword.
107
108 28 Mar 2006; Jeremy Huddleston <eradicator@gentoo.org>
109 gcc-config-2.0.0_beta2.ebuild:
110 Added to ~ppc64.
111
112 26 Mar 2006; Bryan Østergaard <kloeri@gentoo.org
113 gcc-config-1.3.13-r1.ebuild:
114 Stable on alpha, bug 125810.
115
116 19 Mar 2006; Luis Medinas <metalgod@gentoo.org>
117 gcc-config-1.3.13-r1.ebuild:
118 Stable on amd64. Bug #125810.
119
120 17 Mar 2006; Jeroen Roovers <jer@gentoo.org> gcc-config-1.3.13-r1.ebuild:
121 Stable on hppa (bug #125810).
122
123 17 Mar 2006; Chris White <chriswhite@gentoo.org>
124 gcc-config-1.3.13-r1.ebuild:
125 ppc stable for 1.3.13-r1 per bug #125810.
126
127 16 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org>
128 gcc-config-1.3.13-r1.ebuild:
129 Stable on sparc wrt #125810
130
131 14 Mar 2006; Joshua Jackson <tsunam@gentoo.org>
132 gcc-config-1.3.13-r1.ebuild:
133 Stable on x86; bug #125810
134
135 12 Mar 2006; Markus Rothe <corsair@gentoo.org>
136 gcc-config-1.3.13-r1.ebuild:
137 Stable on ppc64; bug #125810
138
139 *gcc-config-1.3.13-r1 (08 Jan 2006)
140 *gcc-config-1.3.12-r6 (08 Jan 2006)
141
142 08 Jan 2006; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.12,
143 files/gcc-config-1.3.13, -gcc-config-1.3.12-r5.ebuild,
144 +gcc-config-1.3.12-r6.ebuild, -gcc-config-1.3.13.ebuild,
145 +gcc-config-1.3.13-r1.ebuild:
146 Ignore directores in /etc/env.d/gcc #118246 by Mark Purtill.
147
148 *gcc-config-1.3.12-r5 (05 Jan 2006)
149
150 05 Jan 2006; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.12,
151 files/gcc-config-1.3.13, -gcc-config-1.3.12-r4.ebuild,
152 +gcc-config-1.3.12-r5.ebuild:
153 Fix changing of profiles when using ROOT and a different CHOST.
154
155 *gcc-config-1.3.13 (30 Dec 2005)
156
157 30 Dec 2005; Mike Frysinger <vapier@gentoo.org> +files/gcc-config-1.3.13,
158 +gcc-config-1.3.13.ebuild:
159 Fix multilib copying of libraries #95622 by Diego Pettenò and restore
160 copying of libgcc_s/libunwind when run from inside portage by using the mv
161 instead of cp method of updating the libraries.
162
163 27 Dec 2005; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.12,
164 gcc-config-1.3.12-r4.ebuild:
165 Use get_libdir #114633 by Patrick McLean.
166
167 *gcc-config-1.3.12-r4 (19 Nov 2005)
168
169 19 Nov 2005; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.12,
170 +gcc-config-1.3.12-r4.ebuild:
171 Add support for selecting profiles by version only.
172
173 *gcc-config-1.3.12-r3 (01 Nov 2005)
174
175 01 Nov 2005; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.12,
176 +gcc-config-1.3.12-r3.ebuild:
177 Make sure we set env vars before trying to use them #111022 by Attila Stehr.
178
179 *gcc-config-2.0.0_beta2 (02 Oct 2005)
180
181 02 Oct 2005; Jeremy Huddleston <eradicator@gentoo.org>
182 -gcc-config-2.0.0_beta1.ebuild, +gcc-config-2.0.0_beta2.ebuild:
183 Version bump with more backwards compat support (-B, -L, and -X).
184
185 *gcc-config-2.0.0_beta1 (01 Oct 2005)
186
187 01 Oct 2005; Jeremy Huddleston <eradicator@gentoo.org>
188 +gcc-config-2.0.0_beta1.ebuild:
189 Added gcc-config wrapper for beta version of eselect-compiler. It still
190 needs to be cleaned up a bit, but it's functional, so putting it into
191 portage (package.mask still of course).
192
193 18 Sep 2005; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.12:
194 Add support for spaces in make.conf settings #105855.
195
196 16 Sep 2005; Aron Griffis <agriffis@gentoo.org>
197 gcc-config-1.3.12-r2.ebuild:
198 Mark 1.3.12-r2 stable on alpha
199
200 13 Sep 2005; <dang@gentoo.org> gcc-config-1.3.12-r2.ebuild:
201 Marked stable on amd64
202
203 07 Sep 2005; Aaron Walker <ka0ttic@gentoo.org>
204 gcc-config-1.3.12-r2.ebuild:
205 Stable on mips.
206
207 03 Sep 2005; Michael Hanselmann <hansmi@gentoo.org>
208 gcc-config-1.3.12-r2.ebuild:
209 Stable on ppc.
210
211 03 Sep 2005; Markus Rothe <corsair@gentoo.org>
212 gcc-config-1.3.12-r2.ebuild:
213 Stable on ppc64
214
215 01 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org>
216 gcc-config-1.3.12-r2.ebuild:
217 Stable on sparc
218
219 25 Aug 2005; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.12:
220 Update list output to show the active version for all targets.
221
222 09 Aug 2005; Jeremy Huddleston <eradicator@gentoo.org>
223 -files/gcc-config-1.4.0, -gcc-config-1.4.0.ebuild:
224 Killing 1.4.0. Working on gcc-config-2.0 in gentoo/src/toolchain/gcc-config.
225
226 *gcc-config-1.3.12-r2 (05 Aug 2005)
227
228 05 Aug 2005; Martin Schlemmer <azarah@gentoo.org> files/gcc-config-1.3.12,
229 +gcc-config-1.3.12-r2.ebuild:
230 Fix long option for -S (--split-profile).
231
232 *gcc-config-1.3.12-r1 (04 Aug 2005)
233
234 04 Aug 2005; Mike Frysinger <vapier@gentoo.org> +files/wrapper-1.4.7.c,
235 +gcc-config-1.3.12-r1.ebuild:
236 Clean up the wrapper a bit.
237
238 *gcc-config-1.3.12 (09 Jul 2005)
239
240 09 Jul 2005; Mike Frysinger <vapier@gentoo.org> +files/gcc-config-1.3.12,
241 +gcc-config-1.3.12.ebuild:
242 Add support for parsing profile names so we can use it in toolchain.eclass.
243
244 *gcc-config-1.3.11-r4 (07 Jul 2005)
245
246 07 Jul 2005; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.11,
247 files/wrapper-1.4.6.c, +gcc-config-1.3.11-r4.ebuild:
248 Make sure the f77 wrapper is installed/run properly for g77 #97437 by John
249 C. Vernaleo.
250
251 17 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
252 gcc-config-1.3.10-r1.ebuild, gcc-config-1.3.10-r2.ebuild,
253 gcc-config-1.3.11-r3.ebuild, gcc-config-1.4.0.ebuild:
254 Removed portage from deps, as this solves a perl/openssl circular dependency.
255
256 *gcc-config-1.3.11-r3 (13 Jun 2005)
257
258 13 Jun 2005; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.11,
259 +gcc-config-1.3.11-r3.ebuild:
260 Make sure that -c errors out if given an invalid TARGET.
261
262 *gcc-config-1.3.11-r2 (07 Jun 2005)
263
264 07 Jun 2005; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.11,
265 -gcc-config-1.3.11-r1.ebuild, +gcc-config-1.3.11-r2.ebuild:
266 Make sure we support funky version strings (beta823942) and custom specs
267 (hardened).
268
269 *gcc-config-1.3.11-r1 (07 Jun 2005)
270
271 07 Jun 2005; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.11,
272 -gcc-config-1.3.11.ebuild, +gcc-config-1.3.11-r1.ebuild:
273 Cleanup the CHOST-GCCVER parsing so it isnt so fragile (and works with BSD
274 hosts).
275
276 *gcc-config-1.3.11 (06 Jun 2005)
277
278 06 Jun 2005; Mike Frysinger <vapier@gentoo.org> +files/gcc-config-1.3.11,
279 +gcc-config-1.3.11.ebuild:
280 If python is broken due to libstdc++ changes or whatever, make sure
281 gcc-config still works somewhat sanely.
282
283 10 Apr 2005; Joseph Jezak <josejx@gentoo.org> gcc-config-1.3.10-r2.ebuild:
284 Marked ppc stable.
285
286 09 Apr 2005; Markus Rothe <corsair@gentoo.org>
287 gcc-config-1.3.10-r2.ebuild:
288 Stable on ppc64
289
290 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> gcc-config-1.3.10-r2.ebuild:
291 stable on ia64
292
293 *gcc-config-1.3.10-r2 (31 Mar 2005)
294
295 31 Mar 2005; Jeremy Huddleston <eradicator@gentoo.org>
296 +gcc-config-1.3.10-r2.ebuild:
297 Don't spit out -m64 warnings. Closes bug #87130.
298
299 19 Mar 2005; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.8,
300 files/gcc-config-1.3.10, files/gcc-config-1.4.0:
301 Make sure we copy libunwind in addition to libgcc_s (for ia64 and such).
302 Also dont copy internal gcc libs while portage is calling us (causes python
303 to segfault and crap).
304
305 17 Mar 2005; Jeremy Huddleston <eradicator@gentoo.org>
306 gcc-config-1.3.10-r1.ebuild:
307 Stable on sparc so the stable sparc gcc doesn't give the (ignorable) warning
308 about the config being broken.
309
310 04 Mar 2005; Jeremy Huddleston <eradicator@gentoo.org>
311 files/gcc-config-1.4.0:
312 Changing CTARGET_ALIASES to FAKE_TARGETS for consistency with binutils.
313
314 04 Mar 2005; Jeremy Huddleston <eradicator@gentoo.org>
315 -files/fake-ctarget.sh, files/gcc-config-1.4.0, gcc-config-1.4.0.ebuild:
316 Cleaned up 1.4.0 a bit. Got rid of the stupid fake-ctarget.sh stuff and
317 added smarter logic for that into the gcc-config script. Still in
318 package.mask as it hits a sandbox bug.
319
320 *gcc-config-1.4.0 (19 Feb 2005)
321
322 19 Feb 2005; Jeremy Huddleston <eradicator@gentoo.org>
323 +files/fake-ctarget.sh, -files/gcc-config-1.3.9, +files/gcc-config-1.4.0,
324 -files/wrapper-1.4.4.c, +files/wrapper-1.4.6.c,
325 gcc-config-1.3.10-r1.ebuild, -gcc-config-1.3.9.ebuild,
326 +gcc-config-1.4.0.ebuild:
327 1.3.10-r1 stable on amd64. Removing 1.3.9. Adding 1.4.0 which adds support
328 for creating ctarget aliases based on the GCC_CTARGET_ALIASES variable in
329 the /etc/env.d/gcc/ config file. This is setup automatically on multilib
330 profiles with recent gcc emerges.
331
332 01 Feb 2005; Jeremy Huddleston <eradicator@gentoo.org>
333 gcc-config-1.3.10-r1.ebuild:
334 Done testing. Releasing into ~arch.
335
336 *gcc-config-1.3.10-r1 (31 Jan 2005)
337
338 31 Jan 2005; Jeremy Huddleston <eradicator@gentoo.org>
339 files/gcc-config-1.3.10, +gcc-config-1.3.10-r1.ebuild,
340 -gcc-config-1.3.10.ebuild:
341 Make gcc-config support gcc version strings containing '-'. This allows for
342 wider multislot support.
343
344 *gcc-config-1.3.10 (30 Jan 2005)
345
346 30 Jan 2005; Jeremy Huddleston <eradicator@gentoo.org>
347 +files/gcc-config-1.3.10, +files/wrapper-1.4.5.c,
348 +gcc-config-1.3.10.ebuild:
349 Multilib fixes. Copies libgcc_s.so* to the correct location for all abis.
350 Allows command line args to override ${ABI}. This should resolve bugs #78306
351 and #78652.
352
353 23 Jan 2005; Mike Frysinger <vapier@gentoo.org>
354 gcc-config-1.3.8-r4.ebuild, gcc-config-1.3.9.ebuild:
355 Make sure old gcc-configs dont exist #79062.
356
357 20 Jan 2005; Jeremy Huddleston <eradicator@gentoo.org>
358 gcc-config-1.3.9.ebuild:
359 Stable on amd64 ahead of everyone else because its multilib goodies are
360 required for 2005.0.
361
362 *gcc-config-1.3.8-r4 (05 Jan 2005)
363
364 05 Jan 2005; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.8,
365 -gcc-config-1.3.8-r3.ebuild, +gcc-config-1.3.8-r4.ebuild:
366 Make sure that when we switch compilers, we dont accidently invalidate all
367 of our ccache data #70548.
368
369 03 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> :
370 Change encoding to UTF-8 for GLEP 31 compliance
371
372 *gcc-config-1.3.9 (27 Dec 2004)
373
374 27 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
375 files/gcc-config-1.3.9, +files/wrapper-1.4.4.c, +gcc-config-1.3.9.ebuild:
376 Rolling in support for CFLAGS_${ABI}. Rolling g{cc,++}{32,64} support into
377 the wrapper.
378
379 *gcc-config-1.3.8-r3 (24 Dec 2004)
380 *gcc-config-1.3.8-r2 (24 Dec 2004)
381 *gcc-config-1.3.8-r1 (24 Dec 2004)
382
383 24 Dec 2004; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.8,
384 +gcc-config-1.3.8-r1.ebuild, -gcc-config-1.3.8.ebuild:
385 Seems people still have outdated gcc versions installed which break with
386 GCC_SPECS="". Add a warning if their gcc is broken so they know they have to
387 re-emerge gcc.
388
389 *gcc-config-1.3.8 (23 Dec 2004)
390
391 23 Dec 2004; Mike Frysinger <vapier@gentoo.org>:
392 Make sure GCC_SPECS doesn't hang around when switching between profiles.
393 Copy libgcc_s.so to /lib (since some systems link files in /bin against it).
394 Make sure the wrapper can locate cross-compilers via /etc/env.d files when
395 the active environment is empty.
396
397 *gcc-config-1.3.7-r6 (08 Dec 2004)
398
399 08 Dec 2004; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.7,
400 files/wrapper-1.4.2.c, -gcc-config-1.3.7-r5.ebuild,
401 +gcc-config-1.3.7-r6.ebuild:
402 Portability patch #73617 by Sunil.
403
404 *gcc-config-1.3.7-r5 (05 Dec 2004)
405
406 05 Dec 2004; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.7,
407 -gcc-config-1.3.7-r4.ebuild, +gcc-config-1.3.7-r5.ebuild:
408 Err, we want to handle GCC_SPECS, not GCC_CONFIG. Also make sure duplicate
409 paths arent duplicated in LDPATH now that gcc is exporting multiple spec
410 files per ebuild.
411
412 *gcc-config-1.3.7-r4 (03 Dec 2004)
413
414 03 Dec 2004; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.7,
415 -gcc-config-1.3.7-r3.ebuild, +gcc-config-1.3.7-r4.ebuild:
416 Make sure GCC_CONFIG is taken only from the selected profile.
417
418 *gcc-config-1.3.7-r3 (02 Dec 2004)
419
420 02 Dec 2004; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.7,
421 -gcc-config-1.3.7-r2.ebuild, +gcc-config-1.3.7-r3.ebuild:
422 Version bump to add a lot of cross-compile fixes. Also perform sanity
423 checking on GCC_SPECS #68799, dont create wrappers in the ebuild #72745, and
424 dont install /lib/cpp unless the system supports C++.
425
426 *gcc-config-1.3.7-r2 (28 Nov 2004)
427
428 28 Nov 2004; Travis Tilley <lv@gentoo.org> files/gcc-config-1.3.6,
429 files/gcc-config-1.3.7, -gcc-config-1.3.6-r3.ebuild,
430 +gcc-config-1.3.6-r4.ebuild, -gcc-config-1.3.7-r1.ebuild,
431 +gcc-config-1.3.7-r2.ebuild:
432 Fixed Bug 72557, where gcc-config would get very confused with non-gcc-lib
433 ldpaths
434
435 26 Oct 2004; Martin Schlemmer <azarah@gentoo.org> +files/wrapper-1.4.3.c:
436 Add GCCBITS support to wrapper.
437
438 *gcc-config-1.3.7-r1 (25 Oct 2004)
439
440 25 Oct 2004; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.7:
441 Make sure umask doesn't screw up the install #68699. Run gcc-config from
442 $S instead of expecting $PATH to contain something functional #68700.
443 Move the 32bit/64bit wrapper logic out of toolchain.eclass and into
444 gcc-config via GCCBITS.
445
446 *gcc-config-1.3.7 (13 Oct 2004)
447
448 13 Oct 2004; Mike Frysinger <vapier@gentoo.org> +files/gcc-config-1.3.7,
449 +gcc-config-1.3.7.ebuild:
450 Better invalid arg handling, list profiles even if you dont have a current
451 one, support $ROOT, dont export CC/CXX, create g77 wrappers alongside f77,
452 and general touchups.
453
454 10 Oct 2004; Tom Gall <tgall@gentoo.org> gcc-config-1.3.6-r3.ebuild:
455 stable on ppc64
456
457 *gcc-config-1.3.6-r3 (05 Oct 2004)
458
459 05 Oct 2004; Travis Tilley <lv@gentoo.org> files/gcc-config-1.3.6,
460 -gcc-config-1.3.6-r2.ebuild, +gcc-config-1.3.6-r3.ebuild:
461 fixed the handling of GCC_SPECS-specific gcc configs
462
463 02 Oct 2004; Bryan Østergaard <kloeri@gentoo.org>
464 gcc-config-1.3.6-r2.ebuild:
465 Stable on alpha.
466
467 *gcc-config-1.3.6-r2 (02 Oct 2004)
468
469 02 Oct 2004; Travis Tilley <lv@gentoo.org> files/gcc-config-1.3.6,
470 files/gcc-config-1.4, files/gcc-config-1.4.1, -gcc-config-1.3.6-r1.ebuild,
471 +gcc-config-1.3.6-r2.ebuild:
472 added the fix for bug 63973
473
474 28 Sep 2004; Sven Wegener <swegener@gentoo.org> files/wrapper-1.4.c,
475 files/wrapper.c:
476 Gentoo Technologies, Inc. -> Gentoo Foundation
477
478 25 Sep 2004; Joshua Kinard <kumba@gentoo.org> gcc-config-1.3.6-r1.ebuild:
479 Marked stable on mips.
480
481 31 Aug 2004; Gustavo Zacarias <gustavoz@gentoo.org>
482 gcc-config-1.3.6-r1.ebuild:
483 Stable on sparc
484
485 26 Aug 2004; Travis Tilley <lv@gentoo.org> gcc-config-1.3.6-r1.ebuild:
486 stable on amd64
487
488 25 Aug 2004; <solar@gentoo.org> gcc-config-1.3.6-r1.ebuild:
489 marked gcc-config-1.3.6-r1 stable on x86 and arm
490
491 *gcc-config-1.3.6-r1 (24 Jul 2004)
492
493 24 Jul 2004; Martin Schlemmer <azarah@gentoo.org> files/gcc-config-1.3.6,
494 +gcc-config-1.3.6-r1.ebuild:
495 Some cleanup that remove use of which from ferret <james.noble@worc.ox.ac.uk>,
496 bug #55262.
497
498 02 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
499 gcc-config-1.3.3-r1.ebuild, gcc-config-1.3.3-r2.ebuild,
500 gcc-config-1.3.4.ebuild, gcc-config-1.3.5-r1.ebuild,
501 gcc-config-1.3.5.ebuild, gcc-config-1.3.6.ebuild:
502 virtual/glibc -> virtual/libc
503
504 19 Jun 2004; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.5.ebuild:
505 Mark stable for all.
506
507 *gcc-config-1.3.6 (19 Jun 2004)
508
509 19 Jun 2004; Martin Schlemmer <azarah@gentoo.org> +files/gcc-config-1.3.6,
510 +gcc-config-1.3.6.ebuild:
511 Make sure we cleanup stale wrappers, bug #36388.
512
513 11 Jun 2004; Bryan Østergaard <kloeri@gentoo.org>
514 gcc-config-1.3.5-r1.ebuild:
515 Stable on alpha.
516
517 02 Jun 2004; Travis Tilley <lv@gentoo.org> gcc-config-1.3.5-r1.ebuild:
518 stable on amd64
519
520 10 May 2004; Michael McCabe <randy@gentoo.org> gcc-config-1.3.5-r1.ebuild:
521 Stable on s390
522
523 *gcc-config-1.3.5-r1 (06 May 2004)
524
525 06 May 2004; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.3.5,
526 files/gcc-config-1.3.5-multi-ldpath, gcc-config-1.3.5.ebuild,
527 +gcc-config-1.3.5-r1.ebuild:
528 Clean up the help output, add support for -v|--version and -h|--help options,
529 and then add the version to the gcc-config after installing.
530 Unify the multi-ldpath crap since there are no real differences between
531 the two to fix #29950 by Brad House.
532 Add environment printing fix #48492 by splite.
533
534 *gcc-config-1.3.5 (08 Feb 2004)
535
536 08 Feb 2004; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.5.ebuild,
537 files/gcc-config-1.3.5, files/wrapper-1.4.2.c:
538 Update wrapper to also treat symlinks as valid targets - this fixes a problem
539 where $CHOST-gcc called the symlink, and not the proper binary. Also fix a few
540 issues where we used data->tmp as they can cause possible corruption when used
541 in recursive calls and child functions. Closes bug #39162.
542
543 *gcc-config-1.3.4 (18 Nov 2003)
544
545 18 Nov 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.4.ebuild,
546 files/gcc-config-1.3.4, files/gcc-config-1.3.4-multi-ldpath:
547 I did not use REAL_CHOST in all cases, ending up with /usr/bin/-gcc, etc
548 files, as CHOST was not set.
549
550 *gcc-config-1.3.3-r2 (18 Oct 2003)
551
552 18 Oct 2003; Brad House <brad_mssw@gentoo.org> gcc-config-1.3.3-r2.ebuild,
553 files/gcc-config-1.3.3-multi-ldpath:
554 necessary gcc-config changes made for amd64 and 3.3.1-r5. Marked -* ~amd64
555
556 11 May 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.3-r1 :
557 Mark stable for all, as if fixes a few bugs.
558
559 *gcc-config-1.3.3-r1 (28 Apr 2003)
560
561 28 Apr 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.3-r1,
562 gcc-config-1.3.3 :
563 Update gcc-config-1.3.3 to use the absolute path to portageq, else it
564 breaks things. Thanks to Spider <spider@gentoo.org> for noticing this.
565
566 12 Apr 2003; Martin Schlemmer <azarah@gentoo.org> files/wrapper-1.4.1.c :
567 Update wrapper as I suggested in bug #18933 to be able to handle cross
568 compiler frontends ...
569
570 *gcc-config-1.3.3 (12 Apr 2003)
571
572 12 Apr 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.3.ebuild,
573 files/gcc-config-1.3.3, files/wrapper-1.4.1.c :
574 New version:
575 - Update the wrapper to scan /etc/env.d/05gcc for PATH, and then append this
576 to caller name if successful. This should improve speed much if PATH is
577 not setup properly, as we do not have to run gcc-config ... This is a
578 much better solution for bug #18766.
579 - Add short options to gcc-config, closing bug #13005.
580 - Add the ability to choose the profile by a number, as listed by running
581 'gcc-config --list-profiles', closing bug #13005.
582
583 *gcc-config-1.3.2 (08 Apr 2003)
584
585 08 Apr 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.2.ebuild,
586 files/gcc-config-1.3.2, files/gcc-config-1.4.1 :
587 Add speed optimization patch from Aron Griffis <agriffis@gentoo.org>.
588 Basically we only get the CHOST from portage if needed ... closes bug #18766.
589 Use wrapper-1.4.c ...
590
591 *gcc-config-1.3.1-r1 (06 Apr 2003)
592
593 06 Apr 2003; Zach Welch <zwelch@gentoo.org> gcc-config-1.3.1-r1.ebuild,
594 gcc-config-1.3.1.ebuild, files/gcc-config-1.3.1, files/gcc-config-1.4.1 :
595 change return to exit in gcc-config script, and minor fix for distcc
596 and cross-compiling compatibility.
597 Note: The latest gcc-config-1.4 is almost ready for production, but
598 these changes are still too experimental to commit an ebuild. Even
599 so, I am also updating the gcc-config script to reflect the latest
600 status. Still no ebuild for now.
601
602 23 Feb 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.4,
603 wrapper-1.4.c :
604 - Add gcc-config-1.4 with '--install-toolchain' support written by
605 Zach Welch <zwelch@gentoo.org>. I am not 100% sure on the status
606 on this, so not adding a ebuild for now.
607 - Add wrapper-1.4.c that is borken up in functions. This is also
608 thanks to Zach Welch <zwelch@gentoo.org>. I also tweaked it to
609 modify PATH by appending gcc's bin path to it ... this should
610 speed up calls gcc does to its tools. I also fixed a few possible
611 memory leaks.
612
613 19 Feb 2003; Guy Martin <gmsoft@gneoot.org> gcc-config-1.3.1.ebuild :
614 Changed ~hppa to hppa.
615
616 *gcc-config-1.3.1 (19 Jan 2003)
617
618 28 Mar 2003; Christian Birchinger <joker@gentoo.org>
619 gcc-config-1.3.1.ebuild:
620 Added stable sparc keyword
621
622 24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> gcc-config-1.3.1.ebuild :
623 Changed mips keyword to stable.
624
625 21 Feb 2003; Aron Griffis <agriffis@gentoo.org> gcc-config-1.3.1.ebuild :
626 Mark stable on alpha
627
628 18 Feb 2003; Zach Welch <zwelch@gentoo.org> gcc-config-1.3.1.ebuild :
629 Add stable for arm
630
631 18 Feb 2003; Seemant <seemant@gentoo.org> gcc-config-1.3.1.ebuild :
632 moved to stable for x86
633
634 19 Feb 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.1 :
635
636 Some tweaks to try minimize subshells.
637
638 09 Feb 2003; Guy Martin <gmsoft@gentoo.org> gcc-config-1.2.7.ebuild :
639
640 Added hppa keyword to gcc-config-1.2.7.ebuild and ~hppa keyword on
641 latests versions up to gcc-config-1.3.1.ebuild.
642
643 14 Feb 2003; Mark Guertin <gerk@gentoo.org> gcc-config-1.3.1.ebuild :
644 added ppc to keywords
645
646 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.1.ebuild :
647
648 Use the 'which' command to find commands if present to give a bit of a
649 speedup. Display a warning about sourcing /etc/profile if you change the
650 default profile to stop confusion.
651
652 Fix a segfault in wrapper.c if $PATH is not set. Many thanks to
653 Eric Andresen <ndiin1@cox.net> for reporting this.
654
655 19 Jan 2003; Martin Schlemmer <azarah@gentoo.org> wrapper.c :
656
657 Fix to check if '/gcc-bin/' in full name of called gcc, once again thanks
658 to feedback from Eric Andresen <ndiin1@cox.net>.
659
660 *gcc-config-1.3.0 (16 Jan 2003)
661
662 16 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.3.0.ebuild :
663
664 Set argv[0] to the correct binary, else gcc do not find internal
665 headers, etc (bug #8132). Fixed files/wrapper.c for this.
666
667 *gcc-config-1.2.9 (15 Jan 2003)
668
669 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.9.ebuild :
670
671 Fix wrapper calling cc-config.
672
673 *gcc-config-1.2.8 (15 Jan 2003)
674
675 15 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.8.ebuild :
676
677 Add C wrapper to call the real binaries.
678
679 02 Jan 2003; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.7.ebuild :
680
681 Update usage screen to be more compact. Also should be more consistant
682 with other unix tools. Bug #13005.
683
684 *gcc-config-1.2.7 (25 Dec 2002)
685
686 06 Jan 2003; Jan Seidel <tuxus@gentoo.org> gcc-config-1.2.7.ebuild :
687 Added mips to keywords.
688
689 25 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.7.ebuild :
690
691 Add colorgcc support, partly a fix for bug #12689.
692
693 *gcc-config-1.2.6 (23 Dec 2002)
694
695 24 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.6.ebuild :
696
697 In some cases we have an old /usr/bin/cpp binary that was not unmerged from
698 non multi arch/version scheme gcc's. If so, backup it, and replace with a
699 wrapper script.
700
701 *gcc-config-1.2.5 (23 Dec 2002)
702
703 23 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.5.ebuild :
704
705 Add --print-environ switch. Add /usr/bin/cpp wrapper. Fix the wrapper
706 to setup PATH if it cannot find cpp, or if 'which cpp' give /usr/bin/cpp.
707
708 17 Dec 2002; Martin Schlemmer <azarah@gentoo.org> gcc-config-1.2.4 :
709
710 Do not add a LDPATH if the directory do not exist.
711
712 *gcc-config-1.2.4 (16 Dec 2002)
713
714 16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> :
715
716 More fixes for wrappers.
717
718 *gcc-config-1.2.3 (16 Dec 2002)
719
720 16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> :
721
722 Regenerate /lib/cpp and /usr/bin/cc if they do not exist, or
723 are symlinks .. Run gcc-config in pkg_postinst().
724
725 *gcc-config-1.2.2 (16 Dec 2002)
726
727 16 Dec 2002; Martin Schlemmer <azarah@gentoo.org> :
728
729 Update to handle wrappers used for /lib/cpp and /usr/bin/cc in
730 new gcc ebuilds.
731
732 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
733
734 *gcc-config-1.2.1 (27 Nov 2002)
735
736 27 Nov 2002; Martin Schlemmer <azarah@gentoo.org> :
737
738 Update to only biatch about not being root if the user
739 tries to change the system profile, thanks rphillips!
740
741 *gcc-config-1.2 (10 Nov 2002)
742
743 10 Nov 2002; Martin Schlemmer <azarah@gentoo.org> :
744
745 Include all LDPATH's for this CHOST in /etc/ld.so.conf.
746 Add --use-portage-chost option so that it will only change
747 gcc profile if CHOST is same as that of make.conf.
748
749 *gcc-config-1.1 (10 Nov 2002)
750
751 10 Nov 2002; Martin Schlemmer <azarah@gentoo.org> :
752
753 New version with lots of options, and help.
754
755 *gcc-config-1.0 (28 Oct 2002)
756
757 28 Oct 2002; Martin Schlemmer <azarah@gentoo.org> :
758
759 Initial version.
760

  ViewVC Help
Powered by ViewVC 1.1.13