* configure.ac: Fix --enable-languages=all.
[gcc.git] / ChangeLog
1 2012-09-04 Jason Merrill <jason@redhat.com>
2
3 * configure.ac: Fix --enable-languages=all.
4
5 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
6
7 * MAINTAINERS (Write After Approval): Add myself.
8
9 2012-09-03 Richard Guenther <rguenther@suse.de>
10
11 PR bootstrap/54138
12 * configure.ac: Re-organize ISL / CLOOG checks to allow
13 disabling with either --without-isl or --without-cloog.
14 * configure: Regenerated.
15
16 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
17
18 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
19 * configure: Regenerate.
20
21 2012-08-27 Ulrich Drepper <drepper@gmail.com>
22
23 * MAINTAINERS: Fix my email address.
24
25 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
26
27 PR binutils/4970
28 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
29 and opcodes.
30 * Makefile.in: Regenerated.
31
32 2012-08-26 Art Haas <ahaas@impactweather.com>
33
34 * configure: Regenerate.
35
36 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
37
38 * INSTALL/README: Also refer to the online installation
39 instructions.
40
41 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
42
43 * MAINTAINERS (Write After Approval): Add myself.
44 (Picochip port): Remove myself.
45
46 2012-08-14 Diego Novillo <dnovillo@google.com>
47
48 Merge from cxx-conversion branch.
49
50 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
51 POSTSTAGE1_CONFIGURE_FLAGS.
52 * Makefile.in: Regenerate.
53 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
54 Force C++ when bootstrapping.
55 * configure: Regenerate.
56
57 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
58
59 * MAINTAINERS (Write After Approval): Add myself.
60
61 2012-07-16 Joseph Myers <joseph@codesourcery.com>
62
63 * README: Document use of ranges of years in copyright notices.
64
65 2012-07-06 Richard Guenther <rguenther@suse.de>
66
67 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
68 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
69 --with-gmp=system.
70 * Makefile.in: Regenerated.
71 * configure: Likewise.
72
73 2012-07-06 Richard Guenther <rguenther@suse.de>
74
75 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
76 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
77 supply V=1 as extra_make_flags.
78 * configure: Regenerated.
79 * Makefile.in: Likewise.
80
81 2012-07-04 Tristan Gingold <gingold@adacore.com>
82
83 * configure: Regenerate.
84
85 2012-07-03 Richard Guenther <rguenther@suse.de>
86
87 * Makfile.def (isl): Remove not necessary extra_exports and
88 extra_make_flags.
89 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
90 * Makefile.in: Regenerated.
91
92 2012-07-03 Richard Guenther <rguenther@suse.de>
93
94 * Makefile.def (cloog): Add V=1 to extra_make_flags.
95 * configure.ac: If either the ISL or the CLooG check failed
96 do not try to build in-tree versions.
97 * Makefile.in: Regenerated.
98 * configure: Regenerated.
99
100 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
101
102 * configure: Regenerate.
103
104 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
105
106 * MAINTAINERS (Various Maintainers): Add myself as testsuite
107 maintainer.
108
109 2012-07-02 Richard Guenther <rguenther@suse.de>
110
111 * configure: Regenerated.
112
113 2012-07-02 Richard Guenther <rguenther@suse.de>
114 Michael Matz <matz@suse.de>
115 Tobias Grosser <tobias@grosser.es>
116 Sebastian Pop <sebpop@gmail.com>
117
118 * Makefile.def: Add ISL host module, remove PPL host module.
119 Adjust ClooG host module to use the proper ISL.
120 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
121 * configure.ac: Include config/isl.m4. Add ISL host library,
122 remove PPL. Remove PPL configury, add ISL configury, adjust
123 ClooG configury.
124 * Makefile.in: Regenerated.
125 * configure: Likewise.
126
127 2012-07-02 Richard Guenther <rguenther@suse.de>
128
129 Merge from graphite branch
130 2011-07-21 Tobias Grosser <tobias@grosser.es>
131
132 * configure: Regenerated.
133 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
134 both cloog.org and legacy versions. The only supported version will
135 be CLooG with the isl backend.
136
137 2011-07-21 Tobias Grosser <tobias@grosser.es>
138
139 * configure: Regenerated.
140 * configure.ac: Require cloog isl 0.17.0
141
142 2011-07-21 Tobias Grosser <tobias@grosser.es>
143
144 * configure: Regenerated.
145 * config/cloog.m4: Do not define CLOOG_ORG
146
147 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
148
149 * configure.ac: Skip C if explicitly selected.
150 * configure: Regenerate.
151
152 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
153
154 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
155 they contain -O2.
156 * configure: Regenerate.
157
158 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
159
160 PR debug/53740
161 * df.h, df-problems.c, dce.c: Revert last patch.
162
163 2012-06-25 Iain Sandoe <iain@codesourcery.com>
164
165 * MAINTAINERS (Write After Approval): Update my email address.
166
167 2012-06-21 Meador Inge <meadori@codesourcery.com>
168
169 * MAINTAINERS (Write After Approval): Add myself.
170
171 2012-06-20 Jason Merrill <jason@redhat.com>
172
173 * Makefile.tpl (check-target-libgomp-c++): New.
174 (check-target-libitm-c++): New.
175 * Makefile.def (c++): Add them.
176 * Makefile.in: Regenerate.
177
178 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
179
180 * MAINTAINERS (Write After Approval): Add myself.
181
182 2012-05-16 Olivier Hainque <hainque@adacore.com>
183
184 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
185 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
186 (install-no-fixedincludes): Adjust accordingly.
187 * Makefile.in: Regenerate.
188
189 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
190
191 Merge upstream change
192 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
193
194 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
195
196 * MAINTAINERS (Write After Approval): Add myself.
197
198 2012-05-09 Nick Clifton <nickc@redhat.com>
199 Paul Smith <psmith@gnu.org>
200
201 PR bootstrap/50461
202 * configure.ac (mpfr-dir): When using in-tree MPFR sources
203 allow for the fact that from release v3.1.0 of MPFR the source
204 files were moved into a src sub-directory.
205 * configure: Regenerate.
206
207 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
208
209 * configure.ac: Bump minimum MPFR version to 2.4.0.
210 * configure: Regenerated.
211
212 2012-05-01 Richard Henderson <rth@redhat.com>
213
214 * Makefile.def (libatomic): New target_module.
215 * configure.ac (target_libraries): Add libatomic.
216 (noconfigdirs): Check if libatomic is supported.
217 * Makefile.in, configure: Rebuild.
218
219 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
220
221 * MAINTAINERS (Write After Approval): Add myself.
222
223 2012-04-25 Joel Brobecker <brobecker@adacore.com>
224
225 * config.sub: Update to 2012-04-18 version from official repo.
226
227 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
228
229 * MAINTAINERS (Write After Approval): Add myself.
230
231 2012-04-11 Steve Ellcey <sellcey@mips.com>
232
233 * MAINTAINERS: Changed email address.
234
235 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
236
237 PR target/52737
238 * contrib/gcc_update (files_and_dependencies):
239 Remove gcc/config/avr/t-multilib from touch data.
240
241 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
242
243 * MAINTAINERS (OS Port Maintainers): Remove irix.
244 * configure.ac (enable_libgomp): Remove *-*-irix6*.
245 (unsupported_languages): Remove mips-sgi-irix6.*.
246 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
247 (with_stabs): Remove.
248 * configure: Regenerate.
249
250 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
251
252 * MAINTAINERS (OS Port Maintainers): Remove osf.
253 * configure.ac (enable_libgomp): Remove *-*-osf*.
254 (with_stabs): Remove alpha*-*-osf*.
255 * configure: Regenerate.
256
257 2012-03-05 Tristan Gingold <gingold@adacore.com>
258
259 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
260 * configure: Regenerate.
261
262 2012-02-17 Walter Lee <walt@tilera.com>
263
264 * MAINTAINERS: (Write After Approval): Delete myself.
265
266 2012-02-14 Walter Lee <walt@tilera.com>
267
268 * MAINTAINERS (tilegx port): Add myself.
269 (tilepro port): Add myself.
270 (Write After Approval): Add myself.
271
272 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
273
274 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
275 and Joseph Myers as docstring relicensing maintainers.
276
277 2012-02-09 Bin Cheng <bin.cheng@arm.com>
278
279 * MAINTAINERS (write-after-approval): Add myself.
280
281 2012-02-08 Ira Rosen <irar@il.ibm.com>
282
283 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
284 maintainer.
285
286 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
287
288 * MAINTAINERS (Write After Approval): Move myself to
289 maintain alphabetical order.
290
291 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
292
293 * MAINTAINERS (Write After Approval): Add myself.
294
295 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
296
297 * MAINTAINERS (Write After Approval): Add myself.
298
299 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
300 Jayant R Sonar <jayant.sonar@kpitcummins.com>
301
302 * configure.ac (cr16-*-*): Remove nonconfigdirs.
303 * configure: Regenerate.
304
305 2012-01-23 Harshit Chopra <harshit@google.com>
306
307 * MAINTAINERS (Write After Approval): Add myself.
308
309 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
310
311 * configure.ac: Remove reference to mh-interix.
312 * configure: Regenerate.
313
314 2012-01-05 Richard Henderson <rth@redhat.com>
315
316 PR bootstrap/51072
317 * configure.ac: Disable libitm if c++ is not enabled.
318 * configure: Rebuild.
319
320 * configure.ac: Fix regexp for same.
321 * configure: Rebuild.
322
323 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
324
325 * MAINTAINERS (Write After Approval): Add myself.
326
327 2012-01-02 Richard Guenther <rguenther@suse.de>
328
329 PR bootstrap/51686
330 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
331 * Makefile.in: Regenerate.
332
333 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
334
335 * MAINTAINERS (Write After Approval): Add myself.
336
337 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
338
339 * configure: Regenerate.
340
341 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
342
343 * MAINTAINERS (picochip): Changed email address.
344
345 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
346
347 * MAINTAINERS (write-after-approval): Add self.
348
349 2011-11-29 DJ Delorie <dj@redhat.com>
350
351 * configure.ac (rl78-*-*) New case.
352 * configure: Regenerate.
353 * MAINTAINERS: Add myself as RL78 maintainer.
354
355 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
356
357 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
358
359 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
360
361 * libtool.m4: Additional FreeBSD 10 fixes.
362
363 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
364
365 * MAINTAINERS: Move myself from Write After Approval to CPU Port
366 Maintainers section, as Epiphany maintainer.
367
368 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
369
370 PR target/49992
371 * configure.ac: Remove ranlib special-casing for Darwin.
372 * configure: Regenerate.
373
374 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
375
376 * MAINTAINERS (Reviewers): Keep the list sorted.
377
378 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
379
380 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
381
382 2011-11-09 Roland McGrath <mcgrathr@google.com>
383
384 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
385 * configure: Rebuild.
386 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
387 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
388 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
389 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
390 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
391 Add READELF.
392 * Makefile.in: Rebuild.
393
394 2011-11-09 Jason Merrill <jason@redhat.com>
395
396 * Makefile.def (language=c++): Remove check-c++0x.
397 * Makefile.in (check-gcc-c++): Regenerate.
398
399 2011-11-08 Richard Henderson <rth@redhat.com>
400
401 * configure.ac: Test for libitm directory present first.
402
403 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
404
405 * configure.ac: Test libitm/configure.tgt to disable libitm.
406 * configure: Rebuild.
407
408 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
409 Richard Henderson <rth@redhat.com>
410
411 Merged from transactional-memory.
412
413 * Makefile.def (lang_env_dependencies): libitm is c++.
414 Add libitm target module.
415 * configure.ac: Likewise.
416 * config/mmap.m4: New file.
417 * contrib/gcc_update: Add libitm to touch data.
418 * Makefile.in, configure: Rebuild.
419
420 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
421
422 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
423 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
424 * Makefile.in: Regenerate.
425
426 2011-11-01 DJ Delorie <dj@redhat.com>
427
428 * config.sub: Update to version 2011-10-29 (added rl78)
429
430 2011-10-27 Nick Clifton <nickc@redhat.com>
431
432 * config.sub: Import these changes from the config project:
433
434 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
435 Ben Elliston <bje@gnu.org>
436
437 * config.sub (epiphany): New.
438
439 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
440 Ben Elliston <bje@gnu.org>
441
442 * config.sub (hexagon, hexagon-*): New.
443
444 2011-08-23 Roland McGrath <mcgrathr@google.com>
445
446 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
447 64eb to be64.
448
449 2011-08-16 Roland McGrath <mcgrathr@google.com>
450
451 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
452 (nacl): Grok as alias for 32el-unknown-nacl.
453
454 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
455
456 * MAINTAINERS (Write After Approval): Add myself.
457
458 2011-10-24 Teresa Johnson <tejohnson@google.com>
459
460 * MAINTAINERS (Write After Approval): Add myself.
461
462 2011-09-21 Jakub Jelinek <jakub@redhat.com>
463
464 * MAINTAINERS (sparc port): Remove myself.
465
466 2011-09-14 Tom de Vries <tom@codesourcery.com>
467
468 * MAINTAINERS (Write After Approval): Add myself.
469
470 2011-08-14 Yao Qi <yao@codesourcery.com>
471
472 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
473 * configure: Regenerate.
474
475 2011-07-26 Ian Lance Taylor <iant@google.com>
476
477 * configure.ac: Set have_compiler based on whether gcc directory
478 exists, rather than on whether gcc is in configdirs.
479 * configure: Rebuild.
480
481 2011-07-21 Joseph Myers <joseph@codesourcery.com>
482
483 * MAINTAINERS (Global Reviewers): Add self.
484
485 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
486
487 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
488 link directories.
489 * Makefile.in: Rebuild.
490
491 2011-07-20 Ian Lance Taylor <iant@google.com>
492
493 PR bootstrap/49787
494 * configure.ac: Move --enable-bootstrap handling earlier in file.
495 If --enable-bootstrap and either --enable-build-with-cxx or
496 --enable-build-poststage1-with-cxx, enable C++ automatically.
497 * configure: Rebuild.
498
499 2011-07-19 Ian Lance Taylor <iant@google.com>
500
501 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
502 make C++ a boot_language. Set and substitute
503 POSTSTAGE1_CONFIGURE_FLAGS.
504 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
505 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
506 * configure, Makefile.in: Rebuild.
507
508 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
509
510 * MAINTAINERS (Register Allocation): Move myself from reviewers to
511 maintainers.
512
513 2011-07-18 Jakub Jelinek <jakub@redhat.com>
514
515 * MAINTAINERS (Global Reviewers): Add myself.
516
517 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
518
519 * configure: Regenerate.
520
521 2011-07-16 Jason Merrill <jason@redhat.com>
522
523 * Makefile.def (language=c++): Add check-c++0x and
524 check-target-libmudflap-c++.
525 * Makefile.tpl (check-target-libmudflap-c++): New.
526 * Makefile.in: Regenerate.
527
528 2011-07-16 Matthias Klose <doko@ubuntu.com>
529
530 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
531 * Makefile.def (target_modules/libjava): Pass
532 $(EXTRA_CONFIGARGS_LIBJAVA).
533 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
534 if not configured with --enable-static-libjava.
535 * Makefile.in: Regenerate.
536 * configure: Likewise.
537
538 2011-07-15 Jason Merrill <jason@redhat.com>
539
540 * Makefile.in (check-c++): Move check-gcc-c++0x after
541 check-target-libstdc++-v3.
542
543 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
544
545 * MAINTAINERS (c6x port): New entry.
546
547 2011-07-13 Jason Merrill <jason@redhat.com>
548
549 * Makefile.in (check-gcc-c++0x): New.
550 (check-c++): Depend on it.
551
552 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
553
554 PR target/39150
555 * configure.ac (i[3456789]86-*-solaris2*): Also accept
556 x86_64-*-solaris2.1[0-9]*.
557 * configure: Regenerate.
558
559 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
560
561 * MAINTAINERS (RTL optimizers): Add self.
562
563 2011-06-27 Gabriel Charette <gchare@google.com>
564
565 * MAINTAINERS (Write After Approval): Add myself.
566
567 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
568
569 PR regression/47836
570 PR bootstrap/23656
571 PR other/47733
572 PR bootstrap/49247
573 PR c/48825
574 * configure.ac (target_libraries): Remove target-libiberty.
575 Remove case-statement setting skipdirs=target-libiberty for
576 multiple targets. Remove checking target_configdirs and
577 removing target-libiberty but keeping target-libgcc if
578 otherwise empty.
579 * Makefile.def (target_modules): Don't add libiberty.
580 (dependencies): Remove all traces of target-libiberty.
581 * configure, Makefile.in: Regenerate.
582
583 2011-06-13 Walter Lee <walt@tilera.com>
584
585 * configure.ac (tilepro-*-*) New case.
586 (tilegx-*-*): Likewise.
587 * configure: Regenerate.
588
589 2011-06-06 Jing Yu <jingyu@google.com>
590
591 * configure.ac: Skip target-libiberty for
592 arm*-*-linux-androideabi.
593 * configure: Regenerated.
594
595 2011-06-06 Nick Clifton <nickc@redhat.com>
596
597 * config.sub: Sync from upstream.
598
599 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
600
601 * MAINTAINERS (Write After Approval): Add myself.
602
603 2011-06-01 Daniel Jacobowitz <drow@false.org>
604
605 * MAINTAINERS: Update my email address.
606
607 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
608
609 * MAINTAINERS (Write After Approval): Update my email address.
610
611 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
612
613 * MAINTAINERS (Write After Approval): Add myself.
614
615 2011-05-08 Doug Kwan <dougkwan@google.com>
616
617 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
618 * configure: Regenerated.
619 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
620 value from configure.
621 * Makefile.in: Regenerated.
622
623 2011-05-05 Joseph Myers <joseph@codesourcery.com>
624
625 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
626 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
627 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
628 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
629 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
630 *-*-vxworks*): Disable newlib and libgloss in separate case
631 statement.
632 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
633 to separate case statement.
634 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
635 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
636 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
637 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
638 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
639 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
640 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
641 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
642 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
643 i[[3456789]]86-*-rdos*, m32r-*-*,
644 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
645 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
646 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
647 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
648 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
649 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
650 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
651 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
652 and libgloss in main case over targets. Remove most empty cases
653 in main case over targets.
654 * configure: Regenerate.
655
656 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
657
658 * MAINTAINERS (Write After Approval): Add myself.
659
660 2011-05-04 Joseph Myers <joseph@codesourcery.com>
661
662 * configure.ac: Remove code setting special library locations for
663 hppa*64*-*-hpux11*. Remove code setting compiler for
664 sparc-sun-solaris2*.
665 * configure: Regenerate.
666
667 2011-05-04 Joseph Myers <joseph@codesourcery.com>
668
669 * configure.ac: Separate libgloss_dir settings from general case
670 over targets.
671 * configure: Regenerate.
672
673 2011-04-28 Joseph Myers <joseph@codesourcery.com>
674
675 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
676 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
677 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
678 cases in libgcj-disabling case statement.
679 (hppa*64*-*-linux*): Set unsupported_languages instead of
680 disabling target-zlib.
681 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
682 to hppa*64*-*-hpux*.
683 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
684 hppa*-*-hpux*.
685 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
686 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
687 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
688 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
689 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
690 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
691 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
692 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
693 libgcj-disabling case statement.
694 * configure: Regenerate.
695
696 2011-04-28 Joseph Myers <joseph@codesourcery.com>
697
698 * configure.ac: Disable Java for targets not supporting libffi.
699 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
700 Remove cases in Java-disabling statement.
701 (*arm-wince-pe): Change to arm-wince-pe.
702 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
703 cases in Java-disabling statement.
704 (bfin-*-*): Don't disable Java again.
705 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
706 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
707 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
708 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
709 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
710 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
711 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
712 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
713 Java-disabling statement.
714 (mmix-*-*): Don't disable Java again.
715 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
716 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
717 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
718 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
719 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
720 statement.
721 * configure: Regenerate.
722
723 2011-04-28 Joseph Myers <joseph@codesourcery.com>
724
725 * configure.ac: Separate cases disabling Java and Java libraries
726 from general case over targets.
727 * configure: Regenerate.
728
729 2011-04-21 Jie Zhang <jzhang918@gmail.com>
730
731 * MAINTAINERS: Update my email address.
732
733 2011-04-20 Easwaran Raman <eraman@google.com>
734
735 * MAINTAINERS (Write After Approval): Add myself.
736
737 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
738
739 PR lto/48086
740 * configure.ac: Re-enable LTO on *-apple-darwin9*.
741 * configure: Regenerate.
742
743 2011-04-16 Jim Meyering <meyering@redhat.com>
744
745 * MAINTAINERS (Write After Approval): Add myself.
746
747 2011-04-15 Dodji Seketeli <dodji@redhat.com>
748
749 * MAINTAINERS: Update my email address.
750
751 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
752
753 * MAINTAINERS (Write After Approval): Add myself.
754
755 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
756
757 * MAINTAINERS (Write After Approval): Add myself.
758
759 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
760
761 * MAINTAINERS (Write After Approval): Add myself.
762
763 2011-04-06 Joseph Myers <joseph@codesourcery.com>
764
765 * configure.ac (build_tools): Remove build-byacc.
766 (host_libs): Remove mmalloc.
767 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
768 autoconf automake libtool diff rcs fileutils shellutils time
769 textutils wdiff find uudecode hello tar gzip indent recode release
770 sed perl gawk findutils gettext zip.
771 (libgcj): Remove target-qthreads.
772 (target_tools): Remove target-examples target-gperf.
773 (YACC): Don't handle building byacc.
774 * configure: Regenerate.
775 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
776 dosutils, examples, fileutils, find, findutils, gawk, gettext,
777 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
778 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
779 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
780 handle building components.
781 * Makefile.in: Regenerate.
782
783 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
784
785 * MAINTAINERS: Update my email address as Xtensa maintainer.
786
787 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
788
789 * config.sub: Sync from upstream.
790
791 2011-04-01 Joseph Myers <joseph@codesourcery.com>
792
793 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
794 (microblaze*): Don't disable libssp.
795 * configure: Regenerate.
796
797 2011-04-01 Joseph Myers <joseph@codesourcery.com>
798
799 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
800 moveifchange.
801 * configure: Regenerate.
802 * Makefile.tpl: Use @SHELL@ not @config_shell@.
803 * Makefile.in: Regenerate.
804
805 2011-04-01 Joseph Myers <joseph@codesourcery.com>
806
807 * configure.ac (*-*-sysv4*): Don't enable libgomp.
808 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
809 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
810 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
811 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
812 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
813 md_exec_prefix cases.
814 * configure: Regenerate.
815
816 2011-04-01 Joseph Myers <joseph@codesourcery.com>
817
818 * configure.ac: Separate cases disabling target-libssp,
819 target-libiberty, target-libstdc++-v3 and Fortran from general
820 case over targets.
821 * configure: Regenerate.
822
823 2011-04-01 Joseph Myers <joseph@codesourcery.com>
824
825 * configure.ac (*-*-chorusos): Don't disable libgcj.
826 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
827 Remove case.
828 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
829 (arm-*-coff): Don't disable libgcj.
830 (arm*-*-linux-gnueabi): Remove useless assignment.
831 (arm-*-riscix*): Don't disable libgcj.
832 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
833 configuration.
834 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
835 (c54x*-*-*): Remove case.
836 (tic54x-*-*): Don't disable GCC or GCC libraries.
837 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
838 to *.
839 (d10v-*-*): Don't disable GCC libraries.
840 (d30v-*-*): Don't disable libgcj.
841 (h8500-*-*): Don't disable GCC libraries.
842 (i960-*-*): Don't disable libgcj.
843 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
844 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
845 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
846 libgcj.
847 (m68k-*-coff*): Remove case.
848 (mmix-*-*): Don't disable libgloss on host.
849 (mn10200-*-*, mn10300-*-*): Remove cases.
850 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
851 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
852 Don't disable libgcj.
853 (romp-*-*): Remove case.
854 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
855 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
856 case.
857 (v810-*-*): Don't disable GCC libraries.
858 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
859 (ip2k-*-*): Don't disable GCC libraries.
860 * configure: Regenerate.
861
862 2011-03-28 Joseph Myers <joseph@codesourcery.com>
863
864 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
865 libffi on host.
866 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
867 on host.
868 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
869 * configure: Regenerate.
870
871 2011-03-26 John Marino <binutils@marino.st>
872
873 * configure.ac: Add support for *-*-dragonfly*
874 * configure: Regenerate.
875
876 2011-03-25 Joseph Myers <joseph@codesourcery.com>
877
878 * configure.ac (native_only): Remove.
879 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
880 send-pr uudecode guile gnuserv on host.
881 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
882 send-pr rcs guile perl texinfo libtool on host.
883 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
884 automake send-pr rcs guile perl texinfo libtool on host.
885 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
886 (*-*-kaos*): Don't disable target-examples target-gperf on target.
887 (alpha*-dec-osf*): Don't disable fileutils on target.
888 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
889 texinfo send-pr expect dejagnu on target.
890 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
891 target-qthreads on target.
892 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
893 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
894 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
895 x86_64-*-mingw*): Don't disable expect on target.
896 (*-*-cygwin*): Don't disable target-gperf on target.
897 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
898 gnuserv on target.
899 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
900 target.
901 * configure: Regenerate.
902
903 2011-03-25 Joseph Myers <joseph@codesourcery.com>
904
905 * configure.ac (target_tools): Remove target-groff.
906 (native_only): Remove target-groff.
907 (hppa*64*-*-*): Don't disable byacc.
908 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
909 setting.
910 (*-*-kaos*): Don't skip target-librx and target-groff.
911 (*-*-netware*): Don't skip target-libmudflap.
912 (*-*-tpf*): Don't skip target-libmudflap.
913 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
914 directories on the host.
915 (ia64*-*-*vms*): Don't skip tix.
916 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
917 host.
918 * configure: Regenerate.
919
920 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
921
922 * configure.ac: Remove references to mt-mep, mt-netware,
923 mt-wince.
924 * Makefile.def: Add all-utils soft dependencies.
925 * Makefile.tpl: Remove GDB_NLM_DEPS.
926 * configure: Regenerate.
927 * Makefile.in: Regenerate.
928
929 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
930
931 * configure.ac: Do not include mh-x86omitfp.
932 * configure: Regenerate.
933
934 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
935
936 * configure.ac: Remove empty cases.
937 * configure: Regenerate.
938
939 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
940
941 * Makefile.def: Add dependency from termcap to gdb.
942 * Makefile.in: Regenerate.
943
944 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
945
946 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
947 * configure: Regenerate.
948 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
949 * Makefile.tpl: Likewise.
950 * Makefile.in: Regenerate.
951
952 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
953
954 * configure.ac: Remove all mentions of tentative_cc.
955 * configure: Regenerate.
956
957 2011-03-24 Joseph Myers <joseph@codesourcery.com>
958
959 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
960 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
961 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
962 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
963 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
964 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
965 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
966 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
967 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
968 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
969 *-*-rhapsody*): Remove host cases.
970 * configure: Regenerate.
971
972 2011-03-24 Joseph Myers <joseph@codesourcery.com>
973
974 * configure.ac (ppc*-*-pe): Remove host case.
975 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
976 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
977 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
978 cases.
979 * configure: Regenerate.
980
981 2011-03-24 Joseph Myers <joseph@codesourcery.com>
982
983 * config.sub: Update to version 2011-03-23.
984
985 2011-03-22 Joseph Myers <joseph@codesourcery.com>
986
987 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
988 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
989 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
990 * configure: Regenerate.
991
992 2011-03-22 Joseph Myers <joseph@codesourcery.com>
993
994 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
995 to Write After Approval.
996 * config-ml.in: Don't handle arc-*-elf*.
997 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
998 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
999 handle GCC libraries.
1000 * configure: Regenerate.
1001
1002 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1003
1004 PR bootstrap/48120:
1005 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1006 Add -lstdc++ -lm to LIBS.
1007 * configure: Regenerate.
1008
1009 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
1010
1011 * config.guess: Update to version 2011-02-02
1012 * config.sub: Update to version 2011-02-24
1013
1014 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1015
1016 PR lto/48086
1017 * configure.ac: Re-enable LTO on *-apple-darwin9.
1018 * configure: Regenerate.
1019
1020 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
1021
1022 PR lto/48086
1023 * configure.ac: Disable LTO on darwin due to an assembler change in
1024 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
1025 under 256.
1026 * configure: Regenerate.
1027
1028 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
1029
1030 * MAINTAINERS: Update myself as score backend maintainer,
1031 update my e-mail address.
1032
1033 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
1034
1035 * MAINTAINERS: Update my e-mail address.
1036
1037 2011-03-06 Joey Ye <joey.ye@arm.com>
1038
1039 * MAINTAINERS: Update my e-mail address.
1040
1041 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1042
1043 * configure.ac: Adjust test of with_ppl.
1044 * configure: Regenerated.
1045
1046 2011-03-02 Kai Tietz <ktietz@redhat.com>
1047
1048 * MAINTAINERS: Adjust my e-mail address.
1049
1050 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1051
1052 * configure.ac: Add -lpwl to ppllibs.
1053 * configure: Regenerated.
1054
1055 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1056
1057 * config/cloog.m4: Add -lisl to clooglibs.
1058 * configure: Regenerated.
1059
1060 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1061
1062 * MAINTAINERS (CPU Port maintainers): Add self.
1063
1064 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1065
1066 * MAINTAINERS: Add myself as testsuite maintainer.
1067
1068 2011-02-15 Mike Stump <mikestump@comcast.net>
1069
1070 * MAINTAINERS: Add myself as testsuite maintainer.
1071
1072 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1073
1074 Import from Libtool and gnulib:
1075
1076 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1077
1078 Prepare for supporting FreeBSD 10.
1079 * config.rpath: Remove handling of freebsd1* which soon would
1080 match FreeBSD 10.0.
1081
1082 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1083
1084 Remove support for FreeBSD 1.x.
1085 * libtool.m4 (_LT_LINKER_SHLIBS)
1086 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1087 soon would incorrectly match FreeBSD 10.0.
1088
1089 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1090
1091 PR binutils/12283
1092 * move-if-change: Import version from gnulib.
1093
1094 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1095
1096 PR lto/47225
1097 * Makefile.def (lto-plugin): Double dash for enable-shared.
1098 (configure-gcc): Depend on all-lto-plugin.
1099 * Makefile.in: Rebuilt.
1100
1101 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1102
1103 * configure.ac: Remove extra bracket.
1104 * configure: Regenerate.
1105
1106 2011-02-08 Tobias Burnus <burnus@net-b.de>
1107
1108 * MAINTAINERS: Add myself as libquadmath maintainer.
1109
1110 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
1111
1112 * MAINTAINERS: Update my email address.
1113
1114 2011-02-07 Joseph Myers <joseph@codesourcery.com>
1115
1116 * MAINTAINERS (option handling): Add self.
1117
1118 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1119
1120 PR lto/47225
1121 * Makefile.def: Add dependency for install-gcc
1122 on install-lto-plugin.
1123 * Makfile.in: Regenerated
1124
1125 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
1126
1127 * MAINTAINERS (CPU Port Maintainers): Add myself.
1128
1129 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
1130
1131 PR libgcj/44341
1132 * configure.ac: Discard --with-* flags for host when configuring
1133 target libraries for cross build.
1134 * configure: Rebuilt.
1135
1136 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1137
1138 * MAINTAINERS (linear loop transforms): Removed.
1139
1140 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1141
1142 * configure.ac: If with_ppl is no, move setting with_cloog=no
1143 after CLOOG_REQUESTED check.
1144 * configure: Regenerated.
1145
1146 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1147
1148 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1149 CLooG has been requested.
1150 * configure: Regenerated.
1151
1152 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1153
1154 * configure: Regenerated.
1155 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1156
1157 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1158
1159 * configure: Regenerated.
1160 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1161
1162 2011-01-21 Andreas Schwab <schwab@redhat.com>
1163
1164 * configure.ac: Use AS_HELP_STRING throughout.
1165 * configure: Regenerate.
1166
1167 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1168
1169 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1170 * configure: Regenerate.
1171
1172 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1173
1174 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1175
1176 2011-01-13 Joel Brobecker <brobecker@adacore.com>
1177
1178 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1179 for ia64-hpux.
1180 * configure: Regenerate.
1181
1182 2011-01-07 Jan Hubicka <jh@suse.cz>
1183
1184 PR lto/47225
1185 * Makefile.in: Regenerate.
1186 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1187 configure.
1188
1189 2011-01-07 Jan Hubicka <jh@suse.cz>
1190
1191 * Makefile.in: Regenerate.
1192 * Makefile.def (gcc host module) and soft dependency on lto-plugin
1193 and configure dependency on lto-plugin configure.
1194 (lto-plugin module): Remove dependency on GCC; add dependency on
1195 liniberty.
1196
1197 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
1198
1199 * MAINTAINERS (Write After Approval): Add myself.
1200
1201 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
1202
1203 * configure: Regenerate.
1204
1205 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1206
1207 * configure.ac: (picochip): Disable libiberty.
1208
1209 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
1210
1211 * MAINTAINERS (Write After Approval): Add myself.
1212
1213 2010-12-10 Ian Lance Taylor <iant@google.com>
1214
1215 PR bootstrap/46819
1216 * configure.ac: For --disable-libgcj clear libgcj_saved.
1217 * configure: Rebuild.
1218
1219 2010-12-10 Tobias Burnus <burnus@net-b.de>
1220
1221 PR fortran/46540
1222 * configure.ac: Add --disable-libquadmath and
1223 --disable-libquadmath-support.
1224 * configure: Regenerate.
1225
1226 2010-12-03 Ian Lance Taylor <iant@google.com>
1227
1228 * MAINTAINERS: Add myself as libgo maintainer.
1229
1230 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
1231
1232 PR libffi/46792
1233 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1234 * configure: Regenerate.
1235
1236 2010-12-02 Ian Lance Taylor <iant@google.com>
1237
1238 * configure.ac: Always set default for poststage1_ldflags to
1239 -static-libstdc++ -static-libgcc.
1240
1241 2010-11-29 Andreas Schwab <schwab@redhat.com>
1242
1243 * configure.ac: Move comment to remove extra space in last argument
1244 of GCC_TARGET_TOOL.
1245
1246 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
1247
1248 PR other/46026
1249 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1250 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1251 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1252 (BASE_FLAGS_TO_PASS): Use it.
1253 * configure: Rebuilt.
1254 * Makefile.in: Rebuilt.
1255
1256 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1257
1258 PR binutils/12258
1259 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1260 Properly check default linker.
1261 * configure: Regnerated.
1262
1263 2010-11-23 Matthias Klose <doko@ubuntu.com>
1264
1265 * configure.ac: For --enable-gold, handle value `default' instead of
1266 `both*'. New configure option --{en,dis}able-ld.
1267 * configure: Regenerate.
1268
1269 2010-11-20 Ian Lance Taylor <iant@google.com>
1270
1271 * configure.ac: Only disable a language library if no language needs
1272 it. Don't let --disable-libgcj uncondtionally disable libffi.
1273 * configure: Rebuild.
1274
1275 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1276
1277 * Makefile.in: Regenerate.
1278
1279 PR other/46202
1280 * configure.ac: Fix just-built in-tree STRIP name to be
1281 binutils/strip-new.
1282 * configure: Regenerate.
1283 * Makefile.def (install-strip-gcc, install-strip-binutils)
1284 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1285 (install-strip-sid): Mirror dependencies on non-strip variants
1286 of these targets on the respective -strip prerequisites.
1287 * Makefile.tpl (install-strip, install-strip-host)
1288 (install-strip-target): New targets.
1289 (install-strip-[+module+], install-strip-target-[+module+]):
1290 New targets.
1291 * Makefile.in: Regenerate.
1292
1293 2010-11-19 Ian Lance Taylor <iant@google.com>
1294 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1295
1296 * configure.ac: Add target-libgo to target_libraries. Set
1297 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1298 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1299 (HOST_EXPORTS): Add GOC.
1300 (BASE_TARGET_EXPORTS): Add GOC.
1301 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1302 (GOCFLAGS_FOR_TARGET): New variable.
1303 (EXTRA_HOST_FLAGS): Add GOC.
1304 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1305 * Makefile.def (target_modules): Add libgo.
1306 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1307 (dependencies): Add dependency from configure-target-libgo to
1308 configure-target-libffi and all-target-libstdc++-v3. Add
1309 dependencies from all-target-libgo to all-target-libffi.
1310 (languages): Add go.
1311 * configure: Rebuild.
1312 * Makefile.in: Rebuild.
1313
1314 2010-11-19 Ian Lance Taylor <iant@google.com>
1315
1316 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1317 compiler/flag environment variables.
1318
1319 2010-11-18 Ian Lance Taylor <iant@google.com>
1320
1321 * configure.ac: Check for lang_requires_boot_languages in
1322 config-lang.in files.
1323 * configure: Rebuild.
1324
1325 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1326 Tobias Burnus <burnus@net-b.de>
1327
1328 PR fortran/32049
1329 * Makefile.def: Add libquadmath; build it with language=fortran.
1330 * configure.ac: Add libquadmath.
1331 * Makefile.tpl: Handle multiple libs in check-[+language+].
1332 * Makefile.in: Regenerate.
1333 * configure: Regenerate.
1334
1335 2010-11-16 Tom Tromey <tromey@redhat.com>
1336
1337 * MAINTAINERS: Moved myself to reviewers section.
1338
1339 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
1340
1341 * MAINTAINERS: Moved myself to reviewers section.
1342
1343 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1344
1345 * MAINTAINERS (Various Maintainers): Add self for build machinery.
1346 (Write After Approval): Remove self.
1347
1348 2010-11-15 Andreas Schwab <schwab@redhat.com>
1349
1350 * configure.ac: Fix spelling in option names.
1351 * configure: Regenerated.
1352
1353 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
1354
1355 PR bootstrap/39622
1356 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1357 * configure: Regenerated.
1358
1359 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
1360
1361 * MAINTAINERS: Update my email address.
1362
1363 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1364
1365 * configure: Regenerate.
1366
1367 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1368
1369 * configure: Regenerate.
1370
1371 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1372
1373 * configure: Regenerate.
1374
1375 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1376
1377 * configure: Regenerate.
1378
1379 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1380
1381 * configure.ac: Support official CLooG.org versions.
1382 * configure: Regenerate.
1383 * config/cloog.m4: New.
1384
1385 2010-11-10 François Dumont <francois.cppdevs@free.fr>
1386
1387 * MAINTAINERS (Write After Approval): Add myself.
1388
1389 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
1390
1391 * MAINTAINERS: Update my email address.
1392
1393 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1394
1395 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1396 * configure: Regenerate.
1397
1398 2010-11-03 Ian Lance Taylor <iant@google.com>
1399 Dave Korn <dave.korn.cygwin@gmail.com>
1400
1401 PR lto/46273
1402 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1403 and on other supported platforms whenever LTO is enabled.
1404 * configure: Rebuild.
1405
1406 2010-11-02 Alan Modra <amodra@gmail.com>
1407
1408 PR binutils/12110
1409 * configure.ac: Error when source path contains spaces.
1410 * configure: Regenerate.
1411
1412 2010-10-23 James E. Wilson <wilson@codesourcery.com>
1413
1414 * MAINTAINERS: Update my email address.
1415
1416 2010-10-20 Ian Lance Taylor <iant@google.com>
1417
1418 * Makefile.def (target_modules): Set lib_path to src/.libs for
1419 libstdc++-v3 module.
1420 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1421 * Makefile.in: Rebuild.
1422
1423 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1424
1425 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
1426 (Write After Approval): Remove myself.
1427
1428 2010-10-15 Tristan Gingold <gingold@adacore.com>
1429
1430 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1431
1432 2010-10-14 Douglas Rupp <rupp@gnat.com>
1433
1434 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
1435
1436 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1437
1438 * configure.ac (build_lto_plugin): New shell variable.
1439 (--enable-lto): Turn on by default for all non-ELF platforms that
1440 have had LTO support added so far. Set build_lto_plugin appropriately
1441 for both ELF and non-ELF.
1442 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1443 * configure: Regenerate.
1444
1445 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1446
1447 Sync from src:
1448 * configure.ac (v850 support): Remove target-libgloss from
1449 noconfigdirs.
1450 * configure: Regenerate.
1451
1452 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1453
1454 PR bootstrap/45326
1455 PR bootstrap/45174
1456 * configure.ac: Honor initial values of $build_configargs,
1457 $host_configargs, $target_configargs. Mark the precious, so
1458 environment settings get recorded.
1459 * configure: Regenerate.
1460
1461 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1462
1463 PR bootstrap/45796
1464 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1465 Depend on all-build-libiberty.
1466 * Makefile.in: Regenerate.
1467
1468 2010-09-30 Michael Eager <eager@eagercon.com>
1469
1470 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1471 * configure: Regenerate.
1472
1473 2010-09-28 Michael Eager <eager@eagercon.com>
1474
1475 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
1476
1477 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1478
1479 PR bootstrap/44621
1480 * configure.ac: Fix unportable shell quoting.
1481 * configure: Regenerate.
1482
1483 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1484
1485 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1486 targets and amend comment.
1487 * configure: Regenerate.
1488
1489 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
1490
1491 * MAINTAINERS (Write After Approval): Add myself.
1492
1493 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1494
1495 * configure.ac: Enable LTO by default on Darwin.
1496 * configure: Regenerate.
1497
1498 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
1499
1500 * MAINTAINERS (Write After Approval): Add myself.
1501
1502 2010-09-01 Ian Bolton <ian.bolton@arm.com>
1503
1504 * MAINTAINERS (Write After Approval): Add myself.
1505
1506 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
1507
1508 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
1509 ports
1510
1511 2010-07-28 David Yuste <david.yuste@gmail.com>
1512
1513 * MAINTAINERS (Write After Approval): Add myself.
1514
1515 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1516
1517 * configure.ac: Support all v850 targets.
1518 * configure: Regenerate.
1519
1520 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1521
1522 PR bootstrap/44455
1523 * configure.ac (extra_mpfr_configure_flags): Copy from
1524 extra_mpc_gmp_configure_flags.
1525 * configure: Re-generated.
1526
1527 2010-07-22 Andi Kleen <ak@linux.intel.com>
1528
1529 * MAINTAINERS (Write After Approval): Add myself.
1530
1531 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
1532
1533 * MAINTAINERS (Write After Approval): Add myself.
1534
1535 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
1536
1537 * MAINTAINERS (Write After Approval): Add myself.
1538
1539 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1540
1541 PR target/44862
1542 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1543 Provide -B option to allow for link spec %s substitutions for
1544 libstdc++.a on darwin.
1545 * Makefile.in: Regenerate.
1546
1547 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
1548
1549 * MAINTAINERS (Reviewers): Update my e-mail address
1550
1551 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
1552
1553 * Makefile.def (configure-gcc): Depend on all-libelf.
1554 * Makefile.in: Rebuild.
1555
1556 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
1557
1558 * MAINTAINERS (Write After Approval): Add myself in the right place.
1559
1560 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
1561
1562 * MAINTAINERS (Write After Approval): Add myself.
1563
1564 2010-05-25 Sterling Augustine <sterling@tensilica.com>
1565
1566 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
1567
1568 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
1569
1570 * config.sub: Update to version 2010-05-21.
1571 * config.guess: Update to version 2010-04-03.
1572
1573 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1574
1575 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1576 * configure: Regenerate.
1577
1578 2010-05-12 Sriraman Tallam <tmsriram@google.com>
1579
1580 * MAINTAINERS (Write After Approval): Add myself.
1581
1582 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1583
1584 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1585 a platform that supports LTO.
1586 * configure: Regenerate.
1587
1588 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1589
1590 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1591 * configure: Regenerated.
1592
1593 2010-04-27 Roland McGrath <roland@redhat.com>
1594 H.J. Lu <hongjiu.lu@intel.com>
1595
1596 * configure.ac (--enable-gold): Support both, both/gold and
1597 both/bfd to add gold to configdirs without removing ld.
1598 * configure: Regenerated.
1599
1600 * Makefile.def: Add install-gold dependency to install-ld.
1601 * Makefile.in: Regenerated.
1602
1603 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1604
1605 PR lto/42776
1606 * configure.ac (--enable-lto): Refactor handling so libelf tests
1607 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1608 and allow LTO to be explicitly enabled on non-ELF platforms that
1609 are known to support it inside else-clause.
1610 * configure: Regenerate.
1611
1612 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1613
1614 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1615 * configure: Regenerate.
1616
1617 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
1618
1619 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1620 * configure: Regenerate.
1621
1622 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1623
1624 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1625 separately.
1626 * configure: Regenerate.
1627
1628 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
1629
1630 * MAINTAINERS (Write After Approval): Add myself.
1631
1632 2010-04-14 Tristan Gingold <gingold@adacore.com>
1633
1634 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1635 * configure: Regenerate.
1636
1637 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1638
1639 * configure: Regenerate after change to elf.m4.
1640
1641 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
1642
1643 * MAINTAINERS (Write After Approval): Add myself.
1644
1645 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1646
1647 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1648 * configure: Regenerated.
1649
1650 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1651
1652 * configure.ac: Print "buggy but acceptable" when CLooG
1653 revision is less than 9.
1654 * configure: Regenerated.
1655
1656 2010-04-01 Diego Novillo <dnovillo@google.com>
1657
1658 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
1659
1660 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1661
1662 PR bootstrap/43615
1663 PR bootstrap/43328
1664
1665 Revert:
1666
1667 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1668
1669 * configure.ac: Do not pass --enable-multilib nor
1670 --disable-multilib in baseargs. Accept explicitly passed
1671 --enable_multilib.
1672 * configure: Regenerate.
1673
1674 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
1675
1676 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
1677
1678 2010-03-31 Janis Johnson <janis187@us.ibm.com>
1679
1680 * MAINTAINERS: Remove myself.
1681
1682 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1683
1684 PR bootstrap/43328
1685 * configure.ac: Do not pass --enable-multilib nor
1686 --disable-multilib in baseargs. Accept explicitly passed
1687 --enable_multilib.
1688 * configure: Regenerate.
1689
1690 2010-03-28 Andrew Pinski <pinskia@gmail.com>
1691
1692 * MAINTAINERS (spu port): Remove me.
1693
1694 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1695
1696 * configure.ac (tic6x-*-*): New case.
1697 * configure: Regenerate.
1698
1699 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1700
1701 * config.sub: Update to version 2010-03-22.
1702 * config.guess: Update to version 2009-12-30.
1703
1704 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1705
1706 PR ada/42554
1707 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1708 * configure: Regenerate.
1709
1710 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1711
1712 * MAINTAINERS: Update my email address.
1713
1714 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
1715
1716 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
1717 (ghassan.shobaki@amd.com): Removed.
1718
1719 2010-03-17 Alan Modra <amodra@gmail.com>
1720
1721 * MAINTAINERS: Update my email address.
1722
1723 2010-03-16 Diego Novillo <dnovillo@google.com>
1724
1725 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
1726 Matthews.
1727
1728 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1729
1730 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
1731 Gutson, Jeffrey D. Oldham and Mark Shinwell.
1732
1733 2010-03-16 Joseph Myers <joseph@codesourcery.com>
1734
1735 * MAINTAINERS: Update my email address.
1736
1737 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
1738
1739 * MAINTAINERS: Update my email address.
1740
1741 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
1742
1743 * MAINTAINERS: Update my email address.
1744
1745 2010-03-09 Jie Zhang <jie@codesourcery.com>
1746
1747 * MAINTAINERS: Update my email address.
1748
1749 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1750
1751 PR libstdc++/32499
1752 * configure.ac (RANLIB): Default to true.
1753 (STRIP): Likewise.
1754 (RANLIB_FOR_TARGET): Remove superfluous : argument.
1755 * configure: Regenerate.
1756
1757 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
1758
1759 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
1760 (Write After Approval): Update my email address.
1761
1762 2010-02-17 Nick Clifton <nickc@redhat.com>
1763
1764 PR 11238
1765 * Makefile.tpl (local-distclean): Also remove config.cache files in
1766 sub-directories as there may not be Makefiles present in the
1767 sub-directories.
1768 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
1769 the config.cache files found by the find command.
1770
1771 * Makefile.in: Regenerate.
1772 * configure.ac: Revert previous delta.
1773 * configure: Regenerate.
1774
1775 2010-02-15 Nick Clifton <nickc@redhat.com>
1776
1777 PR 11238
1778 * configure.ac: Delete config.cache files in sub-directories when
1779 deleting Makefiles.
1780 * configure: Regenerate.
1781
1782 2010-02-12 Ben Elliston <bje@gnu.org>
1783
1784 * MAINTAINERS: Update my email address.
1785
1786 2010-02-08 Andrew Pinski <pinskia@gmail.com>
1787
1788 * MAINTAINERS (spu port): Update my email address.
1789
1790 2010-02-08 Jie Zhang <jie.zhang@analog.com>
1791
1792 * MAINTAINERS: Add myself as a maintainer for the bfin port.
1793
1794 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1795
1796 * configure.ac: Add "recommended" version checks for GMP/MPC.
1797 Update recommended GMP/MPFR/MPC versions.
1798 * configure: Regenerate.
1799
1800 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
1801
1802 * MAINTAINERS: Move my Embecosm email address into the
1803 write-after-approval section.
1804
1805 2010-01-26 Ian Lance Taylor <iant@google.com>
1806
1807 * MAINTAINERS: Add myself as Go frontend maintainer.
1808
1809 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
1810
1811 PR libstdc++/36101, PR libstdc++/42813
1812 * configure.ac (bootstrap_target_libs): Make inclusion of
1813 target-libgomp conditional on libgomb being in target_configdirs.
1814 * configure: Regenerate.
1815
1816 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
1817
1818 PR libstdc++/36101, PR libstdc++/42813
1819 * configure.ac (bootstrap_target_libs): Include target-libgomp.
1820 * configure: Regenerate.
1821
1822 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
1823
1824 PR libstdc++/36101, PR libstdc++/42813
1825 * configure.ac (target_configdirs): Substitute.
1826 * Makefile.def: Bootstrap target module libgomp.
1827 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
1828 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
1829 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
1830 * configure, Makefile.in: Regenerate.
1831
1832 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
1833
1834 * MAINTAINERS: Adjust my details.
1835
1836 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
1837
1838 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
1839
1840 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
1841
1842 * MAINTAINERS: reindented my entry with tabs instead of spaces.
1843
1844 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
1845
1846 * MAINTAINERS (Write After Approval): Add myself.
1847
1848 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1849
1850 * MAINTAINERS (Write After Approval): Add myself.
1851
1852 2010-01-11 Richard Guenther <rguenther@suse.de>
1853
1854 PR lto/41569
1855 * Makefile.def (all-lto-plugin): Depend on all-gcc.
1856 * Makefile.in: Regenerated.
1857
1858 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
1859
1860 * configure.ac: Enable libjava build on x86_64-*freebsd*.
1861 * configure: Regenerate.
1862
1863 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1864 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1865
1866 PR bootstrap/42424
1867 * configure.ac: Include libtool m4 files.
1868 (_LT_CHECK_OBJDIR): Call it.
1869 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
1870 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
1871
1872 * configure: Regenerate.
1873
1874 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1875
1876 PR bootstrap/41818
1877 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
1878 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
1879 * Makefile.in: Regenerate.
1880
1881 2010-01-02 Richard Guenther <rguenther@suse.de>
1882
1883 PR lto/41529
1884 * configure.ac: Include config/elf.m4. Disable LTO if not
1885 builting for an elf target.
1886 * configure: Regenerate.
1887
1888 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
1889
1890 * MAINTAINERS: Change my email address.
1891
1892 2009-12-18 Ben Elliston <bje@au.ibm.com>
1893
1894 * config.sub, config.guess: Update from upstream sources.
1895
1896 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
1897
1898 * MAINTAINERS (Write After Approval): Add myself.
1899
1900 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1901
1902 PR middle-end/30447
1903 PR middle-end/30789
1904 PR other/40302
1905
1906 * configure.ac: Require MPC.
1907 * configure: Regenerate.
1908
1909 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1910
1911 PR target/38384
1912 PR bootstrap/40972
1913 * libtool.m4: Sync from git Libtool.
1914 * ltoptions.m4: Likewise.
1915 * ltversion.m4: Likewise.
1916 * lt~obsolete.m4: Likewise.
1917 * ltmain.sh: Likewise.
1918
1919 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1920
1921 * configure.ac: Update minimum MPC version to 0.8.
1922 * configure: Regenerate.
1923
1924 2009-11-21 Sebastian Pop <sebpop@gmail.com>
1925
1926 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
1927 * configure: Regenerated.
1928
1929 2009-11-21 Ian Lance Taylor <iant@google.com>
1930
1931 * configure.ac: Change default of poststage1_ldflags to be empty if
1932 poststage1_libs is set. When poststage1_libs is empty, and
1933 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
1934 * configure: Rebuild.
1935
1936 2009-11-21 Adam Nemet <adambnmet@gmail.com>
1937
1938 * MAINTAINERS (Write After Approval): Update my email address.
1939
1940 2009-11-20 Ben Elliston <bje@au.ibm.com>
1941
1942 * config.guess: Update from upstream sources.
1943
1944 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1945
1946 * Makefile.def: Restore host and target settings for gmp.
1947 * Makefile.in: Rebuild.
1948
1949 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
1950
1951 * configure.ac: Add libelf to host_libs. Enable in-tree configury
1952 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
1953 Fix portability of test of C++ as bootstrap language. Add
1954 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
1955 * configure: Rebuild.
1956 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
1957 and cloog. Fix in-tree ppl configuration. Introduce libelf
1958 in-tree building.
1959 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
1960 (POSTSTAGE1_HOST_EXPORTS): Use it.
1961 (STAGE[+id+]_CXXFLAGS): New.
1962 (BASE_FLAGS_TO_PASS): Pass it down.
1963 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
1964 extra_exports.
1965 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
1966 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
1967 extra_exports.
1968 * Makefile.in: Rebuild.
1969
1970 2009-11-17 Ben Elliston <bje@au.ibm.com>
1971
1972 * config.sub, config.guess: Update from upstream sources.
1973
1974 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
1975
1976 * MAINTAINERS (Write After Approval): Add myself.
1977
1978 2009-11-09 Jon Beniston <jon@beniston.com>
1979
1980 * MAINTAINERS (Write After Approval): Add myself.
1981
1982 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
1983
1984 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
1985 paths for *-w64-mingw* and x86_64-*mingw*.
1986 * configure: Regenerated.
1987
1988 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
1989
1990 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
1991
1992 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
1993
1994 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
1995 Phil Edwards to Write-After Approval.
1996
1997 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
1998
1999 * configure.ac: Disable target-winsup & co for
2000 x86_64-*-mingw* and *-w64-mingw* targets.
2001 * configure: Regenerated.
2002
2003 2009-10-16 Nick Clifton <nickc@redhat.com>
2004
2005 * MAINTAINERS: Add myself as a maintainer for the RX port.
2006
2007 2009-10-26 Johannes Singler <singler@kit.edu>
2008
2009 * MAINTAINERS (Write After Approval): Update my e-mail address.
2010
2011 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2012
2013 * configure.ac (CLooG test): Use = with test.
2014 * configure: Regenerate.
2015
2016 2009-10-22 Richard Guenther <rguenther@suse.de>
2017
2018 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2019 cloog if the ppl version check failed. Move flags saving
2020 before setting in libelf check.
2021 * configure: Regenerate.
2022
2023 2009-10-21 Richard Guenther <rguenther@suse.de>
2024
2025 * configure.ac: Adjust the ppl and cloog configure to work as
2026 documented. Disable cloog if ppl was disabled. Omit the version
2027 checks if they were disabled.
2028 * configure: Re-generate.
2029
2030 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2031
2032 * configure.ac: Add 'lto' to enable_languages, not
2033 new_enable_languages, and only if not already present.
2034 * configure: Regenerate.
2035
2036 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
2037
2038 * README: Refer to the various COPYING* files instead of just
2039 COPYING.
2040 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
2041
2042 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
2043
2044 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2045
2046 2009-10-07 Richard Guenther <rguenther@suse.de>
2047
2048 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
2049 and Richard Guenther as reviewers.
2050 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
2051 as reviewers.
2052
2053 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
2054
2055 * config.sub: Update from upstream sources.
2056
2057 2009-10-06 Ian Lance Taylor <iant@google.com>
2058
2059 * Makefile.def: check-gold depends upon all-gas.
2060 * Makefile.in: Rebuild.
2061
2062 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
2063
2064 * MAINTAINERS (Write After Approval): Add myself.
2065
2066 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2067
2068 * Makefile.def: all-lto-plugin depends on all-libiberty.
2069 set bootstrap=true for lto-plugin.
2070 Add lto-plugin.
2071 * Makefile.in: Regenerate.
2072 * configure.ac (host_libs): Add lto-plugin.
2073 * configure: Regenerate.
2074
2075 2009-10-03 Diego Novillo <dnovillo@google.com>
2076
2077 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2078 (HOST_LIBELFLIBS): Define.
2079 (HOST_LIBELFINC): Define.
2080 * Makefile.in: Regenerate.
2081 * configure.ac: Add --enable-lto.
2082 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2083 If --enable-lto is used, add 'lto' to new_enable_languages.
2084 If --enable-lto is used and gold is enabled, add
2085 lto-plugin to configdirs.
2086 * configure: Regenerate.
2087
2088 2009-10-03 Simon Baldwin <simonb@google.com>
2089
2090 * configure.ac: If --with-system-zlib, suppress local zlib and
2091 pass --with-system-zlib to subdir configure scripts.
2092 * configure: Regenerate.
2093
2094 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
2095 Paolo Bonzini <bonzini@gnu.org>
2096
2097 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2098 $(srcdir).
2099 * Makefile.in: Rebuilt.
2100
2101 2009-09-26 Gary Funck <gary@intrepid.com>
2102
2103 * MAINTAINERS (Write After Approval): Add myself.
2104
2105 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2106
2107 * configure.ac: Update minimum MPC version to 0.7.
2108 * configure: Regenerate.
2109
2110 2009-09-25 Nick Clifton <nickc@redhat.com>
2111
2112 * configure.ac: Pass any --cache-file=/dev/null option on to
2113 subconfigures.
2114 * configure: Regenerate.
2115
2116 2009-09-23 Nick Clifton <nickc@redhat.com>
2117
2118 * config.sub, config.guess: Update from upstream sources.
2119
2120 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
2121
2122 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2123 * Makefile.in: Rebuilt.
2124
2125 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2126
2127 PR bootstrap/32272
2128 * configure.ac: Error out if $srcdir isn't '.' but contains
2129 host-${host_noncanonical}.
2130 * configure: Regenerate.
2131
2132 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2133
2134 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
2135 maintainer.
2136
2137 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2138
2139 * configure.ac: If bootstrapping a combined tree with
2140 --enable-gold, require c++ in stage1_languages.
2141 * configure: Regenerate.
2142
2143 * configure.ac: Also add target_libs of stage1_languages to
2144 bootstrap_target_libs.
2145 * configure: Regenerate.
2146
2147 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2148 with --enable-languages not containing c++.
2149 * configure: Regenerate.
2150
2151 2009-09-15 Jie Zhang <jie.zhang@analog.com>
2152
2153 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2154 * configure: Regenerate.
2155
2156 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
2157
2158 * MAINTAINERS (Write After Approval): Update my e-mail address,
2159 and move from from here...
2160 (Waiting for paperwork): To here.
2161
2162 2009-09-09 Joseph Myers <joseph@codesourcery.com>
2163
2164 * MAINTAINERS (Reviewers): Add self as driver reviewer.
2165
2166 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2167
2168 * configure.ac: Do not use $extrasub for replacing @if/@endif
2169 parts in Makefile; instead, use additional arguments to
2170 AC_CONFIG_COMMANDS to do the replacement manually, with several
2171 sed invocations, to avoid HP-UX sed command limits.
2172 * configure: Regenerate.
2173
2174 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
2175
2176 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
2177 blank before -L.
2178
2179 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2180
2181 * configure.ac (with-build-config): Document. Handle without.
2182 Handle missing argument.
2183 * configure: Rebuilt.
2184
2185 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
2186
2187 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2188 Default to bootstrap-debug only if compare-debug works.
2189 * configure: Rebuilt.
2190 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2191 * Makefile.in: Rebuilt.
2192
2193 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2194
2195 * MAINTAINERS (OS Port Maintainers): Update my email address.
2196
2197 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2198
2199 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2200 * Makefile.in: Rebuilt.
2201
2202 2009-09-01 Chris Demetriou <cgd@google.com>
2203
2204 * MAINTAINERS (Write After Approval): Add myself.
2205
2206 2009-08-31 Dodji Seketeli <dodji@redhat.com>
2207
2208 PR debug/30161
2209 * include/dwarf2.h (enum dwarf_tag): Added
2210 DW_TAG_GNU_template_template_param
2211 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
2212
2213 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2214
2215 * Makefile.tpl (AWK): Fix typo.
2216 * Makefile.in: Regenerate.
2217
2218 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
2219
2220 * configure.ac: Detect awk and sed.
2221 * Makefile.def (flags_to_pass): Add AWK and SED.
2222 * Makefile.tpl (AWK, SED): New.
2223 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2224 * configure: Regenerate.
2225 * Makefile.in: Regenerate.
2226
2227 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
2228
2229 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
2230 (collapseslashes): Likewise.
2231
2232 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2233
2234 * configure.ac (AC_PREREQ): Bump to 2.64.
2235
2236 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2237
2238 * configure.ac: Remove --with-datarootdir, --with-docdir,
2239 --with-pdfdir, --with-htmldir switches.
2240 * configure: Regenerate.
2241
2242 * configure: Regenerate.
2243
2244 * compile: Sync from Automake 1.11.
2245 * depcomp: Likewise.
2246 * install-sh: Likewise.
2247 * missing: Likewise.
2248 * mkinstalldirs: Likewise.
2249 * ylwrap: Likewise.
2250
2251 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
2252
2253 * ltmain.sh (func_normal_abspath): New function.
2254 (func_relative_path): Likewise.
2255 (func_mode_help): Document new -bindir option for link mode.
2256 (func_mode_link): Add new -bindir option, and use it to place
2257 output DLL if specified.
2258
2259 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2260
2261 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2262 (baseargs): Add --disable-option-checking.
2263 * configure: Regenerate.
2264
2265 * Makefile.def (configure-target-libiberty): Depend on
2266 all-binutils and all-ld.
2267 (configure-target-newlib): Likewise.
2268 * Makefile.in: Regenerate.
2269
2270 2009-08-17 Ben Elliston <bje@au.ibm.com>
2271
2272 * config.sub, config.guess: Update from upstream sources.
2273
2274 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2275
2276 Sync from src, merge:
2277
2278 2009-07-02 Tristan Gingold <gingold@adacore.com>
2279
2280 * configure.ac: Do not exclude gas for i386-*-darwin.
2281 Add a case for x86_64-*-darwin.
2282 * configure: Regenerate.
2283
2284 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
2285
2286 * MAINTAINERS: Add my name to Write After Approval list.
2287
2288 2009-08-06 Michael Eager <eager@eagercon.com>
2289
2290 * configure.ac: Add Microblaze target.
2291 * configure: Regenerate.
2292
2293 2009-07-31 Christian Bruel <christian.bruel@st.com>
2294
2295 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2296 * configure: Regenerate.
2297
2298 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
2299
2300 * MAINTAINERS (Write After Approval): Update my e-mail address.
2301
2302 2009-07-06 Ian Lance Taylor <iant@google.com>
2303
2304 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2305 * configure: Rebuild.
2306
2307 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
2308
2309 * MAINTAINERS: Move myself to the Graphite Reviewers.
2310
2311 2009-06-30 Wei Guozhi <carrot@google.com>
2312
2313 * MAINTAINERS: Add my name to Write After Approval list.
2314
2315 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2316
2317 PR bootstrap/40338
2318 * configure.ac (comparestring): Create new variable.
2319 * Makefile.tpl (comparestring): Use to skip some comparisions.
2320 * configure: Regenerate.
2321 * Makefile.in: Regenerate.
2322
2323 2009-06-26 Doug Evans <dje@sebabeach.org>
2324
2325 * Makefile.def (host_modules): Add cgen.
2326 * Makefile.in: Regenerate.
2327 * configure.ac (host_tools): Add cgen.
2328 * configure: Regenerate.
2329
2330 2009-06-23 DJ Delorie <dj@redhat.com>
2331
2332 * MAINTAINERS: Add myself as mep maintainer.
2333
2334 2009-06-23 Ian Lance Taylor <iant@google.com>
2335
2336 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2337 boot_languages. Only bootstrap target libraries listed in
2338 target_libs for some boot language. Add --with-stage1-ldflags,
2339 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2340 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2341 if not building with C++.
2342 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2343 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2344 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2345 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2346 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2347 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2348 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2349 * configure, Makefile.in: Rebuild.
2350
2351 2009-06-23 Li Feng <nemokingdom@gmail.com>
2352
2353 * MAINTAINERS: Added my name to write-after-approval list.
2354
2355 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2356
2357 * configure.ac: Define is_elf for QNX Neutrino targets.
2358 * configure: Regenerate.
2359
2360 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
2361
2362 * MAINTAINERS: Added my name to the write-after-approval list
2363
2364 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2365
2366 * configure.ac: Detect MPC in default directory.
2367 * configure: Regenerate.
2368
2369 2009-06-03 Jerome Guitton <guitton@adacore.com>
2370 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2371
2372 * Makefile.tpl (all): Avoid a trailing backslash.
2373 * Makefile.in: Regenerate.
2374
2375 2009-06-03 Ben Elliston <bje@au.ibm.com>
2376
2377 * config.sub, config.guess: Update from upstream sources.
2378
2379 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2380
2381 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2382 to noconfdirs.
2383 * configure: Regenerate.
2384
2385 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2386
2387 * Makefile.tpl ([+compare-target+]): Compare all stage
2388 directories, rather than just gcc.
2389 * Makefile.in: Rebuilt.
2390
2391 2009-06-01 Doug Kwan <dougkwan@google.com>
2392
2393 * configure.ac: Support gold for target arm*-*-*.
2394 * configure: Regenerate.
2395
2396 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2397
2398 * Makefile.def: Add MPC support and dependencies.
2399 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2400
2401 * Makefile.in, configure: Regenerate.
2402
2403 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
2404
2405 * Makefile.tpl (all): Avoid harmless warning in make all when
2406 gcc-bootstrap is enabled but stage_last does not exist.
2407 * Makefile.in: Rebuilt.
2408
2409 2009-05-24 Nicolas Roche <roche@adacore.com>
2410
2411 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2412 * Makefile.in: Regenerate.
2413
2414 2009-05-21 Denis Chertykov <chertykov@gmail.com>
2415
2416 * MAINTAINERS: Update my e-mail address.
2417
2418 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2419
2420 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2421 * configure: Regenerate.
2422
2423 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2424
2425 PR other/40159
2426 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2427 gcc-no-bootstrap are mutually exclusive.
2428 * Makefile.in: Rebuilt.
2429
2430 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
2431
2432 PR other/40159
2433 * Makefile.tpl (all): Don't end with unconditional success.
2434 * Makefile.in: Rebuilt.
2435
2436 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
2437
2438 PR target/37137
2439 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2440 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2441 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2442 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2443 stage_configureflags, stage_cflags and stage_libcflags into
2444 explicit Makefile macros.
2445 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2446 GFORTRAN.
2447 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2448 CC. Set CC_FOR_BUILD from CC.
2449 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2450 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2451 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2452 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2453 and GFORTRAN.
2454 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2455 (_LIBCFLAGS): Renamed to _TFLAGS.
2456 (do-compare-debug, do-compare3-debug): Drop.
2457 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2458 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2459 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2460 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2461 (XGCC_FLAGS_FOR_TARGET): New.
2462 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2463 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2464 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2465 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2466 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2467 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2468 TFLAGS.
2469 (BUILD_CONFIG): Include if requested.
2470 (all): Set TFLAGS on bootstrap.
2471 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2472 (all-stageid-prefixmodule): Likewise.
2473 (do-clean, distclean-stageid): Set TFLAGS.
2474 (restrap): Fix whitespace.
2475 * Makefile.in: Rebuilt.
2476
2477 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
2478
2479 * config.guess: Sync with src.
2480
2481 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2482
2483 * configure.ac ($with_ppl): Default to no if not supplied.
2484 ($with_cloog): Likewise.
2485 configure: Regenerate.
2486
2487 2009-04-27 James E. Wilson <wilson@codesourcery.com>
2488
2489 * MAINTAINERS: Update my e-mail address.
2490
2491 2009-04-27 Nick Clifton <nickc@redhat.com>
2492
2493 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
2494
2495 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2496
2497 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2498 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2499 * Makefile.in: Regenerate.
2500
2501 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2502
2503 PR bootstrap/39739
2504 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2505 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2506
2507 * configure, Makefile.in: Regenerate.
2508
2509 2009-04-21 Taras Glek <tglek@mozilla.com>
2510
2511 * include/hashtab.h: Update GTY annotations to new syntax
2512 * include/splay-tree.h: Likewise
2513
2514 2009-04-17 Ben Elliston <bje@au.ibm.com>
2515
2516 * config.sub, config.guess: Update from upstream sources.
2517
2518 2009-04-15 Anthony Green <green@moxielogic.com>
2519
2520 * configure.ac: Add moxie support.
2521 * configure: Rebuilt.
2522
2523 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2524
2525 * configure.ac: Change copyright header to refer to version
2526 3 of the GNU General Public License and to point readers at the
2527 COPYING3 file and the FSF's license web page.
2528 * Makefile.def: Likewise.
2529 * Makefile.tpl: Likewise.
2530 * Makefile.in: Regenerate.
2531
2532 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2533
2534 * configure.ac: Restore match for darwin9 or later. Use double
2535 brackets since regeneration eats one pair.
2536 * configure: Regenerate.
2537
2538 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2539
2540 PR gas/10039
2541 * configure.ac: Require texinfo 4.7.
2542 * configure: Regenerated.
2543
2544 2009-04-09 Nick Clifton <nickc@redhat.com>
2545
2546 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
2547 the GCC Runtime Library Exception.
2548
2549 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2550
2551 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2552 * configure: Regenerate.
2553
2554 2009-04-01 Steve Ellcey <sje@cup.hp.com>
2555
2556 * Makefil.def (languages): New entries.
2557 * Makefile.tpl (check-gcc-*): New generic target.
2558 * Makefile.in: Regenerate.
2559
2560 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
2561
2562 * MAINTAINERS: Update my email address.
2563
2564 2009-03-18 Tom Tromey <tromey@redhat.com>
2565
2566 * configure: Rebuild.
2567 * configure.ac (host_libs): Add libiconv.
2568 * Makefile.in: Rebuild.
2569 * Makefile.def (host_modules): Add libiconv.
2570 (configure-gdb, all-gdb): Depend on libiconv.
2571
2572 2009-03-16 Tristan Gingold <gingold@adacore.com>
2573
2574 * configure.ac: Treat gdb as supported on x86_64-darwin.
2575 * configure: Regenerate.
2576
2577 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2578
2579 * configure.ac (--with-host-libstdcxx): New option.
2580 * configure: Regenerate.
2581
2582 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
2583
2584 * MAINTAINERS: Move myself into the write after approval list.
2585
2586 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
2587
2588 * MAINTAINERS: Update e-mail address.
2589
2590 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
2591
2592 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
2593
2594 2009-03-10 Ira Rosen <irar@il.ibm.com>
2595
2596 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
2597
2598 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2599
2600 Backport from git Libtool:
2601
2602 2009-01-19 Robert Millan <rmh@aybabtu.com>
2603 Support GNU/kOpenSolaris.
2604 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2605 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2606 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2607 GNU/kOpenSolaris.
2608
2609 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
2610
2611 * MAINTAINERS: Update e-mail address.
2612
2613 2009-02-24 Michael Eager <eager@eagercon.com>
2614
2615 * MAINTAINERS (Write After Approval): Add self.
2616
2617 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
2618
2619 * MAINTAINERS (Write After Approval): Add myself.
2620
2621 2009-02-05 Andreas Schwab <schwab@suse.de>
2622
2623 * Makefile.tpl (stage_last): Define $r and $s before using
2624 $(RECURSE_FLAGS_TO_PASS).
2625 * Makefile.in: Regenerate
2626
2627 2009-01-30 Ian Lance Taylor <iant@google.com>
2628
2629 * MAINTAINERS: Move myself to the Global Reviewers list.
2630
2631 2009-01-29 Robert Millan <rmh@aybabtu.com>
2632
2633 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2634 * configure: Regenerate.
2635
2636 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2637
2638 * MAINTAINERS: Make whitespace consistent.
2639 Remove Robert Millan from Write After Approval.
2640
2641 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2642
2643 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
2644 (all-opcodes): Depend on all-libiberty.
2645 * Makefile.in: Regenerate.
2646
2647 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2648
2649 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2650 * configure: Regenerate.
2651
2652 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
2653
2654 * MAINTAINERS (Write After Approval): Add myself.
2655
2656 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
2657
2658 * MAINTAINERS: Add myself to reviewers (Fortran).
2659
2660 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2661
2662 PR tree-optimization/38515
2663 * configure.ac (cloog-polylib): Removed.
2664 (with_ppl, with_cloog): Test for "no".
2665 * configure: Regenerated.
2666
2667 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
2668
2669 * MAINTAINERS: Moved myself to reviewers (Fortran).
2670
2671 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
2672
2673 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
2674 (Write After Approval): Remove myself.
2675
2676 2009-01-03 Diego Novillo <dnovillo@google.com>
2677
2678 * MAINTAINERS: Remove myself from alias maintainership.
2679
2680 2009-01-02 David Ayers <ayers@fsfe.org>
2681
2682 * MAINTAINERS: Update e-mail address.
2683
2684 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
2685
2686 * MAINTAINERS: Make whitespace consistent.
2687
2688 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2689
2690 Backport from upstream Libtool:
2691 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2692 Add cache variables to tests that require the linker to work.
2693 For shlibpath_overrides_runpath, this also changes the semantics
2694 to let the result from the C compiler take precedence.
2695
2696 2008-12-02 Ben Elliston <bje@au.ibm.com>
2697
2698 * config.sub, config.guess: Update from upstream sources.
2699
2700 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2701
2702 * configure.ac (ppllibs): Add by default the lib flags.
2703 * configure: Regenerate.
2704
2705 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
2706
2707 * MAINTAINERS: Add myself to the write after approval list.
2708
2709 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2710
2711 * configure.ac: Add double brackets on darwin[912].
2712 * configure: Regenerate.
2713
2714 2008-12-03 Daniel Kraft <d@domob.eu>
2715
2716 * MAINTAINERS: Moved myself and Mikael Morin from Write After
2717 Approval to Reviewer section (for Fortran front-end).
2718
2719 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2720
2721 * configure.ac: Expand to darwin10 and later.
2722 * configure: Regenerate.
2723
2724 2008-12-02 Andreas Schwab <schwab@suse.de>
2725
2726 * Makefile.def: configure-target-boehm-gc depends on
2727 all-target-libstdc++-v3.
2728 * Makefile.in: Regenerate.
2729
2730 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
2731
2732 * MAINTAINERS: Add myself as mingw maintainer.
2733
2734 2008-12-02 Ben Elliston <bje@au.ibm.com>
2735
2736 * config.sub, config.guess: Update from upstream sources.
2737
2738 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
2739
2740 * README.SCO: Remove.
2741
2742 2008-11-29 Fernando Pereira <pronesto@gmail.com>
2743
2744 * MAINTAINERS: Add myself to the write after approval list.
2745
2746 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
2747
2748 * MAINTAINERS: Update my email address in WAA section.
2749
2750 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
2751
2752 * MAINTAINERS: Update e-mail address.
2753
2754 2008-11-27 Toon Moene <toon@moene.org>
2755
2756 * MAINTAINERS: Change e-mail address.
2757
2758 2008-11-27 Tristan Gingold <gingold@adacore.com>
2759
2760 * configure.ac: Build gdb for i?86-*-darwin*
2761 * configure: Regenerated.
2762
2763 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
2764
2765 * MAINTAINERS: Added my full name.
2766
2767 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2768
2769 PR bootstrap/38014
2770 PR bootstrap/37923
2771
2772 Revert:
2773
2774 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2775
2776 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2777 * Makefile.in: Regenerated.
2778
2779 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2780
2781 PR gdb/921
2782 PR gdb/1646
2783 PR gdb/2175
2784 PR gdb/2176
2785
2786 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2787 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2788 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2789 (HOST_EXPORTS): Pass CPPFLAGS.
2790 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2791 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2792 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2793 * Makefile.in, configure: Regenerated.
2794 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2795 and CPPFLAGS_FOR_BUILD.
2796
2797 2008-11-06 Jeff Law <law@redhat.com>
2798
2799 * MAINTAINERS: Add myself as middle end maintainer.
2800
2801 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
2802
2803 * MAINTAINERS (Write after approval): Add myself.
2804
2805 2008-11-05 Diego Novillo <dnovillo@google.com>
2806
2807 * MAINTAINERS (Global Reviewers): Add myself.
2808 (Non-Algorithmic Maintainers): Remove myself.
2809
2810 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
2811
2812 * MAINTAINERS (Write after approval): Add myself.
2813
2814 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
2815
2816 * MAINTAINERS (Write after approval): Add myself.
2817
2818 2008-10-31 Ben Elliston <bje@au.ibm.com>
2819
2820 * configure.ac (spu-*-*): Remove special case.
2821 * configure: Regenerate.
2822
2823 2008-10-30 Catherine Moore <clm@codesourcery.com>
2824
2825 * MAINTAINERS (Write after approval): Update my email address.
2826
2827 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2828
2829 * configure.ac [spu-*-*]: Do not set skipdirs.
2830 * configure: Re-generate.
2831
2832 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
2833
2834 * MAINTAINERS (Various Maintainers): Add myself to reload.
2835
2836 2008-10-25 Richard Guenther <rguenther@suse.de>
2837
2838 * MAINTAINERS (Various Maintainers): Add myself as middle-end
2839 maintainer. Remove myself as libgcc-math maintainer.
2840 (Non-Algorithmic Maintainers): Remove myself.
2841
2842 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2843
2844 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2845 * Makefile.in: Regenerated.
2846
2847 2008-10-23 Cary Coutant <ccoutant@google.com>
2848
2849 * MAINTAINERS (Write after approval): Add myself.
2850
2851 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2852
2853 PR gdb/921
2854 PR gdb/1646
2855 PR gdb/2175
2856 PR gdb/2176
2857
2858 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2859 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2860 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2861 (HOST_EXPORTS): Pass CPPFLAGS.
2862 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2863 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2864 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2865 * Makefile.in, configure: Regenerated.
2866 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2867 and CPPFLAGS_FOR_BUILD.
2868
2869 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
2870
2871 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
2872 Sebastian Pop.
2873
2874 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
2875
2876 * MAINTAINERS (Write After Approval): Added myself.
2877
2878 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2879
2880 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2881 recommended version to 2.3.2.
2882
2883 * configure: Regenerate.
2884
2885 2008-10-01 Mark Mitchell <mark@codesourcery.com>
2886
2887 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
2888
2889 2008-09-29 David Daney <david.daney@caviumnetworks.com>
2890
2891 * MAINTAINERS (Write After Approval): Update e-mail address.
2892
2893 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
2894
2895 * libtool.m4: Update to libtool 2.2.6.
2896 * lt~obsolete.m4: Update to libtool 2.2.6.
2897 * ltmain.sh: Update to libtool 2.2.6.
2898 * ltsugar.m4: Update to libtool 2.2.6.
2899 * ltversion.m4: Update to libtool 2.2.6.
2900 * ltoptions.m4: Update to libtool 2.2.6.
2901 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2902
2903 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
2904
2905 * MAINTAINERS (Write After Approval): Add myself.
2906
2907 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2908
2909 * MAINTAINERS (Write After Approval): Update my name.
2910
2911 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
2912
2913 * MAINTAINERS: Add myself in "Write After Approval".
2914
2915 2008-09-18 Steve Ellcey <sje@cup.hp.com>
2916
2917 * MAINTAINERS: Add myself as ia64 maintainer.
2918
2919 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
2920
2921 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
2922 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
2923 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
2924 and Michael Tiemann from Write After Approval since they do not
2925 actually have access.
2926
2927 2008-09-05 Richard Guenther <rguenther@suse.de>
2928
2929 * configure.ac: Initialize clooglibs to -lcloog.
2930 * configure: Re-generate.
2931
2932 2008-09-04 Le-Chun Wu <lcwu@google.com>
2933
2934 * MAINTAINERS (Write After Approval): Add myself.
2935
2936 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2937
2938 * configure.ac (--with-cloog-polylib): New.
2939 (--disable-cloog-version-check): New.
2940 (--disable-ppl-version-check): New.
2941 * configure: Re-generate.
2942
2943 2008-09-03 Richard Guenther <rguenther@suse.de>
2944
2945 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2946 cloog test.
2947 * configure: Re-generate.
2948
2949 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
2950
2951 Add picoChip port.
2952 * MAINTAINERS: Add picoChip maintainers.
2953
2954 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2955 Tobias Grosser <grosser@fim.uni-passau.de>
2956 Jan Sjodin <jan.sjodin@amd.com>
2957 Harsha Jagasia <harsha.jagasia@amd.com>
2958 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2959 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2960 Adrien Eliche <aeliche@isty.uvsq.fr>
2961
2962 Merge from graphite branch.
2963 * configure: Regenerate.
2964 * Makefile.in: Regenerate.
2965 * configure.ac (host_libs): Add ppl and cloog.
2966 Add checks for PPL and CLooG.
2967 * Makefile.def (ppl, cloog): Added modules and dependences.
2968 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2969 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2970
2971 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2972
2973 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2974 (GCC_SHLIB_SUBDIR): New.
2975 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2976 * configure: Regenerate.
2977 * Makefile.in: Regenerate.
2978
2979 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
2980
2981 * MAINTAINERS: Consistently use tabs to separate columns.
2982
2983 2008-08-29 Tristan Gingold <gingold@adacore.com>
2984
2985 * MAINTAINERS (Write after Approval): Add myself.
2986
2987 2008-08-28 Tristan Gingold <gingold@adacore.com>
2988
2989 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2990 Enable bfd, binutils and opcodes.
2991 * configure: Regenerate.
2992
2993 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2994
2995 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
2996
2997 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
2998
2999 * MAINTAINERS: Use correct Umlaut for last name.
3000
3001 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3002
3003 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
3004
3005 2008-08-16 David Edelsohn <edelsohn@gnu.org>
3006
3007 * MAINTAINERS: Update my email address.
3008
3009 2008-08-16 Nicolas Roche <roche@adacore.com>
3010
3011 * Makefile.tpl: Add BOOT_ADAFLAGS.
3012 * Makefile.in: Regenerate.
3013
3014 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
3015
3016 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3017 * configure: Regenerate.
3018
3019 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3020
3021 * configure.ac: Add makefile fragments for hpux.
3022 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3023 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3024 * configure: Regenerate.
3025 * Makefile.in: Regenerate.
3026
3027 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
3028
3029 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
3030
3031 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
3032
3033 * MAINTAINERS (Write after Approval): Add myself.
3034
3035 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
3036
3037 * MAINTAINERS (Write After Approval): Add myself.
3038
3039 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
3040
3041 * MAINTAINERS (Write After Approval): Add myself.
3042
3043 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
3044
3045 * MAINTAINERS: Update my email address.
3046
3047 2008-06-25 Joey Ye <joey.ye@intel.com>
3048
3049 * MAINTAINERS (Write After Approval): Add myself.
3050
3051 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3052
3053 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3054 * Makefile.in: Regenerate.
3055 * configure: Regenerate.
3056
3057 2008-06-17 Daniel Kraft <d@domob.eu>
3058
3059 * MAINTAINERS (Write After Approval): Add myself.
3060
3061 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3062
3063 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3064 "$@" is still intact with both Autoconf 2.59 and 2.62.
3065 * configure: Regenerate.
3066
3067 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3068
3069 * Makefile.tpl: Fix comment errors.
3070 * Makefile.in: Regenerate.
3071
3072 2008-06-12 David S. Miller <davem@davemloft.net>
3073 David Edelsohn <edelsohn@gnu.org>
3074
3075 * configure.ac: Add powerpc*-*-* to gold supported targets.
3076 * configure: Regenerate.
3077
3078 2008-06-08 Joseph Myers <joseph@codesourcery.com>
3079
3080 PR tree-optimization/36218
3081 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3082 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3083 (all prefix="build-"): Pass them to build-system sub-makes.
3084 * Makefile.in: Regenerate.
3085
3086 2008-06-07 Joseph Myers <joseph@codesourcery.com>
3087
3088 * MAINTAINERS (mt port): Remove.
3089 (sco5, unixware, sco udk): Remove.
3090 (Kean Johnston): Add to Write After Approval.
3091
3092 2008-05-30 Julian Brown <julian@codesourcery.com>
3093
3094 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3095 of libobjc for ARM EABI Linux.
3096 * configure: Regenerate.
3097
3098 2008-05-18 Xinliang David Li <davidxl@google.com>
3099
3100 * ChangeLog: Remove wrong ChangeLog entry.
3101
3102 2008-05-17 Xinliang David Li <davidxl@google.com>
3103
3104 * MAINTAINERS (Write After Approval): Add myself.
3105
3106 2008-05-15 Janus Weil <janus@gcc.gnu.org>
3107
3108 * MAINTAINERS (Write After Approval): Add myself.
3109
3110 2008-05-14 Rafael Espíndola <espindola@google.com>
3111
3112 * config-ml.in: don't handle --enable-shared and --enable-static.
3113
3114 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
3115
3116 * MAINTAINERS: Update my email address.
3117
3118 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
3119
3120 * MAINTAINERS: Update my email address.
3121
3122 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
3123
3124 * MAINTAINERS (Write After Approval): Add myself.
3125
3126 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
3127
3128 * MAINTAINERS (Write After Approval): Add myself.
3129
3130 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
3131
3132 * MAINTAINERS (crx): Add myself.
3133
3134 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3135
3136 Sync with src:
3137 2008-04-14 David S. Miller <davem@davemloft.net>
3138
3139 * configure.ac: Add sparc*-*-* to gold supported targets.
3140 * configure: Regenerate.
3141
3142 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3143
3144 PR bootstrap/35457
3145 * configure.ac: Include override.m4.
3146 * configure: Regenerate.
3147
3148 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3149
3150 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3151 * Makefile.in: Regenerate.
3152
3153 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3154
3155 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
3156 as nonconfigurable directories list.
3157 * configure: Regenerate.
3158
3159 2008-04-14 Ben Elliston <bje@au.ibm.com>
3160
3161 * config.sub, config.guess: Update from upstream sources.
3162
3163 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
3164
3165 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3166 * Makefile.in: Regenerate.
3167
3168 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3169
3170 * configure.ac: Do not build libssp for the AVR.
3171 * configure: Regenerate.
3172
3173 2008-04-07 Ian Lance Taylor <iant@google.com>
3174
3175 * Makefile.def: check-gold depends upon all-binutils.
3176 * Makefile.in: Regenerate.
3177
3178 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
3179
3180 * MAINTAINERS (Write After Approval): Add myself.
3181
3182 2008-04-04 Nick Clifton <nickc@redhat.com>
3183
3184 PR binutils/4334
3185 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3186 builds.
3187 * configure: Regenerate.
3188
3189 2008-04-04 NightStrike <NightStrike@gmail.com>
3190
3191 PR other/35151
3192 * configure.ac: Combine rules for mingw32 and mingw64.
3193 * configure: Regenerate.
3194
3195 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
3196
3197 * MAINTAINERS (Write After Approval): Add myself.
3198
3199 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
3200
3201 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
3202 * Makefile.in (.NOTPARALLEL): Ditto.
3203
3204 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
3205
3206 * MAINTAINERS (Write After Approval): Add myself.
3207
3208 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
3209
3210 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
3211 * Makefile.in (.NOTPARALLEL): Regenerate.
3212
3213 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
3214
3215 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3216 * Makefile.in: Regenerate.
3217
3218 2008-03-26 Jakub Staszak <kuba@et.pl>
3219
3220 * MAINTAINERS (Write After Approval): Add myself.
3221
3222 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
3223
3224 * MAINTAINERS: Update e-mail address.
3225
3226 2008-03-20 Ian Lance Taylor <iant@google.com>
3227
3228 * configure.ac: Add support for --enable-gold.
3229 * Makefile.def: Add gold as a directory like ld.
3230 * configure, Makefile.in: Regenerate.
3231
3232 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3233
3234 * configure.ac: m4_include config/proginstall.m4.
3235 * configure: Regenerate.
3236
3237 Backport from upstream Libtool:
3238
3239 2007-10-12 Eric Blake <ebb9@byu.net>
3240
3241 Deal with Autoconf 2.62's semantic change in m4_append.
3242 * ltsugar.m4 (lt_append): Replace broken versions of
3243 m4_append.
3244 (lt_if_append_uniq): Don't require separator to be overquoted,
3245 and avoid broken m4_append.
3246 (lt_dict_add): Fix typo.
3247 * libtool.m4 (_LT_DECL): Don't overquote separator.
3248
3249 2008-03-13 David Edelsohn <edelsohn@gnu.org>
3250
3251 * config.rpath: Add AIX 6 support.
3252
3253 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
3254
3255 * Makefile.def (stageprofile). Remove -fprofile-generate
3256 from stage_libcflags.
3257 * Makefile.in: Regenerate.
3258
3259 2008-03-13 Ben Elliston <bje@au.ibm.com>
3260
3261 * config.sub, config.guess: Update from upstream sources.
3262
3263 2008-03-06 Tom Tromey <tromey@redhat.com>
3264
3265 * MAINTAINERS: Update for treelang deletion.
3266
3267 2008-03-03 James E. Wilson <wilson@tuliptree.org>
3268
3269 * MAINTAINERS: Update my email address.
3270
3271 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
3272
3273 * MAINTAINERS (darwin port): Add myself as a maintainer.
3274 (objective-c/c++): Add myself as a maintainer.
3275
3276 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
3277
3278 * MAINTAINERS (Write After Approval): Update my email address.
3279
3280 2008-02-25 Tomas Bily <tbily@suse.cz>
3281
3282 * MAINTAINERS (Write After Approval): Add myself.
3283
3284 2008-02-23 Jakub Jelinek <jakub@redhat.com>
3285
3286 * MAINTAINERS (OpenMP): Add myself.
3287
3288 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
3289
3290 PR bootstrap/32009
3291 PR bootstrap/32161
3292
3293 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3294 * configure: Regenerate.
3295
3296 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3297 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3298 STAGE4_LIBCFLAGS): New.
3299 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3300 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3301 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3302 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3303 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3304 for target modules. Don't export LIBCFLAGS.
3305 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3306 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3307 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3308 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3309 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3310 * Makefile.in: Regenerate.
3311
3312 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3313
3314 PR libgcj/33085
3315 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3316 Do not use -DDLL_EXPORT. Backport from upstream.
3317
3318 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3319
3320 * MAINTAINERS (Write After Approval): Add myself.
3321
3322 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
3323
3324 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3325 * configure: Regenerate.
3326
3327 2008-01-31 Marc Gauthier <marc@tensilica.com>
3328
3329 * configure.ac (xtensa*-*-*): Recognize processor variants.
3330 * configure: Regenerate.
3331
3332 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3333
3334 PR bootstrap/34922
3335 * configure.ac (PARSE_ARGS): Push suitable setting of
3336 ac_subdirs_all, for `./configure --help=recursive'.
3337 Handle `+' in generic toplevel directory disabling.
3338 * configure: Regenerate.
3339
3340 2008-01-28 Nick Clifton <nickc@redhat.com>
3341
3342 * MAINTAINERS (xstormy16): Take over maintainership.
3343
3344 2008-01-25 Joseph Myers <joseph@codesourcery.com>
3345
3346 * MAINTAINERS (c4x port): Remove.
3347
3348 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3349
3350 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3351
3352 2008-01-23 Ben Elliston <bje@au.ibm.com>
3353
3354 * config.sub, config.guess: Update from upstream sources.
3355
3356 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
3357
3358 * MAINTAINERS (Write After Approval): Add myself.
3359
3360 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
3361
3362 * MAINTAINERS: Update my email address.
3363
3364 2008-01-09 Raksit Ashok <raksit@google.com>
3365
3366 * MAINTAINERS (Write After Approval): Add myself.
3367
3368 2008-01-09 Raksit Ashok <raksit@google.com>
3369
3370 * MAINTAINERS (Write After Approval): Add myself.
3371
3372 2008-01-08 Ben Elliston <bje@au.ibm.com>
3373
3374 * config.sub, config.guess: Update from upstream sources.
3375
3376 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3377
3378 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3379 Change recommended MPFR from 2.2.1 -> 2.3.0.
3380 * configure: Regenerate.
3381
3382 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3383
3384 * MAINTAINERS: Update my email address.
3385
3386 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
3387
3388 * MAINTAINERS: Update my email address.
3389
3390 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3391
3392 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3393 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3394 * Makefile.in: Regenerate.
3395
3396 2007-12-10 Mark Heffernan <meheff@google.com>
3397
3398 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
3399 misplaced entries.
3400
3401 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3402
3403 * configure.ac: Enable libjava for x86_64-*-darwin9.
3404 * configure: Regenerate.
3405
3406 2007-12-07 Bill Maddox <maddox@google.com>
3407
3408 * MAINTAINERS (Write After Approval): Add myself.
3409
3410 2007-12-05 Ben Elliston <bje@au.ibm.com>
3411
3412 * config.sub, config.guess: Update from upstream sources.
3413
3414 2007-12-02 Matthias Klose <doko@ubuntu.com>
3415
3416 * config-ml.in: Remove 64bit configure tests.
3417
3418 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3419
3420 * config-ml.in: Robustify against white space in absolute file
3421 names.
3422
3423 * config-ml.in (multi-clean): Substitute ${Makefile}.
3424 Remove superfluous ${Makefile} in list.
3425
3426 2007-11-19 Thiemo Seufer <ths@mips.com>
3427
3428 * config-ml.in: Don't hardcode the Makefile name.
3429
3430 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
3431
3432 * MAINTAINERS (Write After Approval): Add myself.
3433
3434 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
3435
3436 * MAINTAINERS (Write After Approval): Add myself.
3437
3438 2007-11-06 Doug Kwan <dougkwan@google.com>
3439
3440 * MAINTAINERS (Write After Approval): Add myself.
3441
3442 2007-10-25 Ben Elliston <bje@au.ibm.com>
3443
3444 * MAINTAINERS (mercury): Remove entry.
3445 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
3446
3447 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3448
3449 * Makefile.def (dependencies): Make configure-gdb depend on
3450 all-intl.
3451 * Makefile.in: Regenerated.
3452
3453 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
3454
3455 * MAINTAINERS (Fortran maintainer): Remove myself.
3456
3457 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3458
3459 * Makefile.def: To avoid problems running with parallel makes,
3460 build newlib before libgloss so that target specific header
3461 files are availble.
3462 * Makefile.in: Regenerate
3463
3464 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3465
3466 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3467 * Makefile.in: Regenerate.
3468
3469 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
3470
3471 * MAINTAINERS (Register allocation reviewer): Add myself.
3472
3473 2007-10-08 Mike Frysinger <vapier@gentoo.org>
3474
3475 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3476 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3477 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3478 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3479 * configure: Regenerate.
3480
3481 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
3482
3483 * MAINTAINERS (Register allocation reviewer): Add myself.
3484
3485 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
3486
3487 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3488 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3489 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3490 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3491 * configure.ac: Default them to host tools for $host = $build.
3492 Subst them.
3493
3494 * configure: Regenerate.
3495 * Makefile.in: Regenerate.
3496
3497 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
3498
3499 * MAINTAINERS (Register allocation reviewer): Add myself.
3500
3501 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
3502
3503 * MAINTAINERS (Register allocation reviewer): Add myself.
3504
3505 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
3506
3507 * MAINTAINERS (Write After Approval): Fix typo.
3508
3509 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3510
3511 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3512 * configure: Regenerate.
3513
3514 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
3515
3516 PR bootstrap/31906
3517 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
3518 they're already prefixed.
3519
3520 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3521
3522 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3523 libstdc++.
3524 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3525 * configure: Regenerate.
3526 * Makefile.in: Regenerate.
3527
3528 2007-09-17 Andreas Schwab <schwab@suse.de>
3529
3530 * configure.ac: Raise minimum makeinfo version to 4.6.
3531 * configure: Regenerate.
3532
3533 2007-09-17 Johannes Singler <singler@ira.uka.de>
3534
3535 * MAINTAINERS (write-after-approval) add myself
3536
3537 2007-09-15 Alan Modra <amodra@bigpond.net.au>
3538
3539 * configure.ac: Correct makeinfo version check.
3540 * configure: Regenerate.
3541
3542 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
3543
3544 * MAINTAINERS: Update my email address.
3545
3546 2007-09-14 Richard Sandiford <richard@codesourcery.com>
3547
3548 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3549 to $skipdirs and only disable gprof for newlib. Use the normal
3550 mips*-elf* handling in other respects.
3551 * configure: Regnerate.
3552
3553 2007-09-12 David Daney <ddaney@avtrex.com>
3554
3555 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3556 enabling libgcj.
3557 * configure: Regenerate.
3558
3559 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3560
3561 PR other/32154
3562 * configure.ac: For libgloss targets, point the linker to the linker
3563 script, startup code and simulator library.
3564 * configure: Regenerate.
3565
3566 2007-09-07 Andrew Haley <aph@redhat.com>
3567
3568 * configure.ac (noconfigdirs): Remove target-libffi and
3569 target-libjava.
3570 * configure: Regenerate.
3571
3572 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3573
3574 PR target/33281
3575 * configure.ac: Use config/mh-mingw on mingw.
3576 * configure: Regenerate.
3577
3578 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
3579
3580 * MAINTAINERS (Write After Approval): Add myself.
3581
3582 2007-09-05 Richard Guenther <rguenther@suse.de>
3583
3584 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3585 nor --disable-checking is provided also turn on yes and types
3586 checking for stage1.
3587 * configure: Re-generate.
3588
3589 2007-08-30 Krister Walfridsson <cato@df.lth.se>
3590
3591 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
3592 (Write After Approval): Remove myself.
3593
3594 2007-08-29 Nick Clifton <nickc@redhat.com>
3595
3596 * config.sub, config.guess: Update from upstream sources.
3597
3598 2007-08-22 Bud Davis <jmdavis@link.com>
3599
3600 * MAINTAINERS (Write After Approval): Added myself.
3601 * MAINTAINERS (Reviewers): Removed myself.
3602
3603 2007-08-18 Paul Brook <paul@codesourcery.com>
3604 Joseph Myers <joseph@codesourcery.com>
3605
3606 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3607 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3608 * Makefile.in: Regenerate.
3609 * configure.ac (--with-debug-prefix-map): New.
3610 * configure: Regenerate.
3611
3612 2007-08-17 Richard Sandiford <richard@codesourcery.com>
3613 Nigel Stephens <nigel@mips.com>
3614
3615 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3616 as target_makefile_frag.
3617 * configure: Regenerate.
3618
3619 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3620
3621 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3622 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3623 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3624 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3625 (do-compare, do-compare3, do-compare-debug): New.
3626 ([+compare-target+]): Use them.
3627
3628 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
3629
3630 * MAINTAINERS (Write After Approval): Change my email address.
3631
3632 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3633 Ben Elliston <bje@au.ibm.com>
3634
3635 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3636 --silent if $silent.
3637 * configure: Regenerate.
3638
3639 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
3640
3641 * MAINTAINERS (Various Maintainers): Add myself as
3642 loop infrastructure maintainer. Update my e-mail
3643 address.
3644
3645 2007-07-31 Diego Novillo <dnovillo@google.com>
3646
3647 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
3648 Adjust description.
3649
3650 2007-07-26 Richard Guenther <rguenther@suse.de>
3651
3652 * configure.ac: Add types checking to stage1 checking flags.
3653 * configure: Regenerate.
3654
3655 2007-07-17 Nick Clifton <nickc@redhat.com>
3656
3657 * COPYING3: New file. Contains version 3 of the GNU General
3658 Public License.
3659 * COPYING3.LIB: New file. Contains version 3 of the GNU
3660 Lesser General Public License.
3661
3662 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3663
3664 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
3665
3666 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
3667
3668 * MAINTAINERS (S/390 co-maintainer): Add myself.
3669 (Write After Approval): Remove myself.
3670
3671 2007-07-13 Dan Hipschman <dsh@google.com>
3672
3673 * MAINTAINERS (Write After Approval): Add myself.
3674
3675 2007-07-11 Nick Clifton <nickc@redhat.com>
3676
3677 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
3678 WINDRES export.
3679 * Makefile.in: Regenerate.
3680
3681 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3682
3683 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
3684 maintainer.
3685
3686 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3687
3688 * lt~obsolete.m4: New. Import from 20070318 libtool.
3689
3690 2007-07-03 Julian Brown <julian@codesourcery.com>
3691
3692 * MAINTAINERS (Write After Approval): Add myself.
3693
3694 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3695
3696 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3697 * configure: Regenerate.
3698
3699 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3700
3701 * configure.ac: Add some missing m4 quotation.
3702 * configure: Regenerate.
3703
3704 2007-07-02 Simon Baldwin <simonb@google.com>
3705
3706 * MAINTAINERS (Write After Approval): Add myself.
3707
3708 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
3709
3710 * configure: Regenerate.
3711
3712 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
3713
3714 * Makefile.def: Add windmc tool to build.
3715 * Makefile.tpl: Likewise.
3716 * configure.ac: Likewise.
3717 * Makefile.in: Regenerate.
3718 * configure: Regenerate.
3719
3720 2007-06-28 DJ Delorie <dj@redhat.com>
3721
3722 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3723 not building newlib.
3724 * configure: Regenerated.
3725
3726 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
3727
3728 * MAINTAINERS (Write After Approval): Add myself.
3729
3730 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
3731
3732 * MAINTAINERS (Write After Approval): Add myself.
3733
3734 2007-06-19 Chris Matthews <chrismatthews@google.com>
3735
3736 * MAINTAINERS (Write After Approval): Add myself.
3737
3738 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
3739
3740 * MAINTAINERS (Write After Approval): Add myself.
3741
3742 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3743
3744 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3745 * Makefile.in: Regenerated.
3746
3747 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
3748
3749 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3750 bfin*-*-uclinux* targets.
3751 * configure: Regenerate.
3752
3753 2007-06-14 Ian Lance Taylor <iant@google.com>
3754
3755 * MAINTAINERS: Add myself as non-algorithmic global write
3756 maintainer.
3757
3758 2007-06-14 Diego Novillo <dnovillo@google.com>
3759
3760 * MAINTAINERS: Add self as middle-end maintainer and
3761 non-algorithmic global write maintainer.
3762
3763 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3764
3765 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
3766 Move all Fortran maintainers except Paul Brook into the
3767 Non-Autopoiesis section.
3768
3769 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
3770
3771 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3772 (distclean-stage[+id+]): Possibly delete stage_last.
3773 * Makefile.in: Regenerate.
3774
3775 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
3776
3777 * MAINTAINERS (Various Maintainer): Fix typo.
3778
3779 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
3780
3781 * MAINTAINERS (Various Maintainer): Add myself as
3782 dataflow maintainer.
3783
3784 2007-06-07 Ben Elliston <bje@au.ibm.com>
3785
3786 * config.sub, config.guess: Update from upstream sources.
3787
3788 2007-06-07 Ben Elliston <bje@au.ibm.com>
3789
3790 * Makefile.tpl: Fix spelling error.
3791 * Makefile.in: Regenerate.
3792
3793 2007-06-01 Steve Ellcey <sje@cup.hp.com>
3794
3795 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3796 lt_cv_sys_max_cmd_len.
3797
3798 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
3799
3800 * MAINTAINERS (Various Maintainers): Add myself as
3801 auto-vectorizer maintainer.
3802
3803 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
3804
3805 PR libjava/32098
3806 * libtool.m4: Revert previous change.
3807 * ltgcc.m4: Put it here.
3808
3809 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
3810
3811 * MAINTAINERS (Various Maintainers): Add myself as
3812 auto-vectorizer maintainer.
3813
3814 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
3815
3816 PR libjava/32098
3817 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
3818
3819 2007-05-30 Richard Guenther <rguenther@suse.de>
3820
3821 * MAINTAINERS (Various Maintainers): Add myself as
3822 auto-vectorizer maintainer.
3823
3824 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3825
3826 PR bootstrap/29382
3827 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3828 * configure: Rebuilt.
3829
3830 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
3831
3832 * MAINTAINERS (Write After Approval): Removed my name.
3833
3834 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
3835
3836 * MAINTAINERS (Write After Approval): Remove myself.
3837
3838 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3839
3840 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
3841
3842 2007-05-23 Steve Ellcey <sje@cup.hp.com>
3843
3844 * ltmain.sh: Update from ToT Libtool.
3845 * libtool.m4: Update from ToT Libtool.
3846 * ltsugar.m4: New. Update from ToT Libtool.
3847 * ltversion.m4: New. Update from ToT Libtool.
3848 * ltoptions.m4: New. Update from ToT Libtool.
3849 * ltconfig: Remove.
3850 * ltcf-c.sh: Remove.
3851 * ltcf-cxx.sh: Remove.
3852 * ltcf-gcj.sh: Remove.
3853
3854 2007-05-22 Ollie Wild <aaw@google.com>
3855
3856 * MAINTAINERS (Write After Approval): Add myself.
3857
3858 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
3859
3860 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3861 stage_cflags.
3862 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3863 Remove CFLAGS/LIBCFLAGS.
3864 (configure-stage[+id+]-[+prefix+][+module+],
3865 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3866 * Makefile.in: Regenerate.
3867
3868 2007-05-15 Diego Novillo <dnovillo@google.com>
3869
3870 * MAINTAINERS: Update e-mail address.
3871
3872 2007-05-15 Revital Eres <eres@il.ibm.com>
3873
3874 * MAINTAINERS (Write After Approval): Add myself.
3875
3876 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
3877
3878 * MAINTAINERS (Write After Approval): Updated my address.
3879
3880 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
3881
3882 * MAINTAINERS (Write After Approval): Add myself.
3883
3884 2007-05-11 Silvius Rus <rus@google.com>
3885
3886 * MAINTAINERS (Write After Approval): Add myself.
3887
3888 2007-04-23 Tom Tromey <tromey@redhat.com>
3889
3890 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
3891
3892 2007-04-22 Mark Mitchell <mark@codesourcery.com>
3893
3894 * MAINTAINERS (cpplib): Rename to ...
3895 (libcpp): ... this. Add C/C++ front end maintainers.
3896
3897 2007-04-14 Steve Ellcey <sje@cup.hp.com>
3898
3899 * config-ml.in: Pass ${ml_config_env} to configure calls.
3900
3901 2007-04-04 Christian Bruel <christian.bruel@st.com>
3902
3903 * MAINTAINERS (Write After Approval): Add myself.
3904
3905 2007-04-02 Dave Korn <dave.korn@artimi.com>
3906
3907 * MAINTAINERS (Write After Approval): Add myself.
3908
3909 2007-03-31 Tobias Burnus <burnus@net-b.de>
3910
3911 * MAINTAINERS (fortran 95 front end): Add myself.
3912
3913 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3914
3915 * MAINTAINERS (Write After Approval): Add myself.
3916
3917 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
3918
3919 * MAINTAINERS (Modulo Scheduler): Add myself.
3920
3921 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
3922
3923 * MAINTAINERS (fortran 95 front end): Add myself.
3924 (c++ front end): whitespace fix.
3925
3926 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
3927
3928 * MAINTAINERS (Write After Approval): Add myself.
3929
3930 2007-03-21 Richard Sandiford <richard@codesourcery.com>
3931
3932 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3933 of glob. Quote arguments with single quotes too.
3934 * configure: Regenerate.
3935
3936 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3937
3938 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3939 * Makefile.in: Regenerate
3940
3941 2007-03-07 Andreas Schwab <schwab@suse.de>
3942
3943 * configure: Regenerate.
3944
3945 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3946
3947 * configure.ac: Add "--with-pdfdir" configure option,
3948 which defines pdfdir variable.
3949 * Makefile.def (target=fixincludes): Add install-pdf to
3950 missing targets.
3951 (recursive_targets): Add install-pdf target.
3952 (flags_to_pass): Add pdfdir.
3953 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3954 target.
3955 * configure: Regenerate
3956 * Makefile.in: Regenerate
3957
3958 2007-02-28 Eric Christopher <echristo@apple.com>
3959
3960 Revert:
3961 2006-12-07 Mike Stump <mrs@apple.com>
3962
3963 * Makefile.def (dependencies): Add dependency for
3964 install-target-libssp and install-target-libgomp on
3965 install-gcc.
3966 * Makefile.in: Regenerate.
3967
3968 2007-02-27 Matt Kraai <kraai@ftbfs.org>
3969
3970 * configure: Regenerate.
3971 * configure.ac: Move statements after variable declarations.
3972
3973 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
3974
3975 * MAINTAINERS: Add myself as sh maintainer.
3976
3977 2007-02-19 Joseph Myers <joseph@codesourcery.com>
3978
3979 * configure.ac: Adjust for loop syntax.
3980 * configure: Regenerate.
3981
3982 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3983
3984 * configure: Rebuilt.
3985
3986 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
3987
3988 * configure.ac: Drop multiple occurrences of --enable-languages,
3989 and fix its quoting.
3990 * configure: Rebuilt.
3991
3992 2007-02-17 Mark Mitchell <mark@codesourcery.com>
3993 Nathan Sidwell <nathan@codesourcery.com>
3994 Vladimir Prus <vladimir@codesourcery.com>
3995 Joseph Myers <joseph@codesourcery.com>
3996
3997 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3998 * configure: Regenerate.
3999
4000 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
4001
4002 * ltconfig (freebsd*): Default to elf.
4003
4004 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4005
4006 * configure.ac (target_libraries): Move libgcc before libiberty.
4007 * configure: Regenerated.
4008
4009 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4010 Paolo Bonzini <bonzini@gnu.org>
4011
4012 PR bootstrap/30753
4013 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4014 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4015 * configure: Regenerated.
4016
4017 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4018
4019 * MAINTAINERS (Language Front End Maintainers): Update my mail
4020 address.
4021
4022 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4023
4024 PR bootstrap/30748
4025 * configure.ac: Correct syntax for Solaris ksh.
4026 * configure: Regenerated.
4027
4028 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4029
4030 * configure.ac: Sync with src.
4031 * configure: Regenerate.
4032
4033 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4034
4035 * Makefile.in: Regenerate.
4036
4037 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
4038
4039 * config.sub: Sync with src.
4040
4041 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4042
4043 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4044 noncanonical equivalents.
4045 * configure.in: Rename to...
4046 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4047 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4048 target_noncanonical. Use them. Rewrite removal of configure
4049 arguments for autoconf 2.59. Discard variable settings. Force
4050 program_transform_name for native tools.
4051
4052 * Makefile.in: Regenerated.
4053 * configure: Regenerated with autoconf 2.59.
4054
4055 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
4056
4057 * MAINTAINERS (Write After Approval): Add myself.
4058
4059 2007-01-31 Andreas Schwab <schwab@suse.de>
4060
4061 * Makefile.tpl (LDFLAGS): Substitute it.
4062 * Makefile.in: Regenerate.
4063
4064 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
4065
4066 * MAINTAINERS (Write After Approval): Add myself.
4067
4068 2007-01-28 David Edelsohn <edelsohn@gnu.org>
4069
4070 * MAINTAINERS (spu port): Add myself.
4071
4072 2007-01-23 Richard Guenther <rguenther@suse.de>
4073
4074 PR bootstrap/30541
4075 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
4076 * Makefile.tpl (GNATBIND): Substitute it.
4077 (GNATMAKE): Likewise.
4078 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
4079 of STAGE_PREFIX.
4080 * Makefile.in: Regenerate.
4081 * configure: Regenerate.
4082
4083 2007-01-18 Mike Stump <mrs@apple.com>
4084
4085 * configure.in: Re-enable -Werror for gcc builds.
4086
4087 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
4088
4089 * MAINTAINERS (Write After Approval): Add myself.
4090
4091 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4092
4093 * configure.in: Change == to = in test command.
4094 * configure: Regenerate.
4095
4096 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
4097 Nick Clifton <nickc@redhat.com>
4098 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4099
4100 * configure.in (build_configargs, host_configargs, target_configargs):
4101 Remove build/host/target parameters.
4102 (host_libs): Add gmp and mpfr.
4103 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4104 * Makefile.def (gmp, mpfr): New.
4105 (gcc): Remove target.
4106 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4107 target_os, target_vendor): New.
4108 (configure): Add host_alias/target_alias arguments; adjust invocations.
4109 * configure: Regenerate.
4110 * Makefile.in: Regenerate.
4111
4112 2007-01-11 Matt Fago <fago@earthlink.net>
4113
4114 * configure.in: Try to link to functions only in mpfr 2.2.x
4115 to improve robustness of configure tests.
4116 * configure: Regenerate.
4117
4118 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
4119
4120 * MAINTAINERS: Add myself as i386 maintainer.
4121
4122 2007-01-08 Jan Hubicka <jh@suse.cz>
4123
4124 * MAINTAINERS: Add myself as i386 maintainer.
4125
4126 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
4127
4128 * configure.in: Add support for an x86_64-mingw* target.
4129 * configure: Regenerate.
4130
4131 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4132
4133 * Makefile.tpl (all-target): Correct @if conditional for target
4134 modules.
4135 * configure.in: Omit libiberty if building only target libgcc.
4136 * configure, Makefile.in: Regenerated.
4137
4138 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
4139
4140 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
4141 * configure: Regenerate.
4142
4143 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4144
4145 * Makefile.def (target_modules): Add libgcc.
4146 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4147 * Makefile.tpl (clean-target-libgcc): Delete.
4148 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4149 on gcc even for bootstrapped modules. Rewrite handling of
4150 lang_env_dependencies to loop over target_modules.
4151 * configure.in (target_libraries): Add target-libgcc.
4152 * Makefile.in, configure: Regenerated.
4153
4154 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4155
4156 * configure.in: Reorganize recognition of languages. Add
4157 --enable-stage1-languages. Show supported languages for the chosen
4158 target rather than all recognized languages.
4159 * configure: Regenerate.
4160
4161 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4162
4163 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4164 * Makefile.in: Regenerate.
4165
4166 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4167
4168 * configure.in: Warn that MPFR 2.2.0 is buggy.
4169 * configure: Regenerate.
4170
4171 2006-12-27 Ian Lance Taylor <iant@google.com>
4172
4173 * configure.in: When removing Makefiles to force a reconfigure, also
4174 remove prev-DIR*/Makefile.
4175 * configure: Regenerate.
4176
4177 2006-12-22 Andreas Schwab <schwab@suse.de>
4178
4179 * configure: Regenerate with correct autoconf version.
4180
4181 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
4182
4183 * configure.in: add AC_SUBST for *_FOR_TARGET.
4184 * configure: Regenerate.
4185
4186 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4187
4188 * configure.in: Simplify logic for rejecting languages that cannot
4189 be built. Separate the case when a language is unsupported,
4190 from the case when the user chooses not to build a language.
4191
4192 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4193
4194 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4195 it only affects bootstrap and could be tested on "$host" as well.
4196 * configure: Regenerate.
4197 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4198
4199 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4200
4201 PR bootstrap/29544
4202 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4203 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4204 move here comment from Makefile.tpl.
4205 * Makefile.tpl: Move some definitions higher in the file.
4206 (STAGE1_CHECKING): New.
4207 * configure.in: Add --enable-stage1-checking.
4208 * configure: Regenerate.
4209 * Makefile.in: Regenerate.
4210
4211 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4212
4213 * MAINTAINERS: Add myself as build system maintainer.
4214
4215 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
4216
4217 * MAINTAINERS (Write After Approval): Add myself.
4218
4219 2006-12-13 Eric Christopher <echristo@apple.com>
4220
4221 * MAINTAINERS: Add myself as darwin maintainer.
4222
4223 2006-12-11 Ian Lance Taylor <ian@airs.com>
4224
4225 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
4226
4227 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
4228
4229 MAINTAINERS: Update my entry.
4230
4231 2006-12-11 Alan Modra <amodra@bigpond.net.au>
4232
4233 * configure.in: Handle spu makefile frag.
4234 * Makefile.tpl (MAINT): Define
4235 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4236 * configure: Regenerate.
4237 * Makefile.in: Regenerate.
4238
4239 2006-12-11 Ben Elliston <bje@au.ibm.com>
4240
4241 * config.guess: Import latest version.
4242 * config.sub: Likewise.
4243
4244 2006-12-11 Ben Elliston <bje@au.ibm.com>
4245
4246 * configure.in (spu-*-*): Don't skip target-libiberty.
4247 * configure: Regenerate.
4248
4249 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
4250
4251 PR bootstrap/30134
4252 * configure.in: Correct x86 darwin support for libjava to powerpc
4253 and i?86 only.
4254 * configure: Regenerate.
4255
4256 2006-12-08 Sandro Tolaini <tolaini@libero.it>
4257
4258 * configure.in: Add x86 darwin support for libjava.
4259 * configure: Regenerate.
4260
4261 2006-12-07 Mike Stump <mrs@apple.com>
4262
4263 * Makefile.def (dependencies): Add dependency for
4264 install-target-libssp and install-target-libgomp on
4265 install-gcc.
4266 * Makefile.in: Regenerate.
4267
4268 2006-12-04 Richard Guenther <rguenther@suse.de>
4269
4270 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
4271 (Non-Algorithmic Maintainers): Move over non-algorithmic
4272 loop optimizer maintainers, add myself as a non-algorithmic
4273 middle-end maintainer.
4274
4275 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
4276
4277 * MAINTAINERS (Write After Approval): Add myself.
4278
4279 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4280
4281 * configure.in: Update error message for missing GMP/MPFR.
4282
4283 * configure: Regenerate.
4284
4285 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4286
4287 * configure.in: Update MPFR version in error message.
4288
4289 * configure: Regenerate.
4290
4291 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4292
4293 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4294 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4295 --with-gmp-lib): New flags.
4296
4297 * configure: Regenerate.
4298
4299 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
4300
4301 * MAINTAINERS (Write After Approval): Change my email address.
4302
4303 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4304
4305 * MAINTAINERS (Write After Approval): Add myself.
4306
4307 2006-11-22 Philipp Thomas <pth@suse.de>
4308
4309 * MAINTAINERS (i18n): Update e-mail address.
4310
4311 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4312
4313 * MAINTAINERS (spu port): Add myself as maintainer.
4314 (Write After Approval): Remove myself.
4315
4316 2006-11-22 Ben Elliston <bje@au.ibm.com>
4317
4318 * configure.in (skipdirs): Don't build libssp for SPU.
4319 * configure: Regenerate.
4320
4321 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
4322
4323 * MAINTAINERS (spu port): Add myself as maintainer.
4324 (libobjc): Update my email address.
4325
4326 2006-11-21 Andrea Bona <andrea.bona@st.com>
4327
4328 * MAINTAINERS (Write After Approval): Add myself.
4329
4330 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4331
4332 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
4333 * configure : Rebuilt.
4334
4335 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
4336
4337 * MAINTAINERS (Write After Approval): Add myself.
4338
4339 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
4340
4341 * MAINTAINERS (Write After Approval): Add myself.
4342
4343 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4344
4345 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
4346 libmpfr.a.
4347 * configure: Regenerate.
4348
4349 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
4350
4351 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4352 (unstage): Test for stage_last presence.
4353
4354 PR bootstrap/29802
4355 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
4356 STAGE_PREFIX.
4357 * Makefile.in: Regenerate.
4358
4359 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
4360
4361 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
4362 maintainers.
4363
4364 2006-11-14 Erven Rohou <erven.rohou@st.com>
4365
4366 * MAINTAINERS (Write After Approval): Add myself.
4367
4368 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
4369
4370 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
4371 and stageN-package/Makefile.
4372 * Makefile.in: Regenerated.
4373
4374 2006-11-14 Jie Zhang <jie.zhang@analog.com>
4375
4376 * configure.in: Remove target-libgloss from noconfigdirs for
4377 bfin-*-*.
4378 * configure: Regenerated.
4379
4380 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4381
4382 * configure.in (have_gmp): Only error if the gcc directory exists.
4383
4384 * configure: Regenerate.
4385
4386 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4387
4388 * configure.in: Robustify error message for missing GMP/MPFR.
4389
4390 * configure: Regenerate.
4391
4392 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
4393
4394 * MAINTAINERS (Write After Approval): Add myself.
4395
4396 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
4397
4398 * MAINTAINERS: Change email address.
4399
4400 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
4401
4402 * MAINTAINERS (Write After Approval): Add myself.
4403
4404 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
4405
4406 * MAINTAINERS (Write After Approval): Add myself.
4407
4408 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
4409
4410 * MAINTAINERS (Write After Approval): Move myself to
4411 Write After Approval section.
4412
4413 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4414
4415 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
4416 need_gmp anymore.
4417 * configure: Regenerate.
4418
4419 2006-10-16 Tobias Burnus <burnus@net-b.de>
4420
4421 * MAINTAINERS (Write After Approval): Add myself.
4422
4423 2006-10-16 Ben Elliston <bje@au.ibm.com>
4424
4425 * config.guess: Import latest version.
4426 * config.sub: Likewise.
4427
4428 2006-10-10 Brooks Moses <bmoses@stanford.edu>
4429
4430 * Makefile.def: Added pdf target handling.
4431 * Makefile.tpl: Added pdf target handling.
4432 * Makefile.in: Regenerated.
4433
4434 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
4435
4436 * MAINTAINERS: Add self as score port maintainer.
4437
4438 2006-10-04 Brooks Moses <bmoses@stanford.edu>
4439
4440 * MAINTAINERS (Write After Approval): Add myself.
4441
4442 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
4443
4444 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
4445 or newer.
4446 * configure: Regenerated.
4447
4448 2006-09-27 Dave Brolley <brolley@redhat.com>
4449
4450 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
4451 using $s instead of $r.
4452 * configure: Regenerated.
4453
4454 2006-09-26 Thiemo Seufer <ths@mips.com>
4455
4456 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4457 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4458 * configure: Regenerate.
4459
4460 2006-09-24 Graeme Peterson <gridly@gmail.com>
4461
4462 * MAINTAINERS (Write After Approval): Remove myself.
4463
4464 2006-09-22 Chao-ying Fu <fu@mips.com>
4465
4466 * MAINTAINERS (Write After Approval): Add myself.
4467
4468 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
4469
4470 * MAINTAINERS: Add self as soft-fp maintainer.
4471
4472 2006-09-09 Anatoly Sokolov <aesok@post.ru>
4473
4474 * MAINTAINERS: Add myself as avr maintainer.
4475 Remove Marek Michalkiewicz as avr maintainer.
4476
4477 2006-09-07 Roberto Costa <roberto.costa@st.com>
4478
4479 * MAINTAINERS (Write After Approval): Add myself.
4480
4481 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
4482
4483 * configure.in: Never build newlib for a Mingw host.
4484 Never build newlib as Mingw target library.
4485 Test the existence of winsup/cygwin for building a Cygwin newlib,
4486 rather than just winsup.
4487 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4488 building a Mingw target.
4489 * configure: Regenerate.
4490
4491 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
4492
4493 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
4494
4495 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
4496
4497 * config.guess: Import from src (was more updated).
4498 * config.sub: Likewise.
4499
4500 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4501
4502 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4503 * configure: Regenerated.
4504
4505 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
4506
4507 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4508 for stages after the first.
4509
4510 2006-07-17 Jakub Jelinek <jakub@redhat.com>
4511
4512 * Makefile.def: Add dependencies for configure-opcodes
4513 on configure-intl and all-opcodes on all-intl.
4514 * Makefile.in: Regenerated.
4515
4516 2006-07-13 Ben Elliston <bje@au.ibm.com>
4517
4518 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
4519
4520 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
4521
4522 Port to hosts whose 'sort' and 'tail' implementations
4523 treat operands with leading '+' as file names, as POSIX
4524 has required since 2001. However, make sure the code still
4525 works on pre-POSIX hosts.
4526 * ltmain.sh: Don't assume "sort +2" is equivalent to
4527 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
4528
4529 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
4530
4531 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
4532
4533 2006-07-04 Peter O'Gorman <peter@pogma.com>
4534
4535 * ltconfig: chmod 644 before ranlib during install.
4536
4537 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4538
4539 PR bootstrap/18058
4540 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4541 if the bootstrap compiler is a GCC version that supports it.
4542 * configure: Regenerate.
4543
4544 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4545
4546 * configure.in: Fix thinkos in previous check-in.
4547 * configure: Regenerate.
4548
4549 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
4550
4551 PR other/27063
4552 * configure.in: Test subdir_requires and give an appropriate
4553 error message.
4554 * configure: Regenerate.
4555
4556 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
4557
4558 * MAINTAINERS (Write After Approval): Add myself.
4559
4560 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
4561
4562 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4563
4564 2006-06-22 Steve Ellcey <sje@cup.hp.com>
4565
4566 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
4567
4568 2006-06-20 David Ayers <d.ayers@inode.at>
4569
4570 PR bootstrap/28072
4571 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4572 whether target-libjava is being configured instead of whether the
4573 java front end is enabled.
4574 * configure: Regenerate.
4575
4576 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4577
4578 PR target/27540
4579 * configure.in: Only enable libgomp on IRIX 6.
4580 * configure: Regenerate.
4581
4582 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
4583
4584 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4585 too.
4586 * Makefile.in: Regenerate.
4587
4588 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
4589
4590 * config-ml.in: Alter CCASFLAGS to include special
4591 multilib options the same as is done for CFLAGS.
4592
4593 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4594
4595 * configure.in: Don't enable libgomp on hpux10.
4596 * configure: Rebuilt.
4597
4598 2006-06-12 David Ayers <d.ayers@inode.at>
4599
4600 PR bootstrap/27963
4601 PR target/19970
4602 * configure.in: Remove target-boehm-gc from noconfigdirs where
4603 ${libgcj} is specified.
4604 * configure: Regenerate.
4605
4606 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
4607
4608 Sync from src:
4609
4610 * configure.in: Sync.
4611 * configure: Regenerated.
4612
4613 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4614
4615 * Makefile.def: Added dependencies from sim and gdb on intl, and
4616 added configure dependencies to everything with an all dependency
4617 on intl.
4618 * Makefile.in: Regenerated.
4619
4620 2006-06-06 David Ayers <d.ayers@inode.at>
4621
4622 PR libobjc/13946
4623 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4624 * Makefile.in: Regenerate.
4625 * configure.in: Add --enable-objc-gc at toplevel and have it
4626 enable boehm-gc for Objective-C.
4627 Remove target-boehm-gc from libgcj.
4628 Add target-boehm-gc to target_libraries.
4629 Add target-boehm-gc to noconfigdirs where ${libgcj}
4630 is specified.
4631 Assert that boehm-gc is supported when requested for Objective-C.
4632 Only build boehm-gc if needed either for Java or Objective-C.
4633 * configure: Regenerate.
4634
4635 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
4636
4637 PR 27674
4638 * Makefile.tpl (configure-[+prefix+][+module+],
4639 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4640 Remove rule to unstage bootstrapped modules.
4641 (stage_current): New.
4642 * Makefile.in: Regenerate.
4643
4644 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4645
4646 * MAINTAINERS (Write After Approval): Update my e-mail address.
4647
4648 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
4649
4650 * include/libiberty.h: Declare pex_run_in_environment.
4651
4652 2006-05-31 Asher Langton <langton2@llnl.gov>
4653
4654 * MAINTAINERS (Write After Approval): Add myself.
4655
4656 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
4657
4658 * Makefile.def (bfd, opcodes): Fix lib_path.
4659 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4660 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4661 * Makefile.in: Regenerate.
4662
4663 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4664
4665 * Makefile.in: Regenerate.
4666
4667 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
4668
4669 * Makefile.def: Add install-html target. Add datarootdir
4670 docdir and htmldir to flags_to_pass.
4671 * Makefile.tpl: Add install-html target.
4672 * Makefile.in: Regenerate.
4673 * configure.in: Add --with-datarootdir, --with-docdir, and
4674 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
4675 * configure: Regenerate.
4676
4677 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4678
4679 * configure.in: Enable gprof for cross builds.
4680 * configure: Regenerate.
4681
4682 2006-05-22 Richard Guenther <rguenther@suse.de>
4683
4684 Revert
4685 2006-01-31 Richard Guenther <rguenther@suse.de>
4686 Paolo Bonzini <bonzini@gnu.org>
4687
4688 * Makefile.def (target_modules): Add libgcc-math target module.
4689 * configure.in (target_libraries): Add libgcc-math target library.
4690 (--enable-libgcc-math): New configure switch.
4691 * Makefile.in: Re-generate.
4692 * configure: Re-generate.
4693 * libgcc-math: New toplevel directory.
4694
4695 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4696 Andreas Tobler <a.tobler@schweiz.ch>
4697
4698 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4699 * configure: Rebuilt.
4700
4701 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
4702
4703 * MAINTAINERS (Write After Approval): Add myself.
4704
4705 2006-05-01 DJ Delorie <dj@redhat.com>
4706
4707 * configure.in: Restore CFLAGS if GMP isn't present.
4708 * configure: Regenerate.
4709
4710 2006-05-01 Richard Guenther <rguenther@suse.de>
4711
4712 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
4713 maintainer.
4714
4715 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
4716
4717 * MAINTAINERS (Write After Approval): Add myself.
4718
4719 2006-04-28 Jan Beulich <jbeulich@novell.com>
4720
4721 * MAINTAINERS (Write After Approval): Add myself.
4722
4723 2006-04-18 DJ Delorie <dj@redhat.com>
4724
4725 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4726 reference libgloss so that libssp can be built in a combined
4727 tree.
4728 * configure: Regenerate.
4729
4730 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
4731
4732 * MAINTAINERS (Write After Approval): Add myself.
4733
4734 2006-04-05 Ben Elliston <bje@au.ibm.com>
4735
4736 * configure.in: Require makeinfo 4.4 or higher.
4737 * configure: Regenerate.
4738
4739 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
4740
4741 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
4742 Rearrange the entries of other libraries to have them in one place.
4743
4744 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
4745
4746 * MAINTAINERS (Write After Approval): Remove myself.
4747 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4748
4749 2006-03-14 Richard Guenther <rguenther@suse.de>
4750
4751 * configure: Regenerate with autoconf 2.13.
4752
4753 2006-03-13 Jim Blandy <jimb@codesourcery.com>
4754
4755 * MAINTAINERS: Use my work address.
4756
4757 * MAINTAINERS: Update my E-mail address.
4758
4759 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4760
4761 * configure.in: Handle --disable-<component> generically.
4762 * configure: Regenerate.
4763
4764 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4765
4766 PR libgcj/17311
4767 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4768
4769 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
4770
4771 * MAINTAINERS (Write After Approval): Remove myself.
4772 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4773
4774 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4775
4776 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4777 (TARGET_CONFIGDIRS): Remove.
4778 * configure.in: Remove AC_SUBST(target_configdirs).
4779 * Makefile.in, configure: Regenerated.
4780
4781 2006-02-20 Steven G. Kargl <kargls@comcast.net>
4782
4783 * MAINTAINERS (Write After Approval): Remove myself.
4784 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
4785
4786 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
4787
4788 PR bootstrap/25670
4789
4790 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4791
4792 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4793 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4794 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4795 BUILD_PREFIX, BUILD_PREFIX_1.
4796 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4797
4798 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4799 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4800
4801 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4802 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4803 of `cat stage_current`. Always provide the `r' and `s' variables.
4804 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4805 a single shell execution.
4806 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4807 bootstrapped modules, make the stage1 module if the build was not
4808 started yet, else build the current stage.
4809 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4810 (all-build, all-host, all-target, [+make_target+]-host,
4811 [+make_target+]-target): Do not use \-continued lines.
4812 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4813 (current_stage, restrap, stage_last): New.
4814
4815 * Makefile.in: Regenerate.
4816 * configure: Regenerate.
4817
4818 2006-02-19 Bud Davis <jmdavis@link.com>
4819
4820 * MAINTAINERS (Write After Approval): Remove myself.
4821 (Language Front End Maintainers): Add myself as fortran 95
4822 maintainer and update e-mail address.
4823
4824 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4825
4826 * MAINTAINERS (Write After Approval): Remove myself.
4827 (Language Front End Maintainers): Add myself as fortran 95
4828 maintainer.
4829
4830 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
4831
4832 * MAINTAINERS (Write After Approval): Add myself.
4833
4834 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
4835
4836 * MAINTAINERS (Write After Approval): Remove myself.
4837 (Language Front End Maintainers): Add myself as
4838 fortran 95 maintainer.
4839
4840 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4841
4842 Sync from src:
4843
4844 2005-12-27 Leif Ekblad <leif@rdos.net>
4845
4846 * configure.in: Add support for RDOS target.
4847 * configure: Regenerate.
4848
4849 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
4850 Andreas Schwab <schwab@suse.de>
4851
4852 * configure: Regenerate.
4853
4854 2006-02-12 David Edelsohn <edelsohn@gnu.org>
4855
4856 * configure.in (enable_libgomp): Add AIX.
4857 * configure: Regenerate.
4858
4859 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
4860
4861 * MAINTAINERS (Write After Approval): Add myself.
4862
4863 2006-02-03 Lee Millward <lee.millward@gmail.com>
4864
4865 * MAINTAINERS (Write After Approval): Add myself.
4866
4867 2006-01-31 Richard Guenther <rguenther@suse.de>
4868 Paolo Bonzini <bonzini@gnu.org>
4869
4870 * Makefile.def (target_modules): Add libgcc-math target module.
4871 * configure.in (target_libraries): Add libgcc-math target library.
4872 (--enable-libgcc-math): New configure switch.
4873 * Makefile.in: Re-generate.
4874 * configure: Re-generate.
4875 * libgcc-math: New toplevel directory.
4876
4877 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
4878
4879 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4880 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4881 the assembler, linker and binutils.
4882 * configure: Regenerate.
4883
4884 2006-01-22 Dirk Mueller <dmueller@suse.de>
4885
4886 * MAINTAINERS (Write After Approval): Add myself.
4887
4888 2006-01-20 Diego Novillo <dnovillo@redhat.com>
4889
4890 * configure: Regenerate.
4891
4892 2006-01-18 Richard Henderson <rth@redhat.com>
4893 Jakub Jelinek <jakub@redhat.com>
4894 Diego Novillo <dnovillo@redhat.com>
4895
4896 * libgomp: New directory.
4897 * Makefile.def: Add target_module libgomp.
4898 * Makefile.in: Regenerate.
4899 * configure.in (target_libraries): Add target-libgomp.
4900 * configure: Regenerate.
4901
4902 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
4903
4904 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4905 @ from continuation.
4906 * Makefile.in: Rebuilt.
4907
4908 2006-01-04 Chris Lattner <sabre@gnu.org>
4909
4910 * MAINTAINERS (Write After Approval): Add myself.
4911
4912 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4913
4914 PR bootstrap/24252
4915
4916 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4917 * Makefile.tpl (OBJDUMP): New.
4918 (EXTRA_HOST_FLAGS): Add it.
4919 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
4920
4921 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4922 to use symbolic links between directories. Avoid race conditions
4923 or make them harmless.
4924 * configure.in: Do not try to use symbolic links between directories.
4925
4926 * Makefile.def (LEAN): Pass.
4927 * Makefile.tpl (LEAN): Define.
4928 (stage[+id+]-start): Accept that the previous directory does not
4929 exist, if the bootstrap is lean.
4930 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4931 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4932 configure substitution.
4933 ([+compare-target+]): Likewise.
4934 ([+bootstrap-target+]-lean): New.
4935 * configure.in: Remove lean bootstrap support from here.
4936
4937 * Makefile.in: Regenerate.
4938 * configure: Regenerate.
4939
4940 2006-01-04 Ben Elliston <bje@au.ibm.com>
4941
4942 * MAINTAINERS (libdecnumber): Add myself.
4943
4944 2006-01-02 Mark Mitchell <mark@codesourcery.com>
4945
4946 * libtool-ldflags: New script.
4947
4948 2006-01-02 Andreas Schwab <schwab@suse.de>
4949
4950 * configure.in: When reconfiguring remove Makefile in
4951 all stage directories.
4952 * configure: Regenerate.
4953
4954 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
4955
4956 * MAINTAINERS: Update my email address.
4957
4958 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
4959
4960 Revert Ada-related part of the previous change.
4961
4962 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4963 Do not pass.
4964 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4965 * Makefile.in: Regenerate.
4966 * configure.in: Do not include mt-ppc-aix target fragment.
4967 * configure: Regenerate.
4968
4969 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
4970
4971 * configure.in: Select appropriate fragments for PowerPC/AIX.
4972 * configure: Regenerate.
4973
4974 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4975 BOOT_CFLAGS, BOOT_LDFLAGS.
4976 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4977 BOOT_CFLAGS, BOOT_LDFLAGS.
4978 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4979 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4980 (stage): Fail if we cannot complete the work.
4981 * Makefile.in: Regenerate.
4982
4983 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
4984
4985 * configure.in: Replace ms1 with mt.
4986 * configure: Rebuilt.
4987
4988 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
4989
4990 * MAINTAINERS: Update my email address.
4991
4992 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
4993
4994 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4995 install-host-nogcc): Don't invoke $(stage) at the end.
4996 * Makefile.in: Regenerate.
4997
4998 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
4999
5000 * configure.in: Flip the top-level bootstrap switch.
5001 * configure: Regenerate.
5002
5003 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
5004
5005 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
5006 $(stage) and $(unstage).
5007 (EXTRA_TARGET_FLAGS): Correct double-quoting.
5008 (all): Remove stray semicolon.
5009 (local-distclean): Don't handle multilib.tmp and multilib.out.
5010 (install.all): Set $s for consistency.
5011 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
5012 check_multilibs setting. Always make the install directory.
5013 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
5014 Correct @if/@endif.
5015 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
5016 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
5017 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
5018 (multilib.out): Remove.
5019 * Makefile.in: Regenerated.
5020
5021 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
5022
5023 * MAINTAINERS (Write After Approval): Add myself.
5024
5025 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
5026
5027 * MAINTAINERS: Add myself as mt maintainer.
5028
5029 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
5030
5031 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
5032
5033 * MAINTAINERS: Change email address.
5034
5035 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
5036
5037 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
5038 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
5039 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
5040 Find in-tree tools if available.
5041 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
5042 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
5043 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
5044 (COMPILER_*_FOR_TARGET): New.
5045 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
5046 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
5047 (CONFIGURED_*, USUAL_*): Remove.
5048 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
5049 STRIP): Use autoconf substitutions.
5050 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
5051 COMPILER_NM_FOR_TARGET): New.
5052 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
5053
5054 (all): Make all-host and all-target in parallel.
5055 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
5056 that $$r and $$s are set before invoking a recursive make.
5057 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
5058 ([+bootstrap-target+]): Inline most of the `all' target.
5059
5060 2005-11-29 Ben Elliston <bje@au.ibm.com>
5061
5062 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
5063 from the gcc build directory.
5064 * Makefile.in: Regenerate.
5065
5066 2005-11-29 Ben Elliston <bje@au.ibm.com>
5067
5068 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
5069 depend on all-libdecnumber.
5070 * configure.in (host_libs): Include libdecnumber.
5071 * Makefile.in: Regenerate.
5072 * configure: Likewise.
5073
5074 2005-11-29 Ben Elliston <bje@au.ibm.com>
5075
5076 * libdecnumber: Import decNumber sources from the dfp-branch.
5077
5078 2005-11-21 Kean Johnston <jkj@sco.com>
5079
5080 * config.sub, config.guess: Sync from upstream sources.
5081
5082 2005-11-21 Ben Elliston <bje@au.ibm.com>
5083
5084 Import from Autoconf sources:
5085
5086 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5087 * config/move-if-change: Don't output "$2 is unchanged";
5088 suggested by Ben Elliston. Handle weird characters correctly.
5089
5090 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
5091
5092 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
5093 to match upstream libtool for darwin.
5094
5095 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
5096
5097 * Makefile.def: Remove gdb dependencies for gdbtk.
5098 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
5099 (configure-gdb, install-gdb): New rules.
5100 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
5101 * Makefile.in, configure: Regenerated.
5102
5103 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
5104
5105 * MAINTAINERS (Write After Approval): Add myself.
5106
5107 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
5108
5109 * MAINTAINERS (Write After Approval): Add myself.
5110
5111 2005-10-24 Diego Novillo <dnovillo@redhat.com>
5112
5113 * MAINTAINERS (alias analysis): Add Daniel Berlin and
5114 Diego Novillo.
5115
5116 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
5117
5118 PR bootstrap/24297
5119 * Makefile.tpl (do-[+make-target+], do-check, install,
5120 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
5121 are set before recursing.
5122 * Makefile.in: Regenerate.
5123
5124 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
5125
5126 PR bootstrap/18939
5127 * Makefile.def (gcc) <target>: Fix thinko.
5128 * Makefile.in: Regenerate.
5129
5130 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
5131
5132 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
5133 * configure: Regenerate.
5134
5135 2005-10-15 Jie Zhang <jie.zhang@analog.com>
5136
5137 * MAINTAINERS (Write After Approval): Add self.
5138
5139 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
5140
5141 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
5142 target-libffi, target-qthreads, target-libjava, and
5143 targetlibobjc.
5144 * configure: Regenerate.
5145
5146 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
5147
5148 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
5149 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
5150 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
5151 (USUAL_OBJDUMP_FOR_TARGET): New.
5152 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
5153 * configure.in: Check for $OBJDUMP_FOR_TARGET.
5154 * configure, Makefile.in: Regenerated.
5155
5156 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5157
5158 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
5159 before other host packages.
5160
5161 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
5162
5163 * MAINTAINERS: Add self as sh libraries/configury maintainer.
5164
5165 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
5166
5167 PR bootstrap/22340
5168
5169 * configure.in (default_target): Remove.
5170 * Makefile.tpl (all): Do not use prerequisites as subroutines
5171 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
5172 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
5173 use prerequisites as subroutines.
5174 (check-host, check-target): New.
5175 (bootstrap configure & all targets): Do not use stage*-start
5176 if the directory layout is already ok.
5177 (non-bootstrap configure & all targets): Prepend a $(unstage).
5178 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
5179 (NOTPARALLEL): Remove.
5180 (unstage, stage variables): New variables.
5181 (unstage, stage targets): Simply expand to those variables.
5182
5183 * configure: Regenerate.
5184 * Makefile.in: Regenerate.
5185
5186 2005-10-04 James E Wilson <wilson@specifix.com>
5187
5188 * Makefile.def (lang_env_dependencies): Add libmudflap.
5189 * Makefile.in: Regenerate.
5190
5191 2005-10-03 Andreas Schwab <schwab@suse.de>
5192
5193 Backport from libtool CVS:
5194 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
5195
5196 * ltmain.sh: add support for installing into temporary
5197 staging area (e.g. 'make install DESTDIR=...')
5198
5199 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
5200
5201 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5202 * configure: Regenerated.
5203
5204 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
5205
5206 * configure: Regenerate with the correct
5207 autoconf version.
5208
5209 2005-09-30 Catherine Moore <clm@cm00re.com>
5210
5211 * configure.in (bfin-*-*): New.
5212 * configure: Regenerated.
5213
5214 2005-09-28 Geoffrey Keating <geoffk@apple.com>
5215
5216 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5217 (LIPO_FOR_TARGET): New.
5218 (CONFIGURED_LIPO_FOR_TARGET): New.
5219 (USUAL_LIPO_FOR_TARGET): New.
5220 (STRIP_FOR_TARGET): New.
5221 (CONFIGURED_STRIP_FOR_TARGET): New.
5222 (USUAL_STRIP_FOR_TARGET): New.
5223 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5224 STRIP_FOR_TARGET.
5225 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5226 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5227 * Makefile.in: Regenerate.
5228 * configure: Regenerate.
5229
5230 2005-09-19 David Edelsohn <edelsohn@gnu.org>
5231
5232 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5233 (rs6000-*-aix*): Same.
5234 * configure: Regenerate.
5235
5236 2005-09-16 Tom Tromey <tromey@redhat.com>
5237
5238 * MAINTAINERS: Add self as java maintainer.
5239
5240 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5241
5242 * configure.in: Recognize f95 in the --enable-languages option,
5243 and substitute it for fortran, issuing a warning.
5244 * configure: Regenerate.
5245
5246 2005-08-30 Phil Edwards <phil@codesourcery.com>
5247
5248 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5249 * configure: Regenerated.
5250
5251 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
5252
5253 * MAINTAINERS: Add self as ms1 maintainer.
5254
5255 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5256
5257 * Makefile.def (libssp): Add to lang_env_dependencies.
5258 * Makefile.in: Regenerate.
5259
5260 2005-08-18 Ian Lance Taylor <ian@airs.com>
5261
5262 * MAINTAINERS: Add myself as middle-end maintainer.
5263
5264 2005-08-17 Christian Groessler <chris@groessler.org>
5265
5266 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5267 * Makefile.in: Regenerate.
5268
5269 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
5270
5271 * MAINTAINERS (write after approval): Added myself.
5272
5273 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
5274
5275 * MAINTAINERS (Write After Approval): Add myself.
5276
5277 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
5278
5279 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5280 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5281 Look for alternate names of the target cc and c++
5282 * configure: Regenerate.
5283
5284 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
5285
5286 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5287 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5288 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5289 tools; remove code to manually set them.
5290 (Target tools): Look in the environment for them.
5291 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5292 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5293 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5294 build directory.
5295 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5296 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5297 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5298 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5299 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5300 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5301 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5302 * configure: Regenerate.
5303 * Makefile.in: Regenerate.
5304
5305 2005-07-28 Ben Elliston <bje@au.ibm.com>
5306
5307 * MAINTAINERS: Update for removed CPU targets.
5308
5309 2005-07-27 Mark Mitchell <mark@codesourcery.com>
5310
5311 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
5312 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
5313 * Makefile.in: Regenerated.
5314
5315 2005-07-26 Mark Mitchell <mark@codesourcery.com>
5316
5317 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5318 (CFLAGS_FOR_TARGET): Use it.
5319 (CXXFLAGS_FOR_TARGET): Likewise.
5320 * Makefile.in: Regenerated.
5321 * configure.in (--with-build-sysroot): New option.
5322 * configure: Regenerated.
5323
5324 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
5325
5326 * Makefile.tpl: Wrap install between unstage and stage
5327 * Makefile.in: Regenerate.
5328
5329 2005-07-21 Eric Christopher <echristo@apple.com>
5330
5331 * MAINTAINERS: Update affiliation.
5332
5333 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
5334
5335 * MAINTAINERS: Add self as crx port maintainer.
5336
5337 2005-07-20 DJ Delorie <dj@redhat.com>
5338
5339 * MAINTAINERS: Add self as m32c maintainer.
5340
5341 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5342
5343 * all files: Update FSF address.
5344
5345 2005-07-15 Eric Christopher <echristo@redhat.com>
5346
5347 * MAINTAINERS: Change affiliation.
5348
5349 2005-07-14 Jim Blandy <jimb@redhat.com>
5350
5351 * configure.in: Add cases for Renesas m32c.
5352 * configure: Regenerated.
5353
5354 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5355
5356 * COPYING.LIB: Update from fsf.org.
5357
5358 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5359
5360 * COPYING, compile, config.guess,
5361 config.sub, install-sh, missing, mkinstalldirs,
5362 symlink-tree, ylwrap: Sync from upstream sources.
5363 * config-ml.in: Update FSF address.
5364
5365 2005-07-13 Eric Christopher <echristo@redhat.com>
5366
5367 * configure.in: Add toplevel noconfigdir support for tpf.
5368 * configure: Regenerate.
5369
5370 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
5371
5372 PR ada/22340
5373
5374 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5375 * Makefile.in: Regenerate.
5376
5377 2005-07-07 Mark Mitchell <mark@codesourcery.com>
5378
5379 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
5380 Brolley to write-after-approval.
5381
5382 2005-07-07 Andreas Schwab <schwab@suse.de>
5383
5384 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5385 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5386 * Makefile.in: Regenerated.
5387
5388 2005-07-06 Geoffrey Keating <geoffk@apple.com>
5389
5390 * configure.in: Don't build sim or rda when targetting darwin.
5391 * configure: Regenerate.
5392
5393 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
5394
5395 * configure.in: Add --enable-libssp and --disable-libssp.
5396 * configure: Regenerate with autoconf-2.13.
5397
5398 2005-07-02 Jakub Jelinek <jakub@redhat.com>
5399
5400 * Makefile.def (target_modules): Add libssp.
5401 * configure.in (target_libraries): Add target-libssp.
5402 * configure: Rebuilt.
5403 * Makefile.in: Rebuilt.
5404
5405 2005-07-01 Zack Weinberg <zackw@panix.com>
5406
5407 * MAINTAINERS: Change email address. Resign from maintainership.
5408
5409 2005-07-01 Richard Guenther <rguenther@suse.de>
5410
5411 * MAINTAINERS: Change my e-mail address and affiliation.
5412
5413 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
5414
5415 * Makefile.def (stagefeedback): Come after profile.
5416 Define profiledbootstrap target.
5417 * Makefile.tpl (profiledbootstrap): Remove.
5418 (stageprofile-end): Zap stagefeedback.
5419 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5420 * Makefile.in: Regenerate.
5421
5422 2005-06-13 Richard Sandiford <richard@codesourcery.com>
5423
5424 * MAINTAINERS: Update my email address.
5425
5426 2005-06-13 Zack Weinberg <zack@codesourcery.com>
5427
5428 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5429 In 'cpp' stanza, support '#line' as well as '# '.
5430
5431 2005-06-08 Andreas Schwab <schwab@suse.de>
5432
5433 * MAINTAINERS: Move myself from 'Write After Approval' to
5434 'CPU Port Maintainers' section as m68k maintainer.
5435
5436 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
5437
5438 * configure.in (unsupported_languages): New macro.
5439 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5440 non-ported target libraries in noconfigdirs.
5441 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5442 non-linux-gnu. Remove libgcj_ex_libffi.
5443 <lang_frag loop>: Set add_this_lang=no if the language is in
5444 unsupported_languages.
5445 * configure: Regenerate.
5446
5447 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5448
5449 * configure.in: Fix typo in handling of --with-mpfr-dir.
5450 * configure: Regenerate.
5451
5452 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
5453
5454 * MAINTAINERS: Update my email address.
5455
5456 2005-06-02 Jim Blandy <jimb@redhat.com>
5457
5458 * config.sub: Add cases for the Renesas m32c. (This patch has been
5459 accepted into the master sources.)
5460
5461 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
5462 Michael Snyder <msnyder@redhat.com>
5463 Stan Cox <scox@redhat.com>
5464
5465 * configure.in: Set noconfigdirs for ms1.
5466
5467 * configure: Regenerate.
5468
5469 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
5470
5471 * MAINTAINERS (Write After Approval): Add self.
5472
5473 2005-06-01 Josh Conner <jconner@apple.com>
5474
5475 * MAINTAINERS (Write After Approval): Add self.
5476
5477 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
5478
5479 * MAINTAINERS: Update my email address.
5480
5481 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
5482
5483 * MAINTAINERS (Write After Approval): Add self.
5484
5485 2005-05-26 Chris Demetriou <cgd@broadcom.com>
5486
5487 * MAINTAINERS (Write After Approval): Remove self.
5488
5489 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
5490
5491 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5492 (Dependencies): Consider target modules for bootstrap dependencies.
5493 Make target bootstrap modules depend on each stage's gcc.
5494 * Makefile.in: Regenerate.
5495
5496 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
5497
5498 * Makefile.def (configure-gcc): Depend on binutils having been built.
5499 (all-gcc): No need to do it here.
5500 * Makefile.in: Regenerate.
5501
5502 2005-05-19 Paul Brook <paul@codesourcery.com>
5503
5504 * configure.in: Rewrite misleading error message when requested
5505 language cannot be built.
5506 * configure: Regenerate.
5507
5508 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5509
5510 * ylwrap: Import from Automake 1.9.5.
5511
5512 2005-05-13 David Ung <davidu@mips.com>
5513
5514 * MAINTAINERS (Write After Approval): Add self.
5515
5516 2005-05-09 Mike Stump <mrs@apple.com>
5517
5518 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
5519 lt_cv_sys_max_cmd_len for now.
5520
5521 2005-05-09 Stan Cox <scox@redhat.com>
5522
5523 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
5524
5525 2005-05-08 Matt Kraai <kraai@ftbfs.org>
5526
5527 * README.SCO: Update the URL.
5528
5529 2005-05-05 David Edelsohn <edelsohn@gnu.org>
5530
5531 * ltconfig: Define file_list_spec. Pass file_list_spec and
5532 with_gnu_ld to libtool.
5533 * ltcf-c.sh (aix[45]): Define file_list_spec.
5534 * ltcf-cxx.sh (aix[45]): Same.
5535 * ltcf-gcj.sh (aix[45]): Same.
5536 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
5537 exists, write list of input files to temporary file.
5538
5539 2005-05-04 Mike Stump <mrs@apple.com>
5540
5541 * configure.in: Always pass --target to target configures as
5542 otherwise rebuilds that do --recheck will fail.
5543 * confiugure: Rebuilt.
5544
5545 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
5546
5547 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5548 STAGE_HOST_EXPORTS.
5549 (configure, all): Add bootstrap support.
5550 (Host modules, target modules): Pass post-stage1 flags and exports.
5551 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5552 * Makefile.in: Regenerate.
5553
5554 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
5555
5556 * configure: Regenerate.
5557
5558 2005-04-27 Mike Stump <mrs@apple.com>
5559
5560 * MAINTAINERS: Add self as darwin maintainer.
5561
5562 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5563
5564 * config.sub: Update from master copy.
5565
5566 2005-04-21 Mike Stump <mrs@apple.com>
5567
5568 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
5569 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
5570
5571 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5572
5573 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5574 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5575 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5576 "*-*-elf" and "*-*-linux*".
5577 * configure: Regenerate.
5578
5579 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
5580
5581 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
5582
5583 2005-04-12 Mike Stump <mrs@apple.com>
5584
5585 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
5586
5587 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
5588
5589 * MAINTAINERS (Write After Approval): Add myself.
5590
5591 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
5592
5593 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
5594
5595 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
5596
5597 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
5598 (TARGET_CONFIGARGS): Include --with-target-subdir.
5599 (configure, all): New macros. Use them throughout.
5600 * Makefile.in: Regenerate.
5601
5602 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
5603
5604 * MAINTAINERS (Write After Approval): Add myself.
5605
5606 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
5607
5608 * MAINTAINERS: Remove 'loop unrolling' maintainer.
5609
5610 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
5611
5612 * MAINTAINERS: Move John Carr to Write After Approval.
5613
5614 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5615
5616 * config/mh-mingw32: Delete.
5617 * configure.in: Don't use it.
5618 * configure: Regenerate.
5619
5620 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
5621
5622 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5623 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5624 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
5625 (HOST_LIB_PATH): Generate from Makefile.def.
5626 (TARGET_LIB_PATH): Likewise.
5627 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5628 * Makefile.in: Regenerate.
5629 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5630 (RPATH_ENVVAR): Include Darwin case.
5631 * configure: Regenerate.
5632
5633 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
5634
5635 * MAINTAINERS (Various Maintainers): Remove self.
5636 (Write After Approval): Add self.
5637
5638 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
5639
5640 * MAINTAINERS (Various Maintainers): Add self.
5641
5642 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
5643
5644 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5645 * configure: Regenerate.
5646
5647 2005-03-21 Zack Weinberg <zack@codesourcery.com>
5648
5649 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5650 gcc_version, and gcc_version_trigger from set of flags to pass.
5651 * Makefile.tpl: Remove definitions of above variables.
5652 (config.status): Remove dependency on $(gcc_version_trigger).
5653 * Makefile.in: Regenerate.
5654 * configure.in: Do not reference config/gcc-version.m4 nor
5655 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5656 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5657 * configure: Regenerate.
5658
5659 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5660 Andrew Pinski <pinskia@physics.uc.edu>
5661
5662 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5663 * Makefile.in: Regenerate.
5664
5665 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
5666
5667 * MAINTAINERS (Write After Approval): Add myself.
5668
5669 2005-03-03 David Ayers <d.ayers@inode.at>
5670
5671 * MAINTAINERS (Write After Approval): Add myself.
5672
5673 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
5674
5675 PR libgcj/20160
5676 * ltmain.sh: Avoid creating archives with components that have
5677 duplicate basenames.
5678
5679 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5680
5681 PR bootstrap/20250
5682 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5683 instead of check.
5684 * Makefile.in: Regenerate.
5685
5686 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5687
5688 * Makefile.in: Regenerate to fix conflict between the previous two
5689 patches.
5690
5691 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5692
5693 PR bootstrap/17383
5694 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5695 * Makefile.tpl (HOST_SUBDIR): New substitution.
5696 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5697 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5698 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5699 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5700 (Host modules, Bootstrapped modules): Use it.
5701 (Build modules, Target modules): Do not create symlink trees,
5702 always configure out-of-srcdir.
5703 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5704 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5705 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5706 $(HOST_SUBDIR). Create a symlink for host_subdir.
5707
5708 * Makefile.in: Regenerate.
5709 * configure: Regenerate.
5710
5711 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5712
5713 Merged from libada-gnattools-branch:
5714 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5715
5716 * gnattools: New directory.
5717 * Makefile.def: Add gnattools as a module, depending on target-libada.
5718 * Makefile.in: Regenerate.
5719 * configure.in: Include gnattools in host_tools; disable it if ada
5720 is disabled.
5721 * configure: Regenerate.
5722
5723 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
5724
5725 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
5726 treelang maintainer.
5727 (Write After Approval): Remove myself.
5728
5729 2005-02-23 Paul Schlie <schlie@comcast.net>
5730
5731 * configure.in: Allow darwin targeted ports to build tk, itcl and
5732 libgui.
5733 * configure: Regenerate.
5734
5735 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5736
5737 PR libgcj/10353
5738 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5739 * configure: Regenerate.
5740
5741 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
5742
5743 * MAINTAINERS (Write After Approval): Add myself.
5744
5745 2005-02-10 Ian Lance Taylor <ian@airs.com>
5746
5747 * MAINTAINERS: Update my e-mail address.
5748
5749 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
5750
5751 * MAINTAINERS (Write After Approval): Add myself.
5752
5753 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
5754
5755 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5756 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5757 target-libgloss when not *-*-elf and *-*-aout.
5758 * configure: Regenerate.
5759
5760 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
5761
5762 * MAINTAINERS: Remove obsolete entries.
5763
5764 * MAINTAINERS (Write After Approval): Add Michael Matz.
5765
5766 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
5767
5768 * MAINTAINERS: Remove self as cpplib maintainer.
5769
5770 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5771
5772 * install-sh, config.sub: Import from upstream.
5773
5774 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5775
5776 PR bootstrap/18222
5777 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5778 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5779 * Makefile.in: Regenerate.
5780
5781 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
5782
5783 * MAINTAINERS: Update my email address.
5784
5785 2005-01-12 David Edelsohn <edelsohn@gnu.org>
5786 Andreas Schwab <schwab@suse.de>
5787
5788 PR bootstrap/18033
5789 * config-ml.in: Eval option if surrounded by single quotes.
5790
5791 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
5792
5793 Revert 2004-12-28 Makefile changes, a better fix will be
5794 applied to mainline and src after GCC 4.0 branches.
5795
5796 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
5797
5798 PR bootstrap/17383
5799
5800 * Makefile.def (target_modules): Remove stage parameter,
5801 it is always true now.
5802 * Makefile.tpl (configure-build-[+module+],
5803 configure-target-[+module+]): Always build symlink tree
5804 for the directory and for include. BUILD_SUBDIR and
5805 TARGET_SUBDIR cannot be . anymore.
5806 * Makefile.in: Regenerate.
5807
5808 2004-12-25 David Edelsohn <edelsohn@gnu.org>
5809
5810 Revert 2004-12-08 Makefile changes.
5811
5812 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
5813
5814 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
5815 cygwin, mingw.
5816
5817 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5818
5819 * configure.in (sh64-*-*): Reenable gprof.
5820 * configure: Regenerate.
5821
5822 2004-12-08 David Edelsohn <edelsohn@gnu.org>
5823
5824 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5825 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5826 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5827 * Makefile.in: Regenerate.
5828
5829 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
5830
5831 * MAINTAINERS: Update my email address.
5832
5833 2004-12-07 Matt Kraai <kraai@ftbfs.org>
5834
5835 * Makefile.tpl: Generate normal dependencies if the LHS module is
5836 not bootstrapped.
5837 * Makefile.in: Regenerate.
5838
5839 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5840
5841 * configure.in: Include config/gxx-include-dir.m4. Use
5842 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5843 * configure: Regenerate.
5844
5845 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
5846
5847 * config.if: Delete.
5848 * configure.in: Set libstdcxx_incdir directly.
5849 * configure: Regenerate.
5850
5851 2004-12-02 Eric Christopher <echristo@redhat.com>
5852
5853 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
5854 * Makefile.in: Regenerate.
5855
5856 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5857
5858 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5859 * configure: Regenerate.
5860
5861 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
5862
5863 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5864 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5865 * configure: Regenerate.
5866
5867 2004-12-01 Eric Christopher <echristo@redhat.com>
5868
5869 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
5870 of things to remove.
5871
5872 2004-11-29 Matt Kraai <kraai@ftbfs.org>
5873
5874 * MAINTAINERS (Write After Approval): Update my e-mail address.
5875
5876 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
5877
5878 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
5879 from CVS libtool to always pass_all.
5880
5881 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5882
5883 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5884 (hppa*64*-*-*): Delete incorrect comment.
5885 * configure: Rebuilt.
5886
5887 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5888
5889 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
5890
5891 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
5892
5893 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
5894 from CVS libtool to always pass_all.
5895
5896 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5897
5898 * install-sh, compile: Import from automake.
5899
5900 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5901
5902 * config.guess, config.sub: Import from savannnah.
5903
5904 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
5905
5906 * MAINTAINERS (Write After Approval): Add myself
5907
5908 2004-11-12 Mike Stump <mrs@apple.com>
5909
5910 * Makefile.def: Add html support.
5911 * Makefile.tpl: Likewise.
5912 * Makefile.in: Regenerate.
5913
5914 2004-11-11 Geoffrey Keating <geoffk@apple.com>
5915
5916 PR 18423
5917 * configure.in: Remove all instances of build-fixincludes from
5918 noconfigdirs.
5919 (build_configargs): Supply --target to subdirectories.
5920 * configure: Regenerate.
5921
5922 * Makefile.def: Make gcc install depend on fixincludes install.
5923 * Makefile.in: Regenerate.
5924
5925 2004-11-10 Janis Johnson <janis187@us.ibm.com>
5926
5927 * MAINTAINERS: Add myself as gcc testsuite maintainer.
5928
5929 2004-11-11 Paul Brook <paul@codesourcery.com>
5930
5931 * MAINTAINERS: Add self as arm maintainer. Update email address.
5932
5933 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5934
5935 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5936 target-libgfortran.
5937 * configure: Regenerate.
5938
5939 2004-11-07 David Edelsohn <edelsohn@gnu.org>
5940
5941 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5942 like CC.
5943
5944 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
5945
5946 * Makefile.def (host fixincludes): Specify missing targets.
5947 * Makefile.in: Regenerate.
5948
5949 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
5950
5951 * MAINTAINERS: Add myself
5952
5953 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
5954
5955 * MAINTAINERS (Write After Approval): Add myself.
5956
5957 2004-11-04 Geoffrey Keating <geoffk@apple.com>
5958
5959 * Makefile.def: Build fixincludes for the host, too.
5960 * Makefile.in: Regenerate.
5961 * configure.in (host_tools): Add fixincludes.
5962 * configure: Regenerate.
5963
5964 2004-11-04 Daniel Jacobowitz <dan@debian.org>
5965
5966 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5967 * configure: Regenerated.
5968
5969 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5970
5971 PR other/17783
5972 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5973 * configure: Regenerated.
5974
5975 2004-10-31 Mark Mitchell <mark@codesourcery.com>
5976
5977 * README.SCO: Update per FSF instructions.
5978
5979 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
5980
5981 PR target/18151
5982 * configure.in (case ${target}): Do not build fixincludes for avr.
5983 * configure: Regenerated.
5984
5985 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
5986
5987 * configure.in (case ${target}): Do not build fixincludes
5988 on platforms where it is not used.
5989 * configure: Regenerated.
5990
5991 2004-10-23 Daniel Jacobowitz <dan@debian.org>
5992
5993 * configure.in: Use an absolute path to install-sh.
5994 * configure: Regenerated.
5995
5996 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5997
5998 * MAINTAINERS (Write After Approval): Add myself.
5999
6000 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
6001
6002 * MAINTAINERS: Remove from Write After Approval those that are
6003 already maintainers.
6004
6005 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
6006
6007 * MAINTAINERS: Update my email address.
6008
6009 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
6010
6011 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
6012 * configure: Regenerate.
6013
6014 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
6015
6016 * MAINTAINERS: Update my email address.
6017
6018 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
6019
6020 * MAINTAINERS (Language Front Ends Maintainers): New. Move
6021 entries belonging to this category.
6022
6023 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
6024
6025 * MAINTAINERS: Update my e-mail address.
6026
6027 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
6028
6029 Fix wrong conflict resolution in:
6030
6031 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6032
6033 * Makefile.in: Regenerate.
6034 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6035 in the recursive `make', instead of hardwiring `all'.
6036 (Autogenerated TARGET-* variables): New.
6037
6038 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
6039
6040 * configure.in: Enable target-libgloss for crx-*-*.
6041 * configure: Regenerate.
6042
6043 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6044
6045 * MAINTAINERS (Various Maintainers): Move the "windows,
6046 cygwin, mingw" maintainer to ...
6047 (OS Port Maintainers): ... here.
6048
6049 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
6050
6051 * MAINTAINERS (Write After Approval): Remove those that are
6052 maintainers of some subsystem.
6053
6054 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
6055
6056 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
6057 * ltcf-cxx.sh (tpf*): Likewise.
6058 * ltconfig (tpf*): Add TPF OS configuration support.
6059
6060 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
6061
6062 * MAINTAINERS: Change my email address to my new work account.
6063
6064 2004-09-24 Michael Roth <mroth@nessie.de>
6065
6066 * configure.in (--without-headers): Add missing double quotes.
6067 * configure: Regenerate.
6068
6069 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
6070
6071 * ylwrap: Revert to previous version.
6072
6073 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
6074
6075 PR bootstrap/17369
6076 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
6077 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
6078 SET_GCC_LIB_PATH_CMD.
6079 (BASE_TARGET_EXPORTS): Likewise.
6080 * Makefile.in: Regenerated.
6081
6082 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
6083 * configure: Regenerated.
6084
6085 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
6086
6087 * config.guess: New upstream version
6088 * compile, depcomp, install-sh, ylwrap: Likewise.
6089
6090 2004-09-19 Roger Sayle <roger@eyesopen.com>
6091
6092 * config/mh-x86omitfp: New host makefile fragment. Add
6093 -fomit-frame-pointer to the default BOOT_CFLAGS.
6094 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
6095 * configure: Regenerate.
6096
6097 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
6098
6099 PR target/11572
6100 * configure.in (*-*-darwin*): Renable libobjc.
6101 * configure: Regenerate.
6102
6103 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
6104
6105 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
6106
6107 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
6108
6109 * Makefile.def: Remove libbanshee.
6110 * Makefile.tpl: Ditto.
6111 * configure.in: Ditto.
6112 * Makefile.in: Regen.
6113 * configure: Ditto.
6114
6115 2004-09-08 David Edelsohn <edelsohn@gnu.org>
6116
6117 * ltmain.sh: Use $pic_object as $non_pic_object if
6118 $non_pic_object=none.
6119
6120 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
6121
6122 * missing: Import latest version from master repository.
6123
6124 2004-09-06 Nick Clifton <nickc@redhat.com>
6125
6126 * config.sub: Import latest version from master repository.
6127 * config.guess: Likewise.
6128 This includes these changes:
6129
6130 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
6131
6132 * config.sub: Handle crisv32, alias etraxfs.
6133 * config.guess (crisv32:Linux:*:*): Handle.
6134
6135 2004-08-13 Brad Smith <brad@comstyle.com>
6136
6137 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
6138 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
6139
6140 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
6141
6142 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
6143 assume the processor is a powerpc. This is because coreutils
6144 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
6145 in this case, due to a MacOS X bug that causes
6146 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
6147 to return a negative number.
6148 Problem reported by Petter Reinholdtsen in:
6149 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
6150
6151 2004-07-19 Ben Elliston <bje@gnu.org>
6152
6153 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
6154
6155 2004-06-24 Ben Elliston <bje@gnu.org>
6156
6157 * config.guess: Update copyright years.
6158 * config.sub: Likewise.
6159
6160 2004-06-22 Robert Millan <robertmh@gnu.org>
6161
6162 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
6163 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
6164
6165 2004-06-22 Stanley F. Quayle <stan@stanq.com>
6166
6167 * config.guess (*:*VMS:*:*): New entry. Replaces
6168 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
6169 manufacturer.
6170
6171 2004-06-22 Ben Elliston <bje@gnu.org>
6172
6173 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
6174 * config.sub: Likewise.
6175
6176 2004-06-22 Ben Elliston <bje@gnu.org>
6177
6178 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
6179 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
6180
6181 2004-06-11 Ben Elliston <bje@gnu.org>
6182
6183 * config.guess (pegasos:OpenBSD:*:*): Remove.
6184
6185 2004-06-11 Ben Elliston <bje@gnu.org>
6186
6187 From Wouter Verhelst <wouter@grep.be>:
6188 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
6189
6190 2004-06-11 Ben Elliston <bje@gnu.org>
6191
6192 * config.guess (luna88k:OpenBSD:*:*): New.
6193
6194 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6195
6196 * config.guess (m32r*:Linux:*:*): New case.
6197 * config.sub: Handle m32rle.
6198
6199 2004-03-12 Ben Elliston <bje@wasabisystems.com>
6200
6201 From Jens Petersen <petersen@redhat.com>:
6202 * config.sub: Handle sparcv8.
6203
6204 2004-03-03 Ben Elliston <bje@wasabisystems.com>
6205
6206 From Tom Smith <smith@cag.lkg.hp.com>:
6207 * config.guess: Version suffixes are equally significant on Tru64
6208 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
6209 prefix of "P" (patched kernel).
6210
6211 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
6212
6213 * config.sub: Add support for National Semiconductor CRX target.
6214
6215 2004-09-03 Janis Johnson <janis187@us.ibm.com>
6216
6217 * MAINTAINERS (Various Maintainers): Remove myself as web page
6218 maintainer, add myself as maintainer of build status lists.
6219
6220 2004-09-03 Jan Beulich <jbeulich@novell.com>
6221
6222 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
6223 *-*-netware, but add target-libmudflap.
6224 Consolidate *-*-netware targets (of which really only i?86 exists)
6225 into a single entry.
6226 * configure: Likewise.
6227
6228 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
6229
6230 * Makefile.tpl (sorry): Remove.
6231 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
6232 (cleanstrap targets): Depend on distclean, not distclean-stage1.
6233 (do-clean): Clean per-stage directories too.
6234 (do-distclean): Run distclean-stage1 too.
6235 (.NOTPARALLEL): Enable during toplevel bootstrap.
6236 (stage[+id+]-bubble): Enable parallel execution during
6237 the recursive invocation.
6238 * Makefile.in: Regenerate.
6239
6240 Fix previous checkin:
6241
6242 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
6243 include.
6244 * configure.in: Fix indentation.
6245 * configure: Regenerate.
6246
6247 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
6248
6249 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
6250 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
6251 * configure: regenerate
6252 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
6253 -mdynamic-no-pic
6254
6255 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
6256
6257 * Makefile.def (build_modules): Add fixincludes.
6258 (dependencies): Make gcc depend on fixincludes.
6259 * configure.in (build_tools): Add fixincludes.
6260 (build_configdirs): Always include build_libs.
6261 * Makefile.in: Regenerate.
6262 * configure: Regenerate.
6263
6264 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
6265
6266 * Makefile.def (bootstrap stages): Add 'lean' parameter.
6267 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
6268 phony targets; do not generate timestamp files.
6269 (distclean-stageN): Remove references to their timestamp files.
6270 (restageN, touch-stageN): Remove.
6271 (stageN-bubble): Rewritten.
6272 (compare): Support lean bootstraps.
6273 * Makefile.in: Regenerate.
6274
6275 * configure.in: Only warn when bootstrapping but
6276 build != host or build != target. Support lean bootstraps.
6277 * configure: Regenerate.
6278
6279 2004-08-26 Phil Edwards <phil@codesourcery.com>
6280
6281 * configure.in: Give a better error message if GMP/MPFR are missing
6282 and a language needing them has been requested.
6283 * configure: Regenerated.
6284
6285 2004-08-25 Phil Edwards <phil@codesourcery.com>
6286
6287 * configure.in: Print a list of available language front-ends if
6288 a requested one is missing. Tidy stray tab characters.
6289 * configure: Regenerated.
6290
6291 2004-08-19 Michael Koch <konqueror@gmx.de>
6292
6293 * gcc/doc/install.texi: Update entry about automake for libjava.
6294
6295 2004-08-17 Robert Millan <robertmh@gnu.org>
6296
6297 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
6298 (instead of FreeBSD).
6299 * configure: Regenerate.
6300
6301 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
6302
6303 * Makefile.in: Regenerate.
6304 * configure: Regenerate.
6305
6306 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
6307 stage_*_flags.
6308 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
6309 for bootstrapped modules if toplevel bootstrap is going.
6310 (GCC bootstrap): Generate per-stage targets for all bootstrapped
6311 modules. Adjust for changes in Makefile.def. Enable several
6312 rules even in non-bootstrap mode, just to avoid peppering the
6313 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
6314 (stage-[+prev+]-bubble): Remove.
6315
6316 * Makefile.def (Dependencies): Depend on all-build-bison,
6317 all-build-flex, all-build-byacc, all-build-texinfo, rather
6318 than the host variations.
6319 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
6320 with BUILD_SUBDIR.
6321 (BISON): Update for recent Bisons.
6322 (YACC): Fix typo.
6323 (cross): Depend on all-build.
6324 (all): Do not depend on all-build.
6325 (prebootstrap): Remove.
6326 (dep-kind): Accept separate prefixes for MODULE and ON variables.
6327 (Prebootstrap dependencies): Add them to the per-stage targets
6328 and to all-prebootstrap.
6329 * configure.in (build_configdirs): Always enable build_tools.
6330 (BUILD_DIR_PREFIX): Remove.
6331
6332 * Makefile.def (gcc): Add target variable.
6333 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
6334 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
6335 in the recursive `make', instead of hardwiring `all'.
6336 (Autogenerated TARGET-* variables): New.
6337
6338 2004-08-13 Brian Booth <bbooth@redhat.com>
6339
6340 * MAINTAINERS: Remove myself from write-after-approval.
6341
6342 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
6343
6344 * src-release: Stop distributing mmalloc with gdb (which doesn't
6345 use it).
6346 * Makefile.def: GDB doesn't depend on mmalloc anymore.
6347 * Makefile.in: Regenerate.
6348
6349 2004-08-09 Mark Mitchell <mark@codesourcery.com>
6350
6351 * configure.in (arm*-*-eabi*): New target.
6352 * configure: Regenerate.
6353
6354 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
6355
6356 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
6357 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
6358 (Dependencies): New section.
6359 * Makefile.tpl (Dependencies): Generate from Makefile.def.
6360 (configure-target-[+module+]): Depend on maybe-all-gcc
6361 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
6362 (toplevel profiledbootstrap): Fix dependencies.
6363 * Makefile.in: Regenerate.
6364
6365 2004-08-03 Mark Mitchell <mark@codesourcery.com>
6366
6367 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
6368 target-libiberty to noconfigdirs.
6369 * configure: Regenerate.
6370
6371 2004-08-03 Paul Brook <paul@codesourcery.com>
6372
6373 * configure.in: Check for MPFR as well as GMP.
6374 * configure: Regenerate.
6375
6376 2004-08-01 Robert Millan <robertmh@gnu.org>
6377
6378 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
6379 libmudflap for all GNU-based systems (with Glibc).
6380 * configure: Regenerate.
6381
6382 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
6383
6384 * Makefile.def (host-modules): Add gcc.
6385 * Makefile.in: Regenerate.
6386 * Makefile.tpl (sorry): New rule.
6387 (configure-host, all-host, [+make_target+]-host, do-check,
6388 install-host): Do not add gcc as a special case.
6389 (host modules): Add a small special-casing for gcc. Export
6390 extra_make_flags through the environment.
6391 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
6392 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
6393 other recursive targets for gcc): Remove.
6394
6395 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
6396 (stage, unstage): New rules.
6397 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
6398 distclean-stage[+id+]): Use stage_current.
6399 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
6400 the stage*-start rules.
6401
6402 2004-08-02 Geoffrey Keating <geoffk@apple.com>
6403
6404 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
6405 use -all_load flag.
6406
6407 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
6408
6409 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
6410 * configure: Regenerate.
6411
6412 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
6413
6414 * maintainer-scripts/gcc_release: Revert yesterday's change.
6415
6416 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
6417
6418 * MAINTAINERS: Add myself to write-after-approval.
6419
6420 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
6421
6422 * libf2c: Removed.
6423 * gcc/gccbug.in: Updated because of libf2c removal.
6424 * maintainer-scripts/gcc_release: Ditto.
6425
6426 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
6427
6428 * configure.in: Build libmudflap by default on FreeBSD.
6429 * configure: Regenerated.
6430
6431 2004-07-09 Mark Mitchell <mark@codesourcery.com>
6432
6433 * configure.in: Do not build libmudflap by default on non-GNU/Linux
6434 systems.
6435 * configure: Regenerated.
6436
6437 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6438
6439 PR target/16344
6440 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
6441 feedback based compiler.
6442 * Makefile.in: Rebuilt.
6443
6444 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
6445
6446 * Makefile.def (host_modules): Set bootstrap=true for flex.
6447 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
6448 * Makefile.in: Rebuilt.
6449
6450 2004-07-07 Jan Hubicka <jh@suse.cz>
6451
6452 * MAINTAINERS: Add self as a profile feedback maintainer.
6453
6454 2004-07-05 Phil Edwards <phil@codesourcery.com>
6455
6456 * configure.in: Do not prepend $srcdir to /dev/null in
6457 makefile fragments.
6458 * configure: Regenerate.
6459
6460 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
6461
6462 * Makefile.def (build_modules): Add bison, byacc, flex,
6463 m4, texinfo.
6464 (flags_to_pass): Add FLEX.
6465 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
6466 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
6467 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
6468 DEFAULT_MAKEINFO): Remove.
6469 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
6470 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
6471 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
6472 objdir or else use configured tool.
6473 (all-build): New.
6474 (all): Depend on it.
6475 (Build module dependencies): Add.
6476 * Makefile.in: Regenerate.
6477 * configure.in: Better support for multiple build modules,
6478 matching what is done for host/target modules. Do not look
6479 for "plausible" locations of build tools if Canadian cross.
6480 Use autoconf's AC_PROG_CC to find a C compiler. Define
6481 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
6482 * configure: Regenerate.
6483
6484 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6485
6486 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6487 * Makefile.in: Regenerate.
6488
6489 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
6490
6491 * Makefile.tpl (configure-build-[+module+],
6492 configure-[+module+], configure-target-[+module+]): Pass
6493 [+extra_configure_args+].
6494 (all-build-[+module+], all-[+module+], check-[+module+],
6495 install-[+module+], [+make_target+]-[+module+],
6496 all-target-[+module+], check-target-[+module+],
6497 install-target-[+module+], [+make_target+]-target-[+module+]):
6498 Pass [+extra_make_args+].
6499 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6500 (GCC_HOST_EXPORTS): Remove.
6501 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6502 cross, check-gcc, check-gcc-c++, install-gcc,
6503 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6504 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6505 * Makefile.in: Regenerate.
6506
6507 2004-06-21 Matthew Sachs <msachs@apple.com>
6508
6509 * MAINTAINERS: Added self to write-after-approval.
6510
6511 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6512
6513 * configure.in: Check for srcdir/winsup rather than build directory
6514 winsup.
6515 * configure: Regenerate.
6516
6517 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
6518
6519 * configure.in: Don't build Cygwin native newlib if winsup
6520 directory is missing. Emit warning instead.
6521 * configure: Regenerate.
6522
6523 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
6524
6525 * Makefile.tpl (touch-stage[+id+]): New.
6526 (restage[+prev+]): Depend on touch-stage[+id+].
6527
6528 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6529 Use it throughout.
6530
6531 * Makefile.def: Add profile and feedback bootstrap stages.
6532 Remove next field from bootstrap stages.
6533 * Makefile.tpl (LN, LN_S): Substitute.
6534 (stageN-start, stageN-end): Use double-colon rules, to
6535 provide a hook for additional setup commands.
6536 (distclean-stageN-gcc, restageN): Create dependencies from
6537 [+prev+], not from [+next+].
6538 (stageN-bubble): Add commands for successive stages from
6539 [+prev+], using double-colon rules.
6540 (all-stageN-gcc): Fix typo.
6541 (stagefeedback-start, profiledbootstrap): New.
6542 * Makefile.in: Regenerate.
6543 * configure.in: Call ACX_PROG_LN.
6544 * configure: Regenerate.
6545
6546 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
6547
6548 * MAINTAINERS (Write After Approval): Add myself.
6549
6550 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
6551
6552 * MAINTAINERS (Write After Approval): Add myself.
6553
6554 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
6555
6556 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6557 without gcc.
6558 * configure: Regenerate.
6559
6560 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6561
6562 * Makefile.tpl: Fix typo.
6563 * Makefile.in: Regenerate.
6564
6565 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6566
6567 * configure.in: Remove new- prefix from toplevel
6568 bootstrap targets.
6569 * configure: Regenerate.
6570
6571 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
6572
6573 * Makefile.tpl (all.normal): Rename to all.
6574 (all): Replace with a rule to pick the default
6575 target from configure.
6576 (all-gcc, configure-gcc): Use conditionals to
6577 do nothing when toplevel bootstrap is going on.
6578 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6579 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6580 * configure.in: Support --enable-bootstrap.
6581
6582 * Makefile.def: Remove new- prefix from toplevel
6583 bootstrap targets.
6584 * Makefile.tpl: Likewise.
6585
6586 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6587 target.
6588
6589 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6590 $(RECURSE_FLAGS) to recursive invocation of make.
6591
6592 * Makefile.in: Regenerate.
6593 * configure: Regenerate.
6594
6595 2004-05-30 Andreas Jaeger <aj@suse.de>
6596 Jim Wilson <wilson@specifixinc.com>
6597
6598 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6599 like CC.
6600
6601 2004-05-27 Daniel Jacobowitz <dan@debian.org>
6602
6603 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6604 * configure: Regenerate.
6605
6606 2004-05-25 Daniel Jacobowitz <drow@false.org>
6607
6608 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6609 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6610 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6611 targets.
6612 * Makefile.in: Regenerate.
6613
6614 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
6615
6616 * configure.in: Test the ability to symlink directories.
6617 * configure: Regenerate.
6618
6619 * Makefile.def (bootstrap-stage): New definitions.
6620 * Makefile.tpl (configure-stage1-gcc,
6621 configure-stage2-gcc, configure-stage3-gcc,
6622 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6623 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6624 new-restage3, compare): Autogenerate, see Makefile.in
6625 entry for behavioral changes.
6626 (distclean-stage1, new-stage1-start, new-stage1-end,
6627 new-stage1-bubble, distclean-stage2, new-stage2-start,
6628 new-stage2-end, new-stage2-bubble, distclean-stage3,
6629 new-stage3-start, new-stage3-end): New autogenerated targets.
6630 (objext, prebootstrap, BOOT_CFLAGS,
6631 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6632 targets.
6633
6634 * Makefile.in: Regenerate.
6635 (distclean-stage1, new-stage1-start, new-stage1-end,
6636 new-stage1-bubble, distclean-stage2, new-stage2-start,
6637 new-stage2-end, new-stage2-bubble, distclean-stage3,
6638 new-stage3-start, new-stage3-end): New targets.
6639 (all-stage1-gcc): Move prebootstrap dependency from here...
6640 (configure-stage1-gcc): ...to here.
6641 (new-bootstrap): Use bubble targets.
6642 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6643 Use per-stage distclean targets.
6644 (configure-stage1-gcc, configure-stage2-gcc,
6645 configure-stage3-gcc, all-stage1-gcc,
6646 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6647 Use new-stageN-start to prepare the tree.
6648
6649 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
6650
6651 * Makefile.def (host_modules): add libcpp.
6652 * Makefile.tpl: Add dependencies on and for libcpp.
6653 * Makefile.in: Regenerate.
6654 * configure.in: Add libcpp host module.
6655 * configure: Regenerate.
6656
6657 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
6658
6659 * Makefile.tpl: Whenever a recursive target is defined, wrap
6660 it in a special @if/@endif block, and prepare its maybe
6661 dependency in the @if/@endif block
6662 * configure.in: Instead of writing maybe dependencies, remove
6663 the @if/@endif statements, and remove the @if/@endif blocks
6664 that remain.
6665 * configure: Regenerate.
6666 * Makefile.in: Regenerate.
6667
6668 2004-05-20 Janis Johnson <janis187@us.ibm.com>
6669
6670 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
6671
6672 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
6673
6674 PR bootstrap/15120
6675 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
6676 * */configure: Rebuilt.
6677
6678 2004-05-17 Zack Weinberg <zack@codesourcery.com>
6679
6680 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6681 of libf2c.
6682 * configure, Makefile.in: Regenerate.
6683
6684 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
6685
6686 * MAINTAINERS (Write After Approval): Add myself.
6687
6688 2004-05-13 Diego Novillo <dnovillo@redhat.com>
6689
6690 Merge from tree-ssa-20020619-branch.
6691
6692 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6693 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6694 (HOST_GMPLIBS): Define.
6695 (HOST_GMPINC): Define.
6696 (TARGET_LIB_PATH): Add libmudflap.
6697 (GFORTRAN_FOR_TARGET): Define.
6698 (configure-build*): Export GFORTRAN.
6699 (configure-gcc): Export GMPLIBS and GMPINC.
6700 (all-gcc): Add maybe-all-libbanshee.
6701 (configure-target-libgfortran): Define.
6702 * Makefile.in: Regenerate.
6703 * configure.in (host_libs): Add libbanshee.
6704 (target_libraries): Add target-libmudflap and target-libgfortran.
6705 Add --with-libbanshee.
6706 Handle --disable-libmudflap.
6707 (*-*-freebsd*): Use with_gmp.
6708 Add $(libgcj) to noconfigdirs.
6709 * configure: Regenerate.
6710 * depcomp: New file.
6711 * MAINTAINERS: Add tree-ssa maintainers.
6712
6713 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
6714
6715 * MAINTAINERS (Various Maintainers): Add myself.
6716
6717 2004-04-30 Brian Ford <ford@vss.fsi.com>
6718
6719 * MAINTAINERS (Write After Approval): Add myself.
6720
6721 2004-04-29 Uros Bizjak <uros@kss-loka.si>
6722
6723 * MAINTAINERS (Write After Approval): Add myself.
6724
6725 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
6726
6727 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6728 * configure: Regenerate.
6729
6730 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
6731
6732 Revert:
6733 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6734
6735 * Makefile.def (flags_to_pass): Remove *dir variables that
6736 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6737 as well as prefix and exec_prefix.
6738 * Makefile.in: Regenerate.
6739
6740 2004-04-26 Robert Millan <robertmh@gnu.org>
6741
6742 Add patches from libtool CVS.
6743 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
6744 * ltconfig: Likewise.
6745 * ltcf-c.sh: Likewise.
6746 * ltcf-cxx.sh: Likewise.
6747 * ltcf-gcj.sh: Likewise.
6748
6749 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6750
6751 * Makefile.def (host_modules): Mark with the bootstrap
6752 flag packages on which gcc depends.
6753 * Makefile.tpl (all-bootstrap): Use it.
6754 * Makefile.in: Regenerate.
6755
6756 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6757
6758 * Makefile.def (flags_to_pass): Remove *dir variables that
6759 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6760 as well as prefix and exec_prefix.
6761 * Makefile.in: Regenerate.
6762
6763 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6764
6765 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6766 * configure: Regenerate.
6767 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6768 * gcc/Makefile.tpl (compare): Use the result of the test.
6769 * gcc/Makefile.in: Regenerate.
6770
6771 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
6772
6773 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6774 Always relocate gcc and prev-gcc to the original names, even
6775 if the build fails.
6776 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6777 New targets.
6778
6779 2004-04-23 Laurent GUERBY <laurent@guerby.net>
6780
6781 * MAINTAINERS: Update my email address.
6782
6783 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6784
6785 * configure.in (mips*-*-irix5*): Enable ld.
6786 * configure: Regenerate.
6787
6788 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6789
6790 * configure: Regenerate.
6791
6792 2004-04-15 James E Wilson <wilson@specifixinc.com>
6793
6794 * Makefile.tpl (configure-[+module+], configure-gcc,
6795 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6796 Set and export LDFLAGS.
6797 * Makefile.in: Regenerate.
6798
6799 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
6800
6801 * MAINTAINERS: Add myself to write-after-approval.
6802
6803 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6804
6805 PR bootstrap/14871
6806 * Makefile.tpl: If we don't have built-in-tree target tools,
6807 use the ones found by configure rather than hacking around with
6808 program_transform_name.
6809 * configure.in: Give Makefile.tpl the information necessary
6810 to do that.
6811 * Makefile.in: Regenerate.
6812 * configure: Regenerate.
6813
6814 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6815
6816 PR bootstrap/14760
6817 * configure.in: When computing baseargs, strip *all* copies of
6818 offending options. Also, don't match/substitute the trailing space,
6819 so that this actually works when two similar options are separated by
6820 only one space.
6821 * configure: Regenerate.
6822
6823 2004-04-06 David Edelsohn <edelsohn@gnu.org>
6824
6825 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6826 (rs6000-*-aix*): Same.
6827 * configure: Regenerate.
6828
6829 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
6830
6831 * MAINTAINERS: Add myself to write-after-approval.
6832
6833 2004-04-03 Bud Davis <bdavis9659@comcast.net>
6834
6835 * MAINTAINERS: Add myself to write-after-approval.
6836
6837 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6838
6839 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6840 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6841 * Makefile.in: Regenerate.
6842
6843 * configure.in (top level bootstrap support): Rework --enable-werror
6844 to set @stage2_werror_flag@.
6845 * configure: Regenerate.
6846 * Makefile.tpl (top level bootstrap support): Pass
6847 @stage2_werror_flag@ down to configure in stages 2 and 3.
6848 * Makefile.in: Regenerate.
6849
6850 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6851
6852 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6853 for stages 2 and 3 as well as in make. As a consequence, remove
6854 OUTPUT_OPTION (now detected by configure) from the flags passed down
6855 to make.
6856 * Makefile.in: Regenerate.
6857
6858 * Makefile.tpl (new-bootstrap): Fix typo.
6859 * Makefile.in: Regenerate.
6860
6861 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6862
6863 * Makefile.tpl: Rearrange by moving recursive_targets rules
6864 into their proper sections.
6865 * Makefile.tpl (top level bootstrap support): Move disabling
6866 of coverage flags from 'make' to 'configure'; improve comments.
6867 * Makefile.in: Regenerate.
6868
6869 * Makefile.tpl (experimental top level bootstrap) Move stage1
6870 language setting from all- target to configure- target; disable
6871 intermodule optimization in stage 1; prevent gratuitous rebuilds
6872 of stage 1.
6873 * Makefile.in: Regenerate.
6874 * configure.in: Comma-separate stage 1 language list for top
6875 level bootstrap.
6876 * configure: Regenerate.
6877
6878 * Makefile.tpl: Clean up experimental top level bootstrap support:
6879 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6880 prev-gcc in configure- targets as well as all- targets.
6881 * Makefile.in: Regenerate.
6882
6883 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
6884
6885 * compile: New file imported from automake.
6886
6887 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
6888
6889 * configure.in: Remove symbolic link section.
6890 * configure: Regenerate.
6891 * Makefile.tpl (links): Remove.
6892 * Makefile.in: Regenerate.
6893
6894 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
6895 Nathanael Nerode <neroden@gcc.gnu.org>
6896
6897 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
6898 Set with AC_CHECK_PROGS.
6899 * configure.in: Fix comment typo from last patch.
6900 * configure: Regenerate.
6901
6902 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6903
6904 * Makefile.tpl: Introduce experimental top level bootstrap support.
6905 * Makefile.in: Regenerate.
6906 * configure.in: Introduce support for top level bootstrap.
6907 * configure: Regenerate.
6908
6909 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
6910 Paolo Bonzini <bonzini@gnu.org>
6911
6912 PR bootstrap/14522
6913 * configure.in: Cope with shells that do not support unquoted ^
6914 * configure: Regenerate.
6915
6916 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
6917 Paolo Bonzini <bonzini@gnu.org>
6918
6919 PR bootstrap/14522
6920 * configure.in: Cope with shells that do not support nesting
6921 quotes inside quoted backquote substitutions.
6922 * configure: Regenerate.
6923
6924 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6925
6926 PR bootstrap/14522
6927 * configure.in: Fix escaping of $.
6928 * configure: Regenerate.
6929
6930 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6931
6932 * configure: Regenerate, since I forgot to while committing Paolo's
6933 changes.
6934
6935 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
6936
6937 PR ada/14131
6938 Move language detection to the top level.
6939 * configure.in: Find default values for the tools as
6940 soon as possible. Disable ada if GNAT is not found.
6941 Emit error message about missing languages. Expand
6942 --enable-languages=all for the gcc subdirectory.
6943
6944 2004-03-10 Ben Elliston <bje@gnu.org>
6945
6946 * MAINTAINERS: Update my email address.
6947
6948 2004-03-05 David Edelsohn <edelsohn@gnu.org>
6949
6950 * ltconfig: Disable building static libraries if building shared
6951 libraries on AIX 5L.
6952
6953 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6954
6955 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6956 and disable libgcj.
6957 * configure: Regenerated.
6958
6959 2004-03-01 Brian Booth <bbooth@redhat.com>
6960
6961 * MAINTAINERS: Add myself to write-after-approval.
6962
6963 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
6964
6965 * MAINTAINERS: Add myself to write-after-approval.
6966
6967 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6968
6969 PR bootstrap/7087
6970 * Makefile.tpl: Guard XFOO sed statements better.
6971 * Makefile.tpl: Add dependency for configure-target-libada.
6972 * Makefile.in: Regenerate (incidentally fixes broken
6973 commit when libada-branch was merged).
6974
6975 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
6976
6977 * MAINTAINERS: Add myself to write-after-approval.
6978
6979 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
6980
6981 * MAINTAINERS: Add Nicola Pero and myself as libobjc
6982 maintainers.
6983
6984 2004-02-20 Andrew Cagney <cagney@redhat.com>
6985
6986 * config.guess: Update from version 2003-10-16 to 2004-02-16.
6987 * config.sub: Update from version 2003-11-03 to 2004-02-16.
6988
6989 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6990
6991 PR bootstrap/11932
6992 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6993
6994 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
6995
6996 * MAINTAINERS: Added myself to write-after-approval.
6997
6998 2004-02-14 Michael Koch <konqueror@gmx.de>
6999
7000 * MAINTAINERS: Added myself to write-after-approval.
7001
7002 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
7003
7004 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
7005 some OS port maintainers to OS port maintainers section.
7006
7007 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
7008
7009 * MAINTAINERS: Add self.
7010
7011 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
7012
7013 * MAINTAINERS: Alphabetize.
7014
7015 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
7016
7017 * MAINTAINERS: Remove myself.
7018
7019 2004-02-11 David Edelsohn <edelsohn@gnu.org>
7020
7021 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
7022 (rs6000-*-aix*): Same.
7023 * configure: Regenerate.
7024
7025 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
7026
7027 * configure.in (host): Add in missing $noconfigdirs to defines.
7028 * configure: Regenerate.
7029
7030 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
7031 Nathanael Nerode <neroden@gcc.gnu.org>
7032
7033 PR ada/6637, PR ada/5911
7034 Merge with libada-branch:
7035 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
7036 with appropriate dependencies. Add --enable-libada configure switch.
7037 * configure, Makefile.in: Regenerate.
7038
7039 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
7040
7041 * MAINTAINERS: Add myself to write-after-approval.
7042
7043 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7044
7045 * configure.in: Don't pass --with-stabs on IRIX 5 either.
7046 * configure: Regenerate.
7047
7048 2004-02-04 Geoffrey Keating <geoffk@apple.com>
7049
7050 Merge from upstream:
7051
7052 * ltmain.in: When setting IFS to '~', be careful about user
7053 arguments that contain '~'.
7054
7055 2004-02-04 Peter O'Gorman <peter@pogma.com>
7056
7057 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
7058 Also test $base_compile against $CC with escaped arguments. Bug
7059 reported by Geoff Keating <geoffk@apple.com>.
7060
7061 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
7062
7063 * MAINTAINERS: Remove i960 port.
7064
7065 2004-01-23 DJ Delorie <dj@redhat.com>
7066
7067 * Makefile.def (target_modules) [libiberty]: Don't stage.
7068 * Makefile.in: Rebuilt.
7069
7070 2004-01-20 Caroline Tice <ctice@apple.com>
7071
7072 * MAINTAINERS: Add myself to write-after-approval.
7073
7074 2004-01-19 Paolo Carlini <pcarlini@suse.de>
7075
7076 * MAINTAINERS: Update my email address.
7077
7078 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
7079
7080 * MAINTAINERS: Add myself to write-after-approval.
7081
7082 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
7083
7084 * MAINTAINERS: Remove entries without email address.
7085
7086 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
7087
7088 * MAINTAINERS: Add myself to write-after-approval.
7089
7090 2004-01-15 Steven Bosscher <stevenb@suse.de>
7091
7092 * MAINTAINERS: Update my email address.
7093
7094 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
7095
7096 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
7097 * Makefile.tpl (configure-target-[+module+]): Support stage.
7098 * Makefile.in: Rebuilt.
7099
7100 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
7101
7102 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
7103
7104 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
7105
7106 * MAINTAINERS: Add myself as a MIPS maintainer.
7107
7108 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
7109
7110 * configure.in: Use ./config.cache, not config.cache.
7111 * configure: Regenerate.
7112 * Makefile.tpl: Special-casing not needed for GCC any more.
7113 * Makefile.in: Regenerate.
7114
7115 * configure.in: Don't share a cache file for host dirs.
7116 * configure: Regenerate.
7117
7118 * config-ml.in: Don't mess with the cache file.
7119
7120 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7121
7122 * MAINTAINERS: Move myself from 'Write After Approval' to
7123 'CPU Port Maintainers' section as SPARC maintainer.
7124
7125 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
7126
7127 * Makefile.tpl: Make GCC use a separate config.cache.
7128 * Makefile.in: Regenerate.
7129
7130 PR bootstrap/11932, PR bootstrap/11933
7131 (I don't know if it will fix either of them, but it relates
7132 to them.)
7133 * configure.in: Don't use shared config.cache for target
7134 directories.
7135 * configure: Regenerate.
7136
7137 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
7138
7139 * MAINTAINERS: Add myself to 'Write After Approval' section.
7140
7141 2003-12-31 Roger Sayle <roger@eyesopen.com>
7142
7143 * configure.in (ia64*-*-hpux*): Disable building java libraries.
7144 * configure: Regenerated.
7145
7146 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
7147
7148 * MAINTAINERS: Remove the mn10200 maintainer.
7149
7150 2003-12-21 Bernardo Innocenti <bernie@develer.com>
7151
7152 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
7153 * configure: Regenerated.
7154
7155 2003-12-16 Jan Hubicka <jh@suse.cz>
7156
7157 * MAINTAINERS: Add myself as callgraph maintainer.
7158
7159 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
7160
7161 * configure.in (raw_libstdcxx_flags): Remove the leading space.
7162 * configure: Regenerate.
7163
7164 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
7165
7166 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7167 'Write After Approval' section. Update email.
7168
7169 2003-12-01 James Lemke <jim@wasabisystems.com>
7170
7171 * MAINTAINERS (Write After Approval): Add myself.
7172
7173 2003-11-20 Matt Thomas <matt@3am-software.com>
7174
7175 * MAINTAINERS: Add myself as a vax port maintainer.
7176
7177 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
7178
7179 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
7180 (configure-build-[+module+], configure-[+module+]): Likewise.
7181 (configure-target-[+module+], configure-gcc, config.status): Likewise.
7182 * Makefile.in: Regenerate.
7183
7184 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
7185
7186 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
7187 shared/dylibed libraries.
7188 * ltmain.sh: Likewise.
7189 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
7190 * ltcf-cxx.sh: Likewise.
7191 * ltcf-gcj.sh: Likewise.
7192 * ltconfig: Likewise.
7193
7194 2003-11-17 Stan Cox <scox@redhat.com>
7195
7196 * MAINTAINERS: Add myself as iq2000 port maintainer.
7197
7198 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
7199
7200 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
7201 * Makefile.in: Regenerate.
7202
7203 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
7204
7205 * config.sub: Update to 2003-11-03 version.
7206
7207 2003-10-20 Phil Edwards <phil@codesourcery.com>
7208
7209 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
7210 * configure: Regenerate.
7211
7212 2003-10-20 Nicolas Pitre <nico@cam.org>
7213
7214 * MAINTAINERS: Add myself to 'Write After Approval' section.
7215
7216 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
7217
7218 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7219
7220 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
7221
7222 * MAINTAINERS: Update my email address.
7223
7224 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7225
7226 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
7227
7228 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
7229
7230 * MAINTAINERS: Add myself to 'Write After Approval' section.
7231
7232 2003-10-16 Bernardo Innocenti <bernie@develer.com>
7233
7234 * config.guess: Update to 2003-10-16 version.
7235 * config.sub: Update to 2003-10-16 version.
7236
7237 2003-10-15 David Daney <ddaney@avtrex.com>
7238
7239 * MAINTAINERS: Added myself to 'Write After Approval' section.
7240
7241 2003-10-15 Falk Hueffner <falk@debian.org>
7242
7243 * MAINTAINERS: Move myself from 'Bug database only accounts' to
7244 'Write After Approval' section. Update email.
7245
7246 2003-10-14 Roger Sayle <roger@eyesopen.com>
7247
7248 * MAINTAINERS: Move myself from 'Write After Approval' to
7249 'Various Maintainers' section as middle-end maintainer.
7250
7251 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
7252
7253 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
7254 HOST_FLAGS_TO_PASS.
7255 * Makefile.in: Regenerate.
7256
7257 2003-10-11 Bernardo Innocenti <bernie@develer.com>
7258
7259 * config.guess: Update to 2003-10-07 version.
7260 * config.sub: Update to 2003-10-07 version.
7261
7262 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7263
7264 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
7265 * ltconfig (irix5*, irix6*): Don't override version_type.
7266
7267 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
7268
7269 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
7270 * configure: Rebuilt
7271 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
7272 * Makefile.in: Rebuilt
7273
7274 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
7275
7276 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
7277
7278 2003-09-30 Carlo Wood <carlo@alinoe.com>
7279
7280 * MAINTAINERS (Write After Approval): Add myself.
7281
7282 2003-09-29 Paul Koning <ni1d@arrl.net>
7283
7284 * MAINTAINERS: Move myself from "Write After Approval"
7285 to CPU platform maintainers for pdp11 platform.
7286
7287 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
7288
7289 * MAINTAINERS: Move myself from 'Write After Approval' to
7290 'Various Maintainers' section as libffi testsuite maintainer.
7291
7292 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
7293
7294 * configure.in: Pass a computed --program-transform-name
7295 to subconfigures.
7296 * configure: Regenerated.
7297
7298 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7299
7300 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
7301 * Makefile.in: Regenerate.
7302
7303 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
7304 * Makefile.in: Regenerate.
7305
7306 2003-09-19 Ziemowit Laski <zlaski@apple.com>
7307
7308 * MAINTAINERS: Move myself from 'Write After Approval'
7309 to 'Various Maintainers' (objective-c) section.
7310
7311 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
7312
7313 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
7314 quoting.
7315 * configure: Regenerated.
7316
7317 2003-09-16 Joel Brobecker <brobecker@gnat.com>
7318
7319 * MAINTAINERS (Write After Approval): Add myself to write after
7320 approval list.
7321
7322 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
7323
7324 * MAINTAINERS (Write After Approval): Add myself.
7325
7326 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
7327
7328 * MAINTAINERS: Update my e-mail address.
7329
7330 2003-09-09 Alan Modra <amodra@bigpond.net.au>
7331
7332 * libtool.m4 (LD): Correct powerpc64 host match.
7333
7334 2003-09-06 James E Wilson <wilson@tuliptree.org>
7335
7336 * MAINTAINTERS: Update my affiliation and email address.
7337
7338 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7339
7340 * MAINTAINERS (Write After Approval): Add myself.
7341
7342 2003-09-04 DJ Delorie <dj@redhat.com>
7343
7344 * configure: Regenerate.
7345
7346 2003-09-04 Robert Millan <robertmh@gnu.org>
7347
7348 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
7349
7350 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7351
7352 * configure.in: Ensure arguments to sed are properly spaced.
7353 * configure: Regenerate.
7354
7355 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7356
7357 * MAINTAINERS: Update my e-mail address.
7358
7359 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
7360
7361 * MAINTAINERS (Write After Approval): Add myself.
7362
7363 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
7364
7365 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
7366 * configure: Regenerated.
7367
7368 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
7369
7370 * MAINTAINERS: Update my email address.
7371
7372 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
7373
7374 * configure.in: Use newline instead of semicolon when assuming
7375 shell arguments in a for loop.
7376 * configure: Regenerated.
7377
7378 2003-08-22 Jason Eckhardt <jle@rice.edu>
7379
7380 * MAINTAINERS: Resurrect the i860 maintainer.
7381
7382 2003-08-20 Geoffrey Keating <geoffk@apple.com>
7383
7384 PR 8180
7385 * configure.in: When testing with_libs and with_headers, treat
7386 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
7387 * configure: Regenerate.
7388
7389 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
7390 make, shell, etc.
7391 (baseargs): Likewise.
7392 * configure: Regenerate.
7393
7394 2003-08-20 Bernardo Innocenti <bernie@develer.com>
7395
7396 * MAINTAINERS (Write After Approval): Add myself.
7397
7398 2003-08-19 Geoffrey Keating <geoffk@apple.com>
7399
7400 * configure.in: Disable libgcj for darwin not on powerpc.
7401 * configure: Rebuild.
7402
7403 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
7404
7405 * config-ml.in, symlink-tree: Add license.
7406
7407 2003-08-03 Richard Stallman <rms@gnu.org>
7408 Eben Moglen <moglen@columbia.edu>
7409
7410 * README.SCO: New file.
7411
7412 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
7413
7414 * Makefile.tpl (check, check-c++): Express dependencies using
7415 dependencies rather than commands.
7416 * Makefile.in: Regenerate.
7417
7418 2003-08-01 Andrew Cagney <cagney@redhat.com>
7419
7420 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
7421 * configure: Ditto.
7422
7423 2003-07-31 Geoffrey Keating <geoffk@apple.com>
7424
7425 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
7426 * Makefile.in: Update.
7427
7428 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
7429
7430 * configure.in: Enable libgcj for darwin.
7431 * configure: Rebuild.
7432
7433 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
7434
7435 * config-ml.in: Use ac_configure_args directly instead of
7436 ml_arguments. Only set ml_norecursion if --no[-]recursion is
7437 actually seen.
7438
7439 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
7440
7441 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
7442 creating target and build subdirs to build all parent dirs as needed.
7443 * Makefile.in: Rebuild.
7444 * configure.in: Don't build dirs explicitly here.
7445 * configure: Rebuild.
7446
7447 2003-07-26 Paul Brook <paul@nowt.org>
7448
7449 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
7450
7451 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
7452
7453 * Makefile.tpl (all-make): Depend on intl.
7454 * Makefile.in: Rebuilt.
7455
7456 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
7457
7458 * install-sh: Update to newer upstream versions (associated with
7459 aclocal 1.7).
7460 * mkinstalldirs: Likewise.
7461 * missing: Likewise, plus $1Help2man -> $1 typo fix.
7462
7463 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
7464
7465 * MAINTAINERS: Move self from Bug database only accounts
7466 to write-after-approval.
7467
7468 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
7469
7470 * config.if: Remove unused libc_interface determination.
7471
7472 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
7473
7474 * MAINTAINERS: Move self from write-after-approval to
7475 build machinery (*.in).
7476
7477 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
7478
7479 PR bootstrap/11273
7480 PR bootstrap/11408
7481 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
7482 unused INSTALL_PROGRAM_ARGS.
7483 * configure.in: Use AC_PROG_INSTALL.
7484 * Makefile.in: Regenerate.
7485 * configure: Regenerate.
7486
7487 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
7488
7489 * MAINTAINERS: Alphabetize.
7490
7491 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
7492
7493 * configure: Rebuilt.
7494 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
7495 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
7496 newlib nor libgloss.
7497 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
7498 * configure.in (am33_2.0-*-linux*): Added.
7499
7500 2003-07-09 Bob Wilson <bob.wilson@acm.org>
7501
7502 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
7503 * configure: Regenerate.
7504
7505 2003-07-07 Zack Weinberg <zack@codesourcery.com>
7506
7507 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
7508 * Makefile.in: Regenerate.
7509
7510 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7511
7512 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
7513 * Makefile.in: Regenerate.
7514
7515 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7516
7517 * Makefile.tpl: Replace PWD with PWD_COMMAND.
7518 * Makefile.in: Regenerated.
7519
7520 * config-ml.in: Replace PWD with PWD_COMMAND.
7521
7522 2003-07-04 Zack Weinberg <zack@codesourcery.com>
7523
7524 * intl: New directory; see intl/ChangeLog for details.
7525 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
7526 * Makefile.tpl: all-gcc depends on maybe-all-intl.
7527 * Makefile.in: Regenerate.
7528
7529 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
7530
7531 * configure.in: Clean up config-lang.in handling. Delete
7532 useless assignment to "subdirs".
7533 * configure: Regenerate.
7534
7535 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
7536
7537 * configure.in: Rename 'target_libs' to 'target_libraries'.
7538 Remove useless reference to 'target_libs'.
7539 * configure: Regenerate.
7540
7541 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
7542
7543 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
7544 * Makefile.in: Regenerate.
7545
7546 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
7547
7548 * Makefile.def: Introduce flags_to_pass.
7549 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
7550 * Makefile.in: Regenerate.
7551
7552 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
7553
7554 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
7555 and target-libgloss.
7556 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
7557 <h8300*-*-*>: Disable libf2c and ${libgcj}.
7558 * configure: Regenerate.
7559
7560 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
7561
7562 * configure.in: Update testsuite_flags to new location.
7563 * configure. Regenerate.
7564
7565 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
7566
7567 * Makefile.tpl: Remove BUILD_CC stuff.
7568 * Makefile.in: Regenerate.
7569
7570 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
7571
7572 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
7573
7574 2003-06-16 Graeme Peterson <gp@qnx.com>
7575
7576 * MAINTAINERS (Write After Approval): Add myself.
7577
7578 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
7579
7580 * config.guess: Update to 2003-06-12 version.
7581 * config.sub: Update to 2003-06-13 version.
7582
7583 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
7584
7585 * config.guess: Update to 2003-06-06 version.
7586 * config.sub: Update to 2003-06-06 version.
7587
7588 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7589
7590 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
7591 * configure. Regenerate.
7592
7593 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
7594
7595 * configure.in: Disable serial configure by default.
7596 * configure: Regenerate.
7597 * Makefile.tpl: Abolish .NOTPARALLEL.
7598 * Makefile.in: Regenerate.
7599
7600 * Makefile.tpl: Replace {build,host,target}_canonical by
7601 {build,host,target}.
7602 * Makefile.in: Regenerate.
7603
7604 * Makefile.tpl: Fix stupid pasto.
7605 * Makefile.in: Regenerate.
7606
7607 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
7608
7609 * Makefile.tpl: Remove bogus conditional.
7610 * Makefile.in: Regenerate.
7611
7612 2003-06-05 Jan Hubicka <jh@suse.cz>
7613
7614 * Makefile.tpl (profiledbootstrap): New target.
7615 * Makefile.in (profiledbootstrap): New target.
7616
7617 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
7618
7619 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
7620 Pinski. Remove user names from other bugzilla-only maintainers.
7621
7622 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
7623
7624 * Makefile.tpl: Make 'recursive targets' using autogen rather
7625 than shell loop. Remove duplicate 'clean' targets and false
7626 comments.
7627 * Makefile.def: Add systematic dependencies to 'recursive' targets.
7628 Add systematic method of specifying missing targets in subdirs.
7629 Add copyright boilerplate.
7630 * Makefile.in: Regenerate.
7631 * configure.in: Add 'recursive targets' to maybe list.
7632 * configure: Regenerate.
7633
7634 * MAINTAINERS: "GNATS only" -> "Bug database only".
7635
7636 * Makefile.tpl: Rename [+target+] to [+make_target+].
7637 * Makefile.def: Rename 'target' to 'make_target'.
7638
7639 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
7640
7641 * MAINTAINERS: Add self as options handling maintainer.
7642
7643 2003-05-28 Michael Meissner <gnu@the-meissners.org>
7644
7645 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
7646 been too long since I touched those ports.
7647
7648 2003-05-28 DJ Delorie <dj@redhat.com>
7649
7650 * Makefile.tpl: Make maybe-check-gcc .PHONY.
7651 * Makefile.in: Regenerate.
7652
7653 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7654
7655 * configure.in: Use curly braces in the definition of tooldir.
7656 * configure: Regenerate.
7657
7658 2003-05-21 DJ Delorie <dj@redhat.com>
7659
7660 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
7661 newlib or libgloss.
7662 * Makefile.in: Regenerate.
7663
7664 2003-05-21 DJ Delorie <dj@redhat.com>
7665
7666 * Makefile.tpl: Add missing empty maybe-check-gcc target.
7667 * Makefile.in: Regenerate.
7668
7669 2003-05-20 Ian Lance Taylor <ian@airs.com>
7670
7671 * MAINTAINERS: Update my e-mail address.
7672
7673 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
7674
7675 * configure.in: Switch more things to use maybe dependencies.
7676 * Makefile.tpl: Switch more things to use maybe dependencies.
7677 Factor out common code from autogen IF statements.
7678 * configure: Regenerate.
7679 * Makefile.in: Regenerate.
7680
7681 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
7682
7683 * configure.in: Accept i[3456789]86 for machine type.
7684 * configure: Regenerate.
7685
7686 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
7687
7688 * configure.in: Switch more things to use maybe dependencies.
7689 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
7690 * configure: Regenerate.
7691 * Makefile.tpl: Switch more things to use maybe dependencies.
7692 * Makefile.in: Regenerate.
7693
7694 2003-05-16 Andreas Schwab <schwab@suse.de>
7695
7696 * Makefile.tpl (install-opcodes): Define.
7697 * Makefile.in: Rebuild.
7698
7699 2003-05-13 Andreas Jaeger <aj@suse.de>
7700
7701 * config.guess: Update to 2003-05-09 version.
7702 * config.sub: Update to 2003-05-09 version.
7703
7704 2003-05-13 Michael Eager <eager@mvista.com>
7705
7706 * configure.in: Correct sed script so that options in quotes are not
7707 deleted.
7708 * configure: Rebuild.
7709
7710 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
7711
7712 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
7713 and $$s/newlib/libc/sys/cygwin32 include paths.
7714 * configure: Ditto.
7715
7716 2003-05-12 Michael Meissner <gnu@the-meissners.org>
7717
7718 * MAINTAINERS: Update my email addresses.
7719
7720 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
7721
7722 * config-ml.in: Propagate INSTALL variables.
7723
7724 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7725
7726 * MAINTAINERS: Remove duplicate entries in Write After Approval.
7727
7728 2003-05-02 Chris Demetriou <cgd@broadcom.com>
7729
7730 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
7731 * Makefile.in: Regenerate.
7732
7733 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
7734
7735 * MAINTAINERS (GNATS only): Add Falk Hueffner.
7736
7737 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
7738
7739 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
7740
7741 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
7742
7743 * Makefile.tpl: Clean $(BUILD_SUBDIR).
7744 * Makefile.in: Regenerated.
7745
7746 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
7747
7748 * MAINTAINERS (Write After Approval): Upgrade myself from
7749 GNATS only to write-after-approval. Update my mail address.
7750
7751 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
7752
7753 (OS Port Maintainers: freebsd): Add myself.
7754
7755 2003-04-22 Mark Mitchell <mark@codesourcery.com>
7756
7757 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
7758
7759 2003-04-22 Kean Johnston <jkj@sco.com>
7760
7761 * MAINTAINERS (SCO ports): Added myself.
7762
7763 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
7764
7765 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
7766
7767 2003-04-19 Kean Johnston <jkj@sco.com>
7768
7769 * MAINTAINERS (Write After Approval): Add myself.
7770
7771 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7772
7773 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
7774 * Makefile.in: Regenerate.
7775
7776 2003-04-18 Jakub Jelinek <jakub@redhat.com>
7777
7778 * configure.in (powerpc64*-*-linux*): Remove.
7779 * configure: Rebuilt.
7780
7781 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
7782
7783 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
7784 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
7785 and restrap.
7786 * Makefile.in: Regenerate.
7787
7788 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
7789
7790 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
7791 * configure: Regenerated.
7792
7793 2003-04-15 DJ Delorie <dj@redhat.com>
7794
7795 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
7796
7797 2003-04-13 Nick Clifton <nickc@redhat.com>
7798
7799 * config-ml.in: Remove support for --disable-aix removing
7800 call-aix multilibs.
7801
7802 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
7803
7804 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
7805 * */configure: Rebuilt.
7806
7807 2003-04-08 Joel Sherrill <joel@oarcorp.com>
7808
7809 * MAINTAINERS: Add my email address.
7810
7811 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
7812
7813 * MAINTAINERS (Write After Approval): Add myself.
7814
7815 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
7816
7817 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
7818 * Makefile.in: Regenerate.
7819
7820 2003-03-14 Michael Chastain <mec@shout.net>
7821
7822 * Makefile.in: Regenerate with correct Makefile.def.
7823
7824 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
7825
7826 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
7827 Make macro.
7828 * Makefile.in: Regenerate.
7829 * configure.in: Clean up gxx_include_dir logic.
7830 * configure: Regenerate.
7831
7832 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
7833
7834 * MAINTAINERS (Write After Approval): Add myself.
7835
7836 2003-03-10 Ben Elliston <bje@wasabisystems.com>
7837
7838 * MAINTAINERS: Update my mail address.
7839
7840 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7841
7842 * configure.in (gxx_include_dir): Fix typo.
7843 * configure: Regenerated.
7844
7845 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7846
7847 * Makefile.tpl: Reindent.
7848 * Makefile.in: Regenerate.
7849 * configure.in: Reindent. Don't set unused variables.
7850 * configure: Regenerate.
7851
7852 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
7853
7854 * configure.in: Include $(build_tooldir)/sys-include in
7855 FLAGS_FOR_TARGET.
7856 * configure: Regenerated.
7857
7858 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
7859
7860 * Makefile.tpl: Always pass down RANLIB.
7861 * Makefile.in: Regenerate.
7862
7863 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7864 * Makefile.in: Regenerate.
7865 * configure.in: Remove unused logic relating to --enable-shared
7866 and --enable-threads. Remove bogus comments. Remove redundant
7867 noconfigdirs.
7868 * configure: Regenerate.
7869
7870 * configure.in: Replace ${libstdcxx_version} by its value.
7871 Remove reference to mh-dgux.
7872 * configure: Regenerate.
7873
7874 2003-03-03 Kevin Buettner <kevinb@redhat.com>
7875
7876 * MAINTAINERS (Write After Approval): Add myself.
7877
7878 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7879
7880 * Makefile.tpl: Rearrange.
7881 * Makefile.in: Regenerate.
7882
7883 2003-02-25 Uwe Stieber <uwe@wwws.de>
7884
7885 * configure.in: Add support for kaOS as cross build target system.
7886 * configure: Regenerated.
7887
7888 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
7889
7890 * MAINTAINERS (Write after approval): Add myself.
7891
7892 2003-02-21 James E Wilson <wilson@tuliptree.org>
7893
7894 * MAINTAINERS: Update my email address.
7895
7896 2003-02-21 Zack Weinberg <zack@codesourcery.com>
7897
7898 * MAINTAINERS: Add self to blanket write privs. section.
7899
7900 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
7901
7902 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7903 configure-target-* as some target builds may require additional
7904 flags for preprocessor tests.
7905 * Makefile.in: Regenerated.
7906
7907 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
7908
7909 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7910 * ltconfig: Handle it.
7911 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7912 auto-detecting it.
7913
7914 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7915 it is used as argument to $CC.
7916 * ltcf-gcj.sh: Likewise.
7917
7918 * configure.in: Introduce --enable-maintainer-mode.
7919 * configure: Rebuilt.
7920 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7921 for maintainer mode.
7922 * Makefile.in: Rebuilt.
7923
7924 2003-02-18 Jason Merrill <jason@redhat.com>
7925
7926 * Makefile.tpl (check-c++): Allow parallelism.
7927
7928 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7929
7930 * MAINTAINERS: Remove John Carr (who never actually had access to
7931 gcc.gnu.org).
7932
7933 2003-02-15 Geoffrey Keating <geoffk@apple.com>
7934
7935 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7936 don't configure target-libobjc.
7937 * configure: Regenerate.
7938
7939 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7940
7941 * Makefile.tpl (RANLIB): Define.
7942 * Makefile.in: Regenerate.
7943
7944 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
7945
7946 * MAINTAINERS: Update my email.
7947
7948 2003-02-06 Keith R Seitz <keiths@redhat.com>
7949
7950 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7951 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7952 * Makefile.in: Regenerated.
7953 * configure.in: Remove all traces of snavigator, db, and grep.
7954 * configure: Regenerated.
7955
7956 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7957
7958 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
7959 After Approval.
7960
7961 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7962
7963 * MAINTAINERS (Write after approval): Add myself.
7964
7965 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
7966
7967 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7968 * Makefile.in: Regenerated.
7969
7970 2003-01-30 Roger Sayle <roger@eyesopen.com>
7971
7972 * config.guess: Updated to 2003-01-30's version.
7973 * config.sub: Updated to 2003-01-28's version.
7974
7975 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
7976
7977 * config.if: If gcc_version is already set, just use it. Don't set
7978 gcc_version_trigger if it's already set, otherwise set it to
7979 gcc/version.c, but only if the file exists. If it is not set and
7980 gcc/version.c does not exist, try to extract the version number from
7981 $CC.
7982
7983 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
7984
7985 * MAINTAINERS: Add myself to write-after-approval list.
7986
7987 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
7988
7989 * configure.in: Revert 24Jan change.
7990 * configure: Regenerate.
7991
7992 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7993
7994 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
7995 entry of HJ Lu.
7996
7997 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7998
7999 * configure.in: Revert previous change.
8000 * configure: Regenerate.
8001
8002 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
8003
8004 * configure.in: Make rda native-only.
8005 * configure: Regenerate.
8006
8007 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8008
8009 * MAINTAINERS: Move myself from GNATS-only-accounts to
8010 write-after-approval.
8011
8012 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
8013
8014 * configure.in: Add missing \.
8015 * configure: Rebuilt.
8016
8017 2003-01-17 Jakub Jelinek <jakub@redhat.com>
8018
8019 * configure.in (baseargs): Avoid using \| in sed regular
8020 expressions.
8021 * configure: Rebuilt.
8022
8023 2003-01-16 Jakub Jelinek <jakub@redhat.com>
8024
8025 * configure.in (baseargs): Remove all supported forms of
8026 --cache-file, --srcdir, --host, --build and --target options
8027 from argument lists.
8028 * configure: Rebuilt.
8029
8030 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
8031
8032 * MAINTAINERS: Add myself to write-after-approval list.
8033
8034 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
8035
8036 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
8037 * configure: Rebuilt.
8038
8039 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
8040
8041 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
8042 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
8043 * Makefile.in: Regenerate.
8044 * configure: Regenerate.
8045
8046 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
8047
8048 * configure.in: Remove Makefile in build, host and target modules
8049 unless configure was run with --no-recursion.
8050 * configure: Rebuilt.
8051
8052 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8053
8054 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
8055 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
8056 * Makefile.in: Regenerate.
8057
8058 2003-01-08 Chris Demetriou <cgd@broadcom.com>
8059
8060 * config.guess: Update to 2003-01-03 version.
8061 * config.sub: Update to 2003-01-03 version.
8062
8063 2003-01-07 Christopher Faylor <cgf@redhat.com>
8064
8065 * configure: Regenerate with proper autoconf 2.13.
8066
8067 2003-01-07 Christopher Faylor <cgf@redhat.com>
8068
8069 * configure.in: Add AC_PREREQ for consistency.
8070 * configure: Regenerate.
8071
8072 2003-01-06 Andrew Cagney <ac131313@redhat.com>
8073
8074 * configure.in (GDB_TK): Add tcl directories conditional on
8075 gdb/gdbtk directory being present.
8076 * configure: Regenerate.
8077
8078 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
8079
8080 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
8081 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8082 * configure: Rebuilt.
8083
8084 2002-12-31 Tom Tromey <tromey@redhat.com>
8085
8086 * Makefile.in: Rebuilt.
8087 * Makefile.def (target_modules) [libffi]: Allow installation.
8088
8089 2002-12-31 Andreas Schwab <schwab@suse.de>
8090
8091 * configure.in: Fix use of $program_transform_name.
8092 * configure: Regenerated.
8093
8094 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
8095
8096 * configure.in (baseargs): Don't remove first configure argument.
8097 * configure: Regenerated.
8098
8099 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
8100
8101 * Makefile.tpl (local-distclean): Don't remove...
8102 (multilib.ts): ... this. Moved into...
8103 (multilib.out): ... this. Don't use sub-make.
8104 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
8105 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
8106 (configure-build-[+module+], configure-[+module+],
8107 configure-target-[+module+], configure-gcc): ... these. Test
8108 for Makefile existence. Drop config.status from dependencies.
8109 * Makefile.in: Rebuilt.
8110 * configure.in: Move gcc-version-trigger to the end of
8111 ac_configure_args. Add comments to maybedep.tmp and
8112 serdep.tmp. Introduce --disable-serial-configure. Remove
8113 nonopt from baseargs, matching and removing corresponding
8114 whitespace while at it.
8115 * configure: Rebuilt.
8116
8117 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
8118
8119 * configure.in (host_configargs): Replace reference to
8120 no-longer-defined buildopts with --build=${build_alias}.
8121 * configure: Rebuilt.
8122
8123 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
8124 program_transform_name to standard idiom.
8125 (AUTOGEN, AUTOCONF): Define.
8126 (Makefile.in): Use $(AUTOGEN).
8127 (Makefile): Depend on config.status, and use autoconf-style rule to
8128 build it. Move original commands to...
8129 (config.status): ... this new target.
8130 (configure): Add $(srcdir). Depend on config/acx.m4. Use
8131 $(AUTOCONF).
8132 * Makefile.in: Rebuilt.
8133
8134 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
8135
8136 * Makefile.tpl: Fix dramatic bustage due to change in
8137 program_transform_name.
8138 * Makefile.in: Regenerate.
8139
8140 * configure.in: Remove unnecessary PATH setting.
8141 * configure: Regnerate.
8142
8143 * configure.in: Don't default to unprefixed tools unless
8144 the native tools will work.
8145 * configure: Regenerate.
8146
8147 * configure.in: Convert to autoconf script. Blow away lots
8148 of now-redundant Makefile fragments.
8149 * configure: Generate using Autoconf.
8150 * Makefile.tpl: Rewrite to reflect autoconfiscation.
8151 * Makefile.in: Regenerate.
8152
8153 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
8154
8155 * configure: Fix stupid bug where RANLIB was mistakenly included.
8156
8157 * configure.in: Rename (buildargs, hostargs, targargs) to
8158 (build_configargs, host_configargs, target_configargs).
8159
8160 * configure.in: Move logic out of sed statement.
8161
8162 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
8163 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
8164
8165 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
8166
8167 * config.sub: Import from master repository
8168 * config.guess: Ditto
8169
8170 2002-12-24 Andreas Schwab <schwab@suse.de>
8171
8172 * Makefile.tpl (multilib.out): Fix missing space.
8173 * Makefile.in: Regenerate.
8174
8175 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
8176
8177 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
8178 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
8179 * Makefile.in: Regenerate.
8180 * configure.in: Remove unnecessary leftovers.
8181
8182 2002-12-21 Geoffrey Keating <geoffk@apple.com>
8183
8184 * configure.in (extra_ranlibflags_for_target): New variable.
8185 (*-*-darwin): Add -c to ranlib commands.
8186 * configure (tooldir): Handle extra_ranlibflags_for_target.
8187
8188 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
8189
8190 * Makefile.tpl: Revert HJL's change.
8191 * Makefile.in: Regenerated.
8192 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
8193 always.
8194
8195 2002-12-19 Andreas Schwab <schwab@suse.de>
8196
8197 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
8198 * Makefile.in: Regenerate.
8199
8200 2002-12-18 H.J. Lu <hjl@gnu.org>
8201
8202 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
8203 * Makefile.in: Regenerated.
8204
8205 * configure.in (build_prefix): New. Substitute.
8206
8207 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
8208
8209 * Makefile.tpl: Don't let real targets depend on phony targets.
8210 * Makefile.in: Regenerate.
8211
8212 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
8213 * Makefile.in: Regenerate.
8214
8215 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
8216
8217 * config.sub: Import from master repository
8218 * config.guess: Ditto
8219
8220 2002-12-16 Jason Merrill <jason@redhat.com>
8221
8222 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
8223 previous 'make bootstrap'.
8224 * Makefile.in: Regenerate.
8225
8226 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
8227
8228 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
8229
8230 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
8231
8232 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
8233 * Makefile.in: Regenerate.
8234
8235 2002-12-13 Jason Merrill <jason@redhat.com>
8236
8237 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
8238 library tests.
8239 (check-c++): Just depend on it and check-target-libstdc++-v3.
8240 * Makefile.in: Regenerate.
8241
8242 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8243
8244 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
8245 * Makefile.in: Rebuilt.
8246
8247 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
8248
8249 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
8250
8251 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
8252
8253 * configure: Fix bug put in by gremlins.
8254
8255 * Makefile.tpl: Substitute more autoconfily.
8256 * configure: Substitute more autoconfily.
8257 * Makefile.in: Regenerate.
8258
8259 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
8260
8261 * config.sub: Import from master repository
8262 * config.guess: Ditto
8263 * MAINTAINERS: Added Svein Seldal under write after approval
8264
8265 2002-12-08 Andrew Cagney <ac131313@redhat.com>
8266
8267 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
8268 * Makefile.in (all-sim): Ditto.
8269
8270 2002-12-06 DJ Delorie <dj@redhat.com>
8271
8272 * Makefile.tpl: Change configure dependencies to not have real
8273 targets depend on phony targets.
8274
8275 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
8276
8277 * configure.in: Revert unintentional change.
8278
8279 * Makefile.tpl: Change dependency for */multilib.out so that
8280 it works when gcc isn't in the tree.
8281
8282 * configure.in: Substitute more.
8283 * configure: Run subconfigures from the Makefile.
8284 * Makefile.tpl: Run subconfigures from the Makefile; add a few
8285 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
8286
8287 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8288
8289 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
8290
8291 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
8292
8293 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
8294 and corresponding dependencies.
8295 * Makefile.in: Regenerate.
8296
8297 * configure.in (host_tools): Order binutils, gas and ld for
8298 convenience in running the testsuites.
8299
8300 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
8301 * Makefile.in: Regenerate.
8302 * configure.in: Introduce rules to serialize subconfigure runs.
8303
8304 * configure.in: Introduce BASE_CC_FOR_TARGET.
8305 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
8306 Realize configure-build-* targets. Realize configure-target-* targets.
8307 * Makefile.in: Regenerate.
8308
8309 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
8310
8311 * configure: Move gcc_version_trigger stuff from here...
8312 * configure.in: ...to here.
8313
8314 * configure.in: Separate subconfigure options added by this file from
8315 options given by the user. Add machinery to put args for host
8316 subconfigures into the Makefile.
8317
8318 * Makefile.tpl: Remove 'vault' targets.
8319 * Makefile.tpl: Reorder and comment dependencies.
8320 * Makefile.in: Regenerate.
8321
8322 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
8323 * configure.in: Fix my broken commit of previous patch. (sigh)
8324
8325 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8326
8327 * configure.in: Move host-specific darwin noconfigdirs into
8328 the host-specific section.
8329
8330 2002-11-28 Geoffrey Keating <geoffk@apple.com>
8331
8332 * configure.in: Move host-specific darwin noconfigdirs into
8333 the host-specific section.
8334
8335 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
8336
8337 * configure: Remove skip-this-dir support.
8338 * Makefile.tpl: Remove skip-this-dir support.
8339
8340 * Makefile.tpl: Remove leftover support for non-autoconfiscated
8341 subdirectories.
8342 * Makefile.in: Regenerate.
8343
8344 * Makefile.tpl: Strip out useless setting of 'dir'.
8345 * Makefile.in: Regenerate.
8346
8347 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
8348
8349 * configure.in: Fix deeply stupid bug.
8350
8351 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
8352 shell code in CXX_FOR_TARGET
8353 * Makefile.def: Introduce raw_cxx.
8354 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
8355 RAW_CXX_FOR_TARGET.
8356 * Makefile.in: Regenerate.
8357
8358 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
8359
8360 * Makefile.tpl: Remove unnecessary ifs.
8361 * Makefile.in: Regenerate.
8362
8363 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
8364 dependencies. Maybe-ize build-libiberty. Create dummy install
8365 targets for 'no_install' modules.
8366 * configure: Move GDB_TK substitution to configure.in. Move
8367 build_modules stuff to configure.in.
8368 * configure.in: Implement soft dependency machinery. Maybe-ize
8369 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
8370 * Makefile.in: Regenerate.
8371
8372 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
8373
8374 * Makefile.tpl: Make all-target, install-target behave similarly
8375 to all, install (only hitting configured targets). Eliminate
8376 unused macro defintions.
8377
8378 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
8379 build != host.
8380
8381 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
8382
8383 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
8384
8385 * configure.in: Produce lists of subdir targets we're actually
8386 configuring. Remove references to "dosrel".
8387 * Makefile.tpl: Let configure set which subdir targets are hit.
8388 Remove install-cross; clean up install; remove ALL. Remove
8389 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
8390 Autogenerate host module targets. Remove empty dependency lines
8391 and redundant dependency; rearrange slightly.
8392 * Makefile.def: Add host-side libtermcap, utils.
8393
8394 * Makefile.in: Regenerate.
8395
8396 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8397
8398 * ltconfig (osf[345]): Append $major to soname_spec.
8399 Reflect this in library_names_spec.
8400 * ltmain.sh (osf): Prefix $major with . for use as extension.
8401
8402 2002-11-19 Andreas Jaeger <aj@suse.de>
8403
8404 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
8405 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
8406 and sparc64 GNU/Linux systems.
8407
8408 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
8409
8410 * MAINTAINERS: Update email.
8411
8412 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8413
8414 * MAINTAINERS: Complete James Dennett's entry.
8415
8416 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
8417
8418 * MAINTAINERS (Write After Approval): Add myself.
8419
8420 2002-11-13 Bruce Korb <bkorb@gnu.org>
8421
8422 * Makefile.tpl: syntactic cleanup
8423
8424 2002-11-13 Stuart Hastings <stuart@apple.com>
8425
8426 * MAINTAINERS: Add myself to write-after-approval list.
8427
8428 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8429
8430 * Makefile.def: Add list of recursive targets to autogenerate.
8431 Add build_modules.
8432 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
8433 targets. Autogenerate *-build-* targets.
8434 * Makefile.in: Regenerate.
8435
8436 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
8437
8438 * configure: More autoconf-style substitutions.
8439 * Makefile.tpl: More autoconf-style substitutions.
8440 * Makefile.in: Regenerate.
8441
8442 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
8443
8444 * configure: Substitute more variables in a more autoconf-friendly
8445 way. Simplify slightly.
8446 * Makefile.tpl: Make more variables substitutable in an
8447 autoconf-friendly way.
8448 * Makefile.in: Regenerate.
8449
8450 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
8451
8452 * MAINTAINERS (Write After Approval): Add myself.
8453
8454 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
8455
8456 * configure.in (v810*): Remove special setting of tools.
8457
8458 * configure: Add support for extra required flags for ar or nm.
8459 * configure.in (aix4.3+): Use above support for target-specific
8460 issues, rather than using config/mt-aix43.
8461
8462 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
8463
8464 * configure: Remove 'removing', which doesn't work. Replace $subdir
8465 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
8466 with $srcdir. Reformat indentation. Substitute some variables
8467 formerly hard-coded in the Makefile for build=host.
8468 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
8469 * Makefile.def: Autogenerate more.
8470 * Makefile.in: Regenerate.
8471
8472 2002-11-04 Adam Nemet <anemet@lnxw.com>
8473
8474 * MAINTAINERS (Write After Approval): Add myself.
8475
8476 2002-11-04 Kevin Buettner <kevinb@redhat.com>
8477
8478 * Makefile.def (host_modules): Add rda.
8479 * Makefile.in: Regenerate.
8480 * configure.in (target_tool): Add target-rda to list.
8481
8482 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8483
8484 * MAINTAINERS: Remove "co-maintainer" note for web pages.
8485
8486 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
8487
8488 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
8489 and restrap targets to this rule.
8490 * Makefile.in: Regenerate.
8491
8492 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8493
8494 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
8495 GNATS only accounts.
8496
8497 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
8498
8499 * configure.in (i[3456]86-*-linux*): Add check to disable
8500 ${libgcj} for glibc1.
8501
8502 2002-10-24 Denis Chertykov <denisc@overta.ru>
8503
8504 * MAINTAINERS: Add myself as ip2k port maintainer.
8505
8506 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
8507
8508 * configure.in: Add tic4x target.
8509
8510 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
8511
8512 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
8513 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
8514 * Makefile.in: Regenerate.
8515
8516 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
8517 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
8518 * Makefile.in: Regenerate.
8519
8520 2002-10-02 Janis Johnson <janis187@us.ibm.com>
8521
8522 * MAINTAINERS: Add myself as web pages co-maintainer.
8523
8524 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8525
8526 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
8527 * Makefile.in: Regenerate.
8528
8529 2002-10-02 Zack Weinberg <zack@codesourcery.com>
8530
8531 * MAINTAINERS: Add myself and Nathan Sidwell
8532 <nathan@codesourcery.com> as VxWorks maintainers.
8533
8534 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
8535
8536 * Makefile.def: Remove order dependency comments.
8537 * Makefile.tpl: Add explicit install-install dependencies.
8538 * Makefile.in: Regenerate.
8539
8540 * Makefile.tpl: Remove material now in src-release. (Finally!)
8541 * Makefile.in: Regenerate.
8542
8543 * Makefile.tpl: Add configure-target (for src-release in src)
8544 * Makefile.in: Regenerate.
8545
8546 2002-09-30 Nick Clifton <nickc@redhat.com>
8547
8548 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
8549
8550 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
8551
8552 * configure.in (s390*-*-linux*): Enable libgcj.
8553
8554 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
8555
8556 * configure: Revert accidentally applied changes.
8557
8558 * Makefile.tpl: Make more autoconf-friendly.
8559 * Makefile.in: Regenerate.
8560 * configure: Make substitution more autoconf-like.
8561
8562 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
8563
8564 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
8565 single entry to handle all these.
8566 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
8567 libjava on arm-*-elf.
8568
8569 2002-09-27 Geoffrey Keating <geoffk@apple.com>
8570
8571 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
8572 things that depend on them.
8573
8574 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8575
8576 * Makefile.tpl: Make subsituted variables more autoconfy.
8577 * Makefile.in: Regenerate.
8578 * configure: Make seds more autoconfy.
8579
8580 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
8581
8582 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
8583 * Makefile.in: Regenerate.
8584 * configure.in: Rewrite sed statements to look autoconfy.
8585
8586 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
8587 all-target-foo on configure-target-foo.
8588 * Makefile.def: Ditto.
8589 * Makefile.in: Rebuild.
8590
8591 2002-09-25 Andrew Haley <aph@redhat.com>
8592
8593 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
8594
8595 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
8596
8597 * Makefile.def: New file.
8598 * Makefile.tpl: New file.
8599 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
8600 * contrib/gcc_update: Note that Makefile.in is a generated file.
8601
8602 * configure.in: Minor rearrangement. Simplify tests.
8603
8604 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
8605
8606 * configure.in (with_headers): Skip copy if value is "yes".
8607 (with_libs): Likewise.
8608
8609 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8610
8611 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
8612 * configure.in (sh*-*-pe*): Ditto.
8613 * configure.in (mips*-*-pe*): Ditto.
8614 * configure.in (*arm-wince-pe): Ditto.
8615
8616 * configure.in: Rearrange.
8617
8618 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
8619
8620 * MAINTAINERS: Update my email address.
8621
8622 2002-08-30 Paul Koning <pkoning@equallogic.com>
8623
8624 * MAINTAINERS: (Write After Approval): Add myself.
8625
8626 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
8627
8628 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
8629
8630 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
8631
8632 * MAINTAINERS: Change my mailing address.
8633
8634 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
8635
8636 * MAINTAINERS (Write After Approval): Remove myself.
8637 (Various Maintainers: c++ runtime libs): Add myself.
8638
8639 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
8640
8641 * MAINTAINERS (Write After Approval): Remove myself.
8642 (Various Maintainers: c++ runtime libs): Add myself.
8643
8644 2002-08-15 Eric Christopher <echristo@redhat.com>
8645
8646 * config.sub: Import from master repository.
8647 * config.guess: Ditto.
8648
8649 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
8650
8651 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
8652 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
8653 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
8654
8655 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
8656
8657 * MAINTAINERS: Add self to rs6000 vector extensions.
8658
8659 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
8660
8661 * libiberty/configure: Reverted unintended yesterday's check in.
8662
8663 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
8664
8665 * boehm-gc/configure, libf2c/configure: Rebuilt.
8666 * libffi/configure, libiberty/configure: Ditto.
8667 * libjava/configure, libobjc/configure: Ditto.
8668 * libstdc++-v3/configure, zlib/configure: Ditto.
8669 Merged from binutils:
8670 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
8671 From Steve Ellcey <sje@cup.hp.com>:
8672 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8673 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8674 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8675 IA64.
8676 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8677 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8678 soname_spec, sys_lib_search_path_spec): Ditto.
8679
8680 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
8681
8682 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
8683
8684 2002-08-04 H.J. Lu (hjl@gnu.org)
8685
8686 * configure.in (mips*-*-linux*): Don't skip target-libffi.
8687
8688 2002-08-02 Krister Walfridsson <cato@df.lth.se>
8689
8690 * MAINTAINERS (Write After Approval): Add myself.
8691
8692 2002-07-31 Alan Modra <amodra@bigpond.net.au>
8693
8694 * configure.in: Move generic linux case to end. Copy generic
8695 linux noconfigdirs to mips*-*-linux* entry and new
8696 powerpc64*-*-linux* entry. Add target-libffi for the latter.
8697
8698 2002-07-19 Michael Matz <matz@suse.de>
8699
8700 * MAINTAINERS: Add myself as ra* maintainer.
8701
8702 2002-07-16 Chris Demetriou <cgd@broadcom.com>
8703
8704 * config.guess: Update to 2002-07-09 version.
8705 * config.sub: Update to 2002-07-03 version.
8706
8707 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
8708
8709 * MAINTAINERS: Fix typo in a maintainer email address.
8710
8711 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
8712
8713 * configure.in: Remove two redundant tests.
8714
8715 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8716
8717 * configure.in (mips*-*-irix6*o32): Enable stabs.
8718
8719 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
8720
8721 * configure.in: Don't build grez.
8722 * Makefile.in: Ditto.
8723
8724 * Makefile.in: Remove references to bsp, cygmon, libstub.
8725 * configure.in: Ditto.
8726
8727 * configure.in: Remove leftover reference to gdbtest.
8728
8729 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
8730
8731 * configure.in (gxx_include_dir): Change to match versioned
8732 C++ headers if --enable-version-specific-runtime-libs is used.
8733
8734 2002-07-04 Steve Ellcey <sje@cup.hp.com>
8735
8736 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
8737
8738 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
8739
8740 * configure.in: Make --without-x work.
8741
8742 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
8743
8744 * configure.in: Rearrange target Makefile fragment collection.
8745
8746 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
8747 cvs[src].
8748 * configure.in: Ditto.
8749
8750 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
8751
8752 * MAINTAINERS (Write After Approval): Update my e-mail address.
8753
8754 2002-06-24 Ben Elliston <bje@redhat.com>
8755
8756 * configure.in (host_tools): Remove cgen.
8757
8758 * Makefile.in (all-cgen): Remove; runs from its source directory.
8759 (check-cgen, install-cgen, clean-cgen): Likewise.
8760 (all-opcodes): Do not depend on all-cgen.
8761 (all-sim): Likewise.
8762
8763 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
8764
8765 * Makefile.in: Eliminate 'apache' targets.
8766 * configure.in: Eliminate 'apache' targets.
8767
8768 * configure.in: Eliminate redundant tests. Reorganize.
8769
8770 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
8771
8772 * config-ml.in: Eliminate references to Cygnus configure.
8773
8774 * Makefile.in: Eliminate references to building emacs.
8775
8776 2002-06-28 Graham Stott <graham.stott@btinternet.com>
8777
8778 * MAINTAINERS: Update my email address.
8779
8780 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
8781
8782 * config.if (libstdcxx_incdir): Version C++ headers.
8783 (cxx_incdir): Remove.
8784
8785 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
8786
8787 * MAINTAINERS (Write After Approval): Add self.
8788
8789 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
8790
8791 * configure.in: Add support for ip2k.
8792
8793 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
8794
8795 * configure.in: Fix AIX configury bug.
8796
8797 2002-06-20 Steve Ellcey <sje@cup.hp.com>
8798
8799 * MAINTAINERS (Write After Approval): Add self.
8800
8801 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8802
8803 * configure.in: replace ${topsrcdir} with ${srcdir}
8804
8805 * configure.in: Move definition of libstdcxx_flags
8806 right above usage, rather than waaay earlier.
8807
8808 * configure.in: Pull definition of is_cross_compiler earlier.
8809
8810 * configure.in: Rearrange a little.
8811
8812 * configure.in: Remove references to librx.
8813 * Makefile.in: Remove references to librx.
8814
8815 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
8816
8817 * config.sub: Add support for avr target.
8818 Import from master sources, rev 1.255
8819
8820 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
8821
8822 * configure, .cvsignore: Revert previous change...
8823 * Makefile: ...delete.
8824
8825 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
8826
8827 * configure.in: Eliminate ${gasdir} variable.
8828
8829 2002-06-18 Dave Brolley <brolley@redhat.com>
8830
8831 * configure.in: Add support for frv.
8832 * config.sub: Add support for frv.
8833
8834 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8835
8836 * configure: Remove garbage from previous commit.
8837
8838 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
8839
8840 * configure: For in-source builds, make a subdir and re-exec there.
8841 * Makefile: New file. Pass targets through to build directory.
8842 * .cvsignore: No longer ignore "Makefile".
8843
8844 2002-06-16 Douglas Rupp <rupp@gnat.com>
8845
8846 * MAINTAINERS (Write After Approval): Add self.
8847
8848 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8849
8850 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
8851
8852 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
8853
8854 * configure.in (vax-*-netbsd*): Re-enable gas.
8855
8856 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
8857
8858 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
8859 BUILD_PREFIX_1, to correct nomenclature.
8860 * configure: Likewise.
8861
8862 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
8863 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
8864
8865 2002-05-31 Olaf Hering <olh@suse.de>
8866
8867 * config-ml.in: Propogate DESTDIR also.
8868
8869 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8870
8871 * configure.in (vax-*-netbsd*): Don't build gas for this
8872 platform.
8873
8874 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
8875
8876 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8877 and libgcj for AVR.
8878
8879 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
8880
8881 * MAINTAINERS (Write After Approval): Add myself.
8882
8883 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
8884
8885 * config.guess: Update to 2002-05-22 version.
8886 * config.sub: Likewise.
8887
8888 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8889
8890 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
8891 * config-ml.in: Likewise.
8892 * configure: Likewise.
8893 * configure.in: Likewise.
8894
8895 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
8896
8897 * MAINTAINERS: Update my email address.
8898
8899 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
8900
8901 * configure.in: Simplify makefile fragment collection.
8902
8903 * configure.in: Remove code to build emacs.
8904
8905 * configure.in : Remove --srcdir argument from targargs and buildargs
8906 (it's always overridden in the Makefile anyway). Rearrange a bit.
8907
8908 * configure: Move some logic to configure.in.
8909 * configure.in: Move some logic from configure.
8910
8911 2002-05-11 Tom Tromey <tromey@redhat.com>
8912
8913 * MAINTAINERS: Reflect libgcj reality.
8914
8915 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
8916
8917 * Makefile.in: Honour DESTDIR.
8918
8919 2002-05-08 Mark Mitchell <mark@codesourcery.com>
8920
8921 * config.guess: Import 2002-03-20 version.
8922 * config.sub: Import 2002-04-26 version.
8923
8924 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8925
8926 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
8927
8928 2002-05-07 Tim Josling <tej@melbpc.org.au>
8929
8930 * MAINTAINERS: Add self.
8931
8932 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
8933
8934 * ltmain.sh: Detect and handle object name conflicts
8935 while piecewise linking a static library.
8936
8937 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
8938
8939 * configure.in (noconfigdirs): Don't disable libgcj on
8940 sparc64-*-solaris* and sparcv9-*-solaris*.
8941
8942 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
8943
8944 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
8945
8946 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
8947
8948 * configure.in (FLAGS_FOR_TARGET): Do not add
8949 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
8950 on i[3456]86-*-linux*.
8951
8952 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
8953
8954 * configure.in (noconfigdirs): Replace [ ] with test.
8955
8956 * configure.in (noconfigdirs): Do not add target-newlib if
8957 target == i[3456]86-*-linux*, and host == target.
8958
8959 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
8960
8961 * configure.in: delete reference to absent file
8962
8963 * configure.in: replace '[' with 'test'
8964
8965 * configure.in: Eliminate references to gash.
8966 * Makefile.in: Eliminate references to gash.
8967
8968 * configure.in: remove useless references to 'pic' makefile fragments.
8969
8970 * configure.in: (*-*-windows*) Finish removing.
8971
8972 * configure.in: Eliminate redundant test for libgui.
8973
8974 2002-04-29 Roger Sayle <roger@eyesopen.com>
8975
8976 * MAINTAINERS: Add self and realphabetize. Update entries
8977 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
8978 entry for a29k port maintainer.
8979
8980 2002-04-26 Joel Sherrill <joel@OARcorp.com>
8981
8982 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
8983 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
8984
8985 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
8986
8987 * configure.in: remove references to dead files
8988
8989 2002-04-19 Mark Mitchell <mark@codesourcery.com>
8990
8991 * MAINTAINERS: Add information about purpose of this file.
8992
8993 2002-04-18 Tom Tromey <tromey@redhat.com>
8994
8995 * configure.in: Disallow configuring libgcj when it is already
8996 installed and we're using Solaris 2.8 linker. Do enable libgcj on
8997 Solaris 2.8 by default. For PR libgcj/6158.
8998
8999 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9000
9001 * configure.in: Move default CC setting out of config/mh-* fragments
9002 directly into here.
9003
9004 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
9005
9006 * configure.in: don't even try to configure or make a subdirectory
9007 if there's no configure script for it.
9008
9009 2002-04-15 Mark Mitchell <mark@codesourcery.com>
9010
9011 * MAINTAINERS: Remove chill maintainers.
9012 * Makefile.in (CHILLFLAGS): Remove.
9013 (CHILL_LIB): Remove.
9014 (TARGET_CONFIGDIRS): Remove libchill.
9015 (CHILL_FOR_TARGET): Remove.
9016 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
9017 CHILL_LIB.
9018 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
9019 (CHECK_TARGET_MODULES): Likewise.
9020 (INSTALL_TARGET_MODULES): Likewise.
9021 (CLEAN_TARGET_MODULES): Likewise.
9022 (configure-target-libchill): Remove.
9023 (all-target-libchill): Remove.
9024 * configure.in (target_libs): Remove target-libchill.
9025 Do not compute CHILL_FOR_TARGET.
9026 * libchill: Remove directory.
9027
9028 2002-04-11 DJ Delorie <dj@redhat.com>
9029
9030 * Makefile.in, configure.in: Sync with binutils, entries
9031 follow...
9032
9033 2002-04-07 Andrew Cagney <ac131313@redhat.com>
9034
9035 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
9036 (do-tar, do-bz2): New rules.
9037 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
9038 (gdb-tar): New rule.
9039 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
9040 (insight_dejagnu.tar): New rule.
9041 (insight.tar): New rule.
9042 (gdb+dejagnu.tar): New rule.
9043 (gdb.tar): New rule.
9044
9045 2002-02-01 Mo DeJong <supermo@bayarea.net>
9046
9047 * Makefile.in: Add all-tix to deps for all-snavigator
9048 so that tix is built when building snavigator.
9049
9050 2002-01-11 Steve Ellcey <sje@cup.hp.com>
9051
9052 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
9053 ld and gdb are not supported.
9054
9055 2002-01-07 Mark Salter <msalter@redhat.com>
9056
9057 * configure.in: Remove target-bsp and target-cygmon from arm builds.
9058 Allow target-libgloss to be built for arm, strongarm, and xscale.
9059
9060 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
9061
9062 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
9063 options for i[3456]86-pc-linux* native builds.
9064
9065 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
9066
9067 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
9068 files from .po files for a distribution.
9069
9070 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
9071
9072 * configure.in: Enable libstdc++-v3 for h8300 targets.
9073
9074 2001-06-19 Alan Modra <amodra@bigpond.net.au>
9075
9076 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
9077 version from bfd/.
9078
9079 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
9080
9081 * Makefile.in (VER): When present, extract the version number from
9082 the file version.in.
9083
9084 2001-05-24 Tom Rix <trix@redhat.com>
9085
9086 * configure.in : enable ld for aix
9087
9088 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9089
9090 * config.guess: Add linux target for S/390.
9091
9092 2000-11-07 Philip Blundell <pb@futuretv.com>
9093
9094 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
9095
9096 2000-11-03 Philip Blundell <pb@futuretv.com>
9097
9098 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
9099 files.
9100
9101 2001-01-15 Ben Elliston <bje@redhat.com>
9102
9103 * configure.in (host_tools): Add sid.
9104 Always configure cgen.
9105
9106 2000-11-24 Nick Clifton <nickc@redhat.com>
9107
9108 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
9109
9110
9111 2000-08-20 Doug Evans <dje@casey.transmeta.com>
9112
9113 * Makefile.in (ALL_MODULES): Add all-cgen.
9114 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
9115 (all-cgen): New target.
9116 (all-opcodes,all-sim): Depend on all-cgen.
9117 * configure.in (host_tools): Add cgen.
9118 Only configure cgen if --enable-cgen-maint.
9119
9120 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
9121
9122 * configure.in: Add *-*-freebsd* configurations.
9123
9124 2002-04-08 Tom Tromey <tromey@redhat.com>
9125
9126 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
9127 Fixes PR libgcj/6068.
9128
9129 2002-03-30 Krister Walfridsson <cato@df.lth.se>
9130
9131 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
9132
9133 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9134
9135 * configure.in (alpha*-dec-osf*): Enable libgcj.
9136
9137 2003-03-27 Matthew Gingell <gingell@gnat.com>
9138
9139 * MAINTAINERS (Write After Approval): Add myself.
9140
9141 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
9142
9143 Fix for: PR bootstrap/3591, target/5676
9144 * configure.in (mcore-pe): Disable the configuration of
9145 libstdc++-v3 since exceptions are not supported.
9146
9147 2002-03-20 Anthony Green <green@redhat.com>
9148
9149 * configure.in: Enable libgcj for xscale-elf target.
9150
9151 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
9152
9153 * MAINTAINERS: Update my email address.
9154
9155 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
9156
9157 * ltmain.sh (relink_command): Fix typo in previous change.
9158
9159 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
9160
9161 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
9162 (relink_command): Added --tag flags.
9163 (mode=install): If relinking fails; error out.
9164
9165 2002-03-12 Richard Henderson <rth@redhat.com>
9166
9167 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
9168 .NOTPARALLEL tag.
9169 (do-check): Rename from check.
9170 (check): Allow parallel check.
9171
9172 2002-03-12 Bob Wilson <bob.wilson@acm.org>
9173
9174 * MAINTAINERS: Add myself as maintainer for xtensa port.
9175 Fix alphabetical order in CPU port maintainer list.
9176 Remove myself from Write After Approval list.
9177
9178 2002-03-11 Richard Henderson <rth@redhat.com>
9179
9180 * Makefile.in (.NOTPARALLEL): Add fake tag.
9181
9182 2002-03-07 H.J. Lu (hjl@gnu.org)
9183
9184 * configure.in: Enable gprof for mips*-*-linux*.
9185
9186 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
9187
9188 * MAINTAINERS (Write After Approval): Add myself.
9189
9190 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
9191
9192 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
9193 libjava.
9194 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
9195
9196 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
9197
9198 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
9199 because its Makefile is there; test for the executable instead.
9200
9201 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
9202
9203 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
9204 libstdc++-v3 and libjava.
9205
9206 2002-02-11 Adam Megacz <adam@xwt.org>
9207
9208 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
9209 boehm-gc
9210
9211 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
9212
9213 * config.guess: Updated to 2002-01-30's version.
9214 * config.sub: Updated to 2002-02-01's version.
9215 Contribute sh64-elf.
9216 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
9217 * configure.in: Added sh64-*-*.
9218
9219 2002-02-08 Chris Demetriou <cgd@broadcom.com>
9220
9221 * MAINTAINERS: Belatedly add myself to write after approval list.
9222
9223 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
9224
9225 * MAINTAINERS: Put self in as maintainer for x86-64 port.
9226 Remove self as Write After Approval.
9227
9228 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
9229
9230 * MAINTAINERS: Put self in as maintainer for contrib/regression
9231 directory.
9232
9233 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
9234
9235 * MAINTAINERS: Update my email address.
9236
9237 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
9238
9239 * configure.in (*-*-netbsd*): New. Skip target-newlib,
9240 target-libiberty, and target-libgloss. Skip Java-related
9241 libraries if not supported for NetBSD on target CPU.
9242
9243 2002-01-25 Douglas B Rupp <rupp@gnat.com>
9244
9245 * install-sh: Use _inst.$$_ for temp file name.
9246
9247 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
9248
9249 * MAINTAINERS (Write After Approval): Move my contact info
9250 from here...
9251 (OS Port Maintainers): ...to here (netbsd).
9252
9253 2002-01-22 Bob Wilson <bob.wilson@acm.org>
9254
9255 * MAINTAINERS (Write After Approval): Add myself.
9256
9257 2002-01-17 H.J. Lu <hjl@gnu.org>
9258
9259 * Makefile.in (all-fastjar): Also depend on all-libiberty.
9260 (all-target-fastjar): Also depend on all-target-libiberty.
9261
9262 2002-01-16 H.J. Lu (hjl@gnu.org)
9263
9264 * config.guess: Import from master sources, rev 1.225.
9265 * config.sub: Import from master sources, rev 1.238.
9266
9267 2002-01-16 Kazu Hirata <kazu@hxi.com>
9268
9269 * MAINTAINERS (Write After Approval): Remove myself.
9270
9271 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
9272
9273 * MAINTAINERS (Write After Approval): Add myself.
9274
9275 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
9276
9277 * MAINTAINERS: Add self as docs co-maintainer.
9278
9279 2001-12-11 Matthias Klose <doko@debian.org>
9280
9281 * MAINTAINERS (Write After Approval): Add myself.
9282
9283 2001-12-09 Zack Weinberg <zack@codesourcery.com>
9284
9285 * MAINTAINERS: Update my email address.
9286
9287 2001-12-07 Turly O'Connor <turly@apple.com>
9288 * MAINTAINERS (Write After Approval): Add myself.
9289 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
9290 (rs6000_initialize_trampoline): Call __trampoline_setup for
9291 ABI_DARWIN too.
9292 * darwin-tramp.asm: New file, implements __trampoline_setup.
9293 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
9294
9295 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
9296
9297 * MAINTAINERS (Write After Approval): Add myself.
9298
9299 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
9300
9301 * configure, configure.in: Use temp file for long sed commands.
9302
9303 2001-12-03 Laurent Guerby <guerby@acm.org>
9304
9305 * config.sub: Update to version 1.232 on subversion.
9306
9307 2001-12-03 Ben Elliston <bje@redhat.com>
9308
9309 * MAINTAINERS: Update mail address for config.* patches.
9310
9311 2001-11-27 DJ Delorie <dj@redhat.com>
9312 Zack Weinberg <zack@codesourcery.com>
9313
9314 When build != host, create libiberty for the build machine.
9315
9316 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
9317 CONFIG_ARGUMENTS.
9318 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
9319 New variables.
9320 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
9321 and rules.
9322 (all.normal): Depend on ALL_BUILD_MODULES.
9323 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
9324 (all-build-libiberty): Depend on configure-build-libiberty.
9325
9326 * configure: Calculate and substitute proper value for
9327 ALL_BUILD_MODULES.
9328 * configure.in: Create the build subdirectory.
9329 Calculate and substitute TARGET_CONFIGARGS (formerly
9330 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
9331
9332 2001-11-26 Ziemowit Laski <zlaski@apple.com>
9333
9334 * MAINTAINERS (write-after-approval): Add self.
9335
9336 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
9337
9338 * MAINTAINERS (GNATS only accounts): Remove self.
9339
9340 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
9341
9342 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
9343 libf2c.
9344
9345 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
9346
9347 * MAINTAINERS (Write After Approval): Add self.
9348
9349 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9350
9351 * MAINTAINERS: mips and s390 are also CPU ports.
9352
9353 2001-11-12 David O'Brien <obrien@FreeBSD.org>
9354
9355 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
9356
9357 2001-11-11 David O'Brien <obrien@FreeBSD.org>
9358
9359 * MAINTAINERS: Alphabetize.
9360
9361 2001-11-09 Kazu Hirata <kazu@hxi.com>
9362
9363 * MAINTAINERS (Various maintainers: h8 port): Add myself.
9364
9365 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
9366
9367 * MAINTAINERS (Various maintainers: hppa port): Added myself.
9368
9369 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
9370
9371 * configure.in (--enable-languages): Be more permissive about
9372 syntax. Check for empty lists better. Warn about $LANGUAGES.
9373
9374 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
9375
9376 * config.sub: Import from master sources, rev. 1.230.
9377 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
9378
9379 2001-11-07 Laurent Guerby <guerby@acm.org>
9380
9381 * MAINTAINERS (Write After Approval): Add self.
9382
9383 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
9384
9385 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
9386
9387 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
9388
9389 * config.sub: Import from master sources, rev 1.226.
9390 * config.guess: Import from master sources, rev 1.216.
9391
9392 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
9393
9394 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
9395 * MAINTAINERS: Add self as maintainer of MMIX port.
9396 Remove old after-approval entry.
9397
9398 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
9399
9400 * ChangeLog, configure: Fix spelling errors.
9401
9402 2001-10-20 Brendan Kehoe <brendan@zen.org>
9403
9404 * MAINTAINERS: Tweak my address.
9405
9406 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
9407
9408 * MAINTAINERS: Update my email address.
9409
9410 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
9411
9412 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
9413 * MAINTAINERS: Add self as maintainer of CRIS port.
9414
9415 2001-10-10 Geert Bosch <bosch@gnat.com>
9416
9417 * MAINTAINERS (Various maintainers: Ada front end):
9418 Added Robert Dewar.
9419
9420 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
9421
9422 * MAINTAINERS (Write After Approval): Added self
9423
9424 2001-10-02 Geert Bosch <bosch@gnat.com>
9425
9426 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9427
9428 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
9429
9430 * configure: Handle temporary files securely using mkdir.
9431
9432 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
9433
9434 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
9435
9436 2001-09-26 Will Cohen <wcohen@redhat.com>
9437
9438 * configure.in (*-*-linux*): Disable configuration of target-newlib
9439 and target-libgloss.
9440
9441 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9442
9443 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
9444 RANLIB.
9445
9446 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
9447
9448 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
9449 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
9450 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
9451 avoid quotes nesting problems.
9452 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
9453 (DO_X): Export only variables that are set.
9454
9455 2001-09-19 Ben Elliston <bje@redhat.com>
9456
9457 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
9458 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
9459 semantics. Use the shell built-in "type" command instead.
9460
9461 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
9462
9463 Merged from gcc-3_0-branch:
9464 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
9465 * ltcf-c.sh: Use $objext, not $ac_objext.
9466 2001-07-27 Mark Kettenis <kettenis@gnu.org>
9467 * ltcf-cxx.sh: Add support for GNU.
9468 2001-07-22 Timothy Wall <twall@redhat.com>
9469 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
9470 default settings if using GNU tools with that configuration.
9471 * ltcf-cxx.sh: Ditto.
9472 * ltcf-gcj.sh: Ditto.
9473 2001-07-21 Michael Chastain <chastain@redhat.com>
9474 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
9475 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
9476 * ltmain.sh: Mark as gcc-local.
9477
9478 2001-08-30 Eric Christopher <echristo@redhat.com>
9479 Jason Eckhardt <jle@redhat.com>
9480
9481 * config.guess: Merge from master sources.
9482 * config.sub: Merge from master sources, add support for mipsisa32.
9483
9484 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
9485 * config.sub: Merge from master sources, rev 1.219.
9486 * MAINTAINERS: Add self as contact for stormy16 port.
9487
9488 2001-08-14 Zack Weinberg <zackw@panix.com>
9489
9490 * config.sub: Merge from master sources, rev 1.218.
9491 * config.guess: Merge from master sources, rev 1.209.
9492
9493 2001-08-11 Graham Stott <grahams@redhat.com>
9494
9495 * Makefile.in (check-c++): Add missing semicolon.
9496
9497 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
9498
9499 * MAINTAINERS (Various maitainers: predict.def): Added myself.
9500
9501 2001-07-30 Eric Christopher <echristo@redhat.com>
9502
9503 * MAINTAINERS (Various maintainers: mips port): Added myself.
9504
9505 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
9506
9507 * configure.in (sh-*-linux*): New.
9508
9509 2001-07-27 Richard Henderson <rth@redhat.com>
9510
9511 * .cvsignore: Add LAST_UPDATED.
9512
9513 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
9514
9515 * MAINTAINERS (Various maintainers: s390 port): Added myself.
9516
9517 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
9518
9519 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
9520
9521 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
9522
9523 * MAINTAINERS (Write After Approval): Added myself.
9524
9525 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
9526
9527 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9528 and libgcj on m68hc11/m68hc12.
9529
9530 2001-06-27 H.J. Lu (hjl@gnu.org)
9531
9532 * Makefile (CFLAGS_FOR_BUILD): New.
9533 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
9534
9535 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9536
9537 * README: Remove version number.
9538
9539 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9540
9541 * INSTALL/README: Update wrt. to the installation instructions now
9542 residing in gcc/doc/install.texi.
9543
9544 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
9545
9546 * README: Replace with a cut-down and updated version of gcc/README.
9547
9548 2001-06-12 David Edelsohn <edelsohn@gnu.org>
9549
9550 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
9551 multilibs to be disabled.
9552
9553 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
9554
9555 * MAINTAINERS (Write After Approval): Add myself.
9556
9557 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
9558
9559 * config.guess: Import CVS version 1.195.
9560 * config.sub: Import CVS version 1.212.
9561
9562 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
9563
9564 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9565 gcc/xgcc is built, use -print-prog-name to find out the program
9566 name to use.
9567
9568 2001-06-04 Phil Edwards <pme@sources.redhat.com>
9569
9570 * config.guess: Import CVS version 1.194. All gcc-local changes
9571 appear to also be in the master copy.
9572 * config.sub: Import CVS version 1.211.
9573
9574 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
9575
9576 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
9577 with_gcc]: Use `gcc -shared' to build a shared library.
9578
9579 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
9580
9581 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
9582 archives.
9583
9584 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9585
9586 * MAINTAINERS (Write After Approval): Add myself.
9587
9588 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
9589
9590 * configure.in (libstdcxx_flags): Do not try to execute
9591 libstdc++-v3/testsuite_flags until it exists.
9592
9593 2001-06-01 Alan Modra <amodra@bigpond.net.au>
9594
9595 * MAINTAINERS: Update my email address.
9596
9597 2001-05-31 Graham Stott <grahams@redhat.com>
9598
9599 * MAINTAINERS (Write After Approval): Add myself.
9600
9601 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
9602
9603 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
9604 libraries when using g++ with native linker.
9605
9606 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
9607
9608 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
9609
9610 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
9611
9612 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
9613 [aix4*|aix5*]: Prepend blank.
9614
9615 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
9616
9617 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9618 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
9619 of subdir/configure scripts to use the new libtool.m4.
9620
9621 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
9622
9623 * MAINTAINERS (Write After Approval): Add myself.
9624
9625 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
9626
9627 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
9628
9629 2001-05-11 Ben Elliston <bje@redhat.com>
9630
9631 * Makefile.in (all-sid): New target.
9632 (check-sid, clean-sid, install-sid): Likewise.
9633
9634 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
9635
9636 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
9637
9638 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9639
9640 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
9641 libgcj.
9642
9643 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
9644
9645 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
9646 gcc/xgcc is built, use -print-prog-name to find out the program
9647 name to use.
9648
9649 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
9650
9651 * configure.in (noconfigdirs): Don't reset it from scratch in the
9652 target case; only append to it.
9653
9654 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
9655 sparc-*-solaris2.8]: Disable ${libgcj}.
9656
9657 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
9658
9659 * configure.in (libgcj_saved): Copy from $libgcj.
9660 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
9661 --disable-libgcj.
9662
9663 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
9664
9665 * MAINTAINERS: Remove self as MIPS maintainer and
9666 C front end maintainer.
9667
9668 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
9669
9670 * configure.in: Move *-chorusos target case to the proper switch.
9671 Disable libgcj.
9672
9673 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9674
9675 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
9676 1.641.2.228.
9677
9678 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9679
9680 * Makefile.in (STAGE1_CFLAGS): Pass down.
9681
9682 2001-04-13 Alan Modra <amodra@one.net.au>
9683
9684 * config.guess: Add hppa64-linux support. Note for next import that
9685 this is already in the master file.
9686 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
9687
9688 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
9689
9690 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9691 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
9692
9693 2001-04-11 Stan Shebs <shebs@apple.com>
9694
9695 * MAINTAINERS: Add self as Darwin port maintainer.
9696
9697 2001-04-11 Alan Modra <amodra@one.net.au>
9698
9699 * MAINTAINERS: Update my email address.
9700
9701 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
9702
9703 * ltcf-cxx.sh: Support creation of C++ shared libraries on
9704 recent versions of FreeBSD (release 3 or later).
9705 * ltconfig: On FreeBSD, -lc must not be provided when building
9706 a shared library or else the standard -pthread gcc option is
9707 rendered worthless to later users of the built library.
9708
9709 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
9710
9711 * MAINTAINERS: Add self and RTH as C front end maintainers.
9712
9713 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
9714
9715 * config.sub: Make sure to match an already-canonicalized
9716 machine name (eg. mn10300-unknown-elf).
9717
9718 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
9719
9720 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
9721 New macros.
9722 (bootstrap, cross): Use RECURSE_FLAGS.
9723 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
9724
9725 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
9726
9727 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
9728
9729 2001-03-22 Colin Howell <chowell@redhat.com>
9730
9731 * Makefile.in (DO_X): Do not backslash single-quotes in
9732 backquotes (two places).
9733
9734 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9735
9736 Re-installed:
9737 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9738 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9739 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9740 * ltcf-cxx.sh: Likewise.
9741 * ltcf-gcj.sh: Likewise.
9742
9743 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9744
9745 * MAINTAINERS: Add myself as "documentation co-maintainer".
9746
9747 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
9748
9749 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
9750 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
9751
9752 2001-03-19 Tom Tromey <tromey@redhat.com>
9753
9754 * config-ml.in: Handle GCJ and GCJFLAGS.
9755
9756 2001-03-21 Michael Chastain <chastain@redhat.com>
9757
9758 * Makefile.in: all-m4 depends on all-texinfo.
9759
9760 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
9761
9762 * MAINTAINERS: Add myself to write after approval list.
9763
9764 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
9765
9766 * Makefile.in (DO_X): Quote nested quotes.
9767
9768 2001-03-18 Alan Modra <alan@linuxcare.com.au>
9769
9770 * MAINTAINERS: Add myself to write after approval list.
9771
9772 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
9773
9774 * Makefile.in (DO_X): Use double quotes for quoting
9775 "RANLIB=$${RANLIB}".
9776
9777 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
9778
9779 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
9780
9781 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
9782
9783 * configure.in: Only use `lang_requires' for languages athat are
9784 actually enabled.
9785
9786 2001-03-08 Phil Edwards <pme@sources.redhat.com>
9787
9788 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
9789
9790 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
9791
9792 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
9793
9794 2001-03-07 Tom Tromey <tromey@redhat.com>
9795
9796 * configure.in: Allow config-lang.in to set `lang_requires' to list
9797 of other required languages.
9798
9799 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
9800
9801 * Makefile.in: Remove RANLIB definition. Use RANLIB
9802 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
9803 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
9804
9805 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
9806 Alexandre Oliva <aoliva@redhat.com>
9807
9808 * Makefile.in (check-c++): Use tabs, not spaces.
9809
9810 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
9811
9812 * MAINTAINERS: add myself to Write After Approval list.
9813
9814 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
9815
9816 * Makefile.in (check-c++): New rule.
9817
9818 * configure.in (target_libs): Remove libg++.
9819 (noconfigdirs): Remove libg++.
9820 (noconfigdirs): Same.
9821 (noconfigdirs): Same.
9822 (noconfigdirs): Same.
9823
9824 * config-ml.in: Remove libg++ references.
9825
9826 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
9827 (ALL_TARGET_MODULES): Same.
9828 (configure-target-libg++): Remove.
9829 (all-target-libg++): Remove.
9830 (configure-target-libio): Remove.
9831 (all-target-libio): Remove.
9832 (check-target-libio): Remove.
9833 (.PHONY): Remove.
9834 (libg++.tar.bz2): Remove.
9835 (all-target-cygmon): Remove libio.
9836 (all-target-libstdc++): Remove.
9837 (configure-target-libstdc++): Remove.
9838 (TARGET_LIB_PATH): Remove libstdc++.
9839 (ALL_GCC_CXX): Remove libstdc++.
9840 (all-target-gperf): Correct.
9841
9842 2001-02-16 Nick Clifton <nickc@redhat.com>
9843
9844 * configure.in (noconfigdirs): Allow configuration of texinfo
9845 for Cygwin hosts.
9846
9847 2001-02-15 Anthony Green <green@redhat.com>
9848
9849 * configure: Introduce GCJ_FOR_TARGET.
9850 * configure.in: Ditto.
9851 * Makefile.in: Ditto.
9852
9853 2001-02-13 Andreas Schwab <schwab@suse.de>
9854
9855 * MAINTAINERS: Update mail address.
9856
9857 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
9858
9859 * config.guess: Add linux target for S/390.
9860 * config.sub: Likewise.
9861
9862 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
9863
9864 * configure.in: for *-chorusos, don't config target-newlib and
9865 target-libgloss.
9866
9867 2001-02-06 Ben Elliston <bje@redhat.com>
9868
9869 * configure: Output host type to stdout, not stderr.
9870
9871 2001-02-05 Mark Mitchell <mark@codesourcery.com>
9872
9873 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
9874 * ltcf-cxx.sh: Likewise.
9875
9876 * config.if: Assume enable_libstdcxx_v3 is defined.
9877
9878 2001-02-04 Mark Mitchell <mark@codesourcery.com>
9879
9880 Remove V2 C++ library.
9881 * configure.in: Remove --enable-libstdcxx_v3 support.
9882
9883 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
9884
9885 * include/demangle.h: Add prototype for java_demangle_v3.
9886
9887 2001-01-29 Phil Edwards <pme@sources.redhat.com>
9888
9889 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
9890
9891 2001-01-27 Richard Henderson <rth@redhat.com>
9892
9893 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
9894
9895 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9896
9897 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
9898 Don't unset, it's non-portable and no longer necessary, set to empty
9899 instead.
9900
9901 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9902
9903 * ltconfig: Shell portability fix for the tagname validity check.
9904
9905 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
9906
9907 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
9908 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
9909
9910 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9911
9912 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
9913
9914 2001-01-26 Tom Tromey <tromey@redhat.com>
9915
9916 * configure.in: Allow libgcj to be built on Sparc Solaris.
9917
9918 2001-01-25 David Edelsohn <edelsohn@gnu.org>
9919
9920 * ltcf-c.sh: Add aix5 case.
9921 * ltcf-cxx.sh: Likewise.
9922 * ltconfig: Likewise.
9923
9924 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
9925
9926 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
9927 keep at least one of build_libtool_libs or build_old_libs set to
9928 yes.
9929
9930 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
9931 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
9932
9933 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
9934
9935 * configure.in: Enable libgcj on several additional platforms.
9936
9937 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
9938
9939 * configure.in: Enable libgcj for linux targets.
9940
9941 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9942
9943 * MAINTAINERS (Write After Approval): Add myself.
9944
9945 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
9946
9947 * MAINTAINERS: Add myself as vax port maintainer.
9948
9949 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
9950
9951 * MAINTAINERS: Add myself as Mercury front-end maintainer.
9952
9953 2001-01-09 Mike Stump <mrs@wrs.com>
9954
9955 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
9956 failures of subdirectories.
9957
9958 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9959
9960 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
9961 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
9962 * ltcf-cxx.sh: Likewise.
9963 * ltcf-gcj.sh: Likewise.
9964 * ltconfig.sh: Fix typo.
9965
9966 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9967
9968 * configure: handle DOS-style absolute paths.
9969
9970 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
9971
9972 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
9973
9974 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
9975
9976 * MAINTAINERS: Add myself as avr port co-maintainer.
9977
9978 2000-12-28 Ben Elliston <bje@redhat.com>
9979
9980 * MAINTAINERS: Add myself under ``Write After Approval''.
9981
9982 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
9983
9984 * texinfo: Remove directory from GCC.
9985
9986 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
9987
9988 * COPYING: Update to current
9989 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
9990 to 19yy as example year in copyright notice).
9991
9992 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
9993
9994 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
9995 (libstdcxx_incdir): Pass down.
9996 * config.if: Remove expired bits for cxx_interface, add stub.
9997 (libstdcxx_incdir): Add variable for g++ include directory.
9998 * configure.in (gxx_include_dir): Use it.
9999
10000 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
10001
10002 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
10003 with old-email address from ``Write After Approval''.
10004
10005 2000-12-15 Andreas Jaeger <aj@suse.de>
10006
10007 * configure.in: Handle lang_dirs.
10008
10009 2000-12-14 Tom Tromey <tromey@redhat.com>
10010
10011 * MAINTAINERS: Removed brads.
10012
10013 * MAINTAINERS: Added gcj developers.
10014
10015 2000-12-13 Anthony Green <green@redhat.com>
10016
10017 * configure.in: Disable libgcj for any target not specifically
10018 listed. Disable libgcj for x86 and Alpha Linux until compatible
10019 with g++ abi.
10020
10021 2000-12-13 Mike Stump <mrs@wrs.com>
10022
10023 * Makefile.in (local-distclean): Also remove fastjar.
10024
10025 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
10026
10027 * contrib/gcc_update: Add fastjar --touch entries.
10028
10029 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
10030
10031 * configure.in: Disable language-specific target libraries for
10032 languages that aren't enabled.
10033
10034 2000-12-10 Anthony Green <green@redhat.com>
10035
10036 * configure.in: Define libgcj. Disable libgcj target libraries for
10037 most targets.
10038
10039 2000-12-10 Neil Booth <neilb@earthling.net>
10040
10041 * MAINTAINERS: Update mail address, remove from WAA list.
10042
10043 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10044
10045 * libjava: Imported from /cvs/java.
10046 * libffi: Likewise.
10047 * Boehm-gc: Likewise.
10048
10049 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
10050
10051 * configure.in (target_libs): Revert 2000-12-08 patch.
10052 (noconfigdirs): Added target-libjava.
10053
10054 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10055
10056 * djunpack.bat: removed.
10057
10058 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
10059
10060 * Makefile.in: handle DOS-style absolute paths.
10061 * config-ml.in: likewise.
10062 * symlink-tree: likewise.
10063
10064 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10065
10066 * fastjar: Imported.
10067
10068 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10069
10070 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
10071 libjava.
10072 * configure.in (target_libs): Removed `target-libjava'.
10073
10074 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
10075
10076 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
10077 (ALL_MODULES): Added fastjar.
10078 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
10079 (all-target-libjava): all-fastjar replaces all-zip.
10080 (all-fastjar): Added.
10081 (configure-target-fastjar, all-target-fastjar): Likewise.
10082 * configure.in (host_tools): Added fastjar.
10083
10084 2000-12-07 Mike Stump <mrs@wrs.com>
10085
10086 * Makefile.in (local-distclean): Remove leftover built files.
10087
10088 2000-11-24 Nick Clifton <nickc@redhat.com>
10089
10090 * configure.in (xscale-elf): Add target.
10091 (xscale-coff): Add target.
10092
10093 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
10094
10095 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10096 recent versions of FreeBSD (release 3 or later).
10097 * ltconfig: On FreeBSD, -lc must not be provided when building
10098 a shared library or else the standard -pthread gcc option is
10099 rendered worthless to later users of the built library.
10100
10101 2000-11-16 Fred Fish <fnf@be.com>
10102
10103 * configure.in (enable_libstdcxx_v3): Fix typo,
10104 libstd++ -> libstdc++.
10105
10106 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
10107
10108 * MAINTAINERS: Add self to Write After Approval list.
10109
10110 2000-11-21 Bernd Schmidt <bernds@redhat.com>
10111
10112 * MAINTAINERS: Update my email address. Add myself to global write
10113 privs list.
10114
10115 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
10116
10117 * Makefile.in: Merge with src and libgcj.
10118 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
10119 configure-target-<library> when their configure scripts need the C
10120 or C++ library to have already been built to work properly.
10121 (do_proto_toplev): Set them to an empty string.
10122
10123 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
10124 (REALLY_SET_LIB_PATH): Use them.
10125
10126 2000-11-17 Stan Shebs <shebs@apple.com>
10127
10128 * MAINTAINERS: Add self to Write After Approval list.
10129
10130 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10131
10132 * configure: Provide the original toplevel configure arguments
10133 (including $0) to subprocesses in the environment rather than
10134 through gcc/configargs.h.
10135
10136 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
10137
10138 * MAINTAINERS: Remove references to cccp. Change C9X reference to
10139 C99. Alphabetise "Write After Approval" list.
10140
10141 2000-11-12 Mark Mitchell <mark@codesourcery.com>
10142
10143 * configure: Turn on libstdc++ V3 by default.
10144
10145 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
10146 if we've got GCC.
10147
10148 2000-11-11 Philip Blundell <philb@gnu.org>
10149
10150 * MAINTAINERS: Add self to Write After Approval list.
10151
10152 2000-11-09 David Edelsohn <edelsohn@gnu.org>
10153
10154 * ltcf-c.sh (aix4): Improve shared library configuration; require
10155 exporting symbols.
10156 * ltcf-cxx.sh (aix4): Define.
10157 * ltconfig (aix4): Define library and soname specs appropriate for
10158 AIX. Define command to create export symbols list.
10159
10160 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
10161
10162 * config.sub: Add support for Sun Chorus
10163
10164 2000-10-31 Nick Clifton <nickc@redhat.com>
10165
10166 * MAINTAINERS: Rename <name>@cygnus.com addresses to
10167 <name>@redhat.com. Also installed new email address for Clint
10168 Popetz.
10169
10170 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10171
10172 * etc: Remove directory from GCC.
10173
10174 2000-10-16 Michael Meissner <meissner@redhat.com>
10175
10176 * configure (gcc/configargs.h): Only create if there is a build GCC
10177 directory created.
10178
10179 2000-10-16 Matthias Klose <doko@debian.org>
10180
10181 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
10182 when configured for libstdc++-v3.
10183
10184 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
10185
10186 * configure: Save configure arguments to gcc/configargs.h.
10187
10188 2000-10-04 Philipp Thomas <pthomas@suse.de>
10189
10190 * config.guess: Import CVS version 1.157.
10191 * config.sub: Import CVS version 1.181.
10192
10193 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
10194
10195 * Makefile.in (bootstrap): avoid recursion if subdir missing
10196 (cross): ditto
10197 (do-proto-toplev): ditto
10198
10199 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
10200
10201 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
10202 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
10203
10204 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
10205 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
10206 all affected `configure' scripts.
10207
10208 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
10209
10210 * MAINTAINERS: Add self as cpplib co-maintainer.
10211
10212 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
10213
10214 * MAINTAINERS: Add self to Write After Approval list.
10215
10216 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10217
10218 * INSTALL/README: egcs -> GCC update.
10219
10220 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
10221
10222 * MAINTAINERS: Add myself to Write After Approval list.
10223
10224 2000-09-15 Kazu Hirata <kazu@hxi.com>
10225
10226 * MAINTAINERS: Add myself to Write After Approval list.
10227
10228 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
10229
10230 * configure.in: Do not build byacc for hppa64. Provide paths to the
10231 X11 libraries for hppa64.
10232
10233 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10234
10235 * MAINTAINERS: Add myself as 68hc11 port maintainer.
10236
10237 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
10238
10239 * Makefile.in (all-zlib): Added dummy target.
10240
10241 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10242 ltcf-gcj.sh: Updated from libtool multi-language branch.
10243
10244 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
10245
10246 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
10247 (bootstrap*): Depend on all-bootstrap.
10248
10249 2000-09-05 Philipp Thomas <pthomas@suse.de>
10250
10251 * config.guess: Import CVS version 1.156.
10252 * config.sub: Import CVS version 1.179.
10253
10254 2000-09-02 Anthony Green <green@cygnus.com>
10255
10256 * Makefile.in (all-gcc): Depend on all-zlib.
10257 (CLEAN_MODULES): Add clean-zlib.
10258 (ALL_MODULES): Add all-zlib.
10259 * configure.in (host_libs): Add zlib.
10260
10261 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
10262
10263 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
10264 crosses, but add gcc/include to the header search path for them.
10265
10266 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
10267
10268 * MAINTAINERS: Add self to Write After Approval list.
10269
10270 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10271
10272 * config.guess: Import CVS version 1.152.
10273 * config.sub: Import CVS version 1.177.
10274
10275 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
10276
10277 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
10278 $targargs to tell whether newlib is going to be built.
10279
10280 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
10281 $$r/TARGET_SUBDIR/libio for _G_config.h.
10282
10283 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
10284
10285 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
10286
10287 2000-08-22 DJ Delorie <dj@redhat.com>
10288
10289 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
10290
10291 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
10292
10293 * config-ml.in (CC, CXX): Avoid trailing whitespace.
10294 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
10295 sub-configures.
10296
10297 2000-08-21 DJ Delorie <dj@redhat.com>
10298
10299 * MAINTAINERS: Add self as a libiberty maintainer
10300
10301 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
10302
10303 * configure.in (libstdcxx_flags): Use
10304 libstdc++-v3/src/libstdc++.INC.
10305
10306 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
10307
10308 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
10309
10310 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
10311
10312 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
10313
10314 * configure: Make enable_threads and enable_shared defaults
10315 explicit. Substitute enable_threads into generated Makefiles.
10316 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
10317 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
10318
10319 2000-08-13 Geoff Keating <geoffk@cygnus.com>
10320
10321 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
10322
10323 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
10324
10325 * config-ml.in (CC): Remove bogus duplicate quotation mark from
10326 previous delta.
10327
10328 2000-08-11 Jason Merrill <jason@redhat.com>
10329
10330 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
10331 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
10332 (FLAGS_FOR_TARGET): Not here.
10333 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
10334
10335 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
10336
10337 * config-ml.in (CC, CXX): Don't introduce a leading space.
10338
10339 2000-08-07 DJ Delorie <dj@delorie.com>
10340
10341 * MAINTAINERS: Add self as a DJGPP maintainer
10342
10343 2000-08-07 DJ Delorie <dj@redhat.com>
10344
10345 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
10346 "if we're also building gcc, and it's a gcc that will run on the
10347 build machine, we want to use its includes instead of the system's
10348 default includes".
10349
10350 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
10351
10352 * MAINTAINERS: Add self to Write After Approval list.
10353
10354 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
10355
10356 * configure.in (libstdcxx_flags): Don't use `"'.
10357
10358 * config-ml.in: Adjust multilib search paths to the
10359 appropriate multilib tree.
10360
10361 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
10362
10363 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
10364 commas in $LANGUAGES.
10365
10366 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
10367
10368 * configure.in: Re-enable all references to libg++ and librx.
10369
10370 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
10371
10372 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
10373 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
10374 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
10375 * ltcf-cxx.sh (need_lc): Set based on postdeps.
10376
10377 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
10378
10379 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
10380
10381 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
10382 CXX_FOR_TARGET for sed.
10383
10384 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
10385
10386 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
10387 Do not override if already set in the environment or in configure.
10388 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
10389 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
10390
10391 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
10392
10393 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
10394 the libtool CVS tree multi-language branch.
10395 * ltconfig, ltmain.sh: Updated.
10396
10397 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
10398
10399 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
10400 (clean-target): Depend on it.
10401
10402 * Makefile.in (FLAGS_FOR_TARGET): New macro.
10403 (GCC_FOR_TARGET): Use it.
10404 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
10405 * configure.in: ... here.
10406 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
10407 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
10408
10409 2000-07-24 Eric Christopher <echristo@cygnus.com>
10410
10411 * MAINTAINERS: Add self to Write After Approval list.
10412
10413 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
10414
10415 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
10416 (configure-target-libchill, configure-target-libobjc): Likewise.
10417
10418 * configure.in: Use the same cache file for all target libs.
10419 * config-ml.in: But different cache files per multilib variant.
10420
10421 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10422
10423 * configure (topsrcdir): Don't use dirname.
10424
10425 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
10426
10427 * MAINTAINERS: Add self to Write After Approval list.
10428
10429 2000-07-20 Jason Merrill <jason@redhat.com>
10430
10431 * configure.in: Remove all references to libg++ and librx.
10432
10433 * configure, configure.in, Makefile.in: Unify gcc and binutils.
10434
10435 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
10436
10437 * config.sub: Update to subversions version 2000-07-06.
10438
10439 2000-07-12 Andrew Haley <aph@cygnus.com>
10440
10441 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
10442 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
10443
10444 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
10445
10446 * symlink-tree: Check number of arguments.
10447
10448 2000-07-05 Jim Wilson <wilson@cygnus.com>
10449
10450 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
10451 search path for a g++ extracted from the build tree. This
10452 will allow link tests run by configure scripts in
10453 subdirectories to succeed.
10454
10455 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
10456
10457 * ltconfig: Add support for mips-dde-sysv4.2MP
10458
10459 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10460
10461 * MAINTAINERS: Add myself as loop discovery maintainer.
10462
10463 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
10464
10465 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
10466 `os2'. Force ac_cv_exeext to be ".exe" in that case.
10467
10468 2000-06-19 Timothy Wall <twall@cygnus.com>
10469
10470 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
10471 * config.sub: Add tic54x target.
10472
10473 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10474
10475 * MAINTAINERS: Add self as Fortran maintainer,
10476 remove Craig Burley.
10477
10478 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
10479
10480 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
10481 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
10482
10483 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
10484
10485 * MAINTAINERS: Add self as i18n maintainer
10486
10487 20000-05-21 H.J. Lu (hjl@gnu.org)
10488
10489 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
10490 directory are used if they exist. Make sure
10491 $(build_tooldir)/include is searched for header files,
10492 $(build_tooldir)/lib/ for library files.
10493 (GCC_FOR_TARGET): Likewise.
10494 (CXX_FOR_TARGET): Likewise.
10495
10496 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
10497
10498 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
10499
10500 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
10501
10502 * Makefile.in (configure-target-libiberty): Depend on
10503 configure-target-newlib.
10504
10505 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
10506
10507 * configure.in, Makefile.in: Merge all libffi-related
10508 configury stuff from the libgcj tree.
10509
10510 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
10511
10512 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10513 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
10514
10515 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
10516
10517 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
10518 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
10519 current version information. Add to proto-toplev directory.
10520 (gdb-taz): Build do-djunpack.
10521
10522 2000-05-15 David Edelsohn <edelsohn@gnu.org>
10523
10524 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
10525
10526 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
10527
10528 * MAINTAINERS: Add self to Write After Approval list.
10529
10530 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10531
10532 * ltmain.sh: Preserve in relink_command any environment
10533 variables that may affect the linker behavior.
10534
10535 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
10536
10537 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
10538
10539 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
10540
10541 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
10542
10543 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10544
10545 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
10546 with the version name.
10547
10548 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
10549
10550 * MAINTAINERS: Add self as bb-reorder maintainer.
10551
10552 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
10553
10554 * config.if: Tweak.
10555
10556 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
10557
10558 * djunpack.bat: New file.
10559
10560 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
10561
10562 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
10563 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
10564 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
10565 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
10566
10567 2000-04-16 Dave Pitts <dpitts@cozx.com>
10568
10569 * config.sub (case $basic_machine): Change default for "ibm-*"
10570 to "openedition".
10571
10572 2000-04-13 Andreas Jaeger <aj@suse.de>
10573
10574 * MAINTAINERS: Added myself.
10575
10576 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
10577
10578 * Makefile.in (gdb-taz): New target. GDB specific archive.
10579 (do-md5sum): New target.
10580 (MD5PROG): Define.
10581 (PACKAGE): Default to TOOL.
10582 (VER): Default to a shell script.
10583 (taz): Rewrite target. Move real work to do-proto-toplev. Include
10584 md5 checksum generation.
10585 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
10586 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
10587 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
10588 insight.tar.bz2): Use gdb-taz to create archive.
10589
10590 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
10591
10592 * configure (warn_cflags): Delete.
10593
10594 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
10595
10596 * MAINTAINERS: Added myself.
10597
10598 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
10599 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
10600
10601 * configure.in (enable_libstdcxx_v3): Add.
10602 (target_libs): Add bits here to switch between libstdc++-v2 and
10603 libstdc++-v3.
10604 * config.if: And this file too.
10605 * Makefile.in: Add libstdc++-v3 targets.
10606
10607 2000-04-05 Michael Meissner <meissner@redhat.com>
10608
10609 * config.sub (d30v): Add d30v as a basic machine type.
10610
10611 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
10612
10613 * configure.in: -linux-gnu*, not -linux-gnu.
10614
10615 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
10616
10617 * MAINTAINERS: Add self in write-after-approval section.
10618
10619 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
10620
10621 * MAINTAINERS: Add self as ia64 port maintainer.
10622
10623 2000-03-08 Neil Booth <NeilB@earthling.net>
10624
10625 * MAINTAINERS: Add self in write-after-approval section.
10626
10627 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
10628
10629 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
10630 (do-tar-bz2): Replace TOOL with PACKAGE.
10631 (gdb.tar.bz2): Remove GDBTK from GDB package.
10632 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
10633 dejagnu.tar.bz2): New packages.
10634
10635 2000-02-27 Andreas Jaeger <aj@suse.de>
10636
10637 * configure.in: Add entry for mips*-*-linux*, move catch all
10638 *-*-*linux* entry below this one.
10639
10640 2000-02-27 Ian Lance Taylor <ian@zembu.com>
10641
10642 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
10643
10644 2000-02-24 Nick Clifton <nickc@cygnus.com>
10645
10646 * config.sub: Support an OS of "wince".
10647
10648 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
10649
10650 * config.guess, config.sub: Updated to match config's 2000-02-15
10651 version.
10652
10653 2000-02-23 Linas Vepstas <linas@linas.org>
10654
10655 * config.sub: Add support for Linux/IBM 370.
10656 * configure.in: Likewise.
10657
10658 2000-02-22 Nick Clifton <nickc@cygnus.com>
10659
10660 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
10661
10662 2000-02-20 Christopher Faylor <cgf@cygnus.com>
10663
10664 * config.guess: Guess "cygwin" rather than "cygwin32".
10665
10666 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10667
10668 * configure (gcc_version): When setting, narrow search to
10669 lines containing `version_string'.
10670
10671 2000-02-15 Denis Chertykov <denisc@overta.ru>
10672
10673 * config.sub: Add support for avr target.
10674
10675 2000-02-14 Nick Clifton <nickc@cygnus.com>
10676
10677 * MAINTAINERS: Add maintainers for MCore port.
10678
10679 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
10680
10681 * config.sub: Add mmix-knuth-mmixware.
10682
10683 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10684
10685 * MAINTAINERS: Pair cccp with cpplib maintainership.
10686
10687 2000-01-27 Christopher Faylor <cgf@redhat.com>
10688
10689 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
10690 structure stuff to -L library search.
10691 (CXX_FOR_TARGET): Ditto.
10692 (CROSS_CHECK_MODULES): Fix spelling mistake.
10693
10694 2000-01-24 Mark Mitchell <mark@codesourcery.com>
10695
10696 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
10697 the C++ compiler.
10698
10699 2000-01-12 Richard Henderson <rth@cygnus.com>
10700
10701 * configure.in: Don't build some bits for beos.
10702
10703 2000-01-12 Joel Sherrill (joel@OARcorp.com)
10704
10705 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
10706 as include files.
10707
10708 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
10709
10710 * Add self as cpplib maintainer, as requested by Jason
10711 Merrill. Correct my e-mail address.
10712
10713 2000-01-06 Geoff Keating <geoffk@cygnus.com>
10714
10715 * configure.in: Use mt-aix43 to handle *_TARGET defs,
10716 not mh-aix43.
10717
10718 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
10719
10720 * MAINTAINERS: Add myself to "write after approval" list.
10721
10722 1999-12-14 Richard Henderson <rth@cygnus.com>
10723
10724 * config.guess (alpha-osf, alpha-linux): Detect ev67.
10725 * config.sub: Accept alphaev[78], alphaev8.
10726
10727 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10728
10729 * config.guess, config.sub: Update from autoconf.
10730
10731 1999-11-29 Bruce Korb <autogen@linuxbox.com>
10732
10733 * MAINTAINERS: update my playtime e-address.
10734
10735 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10736
10737 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
10738 necessary libraries are missing.
10739
10740 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
10741
10742 * MAINTAINERS: Add new 'write after approval' maintainer.
10743
10744 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
10745
10746 * MAINTAINERS: Add new Java maintainer.
10747
10748 1999-10-25 Andreas Schwab <schwab@suse.de>
10749
10750 * configure: Fix quoting inside arguments of eval.
10751
10752 1999-10-21 Nick Clifton <nickc@cygnus.com>
10753
10754 * config-ml.in: Allow suppression of some ARM multilibs.
10755
10756 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
10757
10758 * config.guess: Add OS/390 match pattern.
10759 * config.sub: Add mvs, openedition targets.
10760 * configure.in (i370-ibm-opened*): New.
10761
10762 1999-09-04 Steve Chamberlain <sac@pobox.com>
10763
10764 * config.sub: Add support for configuring for pj.
10765
10766 1999-08-31 Nick Clifton <nickc@cygnus.com>
10767
10768 * config.sub (maybe_os): Add support for configuring for fr30.
10769
10770 1999-08-25 Nick Clifton <nickc@cygnus.com>
10771
10772 * configure.in: Do not configure or build ld for AIX
10773 platforms. ld is known to be broken on these platforms.
10774
10775 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10776
10777 * config-ml.in: Pass compiler flag corresponding to multidirs to
10778 subdir configures.
10779
10780 1999-08-09 Ian Lance Taylor <ian@zembu.com>
10781
10782 * Makefile.in (LDFLAGS): Define.
10783
10784 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
10785
10786 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
10787 noconfigdirs.
10788 (*-*-cygwin*): Likewise.
10789
10790 1999-08-08 Ian Lance Taylor <ian@zembu.com>
10791
10792 * mkdep: New file.
10793 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
10794 (BINUTILS_SUPPORT_DIRS): Add mkdep.
10795
10796 From Eli Zaretskii <eliz@is.elta.co.il>:
10797 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
10798 long file name when using DJGPP on MS-DOS.
10799
10800 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
10801
10802 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
10803
10804 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
10805
10806 * Makefile.in (check-target-libio): Remove all-target-libstdc++
10807 dependency as this causes "make check" to globally "make all"
10808
10809 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
10810
10811 * configure.in (target_libs): Added target-zlib.
10812 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
10813 (CONFIGURE_TARGET_MODULES): Likewise.
10814 (CHECK_TARGET_MODULES): Likewise.
10815 (INSTALL_TARGET_MODULES): Likewise.
10816 (CLEAN_TARGET_MODULES): Likewise.
10817 (configure-target-zlib): New target.
10818 (all-target-zlib): Likewise.
10819 (all-target-libjava): Depend on all-target-zlib.
10820 (configure-target-libjava): Depend on configure-target-zlib.
10821
10822 * Makefile.in (configure-target-libjava): Depend on
10823 configure-target-newlib.
10824 (configure-target-boehm-gc): New target.
10825 (configure-target-qthreads): New target.
10826
10827 * configure.in (target_libs): Added target-qthreads.
10828 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
10829 (CONFIGURE_TARGET_MODULES): Likewise.
10830 (CHECK_TARGET_MODULES): Likewise.
10831 (INSTALL_TARGET_MODULES): Likewise.
10832 (CLEAN_TARGET_MODULES): Likewise.
10833 (all-target-qthreads): New target.
10834 (configure-target-libjava): Depend on configure-target-qthreads.
10835 (all-target-libjava): Depend on all-target-qthreads.
10836
10837 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
10838 (CONFIGURE_TARGET_MODULES): Likewise.
10839 (CHECK_TARGET_MODULES): Likewise.
10840 (INSTALL_TARGET_MODULES): Likewise.
10841 (CLEAN_TARGET_MODULES): Likewise.
10842 (all-target-libjava): New target.
10843 (all-target-boehm-gc): Likewise.
10844 * configure.in (target_libs): Added libjava, boehm-gc.
10845
10846 1999-07-22 Ian Lance Taylor <ian@zembu.com>
10847
10848 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
10849 configure.bat in SUPPORT_FILES.
10850 (gas+binutils.tar.bz2): Likewise.
10851
10852 * makeall.bat: Remove; obsolete.
10853
10854 1999-07-21 Ian Lance Taylor <ian@zembu.com>
10855
10856 From Mark Elbrecht:
10857 * configure.bat: Remove; obsolete.
10858
10859 1999-07-11 Ian Lance Taylor <ian@zembu.com>
10860
10861 * configure: Add -W -Wall to the default CFLAGS when compiling with
10862 gcc.
10863
10864 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
10865
10866 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
10867
10868 1999-06-30 Mark Mitchell <mark@codesourcery.com>
10869
10870 * configure.in: Build ld on IRIX6.
10871
10872 1999-06-12 Ian Lance Taylor <ian@zembu.com>
10873
10874 * Makefile.in: Change distribution targets to use bzip2 instead of
10875 gzip.
10876 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
10877 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
10878
10879 1999-06-04 Nick Clifton <nickc@cygnus.com>
10880
10881 * config.sub: Add mcore target.
10882
10883 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
10884
10885 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
10886
10887 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
10888
10889 * config.guess (dummy): Changed to $dummy.
10890
10891 1999-05-24 Nick Clifton <nickc@cygnus.com>
10892
10893 * config.sub: Tidied up case statements.
10894
10895 1999-05-22 Ben Elliston <bje@cygnus.com>
10896
10897 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
10898 <jiro@din.or.jp>.
10899
10900 * config.guess: Merge with FSF version. Future changes will be
10901 more accurately recorded in this ChangeLog.
10902 * config.sub: Likewise.
10903
10904 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
10905
10906 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
10907
10908 1999-04-30 Tom Tromey <tromey@cygnus.com>
10909
10910 * ltmain.sh: [mode link] Always use CC given by ltconfig.
10911
10912 1999-04-23 Tom Tromey <tromey@cygnus.com>
10913
10914 * ltconfig, ltmain.sh: Update to libtool 1.2f.
10915
10916 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
10917
10918 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
10919 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
10920 Bad merge removed these two changes.
10921
10922 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
10923 Martin Heller (Ing.-Buero_Heller@t-online.de)
10924
10925 * config.guess (interix Alpha): Add.
10926
10927 1999-04-11 Richard Henderson <rth@cygnus.com>
10928
10929 * configure.in (i?86-*-beos*): Do config gperf; don't config
10930 gdb, newlib, or libgloss.
10931
10932 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
10933
10934 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
10935 link a trivial program with -mabi=64. If it fails, remove mabi=64
10936 from multidirs.
10937
10938 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
10939
10940 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
10941
10942 1999-04-08 Nick Clifton <nickc@cygnus.com>
10943
10944 * config.sub: Add support for mcore targets.
10945
10946 1999-04-07 Michael Meissner <meissner@cygnus.com>
10947
10948 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
10949 not mt-ospace, in order to shut up assembler warning about using
10950 symbols that are named the same as registers.
10951
10952 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
10953
10954 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
10955 dependency list for all-target-cygmon.
10956
10957 1999-04-05 Doug Evans <devans@casey.cygnus.com>
10958
10959 * config-ml.in: Check $host, not $target, for selective multilibs.
10960 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
10961 thumb interworking, and underscore prefix multilibs.
10962
10963 1999-04-04 Ian Lance Taylor <ian@zembu.com>
10964
10965 * missing: Update to version from current automake.
10966
10967 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
10968
10969 * configure (gxx_include_dir): Removed.
10970
10971 * configure.in (gxx_include_dir): Handle it.
10972 * Makefile.in: Likewise.
10973
10974 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
10975
10976 * config.sub (mips64vr4111,mips64vr4111el) Add.
10977
10978 1999-03-21 Ben Elliston <bje@cygnus.com>
10979
10980 * config.guess: Correct typo for detecting ELF on FreeBSD.
10981
10982 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
10983
10984 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
10985 config/mh-djgpp.
10986
10987 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
10988
10989 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
10990 all-target-newlib to dependency list for all-target-bsp.
10991
10992 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
10993
10994 * config.sub: Add i386-uwin support.
10995 * config.guess: Likewise.
10996
10997 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10998
10999 * configure.in: cleanup, add mh-*pic handling for arm, special
11000 case powerpc*-*-aix*
11001
11002 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
11003
11004 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
11005 can be built.
11006
11007 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
11008
11009 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
11010 targets.
11011
11012 1999-03-02 Nick Clifton <nickc@cygnus.com>
11013
11014 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
11015
11016 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
11017
11018 * config.sub: Check for "cygwin*" rather than "cygwin32*"
11019
11020 1999-02-24 Nick Clifton <nickc@cygnus.com>
11021
11022 * config.sub: Fix typo in arm recognition.
11023
11024 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
11025
11026 * configure.in (noconfigdirs): Changed target_configdirs to
11027 include target-bsp only for m68k-*-elf* and m68k-*-coff*
11028 rather than m68k-*-* since it is not known to work on
11029 m68k-aout. Ditto for arm-*-*oabi.
11030
11031 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
11032
11033 * configure.in (*-*-windows*): Remove, no longer used.
11034
11035 1999-02-19 Ben Elliston <bje@cygnus.com>
11036
11037 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
11038 Smart and improved by Andrew Cagney.
11039
11040 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
11041
11042 * config.guess: Recognize openbsd-*-hppa.
11043
11044 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
11045
11046 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
11047 only if it is not empty.
11048
11049 1999-02-17 Nick Clifton <nickc@cygnus.com>
11050
11051 Patch from: Scott Bambrough <scottb@corelcomputer.com>
11052
11053 * config.guess: Modified to recognize uname's armv* syntax.
11054
11055 * config.sub: Modified to recognize uname's armv* syntax.
11056
11057 1999-02-17 Mark Salter <msalter@cygnus.com>
11058
11059 * configure.in: Added target-bsp for sparclite.
11060
11061 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
11062
11063 * config.sub: Recognize alphapca5[67] and up to alphaev8.
11064
11065 1999-02-08 Nick Clifton <nickc@cygnus.com>
11066
11067 * configure.in: Add support for strongarm port.
11068 * config.sub: Add support for strongarm target.
11069
11070 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
11071
11072 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
11073 the old name config/mh-cygwin32.
11074 Enable texinfo.
11075
11076 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
11077
11078 * configure.in: Do build ld for ix86 Solaris.
11079
11080 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
11081
11082 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
11083 $AR_FOR_TARGET. Likewise for RANLIB.
11084
11085 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
11086
11087 * config.sub (oabi): Recognize.
11088 * configure.in (arm-*-oabi): Handle.
11089
11090 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
11091
11092 * config.guess: Improve detection of i686 on UnixWare 7.
11093
11094 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
11095
11096 * config.guess: Add support for i386-pc-interix.
11097 * config.sub: Likewise.
11098 * configure.in: Likewise.
11099
11100 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
11101
11102 * Makefile.in: Remove unneeded all-target-libio from
11103 from all-target-winsup target since it is now unneeded.
11104 Add all-target-libtermcap in its place since it is now
11105 needed.
11106
11107 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
11108
11109 * configure.in: makefile stub for cygwin target is probably
11110 unnecessary. Remove it for now.
11111
11112 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
11113
11114 * configure.in: libtermcap.a should be built when cygwin is the
11115 target as well as the host.
11116 * config.guess: Allow mixed case in cygwin uname output.
11117 * Makefile.in: Add libtermcap target.
11118
11119 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
11120
11121 * config.sub: Clean up handling of hppa2.0.
11122
11123 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
11124
11125 * config.guess: Use C code to identify more HP machines.
11126
11127 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
11128
11129 * config.sub: Handle hppa2.0.
11130
11131 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
11132
11133 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
11134 cygmon for all sparclite targets, regardless of object format.
11135
11136 1998-12-15 Mark Salter <msalter@cygnus.com>
11137
11138 * configure.in: Added target-bsp for several target architectures.
11139
11140 * Makefile.in: Added rules for bsp.
11141
11142 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
11143
11144 * config.guess: Improve detection of hppa2.0 processors.
11145
11146 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
11147
11148 * config.guess: Recognize FreeBSD using ELF automatically.
11149
11150 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
11151
11152 * configure (skip-this-dir): Add handling for new shell script, which
11153 might be created by a sub-directory's configure to indicate, this particular
11154 directory is "unwanted".
11155 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
11156
11157 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
11158
11159 * ltconfig: import from libtool, after changing libtool to
11160 account for the cygwin name change.
11161
11162 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
11163
11164 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
11165 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
11166
11167 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
11168
11169 * configure.in: Add libtermcap to list of cygwin dependencies.
11170
11171 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
11172
11173 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
11174 they include winsup/include when it's a cygwin target.
11175
11176 1998-11-12 Tom Tromey <tromey@cygnus.com>
11177
11178 * configure.in (host_tools): Added zip.
11179 * Makefile.in (all-target-libjava): Depend on all-zip.
11180 (all-zip): New target.
11181 (ALL_MODULES): Added all-zip.
11182 (NATIVE_CHECK_MODULES): Added check-zip.
11183 (INSTALL_MODULES): Added install-zip.
11184 (CLEAN_MODULES): Added clean-zip.
11185
11186 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
11187
11188 * Makefile.in: lose "32" from comment about cygwin.
11189
11190 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
11191
11192 * configure.in: Use -Os to build target libraries for the fr30.
11193
11194 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
11195
11196 * config.sub: Add fr30.
11197
11198 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
11199
11200 * configure.in: drop "32" from config/mh-cygwin32. Check
11201 cygwin* instead of cygwin32*.
11202 * config.sub: Check cygwin* instead of cygwin32*.
11203
11204 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
11205
11206 * config.guess: Match any version of Unixware7.
11207
11208 1998-10-20 Syd Polk <spolk@cygnus.com>
11209
11210 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
11211 if desired.
11212
11213 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
11214
11215 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
11216 these if the appropriate directories and files to not exist.
11217
11218 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
11219
11220 * Makefile.in (DEVO_SUPPORT): Add config.if.
11221
11222 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
11223
11224 * configure: Add pattern to replace "build_tooldir"'s
11225 definition in the generated Makefile with "tooldir"'s
11226 actual value.
11227
11228 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
11229
11230 * config.sub: Bring back lost sparcv9.
11231
11232 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
11233
11234 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
11235
11236 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
11237 CC_FOR_TARGET and friends.
11238
11239 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11240
11241 * Makefile.in (build_tooldir): New variable, same as tooldir.
11242 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
11243 -B$(build_tooldir)/bin/.
11244 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
11245
11246 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11247
11248 * README: Remove installation instructions and refer to the
11249 INSTALL directory instead.
11250
11251 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
11252
11253 * config.sub: Add support for i[34567]86-pc-udk.
11254 * configure.in: Likewise.
11255
11256 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
11257
11258 * Makefile.in: add bzip2 package building bits for user
11259 tools module
11260 * configure.in: ditto
11261
11262 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
11263
11264 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
11265 (ALL_TARGET_MODULES): Add all-target-libobjc.
11266 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11267 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11268 (all-target-libchill): Add dependencies.
11269 * configure.in (target_libs): Add libchill.
11270
11271 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
11272
11273 * configure.in (target_subdir): Remove duplicate line.
11274
11275 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
11276
11277 * Makefile.in (all-automake): fix dependencies.
11278
11279 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
11280
11281 * configure.in: Minor cleanups for building in the $(target_alias)
11282 subdir.
11283
11284 1998-09-22 Jim Wilson <wilson@cygnus.com>
11285
11286 * Makefile.in (bootstrap): Set r and s before make all. Use
11287 BASE_FLAGS_TO_PASS in make all.
11288 (cross): Likewise.
11289
11290 1998-09-20 Mark Mitchell <mark@markmitchell.com>
11291
11292 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
11293
11294 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
11295
11296 * config.sub: Fix typo in last change.
11297
11298 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11299
11300 * config.sub: Add support for C4x target.
11301 * configure.in: Likewise.
11302
11303 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
11304
11305 * config.sub: Recognize sparcv9 just like sparc64.
11306
11307 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
11308
11309 * config.guess: Match "Pent II" or "PentII" for OpenServer.
11310
11311 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
11312
11313 * config.guess: Correctly identify Pentium II sco boxes.
11314
11315 * config.guess: Fix "tr" code. From Weiwen Liu.
11316
11317 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
11318
11319 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
11320 stabs.
11321
11322 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
11323
11324 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
11325 (ALL_TARGET_MODULES): Add all-target-libchill.
11326 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
11327 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
11328 (all-target-libchill): Add dependencies.
11329 * configure.in (target_libs): Add libchill.
11330
11331 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
11332
11333 * config.guess: Avoid assumptions about "tr" behaves when
11334 LANG is set to something other than English.
11335
11336 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
11337
11338 * configure (gxx_include_dir): Changed to
11339 '${prefix}/include/g++'-${libstdcxx_interface}.
11340
11341 * config.if: New to determine the interfaces.
11342
11343 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
11344
11345 * config.guess: Detect and handle MPE/IX.
11346 * config.sub: Deal with MPE/IX.
11347
11348 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
11349
11350 * configure.in: Use mh-aix43.
11351
11352 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
11353
11354 * configure: Fix --without/--disable cases for gxx-include-dir.
11355
11356 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
11357
11358 * mdata-sh: Imported. Needed for automake support.
11359
11360 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
11361
11362 * Makefile.in (taz): Try "chmod -R og=u ." before
11363 "chmod og=u `find . -print`".
11364
11365 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
11366
11367 * configure.in: Add arm-elf and thumb-elf support.
11368
11369 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
11370
11371 * Makefile.in: Undo previous patch.
11372
11373 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
11374
11375 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
11376 to here ...
11377 (install-no-fixedincludes): and here
11378 (INSTALL_MODULES): ... from here.
11379
11380 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
11381
11382 * config.sub: Merge with FSF.
11383
11384 * config.guess: Merge with FSF.
11385
11386 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
11387
11388 * configure (extraconfigdirs): New variable.
11389 (SUBDIRS): Add extraconfigdirs and recurse on them too.
11390 * Makefile.in (all): Move higher in file.
11391 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
11392 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
11393 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
11394 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
11395 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
11396
11397 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
11398
11399 * Makefile.in (all-target-libjava): Depend on all-gcc and
11400 all-target-newlib.
11401 (configure-target-libjava): Depend on $(ALL_GCC).
11402
11403 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
11404
11405 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
11406 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
11407
11408 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
11409
11410 * INSTALL/README: Fix typo.
11411
11412 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
11413
11414 * ylwrap: Change absolute path checks to check for DOS style path
11415 names.
11416
11417 * ylwrap: Don't use a full path name if the source file is in the
11418 same directory. From hjl@lucon.org (H.J. Lu).
11419
11420 * config-ml.in: Default to being verbose, to match Feb 18 change to
11421 configure.
11422
11423 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
11424
11425 Brought over from egcs:
11426
11427 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11428
11429 * configure.in (target_subdir): Set to ${target_alias} instead
11430 of "libraries".
11431
11432 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
11433
11434 * configure.in (target_subdir): Set to libraries if enable_multilib.
11435
11436 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
11437
11438 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
11439 multilibs, force reconfiguration the first time we create
11440 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
11441
11442 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
11443
11444 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
11445 avoid confusion with --no-recursion.
11446
11447 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
11448
11449 * configure.in: Win32 hosts shouldn't use install -x
11450 * install-sh: remove -x option, and special .exe-handling
11451 hack.
11452
11453 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
11454
11455 * config.guess: Recognize i586-pc-beos.
11456 * configure.in: Don't build some bits for beos.
11457
11458 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
11459
11460 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
11461 CFLAGS default to -O2.
11462
11463 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
11464 when using GNU ld.
11465
11466 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
11467
11468 * ltmain.sh: Correct install when using a different shell.
11469
11470 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
11471
11472 * ltconfig, ltmain.sh: Update to libtool 1.2b.
11473
11474 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
11475
11476 * makefile.vms: Update to build binutils/makefile.vms. Add install
11477 target.
11478
11479 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
11480
11481 * ltconfig: Update to correct AIX handling.
11482
11483 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
11484
11485 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
11486
11487 * configure.in (target_subdir): Set to ${target_alias} instead
11488 of "libraries".
11489
11490 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
11491
11492 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
11493 (Makefile): Depend on $(gcc_version_trigger).
11494
11495 * configure (gcc_version): Change default initializer to empty
11496 string.
11497 (gcc_version_trigger): New variable; pass this variable down
11498 to subdir configures to enable them checking gcc's version
11499 themselves. Emit make macros for both gcc_version vars.
11500 (topsrcdir): Initialize reliably.
11501 (recursion line): Remove --with-gcc-version=${gcc_version}.
11502
11503 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11504
11505 * configure (enable_version_specific_runtime_libs): Implement new flag
11506 --enable-version-specific-runtime-libs which installs C++ runtime stuff
11507 in $(libsubdir); emit definition in each generated Makefile.
11508 (gxx_include_dir): Initialize depending on
11509 $enable_version_specific_runtime_libs.
11510
11511 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
11512
11513 * configure (gcc_version): Initialize properly depending on
11514 how and where configure is started.
11515 (recursion line): Pass a --with-gcc-version=${gcc_version}
11516 to configures in subdirs.
11517
11518 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
11519
11520 * configure.in (noconfigdirs): Add configure pattern for mips tx39
11521 cygmon
11522
11523 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
11524
11525 * configure.in: Add cygmon and libstub support for mn10200.
11526
11527 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
11528
11529 * configure (gcc_version): Add new variable describing the
11530 particular gcc version we're building.
11531 * Makefile.in (libsubdir): Add new macro for the directory
11532 in which the compiler finds executables, libraries, etc.
11533 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
11534 and libsubdir.
11535
11536 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11537
11538 * Makefile.in (local-clean): Remove *.log.
11539 (warning.log): Built with warn_summary from build.log.
11540 (mail-report.log): Run test_summary.
11541 (mail-report-with-warnings.log): Run test_summary including
11542 warning.log in the report.
11543
11544 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
11545
11546 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
11547
11548 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
11549
11550 * Makefile.in (grep): Grep no longer depends on libiberty.
11551
11552 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
11553
11554 * Makefile.in: all-snavigator needs all-libgui.
11555
11556 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
11557
11558 * configure.in: Add cygmon and libstub support for mn10300.
11559
11560 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
11561
11562 * missing: Update to version from automake 1.3.
11563
11564 * ltmain.sh: On installation, don't get confused if the same name
11565 appears more than once in the list of library names.
11566
11567 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
11568
11569 * config.sub: Accept m68060 and m5200 as CPU names.
11570
11571 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
11572
11573 * configure: Use && rather than using -a in test, because odd
11574 strings can confuse test.
11575 * configure.in: Likewise.
11576
11577 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
11578
11579 * ltconfig, ltmain.sh: Bring in Visual C++ support.
11580
11581 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11582
11583 * Makefile.in (boostrap2-lean, bootstrap3-lean,
11584 bootstrap4-lean): New targets.
11585
11586 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
11587
11588 * mpw-* Delete. Not used.
11589
11590 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
11591
11592 * COPYING.LIB: Update FSF address.
11593
11594 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
11595
11596 * ltconfig, ltmain.sh: Update to libtool 1.2a.
11597
11598 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
11599 GAS_SUPPORT_DIRS.
11600
11601 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
11602
11603 * ltconfig, ltmain.sh: Avoid producing a version number if
11604 -version-info was not used.
11605
11606 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
11607
11608 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
11609 building with newlib.
11610
11611 1998-04-30 Paul Eggert <eggert@twinsun.com>
11612
11613 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
11614 Solaris `make' causes it to continue to next definition.
11615
11616 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
11617
11618 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
11619 the right GUI libraries and files are installed along with GDB.
11620
11621 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
11622
11623 * configure.in: Change alpha to alpha* in several places.
11624
11625 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
11626
11627 * config.sub: Recognize sparc86x.
11628
11629 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
11630
11631 * configure.in (--enable-target-optspace): Remove debug echo.
11632
11633 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
11634
11635 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
11636
11637 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
11638
11639 * ltconfig: Update cygwin32 support.
11640
11641 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
11642 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
11643 (GDB_SUPPORT_DIRS): Likewise.
11644
11645 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
11646
11647 * configure.in (target_makefile_frag): If --enable-target-optspace,
11648 use -Os to compile target libraries rather than -O2. Default to
11649 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
11650 not used.
11651 * configure.in (target_cflags): Ditto for d30v.
11652
11653 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
11654
11655 * Makefile.in (all-bfd): Depend on all-intl.
11656 (all-binutils): Likewise.
11657 (all-gas): Likewise.
11658 (all-gprof): Likewise.
11659 (all-ld): Likewise.
11660
11661 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
11662
11663 * configure.in (host_tools): Fix typo, lbtool -> libtool.
11664
11665 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
11666
11667 * Makefile.in (all-bfd): Depend upon all-libiberty.
11668
11669 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
11670
11671 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
11672
11673 * Makefile.in: Add libstub.
11674
11675 * configure.in: Ditto. Build libstub for targets that have cygmon
11676 support.
11677
11678 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
11679
11680 * configure.in: Don't set PICFLAG on ix86-cygwin32.
11681
11682 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
11683
11684 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
11685 use mh-sysv5 if specified. Support gprof on SCO Open Server.
11686
11687 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
11688
11689 * configure: Define DEFAULT_M4 by searching PATH.
11690 * Makfile.in: Use DEFAULT_M4.
11691
11692 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
11693
11694 * ltconfig: Add cygwin32 support.
11695
11696 * Makefile.in, configure.in: Add libtool as a native only directory
11697 to configure and build.
11698
11699 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
11700
11701 * Makefile.in (INSTALL_MODULES): Remove texinfo.
11702
11703 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
11704
11705 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
11706
11707 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
11708
11709 * Makefile.in: add ash make rules
11710 * configure.in: add ash to native_only and host_tools lists
11711
11712 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
11713
11714 * Makefile.in (all-gettext, all-intl): New targets.
11715 (ALL_MODULES): Added all-gettext, all-intl.
11716 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
11717 (INSTALL_MODULES): Added install-gettext, install-intl.
11718 (CLEAN_MODULES): Added clean-gettext, clean-intl.
11719
11720 * configure.in (host_tools): Added gettext.
11721 (native_only): Likewise.
11722 (noconfigdirs) [various cases]: Likewise.
11723 (host_libs): Added intl.
11724
11725 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
11726
11727 * configure: Do not disable building gdbtk for cygwin32 hosts.
11728
11729 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
11730
11731 * configure.in: Add thumb-coff target.
11732 * config.sub: Add thumb-coff target.
11733
11734 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11735
11736 * Makefile.in: Revert yesterday's change.
11737 (all-target-winsup): all-target-librx stays out of here.
11738
11739 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
11740
11741 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
11742 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
11743 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
11744 Remove references to librx and libg++.
11745
11746 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
11747
11748 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
11749 recursive makes
11750
11751 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
11752
11753 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
11754 for newlib directory.
11755 (CXX_FOR_TARGET): Likewise.
11756
11757 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
11758
11759 * ltconfig: Update after libtool/ltconfig.in change for
11760 hpux11.
11761
11762 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
11763
11764 * ltconfig, ltmain.sh: Update to libtool 1.2.
11765
11766 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
11767
11768 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
11769 (install-gcc-cross): Instead, override LANGUAGES here.
11770
11771 1998-03-18 Dave Love <d.love@dl.ac.uk>
11772
11773 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
11774 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
11775
11776 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
11777
11778 * configure.in: Add Thumb-pe target.
11779
11780 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
11781
11782 * Makefile.in - changed sn targets to snavigator
11783 * configure.in - changed sn targets to snavigator
11784
11785 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
11786
11787 * config-ml.in: After building symlink tree call make distclean
11788 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
11789 to be the case for libiberty.
11790
11791 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
11792
11793 * configure: When making link, also check the current
11794 directory. The configure scripts may create one.
11795
11796 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
11797
11798 * config.sub: Accept alphapca56 and alphaev6 properly.
11799
11800 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11801
11802 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
11803
11804 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
11805
11806 * config.sub (sco5): Fix typo.
11807
11808 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
11809
11810 * Makefile.in (INSTALL_MODULES): Move install-tcl before
11811 install-itcl.
11812 (install-itcl): Remove dependency on install-tcl.
11813
11814 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
11815
11816 * configure.in: Remove libgloss from noconfigdirs for MN10300.
11817
11818 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
11819
11820 * configure.in: Don't build libgui for a cygwin32 target when not on
11821 a cygwin32 host.
11822
11823 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
11824
11825 * configure (redirect): Set to null, so default behavior of
11826 configure is now --verbose.
11827
11828 1998-02-16 Dave Love <d.love@dl.ac.uk>
11829
11830 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
11831 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
11832
11833 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
11834
11835 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
11836 this change to sync Makefile.in with its ChangeLog entries.
11837
11838 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
11839
11840 * ltmain.sh (mkdir): Check that the directory doesn't exist
11841 before we exit with error, so that we don't get races during
11842 parallel builds.
11843
11844 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
11845
11846 * ltconfig, ltmain.sh: Update from libtool 1.0i.
11847
11848 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
11849
11850 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
11851 PICFLAG_FOR_TARGET.
11852 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
11853
11854 * configure: Emit a definition for the new macro enable_shared
11855 into each Makefile.
11856
11857 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
11858
11859 * configure.in (host_tools, native_only): Add libtool.
11860
11861 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
11862
11863 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
11864 Fix typo in ming config comment.
11865
11866 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
11867
11868 * ltconfig, ltmain.sh: Update from libtool 1.0h.
11869
11870 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
11871
11872 * config.sub: Add tic30 cases, and map c30 to tic30.
11873
11874 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
11875
11876 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
11877 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
11878 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
11879 (CLEAN_TARGET_MODULES): Similarly
11880 (all-target-libf2c): Add dependences.
11881 * configure.in (target_libs): Add libf2c.
11882
11883 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
11884
11885 * configure.in: Remove expect from noconfigdirs when target
11886 is cygwin32. OK to build expect and dejagnu with Canadian
11887 Cross.
11888
11889 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
11890
11891 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
11892 host.
11893
11894 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
11895 and mingw32.
11896
11897 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
11898
11899 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
11900 here as it is not defined in the toplevel Makefile.
11901
11902 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
11903
11904 * configure (package_makefile_rules_frag): New variable, which names
11905 a file with generic rules, ...
11906 Change comment to mention we now have FIVE parts.
11907 * configure: Undo last change.
11908
11909 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
11910
11911 * config.guess: More accurate determination of HP processor types.
11912 * config.sub: More accurate determination of HP processor types.
11913
11914 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
11915
11916 * configure (package_makefile_frag): Move inserting the
11917 ${package_makefile_frag} to where it should be according
11918 to the comment.
11919
11920 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
11921
11922 * config.guess: Add support for Linux/ARM.
11923
11924 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
11925
11926 * .cvsignore: Remove *-info and *-install since they match
11927 release-info and mpw-install, which we don't want to just ignore.
11928
11929 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
11930
11931 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
11932
11933 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
11934
11935 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
11936 local_prefix to sub-make invocations.
11937
11938 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
11939
11940 * configure.in: Check makefile fragments in the source
11941 directory.
11942
11943 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
11944
11945 * configure.in: Check whether host and target makefile
11946 fragments exist before adding them to *_makefile_frag.
11947
11948 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
11949
11950 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
11951
11952 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
11953
11954 * configure.in: Make sure we only replace RPATH_ENVVAR on
11955 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
11956 regexp to sed.
11957
11958 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
11959 to sub-makes.
11960
11961 1998-01-13 Lee Iverson (leei@ai.sri.com)
11962
11963 * config-ml.in (multi-do): LDFLAGS must include multilib
11964 designator.
11965
11966 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
11967
11968 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
11969
11970 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
11971
11972 * config.sub: Add mingw32 support.
11973 * configure.in: Likewise.
11974
11975 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
11976
11977 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
11978
11979 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
11980
11981 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
11982 * configure (gxx_include_dir): Provide a definition for subdirs
11983 which do not use autoconf.
11984
11985 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
11986
11987 * config.guess: Sync with egcs. Picks up new alpha support,
11988 BeOS & some additional linux support.
11989
11990 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
11991
11992 * config.guess: HP 9000/803 is a PA1.1 machine.
11993
11994 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
11995
11996 * configure.in: It's alpha*-...
11997
11998 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
11999
12000 * configure.in (host_makefile_frag, target_makefile_frag):
12001 Handle multiple config files.
12002 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
12003 alpha-*-*.
12004
12005 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
12006
12007 * mkdep: New file.
12008
12009 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
12010
12011 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
12012
12013 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
12014
12015 * Makefile.in: Add libgui directory.
12016 (GDB_TK): Add all-libgui.
12017 * configure.in: Add libgui directory.
12018 * configure: Add all-libgui to GDB_TK.
12019
12020 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
12021
12022 * config-ml.in (multidirs): Add m32r to multilib list.
12023
12024 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
12025
12026 * Makefile.in (all-target-gperf): Change dependency to
12027 all-target-libstdc++.
12028
12029 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
12030
12031 * config.guess: Add BeOS support.
12032
12033 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
12034
12035 Source directory cvs renamed to cvssrc:
12036 * configure.in (host_tools): Change cvs to cvssrc.
12037 (native_only): Likewise.
12038 (noconfigdirs) [various cases]: Likewise.
12039 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
12040 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
12041 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
12042 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
12043 (all-cvssrc): Rename target from all-cvs.
12044
12045 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
12046
12047 * configure (gxx_include_dir): Fix thinko.
12048
12049 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
12050
12051 * Makefile.in (INSTALL_TARGET_CROSS): Define.
12052 (install-cross, install-gcc-cross): New targets.
12053
12054 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
12055
12056 * configure.in (noconfigdirs): Add support for Thumb target.
12057
12058 * config.sub (maybe_os): Add support for Thumb target.
12059
12060 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
12061
12062 * Makefile.in: Add rules for cygmon.
12063
12064 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
12065
12066 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
12067
12068 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12069 * configure (gxx_include_dir): Provide a definition for subdirs
12070 which do not use autoconf.
12071
12072 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
12073
12074 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
12075 11/18/97 build
12076
12077 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
12078
12079 * From Franz Sirl.
12080 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
12081 found on RedHat Linux systems.
12082
12083 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
12084
12085 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
12086 guesses.
12087
12088 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
12089
12090 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
12091
12092 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
12093
12094 * ltmain.sh: If mkdir fails, check whether the directory was created
12095 anyhow by some other process.
12096
12097 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
12098
12099 * configure.in (d30v-*-*): Configure all directories.
12100
12101 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
12102
12103 * configure.in (d30v-*-*): Configure newlib, libiberty directories
12104 for the D30V.
12105
12106 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
12107
12108 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
12109
12110 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
12111
12112 * include/libiberty.h: Add extern "C" { so it can be used with C++
12113 progrms.
12114 * include/remote-sim.h: Add extern "C" { so it can be used with C++
12115 programs.
12116
12117 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
12118
12119 * configure.in (d30v-*-*): Configure GCC now.
12120
12121 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
12122
12123 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
12124 is no longer needed.
12125
12126 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
12127
12128 * Makefile.in: check-target-libio depends on all-target-libstdc++.
12129
12130 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
12131
12132 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
12133 targets using "$@" to provide support for similar but not identical
12134 targets without having to duplicate code.
12135
12136 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
12137
12138 * makefile.vms: Fix to work with DEC C.
12139
12140 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
12141
12142 * config.sub: Add mips-tx39-elf to marketing names.
12143
12144 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
12145
12146 * ltmain.sh: Handle symlinks in generated script.
12147
12148 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
12149
12150 * configure: Handle autoconf style directory options: --bindir,
12151 --datadir, --includedir, --infodir, --libdir, --libexecdir,
12152 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
12153 --sysconfdir.
12154 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
12155 (sharedstatedir, localstatedir, oldincludedir): New variables.
12156 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
12157 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
12158 sbindir, sharedstatedir, and sysconfdir.
12159
12160 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
12161
12162 * Makefile.in (bootstrap-lean): New target.
12163
12164 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
12165
12166 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
12167 sn, and gnuserv from noconfigdirs.
12168
12169 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
12170
12171 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
12172
12173 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
12174
12175 * Makefile.in (cross): New target.
12176
12177 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
12178 Jeff Law <law@cygnus.com>
12179
12180 * Makefile.in (bootstrap2, bootstrap3): New targets.
12181 (all-bootstrap): Remove outdated and confusing target.
12182 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
12183
12184 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
12185
12186 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
12187 windows. Consistent with gdb/configure.
12188
12189 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
12190
12191 * configure.in: Name Linux target fragment.
12192
12193 * configure: Rewrite so that project Makefile fragment is inserted
12194 first and appears last in the resulting Makefile.
12195
12196 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
12197
12198 * Makefile.in (install-itcl): Install tcl first.
12199
12200 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
12201
12202 * configure.in: remove bison from noconfigdirs for Cygwin32 host
12203
12204 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
12205
12206 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
12207
12208 * configure.in (skipdirs): Add target-librx for Linux.
12209 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
12210
12211 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
12212
12213 * Makefile.in (bootstrap): New target.
12214
12215 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
12216
12217 * config.sub: Accept 'amigados' for backward compatibility.
12218
12219 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
12220
12221 * config.guess: Merge with FSF.
12222
12223 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
12224
12225 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
12226
12227 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
12228
12229 * config.sub: Add "marketing-names" patch.
12230
12231 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
12232
12233 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
12234
12235 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
12236
12237 * config.sub: Handle v850-elf.
12238
12239 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
12240
12241 * .cvsignore (*-install): Remove.
12242
12243 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
12244
12245 * ltconfig: Set CONFIG_SHELL in libtool.
12246 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
12247
12248 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12249
12250 * configure.in (target_subdir): Set to libraries if enable_multilib.
12251
12252 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
12253
12254 * config.guess: Update from gcc directory.
12255
12256 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
12257
12258 * Makefile.in (all-sim): Depends on all-readline.
12259
12260 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
12261
12262 * Makefile.in (BISON, YACC): Use $$s.
12263 (all-bison): Depend on all-texinfo.
12264
12265 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
12266
12267 * Makefile.in (BISON): Add -L flag.
12268 (YACC): Likewise.
12269
12270 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12271
12272 * configure.in (noconfigdirs): Add support for v850e target.
12273
12274 * config.sub (maybe_os): Add support for v850e target.
12275
12276 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
12277
12278 * configure.in (noconfigdirs): Add support for v850ea target.
12279
12280 * config.sub (maybe_os): Add support for v850ea target.
12281
12282 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
12283
12284 * config.sub: Add mipstx39. Delete r3900.
12285
12286 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12287
12288 * Makefile.in (all-autoconf): Depends on all-texinfo.
12289
12290 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
12291
12292 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
12293 eabi targets.
12294
12295 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
12296
12297 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
12298
12299 * configure: When handling a Canadian Cross, handle YACC as well as
12300 BISON. Just set BISON to bison. When setting YACC, prefer bison.
12301 * Makefile.in (all-bison): Depend upon all-texinfo.
12302
12303 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
12304
12305 * Makefile.in (BISON): bison, not byacc or bison -y.
12306 (YACC): bison -y or byacc or yacc.
12307 (various): Add *-bison as appropriate.
12308 (taz): No need to mess with BISON anymore.
12309
12310 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
12311
12312 * configure: If OSTYPE matches *win32*, try to find a good value for
12313 CONFIG_SHELL.
12314
12315 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
12316
12317 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
12318 configure.in if it is present.
12319
12320 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
12321
12322 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
12323
12324 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
12325
12326 * config.sub: Recognize `arc' cpu.
12327 * configure.in: Likewise.
12328 * config-ml.in: Likewise.
12329
12330 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
12331
12332 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
12333
12334 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
12335
12336 * configure: Changed sed delimiter from ':' to '|' when
12337 attempting to substitute ${config_shell} for SHELL. On
12338 NT ${config_shell} may contain a ':' in it.
12339
12340 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
12341
12342 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
12343
12344 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
12345
12346 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
12347
12348 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
12349
12350 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
12351
12352 * ylwrap: If the program is a relative path, force it to be
12353 absolute.
12354
12355 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
12356
12357 * configure (tooldir): Set BISON to `bison -y' and not just bison.
12358
12359 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
12360
12361 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
12362 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
12363 for libraries.
12364
12365 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
12366
12367 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
12368 separated by spaces.
12369
12370 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
12371
12372 * ylwrap: New file.
12373 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
12374
12375 * ltmain.sh: Handle /bin/sh at start of install program.
12376
12377 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
12378
12379 * ltconfig, ltmain.sh: New files, from libtool 1.0.
12380 * missing: New file, from automake 1.2.
12381
12382 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
12383
12384 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
12385 check-tk to CHECK_X11_MODULES.
12386
12387 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
12388
12389 * config.sub: Merge with FSF.
12390
12391 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
12392
12393 * config.guess: Merge with FSF.
12394
12395 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
12396
12397 * configure: Treat msdosdjgpp like go32.
12398 * configure.in: Likewise. Don't remove gprof for go32.
12399
12400 * configure: Change Makefile.tem2 to Makefile.tm2.
12401
12402 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
12403
12404 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
12405
12406 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12407
12408 * install-sh (chmodcmd): Set to null if the DST directory already
12409 exists. Same as Nov 11th change.
12410
12411 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
12412
12413 * configure (GDB_TK): Needs itcl and tix.
12414
12415 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
12416
12417 * config.guess: Update from FSF.
12418
12419 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
12420
12421 * Makefile.in (GDB_TK): Depend on itcl and tix.
12422
12423 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
12424
12425 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
12426 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
12427 (INSTALL_SCRIPT): New variable.
12428 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
12429 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
12430 to -x.
12431 * install-sh: Add support for -x option.
12432
12433 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
12434
12435 * configure.in, Makefile.in: Treat tix like itcl.
12436
12437 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
12438
12439 * Makefile.in (WINDRES): New variable.
12440 (WINDRES_FOR_TARGET): New variable.
12441 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
12442 (EXTRA_HOST_FLAGS): Add WINDRES.
12443 (EXTRA_TARGET_FLAGS): Add WINDRES.
12444 (EXTRA_GCC_FLAGS): Add WINDRES.
12445 ($(DO_X)): Pass down WINDRES.
12446 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
12447 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
12448 DLLTOOL_FOR_TARGET.
12449
12450 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
12451
12452 * configure.in: configure sim before gdb for win32-x-ppc
12453
12454 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12455
12456 Move gperf into the toplevel, from libg++.
12457 * configure.in (target_tools): Add target-gperf.
12458 (native_only): Add target-gperf.
12459 * Makefile.in (all-target-gperf): New target, depend on
12460 all-target-libg++.
12461 (configure-target-gperf): Empty rule.
12462 (ALL_TARGET_MODULES): Add all-target-gperf.
12463 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
12464 (CHECK_TARGET_MODULES): Add check-target-gperf.
12465 (INSTALL_TARGET_MODULES): Add install-target-gperf.
12466 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
12467
12468 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
12469
12470 * config.sub (mn10200): Recognize new basic machine.
12471
12472 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12473
12474 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
12475 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
12476
12477 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
12478
12479 * configure.in: If we're building mips-sgi-irix6* native, turn on
12480 ENABLE_MULTILIB and set TARGET_SUBDIR.
12481
12482 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
12483
12484 * Makefile.in (all-sn): Depend on all-grep.
12485
12486 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
12487
12488 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
12489
12490 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
12491 Makefile. From Jeff Makey <jeff@cts.com>.
12492 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
12493
12494 * Makefile.in (DISTBISONFILES): Remove.
12495 (taz): Don't futz with DISTBISONFILES. Change BISON to use
12496 $(DEFAULT_YACC).
12497
12498 * configure.in: Build itl, db, sn, etc., when building for native
12499 cygwin32.
12500
12501 * Makefile.in (LD): New variable.
12502 (EXTRA_HOST_FLAGS): Pass down LD.
12503 ($(DO_X)): Likewise.
12504
12505 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
12506
12507 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
12508
12509 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
12510
12511 * configure.in (targargs): Strip out any supplied --build argument
12512 before adding our own. Always add --build.
12513
12514 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
12515
12516 * configure.in (targargs): Pass --build if we're doing
12517 a cross-compile.
12518
12519 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
12520
12521 * configure: Use '|' instead of ":" as the separator in
12522 sed. Otherwise sed chokes on NT path names with drive
12523 designators. Also look for "?:*" as the leading characters in an
12524 absolute pathname.
12525
12526 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
12527
12528 * config.sub: Support for r3900.
12529
12530 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
12531
12532 * configure.in: Use install-sh, not install.sh.
12533
12534 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
12535
12536 * Makefile.in (taz): Improve check for BISON so it doesn't try to
12537 apply it twice.
12538
12539 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
12540
12541 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
12542 install-binutils.
12543
12544 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
12545
12546 * Makefile.in: Add automake targets.
12547 * configure.in (host_tools): Add automake.
12548
12549 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
12550
12551 * configure: Default CXX to c++, not gcc.
12552 * Makefile.in (CXX): Set to c++, not gcc.
12553 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
12554
12555 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
12556
12557 * install-sh: try appending a .exe if source file doesn't
12558 exist
12559
12560 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
12561
12562 * configure.in: Turn on multilib by default.
12563 (cross_only): Remove target-libiberty.
12564
12565 * Makefile.in (all-gcc): Don't depend on libiberty.
12566
12567 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
12568
12569 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
12570
12571 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
12572
12573 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
12574 (DISTBISONFILES): Add ld/Makefile.in
12575
12576 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
12577
12578 * configure.in: if target is cygwin32 but host isn't cygwin32,
12579 don't configure gdb tcl tk expect, not just gdb.
12580
12581 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
12582
12583 * configure.in: Added gnuserv everywhere sn appears.
12584
12585 * Makefile.in (ALL_MODULES): Added all-gnuserv.
12586 (CROSS_CHECK_MODULES): Added check-gnuserv.
12587 (INSTALL_MODULES): Added install-gnuserv.
12588 (CLEAN_MODULES): Added clean-gnuserv.
12589 (all-gnuserv): New target.
12590
12591 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
12592
12593 * config.guess: Fixes for MIPS OpenBSD systems.
12594
12595 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
12596
12597 * Makefile.in (INSTALL_XFORM): Remove.
12598 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
12599
12600 * mkinstalldirs: New file, copied from automake.
12601 * Makefile.in (installdirs): Rename from install-dirs. Use
12602 mkinstalldirs. Change all users.
12603 (DEVO_SUPPORT): Add mkinstalldirs.
12604
12605 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
12606
12607 * install-sh: Rename from install.sh.
12608 * Makefile.in (INSTALL): Change install.sh to install-sh.
12609 (DEVO_SUPPORT): Likewise.
12610
12611 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
12612 Graichen <graichen@rzpd.de>.
12613
12614 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
12615
12616 * config.guess: Recognize OpenBSD systems correctly.
12617
12618 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
12619
12620 * README, Makefile.in (ETC_SUPPORT): Remove references to
12621 cfg-paper*, configure.{texi,man,info*}._
12622
12623 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
12624
12625 * Makefile.in (all.normal): Ensure that gcc is built after all
12626 the x11 - ie gdb - targets.
12627
12628 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
12629
12630 * makefile.vms: Don't run conf-a-gas.
12631
12632 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
12633
12634 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
12635
12636 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
12637
12638 * configure.in: Remove noconfigdirs case since gdb also
12639 configures and builds for tic80-coff.
12640
12641 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
12642
12643 * configure: Set cache_file to config.cache.
12644 * Makefile.in (local-distclean): Remove config.cache.
12645
12646 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
12647
12648 * COPYING: Update FSF address.
12649
12650 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
12651
12652 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
12653 noconfigdirs.
12654
12655 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
12656
12657 * Makefile.in (install-dirs): Don't crash if prefix, and hence
12658 MAKEDIRS, is empty.
12659
12660 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
12661
12662 * config.sub: Tweak mn10300 entry.
12663
12664 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
12665
12666 * configure.in (host_tools): Put sim before gdb, so gdb's
12667 configure.tgt can determine if the simulator was configured.
12668
12669 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
12670
12671 * config.sub: Move BeOS $os case to be with other Cygnus
12672 local cases.
12673
12674 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
12675
12676 * config.sub: Remove misplaced comment that broke Linux.
12677
12678 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
12679
12680 * config.sub: Add BeOS support.
12681
12682 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
12683
12684 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
12685
12686 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
12687
12688 * configure.in (noconfigdirs): Remove tcl and tk from
12689 noconfigdirs for cygwin32 builds.
12690
12691 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
12692
12693 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
12694
12695 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
12696
12697 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
12698 make-all.com, use makefile.vms instead.
12699
12700 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
12701
12702 * config.sub: Accept -lnews*.
12703
12704 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
12705
12706 * configure.in (noconfigdirs): Disable target-newlib,
12707 target-examples and target-libiberty for d30v.
12708
12709 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12710
12711 * configure.in (noconfigdirs): Enable ld for d30v.
12712
12713 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
12714
12715 * configure.in (tic80-*-*): Build compiler.
12716
12717 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
12718
12719 * configure.in (d30v-*): Remove sim directory from list of
12720 unsupported d30v directories
12721
12722 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
12723
12724 * config.sub, configure.in: Add d30v target cpu.
12725
12726 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
12727
12728 * makefile.vms: New file.
12729 * make-all.com: Remove.
12730
12731 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
12732
12733 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
12734
12735 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
12736
12737 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
12738
12739 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
12740
12741 * Makefile.in (ALL_MODULES): Added all-db.
12742 (CROSS_CHECK_MODULES): Addec check-db.
12743 (INSTALL_MODULES): Added install-db.
12744 (CLEAN_MODULES): Added clean-db.
12745
12746 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
12747
12748 * config.guess: Merge with latest FSF sources.
12749
12750 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
12751
12752 * Makefile.in (ALL_MODULES): Added all-itcl.
12753 (CROSS_CHECK_MODULES): Added check-itcl.
12754 (INSTALL_MODULES): Added install-itcl.
12755 (CLEAN_MODULES): Added clean-itcl.
12756
12757 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
12758
12759 * configure.in: build gdb for mn10200
12760
12761 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
12762
12763 * Makefile.in (all-target-winsup): Depend on all-target-libio.
12764
12765 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
12766
12767 * configure.in (tic80-*-*): Turn off most targets right now.
12768
12769 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
12770
12771 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
12772 rather than the makeinfo program.
12773 (do-info): Depend upon all-texinfo.
12774
12775 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
12776
12777 * configure.in: Remove uses of config/mh-linux.
12778
12779 * config.sub, config.guess: Merge with latest FSF sources.
12780
12781 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
12782
12783 * config.sub (case $basic_machine): Add tic80 entries.
12784
12785 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
12786
12787 * config.sub, config.guess: Merge with latest FSF sources.
12788
12789 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12790
12791 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
12792 * mpw-config.in: Test for NewFolderRecursive.
12793 * mpw-install: Use symbolic name for startup filename.
12794 * mpw-README: Add various additional details.
12795
12796 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
12797
12798 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
12799
12800 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
12801
12802 * configure.in: Do build gcc and the target libraries for
12803 the mn10200.
12804
12805 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
12806
12807 * configure.in: don't avoid building gdb for mn10300 any more
12808 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
12809 instead of single-quoting it.
12810
12811 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
12812
12813 * configure.in: Don't use --with-stabs on IRIX 6.
12814
12815 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
12816
12817 * configure.in (m32r): Build gdb, libg++ now.
12818
12819 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12820
12821 * configure.in (mips*-sgi-irix6*): Remove gdb and related
12822 directories from noconfigdirs.
12823
12824 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
12825
12826 * config.sub (basic_machine): added mips16 configuration
12827
12828 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12829
12830 * config.sub: Handle d10v-unknown.
12831
12832 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
12833
12834 * config.sub: Handle v850-unknown.
12835
12836 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
12837
12838 * Makefile.in: add findutils
12839 * configure.in: add findutils to list of host_tools
12840
12841 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
12842
12843 * config.sub: Handle mn10200 and mn10300.
12844
12845 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12846
12847 * configure.in (d10v-*): Do not build librx.
12848
12849 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
12850
12851 * configure.in (mn10300): Build everything except gdb & libgloss.
12852
12853 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
12854
12855 * config.guess: Patch for Dansk Data Elektronik servers,
12856 from Niels Skou Olsen <nso@dde.dk>.
12857
12858 For ncr, use /bin/uname rather than uname, since GNU uname does not
12859 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
12860
12861 Patch for MIPS R4000 running System V,
12862 from Eric S. Raymond <esr@snark.thyrsus.com>.
12863
12864 Fix thinko for nextstep.
12865
12866 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
12867
12868 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
12869 * config.guess: Guess mips-dec-mach_bsd4.3.
12870
12871 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
12872 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
12873 release numbers.
12874 * config.guess (mips-mips-riscos*): Emit just enough of the
12875 release number.
12876
12877 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
12878 * config.guess (sparc-auspex-sunos*): Added.
12879 (f300-fujitsu-*): Added.
12880
12881 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
12882 * config.guess: Recognize a Tadpole as a sparc.
12883
12884 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12885
12886 * config.guess: Don't assume that NextStep version is either 2 or
12887 3. NextStep 4 (aka OpenStep 4) has come out now.
12888
12889 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
12890
12891 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
12892 From Rik Faith <faith@cs.unc.edu>.
12893
12894 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
12895
12896 * config.sub: Contributions from bug-gnu-utils to:
12897 Support plain "hppa" (no version given) architecture, reported by
12898 OpenStep.
12899 OpenBSD like NetBSD.
12900 LynxOs is not a hardware supplier.
12901
12902 * config.guess: Contributions from bug-gnu-utils to add support for:
12903 OpenBSD like NetBSD.
12904 Stratus systems.
12905 More Pyramid systems.
12906 i[n>4]86 Intel chips.
12907 M680[n>4]0 Motorola chips.
12908 Use unknown instead of lynx for hardware manufacturer.
12909
12910 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12911
12912 * install.sh (chmodcmd): Set to null if the DST directory already
12913 exists.
12914
12915 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12916
12917 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
12918 not use mt-ppc target Makefile fragment any more.
12919
12920 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12921
12922 * configure.in (*-*-windows): Exclude everything but those dirs
12923 needed to build windows.
12924
12925 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
12926
12927 * Makefile.in (all-target-winsup): Depend on all-target-librx.
12928
12929 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12930
12931 * configure.in: Exclude mmalloc from i386-windows.
12932
12933 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
12934
12935 * Undo my previous change.
12936
12937 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
12938
12939 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
12940 unconditionally.
12941 (MAKEOVERRIDES): Define (revert this part of October 18 change).
12942
12943 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
12944
12945 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
12946 host to add it's own flags.
12947
12948 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
12949
12950 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
12951
12952 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
12953
12954 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
12955 (CXX_FOR_TARGET): Likewise.
12956 (GCC_FOR_TARGET): Define.
12957 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
12958 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
12959 CC_FOR_TARGET was specified on the command line.
12960 (MAKEOVERRIDES): Don't define.
12961
12962 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
12963
12964 * configure.in (m32r): Fix spelling of libg++ libs.
12965
12966 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
12967
12968 * config.sub (-apple*): Remove, now redundant.
12969
12970 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
12971
12972 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
12973
12974 * configure: Rework yesterday's sed script patch.
12975
12976 * config.sub: Merge with FSF.
12977
12978 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
12979
12980 * config.guess: Merge from FSF.
12981
12982 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
12983 * config.guess: Use pc instead of unknown, for pc clone systems.
12984 Change linux to linux-gnu.
12985
12986 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12987 * config.guess: Avoid non-portable tr syntax.
12988
12989 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
12990
12991 * test-build.mk (HOLES): Add "xargs" for gdb.
12992
12993 * configure: Avoid hpux10.20 sed bug.
12994
12995 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
12996
12997 * configure.in: Add support for windows host
12998 (that is a build done under the Microsoft build environment).
12999
13000 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
13001
13002 * Makefile.in: Replace all uses of srcroot with s, to shrink
13003 command line lengths.
13004
13005 Patches from Geoffrey Noer <noer@cygnus.com>:
13006 * configure.in: If configuring for newlib, pass --with-newlib to
13007 subdirectories.
13008 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
13009 -Bnewlib/ and -Lwinsup to gcc.
13010 (CXX_FOR_TARGET): Likewise.
13011
13012 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
13013
13014 * Makefile.in (ETC_SUPPORT): Add configure.
13015
13016 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
13017
13018 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
13019 host configuration file.
13020
13021 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
13022
13023 * configure.in: Break mn10x00 support into separate
13024 mn10200 and mn10300 configurations.
13025 * config.sub: Likewise.
13026
13027 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
13028
13029 * configure.in: Add lots of stuff to noconfigdirs for
13030 the mn10x00 targets.
13031
13032 * config.sub, configure.in: Add mn10x00 support.
13033
13034 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
13035
13036 * make-all.com: Call conf-a-gas, not config-a-gas.
13037
13038 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
13039
13040 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
13041 targets.
13042
13043 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
13044
13045 * mpw-README: Add much more detail for native PowerMac.
13046 * mpw-install: New file.
13047 * mpw-configure: Add --norecursion and --help options.
13048 * mpw-config.in: Translate readme and install files when
13049 copying to objdir.
13050 * mpw-build.in: Don't always depend on byacc and flex.
13051 (install-only-top): New action.
13052
13053 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
13054
13055 * configure.in: You can now configure GDB for the v850.
13056
13057 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
13058
13059 * configure.in (noconfigdirs): Don't configure any C++ dirs
13060 if targeting D10V.
13061
13062 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
13063
13064 * config.sub: Recognize mips64vr5000.
13065
13066 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
13067
13068 * configure.in: Use a single line for host_tools and native_only.
13069
13070 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
13071
13072 * config.sub, configure.in: Add entries for m32r.
13073
13074 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
13075
13076 * Makefile.in (inet-install): Don't run install-gzip.
13077
13078 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
13079
13080 * configure.in: Don't config lots of things for *-*-windows*.
13081
13082 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
13083
13084 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
13085 (host_libs, host_tools): Copy from configure.in.
13086 * mpw-configure: Don't complain about directories not found.
13087
13088 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13089
13090 * configure.in (i[345]86): Recognize i686 for pentium pro.
13091 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
13092 file.
13093
13094 * config.guess (i[345]86): Ditto.
13095
13096 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13097
13098 * configure.in (noconfigdirs): Removed gdb for D10V.
13099
13100 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
13101
13102 * configure.in: Remove ld, target-libio, target-libg++, and
13103 target-libstdc++ from noconfigdirs.
13104
13105 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
13106
13107 * configure: Fix three locations where shell scripts were
13108 being run directly rather than with config_shell.
13109
13110 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
13111
13112 * configure.in (v850-*-*): Set up initial $noconfigdirs.
13113 * config.sub (basic_machine): Recognize v850.
13114
13115 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
13116
13117 * mpw-configure: Handle multiple enable/disable options and
13118 pass them down recursively, handle -c and -s flags appropriately
13119 depending on choice of compiler, add escape mechanism for
13120 quoted arguments to gC.
13121
13122 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13123
13124 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
13125 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
13126 so that -mrelocatable-lib and -mno-eabi are used.
13127
13128 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
13129 not support --print-multi-lib, don't abort.
13130
13131 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
13132
13133 * make-all.com: Run config-a-gas.
13134 * setup.com: Don't copy subdirectory files around.
13135
13136 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
13137
13138 * configure.in (*-*-ose): Remove exclusion of libgloss for this
13139 target, it now compiles correctly.
13140
13141 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
13142
13143 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
13144
13145 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13146
13147 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
13148
13149 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13150
13151 * configure.in (native_only): Add prms.
13152
13153 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
13154
13155 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
13156 (BINUTILS_SUPPORT_DIRS): Likewise.
13157
13158 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13159
13160 * configure.in (d10v-*-*): Don't configure ld or gdb until the
13161 d10v support is added.
13162
13163 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
13164
13165 * configure.in (d10v-*-*): New target.
13166
13167 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
13168
13169 * config.guess (HP 9000/811): Recognize this as a PA1.1
13170 machine.
13171
13172 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
13173
13174 * Makefile.in (do-tar-gz): New target, split out from tail end of
13175 taz target. Run each command separately, don't use pipes.
13176 (taz): Use it.
13177
13178 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
13179
13180 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
13181 * mpw-build.in: No builds should depend on building byacc or flex,
13182 they are assumed to be installed already.
13183
13184 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13185
13186 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
13187 variable that CC_FOR_TARGET needs.
13188
13189 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13190
13191 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
13192 options have changed since the last time the subdirectory was
13193 configured, and if it has, reconfigure.
13194 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
13195 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
13196
13197 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
13198
13199 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
13200 CLEAN_MODULES): Add bash.
13201 (all-bash): New target.
13202
13203 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
13204
13205 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
13206
13207 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13208
13209 * config.sub (basic_machine): Recognize d10v as a valid processor.
13210
13211 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
13212
13213 * mpw-configure: Add support for --bindir.
13214 * mpw-build.in: Use a GCC-specific build script for GCC actions.
13215
13216 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
13217
13218 * configure.in: add bash, time, gawk to list of hosttools and things
13219 to only build for native toolchains
13220
13221 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13222
13223 * Makefile.in (docdir): Remove.
13224
13225 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
13226
13227 * Makefile.in (datadir): Set to $(prefix)/share.
13228
13229 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
13230
13231 * configure.in: build diff and patch for cygwin32-hosted
13232 toolchains.
13233
13234 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
13235
13236 * config.sub: Accept -rtems*.
13237
13238 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
13239
13240 * configure.in: enable dosrel for cygwin32-hosted builds,
13241 remove diff from the list of things not buildable
13242 via Canadian Cross
13243
13244 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
13245
13246 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
13247 don't get ". ".
13248
13249 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
13250
13251 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
13252
13253 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
13254
13255 * Makefile.in (taz): Handle case where tex3patch didn't even get
13256 checked out. Also, if it was found, put the symlink in a new util
13257 subdirectory.
13258
13259 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13260
13261 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
13262
13263 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
13264
13265 * config.sub: Recognize -openvms.
13266 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
13267 * make-all.com, setup.com: New files.
13268
13269 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13270
13271 * Makefile.in (taz): tex3patch moved to texinfo/util.
13272
13273 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
13274
13275 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
13276 * configure.in: remove make from disable-if-Can-Cross list
13277 enable gdb if ${host} and ${target} are cygwin32
13278
13279 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
13280
13281 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
13282 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
13283
13284 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13285
13286 * config.guess: Combine mips-mips-riscos cases, and use cpp to
13287 distinguish sysv/svr4/bsd variants.
13288 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
13289
13290 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
13291
13292 * configure.in: Added copyright notice.
13293 * move-if-change: Added copyright notice.
13294
13295 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13296
13297 * configure.in (powerpcle-*-solaris*): Until we get shared
13298 libraries working, don't build gdb, sim, make, tcl, tk, or
13299 expect.
13300
13301 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
13302
13303 * config.guess: Merge with FSF:
13304
13305 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
13306 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
13307
13308 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
13309 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
13310
13311 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
13312 * config.guess: Combine two OSF1 rules.
13313 Also recognize field test versions. From mjr@zk3.dec.com.
13314 * config.guess (dgux): Use /usr/bin/uname rather than uname,
13315 because GNU uname does not support -p. From pmr@pajato.com.
13316
13317 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
13318
13319 * Makefile.in (MAKEDIRS): Removed $(tooldir).
13320
13321 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
13322
13323 * mpw-README: Document GCCIncludes.
13324
13325 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
13326
13327 * configure.in (alpha-*-linux*): Set enable_shared to yes.
13328
13329 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13330
13331 * mpw-configure: Handle --enable-FOO and --disable-FOO.
13332
13333 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
13334
13335 * configure.in (*-*-cygwin32): Configure make.
13336
13337 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
13338
13339 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
13340
13341 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
13342
13343 * Makefile.in (all-inet): Depend on all-perl.
13344
13345 * Makefile.in (inet-install): New target.
13346
13347 * Makefile.in (all-inet): Depend on all-tcl.
13348 (all-inet): Depend on all-send-pr.
13349
13350 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13351
13352 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
13353 temporarily.
13354
13355 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
13356
13357 * configure.in: Don't configure --with-gnu-ld on AIX.
13358
13359 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13360
13361 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
13362
13363 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
13364
13365 * Makefile.in (ALL_MODULES): Added all-inet.
13366 (CROSS_CHECK_MODULES): Added check-inet.
13367 (INSTALL_MODULES): Added install-inet.
13368 (CLEAN_MODULES): Added clean-inet.
13369 (all-indent): New target.
13370
13371 * configure.in (host_tools): Added inet.
13372 (native_only): Added inet.
13373 (noconfigdirs): Added inet.
13374
13375 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
13376
13377 * configure.in: Don't configure libgloss if we are not configuring
13378 newlib.
13379
13380 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
13381
13382 * configure.in: Don't configure libgloss for unsupported
13383 architectures.
13384
13385 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13386
13387 * Makefile.in (CLEAN_MODULES): Add clean-apache.
13388
13389 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
13390
13391 * Makefile.in (ALL_MODULES): Include all-apache.
13392 (CROSS_CHECK_MODULES): Include check-apache.
13393 (INSTALL_MODULES): Include install-apache.
13394 (all-apache): New target.
13395
13396 * configure.in: Added apache everywhere perl is seen.
13397
13398 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13399
13400 * Makefile.in: Add support for clean-{module} and
13401 clean-target-{module} rules.
13402
13403 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
13404
13405 * configure.in (*-*-ose) do not build libgloss.
13406
13407 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13408
13409 * config.guess (prep*:SunOS:5.*:*): Turn into
13410 powerpele-unknown-solaris2.
13411
13412 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
13413
13414 * configure.in: Permit --enable-shared to specify a list of
13415 directories.
13416
13417 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13418
13419 * configure.in (host==solaris): Pass only the first word of $CC
13420 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
13421
13422 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
13423
13424 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
13425
13426 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
13427
13428 * Makefile.in (ALL_MODULES): Include all-perl.
13429 (CROSS_CHECK_MODULES): Include check-perl.
13430 (INSTALL_MODULES): Include install-perl.
13431 (ALL_X11_MODULES): Include all-guile.
13432 (CHECK_X11_MODULES): Include check-guile.
13433 (INSTALL_X11_MODULES): Include install-guile.
13434 (all-perl): New target.
13435 (all-guile): New target.
13436
13437 * configure.in (host_tools): Include perl and guile.
13438 (native_only): Include perl and guile.
13439 (noconfigdirs): Don't build guile and perl; no ports have been
13440 done.
13441
13442 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
13443
13444 * configure (--enable-*): Handle quoted option lists such as
13445 --enable-sim-cflags='-g0 -O' better.
13446
13447 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13448
13449 * Makefile.in ({,inst}all-target): New rule so we can make and
13450 install all of the target directories easily.
13451
13452 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13453
13454 * configure.in: Add missing global flag in sed substitution when
13455 deleting `target-' from ${configdirs}.
13456
13457 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
13458
13459 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
13460 option.
13461
13462 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
13463 config/mh-necv4.
13464
13465 * install.sh: Correct misspelling of transformbasename.
13466
13467 * config.guess: Recognize mips-*-sysv*.
13468
13469 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
13470
13471 * config.sub: Recognize mon960.
13472
13473 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
13474
13475 * configure: Restore Canadian Cross handling of BISON and LEX,
13476 removed in Feb 20 change.
13477
13478 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
13479
13480 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
13481 Mention make install. Remove the old copyright date as well the
13482 clumsy and rather pointless copyright on the README file.
13483
13484 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
13485
13486 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
13487 Makefile after running symlink-tree, then run `make distclean' to
13488 avoid clobbering any generated files in srcdir.
13489
13490 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
13491
13492 * configure.in (m68k-*-netbsd*): Build everything now.
13493
13494 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
13495
13496 * Makefile.in (taz): Fix quoting.
13497
13498 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
13499
13500 * configure.in (sparclet-*-*): Build everything now.
13501
13502 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13503
13504 * configure.in (m68k-*-linux*): New host.
13505
13506 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
13507
13508 * configure: Check for bison before byacc.
13509
13510 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
13511
13512 * Makefile.in configure: Change the way LEX and BISON/YACC are
13513 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
13514 searching PATH. These are used as fallbacks by Makefile.in if
13515 flex/bison/byacc aren't in objdir.
13516
13517 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
13518
13519 * Makefile.in: Make everything which depends upon all-bfd also
13520 depend upon all-opcodes, in case --with-commonbfdlib is used.
13521
13522 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13523
13524 * configure.in (host *-*-cygwin32): Don't build gdb if we are
13525 building NT native compilers on Unix.
13526
13527 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
13528
13529 * configure.in: Don't get CC from the host Makefile fragment if we
13530 can find gcc in PATH, or if this is a Canadian Cross. Move the
13531 Solaris test for /usr/ucb/cc to the post target script, just after
13532 the compiler sanity test.
13533
13534 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
13535
13536 * config.sub: Merge with FSF.
13537
13538 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
13539
13540 * Makefile.in (RPATH_ENVVAR): New variable.
13541 (REALLY_SET_LIB_PATH): Use it.
13542 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
13543
13544 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
13545
13546 * config.sub, configure.in: Recognize sparclet cpu.
13547
13548 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
13549
13550 * config.guess: Support m68k-cbm-sysv4.
13551
13552 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
13553
13554 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
13555 m68k-unknown-linuxaout from linker help string. Put quotes around
13556 $ld_help_string.
13557
13558 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
13559
13560 * config.guess (powerpc-harris-powerunix): Add guess for port
13561 to new target.
13562
13563 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13564
13565 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
13566
13567 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
13568
13569 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
13570 $(REALLY_SET_LIB_PATH) in Makefile.
13571 * Makefile.in (SET_LIB_PATH): New variable.
13572 (REALLY_SET_LIB_PATH): New variable.
13573 ($(DO_X)): Use $(SET_LIB_PATH).
13574 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
13575 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
13576 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
13577 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
13578 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
13579 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
13580 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
13581 (install-dosrel): Likewise.
13582 (all-opcodes): Depend upon all-libiberty.
13583
13584 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
13585
13586 * config.guess (*:CYGWIN*): New
13587
13588 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13589
13590 * Makefile.in (all-target-winsup): All all-target-libiberty.
13591
13592 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13593
13594 * configure.in (noconfigdirs): Add missing # in front of comment.
13595
13596 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
13597
13598 * configure.in: add second pass to things added to noconfigdirs
13599 so *-gm-magic can exclude libgloss properly.
13600
13601 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
13602
13603 * mpw-configure (extralibs_name, rez_name): Set correctly
13604 for MWC68K compiler.
13605
13606 * mpw-README: Add more info on the necessary build tools.
13607
13608 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
13609
13610 * configure.in, config.sub: Recognize cygwin32.
13611
13612 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
13613
13614 * config.guess, config.sub: Recognize A/UX.
13615
13616 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
13617
13618 * config.sub: Merge with gcc/config.sub.
13619
13620 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
13621
13622 * mpw-build.in (do-binutils): Add build of stamps.
13623
13624 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
13625
13626 * config.sub: Add recognition for mips64vr4100*-* targets.
13627
13628 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13629
13630 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
13631 Add creation of gconfigargs with `--enable-shared' turned on.
13632 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
13633 ($(host)-stamp-stage3-configured): Likewise.
13634 (HOLES): Add chatr and ldd.
13635 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
13636
13637 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
13638
13639 * configure: Pass --nfp to recursive configures.
13640
13641 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
13642
13643 * Makefile.in (DLLTOOL): New.
13644 (DLLTOOL_FOR_TARGET): New.
13645 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
13646 (EXTRA_TARGET_FLAGS): Ditto.
13647 (EXTRA_GCC_FLAGS): Ditto.
13648 (CONFIGURE_TARGET_MODULES): Ditto.
13649 (DO_X): Ditto.
13650 * configure: Add DLLTOOL.
13651
13652 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
13653
13654 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
13655 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
13656 mh-sco, since old workarounds no longer needed, and don't
13657 build ld, since libraries have weak symbols in COFF.
13658
13659 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
13660
13661 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
13662
13663 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
13664
13665 * configure.in: Make sure that ${CC} can be used to compile an
13666 executable.
13667
13668 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
13669
13670 * Makefile.in (all-gdb): Depend on $(GDB_TK).
13671 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
13672 nothing depending on whether gdbtk is being built.
13673
13674 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
13675
13676 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
13677
13678 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
13679
13680 * configure.in (noconfigdirs): Put ld or gas in this early, if the
13681 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
13682
13683 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
13684
13685 * config-ml.in: Add support for
13686 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
13687 Simplify setting of multidirs from --disable-foo.
13688
13689 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13690
13691 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
13692 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
13693 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
13694 non-empty, pass them on to the GCC make.
13695 (all-bootstrap): New rule that is like all-gcc, except it executes
13696 the GCC bootstrap rule instead of the GCC all rule.
13697
13698 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
13699
13700 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
13701
13702 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13703
13704 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
13705 DG/UX support.
13706
13707 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
13708
13709 * config.sub (i*86*) Change [345] to [3456]
13710
13711 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13712
13713 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
13714 --with-gnu-ld=no.
13715
13716 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13717
13718 * config-ml.in (rs6000*, powerpc*): Add switches to control which
13719 AIX multilibs get built.
13720
13721 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13722
13723 * configure.in (i386-win32): Don't build expect if we're not
13724 building the tcl subdir.
13725
13726 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
13727
13728 * Makefile.in: (configure-target-examples, all-target-examples):
13729 New targets, configure and build example programs.
13730
13731 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
13732
13733 * mpw-configure: If an mpw-config.in generated a file mk.sed,
13734 use it as input to sedit the generated MPW makefile.
13735 * mpw-README: Add a suggestion about Gestalt.h.
13736
13737 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
13738
13739 * config.sub: Accept *-*-ieee*.
13740
13741 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
13742
13743 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
13744 Ronald F. Guilmette <rfg@monkeys.com>.
13745
13746 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13747
13748 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
13749 for powerpc-pe native.
13750 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
13751 (target==powerpc-pe): duplicate i386-win32 entry.
13752
13753 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13754
13755 * configure.in (noconfigdirs): Exclude target-newlib for all versions
13756 of vxworks, not just vxworks5.1.
13757
13758 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
13759
13760 * mpw-configure: Add support for exec-prefix.
13761
13762 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13763
13764 * config.guess: Recognize HP model 816 machines as having
13765 a PA1.1 processor.
13766
13767 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
13768
13769 * configure: Ignore new autoconf configure options.
13770
13771 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
13772
13773 * config.guess: Recognize Pentium under SCO.
13774 From Robert Lipe <robertl@arnet.com>.
13775
13776 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13777
13778 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
13779
13780 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
13781
13782 * configure.in: Don't configure gas for alpha-dec-osf*.
13783
13784 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
13785
13786 * configure.in: Default to --with-stabs for some targets for which
13787 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
13788 i[345]86*-*-unixware*.
13789
13790 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
13791
13792 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
13793 rather than basing it on the target. Simplify handling of options
13794 controlling which directories to configure. Remove extraneous
13795 slash in multi-clean target.
13796
13797 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
13798
13799 * config-ml.in: Prefix more variables with ml_ so they don't collide
13800 with configure's.
13801
13802 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
13803
13804 * configure: Don't turn -v into --v.
13805
13806 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
13807
13808 * configure.in (targargs): Fix typo.
13809
13810 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
13811
13812 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
13813
13814 * configure.in: Strip --host and --target options from
13815 CONFIG_ARGUMENTS, and always configure for --host only. Add
13816 --with-cross-host option when building with a cross-compiler.
13817 * configure: Canonicalize the arguments put into config.status by
13818 always using `=' for an option with an argument. Pass a presumed
13819 --host or --target explicitly.
13820
13821 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
13822
13823 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
13824 into general OS recognition case.
13825
13826 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13827
13828 * configure.in (target_configdirs): add target-winsup only
13829 for win32 target systems.
13830
13831 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
13832
13833 * Makefile.in (all-target-libgloss): Depend upon
13834 configure-target-newlib, since when libgloss is built it looks to
13835 see if the newlib directory exists.
13836
13837 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
13838
13839 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
13840 cfg-ml-*.in.
13841
13842 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
13843
13844 * configure: Handle LD and LD_FOR_TARGET when configuring a
13845 Canadian Cross.
13846
13847 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13848
13849 * configure.in (target_libs): add target-winsup.
13850 (target==i386-win32): add patch diff flex make to $noconfigdirs.
13851 (target==ppcle-pe): remove ld from $noconfigdirs.
13852
13853 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
13854
13855 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
13856 Preserve relative path names in $srcdir. Build symlink tree if
13857 configuring cross target dir and srcdir=. (= no VPATH support).
13858 (configure-target-libg++): Depend on configure-target-librx.
13859 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
13860 * config-ml.in: New file.
13861 * symlink-tree: New file.
13862 * configure: Ensure srcdir="." if that's what it is.
13863
13864 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
13865
13866 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
13867 includes and FLEX_SKELETON setting.
13868 * mpw-configure (--with-gnu-ld): New option, controls whether
13869 to use PPCLink or ld with PowerMac GCC.
13870 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
13871 * mpw-config.in: Configure grez if targeting Mac.
13872
13873 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
13874 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
13875 just macos.
13876 * configure.in: Configure grez resource compiler if targeting Mac.
13877 * Makefile.in (all-grez, install-grez): New targets.
13878
13879 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
13880
13881 * configure: CXX defaults to gcc, not g++. If we find
13882 gcc in the path, set CC to gcc -O2.
13883
13884 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
13885
13886 * configure: Default ${build} correctly. Avoid picking up extra
13887 spaces when reading CC and CXX from Makefile. When doing a
13888 Canadian Cross, use plausible default values for numerous
13889 variables.
13890 * configure.in: When doing a Canadian Cross, don't try to
13891 configure tools whose configure script can't handle it.
13892
13893 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13894
13895 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
13896
13897 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
13898
13899 * configure: Remove dubious bug reporting address.
13900
13901 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
13902
13903 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
13904 configure script, run that instead of this directory's configure.
13905 In either case, print a message that we're configuring the sub-dir.
13906
13907 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
13908
13909 * configure.in: Before checking for the existence of various files,
13910 use sed to filter out "target-".
13911
13912 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
13913
13914 * Makefile.in (DO_X): Split rule to decrease command line length
13915 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
13916 (Philippe De Muyter).
13917
13918 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13919
13920 * Makefile.in (all-patch): depend on all-libiberty.
13921
13922 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
13923
13924 * configure.in: If the only directory in target_configdirs which
13925 actually exists is libiberty, then set target_configdirs to empty,
13926 to avoid trying to build a target libiberty in a gas or gdb
13927 distribution.
13928
13929 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
13930
13931 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
13932 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
13933 systems.
13934
13935 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13936
13937 * configure.in (copy_dirs): Use sys-include instead of include
13938 for --with-headers option.
13939
13940 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
13941
13942 * Makefile.in, configure.in: Make winsup builds work with
13943 new scheme.
13944
13945 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
13946
13947 * configure.in: Build the linker on AIX.
13948
13949 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
13950
13951 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
13952 where needed.
13953
13954 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
13955
13956 * Makefile.in (all-gcc): Fix typo.
13957
13958 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
13959
13960 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
13961
13962 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
13963
13964 * configure.in: Rename libFOO to target-libFOO, and xiberty
13965 to target-xiberty, to provide more flexibility.
13966 (target_subdir): Define. Create if cross.
13967 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
13968 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
13969 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
13970 check-libFOO -> check-target-libFOO, etc.
13971 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
13972 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
13973 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
13974 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
13975 allow ALL_GCC="" to only configure.
13976 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
13977 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
13978 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
13979
13980 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
13981
13982 * Makefile.in (taz): Build "info" in etc explicitly.
13983
13984 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
13985
13986 * configure.in: Make sure that CC is undefined (as opposed to
13987 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
13988 problem with autoconf trying to configure on a host without GCC.
13989
13990 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
13991
13992 * mpw-configure: Set host alias from choice of host compiler,
13993 only use generic MPW Makefile sed if present, edit a file
13994 named "hacked_Makefile.in" instead of "Makefile.in" if present.
13995 * mpw-README: Add problem notes about CW6 and CW7.
13996
13997 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
13998
13999 * Makefile.in (taz): Use ";" instead of ";;".
14000
14001 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14002
14003 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
14004 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
14005 DISTDOCDIRS.
14006 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
14007 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
14008
14009 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
14010
14011 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
14012 and gnats, because they are now subsumed by DISTSTUFFDIRS.
14013 Move bfd to DISTSTUFFDIRS.
14014
14015 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14016
14017 * Makefile.in (X11_LIB): Removed.
14018 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
14019
14020 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
14021
14022 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14023
14024 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
14025 names.
14026
14027 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14028
14029 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
14030
14031 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
14032
14033 * configure.in (i[345]86-*-win32): Always build newlib.
14034 Don't configure cvs, autoconf or texinfo.
14035 * Makefile.in (LD_FOR_TARGET): New.
14036 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
14037 Pass down LD_FOR_TARGET.
14038
14039 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
14040
14041 * winsup: New directory.
14042 * Makefile.in: Build winsup.
14043 * configure.in: Winsup is configured when target is win32.
14044 Can only build win32 target GDB when native.
14045
14046 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
14047
14048 * config.guess: Recognize HP model 819 machines as having
14049 a PA 1.1 processor.
14050
14051 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
14052
14053 * configure: Fix sed loop which substitutes for CC and CXX to
14054 avoid bug found in various sed implementations.
14055
14056 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14057
14058 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
14059 simulator. Use standard powerpc-*-eabi*.
14060
14061 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
14062
14063 * configure.in: Stop putting gas and binutils in noconfigdirs for
14064 powerpc-*-aix* and rs6000-*-*.
14065
14066 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
14067
14068 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
14069 -mcall-aixdesc libraries.
14070
14071 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
14072
14073 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14074
14075 * config.sub (arm | armel | armeb): Fix shell syntax.
14076
14077 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14078
14079 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
14080 -msoft-float and -mcpu=common support.
14081 (powerpc*-*-eabisim*): Add support for building -mcall-aix
14082 libraries.
14083
14084 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14085
14086 * configure.in: Allow configuration and build of emacs19 for the alpha.
14087
14088 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14089
14090 * configure.in (CC): Get ^CC, not just any old CC, from
14091 ${host_makefile_frag}.
14092
14093 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14094
14095 * configure.in (CC): Try to get CC from
14096 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
14097
14098 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14099
14100 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
14101 only if it exists in $(srcdir).
14102
14103 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
14104
14105 * configure: If CC and CXX are not set in the environment, set
14106 them, based on either an existing Makefile or on searching for gcc
14107 in PATH. Substitute for CC and CXX in Makefile.
14108 * configure.in: Remove libm from target_libs. Separate
14109 target_configdirs from configdirs. If CC is not set in
14110 environment, try to get it from a host Makefile fragment. Rewrite
14111 changes of configdirs to use skipdirs instead. A few minor
14112 tweaks. Take directories out of target_configdirs as they are
14113 taken out of configdirs. Remove existing Makefile files from
14114 subdirectories. Substitute for TARGET_CONFIGDIRS and
14115 CONFIG_ARGUMENTS in Makefile.
14116 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
14117 by configure.in.
14118 (CONFIG_ARGUMENTS): Likewise.
14119 (CONFIGURE_TARGET_MODULES): New variable.
14120 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
14121 ($(CONFIGURE_TARGET_MODULES)): New target.
14122 (configure-libg++, configure-libio): New targets.
14123 (all-libg++): Depend upon configure-libg++.
14124 (all-libio): Depend upon configure-libio.
14125 (configure-libgloss, all-libgloss): New targets.
14126 (configure-libstdc++): New target.
14127 (all-libstdc++): Depend upon configure-libstdc++.
14128 (configure-librx, all-librx): New targets.
14129 (configure-newlib): New target.
14130 (all-newlib): Depend upon configure-newlib
14131 (configure-xiberty): New target.
14132 (all-xiberty): Depend upon configure-xiberty.
14133
14134 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14135
14136 * configure.in (host i[345]86-*-win32): Expand the
14137 noconfigdirs again.
14138
14139 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
14140
14141 * mpw-configure: Fix sed command file name.
14142
14143 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
14144
14145 * configure.in (host i[345]86-*-win32): Reduce the
14146 noconfigdirs again.
14147
14148 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
14149
14150 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
14151 or powerpc*-*-pe*, since they are not yet supported.
14152
14153 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
14154
14155 Add PowerMac support and many other enhancements.
14156 * mpw-configure: New option --cc to select compiler to use,
14157 paste options set according to --cc into the generated
14158 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
14159 if mpw-make.sed is present.
14160 * mpw-config.in: Don't test for gC1, test for mpw-touch,
14161 add forward includes for PowerPC include files.
14162 * mpw-build.in: Build using Makefile.PPC if present.
14163 (do-byacc, etc): Remove separate version resource builds.
14164 (do-gas): Build "stamps" before "all".
14165 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
14166 * mpw-README: Update to reflect --cc option, PowerMac support,
14167 and recently-reported compatibility problems.
14168
14169 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
14170
14171 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
14172 embedded m68k systems (-aout, -coff, -elf, -vxworks).
14173 (--with-multilib-top): Pass to recursive invocations.
14174
14175 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
14176
14177 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
14178 v810-*-*.
14179
14180 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14181
14182 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
14183 gdb, ld and opcodes on v810-*-*.
14184
14185 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
14186
14187 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
14188 (local-maintainer-clean): New target.
14189 (maintainer-clean): New target.
14190 (realclean): Just depend upon maintainer-clean.
14191
14192 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14193
14194 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
14195
14196 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
14197
14198 * configure.in: Build ld in mips*-*-bsd* case.
14199
14200 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
14201
14202 * config.sub: Accept -lites* OS. From Ian Dall.
14203
14204 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
14205
14206 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
14207 targets.
14208
14209 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14210
14211 * configure.in: treat i386-win32 canadian cross the same as
14212 i386-go32 canadian cross.
14213
14214 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14215
14216 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
14217 running under the simulator to build a reduced set of libraries.
14218 (powerpc-*-eabiaix): Add fine grained multilib support added to
14219 other powerpc targets yesterday.
14220
14221 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14222
14223 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
14224 -disable-softfloat, -disable-relocatable, -disable-aix, and
14225 -disable-sysv to control which multilib libraries get built.
14226
14227 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14228
14229 * configure: Add Makefile.tem to list of files to remove in trap
14230 handler.
14231
14232 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
14233
14234 * config.guess (*Linux*): Add missing "exit"s.
14235 Also, need specific check for alpha-unknown-linux (uses COFF).
14236
14237 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
14238
14239 * config.guess: Merge with FSF:
14240
14241 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
14242 * config.guess (AIX4): More robust release numbering discovery.
14243
14244 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
14245 * config.guess (i386-sequent-ptx): Properly get version number.
14246
14247 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
14248 * config.guess (mips:*:4*:UMIPS): New case.
14249
14250 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
14251
14252 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
14253 (i386-win32 host): Likewise. Don't build readline.
14254
14255 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
14256
14257 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
14258 SUPPORT_FILES to submakes.
14259
14260 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
14261
14262 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
14263 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
14264 mpw-configure.
14265
14266 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
14267
14268 * configure.in (appdirs): Use =, not ==, in test expression when
14269 trying to build the text to print in the warning message for
14270 Solaris users.
14271
14272 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
14273
14274 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
14275
14276 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14277
14278 * config.guess: Recognize lynx-2.3.
14279
14280 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
14281
14282 * config.sub (z8ksim): Deleted
14283 (z8k-*-coff): New, this is the one true name of the target.
14284
14285 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
14286
14287 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
14288
14289 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
14290
14291 * config.guess (*:Linux:*:*): First try asking the linker what the
14292 default object file format is (elf, aout, or coff). Then if this
14293 fails, try previous methods.
14294
14295 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14296
14297 * configure.in: Don't build newlib for *-*-vxworks5.1.
14298
14299 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14300
14301 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
14302 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
14303
14304 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
14305
14306 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
14307
14308 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
14309
14310 * cfg-ml-com.in: New file.
14311 * cfg-ml-pos.in: New file.
14312
14313 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14314
14315 * COPYING.NEWLIB: Add HP free copyright to list.
14316
14317 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14318
14319 * config.sub: Recognize -eabi* for the system, not just -eabi.
14320
14321 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
14322
14323 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
14324 * config.sub, configure.in (win32): New target and host.
14325
14326 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
14327
14328 * configure.in: Add i386-pe configuration.
14329
14330 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
14331
14332 * mpw-build.in (install): Install GDB after LD.
14333
14334 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
14335
14336 * mpw-config.in (elf/mips.h): Always forward-include, needed
14337 for GDB to build.
14338
14339 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
14340
14341 * testsuite: New directory for customer acceptance and whole tool
14342 chain tests.
14343
14344 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14345
14346 * configure: If per-host line isn't found, but AC_OUTPUT is found
14347 and a configure script exists, run it instead.
14348
14349 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
14350
14351 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
14352
14353 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
14354
14355 * configure: Set build_{cpu,vendor,os,alias} to host values when
14356 --build isn't specified.
14357
14358 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14359
14360 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
14361 (FLAGS_TO_PASS): Pass them.
14362 (EXTRA_TARGET_FLAGS): Ditto.
14363
14364 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14365
14366 * Makefile.in (all-libg++): Depend on all-libstdc++.
14367
14368 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14369
14370 * configure.in (noconfigdirs): Enable all packages for
14371 i386-unknown-netbsd.
14372
14373 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
14374
14375 * configure.in (noconfigdirs): Don't configure tk for i386-go32
14376 hosted builds (DOS builds)
14377
14378 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
14379
14380 Changes for ARM based on patches from Richard Earnshaw:
14381 * config.sub: Handle armeb and armel.
14382 * configure.in: Omit arm linker only for riscix.
14383
14384 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
14385
14386 * config.guess: Update from FSF.
14387
14388 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
14389
14390 * config.sub: Recognize powerpcle as the little endian variant of
14391 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
14392 powerpcle variant. Convert pentium into i586, not i486. Add p5
14393 alias for i586. Map new x86 variants p6, k5, nexgen into i586
14394 temporarily.
14395
14396 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
14397
14398 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
14399
14400 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
14401
14402 * config.sub: Accept -lites* as a basic system type.
14403
14404 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
14405
14406 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
14407 installed, and if so return linuxoldld as the system name.
14408
14409 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
14410
14411 * config.guess: Add hppa1.1-hp-lites support.
14412
14413 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
14414
14415 * configure.in: Don't build newlib for m68k-vxworks5.1.
14416
14417 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14418
14419 * configure.in (mips-sgi-irix6): Use mh-irix5.
14420
14421 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
14422
14423 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
14424
14425 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14426
14427 * test-build.mk: Enable building of shared libraries on IRIX 5 and
14428 OSF/1. Fix compiler flags.
14429 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
14430
14431 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
14432
14433 * configure.in: Recognize --with-newlib.
14434 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
14435
14436 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14437
14438 * Makefile.in: move {all,check,install}-gdb from *_MODULES
14439 to *_X11_MODULES due to gdbtk needing X include files et al.
14440
14441 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
14442
14443 Merge in support for Mac MPW as a host.
14444 (Old change descriptions retained for informational value.)
14445
14446 * mpw-config.in: Add generic include forwards for cpu-specific
14447 include files in aout and elf directories.
14448
14449 * mpw-configure: Added copyright.
14450 * mpw-config.in: Check for presence of required build tools.
14451 (target_libs): Add newlib.
14452 (target_tools): Add examples.
14453 (Read Me): Generate as "Read Me for MPW" instead.
14454 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
14455 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
14456 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
14457
14458 * mpw-configure: Remove subdir-specific makefile hackery,
14459 delete mk.tmp after using it.
14460
14461 * mpw-build.in (all): Display start and end times.
14462
14463 * mpw-configure (host_canonical): Set.
14464 (target_cpu): Always add to makefiles.
14465 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
14466 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
14467 (mpw-mh-mpw): Look for in srcdir and srcroot.
14468 Use sed instead of mpw-edit-prefix to edit prefix definitions.
14469
14470 * mpw-build.in: (install-only): New target.
14471
14472 * mpw-configure (host_alias, target_alias): Rename from hostalias
14473 and targetalias, add into generated Makefile.
14474 (mk.tmp): If present, add into generated Makefile.
14475 * mpw-build.in (all-gas): Build config.h first before gas proper.
14476
14477 * mpw-configure (config.status): Write only if changed.
14478 * mpw-config.in (readline): Configure it (not built, just used for
14479 definitions).
14480
14481 * mpw-config.in (elf/mips.h): Add a forward include.
14482
14483 * mpw-config.in: Forward-include most .h files in include into
14484 extra-include.
14485 (readline): Don't build.
14486 mpw-build.in (install): Install GDB.
14487
14488 * mpw-configure (prefix, mpw_prefix): Handle it.
14489 * mpw-config.in (mmalloc, readline): Don't configure.
14490 * mpw-build.in (thisscript): Rename to ThisScript.
14491 Use mpw-build instead of BuildProgram everywhere.
14492 (mmalloc, readline): Don't build.
14493 * mpw-README: New file, basic documentation about the MPW port.
14494
14495 * mpw-config.in: Use forward-include to create include files.
14496
14497 * mpw-configure: Add more things to the top of each configured
14498 Makefile, including contents of config/mpw-mh-mpw.
14499 * mpw-config.in (extra-include): Create this directory and fill it
14500 with Posix-like include files when configuring.
14501
14502 * config.sub (apple, mac, mpw): Add various aliases.
14503
14504 * mpw-build.in: New file, top-level build script fragment for MPW.
14505 * mpw-configure: New file, configure script for MPW.
14506 * mpw-config.in: New file, config fragment for MPW.
14507
14508 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14509
14510 * configure.in (host_libs): Remove glob, since it is gone from the
14511 sources.
14512
14513 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14514
14515 * Makefile.in: define empty GDB_NLM_DEPS var.
14516
14517 * configure.in(target_makefile_frag): use config/mt-netware
14518 for netware targets.
14519
14520 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
14521
14522 * config.sub: Merge in recent FSF changes. Remove linux special
14523 cases.
14524
14525 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14526
14527 Revert this change:
14528
14529 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14530
14531 * build-all.mk: Use CC=cc -Xs on Solaris.
14532
14533 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14534
14535 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
14536 stop using it.
14537 * Makefile.in: Nuke all references to glob subdirectory.
14538
14539 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14540
14541 * configure.in: Fix --enable-shared logic in per-host.
14542
14543 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
14544
14545 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
14546
14547 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
14548
14549 * configure.in (noconfigdirs): Don't build gas on AIX, for
14550 powerpc*-*-aix* as well as for rs6000*-*-aix*.
14551
14552 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
14553
14554 * configure: Fix --cache-file to work if the file argument is a
14555 relative path.
14556
14557 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
14558
14559 * configure: If the --cache-file is used, pass it down to
14560 configure in subdirectories.
14561
14562 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
14563
14564 * config.sub: add vxworks29k configuration.
14565
14566 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
14567
14568 * Makefile.in (taz): Do "diststuff" part quietly.
14569
14570 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
14571
14572 * config.sub: Mini-merge with gcc/config.sub.
14573
14574 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14575
14576 * config.guess (IRIX): Sed - to _.
14577
14578 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14579
14580 * Makefile.in (source-vault, binary-vault): New targets.
14581
14582 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
14583
14584 * config.sub: Recognize -eabi as a basic system type.
14585
14586 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14587
14588 * configure.in (enable_shared stuff): Fix typo.
14589
14590 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
14591
14592 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
14593
14594 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
14595
14596 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
14597
14598 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
14599
14600 * configure.in (rs6000-*-*): Don't build gas.
14601
14602 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
14603
14604 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
14605 reduce command line length.
14606 (AS_FOR_TARGET): Check for as.new, not Makefile.
14607 (NM_FOR_TARGET): Check for nm.new, not Makefile.
14608
14609 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
14610
14611 * config.guess: Merge from FSF.
14612
14613 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14614
14615 * configure: Don't use $ when handling program_suffix.
14616
14617 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
14618
14619 * configure.in: Configure tk for hppa/hpux.
14620
14621 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
14622
14623 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
14624
14625 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14626
14627 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
14628 to LIBCXXFLAGS. Tests are better run without it.
14629
14630 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
14631
14632 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
14633
14634 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
14635
14636 * configure.in (*-*-netware*): Don't configure xiberty.
14637
14638 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
14639
14640 * configure.in: Remove tk from native_only list.
14641
14642 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
14643
14644 * build-all.mk: Add mips-ncd-elf target to sun4 targets
14645 for special NCD build.
14646
14647 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14648
14649 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
14650 makeall.bat, they're only useful for binutils snapshots.
14651 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
14652 makeall.bat to specified SUPPORT_FILES.
14653
14654 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
14655
14656 * build-all.mk: Add Ericsson targets to sun4 and solaris
14657 hosts. Add BNR's sun4 target to solaris host, so their
14658 build-from-source will be tested in-house first.
14659
14660 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14661
14662 * Makefile.in (LIBCFLAGS): New variable.
14663 (CFLAGS_FOR_TARGET): Ditto.
14664 (LIBCFLAGS_FOR_TARGET): Ditto.
14665 (LIBCXXFLAGS): Ditto.
14666 (CXXFLAGS_FOR_TARGET): Ditto.
14667 (LIBCXXFLAGS_FOR_TARGET): Ditto.
14668 (BASE_FLAGS_TO_PASS): Pass them.
14669 (EXTRA_TARGET_FLAGS): Ditto.
14670
14671 * configure.in: Support --enable-shared.
14672
14673 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
14674
14675 * configure.in (target_libs): Include libstdc++ again.
14676 * config.guess: Update from FSF (for FreeBSD).
14677
14678 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14679
14680 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
14681 makeall.bat.
14682 (DISTDOCDIRS): Add `etc'.
14683 (ETC_SUPPORT_PFX): New variable.
14684 (taz): Include anything from etc starting with a word in
14685 ETC_SUPPORT_PFX.
14686
14687 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14688
14689 * config.sub: Update for recent FSF changes. Remove obsolete
14690 h8300hds entry. Add -windows* and -osx as basic os. Minor
14691 spacing changes.
14692
14693 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
14694
14695 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
14696
14697 * config.guess: Merge with FSF.
14698 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
14699
14700 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14701
14702 * configure: Since the "trap 0" handler will override the exit
14703 status on many systems, only use it for "exit 1", and make it set
14704 a non-zero exit status; reset it before "exit 0". Also, check
14705 exit status of config.sub, and error out if it failed.
14706
14707 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
14708
14709 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
14710 and install libgloss.
14711
14712 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14713
14714 * Makefile.in (all-binutils): Depend upon all-byacc.
14715
14716 * configure.in: Don't build emacs on Irix 5.
14717
14718 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14719
14720 * configure.in (*-*-netware*): Add libio.
14721
14722 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14723
14724 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
14725 (CHECK_TARGET_MODULES): Ditto.
14726 (INSTALL_TARGET_MODULES): Ditto.
14727 (TARGET_LIBS): Ditto.
14728 (all-libstdc++): Note dependencies.
14729
14730 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14731
14732 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
14733
14734 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
14735
14736 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
14737 -fexternal-templates.
14738
14739 * configure.in (target_libs): Add libstdc++.
14740 (noconfigdirs): Add libstdc++ as appropriate.
14741
14742 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14743
14744 * config.guess: Update from FSF.
14745
14746 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14747
14748 * configure: Use ${config_shell} when running ${configsub}.
14749
14750 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
14751
14752 * config.sub: No longer recognize h8300h.
14753
14754 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
14755
14756 * config.sub: Remove extraneous differences between config.sub and
14757 gcc/config.sub.
14758
14759 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
14760
14761 * Makefile.in (DISTSTUFFDIRS): Add gas.
14762
14763 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
14764
14765 * COPYING.NEWLIB: New file.
14766
14767 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
14768
14769 * config.guess (HP-UX): Patch from Harlan Stenn
14770 <harlan@landmark.com> to also emit release level.
14771
14772 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
14773
14774 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
14775
14776 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
14777
14778 * config.sub: Merge nextstep cleanup from FSF.
14779
14780 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14781
14782 * configure.in (arm-*-*): Don't configure ld for this target.
14783
14784 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
14785
14786 * configure.in (*-*-netware): don't configure libg++, libio,
14787 librx, or newlib.
14788
14789 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14790
14791 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
14792 configure ld--it works, but it doesn't support shared libraries.
14793
14794 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14795
14796 * config.guess (*-unknown-freebsd*): Get rid of possible
14797 trailing "(Release)" in version string.
14798 Patch from Paul Richards <paul@isl.cf.ac.uk>.
14799
14800 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
14801
14802 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
14803 Fix type: *-next-neststep -> *-next-nextstep.
14804
14805 * config.guess: Merge from FSF:
14806
14807 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14808
14809 * config.guess: Recognize powerpc-ibm-aix3.2.5.
14810
14811 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
14812
14813 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
14814 instead of UNIX_SV for UnixWare 1.0).
14815
14816 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
14817
14818 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
14819 to make gdb/nlm/* build after the compiler and linker.
14820
14821 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
14822
14823 * config.guess (netbsd, freebsd, linux): Accept any machine,
14824 not just i[34]86.
14825 (m68k-atari-sysv4): Relocate to match FSF version.
14826
14827 * config.guess: More merges from the FSF:
14828
14829 Add a space before function call or macro invocation.
14830
14831 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14832
14833 * config.guess: Add trap cmd to remove dummy.c and dummy when
14834 interrupted.
14835
14836 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
14837
14838 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
14839 (dummy): Redirect stderr from compilation of dummy.c.
14840
14841 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
14842
14843 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
14844
14845 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
14846
14847 * configure: Accept and ignore --cache*, for compatibility with
14848 new autoconf.
14849
14850 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
14851
14852 * config.guess: Merge from FSF:
14853
14854 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14855
14856 * config.guess (Pyramid*:OSx*:*:*): New case.
14857 (PATH): Add /.attbin at end for finding uname.
14858 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
14859
14860 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
14861
14862 * config.guess (M88*:DolphinOS:*:*): New case.
14863
14864 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
14865
14866 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
14867 to select whether to use ELF or COFF.
14868
14869 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
14870
14871 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
14872
14873 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
14874
14875 * config.guess: Guess the OS version for HPUX.
14876
14877 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
14878
14879 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
14880
14881 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14882
14883 * configure.in: Recognize --with-headers, --with-libs, and
14884 --without-newlib.
14885 * Makefile.in (all-xiberty): Depend upon all-ld.
14886
14887 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14888
14889 * configure.in: Change i[34]86 to i[345]86.
14890
14891 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14892
14893 * configure (version): A few more tweaks to help message.
14894
14895 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
14896
14897 * Makefile.in: Remove (for now) librx as a host library,
14898 now that we're building it for target.
14899
14900 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14901
14902 * configure: Fix up help message; from karl@owl.hq.ileaf.com
14903 (Karl Berry).
14904
14905 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
14906
14907 * configure.in: Also configure librx.
14908
14909 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
14910
14911 * Makefile.in: Update various rules to reflect that librx
14912 is now needed for libg++.
14913
14914 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14915
14916 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
14917
14918 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
14919
14920 * configure.in: Configure the examples directory.
14921
14922 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14923
14924 * configure: Simplify Jun 2 1994 change.
14925
14926 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
14927
14928 * change CC to /usr/latest/bin/gcc for lynx host builds, since
14929 /bin/gcc isn't good enough to build gcc.
14930
14931 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
14932
14933 * Makefile.in (GDB_SUPPORT_FILES): Remove
14934 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
14935 (gdb.tar.gz): Add new rule to use standard distribution building
14936 mechanism.
14937
14938 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14939
14940 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
14941 Bill Cox <bill@cygnus.com>.
14942
14943 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
14944
14945 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
14946
14947 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
14948
14949 * configure: Search current dir first in .gdbinit.
14950
14951 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
14952
14953 * config.sub: Recognize freebsd (merged from gcc config.sub).
14954
14955 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
14956
14957 * config.sub: Refer to NeXT's operating system as nextstep.
14958
14959 * config.sub (case $basic_machine): Re-order the cases, to match
14960 the order in the FSF version (which is mostly alphabethical).
14961 Merge in some additions and changes from the FSF.
14962
14963 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
14964
14965 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
14966 * config.sub: Recognize cxux7.
14967 * configure.in: Use mh-cxux for m88k-harris-cxux*.
14968
14969 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14970
14971 * config.sub: Fix typo powerpc -> powerpc-*.
14972
14973 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
14974
14975 * Makefile.in: `all-emacs19' depends on `all-byacc'.
14976
14977 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
14978 parallel with all-emacs and install-emacs). Top-level command
14979 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
14980
14981 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14982
14983 * test-build.mk ($(host)-stamp-stage2-installed): Remove
14984 $(relbindir)/make before doing ``make install'', and use
14985 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
14986 installing over running make binary.
14987 ($(host)-stamp-stage3-installed): Likewise.
14988
14989 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14990
14991 * config.guess: Recognize Mach.
14992
14993 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
14994
14995 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
14996 see whether --exec-prefix was used.
14997
14998 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
14999
15000 * README: Explicitly mention libg++/README. (Zoo's idea.)
15001
15002 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15003
15004 * Makefile.in: Add all-librx target similar to all-libproc.
15005
15006 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
15007
15008 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
15009 with post 1.2 uname bogosity.
15010
15011 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15012
15013 * configure: Remove temporary files on receipt of a signal.
15014
15015 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
15016
15017 * configure: If there is a package_makefile_frag, remove
15018 ${subdir}/Makefile.tem after copying it in.
15019
15020 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15021
15022 * build_all.mk: support rs6000 lynx identifies itself as
15023 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
15024 since /bin/gcc is too feeble to compile a modern gcc.
15025
15026 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15027
15028 * brought devo/test-build.mk update-to-date with progressive/
15029 test-build.mk. Add lynx targets and hppa flag info.
15030
15031 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15032
15033 * configure.in: Use mh-ncrsvr43. Patch from
15034 Tom McConnell <tmcconne@sedona.intel.com>.
15035
15036 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
15037
15038 * config.guess (i386-unknown-bsdi): No longer need to
15039 check #if defined(__bsdi__) && defined(__i386__).
15040
15041 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15042
15043 * configure: Set program_transform_nameoption correctly.
15044
15045 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
15046
15047 * brought build-all.mk update-to-date with progressive build-all.mk,
15048 added new targets and hppa info.
15049
15050 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15051
15052 * configure: If config.guess result is a prefix of the user
15053 specified target, assume a native build and use the user specified
15054 target as the host alias. Remove SunOS patch suffix removal hack.
15055 * configure.in: Remove SunOS patch suffix removal hack.
15056
15057 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
15058 in NATIVE_CHECK_MODULES.
15059
15060 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
15061
15062 * Makefile.in: Rename HOST_ONLY to NATIVE.
15063 * configure: Delete SunOs patch suffix from host_canonical
15064 and build_canonical variables that are prepended to Makefiles.
15065 * configure.in: Add comments for easier maintenance.
15066
15067 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15068
15069 * Makefile.in: Add all-libproc target similar to all-gui.
15070
15071 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
15072
15073 * Makefile.in (CHECK_MODULES): split into
15074 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
15075
15076 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
15077
15078 * config.guess (i386-unknown-bsdi): New system to guess.
15079
15080 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15081
15082 * Makefile.in: Add all-gui target (but not yet build by "all").
15083
15084 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
15085
15086 * config.sub: Move deletion of patch suffix from here...
15087 * configure.in: To here, at Ian's suggestion. The top-
15088 level scripts might need to know of a patch level.
15089
15090 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
15091
15092 * config.sub: Strip off patch suffix so rtl is recognized
15093 as a sunos4.1.3 machine, even though it's been patched.
15094
15095 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
15096
15097 * Makefile.in (INSTALL_LAST): Delete.
15098 (INSTALL_DOSREL): New.
15099
15100 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15101
15102 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
15103 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
15104 whether we pass down --with-gnu-ld anyhow.
15105
15106 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
15107
15108 * Makefile.in (INSTALL_LAST): Change operation so it works
15109 on more flavors of make.
15110 * configure.in (go32): Don't build libg++ or libio.
15111
15112 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
15113
15114 * Makefile.in (Move HOST_PREFIX_1 and friends up so
15115 they can be overriden by templates.
15116
15117 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
15118
15119 * configure.in (target==go32): Don't build gdb.
15120 * dosrel: New directory.
15121
15122 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
15123
15124 * configure.in (host==go32): Configure dosrel too.
15125 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
15126 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
15127 be set by incoming names or templates.
15128 (INSTALL_LAST): New rule.
15129
15130 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
15131
15132 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
15133
15134 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15135
15136 * configure.in (appdirs): New variable. Currently empty, but will
15137 be used in gas distribution. If nonempty, lists a set of
15138 directories at least one of which must get configured, or top
15139 level configuration is considered to have failed.
15140 (rs6000-*-lynxos*): Use new file name.
15141
15142 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15143
15144 Eliminate XTRAFLAGS.
15145 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
15146 newlib include files using -idirafter, and also use -nostdinc.
15147 (CXX_FOR_TARGET): Likewise.
15148 (XTRAFLAGS): Removed.
15149 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
15150 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
15151 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
15152 ($(DO_X)): Don't pass down XTRAFLAGS.
15153
15154 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15155
15156 * configure.in (mips*-dec-bsd*): New target; do build linker.
15157 (mips*-*-bsd*): New target; don't build linker.
15158
15159 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15160
15161 * configure.in: support rs6000-*-lynxos* configuration.
15162 support sunos4 as a cross target.
15163
15164 * config.sub: look for lynx*, not lynx since the OS version may
15165 legitimately be part of the name.
15166
15167 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15168
15169 * configure.in (i[34]86-*-sco*): Move to be with other i386
15170 targets.
15171 (romp-*-*): New target. Skip various binary utilities.
15172 (vax-*-*): New target. Don't build newlib.
15173 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
15174
15175 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15176
15177 * configure.in: Only set host_makefile_frag if config
15178 directory exists.
15179
15180 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15181
15182 * install.sh: If $dstdir exists, don't check whether each
15183 component does.
15184
15185 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15186
15187 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
15188
15189 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
15190
15191 * configure.in (*-*-lynxos*): Don't configure newlib for either
15192 native or cross Lynx.
15193
15194 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
15195
15196 * config.sub (sparc64-elf): Fix os.
15197 (z8k): Remove duplicate.
15198
15199 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15200
15201 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
15202 gcc/stmp-fixproto, to try to prevent fixproto from being run.
15203
15204 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
15205
15206 * configure: Make file links cleanly even if Lynx fails on
15207 an NFS symlink (at least fail cleanly).
15208
15209 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15210
15211 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
15212 -XNh2000.
15213
15214 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15215
15216 * configure: Unknown options are fatal again.
15217
15218 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
15219
15220 * configure: Ignore --x-includes and --x-libraries, for Autoconf
15221 compatibility.
15222
15223 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
15224
15225 * build-all.mk: Add `clean' target.
15226
15227 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15228
15229 * config.guess: Add SINIX support.
15230 * configure.in: Add mips-*-sysv4* support.
15231
15232 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
15233
15234 * build-all.mk: Document all useful targets.
15235 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
15236 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
15237
15238 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15239
15240 * configure: Support --silent, --quiet.
15241
15242 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15243
15244 * configure: Support --disable-FEATURE.
15245
15246 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15247
15248 * config.guess: Recognize NCR running SVR4.3.
15249
15250 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
15251
15252 * config.guess: Make BSDI generate i386-unknown-bsd386.
15253 Patch from Paul Eggert <eggert@twinsun.com>.
15254
15255 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15256
15257 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
15258
15259 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15260
15261 * configure: Make unrecognized options give nonfatal warnings
15262 instead of fatal errors, and pass them to any subdirectory
15263 configures in case they recognize them.
15264 Make --x equivalent to --with-x.
15265
15266 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
15267
15268 * configure: Add --enable-* options. Clean up usage message and
15269 some comments.
15270
15271 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
15272
15273 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
15274
15275 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15276
15277 * configure.in (hppa*-*-*): Enable binutils.
15278
15279 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15280
15281 * config.sub: Recognize cisco.
15282
15283 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
15284
15285 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
15286
15287 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15288
15289 * config.guess: about target *-hitachi-hiuxwe2, don't print more
15290 than one configuration name. Add comment.
15291
15292 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
15293
15294 * config.guess: about target *-hitachi-hiuxwe2, fixed
15295 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
15296 macro is incorrect.]
15297
15298 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15299
15300 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
15301 than the "make ls" stuff which used to be here.
15302
15303 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15304
15305 * config.guess: Recognize i[34]86-unknown-freebsd.
15306 From Shawn M Carey <smcarey@rodan.syr.edu>.
15307
15308 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
15309
15310 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
15311
15312 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
15313
15314 * config.guess: Check for ptx.
15315
15316 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
15317
15318 * config.sub: Add os9k checking.
15319
15320 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15321
15322 * config.guess: Handle OSF1 running on HPPA processors
15323
15324 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15325
15326 * configure: If subdir configure fails, print out a message with
15327 subdirectory name, in case subdir's configure code didn't identify
15328 itself.
15329
15330 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
15331
15332 * configure.in: Remove embedded newlines from configdirs.
15333 Avoid mismatches of substrings. Fix matching strings at end
15334 of configdirs.
15335
15336 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
15337
15338 * config.guess: Add Lynx/rs6000 config support.
15339
15340 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
15341
15342 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
15343
15344 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
15345
15346 * configure.in (hppa*-*-osf*): Treat this just like most other
15347 PA configurations (eg no binutils or ld).
15348 (hppa*-*-*elf*): These configurations have binutils and ld.
15349
15350 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15351
15352 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
15353
15354 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15355
15356 * configure.in (rs6000-*-*): Build gas.
15357
15358 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
15359
15360 * Makefile.in: Avoid bug in losing hpux sed.
15361
15362 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
15363
15364 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
15365 for GDB and GDB has been fixed to not need it.
15366
15367 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15368
15369 * config.guess: Recognize vax hosts.
15370
15371 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15372
15373 * configure (while loop): Don't use "break 2" inside case
15374 statement -- the case statement isn't an enclosing loop.
15375
15376 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
15377
15378 * config.guess: Clean up NeXT support, to allow nextstep
15379 on Intel machines. Make OS be nextstep.
15380
15381 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
15382
15383 * config.guess: Add alternate forms for Convex.
15384
15385 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
15386
15387 * configure: Completely rewrite option processing. Take
15388 advantage of pattern-matching to avoid invoking test frequently.
15389 Also clean up host and target defaulting logic.
15390
15391 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
15392
15393 * Makefile.in: Replace all occurrances of "rootme" with "r" and
15394 "$${rootme}" with "$$r", to increase the likelihood that the do-*
15395 commands (plus user environment) will fit SCO limits.
15396
15397 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15398
15399 * configure.in: Don't issue warnings about directories which are
15400 not being configured if -norecursion is set. Correct test for
15401 --with-gnu-as and --with-gnu-ld to not get confused by substring
15402 matches.
15403
15404 * configure.in: Don't build gas for alpha-dec-osf1*.
15405
15406 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
15407
15408 * configure: Back out Per's change of 12/19/1993. It changes the
15409 behavior of configure in unexpected and confusing ways.
15410
15411 Also, use different delim char when calculating
15412 program_transform_name so that the name can contain slashes.
15413
15414 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
15415
15416 * configure.in, config.sub: Add support for VSTa micro-kernel.
15417
15418 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
15419
15420 * configure.in: Nuke hacks which were used to get a special
15421 version of GAS for HPPA configurations.
15422
15423 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
15424
15425 * configure: If only ${target_alias} is given, use that
15426 as the default for ${host_alias}.
15427 * configure: Add missing back-slashes before nested quotes.
15428
15429 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15430
15431 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
15432
15433 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
15434
15435 * config.guess: Recognize some Tektronix configurations.
15436 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
15437
15438 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15439
15440 * config.sub: Match any flavor of SH.
15441
15442 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
15443
15444 * configure.in: Don't try to configure newlib for Alpha.
15445
15446 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15447
15448 * configure.in: Don't build ld for Irix 5. Don't build gas,
15449 libg++ or libio for any Alpha target.
15450
15451 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
15452
15453 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
15454
15455 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
15456 default arguments -- so it tried to compress itself.
15457
15458 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
15459
15460 * configure.in (notsupp): ensure that a space is always at the end
15461 of the configdirs list, since the grep checks for an explicit space
15462
15463 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15464
15465 * configure.in (target i386-sysv4.2): don't build ld, since static
15466 versions of many libraries are not available.
15467
15468 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15469
15470 * config.guess: Recognize Apollos (using environment variables).
15471 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
15472
15473 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15474
15475 * config.guess: Recognize Sony news mips running newsos.
15476
15477 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
15478
15479 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
15480 "fi ; else" for bash.
15481
15482 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
15483
15484 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
15485
15486 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
15487
15488 * config.sub: accept unixware as an alias for svr4.2.
15489 Fix some inconsistancies with the gcc version.
15490
15491 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15492
15493 * Makefile.in (DISTDOCDIRS): Add gdb.
15494
15495 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
15496
15497 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
15498
15499 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15500
15501 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
15502 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
15503 this now.
15504
15505 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15506
15507 * config.sub: Accept hiux* as an OS name.
15508
15509 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
15510 etc/make-stds.texi. The underscore came from gcc, and dje now
15511 agrees that RUNTESTFLAGS is the correct name.
15512
15513 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
15514
15515 * install.sh: Remove 'set -e'. It makes any conditionals
15516 in the script useless.
15517
15518 * config.guess: Automatically recognize arm-acorn-riscix
15519 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
15520
15521 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
15522
15523 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
15524
15525 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15526
15527 * Makefile.in (DISTDOCDIRS): New variable.
15528 (taz): Edit local Makefile.in sooner, instead of proto-toplev
15529 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
15530
15531 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15532
15533 * configure.in (hppa target): check the source directory for the
15534 pagas sub-directory
15535
15536 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
15537
15538 * config.sub: Allow -aout* and -elf*.
15539
15540 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15541
15542 * configure.in: Don't build ld on i386-solaris2, same as for
15543 sparc-solaris2.
15544
15545 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
15546
15547 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
15548
15549 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15550
15551 * configure.in: Configure gdb for alpha.
15552
15553 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15554
15555 * Makefile.in (CXXFLAGS): Add -O.
15556
15557 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15558
15559 * config.guess: added support for DG Aviion
15560
15561 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15562
15563 * configure.in: Produce warning message for subdirectories not
15564 configurable for this host/target combination. Don't try to
15565 configure gdb for vms.
15566
15567 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
15568
15569 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
15570 appropriate files before making "diststuff".
15571 (DISTBISONFILES): New var: list of files to be edited.
15572 (DISTSTUFFDIRS): Add binutils.
15573
15574 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15575
15576 * config.sub: also handle mipsel and mips64el (for little endian mips)
15577
15578 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15579
15580 * configure.in: Add * to end of all OS names.
15581
15582 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
15583
15584 * configure.in: Build newlib for LynxOS native.
15585
15586 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15587
15588 * config.guess: Add support for delta 88k running SVR3.
15589
15590 * configure.in: Add comment about HP compiler vs. emacs.
15591
15592 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15593
15594 * configure.in: don't build ld on solaris2 (not a viable option
15595 due to bugs in getpwnam & getpwuid)
15596
15597 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
15598
15599 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
15600 config.guess will produce a full version number.
15601
15602 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15603
15604 * configure.in: Build linker and binutils for alpha-dec-osf1.
15605
15606 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15607
15608 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
15609 and gdb/testsuite/Makefile.in.
15610
15611 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15612
15613 * configure.in: recognize mips*- instead of mips-
15614
15615 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
15616
15617 * config.sub: Accept linux*coff and linux*elf as operating
15618 systems.
15619
15620 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15621
15622 * config.sub: Recognize mips64, and mips3 as an alias for it.
15623
15624 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15625
15626 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
15627 gdb knows how to handle OSF/1 shared libraries.
15628
15629 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15630
15631 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
15632 * config.guess: Recognize Hitachi's HIUX.
15633 * config.sub: Recognize h3050r* and hppahitachi.
15634 Remove redundant cases for hp9k[23]*.
15635
15636 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15637
15638 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
15639 if gas and ld are in the source tree and are in ${configdirs}.
15640 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
15641 --with options (but still pass them down on the command line,
15642 if they were explicitly specified).
15643
15644 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15645
15646 * configure: substitute SHELL value in Makefile.in with
15647 ${CONFIG_SHELL}
15648
15649 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15650
15651 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
15652 *-*-solaris2* targets.
15653
15654 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15655
15656 * Makefile.in: define M4, and pass it down to sub-makes;
15657 all-autoconf now depends on all-m4
15658
15659 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15660
15661 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
15662 presence of {ar,ranlib} instead of a configured directory
15663
15664 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
15665
15666 * config.guess: Accept 34?? as well as 33?? for NCR.
15667
15668 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15669
15670 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
15671 of 'gas' in sed commands, since 'gash' is now in the tree as well.
15672
15673 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15674
15675 * configure: grab values for $(CC) and $(CXX) from the
15676 environment, so that someone can do "CC=gcc configure; make" and
15677 have it work right (matching the way that autoconf works now)
15678
15679 * configure.in, Makefile.in: add support for gash, the tcl
15680 interface to Galaxy
15681
15682 * config.guess: add NetBSD variants (hp300, x86)
15683
15684 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
15685
15686 * install.sh: Support -d option (in the manner of SunOS 4 install,
15687 as it is more deterministic than that of GNU install)
15688 (chmodcmd): Set file to mode 755 by default (should also do default
15689 chgrp and chown, but I don't feel like dealing with that now)
15690
15691 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
15692
15693 * config.sub: Remove h8300hhms alias.
15694
15695 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15696
15697 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
15698
15699 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15700
15701 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
15702 as stmp-fixinc
15703
15704 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15705
15706 * config.sub: recognize m88110-bug-coff.
15707
15708 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15709
15710 * Makefile.in (all-libio): all dependencies on the toolchain used
15711 to build this (gcc, gas, ld, etc)
15712
15713 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15714
15715 * config.guess: Deal with OSF/1 1.3 on alpha.
15716
15717 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15718
15719 * install.sh: add some 'else true' clauses for portability
15720
15721 * configure.in: don't build libio for h8[35]00-*-* targets
15722
15723 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
15724
15725 * Makefile.in: Add support for new libio.
15726
15727 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15728
15729 * install.sh: If one command fails, don't try the rest. Don't try
15730 to remove $dsttmp (via trap) unless we have already created it.
15731 If $src doesn't exist, detect it and exit with an error.
15732
15733 * config.guess: Recognize BSD on hp300.
15734
15735 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
15736
15737 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
15738 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
15739
15740 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
15741
15742 * Makefile.in (all-send-pr): depends on all-prms
15743
15744 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15745
15746 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
15747
15748 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15749
15750 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
15751 Added test for mips-mips-riscos5.
15752
15753 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15754
15755 * configure.in: use mh-hp300 for 68k HP hosts
15756
15757 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15758
15759 * configure: add support for CONFIG_SHELL, so that you can use
15760 some alternate shell for evaluating configure scripts
15761
15762 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
15763
15764 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
15765 in configure script to bug-gdb@prep.ai.mit.edu when building
15766 distribution archive.
15767 * Makefile.in (COMPRESS): Remove def.
15768 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
15769 gdb.tar.Z and make-gdb.tar.Z respectively.
15770 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
15771 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
15772 to convergence with 'taz' target in Makefile.in.
15773
15774 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15775
15776 * install.sh (dsttmp): use trap to ensure that tmp files go
15777 away on error conditions
15778
15779 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15780
15781 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
15782
15783 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15784
15785 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
15786 its parent is '/' not ''.
15787
15788 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
15789
15790 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
15791
15792 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
15793 that ${newsrcdir}/configure.in does.
15794
15795 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
15796
15797 * test-build.mk: support for CONFIG_SHELL
15798
15799 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
15800
15801 * config.sub (netware): Add as a basic system type.
15802
15803 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
15804
15805 * Makefile.in (Makefile): depend on configure.in. Also drop the
15806 $(srcdir)/ from the dependency on Makefile.in.
15807
15808 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
15809
15810 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
15811 (h8300hhms is temporary until multi-libraries are implemented).
15812 * configure.in: Handle h8300h too.
15813
15814 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15815
15816 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
15817
15818 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
15819
15820 * configure: Remove extraneous output when guessing host type.
15821 * config.guess: Remove extraneous output when guessing using C
15822 compiler rather than uname, or when guessing fails.
15823
15824 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
15825
15826 * Makefile.in: remove all.cross and install.cross targets
15827
15828 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
15829 definitions
15830
15831 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
15832
15833 * configure.in (target sh): Build gprof.
15834
15835 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15836
15837 * config.sub: change -solaris to -solaris2
15838
15839 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15840
15841 * configure.in: Use config/mh-riscos for mips-*-sysv*.
15842
15843 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
15844
15845 * configure: Correct error message for missing Makefile.in to
15846 print correct directory.
15847
15848 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15849
15850 * install.sh: kludge around 386BSD shell bug
15851
15852 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
15853
15854 * config.guess: Recognize NeXT.
15855 * config.guess: Recognize i486-ncr-sysv4.
15856 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
15857
15858 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
15859
15860 * Makefile.in (MAKEINFOFLAGS): New variable.
15861 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
15862 * build-all.mk, test-build.mk: Pass down --no-split as
15863 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
15864
15865 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
15866
15867 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
15868
15869 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
15870
15871 * Makefile.in (libg++.tar.z): New rule.
15872 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
15873 * Makefile.in (taz): Only do a single chmod.
15874
15875 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15876
15877 * install.sh: don't use dirname anymore (replaced with sed usage)
15878
15879 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
15880
15881 * Makefile.in: Change extension for gzip'd files from '.z' to
15882 '.gz' per new FSF standard usage.
15883
15884 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
15885
15886 * configure: put quotes around the final value of program_transform_name
15887
15888 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15889
15890 * Makefile.in: new install.sh support; update install-info rules
15891
15892 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
15893
15894 * configure.in: Build diff for crosses, but not for go32 host.
15895
15896 * configure.in: Build gprof only for native, and don't build it
15897 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
15898
15899 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
15900
15901 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
15902
15903 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15904
15905 * configure.in (host_tools): Add prms.
15906
15907 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15908
15909 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
15910 with $(FLAGS_TO_PASS) on the command line
15911
15912 * config.sub: Recognize lynx and lynxos
15913
15914 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
15915
15916 * config.sub: Accept -ecoff*, not just -ecoff.
15917
15918 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15919
15920 * Makefile.in (taz): Use .gz suffix instead of .z.
15921 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
15922 names.
15923
15924 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15925
15926 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
15927
15928 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15929
15930 * Makefile.in (install-no-fixedincludes): install gcc last, so
15931 that rebuilds that might happen during 'make install' don't get
15932 bogus gcc include files
15933
15934 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15935
15936 Change from Utah for HPPA support:
15937 * config.guess: Recognize hppa1.x-hp-bsd.
15938
15939 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
15940
15941 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
15942 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
15943
15944 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
15945
15946 * config.sub: Add support for rom68k and bug boot monitors.
15947
15948 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
15949
15950 * Makefile.in: Make all-opcodes depend on all-bfd.
15951
15952 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
15953
15954 * config.guess: Added special check for i[34]86-univel-sysv4*.
15955
15956 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
15957
15958 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
15959 the processor rather than assuming i486.
15960
15961 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
15962
15963 * config.guess: Recognize SunOS6 as Solaris3.
15964
15965 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
15966
15967 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
15968 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
15969
15970 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
15971
15972 * build-all.mk (all-cross): New target for Canadian Cross.
15973 Added Q2 go32 targets.
15974 * test-build.mk: Configure go32 cross sparclite-aout and
15975 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
15976 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
15977
15978 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15979
15980 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
15981 GO32 hosted toolchains
15982
15983 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
15984
15985 * configure: change so "-exec-prefix" gets passed down rather
15986 than "-exec_prefix" so autoconf generated Makefiles get the
15987 exec_prefix set right.
15988
15989 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15990
15991 * config.guess: get the Solaris2 minor version number
15992
15993 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
15994
15995 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15996
15997 * config.guess: Recognize some Sequent platforms.
15998
15999 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16000
16001 * Makefile.in: added the vault-install target
16002
16003 * configure.in: actually use the Sun3 makefile fragment that's in
16004 config, also added the release dir to configdirs
16005
16006 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16007
16008 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
16009
16010 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16011
16012 * configure.in: remove some program from Alpha targetted toolchains
16013
16014 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
16015
16016 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
16017 gprof.
16018 (taz): Run "make diststuff" in those directories instead of "make
16019 proto-dir". Look for "VERSION=" only at start of line in subdir
16020 Makefile. Use "gzip -9" for compression.
16021 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
16022 (binutils.tar.z): New target.
16023
16024 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16025
16026 * Makefile.in (taz): Include gpl.texinfo.
16027
16028 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16029
16030 * Makefile.in (setup-dirs): Merged into "taz" target.
16031 (taz): Only do `proto-dir' stuff if a directory is actually needed
16032 for this target.
16033
16034 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
16035
16036 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
16037 (FLAGS_TO_PASS): Pass down MUNCH_NM.
16038 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
16039 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
16040 (gcc-no-fixedincludes): Correct for current gcc Makefile.
16041
16042 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
16043
16044 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
16045 config.sub, and move-if-change to gdb testsuite distribution
16046 archive, so the testsuite can be extracted, configured, and
16047 run separately from the gdb distribution. Blow away the Chill
16048 tests that require a Chill compiled executable, since GNU Chill
16049 is not yet publically available.
16050
16051 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16052
16053 * test-build.mk: set environment variables in a single command,
16054 instead of a list of assignments and exports
16055
16056 * config.guess: recognize Alpha/OSF1 systems
16057
16058 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16059
16060 * configure: Change help message to prefer --options rather than
16061 -options.
16062
16063 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16064
16065 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
16066 zippy@ecst.csuchico.edu.
16067 * config.guess: Recognize miniframe.
16068
16069 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
16070
16071 * Makefile.in: Use srcroot to find runtest rather than rootme.
16072 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
16073
16074 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
16075
16076 * test-build.mk: Extensive additions to support building on a
16077 machine other than the host.
16078
16079 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
16080
16081 * configure (tooldir): Fix for i386-aix again.
16082
16083 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
16084
16085 * configure, Makefile.in: Change definition of $(tooldir)
16086 to match the FSF.
16087
16088 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
16089
16090 * config.guess: Recognize i[34]86/SVR4.
16091
16092 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16093
16094 * Makefile.in (all-gdb): gdb depends on sim.
16095
16096 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
16097
16098 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
16099 at the same time we make the prototype gdb directory.
16100 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
16101 files at the same time as the gdb base release distribution.
16102
16103 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
16104
16105 * Makefile.in (check): Use individual check targets rather than
16106 DO_X rule.
16107 (check-gcc): Added.
16108
16109 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
16110
16111 * config.sub: Use sysv3.2 not sysv32 for canonical OS
16112 for System V release 3.2.
16113
16114 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16115
16116 * config.sub: Recognize hppaosf.
16117 * configure.in: Do configure ld/binutils/gas for it.
16118
16119 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16120
16121 * configure (tooldir): Alter syntax used to set this, for systems
16122 where "\$" isn't handled right, like i386-aix.
16123
16124 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
16125
16126 * configure: Pass program-transform-name, not
16127 program_transform_name, to recursive configures.
16128
16129 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
16130
16131 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
16132 of gas+ld+binutils.
16133
16134 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
16135
16136 * config.guess: Recognize AIX3.2 as distinct from 3.1.
16137
16138 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16139
16140 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
16141
16142 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16143
16144 * Makefile.in (PRMS): Set back to all-prms.
16145
16146 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
16147
16148 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
16149 targets, rather than for MIPS hosts.
16150
16151 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16152
16153 * configure.in: add comment for --with-x default values
16154
16155 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
16156
16157 * Makefile.in: add check-* targets for each of the directories in
16158 the tree. Add a definition of RUNTEST that will use the one we
16159 just built, if it exists. Pass this down via FLAGS_TO_PASS.
16160
16161 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
16162
16163 * configure.in: Removed obsolete references to bfd_target and
16164 target_makefile_frag.
16165
16166 * build-all.mk: Set assorted targets for Q2.
16167 * config.sub: Recognize z8k-sim and h8300-hms.
16168 * test-build.mk: Really don't pass host to configure.
16169 (HOLES): Added uname.
16170
16171 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
16172
16173 * configure: Handle an empty program-prefix, program-suffix or
16174 program-transform-name correctly.
16175
16176 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
16177
16178 * build-all.mk: -G 8 no longer required for MIPS targets.
16179 * test-build.mk: Don't pass host argument to configure; make it
16180 guess.
16181
16182 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
16183
16184 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
16185 * Makefile.in (COMPRESS): New macro, like GZIP.
16186
16187 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
16188
16189 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
16190
16191 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
16192 with gas currently defaults to -G 0.
16193
16194 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
16195
16196 * Makefile.in (all-flex): flex depends on byacc.
16197
16198 * build-all.mk: If host not specified, use config.guess. Pass TAG
16199 to test-build.mk as RELEASE_TAG.
16200 * test-build.mk (configargs): New variable containing arguments to
16201 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
16202 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
16203
16204 * config.guess: Use /bin/uname when checking -X argument on SCO,
16205 to avoid invoking GNU uname which doesn't understand -X.
16206
16207 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
16208
16209 * configure.in: Build gas for mips-*-*.
16210
16211 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16212
16213 * Makefile.in (all.normal): insert missing backslash.
16214
16215 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
16216
16217 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
16218
16219 * Makefile.in: Complete overhaul to merge many almost identical
16220 targets.
16221
16222 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16223
16224 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
16225 (gdb.tar.Z): Adjusted.
16226
16227 * Makefile.in (setup-dirs, taz): New targets; should be general
16228 enough to adapt for gdb sometime. Build only .z file.
16229 (gas.tar.z): New target.
16230
16231 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16232
16233 * build-all.mk: Use CC=cc -Xs on Solaris.
16234
16235 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
16236
16237 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
16238 for handling BISON for FSF releases.
16239
16240 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16241
16242 * configure: Actually implement the change zoo just documented.
16243
16244 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
16245
16246 * configure: when using config.guess, only set target_alias when
16247 it's not already been set (ie, on the command line)
16248
16249 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16250
16251 * Makefile.in: add installcheck target, set PRMS to install-prms
16252
16253 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16254
16255 * configure: add support for package_makefile_fragment, handle the
16256 case where a directory has a configure.in file but no Makefile.in
16257 more gracefully (with an actual understandable error message, even);
16258 add support for --without (and add this to the usage message); also
16259 explicitly add a --host=${host_alias} to the command line when
16260 config.guess is used
16261
16262 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16263
16264 * configure: Must use both --host and --target in recursive calls.
16265
16266 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
16267
16268 * Makefile.in: Change deja-gnu to dejagnu.
16269
16270 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
16271
16272 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
16273
16274 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16275
16276 * configure.in: canonicalize all instances to *-*-solaris2*,
16277 also strip out a number of tools to not build for go32 host
16278
16279 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16280
16281 * config.guess: add GPL.
16282
16283 * Makefile.in, config.guess, config.sub, configure: bump
16284 copyrights to 93.
16285
16286 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
16287
16288 * Makefile.in (do-info): Removed obsolete check for existence of
16289 localenv file.
16290
16291 * Makefile.in (MAKEOVERRIDES): Define to be empty.
16292
16293 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16294
16295 * Makefile.in: a couple of 'else true' for decstation,
16296 support for TclX
16297
16298 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
16299
16300 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
16301
16302 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
16303
16304 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
16305
16306 * config.guess: Recognize i386-ibm-aix (PS/2).
16307 * configure.in: Use config/mh-aix386 file for it.
16308
16309 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
16310
16311 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
16312 CC_FOR_TARGET instead.
16313 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
16314
16315 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
16316
16317 * Makefile.in: Add sim to list of directories sent with gdb
16318
16319 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
16320
16321 * configure.in: Put back mips-dec-bsd* case.
16322
16323 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
16324
16325 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
16326 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
16327 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
16328
16329 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16330
16331 * configure.in: remove no-op mips-dec-bsd* in "case $target"
16332
16333 * Makefile.in (dir.info): only run gen-info-dir if it exists,
16334 (install-info): install dir.info only if it exists,
16335 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
16336
16337 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
16338
16339 * configure.in: For vms target, skip bfd, ld, binutils. Do build
16340 gas for mips-dec-bsd.
16341
16342 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
16343
16344 * configure (makesrcdir): If ${srcdir} is relative and not ".",
16345 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
16346
16347 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
16348
16349 * configure.in: Added "dejagnu" to hosttools list.
16350
16351 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
16352
16353 * config.sub, configure.in, config.guess: Add support
16354 for Bosx, an AIX variant from Bull.
16355 Patches from F.Pierresteguy@frcl.bull.fr.
16356
16357 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
16358
16359 * devo/dejagnu: Initial creation of devo/dejagnu.
16360 Migrated dejagnu testcases and support files for testing software
16361 tools to reside as subdirectories, currently called "testsuite",
16362 within the directory of the software tool. Migrated all programs,
16363 support libraries, etc. beloging to dejagnu proper from
16364 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
16365 with no modifications. The changes to these files which will
16366 allow them to configure, build, and execute properly will be made
16367 in a future update.
16368
16369 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16370
16371 * Makefile.in: Change send_pr to send-pr.
16372 * configure.in: Likewise.
16373 * send_pr: Renamed directory to send-pr.
16374
16375 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
16376
16377 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
16378
16379 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
16380
16381 * README: Update for gdb-4.8 release.
16382 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
16383 gdb-xxx.tar.z (gzip'd) file also.
16384
16385 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16386
16387 * Makefile.in: make all-diff depend on all-libiberty
16388
16389 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
16390
16391 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
16392
16393 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16394
16395 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
16396
16397 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
16398
16399 * Makefile.in (DEVO_SUPPORT): Remove etc directory
16400 (ETC_SUPPORT): Only add the files GDB wants from etc/.
16401 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
16402
16403 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16404
16405 * Makefile.in: makeinfo binary is in a new location
16406
16407 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
16408
16409 * config.sub: Accept -ecoff as an OS.
16410
16411 * Makefile.in: Various changes to eliminate a level of make
16412 recursion and reduce the required command line length.
16413 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
16414 sub-makes.
16415 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
16416 variables holding settings for specific sub-makes.
16417 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
16418 in terms of BASE_FLAGS_TO_PASS.
16419 (TARGET_LIBS): New variable listing directories which use
16420 TARGET_FLAGS_TO_PASS.
16421 (subdir_do): Eliminated.
16422 (do-*): New set of targets to replace subdir_do.
16423 (various): All targets which used subdir_do now depend on do-*.
16424 (local-clean): Renamed from do_clean.
16425 (local-distclean): New target, dependency of distclean and
16426 realclean.
16427 (install-info): Don't create directories. Depend on dir.info
16428 rather than calling make recursively.
16429 (install-dir.info): Eliminated.
16430 (install-info-dirs): Create all info directories here.
16431 (dir.info): Depend upon do-install-info.
16432
16433 * test-build.mk (HOLES): Added false.
16434
16435 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
16436
16437 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
16438
16439 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16440
16441 * Makefile.in (info): remove dependency on all-texinfo. The
16442 problem was really in texinfo/C, not at this level.
16443
16444 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
16445
16446 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
16447
16448 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
16449
16450 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
16451 GDB releases.
16452
16453 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16454
16455 * configure: Include srcdir in message about target of link not
16456 being found. Don't convert `-' to `_' in `with' options being
16457 passed to subdirs.
16458
16459 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16460
16461 * configure.in: add uudecode to host_tools
16462
16463 * Makefile.in: added {all,install}-uudecode targets, added them to
16464 the appropriate lists
16465
16466 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
16467
16468 * Makefile.in (all-gcc): Added dependency on all-gas.
16469
16470 * configure.in (mips-*-*): Build ld and binutils.
16471
16472 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
16473
16474 * configure: check return code from mkdir, print error message and
16475 exit on failure.
16476
16477 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
16478
16479 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
16480
16481 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
16482
16483 * test-build.mk (HOLES): Added tar, cpio and uudecode.
16484
16485 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16486
16487 * config.sub (h8500): Recognize this as a cpu type.
16488
16489 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16490
16491 * configure: source directory missing is no longer a warning
16492
16493 * configure.in: recognize irix[34]* instead of irix[34]
16494
16495 * Makefile.in: define and pass down X11_LIB
16496
16497 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
16498
16499 * guess-systype: Renamed to ...
16500 * config.guess: ... by popular request.
16501 * configure.in, Makefile.in: Update accordingly.
16502
16503 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
16504
16505 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
16506 + Add Convex, Cray/Unicos, and Encore/Multimax support.
16507 + Execute ./dummy instead of assuming . is in PATH.
16508
16509 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
16510
16511 * guess-systype: New shell script. Attempts to guess the
16512 canonical host name of the executing host.
16513 Only a few hosts are supported so far.
16514 * configure: Call guess-systype if no host is specified.
16515
16516 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
16517
16518 * Makefile.in (gcc-no-fixedincludes): Made to work with current
16519 gcc Makefile.
16520
16521
16522 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
16523
16524 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
16525 (all-gcc, install-gcc, subdir_do): Use it.
16526
16527 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
16528
16529 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
16530
16531 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
16532
16533 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
16534 set exclusively by configure, using configure.in .
16535
16536 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16537
16538 * test-build.mk: set $PATH for all builds
16539
16540 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
16541
16542 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
16543
16544 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
16545 the one used in gcc/Makefile.in, so that a null expansion doesn't
16546 override the one needed to build gcc with a native cc.
16547
16548
16549 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16550
16551 * configure: Accept -with arguments.
16552
16553 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16554
16555 * Makefile.in: added h8300sim
16556
16557 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
16558
16559 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
16560 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
16561 (all-cygnus, native, build-cygnus): Make
16562 $(canonhost)-stamp-3stage-done, not $(host)....
16563 * test-build.mk (stamp-3stage-compared): Use tail +10c for
16564 i386-sco3.2v4. Added else true to if command.
16565
16566 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
16567
16568 * config.sub: (from FSF) Sequent uses a BSD-like OS.
16569
16570 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
16571
16572 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
16573
16574 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16575
16576 * configure.in: don't remove binutils from Solaris builds
16577
16578 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
16579
16580 * Makefile.in: get rid of earlier definitions for *clean,
16581 also handle the recursive info rule better
16582
16583 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
16584
16585 * Makefile.in (mostlyclean, distclean, realclean): Fix to
16586 do more-or-less the right thing.
16587
16588 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
16589
16590 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
16591 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
16592
16593 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16594
16595 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
16596 $(host_canonical).
16597
16598 * configure.in: split the configdirs list into 4 categories (native
16599 v. cross, library v. tool) and handle the cross-only and native-
16600 only in more reasonable (and correct!) way.
16601
16602 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
16603
16604 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
16605 configdirs anymore.
16606
16607 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16608
16609 * Makefile.in: extensive cleanup:: removed all of the explicit
16610 clean-* targets, collapsed many wrappers around subdir_do into
16611 one, added additional targets to satisfy standards.texi, deleted
16612 some old targets, some changes for consistency
16613
16614 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16615
16616 * configure.in: handle some programs as cross-only, and others as
16617 native only
16618
16619 * test-build.mk: handle partial holes in a more generic manner
16620
16621 * Makefile.in: m4 depends on libiberty
16622
16623 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16624
16625 * configure.in: add m4, textutils, fileutils, sed, shellutils,
16626 time, wdiff, and find to configdirs
16627
16628 * Makefile.in: all, clean, and install rules for the new programs
16629 added to configure.in
16630
16631 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16632
16633 * configure.in: use mh-sun for all *-sun-* hosts
16634
16635 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16636
16637 * Makefile.in: define flags for X11 include files and library file
16638 locations, pass them down to the programs that need this info
16639
16640 * build-all.mk: added a 'native' target, to 3stage the native toolchain
16641
16642 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16643
16644 * configure.in: start building libg++ for HP-UX targets
16645
16646 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
16647
16648 * README: Update references to files moved into etc/.
16649
16650 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
16651
16652 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
16653 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
16654
16655 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
16656
16657 * configure: accept dash as well as underscore in long option
16658 names for FSF compatibility.
16659
16660 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
16661
16662 * config.sub: added -sco3.2v4 support from FSF.
16663
16664 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16665
16666 * configure.in: expand the section that adds or removes
16667 directories from the list of programs to build, to handle native
16668 vs. cross in addition to host v. native
16669
16670 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
16671
16672 * Makefile.in: Replace C++ in macro names with CXX.
16673 This is less likely to break ...
16674
16675 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16676
16677 * test-build.mk: add -w to GNU_MAKE
16678
16679 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16680
16681 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
16682 add 'sparc' to list of recognized cpus. This needed to make
16683 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
16684 Delete some redundant ose68 variants. Recognize -wrs as an os,
16685 then changes that into $CPU-wrs-vxworks.
16686
16687 * configure.in: remove most references to gdbtest, regularize
16688 target based program removal
16689
16690 * test-build.mk: import from p3 tree (many fixes and changes)
16691
16692 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16693
16694 * Makefile.in: added rules to handle tcl, tk, and expect
16695
16696 * configure.in: handle those directories if they exist
16697
16698 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16699
16700 * config.sub: removed bogus hppabsd and hppahpux names, since
16701 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
16702
16703 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16704
16705 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
16706 depends upon all-xiberty
16707
16708 * Makefile.in: changes from p3, including:
16709
16710 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
16711
16712 * Makefile.in (XTRAFLAGS): include newlib directories if
16713 newlib/Makefile exists, rather than if host != target.
16714
16715 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
16716
16717 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16718 from the same source tree and not building a cross-compiler. This
16719 matters for the libg++ configuration if reconfiguring a tree that
16720 has already been installed.
16721
16722 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
16723
16724 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16725 pick up the machine and system specific header files.
16726
16727 * Makefile.in: added AS_FOR_TARGET, passed down in
16728 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16729 the C compiler to use to create programs which are run in the
16730 build environment, set it to default to $(CC), and passed it down
16731 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16732
16733 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
16734
16735 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
16736 We need them for unusual native builds, like systems without
16737 ranlib.
16738
16739 * configure: also define $(host_canonical) and
16740 $(target_canonical), which are the full, canonical names for the
16741 given host and target
16742
16743 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
16744
16745 * Makefile.in: Added separate definitions for C++.
16746
16747 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
16748
16749 * configure.in (configdirs): Add deja-gnu.
16750
16751 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
16752
16753 * README: Update for configure.texi and gdb-4.7 release.
16754
16755 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
16756
16757 * Makefile.in: Move "all" target to top of file.
16758 Previously, first target was ".PHONY" which caused BSD4.4 make
16759 to build .PHONY when make was run without arguments.
16760
16761 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
16762
16763 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
16764 Library-copylefted code in libiberty.
16765
16766 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
16767
16768 * config.sub: Replace m68kmote with plain old m68k.
16769
16770 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
16771
16772 * Makefile.in: Remove space from blank line, avoid Make complaints.
16773
16774 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
16775
16776 * config.sub: Complain if no argument is given. Added support for
16777 386bsd as OS and target alias.
16778
16779 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
16780
16781 * Makefile.in (XTRAFLAGS): include newlib directories if
16782 newlib/Makefile exists, rather than if host != target.
16783
16784 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
16785
16786 * config.sub: recognize sparclite-wrs-vxworks.
16787
16788 * Makefile.in (install-xiberty): added *-xiberty make rules (from
16789 p3.) Added clean-xiberty to clean.
16790
16791 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16792
16793 * configure.in: use *-*-* instead of nested cases for host and target
16794
16795 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
16796
16797 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
16798 from the same source tree and not building a cross-compiler. This
16799 matters for the libg++ configuration if reconfiguring a tree that
16800 has already been installed.
16801
16802 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
16803
16804 * config.sub (i486v/i486v4): Merge in from FSF version.
16805
16806 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
16807
16808 * configure: only set PWD if it is already set.
16809
16810 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
16811
16812 * configure: just set PWD=`pwd` at the top, since Ultrix sh
16813 doesn't have unset and all success paths (and most error paths)
16814 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
16815 to just ${PWD} to avoid confusion.)
16816
16817 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
16818
16819 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
16820 even for a native compilation.
16821
16822 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
16823
16824 Changes to make the gdb.tar.Z rule work better.
16825
16826 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
16827 (DEVO_SUPPORT): Add configure.texi.
16828 (bfd-ilrt.tar.Z): Remove ancient rule.
16829
16830 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
16831
16832 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
16833 pick up the machine and system specific header files.
16834
16835 * configure.in, config.sub: added new target m68010-adobe-scout,
16836 with alias of adobe68k. Changed configure.in to check for
16837 -scout before -sco* to avoid a false match.
16838
16839 * Makefile.in: added AS_FOR_TARGET, passed down in
16840 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
16841 the C compiler to use to create programs which are run in the
16842 build environment, set it to default to $(CC), and passed it down
16843 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
16844
16845 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
16846
16847 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
16848 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
16849 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
16850 FOR_TARGET variants, to newlib and libg++.
16851
16852 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
16853
16854 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
16855 first.
16856
16857 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
16858
16859 * config.sub: Accept `elf' as an environment.
16860
16861 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16862
16863 * Makefile.in (all-opcodes): cd into the right directory
16864
16865 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
16866
16867 * configure: added -program_transform_name option, used as
16868 argument to sed when installing programs.
16869 configure.texi: added documentation for -program_prefix,
16870 -program_suffix and -program_transform_name.
16871
16872 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
16873
16874 * config.sub: Accept i486 where i386 ok.
16875
16876 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
16877
16878 * config.sub: accept we32k
16879
16880 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
16881
16882 * config.sub, configure.in: accept OSE68000 and OSE68k.
16883
16884 * Makefile.in: don't create all directories for ``make install'';
16885 let the subdirectories create the ones they need.
16886
16887 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16888
16889 * COPYING: new file, GPL v2
16890
16891 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16892
16893 * Makefile.in: use the new gen-info-dir, which needs a template
16894 argument (which also lives in texinfo)
16895
16896 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
16897
16898 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
16899
16900 * config.sub (ncr3000): Change i386 to i486.
16901
16902 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16903
16904 * Makefile.in: add install-rcs, install-grep to
16905 install-no-fixedincludes, removed install-bison and install-libgcc
16906
16907 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
16908
16909 * configure.in: grab the HPUX makefile fragment if on HPUX
16910
16911 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16912
16913 * Makefile.in: eradicate bison spoor (ditto libgcc).
16914 configure.in: recognise m68{k,000}-ericsson-OSE.
16915 es1800 is alias for m68k-ericsson-OSE
16916
16917 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16918
16919 * configure.in: rearrange the parts that remove programs from
16920 configdirs, based now on HOST==TARGET or by canonical triple.
16921
16922 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16923
16924 * test-build.mk: recurse explicitly with -f test-build.mk when
16925 appropriate. predicate stage3 and comparison on the existence
16926 of gcc. That is, if gcc isn't around, we aren't three-staging.
16927 On very clean, also remove ...stamp-co. Build in-place before
16928 doing other builds.
16929
16930 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16931
16932 * Makefile.in, configure.in: add tgas
16933
16934 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
16935
16936 * Makefile.in: a number of changes merged in from progressive.
16937
16938 * configure.in: add libm.
16939
16940 * .cvsignore: ignore some stuff that comes from test-build.mk.
16941
16942 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
16943
16944 * config.sub: Add es1800 (m68k-ericsson-es1800).
16945
16946 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
16947
16948 * configure: Add program_suffix (parallel to program_prefix)
16949 * Makefile.in: adjust directory-creating script for losing decstation
16950
16951 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
16952
16953 * configure: Minor $subdir-related fixes.
16954
16955 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
16956
16957 * configure: fix various problems with propogating
16958 makefile_target_frag in subdirs.
16959 * configure.in: config libgcc if its there
16960
16961 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
16962
16963 * config.sub: HPPA merge.
16964
16965 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
16966
16967 * Makefile.in: Replace all-bison with all-byacc in all
16968 dependency lines for other tools (which now use byacc).
16969
16970 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
16971
16972 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
16973
16974 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
16975
16976 * Makefile.in: make gprof rules similar to byacc rules (instead of
16977 vestigal $(unsubdir) that didn't work...)
16978
16979 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
16980
16981 * config.sub: Add support for Linux.
16982 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
16983 (at least for libg++).
16984
16985 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
16986
16987 * configure.texi: fix doc for the -nfp option to configure
16988
16989 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
16990
16991 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
16992
16993 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
16994
16995 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
16996 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
16997 * configure.in: added solaris* host_makefile_frag hook.
16998
16999 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17000
17001 * config.sub: changed recognition of m68000 so that various
17002 m68k types can be specified via m680[01234]0
17003
17004 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17005
17006 * config.sub (basic_machine): fix sed so that '-foo' isn't
17007 completely substituted out while .+'-foo' loses the '-foo'
17008
17009 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17010
17011 * config.sub ($os): Add -aout.
17012
17013 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
17014
17015 * configure: If host_makefile_frag is absolute, don't
17016 prefix ${invsubdir} (relevant to libg++ auto-configure).
17017
17018 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
17019
17020 * Makefile.in (tooldir): Define it.
17021 (all-ld): Depend on all-flex.
17022
17023 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
17024
17025 * Makefile.in (check): Fix libg++ special case.
17026
17027 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
17028
17029 * configure: do not bury `pwd` into config.status, thus do fewer
17030 pwd's.
17031
17032 * configure: print the "Building in" message only when building in
17033 other than "." AND verbose.
17034
17035 * configure: remove -s, rework -v to better accommodate guested
17036 configures.
17037
17038 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
17039
17040 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
17041
17042 * Makefile.in: macroize flags passed on recursion. remove
17043 fileutils.
17044
17045 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
17046
17047 * configure: get makesrcdir right for subdirs deeper than 1.
17048
17049 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
17050 install.
17051
17052 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
17053
17054 * Makefile.in: don't print subdir_do or recursion lines.
17055
17056 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
17057
17058 * standards.texi: added menu item.
17059
17060 * Makefile.in: build and install standards.info.
17061
17062 * standards.texi: new file.
17063
17064 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17065
17066 * configure: test for and move config.status pieces from
17067 ${subdir}/.
17068
17069 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
17070
17071 * configure: Test for existance of files before trying to mv
17072 them, to avoid numerous non-existance messages.
17073
17074 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
17075
17076 * configure: correct final line of config.status.
17077
17078 * configure: patch from eggert. Avoids a protection problem if
17079 the original Makefile.in is read only.
17080
17081 * configure: use move-if-change from gcc to create config.status.
17082 Some makefiles depend on config.status to tell if a directory
17083 has been reconfigured for a different host. This change
17084 prevents those directories from remaking everything in the case
17085 where the reconfig was only intended to rebuild a Makefile.
17086
17087 * configure: test for config.sub with "config.sub sun4" rather
17088 than "config.sub ${host_alias}". Otherwise we can't tell a bad
17089 host alias from a missing config.sub.
17090
17091 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17092
17093 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
17094 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
17095
17096 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
17097
17098 * configure: mkdir ${subdir} as needed.
17099
17100 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
17101
17102 * Makefile.in,configure.in: added autoconf.
17103
17104 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17105
17106 * Makefile.in: no longer pass against on recursion.
17107
17108 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
17109 definitions are not inherited.
17110
17111 * configure: correct makesrcdir when subdir is .
17112
17113 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
17114
17115 * configure: Add support for 'subdirs' variable, which is
17116 like 'configdirs', except that configure doesn't re-invoke
17117 itself for subdirs, it just creates a Makefile for each subdir.
17118 * configure.texi: Document subdirs.
17119
17120 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17121
17122 * configure.in: added flex to configdirs
17123
17124 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
17125
17126 * Makefile.in: remove clean-stamps from clean.
17127
17128 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
17129
17130 * configure.in: Add gdbtest to configdirs.
17131
17132 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
17133
17134 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
17135 to recursive makes.
17136 * configure.in: Recognize new ncr3000 config.
17137
17138 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
17139
17140 * Makefile.in, configure.in: removed references to gdbm.
17141
17142 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
17143
17144 * config.sub: Don't canonicalize os value
17145 newsos* to bsd (readline needs to check for newsos).
17146 (This fix was earlier made Jan 31, but got re-broken.)
17147
17148 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
17149
17150 * configure.in: sco is an os, not a vendor!
17151
17152 * configure: Quote $( better. Keep various shells happy.
17153
17154 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
17155
17156 * Makefile.in: eliminate stamp-files.
17157
17158 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
17159
17160 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
17161 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
17162
17163 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
17164
17165 * config.sub: fix iris/iris3.
17166
17167 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
17168
17169 * configure: re-add -rm.
17170
17171 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
17172
17173 * Maskefile.in: add .stmp-rcs to all.
17174
17175 * configure.in: remove gas from rs6000 build, use aix host fragment.
17176
17177 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
17178
17179 * configure: pass down site_option during recursion.
17180
17181 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
17182
17183 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
17184
17185 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
17186
17187 * configure: Change exec_prefix so that it really defaults to prefix.
17188
17189 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
17190
17191 * Makefile.in, configure.in: Add support for mmalloc library.
17192
17193 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
17194
17195 * Makefile.in: add stmp dependencies for a few more things.
17196
17197 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
17198
17199 * configure: adjusted error message on objdir/srcdir configure
17200 collision, per john's suggestion.
17201
17202 * Makefile.in: add libiberty stmp to all and all.cross.
17203
17204 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
17205
17206 * Makefile.in: remove force dependencies, add grep to all.
17207
17208 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
17209
17210 * Makefile.in: drop flex. make stamp files work.
17211
17212 * configure: added test for conflicting configuration in srcdir,
17213 remove trailing slashes from srcdir. Otherwise emacs gdb mode
17214 gets cranky. use relative paths for configure and srcdir
17215 whenever possible. Send some error messages to stderr that were
17216 going to stdout.
17217
17218 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
17219
17220 * Makefile.in: Fix libg++ rule to check for gcc directory
17221 before using gcc/gcc. Also pass XTRAFLAGS.
17222
17223 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
17224
17225 * Makefile.in: added stmp-files so that directories aren't polled
17226 when they are already built.
17227
17228 * configure.texi: fixed a node pointer problem.
17229
17230 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
17231
17232 * config.sub configure.in gdb/configure.in
17233 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
17234 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
17235 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
17236
17237 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17238
17239 * configure: -recurring becomes -silent. corrected help message
17240 for -site= option.
17241
17242 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
17243
17244 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17245
17246 * configure: when building Makefile for crosses, replace
17247 tooldir and program_prefix. default srcdir from location of
17248 config.sub. remove "for host in hosts" and "for target in
17249 targets" loops.
17250
17251 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17252
17253 * Makefile.in: Do not pass bindir or mandir to cvs.
17254
17255 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
17256
17257 * Makefile.in, configure.in: removed traces of namesubdir,
17258 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
17259 copyrights to '92, changed some from Cygnus to FSF.
17260
17261 * configure.texi: remove most references to multiple hosts,
17262 multiple targets, subdirs, etc.
17263
17264 * configure.man: removed rcsid. reference config.sub not
17265 config.subr.
17266
17267 * Makefile.in: mkdir $(infodir) on install-info.
17268
17269 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
17270
17271 * configure.texi: Explain better about .gdbinit and about
17272 the environment that configure.in sections run in.
17273
17274 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
17275
17276 * configure.in: Ultrix is only a decstation if it's a MIPS.
17277
17278 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
17279
17280 * README: DOC.configure => cfg-paper.texi.
17281
17282 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
17283
17284 * config.sub (near case $os): Don't convert newsos* to bsd!
17285
17286 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
17287
17288 * Makefile.in: Reinstall change from gdb-4.3 that reduces
17289 the number of copies of COPYING that go into the GDB tar file.
17290
17291 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
17292
17293 * bfd/configure.in, gdb/config/mh-i386sco,
17294 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
17295 Fix SCO configuration stuff.
17296
17297 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
17298
17299 * Makefile.in: For libg++, make sure the -I pointing
17300 to the gcc directory goes *after* all the libg++-local -I flags.
17301 Also, move just-gcc dependency from just-libg++ to all-libg++.
17302
17303 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
17304
17305 * configure: Change -x to -f to keep Ultrix /bin/test happy.
17306
17307 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
17308
17309 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
17310
17311 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
17312
17313 * config.sub: Add stratus configuration frags. Also
17314 submitted to FSF.
17315
17316 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
17317
17318 * Makefile.in (DEV_SUPPORT): add configure.man.
17319
17320 * config.sub(Decode manufacturer-specific): add -none*.
17321
17322 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
17323
17324 * Makefile.in: remove form feeds to make Sun's make happy.
17325 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
17326
17327 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
17328
17329 * Makefile.in (AR_FLAGS): Make quieter.
17330
17331 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
17332
17333 * configure.in: Add libg++.
17334 * configure: When verbose, don't output the command line at each
17335 level; it will be unremarkably the same as the previous version,
17336 which will be the same as what the user typed.
17337
17338 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
17339
17340 * configure.in, Makefile.in: fix clean-info, add flex. add
17341 fileutils.
17342
17343 * configure: be less sensitive to spaces in Makefile.in. Do not
17344 look for sources in "..". Doing so breaks subdirectories that
17345 might have their own configure. If a subdir has it's own
17346 configure script, use it.
17347
17348 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
17349
17350 * cfg-paper.texi: some changes suggested by rms.
17351
17352 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
17353
17354 * config.sub: Merge in some small additions from the FSF version,
17355 taken from the gcc distribution, to bring the Cygnus and FSF
17356 versions into closer sync.
17357
17358 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
17359
17360 * configure.in: Changed svr4 references to sysv4.
17361
17362 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
17363
17364 * configure: added -V for version number option.
17365
17366 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
17367
17368 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
17369 renamed from DOC.configure to cfg-paper.texi.
17370
17371 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17372
17373 * configure, config.subr, config.sub: config.subr is now
17374 config.sub again.
17375
17376 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
17377
17378 * configure.texi: new file, in progress.
17379
17380 * Makefile.in: build info file and install the man page for
17381 configure.
17382
17383 * configure.man: new file, first cut.
17384
17385 * configure: find config.subr again now that configuration "none"
17386 has gone. removed all traces of the -ansi option. removed all
17387 traces of the -languages option.
17388
17389 * config.subr: resync from rms.
17390
17391 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17392
17393 * configure, config.sub, config.subr: merge config.sub into
17394 config.subr, call the result config.subr, remove config.sub, use
17395 config.subr.
17396
17397 * Makefile.in: revised install for dir.info.
17398
17399 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17400
17401 * configure.in: add decstation host makefile frag.
17402
17403 * Makefile.in: BISON now bison -y again. also install-gcc on
17404 install. clean-gdbm on clean. infodir belongs in datadir.
17405 Make directories for info install. Build dir.info here then
17406 install it.
17407
17408 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17409
17410 * Makefile.in: fix for bad directory tests.
17411
17412 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17413
17414 * configure: \{1,2\} appears to be a sysv'ism. Use a different
17415 regexp. -srcdir relative was being handled incorrectly.
17416
17417 * Makefile.in: unwrapped some for loops so that parallel makes
17418 work again and so one can focus one's attention on a particular
17419 package.
17420
17421 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17422
17423 * configure: added PWD as a stand in for `pwd` (for speed). use
17424 elif wherever possible. make -srcdir work without -objdir.
17425 -objdir= commented out.
17426
17427 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17428
17429 * configure: +options become --options. -subdirs commented out.
17430 added -host, -datadir. Renamed -destdir to -prefix. Comment in
17431 Makefile now at top of generated Makefile. Removed cvs log
17432 entries. added -srcdir. create .gdbinit only if there is one
17433 in ${srcdir}.
17434
17435 * Makefile.in: idestdir and ddestdir go away. Added copyrights
17436 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
17437 and mandir now keyed off datadir by default.
17438
17439 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
17440
17441 * Freshly created ChangeLog.
17442
17443 \f
17444 Local Variables:
17445 mode: change-log
17446 left-margin: 8
17447 fill-column: 76
17448 version-control: never
17449 End: