]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
MAINTAINERS (Write After Approval): Add myself.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
7c2f37eb
CL
12012-09-04 Christophe Lyon <christophe.lyon@st.com>
2
3 * MAINTAINERS (Write After Approval): Add myself.
4
625afa23
RG
52012-09-03 Richard Guenther <rguenther@suse.de>
6
7 PR bootstrap/54138
8 * configure.ac: Re-organize ISL / CLOOG checks to allow
9 disabling with either --without-isl or --without-cloog.
10 * configure: Regenerated.
11
a4cf6e46
GJL
122012-09-03 Georg-Johann Lay <avr@gjlay.de>
13
14 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
15 * configure: Regenerate.
16
6c513d43
UD
172012-08-27 Ulrich Drepper <drepper@gmail.com>
18
19 * MAINTAINERS: Fix my email address.
20
61171996
L
212012-08-26 H.J. Lu <hongjiu.lu@intel.com>
22
23 PR binutils/4970
24 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
25 and opcodes.
26 * Makefile.in: Regenerated.
27
14fbeb6c
AH
282012-08-26 Art Haas <ahaas@impactweather.com>
29
30 * configure: Regenerate.
31
c141b97e
322012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
33
34 * INSTALL/README: Also refer to the online installation
35 instructions.
36
12d87607
HS
372012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
38
39 * MAINTAINERS (Write After Approval): Add myself.
40 (Picochip port): Remove myself.
41
0823efed
DN
422012-08-14 Diego Novillo <dnovillo@google.com>
43
44 Merge from cxx-conversion branch.
45
46 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
47 POSTSTAGE1_CONFIGURE_FLAGS.
48 * Makefile.in: Regenerate.
49 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
50 Force C++ when bootstrapping.
51 * configure: Regenerate.
52
a0b0a0c3
JBG
532012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
54
55 * MAINTAINERS (Write After Approval): Add myself.
56
6d8b8153
JM
572012-07-16 Joseph Myers <joseph@codesourcery.com>
58
59 * README: Document use of ranges of years in copyright notices.
60
81ef8878
RG
612012-07-06 Richard Guenther <rguenther@suse.de>
62
63 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
64 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
65 --with-gmp=system.
66 * Makefile.in: Regenerated.
67 * configure: Likewise.
68
0ff2d841
RG
692012-07-06 Richard Guenther <rguenther@suse.de>
70
71 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
72 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
73 supply V=1 as extra_make_flags.
74 * configure: Regenerated.
75 * Makefile.in: Likewise.
76
2b2d7c53
TG
772012-07-04 Tristan Gingold <gingold@adacore.com>
78
79 * configure: Regenerate.
80
1fcd23ac
RG
812012-07-03 Richard Guenther <rguenther@suse.de>
82
83 * Makfile.def (isl): Remove not necessary extra_exports and
84 extra_make_flags.
85 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
86 * Makefile.in: Regenerated.
87
32d024bf
RG
882012-07-03 Richard Guenther <rguenther@suse.de>
89
90 * Makefile.def (cloog): Add V=1 to extra_make_flags.
91 * configure.ac: If either the ISL or the CLooG check failed
92 do not try to build in-tree versions.
93 * Makefile.in: Regenerated.
94 * configure: Regenerated.
95
90d4f233
RO
962012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
97
98 * configure: Regenerate.
99
1116de1a
JJ
1002012-07-02 Janis Johnson <janisjo@codesourcery.com>
101
8153b03d 102 * MAINTAINERS (Various Maintainers): Add myself as testsuite
1116de1a
JJ
103 maintainer.
104
8247e8b2
RG
1052012-07-02 Richard Guenther <rguenther@suse.de>
106
107 * configure: Regenerated.
108
33ad93b9
RG
1092012-07-02 Richard Guenther <rguenther@suse.de>
110 Michael Matz <matz@suse.de>
111 Tobias Grosser <tobias@grosser.es>
112 Sebastian Pop <sebpop@gmail.com>
113
114 * Makefile.def: Add ISL host module, remove PPL host module.
115 Adjust ClooG host module to use the proper ISL.
116 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
117 * configure.ac: Include config/isl.m4. Add ISL host library,
118 remove PPL. Remove PPL configury, add ISL configury, adjust
119 ClooG configury.
120 * Makefile.in: Regenerated.
121 * configure: Likewise.
122
6886e444
RG
1232012-07-02 Richard Guenther <rguenther@suse.de>
124
125 Merge from graphite branch
126 2011-07-21 Tobias Grosser <tobias@grosser.es>
54b2365b 127
6886e444
RG
128 * configure: Regenerated.
129 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
130 both cloog.org and legacy versions. The only supported version will
131 be CLooG with the isl backend.
132
133 2011-07-21 Tobias Grosser <tobias@grosser.es>
54b2365b 134
6886e444
RG
135 * configure: Regenerated.
136 * configure.ac: Require cloog isl 0.17.0
137
138 2011-07-21 Tobias Grosser <tobias@grosser.es>
54b2365b 139
6886e444
RG
140 * configure: Regenerated.
141 * config/cloog.m4: Do not define CLOOG_ORG
142
d4a10d0a
SB
1432012-06-29 Steven Bosscher <steven@gcc.gnu.org>
144
145 * configure.ac: Skip C if explicitly selected.
146 * configure: Regenerate.
147
bd8e704f
CL
1482012-06-28 Christophe Lyon <christophe.lyon@st.com>
149
150 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
151 they contain -O2.
152 * configure: Regenerate.
153
0951ac86
RS
1542012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
155
156 PR debug/53740
157 * df.h, df-problems.c, dce.c: Revert last patch.
158
4679c9b3
IS
1592012-06-25 Iain Sandoe <iain@codesourcery.com>
160
161 * MAINTAINERS (Write After Approval): Update my email address.
162
0619103b
MI
1632012-06-21 Meador Inge <meadori@codesourcery.com>
164
165 * MAINTAINERS (Write After Approval): Add myself.
166
056d8580
JM
1672012-06-20 Jason Merrill <jason@redhat.com>
168
169 * Makefile.tpl (check-target-libgomp-c++): New.
170 (check-target-libitm-c++): New.
171 * Makefile.def (c++): Add them.
172 * Makefile.in: Regenerate.
173
556861b2
EW
1742012-05-29 Edmar Wienskoski <edmar@freescale.com>
175
9c78662a 176 * MAINTAINERS (Write After Approval): Add myself.
556861b2 177
8294b6fe
OH
1782012-05-16 Olivier Hainque <hainque@adacore.com>
179
180 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
181 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
182 (install-no-fixedincludes): Adjust accordingly.
183 * Makefile.in: Regenerate.
184
eb606595
L
1852012-05-15 H.J. Lu <hongjiu.lu@intel.com>
186
187 Merge upstream change
188 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
189
1c8196d9
MG
1902012-05-14 Marc Glisse <marc.glisse@inria.fr>
191
192 * MAINTAINERS (Write After Approval): Add myself.
193
5b0d38e4
NC
1942012-05-09 Nick Clifton <nickc@redhat.com>
195 Paul Smith <psmith@gnu.org>
196
197 PR bootstrap/50461
198 * configure.ac (mpfr-dir): When using in-tree MPFR sources
199 allow for the fact that from release v3.1.0 of MPFR the source
200 files were moved into a src sub-directory.
201 * configure: Regenerate.
202
f7d6bc01
JB
2032012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
204
205 * configure.ac: Bump minimum MPFR version to 2.4.0.
206 * configure: Regenerated.
207
48310492
RH
2082012-05-01 Richard Henderson <rth@redhat.com>
209
210 * Makefile.def (libatomic): New target_module.
211 * configure.ac (target_libraries): Add libatomic.
212 (noconfigdirs): Check if libatomic is supported.
213 * Makefile.in, configure: Rebuild.
214
77f496df
GY
2152012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
216
217 * MAINTAINERS (Write After Approval): Add myself.
218
95e5b9a4
JB
2192012-04-25 Joel Brobecker <brobecker@adacore.com>
220
221 * config.sub: Update to 2012-04-18 version from official repo.
222
86c8bb32
N
2232012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
224
225 * MAINTAINERS (Write After Approval): Add myself.
226
dcc73abf
SE
2272012-04-11 Steve Ellcey <sellcey@mips.com>
228
229 * MAINTAINERS: Changed email address.
230
7fd6378e
GJL
2312012-03-28 Georg-Johann Lay <avr@gjlay.de>
232
233 PR target/52737
234 * contrib/gcc_update (files_and_dependencies):
235 Remove gcc/config/avr/t-multilib from touch data.
236
b24513a1
RO
2372012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
238
239 * MAINTAINERS (OS Port Maintainers): Remove irix.
240 * configure.ac (enable_libgomp): Remove *-*-irix6*.
241 (unsupported_languages): Remove mips-sgi-irix6.*.
242 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
243 (with_stabs): Remove.
244 * configure: Regenerate.
245
5c30094f
RO
2462012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
247
248 * MAINTAINERS (OS Port Maintainers): Remove osf.
249 * configure.ac (enable_libgomp): Remove *-*-osf*.
250 (with_stabs): Remove alpha*-*-osf*.
251 * configure: Regenerate.
252
091fe9ca
TG
2532012-03-05 Tristan Gingold <gingold@adacore.com>
254
255 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
256 * configure: Regenerate.
257
51f894e6
WL
2582012-02-17 Walter Lee <walt@tilera.com>
259
260 * MAINTAINERS: (Write After Approval): Delete myself.
261
1982a383
WL
2622012-02-14 Walter Lee <walt@tilera.com>
263
dd552284
WL
264 * MAINTAINERS (tilegx port): Add myself.
265 (tilepro port): Add myself.
266 (Write After Approval): Add myself.
1982a383 267
98a5b2c9
GP
2682012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
269
9c78662a
UB
270 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
271 and Joseph Myers as docstring relicensing maintainers.
98a5b2c9 272
365e6b65
BC
2732012-02-09 Bin Cheng <bin.cheng@arm.com>
274
275 * MAINTAINERS (write-after-approval): Add myself.
276
9c9e39dd
IR
2772012-02-08 Ira Rosen <irar@il.ibm.com>
278
279 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
280 maintainer.
281
03548f7b
VK
2822012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
283
9c78662a
UB
284 * MAINTAINERS (Write After Approval): Move myself to
285 maintain alphabetical order.
03548f7b 286
3bc05470
VK
2872012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
288
289 * MAINTAINERS (Write After Approval): Add myself.
290
e5b8c090
JS
2912012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
292
293 * MAINTAINERS (Write After Approval): Add myself.
294
b25364a0
S
2952012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
296 Jayant R Sonar <jayant.sonar@kpitcummins.com>
297
298 * configure.ac (cr16-*-*): Remove nonconfigdirs.
299 * configure: Regenerate.
300
e5e45c68
HC
3012012-01-23 Harshit Chopra <harshit@google.com>
302
303 * MAINTAINERS (Write After Approval): Add myself.
304
daecebc8
DR
3052012-01-22 Douglas B Rupp <rupp@ngnat.com>
306
307 * configure.ac: Remove reference to mh-interix.
308 * configure: Regenerate.
309
99776ebd
RH
3102012-01-05 Richard Henderson <rth@redhat.com>
311
312 PR bootstrap/51072
313 * configure.ac: Disable libitm if c++ is not enabled.
314 * configure: Rebuild.
315
9696698a
RH
316 * configure.ac: Fix regexp for same.
317 * configure: Rebuild.
318
c40b2528
BI
3192012-01-02 Balaji V. Iyer <bviyer@gmail.com>
320
321 * MAINTAINERS (Write After Approval): Add myself.
322
d18ede37
RG
3232012-01-02 Richard Guenther <rguenther@suse.de>
324
325 PR bootstrap/51686
326 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
327 * Makefile.in: Regenerate.
328
8d2fbf9b
OE
3292011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
330
331 * MAINTAINERS (Write After Approval): Add myself.
332
7cb62ef1
EB
3332011-12-18 Eric Botcazou <ebotcazou@adacore.com>
334
335 * configure: Regenerate.
336
3372011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
e6f52784
HS
338
339 * MAINTAINERS (picochip): Changed email address.
340
0f14d442
MGD
3412011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
342
343 * MAINTAINERS (write-after-approval): Add self.
344
85b8555e
DD
3452011-11-29 DJ Delorie <dj@redhat.com>
346
347 * configure.ac (rl78-*-*) New case.
348 * configure: Regenerate.
349 * MAINTAINERS: Add myself as RL78 maintainer.
350
49f7dc9d
EB
3512011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
352
353 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
354
c6084f68
AT
3552011-11-21 Andreas Tobler <andreast@fgznet.ch>
356
bd67830a 357 * libtool.m4: Additional FreeBSD 10 fixes.
c6084f68 358
b3fb6108
JR
3592011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
360
361 * MAINTAINERS: Move myself from Write After Approval to CPU Port
362 Maintainers section, as Epiphany maintainer.
363
10eb188c
IS
3642011-11-18 Iain Sandoe <iains@gcc.gnu.org>
365
366 PR target/49992
367 * configure.ac: Remove ranlib special-casing for Darwin.
368 * configure: Regenerate.
369
bcf83e00
AB
3702011-11-12 Andrey Belevantsev <abel@ispras.ru>
371
372 * MAINTAINERS (Reviewers): Keep the list sorted.
373
3fec7f10
AB
3742011-11-11 Andrey Belevantsev <abel@ispras.ru>
375
376 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
377
e7a82751
RM
3782011-11-09 Roland McGrath <mcgrathr@google.com>
379
380 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
381 * configure: Rebuild.
382 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
383 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
384 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
385 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
386 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
387 Add READELF.
388 * Makefile.in: Rebuild.
389
e399136a
JM
3902011-11-09 Jason Merrill <jason@redhat.com>
391
392 * Makefile.def (language=c++): Remove check-c++0x.
393 * Makefile.in (check-gcc-c++): Regenerate.
394
01f3428c
RH
3952011-11-08 Richard Henderson <rth@redhat.com>
396
e948157d
RH
397 * configure.ac: Test for libitm directory present first.
398
3d3b05ff
RH
399 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
400
01f3428c
RH
401 * configure.ac: Test libitm/configure.tgt to disable libitm.
402 * configure: Rebuild.
403
0a35513e
AH
4042011-11-07 Aldy Hernandez <aldyh@redhat.com>
405 Richard Henderson <rth@redhat.com>
406
407 Merged from transactional-memory.
408
409 * Makefile.def (lang_env_dependencies): libitm is c++.
410 Add libitm target module.
411 * configure.ac: Likewise.
412 * config/mmap.m4: New file.
413 * contrib/gcc_update: Add libitm to touch data.
414 * Makefile.in, configure: Rebuild.
415
f9989b51
RO
4162011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
417
418 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
419 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
420 * Makefile.in: Regenerate.
421
753a0ad8
DD
4222011-11-01 DJ Delorie <dj@redhat.com>
423
424 * config.sub: Update to version 2011-10-29 (added rl78)
425
e7a7929d
NC
4262011-10-27 Nick Clifton <nickc@redhat.com>
427
428 * config.sub: Import these changes from the config project:
429
430 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
431 Ben Elliston <bje@gnu.org>
432
433 * config.sub (epiphany): New.
434
435 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
436 Ben Elliston <bje@gnu.org>
437
9c78662a 438 * config.sub (hexagon, hexagon-*): New.
e7a7929d
NC
439
440 2011-08-23 Roland McGrath <mcgrathr@google.com>
441
442 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
443 64eb to be64.
444
445 2011-08-16 Roland McGrath <mcgrathr@google.com>
446
447 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
448 (nacl): Grok as alias for 32el-unknown-nacl.
449
4bc51432
KY
4502011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
451
452 * MAINTAINERS (Write After Approval): Add myself.
453
3c5bc77d
TJ
4542011-10-24 Teresa Johnson <tejohnson@google.com>
455
456 * MAINTAINERS (Write After Approval): Add myself.
457
76bafb07
JJ
4582011-09-21 Jakub Jelinek <jakub@redhat.com>
459
460 * MAINTAINERS (sparc port): Remove myself.
461
5699cf3d
TV
4622011-09-14 Tom de Vries <tom@codesourcery.com>
463
464 * MAINTAINERS (Write After Approval): Add myself.
465
0d557ff8
YQ
4662011-08-14 Yao Qi <yao@codesourcery.com>
467
468 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
469 * configure: Regenerate.
470
bf03b9ff
ILT
4712011-07-26 Ian Lance Taylor <iant@google.com>
472
473 * configure.ac: Set have_compiler based on whether gcc directory
474 exists, rather than on whether gcc is in configdirs.
475 * configure: Rebuild.
476
b017c70a
JM
4772011-07-21 Joseph Myers <joseph@codesourcery.com>
478
479 * MAINTAINERS (Global Reviewers): Add self.
480
242f5421
DE
4812011-07-20 David Edelsohn <dje.gcc@gmail.com>
482
483 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
484 link directories.
485 * Makefile.in: Rebuild.
486
ff3ac0f4
ILT
4872011-07-20 Ian Lance Taylor <iant@google.com>
488
489 PR bootstrap/49787
490 * configure.ac: Move --enable-bootstrap handling earlier in file.
491 If --enable-bootstrap and either --enable-build-with-cxx or
492 --enable-build-poststage1-with-cxx, enable C++ automatically.
493 * configure: Rebuild.
494
78767fd9
ILT
4952011-07-19 Ian Lance Taylor <iant@google.com>
496
497 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
498 make C++ a boot_language. Set and substitute
499 POSTSTAGE1_CONFIGURE_FLAGS.
500 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
501 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
502 * configure, Makefile.in: Rebuild.
503
9dafd063
VM
5042011-07-19 Vladimir Makarov <vmakarov@redhat.com>
505
506 * MAINTAINERS (Register Allocation): Move myself from reviewers to
507 maintainers.
508
eac8f5bd 5092011-07-18 Jakub Jelinek <jakub@redhat.com>
e44dbbe1 510
eac8f5bd 511 * MAINTAINERS (Global Reviewers): Add myself.
e44dbbe1 512
eac8f5bd 5132011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1f90cc14 514
eac8f5bd 515 * configure: Regenerate.
1f90cc14 516
32c87d63
JM
5172011-07-16 Jason Merrill <jason@redhat.com>
518
519 * Makefile.def (language=c++): Add check-c++0x and
520 check-target-libmudflap-c++.
521 * Makefile.tpl (check-target-libmudflap-c++): New.
522 * Makefile.in: Regenerate.
523
a4a2c37d
MK
5242011-07-16 Matthias Klose <doko@ubuntu.com>
525
526 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
527 * Makefile.def (target_modules/libjava): Pass
528 $(EXTRA_CONFIGARGS_LIBJAVA).
529 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
530 if not configured with --enable-static-libjava.
531 * Makefile.in: Regenerate.
532 * configure: Likewise.
533
6feeed06
JM
5342011-07-15 Jason Merrill <jason@redhat.com>
535
536 * Makefile.in (check-c++): Move check-gcc-c++0x after
537 check-target-libstdc++-v3.
538
7c9f9795
BS
5392011-07-15 Bernd Schmidt <bernds@codesourcery.com>
540
541 * MAINTAINERS (c6x port): New entry.
542
e2995714
JM
5432011-07-13 Jason Merrill <jason@redhat.com>
544
545 * Makefile.in (check-gcc-c++0x): New.
546 (check-c++): Depend on it.
547
fbdd5d87
RO
5482011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
549
550 PR target/39150
551 * configure.ac (i[3456789]86-*-solaris2*): Also accept
552 x86_64-*-solaris2.1[0-9]*.
553 * configure: Regenerate.
554
875a6c6e
RS
5552011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
556
557 * MAINTAINERS (RTL optimizers): Add self.
558
18faf0ee
GC
5592011-06-27 Gabriel Charette <gchare@google.com>
560
561 * MAINTAINERS (Write After Approval): Add myself.
562
8499116a
HPN
5632011-06-22 Hans-Peter Nilsson <hp@axis.com>
564
6be80923
HPN
565 PR regression/47836
566 PR bootstrap/23656
567 PR other/47733
568 PR bootstrap/49247
5167b7cf 569 PR c/48825
8499116a
HPN
570 * configure.ac (target_libraries): Remove target-libiberty.
571 Remove case-statement setting skipdirs=target-libiberty for
572 multiple targets. Remove checking target_configdirs and
573 removing target-libiberty but keeping target-libgcc if
574 otherwise empty.
575 * Makefile.def (target_modules): Don't add libiberty.
576 (dependencies): Remove all traces of target-libiberty.
577 * configure, Makefile.in: Regenerate.
578
db1d217c
WL
5792011-06-13 Walter Lee <walt@tilera.com>
580
581 * configure.ac (tilepro-*-*) New case.
582 (tilegx-*-*): Likewise.
583 * configure: Regenerate.
584
9a2fc6ad
JY
5852011-06-06 Jing Yu <jingyu@google.com>
586
587 * configure.ac: Skip target-libiberty for
588 arm*-*-linux-androideabi.
589 * configure: Regenerated.
590
9baa43b6
NC
5912011-06-06 Nick Clifton <nickc@redhat.com>
592
593 * config.sub: Sync from upstream.
594
5a9f48b4
NV
5952011-06-05 Nenad Vukicevic <nenad@intrepid.com>
596
597 * MAINTAINERS (Write After Approval): Add myself.
598
6c059f76
DJ
5992011-06-01 Daniel Jacobowitz <drow@false.org>
600
601 * MAINTAINERS: Update my email address.
602
f97b516f
NF
6032011-05-27 Nathan Froyd <froydnj@codesourcery.com>
604
605 * MAINTAINERS (Write After Approval): Update my email address.
606
6e91d9d6
PP
6072011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
608
609 * MAINTAINERS (Write After Approval): Add myself.
610
6f57bdf6
DK
6112011-05-08 Doug Kwan <dougkwan@google.com>
612
613 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
614 * configure: Regenerated.
615 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
616 value from configure.
617 * Makefile.in: Regenerated.
618
6a789d5e
JM
6192011-05-05 Joseph Myers <joseph@codesourcery.com>
620
621 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
622 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
623 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
624 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
625 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
626 *-*-vxworks*): Disable newlib and libgloss in separate case
627 statement.
628 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
629 to separate case statement.
630 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
631 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
632 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
633 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
634 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
635 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
636 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
637 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
638 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
639 i[[3456789]]86-*-rdos*, m32r-*-*,
640 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
641 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
642 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
643 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
644 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
645 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
646 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
647 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
648 and libgloss in main case over targets. Remove most empty cases
649 in main case over targets.
650 * configure: Regenerate.
651
a78079c4
JJ
6522011-05-04 Janis Johnson <janisjo@codesourcery.com>
653
654 * MAINTAINERS (Write After Approval): Add myself.
655
f1a0defe
JM
6562011-05-04 Joseph Myers <joseph@codesourcery.com>
657
658 * configure.ac: Remove code setting special library locations for
659 hppa*64*-*-hpux11*. Remove code setting compiler for
660 sparc-sun-solaris2*.
661 * configure: Regenerate.
662
fbcf0dca
JM
6632011-05-04 Joseph Myers <joseph@codesourcery.com>
664
665 * configure.ac: Separate libgloss_dir settings from general case
666 over targets.
667 * configure: Regenerate.
668
fddf9ee7
JM
6692011-04-28 Joseph Myers <joseph@codesourcery.com>
670
671 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
672 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
673 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
674 cases in libgcj-disabling case statement.
675 (hppa*64*-*-linux*): Set unsupported_languages instead of
676 disabling target-zlib.
677 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
678 to hppa*64*-*-hpux*.
679 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
680 hppa*-*-hpux*.
681 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
682 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
683 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
684 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
685 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
686 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
687 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
688 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
689 libgcj-disabling case statement.
690 * configure: Regenerate.
691
80f81134
JM
6922011-04-28 Joseph Myers <joseph@codesourcery.com>
693
694 * configure.ac: Disable Java for targets not supporting libffi.
695 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
696 Remove cases in Java-disabling statement.
697 (*arm-wince-pe): Change to arm-wince-pe.
698 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
699 cases in Java-disabling statement.
700 (bfin-*-*): Don't disable Java again.
701 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
702 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
703 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
704 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
705 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
706 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
707 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
708 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
709 Java-disabling statement.
710 (mmix-*-*): Don't disable Java again.
711 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
712 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
713 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
714 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
715 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
716 statement.
717 * configure: Regenerate.
718
2909494b
JM
7192011-04-28 Joseph Myers <joseph@codesourcery.com>
720
721 * configure.ac: Separate cases disabling Java and Java libraries
722 from general case over targets.
723 * configure: Regenerate.
724
98e2d934
JZ
7252011-04-21 Jie Zhang <jzhang918@gmail.com>
726
727 * MAINTAINERS: Update my email address.
728
1809ba94
ER
7292011-04-20 Easwaran Raman <eraman@google.com>
730
731 * MAINTAINERS (Write After Approval): Add myself.
732
2cd815e7
JH
7332011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
734
735 PR lto/48086
736 * configure.ac: Re-enable LTO on *-apple-darwin9*.
737 * configure: Regenerate.
738
271d3f8d
JM
7392011-04-16 Jim Meyering <meyering@redhat.com>
740
741 * MAINTAINERS (Write After Approval): Add myself.
742
848309ea
DS
7432011-04-15 Dodji Seketeli <dodji@redhat.com>
744
745 * MAINTAINERS: Update my email address.
746
3a78d31f
GJL
7472011-04-13 Georg-Johann Lay <avr@gjlay.de>
748
749 * MAINTAINERS (Write After Approval): Add myself.
750
fbfbde73
YZ
7512011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
752
753 * MAINTAINERS (Write After Approval): Add myself.
754
8072c460
SH
7552011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
756
757 * MAINTAINERS (Write After Approval): Add myself.
758
85bfb75e
JM
7592011-04-06 Joseph Myers <joseph@codesourcery.com>
760
761 * configure.ac (build_tools): Remove build-byacc.
762 (host_libs): Remove mmalloc.
763 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
764 autoconf automake libtool diff rcs fileutils shellutils time
765 textutils wdiff find uudecode hello tar gzip indent recode release
766 sed perl gawk findutils gettext zip.
767 (libgcj): Remove target-qthreads.
768 (target_tools): Remove target-examples target-gperf.
769 (YACC): Don't handle building byacc.
770 * configure: Regenerate.
771 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
772 dosutils, examples, fileutils, find, findutils, gawk, gettext,
773 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
774 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
775 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
776 handle building components.
777 * Makefile.in: Regenerate.
778
bc8e4748
SA
7792011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
780
781 * MAINTAINERS: Update my email address as Xtensa maintainer.
782
32827f18
RW
7832011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
784
785 * config.sub: Sync from upstream.
786
b318fb4b
JM
7872011-04-01 Joseph Myers <joseph@codesourcery.com>
788
789 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
790 (microblaze*): Don't disable libssp.
791 * configure: Regenerate.
792
72691ba6
JM
7932011-04-01 Joseph Myers <joseph@codesourcery.com>
794
795 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
796 moveifchange.
797 * configure: Regenerate.
798 * Makefile.tpl: Use @SHELL@ not @config_shell@.
799 * Makefile.in: Regenerate.
800
6de66370
JM
8012011-04-01 Joseph Myers <joseph@codesourcery.com>
802
803 * configure.ac (*-*-sysv4*): Don't enable libgomp.
804 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
805 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
806 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
807 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
808 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
809 md_exec_prefix cases.
810 * configure: Regenerate.
811
1e9e0e23
JM
8122011-04-01 Joseph Myers <joseph@codesourcery.com>
813
814 * configure.ac: Separate cases disabling target-libssp,
815 target-libiberty, target-libstdc++-v3 and Fortran from general
816 case over targets.
817 * configure: Regenerate.
818
0036370f
JM
8192011-04-01 Joseph Myers <joseph@codesourcery.com>
820
821 * configure.ac (*-*-chorusos): Don't disable libgcj.
822 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
823 Remove case.
824 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
825 (arm-*-coff): Don't disable libgcj.
826 (arm*-*-linux-gnueabi): Remove useless assignment.
827 (arm-*-riscix*): Don't disable libgcj.
828 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
829 configuration.
830 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
831 (c54x*-*-*): Remove case.
832 (tic54x-*-*): Don't disable GCC or GCC libraries.
833 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
834 to *.
835 (d10v-*-*): Don't disable GCC libraries.
836 (d30v-*-*): Don't disable libgcj.
837 (h8500-*-*): Don't disable GCC libraries.
838 (i960-*-*): Don't disable libgcj.
839 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
840 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
841 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
842 libgcj.
843 (m68k-*-coff*): Remove case.
844 (mmix-*-*): Don't disable libgloss on host.
845 (mn10200-*-*, mn10300-*-*): Remove cases.
846 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
847 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
848 Don't disable libgcj.
849 (romp-*-*): Remove case.
850 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
851 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
852 case.
853 (v810-*-*): Don't disable GCC libraries.
854 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
855 (ip2k-*-*): Don't disable GCC libraries.
856 * configure: Regenerate.
857
c9bdb152
JM
8582011-03-28 Joseph Myers <joseph@codesourcery.com>
859
860 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
861 libffi on host.
862 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
863 on host.
864 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
865 * configure: Regenerate.
866
8c6d158a
JM
8672011-03-26 John Marino <binutils@marino.st>
868
869 * configure.ac: Add support for *-*-dragonfly*
870 * configure: Regenerate.
871
1bcce263
JM
8722011-03-25 Joseph Myers <joseph@codesourcery.com>
873
874 * configure.ac (native_only): Remove.
875 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
876 send-pr uudecode guile gnuserv on host.
877 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
878 send-pr rcs guile perl texinfo libtool on host.
879 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
880 automake send-pr rcs guile perl texinfo libtool on host.
881 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
882 (*-*-kaos*): Don't disable target-examples target-gperf on target.
883 (alpha*-dec-osf*): Don't disable fileutils on target.
884 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
885 texinfo send-pr expect dejagnu on target.
886 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
887 target-qthreads on target.
888 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
889 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
890 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
891 x86_64-*-mingw*): Don't disable expect on target.
892 (*-*-cygwin*): Don't disable target-gperf on target.
893 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
894 gnuserv on target.
895 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
896 target.
897 * configure: Regenerate.
898
8d4c5ac6
JM
8992011-03-25 Joseph Myers <joseph@codesourcery.com>
900
901 * configure.ac (target_tools): Remove target-groff.
902 (native_only): Remove target-groff.
903 (hppa*64*-*-*): Don't disable byacc.
904 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
905 setting.
906 (*-*-kaos*): Don't skip target-librx and target-groff.
907 (*-*-netware*): Don't skip target-libmudflap.
908 (*-*-tpf*): Don't skip target-libmudflap.
909 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
910 directories on the host.
911 (ia64*-*-*vms*): Don't skip tix.
912 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
913 host.
914 * configure: Regenerate.
915
50e37333
PB
9162011-03-24 Paolo Bonzini <pbonzini@redhat.com>
917
918 * configure.ac: Remove references to mt-mep, mt-netware,
919 mt-wince.
920 * Makefile.def: Add all-utils soft dependencies.
921 * Makefile.tpl: Remove GDB_NLM_DEPS.
922 * configure: Regenerate.
923 * Makefile.in: Regenerate.
924
7d77a768
PB
9252011-03-24 Paolo Bonzini <bonzini@gnu.org>
926
927 * configure.ac: Do not include mh-x86omitfp.
928 * configure: Regenerate.
929
3dc84509
PB
9302011-03-24 Paolo Bonzini <bonzini@gnu.org>
931
932 * configure.ac: Remove empty cases.
933 * configure: Regenerate.
934
1e2c3ec4
PB
9352011-03-24 Paolo Bonzini <bonzini@gnu.org>
936
937 * Makefile.def: Add dependency from termcap to gdb.
938 * Makefile.in: Regenerate.
939
73a817c4
PB
9402011-03-24 Paolo Bonzini <bonzini@gnu.org>
941
942 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
943 * configure: Regenerate.
944 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
945 * Makefile.tpl: Likewise.
946 * Makefile.in: Regenerate.
947
43ecab84
PB
9482011-03-24 Paolo Bonzini <bonzini@gnu.org>
949
950 * configure.ac: Remove all mentions of tentative_cc.
951 * configure: Regenerate.
952
111eeb6e
JM
9532011-03-24 Joseph Myers <joseph@codesourcery.com>
954
955 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
956 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
957 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
958 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
959 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
960 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
961 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
962 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
963 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
964 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
965 *-*-rhapsody*): Remove host cases.
966 * configure: Regenerate.
967
4569f85e
JM
9682011-03-24 Joseph Myers <joseph@codesourcery.com>
969
970 * configure.ac (ppc*-*-pe): Remove host case.
971 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
972 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
973 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
974 cases.
975 * configure: Regenerate.
976
f3e8ab19
JM
9772011-03-24 Joseph Myers <joseph@codesourcery.com>
978
979 * config.sub: Update to version 2011-03-23.
980
56f8587a
JM
9812011-03-22 Joseph Myers <joseph@codesourcery.com>
982
983 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
984 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
985 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
986 * configure: Regenerate.
987
ebb9f8b0
JM
9882011-03-22 Joseph Myers <joseph@codesourcery.com>
989
990 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
991 to Write After Approval.
992 * config-ml.in: Don't handle arc-*-elf*.
993 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
994 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
995 handle GCC libraries.
996 * configure: Regenerate.
997
474ee908
RO
9982011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
999
1000 PR bootstrap/48120:
1001 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1002 Add -lstdc++ -lm to LIBS.
1003 * configure: Regenerate.
1004
41446fec
DE
10052011-03-18 David Edelsohn <dje.gcc@gmail.com>
1006
1007 * config.guess: Update to version 2011-02-02
1008 * config.sub: Update to version 2011-02-24
1009
51fd6b90
JH
10102011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1011
1012 PR lto/48086
1013 * configure.ac: Re-enable LTO on *-apple-darwin9.
1014 * configure: Regenerate.
1015
a6c71270
JH
10162011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
1017
1018 PR lto/48086
1019 * configure.ac: Disable LTO on darwin due to an assembler change in
1020 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1021 under 256.
1022 * configure: Regenerate.
1023
fdc1806a
CL
10242011-03-11 Chen Liqin <liqin.gcc@gmail.com>
1025
9c78662a
UB
1026 * MAINTAINERS: Update myself as score backend maintainer,
1027 update my e-mail address.
fdc1806a 1028
9b4166b2
XG
10292011-03-09 Xuepeng Guo <terry.guo@arm.com>
1030
1031 * MAINTAINERS: Update my e-mail address.
1032
fb72848b
JY
10332011-03-06 Joey Ye <joey.ye@arm.com>
1034
1035 * MAINTAINERS: Update my e-mail address.
1036
f158c8d0
SP
10372011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1038
1039 * configure.ac: Adjust test of with_ppl.
1040 * configure: Regenerated.
1041
97efdf21
KT
10422011-03-02 Kai Tietz <ktietz@redhat.com>
1043
1044 * MAINTAINERS: Adjust my e-mail address.
1045
7d32a440
SP
10462011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1047
1048 * configure.ac: Add -lpwl to ppllibs.
1049 * configure: Regenerated.
1050
3d2bc11b
SP
10512011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1052
1053 * config/cloog.m4: Add -lisl to clooglibs.
1054 * configure: Regenerated.
1055
e3d590af
RR
10562011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1057
1058 * MAINTAINERS (CPU Port maintainers): Add self.
1059
5037599a
RO
10602011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1061
1062 * MAINTAINERS: Add myself as testsuite maintainer.
1063
12a0ae3d
MS
10642011-02-15 Mike Stump <mikestump@comcast.net>
1065
1066 * MAINTAINERS: Add myself as testsuite maintainer.
1067
029c8f3e
RW
10682011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1069
1070 Import from Libtool and gnulib:
1071
1072 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1073
1074 Prepare for supporting FreeBSD 10.
1075 * config.rpath: Remove handling of freebsd1* which soon would
1076 match FreeBSD 10.0.
1077
1078 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1079
1080 Remove support for FreeBSD 1.x.
1081 * libtool.m4 (_LT_LINKER_SHLIBS)
1082 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1083 soon would incorrectly match FreeBSD 10.0.
1084
03b2a04d
RW
10852011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1086
1087 PR binutils/12283
1088 * move-if-change: Import version from gnulib.
1089
f3d533d3
AO
10902011-02-12 Alexandre Oliva <aoliva@redhat.com>
1091
1092 PR lto/47225
1093 * Makefile.def (lto-plugin): Double dash for enable-shared.
1094 (configure-gcc): Depend on all-lto-plugin.
1095 * Makefile.in: Rebuilt.
1096
f33d8408
RW
10972011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1098
1099 * configure.ac: Remove extra bracket.
1100 * configure: Regenerate.
1101
846cf392
TB
11022011-02-08 Tobias Burnus <burnus@net-b.de>
1103
1104 * MAINTAINERS: Add myself as libquadmath maintainer.
1105
f897ac2b
TS
11062011-02-08 Thomas Schwinge <thomas@schwinge.name>
1107
1108 * MAINTAINERS: Update my email address.
1109
0e048a16
JM
11102011-02-07 Joseph Myers <joseph@codesourcery.com>
1111
1112 * MAINTAINERS (option handling): Add self.
1113
b1b0c7e6
KT
11142011-02-06 Kai Tietz <kai.tietz@onevision.com>
1115
1116 PR lto/47225
1117 * Makefile.def: Add dependency for install-gcc
1118 on install-lto-plugin.
1119 * Makfile.in: Regenerated
1120
fdd3083a
SB
11212011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
1122
1123 * MAINTAINERS (CPU Port Maintainers): Add myself.
1124
29a63921
AO
11252011-01-31 Alexandre Oliva <aoliva@redhat.com>
1126
1127 PR libgcj/44341
1128 * configure.ac: Discard --with-* flags for host when configuring
1129 target libraries for cross build.
1130 * configure: Rebuilt.
1131
b305e3da
SP
11322011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1133
1134 * MAINTAINERS (linear loop transforms): Removed.
1135
6be7b668
JJ
11362011-01-25 Jakub Jelinek <jakub@redhat.com>
1137
6be7b668
JJ
1138 * configure.ac: If with_ppl is no, move setting with_cloog=no
1139 after CLOOG_REQUESTED check.
1140 * configure: Regenerated.
1141
ab4173cf
SP
11422011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1143
1144 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1145 CLooG has been requested.
1146 * configure: Regenerated.
1147
0deada9e
SP
11482011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1149
1150 * configure: Regenerated.
1151 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1152
27b9aa80
TG
11532011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1154
1155 * configure: Regenerated.
1156 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1157
33e39b66
AS
11582011-01-21 Andreas Schwab <schwab@redhat.com>
1159
1160 * configure.ac: Use AS_HELP_STRING throughout.
1161 * configure: Regenerate.
1162
fb701687
JZ
11632011-01-18 Jie Zhang <jie.zhang@analog.com>
1164
1165 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1166 * configure: Regenerate.
1167
3752f75a
JDA
11682011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1169
1170 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1171
5a2931d1
JB
11722011-01-13 Joel Brobecker <brobecker@adacore.com>
1173
1174 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1175 for ia64-hpux.
1176 * configure: Regenerate.
3e76bf2c 1177
03ebe6c3
JH
11782011-01-07 Jan Hubicka <jh@suse.cz>
1179
1180 PR lto/47225
1181 * Makefile.in: Regenerate.
1182 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1183 configure.
1184
96bdf9b4
JH
11852011-01-07 Jan Hubicka <jh@suse.cz>
1186
1187 * Makefile.in: Regenerate.
1188 * Makefile.def (gcc host module) and soft dependency on lto-plugin
1189 and configure dependency on lto-plugin configure.
1190 (lto-plugin module): Remove dependency on GCC; add dependency on
1191 liniberty.
1192
c12e816f
WS
11932011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
1194
1195 * MAINTAINERS (Write After Approval): Add myself.
1196
539b4d11
HS
11972010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
1198
1199 * configure: Regenerate.
1200
6e307056
HS
12012010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1202
1203 * configure.ac: (picochip): Disable libiberty.
1204
0c2e6904
KP
12052010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1206
1207 * MAINTAINERS (Write After Approval): Add myself.
1208
d479b128
ILT
12092010-12-10 Ian Lance Taylor <iant@google.com>
1210
1211 PR bootstrap/46819
1212 * configure.ac: For --disable-libgcj clear libgcj_saved.
1213 * configure: Rebuild.
1214
87e6d9dc
TB
12152010-12-10 Tobias Burnus <burnus@net-b.de>
1216
1217 PR fortran/46540
1218 * configure.ac: Add --disable-libquadmath and
1219 --disable-libquadmath-support.
1220 * configure: Regenerate.
1221
9ad64188
ILT
12222010-12-03 Ian Lance Taylor <iant@google.com>
1223
1224 * MAINTAINERS: Add myself as libgo maintainer.
1225
d062cd48
HPN
12262010-12-03 Hans-Peter Nilsson <hp@axis.com>
1227
1228 PR libffi/46792
1229 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1230 * configure: Regenerate.
1231
bec93d73
ILT
12322010-12-02 Ian Lance Taylor <iant@google.com>
1233
1234 * configure.ac: Always set default for poststage1_ldflags to
1235 -static-libstdc++ -static-libgcc.
1236
b3f122e0
AS
12372010-11-29 Andreas Schwab <schwab@redhat.com>
1238
1239 * configure.ac: Move comment to remove extra space in last argument
1240 of GCC_TARGET_TOOL.
1241
9aff220f
AO
12422010-11-26 Alexandre Oliva <aoliva@redhat.com>
1243
e7e9ce46 1244 PR other/46026
9aff220f
AO
1245 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1246 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1247 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1248 (BASE_FLAGS_TO_PASS): Use it.
1249 * configure: Rebuilt.
1250 * Makefile.in: Rebuilt.
1251
9580395f
L
12522010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1253
1254 PR binutils/12258
1255 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1256 Properly check default linker.
1257 * configure: Regnerated.
1258
21539e2e
MK
12592010-11-23 Matthias Klose <doko@ubuntu.com>
1260
1261 * configure.ac: For --enable-gold, handle value `default' instead of
9c78662a 1262 `both*'. New configure option --{en,dis}able-ld.
21539e2e
MK
1263 * configure: Regenerate.
1264
4da3b0f8
ILT
12652010-11-20 Ian Lance Taylor <iant@google.com>
1266
1267 * configure.ac: Only disable a language library if no language needs
1268 it. Don't let --disable-libgcj uncondtionally disable libffi.
1269 * configure: Rebuild.
1270
455c8f48
RW
12712010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1272
e655d2bf
RW
1273 * Makefile.in: Regenerate.
1274
455c8f48
RW
1275 PR other/46202
1276 * configure.ac: Fix just-built in-tree STRIP name to be
1277 binutils/strip-new.
1278 * configure: Regenerate.
1279 * Makefile.def (install-strip-gcc, install-strip-binutils)
1280 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1281 (install-strip-sid): Mirror dependencies on non-strip variants
1282 of these targets on the respective -strip prerequisites.
1283 * Makefile.tpl (install-strip, install-strip-host)
1284 (install-strip-target): New targets.
1285 (install-strip-[+module+], install-strip-target-[+module+]):
1286 New targets.
1287 * Makefile.in: Regenerate.
1288
632e2a07
ILT
12892010-11-19 Ian Lance Taylor <iant@google.com>
1290 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1291
1292 * configure.ac: Add target-libgo to target_libraries. Set
1293 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1294 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1295 (HOST_EXPORTS): Add GOC.
1296 (BASE_TARGET_EXPORTS): Add GOC.
1297 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1298 (GOCFLAGS_FOR_TARGET): New variable.
1299 (EXTRA_HOST_FLAGS): Add GOC.
1300 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1301 * Makefile.def (target_modules): Add libgo.
1302 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1303 (dependencies): Add dependency from configure-target-libgo to
1304 configure-target-libffi and all-target-libstdc++-v3. Add
1305 dependencies from all-target-libgo to all-target-libffi.
1306 (languages): Add go.
1307 * configure: Rebuild.
1308 * Makefile.in: Rebuild.
1309
ce59187e
ILT
13102010-11-19 Ian Lance Taylor <iant@google.com>
1311
1312 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1313 compiler/flag environment variables.
1314
69ecd18f
ILT
13152010-11-18 Ian Lance Taylor <iant@google.com>
1316
1317 * configure.ac: Check for lang_requires_boot_languages in
1318 config-lang.in files.
1319 * configure: Rebuild.
1320
1ec601bf
FXC
13212010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1322 Tobias Burnus <burnus@net-b.de>
1323
1324 PR fortran/32049
1325 * Makefile.def: Add libquadmath; build it with language=fortran.
1326 * configure.ac: Add libquadmath.
1327 * Makefile.tpl: Handle multiple libs in check-[+language+].
1328 * Makefile.in: Regenerate.
1329 * configure: Regenerate.
1330
b9b9d342
TT
13312010-11-16 Tom Tromey <tromey@redhat.com>
1332
1333 * MAINTAINERS: Moved myself to reviewers section.
1334
ecbfe87a
ZD
13352010-11-15 Zdenek Dvorak <ook@ucw.cz>
1336
1337 * MAINTAINERS: Moved myself to reviewers section.
1338
29a4f477
RW
13392010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1340
1341 * MAINTAINERS (Various Maintainers): Add self for build machinery.
1342 (Write After Approval): Remove self.
1343
9965e3cd
AS
13442010-11-15 Andreas Schwab <schwab@redhat.com>
1345
1346 * configure.ac: Fix spelling in option names.
1347 * configure: Regenerated.
1348
0463992b
GJL
13492010-11-13 Georg-Johann Lay <georgjohann@web.de>
1350
1351 PR bootstrap/39622
1352 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1353 * configure: Regenerated.
1354
3df08734
KG
13552010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
1356
1357 * MAINTAINERS: Update my email address.
1358
f16e2237
TG
13592010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1360
f16e2237
TG
1361 * configure: Regenerate.
1362
0bb52d68
TG
13632010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1364
1f980c25 1365 * configure: Regenerate.
0bb52d68 1366
aba2b02e
TG
13672010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1368
aba2b02e
TG
1369 * configure: Regenerate.
1370
27882098
TG
13712010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1372
27882098
TG
1373 * configure: Regenerate.
1374
d32ef397
AS
13752010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1376
1377 * configure.ac: Support official CLooG.org versions.
1378 * configure: Regenerate.
1379 * config/cloog.m4: New.
1380
5a4b6c0e
FD
13812010-11-10 François Dumont <francois.cppdevs@free.fr>
1382
1383 * MAINTAINERS (Write After Approval): Add myself.
1384
f2cea726
DE
13852010-11-09 David Edelsohn <dje.gcc@gmail.com>
1386
1387 * MAINTAINERS: Update my email address.
1388
d8ed14ce
IS
13892010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1390
1391 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1392 * configure: Regenerate.
d8ed14ce 1393
48215350
DK
13942010-11-03 Ian Lance Taylor <iant@google.com>
1395 Dave Korn <dave.korn.cygwin@gmail.com>
1396
1397 PR lto/46273
1398 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1399 and on other supported platforms whenever LTO is enabled.
1400 * configure: Rebuild.
1401
87841584
AM
14022010-11-02 Alan Modra <amodra@gmail.com>
1403
1404 PR binutils/12110
1405 * configure.ac: Error when source path contains spaces.
1406 * configure: Regenerate.
1407
fe12dfe1
JW
14082010-10-23 James E. Wilson <wilson@codesourcery.com>
1409
1410 * MAINTAINERS: Update my email address.
1411
66c92425
ILT
14122010-10-20 Ian Lance Taylor <iant@google.com>
1413
1414 * Makefile.def (target_modules): Set lib_path to src/.libs for
1415 libstdc++-v3 module.
1416 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1417 * Makefile.in: Rebuild.
1418
187d3518
LB
14192010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1420
1421 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1422 (Write After Approval): Remove myself.
1423
02db6bba
TG
14242010-10-15 Tristan Gingold <gingold@adacore.com>
1425
1426 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1427
c0103e74
DR
14282010-10-14 Douglas Rupp <rupp@gnat.com>
1429
1430 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1431
1cd0b716
DK
14322010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1433
1434 * configure.ac (build_lto_plugin): New shell variable.
1435 (--enable-lto): Turn on by default for all non-ELF platforms that
1436 have had LTO support added so far. Set build_lto_plugin appropriately
1437 for both ELF and non-ELF.
1438 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1439 * configure: Regenerate.
1440
d4c1abb3
RW
14412010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1442
1443 Sync from src:
1444 * configure.ac (v850 support): Remove target-libgloss from
1445 noconfigdirs.
1446 * configure: Regenerate.
1447
ffedf511
RW
14482010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1449
1450 PR bootstrap/45326
1451 PR bootstrap/45174
1452 * configure.ac: Honor initial values of $build_configargs,
1453 $host_configargs, $target_configargs. Mark the precious, so
1454 environment settings get recorded.
1455 * configure: Regenerate.
1456
e1826acc
RW
14572010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1458
1459 PR bootstrap/45796
1460 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1461 Depend on all-build-libiberty.
1462 * Makefile.in: Regenerate.
1463
80920132
ME
14642010-09-30 Michael Eager <eager@eagercon.com>
1465
1466 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1467 * configure: Regenerate.
1468
770a498a
ME
14692010-09-28 Michael Eager <eager@eagercon.com>
1470
1471 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1472
86dfbd58
RW
14732010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1474
1475 PR bootstrap/44621
1476 * configure.ac: Fix unportable shell quoting.
1477 * configure: Regenerate.
1478
db50fe7d
IS
14792010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1480
1481 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1482 targets and amend comment.
1483 * configure: Regenerate.
1484
0064e825
TB
14852010-09-15 Tejas Belagod <tejas.belagod@arm.com>
1486
1487 * MAINTAINERS (Write After Approval): Add myself.
1488
bb79486c
JH
14892010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1490
1491 * configure.ac: Enable LTO by default on Darwin.
1492 * configure: Regenerate.
1493
9e0b22c3
MS
14942010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
1495
bb79486c 1496 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 1497
2fabf1b7
IB
14982010-09-01 Ian Bolton <ian.bolton@arm.com>
1499
bb79486c 1500 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 1501
3a9abc98
DS
15022010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
1503
1504 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1505 ports
1506
331a9a59
DY
15072010-07-28 David Yuste <david.yuste@gmail.com>
1508
1509 * MAINTAINERS (Write After Approval): Add myself.
1510
223a9d64
N
15112010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1512
1513 * configure.ac: Support all v850 targets.
1514 * configure: Regenerate.
1515
9183bdcf
MG
15162010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1517
1518 PR bootstrap/44455
1519 * configure.ac (extra_mpfr_configure_flags): Copy from
1520 extra_mpc_gmp_configure_flags.
1521 * configure: Re-generated.
1522
2e290598
AK
15232010-07-22 Andi Kleen <ak@linux.intel.com>
1524
1525 * MAINTAINERS (Write After Approval): Add myself.
1526
8d6cd388
CLT
15272010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
1528
1529 * MAINTAINERS (Write After Approval): Add myself.
1530
b0b01eb0
JY
15312010-07-20 Jeffrey Yasskin <jyasskin@google.com>
1532
1533 * MAINTAINERS (Write After Approval): Add myself.
1534
77198d71
JH
15352010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1536
1537 PR target/44862
1538 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1539 Provide -B option to allow for link spec %s substitutions for
1540 libstdc++.a on darwin.
1541 * Makefile.in: Regenerate.
1542
02fe70af
MM
15432010-07-10 Mikael Morin <mikael@gcc.gnu.org>
1544
1545 * MAINTAINERS (Reviewers): Update my e-mail address
1546
c63a4676
AO
15472010-06-10 Alexandre Oliva <aoliva@redhat.com>
1548
1549 * Makefile.def (configure-gcc): Depend on all-libelf.
1550 * Makefile.in: Rebuild.
1551
e68edbf6
FC
15522010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
1553
1554 * MAINTAINERS (Write After Approval): Add myself in the right place.
1555
dce2d8b2 15562010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
1557
1558 * MAINTAINERS (Write After Approval): Add myself.
1559
dce2d8b2 15602010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
1561
1562 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
1563
15642010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 1565
1ab55d69
MK
1566 * config.sub: Update to version 2010-05-21.
1567 * config.guess: Update to version 2010-04-03.
0c422e74 1568
02540df4
SB
15692010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1570
1571 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1572 * configure: Regenerate.
1573
dfe5f5b2
ST
15742010-05-12 Sriraman Tallam <tmsriram@google.com>
1575
1576 * MAINTAINERS (Write After Approval): Add myself.
1577
c082f9f3
SB
15782010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1579
1580 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1581 a platform that supports LTO.
1582 * configure: Regenerate.
1583
f1af9e5f
SP
15842010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1585
1586 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1587 * configure: Regenerated.
1588
38e3d868
RM
15892010-04-27 Roland McGrath <roland@redhat.com>
1590 H.J. Lu <hongjiu.lu@intel.com>
1591
1592 * configure.ac (--enable-gold): Support both, both/gold and
1593 both/bfd to add gold to configdirs without removing ld.
1594 * configure: Regenerated.
1595
1596 * Makefile.def: Add install-gold dependency to install-ld.
1597 * Makefile.in: Regenerated.
1598
3bec79c5
DK
15992010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1600
1601 PR lto/42776
1602 * configure.ac (--enable-lto): Refactor handling so libelf tests
1603 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1604 and allow LTO to be explicitly enabled on non-ELF platforms that
1605 are known to support it inside else-clause.
1606 * configure: Regenerate.
1607
615c8ffa
EB
16082010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1609
1610 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1611 * configure: Regenerate.
1612
e4522f78
RC
16132010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
1614
1615 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1616 * configure: Regenerate.
1617
8ccb78f2
RO
16182010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1619
1620 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1621 separately.
1622 * configure: Regenerate.
1623
d5cc2ee3
KW
16242010-04-16 Kevin Williams <kevin.williams@inria.fr>
1625
1626 * MAINTAINERS (Write After Approval): Add myself.
1627
8406cb62
TG
16282010-04-14 Tristan Gingold <gingold@adacore.com>
1629
1630 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1631 * configure: Regenerate.
1632
3591b8e2
SE
16332010-04-13 Steve Ellcey <sje@cup.hp.com>
1634
1635 * configure: Regenerate after change to elf.m4.
1636
a82ecc7b
IS
16372010-04-06 Iain Sandoe <iains@gcc.gnu.org>
1638
1639 * MAINTAINERS (Write After Approval): Add myself.
1640
1f0bf148
SP
16412010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1642
1643 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1644 * configure: Regenerated.
1645
16462010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1647
1648 * configure.ac: Print "buggy but acceptable" when CLooG
1649 revision is less than 9.
1650 * configure: Regenerated.
1651
ecd01dee
DN
16522010-04-01 Diego Novillo <dnovillo@google.com>
1653
1654 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1655
dc683a3f
RW
16562010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1657
1658 PR bootstrap/43615
1659 PR bootstrap/43328
1660
1661 Revert:
1662
1663 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1664
1665 * configure.ac: Do not pass --enable-multilib nor
1666 --disable-multilib in baseargs. Accept explicitly passed
1667 --enable_multilib.
1668 * configure: Regenerate.
1669
7527d83f
UW
16702010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
1671
1672 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1673
895522b6
JJ
16742010-03-31 Janis Johnson <janis187@us.ibm.com>
1675
1676 * MAINTAINERS: Remove myself.
1677
9db4e878
RW
16782010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1679
1680 PR bootstrap/43328
1681 * configure.ac: Do not pass --enable-multilib nor
1682 --disable-multilib in baseargs. Accept explicitly passed
1683 --enable_multilib.
1684 * configure: Regenerate.
1685
acf6bf36
AP
16862010-03-28 Andrew Pinski <pinskia@gmail.com>
1687
1688 * MAINTAINERS (spu port): Remove me.
1689
b42f0d7e
JM
16902010-03-23 Joseph Myers <joseph@codesourcery.com>
1691
1692 * configure.ac (tic6x-*-*): New case.
1693 * configure: Regenerate.
1694
0d1152b1
JM
16952010-03-23 Joseph Myers <joseph@codesourcery.com>
1696
1697 * config.sub: Update to version 2010-03-22.
1698 * config.guess: Update to version 2009-12-30.
1699
dce2d8b2 17002010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
1701
1702 PR ada/42554
1703 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1704 * configure: Regenerate.
1705
5408fbe8
RR
17062010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1707
1708 * MAINTAINERS: Update my email address.
1709
3f55a3b3
SP
17102010-03-17 Sebastian Pop <sebastian.pop@amd.com>
1711
1712 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1713 (ghassan.shobaki@amd.com): Removed.
1714
3f08f7e8
AM
17152010-03-17 Alan Modra <amodra@gmail.com>
1716
1717 * MAINTAINERS: Update my email address.
1718
f3a9d094
DN
17192010-03-16 Diego Novillo <dnovillo@google.com>
1720
1721 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1722 Matthews.
1723
db5c4b8b
JM
17242010-03-16 Joseph Myers <joseph@codesourcery.com>
1725
1726 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1727 Gutson, Jeffrey D. Oldham and Mark Shinwell.
1728
b995570a
JM
17292010-03-16 Joseph Myers <joseph@codesourcery.com>
1730
1731 * MAINTAINERS: Update my email address.
1732
124cc66f
DJ
17332010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1734
1735 * MAINTAINERS: Update my email address.
1736
a4581668
BS
17372010-03-15 Bernd Schmidt <bernds@codesourcery.com>
1738
1739 * MAINTAINERS: Update my email address.
1740
49d78e29
JZ
17412010-03-09 Jie Zhang <jie@codesourcery.com>
1742
1743 * MAINTAINERS: Update my email address.
1744
8927b7c0
RO
17452010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1746
1747 PR libstdc++/32499
1748 * configure.ac (RANLIB): Default to true.
1749 (STRIP): Likewise.
1750 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1751 * configure: Regenerate.
1752
dce2d8b2 17532010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
1754
1755 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1756 (Write After Approval): Update my email address.
1757
bf646aaf
NC
17582010-02-17 Nick Clifton <nickc@redhat.com>
1759
1760 PR 11238
1761 * Makefile.tpl (local-distclean): Also remove config.cache files in
1762 sub-directories as there may not be Makefiles present in the
1763 sub-directories.
96e41f16
NC
1764 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1765 the config.cache files found by the find command.
1766
bf646aaf
NC
1767 * Makefile.in: Regenerate.
1768 * configure.ac: Revert previous delta.
1769 * configure: Regenerate.
1770
ff78880a
NC
17712010-02-15 Nick Clifton <nickc@redhat.com>
1772
1773 PR 11238
1774 * configure.ac: Delete config.cache files in sub-directories when
1775 deleting Makefiles.
1776 * configure: Regenerate.
1777
8150eadf
BE
17782010-02-12 Ben Elliston <bje@gnu.org>
1779
1780 * MAINTAINERS: Update my email address.
1781
a9e12bfd
AP
17822010-02-08 Andrew Pinski <pinskia@gmail.com>
1783
1784 * MAINTAINERS (spu port): Update my email address.
1785
95315086
JZ
17862010-02-08 Jie Zhang <jie.zhang@analog.com>
1787
1788 * MAINTAINERS: Add myself as a maintainer for the bfin port.
1789
362c6d2f
KG
17902010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1791
1792 * configure.ac: Add "recommended" version checks for GMP/MPC.
1793 Update recommended GMP/MPFR/MPC versions.
1794 * configure: Regenerate.
1795
888c5ad2
JR
17962010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
1797
1798 * MAINTAINERS: Move my Embecosm email address into the
1799 write-after-approval section.
1800
3bf714a7
ILT
18012010-01-26 Ian Lance Taylor <iant@google.com>
1802
1803 * MAINTAINERS: Add myself as Go frontend maintainer.
1804
ad1e5170
JR
18052010-01-25 Joern Rennecke <amylaar@spamcop.net>
1806
1807 PR libstdc++/36101, PR libstdc++/42813
1808 * configure.ac (bootstrap_target_libs): Make inclusion of
1809 target-libgomp conditional on libgomb being in target_configdirs.
1810 * configure: Regenerate.
1811
fb0553d1
JR
18122010-01-23 Joern Rennecke <amylaar@spamcop.net>
1813
1814 PR libstdc++/36101, PR libstdc++/42813
1815 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1816 * configure: Regenerate.
1817
aae29963
JR
18182010-01-22 Joern Rennecke <amylaar@spamcop.net>
1819
1820 PR libstdc++/36101, PR libstdc++/42813
1821 * configure.ac (target_configdirs): Substitute.
1822 * Makefile.def: Bootstrap target module libgomp.
1823 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1824 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1825 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1826 * configure, Makefile.in: Regenerate.
1827
d8fe8895
DK
18282010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
1829
1830 * MAINTAINERS: Adjust my details.
1831
ebfe4897
EW
18322010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
1833
1834 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1835
f7746c59
TL
18362010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
1837
1838 * MAINTAINERS: reindented my entry with tabs instead of spaces.
1839
306c7b5b
TL
18402010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
1841
1842 * MAINTAINERS (Write After Approval): Add myself.
1843
1b8b9e19
KT
18442010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1845
1846 * MAINTAINERS (Write After Approval): Add myself.
1847
c164615b
RG
18482010-01-11 Richard Guenther <rguenther@suse.de>
1849
1850 PR lto/41569
1851 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1852 * Makefile.in: Regenerated.
1853
f3f623ae
AT
18542010-01-11 Andreas Tobler <andreast@fgznet.ch>
1855
1856 * configure.ac: Enable libjava build on x86_64-*freebsd*.
1857 * configure: Regenerate.
1858
592c90ff 18592010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 1860 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
1861
1862 PR bootstrap/42424
1863 * configure.ac: Include libtool m4 files.
9c78662a 1864 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
1865 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1866 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 1867
592c90ff
KG
1868 * configure: Regenerate.
1869
60a2e213
RW
18702010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1871
1872 PR bootstrap/41818
1873 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1874 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1875 * Makefile.in: Regenerate.
1876
7413962d
RG
18772010-01-02 Richard Guenther <rguenther@suse.de>
1878
1879 PR lto/41529
1880 * configure.ac: Include config/elf.m4. Disable LTO if not
1881 builting for an elf target.
1882 * configure: Regenerate.
1883
f77f3945
CF
18842009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
1885
1886 * MAINTAINERS: Change my email address.
1887
4960e3f0
BE
18882009-12-18 Ben Elliston <bje@au.ibm.com>
1889
1890 * config.sub, config.guess: Update from upstream sources.
1891
d16a31da
SZ
18922009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
1893
1894 * MAINTAINERS (Write After Approval): Add myself.
1895
3a5729ea
KG
18962009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1897
1898 PR middle-end/30447
1899 PR middle-end/30789
1900 PR other/40302
1901
1902 * configure.ac: Require MPC.
1903 * configure: Regenerate.
1904
43e02a8a
RW
19052009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1906
1907 PR target/38384
1908 PR bootstrap/40972
1909 * libtool.m4: Sync from git Libtool.
1910 * ltoptions.m4: Likewise.
1911 * ltversion.m4: Likewise.
1912 * lt~obsolete.m4: Likewise.
1913 * ltmain.sh: Likewise.
1914
360d4522
KG
19152009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1916
1917 * configure.ac: Update minimum MPC version to 0.8.
1918 * configure: Regenerate.
1919
f264ed56
SP
19202009-11-21 Sebastian Pop <sebpop@gmail.com>
1921
1922 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1923 * configure: Regenerated.
1924
ed2eaa9f
ILT
19252009-11-21 Ian Lance Taylor <iant@google.com>
1926
1927 * configure.ac: Change default of poststage1_ldflags to be empty if
1928 poststage1_libs is set. When poststage1_libs is empty, and
1929 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1930 * configure: Rebuild.
1931
58346783
AN
19322009-11-21 Adam Nemet <adambnmet@gmail.com>
1933
1934 * MAINTAINERS (Write After Approval): Update my email address.
1935
5ca0106a
BE
19362009-11-20 Ben Elliston <bje@au.ibm.com>
1937
1938 * config.guess: Update from upstream sources.
1939
87213cd4
AO
19402009-11-16 Alexandre Oliva <aoliva@redhat.com>
1941
1942 * Makefile.def: Restore host and target settings for gmp.
1943 * Makefile.in: Rebuild.
1944
f61428ed
AO
19452009-11-16 Alexandre Oliva <aoliva@redhat.com>
1946
1947 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1948 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1949 Fix portability of test of C++ as bootstrap language. Add
1950 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1951 * configure: Rebuild.
1952 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1953 and cloog. Fix in-tree ppl configuration. Introduce libelf
1954 in-tree building.
1955 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1956 (POSTSTAGE1_HOST_EXPORTS): Use it.
1957 (STAGE[+id+]_CXXFLAGS): New.
1958 (BASE_FLAGS_TO_PASS): Pass it down.
1959 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1960 extra_exports.
1961 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1962 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1963 extra_exports.
1964 * Makefile.in: Rebuild.
1965
f6c56be6
BE
19662009-11-17 Ben Elliston <bje@au.ibm.com>
1967
1968 * config.sub, config.guess: Update from upstream sources.
1969
0ccb5970
JK
19702009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1971
1972 * MAINTAINERS (Write After Approval): Add myself.
1973
dce2d8b2 19742009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
1975
1976 * MAINTAINERS (Write After Approval): Add myself.
1977
5d571eaa
OS
19782009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1979
1980 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1981 paths for *-w64-mingw* and x86_64-*mingw*.
1982 * configure: Regenerated.
1983
dce2d8b2 19842009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
1985
1986 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1987
c393f559
BK
19882009-11-02 Benjamin Kosnik <bkoz@redhat.com>
1989
1990 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1991 Phil Edwards to Write-After Approval.
1992
ef4c4300
KT
19932009-10-30 Kai Tietz <kai.tietz@onevision.com>
1994
1995 * configure.ac: Disable target-winsup & co for
1996 x86_64-*-mingw* and *-w64-mingw* targets.
1997 * configure: Regenerated.
1998
65a324b4
NC
19992009-10-16 Nick Clifton <nickc@redhat.com>
2000
2001 * MAINTAINERS: Add myself as a maintainer for the RX port.
2002
dce2d8b2 20032009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 2004
9c78662a 2005 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 2006
17e72e5d
RO
20072009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2008
2009 * configure.ac (CLooG test): Use = with test.
2010 * configure: Regenerate.
2011
ed3a56f3
RG
20122009-10-22 Richard Guenther <rguenther@suse.de>
2013
2014 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2015 cloog if the ppl version check failed. Move flags saving
2016 before setting in libelf check.
2017 * configure: Regenerate.
2018
ad0abd3c
RG
20192009-10-21 Richard Guenther <rguenther@suse.de>
2020
2021 * configure.ac: Adjust the ppl and cloog configure to work as
2022 documented. Disable cloog if ppl was disabled. Omit the version
2023 checks if they were disabled.
2024 * configure: Re-generate.
2025
e4c5bd48
RW
20262009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2027
2028 * configure.ac: Add 'lto' to enable_languages, not
2029 new_enable_languages, and only if not already present.
2030 * configure: Regenerate.
2031
0ffd69c5
GP
20322009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
2033
2034 * README: Refer to the various COPYING* files instead of just
2035 COPYING.
2036 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2037
dce2d8b2 20382009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
2039
2040 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2041
58687768
RG
20422009-10-07 Richard Guenther <rguenther@suse.de>
2043
2044 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2045 and Richard Guenther as reviewers.
2046 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2047 as reviewers.
2048
49b0ca5c 20492009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 2050
49b0ca5c 2051 * config.sub: Update from upstream sources.
d2d9ce5e 2052
aeb94799
ILT
20532009-10-06 Ian Lance Taylor <iant@google.com>
2054
2055 * Makefile.def: check-gold depends upon all-gas.
2056 * Makefile.in: Rebuild.
2057
123651cd
PM
20582009-10-05 Phil Muldoon <pmuldoon@redhat.com>
2059
2060 * MAINTAINERS (Write After Approval): Add myself.
2061
d7f09764
DN
20622009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2063
2064 * Makefile.def: all-lto-plugin depends on all-libiberty.
2065 set bootstrap=true for lto-plugin.
2066 Add lto-plugin.
2067 * Makefile.in: Regenerate.
2068 * configure.ac (host_libs): Add lto-plugin.
2069 * configure: Regenerate.
2070
d7f09764
DN
20712009-10-03 Diego Novillo <dnovillo@google.com>
2072
2073 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2074 (HOST_LIBELFLIBS): Define.
2075 (HOST_LIBELFINC): Define.
2076 * Makefile.in: Regenerate.
2077 * configure.ac: Add --enable-lto.
2078 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2079 If --enable-lto is used, add 'lto' to new_enable_languages.
2080 If --enable-lto is used and gold is enabled, add
2081 lto-plugin to configdirs.
2082 * configure: Regenerate.
2083
20842009-10-03 Simon Baldwin <simonb@google.com>
2085
2086 * configure.ac: If --with-system-zlib, suppress local zlib and
2087 pass --with-system-zlib to subdir configure scripts.
2088 * configure: Regenerate.
2089
dce2d8b2 20902009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
2091 Paolo Bonzini <bonzini@gnu.org>
2092
2093 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2094 $(srcdir).
2095 * Makefile.in: Rebuilt.
2096
dce2d8b2 20972009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
2098
2099 * MAINTAINERS (Write After Approval): Add myself.
2100
3e661154
KG
21012009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2102
2103 * configure.ac: Update minimum MPC version to 0.7.
2104 * configure: Regenerate.
2105
f1a036e4
NC
21062009-09-25 Nick Clifton <nickc@redhat.com>
2107
2108 * configure.ac: Pass any --cache-file=/dev/null option on to
2109 subconfigures.
2110 * configure: Regenerate.
2111
d4c74acc
NC
21122009-09-23 Nick Clifton <nickc@redhat.com>
2113
2114 * config.sub, config.guess: Update from upstream sources.
2115
dce2d8b2 21162009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
2117
2118 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2119 * Makefile.in: Rebuilt.
2120
0db770bd
RW
21212009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2122
2123 PR bootstrap/32272
2124 * configure.ac: Error out if $srcdir isn't '.' but contains
2125 host-${host_noncanonical}.
2126 * configure: Regenerate.
2127
71101870
RO
21282009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2129
2130 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2131 maintainer.
2132
ca6d0d62
RW
21332009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2134
79cd2b23
RW
2135 * configure.ac: If bootstrapping a combined tree with
2136 --enable-gold, require c++ in stage1_languages.
2137 * configure: Regenerate.
2138
ab9dcd0c
RW
2139 * configure.ac: Also add target_libs of stage1_languages to
2140 bootstrap_target_libs.
2141 * configure: Regenerate.
2142
ca6d0d62
RW
2143 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2144 with --enable-languages not containing c++.
2145 * configure: Regenerate.
2146
1c3c9f12
JZ
21472009-09-15 Jie Zhang <jie.zhang@analog.com>
2148
2149 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2150 * configure: Regenerate.
2151
dce2d8b2 21522009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 2153
6fb30a14
JR
2154 * MAINTAINERS (Write After Approval): Update my e-mail address,
2155 and move from from here...
2156 (Waiting for paperwork): To here.
0318772d 2157
4056c2c6
JM
21582009-09-09 Joseph Myers <joseph@codesourcery.com>
2159
2160 * MAINTAINERS (Reviewers): Add self as driver reviewer.
2161
3e54529c
RW
21622009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2163
2164 * configure.ac: Do not use $extrasub for replacing @if/@endif
2165 parts in Makefile; instead, use additional arguments to
2166 AC_CONFIG_COMMANDS to do the replacement manually, with several
2167 sed invocations, to avoid HP-UX sed command limits.
2168 * configure: Regenerate.
2169
713e2ea6
AO
21702009-09-08 Alexandre Oliva <aoliva@redhat.com>
2171
2172 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2173 blank before -L.
2174
5646b7b9
AO
21752009-09-04 Alexandre Oliva <aoliva@redhat.com>
2176
2177 * configure.ac (with-build-config): Document. Handle without.
2178 Handle missing argument.
2179 * configure: Rebuilt.
2180
e12c4094
AO
21812009-09-03 Alexandre Oliva <aoliva@redhat.com>
2182
2183 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2184 Default to bootstrap-debug only if compare-debug works.
2185 * configure: Rebuilt.
2186 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2187 * Makefile.in: Rebuilt.
2188
75cb0057
RO
21892009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2190
2191 * MAINTAINERS (OS Port Maintainers): Update my email address.
2192
8fc68cba
AO
21932009-09-01 Alexandre Oliva <aoliva@redhat.com>
2194
2195 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2196 * Makefile.in: Rebuilt.
2197
44cb38cf
CD
21982009-09-01 Chris Demetriou <cgd@google.com>
2199
2200 * MAINTAINERS (Write After Approval): Add myself.
2201
f9329c35
DS
22022009-08-31 Dodji Seketeli <dodji@redhat.com>
2203
2204 PR debug/30161
2205 * include/dwarf2.h (enum dwarf_tag): Added
2206 DW_TAG_GNU_template_template_param
2207 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2208
f945e229
PB
22092009-08-30 Paolo Bonzini <bonzini@gnu.org>
2210
2211 * Makefile.tpl (AWK): Fix typo.
2212 * Makefile.in: Regenerate.
2213
87264276
PB
22142009-08-30 Paolo Bonzini <bonzini@gnu.org>
2215
2216 * configure.ac: Detect awk and sed.
2217 * Makefile.def (flags_to_pass): Add AWK and SED.
2218 * Makefile.tpl (AWK, SED): New.
2219 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2220 * configure: Regenerate.
2221 * Makefile.in: Regenerate.
2222
68ccd57c
DK
22232009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
2224
2225 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2226 (collapseslashes): Likewise.
2227
df58e648
RW
22282009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2229
2230 * configure.ac (AC_PREREQ): Bump to 2.64.
2231
0539cb2c
RW
22322009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2233
70fa0efa
RW
2234 * configure.ac: Remove --with-datarootdir, --with-docdir,
2235 --with-pdfdir, --with-htmldir switches.
2236 * configure: Regenerate.
2237
5213506e
RW
2238 * configure: Regenerate.
2239
0539cb2c
RW
2240 * compile: Sync from Automake 1.11.
2241 * depcomp: Likewise.
2242 * install-sh: Likewise.
2243 * missing: Likewise.
2244 * mkinstalldirs: Likewise.
2245 * ylwrap: Likewise.
2246
197c68cc
DK
22472009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
2248
2249 * ltmain.sh (func_normal_abspath): New function.
2250 (func_relative_path): Likewise.
2251 (func_mode_help): Document new -bindir option for link mode.
2252 (func_mode_link): Add new -bindir option, and use it to place
2253 output DLL if specified.
2254
58af276a
RW
22552009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2256
0115d4a3
RW
2257 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2258 (baseargs): Add --disable-option-checking.
2259 * configure: Regenerate.
2260
58af276a
RW
2261 * Makefile.def (configure-target-libiberty): Depend on
2262 all-binutils and all-ld.
2263 (configure-target-newlib): Likewise.
2264 * Makefile.in: Regenerate.
2265
e9d9afef
BE
22662009-08-17 Ben Elliston <bje@au.ibm.com>
2267
2268 * config.sub, config.guess: Update from upstream sources.
2269
354ebf88
RW
22702009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2271
2272 Sync from src, merge:
2273
2274 2009-07-02 Tristan Gingold <gingold@adacore.com>
2275
2276 * configure.ac: Do not exclude gas for i386-*-darwin.
2277 Add a case for x86_64-*-darwin.
2278 * configure: Regenerate.
2279
8375f7b2
NV
22802009-08-06 Neil Vachharajani <nvachhar@gmail.com>
2281
2282 * MAINTAINERS: Add my name to Write After Approval list.
2283
dce2d8b2 22842009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
2285
2286 * configure.ac: Add Microblaze target.
2287 * configure: Regenerate.
2288
ea2002ba
CB
22892009-07-31 Christian Bruel <christian.bruel@st.com>
2290
2291 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2292 * configure: Regenerate.
2293
dce2d8b2 22942009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
2295
2296 * MAINTAINERS (Write After Approval): Update my e-mail address.
2297
e90e6bd7
ILT
22982009-07-06 Ian Lance Taylor <iant@google.com>
2299
2300 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2301 * configure: Rebuild.
2302
f6e0880a
TG
23032009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
2304
2305 * MAINTAINERS: Move myself to the Graphite Reviewers.
2306
6d984927
WG
23072009-06-30 Wei Guozhi <carrot@google.com>
2308
2309 * MAINTAINERS: Add my name to Write After Approval list.
2310
f2689b09
SE
23112009-06-26 Steve Ellcey <sje@cup.hp.com>
2312
2313 PR bootstrap/40338
2314 * configure.ac (comparestring): Create new variable.
2315 * Makefile.tpl (comparestring): Use to skip some comparisions.
2316 * configure: Regenerate.
2317 * Makefile.in: Regenerate.
2318
f62c0ba4
DE
23192009-06-26 Doug Evans <dje@sebabeach.org>
2320
2321 * Makefile.def (host_modules): Add cgen.
2322 * Makefile.in: Regenerate.
2323 * configure.ac (host_tools): Add cgen.
2324 * configure: Regenerate.
2325
7acf4da6
DD
23262009-06-23 DJ Delorie <dj@redhat.com>
2327
2328 * MAINTAINERS: Add myself as mep maintainer.
2329
00020c16
ILT
23302009-06-23 Ian Lance Taylor <iant@google.com>
2331
2332 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2333 boot_languages. Only bootstrap target libraries listed in
2334 target_libs for some boot language. Add --with-stage1-ldflags,
2335 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2336 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2337 if not building with C++.
2338 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2339 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2340 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2341 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2342 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2343 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2344 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2345 * configure, Makefile.in: Rebuild.
2346
1da52d4a
LF
23472009-06-23 Li Feng <nemokingdom@gmail.com>
2348
2349 * MAINTAINERS: Added my name to write-after-approval list.
2350
144c9175
RM
23512009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2352
2353 * configure.ac: Define is_elf for QNX Neutrino targets.
2354 * configure: Regenerate.
2355
e5871e24
GS
23562009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
2357
9c78662a 2358 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 2359
5f4a82c0
KG
23602009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2361
2362 * configure.ac: Detect MPC in default directory.
2363 * configure: Regenerate.
2364
394e9195
JG
23652009-06-03 Jerome Guitton <guitton@adacore.com>
2366 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2367
9c78662a
UB
2368 * Makefile.tpl (all): Avoid a trailing backslash.
2369 * Makefile.in: Regenerate.
394e9195 2370
47bca6aa
BE
23712009-06-03 Ben Elliston <bje@au.ibm.com>
2372
2373 * config.sub, config.guess: Update from upstream sources.
2374
a891a473
RS
23752009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2376
2377 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2378 to noconfdirs.
2379 * configure: Regenerate.
2380
70cb2d9f
AO
23812009-06-02 Alexandre Oliva <aoliva@redhat.com>
2382
2383 * Makefile.tpl ([+compare-target+]): Compare all stage
2384 directories, rather than just gcc.
2385 * Makefile.in: Rebuilt.
2386
7f1245df
DK
23872009-06-01 Doug Kwan <dougkwan@google.com>
2388
2389 * configure.ac: Support gold for target arm*-*-*.
2390 * configure: Regenerate.
394e9195 2391
acd26225
KG
23922009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2393
2394 * Makefile.def: Add MPC support and dependencies.
2395 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2396
2397 * Makefile.in, configure: Regenerate.
2398
a1fc946a
AO
23992009-05-27 Alexandre Oliva <aoliva@redhat.com>
2400
2401 * Makefile.tpl (all): Avoid harmless warning in make all when
2402 gcc-bootstrap is enabled but stage_last does not exist.
2403 * Makefile.in: Rebuilt.
2404
2e6a3c8d
NR
24052009-05-24 Nicolas Roche <roche@adacore.com>
2406
2407 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2408 * Makefile.in: Regenerate.
2409
63487d11
DC
24102009-05-21 Denis Chertykov <chertykov@gmail.com>
2411
2412 * MAINTAINERS: Update my e-mail address.
2413
449223af
DK
24142009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2415
2416 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2417 * configure: Regenerate.
2418
31c98f49
AO
24192009-05-18 Alexandre Oliva <aoliva@redhat.com>
2420
2421 PR other/40159
2422 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2423 gcc-no-bootstrap are mutually exclusive.
2424 * Makefile.in: Rebuilt.
2425
0f501837
AO
24262009-05-18 Alexandre Oliva <aoliva@redhat.com>
2427
2428 PR other/40159
2429 * Makefile.tpl (all): Don't end with unconditional success.
2430 * Makefile.in: Rebuilt.
2431
4a4a4e99
AO
24322009-05-12 Alexandre Oliva <aoliva@redhat.com>
2433
2434 PR target/37137
2435 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2436 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2437 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2438 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2439 stage_configureflags, stage_cflags and stage_libcflags into
2440 explicit Makefile macros.
2441 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2442 GFORTRAN.
2443 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2444 CC. Set CC_FOR_BUILD from CC.
2445 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2446 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2447 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2448 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2449 and GFORTRAN.
2450 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2451 (_LIBCFLAGS): Renamed to _TFLAGS.
2452 (do-compare-debug, do-compare3-debug): Drop.
2453 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2454 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2455 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2456 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2457 (XGCC_FLAGS_FOR_TARGET): New.
2458 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2459 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2460 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2461 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 2462 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
2463 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2464 TFLAGS.
2465 (BUILD_CONFIG): Include if requested.
2466 (all): Set TFLAGS on bootstrap.
2467 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2468 (all-stageid-prefixmodule): Likewise.
2469 (do-clean, distclean-stageid): Set TFLAGS.
2470 (restrap): Fix whitespace.
2471 * Makefile.in: Rebuilt.
2472
1cee3429
PB
24732009-05-07 Paolo Bonzini <bonzini@gnu.org>
2474
2475 * config.guess: Sync with src.
2476
0b70eafd
DK
24772009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2478
2479 * configure.ac ($with_ppl): Default to no if not supplied.
2480 ($with_cloog): Likewise.
2481 configure: Regenerate.
2482
5175f17c
JW
24832009-04-27 James E. Wilson <wilson@codesourcery.com>
2484
2485 * MAINTAINERS: Update my e-mail address.
2486
952fa153
NC
24872009-04-27 Nick Clifton <nickc@redhat.com>
2488
2489 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2490
a687f83c
EB
24912009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2492
2493 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2494 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2495 * Makefile.in: Regenerate.
2496
9e3eba15
KG
24972009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2498
2499 PR bootstrap/39739
2500 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2501 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2502
2503 * configure, Makefile.in: Regenerate.
2504
a687f83c 25052009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
2506
2507 * include/hashtab.h: Update GTY annotations to new syntax
2508 * include/splay-tree.h: Likewise
2509
070bdbd9
BE
25102009-04-17 Ben Elliston <bje@au.ibm.com>
2511
2512 * config.sub, config.guess: Update from upstream sources.
2513
55f2d967
AG
25142009-04-15 Anthony Green <green@moxielogic.com>
2515
2516 * configure.ac: Add moxie support.
2517 * configure: Rebuilt.
2518
309c24a9
JJ
25192009-04-14 Jakub Jelinek <jakub@redhat.com>
2520
2521 * configure.ac: Change copyright header to refer to version
2522 3 of the GNU General Public License and to point readers at the
2523 COPYING3 file and the FSF's license web page.
2524 * Makefile.def: Likewise.
2525 * Makefile.tpl: Likewise.
2526 * Makefile.in: Regenerate.
2527
b93133bc
JH
25282009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2529
2530 * configure.ac: Restore match for darwin9 or later. Use double
2531 brackets since regeneration eats one pair.
2532 * configure: Regenerate.
2533
d18ff35a
L
25342009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2535
2536 PR gas/10039
2537 * configure.ac: Require texinfo 4.7.
2538 * configure: Regenerated.
2539
748086b7
JJ
25402009-04-09 Nick Clifton <nickc@redhat.com>
2541
2542 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2543 the GCC Runtime Library Exception.
2544
a3337ea2
KG
25452009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2546
2547 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2548 * configure: Regenerate.
2549
60911f14
SE
25502009-04-01 Steve Ellcey <sje@cup.hp.com>
2551
2552 * Makefil.def (languages): New entries.
2553 * Makefile.tpl (check-gcc-*): New generic target.
2554 * Makefile.in: Regenerate.
60911f14 2555
dce2d8b2 25562009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 2557
d18ff35a 2558 * MAINTAINERS: Update my email address.
7369c1d0 2559
cfb1f59f
TT
25602009-03-18 Tom Tromey <tromey@redhat.com>
2561
d18ff35a
L
2562 * configure: Rebuild.
2563 * configure.ac (host_libs): Add libiconv.
2564 * Makefile.in: Rebuild.
2565 * Makefile.def (host_modules): Add libiconv.
2566 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 2567
75eeae1a
TG
25682009-03-16 Tristan Gingold <gingold@adacore.com>
2569
2570 * configure.ac: Treat gdb as supported on x86_64-darwin.
2571 * configure: Regenerate.
2572
f38095f3
JM
25732009-03-16 Joseph Myers <joseph@codesourcery.com>
2574
2575 * configure.ac (--with-host-libstdcxx): New option.
2576 * configure: Regenerate.
2577
dce2d8b2 25782009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
2579
2580 * MAINTAINERS: Move myself into the write after approval list.
2581
6d401294
NP
25822009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
2583
2584 * MAINTAINERS: Update e-mail address.
2585
07c97076
DN
25862009-03-11 Dorit Nuzman <dorit@il.ibm.com>
2587
2588 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2589
dce2d8b2 25902009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
2591
2592 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2593
7a9d3fe8
RW
25942009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2595
2596 Backport from git Libtool:
2597
2598 2009-01-19 Robert Millan <rmh@aybabtu.com>
2599 Support GNU/kOpenSolaris.
2600 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2601 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2602 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2603 GNU/kOpenSolaris.
2604
c9e9e11f
AS
26052009-02-27 Andreas Schwab <schwab@linux-m68k.org>
2606
2607 * MAINTAINERS: Update e-mail address.
2608
5e8c1552 26092009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
2610
2611 * MAINTAINERS (Write After Approval): Add self.
2612
b0adb088
BM
26132009-02-18 Bingfeng Mei <bmei@broadcom.com>
2614
2615 * MAINTAINERS (Write After Approval): Add myself.
2616
ee04b574
AS
26172009-02-05 Andreas Schwab <schwab@suse.de>
2618
2619 * Makefile.tpl (stage_last): Define $r and $s before using
2620 $(RECURSE_FLAGS_TO_PASS).
2621 * Makefile.in: Regenerate
2622
907884c9
ILT
26232009-01-30 Ian Lance Taylor <iant@google.com>
2624
2625 * MAINTAINERS: Move myself to the Global Reviewers list.
2626
416ac4d4
RM
26272009-01-29 Robert Millan <rmh@aybabtu.com>
2628
2629 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2630 * configure: Regenerate.
2631
ee5decb3
GP
26322009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2633
2634 * MAINTAINERS: Make whitespace consistent.
19196f44 2635 Remove Robert Millan from Write After Approval.
ee5decb3 2636
36fbb0ec
AM
26372009-01-16 Alan Modra <amodra@bigpond.net.au>
2638
2639 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2640 (all-opcodes): Depend on all-libiberty.
2641 * Makefile.in: Regenerate.
2642
52535a64
DR
26432009-01-15 Douglas B Rupp <rupp@gnat.com>
2644
2645 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2646 * configure: Regenerate.
2647
e04a57df
RR
26482009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
2649
2650 * MAINTAINERS (Write After Approval): Add myself.
2651
856c450b
SK
26522009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
2653
2654 * MAINTAINERS: Add myself to reviewers (Fortran).
2655
dce2d8b2 26562009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
2657
2658 PR tree-optimization/38515
2659 * configure.ac (cloog-polylib): Removed.
2660 (with_ppl, with_cloog): Test for "no".
2661 * configure: Regenerated.
2662
1e5e8a59
DF
26632009-01-11 Daniel Franke <franke.daniel@gmail.com>
2664
2665 * MAINTAINERS: Moved myself to reviewers (Fortran).
2666
5e5debf6
TS
26672009-01-06 Thomas Schwinge <tschwinge@gnu.org>
2668
2669 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2670 (Write After Approval): Remove myself.
2671
1c42acf1
DN
26722009-01-03 Diego Novillo <dnovillo@google.com>
2673
2674 * MAINTAINERS: Remove myself from alias maintainership.
2675
2fbbedaf
DA
26762009-01-02 David Ayers <ayers@fsfe.org>
2677
2678 * MAINTAINERS: Update e-mail address.
2679
17213821
GP
26802008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
2681
2682 * MAINTAINERS: Make whitespace consistent.
2683
baafc534
RW
26842008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2685
2686 Backport from upstream Libtool:
2687 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2688 Add cache variables to tests that require the linker to work.
2689 For shlibpath_overrides_runpath, this also changes the semantics
2690 to let the result from the C compiler take precedence.
2691
18430d27
BE
26922008-12-02 Ben Elliston <bje@au.ibm.com>
2693
2694 * config.sub, config.guess: Update from upstream sources.
2695
dce2d8b2 26962008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
2697
2698 * configure.ac (ppllibs): Add by default the lib flags.
2699 * configure: Regenerate.
2700
41e9641b
LM
27012008-12-08 Luis Machado <luisgpm@br.ibm.com>
2702
2703 * MAINTAINERS: Add myself to the write after approval list.
2704
25783c30
JH
27052008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2706
ee04b574
AS
2707 * configure.ac: Add double brackets on darwin[912].
2708 * configure: Regenerate.
25783c30 2709
0e318fcc
DK
27102008-12-03 Daniel Kraft <d@domob.eu>
2711
2712 * MAINTAINERS: Moved myself and Mikael Morin from Write After
2713 Approval to Reviewer section (for Fortran front-end).
2714
7f171b95
JH
27152008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2716
2717 * configure.ac: Expand to darwin10 and later.
2718 * configure: Regenerate.
2719
09ce620e
AS
27202008-12-02 Andreas Schwab <schwab@suse.de>
2721
2722 * Makefile.def: configure-target-boehm-gc depends on
2723 all-target-libstdc++-v3.
2724 * Makefile.in: Regenerate.
2725
386c704d
KT
27262008-12-02 Kai Tietz <kai.tietz@onevision.com>
2727
2728 * MAINTAINERS: Add myself as mingw maintainer.
2729
e03dd84a
BE
27302008-12-02 Ben Elliston <bje@au.ibm.com>
2731
2732 * config.sub, config.guess: Update from upstream sources.
2733
3fa87964
GP
27342008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
2735
2736 * README.SCO: Remove.
2737
df72d7ed
FP
27382008-11-29 Fernando Pereira <pronesto@gmail.com>
2739
2740 * MAINTAINERS: Add myself to the write after approval list.
2741
b5646528
DK
27422008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
2743
2744 * MAINTAINERS: Update my email address in WAA section.
2745
dce2d8b2 27462008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
2747
2748 * MAINTAINERS: Update e-mail address.
2749
dce2d8b2 27502008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
2751
2752 * MAINTAINERS: Change e-mail address.
2753
0db3a858
TG
27542008-11-27 Tristan Gingold <gingold@adacore.com>
2755
2756 * configure.ac: Build gdb for i?86-*-darwin*
2757 * configure: Regenerated.
2758
dce2d8b2 27592008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
2760
2761 * MAINTAINERS: Added my full name.
2762
487e299b
DJ
27632008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2764
2765 PR bootstrap/38014
2766 PR bootstrap/37923
2767
2768 Revert:
2769
2770 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2771
2772 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2773 * Makefile.in: Regenerated.
2774
2775 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2776
2777 PR gdb/921
2778 PR gdb/1646
2779 PR gdb/2175
2780 PR gdb/2176
2781
2782 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2783 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2784 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2785 (HOST_EXPORTS): Pass CPPFLAGS.
2786 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2787 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2788 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2789 * Makefile.in, configure: Regenerated.
2790 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2791 and CPPFLAGS_FOR_BUILD.
2792
dce2d8b2 27932008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
2794
2795 * MAINTAINERS: Add myself as middle end maintainer.
2796
044fed69
AS
27972008-11-06 Andrew Stubbs <ams@codesourcery.com>
2798
2799 * MAINTAINERS (Write after approval): Add myself.
2800
caf6defe
DN
28012008-11-05 Diego Novillo <dnovillo@google.com>
2802
2803 * MAINTAINERS (Global Reviewers): Add myself.
2804 (Non-Algorithmic Maintainers): Remove myself.
2805
3e9899ac
TS
28062008-11-04 Thomas Schwinge <tschwinge@gnu.org>
2807
09ce620e 2808 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 2809
ea99e36e
MM
28102008-10-31 Mikael Morin <mikael.morin@tele2.fr>
2811
09ce620e 2812 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 2813
fb0d2684
BE
28142008-10-31 Ben Elliston <bje@au.ibm.com>
2815
2816 * configure.ac (spu-*-*): Remove special case.
2817 * configure: Regenerate.
2818
73c07a3e
CM
28192008-10-30 Catherine Moore <clm@codesourcery.com>
2820
2821 * MAINTAINERS (Write after approval): Update my email address.
2822
7310a2da
SSF
28232008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2824
2825 * configure.ac [spu-*-*]: Do not set skipdirs.
2826 * configure: Re-generate.
2827
7e51fe23
BS
28282008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
2829
2830 * MAINTAINERS (Various Maintainers): Add myself to reload.
2831
ef20be93
RG
28322008-10-25 Richard Guenther <rguenther@suse.de>
2833
2834 * MAINTAINERS (Various Maintainers): Add myself as middle-end
2835 maintainer. Remove myself as libgcc-math maintainer.
2836 (Non-Algorithmic Maintainers): Remove myself.
2837
03ffcfa0
DJ
28382008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2839
2840 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2841 * Makefile.in: Regenerated.
2842
dec014a9
CC
28432008-10-23 Cary Coutant <ccoutant@google.com>
2844
2845 * MAINTAINERS (Write after approval): Add myself.
2846
b36c386c
DJ
28472008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2848
2849 PR gdb/921
2850 PR gdb/1646
2851 PR gdb/2175
2852 PR gdb/2176
2853
2854 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2855 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2856 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2857 (HOST_EXPORTS): Pass CPPFLAGS.
2858 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2859 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2860 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2861 * Makefile.in, configure: Regenerated.
2862 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2863 and CPPFLAGS_FOR_BUILD.
2864
dce2d8b2 28652008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
2866
2867 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2868 Sebastian Pop.
2869
e0bda97e
AP
28702008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
2871
2872 * MAINTAINERS (Write After Approval): Added myself.
2873
36c713e0
KG
28742008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2875
2876 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2877 recommended version to 2.3.2.
2878
2879 * configure: Regenerate.
2880
8fe005ee
MM
28812008-10-01 Mark Mitchell <mark@codesourcery.com>
2882
2883 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2884
be8f156f
DD
28852008-09-29 David Daney <david.daney@caviumnetworks.com>
2886
2887 * MAINTAINERS (Write After Approval): Update e-mail address.
2888
ae11dff4
PG
28892008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
2890
2891 * libtool.m4: Update to libtool 2.2.6.
2892 * lt~obsolete.m4: Update to libtool 2.2.6.
2893 * ltmain.sh: Update to libtool 2.2.6.
2894 * ltsugar.m4: Update to libtool 2.2.6.
2895 * ltversion.m4: Update to libtool 2.2.6.
2896 * ltoptions.m4: Update to libtool 2.2.6.
2897 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2898
441154b1
CF
28992008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
2900
2901 * MAINTAINERS (Write After Approval): Add myself.
2902
775b3b26
BRF
29032008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2904
2905 * MAINTAINERS (Write After Approval): Update my name.
2906
94538043
SB
29072008-09-20 Steven Bosscher <steven@gcc.gnu.org>
2908
09ce620e 2909 * MAINTAINERS: Add myself in "Write After Approval".
94538043 2910
52d1bfd8
SE
29112008-09-18 Steve Ellcey <sje@cup.hp.com>
2912
09ce620e 2913 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 2914
c5cc92f5
GP
29152008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
2916
2917 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2918 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2919 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2920 and Michael Tiemann from Write After Approval since they do not
2921 actually have access.
2922
23d9794a
RG
29232008-09-05 Richard Guenther <rguenther@suse.de>
2924
2925 * configure.ac: Initialize clooglibs to -lcloog.
2926 * configure: Re-generate.
2927
192a671e
LCW
29282008-09-04 Le-Chun Wu <lcwu@google.com>
2929
2930 * MAINTAINERS (Write After Approval): Add myself.
2931
d789184e
SP
29322008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2933
2934 * configure.ac (--with-cloog-polylib): New.
2935 (--disable-cloog-version-check): New.
2936 (--disable-ppl-version-check): New.
2937 * configure: Re-generate.
2938
36a881c7
RG
29392008-09-03 Richard Guenther <rguenther@suse.de>
2940
2941 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2942 cloog test.
2943 * configure: Re-generate.
2944
358da97e
HS
29452008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
2946
2947 Add picoChip port.
2948 * MAINTAINERS: Add picoChip maintainers.
2949
f8bf9252
SP
29502008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2951 Tobias Grosser <grosser@fim.uni-passau.de>
2952 Jan Sjodin <jan.sjodin@amd.com>
2953 Harsha Jagasia <harsha.jagasia@amd.com>
2954 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2955 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2956 Adrien Eliche <aeliche@isty.uvsq.fr>
2957
2958 Merge from graphite branch.
2959 * configure: Regenerate.
2960 * Makefile.in: Regenerate.
2961 * configure.ac (host_libs): Add ppl and cloog.
2962 Add checks for PPL and CLooG.
2963 * Makefile.def (ppl, cloog): Added modules and dependences.
2964 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2965 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2966
d89f0ad6
AL
29672008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2968
2969 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2970 (GCC_SHLIB_SUBDIR): New.
2971 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2972 * configure: Regenerate.
2973 * Makefile.in: Regenerate.
2974
88a25817
GP
29752008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
2976
2977 * MAINTAINERS: Consistently use tabs to separate columns.
2978
f873f15f
TG
29792008-08-29 Tristan Gingold <gingold@adacore.com>
2980
2981 * MAINTAINERS (Write after Approval): Add myself.
2982
e1514c3f
TG
29832008-08-28 Tristan Gingold <gingold@adacore.com>
2984
2985 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2986 Enable bfd, binutils and opcodes.
2987 * configure: Regenerate.
2988
4717882f
JDA
29892008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2990
2991 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
2992
28c9884c
TK
29932008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
2994
2995 * MAINTAINERS: Use correct Umlaut for last name.
2996
ae96d86a
FXC
29972008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2998
2999 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3000
3ecc96e3
DE
30012008-08-16 David Edelsohn <edelsohn@gnu.org>
3002
3003 * MAINTAINERS: Update my email address.
3004
dd609cc1
EB
30052008-08-16 Nicolas Roche <roche@adacore.com>
3006
3007 * Makefile.tpl: Add BOOT_ADAFLAGS.
3008 * Makefile.in: Regenerate.
3009
08d0963a
RS
30102008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
3011
3012 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3013 * configure: Regenerate.
3014
dce2d8b2 30152008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
3016
3017 * configure.ac: Add makefile fragments for hpux.
3018 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3019 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3020 * configure: Regenerate.
3021 * Makefile.in: Regenerate.
3022
dce2d8b2 30232008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
3024
3025 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3026
dce2d8b2 30272008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
3028
3029 * MAINTAINERS (Write after Approval): Add myself.
3030
78209f30
XG
30312008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
3032
3033 * MAINTAINERS (Write After Approval): Add myself.
3034
5b5b098d
AJ
30352008-06-29 Andrew Jenner <andrew@codesourcery.com>
3036
3037 * MAINTAINERS (Write After Approval): Add myself.
3038
d812ec93
KW
30392008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
3040
3041 * MAINTAINERS: Update my email address.
3042
99e78224
JY
30432008-06-25 Joey Ye <joey.ye@intel.com>
3044
3045 * MAINTAINERS (Write After Approval): Add myself.
3046
18c04407
RW
30472008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3048
3049 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3050 * Makefile.in: Regenerate.
3051 * configure: Regenerate.
3052
47aa9a31
DK
30532008-06-17 Daniel Kraft <d@domob.eu>
3054
3055 * MAINTAINERS (Write After Approval): Add myself.
3056
ad33ff57
RW
30572008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3058
3059 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3060 "$@" is still intact with both Autoconf 2.59 and 2.62.
3061 * configure: Regenerate.
3062
cdce5c41
RW
30632008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3064
3065 * Makefile.tpl: Fix comment errors.
3066 * Makefile.in: Regenerate.
3067
01b79d11
DM
30682008-06-12 David S. Miller <davem@davemloft.net>
3069 David Edelsohn <edelsohn@gnu.org>
3070
3071 * configure.ac: Add powerpc*-*-* to gold supported targets.
3072 * configure: Regenerate.
3073
f8c33439
JM
30742008-06-08 Joseph Myers <joseph@codesourcery.com>
3075
3076 PR tree-optimization/36218
3077 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3078 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3079 (all prefix="build-"): Pass them to build-system sub-makes.
3080 * Makefile.in: Regenerate.
3081
cd985f66
JM
30822008-06-07 Joseph Myers <joseph@codesourcery.com>
3083
3084 * MAINTAINERS (mt port): Remove.
3085 (sco5, unixware, sco udk): Remove.
3086 (Kean Johnston): Add to Write After Approval.
3087
3f6383d3
JB
30882008-05-30 Julian Brown <julian@codesourcery.com>
3089
3090 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3091 of libobjc for ARM EABI Linux.
3092 * configure: Regenerate.
30da41ed 3093
dce2d8b2 30942008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 3095
09ce620e 3096 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 3097
dce2d8b2 30982008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 3099
e29cc9b4 3100 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 3101
955410cb
JW
31022008-05-15 Janus Weil <janus@gcc.gnu.org>
3103
3104 * MAINTAINERS (Write After Approval): Add myself.
3105
719bb4e3 31062008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
3107
3108 * config-ml.in: don't handle --enable-shared and --enable-static.
3109
372b05fc
RS
31102008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
3111
3112 * MAINTAINERS: Update my email address.
3113
f73e2200
PC
31142008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
3115
3116 * MAINTAINERS: Update my email address.
09ce620e 3117
3e438e2b
KVH
31182008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
3119
3120 * MAINTAINERS (Write After Approval): Add myself.
3121
177bf491
GS
31222008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
3123
3124 * MAINTAINERS (Write After Approval): Add myself.
3125
dce2d8b2 31262008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
3127
3128 * MAINTAINERS (crx): Add myself.
3129
14a8726b
PB
31302008-04-18 Paolo Bonzini <bonzini@gnu.org>
3131
3132 Sync with src:
3133 2008-04-14 David S. Miller <davem@davemloft.net>
3134
09ce620e
AS
3135 * configure.ac: Add sparc*-*-* to gold supported targets.
3136 * configure: Regenerate.
14a8726b 3137
7142fb32
PB
31382008-04-18 Paolo Bonzini <bonzini@gnu.org>
3139
3140 PR bootstrap/35457
3141 * configure.ac: Include override.m4.
3142 * configure: Regenerate.
3143
c6b196de
PB
31442008-04-18 Paolo Bonzini <bonzini@gnu.org>
3145
09ce620e
AS
3146 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3147 * Makefile.in: Regenerate.
c6b196de 3148
dce2d8b2 31492008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 3150
09ce620e 3151 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 3152 as nonconfigurable directories list.
09ce620e 3153 * configure: Regenerate.
c993ae60 3154
8479b1b1
BE
31552008-04-14 Ben Elliston <bje@au.ibm.com>
3156
3157 * config.sub, config.guess: Update from upstream sources.
3158
295e261a
HPN
31592008-04-12 Hans-Peter Nilsson <hp@axis.com>
3160
3161 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3162 * Makefile.in: Regenerate.
3163
ac3949d9
EW
31642008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3165
3166 * configure.ac: Do not build libssp for the AVR.
3167 * configure: Regenerate.
3168
06407e30
ILT
31692008-04-07 Ian Lance Taylor <iant@google.com>
3170
3171 * Makefile.def: check-gold depends upon all-binutils.
3172 * Makefile.in: Regenerate.
3173
97db009c
AH
31742008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
3175
3176 * MAINTAINERS (Write After Approval): Add myself.
3177
2a79c47f
NC
31782008-04-04 Nick Clifton <nickc@redhat.com>
3179
3180 PR binutils/4334
5f4bebbf 3181 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
3182 builds.
3183 * configure: Regenerate.
3184
c53a18d3
N
31852008-04-04 NightStrike <NightStrike@gmail.com>
3186
3187 PR other/35151
09ce620e
AS
3188 * configure.ac: Combine rules for mingw32 and mingw64.
3189 * configure: Regenerate.
c53a18d3 3190
d925aa70
KT
31912008-04-02 Kai Tietz <kai.tietz@onvision.com>
3192
3193 * MAINTAINERS (Write After Approval): Add myself.
3194
dce2d8b2 31952008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
3196
3197 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3198 * Makefile.in (.NOTPARALLEL): Ditto.
3199
4412a506
PG
32002008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
3201
3202 * MAINTAINERS (Write After Approval): Add myself.
3203
dce2d8b2 32042008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
3205
3206 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3207 * Makefile.in (.NOTPARALLEL): Regenerate.
3208
639223bd
PB
32092008-03-27 Paolo Bonzini <bonzini@gnu.org>
3210
3211 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3212 * Makefile.in: Regenerate.
3213
b8ab1f4a
JS
32142008-03-26 Jakub Staszak <kuba@et.pl>
3215
3216 * MAINTAINERS (Write After Approval): Add myself.
3217
b45890a4
TK
32182008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3219
3220 * MAINTAINERS: Update e-mail address.
3221
5afab7ad
ILT
32222008-03-20 Ian Lance Taylor <iant@google.com>
3223
3224 * configure.ac: Add support for --enable-gold.
3225 * Makefile.def: Add gold as a directory like ld.
3226 * configure, Makefile.in: Regenerate.
3227
38d24731
RW
32282008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3229
3230 * configure.ac: m4_include config/proginstall.m4.
3231 * configure: Regenerate.
32bc4cf4
RW
3232
3233 Backport from upstream Libtool:
09ce620e 3234
32bc4cf4 3235 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 3236
32bc4cf4
RW
3237 Deal with Autoconf 2.62's semantic change in m4_append.
3238 * ltsugar.m4 (lt_append): Replace broken versions of
3239 m4_append.
3240 (lt_if_append_uniq): Don't require separator to be overquoted,
3241 and avoid broken m4_append.
3242 (lt_dict_add): Fix typo.
3243 * libtool.m4 (_LT_DECL): Don't overquote separator.
3244
9d3c50ea
DE
32452008-03-13 David Edelsohn <edelsohn@gnu.org>
3246
3247 * config.rpath: Add AIX 6 support.
3248
5d2edb29
PB
32492008-03-13 Paolo Bonzini <bonzini@gnu.org>
3250
3251 * Makefile.def (stageprofile). Remove -fprofile-generate
3252 from stage_libcflags.
3253 * Makefile.in: Regenerate.
3254
954910ef
BE
32552008-03-13 Ben Elliston <bje@au.ibm.com>
3256
3257 * config.sub, config.guess: Update from upstream sources.
3258
e8645a40
TT
32592008-03-06 Tom Tromey <tromey@redhat.com>
3260
3261 * MAINTAINERS: Update for treelang deletion.
3262
2c8e955e
JW
32632008-03-03 James E. Wilson <wilson@tuliptree.org>
3264
3265 * MAINTAINERS: Update my email address.
3266
54acd307
SS
32672008-03-03 Stan Shebs <stanshebs@earthlink.net>
3268
893ad2a1 3269 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
3270 (objective-c/c++): Add myself as a maintainer.
3271
4b52b516
VR
32722008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
3273
3274 * MAINTAINERS (Write After Approval): Update my email address.
3275
e652b516
TB
32762008-02-25 Tomas Bily <tbily@suse.cz>
3277
3278 * MAINTAINERS (Write After Approval): Add myself.
3279
02d30740
JJ
32802008-02-23 Jakub Jelinek <jakub@redhat.com>
3281
3282 * MAINTAINERS (OpenMP): Add myself.
3283
1c8bd6a3
PB
32842008-02-20 Paolo Bonzini <bonzini@gnu.org>
3285
4b40b2a5
UB
3286 PR bootstrap/32009
3287 PR bootstrap/32161
1c8bd6a3 3288
4b40b2a5
UB
3289 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3290 * configure: Regenerate.
1c8bd6a3 3291
4b40b2a5
UB
3292 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3293 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3294 STAGE4_LIBCFLAGS): New.
3295 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3296 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3297 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3298 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3299 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3300 for target modules. Don't export LIBCFLAGS.
3301 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3302 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3303 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3304 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3305 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3306 * Makefile.in: Regenerate.
1c8bd6a3 3307
bb44c9d2
RW
33082008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3309
3310 PR libgcj/33085
3311 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3312 Do not use -DDLL_EXPORT. Backport from upstream.
3313
29a7754d
RW
33142008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3315
3316 * MAINTAINERS (Write After Approval): Add myself.
3317
9a212bb7
HPN
33182008-02-02 Hans-Peter Nilsson <hp@axis.com>
3319
3320 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3321 * configure: Regenerate.
3322
aa12a573
MG
33232008-01-31 Marc Gauthier <marc@tensilica.com>
3324
3325 * configure.ac (xtensa*-*-*): Recognize processor variants.
3326 * configure: Regenerate.
3327
ac9e6043
RW
33282008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3329
40049ccc
UB
3330 PR bootstrap/34922
3331 * configure.ac (PARSE_ARGS): Push suitable setting of
3332 ac_subdirs_all, for `./configure --help=recursive'.
3333 Handle `+' in generic toplevel directory disabling.
3334 * configure: Regenerate.
ac9e6043 3335
4288c86a
NC
33362008-01-28 Nick Clifton <nickc@redhat.com>
3337
3338 * MAINTAINERS (xstormy16): Take over maintainership.
3339
8d8da227
JM
33402008-01-25 Joseph Myers <joseph@codesourcery.com>
3341
3342 * MAINTAINERS (c4x port): Remove.
3343
349b60e7
DE
33442008-01-24 David Edelsohn <edelsohn@gnu.org>
3345
3346 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3347
3ca06a68
BE
33482008-01-23 Ben Elliston <bje@au.ibm.com>
3349
3350 * config.sub, config.guess: Update from upstream sources.
3351
3c631381
TG
33522008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
3353
3354 * MAINTAINERS (Write After Approval): Add myself.
3355
20533ef1
L
33562008-01-17 H.J. Lu <hjl.tools@gmail.com>
3357
3358 * MAINTAINERS: Update my email address.
3359
33602008-01-09 Raksit Ashok <raksit@google.com>
3361
3362 * MAINTAINERS (Write After Approval): Add myself.
3363
684f4f6a
RA
33642008-01-09 Raksit Ashok <raksit@google.com>
3365
3366 * MAINTAINERS (Write After Approval): Add myself.
3367
9cb8756f
BE
33682008-01-08 Ben Elliston <bje@au.ibm.com>
3369
3370 * config.sub, config.guess: Update from upstream sources.
3371
94e1934d
KG
33722007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3373
3374 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 3375 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
3376 * configure: Regenerate.
3377
a2e51f77
SP
33782007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3379
3380 * MAINTAINERS: Update my email address.
3381
ffe3dcd9
BRF
33822007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
3383
3384 * MAINTAINERS: Update my email address.
3385
aa4095c9
RS
33862007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3387
3388 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3389 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3390 * Makefile.in: Regenerate.
3391
dce2d8b2 33922007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
3393
3394 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3395 misplaced entries.
3396
0fe0f073
AT
33972007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3398
3399 * configure.ac: Enable libjava for x86_64-*-darwin9.
3400 * configure: Regenerate.
3401
dce2d8b2 34022007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
3403
3404 * MAINTAINERS (Write After Approval): Add myself.
3405
c3220d4c
BE
34062007-12-05 Ben Elliston <bje@au.ibm.com>
3407
3408 * config.sub, config.guess: Update from upstream sources.
3409
aba7501e
MK
34102007-12-02 Matthias Klose <doko@ubuntu.com>
3411
3412 * config-ml.in: Remove 64bit configure tests.
3413
d683ec81
PB
34142007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3415
3416 * config-ml.in: Robustify against white space in absolute file
3417 names.
3418
3419 * config-ml.in (multi-clean): Substitute ${Makefile}.
3420 Remove superfluous ${Makefile} in list.
3421
60f1711a
TS
34222007-11-19 Thiemo Seufer <ths@mips.com>
3423
3424 * config-ml.in: Don't hardcode the Makefile name.
3425
487f9d96
AM
34262007-11-08 Alexander Monakov <amonakov@ispras.ru>
3427
3428 * MAINTAINERS (Write After Approval): Add myself.
3429
fa3886fe
ST
34302007-11-07 Samuel Tardieu <sam@rfc1149.net>
3431
3432 * MAINTAINERS (Write After Approval): Add myself.
3433
dce2d8b2 34342007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
3435
3436 * MAINTAINERS (Write After Approval): Add myself.
3437
acc48927
BE
34382007-10-25 Ben Elliston <bje@au.ibm.com>
3439
3440 * MAINTAINERS (mercury): Remove entry.
3441 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3442
e00e9858
DJ
34432007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3444
3445 * Makefile.def (dependencies): Make configure-gdb depend on
3446 all-intl.
3447 * Makefile.in: Regenerated.
3448
def14a3c
SK
34492007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
3450
3451 * MAINTAINERS (Fortran maintainer): Remove myself.
3452
dce2d8b2 34532007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
3454
3455 * Makefile.def: To avoid problems running with parallel makes,
3456 build newlib before libgloss so that target specific header
3457 files are availble.
3458 * Makefile.in: Regenerate
3459
bbfbfafc
DJ
34602007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3461
3462 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3463 * Makefile.in: Regenerate.
3464
c56abad5
VM
34652007-10-09 Vladimir Makarov <vmakarov@redhat.com>
3466
3467 * MAINTAINERS (Register allocation reviewer): Add myself.
3468
f019adc1
MF
34692007-10-08 Mike Frysinger <vapier@gentoo.org>
3470
3471 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3472 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3473 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3474 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3475 * configure: Regenerate.
3476
dce2d8b2 34772006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
3478
3479 * MAINTAINERS (Register allocation reviewer): Add myself.
3480
0999159b
PB
34812007-10-01 Paolo Bonzini <bonzini@gnu.org>
3482
3483 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3484 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3485 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3486 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3487 * configure.ac: Default them to host tools for $host = $build.
3488 Subst them.
3489
3490 * configure: Regenerate.
3491 * Makefile.in: Regenerate.
3492
dce2d8b2 34932006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
3494
3495 * MAINTAINERS (Register allocation reviewer): Add myself.
3496
dce2d8b2 34972006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
3498
3499 * MAINTAINERS (Register allocation reviewer): Add myself.
3500
9d209c83
SP
35012007-09-21 Seongbae Park <seongbae.park@gmail.com>
3502
3503 * MAINTAINERS (Write After Approval): Fix typo.
3504
1ec3b87b
RS
35052007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3506
3507 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3508 * configure: Regenerate.
3509
19d5986d
PJ
35102007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
3511
3512 PR bootstrap/31906
3513 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 3514 they're already prefixed.
19d5986d 3515
6d3b5aea
BK
35162007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3517
3518 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3519 libstdc++.
3520 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3521 * configure: Regenerate.
3522 * Makefile.in: Regenerate.
09ce620e 3523
4fe7e755
AS
35242007-09-17 Andreas Schwab <schwab@suse.de>
3525
3526 * configure.ac: Raise minimum makeinfo version to 4.6.
3527 * configure: Regenerate.
3528
dce2d8b2 35292007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 3530
ffe3dcd9 3531 * MAINTAINERS (write-after-approval) add myself
d483feaa 3532
fa9a3f31
AM
35332007-09-15 Alan Modra <amodra@bigpond.net.au>
3534
3535 * configure.ac: Correct makeinfo version check.
3536 * configure: Regenerate.
3537
6593a73e
RS
35382007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
3539
3540 * MAINTAINERS: Update my email address.
3541
d9dced13
RS
35422007-09-14 Richard Sandiford <richard@codesourcery.com>
3543
3544 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3545 to $skipdirs and only disable gprof for newlib. Use the normal
3546 mips*-elf* handling in other respects.
3547 * configure: Regnerate.
3548
773c1467
DD
35492007-09-12 David Daney <ddaney@avtrex.com>
3550
3551 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3552 enabling libgcj.
3553 * configure: Regenerate.
3554
c03353e2
RIL
35552007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3556
3557 PR other/32154
3558 * configure.ac: For libgloss targets, point the linker to the linker
3559 script, startup code and simulator library.
3560 * configure: Regenerate.
3561
c4e9bf2b
AH
35622007-09-07 Andrew Haley <aph@redhat.com>
3563
3564 * configure.ac (noconfigdirs): Remove target-libffi and
3565 target-libjava.
3566 * configure: Regenerate.
3567
1f5a6b84
FXC
35682007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3569
3570 PR target/33281
3571 * configure.ac: Use config/mh-mingw on mingw.
3572 * configure: Regenerate.
1f5a6b84 3573
3951e521
PH
35742007-09-05 Pat Haugen <pthaugen@us.ibm.com>
3575
9f349f63 3576 * MAINTAINERS (Write After Approval): Add myself.
3951e521 3577
e643dc23
RG
35782007-09-05 Richard Guenther <rguenther@suse.de>
3579
3580 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3581 nor --disable-checking is provided also turn on yes and types
3582 checking for stage1.
3583 * configure: Re-generate.
3584
039874df
KW
35852007-08-30 Krister Walfridsson <cato@df.lth.se>
3586
3587 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3588 (Write After Approval): Remove myself.
3589
c3f07bd6 35902007-08-29 Nick Clifton <nickc@redhat.com>
15098359 3591
c3f07bd6 3592 * config.sub, config.guess: Update from upstream sources.
15098359 3593
40049ccc 35942007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
3595
3596 * MAINTAINERS (Write After Approval): Added myself.
3597 * MAINTAINERS (Reviewers): Removed myself.
3598
c8aea42c 35992007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 3600 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
3601
3602 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3603 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3604 * Makefile.in: Regenerate.
3605 * configure.ac (--with-debug-prefix-map): New.
3606 * configure: Regenerate.
3607
4bf6c438
RS
36082007-08-17 Richard Sandiford <richard@codesourcery.com>
3609 Nigel Stephens <nigel@mips.com>
3610
4bf6c438
RS
3611 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3612 as target_makefile_frag.
3613 * configure: Regenerate.
3614
bb286d71
AO
36152007-08-16 Alexandre Oliva <aoliva@redhat.com>
3616
3617 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3618 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3619 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3620 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3621 (do-compare, do-compare3, do-compare-debug): New.
3622 ([+compare-target+]): Use them.
3623
a4630417
MK
36242007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
3625
3626 * MAINTAINERS (Write After Approval): Change my email address.
3627
d9acb717
RW
36282007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3629 Ben Elliston <bje@au.ibm.com>
3630
3631 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3632 --silent if $silent.
3633 * configure: Regenerate.
3634
96876681
ZD
36352003-08-12 Zdenek Dvorak <ook@ucw.cz>
3636
3637 * MAINTAINERS (Various Maintainers): Add myself as
3638 loop infrastructure maintainer. Update my e-mail
3639 address.
3640
1c1d80ee
DN
36412007-07-31 Diego Novillo <dnovillo@google.com>
3642
3643 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3644 Adjust description.
3645
7e98624c
RG
36462007-07-26 Richard Guenther <rguenther@suse.de>
3647
3648 * configure.ac: Add types checking to stage1 checking flags.
3649 * configure: Regenerate.
3650
4c85af60
NC
36512007-07-17 Nick Clifton <nickc@redhat.com>
3652
3653 * COPYING3: New file. Contains version 3 of the GNU General
3654 Public License.
3655 * COPYING3.LIB: New file. Contains version 3 of the GNU
3656 Lesser General Public License.
3657
19ddfd3a
AK
36582007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3659
3660 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3661
2a064545
AK
36622007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3663
3664 * MAINTAINERS (S/390 co-maintainer): Add myself.
3665 (Write After Approval): Remove myself.
3666
f861f54d
DH
36672007-07-13 Dan Hipschman <dsh@google.com>
3668
3669 * MAINTAINERS (Write After Approval): Add myself.
3670
0136f2f7
NC
36712007-07-11 Nick Clifton <nickc@redhat.com>
3672
3673 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3674 WINDRES export.
3675 * Makefile.in: Regenerate.
3676
6e29b5a4
RO
36772007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3678
3679 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3680 maintainer.
3681
159a4b02
L
36822007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3683
3684 * lt~obsolete.m4: New. Import from 20070318 libtool.
3685
6ba67283
JB
36862007-07-03 Julian Brown <julian@codesourcery.com>
3687
3688 * MAINTAINERS (Write After Approval): Add myself.
3689
30b74385
RW
36902007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3691
3692 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3693 * configure: Regenerate.
3694
36952007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3696
3697 * configure.ac: Add some missing m4 quotation.
3698 * configure: Regenerate.
3699
943c54ce
SB
37002007-07-02 Simon Baldwin <simonb@google.com>
3701
3702 * MAINTAINERS (Write After Approval): Add myself.
3703
1c00b503
PB
37042007-07-02 Paolo Bonzini <bonzini@gnu.org>
3705
3706 * configure: Regenerate.
3707
901119ae
KT
37082007-07-02 Kai Tietz <kai.tietz@onevision.com>
3709
3710 * Makefile.def: Add windmc tool to build.
3711 * Makefile.tpl: Likewise.
3712 * configure.ac: Likewise.
3713 * Makefile.in: Regenerate.
3714 * configure: Regenerate.
09ce620e 3715
83f4c19f
DD
37162007-06-28 DJ Delorie <dj@redhat.com>
3717
3718 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3719 not building newlib.
3720 * configure: Regenerated.
09ce620e 3721
5346c75c
JS
37222007-06-28 Jan Sjodin <jan.sjodin@amd.com>
3723
3724 * MAINTAINERS (Write After Approval): Add myself.
3725
aacfb86b
MM
37262007-06-25 Martin Michlmayr <tbm@cyrius.com>
3727
3728 * MAINTAINERS (Write After Approval): Add myself.
3729
590bf0d3
CM
37302007-06-19 Chris Matthews <chrismatthews@google.com>
3731
3732 * MAINTAINERS (Write After Approval): Add myself.
3733
cdbbee7a
RIL
37342007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
3735
3736 * MAINTAINERS (Write After Approval): Add myself.
3737
b8afffc1
DJ
37382007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3739
3740 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3741 * Makefile.in: Regenerated.
3742
3fcfad76
BS
37432007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
3744
3745 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3746 bfin*-*-uclinux* targets.
3747 * configure: Regenerate.
3748
3f5a2b7f
ILT
37492007-06-14 Ian Lance Taylor <iant@google.com>
3750
3751 * MAINTAINERS: Add myself as non-algorithmic global write
3752 maintainer.
3753
4c46daee
DN
37542007-06-14 Diego Novillo <dnovillo@google.com>
3755
3756 * MAINTAINERS: Add self as middle-end maintainer and
3757 non-algorithmic global write maintainer.
3758
a3bb222a
FXC
37592007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3760
3761 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3762 Move all Fortran maintainers except Paul Brook into the
3763 Non-Autopoiesis section.
3764
a19e8f64
PB
37652007-06-14 Paolo Bonzini <bonzini@gnu.org>
3766
3767 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3768 (distclean-stage[+id+]): Possibly delete stage_last.
3769 * Makefile.in: Regenerate.
3770
1c2abe5e
SP
37712007-06-12 Seongbae Park <seongbae.park@gmail.com>
3772
3773 * MAINTAINERS (Various Maintainer): Fix typo.
3774
abca4739
PB
37752007-06-11 Paolo Bonzini <bonzini@gnu.org>
3776
3777 * MAINTAINERS (Various Maintainer): Add myself as
3778 dataflow maintainer.
3779
a894d2c3
BE
37802007-06-07 Ben Elliston <bje@au.ibm.com>
3781
3782 * config.sub, config.guess: Update from upstream sources.
3783
8024d75e
BE
37842007-06-07 Ben Elliston <bje@au.ibm.com>
3785
3786 * Makefile.tpl: Fix spelling error.
3787 * Makefile.in: Regenerate.
3788
973a9a5e
SE
37892007-06-01 Steve Ellcey <sje@cup.hp.com>
3790
96598938
L
3791 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3792 lt_cv_sys_max_cmd_len.
973a9a5e 3793
ccb4d26b
DN
37942007-05-31 Dorit Nuzman <dorit@il.ibm.com>
3795
3796 * MAINTAINERS (Various Maintainers): Add myself as
3797 auto-vectorizer maintainer.
3798
eecb7461
PB
37992003-05-31 Paolo Bonzini <bonzini@gnu.org>
3800
3801 PR libjava/32098
3802 * libtool.m4: Revert previous change.
3803 * ltgcc.m4: Put it here.
3804
89d28202
ZD
38052003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
3806
3807 * MAINTAINERS (Various Maintainers): Add myself as
3808 auto-vectorizer maintainer.
3809
60c7a11a
L
38102007-05-30 H.J. Lu <hongjiu.lu@intel.com>
3811
3812 PR libjava/32098
3813 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3814
9dd3cc81
RG
38152007-05-30 Richard Guenther <rguenther@suse.de>
3816
3817 * MAINTAINERS (Various Maintainers): Add myself as
3818 auto-vectorizer maintainer.
3819
9cc1244e
JJ
38202007-05-30 Jakub Jelinek <jakub@redhat.com>
3821
3822 PR bootstrap/29382
3823 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3824 * configure: Rebuilt.
3825
6124296b
RC
38262007-05-28 Roberto Costa <robsettantasei@gmail.com>
3827
3828 * MAINTAINERS (Write After Approval): Removed my name.
3829
6b757a0d
SB
38302007-05-25 Steven Bosscher <steven@gcc.gnu.org>
3831
3832 * MAINTAINERS (Write After Approval): Remove myself.
3833
86ef8528
AT
38342007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3835
3836 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3837
1cf3d07d
SE
38382007-05-23 Steve Ellcey <sje@cup.hp.com>
3839
3840 * ltmain.sh: Update from ToT Libtool.
3841 * libtool.m4: Update from ToT Libtool.
3842 * ltsugar.m4: New. Update from ToT Libtool.
3843 * ltversion.m4: New. Update from ToT Libtool.
3844 * ltoptions.m4: New. Update from ToT Libtool.
3845 * ltconfig: Remove.
3846 * ltcf-c.sh: Remove.
3847 * ltcf-cxx.sh: Remove.
3848 * ltcf-gcj.sh: Remove.
3849
ce3fcf8c
OW
38502007-05-22 Ollie Wild <aaw@google.com>
3851
3852 * MAINTAINERS (Write After Approval): Add myself.
3853
342b9200
PB
38542007-05-16 Paolo Bonzini <bonzini@gnu.org>
3855
3856 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3857 stage_cflags.
3858 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3859 Remove CFLAGS/LIBCFLAGS.
3860 (configure-stage[+id+]-[+prefix+][+module+],
3861 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3862 * Makefile.in: Regenerate.
3863
cea17285
DN
38642007-05-15 Diego Novillo <dnovillo@google.com>
3865
3866 * MAINTAINERS: Update e-mail address.
3867
11c004e7
RE
38682007-05-15 Revital Eres <eres@il.ibm.com>
3869
3870 * MAINTAINERS (Write After Approval): Add myself.
3871
ab6bd693
RC
38722007-05-14 Roberto Costa <robsettantasei@gmail.com>
3873
3874 * MAINTAINERS (Write After Approval): Updated my address.
3875
388cdf07
TN
38762007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
3877
3878 * MAINTAINERS (Write After Approval): Add myself.
3879
23f24034
SR
38802007-05-11 Silvius Rus <rus@google.com>
3881
3882 * MAINTAINERS (Write After Approval): Add myself.
3883
34a7526e
TT
38842007-04-23 Tom Tromey <tromey@redhat.com>
3885
3886 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3887
51da21be
MM
38882007-04-22 Mark Mitchell <mark@codesourcery.com>
3889
3890 * MAINTAINERS (cpplib): Rename to ...
3891 (libcpp): ... this. Add C/C++ front end maintainers.
3892
70070387
SE
38932007-04-14 Steve Ellcey <sje@cup.hp.com>
3894
3895 * config-ml.in: Pass ${ml_config_env} to configure calls.
3896
df1a0dbb
CB
38972007-04-04 Christian Bruel <christian.bruel@st.com>
3898
3899 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 3900
9daff147
DK
39012007-04-02 Dave Korn <dave.korn@artimi.com>
3902
3903 * MAINTAINERS (Write After Approval): Add myself.
3904
374eadb2
TB
39052007-03-31 Tobias Burnus <burnus@net-b.de>
3906
3907 * MAINTAINERS (fortran 95 front end): Add myself.
3908
8eced3a2
DR
39092007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3910
3911 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 3912
653de3e3
AZ
39132007-03-24 Ayal Zaks <zaks@il.ibm.com>
3914
3915 * MAINTAINERS (Modulo Scheduler): Add myself.
3916
b737d953
BM
39172007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
3918
3919 * MAINTAINERS (fortran 95 front end): Add myself.
3920 (c++ front end): whitespace fix.
3921
a584cdf2
NF
39222007-03-22 Nathan Froyd <froydnj@codesourcery.com>
3923
3924 * MAINTAINERS (Write After Approval): Add myself.
3925
8c79f3c4
RS
39262007-03-21 Richard Sandiford <richard@codesourcery.com>
3927
3928 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3929 of glob. Quote arguments with single quotes too.
3930 * configure: Regenerate.
3931
07f1ac6d
BM
39322007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3933
3934 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3935 * Makefile.in: Regenerate
3936
172e41aa
AS
39372007-03-07 Andreas Schwab <schwab@suse.de>
3938
3939 * configure: Regenerate.
3940
9c4d2493
BM
39412007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3942
3943 * configure.ac: Add "--with-pdfdir" configure option,
3944 which defines pdfdir variable.
3945 * Makefile.def (target=fixincludes): Add install-pdf to
3946 missing targets.
3947 (recursive_targets): Add install-pdf target.
3948 (flags_to_pass): Add pdfdir.
3949 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3950 target.
3951 * configure: Regenerate
3952 * Makefile.in: Regenerate
3953
e14e622e
EC
39542007-02-28 Eric Christopher <echristo@apple.com>
3955
3956 Revert:
3957 2006-12-07 Mike Stump <mrs@apple.com>
3958
3959 * Makefile.def (dependencies): Add dependency for
3960 install-target-libssp and install-target-libgomp on
3961 install-gcc.
3962 * Makefile.in: Regenerate.
3963
54e433bc
MK
39642007-02-27 Matt Kraai <kraai@ftbfs.org>
3965
3966 * configure: Regenerate.
3967 * configure.ac: Move statements after variable declarations.
3968
6c8d3d8f
KK
39692007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
3970
3971 * MAINTAINERS: Add myself as sh maintainer.
3972
9f8c6739
JM
39732007-02-19 Joseph Myers <joseph@codesourcery.com>
3974
3975 * configure.ac: Adjust for loop syntax.
3976 * configure: Regenerate.
3977
278a7a38
AO
39782007-02-18 Alexandre Oliva <aoliva@redhat.com>
3979
3980 * configure: Rebuilt.
3981
b2eaac4a
AO
39822007-02-18 Alexandre Oliva <aoliva@redhat.com>
3983
3984 * configure.ac: Drop multiple occurrences of --enable-languages,
3985 and fix its quoting.
3986 * configure: Rebuilt.
3987
beeaf216 39882007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
3989 Nathan Sidwell <nathan@codesourcery.com>
3990 Vladimir Prus <vladimir@codesourcery.com>
3991 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
3992
3993 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3994 * configure: Regenerate.
3995
09201a09
GP
39962007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
3997
3998 * ltconfig (freebsd*): Default to elf.
3999
291f172e
DJ
40002007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4001
4002 * configure.ac (target_libraries): Move libgcc before libiberty.
4003 * configure: Regenerated.
4004
c3a86da9
DJ
40052007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4006 Paolo Bonzini <bonzini@gnu.org>
4007
4008 PR bootstrap/30753
4009 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4010 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4011 * configure: Regenerated.
4012
88e1e72a
FXC
40132007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4014
4015 * MAINTAINERS (Language Front End Maintainers): Update my mail
4016 address.
4017
44bfc3ac
DJ
40182007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4019
4020 PR bootstrap/30748
4021 * configure.ac: Correct syntax for Solaris ksh.
4022 * configure: Regenerated.
4023
3e19841a
PB
40242007-02-09 Paolo Bonzini <bonzini@gnu.org>
4025
4026 * configure.ac: Sync with src.
4027 * configure: Regenerate.
4028
74a48762
PB
40292007-02-09 Paolo Bonzini <bonzini@gnu.org>
4030
4031 * Makefile.in: Regenerate.
4032
d846e52e
PB
40332007-02-09 Paolo Bonzini <bonzini@gnu.org>
4034
4035 * config.sub: Sync with src.
4036
1c710c3c
DJ
40372007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4038
4039 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4040 noncanonical equivalents.
4041 * configure.in: Rename to...
4042 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4043 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4044 target_noncanonical. Use them. Rewrite removal of configure
4045 arguments for autoconf 2.59. Discard variable settings. Force
4046 program_transform_name for native tools.
4047
4048 * Makefile.in: Regenerated.
4049 * configure: Regenerated with autoconf 2.59.
4050
dce2d8b2 40512007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 4052
3de8da2a 4053 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 4054
f6671c93
AS
40552007-01-31 Andreas Schwab <schwab@suse.de>
4056
4057 * Makefile.tpl (LDFLAGS): Substitute it.
4058 * Makefile.in: Regenerate.
4059
dce2d8b2 40602007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 4061
3de8da2a 4062 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 4063
2472200d
DE
40642007-01-28 David Edelsohn <edelsohn@gnu.org>
4065
3de8da2a 4066 * MAINTAINERS (spu port): Add myself.
2472200d 4067
5305be7e
RG
40682007-01-23 Richard Guenther <rguenther@suse.de>
4069
4070 PR bootstrap/30541
4071 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4072 * Makefile.tpl (GNATBIND): Substitute it.
4073 (GNATMAKE): Likewise.
4074 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4075 of STAGE_PREFIX.
4076 * Makefile.in: Regenerate.
4077 * configure: Regenerate.
4078
416cfb5e
MS
40792007-01-18 Mike Stump <mrs@apple.com>
4080
4081 * configure.in: Re-enable -Werror for gcc builds.
4082
3de8da2a 40832007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 4084
3de8da2a 4085 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 4086
d943d7c4
PB
40872007-01-11 Paolo Bonzini <bonzini@gnu.org>
4088
4089 * configure.in: Change == to = in test command.
3de8da2a 4090 * configure: Regenerate.
d943d7c4 4091
e69bf64b 40922007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
4093 Nick Clifton <nickc@redhat.com>
4094 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4095
4096 * configure.in (build_configargs, host_configargs, target_configargs):
4097 Remove build/host/target parameters.
4098 (host_libs): Add gmp and mpfr.
4099 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4100 * Makefile.def (gmp, mpfr): New.
4101 (gcc): Remove target.
4102 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4103 target_os, target_vendor): New.
dce2d8b2 4104 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
4105 * configure: Regenerate.
4106 * Makefile.in: Regenerate.
e69bf64b
PB
4107
41082007-01-11 Matt Fago <fago@earthlink.net>
4109
4110 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 4111 to improve robustness of configure tests.
e69bf64b 4112 * configure: Regenerate.
e14e622e 4113
a42f3b80
UB
41142007-01-09 Uros Bizjak <ubizjak@gmail.com>
4115
4116 * MAINTAINERS: Add myself as i386 maintainer.
4117
a36aee1a
JH
41182007-01-08 Jan Hubicka <jh@suse.cz>
4119
61fcaeef 4120 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 4121
738a52d3
KT
41222007-01-08 Kai Tietz <kai.tietz@onevision.com>
4123
4124 * configure.in: Add support for an x86_64-mingw* target.
95af8923 4125 * configure: Regenerate.
738a52d3 4126
54fdc474
DJ
41272007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4128
4129 * Makefile.tpl (all-target): Correct @if conditional for target
4130 modules.
4131 * configure.in: Omit libiberty if building only target libgcc.
4132 * configure, Makefile.in: Regenerated.
4133
3dd71726
PB
41342007-01-04 Paolo Bonzini <bonzini@gnu.org>
4135
dce2d8b2 4136 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
4137 * configure: Regenerate.
4138
fa958513
DJ
41392007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4140
4141 * Makefile.def (target_modules): Add libgcc.
4142 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4143 * Makefile.tpl (clean-target-libgcc): Delete.
4144 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4145 on gcc even for bootstrapped modules. Rewrite handling of
4146 lang_env_dependencies to loop over target_modules.
4147 * configure.in (target_libraries): Add target-libgcc.
4148 * Makefile.in, configure: Regenerated.
4149
e1888513
PB
41502006-12-29 Paolo Bonzini <bonzini@gnu.org>
4151
4152 * configure.in: Reorganize recognition of languages. Add
4153 --enable-stage1-languages. Show supported languages for the chosen
4154 target rather than all recognized languages.
4155 * configure: Regenerate.
4156
53b88b73
PB
41572006-12-29 Paolo Bonzini <bonzini@gnu.org>
4158
4159 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4160 * Makefile.in: Regenerate.
4161
a3993f33
KG
41622006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4163
4164 * configure.in: Warn that MPFR 2.2.0 is buggy.
4165 * configure: Regenerate.
4166
f063a9ed
ILT
41672006-12-27 Ian Lance Taylor <iant@google.com>
4168
4169 * configure.in: When removing Makefiles to force a reconfigure, also
4170 remove prev-DIR*/Makefile.
4171 * configure: Regenerate.
4172
af71363e
AS
41732006-12-22 Andreas Schwab <schwab@suse.de>
4174
4175 * configure: Regenerate with correct autoconf version.
4176
0b0dc272
AM
41772006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
4178
3de8da2a
UB
4179 * configure.in: add AC_SUBST for *_FOR_TARGET.
4180 * configure: Regenerate.
0b0dc272 4181
53b88b73
PB
41822006-12-19 Paolo Bonzini <bonzini@gnu.org>
4183
4184 * configure.in: Simplify logic for rejecting languages that cannot
4185 be built. Separate the case when a language is unsupported,
4186 from the case when the user chooses not to build a language.
4187
400ebff4
PB
41882006-12-19 Paolo Bonzini <bonzini@gnu.org>
4189
4190 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4191 it only affects bootstrap and could be tested on "$host" as well.
4192 * configure: Regenerate.
4193 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4194
8efea775
PB
41952006-12-19 Paolo Bonzini <bonzini@gnu.org>
4196
4197 PR bootstrap/29544
4198 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4199 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4200 move here comment from Makefile.tpl.
4201 * Makefile.tpl: Move some definitions higher in the file.
4202 (STAGE1_CHECKING): New.
4203 * configure.in: Add --enable-stage1-checking.
4204 * configure: Regenerate.
4205 * Makefile.in: Regenerate.
4206
ed88a7ed
PB
42072006-12-19 Paolo Bonzini <bonzini@gnu.org>
4208
4209 * MAINTAINERS: Add myself as build system maintainer.
4210
b65151d3
SM
42112006-12-15 Simon Martin <simartin@users.sourceforge.net>
4212
4213 * MAINTAINERS (Write After Approval): Add myself.
4214
7e050830
EC
42152006-12-13 Eric Christopher <echristo@apple.com>
4216
4217 * MAINTAINERS: Add myself as darwin maintainer.
4218
8b494895
ILT
42192006-12-11 Ian Lance Taylor <ian@airs.com>
4220
4221 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4222
dce2d8b2 42232006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
4224
4225 MAINTAINERS: Update my entry.
4226
58e24147
AM
42272006-12-11 Alan Modra <amodra@bigpond.net.au>
4228
4229 * configure.in: Handle spu makefile frag.
58e24147
AM
4230 * Makefile.tpl (MAINT): Define
4231 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4232 * configure: Regenerate.
4233 * Makefile.in: Regenerate.
4234
9b6f37a0
BE
42352006-12-11 Ben Elliston <bje@au.ibm.com>
4236
4237 * config.guess: Import latest version.
4238 * config.sub: Likewise.
4239
ea6f5c57
BE
42402006-12-11 Ben Elliston <bje@au.ibm.com>
4241
4242 * configure.in (spu-*-*): Don't skip target-libiberty.
4243 * configure: Regenerate.
4244
42c1cd8a
AT
42452006-12-10 Andreas Tobler <a.tobler@schweiz.org>
4246
4247 PR bootstrap/30134
4248 * configure.in: Correct x86 darwin support for libjava to powerpc
4249 and i?86 only.
4250 * configure: Regenerate.
4251
55eb837d
ST
42522006-12-08 Sandro Tolaini <tolaini@libero.it>
4253
4254 * configure.in: Add x86 darwin support for libjava.
4255 * configure: Regenerate.
4256
5bdacbc7
MS
42572006-12-07 Mike Stump <mrs@apple.com>
4258
4259 * Makefile.def (dependencies): Add dependency for
4260 install-target-libssp and install-target-libgomp on
4261 install-gcc.
4262 * Makefile.in: Regenerate.
4263
477d851c
RG
42642006-12-04 Richard Guenther <rguenther@suse.de>
4265
4266 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4267 (Non-Algorithmic Maintainers): Move over non-algorithmic
4268 loop optimizer maintainers, add myself as a non-algorithmic
4269 middle-end maintainer.
4270
5d33d367
DF
42712006-12-04 Daniel Franke <franke.daniel@gmail.com>
4272
4273 * MAINTAINERS (Write After Approval): Add myself.
4274
dbee1fb3
KG
42752006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4276
4277 * configure.in: Update error message for missing GMP/MPFR.
4278
4279 * configure: Regenerate.
4280
b5147de7
KG
42812006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4282
4283 * configure.in: Update MPFR version in error message.
4284
4285 * configure: Regenerate.
4286
f019376c
KG
42872006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4288
4289 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4290 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4291 --with-gmp-lib): New flags.
4292
4293 * configure: Regenerate.
4294
91ed95ae
BM
42952006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
4296
4297 * MAINTAINERS (Write After Approval): Change my email address.
4298
3a971f15
MLI
42992006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4300
05170031 4301 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 4302
dce2d8b2 43032006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
4304
4305 * MAINTAINERS (i18n): Update e-mail address.
4306
df5487ee
TS
43072006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4308
4309 * MAINTAINERS (spu port): Add myself as maintainer.
4310 (Write After Approval): Remove myself.
4311
92c2f0ee
BE
43122006-11-22 Ben Elliston <bje@au.ibm.com>
4313
4314 * configure.in (skipdirs): Don't build libssp for SPU.
4315 * configure: Regenerate.
4316
a3b97199
AP
43172006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
4318
4319 * MAINTAINERS (spu port): Add myself as maintainer.
4320 (libobjc): Update my email address.
4321
0eb97064
AB
43222006-11-21 Andrea Bona <andrea.bona@st.com>
4323
4324 * MAINTAINERS (Write After Approval): Add myself.
4325
dce2d8b2 43262006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
4327
4328 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4329 * configure : Rebuilt.
4330
dce2d8b2 43312006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
4332
4333 * MAINTAINERS (Write After Approval): Add myself.
4334
d58542ea
AO
43352006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
4336
4337 * MAINTAINERS (Write After Approval): Add myself.
4338
a357b5ae
KG
43392006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4340
4341 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4342 libmpfr.a.
4343 * configure: Regenerate.
4344
9bd6112c
PB
43452006-11-16 Paolo Bonzini <bonzini@gnu.org>
4346
4347 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4348 (unstage): Test for stage_last presence.
4349
4350 PR bootstrap/29802
dce2d8b2
EB
4351 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4352 STAGE_PREFIX.
9bd6112c
PB
4353 * Makefile.in: Regenerate.
4354
c8cf9f0f
ZD
43552003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
4356
4357 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4358 maintainers.
4359
467b1fc6
ER
43602006-11-14 Erven Rohou <erven.rohou@st.com>
4361
4362 * MAINTAINERS (Write After Approval): Add myself.
4363
995a5697
PB
43642006-11-14 Paolo Bonzini <bonzini@gnu.org>
4365
4366 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4367 and stageN-package/Makefile.
4368 * Makefile.in: Regenerated.
4369
c8d6d53e
JZ
43702006-11-14 Jie Zhang <jie.zhang@analog.com>
4371
4372 * configure.in: Remove target-libgloss from noconfigdirs for
4373 bfin-*-*.
4374 * configure: Regenerated.
4375
dffb147d
KG
43762006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4377
4378 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 4379
dffb147d
KG
4380 * configure: Regenerate.
4381
ca558912
KG
43822006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4383
4384 * configure.in: Robustify error message for missing GMP/MPFR.
4385
4386 * configure: Regenerate.
4387
dce2d8b2 43882006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
4389
4390 * MAINTAINERS (Write After Approval): Add myself.
4391
dce2d8b2 43922006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
4393
4394 * MAINTAINERS: Change email address.
4395
91de1527
VP
43962006-10-30 Vladimir Prus <vladimir@codesourcery.com>
4397
4398 * MAINTAINERS (Write After Approval): Add myself.
4399
a3867703
PB
44002006-10-26 Peter Bergner <bergner@vnet.ibm.com>
4401
4402 * MAINTAINERS (Write After Approval): Add myself.
4403
b4364fa2
CL
44042006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
4405
7e050830 4406 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 4407 Write After Approval section.
b4364fa2 4408
70ec446f
KG
44092006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4410
4411 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
4412 need_gmp anymore.
4413 * configure: Regenerate.
4414
018c8d88
TB
44152006-10-16 Tobias Burnus <burnus@net-b.de>
4416
4417 * MAINTAINERS (Write After Approval): Add myself.
4418
f6a1687e
BE
44192006-10-16 Ben Elliston <bje@au.ibm.com>
4420
4421 * config.guess: Import latest version.
4422 * config.sub: Likewise.
4423
b5422ad7
BM
44242006-10-10 Brooks Moses <bmoses@stanford.edu>
4425
4426 * Makefile.def: Added pdf target handling.
4427 * Makefile.tpl: Added pdf target handling.
4428 * Makefile.in: Regenerated.
4429
bdcee471
CL
44302006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
4431
4432 * MAINTAINERS: Add self as score port maintainer.
4433
7d610414
BM
44342006-10-04 Brooks Moses <bmoses@stanford.edu>
4435
4436 * MAINTAINERS (Write After Approval): Add myself.
4437
e48d66a9
SK
44382006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
4439
7e050830 4440 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
4441 or newer.
4442 * configure: Regenerated.
4443
c394e891
DB
44442006-09-27 Dave Brolley <brolley@redhat.com>
4445
dce2d8b2
EB
4446 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4447 using $s instead of $r.
c394e891
DB
4448 * configure: Regenerated.
4449
1ee4c5a0
TS
44502006-09-26 Thiemo Seufer <ths@mips.com>
4451
4452 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4453 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4454 * configure: Regenerate.
4455
dce2d8b2 44562006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
4457
4458 * MAINTAINERS (Write After Approval): Remove myself.
4459
0c502898
CF
44602006-09-22 Chao-ying Fu <fu@mips.com>
4461
4462 * MAINTAINERS (Write After Approval): Add myself.
4463
a7819e42
JM
44642006-09-10 Joseph S. Myers <joseph@codesourcery.com>
4465
4466 * MAINTAINERS: Add self as soft-fp maintainer.
4467
dce2d8b2 44682006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
4469
4470 * MAINTAINERS: Add myself as avr maintainer.
4471 Remove Marek Michalkiewicz as avr maintainer.
827d0991 4472
e8288489
RC
44732006-09-07 Roberto Costa <roberto.costa@st.com>
4474
4475 * MAINTAINERS (Write After Approval): Add myself.
4476
b91f0a41
CV
44772006-08-30 Corinna Vinschen <corinna@vinschen.de>
4478
4479 * configure.in: Never build newlib for a Mingw host.
4480 Never build newlib as Mingw target library.
4481 Test the existence of winsup/cygwin for building a Cygwin newlib,
4482 rather than just winsup.
4483 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4484 building a Mingw target.
4485 * configure: Regenerate.
4486
094c07a0
EB
44872006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
4488
4489 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4490
8d1171cb
PB
44912006-07-25 Paolo Bonzini <bonzini@gnu.org>
4492
4493 * config.guess: Import from src (was more updated).
4494 * config.sub: Likewise.
4495
2e9e6f68
DJ
44962006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4497
4498 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4499 * configure: Regenerated.
4500
57255173
PB
45012006-07-18 Paolo Bonzini <bonzini@gnu.org>
4502
cc6010cd
AP
4503 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4504 for stages after the first.
57255173 4505
9fbe6585
JJ
45062006-07-17 Jakub Jelinek <jakub@redhat.com>
4507
4508 * Makefile.def: Add dependencies for configure-opcodes
4509 on configure-intl and all-opcodes on all-intl.
4510 * Makefile.in: Regenerated.
4511
18c3f977
BE
45122006-07-13 Ben Elliston <bje@au.ibm.com>
4513
4514 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4515
27b56ba6
PE
45162006-07-06 Paul Eggert <eggert@cs.ucla.edu>
4517
4518 Port to hosts whose 'sort' and 'tail' implementations
4519 treat operands with leading '+' as file names, as POSIX
4520 has required since 2001. However, make sure the code still
4521 works on pre-POSIX hosts.
4522 * ltmain.sh: Don't assume "sort +2" is equivalent to
4523 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4524
ad6d4e43
UW
45252006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
4526
4527 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4528
706601d9
PG
45292006-07-04 Peter O'Gorman <peter@pogma.com>
4530
4531 * ltconfig: chmod 644 before ranlib during install.
4532
0b50988a
EB
45332006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4534
4535 PR bootstrap/18058
4536 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4537 if the bootstrap compiler is a GCC version that supports it.
4538 * configure: Regenerate.
4539
b6348cb3
PB
45402006-07-03 Paolo Bonzini <bonzini@gnu.org>
4541
95695ad3 4542 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
4543 * configure: Regenerate.
4544
1546bb64
PB
45452006-07-03 Paolo Bonzini <bonzini@gnu.org>
4546
4547 PR other/27063
4548 * configure.in: Test subdir_requires and give an appropriate
4549 error message.
4550 * configure: Regenerate.
4551
5cb6c629
AJH
45522006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
4553
4554 * MAINTAINERS (Write After Approval): Add myself.
4555
f4d8cdf8
JDA
45562006-06-22 John David Anglin <dave.anglin@nrc.ca>
4557
4558 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4559
4fe5abb7
SE
45602006-06-22 Steve Ellcey <sje@cup.hp.com>
4561
4562 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4563
2a79fd67
DA
45642006-06-20 David Ayers <d.ayers@inode.at>
4565
4566 PR bootstrap/28072
4567 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4568 whether target-libjava is being configured instead of whether the
4569 java front end is enabled.
4570 * configure: Regenerate.
7e050830 4571
04879af3
RO
45722006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4573
4574 PR target/27540
4575 * configure.in: Only enable libgomp on IRIX 6.
4576 * configure: Regenerate.
4577
ec6c7392
PB
45782006-06-15 Paolo Bonzini <bonzini@gnu.org>
4579
4580 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4581 too.
4582 * Makefile.in: Regenerate.
4583
12973d7a
DD
45842006-06-13 Jeff Johnston <jjohnstn@redhat.com>
4585
4586 * config-ml.in: Alter CCASFLAGS to include special
4587 multilib options the same as is done for CFLAGS.
4588
c67ed86a
JDA
45892006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4590
4591 * configure.in: Don't enable libgomp on hpux10.
4592 * configure: Rebuilt.
4593
cb253473
DA
45942006-06-12 David Ayers <d.ayers@inode.at>
4595
4596 PR bootstrap/27963
4597 PR target/19970
7e050830 4598 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
4599 ${libgcj} is specified.
4600 * configure: Regenerate.
7e050830 4601
dce2d8b2 46022006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
4603
4604 Sync from src:
7e050830
EC
4605
4606 * configure.in: Sync.
32845532 4607 * configure: Regenerated.
7e050830 4608
32845532
CD
4609 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4610
4611 * Makefile.def: Added dependencies from sim and gdb on intl, and
4612 added configure dependencies to everything with an all dependency
4613 on intl.
4614 * Makefile.in: Regenerated.
4615
7cd0cf9c
DA
46162006-06-06 David Ayers <d.ayers@inode.at>
4617
4618 PR libobjc/13946
4619 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4620 * Makefile.in: Regenerate.
4621 * configure.in: Add --enable-objc-gc at toplevel and have it
4622 enable boehm-gc for Objective-C.
4623 Remove target-boehm-gc from libgcj.
4624 Add target-boehm-gc to target_libraries.
4625 Add target-boehm-gc to noconfigdirs where ${libgcj}
4626 is specified.
4627 Assert that boehm-gc is supported when requested for Objective-C.
4628 Only build boehm-gc if needed either for Java or Objective-C.
4629 * configure: Regenerate.
7e050830 4630
3ff3adad
PB
46312006-06-05 Paolo Bonzini <bonzini@gnu.org>
4632
4633 PR 27674
4634 * Makefile.tpl (configure-[+prefix+][+module+],
4635 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4636 Remove rule to unstage bootstrapped modules.
4637 (stage_current): New.
4638 * Makefile.in: Regenerate.
4639
898e551d
LB
46402006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4641
4642 * MAINTAINERS (Write After Approval): Update my e-mail address.
4643
ea60341e
MS
46442006-06-01 Mark Shinwell <shinwell@codesourcery.com>
4645
4646 * include/libiberty.h: Declare pex_run_in_environment.
4647
222ae291
AL
46482006-05-31 Asher Langton <langton2@llnl.gov>
4649
4650 * MAINTAINERS (Write After Approval): Add myself.
898e551d 4651
e9a54b07
PB
46522006-05-25 Paolo Bonzini <bonzini@gnu.org>
4653
4654 * Makefile.def (bfd, opcodes): Fix lib_path.
4655 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4656 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4657 * Makefile.in: Regenerate.
4658
03e67131
CD
46592006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4660
4661 * Makefile.in: Regenerate.
4662
65d6e994
CD
46632006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4664
4665 * Makefile.def: Add install-html target. Add datarootdir
4666 docdir and htmldir to flags_to_pass.
4667 * Makefile.tpl: Add install-html target.
4668 * Makefile.in: Regenerate.
4669 * configure.in: Add --with-datarootdir, --with-docdir, and
4670 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4671 * configure: Regenerate.
4672
9e299237
MS
46732006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4674
4675 * configure.in: Enable gprof for cross builds.
4676 * configure: Regenerate.
4677
c31202cd
RG
46782006-05-22 Richard Guenther <rguenther@suse.de>
4679
4680 Revert
4681 2006-01-31 Richard Guenther <rguenther@suse.de>
4682 Paolo Bonzini <bonzini@gnu.org>
4683
4684 * Makefile.def (target_modules): Add libgcc-math target module.
4685 * configure.in (target_libraries): Add libgcc-math target library.
4686 (--enable-libgcc-math): New configure switch.
4687 * Makefile.in: Re-generate.
4688 * configure: Re-generate.
4689 * libgcc-math: New toplevel directory.
4690
2a332582
JDA
46912006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4692 Andreas Tobler <a.tobler@schweiz.ch>
4693
4694 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4695 * configure: Rebuilt.
4696
dce2d8b2 46972006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 4698
ccce6917
SL
4699 * MAINTAINERS (Write After Approval): Add myself.
4700
ed606bc0
DD
47012006-05-01 DJ Delorie <dj@redhat.com>
4702
3d8f47a0 4703 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
4704 * configure: Regenerate.
4705
9386bd20
RG
47062006-05-01 Richard Guenther <rguenther@suse.de>
4707
4708 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4709 maintainer.
4710
dce2d8b2 47112006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
4712
4713 * MAINTAINERS (Write After Approval): Add myself.
4714
87ceee72
JB
47152006-04-28 Jan Beulich <jbeulich@novell.com>
4716
4717 * MAINTAINERS (Write After Approval): Add myself.
4718
e88a2c09
DD
47192006-04-18 DJ Delorie <dj@redhat.com>
4720
4721 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4722 reference libgloss so that libssp can be built in a combined
4723 tree.
4724 * configure: Regenerate.
4725
675f0a8a
RM
47262006-04-08 Robert Millan <rmh@gcc.gnu.org>
4727
4728 * MAINTAINERS (Write After Approval): Add myself.
4729
27b6c940
BE
47302006-04-05 Ben Elliston <bje@au.ibm.com>
4731
4732 * configure.in: Require makeinfo 4.4 or higher.
4733 * configure: Regenerate.
4734
687b17d4
GP
47352006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
4736
4737 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4738 Rearrange the entries of other libraries to have them in one place.
4739
906ac235
JB
47402006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
4741
7e050830 4742 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
4743 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4744
fb0103e5
RG
47452006-03-14 Richard Guenther <rguenther@suse.de>
4746
4747 * configure: Regenerate with autoconf 2.13.
4748
17237f6b
JB
47492006-03-13 Jim Blandy <jimb@codesourcery.com>
4750
4751 * MAINTAINERS: Use my work address.
bed31434
JB
4752
4753 * MAINTAINERS: Update my E-mail address.
4754
27079765
AH
47552006-03-10 Aldy Hernandez <aldyh@redhat.com>
4756
4757 * configure.in: Handle --disable-<component> generically.
4758 * configure: Regenerate.
4759
54a17039
L
47602006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4761
4762 PR libgcj/17311
4763 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4764
b9bd11ca
EE
47652006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
4766
4767 * MAINTAINERS (Write After Approval): Remove myself.
4768 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4769
dce2d8b2 47702006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 4771
072b06f2
RE
4772 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4773 (TARGET_CONFIGDIRS): Remove.
4774 * configure.in: Remove AC_SUBST(target_configdirs).
4775 * Makefile.in, configure: Regenerated.
ee2312f3 4776
936e1a35
SK
47772006-02-20 Steven G. Kargl <kargls@comcast.net>
4778
4779 * MAINTAINERS (Write After Approval): Remove myself.
4780 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4781
cc11cc9b
PB
47822006-02-20 Paolo Bonzini <bonzini@gnu.org>
4783
4784 PR bootstrap/25670
4785
4786 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4787
4788 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4789 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4790 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4791 BUILD_PREFIX, BUILD_PREFIX_1.
4792 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4793
4794 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4795 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4796
4797 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4798 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4799 of `cat stage_current`. Always provide the `r' and `s' variables.
4800 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4801 a single shell execution.
4802 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4803 bootstrapped modules, make the stage1 module if the build was not
4804 started yet, else build the current stage.
4805 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4806 (all-build, all-host, all-target, [+make_target+]-host,
4807 [+make_target+]-target): Do not use \-continued lines.
4808 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4809 (current_stage, restrap, stage_last): New.
4810
4811 * Makefile.in: Regenerate.
4812 * configure: Regenerate.
4813
63a7c9ef
BD
48142006-02-19 Bud Davis <jmdavis@link.com>
4815
4816 * MAINTAINERS (Write After Approval): Remove myself.
4817 (Language Front End Maintainers): Add myself as fortran 95
4818 maintainer and update e-mail address.
4819
a3543e3a
FXC
48202006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4821
4822 * MAINTAINERS (Write After Approval): Remove myself.
4823 (Language Front End Maintainers): Add myself as fortran 95
4824 maintainer.
4825
ca5b1d2c
VK
48262006-02-16 Victor Kaplansky <victork@il.ibm.com>
4827
4828 * MAINTAINERS (Write After Approval): Add myself.
4829
0499513f
TK
48302006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
4831
4832 * MAINTAINERS (Write After Approval): Remove myself.
4833 (Language Front End Maintainers): Add myself as
4834 fortran 95 maintainer.
4835
d1f8db0c
PB
48362006-02-14 Paolo Bonzini <bonzini@gnu.org>
4837
4838 Sync from src:
4839
4840 2005-12-27 Leif Ekblad <leif@rdos.net>
4841
cc6010cd
AP
4842 * configure.in: Add support for RDOS target.
4843 * configure: Regenerate.
d1f8db0c
PB
4844
48452006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 4846 Andreas Schwab <schwab@suse.de>
d1f8db0c 4847
cc6010cd 4848 * configure: Regenerate.
d1f8db0c 4849
cac90078
DE
48502006-02-12 David Edelsohn <edelsohn@gnu.org>
4851
4852 * configure.in (enable_libgomp): Add AIX.
4853 * configure: Regenerate.
4854
bd37fbf5
MK
48552006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
4856
4857 * MAINTAINERS (Write After Approval): Add myself.
7e050830 4858
23027b7a
LM
48592006-02-03 Lee Millward <lee.millward@gmail.com>
4860
4861 * MAINTAINERS (Write After Approval): Add myself.
7e050830 4862
0058967b
RG
48632006-01-31 Richard Guenther <rguenther@suse.de>
4864 Paolo Bonzini <bonzini@gnu.org>
4865
4866 * Makefile.def (target_modules): Add libgcc-math target module.
4867 * configure.in (target_libraries): Add libgcc-math target library.
4868 (--enable-libgcc-math): New configure switch.
4869 * Makefile.in: Re-generate.
4870 * configure: Re-generate.
4871 * libgcc-math: New toplevel directory.
4872
e8b05380
PB
48732006-01-26 Paolo Bonzini <bonzini@gnu.org>
4874
4875 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4876 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4877 the assembler, linker and binutils.
4878 * configure: Regenerate.
4879
d54d5437
DM
48802006-01-22 Dirk Mueller <dmueller@suse.de>
4881
4882 * MAINTAINERS (Write After Approval): Add myself.
4883
670cbfcf
DN
48842006-01-20 Diego Novillo <dnovillo@redhat.com>
4885
4886 * configure: Regenerate.
4887
953ff289
DN
48882006-01-18 Richard Henderson <rth@redhat.com>
4889 Jakub Jelinek <jakub@redhat.com>
4890 Diego Novillo <dnovillo@redhat.com>
4891
4892 * libgomp: New directory.
4893 * Makefile.def: Add target_module libgomp.
4894 * Makefile.in: Regenerate.
4895 * configure.in (target_libraries): Add target-libgomp.
4896 * configure: Regenerate.
4897
32ce4048
AO
48982006-01-05 Alexandre Oliva <aoliva@redhat.com>
4899
4900 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4901 @ from continuation.
4902 * Makefile.in: Rebuilt.
4903
0eaf8e17 49042006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 4905
c76c0c83
CL
4906 * MAINTAINERS (Write After Approval): Add myself.
4907
2d309510
PB
49082006-01-04 Paolo Bonzini <bonzini@gnu.org>
4909
4910 PR bootstrap/24252
4911
4912 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4913 * Makefile.tpl (OBJDUMP): New.
4914 (EXTRA_HOST_FLAGS): Add it.
4915 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4916
953ff289
DN
4917 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4918 to use symbolic links between directories. Avoid race conditions
4919 or make them harmless.
4920 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
4921
4922 * Makefile.def (LEAN): Pass.
4923 * Makefile.tpl (LEAN): Define.
4924 (stage[+id+]-start): Accept that the previous directory does not
4925 exist, if the bootstrap is lean.
4926 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4927 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4928 configure substitution.
4929 ([+compare-target+]): Likewise.
4930 ([+bootstrap-target+]-lean): New.
4931 * configure.in: Remove lean bootstrap support from here.
4932
953ff289
DN
4933 * Makefile.in: Regenerate.
4934 * configure: Regenerate.
2d309510 4935
368872c3
BE
49362006-01-04 Ben Elliston <bje@au.ibm.com>
4937
4938 * MAINTAINERS (libdecnumber): Add myself.
4939
d79e6356
MM
49402006-01-02 Mark Mitchell <mark@codesourcery.com>
4941
4942 * libtool-ldflags: New script.
4943
a6fbc1e2
AS
49442006-01-02 Andreas Schwab <schwab@suse.de>
4945
4946 * configure.in: When reconfiguring remove Makefile in
4947 all stage directories.
4948 * configure: Regenerate.
4949
103a4b39
SB
49502005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
4951
4952 * MAINTAINERS: Update my email address.
4953
212f829c
PB
49542005-12-20 Paolo Bonzini <bonzini@gnu.org>
4955
4956 Revert Ada-related part of the previous change.
4957
4958 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4959 Do not pass.
4960 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4961 * Makefile.in: Regenerate.
4962 * configure.in: Do not include mt-ppc-aix target fragment.
4963 * configure: Regenerate.
4964
8ef1f2df
PB
49652005-12-19 Paolo Bonzini <bonzini@gnu.org>
4966
4967 * configure.in: Select appropriate fragments for PowerPC/AIX.
4968 * configure: Regenerate.
4969
4970 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4971 BOOT_CFLAGS, BOOT_LDFLAGS.
4972 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4973 BOOT_CFLAGS, BOOT_LDFLAGS.
4974 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4975 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4976 (stage): Fail if we cannot complete the work.
4977 * Makefile.in: Regenerate.
4978
ab34901f
NS
49792005-12-16 Nathan Sidwell <nathan@codesourcery.com>
4980
4981 * configure.in: Replace ms1 with mt.
4982 * configure: Rebuilt.
4983
cbe82f21
BM
49842005-12-15 Bryce McKinlay <mckinlay@redhat.com>
4985
4986 * MAINTAINERS: Update my email address.
4987
19843472
PB
49882005-12-15 Paolo Bonzini <bonzini@gnu.org>
4989
4990 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4991 install-host-nogcc): Don't invoke $(stage) at the end.
4992 * Makefile.in: Regenerate.
4993
1ca26cd2
PB
49942005-12-14 Paolo Bonzini <bonzini@gnu.org>
4995
4996 * configure.in: Flip the top-level bootstrap switch.
4997 * configure: Regenerate.
4998
f41d6665
DJ
49992005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5000
5001 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5002 $(stage) and $(unstage).
5003 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5004 (all): Remove stray semicolon.
5005 (local-distclean): Don't handle multilib.tmp and multilib.out.
5006 (install.all): Set $s for consistency.
5007 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5008 check_multilibs setting. Always make the install directory.
5009 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5010 Correct @if/@endif.
5011 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5012 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5013 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5014 (multilib.out): Remove.
5015 * Makefile.in: Regenerated.
5016
dce2d8b2 50172005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
5018
5019 * MAINTAINERS (Write After Approval): Add myself.
5020
64f182bd
NS
50212005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5022
121b2cee
NS
5023 * MAINTAINERS: Add myself as mt maintainer.
5024
64f182bd
NS
5025 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
5026
a6d63770
AN
50272005-12-06 Adam Nemet <anemet@caviumnetworks.com>
5028
5029 * MAINTAINERS: Change email address.
5030
2abefe3d
PB
50312005-12-05 Paolo Bonzini <bonzini@gnu.org>
5032
5033 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5034 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5035 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5036 Find in-tree tools if available.
5037 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5038 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5039 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5040 (COMPILER_*_FOR_TARGET): New.
5041 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5042 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5043 (CONFIGURED_*, USUAL_*): Remove.
5044 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5045 STRIP): Use autoconf substitutions.
5046 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5047 COMPILER_NM_FOR_TARGET): New.
5048 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5049
5050 (all): Make all-host and all-target in parallel.
5051 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5052 that $$r and $$s are set before invoking a recursive make.
5053 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5054 ([+bootstrap-target+]): Inline most of the `all' target.
5055
2f3bdde7
BE
50562005-11-29 Ben Elliston <bje@au.ibm.com>
5057
5058 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5059 from the gcc build directory.
5060 * Makefile.in: Regenerate.
5061
a4b6c45a
BE
50622005-11-29 Ben Elliston <bje@au.ibm.com>
5063
5064 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5065 depend on all-libdecnumber.
5066 * configure.in (host_libs): Include libdecnumber.
5067 * Makefile.in: Regenerate.
5068 * configure: Likewise.
5069
473a74b9
BE
50702005-11-29 Ben Elliston <bje@au.ibm.com>
5071
5072 * libdecnumber: Import decNumber sources from the dfp-branch.
5073
b4623110
KJ
50742005-11-21 Kean Johnston <jkj@sco.com>
5075
5076 * config.sub, config.guess: Sync from upstream sources.
5077
67dc1785
BE
50782005-11-21 Ben Elliston <bje@au.ibm.com>
5079
5080 Import from Autoconf sources:
5081
5082 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5083 * config/move-if-change: Don't output "$2 is unchanged";
5084 suggested by Ben Elliston. Handle weird characters correctly.
5085
186abafe
AT
50862005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
5087
5088 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5089 to match upstream libtool for darwin.
5090
ef9db8d5
DJ
50912005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5092
5093 * Makefile.def: Remove gdb dependencies for gdbtk.
5094 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5095 (configure-gdb, install-gdb): New rules.
5096 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5097 * Makefile.in, configure: Regenerated.
5098
9c5141ab
JB
50992005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
5100
5101 * MAINTAINERS (Write After Approval): Add myself.
5102
4523d51b
EE
51032005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
5104
5105 * MAINTAINERS (Write After Approval): Add myself.
5106
086b011c
DN
51072005-10-24 Diego Novillo <dnovillo@redhat.com>
5108
5109 * MAINTAINERS (alias analysis): Add Daniel Berlin and
5110 Diego Novillo.
5111
e7c84bf8
PB
51122005-10-22 Paolo Bonzini <bonzini@gnu.org>
5113
5114 PR bootstrap/24297
5115 * Makefile.tpl (do-[+make-target+], do-check, install,
5116 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5117 are set before recursing.
5118 * Makefile.in: Regenerate.
5119
b88a7564
EB
51202005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5121
5122 PR bootstrap/18939
5123 * Makefile.def (gcc) <target>: Fix thinko.
5124 * Makefile.in: Regenerate.
5125
61efc800
BS
51262005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5127
5128 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5129 * configure: Regenerate.
5130
f53d2869
JZ
51312005-10-15 Jie Zhang <jie.zhang@analog.com>
5132
5133 * MAINTAINERS (Write After Approval): Add self.
5134
077fc835
KH
51352005-10-08 Kazu Hirata <kazu@codesourcery.com>
5136
5137 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5138 target-libffi, target-qthreads, target-libjava, and
5139 targetlibobjc.
5140 * configure: Regenerate.
5141
d739199a
DJ
51422005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5143
5144 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5145 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5146 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5147 (USUAL_OBJDUMP_FOR_TARGET): New.
5148 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5149 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 5150 * configure, Makefile.in: Regenerated.
d739199a 5151
db38c6bb
PB
51522005-10-05 Paolo Bonzini <bonzini@gnu.org>
5153
5154 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5155 before other host packages.
5156
3015564c
KK
51572005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
5158
5159 * MAINTAINERS: Add self as sh libraries/configury maintainer.
5160
1061f99e
PB
51612005-10-05 Paolo Bonzini <bonzini@gnu.org>
5162
5163 PR bootstrap/22340
5164
5165 * configure.in (default_target): Remove.
5166 * Makefile.tpl (all): Do not use prerequisites as subroutines
5167 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5168 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5169 use prerequisites as subroutines.
5170 (check-host, check-target): New.
5171 (bootstrap configure & all targets): Do not use stage*-start
5172 if the directory layout is already ok.
5173 (non-bootstrap configure & all targets): Prepend a $(unstage).
5174 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5175 (NOTPARALLEL): Remove.
5176 (unstage, stage variables): New variables.
5177 (unstage, stage targets): Simply expand to those variables.
5178
5179 * configure: Regenerate.
5180 * Makefile.in: Regenerate.
5181
4a9c436f
JW
51822005-10-04 James E Wilson <wilson@specifix.com>
5183
5184 * Makefile.def (lang_env_dependencies): Add libmudflap.
5185 * Makefile.in: Regenerate.
5186
37150080
AS
51872005-10-03 Andreas Schwab <schwab@suse.de>
5188
5189 Backport from libtool CVS:
5190 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
5191
5192 * ltmain.sh: add support for installing into temporary
5193 staging area (e.g. 'make install DESTDIR=...')
5194
39d16468
L
51952005-10-03 H.J. Lu <hongjiu.lu@intel.com>
5196
5197 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5198 * configure: Regenerated.
5199
72a7ab82
AP
52002005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
5201
5202 * configure: Regenerate with the correct
5203 autoconf version.
5204
6b65a26d
CM
52052005-09-30 Catherine Moore <clm@cm00re.com>
5206
5207 * configure.in (bfin-*-*): New.
5208 * configure: Regenerated.
5209
040b1c5a
GK
52102005-09-28 Geoffrey Keating <geoffk@apple.com>
5211
5212 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5213 (LIPO_FOR_TARGET): New.
5214 (CONFIGURED_LIPO_FOR_TARGET): New.
5215 (USUAL_LIPO_FOR_TARGET): New.
5216 (STRIP_FOR_TARGET): New.
5217 (CONFIGURED_STRIP_FOR_TARGET): New.
5218 (USUAL_STRIP_FOR_TARGET): New.
5219 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5220 STRIP_FOR_TARGET.
5221 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5222 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5223 * Makefile.in: Regenerate.
5224 * configure: Regenerate.
7e050830 5225
3a3c28db
DE
52262005-09-19 David Edelsohn <edelsohn@gnu.org>
5227
5228 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5229 (rs6000-*-aix*): Same.
5230 * configure: Regenerate.
5231
2749a921
TT
52322005-09-16 Tom Tromey <tromey@redhat.com>
5233
5234 * MAINTAINERS: Add self as java maintainer.
5235
7f26dfa3
FXC
52362005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5237
5238 * configure.in: Recognize f95 in the --enable-languages option,
5239 and substitute it for fortran, issuing a warning.
5240 * configure: Regenerate.
5241
d8852c4f
PE
52422005-08-30 Phil Edwards <phil@codesourcery.com>
5243
5244 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5245 * configure: Regenerated.
5246
ad685e81
AH
52472005-08-22 Aldy Hernandez <aldyh@redhat.com>
5248
5249 * MAINTAINERS: Add self as ms1 maintainer.
5250
b00d752c
RE
52512005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5252
5253 * Makefile.def (libssp): Add to lang_env_dependencies.
5254 * Makefile.in: Regenerate.
5255
9ed8fb9b
ILT
52562005-08-18 Ian Lance Taylor <ian@airs.com>
5257
5258 * MAINTAINERS: Add myself as middle-end maintainer.
5259
0f029d39
CG
52602005-08-17 Christian Groessler <chris@groessler.org>
5261
5262 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5263 * Makefile.in: Regenerate.
5264
81087874
AK
52652005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
5266
5267 * MAINTAINERS (write after approval): Added myself.
5268
6a134f1c
MR
52692005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
5270
5271 * MAINTAINERS (Write After Approval): Add myself.
5272
2693c0b0
PB
52732005-08-12 Paolo Bonzini <bonzini@gnu.org>
5274
5275 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5276 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5277 Look for alternate names of the target cc and c++
5278 * configure: Regenerate.
5279
4de997d1
PB
52802005-08-08 Paolo Bonzini <bonzini@gnu.org>
5281
5282 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5283 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5284 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5285 tools; remove code to manually set them.
5286 (Target tools): Look in the environment for them.
5287 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5288 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5289 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5290 build directory.
5291 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5292 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5293 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5294 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5295 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5296 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5297 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5298 * configure: Regenerate.
5299 * Makefile.in: Regenerate.
5300
b089e33a
BE
53012005-07-28 Ben Elliston <bje@au.ibm.com>
5302
5303 * MAINTAINERS: Update for removed CPU targets.
5304
e3791243
MM
53052005-07-27 Mark Mitchell <mark@codesourcery.com>
5306
5307 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 5308 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
5309 * Makefile.in: Regenerated.
5310
526635cb
MM
53112005-07-26 Mark Mitchell <mark@codesourcery.com>
5312
5313 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5314 (CFLAGS_FOR_TARGET): Use it.
5315 (CXXFLAGS_FOR_TARGET): Likewise.
5316 * Makefile.in: Regenerated.
5317 * configure.in (--with-build-sysroot): New option.
5318 * configure: Regenerated.
5319
19791f70
PB
53202005-07-24 Paolo Bonzini <bonzini@gnu.org>
5321
5322 * Makefile.tpl: Wrap install between unstage and stage
5323 * Makefile.in: Regenerate.
5324
35f5a23f
EC
53252005-07-21 Eric Christopher <echristo@apple.com>
5326
5327 * MAINTAINERS: Update affiliation.
5328
ff3ddf15
PW
53292005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
5330
5331 * MAINTAINERS: Add self as crx port maintainer.
5332
3a664c1c
DD
53332005-07-20 DJ Delorie <dj@redhat.com>
5334
5335 * MAINTAINERS: Add self as m32c maintainer.
5336
539df155
KC
53372005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5338
5339 * all files: Update FSF address.
5340
be9c593a
EC
53412005-07-15 Eric Christopher <echristo@redhat.com>
5342
5343 * MAINTAINERS: Change affiliation.
5344
fd7ea4ab
JB
53452005-07-14 Jim Blandy <jimb@redhat.com>
5346
5347 * configure.in: Add cases for Renesas m32c.
5348 * configure: Regenerated.
7e050830 5349
0063a823
KC
53502005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5351
d0ca130a
KC
5352 * COPYING.LIB: Update from fsf.org.
5353
53542005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5355
5356 * COPYING, compile, config.guess,
0063a823
KC
5357 config.sub, install-sh, missing, mkinstalldirs,
5358 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 5359 * config-ml.in: Update FSF address.
0063a823 5360
a8ba31f2
EC
53612005-07-13 Eric Christopher <echristo@redhat.com>
5362
5363 * configure.in: Add toplevel noconfigdir support for tpf.
5364 * configure: Regenerate.
5365
5bea4a03
PB
53662005-07-11 Paolo Bonzini <bonzini@gnu.org>
5367
5368 PR ada/22340
5369
5370 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5371 * Makefile.in: Regenerate.
5372
284bdbbd
MM
53732005-07-07 Mark Mitchell <mark@codesourcery.com>
5374
5375 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 5376 Brolley to write-after-approval.
284bdbbd 5377
452190fb
AS
53782005-07-07 Andreas Schwab <schwab@suse.de>
5379
5380 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5381 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5382 * Makefile.in: Regenerated.
5383
9c8f9ec2
GK
53842005-07-06 Geoffrey Keating <geoffk@apple.com>
5385
5386 * configure.in: Don't build sim or rda when targetting darwin.
5387 * configure: Regenerate.
5388
ef0087a7
KH
53892005-07-06 Kazu Hirata <kazu@codesourcery.com>
5390
5391 * configure.in: Add --enable-libssp and --disable-libssp.
5392 * configure: Regenerate with autoconf-2.13.
5393
77008252
JJ
53942005-07-02 Jakub Jelinek <jakub@redhat.com>
5395
5396 * Makefile.def (target_modules): Add libssp.
5397 * configure.in (target_libraries): Add target-libssp.
5398 * configure: Rebuilt.
5399 * Makefile.in: Rebuilt.
5400
a04eae1b
ZW
54012005-07-01 Zack Weinberg <zackw@panix.com>
5402
5403 * MAINTAINERS: Change email address. Resign from maintainership.
5404
948884cd
RG
54052005-07-01 Richard Guenther <rguenther@suse.de>
5406
5407 * MAINTAINERS: Change my e-mail address and affiliation.
5408
c7870f5d
PB
54092005-06-22 Paolo Bonzini <bonzini@gnu.org>
5410
5411 * Makefile.def (stagefeedback): Come after profile.
5412 Define profiledbootstrap target.
5413 * Makefile.tpl (profiledbootstrap): Remove.
5414 (stageprofile-end): Zap stagefeedback.
5415 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5416 * Makefile.in: Regenerate.
5417
ab99519a
RS
54182005-06-13 Richard Sandiford <richard@codesourcery.com>
5419
5420 * MAINTAINERS: Update my email address.
5421
f610dd5f
ZW
54222005-06-13 Zack Weinberg <zack@codesourcery.com>
5423
5424 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5425 In 'cpp' stanza, support '#line' as well as '# '.
5426
71bc2a83
AS
54272005-06-08 Andreas Schwab <schwab@suse.de>
5428
5429 * MAINTAINERS: Move myself from 'Write After Approval' to
5430 'CPU Port Maintainers' section as m68k maintainer.
5431
4fab7234
HPN
54322005-06-07 Hans-Peter Nilsson <hp@axis.com>
5433
5434 * configure.in (unsupported_languages): New macro.
5435 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5436 non-ported target libraries in noconfigdirs.
5437 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5438 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 5439 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
5440 unsupported_languages.
5441 * configure: Regenerate.
5442
68193f9b
TS
54432005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5444
5445 * configure.in: Fix typo in handling of --with-mpfr-dir.
5446 * configure: Regenerate.
5447
f26f6b8d
RS
54482005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
5449
5450 * MAINTAINERS: Update my email address.
5451
ba4853f8
JB
54522005-06-02 Jim Blandy <jimb@redhat.com>
5453
5454 * config.sub: Add cases for the Renesas m32c. (This patch has been
5455 accepted into the master sources.)
5456
79dd769c 54572005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
5458 Michael Snyder <msnyder@redhat.com>
5459 Stan Cox <scox@redhat.com>
79dd769c 5460
f610dd5f 5461 * configure.in: Set noconfigdirs for ms1.
79dd769c 5462
f610dd5f 5463 * configure: Regenerate.
79dd769c 5464
d29e107f
JD
54652005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
5466
5467 * MAINTAINERS (Write After Approval): Add self.
5468
e93196c3
JC
54692005-06-01 Josh Conner <jconner@apple.com>
5470
5471 * MAINTAINERS (Write After Approval): Add self.
5472
ae263c7a
KH
54732005-06-01 Kazu Hirata <kazu@codesourcery.com>
5474
5475 * MAINTAINERS: Update my email address.
5476
585b3aa3
ZM
54772005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
5478
5479 * MAINTAINERS (Write After Approval): Add self.
5480
4930c50b
CD
54812005-05-26 Chris Demetriou <cgd@broadcom.com>
5482
5483 * MAINTAINERS (Write After Approval): Remove self.
5484
2dfbef6d
PB
54852005-05-25 Paolo Bonzini <bonzini@gnu.org>
5486
5487 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5488 (Dependencies): Consider target modules for bootstrap dependencies.
5489 Make target bootstrap modules depend on each stage's gcc.
5490 * Makefile.in: Regenerate.
5491
bcb28cf5
PB
54922005-05-20 Paolo Bonzini <bonzini@gnu.org>
5493
5494 * Makefile.def (configure-gcc): Depend on binutils having been built.
5495 (all-gcc): No need to do it here.
5496 * Makefile.in: Regenerate.
5497
0cf085e4
PB
54982005-05-19 Paul Brook <paul@codesourcery.com>
5499
f610dd5f 5500 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
5501 language cannot be built.
5502 * configure: Regenerate.
5503
dfb2c39a
DJ
55042005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5505
5506 * ylwrap: Import from Automake 1.9.5.
5507
771aaa92
DU
55082005-05-13 David Ung <davidu@mips.com>
5509
5510 * MAINTAINERS (Write After Approval): Add self.
5511
3ac9bd58
MS
55122005-05-09 Mike Stump <mrs@apple.com>
5513
5514 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5515 lt_cv_sys_max_cmd_len for now.
f610dd5f 5516
f77a5578
SC
55172005-05-09 Stan Cox <scox@redhat.com>
5518
5519 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5520
795e36e5
MK
55212005-05-08 Matt Kraai <kraai@ftbfs.org>
5522
5523 * README.SCO: Update the URL.
5524
c9392a2b
DE
55252005-05-05 David Edelsohn <edelsohn@gnu.org>
5526
5527 * ltconfig: Define file_list_spec. Pass file_list_spec and
5528 with_gnu_ld to libtool.
5529 * ltcf-c.sh (aix[45]): Define file_list_spec.
5530 * ltcf-cxx.sh (aix[45]): Same.
5531 * ltcf-gcj.sh (aix[45]): Same.
5532 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5533 exists, write list of input files to temporary file.
5534
bebcd931
MS
55352005-05-04 Mike Stump <mrs@apple.com>
5536
5537 * configure.in: Always pass --target to target configures as
5538 otherwise rebuilds that do --recheck will fail.
5539 * confiugure: Rebuilt.
5540
ce406537
PB
55412005-05-04 Paolo Bonzini <bonzini@gnu.org>
5542
5543 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5544 STAGE_HOST_EXPORTS.
5545 (configure, all): Add bootstrap support.
5546 (Host modules, target modules): Pass post-stage1 flags and exports.
5547 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5548 * Makefile.in: Regenerate.
5549
aa9dcfc4
PB
55502005-04-29 Paolo Bonzini <bonzini@gnu.org>
5551
5552 * configure: Regenerate.
5553
b6f9abcf
MS
55542005-04-27 Mike Stump <mrs@apple.com>
5555
5556 * MAINTAINERS: Add self as darwin maintainer.
5557
acb217cb
BS
55582005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5559
5560 * config.sub: Update from master copy.
5561
b6dae270
MS
55622005-04-21 Mike Stump <mrs@apple.com>
5563
5564 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5565 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5566
c2e0d3a9
HPN
55672005-04-19 Hans-Peter Nilsson <hp@axis.com>
5568
5569 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5570 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5571 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5572 "*-*-elf" and "*-*-linux*".
5573 * configure: Regenerate.
5574
871ae772
JM
55752005-04-14 Joseph S. Myers <joseph@codesourcery.com>
5576
5577 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5578
bf070c29
MS
55792005-04-12 Mike Stump <mrs@apple.com>
5580
5581 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5582
e865b6f7
TK
55832005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
5584
5585 * MAINTAINERS (Write After Approval): Add myself.
5586
7b71ad7f
BS
55872005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
5588
5589 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5590
25b42232
PB
55912005-04-06 Paolo Bonzini <bonzini@gnu.org>
5592
f610dd5f 5593 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
5594 (TARGET_CONFIGARGS): Include --with-target-subdir.
5595 (configure, all): New macros. Use them throughout.
5596 * Makefile.in: Regenerate.
5597
d727c624
JG
55982005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
5599
5600 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 5601
fff72cc4
ZD
56022005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5603
5604 * MAINTAINERS: Remove 'loop unrolling' maintainer.
5605
86472dc3
GP
56062005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
5607
5608 * MAINTAINERS: Move John Carr to Write After Approval.
5609
dce2d8b2 56102005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
5611
5612 * config/mh-mingw32: Delete.
5613 * configure.in: Don't use it.
5614 * configure: Regenerate.
5615
33da42bc
PB
56162005-03-31 Paolo Bonzini <bonzini@gnu.org>
5617
5618 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5619 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 5620 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
5621 (HOST_LIB_PATH): Generate from Makefile.def.
5622 (TARGET_LIB_PATH): Likewise.
5623 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5624 * Makefile.in: Regenerate.
5625 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5626 (RPATH_ENVVAR): Include Darwin case.
5627 * configure: Regenerate.
5628
15cc1841
TF
56292005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
5630
5631 * MAINTAINERS (Various Maintainers): Remove self.
5632 (Write After Approval): Add self.
5633
6a8c79d5
TF
56342005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
5635
5636 * MAINTAINERS (Various Maintainers): Add self.
5637
256f7136
PB
56382005-03-25 Paolo Bonzini <bonzini@gnu.org>
5639
5640 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5641 * configure: Regenerate.
5642
191dd2c9
ZW
56432005-03-21 Zack Weinberg <zack@codesourcery.com>
5644
5645 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5646 gcc_version, and gcc_version_trigger from set of flags to pass.
5647 * Makefile.tpl: Remove definitions of above variables.
5648 (config.status): Remove dependency on $(gcc_version_trigger).
5649 * Makefile.in: Regenerate.
5650 * configure.in: Do not reference config/gcc-version.m4 nor
5651 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5652 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5653 * configure: Regenerate.
5654
ef6e9bc0 56552005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 5656 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
5657
5658 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5659 * Makefile.in: Regenerate.
5660
009bbd5a
FW
56612005-03-13 Feng Wang <fengwang@nudt.edu.cn>
5662
5663 * MAINTAINERS (Write After Approval): Add myself.
5664
09f8755b
DA
56652005-03-03 David Ayers <d.ayers@inode.at>
5666
5667 * MAINTAINERS (Write After Approval): Add myself.
5668
e73ed25c
AO
56692005-03-01 Alexandre Oliva <aoliva@redhat.com>
5670
5671 PR libgcj/20160
5672 * ltmain.sh: Avoid creating archives with components that have
5673 duplicate basenames.
5674
ace9ac7b
AP
56752005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5676
5677 PR bootstrap/20250
5678 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5679 instead of check.
5680 * Makefile.in: Regenerate.
5681
c9db9354
PB
56822005-02-28 Paolo Bonzini <bonzini@gnu.org>
5683
5684 * Makefile.in: Regenerate to fix conflict between the previous two
5685 patches.
5686
215c351a
PB
56872005-02-28 Paolo Bonzini <bonzini@gnu.org>
5688
5689 PR bootstrap/17383
5690 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5691 * Makefile.tpl (HOST_SUBDIR): New substitution.
5692 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5693 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5694 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5695 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5696 (Host modules, Bootstrapped modules): Use it.
5697 (Build modules, Target modules): Do not create symlink trees,
5698 always configure out-of-srcdir.
5699 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5700 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5701 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5702 $(HOST_SUBDIR). Create a symlink for host_subdir.
5703
5704 * Makefile.in: Regenerate.
5705 * configure: Regenerate.
5706
5395b47b
NN
57072005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5708
5709 Merged from libada-gnattools-branch:
5710 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5711
5712 * gnattools: New directory.
5713 * Makefile.def: Add gnattools as a module, depending on target-libada.
5714 * Makefile.in: Regenerate.
5715 * configure.in: Include gnattools in host_tools; disable it if ada
5716 is disabled.
5717 * configure: Regenerate.
5718
ca2cc05c
JM
57192005-02-24 James A. Morrison <phython@gcc.gnu.org>
5720
5721 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5722 treelang maintainer.
5723 (Write After Approval): Remove myself.
5724
d2f3024f
PS
57252005-02-23 Paul Schlie <schlie@comcast.net>
5726
5727 * configure.in: Allow darwin targeted ports to build tk, itcl and
5728 libgui.
5729 * configure: Regenerate.
5730
bba5e0ca
EB
57312005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5732
5733 PR libgcj/10353
5734 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5735 * configure: Regenerate.
5736
70132ce7
SK
57372005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
5738
5739 * MAINTAINERS (Write After Approval): Add myself.
5740
20f0edca
ILT
57412005-02-10 Ian Lance Taylor <ian@airs.com>
5742
5743 * MAINTAINERS: Update my e-mail address.
5744
e64e5109
RG
57452005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
5746
5747 * MAINTAINERS (Write After Approval): Add myself.
5748
40d64b5a
HPN
57492005-01-29 Hans-Peter Nilsson <hp@axis.com>
5750
5751 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5752 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5753 target-libgloss when not *-*-elf and *-*-aout.
5754 * configure: Regenerate.
5755
54a12711
KH
57562005-01-23 Kazu Hirata <kazu@cs.umass.edu>
5757
5758 * MAINTAINERS: Remove obsolete entries.
5759
0aa99dbb
KH
5760 * MAINTAINERS (Write After Approval): Add Michael Matz.
5761
2b009f5f
NB
57622005-01-19 Neil Booth <neil@daikokuya.co.uk>
5763
5764 * MAINTAINERS: Remove self as cpplib maintainer.
5765
385870f5
KC
57662005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5767
5768 * install-sh, config.sub: Import from upstream.
5769
e7daab31
KC
57702005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5771
5772 PR bootstrap/18222
5773 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5774 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5775 * Makefile.in: Regenerate.
5776
e6003f4d
JT
57772005-01-16 Jason Thorpe <thorpej@netbsd.org>
5778
5779 * MAINTAINERS: Update my email address.
5780
145e2972 57812005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 5782 Andreas Schwab <schwab@suse.de>
145e2972
DE
5783
5784 PR bootstrap/18033
5785 * config-ml.in: Eval option if surrounded by single quotes.
5786
86c7e0da
PB
57872005-01-03 Paolo Bonzini <bonzini@gnu.org>
5788
5789 Revert 2004-12-28 Makefile changes, a better fix will be
5790 applied to mainline and src after GCC 4.0 branches.
5791
3224a22f
PB
57922004-12-28 Paolo Bonzini <bonzini@gnu.org>
5793
5794 PR bootstrap/17383
5795
5796 * Makefile.def (target_modules): Remove stage parameter,
5797 it is always true now.
5798 * Makefile.tpl (configure-build-[+module+],
5799 configure-target-[+module+]): Always build symlink tree
5800 for the directory and for include. BUILD_SUBDIR and
5801 TARGET_SUBDIR cannot be . anymore.
5802 * Makefile.in: Regenerate.
5803
aaf51ca2
DE
58042004-12-25 David Edelsohn <edelsohn@gnu.org>
5805
5806 Revert 2004-12-08 Makefile changes.
5807
4e32e454
DS
58082004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
5809
5810 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5811 cygwin, mingw.
5812
669f01d8
AS
58132004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5814
5815 * configure.in (sh64-*-*): Reenable gprof.
5816 * configure: Regenerate.
5817
1b227ee0
DE
58182004-12-08 David Edelsohn <edelsohn@gnu.org>
5819
5820 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5821 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5822 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5823 * Makefile.in: Regenerate.
5824
ce5e944c
CF
58252004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
5826
5827 * MAINTAINERS: Update my email address.
5828
893f1e87
MK
58292004-12-07 Matt Kraai <kraai@ftbfs.org>
5830
5831 * Makefile.tpl: Generate normal dependencies if the LHS module is
5832 not bootstrapped.
5833 * Makefile.in: Regenerate.
5834
bb59c339
RS
58352004-12-03 Richard Sandiford <rsandifo@redhat.com>
5836
5837 * configure.in: Include config/gxx-include-dir.m4. Use
5838 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5839 * configure: Regenerate.
5840
4982adbe
RS
58412004-12-03 Richard Sandiford <rsandifo@redhat.com>
5842
5843 * config.if: Delete.
5844 * configure.in: Set libstdcxx_incdir directly.
5845 * configure: Regenerate.
5846
05750653
EC
58472004-12-02 Eric Christopher <echristo@redhat.com>
5848
5849 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5850 * Makefile.in: Regenerate.
5851
5fef1dbd
RS
58522004-12-02 Richard Sandiford <rsandifo@redhat.com>
5853
5854 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5855 * configure: Regenerate.
5856
afabd8e6
RS
58572004-12-02 Richard Sandiford <rsandifo@redhat.com>
5858
5859 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5860 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5861 * configure: Regenerate.
5862
78716e86
EC
58632004-12-01 Eric Christopher <echristo@redhat.com>
5864
5865 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5866 of things to remove.
5867
57ab8ba9
MK
58682004-11-29 Matt Kraai <kraai@ftbfs.org>
5869
5870 * MAINTAINERS (Write After Approval): Update my e-mail address.
5871
2539bffe
KC
58722004-11-29 Kelley Cook <kcook@gcc.gnu.org>
5873
5874 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5875 from CVS libtool to always pass_all.
5876
3e732ba0
JDA
58772004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5878
5879 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5880 (hppa*64*-*-*): Delete incorrect comment.
5881 * configure: Rebuilt.
5882
767f726e
KC
58832004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5884
5885 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5886
2c92e90f
KC
58872004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5888
5889 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5890 from CVS libtool to always pass_all.
5891
32f84e48
KC
58922004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5893
5894 * install-sh, compile: Import from automake.
5895
9587be8a
KC
58962004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5897
5898 * config.guess, config.sub: Import from savannnah.
5899
04e81808 59002004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
5901
5902 * MAINTAINERS (Write After Approval): Add myself
5903
f87a2b2e
MS
59042004-11-12 Mike Stump <mrs@apple.com>
5905
5906 * Makefile.def: Add html support.
5907 * Makefile.tpl: Likewise.
5908 * Makefile.in: Regenerate.
5909
848556c2
GK
59102004-11-11 Geoffrey Keating <geoffk@apple.com>
5911
556f03c4
GK
5912 PR 18423
5913 * configure.in: Remove all instances of build-fixincludes from
5914 noconfigdirs.
5915 (build_configargs): Supply --target to subdirectories.
5916 * configure: Regenerate.
5917
848556c2
GK
5918 * Makefile.def: Make gcc install depend on fixincludes install.
5919 * Makefile.in: Regenerate.
5920
9e5712a5
JJ
59212004-11-10 Janis Johnson <janis187@us.ibm.com>
5922
5923 * MAINTAINERS: Add myself as gcc testsuite maintainer.
5924
4ef509c0
PB
59252004-11-11 Paul Brook <paul@codesourcery.com>
5926
5927 * MAINTAINERS: Add self as arm maintainer. Update email address.
5928
20d11df6
HPN
59292004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5930
5931 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5932 target-libgfortran.
79fd8592 5933 * configure: Regenerate.
20d11df6 5934
68c70f15
DE
59352004-11-07 David Edelsohn <edelsohn@gnu.org>
5936
5937 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5938 like CC.
5939
54f88091
PB
59402004-11-05 Paolo Bonzini <bonzini@gnu.org>
5941
5942 * Makefile.def (host fixincludes): Specify missing targets.
5943 * Makefile.in: Regenerate.
5944
6866abb8
RC
59452004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
5946
5947 * MAINTAINERS: Add myself
5948
83f62578
GL
59492004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
5950
5951 * MAINTAINERS (Write After Approval): Add myself.
5952
53c7ffe7
GK
59532004-11-04 Geoffrey Keating <geoffk@apple.com>
5954
5955 * Makefile.def: Build fixincludes for the host, too.
5956 * Makefile.in: Regenerate.
5957 * configure.in (host_tools): Add fixincludes.
5958 * configure: Regenerate.
5959
ac8b3d9d
DJ
59602004-11-04 Daniel Jacobowitz <dan@debian.org>
5961
5962 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5963 * configure: Regenerated.
5964
bab37580
L
59652004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5966
5967 PR other/17783
5968 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5969 * configure: Regenerated.
5970
db1de713
MM
59712004-10-31 Mark Mitchell <mark@codesourcery.com>
5972
5973 * README.SCO: Update per FSF instructions.
5974
a827e21a
EW
59752004-10-28 Eric B. Weddington <ericw@evcohs.com>
5976
5977 PR target/18151
5978 * configure.in (case ${target}): Do not build fixincludes for avr.
5979 * configure: Regenerated.
5980
9d069a4f
PB
59812004-10-26 Paolo Bonzini <bonzini@gnu.org>
5982
5983 * configure.in (case ${target}): Do not build fixincludes
5984 on platforms where it is not used.
5985 * configure: Regenerated.
5986
fc45f3fe
DJ
59872004-10-23 Daniel Jacobowitz <dan@debian.org>
5988
5989 * configure.in: Use an absolute path to install-sh.
5990 * configure: Regenerated.
5991
36554b92
AL
59922004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5993
5994 * MAINTAINERS (Write After Approval): Add myself.
5995
88e9994a
KH
59962004-10-19 Kazu Hirata <kazu@cs.umass.edu>
5997
5998 * MAINTAINERS: Remove from Write After Approval those that are
5999 already maintainers.
6000
ad02a944
SP
60012004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
6002
6003 * MAINTAINERS: Update my email address.
6004
c8e6cd41
KC
60052004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6006
6007 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6008 * configure: Regenerate.
6009
dce2d8b2 60102004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
6011
6012 * MAINTAINERS: Update my email address.
6013
a8b0957e
KH
60142004-10-07 Kazu Hirata <kazu@cs.umass.edu>
6015
6016 * MAINTAINERS (Language Front Ends Maintainers): New. Move
6017 entries belonging to this category.
6018
96836f61
JZ
60192004-10-06 Josef Zlomek <josef.zlomek@email.cz>
6020
6021 * MAINTAINERS: Update my e-mail address.
6022
7e0b5752
PB
60232004-10-06 Paolo Bonzini <bonzini@gnu.org>
6024
6025 Fix wrong conflict resolution in:
6026
6027 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6028
6029 * Makefile.in: Regenerate.
6030 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6031 in the recursive `make', instead of hardwiring `all'.
6032 (Autogenerated TARGET-* variables): New.
6033
370f7a47
TL
60342004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6035
6036 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 6037 * configure: Regenerate.
370f7a47 6038
13e5d623
KH
60392004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6040
6041 * MAINTAINERS (Various Maintainers): Move the "windows,
6042 cygwin, mingw" maintainer to ...
6043 (OS Port Maintainers): ... here.
6044
a6497c1b
KH
60452004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6046
6047 * MAINTAINERS (Write After Approval): Remove those that are
6048 maintainers of some subsystem.
6049
1abb828a
D
60502004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6051
6052 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6053 * ltcf-cxx.sh (tpf*): Likewise.
6054 * ltconfig (tpf*): Add TPF OS configuration support.
6055
16d1338d
BS
60562004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
6057
6058 * MAINTAINERS: Change my email address to my new work account.
6059
9082a750
MR
60602004-09-24 Michael Roth <mroth@nessie.de>
6061
6062 * configure.in (--without-headers): Add missing double quotes.
6063 * configure: Regenerate.
6064
dce2d8b2 60652004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
6066
6067 * ylwrap: Revert to previous version.
6068
4c4a5bbc
L
60692004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6070
6071 PR bootstrap/17369
6072 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6073 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6074 SET_GCC_LIB_PATH_CMD.
6075 (BASE_TARGET_EXPORTS): Likewise.
6076 * Makefile.in: Regenerated.
6077
6078 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6079 * configure: Regenerated.
6080
85f59630
KC
60812004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6082
6083 * config.guess: New upstream version
6084 * compile, depcomp, install-sh, ylwrap: Likewise.
6085
95c53c62
RS
60862004-09-19 Roger Sayle <roger@eyesopen.com>
6087
6088 * config/mh-x86omitfp: New host makefile fragment. Add
6089 -fomit-frame-pointer to the default BOOT_CFLAGS.
6090 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6091 * configure: Regenerate.
6092
0a1c093b
AP
60932004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6094
6095 PR target/11572
6096 * configure.in (*-*-darwin*): Renable libobjc.
6097 * configure: Regenerate.
6098
315fcf97
NS
60992004-09-10 Nathan Sidwell <nathan@codesourcery.com>
6100
6101 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6102
0a050485 61032004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 6104
0a050485
DB
6105 * Makefile.def: Remove libbanshee.
6106 * Makefile.tpl: Ditto.
6107 * configure.in: Ditto.
6108 * Makefile.in: Regen.
6109 * configure: Ditto.
6110
5f4a098e
DE
61112004-09-08 David Edelsohn <edelsohn@gnu.org>
6112
6113 * ltmain.sh: Use $pic_object as $non_pic_object if
6114 $non_pic_object=none.
6115
32b2511f
PB
61162004-09-07 Paolo Bonzini <bonzini@gnu.org>
6117
6118 * missing: Import latest version from master repository.
6119
fc4d0e82
NC
61202004-09-06 Nick Clifton <nickc@redhat.com>
6121
6122 * config.sub: Import latest version from master repository.
6123 * config.guess: Likewise.
6124 This includes these changes:
78716e86 6125
fc4d0e82
NC
6126 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6127
6128 * config.sub: Handle crisv32, alias etraxfs.
6129 * config.guess (crisv32:Linux:*:*): Handle.
6130
6131 2004-08-13 Brad Smith <brad@comstyle.com>
6132
6133 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6134 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6135
6136 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6137
6138 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6139 assume the processor is a powerpc. This is because coreutils
6140 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6141 in this case, due to a MacOS X bug that causes
6142 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6143 to return a negative number.
6144 Problem reported by Petter Reinholdtsen in:
6145 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6146
6147 2004-07-19 Ben Elliston <bje@gnu.org>
6148
6149 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6150
6151 2004-06-24 Ben Elliston <bje@gnu.org>
6152
6153 * config.guess: Update copyright years.
6154 * config.sub: Likewise.
6155
6156 2004-06-22 Robert Millan <robertmh@gnu.org>
6157
6158 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6159 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6160
6161 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6162
6163 * config.guess (*:*VMS:*:*): New entry. Replaces
6164 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6165 manufacturer.
6166
6167 2004-06-22 Ben Elliston <bje@gnu.org>
6168
6169 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6170 * config.sub: Likewise.
6171
6172 2004-06-22 Ben Elliston <bje@gnu.org>
6173
6174 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6175 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6176
6177 2004-06-11 Ben Elliston <bje@gnu.org>
6178
6179 * config.guess (pegasos:OpenBSD:*:*): Remove.
6180
6181 2004-06-11 Ben Elliston <bje@gnu.org>
6182
6183 From Wouter Verhelst <wouter@grep.be>:
6184 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6185
6186 2004-06-11 Ben Elliston <bje@gnu.org>
6187
6188 * config.guess (luna88k:OpenBSD:*:*): New.
6189
6190 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6191
6192 * config.guess (m32r*:Linux:*:*): New case.
6193 * config.sub: Handle m32rle.
6194
6195 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6196
6197 From Jens Petersen <petersen@redhat.com>:
6198 * config.sub: Handle sparcv8.
6199
6200 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6201
6202 From Tom Smith <smith@cag.lkg.hp.com>:
6203 * config.guess: Version suffixes are equally significant on Tru64
6204 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6205 prefix of "P" (patched kernel).
6206
6207 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6208
6209 * config.sub: Add support for National Semiconductor CRX target.
6210
2f4cc6bf
JJ
62112004-09-03 Janis Johnson <janis187@us.ibm.com>
6212
6213 * MAINTAINERS (Various Maintainers): Remove myself as web page
6214 maintainer, add myself as maintainer of build status lists.
6215
61fec9ff
JB
62162004-09-03 Jan Beulich <jbeulich@novell.com>
6217
6218 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6219 *-*-netware, but add target-libmudflap.
6220 Consolidate *-*-netware targets (of which really only i?86 exists)
6221 into a single entry.
6222 * configure: Likewise.
6223
45f366ab
PB
62242004-09-01 Paolo Bonzini <bonzini@gnu.org>
6225
6226 * Makefile.tpl (sorry): Remove.
6227 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6228 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6229 (do-clean): Clean per-stage directories too.
6230 (do-distclean): Run distclean-stage1 too.
6231 (.NOTPARALLEL): Enable during toplevel bootstrap.
6232 (stage[+id+]-bubble): Enable parallel execution during
6233 the recursive invocation.
6234 * Makefile.in: Regenerate.
6235
6236 Fix previous checkin:
6237
6238 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6239 include.
6240 * configure.in: Fix indentation.
6241 * configure: Regenerate.
6242
dce2d8b2 62432004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 6244
45f366ab
PB
6245 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6246 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6247 * configure: regenerate
78716e86 6248 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 6249 -mdynamic-no-pic
be8fff81 6250
71b5d516
PB
62512004-08-31 Paolo Bonzini <bonzini@gnu.org>
6252
6253 * Makefile.def (build_modules): Add fixincludes.
6254 (dependencies): Make gcc depend on fixincludes.
6255 * configure.in (build_tools): Add fixincludes.
6256 (build_configdirs): Always include build_libs.
6257 * Makefile.in: Regenerate.
6258 * configure: Regenerate.
6259
62602004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
6261
6262 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6263 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6264 phony targets; do not generate timestamp files.
6265 (distclean-stageN): Remove references to their timestamp files.
6266 (restageN, touch-stageN): Remove.
6267 (stageN-bubble): Rewritten.
6268 (compare): Support lean bootstraps.
6269 * Makefile.in: Regenerate.
6270
6271 * configure.in: Only warn when bootstrapping but
6272 build != host or build != target. Support lean bootstraps.
6273 * configure: Regenerate.
6274
ce7cbbb0
PE
62752004-08-26 Phil Edwards <phil@codesourcery.com>
6276
6277 * configure.in: Give a better error message if GMP/MPFR are missing
6278 and a language needing them has been requested.
6279 * configure: Regenerated.
6280
9c71a529
PE
62812004-08-25 Phil Edwards <phil@codesourcery.com>
6282
6283 * configure.in: Print a list of available language front-ends if
6284 a requested one is missing. Tidy stray tab characters.
6285 * configure: Regenerated.
6286
e3f92d3b
MK
62872004-08-19 Michael Koch <konqueror@gmx.de>
6288
6289 * gcc/doc/install.texi: Update entry about automake for libjava.
6290
c3f84f61
RM
62912004-08-17 Robert Millan <robertmh@gnu.org>
6292
6293 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6294 (instead of FreeBSD).
6295 * configure: Regenerate.
6296
7c27e184
PB
62972004-08-16 Paolo Bonzini <bonzini@gnu.org>
6298
6299 * Makefile.in: Regenerate.
6300 * configure: Regenerate.
6301
6302 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6303 stage_*_flags.
6304 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6305 for bootstrapped modules if toplevel bootstrap is going.
6306 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6307 modules. Adjust for changes in Makefile.def. Enable several
6308 rules even in non-bootstrap mode, just to avoid peppering the
6309 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6310 (stage-[+prev+]-bubble): Remove.
6311
6312 * Makefile.def (Dependencies): Depend on all-build-bison,
6313 all-build-flex, all-build-byacc, all-build-texinfo, rather
6314 than the host variations.
6315 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6316 with BUILD_SUBDIR.
6317 (BISON): Update for recent Bisons.
6318 (YACC): Fix typo.
6319 (cross): Depend on all-build.
6320 (all): Do not depend on all-build.
6321 (prebootstrap): Remove.
6322 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6323 (Prebootstrap dependencies): Add them to the per-stage targets
6324 and to all-prebootstrap.
6325 * configure.in (build_configdirs): Always enable build_tools.
6326 (BUILD_DIR_PREFIX): Remove.
6327
6328 * Makefile.def (gcc): Add target variable.
6329 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6330 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6331 in the recursive `make', instead of hardwiring `all'.
6332 (Autogenerated TARGET-* variables): New.
6333
20f3bb80
BB
63342004-08-13 Brian Booth <bbooth@redhat.com>
6335
6336 * MAINTAINERS: Remove myself from write-after-approval.
6337
b5be499d
NN
63382004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6339
6340 * src-release: Stop distributing mmalloc with gdb (which doesn't
6341 use it).
6342 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6343 * Makefile.in: Regenerate.
6344
b3f8d95d
MM
63452004-08-09 Mark Mitchell <mark@codesourcery.com>
6346
6347 * configure.in (arm*-*-eabi*): New target.
6348 * configure: Regenerate.
6349
3589b69e
PB
63502004-08-06 Paolo Bonzini <bonzini@gnu.org>
6351
6352 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6353 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6354 (Dependencies): New section.
6355 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6356 (configure-target-[+module+]): Depend on maybe-all-gcc
6357 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6358 (toplevel profiledbootstrap): Fix dependencies.
6359 * Makefile.in: Regenerate.
6360
972974fc
MM
63612004-08-03 Mark Mitchell <mark@codesourcery.com>
6362
6363 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6364 target-libiberty to noconfigdirs.
6365 * configure: Regenerate.
6366
bebf829d
PB
63672004-08-03 Paul Brook <paul@codesourcery.com>
6368
6369 * configure.in: Check for MPFR as well as GMP.
6370 * configure: Regenerate.
6371
98a5bb3b
RM
63722004-08-01 Robert Millan <robertmh@gnu.org>
6373
6374 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6375 libmudflap for all GNU-based systems (with Glibc).
6376 * configure: Regenerate.
6377
dce2d8b2 63782004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
6379
6380 * Makefile.def (host-modules): Add gcc.
6381 * Makefile.in: Regenerate.
6382 * Makefile.tpl (sorry): New rule.
6383 (configure-host, all-host, [+make_target+]-host, do-check,
6384 install-host): Do not add gcc as a special case.
6385 (host modules): Add a small special-casing for gcc. Export
6386 extra_make_flags through the environment.
6387 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6388 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6389 other recursive targets for gcc): Remove.
6390
6391 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6392 (stage, unstage): New rules.
6393 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6394 distclean-stage[+id+]): Use stage_current.
6395 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6396 the stage*-start rules.
6397
aeb732c1
GK
63982004-08-02 Geoffrey Keating <geoffk@apple.com>
6399
6400 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6401 use -all_load flag.
6402
25b656e7
PB
64032004-08-02 Paolo Bonzini <bonzini@gnu.org>
6404
6405 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6406 * configure: Regenerate.
6407
cc440d71
TM
64082004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
6409
6410 * maintainer-scripts/gcc_release: Revert yesterday's change.
6411
270e140b
SB
64122004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
6413
6414 * MAINTAINERS: Add myself to write-after-approval.
6415
3e4035f8
TM
64162004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
6417
6418 * libf2c: Removed.
6419 * gcc/gccbug.in: Updated because of libf2c removal.
6420 * maintainer-scripts/gcc_release: Ditto.
6421
dce2d8b2 64222004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
6423
6424 * configure.in: Build libmudflap by default on FreeBSD.
6425 * configure: Regenerated.
6426
dfcada9a
MM
64272004-07-09 Mark Mitchell <mark@codesourcery.com>
6428
6429 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6430 systems.
6431 * configure: Regenerated.
6432
dce2d8b2 64332004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
6434
6435 PR target/16344
6436 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6437 feedback based compiler.
6438 * Makefile.in: Rebuilt.
6439
95bcca47
AO
64402004-07-08 Alexandre Oliva <aoliva@redhat.com>
6441
6442 * Makefile.def (host_modules): Set bootstrap=true for flex.
6443 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6444 * Makefile.in: Rebuilt.
6445
051822f6
JH
64462004-07-07 Jan Hubicka <jh@suse.cz>
6447
6448 * MAINTAINERS: Add self as a profile feedback maintainer.
6449
7b61653a
PE
64502004-07-05 Phil Edwards <phil@codesourcery.com>
6451
6452 * configure.in: Do not prepend $srcdir to /dev/null in
6453 makefile fragments.
6454 * configure: Regenerate.
6455
23f6b2f9
PB
64562004-07-01 Paolo Bonzini <bonzini@gnu.org>
6457
6458 * Makefile.def (build_modules): Add bison, byacc, flex,
6459 m4, texinfo.
6460 (flags_to_pass): Add FLEX.
6461 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6462 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6463 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6464 DEFAULT_MAKEINFO): Remove.
6465 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6466 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6467 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6468 objdir or else use configured tool.
6469 (all-build): New.
6470 (all): Depend on it.
6471 (Build module dependencies): Add.
6472 * Makefile.in: Regenerate.
6473 * configure.in: Better support for multiple build modules,
6474 matching what is done for host/target modules. Do not look
6475 for "plausible" locations of build tools if Canadian cross.
6476 Use autoconf's AC_PROG_CC to find a C compiler. Define
6477 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6478 * configure: Regenerate.
78716e86 6479
1c020272
PB
64802004-06-22 Paolo Bonzini <bonzini@gnu.org>
6481
6482 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6483 * Makefile.in: Regenerate.
6484
a52a0a7f
PB
64852004-06-22 Paolo Bonzini <bonzini@gnu.org>
6486
6487 * Makefile.tpl (configure-build-[+module+],
6488 configure-[+module+], configure-target-[+module+]): Pass
6489 [+extra_configure_args+].
6490 (all-build-[+module+], all-[+module+], check-[+module+],
6491 install-[+module+], [+make_target+]-[+module+],
6492 all-target-[+module+], check-target-[+module+],
6493 install-target-[+module+], [+make_target+]-target-[+module+]):
6494 Pass [+extra_make_args+].
6495 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6496 (GCC_HOST_EXPORTS): Remove.
6497 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6498 cross, check-gcc, check-gcc-c++, install-gcc,
6499 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6500 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6501 * Makefile.in: Regenerate.
6502
ccde3f1a
MS
65032004-06-21 Matthew Sachs <msachs@apple.com>
6504
6505 * MAINTAINERS: Added self to write-after-approval.
6506
6264b0a6
CF
65072004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6508
6509 * configure.in: Check for srcdir/winsup rather than build directory
6510 winsup.
6511 * configure: Regenerate.
6512
801e2270
CV
65132004-06-17 Corinna Vinschen <vinschen@redhat.com>
6514
6515 * configure.in: Don't build Cygwin native newlib if winsup
6516 directory is missing. Emit warning instead.
6517 * configure: Regenerate.
6518
ad6717df
PB
65192004-06-09 Paolo Bonzini <bonzini@gnu.org>
6520
6521 * Makefile.tpl (touch-stage[+id+]): New.
6522 (restage[+prev+]): Depend on touch-stage[+id+].
6523
6524 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6525 Use it throughout.
6526
6527 * Makefile.def: Add profile and feedback bootstrap stages.
6528 Remove next field from bootstrap stages.
6529 * Makefile.tpl (LN, LN_S): Substitute.
6530 (stageN-start, stageN-end): Use double-colon rules, to
6531 provide a hook for additional setup commands.
6532 (distclean-stageN-gcc, restageN): Create dependencies from
6533 [+prev+], not from [+next+].
6534 (stageN-bubble): Add commands for successive stages from
6535 [+prev+], using double-colon rules.
6536 (all-stageN-gcc): Fix typo.
6537 (stagefeedback-start, profiledbootstrap): New.
6538 * Makefile.in: Regenerate.
6539 * configure.in: Call ACX_PROG_LN.
6540 * configure: Regenerate.
6541
5bbb9680
CY
65422004-06-08 Canqun Yang <canqun@nudt.edu.cn>
6543
6544 * MAINTAINERS (Write After Approval): Add myself.
6545
e18be1d4
MA
65462004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
6547
6548 * MAINTAINERS (Write After Approval): Add myself.
6549
5607edfd
PB
65502004-06-03 Paolo Bonzini <bonzini@gnu.org>
6551
6552 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6553 without gcc.
6554 * configure: Regenerate.
6555
1ec4e9c3
PB
65562004-06-01 Paolo Bonzini <bonzini@gnu.org>
6557
6558 * Makefile.tpl: Fix typo.
6559 * Makefile.in: Regenerate.
6560
dce2d8b2 65612004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
6562
6563 * configure.in: Remove new- prefix from toplevel
6564 bootstrap targets.
6565 * configure: Regenerate.
6566
f516a7da
PB
65672004-06-01 Paolo Bonzini <bonzini@gnu.org>
6568
6569 * Makefile.tpl (all.normal): Rename to all.
6570 (all): Replace with a rule to pick the default
6571 target from configure.
6572 (all-gcc, configure-gcc): Use conditionals to
6573 do nothing when toplevel bootstrap is going on.
6574 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6575 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6576 * configure.in: Support --enable-bootstrap.
6577
6578 * Makefile.def: Remove new- prefix from toplevel
6579 bootstrap targets.
6580 * Makefile.tpl: Likewise.
6581
6582 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6583 target.
6584
6585 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6586 $(RECURSE_FLAGS) to recursive invocation of make.
6587
6588 * Makefile.in: Regenerate.
6589 * configure: Regenerate.
6590
78dd5e36 65912004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 6592 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
6593
6594 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6595 like CC.
6596
30f1bddc
DJ
65972004-05-27 Daniel Jacobowitz <dan@debian.org>
6598
6599 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6600 * configure: Regenerate.
6601
4fc4dd12
DJ
66022004-05-25 Daniel Jacobowitz <drow@false.org>
6603
6604 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6605 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6606 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6607 targets.
6608 * Makefile.in: Regenerate.
6609
dce2d8b2 66102004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
6611
6612 * configure.in: Test the ability to symlink directories.
6613 * configure: Regenerate.
6614
6615 * Makefile.def (bootstrap-stage): New definitions.
6616 * Makefile.tpl (configure-stage1-gcc,
6617 configure-stage2-gcc, configure-stage3-gcc,
6618 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6619 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6620 new-restage3, compare): Autogenerate, see Makefile.in
6621 entry for behavioral changes.
6622 (distclean-stage1, new-stage1-start, new-stage1-end,
6623 new-stage1-bubble, distclean-stage2, new-stage2-start,
6624 new-stage2-end, new-stage2-bubble, distclean-stage3,
6625 new-stage3-start, new-stage3-end): New autogenerated targets.
6626 (objext, prebootstrap, BOOT_CFLAGS,
6627 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6628 targets.
6629
6630 * Makefile.in: Regenerate.
6631 (distclean-stage1, new-stage1-start, new-stage1-end,
6632 new-stage1-bubble, distclean-stage2, new-stage2-start,
6633 new-stage2-end, new-stage2-bubble, distclean-stage3,
6634 new-stage3-start, new-stage3-end): New targets.
6635 (all-stage1-gcc): Move prebootstrap dependency from here...
6636 (configure-stage1-gcc): ...to here.
6637 (new-bootstrap): Use bubble targets.
6638 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6639 Use per-stage distclean targets.
6640 (configure-stage1-gcc, configure-stage2-gcc,
6641 configure-stage3-gcc, all-stage1-gcc,
6642 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6643 Use new-stageN-start to prepare the tree.
6644
4f4e53dd
PB
66452004-05-23 Paolo Bonzini <bonzini@gnu.org>
6646
6647 * Makefile.def (host_modules): add libcpp.
6648 * Makefile.tpl: Add dependencies on and for libcpp.
6649 * Makefile.in: Regenerate.
6650 * configure.in: Add libcpp host module.
6651 * configure: Regenerate.
6652
60975492
PB
66532004-05-21 Paolo Bonzini <bonzini@gnu.org>
6654
6655 * Makefile.tpl: Whenever a recursive target is defined, wrap
6656 it in a special @if/@endif block, and prepare its maybe
6657 dependency in the @if/@endif block
6658 * configure.in: Instead of writing maybe dependencies, remove
6659 the @if/@endif statements, and remove the @if/@endif blocks
6660 that remain.
6661 * configure: Regenerate.
6662 * Makefile.in: Regenerate.
6663
5ce7d75d
JJ
66642004-05-20 Janis Johnson <janis187@us.ibm.com>
6665
6666 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6667
c779c42f
KK
66682004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
6669
6670 PR bootstrap/15120
6671 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6672 * */configure: Rebuilt.
6673
b4117c30
ZW
66742004-05-17 Zack Weinberg <zack@codesourcery.com>
6675
6676 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6677 of libf2c.
6678 * configure, Makefile.in: Regenerate.
6679
719bb4e3 66802004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
6681
6682 * MAINTAINERS (Write After Approval): Add myself.
6683
6de9cd9a
DN
66842004-05-13 Diego Novillo <dnovillo@redhat.com>
6685
6686 Merge from tree-ssa-20020619-branch.
6687
6688 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6689 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6690 (HOST_GMPLIBS): Define.
6691 (HOST_GMPINC): Define.
6692 (TARGET_LIB_PATH): Add libmudflap.
6693 (GFORTRAN_FOR_TARGET): Define.
6694 (configure-build*): Export GFORTRAN.
6695 (configure-gcc): Export GMPLIBS and GMPINC.
6696 (all-gcc): Add maybe-all-libbanshee.
6697 (configure-target-libgfortran): Define.
6698 * Makefile.in: Regenerate.
6699 * configure.in (host_libs): Add libbanshee.
6700 (target_libraries): Add target-libmudflap and target-libgfortran.
6701 Add --with-libbanshee.
6702 Handle --disable-libmudflap.
6703 (*-*-freebsd*): Use with_gmp.
6704 Add $(libgcj) to noconfigdirs.
6705 * configure: Regenerate.
6706 * depcomp: New file.
6707 * MAINTAINERS: Add tree-ssa maintainers.
6708
8f1b790f
VM
67092004-05-04 Vladimir Makarov <vmakarov@redhat.com>
6710
b4117c30 6711 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 6712
693446fc
BF
67132004-04-30 Brian Ford <ford@vss.fsi.com>
6714
b4117c30 6715 * MAINTAINERS (Write After Approval): Add myself.
693446fc 6716
d1bb666c
UB
67172004-04-29 Uros Bizjak <uros@kss-loka.si>
6718
b4117c30 6719 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 6720
6cf1ac42
PB
67212004-04-28 Paolo Bonzini <bonzini@gnu.org>
6722
6723 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6724 * configure: Regenerate.
6725
632933d5
PB
67262004-04-27 Paolo Bonzini <bonzini@gnu.org>
6727
6728 Revert:
6729 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6730
6731 * Makefile.def (flags_to_pass): Remove *dir variables that
6732 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6733 as well as prefix and exec_prefix.
6734 * Makefile.in: Regenerate.
6735
80dc6aa0
RM
67362004-04-26 Robert Millan <robertmh@gnu.org>
6737
6738 Add patches from libtool CVS.
6739 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6740 * ltconfig: Likewise.
6741 * ltcf-c.sh: Likewise.
6742 * ltcf-cxx.sh: Likewise.
6743 * ltcf-gcj.sh: Likewise.
6744
e11283f1
PB
67452004-04-26 Paolo Bonzini <bonzini@gnu.org>
6746
6747 * Makefile.def (host_modules): Mark with the bootstrap
6748 flag packages on which gcc depends.
6749 * Makefile.tpl (all-bootstrap): Use it.
6750 * Makefile.in: Regenerate.
6751
8546950c
PB
67522004-04-26 Paolo Bonzini <bonzini@gnu.org>
6753
6754 * Makefile.def (flags_to_pass): Remove *dir variables that
6755 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6756 as well as prefix and exec_prefix.
6757 * Makefile.in: Regenerate.
6758
a76494aa
PB
67592004-04-26 Paolo Bonzini <bonzini@gnu.org>
6760
b4117c30
ZW
6761 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6762 * configure: Regenerate.
6763 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6764 * gcc/Makefile.tpl (compare): Use the result of the test.
6765 * gcc/Makefile.in: Regenerate.
a76494aa 6766
03a91701
PB
67672004-04-23 Paolo Bonzini <bonzini@gnu.org>
6768
6769 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6770 Always relocate gcc and prev-gcc to the original names, even
6771 if the build fails.
6772 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6773 New targets.
6774
082a6351
LG
67752004-04-23 Laurent GUERBY <laurent@guerby.net>
6776
6777 * MAINTAINERS: Update my email address.
b4117c30 6778
1f1d584b
RO
67792004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6780
6781 * configure.in (mips*-*-irix5*): Enable ld.
6782 * configure: Regenerate.
082a6351 6783
1db673ca
RO
67842004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6785
6786 * configure: Regenerate.
6787
ce4ea44e
JW
67882004-04-15 James E Wilson <wilson@specifixinc.com>
6789
6790 * Makefile.tpl (configure-[+module+], configure-gcc,
6791 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6792 Set and export LDFLAGS.
6793 * Makefile.in: Regenerate.
6794
611f62ad
MC
67952004-04-12 Michael Chastain <mec.gnu@mindspring.com>
6796
b4117c30 6797 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 6798
be912515
NN
67992004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6800
6801 PR bootstrap/14871
6802 * Makefile.tpl: If we don't have built-in-tree target tools,
6803 use the ones found by configure rather than hacking around with
6804 program_transform_name.
6805 * configure.in: Give Makefile.tpl the information necessary
6806 to do that.
6807 * Makefile.in: Regenerate.
6808 * configure: Regenerate.
6809
9104315a
NN
68102004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6811
6812 PR bootstrap/14760
6813 * configure.in: When computing baseargs, strip *all* copies of
6814 offending options. Also, don't match/substitute the trailing space,
6815 so that this actually works when two similar options are separated by
6816 only one space.
6817 * configure: Regenerate.
6818
bef1d700
DE
68192004-04-06 David Edelsohn <edelsohn@gnu.org>
6820
b4117c30
ZW
6821 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6822 (rs6000-*-aix*): Same.
6823 * configure: Regenerate.
bef1d700 6824
54bcf05e 68252004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
6826
6827 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 6828
369a832c 68292004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
6830
6831 * MAINTAINERS: Add myself to write-after-approval.
369a832c 6832
09a9c095
NN
68332004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6834
7caf53cb
NN
6835 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6836 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6837 * Makefile.in: Regenerate.
6838
09a9c095
NN
6839 * configure.in (top level bootstrap support): Rework --enable-werror
6840 to set @stage2_werror_flag@.
6841 * configure: Regenerate.
6842 * Makefile.tpl (top level bootstrap support): Pass
6843 @stage2_werror_flag@ down to configure in stages 2 and 3.
6844 * Makefile.in: Regenerate.
6845
5595a2bd
NN
68462004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6847
cbfd7e06
NN
6848 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6849 for stages 2 and 3 as well as in make. As a consequence, remove
6850 OUTPUT_OPTION (now detected by configure) from the flags passed down
6851 to make.
6852 * Makefile.in: Regenerate.
6853
5595a2bd
NN
6854 * Makefile.tpl (new-bootstrap): Fix typo.
6855 * Makefile.in: Regenerate.
6856
ca3b3e20
NN
68572004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6858
295f4e42
NN
6859 * Makefile.tpl: Rearrange by moving recursive_targets rules
6860 into their proper sections.
6861 * Makefile.tpl (top level bootstrap support): Move disabling
6862 of coverage flags from 'make' to 'configure'; improve comments.
6863 * Makefile.in: Regenerate.
6864
340de83f
NN
6865 * Makefile.tpl (experimental top level bootstrap) Move stage1
6866 language setting from all- target to configure- target; disable
6867 intermodule optimization in stage 1; prevent gratuitous rebuilds
6868 of stage 1.
6869 * Makefile.in: Regenerate.
6870 * configure.in: Comma-separate stage 1 language list for top
6871 level bootstrap.
6872 * configure: Regenerate.
6873
ca3b3e20
NN
6874 * Makefile.tpl: Clean up experimental top level bootstrap support:
6875 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6876 prev-gcc in configure- targets as well as all- targets.
6877 * Makefile.in: Regenerate.
6878
4d038073
KC
68792004-03-21 Kelley Cook <kcook@gcc.gnu.org>
6880
6881 * compile: New file imported from automake.
6882
ab3533d6
PB
68832004-03-17 Paolo Bonzini <bonzini@gnu.org>
6884
6885 * configure.in: Remove symbolic link section.
6886 * configure: Regenerate.
6887 * Makefile.tpl (links): Remove.
6888 * Makefile.in: Regenerate.
6889
1e0f07d3 68902004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 6891 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
6892
6893 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 6894 Set with AC_CHECK_PROGS.
1e0f07d3
PB
6895 * configure.in: Fix comment typo from last patch.
6896 * configure: Regenerate.
6897
2805b53a
NN
68982004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6899
6900 * Makefile.tpl: Introduce experimental top level bootstrap support.
6901 * Makefile.in: Regenerate.
6902 * configure.in: Introduce support for top level bootstrap.
6903 * configure: Regenerate.
6904
79b4b7d2 69052004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 6906 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
6907
6908 PR bootstrap/14522
6909 * configure.in: Cope with shells that do not support unquoted ^
6910 * configure: Regenerate.
6911
6bbec498 69122004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 6913 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
6914
6915 PR bootstrap/14522
79b4b7d2 6916 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
6917 quotes inside quoted backquote substitutions.
6918 * configure: Regenerate.
6919
83c15dfc
AP
69202004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6921
6922 PR bootstrap/14522
f2bd98d4 6923 * configure.in: Fix escaping of $.
83c15dfc
AP
6924 * configure: Regenerate.
6925
55ffb5ed
NN
69262004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6927
6928 * configure: Regenerate, since I forgot to while committing Paolo's
6929 changes.
6930
e4c9c075
PB
69312004-03-08 Paolo Bonzini <bonzini@gnu.org>
6932
6933 PR ada/14131
6934 Move language detection to the top level.
6935 * configure.in: Find default values for the tools as
6936 soon as possible. Disable ada if GNAT is not found.
6937 Emit error message about missing languages. Expand
6938 --enable-languages=all for the gcc subdirectory.
6939
5199e2c6
BE
69402004-03-10 Ben Elliston <bje@gnu.org>
6941
6942 * MAINTAINERS: Update my email address.
6943
c18b95e5
DE
69442004-03-05 David Edelsohn <edelsohn@gnu.org>
6945
6946 * ltconfig: Disable building static libraries if building shared
6947 libraries on AIX 5L.
6948
d0fe5ad3
RS
69492004-03-01 Richard Sandiford <rsandifo@redhat.com>
6950
6951 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6952 and disable libgcj.
6953 * configure: Regenerated.
6954
e6f71f9d
BB
69552004-03-01 Brian Booth <bbooth@redhat.com>
6956
6957 * MAINTAINERS: Add myself to write-after-approval.
6958
8983e50e
PB
69592004-03-01 Paolo Bonzini <bonzini@gnu.org>
6960
6961 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 6962
d4cd9d81
NN
69632004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6964
6965 PR bootstrap/7087
6966 * Makefile.tpl: Guard XFOO sed statements better.
6967 * Makefile.tpl: Add dependency for configure-target-libada.
6968 * Makefile.in: Regenerate (incidentally fixes broken
6969 commit when libada-branch was merged).
6970
0ea0229e
KC
69712004-02-25 Kelley Cook <kcook@gcc.gnu.org>
6972
6973 * MAINTAINERS: Add myself to write-after-approval.
6974
bad93735
AP
69752004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
6976
6977 * MAINTAINERS: Add Nicola Pero and myself as libobjc
6978 maintainers.
6979
a7ca14fc
AC
69802004-02-20 Andrew Cagney <cagney@redhat.com>
6981
6982 * config.guess: Update from version 2003-10-16 to 2004-02-16.
6983 * config.sub: Update from version 2003-11-03 to 2004-02-16.
6984
51592782
NN
69852004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6986
6987 PR bootstrap/11932
6988 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6989
6a30854a
JQ
69902004-02-14 Jerry Quinn <jlquinn@optonline.net>
6991
6992 * MAINTAINERS: Added myself to write-after-approval.
6993
be8b2bee
MK
69942004-02-14 Michael Koch <konqueror@gmx.de>
6995
6996 * MAINTAINERS: Added myself to write-after-approval.
6997
972760b7
JM
69982004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
6999
7000 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
7001 some OS port maintainers to OS port maintainers section.
7002
b0281654
FCE
70032004-02-13 Frank Ch. Eigler <fche@redhat.com>
7004
7005 * MAINTAINERS: Add self.
7006
3c419fd6
KH
70072004-02-12 Kazu Hirata <kazu@cs.umass.edu>
7008
7009 * MAINTAINERS: Alphabetize.
7010
e88e9aee
PB
70112004-02-12 Paolo Bonzini <bonzini@gnu.org>
7012
7013 * MAINTAINERS: Remove myself.
b4117c30 7014
1915e422
DE
70152004-02-11 David Edelsohn <edelsohn@gnu.org>
7016
7017 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7018 (rs6000-*-aix*): Same.
7019 * configure: Regenerate.
7020
a22c2d8d
KC
70212004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7022
7023 * configure.in (host): Add in missing $noconfigdirs to defines.
7024 * configure: Regenerate.
7025
d9cdb878
AC
70262004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7027 Nathanael Nerode <neroden@gcc.gnu.org>
7028
7029 PR ada/6637, PR ada/5911
b4117c30 7030 Merge with libada-branch:
d9cdb878
AC
7031 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7032 with appropriate dependencies. Add --enable-libada configure switch.
7033 * configure, Makefile.in: Regenerate.
7034
8bd92821
PB
70352004-02-09 Paolo Bonzini <bonzini@gnu.org>
7036
7037 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 7038
89a95129
RO
70392004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7040
7041 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7042 * configure: Regenerate.
7043
892629bc
GK
70442004-02-04 Geoffrey Keating <geoffk@apple.com>
7045
7046 Merge from upstream:
7047
7048 * ltmain.in: When setting IFS to '~', be careful about user
7049 arguments that contain '~'.
7050
7051 2004-02-04 Peter O'Gorman <peter@pogma.com>
7052
7053 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7054 Also test $base_compile against $CC with escaped arguments. Bug
7055 reported by Geoff Keating <geoffk@apple.com>.
7056
6b402165
KH
70572004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7058
7059 * MAINTAINERS: Remove i960 port.
7060
fa2f0306
DD
70612004-01-23 DJ Delorie <dj@redhat.com>
7062
7063 * Makefile.def (target_modules) [libiberty]: Don't stage.
7064 * Makefile.in: Rebuilt.
7065
9feb20aa
CT
70662004-01-20 Caroline Tice <ctice@apple.com>
7067
7068 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 7069
7aed2ccc
PC
70702004-01-19 Paolo Carlini <pcarlini@suse.de>
7071
7072 * MAINTAINERS: Update my email address.
7073
f25bebe1
JM
70742004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7075
7076 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 7077
28083580
VR
70782004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7079
7080 * MAINTAINERS: Remove entries without email address.
7081
c0f4b5e4
DJ
70822004-01-15 Daniel Jacobowitz <drow@mvista.com>
7083
7084 * MAINTAINERS: Add myself to write-after-approval.
7085
b5eb5a5e
SB
70862004-01-15 Steven Bosscher <stevenb@suse.de>
7087
7088 * MAINTAINERS: Update my email address.
7089
dce2d8b2 70902004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
7091
7092 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7093 * Makefile.tpl (configure-target-[+module+]): Support stage.
7094 * Makefile.in: Rebuilt.
7095
74c0b320
ILT
70962004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
7097
7098 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7099
2560344b
RS
71002004-01-10 Richard Sandiford <rsandifo@redhat.com>
7101
7102 * MAINTAINERS: Add myself as a MIPS maintainer.
7103
8b21cda6
NN
71042004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7105
2b6c260d
NN
7106 * configure.in: Use ./config.cache, not config.cache.
7107 * configure: Regenerate.
7108 * Makefile.tpl: Special-casing not needed for GCC any more.
7109 * Makefile.in: Regenerate.
7110
09438bde
NN
7111 * configure.in: Don't share a cache file for host dirs.
7112 * configure: Regenerate.
7113
8b21cda6
NN
7114 * config-ml.in: Don't mess with the cache file.
7115
e42870df
EB
71162004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7117
7118 * MAINTAINERS: Move myself from 'Write After Approval' to
7119 'CPU Port Maintainers' section as SPARC maintainer.
7120
6b9eb62c
NN
71212004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7122
78a816a6
NN
7123 * Makefile.tpl: Make GCC use a separate config.cache.
7124 * Makefile.in: Regenerate.
7125
6b9eb62c
NN
7126 PR bootstrap/11932, PR bootstrap/11933
7127 (I don't know if it will fix either of them, but it relates
7128 to them.)
7129 * configure.in: Don't use shared config.cache for target
7130 directories.
7131 * configure: Regenerate.
7132
86d7b562
DN
71332004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7134
7135 * MAINTAINERS: Add myself to 'Write After Approval' section.
7136
07d0a605
RS
71372003-12-31 Roger Sayle <roger@eyesopen.com>
7138
7139 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7140 * configure: Regenerated.
7141
459ac19f
KH
71422003-12-23 Kazu Hirata <kazu@cs.umass.edu>
7143
7144 * MAINTAINERS: Remove the mn10200 maintainer.
7145
5785c0ed 71462003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 7147
cc6010cd
AP
7148 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7149 * configure: Regenerated.
5785c0ed 7150
a268eff9
JH
71512003-12-16 Jan Hubicka <jh@suse.cz>
7152
7153 * MAINTAINERS: Add myself as callgraph maintainer.
7154
9d465b12
TF
71552003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7156
7157 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7158 * configure: Regenerate.
7159
a68a270a
GB
71602003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7161
7162 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7163 'Write After Approval' section. Update email.
7164
dce2d8b2 71652003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
7166
7167 * MAINTAINERS (Write After Approval): Add myself.
7168
8c052da4
MT
71692003-11-20 Matt Thomas <matt@3am-software.com>
7170
7171 * MAINTAINERS: Add myself as a vax port maintainer.
7172
e75f9147
KC
71732003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7174
7175 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7176 (configure-build-[+module+], configure-[+module+]): Likewise.
7177 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7178 * Makefile.in: Regenerate.
7179
43d8d958
AT
71802003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
7181
7182 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7183 shared/dylibed libraries.
7184 * ltmain.sh: Likewise.
7185 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7186 * ltcf-cxx.sh: Likewise.
7187 * ltcf-gcj.sh: Likewise.
7188 * ltconfig: Likewise.
7189
638dcaa0
SC
71902003-11-17 Stan Cox <scox@redhat.com>
7191
7192 * MAINTAINERS: Add myself as iq2000 port maintainer.
7193
15cc172b
AC
71942003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7195
b4117c30
ZW
7196 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7197 * Makefile.in: Regenerate.
15cc172b 7198
20af77cd
UW
71992003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
7200
7201 * config.sub: Update to 2003-11-03 version.
7202
4dd01c5c
PE
72032003-10-20 Phil Edwards <phil@codesourcery.com>
7204
7205 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7206 * configure: Regenerate.
7207
dce2d8b2 72082003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
7209
7210 * MAINTAINERS: Add myself to 'Write After Approval' section.
7211
8b7ebc31
AC
72122003-10-20 Arnaud Charlet <charlet@act-europe.fr>
7213
7214 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7215
afe1910c
JM
72162003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
7217
7218 * MAINTAINERS: Update my email address.
7219
05dcec66
RO
72202003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7221
7222 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7223
dce2d8b2 72242003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
7225
7226 * MAINTAINERS: Add myself to 'Write After Approval' section.
7227
507ec745
BI
72282003-10-16 Bernardo Innocenti <bernie@develer.com>
7229
7230 * config.guess: Update to 2003-10-16 version.
7231 * config.sub: Update to 2003-10-16 version.
7232
dce2d8b2 72332003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
7234
7235 * MAINTAINERS: Added myself to 'Write After Approval' section.
7236
0c9b16bc
FH
72372003-10-15 Falk Hueffner <falk@debian.org>
7238
7239 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7240 'Write After Approval' section. Update email.
7241
74d57d15
RS
72422003-10-14 Roger Sayle <roger@eyesopen.com>
7243
7244 * MAINTAINERS: Move myself from 'Write After Approval' to
7245 'Various Maintainers' section as middle-end maintainer.
7246
d29b8ad8
NN
72472003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7248
7249 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7250 HOST_FLAGS_TO_PASS.
7251 * Makefile.in: Regenerate.
7252
26db814a
BI
72532003-10-11 Bernardo Innocenti <bernie@develer.com>
7254
7255 * config.guess: Update to 2003-10-07 version.
7256 * config.sub: Update to 2003-10-07 version.
7257
fffeb871
RO
72582003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7259
7260 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7261 * ltconfig (irix5*, irix6*): Don't override version_type.
7262
6691a79e
ME
72632003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7264
7265 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7266 * configure: Rebuilt
7267 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7268 * Makefile.in: Rebuilt
7269
62cdd71e
L
72702003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7271
7272 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7273
6fe2eacc
CW
72742003-09-30 Carlo Wood <carlo@alinoe.com>
7275
cc6010cd 7276 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 7277
ea57e5ad
PK
72782003-09-29 Paul Koning <ni1d@arrl.net>
7279
7280 * MAINTAINERS: Move myself from "Write After Approval"
7281 to CPU platform maintainers for pdp11 platform.
7282
e070672a
AT
72832003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
7284
7285 * MAINTAINERS: Move myself from 'Write After Approval' to
7286 'Various Maintainers' section as libffi testsuite maintainer.
7287
43bb47c2
DJ
72882003-09-21 Daniel Jacobowitz <drow@mvista.com>
7289
7290 * configure.in: Pass a computed --program-transform-name
7291 to subconfigures.
7292 * configure: Regenerated.
7293
da9d3b37
NN
72942003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7295
94322beb
NN
7296 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7297 * Makefile.in: Regenerate.
7298
da9d3b37
NN
7299 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7300 * Makefile.in: Regenerate.
7301
ffd9060b
ZL
73022003-09-19 Ziemowit Laski <zlaski@apple.com>
7303
7304 * MAINTAINERS: Move myself from 'Write After Approval'
7305 to 'Various Maintainers' (objective-c) section.
7306
eeae7b41
DJ
73072003-09-17 Daniel Jacobowitz <drow@mvista.com>
7308
7309 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7310 quoting.
7311 * configure: Regenerated.
7312
a080d12b
JB
73132003-09-16 Joel Brobecker <brobecker@gnat.com>
7314
7315 * MAINTAINERS (Write After Approval): Add myself to write after
7316 approval list.
7317
6cd2fc59
DN
73182003-09-16 Dorit Naishlos <dorit@il.ibm.com>
7319
cc6010cd 7320 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 7321
dcbdd9cc
ILT
73222003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
7323
7324 * MAINTAINERS: Update my e-mail address.
7325
e517f636
AM
73262003-09-09 Alan Modra <amodra@bigpond.net.au>
7327
7328 * libtool.m4 (LD): Correct powerpc64 host match.
7329
bc49924b
JW
73302003-09-06 James E Wilson <wilson@tuliptree.org>
7331
7332 * MAINTAINTERS: Update my affiliation and email address.
7333
082124f5
ZD
73342003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7335
7336 * MAINTAINERS (Write After Approval): Add myself.
7337
dc94d89e
DD
73382003-09-04 DJ Delorie <dj@redhat.com>
7339
7340 * configure: Regenerate.
7341
73422003-09-04 Robert Millan <robertmh@gnu.org>
7343
7344 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 7345
7a0f2d4e
KG
73462003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7347
7348 * configure.in: Ensure arguments to sed are properly spaced.
7349 * configure: Regenerate.
7350
88d032eb
GP
73512003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7352
7353 * MAINTAINERS: Update my e-mail address.
7354
0b3f3d22
ME
73552003-08-28 Mohan Embar <gnustuff@thisiscool.com>
7356
7357 * MAINTAINERS (Write After Approval): Add myself.
7358
d253f9ba
DJ
73592003-08-27 Daniel Jacobowitz <drow@mvista.com>
7360
7361 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7362 * configure: Regenerated.
7363
066ec9c9
MM
73642003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
7365
7366 * MAINTAINERS: Update my email address.
7367
415d7ef9
PE
73682003-08-23 Phil Edwards <pme@gcc.gnu.org>
7369
7370 * configure.in: Use newline instead of semicolon when assuming
7371 shell arguments in a for loop.
7372 * configure: Regenerated.
7373
e1567352
JE
73742003-08-22 Jason Eckhardt <jle@rice.edu>
7375
7376 * MAINTAINERS: Resurrect the i860 maintainer.
7377
b348267b
GK
73782003-08-20 Geoffrey Keating <geoffk@apple.com>
7379
e50084fa
GK
7380 PR 8180
7381 * configure.in: When testing with_libs and with_headers, treat
7382 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7383 * configure: Regenerate.
b4117c30 7384
b348267b
GK
7385 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7386 make, shell, etc.
7387 (baseargs): Likewise.
7388 * configure: Regenerate.
7389
ca26ffe0
BI
73902003-08-20 Bernardo Innocenti <bernie@develer.com>
7391
7392 * MAINTAINERS (Write After Approval): Add myself.
7393
940cde4d
GK
73942003-08-19 Geoffrey Keating <geoffk@apple.com>
7395
7396 * configure.in: Disable libgcj for darwin not on powerpc.
7397 * configure: Rebuild.
7398
74bed51b
ADL
73992003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7400
7401 * config-ml.in, symlink-tree: Add license.
7402
b4117c30
ZW
74032003-08-03 Richard Stallman <rms@gnu.org>
7404 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
7405
7406 * README.SCO: New file.
7407
333a28b4
MK
74082003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7409
7410 * Makefile.tpl (check, check-c++): Express dependencies using
7411 dependencies rather than commands.
7412 * Makefile.in: Regenerate.
7413
c197e306
AC
74142003-08-01 Andrew Cagney <cagney@redhat.com>
7415
7416 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7417 * configure: Ditto.
7418
a8ee6e2d
GK
74192003-07-31 Geoffrey Keating <geoffk@apple.com>
7420
7421 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 7422 * Makefile.in: Update.
a8ee6e2d 7423
8d9b3f2e
AT
74242003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7425
7426 * configure.in: Enable libgcj for darwin.
7427 * configure: Rebuild.
7428
52c0c542
PE
74292003-07-29 Phil Edwards <pme@gcc.gnu.org>
7430
7431 * config-ml.in: Use ac_configure_args directly instead of
7432 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7433 actually seen.
7434
b4acb5ef
NN
74352003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7436
7437 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7438 creating target and build subdirs to build all parent dirs as needed.
7439 * Makefile.in: Rebuild.
7440 * configure.in: Don't build dirs explicitly here.
7441 * configure: Rebuild.
7442
a51d71d0
PB
74432003-07-26 Paul Brook <paul@nowt.org>
7444
7445 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7446
f43e12ce
AO
74472003-07-22 Alexandre Oliva <aoliva@redhat.com>
7448
7449 * Makefile.tpl (all-make): Depend on intl.
7450 * Makefile.in: Rebuilt.
7451
8a199ff6
PE
74522003-07-20 Phil Edwards <pme@gcc.gnu.org>
7453
7454 * install-sh: Update to newer upstream versions (associated with
7455 aclocal 1.7).
7456 * mkinstalldirs: Likewise.
7457 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7458
e6a8c803
AP
74592003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
7460
7461 * MAINTAINERS: Move self from Bug database only accounts
7462 to write-after-approval.
7463
9f13608f
NN
74642003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7465
7466 * config.if: Remove unused libc_interface determination.
7467
c7864714
NN
74682003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7469
7470 * MAINTAINERS: Move self from write-after-approval to
7471 build machinery (*.in).
7472
775956d0
NN
74732003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7474
7475 PR bootstrap/11273
7476 PR bootstrap/11408
7477 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7478 unused INSTALL_PROGRAM_ARGS.
7479 * configure.in: Use AC_PROG_INSTALL.
7480 * Makefile.in: Regenerate.
7481 * configure: Regenerate.
7482
c7f67a6e
KH
74832003-07-13 Kazu Hirata <kazu@cs.umass.edu>
7484
7485 * MAINTAINERS: Alphabetize.
7486
33952f6f
AO
74872003-07-10 Alexandre Oliva <aoliva@redhat.com>
7488
7489 * configure: Rebuilt.
7490 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7491 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7492 newlib nor libgloss.
7493 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7494 * configure.in (am33_2.0-*-linux*): Added.
7495
0d4f1b4e
BW
74962003-07-09 Bob Wilson <bob.wilson@acm.org>
7497
7498 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7499 * configure: Regenerate.
7500
56694dd9
ZW
75012003-07-07 Zack Weinberg <zack@codesourcery.com>
7502
7503 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7504 * Makefile.in: Regenerate.
7505
21607eb4
ZW
75062003-07-04 Zack Weinberg <zack@codesourcery.com>
7507
7508 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7509 * Makefile.in: Regenerate.
7510
dce2d8b2 75112003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
7512
7513 * Makefile.tpl: Replace PWD with PWD_COMMAND.
7514 * Makefile.in: Regenerated.
7515
5d42f90e
L
7516 * config-ml.in: Replace PWD with PWD_COMMAND.
7517
6eb95e99
ZW
75182003-07-04 Zack Weinberg <zack@codesourcery.com>
7519
7520 * intl: New directory; see intl/ChangeLog for details.
7521 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7522 * Makefile.tpl: all-gcc depends on maybe-all-intl.
7523 * Makefile.in: Regenerate.
7524
07d1940e
NN
75252003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7526
7527 * configure.in: Clean up config-lang.in handling. Delete
7528 useless assignment to "subdirs".
7529 * configure: Regenerate.
7530
4dbda6f0
NN
75312003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7532
7533 * configure.in: Rename 'target_libs' to 'target_libraries'.
7534 Remove useless reference to 'target_libs'.
7535 * configure: Regenerate.
7536
2c30ab71
KS
75372003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7538
7539 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7540 * Makefile.in: Regenerate.
7541
11405c93
NN
75422003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7543
7544 * Makefile.def: Introduce flags_to_pass.
7545 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7546 * Makefile.in: Regenerate.
7547
fb87ad5d
HPN
75482003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7549
7550 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7551 and target-libgloss.
7552 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7553 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7554 * configure: Regenerate.
7555
a7956a48
BK
75562003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7557
7558 * configure.in: Update testsuite_flags to new location.
7559 * configure. Regenerate.
6eb95e99 7560
eaf9f3b2
NN
75612003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7562
7563 * Makefile.tpl: Remove BUILD_CC stuff.
7564 * Makefile.in: Regenerate.
7565
2d89ffef
KH
75662003-06-17 Kazu Hirata <kazu@cs.umass.edu>
7567
7568 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7569
dce2d8b2 75702003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
7571
7572 * MAINTAINERS (Write After Approval): Add myself.
7573
dce2d8b2 75742003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 7575
b951c91c
L
7576 * config.guess: Update to 2003-06-12 version.
7577 * config.sub: Update to 2003-06-13 version.
7578
dce2d8b2 75792003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
7580
7581 * config.guess: Update to 2003-06-06 version.
7582 * config.sub: Update to 2003-06-06 version.
7583
655b7166
RO
75842003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7585
7586 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7587 * configure. Regenerate.
7588
01b759aa
NN
75892003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7590
bf1d3e81
NN
7591 * configure.in: Disable serial configure by default.
7592 * configure: Regenerate.
7593 * Makefile.tpl: Abolish .NOTPARALLEL.
7594 * Makefile.in: Regenerate.
7595
e89fbdfe
NN
7596 * Makefile.tpl: Replace {build,host,target}_canonical by
7597 {build,host,target}.
7598 * Makefile.in: Regenerate.
7599
01b759aa
NN
7600 * Makefile.tpl: Fix stupid pasto.
7601 * Makefile.in: Regenerate.
7602
f7dae026
NN
76032003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7604
7605 * Makefile.tpl: Remove bogus conditional.
7606 * Makefile.in: Regenerate.
7607
76082003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
7609
7610 * Makefile.tpl (profiledbootstrap): New target.
7611 * Makefile.in (profiledbootstrap): New target.
7612
2ffc3e73 76132003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
7614
7615 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7616 Pinski. Remove user names from other bugzilla-only maintainers.
7617
1a1e6b96
NN
76182003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7619
1358ccea
NN
7620 * Makefile.tpl: Make 'recursive targets' using autogen rather
7621 than shell loop. Remove duplicate 'clean' targets and false
7622 comments.
7623 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7624 Add systematic method of specifying missing targets in subdirs.
7625 Add copyright boilerplate.
7626 * Makefile.in: Regenerate.
7627 * configure.in: Add 'recursive targets' to maybe list.
7628 * configure: Regenerate.
7629
ae74ed1f
NN
7630 * MAINTAINERS: "GNATS only" -> "Bug database only".
7631
1a1e6b96
NN
7632 * Makefile.tpl: Rename [+target+] to [+make_target+].
7633 * Makefile.def: Rename 'target' to 'make_target'.
7634
c79af3fa
NB
76352003-05-31 Neil Booth <neil@daikokuya.co.uk>
7636
7637 * MAINTAINERS: Add self as options handling maintainer.
7638
39d85b61
MM
76392003-05-28 Michael Meissner <gnu@the-meissners.org>
7640
7641 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7642 been too long since I touched those ports.
7643
afc2b62d
DD
76442003-05-28 DJ Delorie <dj@redhat.com>
7645
7646 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7647 * Makefile.in: Regenerate.
7648
df445104
MR
76492003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7650
7651 * configure.in: Use curly braces in the definition of tooldir.
7652 * configure: Regenerate.
7653
2eb98e5d 76542003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 7655
2eb98e5d
DD
7656 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7657 newlib or libgloss.
7658 * Makefile.in: Regenerate.
7659
862fced8
DD
76602003-05-21 DJ Delorie <dj@redhat.com>
7661
7662 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7663 * Makefile.in: Regenerate.
7664
fc351800
ILT
76652003-05-20 Ian Lance Taylor <ian@airs.com>
7666
7667 * MAINTAINERS: Update my e-mail address.
7668
7e2dbcef
NN
76692003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7670
7671 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 7672 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
7673 Factor out common code from autogen IF statements.
7674 * configure: Regenerate.
7675 * Makefile.in: Regenerate.
7676
f2a0e225
KC
76772003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7678
7679 * configure.in: Accept i[3456789]86 for machine type.
7680 * configure: Regenerate.
7681
8b87bb96
NN
76822003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7683
7684 * configure.in: Switch more things to use maybe dependencies.
7685 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7686 * configure: Regenerate.
7687 * Makefile.tpl: Switch more things to use maybe dependencies.
7688 * Makefile.in: Regenerate.
7689
fdb882bc 76902003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
7691
7692 * Makefile.tpl (install-opcodes): Define.
7693 * Makefile.in: Rebuild.
7694
f7c50032
AJ
76952003-05-13 Andreas Jaeger <aj@suse.de>
7696
7697 * config.guess: Update to 2003-05-09 version.
7698 * config.sub: Update to 2003-05-09 version.
7699
dce2d8b2 77002003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
7701
7702 * configure.in: Correct sed script so that options in quotes are not
7703 deleted.
7704 * configure: Rebuild.
7705
aa8f1f57
CV
77062003-05-12 Corinna Vinschen <corinna@vinschen.de>
7707
7708 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7709 and $$s/newlib/libc/sys/cygwin32 include paths.
7710 * configure: Ditto.
7711
0c130f81
MM
77122003-05-12 Michael Meissner <gnu@the-meissners.org>
7713
7714 * MAINTAINERS: Update my email addresses.
7715
aa1a100b
EB
77162003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
7717
7718 * config-ml.in: Propagate INSTALL variables.
f7c50032 7719
87861833
GP
77202003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7721
7722 * MAINTAINERS: Remove duplicate entries in Write After Approval.
7723
de722255
CD
77242003-05-02 Chris Demetriou <cgd@broadcom.com>
7725
6eb95e99
ZW
7726 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7727 * Makefile.in: Regenerate.
de722255 7728
96c4a002
WB
77292003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
7730
7731 * MAINTAINERS (GNATS only): Add Falk Hueffner.
7732
55b15a11
WB
77332003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
7734
7735 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7736
0c227849
DJ
77372003-04-27 Daniel Jacobowitz <drow@mvista.com>
7738
7739 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7740 * Makefile.in: Regenerated.
7741
d45148c1
WB
77422003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
7743
7744 * MAINTAINERS (Write After Approval): Upgrade myself from
7745 GNATS only to write-after-approval. Update my mail address.
7746
dce2d8b2 77472003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
7748
7749 (OS Port Maintainers: freebsd): Add myself.
7750
438f50c3
MM
77512003-04-22 Mark Mitchell <mark@codesourcery.com>
7752
7753 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7754
9074e169
KJ
77552003-04-22 Kean Johnston <jkj@sco.com>
7756
7757 * MAINTAINERS (SCO ports): Added myself.
7758
dfd39a2e
NS
77592003-04-21 Nathan Sidwell <nathan@codesourcery.com>
7760
7761 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7762
ccbae82a
KJ
77632003-04-19 Kean Johnston <jkj@sco.com>
7764
7765 * MAINTAINERS (Write After Approval): Add myself.
7766
2f50999f
GP
77672003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7768
7769 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7770 * Makefile.in: Regenerate.
7771
e9b84181
JJ
77722003-04-18 Jakub Jelinek <jakub@redhat.com>
7773
7774 * configure.in (powerpc64*-*-linux*): Remove.
7775 * configure: Rebuilt.
7776
1ca4c6e1
PE
77772003-04-17 Phil Edwards <pme@gcc.gnu.org>
7778
7779 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7780 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7781 and restrap.
7782 * Makefile.in: Regenerate.
7783
0590b963
RE
77842003-04-16 Richard Earnshaw <rearnsha@arm.com>
7785
7786 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7787 * configure: Regenerated.
7788
ff41a56f
DD
77892003-04-15 DJ Delorie <dj@redhat.com>
7790
7791 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7792
50d440bc
NC
77932003-04-13 Nick Clifton <nickc@redhat.com>
7794
7795 * config-ml.in: Remove support for --disable-aix removing
7796 call-aix multilibs.
7797
b1e0a93e
AO
77982003-04-10 Alexandre Oliva <aoliva@redhat.com>
7799
7800 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7801 * */configure: Rebuilt.
7802
71fb704d
JS
78032003-04-08 Joel Sherrill <joel@oarcorp.com>
7804
7805 * MAINTAINERS: Add my email address.
7806
3897ea90
OH
78072003-03-17 Olivier Hainque <hainque@act-europe.fr>
7808
7809 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 7810
93c834b7
NN
78112003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7812
7813 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7814 * Makefile.in: Regenerate.
7815
82c34dcb
MC
78162003-03-14 Michael Chastain <mec@shout.net>
7817
7818 * Makefile.in: Regenerate with correct Makefile.def.
7819
73458fb7
NN
78202003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7821
7822 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7823 Make macro.
7824 * Makefile.in: Regenerate.
7825 * configure.in: Clean up gxx_include_dir logic.
7826 * configure: Regenerate.
7827
32cf27e5
AE
78282003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
7829
7830 * MAINTAINERS (Write After Approval): Add myself.
7831
c727e7a0
BE
78322003-03-10 Ben Elliston <bje@wasabisystems.com>
7833
7834 * MAINTAINERS: Update my mail address.
7835
9a27ac7a
FS
78362003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7837
7838 * configure.in (gxx_include_dir): Fix typo.
7839 * configure: Regenerated.
7840
3aa83176
NN
78412003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7842
7843 * Makefile.tpl: Reindent.
7844 * Makefile.in: Regenerate.
7845 * configure.in: Reindent. Don't set unused variables.
7846 * configure: Regenerate.
7847
9124bc53
DJ
78482003-03-04 Daniel Jacobowitz <drow@mvista.com>
7849
7850 * configure.in: Include $(build_tooldir)/sys-include in
7851 FLAGS_FOR_TARGET.
7852 * configure: Regenerated.
7853
cb543528
NN
78542003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7855
c858bf1e
NN
7856 * Makefile.tpl: Always pass down RANLIB.
7857 * Makefile.in: Regenerate.
7858
aa9c3ab4
NN
7859 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7860 * Makefile.in: Regenerate.
7861 * configure.in: Remove unused logic relating to --enable-shared
7862 and --enable-threads. Remove bogus comments. Remove redundant
7863 noconfigdirs.
7864 * configure: Regenerate.
7865
cb543528
NN
7866 * configure.in: Replace ${libstdcxx_version} by its value.
7867 Remove reference to mh-dgux.
7868 * configure: Regenerate.
7869
53f70c1b
KB
78702003-03-03 Kevin Buettner <kevinb@redhat.com>
7871
7872 * MAINTAINERS (Write After Approval): Add myself.
7873
df0f0674
NN
78742003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7875
7876 * Makefile.tpl: Rearrange.
7877 * Makefile.in: Regenerate.
7878
dce2d8b2 78792003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
7880
7881 * configure.in: Add support for kaOS as cross build target system.
7882 * configure: Regenerated.
7883
a7a287eb
SB
78842003-02-24 Steven Bosscher <steven@gcc.gnu.org>
7885
7886 * MAINTAINERS (Write after approval): Add myself.
7887
ff00c8a2
JW
78882003-02-21 James E Wilson <wilson@tuliptree.org>
7889
7890 * MAINTAINERS: Update my email address.
7891
abb2db7a
ZW
78922003-02-21 Zack Weinberg <zack@codesourcery.com>
7893
7894 * MAINTAINERS: Add self to blanket write privs. section.
7895
e9f2dc3b
SM
78962003-02-20 Sean McNeil <sean@blue.mcneil.com>
7897
7898 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7899 configure-target-* as some target builds may require additional
7900 flags for preprocessor tests.
7901 * Makefile.in: Regenerated.
7902
ee03dc5e
AO
79032003-02-19 Alexandre Oliva <aoliva@redhat.com>
7904
11856278
AO
7905 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7906 * ltconfig: Handle it.
7907 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7908 auto-detecting it.
7909
274aef32
AO
7910 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7911 it is used as argument to $CC.
7912 * ltcf-gcj.sh: Likewise.
7913
ee03dc5e
AO
7914 * configure.in: Introduce --enable-maintainer-mode.
7915 * configure: Rebuilt.
7916 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7917 for maintainer mode.
7918 * Makefile.in: Rebuilt.
7919
30db8e17
JM
79202003-02-18 Jason Merrill <jason@redhat.com>
7921
7922 * Makefile.tpl (check-c++): Allow parallelism.
7923
cab60ac6
GP
79242003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7925
7926 * MAINTAINERS: Remove John Carr (who never actually had access to
7927 gcc.gnu.org).
7928
c8e5d1af
GK
79292003-02-15 Geoffrey Keating <geoffk@apple.com>
7930
7931 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7932 don't configure target-libobjc.
7933 * configure: Regenerate.
7934
70f91f50
RO
79352003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7936
7937 * Makefile.tpl (RANLIB): Define.
7938 * Makefile.in: Regenerate.
7939
669e9062
LB
79402003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
7941
7942 * MAINTAINERS: Update my email.
abb2db7a 7943
61b56b2e
KS
79442003-02-06 Keith R Seitz <keiths@redhat.com>
7945
7946 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7947 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7948 * Makefile.in: Regenerated.
7949 * configure.in: Remove all traces of snavigator, db, and grep.
7950 * configure: Regenerated.
7951
a1ba6e15
GP
79522003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7953
7954 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7955 After Approval.
7956
f5f2cce5
CC
79572003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7958
7959 * MAINTAINERS (Write after approval): Add myself.
7960
ba49f6f1
FCE
79612003-01-31 Frank Ch. Eigler <fche@redhat.com>
7962
7963 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7964 * Makefile.in: Regenerated.
7965
ccf9f10c
RS
79662003-01-30 Roger Sayle <roger@eyesopen.com>
7967
7968 * config.guess: Updated to 2003-01-30's version.
7969 * config.sub: Updated to 2003-01-28's version.
7970
a693735b
AO
79712003-01-30 Alexandre Oliva <aoliva@redhat.com>
7972
7973 * config.if: If gcc_version is already set, just use it. Don't set
7974 gcc_version_trigger if it's already set, otherwise set it to
7975 gcc/version.c, but only if the file exists. If it is not set and
7976 gcc/version.c does not exist, try to extract the version number from
7977 $CC.
7978
204c43d6
AT
79792003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
7980
abb2db7a 7981 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 7982
842e91ec
PE
79832003-01-27 Phil Edwards <pme@gcc.gnu.org>
7984
7985 * configure.in: Revert 24Jan change.
7986 * configure: Regenerate.
7987
6b99984e
GP
79882003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7989
7990 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
7991 entry of HJ Lu.
7992
806e0935
NN
79932003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7994
7995 * configure.in: Revert previous change.
7996 * configure: Regenerate.
7997
307a9864
NN
79982003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7999
8000 * configure.in: Make rda native-only.
8001 * configure: Regenerate.
8002
02ba6302
VR
80032003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8004
8005 * MAINTAINERS: Move myself from GNATS-only-accounts to
8006 write-after-approval.
8007
77d187bc
NN
80082003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
8009
8010 * configure.in: Add missing \.
8011 * configure: Rebuilt.
8012
a94a2d4c
JJ
80132003-01-17 Jakub Jelinek <jakub@redhat.com>
8014
8015 * configure.in (baseargs): Avoid using \| in sed regular
8016 expressions.
8017 * configure: Rebuilt.
8018
73f84924
JJ
80192003-01-16 Jakub Jelinek <jakub@redhat.com>
8020
8021 * configure.in (baseargs): Remove all supported forms of
8022 --cache-file, --srcdir, --host, --build and --target options
8023 from argument lists.
8024 * configure: Rebuilt.
8025
8c12fc63
JZ
80262003-01-15 Josef Zlomek <zlomekj@suse.cz>
8027
8028 * MAINTAINERS: Add myself to write-after-approval list.
8029
7c005a3a
AO
80302003-01-15 Alexandre Oliva <aoliva@redhat.com>
8031
8032 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8033 * configure: Rebuilt.
8034
3dfabf63
NN
80352003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
8036
8037 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8038 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8039 * Makefile.in: Regenerate.
8040 * configure: Regenerate.
8041
cf53ae10
AO
80422003-01-09 Alexandre Oliva <aoliva@redhat.com>
8043
8044 * configure.in: Remove Makefile in build, host and target modules
8045 unless configure was run with --no-recursion.
8046 * configure: Rebuilt.
8047
3fbe8e4a
CC
80482003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8049
8050 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8051 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8052 * Makefile.in: Regenerate.
8053
66e2aa7d
CD
80542003-01-08 Chris Demetriou <cgd@broadcom.com>
8055
8056 * config.guess: Update to 2003-01-03 version.
8057 * config.sub: Update to 2003-01-03 version.
8058
b5038cfb
CF
80592003-01-07 Christopher Faylor <cgf@redhat.com>
8060
8061 * configure: Regenerate with proper autoconf 2.13.
8062
d02c69be
CF
80632003-01-07 Christopher Faylor <cgf@redhat.com>
8064
8065 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 8066 * configure: Regenerate.
d02c69be 8067
e914a571
AC
80682003-01-06 Andrew Cagney <ac131313@redhat.com>
8069
8070 * configure.in (GDB_TK): Add tcl directories conditional on
8071 gdb/gdbtk directory being present.
8072 * configure: Regenerate.
abb2db7a 8073
dce2d8b2 80742003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 8075
dce2d8b2
EB
8076 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
8077 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
8078 * configure: Rebuilt.
8079
89a7012a
TT
80802002-12-31 Tom Tromey <tromey@redhat.com>
8081
8082 * Makefile.in: Rebuilt.
8083 * Makefile.def (target_modules) [libffi]: Allow installation.
8084
3f4f56e2
AS
80852002-12-31 Andreas Schwab <schwab@suse.de>
8086
8087 * configure.in: Fix use of $program_transform_name.
8088 * configure: Regenerated.
8089
6c1b8d0a
DJ
80902002-12-30 Daniel Jacobowitz <drow@mvista.com>
8091
8092 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 8093 * configure: Regenerated.
6c1b8d0a 8094
c5120911
AO
80952002-12-29 Alexandre Oliva <aoliva@redhat.com>
8096
8097 * Makefile.tpl (local-distclean): Don't remove...
8098 (multilib.ts): ... this. Moved into...
8099 (multilib.out): ... this. Don't use sub-make.
8100 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8101 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8102 (configure-build-[+module+], configure-[+module+],
8103 configure-target-[+module+], configure-gcc): ... these. Test
8104 for Makefile existence. Drop config.status from dependencies.
8105 * Makefile.in: Rebuilt.
8106 * configure.in: Move gcc-version-trigger to the end of
8107 ac_configure_args. Add comments to maybedep.tmp and
8108 serdep.tmp. Introduce --disable-serial-configure. Remove
8109 nonopt from baseargs, matching and removing corresponding
8110 whitespace while at it.
8111 * configure: Rebuilt.
8112
e245b0ea
AO
81132002-12-28 Alexandre Oliva <aoliva@redhat.com>
8114
903de295
AO
8115 * configure.in (host_configargs): Replace reference to
8116 no-longer-defined buildopts with --build=${build_alias}.
8117 * configure: Rebuilt.
8118
e245b0ea
AO
8119 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
8120 program_transform_name to standard idiom.
8121 (AUTOGEN, AUTOCONF): Define.
8122 (Makefile.in): Use $(AUTOGEN).
8123 (Makefile): Depend on config.status, and use autoconf-style rule to
8124 build it. Move original commands to...
8125 (config.status): ... this new target.
8126 (configure): Add $(srcdir). Depend on config/acx.m4. Use
8127 $(AUTOCONF).
8128 * Makefile.in: Rebuilt.
8129
671aa708
NN
81302002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
8131
53fbfb58
NN
8132 * Makefile.tpl: Fix dramatic bustage due to change in
8133 program_transform_name.
8134 * Makefile.in: Regenerate.
8135
8136 * configure.in: Remove unnecessary PATH setting.
8137 * configure: Regnerate.
8138
8139 * configure.in: Don't default to unprefixed tools unless
8140 the native tools will work.
8141 * configure: Regenerate.
8142
671aa708
NN
8143 * configure.in: Convert to autoconf script. Blow away lots
8144 of now-redundant Makefile fragments.
8145 * configure: Generate using Autoconf.
8146 * Makefile.tpl: Rewrite to reflect autoconfiscation.
8147 * Makefile.in: Regenerate.
8148
57f40826
NN
81492002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
8150
3fedb745
NN
8151 * configure: Fix stupid bug where RANLIB was mistakenly included.
8152
abb2db7a 8153 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
8154 (build_configargs, host_configargs, target_configargs).
8155
8156 * configure.in: Move logic out of sed statement.
8157
abb2db7a 8158 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
8159 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8160
315fa0f4
SS
81612002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
8162
8163 * config.sub: Import from master repository
8164 * config.guess: Ditto
8165
45aff44f
AS
81662002-12-24 Andreas Schwab <schwab@suse.de>
8167
8168 * Makefile.tpl (multilib.out): Fix missing space.
8169 * Makefile.in: Regenerate.
8170
88b5521b
NN
81712002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
8172
8173 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
8174 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
8175 * Makefile.in: Regenerate.
8176 * configure.in: Remove unnecessary leftovers.
8177
2a726918
GK
81782002-12-21 Geoffrey Keating <geoffk@apple.com>
8179
8180 * configure.in (extra_ranlibflags_for_target): New variable.
8181 (*-*-darwin): Add -c to ranlib commands.
8182 * configure (tooldir): Handle extra_ranlibflags_for_target.
8183
aace3269 81842002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
8185
8186 * Makefile.tpl: Revert HJL's change.
8187 * Makefile.in: Regenerated.
8188 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8189 always.
8190
f0895142
AS
81912002-12-19 Andreas Schwab <schwab@suse.de>
8192
8193 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8194 * Makefile.in: Regenerate.
8195
dce2d8b2 81962002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
8197
8198 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8199 * Makefile.in: Regenerated.
8200
8201 * configure.in (build_prefix): New. Substitute.
8202
212f6dd0
NN
82032002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
8204
79308c5d
NN
8205 * Makefile.tpl: Don't let real targets depend on phony targets.
8206 * Makefile.in: Regenerate.
8207
212f6dd0
NN
8208 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8209 * Makefile.in: Regenerate.
8210
ab17919f
SS
82112002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
8212
8213 * config.sub: Import from master repository
8214 * config.guess: Ditto
8215
5ecf91d1
JM
82162002-12-16 Jason Merrill <jason@redhat.com>
8217
8218 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8219 previous 'make bootstrap'.
8220 * Makefile.in: Regenerate.
8221
d8437e1b
HPN
82222002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
8223
8224 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8225
4977bab6
ZW
82262002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
8227
8228 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8229 * Makefile.in: Regenerate.
8230
0edcfdcb
JM
82312002-12-13 Jason Merrill <jason@redhat.com>
8232
6248218a 8233 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
8234 library tests.
8235 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
8236 * Makefile.in: Regenerate.
8237
4977bab6
ZW
82382002-12-12 Alexandre Oliva <aoliva@redhat.com>
8239
8240 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8241 * Makefile.in: Rebuilt.
8242
f87505dd
AO
82432002-12-12 Alexandre Oliva <aoliva@redhat.com>
8244
8245 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8246
4977bab6
ZW
82472002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
8248
8249 * configure: Fix bug put in by gremlins.
8250
8251 * Makefile.tpl: Substitute more autoconfily.
8252 * configure: Substitute more autoconfily.
8253 * Makefile.in: Regenerate.
8254
7f0db92a
SS
82552002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
8256
8257 * config.sub: Import from master repository
8258 * config.guess: Ditto
8259 * MAINTAINERS: Added Svein Seldal under write after approval
8260
4977bab6
ZW
82612002-12-08 Andrew Cagney <ac131313@redhat.com>
8262
8263 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8264 * Makefile.in (all-sim): Ditto.
8265
82662002-12-06 DJ Delorie <dj@redhat.com>
8267
8268 * Makefile.tpl: Change configure dependencies to not have real
8269 targets depend on phony targets.
8270
82712002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
8272
8273 * configure.in: Revert unintentional change.
8274
8275 * Makefile.tpl: Change dependency for */multilib.out so that
8276 it works when gcc isn't in the tree.
8277
8278 * configure.in: Substitute more.
8279 * configure: Run subconfigures from the Makefile.
8280 * Makefile.tpl: Run subconfigures from the Makefile; add a few
8281 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
8282
67f1b906
GP
82832002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8284
8285 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8286
4977bab6
ZW
82872002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8288
8289 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8290 and corresponding dependencies.
8291 * Makefile.in: Regenerate.
8292
8293 * configure.in (host_tools): Order binutils, gas and ld for
8294 convenience in running the testsuites.
8295
8296 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8297 * Makefile.in: Regenerate.
8298 * configure.in: Introduce rules to serialize subconfigure runs.
8299
8300 * configure.in: Introduce BASE_CC_FOR_TARGET.
8301 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8302 Realize configure-build-* targets. Realize configure-target-* targets.
8303 * Makefile.in: Regenerate.
8304
83052002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8306
8307 * configure: Move gcc_version_trigger stuff from here...
8308 * configure.in: ...to here.
8309
8310 * configure.in: Separate subconfigure options added by this file from
8311 options given by the user. Add machinery to put args for host
8312 subconfigures into the Makefile.
8313
8314 * Makefile.tpl: Remove 'vault' targets.
8315 * Makefile.tpl: Reorder and comment dependencies.
8316 * Makefile.in: Regenerate.
8317
83182002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8319 * configure.in: Fix my broken commit of previous patch. (sigh)
8320
743f054e
GK
83212002-11-28 Geoffrey Keating <geoffk@apple.com>
8322
8323 * configure.in: Move host-specific darwin noconfigdirs into
8324 the host-specific section.
8325
4977bab6
ZW
83262002-11-28 Geoffrey Keating <geoffk@apple.com>
8327
8328 * configure.in: Move host-specific darwin noconfigdirs into
8329 the host-specific section.
8330
83312002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
8332
8333 * configure: Remove skip-this-dir support.
8334 * Makefile.tpl: Remove skip-this-dir support.
8335
8336 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8337 subdirectories.
8338 * Makefile.in: Regenerate.
8339
8340 * Makefile.tpl: Strip out useless setting of 'dir'.
8341 * Makefile.in: Regenerate.
8342
83432002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
8344
8345 * configure.in: Fix deeply stupid bug.
8346
8347 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8348 shell code in CXX_FOR_TARGET
8349 * Makefile.def: Introduce raw_cxx.
8350 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8351 RAW_CXX_FOR_TARGET.
8352 * Makefile.in: Regenerate.
8353
83542002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
8355
8356 * Makefile.tpl: Remove unnecessary ifs.
8357 * Makefile.in: Regenerate.
8358
8359 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8360 dependencies. Maybe-ize build-libiberty. Create dummy install
8361 targets for 'no_install' modules.
8362 * configure: Move GDB_TK substitution to configure.in. Move
8363 build_modules stuff to configure.in.
8364 * configure.in: Implement soft dependency machinery. Maybe-ize
8365 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8366 * Makefile.in: Regenerate.
8367
83682002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
8369
8370 * Makefile.tpl: Make all-target, install-target behave similarly
8371 to all, install (only hitting configured targets). Eliminate
8372 unused macro defintions.
8373
8374 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8375 build != host.
8376
8377 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8378
8379 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8380
8381 * configure.in: Produce lists of subdir targets we're actually
8382 configuring. Remove references to "dosrel".
8383 * Makefile.tpl: Let configure set which subdir targets are hit.
8384 Remove install-cross; clean up install; remove ALL. Remove
8385 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
8386 Autogenerate host module targets. Remove empty dependency lines
8387 and redundant dependency; rearrange slightly.
8388 * Makefile.def: Add host-side libtermcap, utils.
8389
8390 * Makefile.in: Regenerate.
8391
e6226a2f
RO
83922002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8393
8394 * ltconfig (osf[345]): Append $major to soname_spec.
8395 Reflect this in library_names_spec.
8396 * ltmain.sh (osf): Prefix $major with . for use as extension.
8397
3b75d237
AJ
83982002-11-19 Andreas Jaeger <aj@suse.de>
8399
8400 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8401 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8402 and sparc64 GNU/Linux systems.
8403
809108de
NS
84042002-11-19 Nathan Sidwell <nathan@codesourcery.com>
8405
8406 * MAINTAINERS: Update email.
8407
e7e0de7e
GP
84082002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8409
8410 * MAINTAINERS: Complete James Dennett's entry.
8411
f7109dea
EB
84122002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
8413
8414 * MAINTAINERS (Write After Approval): Add myself.
8415
d3ac17c9
BK
84162002-11-13 Bruce Korb <bkorb@gnu.org>
8417
8418 * Makefile.tpl: syntactic cleanup
8419
dce2d8b2 84202002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
8421
8422 * MAINTAINERS: Add myself to write-after-approval list.
8423
4977bab6
ZW
84242002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8425
8426 * Makefile.def: Add list of recursive targets to autogenerate.
8427 Add build_modules.
8428 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8429 targets. Autogenerate *-build-* targets.
8430 * Makefile.in: Regenerate.
8431
84322002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8433
8434 * configure: More autoconf-style substitutions.
8435 * Makefile.tpl: More autoconf-style substitutions.
8436 * Makefile.in: Regenerate.
8437
84382002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
8439
8440 * configure: Substitute more variables in a more autoconf-friendly
8441 way. Simplify slightly.
8442 * Makefile.tpl: Make more variables substitutable in an
8443 autoconf-friendly way.
8444 * Makefile.in: Regenerate.
8445
d4783999
JW
84462002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
8447
8448 * MAINTAINERS (Write After Approval): Add myself.
8449
4977bab6
ZW
84502002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
8451
8452 * configure.in (v810*): Remove special setting of tools.
8453
8454 * configure: Add support for extra required flags for ar or nm.
8455 * configure.in (aix4.3+): Use above support for target-specific
8456 issues, rather than using config/mt-aix43.
8457
84582002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
8459
8460 * configure: Remove 'removing', which doesn't work. Replace $subdir
8461 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8462 with $srcdir. Reformat indentation. Substitute some variables
8463 formerly hard-coded in the Makefile for build=host.
8464 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8465 * Makefile.def: Autogenerate more.
8466 * Makefile.in: Regenerate.
8467
1c9c903e
AN
84682002-11-04 Adam Nemet <anemet@lnxw.com>
8469
8470 * MAINTAINERS (Write After Approval): Add myself.
8471
40673d2b
KB
84722002-11-04 Kevin Buettner <kevinb@redhat.com>
8473
8474 * Makefile.def (host_modules): Add rda.
8475 * Makefile.in: Regenerate.
8476 * configure.in (target_tool): Add target-rda to list.
8477
42e650ae
GP
84782002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8479
8480 * MAINTAINERS: Remove "co-maintainer" note for web pages.
8481
e004b81f
PE
84822002-10-25 Phil Edwards <pme@gcc.gnu.org>
8483
8484 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8485 and restrap targets to this rule.
8486 * Makefile.in: Regenerate.
8487
06bd49b1
GP
84882002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8489
8490 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8491 GNATS only accounts.
8492
d0af82b0
HPN
84932002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8494
8495 * configure.in (i[3456]86-*-linux*): Add check to disable
8496 ${libgcj} for glibc1.
8497
10782654
DC
84982002-10-24 Denis Chertykov <denisc@overta.ru>
8499
8500 * MAINTAINERS: Add myself as ip2k port maintainer.
8501
a5a438f5
SS
85022002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8503
8504 * configure.in: Add tic4x target.
8505
fe3d5b7f
NN
85062002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8507
aba8a494
NN
8508 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8509 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8510 * Makefile.in: Regenerate.
8511
fe3d5b7f
NN
8512 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8513 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8514 * Makefile.in: Regenerate.
8515
a6ad79e7
JJ
85162002-10-02 Janis Johnson <janis187@us.ibm.com>
8517
8518 * MAINTAINERS: Add myself as web pages co-maintainer.
8519
6a8a9058
NN
85202002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8521
8522 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8523 * Makefile.in: Regenerate.
8524
327d975a
ZW
85252002-10-02 Zack Weinberg <zack@codesourcery.com>
8526
8527 * MAINTAINERS: Add myself and Nathan Sidwell
8528 <nathan@codesourcery.com> as VxWorks maintainers.
8529
a5ae8f19 85302002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
8531
8532 * Makefile.def: Remove order dependency comments.
8533 * Makefile.tpl: Add explicit install-install dependencies.
8534 * Makefile.in: Regenerate.
d0f6c823 8535
34c6040c 8536 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 8537 * Makefile.in: Regenerate.
34c6040c 8538
d0f6c823
NN
8539 * Makefile.tpl: Add configure-target (for src-release in src)
8540 * Makefile.in: Regenerate.
8541
50bd210b
NC
85422002-09-30 Nick Clifton <nickc@redhat.com>
8543
8544 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8545
ca25149e
UW
85462002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8547
8548 * configure.in (s390*-*-linux*): Enable libgcj.
8549
dd30b57d
NN
85502002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8551
9e60a678
NN
8552 * configure: Revert accidentally applied changes.
8553
dd30b57d
NN
8554 * Makefile.tpl: Make more autoconf-friendly.
8555 * Makefile.in: Regenerate.
8556 * configure: Make substitution more autoconf-like.
8557
5831424e
RE
85582002-09-28 Richard Earnshaw <rearnsha@arm.com>
8559
8560 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8561 single entry to handle all these.
8562 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8563 libjava on arm-*-elf.
8564
b7f3b15b
GK
85652002-09-27 Geoffrey Keating <geoffk@apple.com>
8566
8567 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8568 things that depend on them.
8569
0dffceed
NN
85702002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8571
8572 * Makefile.tpl: Make subsituted variables more autoconfy.
8573 * Makefile.in: Regenerate.
8574 * configure: Make seds more autoconfy.
8575
1db75a86 85762002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
8577
8578 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8579 * Makefile.in: Regenerate.
8580 * configure.in: Rewrite sed statements to look autoconfy.
8581
1db75a86
NN
8582 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8583 all-target-foo on configure-target-foo.
8584 * Makefile.def: Ditto.
8585 * Makefile.in: Rebuild.
8586
741a4e89
AH
85872002-09-25 Andrew Haley <aph@redhat.com>
8588
8589 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8590
95ddd785
NN
85912002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8592
8593 * Makefile.def: New file.
8594 * Makefile.tpl: New file.
8595 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8596 * contrib/gcc_update: Note that Makefile.in is a generated file.
8597
8598 * configure.in: Minor rearrangement. Simplify tests.
8599
65a824f6
JT
86002002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
8601
8602 * configure.in (with_headers): Skip copy if value is "yes".
8603 (with_libs): Likewise.
8604
51270f0a 86052002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
8606
8607 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8608 * configure.in (sh*-*-pe*): Ditto.
8609 * configure.in (mips*-*-pe*): Ditto.
8610 * configure.in (*arm-wince-pe): Ditto.
8611
8f89dbf4
NN
8612 * configure.in: Rearrange.
8613
c1b8db3f
KH
86142002-09-14 Kazu Hirata <kazu@cs.umass.edu>
8615
8616 * MAINTAINERS: Update my email address.
8617
341f0575
PK
86182002-08-30 Paul Koning <pkoning@equallogic.com>
8619
8620 * MAINTAINERS: (Write After Approval): Add myself.
8621
d2e06980
GK
86222002-08-29 Geoffrey Keating <geoffk@redhat.com>
8623
8624 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8625
4906d5d8
GK
86262002-08-24 Geoffrey Keating <geoffk@redhat.com>
8627
8628 * MAINTAINERS: Change my mailing address.
8629
e9a25cc8
PC
86302002-08-21 Paolo Carlini <pcarlini@unitus.it>
8631
8632 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 8633 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 8634
dce2d8b2 86352002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
8636
8637 * MAINTAINERS (Write After Approval): Remove myself.
8638 (Various Maintainers: c++ runtime libs): Add myself.
8639
5ce6f47b
EC
86402002-08-15 Eric Christopher <echristo@redhat.com>
8641
8642 * config.sub: Import from master repository.
8643 * config.guess: Ditto.
8644
7f9317f0
AO
86452002-08-19 Alexandre Oliva <aoliva@redhat.com>
8646
8647 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8648 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8649 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8650
7aecca3d
AH
86512002-08-16 Aldy Hernandez <aldyh@redhat.com>
8652
8653 * MAINTAINERS: Add self to rs6000 vector extensions.
8654
8ea4b195
AO
86552002-08-15 Alexandre Oliva <aoliva@redhat.com>
8656
8657 * libiberty/configure: Reverted unintended yesterday's check in.
8658
f5cc59a7
AO
86592002-08-14 Alexandre Oliva <aoliva@redhat.com>
8660
8661 * boehm-gc/configure, libf2c/configure: Rebuilt.
8662 * libffi/configure, libiberty/configure: Ditto.
8663 * libjava/configure, libobjc/configure: Ditto.
8664 * libstdc++-v3/configure, zlib/configure: Ditto.
8665 Merged from binutils:
8666 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8667 From Steve Ellcey <sje@cup.hp.com>:
8668 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8669 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8670 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8671 IA64.
8672 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8673 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8674 soname_spec, sys_lib_search_path_spec): Ditto.
8675
dce2d8b2 86762002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
8677
8678 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8679
2ff34870
L
86802002-08-04 H.J. Lu (hjl@gnu.org)
8681
8682 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8683
a014f2fe
KW
86842002-08-02 Krister Walfridsson <cato@df.lth.se>
8685
8686 * MAINTAINERS (Write After Approval): Add myself.
8687
c01d477a
AM
86882002-07-31 Alan Modra <amodra@bigpond.net.au>
8689
8690 * configure.in: Move generic linux case to end. Copy generic
8691 linux noconfigdirs to mips*-*-linux* entry and new
8692 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8693
68cd2524
MM
86942002-07-19 Michael Matz <matz@suse.de>
8695
8696 * MAINTAINERS: Add myself as ra* maintainer.
8697
e2d83b8c
CD
86982002-07-16 Chris Demetriou <cgd@broadcom.com>
8699
8700 * config.guess: Update to 2002-07-09 version.
8701 * config.sub: Update to 2002-07-03 version.
8702
cece4f1d
HPN
87032002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
8704
8705 * MAINTAINERS: Fix typo in a maintainer email address.
8706
bb654703
NN
87072002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8708
8709 * configure.in: Remove two redundant tests.
8710
789b7de5
RO
87112002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8712
8713 * configure.in (mips*-*-irix6*o32): Enable stabs.
8714
e1da1089
NN
87152002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8716
f3970bba
NN
8717 * configure.in: Don't build grez.
8718 * Makefile.in: Ditto.
8719
e1da1089
NN
8720 * Makefile.in: Remove references to bsp, cygmon, libstub.
8721 * configure.in: Ditto.
8722
8723 * configure.in: Remove leftover reference to gdbtest.
8724
57c905fa
PE
87252002-07-08 Phil Edwards <pme@gcc.gnu.org>
8726
8727 * configure.in (gxx_include_dir): Change to match versioned
8728 C++ headers if --enable-version-specific-runtime-libs is used.
8729
a0af94a7 87302002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 8731
a0af94a7
SE
8732 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8733
423ce3eb
NN
87342002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8735
8736 * configure.in: Make --without-x work.
8737
98186934
NN
87382002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8739
c3b7d169
NN
8740 * configure.in: Rearrange target Makefile fragment collection.
8741
98186934
NN
8742 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8743 cvs[src].
8744 * configure.in: Ditto.
8745
eebd288a
MK
87462002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
8747
8748 * MAINTAINERS (Write After Approval): Update my e-mail address.
8749
3ab36f05
NN
87502002-06-24 Ben Elliston <bje@redhat.com>
8751
8752 * configure.in (host_tools): Remove cgen.
8753
8754 * Makefile.in (all-cgen): Remove; runs from its source directory.
8755 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 8756 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
8757 (all-sim): Likewise.
8758
dce2d8b2 87592002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
8760
8761 * Makefile.in: Eliminate 'apache' targets.
8762 * configure.in: Eliminate 'apache' targets.
8763
55380b08
NN
8764 * configure.in: Eliminate redundant tests. Reorganize.
8765
9a5c1b9d
NN
8766 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8767
5fd3853a
NN
8768 * config-ml.in: Eliminate references to Cygnus configure.
8769
cfefc434
NN
8770 * Makefile.in: Eliminate references to building emacs.
8771
2fe93885
GS
87722002-06-28 Graham Stott <graham.stott@btinternet.com>
8773
8774 * MAINTAINERS: Update my email address.
8775
53c40185
BK
87762002-06-26 Benjamin Kosnik <bkoz@redhat.com>
8777
8778 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 8779 (cxx_incdir): Remove.
53c40185 8780
97679694
NN
87812002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
8782
8783 * MAINTAINERS (Write After Approval): Add self.
8784
b03bcd37
DC
8785Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
8786
8787 * configure.in: Add support for ip2k.
8788
6bd12129
NN
87892002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8790
8791 * configure.in: Fix AIX configury bug.
8792
e0d98a92
SE
87932002-06-20 Steve Ellcey <sje@cup.hp.com>
8794
8795 * MAINTAINERS (Write After Approval): Add self.
8796
ba3292db
NN
87972002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8798
ef40bc65
NN
8799 * configure.in: replace ${topsrcdir} with ${srcdir}
8800
7a0be465
NN
8801 * configure.in: Move definition of libstdcxx_flags
8802 right above usage, rather than waaay earlier.
8803
e1848dde
NN
8804 * configure.in: Pull definition of is_cross_compiler earlier.
8805
8bc2fff1
NN
8806 * configure.in: Rearrange a little.
8807
ba3292db
NN
8808 * configure.in: Remove references to librx.
8809 * Makefile.in: Remove references to librx.
8810
11d8b408
DC
8811Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
8812
8813 * config.sub: Add support for avr target.
8814 Import from master sources, rev 1.255
5ce6f47b 8815
93da8339
PE
88162002-06-19 Phil Edwards <pme@gcc.gnu.org>
8817
8818 * configure, .cvsignore: Revert previous change...
8819 * Makefile: ...delete.
8820
b4caab5c
NN
88212002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8822
8823 * configure.in: Eliminate ${gasdir} variable.
8824
ee777171
DB
88252002-06-18 Dave Brolley <brolley@redhat.com>
8826
8827 * configure.in: Add support for frv.
8828 * config.sub: Add support for frv.
8829
26e4af54
PE
88302002-06-18 Phil Edwards <pme@gcc.gnu.org>
8831
8832 * configure: Remove garbage from previous commit.
8833
bb20b7da
PE
88342002-06-18 Phil Edwards <pme@gcc.gnu.org>
8835
8836 * configure: For in-source builds, make a subdir and re-exec there.
8837 * Makefile: New file. Pass targets through to build directory.
8838 * .cvsignore: No longer ignore "Makefile".
8839
9d321f6c
DR
88402002-06-16 Douglas Rupp <rupp@gnat.com>
8841
8842 * MAINTAINERS (Write After Approval): Add self.
8843
c8eb2bc0
KG
88442002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8845
8846 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8847
f210d239
JT
88482002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8849
8850 * configure.in (vax-*-netbsd*): Re-enable gas.
8851
e9667b3c
NN
88522002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8853
efe1f357
NN
8854 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8855 BUILD_PREFIX_1, to correct nomenclature.
8856 * configure: Likewise.
8857
e9667b3c
NN
8858 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8859 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8860
fe2fe497
OH
88612002-05-31 Olaf Hering <olh@suse.de>
8862
8863 * config-ml.in: Propogate DESTDIR also.
8864
dcf7f0dd
JT
88652002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8866
8867 * configure.in (vax-*-netbsd*): Don't build gas for this
8868 platform.
8869
6ff14f32
MM
88702002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8871
8872 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8873 and libgcj for AVR.
8874
397de1ff
KK
88752002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
8876
8877 * MAINTAINERS (Write After Approval): Add myself.
8878
ac30211c
JT
88792002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8880
8881 * config.guess: Update to 2002-05-22 version.
8882 * config.sub: Likewise.
8883
1e6347d8
RO
88842002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8885
8886 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8887 * config-ml.in: Likewise.
8888 * configure: Likewise.
8889 * configure.in: Likewise.
8890
e5ce1d6d
SC
88912002-05-16 Stephane Carrez <stcarrez@nerim.fr>
8892
8893 * MAINTAINERS: Update my email address.
8894
6cdef75d
NN
88952002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8896
4a87f061
NN
8897 * configure.in: Simplify makefile fragment collection.
8898
8899 * configure.in: Remove code to build emacs.
603606e7 8900
e254d6b5
NN
8901 * configure.in : Remove --srcdir argument from targargs and buildargs
8902 (it's always overridden in the Makefile anyway). Rearrange a bit.
8903
8904 * configure: Move some logic to configure.in.
8905 * configure.in: Move some logic from configure.
6cdef75d 8906
1d6006fe
TT
89072002-05-11 Tom Tromey <tromey@redhat.com>
8908
8909 * MAINTAINERS: Reflect libgcj reality.
8910
b70b3534
FS
89112002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
8912
8913 * Makefile.in: Honour DESTDIR.
8914
4434687a
MM
89152002-05-08 Mark Mitchell <mark@codesourcery.com>
8916
8917 * config.guess: Import 2002-03-20 version.
8918 * config.sub: Import 2002-04-26 version.
8919
a89e49c7
RO
89202002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8921
8922 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8923
44e55536
TJ
89242002-05-07 Tim Josling <tej@melbpc.org.au>
8925
8926 * MAINTAINERS: Add self.
8927
dce2d8b2 89282002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
8929
8930 * ltmain.sh: Detect and handle object name conflicts
8931 while piecewise linking a static library.
8932
b7c13625
AO
89332002-05-05 Alexandre Oliva <aoliva@redhat.com>
8934
8935 * configure.in (noconfigdirs): Don't disable libgcj on
8936 sparc64-*-solaris* and sparcv9-*-solaris*.
8937
4182d9fa
AO
89382002-05-03 Alexandre Oliva <aoliva@redhat.com>
8939
8940 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8941
7bebf279
TF
89422002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8943
8944 * configure.in (FLAGS_FOR_TARGET): Do not add
8945 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8946 on i[3456]86-*-linux*.
8947
9a06dc7d
TF
89482002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8949
8950 * configure.in (noconfigdirs): Replace [ ] with test.
8951
8952 * configure.in (noconfigdirs): Do not add target-newlib if
8953 target == i[3456]86-*-linux*, and host == target.
8954
a51a07fa
NN
89552002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8956
9e7facd6
DD
8957 * configure.in: delete reference to absent file
8958
aeaa0f2f
NN
8959 * configure.in: replace '[' with 'test'
8960
4bb98828
NN
8961 * configure.in: Eliminate references to gash.
8962 * Makefile.in: Eliminate references to gash.
8963
64791664
NN
8964 * configure.in: remove useless references to 'pic' makefile fragments.
8965
3ed57cf4
NN
8966 * configure.in: (*-*-windows*) Finish removing.
8967
a51a07fa
NN
8968 * configure.in: Eliminate redundant test for libgui.
8969
8552f6f1
RS
89702002-04-29 Roger Sayle <roger@eyesopen.com>
8971
8972 * MAINTAINERS: Add self and realphabetize. Update entries
8973 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
8974 entry for a29k port maintainer.
8975
dce2d8b2 89762002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
8977
8978 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8979 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8980
704c9a14
NN
89812002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8982
8983 * configure.in: remove references to dead files
8984
7bff5059
MM
89852002-04-19 Mark Mitchell <mark@codesourcery.com>
8986
8987 * MAINTAINERS: Add information about purpose of this file.
8988
0c7c67f0
TT
89892002-04-18 Tom Tromey <tromey@redhat.com>
8990
8991 * configure.in: Disallow configuring libgcj when it is already
8992 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8993 Solaris 2.8 by default. For PR libgcj/6158.
8994
63501e91
NN
89952002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
8996
8997 * configure.in: Move default CC setting out of config/mh-* fragments
8998 directly into here.
8999
701afd4d
NN
90002002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9001
9002 * configure.in: don't even try to configure or make a subdirectory
9003 if there's no configure script for it.
9004
07cdae91
MM
90052002-04-15 Mark Mitchell <mark@codesourcery.com>
9006
9007 * MAINTAINERS: Remove chill maintainers.
9008 * Makefile.in (CHILLFLAGS): Remove.
9009 (CHILL_LIB): Remove.
9010 (TARGET_CONFIGDIRS): Remove libchill.
9011 (CHILL_FOR_TARGET): Remove.
9012 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9013 CHILL_LIB.
9014 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9015 (CHECK_TARGET_MODULES): Likewise.
9016 (INSTALL_TARGET_MODULES): Likewise.
9017 (CLEAN_TARGET_MODULES): Likewise.
9018 (configure-target-libchill): Remove.
9019 (all-target-libchill): Remove.
9020 * configure.in (target_libs): Remove target-libchill.
9021 Do not compute CHILL_FOR_TARGET.
9022 * libchill: Remove directory.
5ce6f47b 9023
ab50d72b
DD
90242002-04-11 DJ Delorie <dj@redhat.com>
9025
9026 * Makefile.in, configure.in: Sync with binutils, entries
9027 follow...
9028
0a1e123a
DD
90292002-04-07 Andrew Cagney <ac131313@redhat.com>
9030
9031 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
9032 (do-tar, do-bz2): New rules.
9033 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
9034 (gdb-tar): New rule.
9035 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
9036 (insight_dejagnu.tar): New rule.
9037 (insight.tar): New rule.
9038 (gdb+dejagnu.tar): New rule.
9039 (gdb.tar): New rule.
9040
ab50d72b
DD
90412002-02-01 Mo DeJong <supermo@bayarea.net>
9042
9043 * Makefile.in: Add all-tix to deps for all-snavigator
9044 so that tix is built when building snavigator.
9045
90462002-01-11 Steve Ellcey <sje@cup.hp.com>
9047
9048 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9049 ld and gdb are not supported.
9050
90512002-01-07 Mark Salter <msalter@redhat.com>
9052
9053 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9054 Allow target-libgloss to be built for arm, strongarm, and xscale.
9055
90562001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9057
9058 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9059 options for i[3456]86-pc-linux* native builds.
9060
90612001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9062
9063 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9064 files from .po files for a distribution.
9065
90662001-09-03 Jeff Holcomb <jeffh@redhat.com>
9067
9068 * configure.in: Enable libstdc++-v3 for h8300 targets.
9069
90702001-06-19 Alan Modra <amodra@bigpond.net.au>
9071
9072 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9073 version from bfd/.
9074
9075Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9076
9077 * Makefile.in (VER): When present, extract the version number from
9078 the file version.in.
9079
dce2d8b2 90802001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
9081
9082 * configure.in : enable ld for aix
9083
90842001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9085
9086 * config.guess: Add linux target for S/390.
9087
90882000-11-07 Philip Blundell <pb@futuretv.com>
9089
9090 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9091
90922000-11-03 Philip Blundell <pb@futuretv.com>
9093
9094 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9095 files.
9096
90972001-01-15 Ben Elliston <bje@redhat.com>
9098
9099 * configure.in (host_tools): Add sid.
9100 Always configure cgen.
9101
91022000-11-24 Nick Clifton <nickc@redhat.com>
9103
9104 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9105
9106
91072000-08-20 Doug Evans <dje@casey.transmeta.com>
9108
9109 * Makefile.in (ALL_MODULES): Add all-cgen.
9110 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9111 (all-cgen): New target.
9112 (all-opcodes,all-sim): Depend on all-cgen.
9113 * configure.in (host_tools): Add cgen.
9114 Only configure cgen if --enable-cgen-maint.
9115
dce2d8b2 91162002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
9117
9118 * configure.in: Add *-*-freebsd* configurations.
9119
90def2b2
TT
91202002-04-08 Tom Tromey <tromey@redhat.com>
9121
9122 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9123 Fixes PR libgcj/6068.
9124
320d7e7a
KW
91252002-03-30 Krister Walfridsson <cato@df.lth.se>
9126
9127 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9128
18b467f1
RO
91292002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9130
9131 * configure.in (alpha*-dec-osf*): Enable libgcj.
9132
dce2d8b2 91332003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
9134
9135 * MAINTAINERS (Write After Approval): Add myself.
9136
56ae9405
NC
91372002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
9138
9139 Fix for: PR bootstrap/3591, target/5676
9140 * configure.in (mcore-pe): Disable the configuration of
9141 libstdc++-v3 since exceptions are not supported.
9142
f18d9a0c
AG
91432002-03-20 Anthony Green <green@redhat.com>
9144
9145 * configure.in: Enable libgcj for xscale-elf target.
9146
dce2d8b2 9147Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
9148
9149 * MAINTAINERS: Update my email address.
9150
28eca9e8
AO
91512002-03-16 Alexandre Oliva <aoliva@redhat.com>
9152
9153 * ltmain.sh (relink_command): Fix typo in previous change.
9154
e67e72c7
AO
91552002-03-15 Alexandre Oliva <aoliva@redhat.com>
9156
9157 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
9158 (relink_command): Added --tag flags.
9159 (mode=install): If relinking fails; error out.
9160
c2273204
RH
91612002-03-12 Richard Henderson <rth@redhat.com>
9162
9163 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
9164 .NOTPARALLEL tag.
9165 (do-check): Rename from check.
9166 (check): Allow parallel check.
9167
bcb64245
BW
91682002-03-12 Bob Wilson <bob.wilson@acm.org>
9169
9170 * MAINTAINERS: Add myself as maintainer for xtensa port.
9171 Fix alphabetical order in CPU port maintainer list.
9172 Remove myself from Write After Approval list.
9173
63adb4ff
RH
91742002-03-11 Richard Henderson <rth@redhat.com>
9175
9176 * Makefile.in (.NOTPARALLEL): Add fake tag.
9177
9bec4bf0
L
91782002-03-07 H.J. Lu (hjl@gnu.org)
9179
9180 * configure.in: Enable gprof for mips*-*-linux*.
9181
c7fc1f84
DS
91822002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
9183
9184 * MAINTAINERS (Write After Approval): Add myself.
9185
6bff33fb
AO
91862002-02-28 Alexandre Oliva <aoliva@redhat.com>
9187
9188 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9189 libjava.
9190 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9191
0210b33b
AO
91922002-02-23 Alexandre Oliva <aoliva@redhat.com>
9193
9194 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9195 because its Makefile is there; test for the executable instead.
9196
fcc0a3ef
AO
91972002-02-22 Alexandre Oliva <aoliva@redhat.com>
9198
9199 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9200 libstdc++-v3 and libjava.
9201
dce2d8b2 92022002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
9203
9204 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9205 boehm-gc
5ce6f47b 9206
40fe0ec3
AO
92072002-02-09 Alexandre Oliva <aoliva@redhat.com>
9208
9209 * config.guess: Updated to 2002-01-30's version.
9210 * config.sub: Updated to 2002-02-01's version.
9211 Contribute sh64-elf.
9212 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9213 * configure.in: Added sh64-*-*.
9214
694d53ee
CD
92152002-02-08 Chris Demetriou <cgd@broadcom.com>
9216
9217 * MAINTAINERS: Belatedly add myself to write after approval list.
9218
a9ca50b1
JH
9219Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
9220
9221 * MAINTAINERS: Put self in as maintainer for x86-64 port.
9222 Remove self as Write After Approval.
9223
5ffc3500
GK
92242002-01-31 Geoffrey Keating <geoffk@redhat.com>
9225
9226 * MAINTAINERS: Put self in as maintainer for contrib/regression
9227 directory.
9228
4ceaf7fb
PE
92292002-01-28 Phil Edwards <pme@gcc.gnu.org>
9230
9231 * MAINTAINERS: Update my email address.
9232
51584787
JT
92332002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9234
5ce6f47b
EC
9235 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9236 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
9237 libraries if not supported for NetBSD on target CPU.
9238
5701d273
DR
92392002-01-25 Douglas B Rupp <rupp@gnat.com>
9240
9241 * install-sh: Use _inst.$$_ for temp file name.
9242
b299a075
JT
92432002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
9244
9245 * MAINTAINERS (Write After Approval): Move my contact info
9246 from here...
9247 (OS Port Maintainers): ...to here (netbsd).
9248
51fe14b5
BW
92492002-01-22 Bob Wilson <bob.wilson@acm.org>
9250
9251 * MAINTAINERS (Write After Approval): Add myself.
9252
dce2d8b2 92532002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
9254
9255 * Makefile.in (all-fastjar): Also depend on all-libiberty.
9256 (all-target-fastjar): Also depend on all-target-libiberty.
9257
3cd87679
L
92582002-01-16 H.J. Lu (hjl@gnu.org)
9259
9260 * config.guess: Import from master sources, rev 1.225.
9261 * config.sub: Import from master sources, rev 1.238.
9262
969a6d8f
KH
92632002-01-16 Kazu Hirata <kazu@hxi.com>
9264
9265 * MAINTAINERS (Write After Approval): Remove myself.
9266
366f6a52
FW
92672001-12-19 Florian Weimer <fw@deneb.enyo.de>
9268
9269 * MAINTAINERS (Write After Approval): Add myself.
9270
f02240b6
JM
92712001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
9272
9273 * MAINTAINERS: Add self as docs co-maintainer.
9274
5d08dc39
MK
92752001-12-11 Matthias Klose <doko@debian.org>
9276
9277 * MAINTAINERS (Write After Approval): Add myself.
9278
39e790d5
ZW
92792001-12-09 Zack Weinberg <zack@codesourcery.com>
9280
9281 * MAINTAINERS: Update my email address.
9282
4519d6a3
TC
92832001-12-07 Turly O'Connor <turly@apple.com>
9284 * MAINTAINERS (Write After Approval): Add myself.
9285 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9286 (rs6000_initialize_trampoline): Call __trampoline_setup for
9287 ABI_DARWIN too.
9288 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 9289 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 9290
21cf0a73
PC
92912001-12-07 Paolo Carlini <pcarlini@unitus.it>
9292
9293 * MAINTAINERS (Write After Approval): Add myself.
9294
4ee43206
DR
9295Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
9296
9297 * configure, configure.in: Use temp file for long sed commands.
9298
251931f3
LG
92992001-12-03 Laurent Guerby <guerby@acm.org>
9300
9301 * config.sub: Update to version 1.232 on subversion.
9302
03777dd7
BE
93032001-12-03 Ben Elliston <bje@redhat.com>
9304
9305 * MAINTAINERS: Update mail address for config.* patches.
9306
dce2d8b2 93072001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
9308 Zack Weinberg <zack@codesourcery.com>
9309
9310 When build != host, create libiberty for the build machine.
9311
9312 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9313 CONFIG_ARGUMENTS.
9314 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9315 New variables.
9316 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9317 and rules.
9318 (all.normal): Depend on ALL_BUILD_MODULES.
9319 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9320 (all-build-libiberty): Depend on configure-build-libiberty.
9321
9322 * configure: Calculate and substitute proper value for
9323 ALL_BUILD_MODULES.
9324 * configure.in: Create the build subdirectory.
9325 Calculate and substitute TARGET_CONFIGARGS (formerly
9326 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9327
04075e8f
ZL
93282001-11-26 Ziemowit Laski <zlaski@apple.com>
9329
9330 * MAINTAINERS (write-after-approval): Add self.
9331
ed19322d
CR
93322001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
9333
9334 * MAINTAINERS (GNATS only accounts): Remove self.
9335
90a12988
HPN
93362001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
9337
9338 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9339 libf2c.
9340
77e653ad
CR
93412001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
9342
9343 * MAINTAINERS (Write After Approval): Add self.
9344
64adad99
DB
93452001-11-12 David O'Brien <obrien@FreeBSD.org>
9346
9347 * MAINTAINERS: mips and s390 are also CPU ports.
9348
834a28c7
DB
93492001-11-12 David O'Brien <obrien@FreeBSD.org>
9350
9351 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9352
ef94239f
DB
93532001-11-11 David O'Brien <obrien@FreeBSD.org>
9354
9355 * MAINTAINERS: Alphabetize.
9356
beda0427
KH
93572001-11-09 Kazu Hirata <kazu@hxi.com>
9358
9359 * MAINTAINERS (Various maintainers: h8 port): Add myself.
9360
6ca224d3
JDA
93612001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
9362
9363 * MAINTAINERS (Various maintainers: hppa port): Added myself.
9364
132e4bd7
PE
93652001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9366
9367 * configure.in (--enable-languages): Be more permissive about
9368 syntax. Check for empty lists better. Warn about $LANGUAGES.
9369
c6243b4c
GK
93702001-11-08 Geoffrey Keating <geoffk@redhat.com>
9371
9372 * config.sub: Import from master sources, rev. 1.230.
9373 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9374
abbb9e76
LG
93752001-11-07 Laurent Guerby <guerby@acm.org>
9376
9377 * MAINTAINERS (Write After Approval): Add self.
9378
53cdb27a
HPN
93792001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9380
9381 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9382
dd3a88c9
HPN
93832001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
9384
9385 * config.sub: Import from master sources, rev 1.226.
9386 * config.guess: Import from master sources, rev 1.216.
9387
d344dce9
HPN
93882001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
9389
9390 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9391 * MAINTAINERS: Add self as maintainer of MMIX port.
9392 Remove old after-approval entry.
9393
63f6bcd7
JM
93942001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
9395
9396 * ChangeLog, configure: Fix spelling errors.
9397
84f92638
BK
93982001-10-20 Brendan Kehoe <brendan@zen.org>
9399
9400 * MAINTAINERS: Tweak my address.
9401
dce2d8b2 9402Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
9403
9404 * MAINTAINERS: Update my email address.
9405
1567080c 94062001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 9407
f48a3b5c 9408 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 9409 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 9410
30106886
GB
94112001-10-10 Geert Bosch <bosch@gnat.com>
9412
e490616e 9413 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
9414 Added Robert Dewar.
9415
dce2d8b2 94162001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
9417
9418 * MAINTAINERS (Write After Approval): Added self
9419
d1c3e709
GB
94202001-10-02 Geert Bosch <bosch@gnat.com>
9421
9422 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9423
50f5f793
JM
94242001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
9425
9426 * configure: Handle temporary files securely using mkdir.
9427
7fddf9a9
AO
94282001-09-29 Alexandre Oliva <aoliva@redhat.com>
9429
9430 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9431
dce2d8b2 94322001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
9433
9434 * configure.in (*-*-linux*): Disable configuration of target-newlib
9435 and target-libgloss.
e490616e 9436
0c055e34
AO
94372001-09-26 Alexandre Oliva <aoliva@redhat.com>
9438
9439 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9440 RANLIB.
9441
759bfa90
AO
94422001-09-21 Alexandre Oliva <aoliva@redhat.com>
9443
9444 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9445 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9446 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9447 avoid quotes nesting problems.
9448 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9449 (DO_X): Export only variables that are set.
9450
1dc4a750
BE
94512001-09-19 Ben Elliston <bje@redhat.com>
9452
9453 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9454 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9455 semantics. Use the shell built-in "type" command instead.
9456
898c7238
AO
94572001-08-31 Alexandre Oliva <aoliva@redhat.com>
9458
9459 Merged from gcc-3_0-branch:
9460 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9461 * ltcf-c.sh: Use $objext, not $ac_objext.
9462 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9463 * ltcf-cxx.sh: Add support for GNU.
9464 2001-07-22 Timothy Wall <twall@redhat.com>
9465 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9466 default settings if using GNU tools with that configuration.
9467 * ltcf-cxx.sh: Ditto.
9468 * ltcf-gcj.sh: Ditto.
9469 2001-07-21 Michael Chastain <chastain@redhat.com>
9470 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9471 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9472 * ltmain.sh: Mark as gcc-local.
9473
8fa0a32e
EC
94742001-08-30 Eric Christopher <echristo@redhat.com>
9475 Jason Eckhardt <jle@redhat.com>
9476
9477 * config.guess: Merge from master sources.
9478 * config.sub: Merge from master sources, add support for mipsisa32.
9479
32f30f91 94802001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
9481 * config.sub: Merge from master sources, rev 1.219.
9482 * MAINTAINERS: Add self as contact for stormy16 port.
9483
f6084f99
ZW
94842001-08-14 Zack Weinberg <zackw@panix.com>
9485
9486 * config.sub: Merge from master sources, rev 1.218.
9487 * config.guess: Merge from master sources, rev 1.209.
9488
91b54f7f
GS
94892001-08-11 Graham Stott <grahams@redhat.com>
9490
9491 * Makefile.in (check-c++): Add missing semicolon.
9492
e5b3941e
JH
9493Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
9494
32f30f91 9495 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 9496
6387a56e
EC
94972001-07-30 Eric Christopher <echristo@redhat.com>
9498
9499 * MAINTAINERS (Various maintainers: mips port): Added myself.
9500
53b475f0
AH
95012001-07-25 Andrew Haley <aph@cambridge.redhat.com>
9502
e490616e 9503 * configure.in (sh-*-linux*): New.
53b475f0 9504
2a08c780
RH
95052001-07-27 Richard Henderson <rth@redhat.com>
9506
9507 * .cvsignore: Add LAST_UPDATED.
9508
bfa79422
UW
95092001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
9510
9511 * MAINTAINERS (Various maintainers: s390 port): Added myself.
9512
0ae85492
AH
95132001-07-16 Aldy Hernandez <aldyh@redhat.com>
9514
e490616e 9515 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 9516
8e1ab0fe
NP
9517Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
9518
9519 * MAINTAINERS (Write After Approval): Added myself.
9520
2b997990
SC
95212001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9522
9523 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9524 and libgcj on m68hc11/m68hc12.
9525
d920e825
L
95262001-06-27 H.J. Lu (hjl@gnu.org)
9527
9528 * Makefile (CFLAGS_FOR_BUILD): New.
9529 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9530
d425a1e0
JM
95312001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9532
9533 * README: Remove version number.
9534
5b5b4207
GP
95352001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9536
9537 * INSTALL/README: Update wrt. to the installation instructions now
9538 residing in gcc/doc/install.texi.
9539
be839b69
JM
95402001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9541
9542 * README: Replace with a cut-down and updated version of gcc/README.
9543
fe2ee7c4
DE
95442001-06-12 David Edelsohn <edelsohn@gnu.org>
9545
9546 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9547 multilibs to be disabled.
9548
4f5d646c
DB
95492001-06-11 Daniel Berlin <dan@cgsoftware.com>
9550
9551 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 9552
818f0c85
AO
95532001-06-09 Alexandre Oliva <aoliva@redhat.com>
9554
9555 * config.guess: Import CVS version 1.195.
9556 * config.sub: Import CVS version 1.212.
9557
e9a8af10
AO
95582001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9559
9560 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9561 gcc/xgcc is built, use -print-prog-name to find out the program
9562 name to use.
9563
ae3ca0a9
PE
95642001-06-04 Phil Edwards <pme@sources.redhat.com>
9565
9566 * config.guess: Import CVS version 1.194. All gcc-local changes
9567 appear to also be in the master copy.
9568 * config.sub: Import CVS version 1.211.
9569
066bd40d
MM
9570Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
9571
9572 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9573 with_gcc]: Use `gcc -shared' to build a shared library.
9574
4aef4f33
JDA
9575Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
9576
9577 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9578 archives.
9579
c386f00f
RO
9580Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9581
9582 * MAINTAINERS (Write After Approval): Add myself.
9583
2ae5cea5
HPN
95842001-06-01 Hans-Peter Nilsson <hp@axis.com>
9585
9586 * configure.in (libstdcxx_flags): Do not try to execute
9587 libstdc++-v3/testsuite_flags until it exists.
9588
c3766183
AM
95892001-06-01 Alan Modra <amodra@bigpond.net.au>
9590
9591 * MAINTAINERS: Update my email address.
9592
9b337833
GS
95932001-05-31 Graham Stott <grahams@redhat.com>
9594
9595 * MAINTAINERS (Write After Approval): Add myself.
9596
dce2d8b2 95972001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
9598
9599 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9600 libraries when using g++ with native linker.
9601
5f7de4b8
AO
96022001-05-28 Alexandre Oliva <aoliva@redhat.com>
9603
9604 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9605
a7bc0fbb
AO
96062001-05-22 Alexandre Oliva <aoliva@redhat.com>
9607
9608 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9609 [aix4*|aix5*]: Prepend blank.
9610
33456445
AO
96112001-05-20 Alexandre Oliva <aoliva@redhat.com>
9612
9613 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9614 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9615 of subdir/configure scripts to use the new libtool.m4.
9616
e48d3d00
MK
96172001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
9618
9619 * MAINTAINERS (Write After Approval): Add myself.
9620
9e0e191b
BK
96212001-05-18 Benjamin Kosnik <bkoz@redhat.com>
9622
9623 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9624
3f19b439
BE
96252001-05-11 Ben Elliston <bje@redhat.com>
9626
9627 * Makefile.in (all-sid): New target.
9628 (check-sid, clean-sid, install-sid): Likewise.
9629
6ebe3121
JO
96302001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
9631
9632 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9633
ca3667c4
AO
96342001-05-03 Alexandre Oliva <aoliva@redhat.com>
9635
9636 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9637 libgcj.
9638
96392001-05-03 Alexandre Oliva <aoliva@redhat.com>
9640
9641 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9642 gcc/xgcc is built, use -print-prog-name to find out the program
9643 name to use.
9644
b2964d63
AO
96452001-04-26 Alexandre Oliva <aoliva@redhat.com>
9646
b1bb2302
AO
9647 * configure.in (noconfigdirs): Don't reset it from scratch in the
9648 target case; only append to it.
6387a56e 9649
b2964d63
AO
9650 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9651 sparc-*-solaris2.8]: Disable ${libgcj}.
9652
8343765d
AO
96532001-04-25 Alexandre Oliva <aoliva@redhat.com>
9654
9655 * configure.in (libgcj_saved): Copy from $libgcj.
9656 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9657 --disable-libgcj.
9658
ddbb6d43
GRK
96592001-04-25 Gavin Romig-Koch <gavin@redhat.com>
9660
9661 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 9662 C front end maintainer.
ddbb6d43 9663
3fa03ff9
AG
9664Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
9665
9666 * configure.in: Move *-chorusos target case to the proper switch.
9667 Disable libgcj.
9668
99ffe40f
AO
96692001-04-12 Alexandre Oliva <aoliva@redhat.com>
9670
9671 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9672 1.641.2.228.
9673
78faa32d
FS
96742001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9675
9676 * Makefile.in (STAGE1_CFLAGS): Pass down.
9677
cdbff0ab
AM
96782001-04-13 Alan Modra <amodra@one.net.au>
9679
9680 * config.guess: Add hppa64-linux support. Note for next import that
9681 this is already in the master file.
9682 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
9683
75b9074c
AO
96842001-04-12 Alexandre Oliva <aoliva@redhat.com>
9685
9686 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9687 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9688
125404c5
SS
96892001-04-11 Stan Shebs <shebs@apple.com>
9690
9691 * MAINTAINERS: Add self as Darwin port maintainer.
9692
876684fe
AM
96932001-04-11 Alan Modra <amodra@one.net.au>
9694
9695 * MAINTAINERS: Update my email address.
9696
06729913
LR
96972001-04-10 Loren J. Rittle <ljrittle@acm.org>
9698
9699 * ltcf-cxx.sh: Support creation of C++ shared libraries on
9700 recent versions of FreeBSD (release 3 or later).
9701 * ltconfig: On FreeBSD, -lc must not be provided when building
9702 a shared library or else the standard -pthread gcc option is
9703 rendered worthless to later users of the built library.
9704
67916302
JM
97052001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
9706
9707 * MAINTAINERS: Add self and RTH as C front end maintainers.
9708
d2bc0628
AO
97092001-04-05 Alexandre Oliva <aoliva@redhat.com>
9710
e490616e
ZW
9711 * config.sub: Make sure to match an already-canonicalized
9712 machine name (eg. mn10300-unknown-elf).
d2bc0628 9713
a3406c06
AO
97142001-04-01 Alexandre Oliva <aoliva@redhat.com>
9715
9716 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9717 New macros.
9718 (bootstrap, cross): Use RECURSE_FLAGS.
9719 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9720
a076f6a4
AO
97212001-03-27 Alexandre Oliva <aoliva@redhat.com>
9722
9723 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9724
e9f4fa71
CH
97252001-03-22 Colin Howell <chowell@redhat.com>
9726
7238de5c
CH
9727 * Makefile.in (DO_X): Do not backslash single-quotes in
9728 backquotes (two places).
e9f4fa71 9729
b6b14b1b
AO
97302001-03-22 Alexandre Oliva <aoliva@redhat.com>
9731
9732 Re-installed:
9733 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9734 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9735 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9736 * ltcf-cxx.sh: Likewise.
9737 * ltcf-gcj.sh: Likewise.
9738
1eb0b89d
GP
97392001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9740
9741 * MAINTAINERS: Add myself as "documentation co-maintainer".
9742
82e23236
AO
97432001-03-22 Alexandre Oliva <aoliva@redhat.com>
9744
9745 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9746 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9747
64ec27c3
TT
97482001-03-19 Tom Tromey <tromey@redhat.com>
9749
9750 * config-ml.in: Handle GCJ and GCJFLAGS.
9751
191de407
MC
97522001-03-21 Michael Chastain <chastain@redhat.com>
9753
9754 * Makefile.in: all-m4 depends on all-texinfo.
9755
fed4dede
LR
97562001-03-20 Loren J. Rittle <ljrittle@acm.org>
9757
9758 * MAINTAINERS: Add myself to write after approval list.
9759
085072bb
LB
97602001-03-18 Laurynas Biveinis <lauras@softhome.net>
9761
9762 * Makefile.in (DO_X): Quote nested quotes.
9763
5af8ea3f
AM
97642001-03-18 Alan Modra <alan@linuxcare.com.au>
9765
9766 * MAINTAINERS: Add myself to write after approval list.
9767
69e23037
LB
97682001-03-15 Laurynas Biveinis <lauras@softhome.net>
9769
9770 * Makefile.in (DO_X): Use double quotes for quoting
9771 "RANLIB=$${RANLIB}".
9772
2b9650f4
OP
97732001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
9774
9775 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9776
dce2d8b2 97772001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
9778
9779 * configure.in: Only use `lang_requires' for languages athat are
9780 actually enabled.
9781
f6646274
PE
97822001-03-08 Phil Edwards <pme@sources.redhat.com>
9783
9784 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
9785
c9a54638
AO
97862001-03-08 Alexandre Oliva <aoliva@redhat.com>
9787
9788 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9789
6a556ad6
TT
97902001-03-07 Tom Tromey <tromey@redhat.com>
9791
9792 * configure.in: Allow config-lang.in to set `lang_requires' to list
9793 of other required languages.
9794
6822468a
LB
97952001-03-06 Laurynas Biveinis <lauras@softhome.net>
9796
9797 * Makefile.in: Remove RANLIB definition. Use RANLIB
9798 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9799 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 9800
f04885d3 98012001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 9802 Alexandre Oliva <aoliva@redhat.com>
6387a56e 9803
f04885d3
BK
9804 * Makefile.in (check-c++): Use tabs, not spaces.
9805
288edf47 98062001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 9807
288edf47
LB
9808 * MAINTAINERS: add myself to Write After Approval list.
9809
3d55d2f8 98102001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 9811
e490616e 9812 * Makefile.in (check-c++): New rule.
6387a56e 9813
4d88a68a
BK
9814 * configure.in (target_libs): Remove libg++.
9815 (noconfigdirs): Remove libg++.
9816 (noconfigdirs): Same.
9817 (noconfigdirs): Same.
9818 (noconfigdirs): Same.
9819
9820 * config-ml.in: Remove libg++ references.
9821
9822 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9823 (ALL_TARGET_MODULES): Same.
9824 (configure-target-libg++): Remove.
9825 (all-target-libg++): Remove.
9826 (configure-target-libio): Remove.
9827 (all-target-libio): Remove.
9828 (check-target-libio): Remove.
9829 (.PHONY): Remove.
9830 (libg++.tar.bz2): Remove.
9831 (all-target-cygmon): Remove libio.
9832 (all-target-libstdc++): Remove.
9833 (configure-target-libstdc++): Remove.
9834 (TARGET_LIB_PATH): Remove libstdc++.
9835 (ALL_GCC_CXX): Remove libstdc++.
9836 (all-target-gperf): Correct.
9837
2437d4ed
NC
98382001-02-16 Nick Clifton <nickc@redhat.com>
9839
9840 * configure.in (noconfigdirs): Allow configuration of texinfo
9841 for Cygwin hosts.
9842
85b99cbe
AG
98432001-02-15 Anthony Green <green@redhat.com>
9844
9845 * configure: Introduce GCJ_FOR_TARGET.
9846 * configure.in: Ditto.
9847 * Makefile.in: Ditto.
9848
7b18790c
AS
98492001-02-13 Andreas Schwab <schwab@suse.de>
9850
9851 * MAINTAINERS: Update mail address.
9852
c4880c99
MS
98532001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9854
9855 * config.guess: Add linux target for S/390.
9856 * config.sub: Likewise.
9857
dce2d8b2 98582001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
9859
9860 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 9861 target-libgloss.
e31ae6db 9862
7739adfb
BE
98632001-02-06 Ben Elliston <bje@redhat.com>
9864
9865 * configure: Output host type to stdout, not stderr.
9866
36ca672c
MM
98672001-02-05 Mark Mitchell <mark@codesourcery.com>
9868
e40f2829 9869 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
9870 * ltcf-cxx.sh: Likewise.
9871
36ca672c
MM
9872 * config.if: Assume enable_libstdcxx_v3 is defined.
9873
22fdd65e
MM
98742001-02-04 Mark Mitchell <mark@codesourcery.com>
9875
9876 Remove V2 C++ library.
9877 * configure.in: Remove --enable-libstdcxx_v3 support.
9878
3b60dd8e
BM
98792001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
9880
9881 * include/demangle.h: Add prototype for java_demangle_v3.
9882
42c0c80a
PE
98832001-01-29 Phil Edwards <pme@sources.redhat.com>
9884
9885 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
9886
0be25992
RH
98872001-01-27 Richard Henderson <rth@redhat.com>
9888
9889 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9890
8a8de62d
MS
98912001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9892
9893 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9894 Don't unset, it's non-portable and no longer necessary, set to empty
9895 instead.
9896
92769744
MS
98972001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9898
9899 * ltconfig: Shell portability fix for the tagname validity check.
9900
88a1c0ab
AO
99012001-01-27 Alexandre Oliva <aoliva@redhat.com>
9902
9903 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9904 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9905
45291dd5
MS
99062001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9907
9908 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9909
1ace7e15
TT
99102001-01-26 Tom Tromey <tromey@redhat.com>
9911
9912 * configure.in: Allow libgcj to be built on Sparc Solaris.
9913
0ef8b11b
DE
99142001-01-25 David Edelsohn <edelsohn@gnu.org>
9915
9916 * ltcf-c.sh: Add aix5 case.
9917 * ltcf-cxx.sh: Likewise.
9918 * ltconfig: Likewise.
9919
0006091e
AO
99202001-01-24 Alexandre Oliva <aoliva@redhat.com>
9921
9bad11e1
AO
9922 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9923 keep at least one of build_libtool_libs or build_old_libs set to
9924 yes.
9925
0006091e
AO
9926 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9927 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9928
7c01b2b5
BM
99292001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
9930
9931 * configure.in: Enable libgcj on several additional platforms.
9932
d340e0ac
BM
99332001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
9934
9935 * configure.in: Enable libgcj for linux targets.
9936
5baf8c37
MS
99372001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9938
9939 * MAINTAINERS (Write After Approval): Add myself.
9940
10a0ba84
JDA
99412001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
9942
9943 * MAINTAINERS: Add myself as vax port maintainer.
9944
357c6a4b
FH
99452001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
9946
9947 * MAINTAINERS: Add myself as Mercury front-end maintainer.
9948
6e2d9a7a
MS
99492001-01-09 Mike Stump <mrs@wrs.com>
9950
9951 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9952 failures of subdirectories.
9953
b6b14b1b 99542001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 9955
b6b14b1b 9956 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 9957 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
9958 * ltcf-cxx.sh: Likewise.
9959 * ltcf-gcj.sh: Likewise.
9960 * ltconfig.sh: Fix typo.
976b230d 9961
07109110
LB
99622001-01-02 Laurynas Biveinis <lauras@softhome.net>
9963
9964 * configure: handle DOS-style absolute paths.
9965
1da5b8fc
LB
99662001-01-02 Laurynas Biveinis <lauras@softhome.net>
9967
9968 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9969
4c2f5b4f
MM
99702000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
9971
9972 * MAINTAINERS: Add myself as avr port co-maintainer.
9973
bc53668e
BE
99742000-12-28 Ben Elliston <bje@redhat.com>
9975
9976 * MAINTAINERS: Add myself under ``Write After Approval''.
9977
c387606f
JM
99782000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
9979
9980 * texinfo: Remove directory from GCC.
9981
2cb5082c
JM
99822000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
9983
9984 * COPYING: Update to current
9985 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9986 to 19yy as example year in copyright notice).
9987
cc330df9
BK
99882000-12-18 Benjamin Kosnik <bkoz@redhat.com>
9989
6387a56e 9990 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
9991 (libstdcxx_incdir): Pass down.
9992 * config.if: Remove expired bits for cxx_interface, add stub.
9993 (libstdcxx_incdir): Add variable for g++ include directory.
9994 * configure.in (gxx_include_dir): Use it.
6387a56e 9995
4c6b2835
AO
99962000-12-18 Alexandre Oliva <aoliva@redhat.com>
9997
9998 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
9999 with old-email address from ``Write After Approval''.
10000
3896f13e
AJ
100012000-12-15 Andreas Jaeger <aj@suse.de>
10002
10003 * configure.in: Handle lang_dirs.
10004
100052000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 10006
ad46e881
TT
10007 * MAINTAINERS: Removed brads.
10008
90a10418
TT
10009 * MAINTAINERS: Added gcj developers.
10010
41dfe3a2 100112000-12-13 Anthony Green <green@redhat.com>
6387a56e 10012
41dfe3a2 10013 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
10014 listed. Disable libgcj for x86 and Alpha Linux until compatible
10015 with g++ abi.
6387a56e 10016
e2f601da
MS
100172000-12-13 Mike Stump <mrs@wrs.com>
10018
10019 * Makefile.in (local-distclean): Also remove fastjar.
10020
70030c01
RB
100212000-12-12 Rodney Brown <RodneyBrown@mynd.com>
10022
10023 * contrib/gcc_update: Add fastjar --touch entries.
10024
2a50f859
AO
100252000-12-12 Alexandre Oliva <aoliva@redhat.com>
10026
10027 * configure.in: Disable language-specific target libraries for
10028 languages that aren't enabled.
10029
7743113b
AG
100302000-12-10 Anthony Green <green@redhat.com>
10031
10032 * configure.in: Define libgcj. Disable libgcj target libraries for
10033 most targets.
10034
92e061a6
NB
100352000-12-10 Neil Booth <neilb@earthling.net>
10036
10037 * MAINTAINERS: Update mail address, remove from WAA list.
10038
f34ff6d6
APB
100392000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10040
10041 * libjava: Imported from /cvs/java.
10042 * libffi: Likewise.
10043 * Boehm-gc: Likewise.
10044
d82a33c6
APB
100452000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10046
10047 * configure.in (target_libs): Revert 2000-12-08 patch.
10048 (noconfigdirs): Added target-libjava.
10049
e14f8e28
LB
100502000-12-09 Laurynas Biveinis <lauras@softhome.net>
10051
10052 * djunpack.bat: removed.
10053
fc26516b
LB
100542000-12-09 Laurynas Biveinis <lauras@softhome.net>
10055
10056 * Makefile.in: handle DOS-style absolute paths.
10057 * config-ml.in: likewise.
10058 * symlink-tree: likewise.
10059
bd8757b3
APB
100602000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10061
10062 * fastjar: Imported.
10063
81522a1f
APB
100642000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10065
10066 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10067 libjava.
10068 * configure.in (target_libs): Removed `target-libjava'.
10069
5db1f7ed
APB
100702000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10071
10072 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10073 (ALL_MODULES): Added fastjar.
10074 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10075 (all-target-libjava): all-fastjar replaces all-zip.
10076 (all-fastjar): Added.
10077 (configure-target-fastjar, all-target-fastjar): Likewise.
10078 * configure.in (host_tools): Added fastjar.
10079
5e59997c
MS
100802000-12-07 Mike Stump <mrs@wrs.com>
10081
10082 * Makefile.in (local-distclean): Remove leftover built files.
10083
0a534f40
NC
100842000-11-24 Nick Clifton <nickc@redhat.com>
10085
10086 * configure.in (xscale-elf): Add target.
10087 (xscale-coff): Add target.
10088
7686cadf
LR
100892000-11-22 Loren J. Rittle <ljrittle@acm.org>
10090
e490616e
ZW
10091 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10092 recent versions of FreeBSD (release 3 or later).
10093 * ltconfig: On FreeBSD, -lc must not be provided when building
10094 a shared library or else the standard -pthread gcc option is
10095 rendered worthless to later users of the built library.
7686cadf 10096
fff01699
FF
100972000-11-16 Fred Fish <fnf@be.com>
10098
10099 * configure.in (enable_libstdcxx_v3): Fix typo,
10100 libstd++ -> libstdc++.
10101
4dc16355
KL
101022000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10103
10104 * MAINTAINERS: Add self to Write After Approval list.
10105
bf6fc7b2
BS
101062000-11-21 Bernd Schmidt <bernds@redhat.com>
10107
10108 * MAINTAINERS: Update my email address. Add myself to global write
10109 privs list.
10110
ce8e06b1
AO
101112000-11-18 Alexandre Oliva <aoliva@redhat.com>
10112
6e2a4843
AO
10113 * Makefile.in: Merge with src and libgcj.
10114 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
10115 configure-target-<library> when their configure scripts need the C
10116 or C++ library to have already been built to work properly.
10117 (do_proto_toplev): Set them to an empty string.
10118
ce8e06b1
AO
10119 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10120 (REALLY_SET_LIB_PATH): Use them.
10121
c003f378
SS
101222000-11-17 Stan Shebs <shebs@apple.com>
10123
10124 * MAINTAINERS: Add self to Write After Approval list.
10125
cc1e60ea
JM
101262000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10127
10128 * configure: Provide the original toplevel configure arguments
10129 (including $0) to subprocesses in the environment rather than
10130 through gcc/configargs.h.
10131
1173593d
JM
101322000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10133
10134 * MAINTAINERS: Remove references to cccp. Change C9X reference to
10135 C99. Alphabetise "Write After Approval" list.
10136
520907ee
MM
101372000-11-12 Mark Mitchell <mark@codesourcery.com>
10138
34f6fbdb
MM
10139 * configure: Turn on libstdc++ V3 by default.
10140
520907ee
MM
10141 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10142 if we've got GCC.
10143
0bbd37ed
PB
101442000-11-11 Philip Blundell <philb@gnu.org>
10145
10146 * MAINTAINERS: Add self to Write After Approval list.
10147
7ca0e6d9
DE
101482000-11-09 David Edelsohn <edelsohn@gnu.org>
10149
10150 * ltcf-c.sh (aix4): Improve shared library configuration; require
10151 exporting symbols.
10152 * ltcf-cxx.sh (aix4): Define.
10153 * ltconfig (aix4): Define library and soname specs appropriate for
10154 AIX. Define command to create export symbols list.
10155
dce2d8b2 10156Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
10157
10158 * config.sub: Add support for Sun Chorus
10159
fc05d516
NC
101602000-10-31 Nick Clifton <nickc@redhat.com>
10161
10162 * MAINTAINERS: Rename <name>@cygnus.com addresses to
10163 <name>@redhat.com. Also installed new email address for Clint
10164 Popetz.
6387a56e 10165
90a0e73f
JM
101662000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10167
10168 * etc: Remove directory from GCC.
10169
a5e1b548
MM
101702000-10-16 Michael Meissner <meissner@redhat.com>
10171
10172 * configure (gcc/configargs.h): Only create if there is a build GCC
10173 directory created.
10174
6387a56e
EC
101752000-10-16 Matthias Klose <doko@debian.org>
10176
be1db873
MK
10177 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10178 when configured for libstdc++-v3.
10179
f5fa9a5b
PE
101802000-10-05 Phil Edwards <pme@gcc.gnu.org>
10181
10182 * configure: Save configure arguments to gcc/configargs.h.
10183
61a77fea
PT
101842000-10-04 Philipp Thomas <pthomas@suse.de>
10185
10186 * config.guess: Import CVS version 1.157.
10187 * config.sub: Import CVS version 1.181.
10188
3a4fee66
AP
101892000-10-04 Andris Pavenis <pavenis@latnet.lv>
10190
10191 * Makefile.in (bootstrap): avoid recursion if subdir missing
10192 (cross): ditto
10193 (do-proto-toplev): ditto
10194
3dd7094e
AO
101952000-09-30 Alexandre Oliva <aoliva@redhat.com>
10196
de710532
AO
10197 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10198 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10199
3dd7094e
AO
10200 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10201 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
10202 all affected `configure' scripts.
10203
e592386f
NB
10204Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
10205
10206 * MAINTAINERS: Add self as cpplib co-maintainer.
10207
fba54939
AH
102082000-09-24 Aldy Hernandez <aldyh@redhat.com>
10209
10210 * MAINTAINERS: Add self to Write After Approval list.
10211
2bd429f4
GP
102122000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10213
10214 * INSTALL/README: egcs -> GCC update.
10215
dce2d8b2 10216Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
10217
10218 * MAINTAINERS: Add myself to Write After Approval list.
10219
d7ce9a83
KH
102202000-09-15 Kazu Hirata <kazu@hxi.com>
10221
10222 * MAINTAINERS: Add myself to Write After Approval list.
10223
18a53ffe
JL
10224Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
10225
e490616e
ZW
10226 * configure.in: Do not build byacc for hppa64. Provide paths to the
10227 X11 libraries for hppa64.
18a53ffe 10228
f246ff23
SC
102292000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10230
10231 * MAINTAINERS: Add myself as 68hc11 port maintainer.
10232
06298abd
AO
102332000-09-06 Alexandre Oliva <aoliva@redhat.com>
10234
4b92758a
AO
10235 * Makefile.in (all-zlib): Added dummy target.
10236
06298abd
AO
10237 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10238 ltcf-gcj.sh: Updated from libtool multi-language branch.
10239
4d73d07a
AO
102402000-09-05 Alexandre Oliva <aoliva@redhat.com>
10241
10242 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10243 (bootstrap*): Depend on all-bootstrap.
10244
05d52d78
PT
102452000-09-05 Philipp Thomas <pthomas@suse.de>
10246
10247 * config.guess: Import CVS version 1.156.
10248 * config.sub: Import CVS version 1.179.
10249
3c809ba4
AG
102502000-09-02 Anthony Green <green@cygnus.com>
10251
10252 * Makefile.in (all-gcc): Depend on all-zlib.
10253 (CLEAN_MODULES): Add clean-zlib.
10254 (ALL_MODULES): Add all-zlib.
10255 * configure.in (host_libs): Add zlib.
10256
10ad78a0 102572000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
10258
10259 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10260 crosses, but add gcc/include to the header search path for them.
10261
b36a9ce3
DB
102622000-08-04 David E. O'Brien <obrien@FreeBSD.org>
10263
10264 * MAINTAINERS: Add self to Write After Approval list.
10265
cb011248
FS
102662000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10267
10268 * config.guess: Import CVS version 1.152.
10269 * config.sub: Import CVS version 1.177.
10270
db310af0
AO
102712000-08-25 Alexandre Oliva <aoliva@redhat.com>
10272
7965440a
AO
10273 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10274 $targargs to tell whether newlib is going to be built.
10275
db310af0
AO
10276 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10277 $$r/TARGET_SUBDIR/libio for _G_config.h.
10278
e7977565
AO
102792000-08-23 Alexandre Oliva <aoliva@redhat.com>
10280
10281 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10282
126bb9ed
DD
102832000-08-22 DJ Delorie <dj@redhat.com>
10284
10285 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10286
5b0e9d29
AO
102872000-08-22 Alexandre Oliva <aoliva@redhat.com>
10288
10289 * config-ml.in (CC, CXX): Avoid trailing whitespace.
10290 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10291 sub-configures.
10292
4f3e904e
DD
102932000-08-21 DJ Delorie <dj@redhat.com>
10294
10295 * MAINTAINERS: Add self as a libiberty maintainer
10296
c9635443
AO
102972000-08-16 Alexandre Oliva <aoliva@redhat.com>
10298
10299 * configure.in (libstdcxx_flags): Use
10300 libstdc++-v3/src/libstdc++.INC.
10301
8b2100ba
AO
103022000-08-15 Alexandre Oliva <aoliva@redhat.com>
10303
10304 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10305
57119aa9
ZW
103062000-08-14 Zack Weinberg <zack@wolery.cumb.org>
10307
eeb943b0
ZW
10308 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10309
6387a56e 10310 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
10311 explicit. Substitute enable_threads into generated Makefiles.
10312 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10313 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10314
acffa7c4
GK
103152000-08-13 Geoff Keating <geoffk@cygnus.com>
10316
10317 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10318
808d8c41
AO
103192000-08-12 Alexandre Oliva <aoliva@redhat.com>
10320
10321 * config-ml.in (CC): Remove bogus duplicate quotation mark from
10322 previous delta.
10323
1fc8c51c 103242000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 10325
1fc8c51c
JM
10326 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10327 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10328 (FLAGS_FOR_TARGET): Not here.
10329 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 10330
25698887
AO
103312000-08-11 Alexandre Oliva <aoliva@redhat.com>
10332
10333 * config-ml.in (CC, CXX): Don't introduce a leading space.
10334
10120687
DD
103352000-08-07 DJ Delorie <dj@delorie.com>
10336
10337 * MAINTAINERS: Add self as a DJGPP maintainer
10338
15c758e9
DD
103392000-08-07 DJ Delorie <dj@redhat.com>
10340
10341 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10342 "if we're also building gcc, and it's a gcc that will run on the
10343 build machine, we want to use its includes instead of the system's
10344 default includes".
10345
2d0de245
JM
103462000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
10347
10348 * MAINTAINERS: Add self to Write After Approval list.
10349
e81b330a
AO
103502000-08-03 Alexandre Oliva <aoliva@redhat.com>
10351
83440c1e
AO
10352 * configure.in (libstdcxx_flags): Don't use `"'.
10353
e81b330a
AO
10354 * config-ml.in: Adjust multilib search paths to the
10355 appropriate multilib tree.
10356
cf95c847
AO
103572000-08-02 Alexandre Oliva <aoliva@redhat.com>
10358
10359 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10360 commas in $LANGUAGES.
10361
9e9af119
MH
103622000-08-02 Manfred Hollstein <manfredh@redhat.com>
10363
10364 * configure.in: Re-enable all references to libg++ and librx.
10365
606ce391
AO
103662000-08-01 Alexandre Oliva <aoliva@redhat.com>
10367
89820b43
AO
10368 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10369 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
10370 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10371 * ltcf-cxx.sh (need_lc): Set based on postdeps.
10372
606ce391
AO
10373 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10374
04179d4a
AO
103752000-07-31 Alexandre Oliva <aoliva@redhat.com>
10376
10377 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10378 CXX_FOR_TARGET for sed.
10379
d4eb109c
AO
103802000-07-30 Alexandre Oliva <aoliva@redhat.com>
10381
10382 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10383 Do not override if already set in the environment or in configure.
10384 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10385 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10386
4f4caf92
AO
103872000-07-28 Alexandre Oliva <aoliva@redhat.com>
10388
10389 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10390 the libtool CVS tree multi-language branch.
10391 * ltconfig, ltmain.sh: Updated.
6387a56e 10392
b87487b6
AO
103932000-07-27 Alexandre Oliva <aoliva@redhat.com>
10394
1670d1ea
AO
10395 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10396 (clean-target): Depend on it.
10397
b87487b6
AO
10398 * Makefile.in (FLAGS_FOR_TARGET): New macro.
10399 (GCC_FOR_TARGET): Use it.
10400 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10401 * configure.in: ... here.
10402 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
10403 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10404
4e81ae98
EC
104052000-07-24 Eric Christopher <echristo@cygnus.com>
10406
10407 * MAINTAINERS: Add self to Write After Approval list.
10408
059ae32c
AO
104092000-07-24 Alexandre Oliva <aoliva@redhat.com>
10410
5b28edd4
AO
10411 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10412 (configure-target-libchill, configure-target-libobjc): Likewise.
10413
059ae32c
AO
10414 * configure.in: Use the same cache file for all target libs.
10415 * config-ml.in: But different cache files per multilib variant.
10416
1adcd149
MS
104172000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10418
10419 * configure (topsrcdir): Don't use dirname.
10420
2d573dff
JO
104212000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
10422
10423 * MAINTAINERS: Add self to Write After Approval list.
10424
d207ebef
JM
104252000-07-20 Jason Merrill <jason@redhat.com>
10426
10427 * configure.in: Remove all references to libg++ and librx.
10428
10429 * configure, configure.in, Makefile.in: Unify gcc and binutils.
10430
104312000-07-20 Hans-Peter Nilsson <hp@axis.com>
10432
10433 * config.sub: Update to subversions version 2000-07-06.
10434
7b7792d5
AH
104352000-07-12 Andrew Haley <aph@cygnus.com>
10436
10437 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10438 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10439
3abaac67
PE
104402000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
10441
10442 * symlink-tree: Check number of arguments.
10443
34be2b36
JW
104442000-07-05 Jim Wilson <wilson@cygnus.com>
10445
10446 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10447 search path for a g++ extracted from the build tree. This
10448 will allow link tests run by configure scripts in
10449 subdirectories to succeed.
10450
d207ebef
JM
104512000-07-01 Koundinya K <kk@ddeorg.soft.net>
10452
e490616e 10453 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 10454
0900331b
MH
104552000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10456
10457 * MAINTAINERS: Add myself as loop discovery maintainer.
10458
d207ebef
JM
104592000-06-28 Corinna Vinschen <vinschen@cygnus.com>
10460
10461 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10462 `os2'. Force ac_cv_exeext to be ".exe" in that case.
10463
104642000-06-19 Timothy Wall <twall@cygnus.com>
10465
10466 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10467 * config.sub: Add tic54x target.
10468
11a27a76
TM
10469Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10470
10471 * MAINTAINERS: Add self as Fortran maintainer,
10472 remove Craig Burley.
10473
d207ebef 10474Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 10475
d207ebef
JM
10476 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10477 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 10478
7758b73f
PT
10479Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
10480
10481 * MAINTAINERS: Add self as i18n maintainer
10482
d207ebef
JM
1048320000-05-21 H.J. Lu (hjl@gnu.org)
10484
e490616e
ZW
10485 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10486 directory are used if they exist. Make sure
10487 $(build_tooldir)/include is searched for header files,
10488 $(build_tooldir)/lib/ for library files.
d207ebef 10489 (GCC_FOR_TARGET): Likewise.
e490616e 10490 (CXX_FOR_TARGET): Likewise.
d207ebef 10491
bae29210
JL
10492Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
10493
10494 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10495
d207ebef 10496Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
10497
10498 * Makefile.in (configure-target-libiberty): Depend on
10499 configure-target-newlib.
10500
aab0d19d
AO
105012000-05-16 Alexandre Oliva <aoliva@cygnus.com>
10502
10503 * configure.in, Makefile.in: Merge all libffi-related
10504 configury stuff from the libgcj tree.
10505
d207ebef
JM
10506Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
10507
10508 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10509 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10510
10511Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10512
10513 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10514 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 10515 current version information. Add to proto-toplev directory.
d207ebef
JM
10516 (gdb-taz): Build do-djunpack.
10517
758c7bd4
DE
105182000-05-15 David Edelsohn <edelsohn@gnu.org>
10519
10520 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10521
1888228d
AC
10522Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
10523
10524 * MAINTAINERS: Add self to Write After Approval list.
10525
d207ebef
JM
105262000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10527
10528 * ltmain.sh: Preserve in relink_command any environment
10529 variables that may affect the linker behavior.
10530
2d7cc2fe
JL
10531Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
10532
d207ebef
JM
10533 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10534
10535Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
10536
10537 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10538
105392000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10540
10541 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 10542 with the version name.
2d7cc2fe 10543
ee455968
JE
10544Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
10545
10546 * MAINTAINERS: Add self as bb-reorder maintainer.
10547
73b97e5c
BK
105482000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
10549
10550 * config.if: Tweak.
10551
d207ebef
JM
105522000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
10553
10554 * djunpack.bat: New file.
10555
10556Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
10557
10558 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
10559 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10560 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10561 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 10562
954869eb
DP
105632000-04-16 Dave Pitts <dpitts@cozx.com>
10564
e490616e
ZW
10565 * config.sub (case $basic_machine): Change default for "ibm-*"
10566 to "openedition".
954869eb 10567
eaabe541
AJ
105682000-04-13 Andreas Jaeger <aj@suse.de>
10569
10570 * MAINTAINERS: Added myself.
10571
d207ebef
JM
10572Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10573
10574 * Makefile.in (gdb-taz): New target. GDB specific archive.
10575 (do-md5sum): New target.
10576 (MD5PROG): Define.
10577 (PACKAGE): Default to TOOL.
10578 (VER): Default to a shell script.
10579 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 10580 md5 checksum generation.
d207ebef
JM
10581 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10582 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10583 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 10584 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
10585
10586Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
10587
10588 * configure (warn_cflags): Delete.
10589
0ea6d60c
PDM
10590Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
10591
10592 * MAINTAINERS: Added myself.
10593
17090313 105942000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 10595 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 10596
e490616e
ZW
10597 * configure.in (enable_libstdcxx_v3): Add.
10598 (target_libs): Add bits here to switch between libstdc++-v2 and
10599 libstdc++-v3.
10600 * config.if: And this file too.
10601 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 10602
76b78517
MM
106032000-04-05 Michael Meissner <meissner@redhat.com>
10604
10605 * config.sub (d30v): Add d30v as a basic machine type.
10606
ad242caf
JM
106072000-03-29 Jason Merrill <jason@casey.cygnus.com>
10608
10609 * configure.in: -linux-gnu*, not -linux-gnu.
10610
d4537148
TM
10611Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10612
10613 * MAINTAINERS: Add self in write-after-approval section.
10614
f152e9d4
JW
10615Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
10616
10617 * MAINTAINERS: Add self as ia64 port maintainer.
10618
6a5fcef1
NB
106192000-03-08 Neil Booth <NeilB@earthling.net>
10620
10621 * MAINTAINERS: Add self in write-after-approval section.
10622
d207ebef 10623Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 10624
d207ebef
JM
10625 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10626 (do-tar-bz2): Replace TOOL with PACKAGE.
10627 (gdb.tar.bz2): Remove GDBTK from GDB package.
10628 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 10629 dejagnu.tar.bz2): New packages.
d207ebef
JM
10630
106312000-02-27 Andreas Jaeger <aj@suse.de>
10632
10633 * configure.in: Add entry for mips*-*-linux*, move catch all
10634 *-*-*linux* entry below this one.
10635
106362000-02-27 Ian Lance Taylor <ian@zembu.com>
10637
10638 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 10639
521fe9d0
NC
106402000-02-24 Nick Clifton <nickc@cygnus.com>
10641
10642 * config.sub: Support an OS of "wince".
10643
d207ebef
JM
10644Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
10645
10646 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 10647 version.
d207ebef 10648
dce2d8b2 106492000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
10650
10651 * config.sub: Add support for Linux/IBM 370.
10652 * configure.in: Likewise.
10653
3a685f6f
NC
106542000-02-22 Nick Clifton <nickc@cygnus.com>
10655
10656 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10657
dce2d8b2 106582000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 10659
d207ebef 10660 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 10661
4746ee26
KG
106622000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10663
10664 * configure (gcc_version): When setting, narrow search to
10665 lines containing `version_string'.
10666
ba96c72d
DC
106672000-02-15 Denis Chertykov <denisc@overta.ru>
10668
10669 * config.sub: Add support for avr target.
10670
77f16a66
NC
106712000-02-14 Nick Clifton <nickc@cygnus.com>
10672
10673 * MAINTAINERS: Add maintainers for MCore port.
10674
784a3a80
HPN
10675Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
10676
10677 * config.sub: Add mmix-knuth-mmixware.
10678
719dd4fa
KG
106792000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10680
10681 * MAINTAINERS: Pair cccp with cpplib maintainership.
10682
dce2d8b2 106832000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
10684
10685 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10686 structure stuff to -L library search.
10687 (CXX_FOR_TARGET): Ditto.
10688 (CROSS_CHECK_MODULES): Fix spelling mistake.
10689
7a53e94b
MM
106902000-01-24 Mark Mitchell <mark@codesourcery.com>
10691
10692 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10693 the C++ compiler.
10694
0da3b5a7
RH
106952000-01-12 Richard Henderson <rth@cygnus.com>
10696
10697 * configure.in: Don't build some bits for beos.
10698
02368d6d
JS
106992000-01-12 Joel Sherrill (joel@OARcorp.com)
10700
10701 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10702 as include files.
10703
2e76d35c
ZW
107042000-01-11 Zack Weinberg <zack@wolery.cumb.org>
10705
10706 * Add self as cpplib maintainer, as requested by Jason
10707 Merrill. Correct my e-mail address.
10708
4c25fdcf
GK
107092000-01-06 Geoff Keating <geoffk@cygnus.com>
10710
10711 * configure.in: Use mt-aix43 to handle *_TARGET defs,
10712 not mh-aix43.
10713
188e3966
HPN
10714Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
10715
10716 * MAINTAINERS: Add myself to "write after approval" list.
10717
c2f5d030
RH
107181999-12-14 Richard Henderson <rth@cygnus.com>
10719
10720 * config.guess (alpha-osf, alpha-linux): Detect ev67.
10721 * config.sub: Accept alphaev[78], alphaev8.
10722
eeda916a
AO
107231999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10724
10725 * config.guess, config.sub: Update from autoconf.
10726
b3bd7820
BK
107271999-11-29 Bruce Korb <autogen@linuxbox.com>
10728
2c290989 10729 * MAINTAINERS: update my playtime e-address.
b3bd7820 10730
1882b2b1
RO
10731Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10732
10733 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10734 necessary libraries are missing.
10735
dce2d8b2 10736Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
10737
10738 * MAINTAINERS: Add new 'write after approval' maintainer.
10739
1e25de97
APB
10740Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
10741
10742 * MAINTAINERS: Add new Java maintainer.
10743
1722c704
AS
107441999-10-25 Andreas Schwab <schwab@suse.de>
10745
10746 * configure: Fix quoting inside arguments of eval.
10747
8141abe8
NC
107481999-10-21 Nick Clifton <nickc@cygnus.com>
10749
10750 * config-ml.in: Allow suppression of some ARM multilibs.
10751
0b77644a
LV
10752Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
10753
10754 * config.guess: Add OS/390 match pattern.
10755 * config.sub: Add mvs, openedition targets.
10756 * configure.in (i370-ibm-opened*): New.
10757
d207ebef
JM
107581999-09-04 Steve Chamberlain <sac@pobox.com>
10759
10760 * config.sub: Add support for configuring for pj.
10761
107621999-08-31 Nick Clifton <nickc@cygnus.com>
10763
10764 * config.sub (maybe_os): Add support for configuring for fr30.
10765
af13ebe9
NC
107661999-08-25 Nick Clifton <nickc@cygnus.com>
10767
10768 * configure.in: Do not configure or build ld for AIX
10769 platforms. ld is known to be broken on these platforms.
10770
1250c760
RO
10771Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10772
10773 * config-ml.in: Pass compiler flag corresponding to multidirs to
10774 subdir configures.
10775
d207ebef
JM
107761999-08-09 Ian Lance Taylor <ian@zembu.com>
10777
10778 * Makefile.in (LDFLAGS): Define.
10779
107801999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
10781
10782 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10783 noconfigdirs.
10784 (*-*-cygwin*): Likewise.
10785
107861999-08-08 Ian Lance Taylor <ian@zembu.com>
10787
10788 * mkdep: New file.
10789 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10790 (BINUTILS_SUPPORT_DIRS): Add mkdep.
10791
10792 From Eli Zaretskii <eliz@is.elta.co.il>:
10793 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10794 long file name when using DJGPP on MS-DOS.
10795
dbd83e11
JL
10796Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
10797
10798 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10799
d207ebef
JM
108001999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
10801
10802 * Makefile.in (check-target-libio): Remove all-target-libstdc++
10803 dependency as this causes "make check" to globally "make all"
10804
cd1f4c2c
TT
10805Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
10806
10807 * configure.in (target_libs): Added target-zlib.
10808 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10809 (CONFIGURE_TARGET_MODULES): Likewise.
10810 (CHECK_TARGET_MODULES): Likewise.
10811 (INSTALL_TARGET_MODULES): Likewise.
10812 (CLEAN_TARGET_MODULES): Likewise.
10813 (configure-target-zlib): New target.
10814 (all-target-zlib): Likewise.
10815 (all-target-libjava): Depend on all-target-zlib.
10816 (configure-target-libjava): Depend on configure-target-zlib.
10817
10818 * Makefile.in (configure-target-libjava): Depend on
10819 configure-target-newlib.
10820 (configure-target-boehm-gc): New target.
10821 (configure-target-qthreads): New target.
10822
e490616e
ZW
10823 * configure.in (target_libs): Added target-qthreads.
10824 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10825 (CONFIGURE_TARGET_MODULES): Likewise.
10826 (CHECK_TARGET_MODULES): Likewise.
10827 (INSTALL_TARGET_MODULES): Likewise.
10828 (CLEAN_TARGET_MODULES): Likewise.
10829 (all-target-qthreads): New target.
10830 (configure-target-libjava): Depend on configure-target-qthreads.
10831 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
10832
10833 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10834 (CONFIGURE_TARGET_MODULES): Likewise.
10835 (CHECK_TARGET_MODULES): Likewise.
10836 (INSTALL_TARGET_MODULES): Likewise.
10837 (CLEAN_TARGET_MODULES): Likewise.
10838 (all-target-libjava): New target.
10839 (all-target-boehm-gc): Likewise.
10840 * configure.in (target_libs): Added libjava, boehm-gc.
10841
d207ebef
JM
108421999-07-22 Ian Lance Taylor <ian@zembu.com>
10843
10844 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10845 configure.bat in SUPPORT_FILES.
10846 (gas+binutils.tar.bz2): Likewise.
10847
10848 * makeall.bat: Remove; obsolete.
10849
108501999-07-21 Ian Lance Taylor <ian@zembu.com>
10851
10852 From Mark Elbrecht:
10853 * configure.bat: Remove; obsolete.
10854
108551999-07-11 Ian Lance Taylor <ian@zembu.com>
10856
10857 * configure: Add -W -Wall to the default CFLAGS when compiling with
10858 gcc.
10859
10860Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
10861
10862 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10863
108641999-06-30 Mark Mitchell <mark@codesourcery.com>
10865
10866 * configure.in: Build ld on IRIX6.
10867
108681999-06-12 Ian Lance Taylor <ian@zembu.com>
10869
10870 * Makefile.in: Change distribution targets to use bzip2 instead of
10871 gzip.
10872 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10873 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10874
108751999-06-04 Nick Clifton <nickc@cygnus.com>
10876
10877 * config.sub: Add mcore target.
10878
26d088fa
CD
10879Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
10880
10881 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10882
c2c08b29
L
10883Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
10884
10885 * config.guess (dummy): Changed to $dummy.
10886
671d0648
NC
108871999-05-24 Nick Clifton <nickc@cygnus.com>
10888
10889 * config.sub: Tidied up case statements.
10890
b1345c72
BE
108911999-05-22 Ben Elliston <bje@cygnus.com>
10892
51ccbd8d
BE
10893 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10894 <jiro@din.or.jp>.
10895
b1345c72
BE
10896 * config.guess: Merge with FSF version. Future changes will be
10897 more accurately recorded in this ChangeLog.
10898 * config.sub: Likewise.
10899
2caf864f
SM
10900Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
10901
10902 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10903
d207ebef
JM
109041999-04-30 Tom Tromey <tromey@cygnus.com>
10905
10906 * ltmain.sh: [mode link] Always use CC given by ltconfig.
10907
90fb0c24
TT
109081999-04-23 Tom Tromey <tromey@cygnus.com>
10909
10910 * ltconfig, ltmain.sh: Update to libtool 1.2f.
10911
d207ebef
JM
109121999-04-20 Drew Moseley <dmoseley@cygnus.com>
10913
10914 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10915 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10916 Bad merge removed these two changes.
10917
3516940d 10918Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 10919 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
10920
10921 * config.guess (interix Alpha): Add.
10922
d207ebef
JM
109231999-04-11 Richard Henderson <rth@cygnus.com>
10924
10925 * configure.in (i?86-*-beos*): Do config gperf; don't config
10926 gdb, newlib, or libgloss.
10927
e891fbfe 10928Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 10929
e891fbfe
AO
10930 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10931 link a trivial program with -mabi=64. If it fails, remove mabi=64
10932 from multidirs.
10933
f9ae47d6
PT
10934Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
10935
10936 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10937
d207ebef
JM
109381999-04-08 Nick Clifton <nickc@cygnus.com>
10939
10940 * config.sub: Add support for mcore targets.
10941
109421999-04-07 Michael Meissner <meissner@cygnus.com>
10943
10944 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10945 not mt-ospace, in order to shut up assembler warning about using
10946 symbols that are named the same as registers.
10947
109481999-04-07 Drew Moseley <dmoseley@cygnus.com>
10949
10950 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10951 dependency list for all-target-cygmon.
10952
109531999-04-05 Doug Evans <devans@casey.cygnus.com>
10954
10955 * config-ml.in: Check $host, not $target, for selective multilibs.
10956 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10957 thumb interworking, and underscore prefix multilibs.
10958
109591999-04-04 Ian Lance Taylor <ian@zembu.com>
10960
10961 * missing: Update to version from current automake.
10962
88101ab9
L
10963Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10964
10965 * configure (gxx_include_dir): Removed.
10966
10967 * configure.in (gxx_include_dir): Handle it.
10968 * Makefile.in: Likewise.
10969
d207ebef
JM
109701999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10971
10972 * config.sub (mips64vr4111,mips64vr4111el) Add.
10973
109741999-03-21 Ben Elliston <bje@cygnus.com>
10975
e490616e 10976 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 10977
8dc91cbe
ME
10978Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10979
8dc91cbe
ME
10980 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10981 config/mh-djgpp.
10982
d207ebef
JM
10983Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10984
10985 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10986 all-target-newlib to dependency list for all-target-bsp.
10987
926bb5ed
MK
10988Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10989
10990 * config.sub: Add i386-uwin support.
10991 * config.guess: Likewise.
10992
4a6e3000
FS
10993Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10994
10995 * configure.in: cleanup, add mh-*pic handling for arm, special
10996 case powerpc*-*-aix*
10997
d207ebef
JM
10998Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
10999
11000 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11001 can be built.
11002
11003Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
11004
11005 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 11006 targets.
d207ebef 11007
71c91078
NC
110081999-03-02 Nick Clifton <nickc@cygnus.com>
11009
11010 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11011
282e5df8
GN
11012Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
11013
11014 * config.sub: Check for "cygwin*" rather than "cygwin32*"
11015
1de558ee
NC
110161999-02-24 Nick Clifton <nickc@cygnus.com>
11017
11018 * config.sub: Fix typo in arm recognition.
11019
d207ebef
JM
11020Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
11021
11022 * configure.in (noconfigdirs): Changed target_configdirs to
11023 include target-bsp only for m68k-*-elf* and m68k-*-coff*
11024 rather than m68k-*-* since it is not known to work on
11025 m68k-aout. Ditto for arm-*-*oabi.
11026
11027Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
11028
11029 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
11030
110311999-02-19 Ben Elliston <bje@cygnus.com>
11032
11033 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11034 Smart and improved by Andrew Cagney.
11035
fab7445a
ME
11036Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
11037
11038 * config.guess: Recognize openbsd-*-hppa.
11039
8ccdc228
L
11040Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
11041
11042 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11043 only if it is not empty.
11044
3b7265ff
NC
110451999-02-17 Nick Clifton <nickc@cygnus.com>
11046
11047 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 11048
d207ebef 11049 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
11050
11051 * config.sub: Modified to recognize uname's armv* syntax.
11052
d207ebef
JM
110531999-02-17 Mark Salter <msalter@cygnus.com>
11054
11055 * configure.in: Added target-bsp for sparclite.
11056
11057Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
11058
11059 * config.sub: Recognize alphapca5[67] and up to alphaev8.
11060
110611999-02-08 Nick Clifton <nickc@cygnus.com>
11062
11063 * configure.in: Add support for strongarm port.
11064 * config.sub: Add support for strongarm target.
11065
c48dd3f5 11066Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 11067
c48dd3f5
MK
11068 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11069 the old name config/mh-cygwin32.
11070 Enable texinfo.
11071
d207ebef
JM
11072Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
11073
11074 * configure.in: Do build ld for ix86 Solaris.
11075
ecd62820
JW
11076Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
11077
11078 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
11079 $AR_FOR_TARGET. Likewise for RANLIB.
11080
bbd8fa7f 11081Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 11082
e490616e
ZW
11083 * config.sub (oabi): Recognize.
11084 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 11085
0397442c
RL
11086Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
11087
11088 * config.guess: Improve detection of i686 on UnixWare 7.
11089
c9ffaa63
MK
11090Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
11091
11092 * config.guess: Add support for i386-pc-interix.
11093 * config.sub: Likewise.
11094 * configure.in: Likewise.
c9ffaa63 11095
d207ebef
JM
11096Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
11097
11098 * Makefile.in: Remove unneeded all-target-libio from
11099 from all-target-winsup target since it is now unneeded.
11100 Add all-target-libtermcap in its place since it is now
11101 needed.
11102
11103Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
11104
11105 * configure.in: makefile stub for cygwin target is probably
11106 unnecessary. Remove it for now.
d207ebef
JM
11107
11108Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
11109
11110 * configure.in: libtermcap.a should be built when cygwin is the
11111 target as well as the host.
11112 * config.guess: Allow mixed case in cygwin uname output.
11113 * Makefile.in: Add libtermcap target.
d207ebef 11114
ebe12325
JL
11115Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
11116
11117 * config.sub: Clean up handling of hppa2.0.
11118
57057b67
RB
11119Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
11120
11121 * config.guess: Use C code to identify more HP machines.
11122
f8670be1
JL
11123Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
11124
11125 * config.sub: Handle hppa2.0.
11126
d207ebef
JM
11127Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
11128
11129 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 11130 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
11131
111321998-12-15 Mark Salter <msalter@cygnus.com>
11133
11134 * configure.in: Added target-bsp for several target architectures.
11135
11136 * Makefile.in: Added rules for bsp.
11137
d1a09590
JL
11138Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
11139
11140 * config.guess: Improve detection of hppa2.0 processors.
11141
11142Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
11143
11144 * config.guess: Recognize FreeBSD using ELF automatically.
11145
71205e0b
MH
111461998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
11147
11148 * configure (skip-this-dir): Add handling for new shell script, which
11149 might be created by a sub-directory's configure to indicate, this particular
11150 directory is "unwanted".
11151 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11152
d207ebef
JM
11153Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
11154
11155 * ltconfig: import from libtool, after changing libtool to
11156 account for the cygwin name change.
11157
11158Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
11159
11160 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11161 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11162
11163Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
11164
11165 * configure.in: Add libtermcap to list of cygwin dependencies.
11166
11167Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
11168
e490616e
ZW
11169 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11170 they include winsup/include when it's a cygwin target.
d207ebef
JM
11171
111721998-11-12 Tom Tromey <tromey@cygnus.com>
11173
11174 * configure.in (host_tools): Added zip.
11175 * Makefile.in (all-target-libjava): Depend on all-zip.
11176 (all-zip): New target.
11177 (ALL_MODULES): Added all-zip.
11178 (NATIVE_CHECK_MODULES): Added check-zip.
11179 (INSTALL_MODULES): Added install-zip.
11180 (CLEAN_MODULES): Added clean-zip.
11181
11182Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
11183
11184 * Makefile.in: lose "32" from comment about cygwin.
11185
11186Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
11187
11188 * configure.in: Use -Os to build target libraries for the fr30.
11189
11190Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
11191
11192 * config.sub: Add fr30.
11193
11194Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
11195
e490616e 11196 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
11197 cygwin* instead of cygwin32*.
11198 * config.sub: Check cygwin* instead of cygwin32*.
11199
d2ec8b39
RL
11200Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
11201
11202 * config.guess: Match any version of Unixware7.
11203
d207ebef
JM
112041998-10-20 Syd Polk <spolk@cygnus.com>
11205
11206 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11207 if desired.
11208
35cd2565
JL
11209Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
11210
11211 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11212 these if the appropriate directories and files to not exist.
11213
52d4e5b7
JL
11214Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
11215
11216 * Makefile.in (DEVO_SUPPORT): Add config.if.
11217
38ada91e
MH
11218Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
11219
11220 * configure: Add pattern to replace "build_tooldir"'s
11221 definition in the generated Makefile with "tooldir"'s
11222 actual value.
11223
e44e84da
JL
11224Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
11225
56a8387f
JL
11226 * config.sub: Bring back lost sparcv9.
11227
e44e84da
JL
11228 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11229
5cb95c7a
JL
11230Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
11231
11232 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11233 CC_FOR_TARGET and friends.
11234
11235Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 11236
ceff9b14
AO
11237 * Makefile.in (build_tooldir): New variable, same as tooldir.
11238 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11239 -B$(build_tooldir)/bin/.
11240 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 11241
f2d11dcd
GP
11242Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11243
11244 * README: Remove installation instructions and refer to the
11245 INSTALL directory instead.
11246
73a6d2e7 11247Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 11248
73a6d2e7
RL
11249 * config.sub: Add support for i[34567]86-pc-udk.
11250 * configure.in: Likewise.
11251
5d4a5ee6
JL
11252Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
11253
11254 * Makefile.in: add bzip2 package building bits for user
11255 tools module
11256 * configure.in: ditto
11257
6fc19d6d
JL
11258Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
11259
11260 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11261 (ALL_TARGET_MODULES): Add all-target-libobjc.
11262 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11263 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11264 (all-target-libchill): Add dependencies.
11265 * configure.in (target_libs): Add libchill.
4e81ae98 11266
f653f0ab
MH
112671998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
11268
11269 * configure.in (target_subdir): Remove duplicate line.
11270
5d4a5ee6
JL
11271Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
11272
11273 * Makefile.in (all-automake): fix dependencies.
11274
494933e4
JL
11275Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
11276
11277 * configure.in: Minor cleanups for building in the $(target_alias)
11278 subdir.
11279
f6b58262
JW
112801998-09-22 Jim Wilson <wilson@cygnus.com>
11281
11282 * Makefile.in (bootstrap): Set r and s before make all. Use
11283 BASE_FLAGS_TO_PASS in make all.
11284 (cross): Likewise.
11285
27c7a08d
MM
112861998-09-20 Mark Mitchell <mark@markmitchell.com>
11287
11288 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11289
e67afd1e
RH
11290Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
11291
11292 * config.sub: Fix typo in last change.
11293
8e44ac71
MH
112941998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11295
11296 * config.sub: Add support for C4x target.
11297 * configure.in: Likewise.
11298
d7496fbb
DM
112991998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
11300
11301 * config.sub: Recognize sparcv9 just like sparc64.
11302
22097bd1
RL
11303Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
11304
11305 * config.guess: Match "Pent II" or "PentII" for OpenServer.
11306
4b877abd
JL
11307Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
11308
2c8ec9a2
JL
11309 * config.guess: Correctly identify Pentium II sco boxes.
11310
4b877abd
JL
11311 * config.guess: Fix "tr" code. From Weiwen Liu.
11312
ab03db52
JH
11313Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
11314
11315 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11316 stabs.
11317
b54db294
JL
11318Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
11319
11320 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11321 (ALL_TARGET_MODULES): Add all-target-libchill.
11322 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11323 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11324 (all-target-libchill): Add dependencies.
11325 * configure.in (target_libs): Add libchill.
11326
bf48dd73
LW
11327Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11328
11329 * config.guess: Avoid assumptions about "tr" behaves when
11330 LANG is set to something other than English.
11331
a3cbd105
L
11332Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
11333
11334 * configure (gxx_include_dir): Changed to
11335 '${prefix}/include/g++'-${libstdcxx_interface}.
11336
11337 * config.if: New to determine the interfaces.
11338
c4acd909
MK
11339Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
11340
11341 * config.guess: Detect and handle MPE/IX.
11342 * config.sub: Deal with MPE/IX.
11343
9ea97665
DE
11344Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
11345
11346 * configure.in: Use mh-aix43.
11347
0ce065bd
MH
113481998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
11349
11350 * configure: Fix --without/--disable cases for gxx-include-dir.
11351
5d4a5ee6
JL
11352Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
11353
11354 * mdata-sh: Imported. Needed for automake support.
11355
11356Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
11357
11358 * Makefile.in (taz): Try "chmod -R og=u ." before
11359 "chmod og=u `find . -print`".
11360
11361Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
11362
11363 * configure.in: Add arm-elf and thumb-elf support.
11364
11365Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
11366
11367 * Makefile.in: Undo previous patch.
11368
11369Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
11370
11371 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11372 to here ...
11373 (install-no-fixedincludes): and here
11374 (INSTALL_MODULES): ... from here.
11375
466456d9
ILT
11376Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
11377
11378 * config.sub: Merge with FSF.
11379
1b409d25
ILT
11380 * config.guess: Merge with FSF.
11381
d207ebef
JM
11382Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
11383
11384 * configure (extraconfigdirs): New variable.
11385 (SUBDIRS): Add extraconfigdirs and recurse on them too.
11386 * Makefile.in (all): Move higher in file.
11387 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11388 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11389 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11390 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11391 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11392
113931998-07-23 Brendan Kehoe <brendan@cygnus.com>
11394
11395 * Makefile.in (all-target-libjava): Depend on all-gcc and
11396 all-target-newlib.
11397 (configure-target-libjava): Depend on $(ALL_GCC).
11398
7f1937c1
RL
11399Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
11400
11401 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11402 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11403
2ada2bd6
ML
11404Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
11405
11406 * INSTALL/README: Fix typo.
11407
1e025bde
ML
11408Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
11409
5d4a5ee6
JL
11410 * ylwrap: Change absolute path checks to check for DOS style path
11411 names.
1e025bde 11412
5d4a5ee6
JL
11413 * ylwrap: Don't use a full path name if the source file is in the
11414 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 11415
6755ff73
ILT
11416 * config-ml.in: Default to being verbose, to match Feb 18 change to
11417 configure.
11418
5d4a5ee6
JL
11419Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
11420
11421 Brought over from egcs:
11422
11423 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11424
11425 * configure.in (target_subdir): Set to ${target_alias} instead
11426 of "libraries".
11427
11428 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11429
11430 * configure.in (target_subdir): Set to libraries if enable_multilib.
11431
11432Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
11433
11434 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11435 multilibs, force reconfiguration the first time we create
11436 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11437
11438Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
11439
11440 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11441 avoid confusion with --no-recursion.
11442
11443Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
11444
11445 * configure.in: Win32 hosts shouldn't use install -x
11446 * install-sh: remove -x option, and special .exe-handling
11447 hack.
11448
d207ebef
JM
11449Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
11450
11451 * config.guess: Recognize i586-pc-beos.
11452 * configure.in: Don't build some bits for beos.
11453
fbd836fc
ILT
11454Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
11455
5d4a5ee6
JL
11456 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11457 CFLAGS default to -O2.
11458
fbd836fc
ILT
11459 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11460 when using GNU ld.
11461
11462Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
11463
11464 * ltmain.sh: Correct install when using a different shell.
11465
11466Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
11467
11468 * ltconfig, ltmain.sh: Update to libtool 1.2b.
11469
d207ebef
JM
11470Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
11471
11472 * makefile.vms: Update to build binutils/makefile.vms. Add install
11473 target.
fbd836fc
ILT
11474
11475Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
11476
11477 * ltconfig: Update to correct AIX handling.
11478
69b471bc
JL
11479Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11480
81241b5e
JL
11481 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11482
69b471bc
JL
11483 * configure.in (target_subdir): Set to ${target_alias} instead
11484 of "libraries".
11485
bedf82df
MH
114861998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
11487
11488 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11489 (Makefile): Depend on $(gcc_version_trigger).
11490
11491 * configure (gcc_version): Change default initializer to empty
11492 string.
11493 (gcc_version_trigger): New variable; pass this variable down
11494 to subdir configures to enable them checking gcc's version
11495 themselves. Emit make macros for both gcc_version vars.
11496 (topsrcdir): Initialize reliably.
11497 (recursion line): Remove --with-gcc-version=${gcc_version}.
11498
28e449d8
MH
114991998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11500
11501 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
11502 --enable-version-specific-runtime-libs which installs C++ runtime stuff
11503 in $(libsubdir); emit definition in each generated Makefile.
11504 (gxx_include_dir): Initialize depending on
11505 $enable_version_specific_runtime_libs.
28e449d8 11506
50c4c9f7
MH
115071998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11508
11509 * configure (gcc_version): Initialize properly depending on
11510 how and where configure is started.
11511 (recursion line): Pass a --with-gcc-version=${gcc_version}
11512 to configures in subdirs.
11513
d207ebef
JM
11514Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
11515
11516 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 11517 cygmon
d207ebef 11518
5d4a5ee6
JL
11519Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
11520
11521 * configure.in: Add cygmon and libstub support for mn10200.
11522
2f96399b
MH
115231998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
11524
11525 * configure (gcc_version): Add new variable describing the
11526 particular gcc version we're building.
11527 * Makefile.in (libsubdir): Add new macro for the directory
11528 in which the compiler finds executables, libraries, etc.
11529 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11530 and libsubdir.
11531
c4137c50
AO
11532Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11533
ceff9b14
AO
11534 * Makefile.in (local-clean): Remove *.log.
11535 (warning.log): Built with warn_summary from build.log.
11536 (mail-report.log): Run test_summary.
11537 (mail-report-with-warnings.log): Run test_summary including
11538 warning.log in the report.
c4137c50 11539
276d5ee0
RL
11540Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
11541
11542 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11543
5d4a5ee6
JL
11544Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
11545
11546 * Makefile.in (grep): Grep no longer depends on libiberty.
11547
11548Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
11549
11550 * Makefile.in: all-snavigator needs all-libgui.
11551
11552Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
11553
11554 * configure.in: Add cygmon and libstub support for mn10300.
11555
8af14275
ILT
11556Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
11557
11558 * missing: Update to version from automake 1.3.
11559
fbd836fc
ILT
11560 * ltmain.sh: On installation, don't get confused if the same name
11561 appears more than once in the list of library names.
11562
466456d9
ILT
11563Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
11564
11565 * config.sub: Accept m68060 and m5200 as CPU names.
11566
5d4a5ee6
JL
11567Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
11568
11569 * configure: Use && rather than using -a in test, because odd
11570 strings can confuse test.
11571 * configure.in: Likewise.
11572
fbd836fc
ILT
11573Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
11574
11575 * ltconfig, ltmain.sh: Bring in Visual C++ support.
11576
f0983958
AO
11577Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11578
11579 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 11580 bootstrap4-lean): New targets.
f0983958 11581
bfed1ea0
JL
11582Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
11583
11584 * mpw-* Delete. Not used.
11585
5d4a5ee6
JL
11586Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
11587
11588 * COPYING.LIB: Update FSF address.
11589
bfed1ea0
JL
11590Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
11591
11592 * ltconfig, ltmain.sh: Update to libtool 1.2a.
11593
5d4a5ee6
JL
11594 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11595 GAS_SUPPORT_DIRS.
11596
bfed1ea0
JL
11597Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
11598
11599 * ltconfig, ltmain.sh: Avoid producing a version number if
11600 -version-info was not used.
11601
5d4a5ee6
JL
11602Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
11603
11604 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11605 building with newlib.
11606
116071998-04-30 Paul Eggert <eggert@twinsun.com>
11608
d207ebef 11609 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 11610 Solaris `make' causes it to continue to next definition.
d207ebef
JM
11611
11612Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
11613
11614 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11615 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
11616
11617Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
11618
11619 * configure.in: Change alpha to alpha* in several places.
11620
d207ebef
JM
11621Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
11622
11623 * config.sub: Recognize sparc86x.
11624
77be0cab
MM
11625Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
11626
11627 * configure.in (--enable-target-optspace): Remove debug echo.
11628
62441128
JW
11629Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
11630
11631 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11632
bfed1ea0
JL
11633Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
11634
11635 * ltconfig: Update cygwin32 support.
11636
5d4a5ee6
JL
11637 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11638 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11639 (GDB_SUPPORT_DIRS): Likewise.
11640
3f4ea1de
MM
11641Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
11642
11643 * configure.in (target_makefile_frag): If --enable-target-optspace,
11644 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
11645 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11646 not used.
11647 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 11648
5d4a5ee6
JL
11649Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
11650
11651 * Makefile.in (all-bfd): Depend on all-intl.
11652 (all-binutils): Likewise.
11653 (all-gas): Likewise.
11654 (all-gprof): Likewise.
11655 (all-ld): Likewise.
11656
116571998-04-19 Brendan Kehoe <brendan@cygnus.com>
11658
11659 * configure.in (host_tools): Fix typo, lbtool -> libtool.
11660
bfed1ea0
JL
11661Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
11662
5d4a5ee6
JL
11663 * Makefile.in (all-bfd): Depend upon all-libiberty.
11664
bfed1ea0
JL
11665 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11666
5d4a5ee6
JL
11667Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
11668
11669 * Makefile.in: Add libstub.
11670
11671 * configure.in: Ditto. Build libstub for targets that have cygmon
11672 support.
11673
11674Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
11675
11676 * configure.in: Don't set PICFLAG on ix86-cygwin32.
11677
11678Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
11679
11680 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11681 use mh-sysv5 if specified. Support gprof on SCO Open Server.
11682
ec8d6ddc
KW
11683Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
11684
11685 * configure: Define DEFAULT_M4 by searching PATH.
11686 * Makfile.in: Use DEFAULT_M4.
11687
bfed1ea0
JL
11688Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
11689
11690 * ltconfig: Add cygwin32 support.
11691
5d4a5ee6
JL
11692 * Makefile.in, configure.in: Add libtool as a native only directory
11693 to configure and build.
11694
547a6183
JL
11695Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
11696
11697 * Makefile.in (INSTALL_MODULES): Remove texinfo.
11698
5d4a5ee6 11699Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 11700
5d4a5ee6
JL
11701 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11702
11703Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
11704
11705 * Makefile.in: add ash make rules
11706 * configure.in: add ash to native_only and host_tools lists
11707
11708Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
11709
11710 * Makefile.in (all-gettext, all-intl): New targets.
11711 (ALL_MODULES): Added all-gettext, all-intl.
11712 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11713 (INSTALL_MODULES): Added install-gettext, install-intl.
11714 (CLEAN_MODULES): Added clean-gettext, clean-intl.
11715
11716 * configure.in (host_tools): Added gettext.
11717 (native_only): Likewise.
11718 (noconfigdirs) [various cases]: Likewise.
11719 (host_libs): Added intl.
11720
d207ebef
JM
11721Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
11722
11723 * configure: Do not disable building gdbtk for cygwin32 hosts.
11724
e98e406f
NC
11725Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
11726
11727 * configure.in: Add thumb-coff target.
11728 * config.sub: Add thumb-coff target.
11729
5d4a5ee6
JL
11730Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11731
11732 * Makefile.in: Revert yesterday's change.
11733 (all-target-winsup): all-target-librx stays out of here.
11734
11735Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
11736
11737 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11738 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11739 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11740 Remove references to librx and libg++.
11741
11742Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
11743
11744 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11745 recursive makes
11746
bfed1ea0
JL
11747Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
11748
11749 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 11750 for newlib directory.
bfed1ea0
JL
11751 (CXX_FOR_TARGET): Likewise.
11752
11753Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
11754
11755 * ltconfig: Update after libtool/ltconfig.in change for
11756 hpux11.
11757
11758Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
11759
11760 * ltconfig, ltmain.sh: Update to libtool 1.2.
11761
3cd730af
MH
11762Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
11763
11764 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11765 (install-gcc-cross): Instead, override LANGUAGES here.
11766
80564603
DL
117671998-03-18 Dave Love <d.love@dl.ac.uk>
11768
11769 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11770 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11771
d207ebef
JM
11772Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
11773
11774 * configure.in: Add Thumb-pe target.
11775
5d4a5ee6 11776Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 11777
5d4a5ee6
JL
11778 * Makefile.in - changed sn targets to snavigator
11779 * configure.in - changed sn targets to snavigator
11780
2d4a0558
MH
11781Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
11782
11783 * config-ml.in: After building symlink tree call make distclean
11784 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11785 to be the case for libiberty.
11786
04b93567
L
11787Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
11788
11789 * configure: When making link, also check the current
11790 directory. The configure scripts may create one.
11791
9a06b842
RH
11792Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
11793
11794 * config.sub: Accept alphapca56 and alphaev6 properly.
11795
217fc4e6
FS
11796Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11797
11798 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11799
3e07bdbd 11800Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 11801
e490616e 11802 * config.sub (sco5): Fix typo.
3e07bdbd 11803
5d4a5ee6
JL
11804Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
11805
11806 * Makefile.in (INSTALL_MODULES): Move install-tcl before
11807 install-itcl.
11808 (install-itcl): Remove dependency on install-tcl.
11809
11810Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
11811
11812 * configure.in: Remove libgloss from noconfigdirs for MN10300.
11813
11814Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
11815
11816 * configure.in: Don't build libgui for a cygwin32 target when not on
11817 a cygwin32 host.
11818
11819Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
11820
11821 * configure (redirect): Set to null, so default behavior of
11822 configure is now --verbose.
11823
ce0d965c
DL
118241998-02-16 Dave Love <d.love@dl.ac.uk>
11825
11826 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11827 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11828
3acd1fd0
MH
11829Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
11830
11831 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11832 this change to sync Makefile.in with its ChangeLog entries.
11833
5d4a5ee6
JL
11834Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
11835
11836 * ltmain.sh (mkdir): Check that the directory doesn't exist
11837 before we exit with error, so that we don't get races during
11838 parallel builds.
11839
bfed1ea0
JL
11840Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
11841
11842 * ltconfig, ltmain.sh: Update from libtool 1.0i.
11843
4e77e8f1
MH
11844Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
11845
11846 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11847 PICFLAG_FOR_TARGET.
11848 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11849
11850 * configure: Emit a definition for the new macro enable_shared
11851 into each Makefile.
11852
5d4a5ee6
JL
11853Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11854
11855 * configure.in (host_tools, native_only): Add libtool.
11856
11857Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
11858
11859 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11860 Fix typo in ming config comment.
11861
bfed1ea0
JL
11862Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
11863
11864 * ltconfig, ltmain.sh: Update from libtool 1.0h.
11865
5d4a5ee6
JL
11866Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
11867
11868 * config.sub: Add tic30 cases, and map c30 to tic30.
11869
8821a725
RH
11870Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
11871
11872 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11873 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11874 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11875 (CLEAN_TARGET_MODULES): Similarly
11876 (all-target-libf2c): Add dependences.
4e81ae98 11877 * configure.in (target_libs): Add libf2c.
8821a725 11878
5d4a5ee6
JL
11879Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11880
11881 * configure.in: Remove expect from noconfigdirs when target
11882 is cygwin32. OK to build expect and dejagnu with Canadian
11883 Cross.
11884
0aadd657
ILT
11885Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11886
5d4a5ee6
JL
11887 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11888 host.
11889
0aadd657
ILT
11890 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11891 and mingw32.
11892
d0a8352c
MH
11893Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11894
11895 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11896 here as it is not defined in the toplevel Makefile.
11897
59739e3c
MH
11898Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
11899
11900 * configure (package_makefile_rules_frag): New variable, which names
11901 a file with generic rules, ...
11902 Change comment to mention we now have FIVE parts.
11903 * configure: Undo last change.
11904
228197ee
LT
11905Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
11906
11907 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 11908 * config.sub: More accurate determination of HP processor types.
228197ee 11909
efd4c0ba
MH
11910Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
11911
11912 * configure (package_makefile_frag): Move inserting the
11913 ${package_makefile_frag} to where it should be according
11914 to the comment.
11915
6eef3189
PB
11916Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
11917
11918 * config.guess: Add support for Linux/ARM.
11919
d207ebef
JM
11920Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
11921
11922 * .cvsignore: Remove *-info and *-install since they match
11923 release-info and mpw-install, which we don't want to just ignore.
11924
48464ebf
RH
11925Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
11926
11927 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11928
803462a7
PN
11929Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
11930
11931 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11932 local_prefix to sub-make invocations.
11933
520ab477
L
11934Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
11935
11936 * configure.in: Check makefile fragments in the source
11937 directory.
11938
4bcdb76d
AO
11939Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11940
ceff9b14
AO
11941 * configure.in: Check whether host and target makefile
11942 fragments exist before adding them to *_makefile_frag.
4bcdb76d 11943
5d4a5ee6
JL
11944Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
11945
11946 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11947
11948Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
11949
11950 * configure.in: Make sure we only replace RPATH_ENVVAR on
11951 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11952 regexp to sed.
11953
11954 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11955 to sub-makes.
11956
0d3e11a5
LI
119571998-01-13 Lee Iverson (leei@ai.sri.com)
11958
11959 * config-ml.in (multi-do): LDFLAGS must include multilib
11960 designator.
11961
d45b3d87 11962Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
11963
11964 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11965
d39cd7a1
MK
11966Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
11967
11968 * config.sub: Add mingw32 support.
11969 * configure.in: Likewise.
d39cd7a1 11970
6decbc24
FS
11971Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11972
11973 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11974
5d4a5ee6
JL
11975Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11976
11977 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11978 * configure (gxx_include_dir): Provide a definition for subdirs
11979 which do not use autoconf.
11980
11981Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11982
11983 * config.guess: Sync with egcs. Picks up new alpha support,
11984 BeOS & some additional linux support.
11985
d3d1907a
JL
11986Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
11987
11988 * config.guess: HP 9000/803 is a PA1.1 machine.
11989
b104e095
RH
11990Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11991
11992 * configure.in: It's alpha*-...
11993
aca823c1
L
11994Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11995
11996 * configure.in (host_makefile_frag, target_makefile_frag):
11997 Handle multiple config files.
11998 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
11999 alpha-*-*.
12000
d207ebef
JM
12001Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
12002
12003 * mkdep: New file.
12004
12005Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
12006
12007 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12008
5d4a5ee6
JL
12009Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
12010
12011 * Makefile.in: Add libgui directory.
12012 (GDB_TK): Add all-libgui.
12013 * configure.in: Add libgui directory.
12014 * configure: Add all-libgui to GDB_TK.
12015
12016Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
12017
12018 * config-ml.in (multidirs): Add m32r to multilib list.
12019
12020Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
12021
12022 * Makefile.in (all-target-gperf): Change dependency to
12023 all-target-libstdc++.
12024
baf55877
FF
12025Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
12026
12027 * config.guess: Add BeOS support.
12028
5d4a5ee6
JL
12029Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
12030
12031 Source directory cvs renamed to cvssrc:
12032 * configure.in (host_tools): Change cvs to cvssrc.
12033 (native_only): Likewise.
12034 (noconfigdirs) [various cases]: Likewise.
12035 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12036 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12037 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12038 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12039 (all-cvssrc): Rename target from all-cvs.
12040
f2d76545
JL
12041Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
12042
12043 * configure (gxx_include_dir): Fix thinko.
12044
205cba53
JL
12045Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
12046
12047 * Makefile.in (INSTALL_TARGET_CROSS): Define.
12048 (install-cross, install-gcc-cross): New targets.
12049
5d4a5ee6
JL
12050Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
12051
12052 * configure.in (noconfigdirs): Add support for Thumb target.
12053
12054 * config.sub (maybe_os): Add support for Thumb target.
12055
12056Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
12057
12058 * Makefile.in: Add rules for cygmon.
12059
12060 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12061
96b0f1fc
JL
12062Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
12063
12064 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12065 * configure (gxx_include_dir): Provide a definition for subdirs
12066 which do not use autoconf.
d207ebef
JM
12067
12068Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
12069
12070 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 12071 11/18/97 build
d207ebef 12072
7dfef6ed
JL
12073Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
12074
12075 * From Franz Sirl.
12076 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12077 found on RedHat Linux systems.
96b0f1fc 12078
83cfe7c0
JL
12079Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
12080
12081 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12082 guesses.
12083
7dfef6ed
JL
12084Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
12085
12086 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12087
5d4a5ee6
JL
12088Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12089
12090 * ltmain.sh: If mkdir fails, check whether the directory was created
12091 anyhow by some other process.
12092
d207ebef
JM
12093Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
12094
12095 * configure.in (d30v-*-*): Configure all directories.
12096
12097Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
12098
12099 * configure.in (d30v-*-*): Configure newlib, libiberty directories
12100 for the D30V.
12101
12102Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
12103
12104 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12105
5d4a5ee6
JL
12106Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
12107
e490616e
ZW
12108 * include/libiberty.h: Add extern "C" { so it can be used with C++
12109 progrms.
12110 * include/remote-sim.h: Add extern "C" { so it can be used with C++
12111 programs.
5d4a5ee6 12112
d207ebef
JM
12113Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
12114
12115 * configure.in (d30v-*-*): Configure GCC now.
12116
5d4a5ee6
JL
12117Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12118
12119 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12120 is no longer needed.
12121
c9670e62
JM
12122Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12123
12124 * Makefile.in: check-target-libio depends on all-target-libstdc++.
12125
cc71c0ca
MH
12126Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
12127
12128 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12129 targets using "$@" to provide support for similar but not identical
12130 targets without having to duplicate code.
12131
d207ebef
JM
12132Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
12133
12134 * makefile.vms: Fix to work with DEC C.
12135
12136Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
12137
12138 * config.sub: Add mips-tx39-elf to marketing names.
12139
12140Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
12141
12142 * ltmain.sh: Handle symlinks in generated script.
12143
12144Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
12145
12146 * configure: Handle autoconf style directory options: --bindir,
12147 --datadir, --includedir, --infodir, --libdir, --libexecdir,
12148 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12149 --sysconfdir.
12150 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12151 (sharedstatedir, localstatedir, oldincludedir): New variables.
12152 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12153 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12154 sbindir, sharedstatedir, and sysconfdir.
12155
b1e3ddfd
AJ
12156Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12157
12158 * Makefile.in (bootstrap-lean): New target.
12159
d207ebef
JM
12160Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
12161
12162 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 12163 sn, and gnuserv from noconfigdirs.
d207ebef
JM
12164
12165Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
12166
12167 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12168
09f97c1e
JL
12169Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
12170
12171 * Makefile.in (cross): New target.
12172
335d0ab2
AO
12173Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12174 Jeff Law <law@cygnus.com>
12175
12176 * Makefile.in (bootstrap2, bootstrap3): New targets.
12177 (all-bootstrap): Remove outdated and confusing target.
339c9b00 12178 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 12179
d207ebef
JM
12180Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
12181
12182 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 12183 windows. Consistent with gdb/configure.
d207ebef 12184
e693cc28
UD
121851997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
12186
e693cc28
UD
12187 * configure.in: Name Linux target fragment.
12188
12189 * configure: Rewrite so that project Makefile fragment is inserted
12190 first and appears last in the resulting Makefile.
12191
d207ebef
JM
12192Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
12193
12194 * Makefile.in (install-itcl): Install tcl first.
12195
5d4a5ee6
JL
12196Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
12197
12198 * configure.in: remove bison from noconfigdirs for Cygwin32 host
12199
f401679e
JW
12200Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12201
12202 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12203
12204 * configure.in (skipdirs): Add target-librx for Linux.
12205 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12206
ec20b1b9
JL
12207Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
12208
12209 * Makefile.in (bootstrap): New target.
12210
becdcf6d
JL
12211Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
12212
63f6bcd7 12213 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 12214
d207ebef
JM
12215Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
12216
12217 * config.guess: Merge with FSF.
12218
0c82f6bf
FF
12219Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
12220
12221 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12222
d207ebef
JM
12223Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
12224
12225 * config.sub: Add "marketing-names" patch.
12226
3fbc0b70
JS
12227Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
12228
e490616e 12229 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 12230
e20d4801
JL
12231Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
12232
12233 * config.sub: Handle v850-elf.
12234
fe181f78 12235Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
12236
12237 * .cvsignore (*-install): Remove.
12238
bfed1ea0
JL
12239Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
12240
12241 * ltconfig: Set CONFIG_SHELL in libtool.
12242 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12243
558a1e7c
JW
12244Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12245
12246 * configure.in (target_subdir): Set to libraries if enable_multilib.
12247
7818d6fc
JW
12248Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
12249
12250 * config.guess: Update from gcc directory.
12251
d207ebef
JM
12252Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
12253
12254 * Makefile.in (all-sim): Depends on all-readline.
12255
6599da04
JM
12256Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
12257
12258 * Makefile.in (BISON, YACC): Use $$s.
12259 (all-bison): Depend on all-texinfo.
12260
12261Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
12262
12263 * Makefile.in (BISON): Add -L flag.
12264 (YACC): Likewise.
12265
d207ebef
JM
12266Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12267
4e81ae98
EC
12268 * configure.in (noconfigdirs): Add support for v850e target.
12269
d207ebef
JM
12270 * config.sub (maybe_os): Add support for v850e target.
12271
12272Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12273
4e81ae98
EC
12274 * configure.in (noconfigdirs): Add support for v850ea target.
12275
d207ebef
JM
12276 * config.sub (maybe_os): Add support for v850ea target.
12277
6599da04
JM
12278Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
12279
12280 * config.sub: Add mipstx39. Delete r3900.
12281
12282Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12283
12284 * Makefile.in (all-autoconf): Depends on all-texinfo.
12285
12286Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
12287
12288 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12289 eabi targets.
12290
12291Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
12292
12293 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12294
12295 * configure: When handling a Canadian Cross, handle YACC as well as
12296 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 12297 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
12298
12299Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12300
12301 * Makefile.in (BISON): bison, not byacc or bison -y.
12302 (YACC): bison -y or byacc or yacc.
12303 (various): Add *-bison as appropriate.
12304 (taz): No need to mess with BISON anymore.
12305
12306Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
12307
12308 * configure: If OSTYPE matches *win32*, try to find a good value for
12309 CONFIG_SHELL.
12310
12311Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
12312
12313 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12314 configure.in if it is present.
12315
12316Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
12317
12318 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12319
12320Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
12321
12322 * config.sub: Recognize `arc' cpu.
12323 * configure.in: Likewise.
12324 * config-ml.in: Likewise.
12325
12326Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
12327
12328 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12329
12330Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
12331
12332 * configure: Changed sed delimiter from ':' to '|' when
12333 attempting to substitute ${config_shell} for SHELL. On
12334 NT ${config_shell} may contain a ':' in it.
12335
12336Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
12337
12338 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12339
12340Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
12341
12342 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12343
12344Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
12345
12346 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12347
12348 * ylwrap: If the program is a relative path, force it to be
12349 absolute.
12350
12351Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
12352
12353 * configure (tooldir): Set BISON to `bison -y' and not just bison.
12354
12355Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
12356
12357 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
12358 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12359 for libraries.
6599da04
JM
12360
12361Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
12362
12363 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 12364 separated by spaces.
6599da04
JM
12365
12366Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
12367
12368 * ylwrap: New file.
12369 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12370
12371 * ltmain.sh: Handle /bin/sh at start of install program.
12372
12373 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12374
12375 * ltconfig, ltmain.sh: New files, from libtool 1.0.
12376 * missing: New file, from automake 1.2.
12377
12378Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
12379
12380 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
12381 check-tk to CHECK_X11_MODULES.
12382
12383Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
12384
12385 * config.sub: Merge with FSF.
12386
12387Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
12388
12389 * config.guess: Merge with FSF.
12390
12391Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12392
12393 * configure: Treat msdosdjgpp like go32.
12394 * configure.in: Likewise. Don't remove gprof for go32.
12395
12396 * configure: Change Makefile.tem2 to Makefile.tm2.
12397
12398Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
12399
12400 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12401
12402Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12403
12404 * install-sh (chmodcmd): Set to null if the DST directory already
12405 exists. Same as Nov 11th change.
12406
12407Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
12408
4e81ae98 12409 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
12410
12411Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
12412
12413 * config.guess: Update from FSF.
12414
12415Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
12416
12417 * Makefile.in (GDB_TK): Depend on itcl and tix.
12418
12419Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
12420
12421 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12422 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12423 (INSTALL_SCRIPT): New variable.
12424 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12425 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12426 to -x.
12427 * install-sh: Add support for -x option.
12428
12429Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
12430
12431 * configure.in, Makefile.in: Treat tix like itcl.
12432
12433Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
12434
12435 * Makefile.in (WINDRES): New variable.
12436 (WINDRES_FOR_TARGET): New variable.
12437 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12438 (EXTRA_HOST_FLAGS): Add WINDRES.
12439 (EXTRA_TARGET_FLAGS): Add WINDRES.
12440 (EXTRA_GCC_FLAGS): Add WINDRES.
12441 ($(DO_X)): Pass down WINDRES.
12442 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12443 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12444 DLLTOOL_FOR_TARGET.
12445
12446Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
12447
12448 * configure.in: configure sim before gdb for win32-x-ppc
12449
12450Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12451
12452 Move gperf into the toplevel, from libg++.
12453 * configure.in (target_tools): Add target-gperf.
12454 (native_only): Add target-gperf.
12455 * Makefile.in (all-target-gperf): New target, depend on
12456 all-target-libg++.
12457 (configure-target-gperf): Empty rule.
12458 (ALL_TARGET_MODULES): Add all-target-gperf.
12459 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12460 (CHECK_TARGET_MODULES): Add check-target-gperf.
12461 (INSTALL_TARGET_MODULES): Add install-target-gperf.
12462 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12463
12464Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 12465
6599da04
JM
12466 * config.sub (mn10200): Recognize new basic machine.
12467
12468Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12469
12470 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12471 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12472
12473Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12474
12475 * configure.in: If we're building mips-sgi-irix6* native, turn on
12476 ENABLE_MULTILIB and set TARGET_SUBDIR.
12477
12478Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
12479
12480 * Makefile.in (all-sn): Depend on all-grep.
12481
12482Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
12483
12484 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12485
12486 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12487 Makefile. From Jeff Makey <jeff@cts.com>.
12488 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12489
12490 * Makefile.in (DISTBISONFILES): Remove.
12491 (taz): Don't futz with DISTBISONFILES. Change BISON to use
12492 $(DEFAULT_YACC).
12493
12494 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 12495 cygwin32.
6599da04
JM
12496
12497 * Makefile.in (LD): New variable.
12498 (EXTRA_HOST_FLAGS): Pass down LD.
12499 ($(DO_X)): Likewise.
12500
12501Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
12502
12503 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12504
12505Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
12506
12507 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 12508 before adding our own. Always add --build.
6599da04
JM
12509
12510Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
12511
12512 * configure.in (targargs): Pass --build if we're doing
12513 a cross-compile.
12514
12515Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
12516
ca236658 12517 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
12518 sed. Otherwise sed chokes on NT path names with drive
12519 designators. Also look for "?:*" as the leading characters in an
12520 absolute pathname.
12521
12522Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
12523
12524 * config.sub: Support for r3900.
12525
12526Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
12527
12528 * configure.in: Use install-sh, not install.sh.
12529
12530Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
12531
12532 * Makefile.in (taz): Improve check for BISON so it doesn't try to
12533 apply it twice.
12534
12535Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
12536
12537 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12538 install-binutils.
12539
12540Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
12541
12542 * Makefile.in: Add automake targets.
12543 * configure.in (host_tools): Add automake.
12544
12545Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
12546
12547 * configure: Default CXX to c++, not gcc.
12548 * Makefile.in (CXX): Set to c++, not gcc.
12549 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12550
12551Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
12552
12553 * install-sh: try appending a .exe if source file doesn't
12554 exist
12555
12556Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12557
12558 * configure.in: Turn on multilib by default.
12559 (cross_only): Remove target-libiberty.
12560
12561 * Makefile.in (all-gcc): Don't depend on libiberty.
12562
12563Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
12564
12565 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12566
12567Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
12568
12569 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12570 (DISTBISONFILES): Add ld/Makefile.in
12571
12572Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
12573
12574 * configure.in: if target is cygwin32 but host isn't cygwin32,
12575 don't configure gdb tcl tk expect, not just gdb.
12576
12577Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
12578
12579 * configure.in: Added gnuserv everywhere sn appears.
12580
12581 * Makefile.in (ALL_MODULES): Added all-gnuserv.
12582 (CROSS_CHECK_MODULES): Added check-gnuserv.
12583 (INSTALL_MODULES): Added install-gnuserv.
12584 (CLEAN_MODULES): Added clean-gnuserv.
12585 (all-gnuserv): New target.
12586
12587Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
12588
12589 * config.guess: Fixes for MIPS OpenBSD systems.
12590
12591Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
12592
12593 * Makefile.in (INSTALL_XFORM): Remove.
12594 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12595
12596 * mkinstalldirs: New file, copied from automake.
12597 * Makefile.in (installdirs): Rename from install-dirs. Use
12598 mkinstalldirs. Change all users.
12599 (DEVO_SUPPORT): Add mkinstalldirs.
12600
12601Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
12602
12603 * install-sh: Rename from install.sh.
12604 * Makefile.in (INSTALL): Change install.sh to install-sh.
12605 (DEVO_SUPPORT): Likewise.
12606
12607 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
12608 Graichen <graichen@rzpd.de>.
12609
12610Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
12611
12612 * config.guess: Recognize OpenBSD systems correctly.
12613
12614Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12615
12616 * README, Makefile.in (ETC_SUPPORT): Remove references to
12617 cfg-paper*, configure.{texi,man,info*}._
12618
12619Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
12620
12621 * Makefile.in (all.normal): Ensure that gcc is built after all
12622 the x11 - ie gdb - targets.
12623
12624Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
12625
12626 * makefile.vms: Don't run conf-a-gas.
12627
12628Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
12629
e490616e 12630 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 12631
d207ebef
JM
12632Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
12633
12634 * configure.in: Remove noconfigdirs case since gdb also
12635 configures and builds for tic80-coff.
12636
6599da04
JM
12637Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
12638
12639 * configure: Set cache_file to config.cache.
12640 * Makefile.in (local-distclean): Remove config.cache.
12641
12642Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
12643
12644 * COPYING: Update FSF address.
12645
d207ebef
JM
12646Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
12647
12648 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12649 noconfigdirs.
12650
6599da04
JM
12651Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
12652
12653 * Makefile.in (install-dirs): Don't crash if prefix, and hence
12654 MAKEDIRS, is empty.
12655
12656Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
12657
12658 * config.sub: Tweak mn10300 entry.
12659
12660Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
12661
12662 * configure.in (host_tools): Put sim before gdb, so gdb's
12663 configure.tgt can determine if the simulator was configured.
12664
12665Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
12666
12667 * config.sub: Move BeOS $os case to be with other Cygnus
12668 local cases.
12669
12670Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
12671
12672 * config.sub: Remove misplaced comment that broke Linux.
12673
12674Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
12675
12676 * config.sub: Add BeOS support.
12677
12678Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
12679
12680 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12681
12682Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
12683
12684 * configure.in (noconfigdirs): Remove tcl and tk from
12685 noconfigdirs for cygwin32 builds.
12686
d207ebef
JM
12687Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
12688
12689 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12690
6599da04
JM
12691Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
12692
12693 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12694 make-all.com, use makefile.vms instead.
12695
12696Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
12697
12698 * config.sub: Accept -lnews*.
12699
d207ebef
JM
12700Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
12701
12702 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 12703 target-examples and target-libiberty for d30v.
d207ebef
JM
12704
12705Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12706
12707 * configure.in (noconfigdirs): Enable ld for d30v.
12708
12709Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
12710
12711 * configure.in (tic80-*-*): Build compiler.
12712
12713Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
12714
12715 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 12716 unsupported d30v directories
d207ebef
JM
12717
12718Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12719
4e81ae98
EC
12720 * config.sub, configure.in: Add d30v target cpu.
12721
6599da04
JM
12722Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
12723
12724 * makefile.vms: New file.
12725 * make-all.com: Remove.
12726
12727Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
12728
12729 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12730
12731Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
12732
12733 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12734
12735Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
12736
12737 * Makefile.in (ALL_MODULES): Added all-db.
12738 (CROSS_CHECK_MODULES): Addec check-db.
12739 (INSTALL_MODULES): Added install-db.
12740 (CLEAN_MODULES): Added clean-db.
12741
12742Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
12743
12744 * config.guess: Merge with latest FSF sources.
12745
12746Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
12747
12748 * Makefile.in (ALL_MODULES): Added all-itcl.
12749 (CROSS_CHECK_MODULES): Added check-itcl.
12750 (INSTALL_MODULES): Added install-itcl.
12751 (CLEAN_MODULES): Added clean-itcl.
12752
12753Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
12754
12755 * configure.in: build gdb for mn10200
12756
12757Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
12758
12759 * Makefile.in (all-target-winsup): Depend on all-target-libio.
12760
d207ebef
JM
12761Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
12762
12763 * configure.in (tic80-*-*): Turn off most targets right now.
12764
6599da04
JM
12765Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
12766
12767 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12768 rather than the makeinfo program.
12769 (do-info): Depend upon all-texinfo.
12770
12771Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
12772
12773 * configure.in: Remove uses of config/mh-linux.
12774
12775 * config.sub, config.guess: Merge with latest FSF sources.
12776
d207ebef
JM
12777Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
12778
12779 * config.sub (case $basic_machine): Add tic80 entries.
12780
6599da04
JM
12781Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
12782
12783 * config.sub, config.guess: Merge with latest FSF sources.
12784
12785Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12786
12787 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12788 * mpw-config.in: Test for NewFolderRecursive.
12789 * mpw-install: Use symbolic name for startup filename.
12790 * mpw-README: Add various additional details.
12791
12792Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
12793
12794 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12795
12796Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
12797
12798 * configure.in: Do build gcc and the target libraries for
12799 the mn10200.
12800
12801Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
12802
12803 * configure.in: don't avoid building gdb for mn10300 any more
12804 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12805 instead of single-quoting it.
12806
12807Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
12808
12809 * configure.in: Don't use --with-stabs on IRIX 6.
12810
12811Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
12812
12813 * configure.in (m32r): Build gdb, libg++ now.
12814
12815Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12816
12817 * configure.in (mips*-sgi-irix6*): Remove gdb and related
12818 directories from noconfigdirs.
12819
12820Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
12821
12822 * config.sub (basic_machine): added mips16 configuration
12823
12824Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12825
12826 * config.sub: Handle d10v-unknown.
12827
d207ebef
JM
12828Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
12829
12830 * config.sub: Handle v850-unknown.
12831
6599da04
JM
12832Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
12833
12834 * Makefile.in: add findutils
12835 * configure.in: add findutils to list of host_tools
12836
12837Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
12838
12839 * config.sub: Handle mn10200 and mn10300.
12840
12841Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12842
12843 * configure.in (d10v-*): Do not build librx.
12844
12845Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
12846
12847 * configure.in (mn10300): Build everything except gdb & libgloss.
12848
12849Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
12850
12851 * config.guess: Patch for Dansk Data Elektronik servers,
12852 from Niels Skou Olsen <nso@dde.dk>.
12853
12854 For ncr, use /bin/uname rather than uname, since GNU uname does not
12855 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
12856
12857 Patch for MIPS R4000 running System V,
12858 from Eric S. Raymond <esr@snark.thyrsus.com>.
12859
12860 Fix thinko for nextstep.
12861
12862 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12863
12864 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
12865 * config.guess: Guess mips-dec-mach_bsd4.3.
12866
12867 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
12868 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
12869 release numbers.
12870 * config.guess (mips-mips-riscos*): Emit just enough of the
12871 release number.
12872
12873 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12874 * config.guess (sparc-auspex-sunos*): Added.
12875 (f300-fujitsu-*): Added.
12876
12877 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12878 * config.guess: Recognize a Tadpole as a sparc.
12879
12880Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12881
12882 * config.guess: Don't assume that NextStep version is either 2 or
12883 3. NextStep 4 (aka OpenStep 4) has come out now.
12884
12885Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12886
12887 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12888 From Rik Faith <faith@cs.unc.edu>.
12889
12890Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12891
12892 * config.sub: Contributions from bug-gnu-utils to:
12893 Support plain "hppa" (no version given) architecture, reported by
12894 OpenStep.
12895 OpenBSD like NetBSD.
12896 LynxOs is not a hardware supplier.
12897
12898 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 12899 OpenBSD like NetBSD.
6599da04
JM
12900 Stratus systems.
12901 More Pyramid systems.
12902 i[n>4]86 Intel chips.
12903 M680[n>4]0 Motorola chips.
12904 Use unknown instead of lynx for hardware manufacturer.
12905
12906Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12907
12908 * install.sh (chmodcmd): Set to null if the DST directory already
12909 exists.
12910
12911Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12912
12913 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12914 not use mt-ppc target Makefile fragment any more.
12915
12916Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12917
12918 * configure.in (*-*-windows): Exclude everything but those dirs
12919 needed to build windows.
12920
12921Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
12922
12923 * Makefile.in (all-target-winsup): Depend on all-target-librx.
12924
12925Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12926
12927 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
12928
12929Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12930
12931 * Undo my previous change.
12932
12933Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
12934
12935 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12936 unconditionally.
12937 (MAKEOVERRIDES): Define (revert this part of October 18 change).
12938
12939Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12940
12941 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
12942 host to add it's own flags.
6599da04
JM
12943
12944Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
12945
12946 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12947
12948Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
12949
12950 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12951 (CXX_FOR_TARGET): Likewise.
12952 (GCC_FOR_TARGET): Define.
12953 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12954 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12955 CC_FOR_TARGET was specified on the command line.
12956 (MAKEOVERRIDES): Don't define.
12957
12958Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
12959
12960 * configure.in (m32r): Fix spelling of libg++ libs.
12961
12962Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12963
12964 * config.sub (-apple*): Remove, now redundant.
12965
12966Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
12967
12968 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12969
12970 * configure: Rework yesterday's sed script patch.
12971
12972 * config.sub: Merge with FSF.
12973
12974Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12975
12976 * config.guess: Merge from FSF.
12977
12978 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
12979 * config.guess: Use pc instead of unknown, for pc clone systems.
12980 Change linux to linux-gnu.
6599da04
JM
12981
12982 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 12983 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
12984
12985Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12986
12987 * test-build.mk (HOLES): Add "xargs" for gdb.
12988
12989 * configure: Avoid hpux10.20 sed bug.
12990
12991Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12992
731a8127 12993 * configure.in: Add support for windows host
6599da04
JM
12994 (that is a build done under the Microsoft build environment).
12995
12996Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
12997
12998 * Makefile.in: Replace all uses of srcroot with s, to shrink
12999 command line lengths.
13000
13001 Patches from Geoffrey Noer <noer@cygnus.com>:
13002 * configure.in: If configuring for newlib, pass --with-newlib to
13003 subdirectories.
13004 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13005 -Bnewlib/ and -Lwinsup to gcc.
13006 (CXX_FOR_TARGET): Likewise.
13007
13008Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
13009
13010 * Makefile.in (ETC_SUPPORT): Add configure.
13011
13012Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
13013
4e81ae98 13014 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
13015 host configuration file.
13016
13017Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
13018
13019 * configure.in: Break mn10x00 support into separate
13020 mn10200 and mn10300 configurations.
13021 * config.sub: Likewise.
13022
13023Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
13024
13025 * configure.in: Add lots of stuff to noconfigdirs for
13026 the mn10x00 targets.
13027
13028 * config.sub, configure.in: Add mn10x00 support.
13029
13030Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
13031
13032 * make-all.com: Call conf-a-gas, not config-a-gas.
13033
13034Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
13035
13036 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 13037 targets.
6599da04
JM
13038
13039Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
13040
13041 * mpw-README: Add much more detail for native PowerMac.
13042 * mpw-install: New file.
13043 * mpw-configure: Add --norecursion and --help options.
13044 * mpw-config.in: Translate readme and install files when
13045 copying to objdir.
13046 * mpw-build.in: Don't always depend on byacc and flex.
13047 (install-only-top): New action.
13048
d207ebef
JM
13049Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
13050
13051 * configure.in: You can now configure GDB for the v850.
13052
6599da04
JM
13053Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
13054
13055 * configure.in (noconfigdirs): Don't configure any C++ dirs
13056 if targeting D10V.
13057
13058Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
13059
13060 * config.sub: Recognize mips64vr5000.
13061
13062Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
13063
13064 * configure.in: Use a single line for host_tools and native_only.
13065
13066Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
13067
13068 * config.sub, configure.in: Add entries for m32r.
13069
13070Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
13071
13072 * Makefile.in (inet-install): Don't run install-gzip.
13073
13074Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
13075
13076 * configure.in: Don't config lots of things for *-*-windows*.
13077
13078Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
13079
13080 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13081 (host_libs, host_tools): Copy from configure.in.
13082 * mpw-configure: Don't complain about directories not found.
13083
13084Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13085
13086 * configure.in (i[345]86): Recognize i686 for pentium pro.
13087 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13088 file.
13089
13090 * config.guess (i[345]86): Ditto.
13091
13092Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13093
13094 * configure.in (noconfigdirs): Removed gdb for D10V.
13095
d207ebef 13096Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 13097
d207ebef
JM
13098 * configure.in: Remove ld, target-libio, target-libg++, and
13099 target-libstdc++ from noconfigdirs.
5d4a5ee6 13100
6599da04
JM
13101Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
13102
13103 * configure: Fix three locations where shell scripts were
13104 being run directly rather than with config_shell.
13105
d207ebef
JM
13106Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
13107
13108 * configure.in (v850-*-*): Set up initial $noconfigdirs.
13109 * config.sub (basic_machine): Recognize v850.
13110
6599da04
JM
13111Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
13112
13113 * mpw-configure: Handle multiple enable/disable options and
13114 pass them down recursively, handle -c and -s flags appropriately
13115 depending on choice of compiler, add escape mechanism for
13116 quoted arguments to gC.
13117
13118Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13119
13120 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13121 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13122 so that -mrelocatable-lib and -mno-eabi are used.
13123
13124 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13125 not support --print-multi-lib, don't abort.
13126
6599da04
JM
13127Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
13128
13129 * make-all.com: Run config-a-gas.
13130 * setup.com: Don't copy subdirectory files around.
13131
13132Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
13133
13134 * configure.in (*-*-ose): Remove exclusion of libgloss for this
13135 target, it now compiles correctly.
13136
13137Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
13138
13139 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13140
13141Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13142
4e81ae98 13143 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
13144
13145Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13146
13147 * configure.in (native_only): Add prms.
13148
13149Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
13150
13151 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13152 (BINUTILS_SUPPORT_DIRS): Likewise.
13153
13154Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13155
13156 * configure.in (d10v-*-*): Don't configure ld or gdb until the
13157 d10v support is added.
13158
13159Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13160
13161 * configure.in (d10v-*-*): New target.
13162
13163Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
13164
13165 * config.guess (HP 9000/811): Recognize this as a PA1.1
13166 machine.
13167
13168Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
13169
13170 * Makefile.in (do-tar-gz): New target, split out from tail end of
13171 taz target. Run each command separately, don't use pipes.
13172 (taz): Use it.
13173
13174Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
13175
13176 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13177 * mpw-build.in: No builds should depend on building byacc or flex,
13178 they are assumed to be installed already.
13179
13180Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13181
13182 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13183 variable that CC_FOR_TARGET needs.
13184
13185Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13186
13187 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13188 options have changed since the last time the subdirectory was
13189 configured, and if it has, reconfigure.
13190 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13191 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13192
13193Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
13194
13195 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13196 CLEAN_MODULES): Add bash.
13197 (all-bash): New target.
13198
13199Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
13200
13201 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13202
13203Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13204
13205 * config.sub (basic_machine): Recognize d10v as a valid processor.
13206
13207Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
13208
13209 * mpw-configure: Add support for --bindir.
13210 * mpw-build.in: Use a GCC-specific build script for GCC actions.
13211
13212Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
13213
13214 * configure.in: add bash, time, gawk to list of hosttools and things
13215 to only build for native toolchains
13216
13217Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13218
13219 * Makefile.in (docdir): Remove.
13220
13221Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13222
13223 * Makefile.in (datadir): Set to $(prefix)/share.
13224
13225Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
13226
13227 * configure.in: build diff and patch for cygwin32-hosted
13228 toolchains.
13229
13230Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
13231
13232 * config.sub: Accept -rtems*.
13233
13234Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
13235
e490616e
ZW
13236 * configure.in: enable dosrel for cygwin32-hosted builds,
13237 remove diff from the list of things not buildable
13238 via Canadian Cross
6599da04
JM
13239
13240Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13241
13242 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 13243 don't get ". ".
6599da04
JM
13244
13245Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
13246
13247 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13248
13249Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
13250
13251 * Makefile.in (taz): Handle case where tex3patch didn't even get
13252 checked out. Also, if it was found, put the symlink in a new util
13253 subdirectory.
13254
13255Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13256
13257 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13258
13259Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
13260
13261 * config.sub: Recognize -openvms.
13262 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13263 * make-all.com, setup.com: New files.
13264
13265Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13266
13267 * Makefile.in (taz): tex3patch moved to texinfo/util.
13268
13269Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
13270
13271 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13272 * configure.in: remove make from disable-if-Can-Cross list
13273 enable gdb if ${host} and ${target} are cygwin32
13274
13275Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
13276
13277 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
13278 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13279
13280Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13281
13282 * config.guess: Combine mips-mips-riscos cases, and use cpp to
13283 distinguish sysv/svr4/bsd variants.
13284 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13285
13286Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
13287
13288 * configure.in: Added copyright notice.
13289 * move-if-change: Added copyright notice.
13290
13291Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13292
13293 * configure.in (powerpcle-*-solaris*): Until we get shared
13294 libraries working, don't build gdb, sim, make, tcl, tk, or
13295 expect.
13296
13297Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
13298
13299 * config.guess: Merge with FSF:
13300
13301 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13302 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13303
13304 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
13305 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13306
13307 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
13308 * config.guess: Combine two OSF1 rules.
13309 Also recognize field test versions. From mjr@zk3.dec.com.
13310 * config.guess (dgux): Use /usr/bin/uname rather than uname,
13311 because GNU uname does not support -p. From pmr@pajato.com.
13312
13313Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
13314
13315 * Makefile.in (MAKEDIRS): Removed $(tooldir).
13316
13317Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
13318
13319 * mpw-README: Document GCCIncludes.
13320
13321Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
13322
13323 * configure.in (alpha-*-linux*): Set enable_shared to yes.
13324
13325Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13326
13327 * mpw-configure: Handle --enable-FOO and --disable-FOO.
13328
13329Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
13330
13331 * configure.in (*-*-cygwin32): Configure make.
13332
13333Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
13334
13335 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13336
13337Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
13338
13339 * Makefile.in (all-inet): Depend on all-perl.
13340
13341 * Makefile.in (inet-install): New target.
13342
13343 * Makefile.in (all-inet): Depend on all-tcl.
13344 (all-inet): Depend on all-send-pr.
13345
13346Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13347
13348 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13349 temporarily.
13350
13351Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
13352
13353 * configure.in: Don't configure --with-gnu-ld on AIX.
13354
13355Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13356
13357 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13358
13359Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
13360
13361 * Makefile.in (ALL_MODULES): Added all-inet.
13362 (CROSS_CHECK_MODULES): Added check-inet.
13363 (INSTALL_MODULES): Added install-inet.
13364 (CLEAN_MODULES): Added clean-inet.
13365 (all-indent): New target.
13366
13367 * configure.in (host_tools): Added inet.
13368 (native_only): Added inet.
13369 (noconfigdirs): Added inet.
13370
13371Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
13372
13373 * configure.in: Don't configure libgloss if we are not configuring
13374 newlib.
13375
13376Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13377
13378 * configure.in: Don't configure libgloss for unsupported
13379 architectures.
13380
13381Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13382
13383 * Makefile.in (CLEAN_MODULES): Add clean-apache.
13384
13385Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
13386
13387 * Makefile.in (ALL_MODULES): Include all-apache.
13388 (CROSS_CHECK_MODULES): Include check-apache.
13389 (INSTALL_MODULES): Include install-apache.
13390 (all-apache): New target.
13391
13392 * configure.in: Added apache everywhere perl is seen.
13393
13394Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13395
13396 * Makefile.in: Add support for clean-{module} and
13397 clean-target-{module} rules.
13398
13399Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
13400
13401 * configure.in (*-*-ose) do not build libgloss.
13402
13403Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13404
13405 * config.guess (prep*:SunOS:5.*:*): Turn into
13406 powerpele-unknown-solaris2.
13407
13408Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
13409
13410 * configure.in: Permit --enable-shared to specify a list of
13411 directories.
13412
13413Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13414
13415 * configure.in (host==solaris): Pass only the first word of $CC
13416 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13417
13418Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13419
13420 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13421
13422Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
13423
13424 * Makefile.in (ALL_MODULES): Include all-perl.
13425 (CROSS_CHECK_MODULES): Include check-perl.
13426 (INSTALL_MODULES): Include install-perl.
13427 (ALL_X11_MODULES): Include all-guile.
13428 (CHECK_X11_MODULES): Include check-guile.
13429 (INSTALL_X11_MODULES): Include install-guile.
13430 (all-perl): New target.
13431 (all-guile): New target.
13432
13433 * configure.in (host_tools): Include perl and guile.
13434 (native_only): Include perl and guile.
13435 (noconfigdirs): Don't build guile and perl; no ports have been
13436 done.
13437
13438Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
13439
e490616e
ZW
13440 * configure (--enable-*): Handle quoted option lists such as
13441 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
13442
13443Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13444
13445 * Makefile.in ({,inst}all-target): New rule so we can make and
13446 install all of the target directories easily.
13447
13448Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13449
13450 * configure.in: Add missing global flag in sed substitution when
13451 deleting `target-' from ${configdirs}.
13452
13453Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
13454
13455 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13456 option.
13457
13458 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13459 config/mh-necv4.
13460
13461 * install.sh: Correct misspelling of transformbasename.
13462
13463 * config.guess: Recognize mips-*-sysv*.
13464
13465Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
13466
13467 * config.sub: Recognize mon960.
13468
13469Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
13470
13471 * configure: Restore Canadian Cross handling of BISON and LEX,
13472 removed in Feb 20 change.
13473
13474Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
13475
13476 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13477 Mention make install. Remove the old copyright date as well the
13478 clumsy and rather pointless copyright on the README file.
13479
13480Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
13481
13482 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13483 Makefile after running symlink-tree, then run `make distclean' to
13484 avoid clobbering any generated files in srcdir.
13485
13486Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
13487
13488 * configure.in (m68k-*-netbsd*): Build everything now.
13489
13490Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13491
13492 * Makefile.in (taz): Fix quoting.
13493
13494Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
13495
13496 * configure.in (sparclet-*-*): Build everything now.
13497
13498Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13499
13500 * configure.in (m68k-*-linux*): New host.
13501
13502Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
13503
13504 * configure: Check for bison before byacc.
13505
13506Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
13507
13508 * Makefile.in configure: Change the way LEX and BISON/YACC are
13509 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
13510 searching PATH. These are used as fallbacks by Makefile.in if
13511 flex/bison/byacc aren't in objdir.
13512
13513Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
13514
13515 * Makefile.in: Make everything which depends upon all-bfd also
13516 depend upon all-opcodes, in case --with-commonbfdlib is used.
13517
13518Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13519
13520 * configure.in (host *-*-cygwin32): Don't build gdb if we are
13521 building NT native compilers on Unix.
13522
13523Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
13524
13525 * configure.in: Don't get CC from the host Makefile fragment if we
13526 can find gcc in PATH, or if this is a Canadian Cross. Move the
13527 Solaris test for /usr/ucb/cc to the post target script, just after
13528 the compiler sanity test.
13529
13530Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
13531
13532 * config.sub: Merge with FSF.
13533
13534Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
13535
13536 * Makefile.in (RPATH_ENVVAR): New variable.
13537 (REALLY_SET_LIB_PATH): Use it.
13538 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13539
13540Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
13541
13542 * config.sub, configure.in: Recognize sparclet cpu.
13543
13544Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13545
13546 * config.guess: Support m68k-cbm-sysv4.
13547
13548Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13549
13550 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13551 m68k-unknown-linuxaout from linker help string. Put quotes around
13552 $ld_help_string.
13553
13554Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
13555
13556 * config.guess (powerpc-harris-powerunix): Add guess for port
13557 to new target.
13558
13559Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13560
13561 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13562
13563Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
13564
13565 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13566 $(REALLY_SET_LIB_PATH) in Makefile.
13567 * Makefile.in (SET_LIB_PATH): New variable.
13568 (REALLY_SET_LIB_PATH): New variable.
13569 ($(DO_X)): Use $(SET_LIB_PATH).
13570 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13571 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13572 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13573 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13574 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13575 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13576 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13577 (install-dosrel): Likewise.
13578 (all-opcodes): Depend upon all-libiberty.
13579
13580Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
13581
13582 * config.guess (*:CYGWIN*): New
13583
13584Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13585
13586 * Makefile.in (all-target-winsup): All all-target-libiberty.
13587
13588Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13589
13590 * configure.in (noconfigdirs): Add missing # in front of comment.
13591
13592Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
13593
13594 * configure.in: add second pass to things added to noconfigdirs
13595 so *-gm-magic can exclude libgloss properly.
13596
13597Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
13598
13599 * mpw-configure (extralibs_name, rez_name): Set correctly
13600 for MWC68K compiler.
13601
13602 * mpw-README: Add more info on the necessary build tools.
13603
13604Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
13605
13606 * configure.in, config.sub: Recognize cygwin32.
13607
13608Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
13609
13610 * config.guess, config.sub: Recognize A/UX.
13611
13612Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
13613
13614 * config.sub: Merge with gcc/config.sub.
13615
13616Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
13617
13618 * mpw-build.in (do-binutils): Add build of stamps.
13619
13620Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
13621
13622 * config.sub: Add recognition for mips64vr4100*-* targets.
13623
13624Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13625
13626 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13627 Add creation of gconfigargs with `--enable-shared' turned on.
13628 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13629 ($(host)-stamp-stage3-configured): Likewise.
13630 (HOLES): Add chatr and ldd.
13631 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13632
13633Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
13634
13635 * configure: Pass --nfp to recursive configures.
13636
13637Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
13638
13639 * Makefile.in (DLLTOOL): New.
13640 (DLLTOOL_FOR_TARGET): New.
13641 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13642 (EXTRA_TARGET_FLAGS): Ditto.
13643 (EXTRA_GCC_FLAGS): Ditto.
13644 (CONFIGURE_TARGET_MODULES): Ditto.
13645 (DO_X): Ditto.
13646 * configure: Add DLLTOOL.
13647
13648Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
13649
13650 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13651 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13652 mh-sco, since old workarounds no longer needed, and don't
13653 build ld, since libraries have weak symbols in COFF.
13654
13655Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
13656
13657 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13658
13659Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
13660
13661 * configure.in: Make sure that ${CC} can be used to compile an
13662 executable.
13663
13664Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13665
13666 * Makefile.in (all-gdb): Depend on $(GDB_TK).
13667 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13668 nothing depending on whether gdbtk is being built.
13669
13670Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
13671
13672 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13673
13674Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
13675
13676 * configure.in (noconfigdirs): Put ld or gas in this early, if the
13677 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13678
13679Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
13680
13681 * config-ml.in: Add support for
13682 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13683 Simplify setting of multidirs from --disable-foo.
13684
13685Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13686
13687 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13688 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13689 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 13690 non-empty, pass them on to the GCC make.
6599da04
JM
13691 (all-bootstrap): New rule that is like all-gcc, except it executes
13692 the GCC bootstrap rule instead of the GCC all rule.
13693
13694Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
13695
13696 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13697
13698Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13699
13700 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13701 DG/UX support.
13702
13703Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
13704
13705 * config.sub (i*86*) Change [345] to [3456]
13706
13707Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13708
13709 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13710 --with-gnu-ld=no.
13711
13712Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13713
13714 * config-ml.in (rs6000*, powerpc*): Add switches to control which
13715 AIX multilibs get built.
13716
13717Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13718
13719 * configure.in (i386-win32): Don't build expect if we're not
13720 building the tcl subdir.
13721
13722Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
13723
13724 * Makefile.in: (configure-target-examples, all-target-examples):
13725 New targets, configure and build example programs.
13726
13727Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
13728
13729 * mpw-configure: If an mpw-config.in generated a file mk.sed,
13730 use it as input to sedit the generated MPW makefile.
13731 * mpw-README: Add a suggestion about Gestalt.h.
13732
13733Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
13734
13735 * config.sub: Accept *-*-ieee*.
13736
13737Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
13738
13739 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
13740 Ronald F. Guilmette <rfg@monkeys.com>.
13741
13742Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13743
13744 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13745 for powerpc-pe native.
13746 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13747 (target==powerpc-pe): duplicate i386-win32 entry.
13748
13749Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13750
13751 * configure.in (noconfigdirs): Exclude target-newlib for all versions
13752 of vxworks, not just vxworks5.1.
13753
13754Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
13755
13756 * mpw-configure: Add support for exec-prefix.
13757
13758Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13759
13760 * config.guess: Recognize HP model 816 machines as having
13761 a PA1.1 processor.
13762
13763Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
13764
13765 * configure: Ignore new autoconf configure options.
13766
6599da04
JM
13767Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13768
13769 * config.guess: Recognize Pentium under SCO.
13770 From Robert Lipe <robertl@arnet.com>.
13771
13772Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13773
13774 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
13775
13776Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
13777
13778 * configure.in: Don't configure gas for alpha-dec-osf*.
13779
13780Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
13781
13782 * configure.in: Default to --with-stabs for some targets for which
13783 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13784 i[345]86*-*-unixware*.
13785
13786Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
13787
13788 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13789 rather than basing it on the target. Simplify handling of options
13790 controlling which directories to configure. Remove extraneous
13791 slash in multi-clean target.
13792
13793Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
13794
13795 * config-ml.in: Prefix more variables with ml_ so they don't collide
13796 with configure's.
13797
13798Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
13799
13800 * configure: Don't turn -v into --v.
13801
13802Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
13803
13804 * configure.in (targargs): Fix typo.
13805
13806 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13807
13808Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
13809
13810 * configure.in: Strip --host and --target options from
13811 CONFIG_ARGUMENTS, and always configure for --host only. Add
13812 --with-cross-host option when building with a cross-compiler.
13813 * configure: Canonicalize the arguments put into config.status by
13814 always using `=' for an option with an argument. Pass a presumed
13815 --host or --target explicitly.
13816
13817Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
13818
13819 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13820 into general OS recognition case.
13821
13822Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13823
13824 * configure.in (target_configdirs): add target-winsup only
13825 for win32 target systems.
13826
13827Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
13828
13829 * Makefile.in (all-target-libgloss): Depend upon
13830 configure-target-newlib, since when libgloss is built it looks to
13831 see if the newlib directory exists.
13832
13833Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
13834
13835 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13836 cfg-ml-*.in.
13837
13838Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
13839
13840 * configure: Handle LD and LD_FOR_TARGET when configuring a
13841 Canadian Cross.
13842
6599da04
JM
13843Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13844
13845 * configure.in (target_libs): add target-winsup.
13846 (target==i386-win32): add patch diff flex make to $noconfigdirs.
13847 (target==ppcle-pe): remove ld from $noconfigdirs.
13848
13849Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
13850
13851 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13852 Preserve relative path names in $srcdir. Build symlink tree if
13853 configuring cross target dir and srcdir=. (= no VPATH support).
13854 (configure-target-libg++): Depend on configure-target-librx.
13855 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13856 * config-ml.in: New file.
13857 * symlink-tree: New file.
13858 * configure: Ensure srcdir="." if that's what it is.
13859
13860Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13861
13862 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13863 includes and FLEX_SKELETON setting.
13864 * mpw-configure (--with-gnu-ld): New option, controls whether
13865 to use PPCLink or ld with PowerMac GCC.
13866 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13867 * mpw-config.in: Configure grez if targeting Mac.
13868
13869 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
13870 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13871 just macos.
6599da04
JM
13872 * configure.in: Configure grez resource compiler if targeting Mac.
13873 * Makefile.in (all-grez, install-grez): New targets.
13874
13875Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13876
13877 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 13878 gcc in the path, set CC to gcc -O2.
6599da04
JM
13879
13880Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13881
13882 * configure: Default ${build} correctly. Avoid picking up extra
13883 spaces when reading CC and CXX from Makefile. When doing a
13884 Canadian Cross, use plausible default values for numerous
13885 variables.
13886 * configure.in: When doing a Canadian Cross, don't try to
13887 configure tools whose configure script can't handle it.
13888
13889Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13890
13891 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13892
13893Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13894
13895 * configure: Remove dubious bug reporting address.
13896
13897Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
13898
13899 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
13900 configure script, run that instead of this directory's configure.
13901 In either case, print a message that we're configuring the sub-dir.
13902
13903Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
13904
13905 * configure.in: Before checking for the existence of various files,
13906 use sed to filter out "target-".
13907
13908Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
13909
13910 * Makefile.in (DO_X): Split rule to decrease command line length
13911 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
13912 (Philippe De Muyter).
13913
13914Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13915
13916 * Makefile.in (all-patch): depend on all-libiberty.
13917
13918Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
13919
13920 * configure.in: If the only directory in target_configdirs which
13921 actually exists is libiberty, then set target_configdirs to empty,
13922 to avoid trying to build a target libiberty in a gas or gdb
13923 distribution.
13924
13925Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
13926
13927 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
13928 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13929 systems.
6599da04
JM
13930
13931Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13932
13933 * configure.in (copy_dirs): Use sys-include instead of include
13934 for --with-headers option.
13935
13936Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
13937
13938 * Makefile.in, configure.in: Make winsup builds work with
13939 new scheme.
13940
13941Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
13942
13943 * configure.in: Build the linker on AIX.
13944
13945Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
13946
13947 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
13948 where needed.
13949
13950Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
13951
13952 * Makefile.in (all-gcc): Fix typo.
13953
13954Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
13955
13956 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
13957
13958Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
13959
13960 * configure.in: Rename libFOO to target-libFOO, and xiberty
13961 to target-xiberty, to provide more flexibility.
13962 (target_subdir): Define. Create if cross.
13963 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13964 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
13965 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13966 check-libFOO -> check-target-libFOO, etc.
13967 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13968 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13969 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13970 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13971 allow ALL_GCC="" to only configure.
13972 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13973 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13974 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13975
13976Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13977
13978 * Makefile.in (taz): Build "info" in etc explicitly.
13979
13980Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13981
13982 * configure.in: Make sure that CC is undefined (as opposed to
13983 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13984 problem with autoconf trying to configure on a host without GCC.
13985
13986Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13987
13988 * mpw-configure: Set host alias from choice of host compiler,
13989 only use generic MPW Makefile sed if present, edit a file
13990 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13991 * mpw-README: Add problem notes about CW6 and CW7.
13992
13993Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13994
13995 * Makefile.in (taz): Use ";" instead of ";;".
13996
13997Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13998
13999 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
14000 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14001 DISTDOCDIRS.
14002 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
14003 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
14004
14005Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
14006
14007 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
14008 and gnats, because they are now subsumed by DISTSTUFFDIRS.
14009 Move bfd to DISTSTUFFDIRS.
14010
14011Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14012
14013 * Makefile.in (X11_LIB): Removed.
14014 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14015
14016 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14017
14018Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14019
14020 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14021 names.
14022
14023Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14024
14025 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14026
14027Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
14028
14029 * configure.in (i[345]86-*-win32): Always build newlib.
14030 Don't configure cvs, autoconf or texinfo.
14031 * Makefile.in (LD_FOR_TARGET): New.
14032 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14033 Pass down LD_FOR_TARGET.
14034
14035Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
14036
14037 * winsup: New directory.
14038 * Makefile.in: Build winsup.
14039 * configure.in: Winsup is configured when target is win32.
14040 Can only build win32 target GDB when native.
4e81ae98 14041
6599da04
JM
14042Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
14043
14044 * config.guess: Recognize HP model 819 machines as having
14045 a PA 1.1 processor.
14046
14047Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
14048
14049 * configure: Fix sed loop which substitutes for CC and CXX to
14050 avoid bug found in various sed implementations.
14051
14052Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14053
14054 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14055 simulator. Use standard powerpc-*-eabi*.
14056
14057Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
14058
14059 * configure.in: Stop putting gas and binutils in noconfigdirs for
14060 powerpc-*-aix* and rs6000-*-*.
14061
14062Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
14063
14064 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14065 -mcall-aixdesc libraries.
14066
14067Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
14068
14069 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14070
14071 * config.sub (arm | armel | armeb): Fix shell syntax.
14072
14073Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14074
14075 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14076 -msoft-float and -mcpu=common support.
14077 (powerpc*-*-eabisim*): Add support for building -mcall-aix
14078 libraries.
14079
14080Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14081
14082 * configure.in: Allow configuration and build of emacs19 for the alpha.
14083
14084Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14085
14086 * configure.in (CC): Get ^CC, not just any old CC, from
14087 ${host_makefile_frag}.
14088
14089Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14090
4e81ae98 14091 * configure.in (CC): Try to get CC from
6599da04
JM
14092 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14093
14094Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14095
14096 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14097 only if it exists in $(srcdir).
14098
14099Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
14100
14101 * configure: If CC and CXX are not set in the environment, set
14102 them, based on either an existing Makefile or on searching for gcc
14103 in PATH. Substitute for CC and CXX in Makefile.
14104 * configure.in: Remove libm from target_libs. Separate
14105 target_configdirs from configdirs. If CC is not set in
14106 environment, try to get it from a host Makefile fragment. Rewrite
14107 changes of configdirs to use skipdirs instead. A few minor
14108 tweaks. Take directories out of target_configdirs as they are
14109 taken out of configdirs. Remove existing Makefile files from
14110 subdirectories. Substitute for TARGET_CONFIGDIRS and
14111 CONFIG_ARGUMENTS in Makefile.
14112 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14113 by configure.in.
14114 (CONFIG_ARGUMENTS): Likewise.
14115 (CONFIGURE_TARGET_MODULES): New variable.
14116 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14117 ($(CONFIGURE_TARGET_MODULES)): New target.
14118 (configure-libg++, configure-libio): New targets.
14119 (all-libg++): Depend upon configure-libg++.
14120 (all-libio): Depend upon configure-libio.
14121 (configure-libgloss, all-libgloss): New targets.
14122 (configure-libstdc++): New target.
14123 (all-libstdc++): Depend upon configure-libstdc++.
14124 (configure-librx, all-librx): New targets.
14125 (configure-newlib): New target.
14126 (all-newlib): Depend upon configure-newlib
14127 (configure-xiberty): New target.
14128 (all-xiberty): Depend upon configure-xiberty.
14129
14130Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14131
14132 * configure.in (host i[345]86-*-win32): Expand the
14133 noconfigdirs again.
14134
14135Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
14136
14137 * mpw-configure: Fix sed command file name.
14138
14139Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
14140
4e81ae98 14141 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
14142 noconfigdirs again.
14143
14144Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
14145
14146 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14147 or powerpc*-*-pe*, since they are not yet supported.
14148
14149Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14150
14151 Add PowerMac support and many other enhancements.
14152 * mpw-configure: New option --cc to select compiler to use,
14153 paste options set according to --cc into the generated
14154 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14155 if mpw-make.sed is present.
14156 * mpw-config.in: Don't test for gC1, test for mpw-touch,
14157 add forward includes for PowerPC include files.
14158 * mpw-build.in: Build using Makefile.PPC if present.
14159 (do-byacc, etc): Remove separate version resource builds.
14160 (do-gas): Build "stamps" before "all".
14161 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14162 * mpw-README: Update to reflect --cc option, PowerMac support,
14163 and recently-reported compatibility problems.
14164
14165Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
14166
14167 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14168 embedded m68k systems (-aout, -coff, -elf, -vxworks).
14169 (--with-multilib-top): Pass to recursive invocations.
14170
14171Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
14172
14173 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14174 v810-*-*.
14175
14176Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14177
14178 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14179 gdb, ld and opcodes on v810-*-*.
14180
6599da04
JM
14181Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
14182
14183 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14184 (local-maintainer-clean): New target.
14185 (maintainer-clean): New target.
14186 (realclean): Just depend upon maintainer-clean.
14187
14188Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14189
14190 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14191
14192Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
14193
14194 * configure.in: Build ld in mips*-*-bsd* case.
14195
14196Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
14197
14198 * config.sub: Accept -lites* OS. From Ian Dall.
14199
14200Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
14201
14202 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 14203 targets.
6599da04
JM
14204
14205Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14206
14207 * configure.in: treat i386-win32 canadian cross the same as
14208 i386-go32 canadian cross.
14209
14210Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14211
14212 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14213 running under the simulator to build a reduced set of libraries.
14214 (powerpc-*-eabiaix): Add fine grained multilib support added to
14215 other powerpc targets yesterday.
14216
14217Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14218
14219 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14220 -disable-softfloat, -disable-relocatable, -disable-aix, and
14221 -disable-sysv to control which multilib libraries get built.
14222
14223Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14224
14225 * configure: Add Makefile.tem to list of files to remove in trap
14226 handler.
14227
14228Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
14229
14230 * config.guess (*Linux*): Add missing "exit"s.
14231 Also, need specific check for alpha-unknown-linux (uses COFF).
14232
14233Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
14234
14235 * config.guess: Merge with FSF:
14236
14237 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
14238 * config.guess (AIX4): More robust release numbering discovery.
14239
14240 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
14241 * config.guess (i386-sequent-ptx): Properly get version number.
14242
14243 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
14244 * config.guess (mips:*:4*:UMIPS): New case.
14245
14246Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
14247
14248 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14249 (i386-win32 host): Likewise. Don't build readline.
14250
14251Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
14252
14253 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
14254 SUPPORT_FILES to submakes.
14255
14256Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
14257
14258 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14259 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14260 mpw-configure.
14261
14262Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
14263
14264 * configure.in (appdirs): Use =, not ==, in test expression when
14265 trying to build the text to print in the warning message for
14266 Solaris users.
14267
14268Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
14269
14270 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14271
14272Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14273
14274 * config.guess: Recognize lynx-2.3.
14275
14276Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
14277
14278 * config.sub (z8ksim): Deleted
14279 (z8k-*-coff): New, this is the one true name of the target.
14280
14281Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
14282
14283 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14284
14285Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
14286
14287 * config.guess (*:Linux:*:*): First try asking the linker what the
14288 default object file format is (elf, aout, or coff). Then if this
14289 fails, try previous methods.
14290
14291Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14292
14293 * configure.in: Don't build newlib for *-*-vxworks5.1.
14294
14295Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14296
14297 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14298 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14299
14300Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
14301
14302 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14303
14304Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
14305
14306 * cfg-ml-com.in: New file.
14307 * cfg-ml-pos.in: New file.
14308
14309Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14310
14311 * COPYING.NEWLIB: Add HP free copyright to list.
14312
14313Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14314
14315 * config.sub: Recognize -eabi* for the system, not just -eabi.
14316
14317Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
14318
14319 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14320 * config.sub, configure.in (win32): New target and host.
14321
14322Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
14323
14324 * configure.in: Add i386-pe configuration.
14325
14326Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
14327
14328 * mpw-build.in (install): Install GDB after LD.
14329
14330Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
14331
14332 * mpw-config.in (elf/mips.h): Always forward-include, needed
14333 for GDB to build.
14334
14335Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
14336
14337 * testsuite: New directory for customer acceptance and whole tool
14338 chain tests.
14339
14340Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14341
14342 * configure: If per-host line isn't found, but AC_OUTPUT is found
14343 and a configure script exists, run it instead.
14344
14345Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14346
14347 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
14348
14349Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
14350
14351 * configure: Set build_{cpu,vendor,os,alias} to host values when
14352 --build isn't specified.
14353
14354Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14355
14356 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14357 (FLAGS_TO_PASS): Pass them.
14358 (EXTRA_TARGET_FLAGS): Ditto.
14359
6599da04
JM
14360Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14361
14362 * Makefile.in (all-libg++): Depend on all-libstdc++.
14363
14364Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14365
14366 * configure.in (noconfigdirs): Enable all packages for
14367 i386-unknown-netbsd.
14368
14369Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
14370
14371 * configure.in (noconfigdirs): Don't configure tk for i386-go32
14372 hosted builds (DOS builds)
14373
14374Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14375
14376 Changes for ARM based on patches from Richard Earnshaw:
14377 * config.sub: Handle armeb and armel.
14378 * configure.in: Omit arm linker only for riscix.
14379
14380Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
14381
14382 * config.guess: Update from FSF.
14383
14384Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
14385
63f6bcd7 14386 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
14387 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
14388 powerpcle variant. Convert pentium into i586, not i486. Add p5
14389 alias for i586. Map new x86 variants p6, k5, nexgen into i586
14390 temporarily.
14391
14392Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
14393
14394 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14395
14396Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
14397
14398 * config.sub: Accept -lites* as a basic system type.
14399
14400Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
14401
14402 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14403 installed, and if so return linuxoldld as the system name.
14404
14405Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
14406
14407 * config.guess: Add hppa1.1-hp-lites support.
14408
14409Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
14410
14411 * configure.in: Don't build newlib for m68k-vxworks5.1.
14412
14413Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14414
14415 * configure.in (mips-sgi-irix6): Use mh-irix5.
14416
14417Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
14418
14419 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14420
14421Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14422
14423 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 14424 OSF/1. Fix compiler flags.
6599da04
JM
14425 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
14426
14427Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
14428
14429 * configure.in: Recognize --with-newlib.
14430 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14431
14432Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14433
d207ebef 14434 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
14435 to *_X11_MODULES due to gdbtk needing X include files et al.
14436
14437Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
14438
14439 Merge in support for Mac MPW as a host.
14440 (Old change descriptions retained for informational value.)
14441
14442 * mpw-config.in: Add generic include forwards for cpu-specific
14443 include files in aout and elf directories.
14444
14445 * mpw-configure: Added copyright.
14446 * mpw-config.in: Check for presence of required build tools.
14447 (target_libs): Add newlib.
14448 (target_tools): Add examples.
14449 (Read Me): Generate as "Read Me for MPW" instead.
14450 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14451 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14452 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14453
14454 * mpw-configure: Remove subdir-specific makefile hackery,
14455 delete mk.tmp after using it.
14456
14457 * mpw-build.in (all): Display start and end times.
14458
14459 * mpw-configure (host_canonical): Set.
14460 (target_cpu): Always add to makefiles.
14461 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14462 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14463 (mpw-mh-mpw): Look for in srcdir and srcroot.
14464 Use sed instead of mpw-edit-prefix to edit prefix definitions.
14465
14466 * mpw-build.in: (install-only): New target.
14467
14468 * mpw-configure (host_alias, target_alias): Rename from hostalias
14469 and targetalias, add into generated Makefile.
14470 (mk.tmp): If present, add into generated Makefile.
14471 * mpw-build.in (all-gas): Build config.h first before gas proper.
14472
14473 * mpw-configure (config.status): Write only if changed.
14474 * mpw-config.in (readline): Configure it (not built, just used for
14475 definitions).
14476
14477 * mpw-config.in (elf/mips.h): Add a forward include.
14478
14479 * mpw-config.in: Forward-include most .h files in include into
14480 extra-include.
14481 (readline): Don't build.
14482 mpw-build.in (install): Install GDB.
14483
14484 * mpw-configure (prefix, mpw_prefix): Handle it.
14485 * mpw-config.in (mmalloc, readline): Don't configure.
14486 * mpw-build.in (thisscript): Rename to ThisScript.
14487 Use mpw-build instead of BuildProgram everywhere.
14488 (mmalloc, readline): Don't build.
14489 * mpw-README: New file, basic documentation about the MPW port.
14490
14491 * mpw-config.in: Use forward-include to create include files.
14492
14493 * mpw-configure: Add more things to the top of each configured
14494 Makefile, including contents of config/mpw-mh-mpw.
14495 * mpw-config.in (extra-include): Create this directory and fill it
14496 with Posix-like include files when configuring.
14497
14498 * config.sub (apple, mac, mpw): Add various aliases.
14499
14500 * mpw-build.in: New file, top-level build script fragment for MPW.
14501 * mpw-configure: New file, configure script for MPW.
14502 * mpw-config.in: New file, config fragment for MPW.
14503
14504Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14505
14506 * configure.in (host_libs): Remove glob, since it is gone from the
14507 sources.
14508
14509Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14510
14511 * Makefile.in: define empty GDB_NLM_DEPS var.
14512
14513 * configure.in(target_makefile_frag): use config/mt-netware
14514 for netware targets.
14515
14516Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
14517
14518 * config.sub: Merge in recent FSF changes. Remove linux special
14519 cases.
14520
14521Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14522
731a8127 14523 Revert this change:
6599da04
JM
14524
14525 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14526
14527 * build-all.mk: Use CC=cc -Xs on Solaris.
14528
6599da04
JM
14529Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14530
14531 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
14532 stop using it.
14533 * Makefile.in: Nuke all references to glob subdirectory.
14534
14535Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14536
14537 * configure.in: Fix --enable-shared logic in per-host.
14538
14539Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
14540
14541 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14542
14543Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14544
14545 * configure.in (noconfigdirs): Don't build gas on AIX, for
14546 powerpc*-*-aix* as well as for rs6000*-*-aix*.
14547
14548Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
14549
14550 * configure: Fix --cache-file to work if the file argument is a
14551 relative path.
14552
14553Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
14554
14555 * configure: If the --cache-file is used, pass it down to
14556 configure in subdirectories.
14557
14558Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
14559
14560 * config.sub: add vxworks29k configuration.
14561
14562Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14563
14564 * Makefile.in (taz): Do "diststuff" part quietly.
14565
14566Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
14567
14568 * config.sub: Mini-merge with gcc/config.sub.
14569
14570Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14571
14572 * config.guess (IRIX): Sed - to _.
14573
14574Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14575
14576 * Makefile.in (source-vault, binary-vault): New targets.
14577
14578Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
14579
14580 * config.sub: Recognize -eabi as a basic system type.
14581
14582Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14583
14584 * configure.in (enable_shared stuff): Fix typo.
14585
14586Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
14587
14588 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14589
14590Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14591
14592 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14593
14594Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14595
14596 * configure.in (rs6000-*-*): Don't build gas.
14597
14598Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
14599
14600 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14601 reduce command line length.
14602 (AS_FOR_TARGET): Check for as.new, not Makefile.
14603 (NM_FOR_TARGET): Check for nm.new, not Makefile.
14604
14605Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
14606
14607 * config.guess: Merge from FSF.
14608
14609Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14610
14611 * configure: Don't use $ when handling program_suffix.
14612
14613Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
14614
14615 * configure.in: Configure tk for hppa/hpux.
14616
14617Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
14618
14619 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
14620
14621Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14622
14623 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
14624 to LIBCXXFLAGS. Tests are better run without it.
14625
14626Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
14627
14628 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14629
14630Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14631
14632 * configure.in (*-*-netware*): Don't configure xiberty.
14633
14634Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
14635
14636 * configure.in: Remove tk from native_only list.
14637
14638Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
14639
14640 * build-all.mk: Add mips-ncd-elf target to sun4 targets
14641 for special NCD build.
14642
14643Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14644
14645 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14646 makeall.bat, they're only useful for binutils snapshots.
14647 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14648 makeall.bat to specified SUPPORT_FILES.
14649
14650Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
14651
14652 * build-all.mk: Add Ericsson targets to sun4 and solaris
14653 hosts. Add BNR's sun4 target to solaris host, so their
14654 build-from-source will be tested in-house first.
14655
14656Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14657
14658 * Makefile.in (LIBCFLAGS): New variable.
14659 (CFLAGS_FOR_TARGET): Ditto.
14660 (LIBCFLAGS_FOR_TARGET): Ditto.
14661 (LIBCXXFLAGS): Ditto.
14662 (CXXFLAGS_FOR_TARGET): Ditto.
14663 (LIBCXXFLAGS_FOR_TARGET): Ditto.
14664 (BASE_FLAGS_TO_PASS): Pass them.
14665 (EXTRA_TARGET_FLAGS): Ditto.
14666
731a8127 14667 * configure.in: Support --enable-shared.
6599da04
JM
14668
14669Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
14670
14671 * configure.in (target_libs): Include libstdc++ again.
14672 * config.guess: Update from FSF (for FreeBSD).
14673
14674Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14675
14676 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14677 makeall.bat.
14678 (DISTDOCDIRS): Add `etc'.
14679 (ETC_SUPPORT_PFX): New variable.
14680 (taz): Include anything from etc starting with a word in
14681 ETC_SUPPORT_PFX.
14682
14683Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14684
14685 * config.sub: Update for recent FSF changes. Remove obsolete
14686 h8300hds entry. Add -windows* and -osx as basic os. Minor
14687 spacing changes.
14688
14689Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14690
14691 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
14692
14693 * config.guess: Merge with FSF.
14694 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14695
14696Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14697
14698 * configure: Since the "trap 0" handler will override the exit
14699 status on many systems, only use it for "exit 1", and make it set
14700 a non-zero exit status; reset it before "exit 0". Also, check
14701 exit status of config.sub, and error out if it failed.
14702
14703Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
14704
14705 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14706 and install libgloss.
14707
14708Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14709
14710 * Makefile.in (all-binutils): Depend upon all-byacc.
14711
14712 * configure.in: Don't build emacs on Irix 5.
14713
14714Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14715
14716 * configure.in (*-*-netware*): Add libio.
14717
14718Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14719
14720 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14721 (CHECK_TARGET_MODULES): Ditto.
14722 (INSTALL_TARGET_MODULES): Ditto.
14723 (TARGET_LIBS): Ditto.
14724 (all-libstdc++): Note dependencies.
14725
14726Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14727
14728 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14729
14730Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14731
14732 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14733 -fexternal-templates.
14734
14735 * configure.in (target_libs): Add libstdc++.
14736 (noconfigdirs): Add libstdc++ as appropriate.
14737
14738Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14739
14740 * config.guess: Update from FSF.
14741
14742Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14743
14744 * configure: Use ${config_shell} when running ${configsub}.
14745
14746Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
14747
14748 * config.sub: No longer recognize h8300h.
14749
14750Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14751
14752 * config.sub: Remove extraneous differences between config.sub and
14753 gcc/config.sub.
14754
14755Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14756
14757 * Makefile.in (DISTSTUFFDIRS): Add gas.
14758
14759Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
14760
14761 * COPYING.NEWLIB: New file.
14762
14763Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
14764
14765 * config.guess (HP-UX): Patch from Harlan Stenn
14766 <harlan@landmark.com> to also emit release level.
14767
14768Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14769
14770 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14771
14772Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
14773
14774 * config.sub: Merge nextstep cleanup from FSF.
14775
14776Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14777
14778 * configure.in (arm-*-*): Don't configure ld for this target.
14779
14780Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14781
14782 * configure.in (*-*-netware): don't configure libg++, libio,
14783 librx, or newlib.
14784
14785Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14786
14787 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
14788 configure ld--it works, but it doesn't support shared libraries.
14789
14790Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14791
14792 * config.guess (*-unknown-freebsd*): Get rid of possible
14793 trailing "(Release)" in version string.
14794 Patch from Paul Richards <paul@isl.cf.ac.uk>.
14795
14796Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
14797
14798 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14799 Fix type: *-next-neststep -> *-next-nextstep.
14800
14801 * config.guess: Merge from FSF:
14802
14803 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14804
14805 * config.guess: Recognize powerpc-ibm-aix3.2.5.
14806
14807 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14808
14809 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14810 instead of UNIX_SV for UnixWare 1.0).
14811
14812Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
14813
14814 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
14815 to make gdb/nlm/* build after the compiler and linker.
14816
14817Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
14818
14819 * config.guess (netbsd, freebsd, linux): Accept any machine,
14820 not just i[34]86.
14821 (m68k-atari-sysv4): Relocate to match FSF version.
14822
14823 * config.guess: More merges from the FSF:
14824
14825 Add a space before function call or macro invocation.
14826
14827 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14828
14829 * config.guess: Add trap cmd to remove dummy.c and dummy when
14830 interrupted.
14831
14832 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14833
14834 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14835 (dummy): Redirect stderr from compilation of dummy.c.
14836
14837 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
14838
14839 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14840
14841Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
14842
14843 * configure: Accept and ignore --cache*, for compatibility with
14844 new autoconf.
14845
14846Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
14847
14848 * config.guess: Merge from FSF:
14849
14850 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14851
14852 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
14853 (PATH): Add /.attbin at end for finding uname.
14854 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
14855
14856 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
14857
e490616e 14858 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
14859
14860 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
14861
e490616e
ZW
14862 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14863 to select whether to use ELF or COFF.
6599da04
JM
14864
14865 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14866
e490616e 14867 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
14868
14869 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14870
14871 * config.guess: Guess the OS version for HPUX.
14872
14873 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14874
14875 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14876
14877Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14878
14879 * configure.in: Recognize --with-headers, --with-libs, and
14880 --without-newlib.
14881 * Makefile.in (all-xiberty): Depend upon all-ld.
14882
14883Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14884
14885 * configure.in: Change i[34]86 to i[345]86.
14886
14887Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14888
14889 * configure (version): A few more tweaks to help message.
14890
14891Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14892
14893 * Makefile.in: Remove (for now) librx as a host library,
14894 now that we're building it for target.
14895
14896Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14897
14898 * configure: Fix up help message; from karl@owl.hq.ileaf.com
14899 (Karl Berry).
14900
14901Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
14902
14903 * configure.in: Also configure librx.
14904
14905Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14906
14907 * Makefile.in: Update various rules to reflect that librx
14908 is now needed for libg++.
14909
14910Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14911
14912 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14913
14914Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14915
14916 * configure.in: Configure the examples directory.
14917
14918Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14919
14920 * configure: Simplify Jun 2 1994 change.
14921
14922Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14923
14924 * change CC to /usr/latest/bin/gcc for lynx host builds, since
14925 /bin/gcc isn't good enough to build gcc.
14926
14927Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
14928
14929 * Makefile.in (GDB_SUPPORT_FILES): Remove
14930 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
14931 (gdb.tar.gz): Add new rule to use standard distribution building
14932 mechanism.
14933
14934Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14935
14936 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
14937 Bill Cox <bill@cygnus.com>.
14938
14939Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
14940
14941 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
14942
14943Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
14944
14945 * configure: Search current dir first in .gdbinit.
14946
14947Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
14948
14949 * config.sub: Recognize freebsd (merged from gcc config.sub).
14950
14951Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
14952
14953 * config.sub: Refer to NeXT's operating system as nextstep.
14954
14955 * config.sub (case $basic_machine): Re-order the cases, to match
14956 the order in the FSF version (which is mostly alphabethical).
14957 Merge in some additions and changes from the FSF.
14958
14959Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14960
14961 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14962 * config.sub: Recognize cxux7.
14963 * configure.in: Use mh-cxux for m88k-harris-cxux*.
14964
14965Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14966
14967 * config.sub: Fix typo powerpc -> powerpc-*.
14968
14969Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14970
14971 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14972
14973 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14974 parallel with all-emacs and install-emacs). Top-level command
14975 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14976
14977Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14978
14979 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14980 $(relbindir)/make before doing ``make install'', and use
14981 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14982 installing over running make binary.
14983 ($(host)-stamp-stage3-installed): Likewise.
14984
14985Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14986
14987 * config.guess: Recognize Mach.
14988
14989Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14990
14991 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14992 see whether --exec-prefix was used.
14993
14994Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14995
14996 * README: Explicitly mention libg++/README. (Zoo's idea.)
14997
14998Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14999
15000 * Makefile.in: Add all-librx target similar to all-libproc.
15001
15002Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
15003
15004 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
15005 with post 1.2 uname bogosity.
15006
15007Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15008
15009 * configure: Remove temporary files on receipt of a signal.
15010
15011Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
15012
15013 * configure: If there is a package_makefile_frag, remove
15014 ${subdir}/Makefile.tem after copying it in.
15015
15016Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15017
15018 * build_all.mk: support rs6000 lynx identifies itself as
15019 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
15020 since /bin/gcc is too feeble to compile a modern gcc.
15021
15022Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15023
15024 * brought devo/test-build.mk update-to-date with progressive/
15025 test-build.mk. Add lynx targets and hppa flag info.
15026
15027Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15028
15029 * configure.in: Use mh-ncrsvr43. Patch from
15030 Tom McConnell <tmcconne@sedona.intel.com>.
15031
15032Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
15033
15034 * config.guess (i386-unknown-bsdi): No longer need to
15035 check #if defined(__bsdi__) && defined(__i386__).
15036
15037Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15038
15039 * configure: Set program_transform_nameoption correctly.
15040
15041Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15042
15043 * brought build-all.mk update-to-date with progressive build-all.mk,
15044 added new targets and hppa info.
4e81ae98 15045
6599da04
JM
15046Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15047
15048 * configure: If config.guess result is a prefix of the user
15049 specified target, assume a native build and use the user specified
15050 target as the host alias. Remove SunOS patch suffix removal hack.
15051 * configure.in: Remove SunOS patch suffix removal hack.
15052
15053 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15054 in NATIVE_CHECK_MODULES.
15055
15056Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
15057
15058 * Makefile.in: Rename HOST_ONLY to NATIVE.
15059 * configure: Delete SunOs patch suffix from host_canonical
15060 and build_canonical variables that are prepended to Makefiles.
15061 * configure.in: Add comments for easier maintenance.
15062
15063Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15064
15065 * Makefile.in: Add all-libproc target similar to all-gui.
15066
15067Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
15068
15069 * Makefile.in (CHECK_MODULES): split into
15070 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15071
15072Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
15073
15074 * config.guess (i386-unknown-bsdi): New system to guess.
15075
15076Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15077
15078 * Makefile.in: Add all-gui target (but not yet build by "all").
15079
15080Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
15081
15082 * config.sub: Move deletion of patch suffix from here...
15083 * configure.in: To here, at Ian's suggestion. The top-
15084 level scripts might need to know of a patch level.
15085
15086Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
15087
15088 * config.sub: Strip off patch suffix so rtl is recognized
15089 as a sunos4.1.3 machine, even though it's been patched.
15090
15091Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
15092
15093 * Makefile.in (INSTALL_LAST): Delete.
15094 (INSTALL_DOSREL): New.
15095
15096Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15097
15098 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15099 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15100 whether we pass down --with-gnu-ld anyhow.
15101
15102Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
15103
15104 * Makefile.in (INSTALL_LAST): Change operation so it works
15105 on more flavors of make.
15106 * configure.in (go32): Don't build libg++ or libio.
15107
15108Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
15109
15110 * Makefile.in (Move HOST_PREFIX_1 and friends up so
15111 they can be overriden by templates.
15112
15113Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
15114
15115 * configure.in (target==go32): Don't build gdb.
15116 * dosrel: New directory.
15117
15118Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
15119
15120 * configure.in (host==go32): Configure dosrel too.
15121 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15122 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15123 be set by incoming names or templates.
15124 (INSTALL_LAST): New rule.
6599da04
JM
15125
15126Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
15127
15128 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15129
15130Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15131
6599da04
JM
15132 * configure.in (appdirs): New variable. Currently empty, but will
15133 be used in gas distribution. If nonempty, lists a set of
15134 directories at least one of which must get configured, or top
15135 level configuration is considered to have failed.
15136 (rs6000-*-lynxos*): Use new file name.
15137
15138Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15139
15140 Eliminate XTRAFLAGS.
15141 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15142 newlib include files using -idirafter, and also use -nostdinc.
15143 (CXX_FOR_TARGET): Likewise.
15144 (XTRAFLAGS): Removed.
15145 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15146 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15147 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15148 ($(DO_X)): Don't pass down XTRAFLAGS.
15149
15150Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15151
15152 * configure.in (mips*-dec-bsd*): New target; do build linker.
15153 (mips*-*-bsd*): New target; don't build linker.
15154
15155Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15156
15157 * configure.in: support rs6000-*-lynxos* configuration.
15158 support sunos4 as a cross target.
15159
15160 * config.sub: look for lynx*, not lynx since the OS version may
15161 legitimately be part of the name.
15162
15163Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15164
15165 * configure.in (i[34]86-*-sco*): Move to be with other i386
15166 targets.
15167 (romp-*-*): New target. Skip various binary utilities.
15168 (vax-*-*): New target. Don't build newlib.
15169 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
15170
15171Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15172
15173 * configure.in: Only set host_makefile_frag if config
15174 directory exists.
15175
15176Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15177
15178 * install.sh: If $dstdir exists, don't check whether each
15179 component does.
15180
15181Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15182
15183 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15184
15185Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
15186
3b75d237
AJ
15187 * configure.in (*-*-lynxos*): Don't configure newlib for either
15188 native or cross Lynx.
6599da04
JM
15189
15190Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
15191
15192 * config.sub (sparc64-elf): Fix os.
15193 (z8k): Remove duplicate.
15194
15195Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15196
15197 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15198 gcc/stmp-fixproto, to try to prevent fixproto from being run.
15199
15200Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
15201
15202 * configure: Make file links cleanly even if Lynx fails on
e490616e 15203 an NFS symlink (at least fail cleanly).
6599da04
JM
15204
15205Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15206
15207 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15208 -XNh2000.
15209
15210Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15211
15212 * configure: Unknown options are fatal again.
15213
15214Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
15215
15216 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 15217 compatibility.
6599da04
JM
15218
15219Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
15220
15221 * build-all.mk: Add `clean' target.
15222
15223Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15224
15225 * config.guess: Add SINIX support.
15226 * configure.in: Add mips-*-sysv4* support.
15227
15228Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
15229
15230 * build-all.mk: Document all useful targets.
15231 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15232 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15233
15234Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15235
15236 * configure: Support --silent, --quiet.
15237
15238Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15239
15240 * configure: Support --disable-FEATURE.
15241
15242Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15243
15244 * config.guess: Recognize NCR running SVR4.3.
15245
15246Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
15247
15248 * config.guess: Make BSDI generate i386-unknown-bsd386.
15249 Patch from Paul Eggert <eggert@twinsun.com>.
15250
15251Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15252
15253 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15254
15255Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15256
15257 * configure: Make unrecognized options give nonfatal warnings
15258 instead of fatal errors, and pass them to any subdirectory
15259 configures in case they recognize them.
15260 Make --x equivalent to --with-x.
15261
15262Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15263
15264 * configure: Add --enable-* options. Clean up usage message and
15265 some comments.
15266
15267Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
15268
15269 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15270
15271Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15272
15273 * configure.in (hppa*-*-*): Enable binutils.
15274
15275Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15276
15277 * config.sub: Recognize cisco.
15278
15279Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
15280
15281 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15282
15283Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15284
15285 * config.guess: about target *-hitachi-hiuxwe2, don't print more
15286 than one configuration name. Add comment.
15287
15288Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
15289
15290 * config.guess: about target *-hitachi-hiuxwe2, fixed
15291 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
15292 macro is incorrect.]
15293
15294Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15295
15296 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15297 than the "make ls" stuff which used to be here.
15298
15299Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15300
15301 * config.guess: Recognize i[34]86-unknown-freebsd.
15302 From Shawn M Carey <smcarey@rodan.syr.edu>.
15303
15304Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
15305
15306 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15307
15308Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15309
15310 * config.guess: Check for ptx.
15311
15312Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
15313
15314 * config.sub: Add os9k checking.
15315
15316Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15317
15318 * config.guess: Handle OSF1 running on HPPA processors
15319
15320Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15321
15322 * configure: If subdir configure fails, print out a message with
15323 subdirectory name, in case subdir's configure code didn't identify
15324 itself.
15325
15326Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
15327
15328 * configure.in: Remove embedded newlines from configdirs.
15329 Avoid mismatches of substrings. Fix matching strings at end
15330 of configdirs.
15331
15332Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
15333
15334 * config.guess: Add Lynx/rs6000 config support.
15335
15336Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15337
15338 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15339
15340Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
15341
15342 * configure.in (hppa*-*-osf*): Treat this just like most other
15343 PA configurations (eg no binutils or ld).
15344 (hppa*-*-*elf*): These configurations have binutils and ld.
15345
15346Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15347
15348 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
15349
15350Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15351
15352 * configure.in (rs6000-*-*): Build gas.
15353
15354Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15355
e490616e 15356 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
15357
15358Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15359
15360 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15361 for GDB and GDB has been fixed to not need it.
15362
6599da04
JM
15363Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15364
15365 * config.guess: Recognize vax hosts.
15366
15367Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15368
15369 * configure (while loop): Don't use "break 2" inside case
15370 statement -- the case statement isn't an enclosing loop.
15371
15372Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
15373
15374 * config.guess: Clean up NeXT support, to allow nextstep
15375 on Intel machines. Make OS be nextstep.
15376
15377Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
15378
15379 * config.guess: Add alternate forms for Convex.
15380
15381Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
15382
15383 * configure: Completely rewrite option processing. Take
15384 advantage of pattern-matching to avoid invoking test frequently.
15385 Also clean up host and target defaulting logic.
15386
15387Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15388
15389 * Makefile.in: Replace all occurrances of "rootme" with "r" and
15390 "$${rootme}" with "$$r", to increase the likelihood that the do-*
15391 commands (plus user environment) will fit SCO limits.
15392
15393Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15394
15395 * configure.in: Don't issue warnings about directories which are
15396 not being configured if -norecursion is set. Correct test for
15397 --with-gnu-as and --with-gnu-ld to not get confused by substring
15398 matches.
15399
15400 * configure.in: Don't build gas for alpha-dec-osf1*.
15401
15402Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
15403
15404 * configure: Back out Per's change of 12/19/1993. It changes the
15405 behavior of configure in unexpected and confusing ways.
15406
15407 Also, use different delim char when calculating
15408 program_transform_name so that the name can contain slashes.
15409
15410Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
15411
15412 * configure.in, config.sub: Add support for VSTa micro-kernel.
15413
15414Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15415
15416 * configure.in: Nuke hacks which were used to get a special
15417 version of GAS for HPPA configurations.
15418
15419Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
15420
15421 * configure: If only ${target_alias} is given, use that
15422 as the default for ${host_alias}.
15423 * configure: Add missing back-slashes before nested quotes.
15424
15425Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15426
15427 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15428
15429Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
15430
15431 * config.guess: Recognize some Tektronix configurations.
15432 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15433
15434Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15435
15436 * config.sub: Match any flavor of SH.
15437
15438Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
15439
15440 * configure.in: Don't try to configure newlib for Alpha.
15441
15442Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15443
15444 * configure.in: Don't build ld for Irix 5. Don't build gas,
15445 libg++ or libio for any Alpha target.
15446
15447 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
15448
15449Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
15450
15451 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15452 default arguments -- so it tried to compress itself.
15453
15454Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15455
15456 * configure.in (notsupp): ensure that a space is always at the end
15457 of the configdirs list, since the grep checks for an explicit space
15458
15459Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15460
15461 * configure.in (target i386-sysv4.2): don't build ld, since static
15462 versions of many libraries are not available.
15463
15464Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15465
15466 * config.guess: Recognize Apollos (using environment variables).
15467 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15468
15469Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15470
15471 * config.guess: Recognize Sony news mips running newsos.
15472
15473Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
15474
15475 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15476 "fi ; else" for bash.
15477
15478Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
15479
15480 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15481
15482Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
15483
15484 * config.sub: accept unixware as an alias for svr4.2.
15485 Fix some inconsistancies with the gcc version.
15486
15487Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15488
15489 * Makefile.in (DISTDOCDIRS): Add gdb.
15490
15491Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
15492
15493 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
15494
15495Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15496
15497 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15498 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15499 this now.
15500
15501Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15502
15503 * config.sub: Accept hiux* as an OS name.
15504
15505 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15506 etc/make-stds.texi. The underscore came from gcc, and dje now
15507 agrees that RUNTESTFLAGS is the correct name.
15508
15509Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
15510
15511 * install.sh: Remove 'set -e'. It makes any conditionals
15512 in the script useless.
15513
15514 * config.guess: Automatically recognize arm-acorn-riscix
15515 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15516
15517Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
15518
15519 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15520
15521Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15522
15523 * Makefile.in (DISTDOCDIRS): New variable.
15524 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 15525 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
15526
15527Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15528
15529 * configure.in (hppa target): check the source directory for the
15530 pagas sub-directory
15531
15532Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
15533
15534 * config.sub: Allow -aout* and -elf*.
15535
15536Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15537
15538 * configure.in: Don't build ld on i386-solaris2, same as for
15539 sparc-solaris2.
15540
15541Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
15542
15543 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15544
15545Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15546
15547 * configure.in: Configure gdb for alpha.
15548
15549Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15550
15551 * Makefile.in (CXXFLAGS): Add -O.
15552
15553Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15554
15555 * config.guess: added support for DG Aviion
15556
15557Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15558
15559 * configure.in: Produce warning message for subdirectories not
15560 configurable for this host/target combination. Don't try to
15561 configure gdb for vms.
15562
15563Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15564
15565 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15566 appropriate files before making "diststuff".
15567 (DISTBISONFILES): New var: list of files to be edited.
15568 (DISTSTUFFDIRS): Add binutils.
15569
15570Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15571
15572 * config.sub: also handle mipsel and mips64el (for little endian mips)
15573
15574Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15575
15576 * configure.in: Add * to end of all OS names.
15577
15578Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
15579
15580 * configure.in: Build newlib for LynxOS native.
15581
15582Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15583
15584 * config.guess: Add support for delta 88k running SVR3.
15585
15586 * configure.in: Add comment about HP compiler vs. emacs.
15587
15588Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15589
15590 * configure.in: don't build ld on solaris2 (not a viable option
15591 due to bugs in getpwnam & getpwuid)
15592
15593Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15594
15595 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15596 config.guess will produce a full version number.
15597
15598Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15599
15600 * configure.in: Build linker and binutils for alpha-dec-osf1.
15601
15602Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15603
15604 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15605 and gdb/testsuite/Makefile.in.
15606
15607Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15608
15609 * configure.in: recognize mips*- instead of mips-
15610
15611Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
15612
15613 * config.sub: Accept linux*coff and linux*elf as operating
15614 systems.
15615
15616Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15617
15618 * config.sub: Recognize mips64, and mips3 as an alias for it.
15619
15620Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15621
15622 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15623 gdb knows how to handle OSF/1 shared libraries.
15624
15625Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15626
15627 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15628 * config.guess: Recognize Hitachi's HIUX.
15629 * config.sub: Recognize h3050r* and hppahitachi.
15630 Remove redundant cases for hp9k[23]*.
15631
15632Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15633
15634 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15635 if gas and ld are in the source tree and are in ${configdirs}.
15636 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 15637 --with options (but still pass them down on the command line,
6599da04
JM
15638 if they were explicitly specified).
15639
15640Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15641
15642 * configure: substitute SHELL value in Makefile.in with
15643 ${CONFIG_SHELL}
15644
15645Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15646
15647 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15648 *-*-solaris2* targets.
15649
15650Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15651
15652 * Makefile.in: define M4, and pass it down to sub-makes;
15653 all-autoconf now depends on all-m4
15654
15655Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15656
15657 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15658 presence of {ar,ranlib} instead of a configured directory
15659
15660Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
15661
15662 * config.guess: Accept 34?? as well as 33?? for NCR.
15663
15664Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15665
15666 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15667 of 'gas' in sed commands, since 'gash' is now in the tree as well.
15668
15669Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15670
15671 * configure: grab values for $(CC) and $(CXX) from the
15672 environment, so that someone can do "CC=gcc configure; make" and
15673 have it work right (matching the way that autoconf works now)
15674
15675 * configure.in, Makefile.in: add support for gash, the tcl
15676 interface to Galaxy
15677
15678 * config.guess: add NetBSD variants (hp300, x86)
15679
15680Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
15681
15682 * install.sh: Support -d option (in the manner of SunOS 4 install,
15683 as it is more deterministic than that of GNU install)
15684 (chmodcmd): Set file to mode 755 by default (should also do default
15685 chgrp and chown, but I don't feel like dealing with that now)
15686
15687Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
15688
15689 * config.sub: Remove h8300hhms alias.
15690
15691Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15692
15693 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15694
15695Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15696
15697 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15698 as stmp-fixinc
15699
15700Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15701
15702 * config.sub: recognize m88110-bug-coff.
15703
15704Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15705
15706 * Makefile.in (all-libio): all dependencies on the toolchain used
15707 to build this (gcc, gas, ld, etc)
15708
15709Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15710
15711 * config.guess: Deal with OSF/1 1.3 on alpha.
15712
15713Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15714
15715 * install.sh: add some 'else true' clauses for portability
15716
15717 * configure.in: don't build libio for h8[35]00-*-* targets
15718
15719Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
15720
15721 * Makefile.in: Add support for new libio.
15722
15723Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15724
15725 * install.sh: If one command fails, don't try the rest. Don't try
15726 to remove $dsttmp (via trap) unless we have already created it.
15727 If $src doesn't exist, detect it and exit with an error.
15728
15729 * config.guess: Recognize BSD on hp300.
15730
15731Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
15732
15733 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15734 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15735
15736Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
15737
15738 * Makefile.in (all-send-pr): depends on all-prms
15739
15740Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15741
15742 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15743
15744Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15745
15746 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15747 Added test for mips-mips-riscos5.
15748
15749Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15750
15751 * configure.in: use mh-hp300 for 68k HP hosts
15752
15753Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15754
15755 * configure: add support for CONFIG_SHELL, so that you can use
15756 some alternate shell for evaluating configure scripts
15757
15758Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
15759
15760 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
15761 in configure script to bug-gdb@prep.ai.mit.edu when building
15762 distribution archive.
15763 * Makefile.in (COMPRESS): Remove def.
15764 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
15765 gdb.tar.Z and make-gdb.tar.Z respectively.
15766 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
15767 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
15768 to convergence with 'taz' target in Makefile.in.
15769
15770Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15771
15772 * install.sh (dsttmp): use trap to ensure that tmp files go
15773 away on error conditions
15774
15775Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15776
15777 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15778
15779Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15780
15781 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15782 its parent is '/' not ''.
15783
15784 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15785
15786Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
15787
15788 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15789 that ${newsrcdir}/configure.in does.
15790
15791Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15792
15793 * test-build.mk: support for CONFIG_SHELL
15794
15795Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
15796
15797 * config.sub (netware): Add as a basic system type.
15798
15799Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15800
15801 * Makefile.in (Makefile): depend on configure.in. Also drop the
15802 $(srcdir)/ from the dependency on Makefile.in.
15803
15804Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
15805
15806 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15807 (h8300hhms is temporary until multi-libraries are implemented).
15808 * configure.in: Handle h8300h too.
15809
15810Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15811
15812 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15813
15814Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
15815
15816 * configure: Remove extraneous output when guessing host type.
15817 * config.guess: Remove extraneous output when guessing using C
15818 compiler rather than uname, or when guessing fails.
15819
15820Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
15821
15822 * Makefile.in: remove all.cross and install.cross targets
15823
15824 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15825 definitions
15826
15827Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
15828
15829 * configure.in (target sh): Build gprof.
15830
15831Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15832
15833 * config.sub: change -solaris to -solaris2
15834
15835Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15836
15837 * configure.in: Use config/mh-riscos for mips-*-sysv*.
15838
15839Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
15840
15841 * configure: Correct error message for missing Makefile.in to
15842 print correct directory.
15843
15844Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15845
15846 * install.sh: kludge around 386BSD shell bug
15847
15848Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
15849
15850 * config.guess: Recognize NeXT.
15851 * config.guess: Recognize i486-ncr-sysv4.
15852 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
15853
15854Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
15855
15856 * Makefile.in (MAKEINFOFLAGS): New variable.
15857 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15858 * build-all.mk, test-build.mk: Pass down --no-split as
15859 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
15860
15861Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
15862
15863 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
15864
15865Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
15866
15867 * Makefile.in (libg++.tar.z): New rule.
15868 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
15869 * Makefile.in (taz): Only do a single chmod.
15870
15871Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15872
15873 * install.sh: don't use dirname anymore (replaced with sed usage)
15874
15875Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15876
15877 * Makefile.in: Change extension for gzip'd files from '.z' to
15878 '.gz' per new FSF standard usage.
15879
15880Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15881
15882 * configure: put quotes around the final value of program_transform_name
15883
15884Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15885
15886 * Makefile.in: new install.sh support; update install-info rules
15887
15888Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15889
15890 * configure.in: Build diff for crosses, but not for go32 host.
15891
15892 * configure.in: Build gprof only for native, and don't build it
15893 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15894
15895Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
15896
15897 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15898
15899Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15900
15901 * configure.in (host_tools): Add prms.
15902
15903Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15904
15905 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15906 with $(FLAGS_TO_PASS) on the command line
15907
15908 * config.sub: Recognize lynx and lynxos
15909
15910Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
15911
15912 * config.sub: Accept -ecoff*, not just -ecoff.
15913
15914Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15915
15916 * Makefile.in (taz): Use .gz suffix instead of .z.
15917 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15918 names.
15919
15920Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15921
15922 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15923
15924Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15925
15926 * Makefile.in (install-no-fixedincludes): install gcc last, so
15927 that rebuilds that might happen during 'make install' don't get
15928 bogus gcc include files
15929
15930Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15931
15932 Change from Utah for HPPA support:
15933 * config.guess: Recognize hppa1.x-hp-bsd.
15934
15935Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
15936
15937 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
15938 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15939
15940Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
15941
15942 * config.sub: Add support for rom68k and bug boot monitors.
15943
15944Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
15945
15946 * Makefile.in: Make all-opcodes depend on all-bfd.
15947
15948Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
15949
15950 * config.guess: Added special check for i[34]86-univel-sysv4*.
15951
15952Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
15953
15954 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15955 the processor rather than assuming i486.
15956
15957Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15958
15959 * config.guess: Recognize SunOS6 as Solaris3.
15960
15961Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15962
15963 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15964 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15965
15966Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
15967
15968 * build-all.mk (all-cross): New target for Canadian Cross.
15969 Added Q2 go32 targets.
15970 * test-build.mk: Configure go32 cross sparclite-aout and
15971 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15972 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15973
15974Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15975
15976 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15977 GO32 hosted toolchains
15978
15979Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15980
15981 * configure: change so "-exec-prefix" gets passed down rather
15982 than "-exec_prefix" so autoconf generated Makefiles get the
15983 exec_prefix set right.
15984
15985Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15986
15987 * config.guess: get the Solaris2 minor version number
15988
15989 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15990
15991Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15992
15993 * config.guess: Recognize some Sequent platforms.
15994
15995Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15996
15997 * Makefile.in: added the vault-install target
15998
15999 * configure.in: actually use the Sun3 makefile fragment that's in
16000 config, also added the release dir to configdirs
16001
16002Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16003
16004 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16005
16006Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16007
16008 * configure.in: remove some program from Alpha targetted toolchains
16009
16010Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
16011
16012 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
16013 gprof.
16014 (taz): Run "make diststuff" in those directories instead of "make
16015 proto-dir". Look for "VERSION=" only at start of line in subdir
16016 Makefile. Use "gzip -9" for compression.
16017 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16018 (binutils.tar.z): New target.
16019
16020Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16021
16022 * Makefile.in (taz): Include gpl.texinfo.
16023
16024Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16025
16026 * Makefile.in (setup-dirs): Merged into "taz" target.
16027 (taz): Only do `proto-dir' stuff if a directory is actually needed
16028 for this target.
16029
16030Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
16031
16032 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16033 (FLAGS_TO_PASS): Pass down MUNCH_NM.
16034 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16035 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16036 (gcc-no-fixedincludes): Correct for current gcc Makefile.
16037
16038Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
16039
16040 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
16041 config.sub, and move-if-change to gdb testsuite distribution
16042 archive, so the testsuite can be extracted, configured, and
16043 run separately from the gdb distribution. Blow away the Chill
16044 tests that require a Chill compiled executable, since GNU Chill
16045 is not yet publically available.
16046
16047Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16048
16049 * test-build.mk: set environment variables in a single command,
16050 instead of a list of assignments and exports
16051
16052 * config.guess: recognize Alpha/OSF1 systems
16053
16054Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16055
16056 * configure: Change help message to prefer --options rather than
16057 -options.
16058
16059Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16060
16061 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16062 zippy@ecst.csuchico.edu.
16063 * config.guess: Recognize miniframe.
16064
16065Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
16066
cc6010cd
AP
16067 * Makefile.in: Use srcroot to find runtest rather than rootme.
16068 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
16069
16070Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
16071
16072 * test-build.mk: Extensive additions to support building on a
16073 machine other than the host.
16074
16075Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16076
16077 * configure (tooldir): Fix for i386-aix again.
16078
16079Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
16080
16081 * configure, Makefile.in: Change definition of $(tooldir)
16082 to match the FSF.
16083
16084Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
16085
16086 * config.guess: Recognize i[34]86/SVR4.
16087
16088Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16089
16090 * Makefile.in (all-gdb): gdb depends on sim.
16091
16092Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
16093
16094 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
16095 at the same time we make the prototype gdb directory.
16096 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
16097 files at the same time as the gdb base release distribution.
16098
16099Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
16100
16101 * Makefile.in (check): Use individual check targets rather than
16102 DO_X rule.
16103 (check-gcc): Added.
16104
16105Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
16106
16107 * config.sub: Use sysv3.2 not sysv32 for canonical OS
16108 for System V release 3.2.
16109
16110Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16111
16112 * config.sub: Recognize hppaosf.
16113 * configure.in: Do configure ld/binutils/gas for it.
16114
16115Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16116
16117 * configure (tooldir): Alter syntax used to set this, for systems
16118 where "\$" isn't handled right, like i386-aix.
16119
16120Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
16121
16122 * configure: Pass program-transform-name, not
16123 program_transform_name, to recursive configures.
16124
16125Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
16126
16127 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16128 of gas+ld+binutils.
16129
16130Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
16131
16132 * config.guess: Recognize AIX3.2 as distinct from 3.1.
16133
16134Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16135
16136 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16137
6599da04
JM
16138Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16139
16140 * Makefile.in (PRMS): Set back to all-prms.
16141
16142Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
16143
16144 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16145 targets, rather than for MIPS hosts.
16146
16147Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16148
16149 * configure.in: add comment for --with-x default values
16150
16151 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16152
16153 * Makefile.in: add check-* targets for each of the directories in
16154 the tree. Add a definition of RUNTEST that will use the one we
16155 just built, if it exists. Pass this down via FLAGS_TO_PASS.
16156
16157Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
16158
16159 * configure.in: Removed obsolete references to bfd_target and
16160 target_makefile_frag.
16161
16162 * build-all.mk: Set assorted targets for Q2.
16163 * config.sub: Recognize z8k-sim and h8300-hms.
16164 * test-build.mk: Really don't pass host to configure.
16165 (HOLES): Added uname.
16166
16167Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
16168
16169 * configure: Handle an empty program-prefix, program-suffix or
16170 program-transform-name correctly.
16171
16172Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
16173
16174 * build-all.mk: -G 8 no longer required for MIPS targets.
16175 * test-build.mk: Don't pass host argument to configure; make it
16176 guess.
16177
16178Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
16179
16180 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
16181 * Makefile.in (COMPRESS): New macro, like GZIP.
16182
16183Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
16184
16185 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16186
16187 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16188 with gas currently defaults to -G 0.
16189
16190Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
16191
16192 * Makefile.in (all-flex): flex depends on byacc.
16193
16194 * build-all.mk: If host not specified, use config.guess. Pass TAG
16195 to test-build.mk as RELEASE_TAG.
16196 * test-build.mk (configargs): New variable containing arguments to
16197 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
16198 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16199
16200 * config.guess: Use /bin/uname when checking -X argument on SCO,
16201 to avoid invoking GNU uname which doesn't understand -X.
16202
16203 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16204
16205 * configure.in: Build gas for mips-*-*.
16206
16207Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16208
16209 * Makefile.in (all.normal): insert missing backslash.
16210
16211Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
16212
731a8127 16213 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
16214
16215 * Makefile.in: Complete overhaul to merge many almost identical
16216 targets.
16217
16218Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16219
16220 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16221 (gdb.tar.Z): Adjusted.
16222
16223 * Makefile.in (setup-dirs, taz): New targets; should be general
16224 enough to adapt for gdb sometime. Build only .z file.
16225 (gas.tar.z): New target.
16226
16227Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16228
16229 * build-all.mk: Use CC=cc -Xs on Solaris.
16230
6599da04
JM
16231Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
16232
16233 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
16234 for handling BISON for FSF releases.
16235
16236Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16237
16238 * configure: Actually implement the change zoo just documented.
16239
16240Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16241
16242 * configure: when using config.guess, only set target_alias when
16243 it's not already been set (ie, on the command line)
16244
16245Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16246
16247 * Makefile.in: add installcheck target, set PRMS to install-prms
16248
16249Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16250
16251 * configure: add support for package_makefile_fragment, handle the
16252 case where a directory has a configure.in file but no Makefile.in
16253 more gracefully (with an actual understandable error message, even);
16254 add support for --without (and add this to the usage message); also
16255 explicitly add a --host=${host_alias} to the command line when
16256 config.guess is used
16257
16258Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16259
16260 * configure: Must use both --host and --target in recursive calls.
16261
16262Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
16263
16264 * Makefile.in: Change deja-gnu to dejagnu.
16265
16266Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
16267
16268 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16269
16270Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16271
16272 * configure.in: canonicalize all instances to *-*-solaris2*,
16273 also strip out a number of tools to not build for go32 host
16274
16275Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16276
16277 * config.guess: add GPL.
16278
16279 * Makefile.in, config.guess, config.sub, configure: bump
16280 copyrights to 93.
16281
16282Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
16283
16284 * Makefile.in (do-info): Removed obsolete check for existence of
16285 localenv file.
16286
16287 * Makefile.in (MAKEOVERRIDES): Define to be empty.
16288
16289Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16290
16291 * Makefile.in: a couple of 'else true' for decstation,
16292 support for TclX
16293
16294 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16295
16296Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
16297
16298 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16299
16300Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
16301
16302 * config.guess: Recognize i386-ibm-aix (PS/2).
16303 * configure.in: Use config/mh-aix386 file for it.
16304
16305Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
16306
16307 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16308 CC_FOR_TARGET instead.
16309 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16310
16311Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
16312
16313 * Makefile.in: Add sim to list of directories sent with gdb
16314
16315Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
16316
16317 * configure.in: Put back mips-dec-bsd* case.
16318
16319Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
16320
16321 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16322 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
16323 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
16324
16325Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16326
16327 * configure.in: remove no-op mips-dec-bsd* in "case $target"
16328
16329 * Makefile.in (dir.info): only run gen-info-dir if it exists,
16330 (install-info): install dir.info only if it exists,
16331 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16332
16333Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
16334
16335 * configure.in: For vms target, skip bfd, ld, binutils. Do build
16336 gas for mips-dec-bsd.
16337
16338Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
16339
16340 * configure (makesrcdir): If ${srcdir} is relative and not ".",
16341 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16342
16343Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
16344
16345 * configure.in: Added "dejagnu" to hosttools list.
16346
16347Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
16348
16349 * config.sub, configure.in, config.guess: Add support
16350 for Bosx, an AIX variant from Bull.
16351 Patches from F.Pierresteguy@frcl.bull.fr.
16352
16353Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
16354
16355 * devo/dejagnu: Initial creation of devo/dejagnu.
16356 Migrated dejagnu testcases and support files for testing software
16357 tools to reside as subdirectories, currently called "testsuite",
16358 within the directory of the software tool. Migrated all programs,
16359 support libraries, etc. beloging to dejagnu proper from
16360 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
16361 with no modifications. The changes to these files which will
16362 allow them to configure, build, and execute properly will be made
16363 in a future update.
16364
16365Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16366
16367 * Makefile.in: Change send_pr to send-pr.
16368 * configure.in: Likewise.
16369 * send_pr: Renamed directory to send-pr.
16370
16371Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
16372
16373 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
16374
16375Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
16376
16377 * README: Update for gdb-4.8 release.
16378 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
16379 gdb-xxx.tar.z (gzip'd) file also.
16380
16381Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16382
16383 * Makefile.in: make all-diff depend on all-libiberty
16384
16385Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
16386
16387 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16388
16389Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16390
16391 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16392
16393Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
16394
16395 * Makefile.in (DEVO_SUPPORT): Remove etc directory
16396 (ETC_SUPPORT): Only add the files GDB wants from etc/.
16397 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
16398
16399Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16400
16401 * Makefile.in: makeinfo binary is in a new location
16402
16403Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
16404
16405 * config.sub: Accept -ecoff as an OS.
16406
16407 * Makefile.in: Various changes to eliminate a level of make
16408 recursion and reduce the required command line length.
16409 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16410 sub-makes.
16411 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16412 variables holding settings for specific sub-makes.
16413 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16414 in terms of BASE_FLAGS_TO_PASS.
16415 (TARGET_LIBS): New variable listing directories which use
16416 TARGET_FLAGS_TO_PASS.
16417 (subdir_do): Eliminated.
16418 (do-*): New set of targets to replace subdir_do.
16419 (various): All targets which used subdir_do now depend on do-*.
16420 (local-clean): Renamed from do_clean.
16421 (local-distclean): New target, dependency of distclean and
16422 realclean.
16423 (install-info): Don't create directories. Depend on dir.info
16424 rather than calling make recursively.
16425 (install-dir.info): Eliminated.
16426 (install-info-dirs): Create all info directories here.
16427 (dir.info): Depend upon do-install-info.
16428
16429 * test-build.mk (HOLES): Added false.
16430
16431Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
16432
16433 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
16434
16435Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16436
16437 * Makefile.in (info): remove dependency on all-texinfo. The
16438 problem was really in texinfo/C, not at this level.
16439
16440Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
16441
16442 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16443
16444Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
16445
16446 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
16447 GDB releases.
16448
16449Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16450
16451 * configure: Include srcdir in message about target of link not
16452 being found. Don't convert `-' to `_' in `with' options being
16453 passed to subdirs.
16454
16455Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16456
16457 * configure.in: add uudecode to host_tools
16458
16459 * Makefile.in: added {all,install}-uudecode targets, added them to
16460 the appropriate lists
16461
16462Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
16463
16464 * Makefile.in (all-gcc): Added dependency on all-gas.
16465
16466 * configure.in (mips-*-*): Build ld and binutils.
16467
16468Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16469
16470 * configure: check return code from mkdir, print error message and
16471 exit on failure.
16472
16473Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
16474
16475 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
16476
16477Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
16478
16479 * test-build.mk (HOLES): Added tar, cpio and uudecode.
16480
16481Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16482
16483 * config.sub (h8500): Recognize this as a cpu type.
16484
16485Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16486
16487 * configure: source directory missing is no longer a warning
16488
16489 * configure.in: recognize irix[34]* instead of irix[34]
16490
16491 * Makefile.in: define and pass down X11_LIB
16492
6599da04
JM
16493Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
16494
16495 * guess-systype: Renamed to ...
16496 * config.guess: ... by popular request.
16497 * configure.in, Makefile.in: Update accordingly.
16498
16499Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
16500
16501 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
16502 + Add Convex, Cray/Unicos, and Encore/Multimax support.
16503 + Execute ./dummy instead of assuming . is in PATH.
16504
16505Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
16506
16507 * guess-systype: New shell script. Attempts to guess the
16508 canonical host name of the executing host.
16509 Only a few hosts are supported so far.
16510 * configure: Call guess-systype if no host is specified.
16511
16512Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
16513
16514 * Makefile.in (gcc-no-fixedincludes): Made to work with current
16515 gcc Makefile.
16516
16517
16518Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
16519
16520 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16521 (all-gcc, install-gcc, subdir_do): Use it.
16522
16523Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16524
16525 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16526
16527Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
16528
16529 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16530 set exclusively by configure, using configure.in .
16531
16532Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16533
16534 * test-build.mk: set $PATH for all builds
16535
16536 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16537
16538Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
16539
16540 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
16541 the one used in gcc/Makefile.in, so that a null expansion doesn't
16542 override the one needed to build gcc with a native cc.
16543
16544
16545Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16546
16547 * configure: Accept -with arguments.
16548
16549Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16550
16551 * Makefile.in: added h8300sim
16552
16553Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
16554
6599da04
JM
16555 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16556 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
16557 (all-cygnus, native, build-cygnus): Make
16558 $(canonhost)-stamp-3stage-done, not $(host)....
16559 * test-build.mk (stamp-3stage-compared): Use tail +10c for
16560 i386-sco3.2v4. Added else true to if command.
16561
16562Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
16563
16564 * config.sub: (from FSF) Sequent uses a BSD-like OS.
16565
16566Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
16567
16568 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16569
16570Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16571
16572 * configure.in: don't remove binutils from Solaris builds
16573
16574Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
16575
16576 * Makefile.in: get rid of earlier definitions for *clean,
16577 also handle the recursive info rule better
16578
16579Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
16580
16581 * Makefile.in (mostlyclean, distclean, realclean): Fix to
16582 do more-or-less the right thing.
16583
16584Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
16585
16586 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16587 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16588
16589Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16590
16591 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16592 $(host_canonical).
16593
16594 * configure.in: split the configdirs list into 4 categories (native
16595 v. cross, library v. tool) and handle the cross-only and native-
16596 only in more reasonable (and correct!) way.
16597
16598Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
16599
16600 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
16601 configdirs anymore.
16602
16603Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16604
16605 * Makefile.in: extensive cleanup:: removed all of the explicit
16606 clean-* targets, collapsed many wrappers around subdir_do into
16607 one, added additional targets to satisfy standards.texi, deleted
16608 some old targets, some changes for consistency
16609
16610Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16611
16612 * configure.in: handle some programs as cross-only, and others as
16613 native only
16614
16615 * test-build.mk: handle partial holes in a more generic manner
16616
16617 * Makefile.in: m4 depends on libiberty
16618
6599da04
JM
16619Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16620
16621 * configure.in: add m4, textutils, fileutils, sed, shellutils,
16622 time, wdiff, and find to configdirs
16623
16624 * Makefile.in: all, clean, and install rules for the new programs
16625 added to configure.in
16626
16627Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16628
16629 * configure.in: use mh-sun for all *-sun-* hosts
16630
6599da04
JM
16631Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16632
16633 * Makefile.in: define flags for X11 include files and library file
16634 locations, pass them down to the programs that need this info
16635
16636 * build-all.mk: added a 'native' target, to 3stage the native toolchain
16637
6599da04
JM
16638Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16639
16640 * configure.in: start building libg++ for HP-UX targets
16641
16642Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
16643
16644 * README: Update references to files moved into etc/.
16645
16646Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
16647
16648 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
16649 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
16650
16651Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
16652
16653 * configure: accept dash as well as underscore in long option
16654 names for FSF compatibility.
16655
16656Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
16657
16658 * config.sub: added -sco3.2v4 support from FSF.
16659
16660Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16661
16662 * configure.in: expand the section that adds or removes
16663 directories from the list of programs to build, to handle native
16664 vs. cross in addition to host v. native
16665
16666Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
16667
16668 * Makefile.in: Replace C++ in macro names with CXX.
16669 This is less likely to break ...
16670
16671Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16672
16673 * test-build.mk: add -w to GNU_MAKE
16674
16675Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16676
16677 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16678 add 'sparc' to list of recognized cpus. This needed to make
16679 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16680 Delete some redundant ose68 variants. Recognize -wrs as an os,
16681 then changes that into $CPU-wrs-vxworks.
16682
16683 * configure.in: remove most references to gdbtest, regularize
16684 target based program removal
16685
16686 * test-build.mk: import from p3 tree (many fixes and changes)
16687
16688Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16689
16690 * Makefile.in: added rules to handle tcl, tk, and expect
16691
16692 * configure.in: handle those directories if they exist
16693
16694Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16695
16696 * config.sub: removed bogus hppabsd and hppahpux names, since
16697 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16698
16699Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16700
16701 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
16702 depends upon all-xiberty
16703
16704 * Makefile.in: changes from p3, including:
16705
16706 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
16707
16708 * Makefile.in (XTRAFLAGS): include newlib directories if
16709 newlib/Makefile exists, rather than if host != target.
16710
16711 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
16712
16713 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16714 from the same source tree and not building a cross-compiler. This
16715 matters for the libg++ configuration if reconfiguring a tree that
16716 has already been installed.
16717
16718 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
16719
16720 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16721 pick up the machine and system specific header files.
16722
16723 * Makefile.in: added AS_FOR_TARGET, passed down in
16724 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16725 the C compiler to use to create programs which are run in the
16726 build environment, set it to default to $(CC), and passed it down
16727 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16728
16729 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
16730
16731 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16732 We need them for unusual native builds, like systems without
16733 ranlib.
16734
16735 * configure: also define $(host_canonical) and
e490616e
ZW
16736 $(target_canonical), which are the full, canonical names for the
16737 given host and target
6599da04
JM
16738
16739Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
16740
16741 * Makefile.in: Added separate definitions for C++.
16742
16743Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
16744
16745 * configure.in (configdirs): Add deja-gnu.
16746
16747Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
16748
16749 * README: Update for configure.texi and gdb-4.7 release.
16750
16751Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
16752
16753 * Makefile.in: Move "all" target to top of file.
16754 Previously, first target was ".PHONY" which caused BSD4.4 make
16755 to build .PHONY when make was run without arguments.
16756
16757Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
16758
16759 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
16760 Library-copylefted code in libiberty.
16761
16762Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
16763
16764 * config.sub: Replace m68kmote with plain old m68k.
16765
16766Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
16767
16768 * Makefile.in: Remove space from blank line, avoid Make complaints.
16769
16770Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
16771
16772 * config.sub: Complain if no argument is given. Added support for
16773 386bsd as OS and target alias.
16774
16775Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
16776
16777 * Makefile.in (XTRAFLAGS): include newlib directories if
16778 newlib/Makefile exists, rather than if host != target.
16779
16780Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
16781
16782 * config.sub: recognize sparclite-wrs-vxworks.
16783
16784 * Makefile.in (install-xiberty): added *-xiberty make rules (from
16785 p3.) Added clean-xiberty to clean.
16786
16787Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16788
16789 * configure.in: use *-*-* instead of nested cases for host and target
16790
16791Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
16792
16793 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16794 from the same source tree and not building a cross-compiler. This
16795 matters for the libg++ configuration if reconfiguring a tree that
16796 has already been installed.
16797
16798Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
16799
16800 * config.sub (i486v/i486v4): Merge in from FSF version.
16801
16802Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
16803
16804 * configure: only set PWD if it is already set.
16805
16806Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
16807
16808 * configure: just set PWD=`pwd` at the top, since Ultrix sh
16809 doesn't have unset and all success paths (and most error paths)
16810 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16811 to just ${PWD} to avoid confusion.)
16812
16813Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
16814
16815 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16816 even for a native compilation.
16817
16818Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
16819
16820 Changes to make the gdb.tar.Z rule work better.
16821
16822 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
16823 (DEVO_SUPPORT): Add configure.texi.
16824 (bfd-ilrt.tar.Z): Remove ancient rule.
16825
16826Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
16827
16828 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16829 pick up the machine and system specific header files.
16830
16831 * configure.in, config.sub: added new target m68010-adobe-scout,
16832 with alias of adobe68k. Changed configure.in to check for
16833 -scout before -sco* to avoid a false match.
16834
16835 * Makefile.in: added AS_FOR_TARGET, passed down in
16836 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16837 the C compiler to use to create programs which are run in the
16838 build environment, set it to default to $(CC), and passed it down
16839 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16840
16841Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
16842
16843 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16844 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
16845 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16846 FOR_TARGET variants, to newlib and libg++.
16847
16848Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
16849
16850 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16851 first.
16852
16853Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
16854
16855 * config.sub: Accept `elf' as an environment.
16856
16857Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16858
16859 * Makefile.in (all-opcodes): cd into the right directory
16860
16861Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
16862
16863 * configure: added -program_transform_name option, used as
16864 argument to sed when installing programs.
16865 configure.texi: added documentation for -program_prefix,
16866 -program_suffix and -program_transform_name.
16867
16868Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
16869
16870 * config.sub: Accept i486 where i386 ok.
16871
16872Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16873
16874 * config.sub: accept we32k
16875
16876Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16877
3b75d237 16878 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
16879
16880 * Makefile.in: don't create all directories for ``make install'';
16881 let the subdirectories create the ones they need.
16882
16883Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16884
e490616e 16885 * COPYING: new file, GPL v2
6599da04
JM
16886
16887Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16888
16889 * Makefile.in: use the new gen-info-dir, which needs a template
16890 argument (which also lives in texinfo)
16891
16892 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16893
6599da04
JM
16894Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16895
16896 * config.sub (ncr3000): Change i386 to i486.
16897
16898Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16899
16900 * Makefile.in: add install-rcs, install-grep to
16901 install-no-fixedincludes, removed install-bison and install-libgcc
16902
16903Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
16904
16905 * configure.in: grab the HPUX makefile fragment if on HPUX
16906
16907Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16908
16909 * Makefile.in: eradicate bison spoor (ditto libgcc).
16910 configure.in: recognise m68{k,000}-ericsson-OSE.
16911 es1800 is alias for m68k-ericsson-OSE
16912
16913Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16914
16915 * configure.in: rearrange the parts that remove programs from
16916 configdirs, based now on HOST==TARGET or by canonical triple.
16917
16918Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16919
16920 * test-build.mk: recurse explicitly with -f test-build.mk when
16921 appropriate. predicate stage3 and comparison on the existence
16922 of gcc. That is, if gcc isn't around, we aren't three-staging.
16923 On very clean, also remove ...stamp-co. Build in-place before
16924 doing other builds.
16925
16926Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16927
16928 * Makefile.in, configure.in: add tgas
16929
16930Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16931
16932 * Makefile.in: a number of changes merged in from progressive.
16933
16934 * configure.in: add libm.
16935
16936 * .cvsignore: ignore some stuff that comes from test-build.mk.
16937
6599da04
JM
16938Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
16939
16940 * config.sub: Add es1800 (m68k-ericsson-es1800).
16941
16942Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16943
16944 * configure: Add program_suffix (parallel to program_prefix)
16945 * Makefile.in: adjust directory-creating script for losing decstation
16946
16947Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
16948
16949 * configure: Minor $subdir-related fixes.
16950
16951Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16952
16953 * configure: fix various problems with propogating
16954 makefile_target_frag in subdirs.
16955 * configure.in: config libgcc if its there
16956
16957Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
16958
16959 * config.sub: HPPA merge.
16960
6599da04
JM
16961Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16962
16963 * Makefile.in: Replace all-bison with all-byacc in all
16964 dependency lines for other tools (which now use byacc).
16965
16966Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
16967
16968 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16969
6599da04
JM
16970Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16971
16972 * Makefile.in: make gprof rules similar to byacc rules (instead of
16973 vestigal $(unsubdir) that didn't work...)
16974
16975Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16976
16977 * config.sub: Add support for Linux.
16978 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16979 (at least for libg++).
16980
16981Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16982
16983 * configure.texi: fix doc for the -nfp option to configure
16984
16985Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16986
16987 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16988
16989Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16990
16991 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16992 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16993 * configure.in: added solaris* host_makefile_frag hook.
16994
16995Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16996
16997 * config.sub: changed recognition of m68000 so that various
16998 m68k types can be specified via m680[01234]0
16999
17000Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17001
17002 * config.sub (basic_machine): fix sed so that '-foo' isn't
17003 completely substituted out while .+'-foo' loses the '-foo'
17004
17005Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17006
17007 * config.sub ($os): Add -aout.
17008
17009Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
17010
17011 * configure: If host_makefile_frag is absolute, don't
17012 prefix ${invsubdir} (relevant to libg++ auto-configure).
17013
17014Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17015
17016 * Makefile.in (tooldir): Define it.
17017 (all-ld): Depend on all-flex.
17018
17019Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
17020
17021 * Makefile.in (check): Fix libg++ special case.
17022
17023Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
17024
17025 * configure: do not bury `pwd` into config.status, thus do fewer
17026 pwd's.
17027
17028 * configure: print the "Building in" message only when building in
17029 other than "." AND verbose.
17030
63f6bcd7 17031 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
17032 configures.
17033
17034 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17035
17036Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
17037
17038 * Makefile.in: macroize flags passed on recursion. remove
17039 fileutils.
17040
17041Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
17042
17043 * configure: get makesrcdir right for subdirs deeper than 1.
17044
17045 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17046 install.
17047
17048Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
17049
17050 * Makefile.in: don't print subdir_do or recursion lines.
17051
17052Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
17053
17054 * standards.texi: added menu item.
17055
17056 * Makefile.in: build and install standards.info.
17057
17058 * standards.texi: new file.
17059
17060Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17061
17062 * configure: test for and move config.status pieces from
17063 ${subdir}/.
17064
17065Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
17066
6599da04
JM
17067 * configure: Test for existance of files before trying to mv
17068 them, to avoid numerous non-existance messages.
17069
17070Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
17071
17072 * configure: correct final line of config.status.
17073
17074 * configure: patch from eggert. Avoids a protection problem if
17075 the original Makefile.in is read only.
17076
17077 * configure: use move-if-change from gcc to create config.status.
17078 Some makefiles depend on config.status to tell if a directory
17079 has been reconfigured for a different host. This change
17080 prevents those directories from remaking everything in the case
17081 where the reconfig was only intended to rebuild a Makefile.
17082
17083 * configure: test for config.sub with "config.sub sun4" rather
17084 than "config.sub ${host_alias}". Otherwise we can't tell a bad
17085 host alias from a missing config.sub.
17086
17087Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17088
17089 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17090 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
17091
17092Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
17093
17094 * configure: mkdir ${subdir} as needed.
17095
17096Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
17097
17098 * Makefile.in,configure.in: added autoconf.
17099
17100Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17101
17102 * Makefile.in: no longer pass against on recursion.
17103
17104 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17105 definitions are not inherited.
17106
17107 * configure: correct makesrcdir when subdir is .
17108
17109Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
17110
17111 * configure: Add support for 'subdirs' variable, which is
17112 like 'configdirs', except that configure doesn't re-invoke
17113 itself for subdirs, it just creates a Makefile for each subdir.
17114 * configure.texi: Document subdirs.
17115
17116Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17117
17118 * configure.in: added flex to configdirs
17119
17120Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
17121
17122 * Makefile.in: remove clean-stamps from clean.
17123
17124Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
17125
17126 * configure.in: Add gdbtest to configdirs.
17127
17128Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
17129
17130 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
17131 to recursive makes.
17132 * configure.in: Recognize new ncr3000 config.
17133
17134Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
17135
17136 * Makefile.in, configure.in: removed references to gdbm.
17137
17138Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
17139
17140 * config.sub: Don't canonicalize os value
17141 newsos* to bsd (readline needs to check for newsos).
17142 (This fix was earlier made Jan 31, but got re-broken.)
17143
17144Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
17145
17146 * configure.in: sco is an os, not a vendor!
17147
17148 * configure: Quote $( better. Keep various shells happy.
17149
17150Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
17151
17152 * Makefile.in: eliminate stamp-files.
17153
17154Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
17155
17156 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
17157 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17158
17159Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
17160
17161 * config.sub: fix iris/iris3.
17162
17163Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
17164
17165 * configure: re-add -rm.
17166
17167Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
17168
17169 * Maskefile.in: add .stmp-rcs to all.
17170
17171 * configure.in: remove gas from rs6000 build, use aix host fragment.
17172
17173Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
17174
17175 * configure: pass down site_option during recursion.
17176
17177Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
17178
17179 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
17180
17181Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
17182
17183 * configure: Change exec_prefix so that it really defaults to prefix.
17184
17185Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
17186
17187 * Makefile.in, configure.in: Add support for mmalloc library.
17188
17189Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
17190
17191 * Makefile.in: add stmp dependencies for a few more things.
17192
17193Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
17194
17195 * configure: adjusted error message on objdir/srcdir configure
17196 collision, per john's suggestion.
17197
17198 * Makefile.in: add libiberty stmp to all and all.cross.
17199
17200Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
17201
17202 * Makefile.in: remove force dependencies, add grep to all.
17203
17204Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
17205
17206 * Makefile.in: drop flex. make stamp files work.
17207
17208 * configure: added test for conflicting configuration in srcdir,
17209 remove trailing slashes from srcdir. Otherwise emacs gdb mode
17210 gets cranky. use relative paths for configure and srcdir
17211 whenever possible. Send some error messages to stderr that were
17212 going to stdout.
17213
17214Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
17215
17216 * Makefile.in: Fix libg++ rule to check for gcc directory
17217 before using gcc/gcc. Also pass XTRAFLAGS.
17218
17219Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
17220
17221 * Makefile.in: added stmp-files so that directories aren't polled
17222 when they are already built.
17223
17224 * configure.texi: fixed a node pointer problem.
17225
17226Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
17227
731a8127 17228 * config.sub configure.in gdb/configure.in
6599da04
JM
17229 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17230 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17231 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
17232
17233Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17234
17235 * configure: -recurring becomes -silent. corrected help message
17236 for -site= option.
17237
17238 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17239
17240Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17241
17242 * configure: when building Makefile for crosses, replace
17243 tooldir and program_prefix. default srcdir from location of
17244 config.sub. remove "for host in hosts" and "for target in
17245 targets" loops.
17246
17247Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17248
17249 * Makefile.in: Do not pass bindir or mandir to cvs.
17250
17251Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
17252
17253 * Makefile.in, configure.in: removed traces of namesubdir,
17254 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
17255 copyrights to '92, changed some from Cygnus to FSF.
17256
17257 * configure.texi: remove most references to multiple hosts,
17258 multiple targets, subdirs, etc.
17259
17260 * configure.man: removed rcsid. reference config.sub not
17261 config.subr.
17262
17263 * Makefile.in: mkdir $(infodir) on install-info.
17264
17265Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
17266
17267 * configure.texi: Explain better about .gdbinit and about
17268 the environment that configure.in sections run in.
17269
17270Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
17271
17272 * configure.in: Ultrix is only a decstation if it's a MIPS.
17273
17274Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
17275
17276 * README: DOC.configure => cfg-paper.texi.
17277
17278Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
17279
17280 * config.sub (near case $os): Don't convert newsos* to bsd!
17281
17282Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
17283
17284 * Makefile.in: Reinstall change from gdb-4.3 that reduces
17285 the number of copies of COPYING that go into the GDB tar file.
17286
17287Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
17288
731a8127 17289 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
17290 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17291 Fix SCO configuration stuff.
17292
17293Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
17294
17295 * Makefile.in: For libg++, make sure the -I pointing
17296 to the gcc directory goes *after* all the libg++-local -I flags.
17297 Also, move just-gcc dependency from just-libg++ to all-libg++.
17298
17299Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
17300
17301 * configure: Change -x to -f to keep Ultrix /bin/test happy.
17302
17303Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
17304
17305 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
17306
17307Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
17308
17309 * config.sub: Add stratus configuration frags. Also
17310 submitted to FSF.
17311
17312Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
17313
17314 * Makefile.in (DEV_SUPPORT): add configure.man.
17315
17316 * config.sub(Decode manufacturer-specific): add -none*.
17317
17318Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
17319
17320 * Makefile.in: remove form feeds to make Sun's make happy.
17321 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
17322
17323Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
17324
17325 * Makefile.in (AR_FLAGS): Make quieter.
17326
17327Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
17328
17329 * configure.in: Add libg++.
17330 * configure: When verbose, don't output the command line at each
17331 level; it will be unremarkably the same as the previous version,
17332 which will be the same as what the user typed.
17333
17334Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
17335
17336 * configure.in, Makefile.in: fix clean-info, add flex. add
17337 fileutils.
17338
17339 * configure: be less sensitive to spaces in Makefile.in. Do not
17340 look for sources in "..". Doing so breaks subdirectories that
17341 might have their own configure. If a subdir has it's own
17342 configure script, use it.
17343
17344Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
17345
17346 * cfg-paper.texi: some changes suggested by rms.
17347
17348Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
17349
17350 * config.sub: Merge in some small additions from the FSF version,
17351 taken from the gcc distribution, to bring the Cygnus and FSF
17352 versions into closer sync.
17353
17354Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
17355
17356 * configure.in: Changed svr4 references to sysv4.
17357
17358Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
17359
17360 * configure: added -V for version number option.
17361
17362Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
17363
17364 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17365 renamed from DOC.configure to cfg-paper.texi.
17366
17367Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17368
17369 * configure, config.subr, config.sub: config.subr is now
17370 config.sub again.
17371
17372Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
17373
17374 * configure.texi: new file, in progress.
17375
17376 * Makefile.in: build info file and install the man page for
17377 configure.
17378
17379 * configure.man: new file, first cut.
17380
17381 * configure: find config.subr again now that configuration "none"
17382 has gone. removed all traces of the -ansi option. removed all
17383 traces of the -languages option.
17384
17385 * config.subr: resync from rms.
17386
17387Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17388
17389 * configure, config.sub, config.subr: merge config.sub into
17390 config.subr, call the result config.subr, remove config.sub, use
17391 config.subr.
17392
17393 * Makefile.in: revised install for dir.info.
17394
17395Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17396
17397 * configure.in: add decstation host makefile frag.
17398
17399 * Makefile.in: BISON now bison -y again. also install-gcc on
17400 install. clean-gdbm on clean. infodir belongs in datadir.
17401 Make directories for info install. Build dir.info here then
17402 install it.
17403
17404Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17405
17406 * Makefile.in: fix for bad directory tests.
17407
17408Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17409
17410 * configure: \{1,2\} appears to be a sysv'ism. Use a different
17411 regexp. -srcdir relative was being handled incorrectly.
17412
17413 * Makefile.in: unwrapped some for loops so that parallel makes
17414 work again and so one can focus one's attention on a particular
17415 package.
17416
17417Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17418
17419 * configure: added PWD as a stand in for `pwd` (for speed). use
17420 elif wherever possible. make -srcdir work without -objdir.
17421 -objdir= commented out.
17422
17423Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17424
17425 * configure: +options become --options. -subdirs commented out.
17426 added -host, -datadir. Renamed -destdir to -prefix. Comment in
17427 Makefile now at top of generated Makefile. Removed cvs log
17428 entries. added -srcdir. create .gdbinit only if there is one
17429 in ${srcdir}.
17430
17431 * Makefile.in: idestdir and ddestdir go away. Added copyrights
17432 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
17433 and mandir now keyed off datadir by default.
17434
17435Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17436
17437 * Freshly created ChangeLog.
17438
17439\f
17440Local Variables:
17441mode: change-log
17442left-margin: 8
17443fill-column: 76
17444version-control: never
17445End: