dbf539418ccf269b43cc500fa51ad004185ce5bf
[gcc.git] / ChangeLog
1 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2
3 PR other/46202
4 * configure.ac: Fix just-built in-tree STRIP name to be
5 binutils/strip-new.
6 * configure: Regenerate.
7 * Makefile.def (install-strip-gcc, install-strip-binutils)
8 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
9 (install-strip-sid): Mirror dependencies on non-strip variants
10 of these targets on the respective -strip prerequisites.
11 * Makefile.tpl (install-strip, install-strip-host)
12 (install-strip-target): New targets.
13 (install-strip-[+module+], install-strip-target-[+module+]):
14 New targets.
15 * Makefile.in: Regenerate.
16
17 2010-11-19 Tobias Grosser <grosser@fim.uni-passau.de>
18
19 * config/cloog.m4: Use AS_HELP_STRING and fix help formatting.
20
21 2010-11-19 Ian Lance Taylor <iant@google.com>
22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
23
24 * configure.ac: Add target-libgo to target_libraries. Set
25 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
26 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
27 (HOST_EXPORTS): Add GOC.
28 (BASE_TARGET_EXPORTS): Add GOC.
29 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
30 (GOCFLAGS_FOR_TARGET): New variable.
31 (EXTRA_HOST_FLAGS): Add GOC.
32 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
33 * Makefile.def (target_modules): Add libgo.
34 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
35 (dependencies): Add dependency from configure-target-libgo to
36 configure-target-libffi and all-target-libstdc++-v3. Add
37 dependencies from all-target-libgo to all-target-libffi.
38 (languages): Add go.
39 * configure: Rebuild.
40 * Makefile.in: Rebuild.
41
42 2010-11-19 Ian Lance Taylor <iant@google.com>
43
44 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
45 compiler/flag environment variables.
46
47 2010-11-18 Ian Lance Taylor <iant@google.com>
48
49 * configure.ac: Check for lang_requires_boot_languages in
50 config-lang.in files.
51 * configure: Rebuild.
52
53 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
54 Tobias Burnus <burnus@net-b.de>
55
56 PR fortran/32049
57 * Makefile.def: Add libquadmath; build it with language=fortran.
58 * configure.ac: Add libquadmath.
59 * Makefile.tpl: Handle multiple libs in check-[+language+].
60 * Makefile.in: Regenerate.
61 * configure: Regenerate.
62
63 2010-11-16 Tom Tromey <tromey@redhat.com>
64
65 * MAINTAINERS: Moved myself to reviewers section.
66
67 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
68
69 * MAINTAINERS: Moved myself to reviewers section.
70
71 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
72
73 * MAINTAINERS (Various Maintainers): Add self for build machinery.
74 (Write After Approval): Remove self.
75
76 2010-11-15 Andreas Schwab <schwab@redhat.com>
77
78 * configure.ac: Fix spelling in option names.
79 * configure: Regenerated.
80
81 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
82
83 PR bootstrap/39622
84 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
85 * configure: Regenerated.
86
87 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
88
89 * MAINTAINERS: Update my email address.
90
91 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
92
93 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
94 define the cloog backend to use. Furthermore, only pass the ppllibs to
95 the configure checks, if necessary.
96 * configure: Regenerate.
97
98 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
99
100 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
101 * configure: regenerate
102
103 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
104
105 * config/cloog.m4: Fix typo. verison -> version.
106 * configure: Regenerate.
107
108 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
109
110 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
111 * configure: Regenerate.
112
113 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
114
115 * configure.ac: Support official CLooG.org versions.
116 * configure: Regenerate.
117 * config/cloog.m4: New.
118
119 2010-11-10 François Dumont <francois.cppdevs@free.fr>
120
121 * MAINTAINERS (Write After Approval): Add myself.
122
123 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
124
125 * MAINTAINERS: Update my email address.
126
127 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
128
129 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
130 * configure: Regenerate.
131
132 2010-11-03 Ian Lance Taylor <iant@google.com>
133 Dave Korn <dave.korn.cygwin@gmail.com>
134
135 PR lto/46273
136 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
137 and on other supported platforms whenever LTO is enabled.
138 * configure: Rebuild.
139
140 2010-11-02 Alan Modra <amodra@gmail.com>
141
142 PR binutils/12110
143 * configure.ac: Error when source path contains spaces.
144 * configure: Regenerate.
145
146 2010-10-23 James E. Wilson <wilson@codesourcery.com>
147
148 * MAINTAINERS: Update my email address.
149
150 2010-10-20 Ian Lance Taylor <iant@google.com>
151
152 * Makefile.def (target_modules): Set lib_path to src/.libs for
153 libstdc++-v3 module.
154 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
155 * Makefile.in: Rebuild.
156
157 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
158
159 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
160 (Write After Approval): Remove myself.
161
162 2010-10-15 Tristan Gingold <gingold@adacore.com>
163
164 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
165
166 2010-10-14 Douglas Rupp <rupp@gnat.com>
167
168 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
169
170 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
171
172 * configure.ac (build_lto_plugin): New shell variable.
173 (--enable-lto): Turn on by default for all non-ELF platforms that
174 have had LTO support added so far. Set build_lto_plugin appropriately
175 for both ELF and non-ELF.
176 (configdirs): Add lto-plugin or not based on build_lto_plugin.
177 * configure: Regenerate.
178
179 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
180
181 Sync from src:
182 * configure.ac (v850 support): Remove target-libgloss from
183 noconfigdirs.
184 * configure: Regenerate.
185
186 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
187
188 PR bootstrap/45326
189 PR bootstrap/45174
190 * configure.ac: Honor initial values of $build_configargs,
191 $host_configargs, $target_configargs. Mark the precious, so
192 environment settings get recorded.
193 * configure: Regenerate.
194
195 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
196
197 PR bootstrap/45796
198 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
199 Depend on all-build-libiberty.
200 * Makefile.in: Regenerate.
201
202 2010-09-30 Michael Eager <eager@eagercon.com>
203
204 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
205 * configure: Regenerate.
206
207 2010-09-28 Michael Eager <eager@eagercon.com>
208
209 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
210
211 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
212
213 PR bootstrap/44621
214 * configure.ac: Fix unportable shell quoting.
215 * configure: Regenerate.
216
217 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
218
219 * configure.ac (enable-lto): Add Darwin to the list of supported lto
220 targets and amend comment.
221 * configure: Regenerate.
222
223 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
224
225 * MAINTAINERS (Write After Approval): Add myself.
226
227 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
228
229 * configure.ac: Enable LTO by default on Darwin.
230 * configure: Regenerate.
231
232 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
233
234 * MAINTAINERS (Write After Approval): Add myself.
235
236 2010-09-01 Ian Bolton <ian.bolton@arm.com>
237
238 * MAINTAINERS (Write After Approval): Add myself.
239
240 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
241
242 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
243 ports
244
245 2010-07-28 David Yuste <david.yuste@gmail.com>
246
247 * MAINTAINERS (Write After Approval): Add myself.
248
249 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
250
251 * configure.ac: Support all v850 targets.
252 * configure: Regenerate.
253
254 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
255
256 PR bootstrap/44455
257 * configure.ac (extra_mpfr_configure_flags): Copy from
258 extra_mpc_gmp_configure_flags.
259 * configure: Re-generated.
260
261 2010-07-22 Andi Kleen <ak@linux.intel.com>
262
263 * MAINTAINERS (Write After Approval): Add myself.
264
265 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
266
267 * MAINTAINERS (Write After Approval): Add myself.
268
269 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
270
271 * MAINTAINERS (Write After Approval): Add myself.
272
273 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
274
275 PR target/44862
276 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
277 Provide -B option to allow for link spec %s substitutions for
278 libstdc++.a on darwin.
279 * Makefile.in: Regenerate.
280
281 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
282
283 * MAINTAINERS (Reviewers): Update my e-mail address
284
285 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
286
287 * Makefile.def (configure-gcc): Depend on all-libelf.
288 * Makefile.in: Rebuild.
289
290 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
291
292 * MAINTAINERS (Write After Approval): Add myself in the right place.
293
294 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
295
296 * MAINTAINERS (Write After Approval): Add myself.
297
298 2010-05-25 Sterling Augustine <sterling@tensilica.com>
299
300 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
301
302 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
303
304 * config.sub: Update to version 2010-05-21.
305 * config.guess: Update to version 2010-04-03.
306
307 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
308
309 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
310 * configure: Regenerate.
311
312 2010-05-12 Sriraman Tallam <tmsriram@google.com>
313
314 * MAINTAINERS (Write After Approval): Add myself.
315
316 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
317
318 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
319 a platform that supports LTO.
320 * configure: Regenerate.
321
322 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
323
324 * configure.ac: Allow all the versions greater than 0.10 of PPL.
325 * configure: Regenerated.
326
327 2010-04-27 Roland McGrath <roland@redhat.com>
328 H.J. Lu <hongjiu.lu@intel.com>
329
330 * configure.ac (--enable-gold): Support both, both/gold and
331 both/bfd to add gold to configdirs without removing ld.
332 * configure: Regenerated.
333
334 * Makefile.def: Add install-gold dependency to install-ld.
335 * Makefile.in: Regenerated.
336
337 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
338
339 PR lto/42776
340 * configure.ac (--enable-lto): Refactor handling so libelf tests
341 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
342 and allow LTO to be explicitly enabled on non-ELF platforms that
343 are known to support it inside else-clause.
344 * configure: Regenerate.
345
346 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
347
348 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
349 * configure: Regenerate.
350
351 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
352
353 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
354 * configure: Regenerate.
355
356 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
357
358 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
359 separately.
360 * configure: Regenerate.
361
362 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
363
364 * MAINTAINERS (Write After Approval): Add myself.
365
366 2010-04-14 Tristan Gingold <gingold@adacore.com>
367
368 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
369 * configure: Regenerate.
370
371 2010-04-13 Steve Ellcey <sje@cup.hp.com>
372
373 * configure: Regenerate after change to elf.m4.
374
375 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
376
377 * MAINTAINERS (Write After Approval): Add myself.
378
379 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
380
381 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
382 * configure: Regenerated.
383
384 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
385
386 * configure.ac: Print "buggy but acceptable" when CLooG
387 revision is less than 9.
388 * configure: Regenerated.
389
390 2010-04-01 Diego Novillo <dnovillo@google.com>
391
392 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
393
394 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
395
396 PR bootstrap/43615
397 PR bootstrap/43328
398
399 Revert:
400
401 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
402
403 * configure.ac: Do not pass --enable-multilib nor
404 --disable-multilib in baseargs. Accept explicitly passed
405 --enable_multilib.
406 * configure: Regenerate.
407
408 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
409
410 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
411
412 2010-03-31 Janis Johnson <janis187@us.ibm.com>
413
414 * MAINTAINERS: Remove myself.
415
416 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
417
418 PR bootstrap/43328
419 * configure.ac: Do not pass --enable-multilib nor
420 --disable-multilib in baseargs. Accept explicitly passed
421 --enable_multilib.
422 * configure: Regenerate.
423
424 2010-03-28 Andrew Pinski <pinskia@gmail.com>
425
426 * MAINTAINERS (spu port): Remove me.
427
428 2010-03-23 Joseph Myers <joseph@codesourcery.com>
429
430 * configure.ac (tic6x-*-*): New case.
431 * configure: Regenerate.
432
433 2010-03-23 Joseph Myers <joseph@codesourcery.com>
434
435 * config.sub: Update to version 2010-03-22.
436 * config.guess: Update to version 2009-12-30.
437
438 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
439
440 PR ada/42554
441 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
442 * configure: Regenerate.
443
444 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
445
446 * MAINTAINERS: Update my email address.
447
448 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
449
450 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
451 (ghassan.shobaki@amd.com): Removed.
452
453 2010-03-17 Alan Modra <amodra@gmail.com>
454
455 * MAINTAINERS: Update my email address.
456
457 2010-03-16 Diego Novillo <dnovillo@google.com>
458
459 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
460 Matthews.
461
462 2010-03-16 Joseph Myers <joseph@codesourcery.com>
463
464 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
465 Gutson, Jeffrey D. Oldham and Mark Shinwell.
466
467 2010-03-16 Joseph Myers <joseph@codesourcery.com>
468
469 * MAINTAINERS: Update my email address.
470
471 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
472
473 * MAINTAINERS: Update my email address.
474
475 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
476
477 * MAINTAINERS: Update my email address.
478
479 2010-03-09 Jie Zhang <jie@codesourcery.com>
480
481 * MAINTAINERS: Update my email address.
482
483 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
484
485 PR libstdc++/32499
486 * configure.ac (RANLIB): Default to true.
487 (STRIP): Likewise.
488 (RANLIB_FOR_TARGET): Remove superfluous : argument.
489 * configure: Regenerate.
490
491 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
492
493 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
494 (Write After Approval): Update my email address.
495
496 2010-02-17 Nick Clifton <nickc@redhat.com>
497
498 PR 11238
499 * Makefile.tpl (local-distclean): Also remove config.cache files in
500 sub-directories as there may not be Makefiles present in the
501 sub-directories.
502 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
503 the config.cache files found by the find command.
504
505 * Makefile.in: Regenerate.
506 * configure.ac: Revert previous delta.
507 * configure: Regenerate.
508
509 2010-02-15 Nick Clifton <nickc@redhat.com>
510
511 PR 11238
512 * configure.ac: Delete config.cache files in sub-directories when
513 deleting Makefiles.
514 * configure: Regenerate.
515
516 2010-02-12 Ben Elliston <bje@gnu.org>
517
518 * MAINTAINERS: Update my email address.
519
520 2010-02-08 Andrew Pinski <pinskia@gmail.com>
521
522 * MAINTAINERS (spu port): Update my email address.
523
524 2010-02-08 Jie Zhang <jie.zhang@analog.com>
525
526 * MAINTAINERS: Add myself as a maintainer for the bfin port.
527
528 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
529
530 * configure.ac: Add "recommended" version checks for GMP/MPC.
531 Update recommended GMP/MPFR/MPC versions.
532 * configure: Regenerate.
533
534 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
535
536 * MAINTAINERS: Move my Embecosm email address into the
537 write-after-approval section.
538
539 2010-01-26 Ian Lance Taylor <iant@google.com>
540
541 * MAINTAINERS: Add myself as Go frontend maintainer.
542
543 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
544
545 PR libstdc++/36101, PR libstdc++/42813
546 * configure.ac (bootstrap_target_libs): Make inclusion of
547 target-libgomp conditional on libgomb being in target_configdirs.
548 * configure: Regenerate.
549
550 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
551
552 PR libstdc++/36101, PR libstdc++/42813
553 * configure.ac (bootstrap_target_libs): Include target-libgomp.
554 * configure: Regenerate.
555
556 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
557
558 PR libstdc++/36101, PR libstdc++/42813
559 * configure.ac (target_configdirs): Substitute.
560 * Makefile.def: Bootstrap target module libgomp.
561 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
562 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
563 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
564 * configure, Makefile.in: Regenerate.
565
566 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
567
568 * MAINTAINERS: Adjust my details.
569
570 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
571
572 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
573
574 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
575
576 * MAINTAINERS: reindented my entry with tabs instead of spaces.
577
578 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
579
580 * MAINTAINERS (Write After Approval): Add myself.
581
582 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
583
584 * MAINTAINERS (Write After Approval): Add myself.
585
586 2010-01-11 Richard Guenther <rguenther@suse.de>
587
588 PR lto/41569
589 * Makefile.def (all-lto-plugin): Depend on all-gcc.
590 * Makefile.in: Regenerated.
591
592 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
593
594 * configure.ac: Enable libjava build on x86_64-*freebsd*.
595 * configure: Regenerate.
596
597 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
598 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
599
600 PR bootstrap/42424
601 * configure.ac: Include libtool m4 files.
602 (_LT_CHECK_OBJDIR): Call it.
603 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
604 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
605
606 * configure: Regenerate.
607
608 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
609
610 PR bootstrap/41818
611 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
612 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
613 * Makefile.in: Regenerate.
614
615 2010-01-02 Richard Guenther <rguenther@suse.de>
616
617 PR lto/41529
618 * configure.ac: Include config/elf.m4. Disable LTO if not
619 builting for an elf target.
620 * configure: Regenerate.
621
622 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
623
624 * MAINTAINERS: Change my email address.
625
626 2009-12-18 Ben Elliston <bje@au.ibm.com>
627
628 * config.sub, config.guess: Update from upstream sources.
629
630 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
631
632 * MAINTAINERS (Write After Approval): Add myself.
633
634 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
635
636 PR middle-end/30447
637 PR middle-end/30789
638 PR other/40302
639
640 * configure.ac: Require MPC.
641 * configure: Regenerate.
642
643 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
644
645 PR target/38384
646 PR bootstrap/40972
647 * libtool.m4: Sync from git Libtool.
648 * ltoptions.m4: Likewise.
649 * ltversion.m4: Likewise.
650 * lt~obsolete.m4: Likewise.
651 * ltmain.sh: Likewise.
652
653 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
654
655 * configure.ac: Update minimum MPC version to 0.8.
656 * configure: Regenerate.
657
658 2009-11-21 Sebastian Pop <sebpop@gmail.com>
659
660 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
661 * configure: Regenerated.
662
663 2009-11-21 Ian Lance Taylor <iant@google.com>
664
665 * configure.ac: Change default of poststage1_ldflags to be empty if
666 poststage1_libs is set. When poststage1_libs is empty, and
667 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
668 * configure: Rebuild.
669
670 2009-11-21 Adam Nemet <adambnmet@gmail.com>
671
672 * MAINTAINERS (Write After Approval): Update my email address.
673
674 2009-11-20 Ben Elliston <bje@au.ibm.com>
675
676 * config.guess: Update from upstream sources.
677
678 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
679
680 * Makefile.def: Restore host and target settings for gmp.
681 * Makefile.in: Rebuild.
682
683 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
684
685 * configure.ac: Add libelf to host_libs. Enable in-tree configury
686 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
687 Fix portability of test of C++ as bootstrap language. Add
688 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
689 * configure: Rebuild.
690 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
691 and cloog. Fix in-tree ppl configuration. Introduce libelf
692 in-tree building.
693 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
694 (POSTSTAGE1_HOST_EXPORTS): Use it.
695 (STAGE[+id+]_CXXFLAGS): New.
696 (BASE_FLAGS_TO_PASS): Pass it down.
697 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
698 extra_exports.
699 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
700 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
701 extra_exports.
702 * Makefile.in: Rebuild.
703
704 2009-11-17 Ben Elliston <bje@au.ibm.com>
705
706 * config.sub, config.guess: Update from upstream sources.
707
708 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
709
710 * MAINTAINERS (Write After Approval): Add myself.
711
712 2009-11-09 Jon Beniston <jon@beniston.com>
713
714 * MAINTAINERS (Write After Approval): Add myself.
715
716 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
717
718 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
719 paths for *-w64-mingw* and x86_64-*mingw*.
720 * configure: Regenerated.
721
722 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
723
724 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
725
726 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
727
728 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
729 Phil Edwards to Write-After Approval.
730
731 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
732
733 * configure.ac: Disable target-winsup & co for
734 x86_64-*-mingw* and *-w64-mingw* targets.
735 * configure: Regenerated.
736
737 2009-10-16 Nick Clifton <nickc@redhat.com>
738
739 * MAINTAINERS: Add myself as a maintainer for the RX port.
740
741 2009-10-26 Johannes Singler <singler@kit.edu>
742
743 * MAINTAINERS (Write After Approval): Update my e-mail address.
744
745 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
746
747 * configure.ac (CLooG test): Use = with test.
748 * configure: Regenerate.
749
750 2009-10-22 Richard Guenther <rguenther@suse.de>
751
752 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
753 cloog if the ppl version check failed. Move flags saving
754 before setting in libelf check.
755 * configure: Regenerate.
756
757 2009-10-21 Richard Guenther <rguenther@suse.de>
758
759 * configure.ac: Adjust the ppl and cloog configure to work as
760 documented. Disable cloog if ppl was disabled. Omit the version
761 checks if they were disabled.
762 * configure: Re-generate.
763
764 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
765
766 * configure.ac: Add 'lto' to enable_languages, not
767 new_enable_languages, and only if not already present.
768 * configure: Regenerate.
769
770 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
771
772 * README: Refer to the various COPYING* files instead of just
773 COPYING.
774 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
775
776 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
777
778 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
779
780 2009-10-07 Richard Guenther <rguenther@suse.de>
781
782 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
783 and Richard Guenther as reviewers.
784 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
785 as reviewers.
786
787 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
788
789 * config.sub: Update from upstream sources.
790
791 2009-10-06 Ian Lance Taylor <iant@google.com>
792
793 * Makefile.def: check-gold depends upon all-gas.
794 * Makefile.in: Rebuild.
795
796 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
797
798 * MAINTAINERS (Write After Approval): Add myself.
799
800 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
801
802 * Makefile.def: all-lto-plugin depends on all-libiberty.
803 set bootstrap=true for lto-plugin.
804 Add lto-plugin.
805 * Makefile.in: Regenerate.
806 * configure.ac (host_libs): Add lto-plugin.
807 * configure: Regenerate.
808
809 2009-10-03 Diego Novillo <dnovillo@google.com>
810
811 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
812 (HOST_LIBELFLIBS): Define.
813 (HOST_LIBELFINC): Define.
814 * Makefile.in: Regenerate.
815 * configure.ac: Add --enable-lto.
816 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
817 If --enable-lto is used, add 'lto' to new_enable_languages.
818 If --enable-lto is used and gold is enabled, add
819 lto-plugin to configdirs.
820 * configure: Regenerate.
821
822 2009-10-03 Simon Baldwin <simonb@google.com>
823
824 * configure.ac: If --with-system-zlib, suppress local zlib and
825 pass --with-system-zlib to subdir configure scripts.
826 * configure: Regenerate.
827
828 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
829 Paolo Bonzini <bonzini@gnu.org>
830
831 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
832 $(srcdir).
833 * Makefile.in: Rebuilt.
834
835 2009-09-26 Gary Funck <gary@intrepid.com>
836
837 * MAINTAINERS (Write After Approval): Add myself.
838
839 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
840
841 * configure.ac: Update minimum MPC version to 0.7.
842 * configure: Regenerate.
843
844 2009-09-25 Nick Clifton <nickc@redhat.com>
845
846 * configure.ac: Pass any --cache-file=/dev/null option on to
847 subconfigures.
848 * configure: Regenerate.
849
850 2009-09-23 Nick Clifton <nickc@redhat.com>
851
852 * config.sub, config.guess: Update from upstream sources.
853
854 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
855
856 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
857 * Makefile.in: Rebuilt.
858
859 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
860
861 PR bootstrap/32272
862 * configure.ac: Error out if $srcdir isn't '.' but contains
863 host-${host_noncanonical}.
864 * configure: Regenerate.
865
866 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
867
868 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
869 maintainer.
870
871 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
872
873 * configure.ac: If bootstrapping a combined tree with
874 --enable-gold, require c++ in stage1_languages.
875 * configure: Regenerate.
876
877 * configure.ac: Also add target_libs of stage1_languages to
878 bootstrap_target_libs.
879 * configure: Regenerate.
880
881 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
882 with --enable-languages not containing c++.
883 * configure: Regenerate.
884
885 2009-09-15 Jie Zhang <jie.zhang@analog.com>
886
887 * configure.ac: Disable java and boehm-gc for bfin-*-*.
888 * configure: Regenerate.
889
890 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
891
892 * MAINTAINERS (Write After Approval): Update my e-mail address,
893 and move from from here...
894 (Waiting for paperwork): To here.
895
896 2009-09-09 Joseph Myers <joseph@codesourcery.com>
897
898 * MAINTAINERS (Reviewers): Add self as driver reviewer.
899
900 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
901
902 * configure.ac: Do not use $extrasub for replacing @if/@endif
903 parts in Makefile; instead, use additional arguments to
904 AC_CONFIG_COMMANDS to do the replacement manually, with several
905 sed invocations, to avoid HP-UX sed command limits.
906 * configure: Regenerate.
907
908 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
909
910 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
911 blank before -L.
912
913 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
914
915 * configure.ac (with-build-config): Document. Handle without.
916 Handle missing argument.
917 * configure: Rebuilt.
918
919 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
920
921 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
922 Default to bootstrap-debug only if compare-debug works.
923 * configure: Rebuilt.
924 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
925 * Makefile.in: Rebuilt.
926
927 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
928
929 * MAINTAINERS (OS Port Maintainers): Update my email address.
930
931 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
932
933 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
934 * Makefile.in: Rebuilt.
935
936 2009-09-01 Chris Demetriou <cgd@google.com>
937
938 * MAINTAINERS (Write After Approval): Add myself.
939
940 2009-08-31 Dodji Seketeli <dodji@redhat.com>
941
942 PR debug/30161
943 * include/dwarf2.h (enum dwarf_tag): Added
944 DW_TAG_GNU_template_template_param
945 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
946
947 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
948
949 * Makefile.tpl (AWK): Fix typo.
950 * Makefile.in: Regenerate.
951
952 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
953
954 * configure.ac: Detect awk and sed.
955 * Makefile.def (flags_to_pass): Add AWK and SED.
956 * Makefile.tpl (AWK, SED): New.
957 (BASE_FLAGS_TO_PASS): Add AWK and SED.
958 * configure: Regenerate.
959 * Makefile.in: Regenerate.
960
961 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
962
963 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
964 (collapseslashes): Likewise.
965
966 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
967
968 * configure.ac (AC_PREREQ): Bump to 2.64.
969
970 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
971
972 * configure.ac: Remove --with-datarootdir, --with-docdir,
973 --with-pdfdir, --with-htmldir switches.
974 * configure: Regenerate.
975
976 * configure: Regenerate.
977
978 * compile: Sync from Automake 1.11.
979 * depcomp: Likewise.
980 * install-sh: Likewise.
981 * missing: Likewise.
982 * mkinstalldirs: Likewise.
983 * ylwrap: Likewise.
984
985 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
986
987 * ltmain.sh (func_normal_abspath): New function.
988 (func_relative_path): Likewise.
989 (func_mode_help): Document new -bindir option for link mode.
990 (func_mode_link): Add new -bindir option, and use it to place
991 output DLL if specified.
992
993 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
994
995 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
996 (baseargs): Add --disable-option-checking.
997 * configure: Regenerate.
998
999 * Makefile.def (configure-target-libiberty): Depend on
1000 all-binutils and all-ld.
1001 (configure-target-newlib): Likewise.
1002 * Makefile.in: Regenerate.
1003
1004 2009-08-17 Ben Elliston <bje@au.ibm.com>
1005
1006 * config.sub, config.guess: Update from upstream sources.
1007
1008 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1009
1010 Sync from src, merge:
1011
1012 2009-07-02 Tristan Gingold <gingold@adacore.com>
1013
1014 * configure.ac: Do not exclude gas for i386-*-darwin.
1015 Add a case for x86_64-*-darwin.
1016 * configure: Regenerate.
1017
1018 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
1019
1020 * MAINTAINERS: Add my name to Write After Approval list.
1021
1022 2009-08-06 Michael Eager <eager@eagercon.com>
1023
1024 * configure.ac: Add Microblaze target.
1025 * configure: Regenerate.
1026
1027 2009-07-31 Christian Bruel <christian.bruel@st.com>
1028
1029 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
1030 * configure: Regenerate.
1031
1032 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
1033
1034 * MAINTAINERS (Write After Approval): Update my e-mail address.
1035
1036 2009-07-06 Ian Lance Taylor <iant@google.com>
1037
1038 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
1039 * configure: Rebuild.
1040
1041 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
1042
1043 * MAINTAINERS: Move myself to the Graphite Reviewers.
1044
1045 2009-06-30 Wei Guozhi <carrot@google.com>
1046
1047 * MAINTAINERS: Add my name to Write After Approval list.
1048
1049 2009-06-26 Steve Ellcey <sje@cup.hp.com>
1050
1051 PR bootstrap/40338
1052 * configure.ac (comparestring): Create new variable.
1053 * Makefile.tpl (comparestring): Use to skip some comparisions.
1054 * configure: Regenerate.
1055 * Makefile.in: Regenerate.
1056
1057 2009-06-26 Doug Evans <dje@sebabeach.org>
1058
1059 * Makefile.def (host_modules): Add cgen.
1060 * Makefile.in: Regenerate.
1061 * configure.ac (host_tools): Add cgen.
1062 * configure: Regenerate.
1063
1064 2009-06-23 DJ Delorie <dj@redhat.com>
1065
1066 * MAINTAINERS: Add myself as mep maintainer.
1067
1068 2009-06-23 Ian Lance Taylor <iant@google.com>
1069
1070 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
1071 boot_languages. Only bootstrap target libraries listed in
1072 target_libs for some boot language. Add --with-stage1-ldflags,
1073 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
1074 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
1075 if not building with C++.
1076 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
1077 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
1078 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
1079 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1080 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
1081 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
1082 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
1083 * configure, Makefile.in: Rebuild.
1084
1085 2009-06-23 Li Feng <nemokingdom@gmail.com>
1086
1087 * MAINTAINERS: Added my name to write-after-approval list.
1088
1089 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
1090
1091 * configure.ac: Define is_elf for QNX Neutrino targets.
1092 * configure: Regenerate.
1093
1094 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
1095
1096 * MAINTAINERS: Added my name to the write-after-approval list
1097
1098 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1099
1100 * configure.ac: Detect MPC in default directory.
1101 * configure: Regenerate.
1102
1103 2009-06-03 Jerome Guitton <guitton@adacore.com>
1104 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1105
1106 * Makefile.tpl (all): Avoid a trailing backslash.
1107 * Makefile.in: Regenerate.
1108
1109 2009-06-03 Ben Elliston <bje@au.ibm.com>
1110
1111 * config.sub, config.guess: Update from upstream sources.
1112
1113 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
1114
1115 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
1116 to noconfdirs.
1117 * configure: Regenerate.
1118
1119 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
1120
1121 * Makefile.tpl ([+compare-target+]): Compare all stage
1122 directories, rather than just gcc.
1123 * Makefile.in: Rebuilt.
1124
1125 2009-06-01 Doug Kwan <dougkwan@google.com>
1126
1127 * configure.ac: Support gold for target arm*-*-*.
1128 * configure: Regenerate.
1129
1130 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1131
1132 * Makefile.def: Add MPC support and dependencies.
1133 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
1134
1135 * Makefile.in, configure: Regenerate.
1136
1137 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
1138
1139 * Makefile.tpl (all): Avoid harmless warning in make all when
1140 gcc-bootstrap is enabled but stage_last does not exist.
1141 * Makefile.in: Rebuilt.
1142
1143 2009-05-24 Nicolas Roche <roche@adacore.com>
1144
1145 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
1146 * Makefile.in: Regenerate.
1147
1148 2009-05-21 Denis Chertykov <chertykov@gmail.com>
1149
1150 * MAINTAINERS: Update my e-mail address.
1151
1152 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
1153
1154 * configure.ac (cygwin noconfigdirs): Remove libgcj.
1155 * configure: Regenerate.
1156
1157 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
1158
1159 PR other/40159
1160 * Makefile.tpl (all): Don't assume gcc-bootstrap and
1161 gcc-no-bootstrap are mutually exclusive.
1162 * Makefile.in: Rebuilt.
1163
1164 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
1165
1166 PR other/40159
1167 * Makefile.tpl (all): Don't end with unconditional success.
1168 * Makefile.in: Rebuilt.
1169
1170 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
1171
1172 PR target/37137
1173 * Makefile.def (flags_to_pass): Remove redundant and incomplete
1174 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
1175 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
1176 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
1177 stage_configureflags, stage_cflags and stage_libcflags into
1178 explicit Makefile macros.
1179 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
1180 GFORTRAN.
1181 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
1182 CC. Set CC_FOR_BUILD from CC.
1183 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
1184 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
1185 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
1186 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
1187 and GFORTRAN.
1188 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
1189 (_LIBCFLAGS): Renamed to _TFLAGS.
1190 (do-compare-debug, do-compare3-debug): Drop.
1191 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
1192 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
1193 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
1194 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
1195 (XGCC_FLAGS_FOR_TARGET): New.
1196 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
1197 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
1198 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
1199 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
1200 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
1201 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
1202 TFLAGS.
1203 (BUILD_CONFIG): Include if requested.
1204 (all): Set TFLAGS on bootstrap.
1205 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
1206 (all-stageid-prefixmodule): Likewise.
1207 (do-clean, distclean-stageid): Set TFLAGS.
1208 (restrap): Fix whitespace.
1209 * Makefile.in: Rebuilt.
1210
1211 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
1212
1213 * config.guess: Sync with src.
1214
1215 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
1216
1217 * configure.ac ($with_ppl): Default to no if not supplied.
1218 ($with_cloog): Likewise.
1219 configure: Regenerate.
1220
1221 2009-04-27 James E. Wilson <wilson@codesourcery.com>
1222
1223 * MAINTAINERS: Update my e-mail address.
1224
1225 2009-04-27 Nick Clifton <nickc@redhat.com>
1226
1227 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
1228
1229 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
1230
1231 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
1232 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
1233 * Makefile.in: Regenerate.
1234
1235 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1236
1237 PR bootstrap/39739
1238 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
1239 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
1240
1241 * configure, Makefile.in: Regenerate.
1242
1243 2009-04-21 Taras Glek <tglek@mozilla.com>
1244
1245 * include/hashtab.h: Update GTY annotations to new syntax
1246 * include/splay-tree.h: Likewise
1247
1248 2009-04-17 Ben Elliston <bje@au.ibm.com>
1249
1250 * config.sub, config.guess: Update from upstream sources.
1251
1252 2009-04-15 Anthony Green <green@moxielogic.com>
1253
1254 * configure.ac: Add moxie support.
1255 * configure: Rebuilt.
1256
1257 2009-04-14 Jakub Jelinek <jakub@redhat.com>
1258
1259 * configure.ac: Change copyright header to refer to version
1260 3 of the GNU General Public License and to point readers at the
1261 COPYING3 file and the FSF's license web page.
1262 * Makefile.def: Likewise.
1263 * Makefile.tpl: Likewise.
1264 * Makefile.in: Regenerate.
1265
1266 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
1267
1268 * configure.ac: Restore match for darwin9 or later. Use double
1269 brackets since regeneration eats one pair.
1270 * configure: Regenerate.
1271
1272 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
1273
1274 PR gas/10039
1275 * configure.ac: Require texinfo 4.7.
1276 * configure: Regenerated.
1277
1278 2009-04-09 Nick Clifton <nickc@redhat.com>
1279
1280 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
1281 the GCC Runtime Library Exception.
1282
1283 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1284
1285 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
1286 * configure: Regenerate.
1287
1288 2009-04-01 Steve Ellcey <sje@cup.hp.com>
1289
1290 * Makefil.def (languages): New entries.
1291 * Makefile.tpl (check-gcc-*): New generic target.
1292 * Makefile.in: Regenerate.
1293
1294 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
1295
1296 * MAINTAINERS: Update my email address.
1297
1298 2009-03-18 Tom Tromey <tromey@redhat.com>
1299
1300 * configure: Rebuild.
1301 * configure.ac (host_libs): Add libiconv.
1302 * Makefile.in: Rebuild.
1303 * Makefile.def (host_modules): Add libiconv.
1304 (configure-gdb, all-gdb): Depend on libiconv.
1305
1306 2009-03-16 Tristan Gingold <gingold@adacore.com>
1307
1308 * configure.ac: Treat gdb as supported on x86_64-darwin.
1309 * configure: Regenerate.
1310
1311 2009-03-16 Joseph Myers <joseph@codesourcery.com>
1312
1313 * configure.ac (--with-host-libstdcxx): New option.
1314 * configure: Regenerate.
1315
1316 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
1317
1318 * MAINTAINERS: Move myself into the write after approval list.
1319
1320 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
1321
1322 * MAINTAINERS: Update e-mail address.
1323
1324 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
1325
1326 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
1327
1328 2009-03-10 Ira Rosen <irar@il.ibm.com>
1329
1330 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
1331
1332 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1333
1334 Backport from git Libtool:
1335
1336 2009-01-19 Robert Millan <rmh@aybabtu.com>
1337 Support GNU/kOpenSolaris.
1338 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
1339 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
1340 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
1341 GNU/kOpenSolaris.
1342
1343 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
1344
1345 * MAINTAINERS: Update e-mail address.
1346
1347 2009-02-24 Michael Eager <eager@eagercon.com>
1348
1349 * MAINTAINERS (Write After Approval): Add self.
1350
1351 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
1352
1353 * MAINTAINERS (Write After Approval): Add myself.
1354
1355 2009-02-05 Andreas Schwab <schwab@suse.de>
1356
1357 * Makefile.tpl (stage_last): Define $r and $s before using
1358 $(RECURSE_FLAGS_TO_PASS).
1359 * Makefile.in: Regenerate
1360
1361 2009-01-30 Ian Lance Taylor <iant@google.com>
1362
1363 * MAINTAINERS: Move myself to the Global Reviewers list.
1364
1365 2009-01-29 Robert Millan <rmh@aybabtu.com>
1366
1367 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
1368 * configure: Regenerate.
1369
1370 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
1371
1372 * MAINTAINERS: Make whitespace consistent.
1373 Remove Robert Millan from Write After Approval.
1374
1375 2009-01-16 Alan Modra <amodra@bigpond.net.au>
1376
1377 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
1378 (all-opcodes): Depend on all-libiberty.
1379 * Makefile.in: Regenerate.
1380
1381 2009-01-15 Douglas B Rupp <rupp@gnat.com>
1382
1383 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
1384 * configure: Regenerate.
1385
1386 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
1387
1388 * MAINTAINERS (Write After Approval): Add myself.
1389
1390 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
1391
1392 * MAINTAINERS: Add myself to reviewers (Fortran).
1393
1394 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
1395
1396 PR tree-optimization/38515
1397 * configure.ac (cloog-polylib): Removed.
1398 (with_ppl, with_cloog): Test for "no".
1399 * configure: Regenerated.
1400
1401 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
1402
1403 * MAINTAINERS: Moved myself to reviewers (Fortran).
1404
1405 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
1406
1407 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
1408 (Write After Approval): Remove myself.
1409
1410 2009-01-03 Diego Novillo <dnovillo@google.com>
1411
1412 * MAINTAINERS: Remove myself from alias maintainership.
1413
1414 2009-01-02 David Ayers <ayers@fsfe.org>
1415
1416 * MAINTAINERS: Update e-mail address.
1417
1418 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
1419
1420 * MAINTAINERS: Make whitespace consistent.
1421
1422 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1423
1424 Backport from upstream Libtool:
1425 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
1426 Add cache variables to tests that require the linker to work.
1427 For shlibpath_overrides_runpath, this also changes the semantics
1428 to let the result from the C compiler take precedence.
1429
1430 2008-12-02 Ben Elliston <bje@au.ibm.com>
1431
1432 * config.sub, config.guess: Update from upstream sources.
1433
1434 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
1435
1436 * configure.ac (ppllibs): Add by default the lib flags.
1437 * configure: Regenerate.
1438
1439 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
1440
1441 * MAINTAINERS: Add myself to the write after approval list.
1442
1443 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
1444
1445 * configure.ac: Add double brackets on darwin[912].
1446 * configure: Regenerate.
1447
1448 2008-12-03 Daniel Kraft <d@domob.eu>
1449
1450 * MAINTAINERS: Moved myself and Mikael Morin from Write After
1451 Approval to Reviewer section (for Fortran front-end).
1452
1453 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
1454
1455 * configure.ac: Expand to darwin10 and later.
1456 * configure: Regenerate.
1457
1458 2008-12-02 Andreas Schwab <schwab@suse.de>
1459
1460 * Makefile.def: configure-target-boehm-gc depends on
1461 all-target-libstdc++-v3.
1462 * Makefile.in: Regenerate.
1463
1464 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
1465
1466 * MAINTAINERS: Add myself as mingw maintainer.
1467
1468 2008-12-02 Ben Elliston <bje@au.ibm.com>
1469
1470 * config.sub, config.guess: Update from upstream sources.
1471
1472 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
1473
1474 * README.SCO: Remove.
1475
1476 2008-11-29 Fernando Pereira <pronesto@gmail.com>
1477
1478 * MAINTAINERS: Add myself to the write after approval list.
1479
1480 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
1481
1482 * MAINTAINERS: Update my email address in WAA section.
1483
1484 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
1485
1486 * MAINTAINERS: Update e-mail address.
1487
1488 2008-11-27 Toon Moene <toon@moene.org>
1489
1490 * MAINTAINERS: Change e-mail address.
1491
1492 2008-11-27 Tristan Gingold <gingold@adacore.com>
1493
1494 * configure.ac: Build gdb for i?86-*-darwin*
1495 * configure: Regenerated.
1496
1497 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
1498
1499 * MAINTAINERS: Added my full name.
1500
1501 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
1502
1503 PR bootstrap/38014
1504 PR bootstrap/37923
1505
1506 Revert:
1507
1508 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1509
1510 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1511 * Makefile.in: Regenerated.
1512
1513 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1514
1515 PR gdb/921
1516 PR gdb/1646
1517 PR gdb/2175
1518 PR gdb/2176
1519
1520 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1521 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1522 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1523 (HOST_EXPORTS): Pass CPPFLAGS.
1524 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1525 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1526 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1527 * Makefile.in, configure: Regenerated.
1528 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1529 and CPPFLAGS_FOR_BUILD.
1530
1531 2008-11-06 Jeff Law <law@redhat.com>
1532
1533 * MAINTAINERS: Add myself as middle end maintainer.
1534
1535 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
1536
1537 * MAINTAINERS (Write after approval): Add myself.
1538
1539 2008-11-05 Diego Novillo <dnovillo@google.com>
1540
1541 * MAINTAINERS (Global Reviewers): Add myself.
1542 (Non-Algorithmic Maintainers): Remove myself.
1543
1544 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
1545
1546 * MAINTAINERS (Write after approval): Add myself.
1547
1548 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
1549
1550 * MAINTAINERS (Write after approval): Add myself.
1551
1552 2008-10-31 Ben Elliston <bje@au.ibm.com>
1553
1554 * configure.ac (spu-*-*): Remove special case.
1555 * configure: Regenerate.
1556
1557 2008-10-30 Catherine Moore <clm@codesourcery.com>
1558
1559 * MAINTAINERS (Write after approval): Update my email address.
1560
1561 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
1562
1563 * configure.ac [spu-*-*]: Do not set skipdirs.
1564 * configure: Re-generate.
1565
1566 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
1567
1568 * MAINTAINERS (Various Maintainers): Add myself to reload.
1569
1570 2008-10-25 Richard Guenther <rguenther@suse.de>
1571
1572 * MAINTAINERS (Various Maintainers): Add myself as middle-end
1573 maintainer. Remove myself as libgcc-math maintainer.
1574 (Non-Algorithmic Maintainers): Remove myself.
1575
1576 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
1577
1578 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
1579 * Makefile.in: Regenerated.
1580
1581 2008-10-23 Cary Coutant <ccoutant@google.com>
1582
1583 * MAINTAINERS (Write after approval): Add myself.
1584
1585 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
1586
1587 PR gdb/921
1588 PR gdb/1646
1589 PR gdb/2175
1590 PR gdb/2176
1591
1592 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
1593 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
1594 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
1595 (HOST_EXPORTS): Pass CPPFLAGS.
1596 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
1597 (LDFLAGS_FOR_TARGET): Initialize from configure script.
1598 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
1599 * Makefile.in, configure: Regenerated.
1600 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
1601 and CPPFLAGS_FOR_BUILD.
1602
1603 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
1604
1605 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
1606 Sebastian Pop.
1607
1608 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
1609
1610 * MAINTAINERS (Write After Approval): Added myself.
1611
1612 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1613
1614 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
1615 recommended version to 2.3.2.
1616
1617 * configure: Regenerate.
1618
1619 2008-10-01 Mark Mitchell <mark@codesourcery.com>
1620
1621 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
1622
1623 2008-09-29 David Daney <david.daney@caviumnetworks.com>
1624
1625 * MAINTAINERS (Write After Approval): Update e-mail address.
1626
1627 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
1628
1629 * libtool.m4: Update to libtool 2.2.6.
1630 * lt~obsolete.m4: Update to libtool 2.2.6.
1631 * ltmain.sh: Update to libtool 2.2.6.
1632 * ltsugar.m4: Update to libtool 2.2.6.
1633 * ltversion.m4: Update to libtool 2.2.6.
1634 * ltoptions.m4: Update to libtool 2.2.6.
1635 * ltgcc.m4: Update to match changes from libtool 2.2.6.
1636
1637 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
1638
1639 * MAINTAINERS (Write After Approval): Add myself.
1640
1641 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1642
1643 * MAINTAINERS (Write After Approval): Update my name.
1644
1645 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
1646
1647 * MAINTAINERS: Add myself in "Write After Approval".
1648
1649 2008-09-18 Steve Ellcey <sje@cup.hp.com>
1650
1651 * MAINTAINERS: Add myself as ia64 maintainer.
1652
1653 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
1654
1655 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
1656 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
1657 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
1658 and Michael Tiemann from Write After Approval since they do not
1659 actually have access.
1660
1661 2008-09-05 Richard Guenther <rguenther@suse.de>
1662
1663 * configure.ac: Initialize clooglibs to -lcloog.
1664 * configure: Re-generate.
1665
1666 2008-09-04 Le-Chun Wu <lcwu@google.com>
1667
1668 * MAINTAINERS (Write After Approval): Add myself.
1669
1670 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
1671
1672 * configure.ac (--with-cloog-polylib): New.
1673 (--disable-cloog-version-check): New.
1674 (--disable-ppl-version-check): New.
1675 * configure: Re-generate.
1676
1677 2008-09-03 Richard Guenther <rguenther@suse.de>
1678
1679 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
1680 cloog test.
1681 * configure: Re-generate.
1682
1683 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
1684
1685 Add picoChip port.
1686 * MAINTAINERS: Add picoChip maintainers.
1687
1688 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
1689 Tobias Grosser <grosser@fim.uni-passau.de>
1690 Jan Sjodin <jan.sjodin@amd.com>
1691 Harsha Jagasia <harsha.jagasia@amd.com>
1692 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1693 Konrad Trifunovic <konrad.trifunovic@inria.fr>
1694 Adrien Eliche <aeliche@isty.uvsq.fr>
1695
1696 Merge from graphite branch.
1697 * configure: Regenerate.
1698 * Makefile.in: Regenerate.
1699 * configure.ac (host_libs): Add ppl and cloog.
1700 Add checks for PPL and CLooG.
1701 * Makefile.def (ppl, cloog): Added modules and dependences.
1702 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
1703 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
1704
1705 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1706
1707 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
1708 (GCC_SHLIB_SUBDIR): New.
1709 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
1710 * configure: Regenerate.
1711 * Makefile.in: Regenerate.
1712
1713 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
1714
1715 * MAINTAINERS: Consistently use tabs to separate columns.
1716
1717 2008-08-29 Tristan Gingold <gingold@adacore.com>
1718
1719 * MAINTAINERS (Write after Approval): Add myself.
1720
1721 2008-08-28 Tristan Gingold <gingold@adacore.com>
1722
1723 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
1724 Enable bfd, binutils and opcodes.
1725 * configure: Regenerate.
1726
1727 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1728
1729 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
1730
1731 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
1732
1733 * MAINTAINERS: Use correct Umlaut for last name.
1734
1735 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1736
1737 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
1738
1739 2008-08-16 David Edelsohn <edelsohn@gnu.org>
1740
1741 * MAINTAINERS: Update my email address.
1742
1743 2008-08-16 Nicolas Roche <roche@adacore.com>
1744
1745 * Makefile.tpl: Add BOOT_ADAFLAGS.
1746 * Makefile.in: Regenerate.
1747
1748 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
1749
1750 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
1751 * configure: Regenerate.
1752
1753 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
1754
1755 * configure.ac: Add makefile fragments for hpux.
1756 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
1757 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
1758 * configure: Regenerate.
1759 * Makefile.in: Regenerate.
1760
1761 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
1762
1763 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
1764
1765 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
1766
1767 * MAINTAINERS (Write after Approval): Add myself.
1768
1769 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
1770
1771 * MAINTAINERS (Write After Approval): Add myself.
1772
1773 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
1774
1775 * MAINTAINERS (Write After Approval): Add myself.
1776
1777 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
1778
1779 * MAINTAINERS: Update my email address.
1780
1781 2008-06-25 Joey Ye <joey.ye@intel.com>
1782
1783 * MAINTAINERS (Write After Approval): Add myself.
1784
1785 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1786
1787 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
1788 * Makefile.in: Regenerate.
1789 * configure: Regenerate.
1790
1791 2008-06-17 Daniel Kraft <d@domob.eu>
1792
1793 * MAINTAINERS (Write After Approval): Add myself.
1794
1795 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1796
1797 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
1798 "$@" is still intact with both Autoconf 2.59 and 2.62.
1799 * configure: Regenerate.
1800
1801 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1802
1803 * Makefile.tpl: Fix comment errors.
1804 * Makefile.in: Regenerate.
1805
1806 2008-06-12 David S. Miller <davem@davemloft.net>
1807 David Edelsohn <edelsohn@gnu.org>
1808
1809 * configure.ac: Add powerpc*-*-* to gold supported targets.
1810 * configure: Regenerate.
1811
1812 2008-06-08 Joseph Myers <joseph@codesourcery.com>
1813
1814 PR tree-optimization/36218
1815 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
1816 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
1817 (all prefix="build-"): Pass them to build-system sub-makes.
1818 * Makefile.in: Regenerate.
1819
1820 2008-06-07 Joseph Myers <joseph@codesourcery.com>
1821
1822 * MAINTAINERS (mt port): Remove.
1823 (sco5, unixware, sco udk): Remove.
1824 (Kean Johnston): Add to Write After Approval.
1825
1826 2008-05-30 Julian Brown <julian@codesourcery.com>
1827
1828 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
1829 of libobjc for ARM EABI Linux.
1830 * configure: Regenerate.
1831
1832 2008-05-18 Xinliang David Li <davidxl@google.com>
1833
1834 * ChangeLog: Remove wrong ChangeLog entry.
1835
1836 2008-05-17 Xinliang David Li <davidxl@google.com>
1837
1838 * MAINTAINERS (Write After Approval): Add myself.
1839
1840 2008-05-15 Janus Weil <janus@gcc.gnu.org>
1841
1842 * MAINTAINERS (Write After Approval): Add myself.
1843
1844 2008-05-14 Rafael Espíndola <espindola@google.com>
1845
1846 * config-ml.in: don't handle --enable-shared and --enable-static.
1847
1848 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
1849
1850 * MAINTAINERS: Update my email address.
1851
1852 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
1853
1854 * MAINTAINERS: Update my email address.
1855
1856 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
1857
1858 * MAINTAINERS (Write After Approval): Add myself.
1859
1860 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
1861
1862 * MAINTAINERS (Write After Approval): Add myself.
1863
1864 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
1865
1866 * MAINTAINERS (crx): Add myself.
1867
1868 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1869
1870 Sync with src:
1871 2008-04-14 David S. Miller <davem@davemloft.net>
1872
1873 * configure.ac: Add sparc*-*-* to gold supported targets.
1874 * configure: Regenerate.
1875
1876 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1877
1878 PR bootstrap/35457
1879 * configure.ac: Include override.m4.
1880 * configure: Regenerate.
1881
1882 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
1883
1884 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
1885 * Makefile.in: Regenerate.
1886
1887 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
1888
1889 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
1890 as nonconfigurable directories list.
1891 * configure: Regenerate.
1892
1893 2008-04-14 Ben Elliston <bje@au.ibm.com>
1894
1895 * config.sub, config.guess: Update from upstream sources.
1896
1897 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
1898
1899 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
1900 * Makefile.in: Regenerate.
1901
1902 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
1903
1904 * configure.ac: Do not build libssp for the AVR.
1905 * configure: Regenerate.
1906
1907 2008-04-07 Ian Lance Taylor <iant@google.com>
1908
1909 * Makefile.def: check-gold depends upon all-binutils.
1910 * Makefile.in: Regenerate.
1911
1912 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
1913
1914 * MAINTAINERS (Write After Approval): Add myself.
1915
1916 2008-04-04 Nick Clifton <nickc@redhat.com>
1917
1918 PR binutils/4334
1919 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
1920 builds.
1921 * configure: Regenerate.
1922
1923 2008-04-04 NightStrike <NightStrike@gmail.com>
1924
1925 PR other/35151
1926 * configure.ac: Combine rules for mingw32 and mingw64.
1927 * configure: Regenerate.
1928
1929 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
1930
1931 * MAINTAINERS (Write After Approval): Add myself.
1932
1933 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
1934
1935 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
1936 * Makefile.in (.NOTPARALLEL): Ditto.
1937
1938 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
1939
1940 * MAINTAINERS (Write After Approval): Add myself.
1941
1942 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
1943
1944 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
1945 * Makefile.in (.NOTPARALLEL): Regenerate.
1946
1947 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
1948
1949 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
1950 * Makefile.in: Regenerate.
1951
1952 2008-03-26 Jakub Staszak <kuba@et.pl>
1953
1954 * MAINTAINERS (Write After Approval): Add myself.
1955
1956 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
1957
1958 * MAINTAINERS: Update e-mail address.
1959
1960 2008-03-20 Ian Lance Taylor <iant@google.com>
1961
1962 * configure.ac: Add support for --enable-gold.
1963 * Makefile.def: Add gold as a directory like ld.
1964 * configure, Makefile.in: Regenerate.
1965
1966 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1967
1968 * configure.ac: m4_include config/proginstall.m4.
1969 * configure: Regenerate.
1970
1971 Backport from upstream Libtool:
1972
1973 2007-10-12 Eric Blake <ebb9@byu.net>
1974
1975 Deal with Autoconf 2.62's semantic change in m4_append.
1976 * ltsugar.m4 (lt_append): Replace broken versions of
1977 m4_append.
1978 (lt_if_append_uniq): Don't require separator to be overquoted,
1979 and avoid broken m4_append.
1980 (lt_dict_add): Fix typo.
1981 * libtool.m4 (_LT_DECL): Don't overquote separator.
1982
1983 2008-03-13 David Edelsohn <edelsohn@gnu.org>
1984
1985 * config.rpath: Add AIX 6 support.
1986
1987 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
1988
1989 * Makefile.def (stageprofile). Remove -fprofile-generate
1990 from stage_libcflags.
1991 * Makefile.in: Regenerate.
1992
1993 2008-03-13 Ben Elliston <bje@au.ibm.com>
1994
1995 * config.sub, config.guess: Update from upstream sources.
1996
1997 2008-03-06 Tom Tromey <tromey@redhat.com>
1998
1999 * MAINTAINERS: Update for treelang deletion.
2000
2001 2008-03-03 James E. Wilson <wilson@tuliptree.org>
2002
2003 * MAINTAINERS: Update my email address.
2004
2005 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
2006
2007 * MAINTAINERS (darwin port): Add myself as a maintainer.
2008 (objective-c/c++): Add myself as a maintainer.
2009
2010 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
2011
2012 * MAINTAINERS (Write After Approval): Update my email address.
2013
2014 2008-02-25 Tomas Bily <tbily@suse.cz>
2015
2016 * MAINTAINERS (Write After Approval): Add myself.
2017
2018 2008-02-23 Jakub Jelinek <jakub@redhat.com>
2019
2020 * MAINTAINERS (OpenMP): Add myself.
2021
2022 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
2023
2024 PR bootstrap/32009
2025 PR bootstrap/32161
2026
2027 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
2028 * configure: Regenerate.
2029
2030 * Makefile.def: Define stage_libcflags for all bootstrap stages.
2031 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
2032 STAGE4_LIBCFLAGS): New.
2033 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
2034 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2035 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
2036 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
2037 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
2038 for target modules. Don't export LIBCFLAGS.
2039 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
2040 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
2041 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
2042 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
2043 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
2044 * Makefile.in: Regenerate.
2045
2046 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2047
2048 PR libgcj/33085
2049 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
2050 Do not use -DDLL_EXPORT. Backport from upstream.
2051
2052 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2053
2054 * MAINTAINERS (Write After Approval): Add myself.
2055
2056 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
2057
2058 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
2059 * configure: Regenerate.
2060
2061 2008-01-31 Marc Gauthier <marc@tensilica.com>
2062
2063 * configure.ac (xtensa*-*-*): Recognize processor variants.
2064 * configure: Regenerate.
2065
2066 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2067
2068 PR bootstrap/34922
2069 * configure.ac (PARSE_ARGS): Push suitable setting of
2070 ac_subdirs_all, for `./configure --help=recursive'.
2071 Handle `+' in generic toplevel directory disabling.
2072 * configure: Regenerate.
2073
2074 2008-01-28 Nick Clifton <nickc@redhat.com>
2075
2076 * MAINTAINERS (xstormy16): Take over maintainership.
2077
2078 2008-01-25 Joseph Myers <joseph@codesourcery.com>
2079
2080 * MAINTAINERS (c4x port): Remove.
2081
2082 2008-01-24 David Edelsohn <edelsohn@gnu.org>
2083
2084 * libtool.m4: Backport AIX 6 support from ToT Libtool.
2085
2086 2008-01-23 Ben Elliston <bje@au.ibm.com>
2087
2088 * config.sub, config.guess: Update from upstream sources.
2089
2090 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
2091
2092 * MAINTAINERS (Write After Approval): Add myself.
2093
2094 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
2095
2096 * MAINTAINERS: Update my email address.
2097
2098 2008-01-09 Raksit Ashok <raksit@google.com>
2099
2100 * MAINTAINERS (Write After Approval): Add myself.
2101
2102 2008-01-09 Raksit Ashok <raksit@google.com>
2103
2104 * MAINTAINERS (Write After Approval): Add myself.
2105
2106 2008-01-08 Ben Elliston <bje@au.ibm.com>
2107
2108 * config.sub, config.guess: Update from upstream sources.
2109
2110 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2111
2112 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
2113 Change recommended MPFR from 2.2.1 -> 2.3.0.
2114 * configure: Regenerate.
2115
2116 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
2117
2118 * MAINTAINERS: Update my email address.
2119
2120 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
2121
2122 * MAINTAINERS: Update my email address.
2123
2124 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
2125
2126 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
2127 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
2128 * Makefile.in: Regenerate.
2129
2130 2007-12-10 Mark Heffernan <meheff@google.com>
2131
2132 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
2133 misplaced entries.
2134
2135 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
2136
2137 * configure.ac: Enable libjava for x86_64-*-darwin9.
2138 * configure: Regenerate.
2139
2140 2007-12-07 Bill Maddox <maddox@google.com>
2141
2142 * MAINTAINERS (Write After Approval): Add myself.
2143
2144 2007-12-05 Ben Elliston <bje@au.ibm.com>
2145
2146 * config.sub, config.guess: Update from upstream sources.
2147
2148 2007-12-02 Matthias Klose <doko@ubuntu.com>
2149
2150 * config-ml.in: Remove 64bit configure tests.
2151
2152 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2153
2154 * config-ml.in: Robustify against white space in absolute file
2155 names.
2156
2157 * config-ml.in (multi-clean): Substitute ${Makefile}.
2158 Remove superfluous ${Makefile} in list.
2159
2160 2007-11-19 Thiemo Seufer <ths@mips.com>
2161
2162 * config-ml.in: Don't hardcode the Makefile name.
2163
2164 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
2165
2166 * MAINTAINERS (Write After Approval): Add myself.
2167
2168 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
2169
2170 * MAINTAINERS (Write After Approval): Add myself.
2171
2172 2007-11-06 Doug Kwan <dougkwan@google.com>
2173
2174 * MAINTAINERS (Write After Approval): Add myself.
2175
2176 2007-10-25 Ben Elliston <bje@au.ibm.com>
2177
2178 * MAINTAINERS (mercury): Remove entry.
2179 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
2180
2181 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
2182
2183 * Makefile.def (dependencies): Make configure-gdb depend on
2184 all-intl.
2185 * Makefile.in: Regenerated.
2186
2187 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
2188
2189 * MAINTAINERS (Fortran maintainer): Remove myself.
2190
2191 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
2192
2193 * Makefile.def: To avoid problems running with parallel makes,
2194 build newlib before libgloss so that target specific header
2195 files are availble.
2196 * Makefile.in: Regenerate
2197
2198 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
2199
2200 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
2201 * Makefile.in: Regenerate.
2202
2203 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
2204
2205 * MAINTAINERS (Register allocation reviewer): Add myself.
2206
2207 2007-10-08 Mike Frysinger <vapier@gentoo.org>
2208
2209 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
2210 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
2211 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
2212 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
2213 * configure: Regenerate.
2214
2215 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
2216
2217 * MAINTAINERS (Register allocation reviewer): Add myself.
2218
2219 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
2220
2221 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
2222 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
2223 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
2224 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
2225 * configure.ac: Default them to host tools for $host = $build.
2226 Subst them.
2227
2228 * configure: Regenerate.
2229 * Makefile.in: Regenerate.
2230
2231 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
2232
2233 * MAINTAINERS (Register allocation reviewer): Add myself.
2234
2235 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
2236
2237 * MAINTAINERS (Register allocation reviewer): Add myself.
2238
2239 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
2240
2241 * MAINTAINERS (Write After Approval): Fix typo.
2242
2243 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
2244
2245 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
2246 * configure: Regenerate.
2247
2248 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
2249
2250 PR bootstrap/31906
2251 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
2252 they're already prefixed.
2253
2254 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
2255
2256 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
2257 libstdc++.
2258 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
2259 * configure: Regenerate.
2260 * Makefile.in: Regenerate.
2261
2262 2007-09-17 Andreas Schwab <schwab@suse.de>
2263
2264 * configure.ac: Raise minimum makeinfo version to 4.6.
2265 * configure: Regenerate.
2266
2267 2007-09-17 Johannes Singler <singler@ira.uka.de>
2268
2269 * MAINTAINERS (write-after-approval) add myself
2270
2271 2007-09-15 Alan Modra <amodra@bigpond.net.au>
2272
2273 * configure.ac: Correct makeinfo version check.
2274 * configure: Regenerate.
2275
2276 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
2277
2278 * MAINTAINERS: Update my email address.
2279
2280 2007-09-14 Richard Sandiford <richard@codesourcery.com>
2281
2282 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
2283 to $skipdirs and only disable gprof for newlib. Use the normal
2284 mips*-elf* handling in other respects.
2285 * configure: Regnerate.
2286
2287 2007-09-12 David Daney <ddaney@avtrex.com>
2288
2289 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
2290 enabling libgcj.
2291 * configure: Regenerate.
2292
2293 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
2294
2295 PR other/32154
2296 * configure.ac: For libgloss targets, point the linker to the linker
2297 script, startup code and simulator library.
2298 * configure: Regenerate.
2299
2300 2007-09-07 Andrew Haley <aph@redhat.com>
2301
2302 * configure.ac (noconfigdirs): Remove target-libffi and
2303 target-libjava.
2304 * configure: Regenerate.
2305
2306 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2307
2308 PR target/33281
2309 * configure.ac: Use config/mh-mingw on mingw.
2310 * configure: Regenerate.
2311
2312 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
2313
2314 * MAINTAINERS (Write After Approval): Add myself.
2315
2316 2007-09-05 Richard Guenther <rguenther@suse.de>
2317
2318 * configure.ac (--enable-stage1-checking): If neither --enable-checking
2319 nor --disable-checking is provided also turn on yes and types
2320 checking for stage1.
2321 * configure: Re-generate.
2322
2323 2007-08-30 Krister Walfridsson <cato@df.lth.se>
2324
2325 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
2326 (Write After Approval): Remove myself.
2327
2328 2007-08-29 Nick Clifton <nickc@redhat.com>
2329
2330 * config.sub, config.guess: Update from upstream sources.
2331
2332 2007-08-22 Bud Davis <jmdavis@link.com>
2333
2334 * MAINTAINERS (Write After Approval): Added myself.
2335 * MAINTAINERS (Reviewers): Removed myself.
2336
2337 2007-08-18 Paul Brook <paul@codesourcery.com>
2338 Joseph Myers <joseph@codesourcery.com>
2339
2340 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
2341 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
2342 * Makefile.in: Regenerate.
2343 * configure.ac (--with-debug-prefix-map): New.
2344 * configure: Regenerate.
2345
2346 2007-08-17 Richard Sandiford <richard@codesourcery.com>
2347 Nigel Stephens <nigel@mips.com>
2348
2349 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
2350 as target_makefile_frag.
2351 * configure: Regenerate.
2352
2353 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
2354
2355 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
2356 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
2357 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
2358 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
2359 (do-compare, do-compare3, do-compare-debug): New.
2360 ([+compare-target+]): Use them.
2361
2362 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
2363
2364 * MAINTAINERS (Write After Approval): Change my email address.
2365
2366 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2367 Ben Elliston <bje@au.ibm.com>
2368
2369 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
2370 --silent if $silent.
2371 * configure: Regenerate.
2372
2373 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
2374
2375 * MAINTAINERS (Various Maintainers): Add myself as
2376 loop infrastructure maintainer. Update my e-mail
2377 address.
2378
2379 2007-07-31 Diego Novillo <dnovillo@google.com>
2380
2381 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
2382 Adjust description.
2383
2384 2007-07-26 Richard Guenther <rguenther@suse.de>
2385
2386 * configure.ac: Add types checking to stage1 checking flags.
2387 * configure: Regenerate.
2388
2389 2007-07-17 Nick Clifton <nickc@redhat.com>
2390
2391 * COPYING3: New file. Contains version 3 of the GNU General
2392 Public License.
2393 * COPYING3.LIB: New file. Contains version 3 of the GNU
2394 Lesser General Public License.
2395
2396 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
2397
2398 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
2399
2400 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
2401
2402 * MAINTAINERS (S/390 co-maintainer): Add myself.
2403 (Write After Approval): Remove myself.
2404
2405 2007-07-13 Dan Hipschman <dsh@google.com>
2406
2407 * MAINTAINERS (Write After Approval): Add myself.
2408
2409 2007-07-11 Nick Clifton <nickc@redhat.com>
2410
2411 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
2412 WINDRES export.
2413 * Makefile.in: Regenerate.
2414
2415 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2416
2417 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
2418 maintainer.
2419
2420 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
2421
2422 * lt~obsolete.m4: New. Import from 20070318 libtool.
2423
2424 2007-07-03 Julian Brown <julian@codesourcery.com>
2425
2426 * MAINTAINERS (Write After Approval): Add myself.
2427
2428 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2429
2430 * configure.ac: Rewrite 'configure --help' strings to look nicer.
2431 * configure: Regenerate.
2432
2433 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2434
2435 * configure.ac: Add some missing m4 quotation.
2436 * configure: Regenerate.
2437
2438 2007-07-02 Simon Baldwin <simonb@google.com>
2439
2440 * MAINTAINERS (Write After Approval): Add myself.
2441
2442 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
2443
2444 * configure: Regenerate.
2445
2446 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
2447
2448 * Makefile.def: Add windmc tool to build.
2449 * Makefile.tpl: Likewise.
2450 * configure.ac: Likewise.
2451 * Makefile.in: Regenerate.
2452 * configure: Regenerate.
2453
2454 2007-06-28 DJ Delorie <dj@redhat.com>
2455
2456 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
2457 not building newlib.
2458 * configure: Regenerated.
2459
2460 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
2461
2462 * MAINTAINERS (Write After Approval): Add myself.
2463
2464 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
2465
2466 * MAINTAINERS (Write After Approval): Add myself.
2467
2468 2007-06-19 Chris Matthews <chrismatthews@google.com>
2469
2470 * MAINTAINERS (Write After Approval): Add myself.
2471
2472 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
2473
2474 * MAINTAINERS (Write After Approval): Add myself.
2475
2476 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
2477
2478 * Makefile.def: Add dependency from configure-gdb to all-bfd.
2479 * Makefile.in: Regenerated.
2480
2481 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
2482
2483 * configure.ac: Don't add target-libmudflap to noconfigdirs for
2484 bfin*-*-uclinux* targets.
2485 * configure: Regenerate.
2486
2487 2007-06-14 Ian Lance Taylor <iant@google.com>
2488
2489 * MAINTAINERS: Add myself as non-algorithmic global write
2490 maintainer.
2491
2492 2007-06-14 Diego Novillo <dnovillo@google.com>
2493
2494 * MAINTAINERS: Add self as middle-end maintainer and
2495 non-algorithmic global write maintainer.
2496
2497 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2498
2499 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
2500 Move all Fortran maintainers except Paul Brook into the
2501 Non-Autopoiesis section.
2502
2503 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
2504
2505 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
2506 (distclean-stage[+id+]): Possibly delete stage_last.
2507 * Makefile.in: Regenerate.
2508
2509 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
2510
2511 * MAINTAINERS (Various Maintainer): Fix typo.
2512
2513 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
2514
2515 * MAINTAINERS (Various Maintainer): Add myself as
2516 dataflow maintainer.
2517
2518 2007-06-07 Ben Elliston <bje@au.ibm.com>
2519
2520 * config.sub, config.guess: Update from upstream sources.
2521
2522 2007-06-07 Ben Elliston <bje@au.ibm.com>
2523
2524 * Makefile.tpl: Fix spelling error.
2525 * Makefile.in: Regenerate.
2526
2527 2007-06-01 Steve Ellcey <sje@cup.hp.com>
2528
2529 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
2530 lt_cv_sys_max_cmd_len.
2531
2532 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
2533
2534 * MAINTAINERS (Various Maintainers): Add myself as
2535 auto-vectorizer maintainer.
2536
2537 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
2538
2539 PR libjava/32098
2540 * libtool.m4: Revert previous change.
2541 * ltgcc.m4: Put it here.
2542
2543 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
2544
2545 * MAINTAINERS (Various Maintainers): Add myself as
2546 auto-vectorizer maintainer.
2547
2548 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
2549
2550 PR libjava/32098
2551 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
2552
2553 2007-05-30 Richard Guenther <rguenther@suse.de>
2554
2555 * MAINTAINERS (Various Maintainers): Add myself as
2556 auto-vectorizer maintainer.
2557
2558 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2559
2560 PR bootstrap/29382
2561 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
2562 * configure: Rebuilt.
2563
2564 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
2565
2566 * MAINTAINERS (Write After Approval): Removed my name.
2567
2568 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
2569
2570 * MAINTAINERS (Write After Approval): Remove myself.
2571
2572 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
2573
2574 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
2575
2576 2007-05-23 Steve Ellcey <sje@cup.hp.com>
2577
2578 * ltmain.sh: Update from ToT Libtool.
2579 * libtool.m4: Update from ToT Libtool.
2580 * ltsugar.m4: New. Update from ToT Libtool.
2581 * ltversion.m4: New. Update from ToT Libtool.
2582 * ltoptions.m4: New. Update from ToT Libtool.
2583 * ltconfig: Remove.
2584 * ltcf-c.sh: Remove.
2585 * ltcf-cxx.sh: Remove.
2586 * ltcf-gcj.sh: Remove.
2587
2588 2007-05-22 Ollie Wild <aaw@google.com>
2589
2590 * MAINTAINERS (Write After Approval): Add myself.
2591
2592 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
2593
2594 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
2595 stage_cflags.
2596 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
2597 Remove CFLAGS/LIBCFLAGS.
2598 (configure-stage[+id+]-[+prefix+][+module+],
2599 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
2600 * Makefile.in: Regenerate.
2601
2602 2007-05-15 Diego Novillo <dnovillo@google.com>
2603
2604 * MAINTAINERS: Update e-mail address.
2605
2606 2007-05-15 Revital Eres <eres@il.ibm.com>
2607
2608 * MAINTAINERS (Write After Approval): Add myself.
2609
2610 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
2611
2612 * MAINTAINERS (Write After Approval): Updated my address.
2613
2614 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
2615
2616 * MAINTAINERS (Write After Approval): Add myself.
2617
2618 2007-05-11 Silvius Rus <rus@google.com>
2619
2620 * MAINTAINERS (Write After Approval): Add myself.
2621
2622 2007-04-23 Tom Tromey <tromey@redhat.com>
2623
2624 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
2625
2626 2007-04-22 Mark Mitchell <mark@codesourcery.com>
2627
2628 * MAINTAINERS (cpplib): Rename to ...
2629 (libcpp): ... this. Add C/C++ front end maintainers.
2630
2631 2007-04-14 Steve Ellcey <sje@cup.hp.com>
2632
2633 * config-ml.in: Pass ${ml_config_env} to configure calls.
2634
2635 2007-04-04 Christian Bruel <christian.bruel@st.com>
2636
2637 * MAINTAINERS (Write After Approval): Add myself.
2638
2639 2007-04-02 Dave Korn <dave.korn@artimi.com>
2640
2641 * MAINTAINERS (Write After Approval): Add myself.
2642
2643 2007-03-31 Tobias Burnus <burnus@net-b.de>
2644
2645 * MAINTAINERS (fortran 95 front end): Add myself.
2646
2647 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2648
2649 * MAINTAINERS (Write After Approval): Add myself.
2650
2651 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
2652
2653 * MAINTAINERS (Modulo Scheduler): Add myself.
2654
2655 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
2656
2657 * MAINTAINERS (fortran 95 front end): Add myself.
2658 (c++ front end): whitespace fix.
2659
2660 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
2661
2662 * MAINTAINERS (Write After Approval): Add myself.
2663
2664 2007-03-21 Richard Sandiford <richard@codesourcery.com>
2665
2666 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
2667 of glob. Quote arguments with single quotes too.
2668 * configure: Regenerate.
2669
2670 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
2671
2672 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
2673 * Makefile.in: Regenerate
2674
2675 2007-03-07 Andreas Schwab <schwab@suse.de>
2676
2677 * configure: Regenerate.
2678
2679 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
2680
2681 * configure.ac: Add "--with-pdfdir" configure option,
2682 which defines pdfdir variable.
2683 * Makefile.def (target=fixincludes): Add install-pdf to
2684 missing targets.
2685 (recursive_targets): Add install-pdf target.
2686 (flags_to_pass): Add pdfdir.
2687 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
2688 target.
2689 * configure: Regenerate
2690 * Makefile.in: Regenerate
2691
2692 2007-02-28 Eric Christopher <echristo@apple.com>
2693
2694 Revert:
2695 2006-12-07 Mike Stump <mrs@apple.com>
2696
2697 * Makefile.def (dependencies): Add dependency for
2698 install-target-libssp and install-target-libgomp on
2699 install-gcc.
2700 * Makefile.in: Regenerate.
2701
2702 2007-02-27 Matt Kraai <kraai@ftbfs.org>
2703
2704 * configure: Regenerate.
2705 * configure.ac: Move statements after variable declarations.
2706
2707 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
2708
2709 * MAINTAINERS: Add myself as sh maintainer.
2710
2711 2007-02-19 Joseph Myers <joseph@codesourcery.com>
2712
2713 * configure.ac: Adjust for loop syntax.
2714 * configure: Regenerate.
2715
2716 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
2717
2718 * configure: Rebuilt.
2719
2720 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
2721
2722 * configure.ac: Drop multiple occurrences of --enable-languages,
2723 and fix its quoting.
2724 * configure: Rebuilt.
2725
2726 2007-02-17 Mark Mitchell <mark@codesourcery.com>
2727 Nathan Sidwell <nathan@codesourcery.com>
2728 Vladimir Prus <vladimir@codesourcery.com>
2729 Joseph Myers <joseph@codesourcery.com>
2730
2731 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
2732 * configure: Regenerate.
2733
2734 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
2735
2736 * ltconfig (freebsd*): Default to elf.
2737
2738 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2739
2740 * configure.ac (target_libraries): Move libgcc before libiberty.
2741 * configure: Regenerated.
2742
2743 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
2744 Paolo Bonzini <bonzini@gnu.org>
2745
2746 PR bootstrap/30753
2747 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
2748 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
2749 * configure: Regenerated.
2750
2751 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2752
2753 * MAINTAINERS (Language Front End Maintainers): Update my mail
2754 address.
2755
2756 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2757
2758 PR bootstrap/30748
2759 * configure.ac: Correct syntax for Solaris ksh.
2760 * configure: Regenerated.
2761
2762 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
2763
2764 * configure.ac: Sync with src.
2765 * configure: Regenerate.
2766
2767 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
2768
2769 * Makefile.in: Regenerate.
2770
2771 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
2772
2773 * config.sub: Sync with src.
2774
2775 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2776
2777 * Makefile.tpl (build_alias, host_alias, target_alias): Use
2778 noncanonical equivalents.
2779 * configure.in: Rename to...
2780 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
2781 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
2782 target_noncanonical. Use them. Rewrite removal of configure
2783 arguments for autoconf 2.59. Discard variable settings. Force
2784 program_transform_name for native tools.
2785
2786 * Makefile.in: Regenerated.
2787 * configure: Regenerated with autoconf 2.59.
2788
2789 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
2790
2791 * MAINTAINERS (Write After Approval): Add myself.
2792
2793 2007-01-31 Andreas Schwab <schwab@suse.de>
2794
2795 * Makefile.tpl (LDFLAGS): Substitute it.
2796 * Makefile.in: Regenerate.
2797
2798 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
2799
2800 * MAINTAINERS (Write After Approval): Add myself.
2801
2802 2007-01-28 David Edelsohn <edelsohn@gnu.org>
2803
2804 * MAINTAINERS (spu port): Add myself.
2805
2806 2007-01-23 Richard Guenther <rguenther@suse.de>
2807
2808 PR bootstrap/30541
2809 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
2810 * Makefile.tpl (GNATBIND): Substitute it.
2811 (GNATMAKE): Likewise.
2812 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
2813 of STAGE_PREFIX.
2814 * Makefile.in: Regenerate.
2815 * configure: Regenerate.
2816
2817 2007-01-18 Mike Stump <mrs@apple.com>
2818
2819 * configure.in: Re-enable -Werror for gcc builds.
2820
2821 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
2822
2823 * MAINTAINERS (Write After Approval): Add myself.
2824
2825 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
2826
2827 * configure.in: Change == to = in test command.
2828 * configure: Regenerate.
2829
2830 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
2831 Nick Clifton <nickc@redhat.com>
2832 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
2833
2834 * configure.in (build_configargs, host_configargs, target_configargs):
2835 Remove build/host/target parameters.
2836 (host_libs): Add gmp and mpfr.
2837 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
2838 * Makefile.def (gmp, mpfr): New.
2839 (gcc): Remove target.
2840 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
2841 target_os, target_vendor): New.
2842 (configure): Add host_alias/target_alias arguments; adjust invocations.
2843 * configure: Regenerate.
2844 * Makefile.in: Regenerate.
2845
2846 2007-01-11 Matt Fago <fago@earthlink.net>
2847
2848 * configure.in: Try to link to functions only in mpfr 2.2.x
2849 to improve robustness of configure tests.
2850 * configure: Regenerate.
2851
2852 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
2853
2854 * MAINTAINERS: Add myself as i386 maintainer.
2855
2856 2007-01-08 Jan Hubicka <jh@suse.cz>
2857
2858 * MAINTAINERS: Add myself as i386 maintainer.
2859
2860 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
2861
2862 * configure.in: Add support for an x86_64-mingw* target.
2863 * configure: Regenerate.
2864
2865 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
2866
2867 * Makefile.tpl (all-target): Correct @if conditional for target
2868 modules.
2869 * configure.in: Omit libiberty if building only target libgcc.
2870 * configure, Makefile.in: Regenerated.
2871
2872 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
2873
2874 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
2875 * configure: Regenerate.
2876
2877 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
2878
2879 * Makefile.def (target_modules): Add libgcc.
2880 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
2881 * Makefile.tpl (clean-target-libgcc): Delete.
2882 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
2883 on gcc even for bootstrapped modules. Rewrite handling of
2884 lang_env_dependencies to loop over target_modules.
2885 * configure.in (target_libraries): Add target-libgcc.
2886 * Makefile.in, configure: Regenerated.
2887
2888 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2889
2890 * configure.in: Reorganize recognition of languages. Add
2891 --enable-stage1-languages. Show supported languages for the chosen
2892 target rather than all recognized languages.
2893 * configure: Regenerate.
2894
2895 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
2896
2897 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
2898 * Makefile.in: Regenerate.
2899
2900 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2901
2902 * configure.in: Warn that MPFR 2.2.0 is buggy.
2903 * configure: Regenerate.
2904
2905 2006-12-27 Ian Lance Taylor <iant@google.com>
2906
2907 * configure.in: When removing Makefiles to force a reconfigure, also
2908 remove prev-DIR*/Makefile.
2909 * configure: Regenerate.
2910
2911 2006-12-22 Andreas Schwab <schwab@suse.de>
2912
2913 * configure: Regenerate with correct autoconf version.
2914
2915 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
2916
2917 * configure.in: add AC_SUBST for *_FOR_TARGET.
2918 * configure: Regenerate.
2919
2920 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2921
2922 * configure.in: Simplify logic for rejecting languages that cannot
2923 be built. Separate the case when a language is unsupported,
2924 from the case when the user chooses not to build a language.
2925
2926 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2927
2928 * configure.in: Remove "$build" case for powerpc-*-darwin* since
2929 it only affects bootstrap and could be tested on "$host" as well.
2930 * configure: Regenerate.
2931 * config/mh-ppc-darwin: Add to the stage1 cflags here.
2932
2933 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2934
2935 PR bootstrap/29544
2936 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
2937 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
2938 move here comment from Makefile.tpl.
2939 * Makefile.tpl: Move some definitions higher in the file.
2940 (STAGE1_CHECKING): New.
2941 * configure.in: Add --enable-stage1-checking.
2942 * configure: Regenerate.
2943 * Makefile.in: Regenerate.
2944
2945 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
2946
2947 * MAINTAINERS: Add myself as build system maintainer.
2948
2949 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
2950
2951 * MAINTAINERS (Write After Approval): Add myself.
2952
2953 2006-12-13 Eric Christopher <echristo@apple.com>
2954
2955 * MAINTAINERS: Add myself as darwin maintainer.
2956
2957 2006-12-11 Ian Lance Taylor <ian@airs.com>
2958
2959 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
2960
2961 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
2962
2963 MAINTAINERS: Update my entry.
2964
2965 2006-12-11 Alan Modra <amodra@bigpond.net.au>
2966
2967 * configure.in: Handle spu makefile frag.
2968 * Makefile.tpl (MAINT): Define
2969 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
2970 * configure: Regenerate.
2971 * Makefile.in: Regenerate.
2972
2973 2006-12-11 Ben Elliston <bje@au.ibm.com>
2974
2975 * config.guess: Import latest version.
2976 * config.sub: Likewise.
2977
2978 2006-12-11 Ben Elliston <bje@au.ibm.com>
2979
2980 * configure.in (spu-*-*): Don't skip target-libiberty.
2981 * configure: Regenerate.
2982
2983 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
2984
2985 PR bootstrap/30134
2986 * configure.in: Correct x86 darwin support for libjava to powerpc
2987 and i?86 only.
2988 * configure: Regenerate.
2989
2990 2006-12-08 Sandro Tolaini <tolaini@libero.it>
2991
2992 * configure.in: Add x86 darwin support for libjava.
2993 * configure: Regenerate.
2994
2995 2006-12-07 Mike Stump <mrs@apple.com>
2996
2997 * Makefile.def (dependencies): Add dependency for
2998 install-target-libssp and install-target-libgomp on
2999 install-gcc.
3000 * Makefile.in: Regenerate.
3001
3002 2006-12-04 Richard Guenther <rguenther@suse.de>
3003
3004 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
3005 (Non-Algorithmic Maintainers): Move over non-algorithmic
3006 loop optimizer maintainers, add myself as a non-algorithmic
3007 middle-end maintainer.
3008
3009 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
3010
3011 * MAINTAINERS (Write After Approval): Add myself.
3012
3013 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3014
3015 * configure.in: Update error message for missing GMP/MPFR.
3016
3017 * configure: Regenerate.
3018
3019 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3020
3021 * configure.in: Update MPFR version in error message.
3022
3023 * configure: Regenerate.
3024
3025 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3026
3027 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3028 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3029 --with-gmp-lib): New flags.
3030
3031 * configure: Regenerate.
3032
3033 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
3034
3035 * MAINTAINERS (Write After Approval): Change my email address.
3036
3037 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3038
3039 * MAINTAINERS (Write After Approval): Add myself.
3040
3041 2006-11-22 Philipp Thomas <pth@suse.de>
3042
3043 * MAINTAINERS (i18n): Update e-mail address.
3044
3045 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
3046
3047 * MAINTAINERS (spu port): Add myself as maintainer.
3048 (Write After Approval): Remove myself.
3049
3050 2006-11-22 Ben Elliston <bje@au.ibm.com>
3051
3052 * configure.in (skipdirs): Don't build libssp for SPU.
3053 * configure: Regenerate.
3054
3055 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
3056
3057 * MAINTAINERS (spu port): Add myself as maintainer.
3058 (libobjc): Update my email address.
3059
3060 2006-11-21 Andrea Bona <andrea.bona@st.com>
3061
3062 * MAINTAINERS (Write After Approval): Add myself.
3063
3064 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
3065
3066 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
3067 * configure : Rebuilt.
3068
3069 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
3070
3071 * MAINTAINERS (Write After Approval): Add myself.
3072
3073 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
3074
3075 * MAINTAINERS (Write After Approval): Add myself.
3076
3077 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3078
3079 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
3080 libmpfr.a.
3081 * configure: Regenerate.
3082
3083 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
3084
3085 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3086 (unstage): Test for stage_last presence.
3087
3088 PR bootstrap/29802
3089 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
3090 STAGE_PREFIX.
3091 * Makefile.in: Regenerate.
3092
3093 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
3094
3095 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
3096 maintainers.
3097
3098 2006-11-14 Erven Rohou <erven.rohou@st.com>
3099
3100 * MAINTAINERS (Write After Approval): Add myself.
3101
3102 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
3103
3104 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
3105 and stageN-package/Makefile.
3106 * Makefile.in: Regenerated.
3107
3108 2006-11-14 Jie Zhang <jie.zhang@analog.com>
3109
3110 * configure.in: Remove target-libgloss from noconfigdirs for
3111 bfin-*-*.
3112 * configure: Regenerated.
3113
3114 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3115
3116 * configure.in (have_gmp): Only error if the gcc directory exists.
3117
3118 * configure: Regenerate.
3119
3120 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3121
3122 * configure.in: Robustify error message for missing GMP/MPFR.
3123
3124 * configure: Regenerate.
3125
3126 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
3127
3128 * MAINTAINERS (Write After Approval): Add myself.
3129
3130 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
3131
3132 * MAINTAINERS: Change email address.
3133
3134 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
3135
3136 * MAINTAINERS (Write After Approval): Add myself.
3137
3138 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
3139
3140 * MAINTAINERS (Write After Approval): Add myself.
3141
3142 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
3143
3144 * MAINTAINERS (Write After Approval): Move myself to
3145 Write After Approval section.
3146
3147 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3148
3149 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
3150 need_gmp anymore.
3151 * configure: Regenerate.
3152
3153 2006-10-16 Tobias Burnus <burnus@net-b.de>
3154
3155 * MAINTAINERS (Write After Approval): Add myself.
3156
3157 2006-10-16 Ben Elliston <bje@au.ibm.com>
3158
3159 * config.guess: Import latest version.
3160 * config.sub: Likewise.
3161
3162 2006-10-10 Brooks Moses <bmoses@stanford.edu>
3163
3164 * Makefile.def: Added pdf target handling.
3165 * Makefile.tpl: Added pdf target handling.
3166 * Makefile.in: Regenerated.
3167
3168 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
3169
3170 * MAINTAINERS: Add self as score port maintainer.
3171
3172 2006-10-04 Brooks Moses <bmoses@stanford.edu>
3173
3174 * MAINTAINERS (Write After Approval): Add myself.
3175
3176 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
3177
3178 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
3179 or newer.
3180 * configure: Regenerated.
3181
3182 2006-09-27 Dave Brolley <brolley@redhat.com>
3183
3184 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
3185 using $s instead of $r.
3186 * configure: Regenerated.
3187
3188 2006-09-26 Thiemo Seufer <ths@mips.com>
3189
3190 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3191 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3192 * configure: Regenerate.
3193
3194 2006-09-24 Graeme Peterson <gridly@gmail.com>
3195
3196 * MAINTAINERS (Write After Approval): Remove myself.
3197
3198 2006-09-22 Chao-ying Fu <fu@mips.com>
3199
3200 * MAINTAINERS (Write After Approval): Add myself.
3201
3202 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
3203
3204 * MAINTAINERS: Add self as soft-fp maintainer.
3205
3206 2006-09-09 Anatoly Sokolov <aesok@post.ru>
3207
3208 * MAINTAINERS: Add myself as avr maintainer.
3209 Remove Marek Michalkiewicz as avr maintainer.
3210
3211 2006-09-07 Roberto Costa <roberto.costa@st.com>
3212
3213 * MAINTAINERS (Write After Approval): Add myself.
3214
3215 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
3216
3217 * configure.in: Never build newlib for a Mingw host.
3218 Never build newlib as Mingw target library.
3219 Test the existence of winsup/cygwin for building a Cygwin newlib,
3220 rather than just winsup.
3221 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3222 building a Mingw target.
3223 * configure: Regenerate.
3224
3225 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
3226
3227 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
3228
3229 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
3230
3231 * config.guess: Import from src (was more updated).
3232 * config.sub: Likewise.
3233
3234 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3235
3236 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3237 * configure: Regenerated.
3238
3239 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
3240
3241 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3242 for stages after the first.
3243
3244 2006-07-17 Jakub Jelinek <jakub@redhat.com>
3245
3246 * Makefile.def: Add dependencies for configure-opcodes
3247 on configure-intl and all-opcodes on all-intl.
3248 * Makefile.in: Regenerated.
3249
3250 2006-07-13 Ben Elliston <bje@au.ibm.com>
3251
3252 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
3253
3254 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
3255
3256 Port to hosts whose 'sort' and 'tail' implementations
3257 treat operands with leading '+' as file names, as POSIX
3258 has required since 2001. However, make sure the code still
3259 works on pre-POSIX hosts.
3260 * ltmain.sh: Don't assume "sort +2" is equivalent to
3261 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3262
3263 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
3264
3265 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
3266
3267 2006-07-04 Peter O'Gorman <peter@pogma.com>
3268
3269 * ltconfig: chmod 644 before ranlib during install.
3270
3271 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3272
3273 PR bootstrap/18058
3274 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3275 if the bootstrap compiler is a GCC version that supports it.
3276 * configure: Regenerate.
3277
3278 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3279
3280 * configure.in: Fix thinkos in previous check-in.
3281 * configure: Regenerate.
3282
3283 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
3284
3285 PR other/27063
3286 * configure.in: Test subdir_requires and give an appropriate
3287 error message.
3288 * configure: Regenerate.
3289
3290 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
3291
3292 * MAINTAINERS (Write After Approval): Add myself.
3293
3294 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
3295
3296 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3297
3298 2006-06-22 Steve Ellcey <sje@cup.hp.com>
3299
3300 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
3301
3302 2006-06-20 David Ayers <d.ayers@inode.at>
3303
3304 PR bootstrap/28072
3305 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3306 whether target-libjava is being configured instead of whether the
3307 java front end is enabled.
3308 * configure: Regenerate.
3309
3310 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3311
3312 PR target/27540
3313 * configure.in: Only enable libgomp on IRIX 6.
3314 * configure: Regenerate.
3315
3316 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
3317
3318 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3319 too.
3320 * Makefile.in: Regenerate.
3321
3322 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
3323
3324 * config-ml.in: Alter CCASFLAGS to include special
3325 multilib options the same as is done for CFLAGS.
3326
3327 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3328
3329 * configure.in: Don't enable libgomp on hpux10.
3330 * configure: Rebuilt.
3331
3332 2006-06-12 David Ayers <d.ayers@inode.at>
3333
3334 PR bootstrap/27963
3335 PR target/19970
3336 * configure.in: Remove target-boehm-gc from noconfigdirs where
3337 ${libgcj} is specified.
3338 * configure: Regenerate.
3339
3340 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
3341
3342 Sync from src:
3343
3344 * configure.in: Sync.
3345 * configure: Regenerated.
3346
3347 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3348
3349 * Makefile.def: Added dependencies from sim and gdb on intl, and
3350 added configure dependencies to everything with an all dependency
3351 on intl.
3352 * Makefile.in: Regenerated.
3353
3354 2006-06-06 David Ayers <d.ayers@inode.at>
3355
3356 PR libobjc/13946
3357 * Makefile.def: Add dependencies for libobjc which boehm-gc.
3358 * Makefile.in: Regenerate.
3359 * configure.in: Add --enable-objc-gc at toplevel and have it
3360 enable boehm-gc for Objective-C.
3361 Remove target-boehm-gc from libgcj.
3362 Add target-boehm-gc to target_libraries.
3363 Add target-boehm-gc to noconfigdirs where ${libgcj}
3364 is specified.
3365 Assert that boehm-gc is supported when requested for Objective-C.
3366 Only build boehm-gc if needed either for Java or Objective-C.
3367 * configure: Regenerate.
3368
3369 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
3370
3371 PR 27674
3372 * Makefile.tpl (configure-[+prefix+][+module+],
3373 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
3374 Remove rule to unstage bootstrapped modules.
3375 (stage_current): New.
3376 * Makefile.in: Regenerate.
3377
3378 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3379
3380 * MAINTAINERS (Write After Approval): Update my e-mail address.
3381
3382 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
3383
3384 * include/libiberty.h: Declare pex_run_in_environment.
3385
3386 2006-05-31 Asher Langton <langton2@llnl.gov>
3387
3388 * MAINTAINERS (Write After Approval): Add myself.
3389
3390 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
3391
3392 * Makefile.def (bfd, opcodes): Fix lib_path.
3393 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
3394 (restrap): Move under "@if gcc-bootstrap". Fix typo.
3395 * Makefile.in: Regenerate.
3396
3397 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
3398
3399 * Makefile.in: Regenerate.
3400
3401 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
3402
3403 * Makefile.def: Add install-html target. Add datarootdir
3404 docdir and htmldir to flags_to_pass.
3405 * Makefile.tpl: Add install-html target.
3406 * Makefile.in: Regenerate.
3407 * configure.in: Add --with-datarootdir, --with-docdir, and
3408 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
3409 * configure: Regenerate.
3410
3411 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
3412
3413 * configure.in: Enable gprof for cross builds.
3414 * configure: Regenerate.
3415
3416 2006-05-22 Richard Guenther <rguenther@suse.de>
3417
3418 Revert
3419 2006-01-31 Richard Guenther <rguenther@suse.de>
3420 Paolo Bonzini <bonzini@gnu.org>
3421
3422 * Makefile.def (target_modules): Add libgcc-math target module.
3423 * configure.in (target_libraries): Add libgcc-math target library.
3424 (--enable-libgcc-math): New configure switch.
3425 * Makefile.in: Re-generate.
3426 * configure: Re-generate.
3427 * libgcc-math: New toplevel directory.
3428
3429 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3430 Andreas Tobler <a.tobler@schweiz.ch>
3431
3432 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
3433 * configure: Rebuilt.
3434
3435 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
3436
3437 * MAINTAINERS (Write After Approval): Add myself.
3438
3439 2006-05-01 DJ Delorie <dj@redhat.com>
3440
3441 * configure.in: Restore CFLAGS if GMP isn't present.
3442 * configure: Regenerate.
3443
3444 2006-05-01 Richard Guenther <rguenther@suse.de>
3445
3446 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
3447 maintainer.
3448
3449 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
3450
3451 * MAINTAINERS (Write After Approval): Add myself.
3452
3453 2006-04-28 Jan Beulich <jbeulich@novell.com>
3454
3455 * MAINTAINERS (Write After Approval): Add myself.
3456
3457 2006-04-18 DJ Delorie <dj@redhat.com>
3458
3459 * configure.in (m32c): Build libstdc++-v3. Pass flags to
3460 reference libgloss so that libssp can be built in a combined
3461 tree.
3462 * configure: Regenerate.
3463
3464 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
3465
3466 * MAINTAINERS (Write After Approval): Add myself.
3467
3468 2006-04-05 Ben Elliston <bje@au.ibm.com>
3469
3470 * configure.in: Require makeinfo 4.4 or higher.
3471 * configure: Regenerate.
3472
3473 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
3474
3475 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
3476 Rearrange the entries of other libraries to have them in one place.
3477
3478 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
3479
3480 * MAINTAINERS (Write After Approval): Remove myself.
3481 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3482
3483 2006-03-14 Richard Guenther <rguenther@suse.de>
3484
3485 * configure: Regenerate with autoconf 2.13.
3486
3487 2006-03-13 Jim Blandy <jimb@codesourcery.com>
3488
3489 * MAINTAINERS: Use my work address.
3490
3491 * MAINTAINERS: Update my E-mail address.
3492
3493 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
3494
3495 * configure.in: Handle --disable-<component> generically.
3496 * configure: Regenerate.
3497
3498 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
3499
3500 PR libgcj/17311
3501 * ltmain.sh: Don't use "$finalize_rpath" for compile.
3502
3503 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
3504
3505 * MAINTAINERS (Write After Approval): Remove myself.
3506 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3507
3508 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3509
3510 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
3511 (TARGET_CONFIGDIRS): Remove.
3512 * configure.in: Remove AC_SUBST(target_configdirs).
3513 * Makefile.in, configure: Regenerated.
3514
3515 2006-02-20 Steven G. Kargl <kargls@comcast.net>
3516
3517 * MAINTAINERS (Write After Approval): Remove myself.
3518 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
3519
3520 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
3521
3522 PR bootstrap/25670
3523
3524 * Makefile.tpl ([+compare-target+]): Print explanation messages.
3525
3526 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
3527 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
3528 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
3529 BUILD_PREFIX, BUILD_PREFIX_1.
3530 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
3531
3532 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
3533 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
3534
3535 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
3536 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
3537 of `cat stage_current`. Always provide the `r' and `s' variables.
3538 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
3539 a single shell execution.
3540 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
3541 bootstrapped modules, make the stage1 module if the build was not
3542 started yet, else build the current stage.
3543 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
3544 (all-build, all-host, all-target, [+make_target+]-host,
3545 [+make_target+]-target): Do not use \-continued lines.
3546 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
3547 (current_stage, restrap, stage_last): New.
3548
3549 * Makefile.in: Regenerate.
3550 * configure: Regenerate.
3551
3552 2006-02-19 Bud Davis <jmdavis@link.com>
3553
3554 * MAINTAINERS (Write After Approval): Remove myself.
3555 (Language Front End Maintainers): Add myself as fortran 95
3556 maintainer and update e-mail address.
3557
3558 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3559
3560 * MAINTAINERS (Write After Approval): Remove myself.
3561 (Language Front End Maintainers): Add myself as fortran 95
3562 maintainer.
3563
3564 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
3565
3566 * MAINTAINERS (Write After Approval): Add myself.
3567
3568 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
3569
3570 * MAINTAINERS (Write After Approval): Remove myself.
3571 (Language Front End Maintainers): Add myself as
3572 fortran 95 maintainer.
3573
3574 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
3575
3576 Sync from src:
3577
3578 2005-12-27 Leif Ekblad <leif@rdos.net>
3579
3580 * configure.in: Add support for RDOS target.
3581 * configure: Regenerate.
3582
3583 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
3584 Andreas Schwab <schwab@suse.de>
3585
3586 * configure: Regenerate.
3587
3588 2006-02-12 David Edelsohn <edelsohn@gnu.org>
3589
3590 * configure.in (enable_libgomp): Add AIX.
3591 * configure: Regenerate.
3592
3593 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
3594
3595 * MAINTAINERS (Write After Approval): Add myself.
3596
3597 2006-02-03 Lee Millward <lee.millward@gmail.com>
3598
3599 * MAINTAINERS (Write After Approval): Add myself.
3600
3601 2006-01-31 Richard Guenther <rguenther@suse.de>
3602 Paolo Bonzini <bonzini@gnu.org>
3603
3604 * Makefile.def (target_modules): Add libgcc-math target module.
3605 * configure.in (target_libraries): Add libgcc-math target library.
3606 (--enable-libgcc-math): New configure switch.
3607 * Makefile.in: Re-generate.
3608 * configure: Re-generate.
3609 * libgcc-math: New toplevel directory.
3610
3611 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
3612
3613 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
3614 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
3615 the assembler, linker and binutils.
3616 * configure: Regenerate.
3617
3618 2006-01-22 Dirk Mueller <dmueller@suse.de>
3619
3620 * MAINTAINERS (Write After Approval): Add myself.
3621
3622 2006-01-20 Diego Novillo <dnovillo@redhat.com>
3623
3624 * configure: Regenerate.
3625
3626 2006-01-18 Richard Henderson <rth@redhat.com>
3627 Jakub Jelinek <jakub@redhat.com>
3628 Diego Novillo <dnovillo@redhat.com>
3629
3630 * libgomp: New directory.
3631 * Makefile.def: Add target_module libgomp.
3632 * Makefile.in: Regenerate.
3633 * configure.in (target_libraries): Add target-libgomp.
3634 * configure: Regenerate.
3635
3636 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
3637
3638 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
3639 @ from continuation.
3640 * Makefile.in: Rebuilt.
3641
3642 2006-01-04 Chris Lattner <sabre@gnu.org>
3643
3644 * MAINTAINERS (Write After Approval): Add myself.
3645
3646 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
3647
3648 PR bootstrap/24252
3649
3650 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
3651 * Makefile.tpl (OBJDUMP): New.
3652 (EXTRA_HOST_FLAGS): Add it.
3653 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
3654
3655 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
3656 to use symbolic links between directories. Avoid race conditions
3657 or make them harmless.
3658 * configure.in: Do not try to use symbolic links between directories.
3659
3660 * Makefile.def (LEAN): Pass.
3661 * Makefile.tpl (LEAN): Define.
3662 (stage[+id+]-start): Accept that the previous directory does not
3663 exist, if the bootstrap is lean.
3664 (stage[+id+]-bubble): Invoke lean bootstrap commands after
3665 stage[+id+]-start. Use a makefile variable and an `if' instead of a
3666 configure substitution.
3667 ([+compare-target+]): Likewise.
3668 ([+bootstrap-target+]-lean): New.
3669 * configure.in: Remove lean bootstrap support from here.
3670
3671 * Makefile.in: Regenerate.
3672 * configure: Regenerate.
3673
3674 2006-01-04 Ben Elliston <bje@au.ibm.com>
3675
3676 * MAINTAINERS (libdecnumber): Add myself.
3677
3678 2006-01-02 Mark Mitchell <mark@codesourcery.com>
3679
3680 * libtool-ldflags: New script.
3681
3682 2006-01-02 Andreas Schwab <schwab@suse.de>
3683
3684 * configure.in: When reconfiguring remove Makefile in
3685 all stage directories.
3686 * configure: Regenerate.
3687
3688 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
3689
3690 * MAINTAINERS: Update my email address.
3691
3692 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
3693
3694 Revert Ada-related part of the previous change.
3695
3696 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
3697 Do not pass.
3698 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
3699 * Makefile.in: Regenerate.
3700 * configure.in: Do not include mt-ppc-aix target fragment.
3701 * configure: Regenerate.
3702
3703 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
3704
3705 * configure.in: Select appropriate fragments for PowerPC/AIX.
3706 * configure: Regenerate.
3707
3708 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
3709 BOOT_CFLAGS, BOOT_LDFLAGS.
3710 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
3711 BOOT_CFLAGS, BOOT_LDFLAGS.
3712 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
3713 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
3714 (stage): Fail if we cannot complete the work.
3715 * Makefile.in: Regenerate.
3716
3717 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
3718
3719 * configure.in: Replace ms1 with mt.
3720 * configure: Rebuilt.
3721
3722 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
3723
3724 * MAINTAINERS: Update my email address.
3725
3726 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
3727
3728 * Makefile.tpl (all, do-[+make_target+], do-check, install,
3729 install-host-nogcc): Don't invoke $(stage) at the end.
3730 * Makefile.in: Regenerate.
3731
3732 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
3733
3734 * configure.in: Flip the top-level bootstrap switch.
3735 * configure: Regenerate.
3736
3737 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
3738
3739 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
3740 $(stage) and $(unstage).
3741 (EXTRA_TARGET_FLAGS): Correct double-quoting.
3742 (all): Remove stray semicolon.
3743 (local-distclean): Don't handle multilib.tmp and multilib.out.
3744 (install.all): Set $s for consistency.
3745 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
3746 check_multilibs setting. Always make the install directory.
3747 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
3748 Correct @if/@endif.
3749 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
3750 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
3751 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
3752 (multilib.out): Remove.
3753 * Makefile.in: Regenerated.
3754
3755 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
3756
3757 * MAINTAINERS (Write After Approval): Add myself.
3758
3759 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
3760
3761 * MAINTAINERS: Add myself as mt maintainer.
3762
3763 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
3764
3765 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
3766
3767 * MAINTAINERS: Change email address.
3768
3769 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
3770
3771 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
3772 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
3773 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
3774 Find in-tree tools if available.
3775 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
3776 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
3777 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
3778 (COMPILER_*_FOR_TARGET): New.
3779 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
3780 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
3781 (CONFIGURED_*, USUAL_*): Remove.
3782 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
3783 STRIP): Use autoconf substitutions.
3784 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
3785 COMPILER_NM_FOR_TARGET): New.
3786 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
3787
3788 (all): Make all-host and all-target in parallel.
3789 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
3790 that $$r and $$s are set before invoking a recursive make.
3791 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
3792 ([+bootstrap-target+]): Inline most of the `all' target.
3793
3794 2005-11-29 Ben Elliston <bje@au.ibm.com>
3795
3796 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
3797 from the gcc build directory.
3798 * Makefile.in: Regenerate.
3799
3800 2005-11-29 Ben Elliston <bje@au.ibm.com>
3801
3802 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
3803 depend on all-libdecnumber.
3804 * configure.in (host_libs): Include libdecnumber.
3805 * Makefile.in: Regenerate.
3806 * configure: Likewise.
3807
3808 2005-11-29 Ben Elliston <bje@au.ibm.com>
3809
3810 * libdecnumber: Import decNumber sources from the dfp-branch.
3811
3812 2005-11-21 Kean Johnston <jkj@sco.com>
3813
3814 * config.sub, config.guess: Sync from upstream sources.
3815
3816 2005-11-21 Ben Elliston <bje@au.ibm.com>
3817
3818 Import from Autoconf sources:
3819
3820 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
3821 * config/move-if-change: Don't output "$2 is unchanged";
3822 suggested by Ben Elliston. Handle weird characters correctly.
3823
3824 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
3825
3826 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
3827 to match upstream libtool for darwin.
3828
3829 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
3830
3831 * Makefile.def: Remove gdb dependencies for gdbtk.
3832 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
3833 (configure-gdb, install-gdb): New rules.
3834 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
3835 * Makefile.in, configure: Regenerated.
3836
3837 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
3838
3839 * MAINTAINERS (Write After Approval): Add myself.
3840
3841 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
3842
3843 * MAINTAINERS (Write After Approval): Add myself.
3844
3845 2005-10-24 Diego Novillo <dnovillo@redhat.com>
3846
3847 * MAINTAINERS (alias analysis): Add Daniel Berlin and
3848 Diego Novillo.
3849
3850 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
3851
3852 PR bootstrap/24297
3853 * Makefile.tpl (do-[+make-target+], do-check, install,
3854 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
3855 are set before recursing.
3856 * Makefile.in: Regenerate.
3857
3858 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
3859
3860 PR bootstrap/18939
3861 * Makefile.def (gcc) <target>: Fix thinko.
3862 * Makefile.in: Regenerate.
3863
3864 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
3865
3866 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
3867 * configure: Regenerate.
3868
3869 2005-10-15 Jie Zhang <jie.zhang@analog.com>
3870
3871 * MAINTAINERS (Write After Approval): Add self.
3872
3873 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
3874
3875 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
3876 target-libffi, target-qthreads, target-libjava, and
3877 targetlibobjc.
3878 * configure: Regenerate.
3879
3880 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
3881
3882 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
3883 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
3884 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
3885 (USUAL_OBJDUMP_FOR_TARGET): New.
3886 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
3887 * configure.in: Check for $OBJDUMP_FOR_TARGET.
3888 * configure, Makefile.in: Regenerated.
3889
3890 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
3891
3892 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
3893 before other host packages.
3894
3895 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
3896
3897 * MAINTAINERS: Add self as sh libraries/configury maintainer.
3898
3899 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
3900
3901 PR bootstrap/22340
3902
3903 * configure.in (default_target): Remove.
3904 * Makefile.tpl (all): Do not use prerequisites as subroutines
3905 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
3906 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
3907 use prerequisites as subroutines.
3908 (check-host, check-target): New.
3909 (bootstrap configure & all targets): Do not use stage*-start
3910 if the directory layout is already ok.
3911 (non-bootstrap configure & all targets): Prepend a $(unstage).
3912 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
3913 (NOTPARALLEL): Remove.
3914 (unstage, stage variables): New variables.
3915 (unstage, stage targets): Simply expand to those variables.
3916
3917 * configure: Regenerate.
3918 * Makefile.in: Regenerate.
3919
3920 2005-10-04 James E Wilson <wilson@specifix.com>
3921
3922 * Makefile.def (lang_env_dependencies): Add libmudflap.
3923 * Makefile.in: Regenerate.
3924
3925 2005-10-03 Andreas Schwab <schwab@suse.de>
3926
3927 Backport from libtool CVS:
3928 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
3929
3930 * ltmain.sh: add support for installing into temporary
3931 staging area (e.g. 'make install DESTDIR=...')
3932
3933 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
3934
3935 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
3936 * configure: Regenerated.
3937
3938 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
3939
3940 * configure: Regenerate with the correct
3941 autoconf version.
3942
3943 2005-09-30 Catherine Moore <clm@cm00re.com>
3944
3945 * configure.in (bfin-*-*): New.
3946 * configure: Regenerated.
3947
3948 2005-09-28 Geoffrey Keating <geoffk@apple.com>
3949
3950 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
3951 (LIPO_FOR_TARGET): New.
3952 (CONFIGURED_LIPO_FOR_TARGET): New.
3953 (USUAL_LIPO_FOR_TARGET): New.
3954 (STRIP_FOR_TARGET): New.
3955 (CONFIGURED_STRIP_FOR_TARGET): New.
3956 (USUAL_STRIP_FOR_TARGET): New.
3957 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
3958 STRIP_FOR_TARGET.
3959 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
3960 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
3961 * Makefile.in: Regenerate.
3962 * configure: Regenerate.
3963
3964 2005-09-19 David Edelsohn <edelsohn@gnu.org>
3965
3966 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
3967 (rs6000-*-aix*): Same.
3968 * configure: Regenerate.
3969
3970 2005-09-16 Tom Tromey <tromey@redhat.com>
3971
3972 * MAINTAINERS: Add self as java maintainer.
3973
3974 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
3975
3976 * configure.in: Recognize f95 in the --enable-languages option,
3977 and substitute it for fortran, issuing a warning.
3978 * configure: Regenerate.
3979
3980 2005-08-30 Phil Edwards <phil@codesourcery.com>
3981
3982 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
3983 * configure: Regenerated.
3984
3985 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
3986
3987 * MAINTAINERS: Add self as ms1 maintainer.
3988
3989 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
3990
3991 * Makefile.def (libssp): Add to lang_env_dependencies.
3992 * Makefile.in: Regenerate.
3993
3994 2005-08-18 Ian Lance Taylor <ian@airs.com>
3995
3996 * MAINTAINERS: Add myself as middle-end maintainer.
3997
3998 2005-08-17 Christian Groessler <chris@groessler.org>
3999
4000 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4001 * Makefile.in: Regenerate.
4002
4003 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
4004
4005 * MAINTAINERS (write after approval): Added myself.
4006
4007 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
4008
4009 * MAINTAINERS (Write After Approval): Add myself.
4010
4011 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
4012
4013 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4014 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4015 Look for alternate names of the target cc and c++
4016 * configure: Regenerate.
4017
4018 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
4019
4020 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4021 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4022 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4023 tools; remove code to manually set them.
4024 (Target tools): Look in the environment for them.
4025 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4026 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4027 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4028 build directory.
4029 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4030 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4031 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4032 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4033 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4034 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4035 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4036 * configure: Regenerate.
4037 * Makefile.in: Regenerate.
4038
4039 2005-07-28 Ben Elliston <bje@au.ibm.com>
4040
4041 * MAINTAINERS: Update for removed CPU targets.
4042
4043 2005-07-27 Mark Mitchell <mark@codesourcery.com>
4044
4045 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
4046 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
4047 * Makefile.in: Regenerated.
4048
4049 2005-07-26 Mark Mitchell <mark@codesourcery.com>
4050
4051 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4052 (CFLAGS_FOR_TARGET): Use it.
4053 (CXXFLAGS_FOR_TARGET): Likewise.
4054 * Makefile.in: Regenerated.
4055 * configure.in (--with-build-sysroot): New option.
4056 * configure: Regenerated.
4057
4058 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
4059
4060 * Makefile.tpl: Wrap install between unstage and stage
4061 * Makefile.in: Regenerate.
4062
4063 2005-07-21 Eric Christopher <echristo@apple.com>
4064
4065 * MAINTAINERS: Update affiliation.
4066
4067 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
4068
4069 * MAINTAINERS: Add self as crx port maintainer.
4070
4071 2005-07-20 DJ Delorie <dj@redhat.com>
4072
4073 * MAINTAINERS: Add self as m32c maintainer.
4074
4075 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4076
4077 * all files: Update FSF address.
4078
4079 2005-07-15 Eric Christopher <echristo@redhat.com>
4080
4081 * MAINTAINERS: Change affiliation.
4082
4083 2005-07-14 Jim Blandy <jimb@redhat.com>
4084
4085 * configure.in: Add cases for Renesas m32c.
4086 * configure: Regenerated.
4087
4088 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4089
4090 * COPYING.LIB: Update from fsf.org.
4091
4092 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4093
4094 * COPYING, compile, config.guess,
4095 config.sub, install-sh, missing, mkinstalldirs,
4096 symlink-tree, ylwrap: Sync from upstream sources.
4097 * config-ml.in: Update FSF address.
4098
4099 2005-07-13 Eric Christopher <echristo@redhat.com>
4100
4101 * configure.in: Add toplevel noconfigdir support for tpf.
4102 * configure: Regenerate.
4103
4104 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
4105
4106 PR ada/22340
4107
4108 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4109 * Makefile.in: Regenerate.
4110
4111 2005-07-07 Mark Mitchell <mark@codesourcery.com>
4112
4113 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
4114 Brolley to write-after-approval.
4115
4116 2005-07-07 Andreas Schwab <schwab@suse.de>
4117
4118 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4119 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4120 * Makefile.in: Regenerated.
4121
4122 2005-07-06 Geoffrey Keating <geoffk@apple.com>
4123
4124 * configure.in: Don't build sim or rda when targetting darwin.
4125 * configure: Regenerate.
4126
4127 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
4128
4129 * configure.in: Add --enable-libssp and --disable-libssp.
4130 * configure: Regenerate with autoconf-2.13.
4131
4132 2005-07-02 Jakub Jelinek <jakub@redhat.com>
4133
4134 * Makefile.def (target_modules): Add libssp.
4135 * configure.in (target_libraries): Add target-libssp.
4136 * configure: Rebuilt.
4137 * Makefile.in: Rebuilt.
4138
4139 2005-07-01 Zack Weinberg <zackw@panix.com>
4140
4141 * MAINTAINERS: Change email address. Resign from maintainership.
4142
4143 2005-07-01 Richard Guenther <rguenther@suse.de>
4144
4145 * MAINTAINERS: Change my e-mail address and affiliation.
4146
4147 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
4148
4149 * Makefile.def (stagefeedback): Come after profile.
4150 Define profiledbootstrap target.
4151 * Makefile.tpl (profiledbootstrap): Remove.
4152 (stageprofile-end): Zap stagefeedback.
4153 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4154 * Makefile.in: Regenerate.
4155
4156 2005-06-13 Richard Sandiford <richard@codesourcery.com>
4157
4158 * MAINTAINERS: Update my email address.
4159
4160 2005-06-13 Zack Weinberg <zack@codesourcery.com>
4161
4162 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4163 In 'cpp' stanza, support '#line' as well as '# '.
4164
4165 2005-06-08 Andreas Schwab <schwab@suse.de>
4166
4167 * MAINTAINERS: Move myself from 'Write After Approval' to
4168 'CPU Port Maintainers' section as m68k maintainer.
4169
4170 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
4171
4172 * configure.in (unsupported_languages): New macro.
4173 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4174 non-ported target libraries in noconfigdirs.
4175 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4176 non-linux-gnu. Remove libgcj_ex_libffi.
4177 <lang_frag loop>: Set add_this_lang=no if the language is in
4178 unsupported_languages.
4179 * configure: Regenerate.
4180
4181 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4182
4183 * configure.in: Fix typo in handling of --with-mpfr-dir.
4184 * configure: Regenerate.
4185
4186 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
4187
4188 * MAINTAINERS: Update my email address.
4189
4190 2005-06-02 Jim Blandy <jimb@redhat.com>
4191
4192 * config.sub: Add cases for the Renesas m32c. (This patch has been
4193 accepted into the master sources.)
4194
4195 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
4196 Michael Snyder <msnyder@redhat.com>
4197 Stan Cox <scox@redhat.com>
4198
4199 * configure.in: Set noconfigdirs for ms1.
4200
4201 * configure: Regenerate.
4202
4203 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
4204
4205 * MAINTAINERS (Write After Approval): Add self.
4206
4207 2005-06-01 Josh Conner <jconner@apple.com>
4208
4209 * MAINTAINERS (Write After Approval): Add self.
4210
4211 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
4212
4213 * MAINTAINERS: Update my email address.
4214
4215 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
4216
4217 * MAINTAINERS (Write After Approval): Add self.
4218
4219 2005-05-26 Chris Demetriou <cgd@broadcom.com>
4220
4221 * MAINTAINERS (Write After Approval): Remove self.
4222
4223 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
4224
4225 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4226 (Dependencies): Consider target modules for bootstrap dependencies.
4227 Make target bootstrap modules depend on each stage's gcc.
4228 * Makefile.in: Regenerate.
4229
4230 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
4231
4232 * Makefile.def (configure-gcc): Depend on binutils having been built.
4233 (all-gcc): No need to do it here.
4234 * Makefile.in: Regenerate.
4235
4236 2005-05-19 Paul Brook <paul@codesourcery.com>
4237
4238 * configure.in: Rewrite misleading error message when requested
4239 language cannot be built.
4240 * configure: Regenerate.
4241
4242 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4243
4244 * ylwrap: Import from Automake 1.9.5.
4245
4246 2005-05-13 David Ung <davidu@mips.com>
4247
4248 * MAINTAINERS (Write After Approval): Add self.
4249
4250 2005-05-09 Mike Stump <mrs@apple.com>
4251
4252 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
4253 lt_cv_sys_max_cmd_len for now.
4254
4255 2005-05-09 Stan Cox <scox@redhat.com>
4256
4257 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
4258
4259 2005-05-08 Matt Kraai <kraai@ftbfs.org>
4260
4261 * README.SCO: Update the URL.
4262
4263 2005-05-05 David Edelsohn <edelsohn@gnu.org>
4264
4265 * ltconfig: Define file_list_spec. Pass file_list_spec and
4266 with_gnu_ld to libtool.
4267 * ltcf-c.sh (aix[45]): Define file_list_spec.
4268 * ltcf-cxx.sh (aix[45]): Same.
4269 * ltcf-gcj.sh (aix[45]): Same.
4270 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
4271 exists, write list of input files to temporary file.
4272
4273 2005-05-04 Mike Stump <mrs@apple.com>
4274
4275 * configure.in: Always pass --target to target configures as
4276 otherwise rebuilds that do --recheck will fail.
4277 * confiugure: Rebuilt.
4278
4279 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
4280
4281 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4282 STAGE_HOST_EXPORTS.
4283 (configure, all): Add bootstrap support.
4284 (Host modules, target modules): Pass post-stage1 flags and exports.
4285 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4286 * Makefile.in: Regenerate.
4287
4288 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
4289
4290 * configure: Regenerate.
4291
4292 2005-04-27 Mike Stump <mrs@apple.com>
4293
4294 * MAINTAINERS: Add self as darwin maintainer.
4295
4296 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4297
4298 * config.sub: Update from master copy.
4299
4300 2005-04-21 Mike Stump <mrs@apple.com>
4301
4302 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
4303 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
4304
4305 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4306
4307 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4308 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4309 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4310 "*-*-elf" and "*-*-linux*".
4311 * configure: Regenerate.
4312
4313 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
4314
4315 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
4316
4317 2005-04-12 Mike Stump <mrs@apple.com>
4318
4319 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
4320
4321 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
4322
4323 * MAINTAINERS (Write After Approval): Add myself.
4324
4325 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
4326
4327 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
4328
4329 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
4330
4331 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
4332 (TARGET_CONFIGARGS): Include --with-target-subdir.
4333 (configure, all): New macros. Use them throughout.
4334 * Makefile.in: Regenerate.
4335
4336 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
4337
4338 * MAINTAINERS (Write After Approval): Add myself.
4339
4340 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4341
4342 * MAINTAINERS: Remove 'loop unrolling' maintainer.
4343
4344 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
4345
4346 * MAINTAINERS: Move John Carr to Write After Approval.
4347
4348 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4349
4350 * config/mh-mingw32: Delete.
4351 * configure.in: Don't use it.
4352 * configure: Regenerate.
4353
4354 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
4355
4356 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4357 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4358 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
4359 (HOST_LIB_PATH): Generate from Makefile.def.
4360 (TARGET_LIB_PATH): Likewise.
4361 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4362 * Makefile.in: Regenerate.
4363 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4364 (RPATH_ENVVAR): Include Darwin case.
4365 * configure: Regenerate.
4366
4367 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
4368
4369 * MAINTAINERS (Various Maintainers): Remove self.
4370 (Write After Approval): Add self.
4371
4372 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
4373
4374 * MAINTAINERS (Various Maintainers): Add self.
4375
4376 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
4377
4378 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4379 * configure: Regenerate.
4380
4381 2005-03-21 Zack Weinberg <zack@codesourcery.com>
4382
4383 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4384 gcc_version, and gcc_version_trigger from set of flags to pass.
4385 * Makefile.tpl: Remove definitions of above variables.
4386 (config.status): Remove dependency on $(gcc_version_trigger).
4387 * Makefile.in: Regenerate.
4388 * configure.in: Do not reference config/gcc-version.m4 nor
4389 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4390 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4391 * configure: Regenerate.
4392
4393 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4394 Andrew Pinski <pinskia@physics.uc.edu>
4395
4396 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4397 * Makefile.in: Regenerate.
4398
4399 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
4400
4401 * MAINTAINERS (Write After Approval): Add myself.
4402
4403 2005-03-03 David Ayers <d.ayers@inode.at>
4404
4405 * MAINTAINERS (Write After Approval): Add myself.
4406
4407 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
4408
4409 PR libgcj/20160
4410 * ltmain.sh: Avoid creating archives with components that have
4411 duplicate basenames.
4412
4413 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4414
4415 PR bootstrap/20250
4416 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4417 instead of check.
4418 * Makefile.in: Regenerate.
4419
4420 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4421
4422 * Makefile.in: Regenerate to fix conflict between the previous two
4423 patches.
4424
4425 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4426
4427 PR bootstrap/17383
4428 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4429 * Makefile.tpl (HOST_SUBDIR): New substitution.
4430 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4431 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4432 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4433 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4434 (Host modules, Bootstrapped modules): Use it.
4435 (Build modules, Target modules): Do not create symlink trees,
4436 always configure out-of-srcdir.
4437 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4438 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4439 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4440 $(HOST_SUBDIR). Create a symlink for host_subdir.
4441
4442 * Makefile.in: Regenerate.
4443 * configure: Regenerate.
4444
4445 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
4446
4447 Merged from libada-gnattools-branch:
4448 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4449
4450 * gnattools: New directory.
4451 * Makefile.def: Add gnattools as a module, depending on target-libada.
4452 * Makefile.in: Regenerate.
4453 * configure.in: Include gnattools in host_tools; disable it if ada
4454 is disabled.
4455 * configure: Regenerate.
4456
4457 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
4458
4459 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
4460 treelang maintainer.
4461 (Write After Approval): Remove myself.
4462
4463 2005-02-23 Paul Schlie <schlie@comcast.net>
4464
4465 * configure.in: Allow darwin targeted ports to build tk, itcl and
4466 libgui.
4467 * configure: Regenerate.
4468
4469 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4470
4471 PR libgcj/10353
4472 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4473 * configure: Regenerate.
4474
4475 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
4476
4477 * MAINTAINERS (Write After Approval): Add myself.
4478
4479 2005-02-10 Ian Lance Taylor <ian@airs.com>
4480
4481 * MAINTAINERS: Update my e-mail address.
4482
4483 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
4484
4485 * MAINTAINERS (Write After Approval): Add myself.
4486
4487 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
4488
4489 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4490 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4491 target-libgloss when not *-*-elf and *-*-aout.
4492 * configure: Regenerate.
4493
4494 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
4495
4496 * MAINTAINERS: Remove obsolete entries.
4497
4498 * MAINTAINERS (Write After Approval): Add Michael Matz.
4499
4500 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
4501
4502 * MAINTAINERS: Remove self as cpplib maintainer.
4503
4504 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4505
4506 * install-sh, config.sub: Import from upstream.
4507
4508 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4509
4510 PR bootstrap/18222
4511 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4512 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4513 * Makefile.in: Regenerate.
4514
4515 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
4516
4517 * MAINTAINERS: Update my email address.
4518
4519 2005-01-12 David Edelsohn <edelsohn@gnu.org>
4520 Andreas Schwab <schwab@suse.de>
4521
4522 PR bootstrap/18033
4523 * config-ml.in: Eval option if surrounded by single quotes.
4524
4525 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
4526
4527 Revert 2004-12-28 Makefile changes, a better fix will be
4528 applied to mainline and src after GCC 4.0 branches.
4529
4530 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
4531
4532 PR bootstrap/17383
4533
4534 * Makefile.def (target_modules): Remove stage parameter,
4535 it is always true now.
4536 * Makefile.tpl (configure-build-[+module+],
4537 configure-target-[+module+]): Always build symlink tree
4538 for the directory and for include. BUILD_SUBDIR and
4539 TARGET_SUBDIR cannot be . anymore.
4540 * Makefile.in: Regenerate.
4541
4542 2004-12-25 David Edelsohn <edelsohn@gnu.org>
4543
4544 Revert 2004-12-08 Makefile changes.
4545
4546 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
4547
4548 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
4549 cygwin, mingw.
4550
4551 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4552
4553 * configure.in (sh64-*-*): Reenable gprof.
4554 * configure: Regenerate.
4555
4556 2004-12-08 David Edelsohn <edelsohn@gnu.org>
4557
4558 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4559 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4560 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4561 * Makefile.in: Regenerate.
4562
4563 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
4564
4565 * MAINTAINERS: Update my email address.
4566
4567 2004-12-07 Matt Kraai <kraai@ftbfs.org>
4568
4569 * Makefile.tpl: Generate normal dependencies if the LHS module is
4570 not bootstrapped.
4571 * Makefile.in: Regenerate.
4572
4573 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
4574
4575 * configure.in: Include config/gxx-include-dir.m4. Use
4576 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4577 * configure: Regenerate.
4578
4579 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
4580
4581 * config.if: Delete.
4582 * configure.in: Set libstdcxx_incdir directly.
4583 * configure: Regenerate.
4584
4585 2004-12-02 Eric Christopher <echristo@redhat.com>
4586
4587 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
4588 * Makefile.in: Regenerate.
4589
4590 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
4591
4592 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4593 * configure: Regenerate.
4594
4595 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
4596
4597 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4598 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4599 * configure: Regenerate.
4600
4601 2004-12-01 Eric Christopher <echristo@redhat.com>
4602
4603 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
4604 of things to remove.
4605
4606 2004-11-29 Matt Kraai <kraai@ftbfs.org>
4607
4608 * MAINTAINERS (Write After Approval): Update my e-mail address.
4609
4610 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
4611
4612 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
4613 from CVS libtool to always pass_all.
4614
4615 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4616
4617 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4618 (hppa*64*-*-*): Delete incorrect comment.
4619 * configure: Rebuilt.
4620
4621 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
4622
4623 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
4624
4625 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
4626
4627 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
4628 from CVS libtool to always pass_all.
4629
4630 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4631
4632 * install-sh, compile: Import from automake.
4633
4634 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4635
4636 * config.guess, config.sub: Import from savannnah.
4637
4638 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
4639
4640 * MAINTAINERS (Write After Approval): Add myself
4641
4642 2004-11-12 Mike Stump <mrs@apple.com>
4643
4644 * Makefile.def: Add html support.
4645 * Makefile.tpl: Likewise.
4646 * Makefile.in: Regenerate.
4647
4648 2004-11-11 Geoffrey Keating <geoffk@apple.com>
4649
4650 PR 18423
4651 * configure.in: Remove all instances of build-fixincludes from
4652 noconfigdirs.
4653 (build_configargs): Supply --target to subdirectories.
4654 * configure: Regenerate.
4655
4656 * Makefile.def: Make gcc install depend on fixincludes install.
4657 * Makefile.in: Regenerate.
4658
4659 2004-11-10 Janis Johnson <janis187@us.ibm.com>
4660
4661 * MAINTAINERS: Add myself as gcc testsuite maintainer.
4662
4663 2004-11-11 Paul Brook <paul@codesourcery.com>
4664
4665 * MAINTAINERS: Add self as arm maintainer. Update email address.
4666
4667 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4668
4669 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4670 target-libgfortran.
4671 * configure: Regenerate.
4672
4673 2004-11-07 David Edelsohn <edelsohn@gnu.org>
4674
4675 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
4676 like CC.
4677
4678 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
4679
4680 * Makefile.def (host fixincludes): Specify missing targets.
4681 * Makefile.in: Regenerate.
4682
4683 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
4684
4685 * MAINTAINERS: Add myself
4686
4687 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
4688
4689 * MAINTAINERS (Write After Approval): Add myself.
4690
4691 2004-11-04 Geoffrey Keating <geoffk@apple.com>
4692
4693 * Makefile.def: Build fixincludes for the host, too.
4694 * Makefile.in: Regenerate.
4695 * configure.in (host_tools): Add fixincludes.
4696 * configure: Regenerate.
4697
4698 2004-11-04 Daniel Jacobowitz <dan@debian.org>
4699
4700 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
4701 * configure: Regenerated.
4702
4703 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
4704
4705 PR other/17783
4706 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
4707 * configure: Regenerated.
4708
4709 2004-10-31 Mark Mitchell <mark@codesourcery.com>
4710
4711 * README.SCO: Update per FSF instructions.
4712
4713 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
4714
4715 PR target/18151
4716 * configure.in (case ${target}): Do not build fixincludes for avr.
4717 * configure: Regenerated.
4718
4719 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
4720
4721 * configure.in (case ${target}): Do not build fixincludes
4722 on platforms where it is not used.
4723 * configure: Regenerated.
4724
4725 2004-10-23 Daniel Jacobowitz <dan@debian.org>
4726
4727 * configure.in: Use an absolute path to install-sh.
4728 * configure: Regenerated.
4729
4730 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4731
4732 * MAINTAINERS (Write After Approval): Add myself.
4733
4734 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
4735
4736 * MAINTAINERS: Remove from Write After Approval those that are
4737 already maintainers.
4738
4739 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
4740
4741 * MAINTAINERS: Update my email address.
4742
4743 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
4744
4745 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
4746 * configure: Regenerate.
4747
4748 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
4749
4750 * MAINTAINERS: Update my email address.
4751
4752 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
4753
4754 * MAINTAINERS (Language Front Ends Maintainers): New. Move
4755 entries belonging to this category.
4756
4757 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
4758
4759 * MAINTAINERS: Update my e-mail address.
4760
4761 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
4762
4763 Fix wrong conflict resolution in:
4764
4765 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
4766
4767 * Makefile.in: Regenerate.
4768 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
4769 in the recursive `make', instead of hardwiring `all'.
4770 (Autogenerated TARGET-* variables): New.
4771
4772 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
4773
4774 * configure.in: Enable target-libgloss for crx-*-*.
4775 * configure: Regenerate.
4776
4777 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
4778
4779 * MAINTAINERS (Various Maintainers): Move the "windows,
4780 cygwin, mingw" maintainer to ...
4781 (OS Port Maintainers): ... here.
4782
4783 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
4784
4785 * MAINTAINERS (Write After Approval): Remove those that are
4786 maintainers of some subsystem.
4787
4788 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
4789
4790 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
4791 * ltcf-cxx.sh (tpf*): Likewise.
4792 * ltconfig (tpf*): Add TPF OS configuration support.
4793
4794 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
4795
4796 * MAINTAINERS: Change my email address to my new work account.
4797
4798 2004-09-24 Michael Roth <mroth@nessie.de>
4799
4800 * configure.in (--without-headers): Add missing double quotes.
4801 * configure: Regenerate.
4802
4803 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
4804
4805 * ylwrap: Revert to previous version.
4806
4807 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
4808
4809 PR bootstrap/17369
4810 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
4811 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
4812 SET_GCC_LIB_PATH_CMD.
4813 (BASE_TARGET_EXPORTS): Likewise.
4814 * Makefile.in: Regenerated.
4815
4816 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
4817 * configure: Regenerated.
4818
4819 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
4820
4821 * config.guess: New upstream version
4822 * compile, depcomp, install-sh, ylwrap: Likewise.
4823
4824 2004-09-19 Roger Sayle <roger@eyesopen.com>
4825
4826 * config/mh-x86omitfp: New host makefile fragment. Add
4827 -fomit-frame-pointer to the default BOOT_CFLAGS.
4828 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
4829 * configure: Regenerate.
4830
4831 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
4832
4833 PR target/11572
4834 * configure.in (*-*-darwin*): Renable libobjc.
4835 * configure: Regenerate.
4836
4837 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
4838
4839 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
4840
4841 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
4842
4843 * Makefile.def: Remove libbanshee.
4844 * Makefile.tpl: Ditto.
4845 * configure.in: Ditto.
4846 * Makefile.in: Regen.
4847 * configure: Ditto.
4848
4849 2004-09-08 David Edelsohn <edelsohn@gnu.org>
4850
4851 * ltmain.sh: Use $pic_object as $non_pic_object if
4852 $non_pic_object=none.
4853
4854 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
4855
4856 * missing: Import latest version from master repository.
4857
4858 2004-09-06 Nick Clifton <nickc@redhat.com>
4859
4860 * config.sub: Import latest version from master repository.
4861 * config.guess: Likewise.
4862 This includes these changes:
4863
4864 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
4865
4866 * config.sub: Handle crisv32, alias etraxfs.
4867 * config.guess (crisv32:Linux:*:*): Handle.
4868
4869 2004-08-13 Brad Smith <brad@comstyle.com>
4870
4871 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
4872 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
4873
4874 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
4875
4876 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
4877 assume the processor is a powerpc. This is because coreutils
4878 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
4879 in this case, due to a MacOS X bug that causes
4880 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
4881 to return a negative number.
4882 Problem reported by Petter Reinholdtsen in:
4883 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
4884
4885 2004-07-19 Ben Elliston <bje@gnu.org>
4886
4887 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
4888
4889 2004-06-24 Ben Elliston <bje@gnu.org>
4890
4891 * config.guess: Update copyright years.
4892 * config.sub: Likewise.
4893
4894 2004-06-22 Robert Millan <robertmh@gnu.org>
4895
4896 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
4897 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
4898
4899 2004-06-22 Stanley F. Quayle <stan@stanq.com>
4900
4901 * config.guess (*:*VMS:*:*): New entry. Replaces
4902 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
4903 manufacturer.
4904
4905 2004-06-22 Ben Elliston <bje@gnu.org>
4906
4907 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
4908 * config.sub: Likewise.
4909
4910 2004-06-22 Ben Elliston <bje@gnu.org>
4911
4912 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
4913 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
4914
4915 2004-06-11 Ben Elliston <bje@gnu.org>
4916
4917 * config.guess (pegasos:OpenBSD:*:*): Remove.
4918
4919 2004-06-11 Ben Elliston <bje@gnu.org>
4920
4921 From Wouter Verhelst <wouter@grep.be>:
4922 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
4923
4924 2004-06-11 Ben Elliston <bje@gnu.org>
4925
4926 * config.guess (luna88k:OpenBSD:*:*): New.
4927
4928 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4929
4930 * config.guess (m32r*:Linux:*:*): New case.
4931 * config.sub: Handle m32rle.
4932
4933 2004-03-12 Ben Elliston <bje@wasabisystems.com>
4934
4935 From Jens Petersen <petersen@redhat.com>:
4936 * config.sub: Handle sparcv8.
4937
4938 2004-03-03 Ben Elliston <bje@wasabisystems.com>
4939
4940 From Tom Smith <smith@cag.lkg.hp.com>:
4941 * config.guess: Version suffixes are equally significant on Tru64
4942 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
4943 prefix of "P" (patched kernel).
4944
4945 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
4946
4947 * config.sub: Add support for National Semiconductor CRX target.
4948
4949 2004-09-03 Janis Johnson <janis187@us.ibm.com>
4950
4951 * MAINTAINERS (Various Maintainers): Remove myself as web page
4952 maintainer, add myself as maintainer of build status lists.
4953
4954 2004-09-03 Jan Beulich <jbeulich@novell.com>
4955
4956 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
4957 *-*-netware, but add target-libmudflap.
4958 Consolidate *-*-netware targets (of which really only i?86 exists)
4959 into a single entry.
4960 * configure: Likewise.
4961
4962 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
4963
4964 * Makefile.tpl (sorry): Remove.
4965 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
4966 (cleanstrap targets): Depend on distclean, not distclean-stage1.
4967 (do-clean): Clean per-stage directories too.
4968 (do-distclean): Run distclean-stage1 too.
4969 (.NOTPARALLEL): Enable during toplevel bootstrap.
4970 (stage[+id+]-bubble): Enable parallel execution during
4971 the recursive invocation.
4972 * Makefile.in: Regenerate.
4973
4974 Fix previous checkin:
4975
4976 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
4977 include.
4978 * configure.in: Fix indentation.
4979 * configure: Regenerate.
4980
4981 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
4982
4983 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
4984 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
4985 * configure: regenerate
4986 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
4987 -mdynamic-no-pic
4988
4989 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
4990
4991 * Makefile.def (build_modules): Add fixincludes.
4992 (dependencies): Make gcc depend on fixincludes.
4993 * configure.in (build_tools): Add fixincludes.
4994 (build_configdirs): Always include build_libs.
4995 * Makefile.in: Regenerate.
4996 * configure: Regenerate.
4997
4998 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
4999
5000 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5001 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5002 phony targets; do not generate timestamp files.
5003 (distclean-stageN): Remove references to their timestamp files.
5004 (restageN, touch-stageN): Remove.
5005 (stageN-bubble): Rewritten.
5006 (compare): Support lean bootstraps.
5007 * Makefile.in: Regenerate.
5008
5009 * configure.in: Only warn when bootstrapping but
5010 build != host or build != target. Support lean bootstraps.
5011 * configure: Regenerate.
5012
5013 2004-08-26 Phil Edwards <phil@codesourcery.com>
5014
5015 * configure.in: Give a better error message if GMP/MPFR are missing
5016 and a language needing them has been requested.
5017 * configure: Regenerated.
5018
5019 2004-08-25 Phil Edwards <phil@codesourcery.com>
5020
5021 * configure.in: Print a list of available language front-ends if
5022 a requested one is missing. Tidy stray tab characters.
5023 * configure: Regenerated.
5024
5025 2004-08-19 Michael Koch <konqueror@gmx.de>
5026
5027 * gcc/doc/install.texi: Update entry about automake for libjava.
5028
5029 2004-08-17 Robert Millan <robertmh@gnu.org>
5030
5031 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5032 (instead of FreeBSD).
5033 * configure: Regenerate.
5034
5035 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5036
5037 * Makefile.in: Regenerate.
5038 * configure: Regenerate.
5039
5040 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5041 stage_*_flags.
5042 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5043 for bootstrapped modules if toplevel bootstrap is going.
5044 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5045 modules. Adjust for changes in Makefile.def. Enable several
5046 rules even in non-bootstrap mode, just to avoid peppering the
5047 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5048 (stage-[+prev+]-bubble): Remove.
5049
5050 * Makefile.def (Dependencies): Depend on all-build-bison,
5051 all-build-flex, all-build-byacc, all-build-texinfo, rather
5052 than the host variations.
5053 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5054 with BUILD_SUBDIR.
5055 (BISON): Update for recent Bisons.
5056 (YACC): Fix typo.
5057 (cross): Depend on all-build.
5058 (all): Do not depend on all-build.
5059 (prebootstrap): Remove.
5060 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5061 (Prebootstrap dependencies): Add them to the per-stage targets
5062 and to all-prebootstrap.
5063 * configure.in (build_configdirs): Always enable build_tools.
5064 (BUILD_DIR_PREFIX): Remove.
5065
5066 * Makefile.def (gcc): Add target variable.
5067 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5068 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5069 in the recursive `make', instead of hardwiring `all'.
5070 (Autogenerated TARGET-* variables): New.
5071
5072 2004-08-13 Brian Booth <bbooth@redhat.com>
5073
5074 * MAINTAINERS: Remove myself from write-after-approval.
5075
5076 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5077
5078 * src-release: Stop distributing mmalloc with gdb (which doesn't
5079 use it).
5080 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5081 * Makefile.in: Regenerate.
5082
5083 2004-08-09 Mark Mitchell <mark@codesourcery.com>
5084
5085 * configure.in (arm*-*-eabi*): New target.
5086 * configure: Regenerate.
5087
5088 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
5089
5090 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5091 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5092 (Dependencies): New section.
5093 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5094 (configure-target-[+module+]): Depend on maybe-all-gcc
5095 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5096 (toplevel profiledbootstrap): Fix dependencies.
5097 * Makefile.in: Regenerate.
5098
5099 2004-08-03 Mark Mitchell <mark@codesourcery.com>
5100
5101 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5102 target-libiberty to noconfigdirs.
5103 * configure: Regenerate.
5104
5105 2004-08-03 Paul Brook <paul@codesourcery.com>
5106
5107 * configure.in: Check for MPFR as well as GMP.
5108 * configure: Regenerate.
5109
5110 2004-08-01 Robert Millan <robertmh@gnu.org>
5111
5112 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5113 libmudflap for all GNU-based systems (with Glibc).
5114 * configure: Regenerate.
5115
5116 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
5117
5118 * Makefile.def (host-modules): Add gcc.
5119 * Makefile.in: Regenerate.
5120 * Makefile.tpl (sorry): New rule.
5121 (configure-host, all-host, [+make_target+]-host, do-check,
5122 install-host): Do not add gcc as a special case.
5123 (host modules): Add a small special-casing for gcc. Export
5124 extra_make_flags through the environment.
5125 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5126 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5127 other recursive targets for gcc): Remove.
5128
5129 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5130 (stage, unstage): New rules.
5131 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5132 distclean-stage[+id+]): Use stage_current.
5133 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5134 the stage*-start rules.
5135
5136 2004-08-02 Geoffrey Keating <geoffk@apple.com>
5137
5138 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
5139 use -all_load flag.
5140
5141 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
5142
5143 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
5144 * configure: Regenerate.
5145
5146 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
5147
5148 * maintainer-scripts/gcc_release: Revert yesterday's change.
5149
5150 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
5151
5152 * MAINTAINERS: Add myself to write-after-approval.
5153
5154 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
5155
5156 * libf2c: Removed.
5157 * gcc/gccbug.in: Updated because of libf2c removal.
5158 * maintainer-scripts/gcc_release: Ditto.
5159
5160 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5161
5162 * configure.in: Build libmudflap by default on FreeBSD.
5163 * configure: Regenerated.
5164
5165 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5166
5167 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5168 systems.
5169 * configure: Regenerated.
5170
5171 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5172
5173 PR target/16344
5174 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5175 feedback based compiler.
5176 * Makefile.in: Rebuilt.
5177
5178 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
5179
5180 * Makefile.def (host_modules): Set bootstrap=true for flex.
5181 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5182 * Makefile.in: Rebuilt.
5183
5184 2004-07-07 Jan Hubicka <jh@suse.cz>
5185
5186 * MAINTAINERS: Add self as a profile feedback maintainer.
5187
5188 2004-07-05 Phil Edwards <phil@codesourcery.com>
5189
5190 * configure.in: Do not prepend $srcdir to /dev/null in
5191 makefile fragments.
5192 * configure: Regenerate.
5193
5194 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
5195
5196 * Makefile.def (build_modules): Add bison, byacc, flex,
5197 m4, texinfo.
5198 (flags_to_pass): Add FLEX.
5199 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5200 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5201 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5202 DEFAULT_MAKEINFO): Remove.
5203 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5204 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5205 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5206 objdir or else use configured tool.
5207 (all-build): New.
5208 (all): Depend on it.
5209 (Build module dependencies): Add.
5210 * Makefile.in: Regenerate.
5211 * configure.in: Better support for multiple build modules,
5212 matching what is done for host/target modules. Do not look
5213 for "plausible" locations of build tools if Canadian cross.
5214 Use autoconf's AC_PROG_CC to find a C compiler. Define
5215 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5216 * configure: Regenerate.
5217
5218 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5219
5220 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5221 * Makefile.in: Regenerate.
5222
5223 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
5224
5225 * Makefile.tpl (configure-build-[+module+],
5226 configure-[+module+], configure-target-[+module+]): Pass
5227 [+extra_configure_args+].
5228 (all-build-[+module+], all-[+module+], check-[+module+],
5229 install-[+module+], [+make_target+]-[+module+],
5230 all-target-[+module+], check-target-[+module+],
5231 install-target-[+module+], [+make_target+]-target-[+module+]):
5232 Pass [+extra_make_args+].
5233 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5234 (GCC_HOST_EXPORTS): Remove.
5235 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5236 cross, check-gcc, check-gcc-c++, install-gcc,
5237 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5238 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5239 * Makefile.in: Regenerate.
5240
5241 2004-06-21 Matthew Sachs <msachs@apple.com>
5242
5243 * MAINTAINERS: Added self to write-after-approval.
5244
5245 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5246
5247 * configure.in: Check for srcdir/winsup rather than build directory
5248 winsup.
5249 * configure: Regenerate.
5250
5251 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
5252
5253 * configure.in: Don't build Cygwin native newlib if winsup
5254 directory is missing. Emit warning instead.
5255 * configure: Regenerate.
5256
5257 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
5258
5259 * Makefile.tpl (touch-stage[+id+]): New.
5260 (restage[+prev+]): Depend on touch-stage[+id+].
5261
5262 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5263 Use it throughout.
5264
5265 * Makefile.def: Add profile and feedback bootstrap stages.
5266 Remove next field from bootstrap stages.
5267 * Makefile.tpl (LN, LN_S): Substitute.
5268 (stageN-start, stageN-end): Use double-colon rules, to
5269 provide a hook for additional setup commands.
5270 (distclean-stageN-gcc, restageN): Create dependencies from
5271 [+prev+], not from [+next+].
5272 (stageN-bubble): Add commands for successive stages from
5273 [+prev+], using double-colon rules.
5274 (all-stageN-gcc): Fix typo.
5275 (stagefeedback-start, profiledbootstrap): New.
5276 * Makefile.in: Regenerate.
5277 * configure.in: Call ACX_PROG_LN.
5278 * configure: Regenerate.
5279
5280 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
5281
5282 * MAINTAINERS (Write After Approval): Add myself.
5283
5284 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
5285
5286 * MAINTAINERS (Write After Approval): Add myself.
5287
5288 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
5289
5290 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5291 without gcc.
5292 * configure: Regenerate.
5293
5294 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5295
5296 * Makefile.tpl: Fix typo.
5297 * Makefile.in: Regenerate.
5298
5299 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5300
5301 * configure.in: Remove new- prefix from toplevel
5302 bootstrap targets.
5303 * configure: Regenerate.
5304
5305 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
5306
5307 * Makefile.tpl (all.normal): Rename to all.
5308 (all): Replace with a rule to pick the default
5309 target from configure.
5310 (all-gcc, configure-gcc): Use conditionals to
5311 do nothing when toplevel bootstrap is going on.
5312 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5313 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5314 * configure.in: Support --enable-bootstrap.
5315
5316 * Makefile.def: Remove new- prefix from toplevel
5317 bootstrap targets.
5318 * Makefile.tpl: Likewise.
5319
5320 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5321 target.
5322
5323 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5324 $(RECURSE_FLAGS) to recursive invocation of make.
5325
5326 * Makefile.in: Regenerate.
5327 * configure: Regenerate.
5328
5329 2004-05-30 Andreas Jaeger <aj@suse.de>
5330 Jim Wilson <wilson@specifixinc.com>
5331
5332 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5333 like CC.
5334
5335 2004-05-27 Daniel Jacobowitz <dan@debian.org>
5336
5337 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5338 * configure: Regenerate.
5339
5340 2004-05-25 Daniel Jacobowitz <drow@false.org>
5341
5342 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5343 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5344 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5345 targets.
5346 * Makefile.in: Regenerate.
5347
5348 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
5349
5350 * configure.in: Test the ability to symlink directories.
5351 * configure: Regenerate.
5352
5353 * Makefile.def (bootstrap-stage): New definitions.
5354 * Makefile.tpl (configure-stage1-gcc,
5355 configure-stage2-gcc, configure-stage3-gcc,
5356 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5357 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5358 new-restage3, compare): Autogenerate, see Makefile.in
5359 entry for behavioral changes.
5360 (distclean-stage1, new-stage1-start, new-stage1-end,
5361 new-stage1-bubble, distclean-stage2, new-stage2-start,
5362 new-stage2-end, new-stage2-bubble, distclean-stage3,
5363 new-stage3-start, new-stage3-end): New autogenerated targets.
5364 (objext, prebootstrap, BOOT_CFLAGS,
5365 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5366 targets.
5367
5368 * Makefile.in: Regenerate.
5369 (distclean-stage1, new-stage1-start, new-stage1-end,
5370 new-stage1-bubble, distclean-stage2, new-stage2-start,
5371 new-stage2-end, new-stage2-bubble, distclean-stage3,
5372 new-stage3-start, new-stage3-end): New targets.
5373 (all-stage1-gcc): Move prebootstrap dependency from here...
5374 (configure-stage1-gcc): ...to here.
5375 (new-bootstrap): Use bubble targets.
5376 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5377 Use per-stage distclean targets.
5378 (configure-stage1-gcc, configure-stage2-gcc,
5379 configure-stage3-gcc, all-stage1-gcc,
5380 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5381 Use new-stageN-start to prepare the tree.
5382
5383 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
5384
5385 * Makefile.def (host_modules): add libcpp.
5386 * Makefile.tpl: Add dependencies on and for libcpp.
5387 * Makefile.in: Regenerate.
5388 * configure.in: Add libcpp host module.
5389 * configure: Regenerate.
5390
5391 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
5392
5393 * Makefile.tpl: Whenever a recursive target is defined, wrap
5394 it in a special @if/@endif block, and prepare its maybe
5395 dependency in the @if/@endif block
5396 * configure.in: Instead of writing maybe dependencies, remove
5397 the @if/@endif statements, and remove the @if/@endif blocks
5398 that remain.
5399 * configure: Regenerate.
5400 * Makefile.in: Regenerate.
5401
5402 2004-05-20 Janis Johnson <janis187@us.ibm.com>
5403
5404 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
5405
5406 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
5407
5408 PR bootstrap/15120
5409 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
5410 * */configure: Rebuilt.
5411
5412 2004-05-17 Zack Weinberg <zack@codesourcery.com>
5413
5414 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5415 of libf2c.
5416 * configure, Makefile.in: Regenerate.
5417
5418 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
5419
5420 * MAINTAINERS (Write After Approval): Add myself.
5421
5422 2004-05-13 Diego Novillo <dnovillo@redhat.com>
5423
5424 Merge from tree-ssa-20020619-branch.
5425
5426 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5427 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5428 (HOST_GMPLIBS): Define.
5429 (HOST_GMPINC): Define.
5430 (TARGET_LIB_PATH): Add libmudflap.
5431 (GFORTRAN_FOR_TARGET): Define.
5432 (configure-build*): Export GFORTRAN.
5433 (configure-gcc): Export GMPLIBS and GMPINC.
5434 (all-gcc): Add maybe-all-libbanshee.
5435 (configure-target-libgfortran): Define.
5436 * Makefile.in: Regenerate.
5437 * configure.in (host_libs): Add libbanshee.
5438 (target_libraries): Add target-libmudflap and target-libgfortran.
5439 Add --with-libbanshee.
5440 Handle --disable-libmudflap.
5441 (*-*-freebsd*): Use with_gmp.
5442 Add $(libgcj) to noconfigdirs.
5443 * configure: Regenerate.
5444 * depcomp: New file.
5445 * MAINTAINERS: Add tree-ssa maintainers.
5446
5447 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
5448
5449 * MAINTAINERS (Various Maintainers): Add myself.
5450
5451 2004-04-30 Brian Ford <ford@vss.fsi.com>
5452
5453 * MAINTAINERS (Write After Approval): Add myself.
5454
5455 2004-04-29 Uros Bizjak <uros@kss-loka.si>
5456
5457 * MAINTAINERS (Write After Approval): Add myself.
5458
5459 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
5460
5461 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5462 * configure: Regenerate.
5463
5464 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
5465
5466 Revert:
5467 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5468
5469 * Makefile.def (flags_to_pass): Remove *dir variables that
5470 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5471 as well as prefix and exec_prefix.
5472 * Makefile.in: Regenerate.
5473
5474 2004-04-26 Robert Millan <robertmh@gnu.org>
5475
5476 Add patches from libtool CVS.
5477 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5478 * ltconfig: Likewise.
5479 * ltcf-c.sh: Likewise.
5480 * ltcf-cxx.sh: Likewise.
5481 * ltcf-gcj.sh: Likewise.
5482
5483 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5484
5485 * Makefile.def (host_modules): Mark with the bootstrap
5486 flag packages on which gcc depends.
5487 * Makefile.tpl (all-bootstrap): Use it.
5488 * Makefile.in: Regenerate.
5489
5490 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5491
5492 * Makefile.def (flags_to_pass): Remove *dir variables that
5493 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5494 as well as prefix and exec_prefix.
5495 * Makefile.in: Regenerate.
5496
5497 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5498
5499 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5500 * configure: Regenerate.
5501 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5502 * gcc/Makefile.tpl (compare): Use the result of the test.
5503 * gcc/Makefile.in: Regenerate.
5504
5505 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
5506
5507 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5508 Always relocate gcc and prev-gcc to the original names, even
5509 if the build fails.
5510 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5511 New targets.
5512
5513 2004-04-23 Laurent GUERBY <laurent@guerby.net>
5514
5515 * MAINTAINERS: Update my email address.
5516
5517 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5518
5519 * configure.in (mips*-*-irix5*): Enable ld.
5520 * configure: Regenerate.
5521
5522 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5523
5524 * configure: Regenerate.
5525
5526 2004-04-15 James E Wilson <wilson@specifixinc.com>
5527
5528 * Makefile.tpl (configure-[+module+], configure-gcc,
5529 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5530 Set and export LDFLAGS.
5531 * Makefile.in: Regenerate.
5532
5533 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
5534
5535 * MAINTAINERS: Add myself to write-after-approval.
5536
5537 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5538
5539 PR bootstrap/14871
5540 * Makefile.tpl: If we don't have built-in-tree target tools,
5541 use the ones found by configure rather than hacking around with
5542 program_transform_name.
5543 * configure.in: Give Makefile.tpl the information necessary
5544 to do that.
5545 * Makefile.in: Regenerate.
5546 * configure: Regenerate.
5547
5548 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5549
5550 PR bootstrap/14760
5551 * configure.in: When computing baseargs, strip *all* copies of
5552 offending options. Also, don't match/substitute the trailing space,
5553 so that this actually works when two similar options are separated by
5554 only one space.
5555 * configure: Regenerate.
5556
5557 2004-04-06 David Edelsohn <edelsohn@gnu.org>
5558
5559 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5560 (rs6000-*-aix*): Same.
5561 * configure: Regenerate.
5562
5563 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
5564
5565 * MAINTAINERS: Add myself to write-after-approval.
5566
5567 2004-04-03 Bud Davis <bdavis9659@comcast.net>
5568
5569 * MAINTAINERS: Add myself to write-after-approval.
5570
5571 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5572
5573 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5574 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5575 * Makefile.in: Regenerate.
5576
5577 * configure.in (top level bootstrap support): Rework --enable-werror
5578 to set @stage2_werror_flag@.
5579 * configure: Regenerate.
5580 * Makefile.tpl (top level bootstrap support): Pass
5581 @stage2_werror_flag@ down to configure in stages 2 and 3.
5582 * Makefile.in: Regenerate.
5583
5584 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5585
5586 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5587 for stages 2 and 3 as well as in make. As a consequence, remove
5588 OUTPUT_OPTION (now detected by configure) from the flags passed down
5589 to make.
5590 * Makefile.in: Regenerate.
5591
5592 * Makefile.tpl (new-bootstrap): Fix typo.
5593 * Makefile.in: Regenerate.
5594
5595 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5596
5597 * Makefile.tpl: Rearrange by moving recursive_targets rules
5598 into their proper sections.
5599 * Makefile.tpl (top level bootstrap support): Move disabling
5600 of coverage flags from 'make' to 'configure'; improve comments.
5601 * Makefile.in: Regenerate.
5602
5603 * Makefile.tpl (experimental top level bootstrap) Move stage1
5604 language setting from all- target to configure- target; disable
5605 intermodule optimization in stage 1; prevent gratuitous rebuilds
5606 of stage 1.
5607 * Makefile.in: Regenerate.
5608 * configure.in: Comma-separate stage 1 language list for top
5609 level bootstrap.
5610 * configure: Regenerate.
5611
5612 * Makefile.tpl: Clean up experimental top level bootstrap support:
5613 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5614 prev-gcc in configure- targets as well as all- targets.
5615 * Makefile.in: Regenerate.
5616
5617 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
5618
5619 * compile: New file imported from automake.
5620
5621 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
5622
5623 * configure.in: Remove symbolic link section.
5624 * configure: Regenerate.
5625 * Makefile.tpl (links): Remove.
5626 * Makefile.in: Regenerate.
5627
5628 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
5629 Nathanael Nerode <neroden@gcc.gnu.org>
5630
5631 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
5632 Set with AC_CHECK_PROGS.
5633 * configure.in: Fix comment typo from last patch.
5634 * configure: Regenerate.
5635
5636 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5637
5638 * Makefile.tpl: Introduce experimental top level bootstrap support.
5639 * Makefile.in: Regenerate.
5640 * configure.in: Introduce support for top level bootstrap.
5641 * configure: Regenerate.
5642
5643 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
5644 Paolo Bonzini <bonzini@gnu.org>
5645
5646 PR bootstrap/14522
5647 * configure.in: Cope with shells that do not support unquoted ^
5648 * configure: Regenerate.
5649
5650 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
5651 Paolo Bonzini <bonzini@gnu.org>
5652
5653 PR bootstrap/14522
5654 * configure.in: Cope with shells that do not support nesting
5655 quotes inside quoted backquote substitutions.
5656 * configure: Regenerate.
5657
5658 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5659
5660 PR bootstrap/14522
5661 * configure.in: Fix escaping of $.
5662 * configure: Regenerate.
5663
5664 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5665
5666 * configure: Regenerate, since I forgot to while committing Paolo's
5667 changes.
5668
5669 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
5670
5671 PR ada/14131
5672 Move language detection to the top level.
5673 * configure.in: Find default values for the tools as
5674 soon as possible. Disable ada if GNAT is not found.
5675 Emit error message about missing languages. Expand
5676 --enable-languages=all for the gcc subdirectory.
5677
5678 2004-03-10 Ben Elliston <bje@gnu.org>
5679
5680 * MAINTAINERS: Update my email address.
5681
5682 2004-03-05 David Edelsohn <edelsohn@gnu.org>
5683
5684 * ltconfig: Disable building static libraries if building shared
5685 libraries on AIX 5L.
5686
5687 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
5688
5689 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5690 and disable libgcj.
5691 * configure: Regenerated.
5692
5693 2004-03-01 Brian Booth <bbooth@redhat.com>
5694
5695 * MAINTAINERS: Add myself to write-after-approval.
5696
5697 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
5698
5699 * MAINTAINERS: Add myself to write-after-approval.
5700
5701 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5702
5703 PR bootstrap/7087
5704 * Makefile.tpl: Guard XFOO sed statements better.
5705 * Makefile.tpl: Add dependency for configure-target-libada.
5706 * Makefile.in: Regenerate (incidentally fixes broken
5707 commit when libada-branch was merged).
5708
5709 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
5710
5711 * MAINTAINERS: Add myself to write-after-approval.
5712
5713 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
5714
5715 * MAINTAINERS: Add Nicola Pero and myself as libobjc
5716 maintainers.
5717
5718 2004-02-20 Andrew Cagney <cagney@redhat.com>
5719
5720 * config.guess: Update from version 2003-10-16 to 2004-02-16.
5721 * config.sub: Update from version 2003-11-03 to 2004-02-16.
5722
5723 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5724
5725 PR bootstrap/11932
5726 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5727
5728 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
5729
5730 * MAINTAINERS: Added myself to write-after-approval.
5731
5732 2004-02-14 Michael Koch <konqueror@gmx.de>
5733
5734 * MAINTAINERS: Added myself to write-after-approval.
5735
5736 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
5737
5738 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
5739 some OS port maintainers to OS port maintainers section.
5740
5741 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
5742
5743 * MAINTAINERS: Add self.
5744
5745 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
5746
5747 * MAINTAINERS: Alphabetize.
5748
5749 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
5750
5751 * MAINTAINERS: Remove myself.
5752
5753 2004-02-11 David Edelsohn <edelsohn@gnu.org>
5754
5755 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5756 (rs6000-*-aix*): Same.
5757 * configure: Regenerate.
5758
5759 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5760
5761 * configure.in (host): Add in missing $noconfigdirs to defines.
5762 * configure: Regenerate.
5763
5764 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5765 Nathanael Nerode <neroden@gcc.gnu.org>
5766
5767 PR ada/6637, PR ada/5911
5768 Merge with libada-branch:
5769 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5770 with appropriate dependencies. Add --enable-libada configure switch.
5771 * configure, Makefile.in: Regenerate.
5772
5773 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
5774
5775 * MAINTAINERS: Add myself to write-after-approval.
5776
5777 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5778
5779 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5780 * configure: Regenerate.
5781
5782 2004-02-04 Geoffrey Keating <geoffk@apple.com>
5783
5784 Merge from upstream:
5785
5786 * ltmain.in: When setting IFS to '~', be careful about user
5787 arguments that contain '~'.
5788
5789 2004-02-04 Peter O'Gorman <peter@pogma.com>
5790
5791 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
5792 Also test $base_compile against $CC with escaped arguments. Bug
5793 reported by Geoff Keating <geoffk@apple.com>.
5794
5795 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
5796
5797 * MAINTAINERS: Remove i960 port.
5798
5799 2004-01-23 DJ Delorie <dj@redhat.com>
5800
5801 * Makefile.def (target_modules) [libiberty]: Don't stage.
5802 * Makefile.in: Rebuilt.
5803
5804 2004-01-20 Caroline Tice <ctice@apple.com>
5805
5806 * MAINTAINERS: Add myself to write-after-approval.
5807
5808 2004-01-19 Paolo Carlini <pcarlini@suse.de>
5809
5810 * MAINTAINERS: Update my email address.
5811
5812 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
5813
5814 * MAINTAINERS: Add myself to write-after-approval.
5815
5816 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5817
5818 * MAINTAINERS: Remove entries without email address.
5819
5820 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
5821
5822 * MAINTAINERS: Add myself to write-after-approval.
5823
5824 2004-01-15 Steven Bosscher <stevenb@suse.de>
5825
5826 * MAINTAINERS: Update my email address.
5827
5828 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
5829
5830 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5831 * Makefile.tpl (configure-target-[+module+]): Support stage.
5832 * Makefile.in: Rebuilt.
5833
5834 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
5835
5836 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
5837
5838 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
5839
5840 * MAINTAINERS: Add myself as a MIPS maintainer.
5841
5842 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5843
5844 * configure.in: Use ./config.cache, not config.cache.
5845 * configure: Regenerate.
5846 * Makefile.tpl: Special-casing not needed for GCC any more.
5847 * Makefile.in: Regenerate.
5848
5849 * configure.in: Don't share a cache file for host dirs.
5850 * configure: Regenerate.
5851
5852 * config-ml.in: Don't mess with the cache file.
5853
5854 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5855
5856 * MAINTAINERS: Move myself from 'Write After Approval' to
5857 'CPU Port Maintainers' section as SPARC maintainer.
5858
5859 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5860
5861 * Makefile.tpl: Make GCC use a separate config.cache.
5862 * Makefile.in: Regenerate.
5863
5864 PR bootstrap/11932, PR bootstrap/11933
5865 (I don't know if it will fix either of them, but it relates
5866 to them.)
5867 * configure.in: Don't use shared config.cache for target
5868 directories.
5869 * configure: Regenerate.
5870
5871 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
5872
5873 * MAINTAINERS: Add myself to 'Write After Approval' section.
5874
5875 2003-12-31 Roger Sayle <roger@eyesopen.com>
5876
5877 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5878 * configure: Regenerated.
5879
5880 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
5881
5882 * MAINTAINERS: Remove the mn10200 maintainer.
5883
5884 2003-12-21 Bernardo Innocenti <bernie@develer.com>
5885
5886 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5887 * configure: Regenerated.
5888
5889 2003-12-16 Jan Hubicka <jh@suse.cz>
5890
5891 * MAINTAINERS: Add myself as callgraph maintainer.
5892
5893 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5894
5895 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5896 * configure: Regenerate.
5897
5898 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5899
5900 * MAINTAINERS: Move myself from 'Bug database only accounts' to
5901 'Write After Approval' section. Update email.
5902
5903 2003-12-01 James Lemke <jim@wasabisystems.com>
5904
5905 * MAINTAINERS (Write After Approval): Add myself.
5906
5907 2003-11-20 Matt Thomas <matt@3am-software.com>
5908
5909 * MAINTAINERS: Add myself as a vax port maintainer.
5910
5911 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5912
5913 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5914 (configure-build-[+module+], configure-[+module+]): Likewise.
5915 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5916 * Makefile.in: Regenerate.
5917
5918 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
5919
5920 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
5921 shared/dylibed libraries.
5922 * ltmain.sh: Likewise.
5923 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
5924 * ltcf-cxx.sh: Likewise.
5925 * ltcf-gcj.sh: Likewise.
5926 * ltconfig: Likewise.
5927
5928 2003-11-17 Stan Cox <scox@redhat.com>
5929
5930 * MAINTAINERS: Add myself as iq2000 port maintainer.
5931
5932 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
5933
5934 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
5935 * Makefile.in: Regenerate.
5936
5937 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
5938
5939 * config.sub: Update to 2003-11-03 version.
5940
5941 2003-10-20 Phil Edwards <phil@codesourcery.com>
5942
5943 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
5944 * configure: Regenerate.
5945
5946 2003-10-20 Nicolas Pitre <nico@cam.org>
5947
5948 * MAINTAINERS: Add myself to 'Write After Approval' section.
5949
5950 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
5951
5952 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5953
5954 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
5955
5956 * MAINTAINERS: Update my email address.
5957
5958 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5959
5960 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
5961
5962 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
5963
5964 * MAINTAINERS: Add myself to 'Write After Approval' section.
5965
5966 2003-10-16 Bernardo Innocenti <bernie@develer.com>
5967
5968 * config.guess: Update to 2003-10-16 version.
5969 * config.sub: Update to 2003-10-16 version.
5970
5971 2003-10-15 David Daney <ddaney@avtrex.com>
5972
5973 * MAINTAINERS: Added myself to 'Write After Approval' section.
5974
5975 2003-10-15 Falk Hueffner <falk@debian.org>
5976
5977 * MAINTAINERS: Move myself from 'Bug database only accounts' to
5978 'Write After Approval' section. Update email.
5979
5980 2003-10-14 Roger Sayle <roger@eyesopen.com>
5981
5982 * MAINTAINERS: Move myself from 'Write After Approval' to
5983 'Various Maintainers' section as middle-end maintainer.
5984
5985 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
5986
5987 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
5988 HOST_FLAGS_TO_PASS.
5989 * Makefile.in: Regenerate.
5990
5991 2003-10-11 Bernardo Innocenti <bernie@develer.com>
5992
5993 * config.guess: Update to 2003-10-07 version.
5994 * config.sub: Update to 2003-10-07 version.
5995
5996 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5997
5998 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
5999 * ltconfig (irix5*, irix6*): Don't override version_type.
6000
6001 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6002
6003 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6004 * configure: Rebuilt
6005 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6006 * Makefile.in: Rebuilt
6007
6008 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6009
6010 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6011
6012 2003-09-30 Carlo Wood <carlo@alinoe.com>
6013
6014 * MAINTAINERS (Write After Approval): Add myself.
6015
6016 2003-09-29 Paul Koning <ni1d@arrl.net>
6017
6018 * MAINTAINERS: Move myself from "Write After Approval"
6019 to CPU platform maintainers for pdp11 platform.
6020
6021 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
6022
6023 * MAINTAINERS: Move myself from 'Write After Approval' to
6024 'Various Maintainers' section as libffi testsuite maintainer.
6025
6026 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
6027
6028 * configure.in: Pass a computed --program-transform-name
6029 to subconfigures.
6030 * configure: Regenerated.
6031
6032 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6033
6034 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6035 * Makefile.in: Regenerate.
6036
6037 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6038 * Makefile.in: Regenerate.
6039
6040 2003-09-19 Ziemowit Laski <zlaski@apple.com>
6041
6042 * MAINTAINERS: Move myself from 'Write After Approval'
6043 to 'Various Maintainers' (objective-c) section.
6044
6045 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
6046
6047 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6048 quoting.
6049 * configure: Regenerated.
6050
6051 2003-09-16 Joel Brobecker <brobecker@gnat.com>
6052
6053 * MAINTAINERS (Write After Approval): Add myself to write after
6054 approval list.
6055
6056 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
6057
6058 * MAINTAINERS (Write After Approval): Add myself.
6059
6060 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
6061
6062 * MAINTAINERS: Update my e-mail address.
6063
6064 2003-09-09 Alan Modra <amodra@bigpond.net.au>
6065
6066 * libtool.m4 (LD): Correct powerpc64 host match.
6067
6068 2003-09-06 James E Wilson <wilson@tuliptree.org>
6069
6070 * MAINTAINTERS: Update my affiliation and email address.
6071
6072 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6073
6074 * MAINTAINERS (Write After Approval): Add myself.
6075
6076 2003-09-04 DJ Delorie <dj@redhat.com>
6077
6078 * configure: Regenerate.
6079
6080 2003-09-04 Robert Millan <robertmh@gnu.org>
6081
6082 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
6083
6084 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6085
6086 * configure.in: Ensure arguments to sed are properly spaced.
6087 * configure: Regenerate.
6088
6089 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
6090
6091 * MAINTAINERS: Update my e-mail address.
6092
6093 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
6094
6095 * MAINTAINERS (Write After Approval): Add myself.
6096
6097 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
6098
6099 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6100 * configure: Regenerated.
6101
6102 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
6103
6104 * MAINTAINERS: Update my email address.
6105
6106 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
6107
6108 * configure.in: Use newline instead of semicolon when assuming
6109 shell arguments in a for loop.
6110 * configure: Regenerated.
6111
6112 2003-08-22 Jason Eckhardt <jle@rice.edu>
6113
6114 * MAINTAINERS: Resurrect the i860 maintainer.
6115
6116 2003-08-20 Geoffrey Keating <geoffk@apple.com>
6117
6118 PR 8180
6119 * configure.in: When testing with_libs and with_headers, treat
6120 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6121 * configure: Regenerate.
6122
6123 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6124 make, shell, etc.
6125 (baseargs): Likewise.
6126 * configure: Regenerate.
6127
6128 2003-08-20 Bernardo Innocenti <bernie@develer.com>
6129
6130 * MAINTAINERS (Write After Approval): Add myself.
6131
6132 2003-08-19 Geoffrey Keating <geoffk@apple.com>
6133
6134 * configure.in: Disable libgcj for darwin not on powerpc.
6135 * configure: Rebuild.
6136
6137 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6138
6139 * config-ml.in, symlink-tree: Add license.
6140
6141 2003-08-03 Richard Stallman <rms@gnu.org>
6142 Eben Moglen <moglen@columbia.edu>
6143
6144 * README.SCO: New file.
6145
6146 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6147
6148 * Makefile.tpl (check, check-c++): Express dependencies using
6149 dependencies rather than commands.
6150 * Makefile.in: Regenerate.
6151
6152 2003-08-01 Andrew Cagney <cagney@redhat.com>
6153
6154 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6155 * configure: Ditto.
6156
6157 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6158
6159 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6160 * Makefile.in: Update.
6161
6162 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6163
6164 * configure.in: Enable libgcj for darwin.
6165 * configure: Rebuild.
6166
6167 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
6168
6169 * config-ml.in: Use ac_configure_args directly instead of
6170 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6171 actually seen.
6172
6173 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6174
6175 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6176 creating target and build subdirs to build all parent dirs as needed.
6177 * Makefile.in: Rebuild.
6178 * configure.in: Don't build dirs explicitly here.
6179 * configure: Rebuild.
6180
6181 2003-07-26 Paul Brook <paul@nowt.org>
6182
6183 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
6184
6185 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
6186
6187 * Makefile.tpl (all-make): Depend on intl.
6188 * Makefile.in: Rebuilt.
6189
6190 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6191
6192 * install-sh: Update to newer upstream versions (associated with
6193 aclocal 1.7).
6194 * mkinstalldirs: Likewise.
6195 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6196
6197 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
6198
6199 * MAINTAINERS: Move self from Bug database only accounts
6200 to write-after-approval.
6201
6202 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6203
6204 * config.if: Remove unused libc_interface determination.
6205
6206 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6207
6208 * MAINTAINERS: Move self from write-after-approval to
6209 build machinery (*.in).
6210
6211 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6212
6213 PR bootstrap/11273
6214 PR bootstrap/11408
6215 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6216 unused INSTALL_PROGRAM_ARGS.
6217 * configure.in: Use AC_PROG_INSTALL.
6218 * Makefile.in: Regenerate.
6219 * configure: Regenerate.
6220
6221 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
6222
6223 * MAINTAINERS: Alphabetize.
6224
6225 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
6226
6227 * configure: Rebuilt.
6228 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6229 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6230 newlib nor libgloss.
6231 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6232 * configure.in (am33_2.0-*-linux*): Added.
6233
6234 2003-07-09 Bob Wilson <bob.wilson@acm.org>
6235
6236 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6237 * configure: Regenerate.
6238
6239 2003-07-07 Zack Weinberg <zack@codesourcery.com>
6240
6241 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
6242 * Makefile.in: Regenerate.
6243
6244 2003-07-04 Zack Weinberg <zack@codesourcery.com>
6245
6246 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
6247 * Makefile.in: Regenerate.
6248
6249 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
6250
6251 * Makefile.tpl: Replace PWD with PWD_COMMAND.
6252 * Makefile.in: Regenerated.
6253
6254 * config-ml.in: Replace PWD with PWD_COMMAND.
6255
6256 2003-07-04 Zack Weinberg <zack@codesourcery.com>
6257
6258 * intl: New directory; see intl/ChangeLog for details.
6259 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
6260 * Makefile.tpl: all-gcc depends on maybe-all-intl.
6261 * Makefile.in: Regenerate.
6262
6263 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6264
6265 * configure.in: Clean up config-lang.in handling. Delete
6266 useless assignment to "subdirs".
6267 * configure: Regenerate.
6268
6269 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6270
6271 * configure.in: Rename 'target_libs' to 'target_libraries'.
6272 Remove useless reference to 'target_libs'.
6273 * configure: Regenerate.
6274
6275 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6276
6277 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6278 * Makefile.in: Regenerate.
6279
6280 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6281
6282 * Makefile.def: Introduce flags_to_pass.
6283 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6284 * Makefile.in: Regenerate.
6285
6286 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6287
6288 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6289 and target-libgloss.
6290 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6291 <h8300*-*-*>: Disable libf2c and ${libgcj}.
6292 * configure: Regenerate.
6293
6294 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6295
6296 * configure.in: Update testsuite_flags to new location.
6297 * configure. Regenerate.
6298
6299 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6300
6301 * Makefile.tpl: Remove BUILD_CC stuff.
6302 * Makefile.in: Regenerate.
6303
6304 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
6305
6306 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
6307
6308 2003-06-16 Graeme Peterson <gp@qnx.com>
6309
6310 * MAINTAINERS (Write After Approval): Add myself.
6311
6312 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6313
6314 * config.guess: Update to 2003-06-12 version.
6315 * config.sub: Update to 2003-06-13 version.
6316
6317 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
6318
6319 * config.guess: Update to 2003-06-06 version.
6320 * config.sub: Update to 2003-06-06 version.
6321
6322 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6323
6324 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6325 * configure. Regenerate.
6326
6327 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6328
6329 * configure.in: Disable serial configure by default.
6330 * configure: Regenerate.
6331 * Makefile.tpl: Abolish .NOTPARALLEL.
6332 * Makefile.in: Regenerate.
6333
6334 * Makefile.tpl: Replace {build,host,target}_canonical by
6335 {build,host,target}.
6336 * Makefile.in: Regenerate.
6337
6338 * Makefile.tpl: Fix stupid pasto.
6339 * Makefile.in: Regenerate.
6340
6341 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6342
6343 * Makefile.tpl: Remove bogus conditional.
6344 * Makefile.in: Regenerate.
6345
6346 2003-06-05 Jan Hubicka <jh@suse.cz>
6347
6348 * Makefile.tpl (profiledbootstrap): New target.
6349 * Makefile.in (profiledbootstrap): New target.
6350
6351 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
6352
6353 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
6354 Pinski. Remove user names from other bugzilla-only maintainers.
6355
6356 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6357
6358 * Makefile.tpl: Make 'recursive targets' using autogen rather
6359 than shell loop. Remove duplicate 'clean' targets and false
6360 comments.
6361 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6362 Add systematic method of specifying missing targets in subdirs.
6363 Add copyright boilerplate.
6364 * Makefile.in: Regenerate.
6365 * configure.in: Add 'recursive targets' to maybe list.
6366 * configure: Regenerate.
6367
6368 * MAINTAINERS: "GNATS only" -> "Bug database only".
6369
6370 * Makefile.tpl: Rename [+target+] to [+make_target+].
6371 * Makefile.def: Rename 'target' to 'make_target'.
6372
6373 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
6374
6375 * MAINTAINERS: Add self as options handling maintainer.
6376
6377 2003-05-28 Michael Meissner <gnu@the-meissners.org>
6378
6379 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
6380 been too long since I touched those ports.
6381
6382 2003-05-28 DJ Delorie <dj@redhat.com>
6383
6384 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6385 * Makefile.in: Regenerate.
6386
6387 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6388
6389 * configure.in: Use curly braces in the definition of tooldir.
6390 * configure: Regenerate.
6391
6392 2003-05-21 DJ Delorie <dj@redhat.com>
6393
6394 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6395 newlib or libgloss.
6396 * Makefile.in: Regenerate.
6397
6398 2003-05-21 DJ Delorie <dj@redhat.com>
6399
6400 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6401 * Makefile.in: Regenerate.
6402
6403 2003-05-20 Ian Lance Taylor <ian@airs.com>
6404
6405 * MAINTAINERS: Update my e-mail address.
6406
6407 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6408
6409 * configure.in: Switch more things to use maybe dependencies.
6410 * Makefile.tpl: Switch more things to use maybe dependencies.
6411 Factor out common code from autogen IF statements.
6412 * configure: Regenerate.
6413 * Makefile.in: Regenerate.
6414
6415 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6416
6417 * configure.in: Accept i[3456789]86 for machine type.
6418 * configure: Regenerate.
6419
6420 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6421
6422 * configure.in: Switch more things to use maybe dependencies.
6423 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6424 * configure: Regenerate.
6425 * Makefile.tpl: Switch more things to use maybe dependencies.
6426 * Makefile.in: Regenerate.
6427
6428 2003-05-16 Andreas Schwab <schwab@suse.de>
6429
6430 * Makefile.tpl (install-opcodes): Define.
6431 * Makefile.in: Rebuild.
6432
6433 2003-05-13 Andreas Jaeger <aj@suse.de>
6434
6435 * config.guess: Update to 2003-05-09 version.
6436 * config.sub: Update to 2003-05-09 version.
6437
6438 2003-05-13 Michael Eager <eager@mvista.com>
6439
6440 * configure.in: Correct sed script so that options in quotes are not
6441 deleted.
6442 * configure: Rebuild.
6443
6444 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
6445
6446 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6447 and $$s/newlib/libc/sys/cygwin32 include paths.
6448 * configure: Ditto.
6449
6450 2003-05-12 Michael Meissner <gnu@the-meissners.org>
6451
6452 * MAINTAINERS: Update my email addresses.
6453
6454 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
6455
6456 * config-ml.in: Propagate INSTALL variables.
6457
6458 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6459
6460 * MAINTAINERS: Remove duplicate entries in Write After Approval.
6461
6462 2003-05-02 Chris Demetriou <cgd@broadcom.com>
6463
6464 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6465 * Makefile.in: Regenerate.
6466
6467 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
6468
6469 * MAINTAINERS (GNATS only): Add Falk Hueffner.
6470
6471 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
6472
6473 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
6474
6475 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
6476
6477 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6478 * Makefile.in: Regenerated.
6479
6480 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
6481
6482 * MAINTAINERS (Write After Approval): Upgrade myself from
6483 GNATS only to write-after-approval. Update my mail address.
6484
6485 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
6486
6487 (OS Port Maintainers: freebsd): Add myself.
6488
6489 2003-04-22 Mark Mitchell <mark@codesourcery.com>
6490
6491 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
6492
6493 2003-04-22 Kean Johnston <jkj@sco.com>
6494
6495 * MAINTAINERS (SCO ports): Added myself.
6496
6497 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
6498
6499 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
6500
6501 2003-04-19 Kean Johnston <jkj@sco.com>
6502
6503 * MAINTAINERS (Write After Approval): Add myself.
6504
6505 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6506
6507 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6508 * Makefile.in: Regenerate.
6509
6510 2003-04-18 Jakub Jelinek <jakub@redhat.com>
6511
6512 * configure.in (powerpc64*-*-linux*): Remove.
6513 * configure: Rebuilt.
6514
6515 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
6516
6517 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6518 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6519 and restrap.
6520 * Makefile.in: Regenerate.
6521
6522 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
6523
6524 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6525 * configure: Regenerated.
6526
6527 2003-04-15 DJ Delorie <dj@redhat.com>
6528
6529 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
6530
6531 2003-04-13 Nick Clifton <nickc@redhat.com>
6532
6533 * config-ml.in: Remove support for --disable-aix removing
6534 call-aix multilibs.
6535
6536 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
6537
6538 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6539 * */configure: Rebuilt.
6540
6541 2003-04-08 Joel Sherrill <joel@oarcorp.com>
6542
6543 * MAINTAINERS: Add my email address.
6544
6545 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
6546
6547 * MAINTAINERS (Write After Approval): Add myself.
6548
6549 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6550
6551 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6552 * Makefile.in: Regenerate.
6553
6554 2003-03-14 Michael Chastain <mec@shout.net>
6555
6556 * Makefile.in: Regenerate with correct Makefile.def.
6557
6558 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6559
6560 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6561 Make macro.
6562 * Makefile.in: Regenerate.
6563 * configure.in: Clean up gxx_include_dir logic.
6564 * configure: Regenerate.
6565
6566 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
6567
6568 * MAINTAINERS (Write After Approval): Add myself.
6569
6570 2003-03-10 Ben Elliston <bje@wasabisystems.com>
6571
6572 * MAINTAINERS: Update my mail address.
6573
6574 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6575
6576 * configure.in (gxx_include_dir): Fix typo.
6577 * configure: Regenerated.
6578
6579 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6580
6581 * Makefile.tpl: Reindent.
6582 * Makefile.in: Regenerate.
6583 * configure.in: Reindent. Don't set unused variables.
6584 * configure: Regenerate.
6585
6586 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
6587
6588 * configure.in: Include $(build_tooldir)/sys-include in
6589 FLAGS_FOR_TARGET.
6590 * configure: Regenerated.
6591
6592 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6593
6594 * Makefile.tpl: Always pass down RANLIB.
6595 * Makefile.in: Regenerate.
6596
6597 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6598 * Makefile.in: Regenerate.
6599 * configure.in: Remove unused logic relating to --enable-shared
6600 and --enable-threads. Remove bogus comments. Remove redundant
6601 noconfigdirs.
6602 * configure: Regenerate.
6603
6604 * configure.in: Replace ${libstdcxx_version} by its value.
6605 Remove reference to mh-dgux.
6606 * configure: Regenerate.
6607
6608 2003-03-03 Kevin Buettner <kevinb@redhat.com>
6609
6610 * MAINTAINERS (Write After Approval): Add myself.
6611
6612 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6613
6614 * Makefile.tpl: Rearrange.
6615 * Makefile.in: Regenerate.
6616
6617 2003-02-25 Uwe Stieber <uwe@wwws.de>
6618
6619 * configure.in: Add support for kaOS as cross build target system.
6620 * configure: Regenerated.
6621
6622 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
6623
6624 * MAINTAINERS (Write after approval): Add myself.
6625
6626 2003-02-21 James E Wilson <wilson@tuliptree.org>
6627
6628 * MAINTAINERS: Update my email address.
6629
6630 2003-02-21 Zack Weinberg <zack@codesourcery.com>
6631
6632 * MAINTAINERS: Add self to blanket write privs. section.
6633
6634 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
6635
6636 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6637 configure-target-* as some target builds may require additional
6638 flags for preprocessor tests.
6639 * Makefile.in: Regenerated.
6640
6641 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
6642
6643 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6644 * ltconfig: Handle it.
6645 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6646 auto-detecting it.
6647
6648 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6649 it is used as argument to $CC.
6650 * ltcf-gcj.sh: Likewise.
6651
6652 * configure.in: Introduce --enable-maintainer-mode.
6653 * configure: Rebuilt.
6654 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6655 for maintainer mode.
6656 * Makefile.in: Rebuilt.
6657
6658 2003-02-18 Jason Merrill <jason@redhat.com>
6659
6660 * Makefile.tpl (check-c++): Allow parallelism.
6661
6662 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6663
6664 * MAINTAINERS: Remove John Carr (who never actually had access to
6665 gcc.gnu.org).
6666
6667 2003-02-15 Geoffrey Keating <geoffk@apple.com>
6668
6669 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6670 don't configure target-libobjc.
6671 * configure: Regenerate.
6672
6673 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6674
6675 * Makefile.tpl (RANLIB): Define.
6676 * Makefile.in: Regenerate.
6677
6678 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
6679
6680 * MAINTAINERS: Update my email.
6681
6682 2003-02-06 Keith R Seitz <keiths@redhat.com>
6683
6684 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6685 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6686 * Makefile.in: Regenerated.
6687 * configure.in: Remove all traces of snavigator, db, and grep.
6688 * configure: Regenerated.
6689
6690 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6691
6692 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
6693 After Approval.
6694
6695 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6696
6697 * MAINTAINERS (Write after approval): Add myself.
6698
6699 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
6700
6701 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6702 * Makefile.in: Regenerated.
6703
6704 2003-01-30 Roger Sayle <roger@eyesopen.com>
6705
6706 * config.guess: Updated to 2003-01-30's version.
6707 * config.sub: Updated to 2003-01-28's version.
6708
6709 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
6710
6711 * config.if: If gcc_version is already set, just use it. Don't set
6712 gcc_version_trigger if it's already set, otherwise set it to
6713 gcc/version.c, but only if the file exists. If it is not set and
6714 gcc/version.c does not exist, try to extract the version number from
6715 $CC.
6716
6717 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
6718
6719 * MAINTAINERS: Add myself to write-after-approval list.
6720
6721 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
6722
6723 * configure.in: Revert 24Jan change.
6724 * configure: Regenerate.
6725
6726 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6727
6728 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
6729 entry of HJ Lu.
6730
6731 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6732
6733 * configure.in: Revert previous change.
6734 * configure: Regenerate.
6735
6736 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6737
6738 * configure.in: Make rda native-only.
6739 * configure: Regenerate.
6740
6741 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
6742
6743 * MAINTAINERS: Move myself from GNATS-only-accounts to
6744 write-after-approval.
6745
6746 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6747
6748 * configure.in: Add missing \.
6749 * configure: Rebuilt.
6750
6751 2003-01-17 Jakub Jelinek <jakub@redhat.com>
6752
6753 * configure.in (baseargs): Avoid using \| in sed regular
6754 expressions.
6755 * configure: Rebuilt.
6756
6757 2003-01-16 Jakub Jelinek <jakub@redhat.com>
6758
6759 * configure.in (baseargs): Remove all supported forms of
6760 --cache-file, --srcdir, --host, --build and --target options
6761 from argument lists.
6762 * configure: Rebuilt.
6763
6764 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
6765
6766 * MAINTAINERS: Add myself to write-after-approval list.
6767
6768 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
6769
6770 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6771 * configure: Rebuilt.
6772
6773 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6774
6775 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6776 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6777 * Makefile.in: Regenerate.
6778 * configure: Regenerate.
6779
6780 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
6781
6782 * configure.in: Remove Makefile in build, host and target modules
6783 unless configure was run with --no-recursion.
6784 * configure: Rebuilt.
6785
6786 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6787
6788 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6789 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6790 * Makefile.in: Regenerate.
6791
6792 2003-01-08 Chris Demetriou <cgd@broadcom.com>
6793
6794 * config.guess: Update to 2003-01-03 version.
6795 * config.sub: Update to 2003-01-03 version.
6796
6797 2003-01-07 Christopher Faylor <cgf@redhat.com>
6798
6799 * configure: Regenerate with proper autoconf 2.13.
6800
6801 2003-01-07 Christopher Faylor <cgf@redhat.com>
6802
6803 * configure.in: Add AC_PREREQ for consistency.
6804 * configure: Regenerate.
6805
6806 2003-01-06 Andrew Cagney <ac131313@redhat.com>
6807
6808 * configure.in (GDB_TK): Add tcl directories conditional on
6809 gdb/gdbtk directory being present.
6810 * configure: Regenerate.
6811
6812 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
6813
6814 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
6815 used by gcc if LD is not defined and we are not doing a Canadian Cross.
6816 * configure: Rebuilt.
6817
6818 2002-12-31 Tom Tromey <tromey@redhat.com>
6819
6820 * Makefile.in: Rebuilt.
6821 * Makefile.def (target_modules) [libffi]: Allow installation.
6822
6823 2002-12-31 Andreas Schwab <schwab@suse.de>
6824
6825 * configure.in: Fix use of $program_transform_name.
6826 * configure: Regenerated.
6827
6828 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
6829
6830 * configure.in (baseargs): Don't remove first configure argument.
6831 * configure: Regenerated.
6832
6833 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
6834
6835 * Makefile.tpl (local-distclean): Don't remove...
6836 (multilib.ts): ... this. Moved into...
6837 (multilib.out): ... this. Don't use sub-make.
6838 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6839 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6840 (configure-build-[+module+], configure-[+module+],
6841 configure-target-[+module+], configure-gcc): ... these. Test
6842 for Makefile existence. Drop config.status from dependencies.
6843 * Makefile.in: Rebuilt.
6844 * configure.in: Move gcc-version-trigger to the end of
6845 ac_configure_args. Add comments to maybedep.tmp and
6846 serdep.tmp. Introduce --disable-serial-configure. Remove
6847 nonopt from baseargs, matching and removing corresponding
6848 whitespace while at it.
6849 * configure: Rebuilt.
6850
6851 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
6852
6853 * configure.in (host_configargs): Replace reference to
6854 no-longer-defined buildopts with --build=${build_alias}.
6855 * configure: Rebuilt.
6856
6857 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6858 program_transform_name to standard idiom.
6859 (AUTOGEN, AUTOCONF): Define.
6860 (Makefile.in): Use $(AUTOGEN).
6861 (Makefile): Depend on config.status, and use autoconf-style rule to
6862 build it. Move original commands to...
6863 (config.status): ... this new target.
6864 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6865 $(AUTOCONF).
6866 * Makefile.in: Rebuilt.
6867
6868 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6869
6870 * Makefile.tpl: Fix dramatic bustage due to change in
6871 program_transform_name.
6872 * Makefile.in: Regenerate.
6873
6874 * configure.in: Remove unnecessary PATH setting.
6875 * configure: Regnerate.
6876
6877 * configure.in: Don't default to unprefixed tools unless
6878 the native tools will work.
6879 * configure: Regenerate.
6880
6881 * configure.in: Convert to autoconf script. Blow away lots
6882 of now-redundant Makefile fragments.
6883 * configure: Generate using Autoconf.
6884 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6885 * Makefile.in: Regenerate.
6886
6887 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6888
6889 * configure: Fix stupid bug where RANLIB was mistakenly included.
6890
6891 * configure.in: Rename (buildargs, hostargs, targargs) to
6892 (build_configargs, host_configargs, target_configargs).
6893
6894 * configure.in: Move logic out of sed statement.
6895
6896 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
6897 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6898
6899 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
6900
6901 * config.sub: Import from master repository
6902 * config.guess: Ditto
6903
6904 2002-12-24 Andreas Schwab <schwab@suse.de>
6905
6906 * Makefile.tpl (multilib.out): Fix missing space.
6907 * Makefile.in: Regenerate.
6908
6909 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6910
6911 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6912 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6913 * Makefile.in: Regenerate.
6914 * configure.in: Remove unnecessary leftovers.
6915
6916 2002-12-21 Geoffrey Keating <geoffk@apple.com>
6917
6918 * configure.in (extra_ranlibflags_for_target): New variable.
6919 (*-*-darwin): Add -c to ranlib commands.
6920 * configure (tooldir): Handle extra_ranlibflags_for_target.
6921
6922 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6923
6924 * Makefile.tpl: Revert HJL's change.
6925 * Makefile.in: Regenerated.
6926 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6927 always.
6928
6929 2002-12-19 Andreas Schwab <schwab@suse.de>
6930
6931 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6932 * Makefile.in: Regenerate.
6933
6934 2002-12-18 H.J. Lu <hjl@gnu.org>
6935
6936 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6937 * Makefile.in: Regenerated.
6938
6939 * configure.in (build_prefix): New. Substitute.
6940
6941 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6942
6943 * Makefile.tpl: Don't let real targets depend on phony targets.
6944 * Makefile.in: Regenerate.
6945
6946 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6947 * Makefile.in: Regenerate.
6948
6949 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
6950
6951 * config.sub: Import from master repository
6952 * config.guess: Ditto
6953
6954 2002-12-16 Jason Merrill <jason@redhat.com>
6955
6956 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6957 previous 'make bootstrap'.
6958 * Makefile.in: Regenerate.
6959
6960 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6961
6962 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6963
6964 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6965
6966 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6967 * Makefile.in: Regenerate.
6968
6969 2002-12-13 Jason Merrill <jason@redhat.com>
6970
6971 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6972 library tests.
6973 (check-c++): Just depend on it and check-target-libstdc++-v3.
6974 * Makefile.in: Regenerate.
6975
6976 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
6977
6978 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6979 * Makefile.in: Rebuilt.
6980
6981 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
6982
6983 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
6984
6985 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
6986
6987 * configure: Fix bug put in by gremlins.
6988
6989 * Makefile.tpl: Substitute more autoconfily.
6990 * configure: Substitute more autoconfily.
6991 * Makefile.in: Regenerate.
6992
6993 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
6994
6995 * config.sub: Import from master repository
6996 * config.guess: Ditto
6997 * MAINTAINERS: Added Svein Seldal under write after approval
6998
6999 2002-12-08 Andrew Cagney <ac131313@redhat.com>
7000
7001 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7002 * Makefile.in (all-sim): Ditto.
7003
7004 2002-12-06 DJ Delorie <dj@redhat.com>
7005
7006 * Makefile.tpl: Change configure dependencies to not have real
7007 targets depend on phony targets.
7008
7009 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7010
7011 * configure.in: Revert unintentional change.
7012
7013 * Makefile.tpl: Change dependency for */multilib.out so that
7014 it works when gcc isn't in the tree.
7015
7016 * configure.in: Substitute more.
7017 * configure: Run subconfigures from the Makefile.
7018 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7019 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7020
7021 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7022
7023 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
7024
7025 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7026
7027 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7028 and corresponding dependencies.
7029 * Makefile.in: Regenerate.
7030
7031 * configure.in (host_tools): Order binutils, gas and ld for
7032 convenience in running the testsuites.
7033
7034 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7035 * Makefile.in: Regenerate.
7036 * configure.in: Introduce rules to serialize subconfigure runs.
7037
7038 * configure.in: Introduce BASE_CC_FOR_TARGET.
7039 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7040 Realize configure-build-* targets. Realize configure-target-* targets.
7041 * Makefile.in: Regenerate.
7042
7043 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7044
7045 * configure: Move gcc_version_trigger stuff from here...
7046 * configure.in: ...to here.
7047
7048 * configure.in: Separate subconfigure options added by this file from
7049 options given by the user. Add machinery to put args for host
7050 subconfigures into the Makefile.
7051
7052 * Makefile.tpl: Remove 'vault' targets.
7053 * Makefile.tpl: Reorder and comment dependencies.
7054 * Makefile.in: Regenerate.
7055
7056 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7057 * configure.in: Fix my broken commit of previous patch. (sigh)
7058
7059 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7060
7061 * configure.in: Move host-specific darwin noconfigdirs into
7062 the host-specific section.
7063
7064 2002-11-28 Geoffrey Keating <geoffk@apple.com>
7065
7066 * configure.in: Move host-specific darwin noconfigdirs into
7067 the host-specific section.
7068
7069 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
7070
7071 * configure: Remove skip-this-dir support.
7072 * Makefile.tpl: Remove skip-this-dir support.
7073
7074 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7075 subdirectories.
7076 * Makefile.in: Regenerate.
7077
7078 * Makefile.tpl: Strip out useless setting of 'dir'.
7079 * Makefile.in: Regenerate.
7080
7081 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
7082
7083 * configure.in: Fix deeply stupid bug.
7084
7085 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7086 shell code in CXX_FOR_TARGET
7087 * Makefile.def: Introduce raw_cxx.
7088 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7089 RAW_CXX_FOR_TARGET.
7090 * Makefile.in: Regenerate.
7091
7092 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
7093
7094 * Makefile.tpl: Remove unnecessary ifs.
7095 * Makefile.in: Regenerate.
7096
7097 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
7098 dependencies. Maybe-ize build-libiberty. Create dummy install
7099 targets for 'no_install' modules.
7100 * configure: Move GDB_TK substitution to configure.in. Move
7101 build_modules stuff to configure.in.
7102 * configure.in: Implement soft dependency machinery. Maybe-ize
7103 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7104 * Makefile.in: Regenerate.
7105
7106 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
7107
7108 * Makefile.tpl: Make all-target, install-target behave similarly
7109 to all, install (only hitting configured targets). Eliminate
7110 unused macro defintions.
7111
7112 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7113 build != host.
7114
7115 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7116
7117 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7118
7119 * configure.in: Produce lists of subdir targets we're actually
7120 configuring. Remove references to "dosrel".
7121 * Makefile.tpl: Let configure set which subdir targets are hit.
7122 Remove install-cross; clean up install; remove ALL. Remove
7123 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
7124 Autogenerate host module targets. Remove empty dependency lines
7125 and redundant dependency; rearrange slightly.
7126 * Makefile.def: Add host-side libtermcap, utils.
7127
7128 * Makefile.in: Regenerate.
7129
7130 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7131
7132 * ltconfig (osf[345]): Append $major to soname_spec.
7133 Reflect this in library_names_spec.
7134 * ltmain.sh (osf): Prefix $major with . for use as extension.
7135
7136 2002-11-19 Andreas Jaeger <aj@suse.de>
7137
7138 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
7139 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
7140 and sparc64 GNU/Linux systems.
7141
7142 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
7143
7144 * MAINTAINERS: Update email.
7145
7146 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7147
7148 * MAINTAINERS: Complete James Dennett's entry.
7149
7150 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
7151
7152 * MAINTAINERS (Write After Approval): Add myself.
7153
7154 2002-11-13 Bruce Korb <bkorb@gnu.org>
7155
7156 * Makefile.tpl: syntactic cleanup
7157
7158 2002-11-13 Stuart Hastings <stuart@apple.com>
7159
7160 * MAINTAINERS: Add myself to write-after-approval list.
7161
7162 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
7163
7164 * Makefile.def: Add list of recursive targets to autogenerate.
7165 Add build_modules.
7166 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7167 targets. Autogenerate *-build-* targets.
7168 * Makefile.in: Regenerate.
7169
7170 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
7171
7172 * configure: More autoconf-style substitutions.
7173 * Makefile.tpl: More autoconf-style substitutions.
7174 * Makefile.in: Regenerate.
7175
7176 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
7177
7178 * configure: Substitute more variables in a more autoconf-friendly
7179 way. Simplify slightly.
7180 * Makefile.tpl: Make more variables substitutable in an
7181 autoconf-friendly way.
7182 * Makefile.in: Regenerate.
7183
7184 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
7185
7186 * MAINTAINERS (Write After Approval): Add myself.
7187
7188 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
7189
7190 * configure.in (v810*): Remove special setting of tools.
7191
7192 * configure: Add support for extra required flags for ar or nm.
7193 * configure.in (aix4.3+): Use above support for target-specific
7194 issues, rather than using config/mt-aix43.
7195
7196 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
7197
7198 * configure: Remove 'removing', which doesn't work. Replace $subdir
7199 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7200 with $srcdir. Reformat indentation. Substitute some variables
7201 formerly hard-coded in the Makefile for build=host.
7202 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7203 * Makefile.def: Autogenerate more.
7204 * Makefile.in: Regenerate.
7205
7206 2002-11-04 Adam Nemet <anemet@lnxw.com>
7207
7208 * MAINTAINERS (Write After Approval): Add myself.
7209
7210 2002-11-04 Kevin Buettner <kevinb@redhat.com>
7211
7212 * Makefile.def (host_modules): Add rda.
7213 * Makefile.in: Regenerate.
7214 * configure.in (target_tool): Add target-rda to list.
7215
7216 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7217
7218 * MAINTAINERS: Remove "co-maintainer" note for web pages.
7219
7220 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
7221
7222 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7223 and restrap targets to this rule.
7224 * Makefile.in: Regenerate.
7225
7226 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7227
7228 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
7229 GNATS only accounts.
7230
7231 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7232
7233 * configure.in (i[3456]86-*-linux*): Add check to disable
7234 ${libgcj} for glibc1.
7235
7236 2002-10-24 Denis Chertykov <denisc@overta.ru>
7237
7238 * MAINTAINERS: Add myself as ip2k port maintainer.
7239
7240 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7241
7242 * configure.in: Add tic4x target.
7243
7244 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7245
7246 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7247 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7248 * Makefile.in: Regenerate.
7249
7250 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7251 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7252 * Makefile.in: Regenerate.
7253
7254 2002-10-02 Janis Johnson <janis187@us.ibm.com>
7255
7256 * MAINTAINERS: Add myself as web pages co-maintainer.
7257
7258 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7259
7260 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7261 * Makefile.in: Regenerate.
7262
7263 2002-10-02 Zack Weinberg <zack@codesourcery.com>
7264
7265 * MAINTAINERS: Add myself and Nathan Sidwell
7266 <nathan@codesourcery.com> as VxWorks maintainers.
7267
7268 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7269
7270 * Makefile.def: Remove order dependency comments.
7271 * Makefile.tpl: Add explicit install-install dependencies.
7272 * Makefile.in: Regenerate.
7273
7274 * Makefile.tpl: Remove material now in src-release. (Finally!)
7275 * Makefile.in: Regenerate.
7276
7277 * Makefile.tpl: Add configure-target (for src-release in src)
7278 * Makefile.in: Regenerate.
7279
7280 2002-09-30 Nick Clifton <nickc@redhat.com>
7281
7282 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7283
7284 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7285
7286 * configure.in (s390*-*-linux*): Enable libgcj.
7287
7288 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7289
7290 * configure: Revert accidentally applied changes.
7291
7292 * Makefile.tpl: Make more autoconf-friendly.
7293 * Makefile.in: Regenerate.
7294 * configure: Make substitution more autoconf-like.
7295
7296 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
7297
7298 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7299 single entry to handle all these.
7300 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7301 libjava on arm-*-elf.
7302
7303 2002-09-27 Geoffrey Keating <geoffk@apple.com>
7304
7305 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7306 things that depend on them.
7307
7308 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7309
7310 * Makefile.tpl: Make subsituted variables more autoconfy.
7311 * Makefile.in: Regenerate.
7312 * configure: Make seds more autoconfy.
7313
7314 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7315
7316 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7317 * Makefile.in: Regenerate.
7318 * configure.in: Rewrite sed statements to look autoconfy.
7319
7320 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7321 all-target-foo on configure-target-foo.
7322 * Makefile.def: Ditto.
7323 * Makefile.in: Rebuild.
7324
7325 2002-09-25 Andrew Haley <aph@redhat.com>
7326
7327 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
7328
7329 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7330
7331 * Makefile.def: New file.
7332 * Makefile.tpl: New file.
7333 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7334 * contrib/gcc_update: Note that Makefile.in is a generated file.
7335
7336 * configure.in: Minor rearrangement. Simplify tests.
7337
7338 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
7339
7340 * configure.in (with_headers): Skip copy if value is "yes".
7341 (with_libs): Likewise.
7342
7343 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7344
7345 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7346 * configure.in (sh*-*-pe*): Ditto.
7347 * configure.in (mips*-*-pe*): Ditto.
7348 * configure.in (*arm-wince-pe): Ditto.
7349
7350 * configure.in: Rearrange.
7351
7352 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
7353
7354 * MAINTAINERS: Update my email address.
7355
7356 2002-08-30 Paul Koning <pkoning@equallogic.com>
7357
7358 * MAINTAINERS: (Write After Approval): Add myself.
7359
7360 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
7361
7362 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
7363
7364 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
7365
7366 * MAINTAINERS: Change my mailing address.
7367
7368 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
7369
7370 * MAINTAINERS (Write After Approval): Remove myself.
7371 (Various Maintainers: c++ runtime libs): Add myself.
7372
7373 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
7374
7375 * MAINTAINERS (Write After Approval): Remove myself.
7376 (Various Maintainers: c++ runtime libs): Add myself.
7377
7378 2002-08-15 Eric Christopher <echristo@redhat.com>
7379
7380 * config.sub: Import from master repository.
7381 * config.guess: Ditto.
7382
7383 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
7384
7385 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7386 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7387 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7388
7389 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
7390
7391 * MAINTAINERS: Add self to rs6000 vector extensions.
7392
7393 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
7394
7395 * libiberty/configure: Reverted unintended yesterday's check in.
7396
7397 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
7398
7399 * boehm-gc/configure, libf2c/configure: Rebuilt.
7400 * libffi/configure, libiberty/configure: Ditto.
7401 * libjava/configure, libobjc/configure: Ditto.
7402 * libstdc++-v3/configure, zlib/configure: Ditto.
7403 Merged from binutils:
7404 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
7405 From Steve Ellcey <sje@cup.hp.com>:
7406 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7407 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7408 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7409 IA64.
7410 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7411 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7412 soname_spec, sys_lib_search_path_spec): Ditto.
7413
7414 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7415
7416 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7417
7418 2002-08-04 H.J. Lu (hjl@gnu.org)
7419
7420 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7421
7422 2002-08-02 Krister Walfridsson <cato@df.lth.se>
7423
7424 * MAINTAINERS (Write After Approval): Add myself.
7425
7426 2002-07-31 Alan Modra <amodra@bigpond.net.au>
7427
7428 * configure.in: Move generic linux case to end. Copy generic
7429 linux noconfigdirs to mips*-*-linux* entry and new
7430 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7431
7432 2002-07-19 Michael Matz <matz@suse.de>
7433
7434 * MAINTAINERS: Add myself as ra* maintainer.
7435
7436 2002-07-16 Chris Demetriou <cgd@broadcom.com>
7437
7438 * config.guess: Update to 2002-07-09 version.
7439 * config.sub: Update to 2002-07-03 version.
7440
7441 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
7442
7443 * MAINTAINERS: Fix typo in a maintainer email address.
7444
7445 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7446
7447 * configure.in: Remove two redundant tests.
7448
7449 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7450
7451 * configure.in (mips*-*-irix6*o32): Enable stabs.
7452
7453 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7454
7455 * configure.in: Don't build grez.
7456 * Makefile.in: Ditto.
7457
7458 * Makefile.in: Remove references to bsp, cygmon, libstub.
7459 * configure.in: Ditto.
7460
7461 * configure.in: Remove leftover reference to gdbtest.
7462
7463 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
7464
7465 * configure.in (gxx_include_dir): Change to match versioned
7466 C++ headers if --enable-version-specific-runtime-libs is used.
7467
7468 2002-07-04 Steve Ellcey <sje@cup.hp.com>
7469
7470 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7471
7472 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7473
7474 * configure.in: Make --without-x work.
7475
7476 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7477
7478 * configure.in: Rearrange target Makefile fragment collection.
7479
7480 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7481 cvs[src].
7482 * configure.in: Ditto.
7483
7484 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
7485
7486 * MAINTAINERS (Write After Approval): Update my e-mail address.
7487
7488 2002-06-24 Ben Elliston <bje@redhat.com>
7489
7490 * configure.in (host_tools): Remove cgen.
7491
7492 * Makefile.in (all-cgen): Remove; runs from its source directory.
7493 (check-cgen, install-cgen, clean-cgen): Likewise.
7494 (all-opcodes): Do not depend on all-cgen.
7495 (all-sim): Likewise.
7496
7497 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7498
7499 * Makefile.in: Eliminate 'apache' targets.
7500 * configure.in: Eliminate 'apache' targets.
7501
7502 * configure.in: Eliminate redundant tests. Reorganize.
7503
7504 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7505
7506 * config-ml.in: Eliminate references to Cygnus configure.
7507
7508 * Makefile.in: Eliminate references to building emacs.
7509
7510 2002-06-28 Graham Stott <graham.stott@btinternet.com>
7511
7512 * MAINTAINERS: Update my email address.
7513
7514 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
7515
7516 * config.if (libstdcxx_incdir): Version C++ headers.
7517 (cxx_incdir): Remove.
7518
7519 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
7520
7521 * MAINTAINERS (Write After Approval): Add self.
7522
7523 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
7524
7525 * configure.in: Add support for ip2k.
7526
7527 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7528
7529 * configure.in: Fix AIX configury bug.
7530
7531 2002-06-20 Steve Ellcey <sje@cup.hp.com>
7532
7533 * MAINTAINERS (Write After Approval): Add self.
7534
7535 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7536
7537 * configure.in: replace ${topsrcdir} with ${srcdir}
7538
7539 * configure.in: Move definition of libstdcxx_flags
7540 right above usage, rather than waaay earlier.
7541
7542 * configure.in: Pull definition of is_cross_compiler earlier.
7543
7544 * configure.in: Rearrange a little.
7545
7546 * configure.in: Remove references to librx.
7547 * Makefile.in: Remove references to librx.
7548
7549 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
7550
7551 * config.sub: Add support for avr target.
7552 Import from master sources, rev 1.255
7553
7554 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
7555
7556 * configure, .cvsignore: Revert previous change...
7557 * Makefile: ...delete.
7558
7559 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7560
7561 * configure.in: Eliminate ${gasdir} variable.
7562
7563 2002-06-18 Dave Brolley <brolley@redhat.com>
7564
7565 * configure.in: Add support for frv.
7566 * config.sub: Add support for frv.
7567
7568 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
7569
7570 * configure: Remove garbage from previous commit.
7571
7572 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
7573
7574 * configure: For in-source builds, make a subdir and re-exec there.
7575 * Makefile: New file. Pass targets through to build directory.
7576 * .cvsignore: No longer ignore "Makefile".
7577
7578 2002-06-16 Douglas Rupp <rupp@gnat.com>
7579
7580 * MAINTAINERS (Write After Approval): Add self.
7581
7582 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7583
7584 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7585
7586 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7587
7588 * configure.in (vax-*-netbsd*): Re-enable gas.
7589
7590 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7591
7592 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7593 BUILD_PREFIX_1, to correct nomenclature.
7594 * configure: Likewise.
7595
7596 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7597 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7598
7599 2002-05-31 Olaf Hering <olh@suse.de>
7600
7601 * config-ml.in: Propogate DESTDIR also.
7602
7603 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7604
7605 * configure.in (vax-*-netbsd*): Don't build gas for this
7606 platform.
7607
7608 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7609
7610 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7611 and libgcj for AVR.
7612
7613 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
7614
7615 * MAINTAINERS (Write After Approval): Add myself.
7616
7617 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7618
7619 * config.guess: Update to 2002-05-22 version.
7620 * config.sub: Likewise.
7621
7622 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7623
7624 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7625 * config-ml.in: Likewise.
7626 * configure: Likewise.
7627 * configure.in: Likewise.
7628
7629 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
7630
7631 * MAINTAINERS: Update my email address.
7632
7633 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7634
7635 * configure.in: Simplify makefile fragment collection.
7636
7637 * configure.in: Remove code to build emacs.
7638
7639 * configure.in : Remove --srcdir argument from targargs and buildargs
7640 (it's always overridden in the Makefile anyway). Rearrange a bit.
7641
7642 * configure: Move some logic to configure.in.
7643 * configure.in: Move some logic from configure.
7644
7645 2002-05-11 Tom Tromey <tromey@redhat.com>
7646
7647 * MAINTAINERS: Reflect libgcj reality.
7648
7649 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
7650
7651 * Makefile.in: Honour DESTDIR.
7652
7653 2002-05-08 Mark Mitchell <mark@codesourcery.com>
7654
7655 * config.guess: Import 2002-03-20 version.
7656 * config.sub: Import 2002-04-26 version.
7657
7658 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7659
7660 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
7661
7662 2002-05-07 Tim Josling <tej@melbpc.org.au>
7663
7664 * MAINTAINERS: Add self.
7665
7666 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
7667
7668 * ltmain.sh: Detect and handle object name conflicts
7669 while piecewise linking a static library.
7670
7671 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
7672
7673 * configure.in (noconfigdirs): Don't disable libgcj on
7674 sparc64-*-solaris* and sparcv9-*-solaris*.
7675
7676 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
7677
7678 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7679
7680 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7681
7682 * configure.in (FLAGS_FOR_TARGET): Do not add
7683 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7684 on i[3456]86-*-linux*.
7685
7686 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7687
7688 * configure.in (noconfigdirs): Replace [ ] with test.
7689
7690 * configure.in (noconfigdirs): Do not add target-newlib if
7691 target == i[3456]86-*-linux*, and host == target.
7692
7693 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7694
7695 * configure.in: delete reference to absent file
7696
7697 * configure.in: replace '[' with 'test'
7698
7699 * configure.in: Eliminate references to gash.
7700 * Makefile.in: Eliminate references to gash.
7701
7702 * configure.in: remove useless references to 'pic' makefile fragments.
7703
7704 * configure.in: (*-*-windows*) Finish removing.
7705
7706 * configure.in: Eliminate redundant test for libgui.
7707
7708 2002-04-29 Roger Sayle <roger@eyesopen.com>
7709
7710 * MAINTAINERS: Add self and realphabetize. Update entries
7711 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
7712 entry for a29k port maintainer.
7713
7714 2002-04-26 Joel Sherrill <joel@OARcorp.com>
7715
7716 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7717 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7718
7719 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7720
7721 * configure.in: remove references to dead files
7722
7723 2002-04-19 Mark Mitchell <mark@codesourcery.com>
7724
7725 * MAINTAINERS: Add information about purpose of this file.
7726
7727 2002-04-18 Tom Tromey <tromey@redhat.com>
7728
7729 * configure.in: Disallow configuring libgcj when it is already
7730 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7731 Solaris 2.8 by default. For PR libgcj/6158.
7732
7733 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7734
7735 * configure.in: Move default CC setting out of config/mh-* fragments
7736 directly into here.
7737
7738 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7739
7740 * configure.in: don't even try to configure or make a subdirectory
7741 if there's no configure script for it.
7742
7743 2002-04-15 Mark Mitchell <mark@codesourcery.com>
7744
7745 * MAINTAINERS: Remove chill maintainers.
7746 * Makefile.in (CHILLFLAGS): Remove.
7747 (CHILL_LIB): Remove.
7748 (TARGET_CONFIGDIRS): Remove libchill.
7749 (CHILL_FOR_TARGET): Remove.
7750 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7751 CHILL_LIB.
7752 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7753 (CHECK_TARGET_MODULES): Likewise.
7754 (INSTALL_TARGET_MODULES): Likewise.
7755 (CLEAN_TARGET_MODULES): Likewise.
7756 (configure-target-libchill): Remove.
7757 (all-target-libchill): Remove.
7758 * configure.in (target_libs): Remove target-libchill.
7759 Do not compute CHILL_FOR_TARGET.
7760 * libchill: Remove directory.
7761
7762 2002-04-11 DJ Delorie <dj@redhat.com>
7763
7764 * Makefile.in, configure.in: Sync with binutils, entries
7765 follow...
7766
7767 2002-04-07 Andrew Cagney <ac131313@redhat.com>
7768
7769 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7770 (do-tar, do-bz2): New rules.
7771 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7772 (gdb-tar): New rule.
7773 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7774 (insight_dejagnu.tar): New rule.
7775 (insight.tar): New rule.
7776 (gdb+dejagnu.tar): New rule.
7777 (gdb.tar): New rule.
7778
7779 2002-02-01 Mo DeJong <supermo@bayarea.net>
7780
7781 * Makefile.in: Add all-tix to deps for all-snavigator
7782 so that tix is built when building snavigator.
7783
7784 2002-01-11 Steve Ellcey <sje@cup.hp.com>
7785
7786 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7787 ld and gdb are not supported.
7788
7789 2002-01-07 Mark Salter <msalter@redhat.com>
7790
7791 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7792 Allow target-libgloss to be built for arm, strongarm, and xscale.
7793
7794 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7795
7796 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7797 options for i[3456]86-pc-linux* native builds.
7798
7799 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
7800
7801 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
7802 files from .po files for a distribution.
7803
7804 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
7805
7806 * configure.in: Enable libstdc++-v3 for h8300 targets.
7807
7808 2001-06-19 Alan Modra <amodra@bigpond.net.au>
7809
7810 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
7811 version from bfd/.
7812
7813 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
7814
7815 * Makefile.in (VER): When present, extract the version number from
7816 the file version.in.
7817
7818 2001-05-24 Tom Rix <trix@redhat.com>
7819
7820 * configure.in : enable ld for aix
7821
7822 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7823
7824 * config.guess: Add linux target for S/390.
7825
7826 2000-11-07 Philip Blundell <pb@futuretv.com>
7827
7828 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
7829
7830 2000-11-03 Philip Blundell <pb@futuretv.com>
7831
7832 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
7833 files.
7834
7835 2001-01-15 Ben Elliston <bje@redhat.com>
7836
7837 * configure.in (host_tools): Add sid.
7838 Always configure cgen.
7839
7840 2000-11-24 Nick Clifton <nickc@redhat.com>
7841
7842 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
7843
7844
7845 2000-08-20 Doug Evans <dje@casey.transmeta.com>
7846
7847 * Makefile.in (ALL_MODULES): Add all-cgen.
7848 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
7849 (all-cgen): New target.
7850 (all-opcodes,all-sim): Depend on all-cgen.
7851 * configure.in (host_tools): Add cgen.
7852 Only configure cgen if --enable-cgen-maint.
7853
7854 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
7855
7856 * configure.in: Add *-*-freebsd* configurations.
7857
7858 2002-04-08 Tom Tromey <tromey@redhat.com>
7859
7860 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7861 Fixes PR libgcj/6068.
7862
7863 2002-03-30 Krister Walfridsson <cato@df.lth.se>
7864
7865 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7866
7867 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7868
7869 * configure.in (alpha*-dec-osf*): Enable libgcj.
7870
7871 2003-03-27 Matthew Gingell <gingell@gnat.com>
7872
7873 * MAINTAINERS (Write After Approval): Add myself.
7874
7875 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7876
7877 Fix for: PR bootstrap/3591, target/5676
7878 * configure.in (mcore-pe): Disable the configuration of
7879 libstdc++-v3 since exceptions are not supported.
7880
7881 2002-03-20 Anthony Green <green@redhat.com>
7882
7883 * configure.in: Enable libgcj for xscale-elf target.
7884
7885 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
7886
7887 * MAINTAINERS: Update my email address.
7888
7889 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
7890
7891 * ltmain.sh (relink_command): Fix typo in previous change.
7892
7893 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
7894
7895 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7896 (relink_command): Added --tag flags.
7897 (mode=install): If relinking fails; error out.
7898
7899 2002-03-12 Richard Henderson <rth@redhat.com>
7900
7901 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7902 .NOTPARALLEL tag.
7903 (do-check): Rename from check.
7904 (check): Allow parallel check.
7905
7906 2002-03-12 Bob Wilson <bob.wilson@acm.org>
7907
7908 * MAINTAINERS: Add myself as maintainer for xtensa port.
7909 Fix alphabetical order in CPU port maintainer list.
7910 Remove myself from Write After Approval list.
7911
7912 2002-03-11 Richard Henderson <rth@redhat.com>
7913
7914 * Makefile.in (.NOTPARALLEL): Add fake tag.
7915
7916 2002-03-07 H.J. Lu (hjl@gnu.org)
7917
7918 * configure.in: Enable gprof for mips*-*-linux*.
7919
7920 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
7921
7922 * MAINTAINERS (Write After Approval): Add myself.
7923
7924 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
7925
7926 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7927 libjava.
7928 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7929
7930 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
7931
7932 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7933 because its Makefile is there; test for the executable instead.
7934
7935 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
7936
7937 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7938 libstdc++-v3 and libjava.
7939
7940 2002-02-11 Adam Megacz <adam@xwt.org>
7941
7942 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7943 boehm-gc
7944
7945 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
7946
7947 * config.guess: Updated to 2002-01-30's version.
7948 * config.sub: Updated to 2002-02-01's version.
7949 Contribute sh64-elf.
7950 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7951 * configure.in: Added sh64-*-*.
7952
7953 2002-02-08 Chris Demetriou <cgd@broadcom.com>
7954
7955 * MAINTAINERS: Belatedly add myself to write after approval list.
7956
7957 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
7958
7959 * MAINTAINERS: Put self in as maintainer for x86-64 port.
7960 Remove self as Write After Approval.
7961
7962 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
7963
7964 * MAINTAINERS: Put self in as maintainer for contrib/regression
7965 directory.
7966
7967 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
7968
7969 * MAINTAINERS: Update my email address.
7970
7971 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7972
7973 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7974 target-libiberty, and target-libgloss. Skip Java-related
7975 libraries if not supported for NetBSD on target CPU.
7976
7977 2002-01-25 Douglas B Rupp <rupp@gnat.com>
7978
7979 * install-sh: Use _inst.$$_ for temp file name.
7980
7981 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
7982
7983 * MAINTAINERS (Write After Approval): Move my contact info
7984 from here...
7985 (OS Port Maintainers): ...to here (netbsd).
7986
7987 2002-01-22 Bob Wilson <bob.wilson@acm.org>
7988
7989 * MAINTAINERS (Write After Approval): Add myself.
7990
7991 2002-01-17 H.J. Lu <hjl@gnu.org>
7992
7993 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7994 (all-target-fastjar): Also depend on all-target-libiberty.
7995
7996 2002-01-16 H.J. Lu (hjl@gnu.org)
7997
7998 * config.guess: Import from master sources, rev 1.225.
7999 * config.sub: Import from master sources, rev 1.238.
8000
8001 2002-01-16 Kazu Hirata <kazu@hxi.com>
8002
8003 * MAINTAINERS (Write After Approval): Remove myself.
8004
8005 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
8006
8007 * MAINTAINERS (Write After Approval): Add myself.
8008
8009 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
8010
8011 * MAINTAINERS: Add self as docs co-maintainer.
8012
8013 2001-12-11 Matthias Klose <doko@debian.org>
8014
8015 * MAINTAINERS (Write After Approval): Add myself.
8016
8017 2001-12-09 Zack Weinberg <zack@codesourcery.com>
8018
8019 * MAINTAINERS: Update my email address.
8020
8021 2001-12-07 Turly O'Connor <turly@apple.com>
8022 * MAINTAINERS (Write After Approval): Add myself.
8023 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
8024 (rs6000_initialize_trampoline): Call __trampoline_setup for
8025 ABI_DARWIN too.
8026 * darwin-tramp.asm: New file, implements __trampoline_setup.
8027 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
8028
8029 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
8030
8031 * MAINTAINERS (Write After Approval): Add myself.
8032
8033 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8034
8035 * configure, configure.in: Use temp file for long sed commands.
8036
8037 2001-12-03 Laurent Guerby <guerby@acm.org>
8038
8039 * config.sub: Update to version 1.232 on subversion.
8040
8041 2001-12-03 Ben Elliston <bje@redhat.com>
8042
8043 * MAINTAINERS: Update mail address for config.* patches.
8044
8045 2001-11-27 DJ Delorie <dj@redhat.com>
8046 Zack Weinberg <zack@codesourcery.com>
8047
8048 When build != host, create libiberty for the build machine.
8049
8050 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8051 CONFIG_ARGUMENTS.
8052 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8053 New variables.
8054 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8055 and rules.
8056 (all.normal): Depend on ALL_BUILD_MODULES.
8057 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8058 (all-build-libiberty): Depend on configure-build-libiberty.
8059
8060 * configure: Calculate and substitute proper value for
8061 ALL_BUILD_MODULES.
8062 * configure.in: Create the build subdirectory.
8063 Calculate and substitute TARGET_CONFIGARGS (formerly
8064 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8065
8066 2001-11-26 Ziemowit Laski <zlaski@apple.com>
8067
8068 * MAINTAINERS (write-after-approval): Add self.
8069
8070 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
8071
8072 * MAINTAINERS (GNATS only accounts): Remove self.
8073
8074 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8075
8076 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8077 libf2c.
8078
8079 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
8080
8081 * MAINTAINERS (Write After Approval): Add self.
8082
8083 2001-11-12 David O'Brien <obrien@FreeBSD.org>
8084
8085 * MAINTAINERS: mips and s390 are also CPU ports.
8086
8087 2001-11-12 David O'Brien <obrien@FreeBSD.org>
8088
8089 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
8090
8091 2001-11-11 David O'Brien <obrien@FreeBSD.org>
8092
8093 * MAINTAINERS: Alphabetize.
8094
8095 2001-11-09 Kazu Hirata <kazu@hxi.com>
8096
8097 * MAINTAINERS (Various maintainers: h8 port): Add myself.
8098
8099 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
8100
8101 * MAINTAINERS (Various maintainers: hppa port): Added myself.
8102
8103 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8104
8105 * configure.in (--enable-languages): Be more permissive about
8106 syntax. Check for empty lists better. Warn about $LANGUAGES.
8107
8108 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
8109
8110 * config.sub: Import from master sources, rev. 1.230.
8111 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
8112
8113 2001-11-07 Laurent Guerby <guerby@acm.org>
8114
8115 * MAINTAINERS (Write After Approval): Add self.
8116
8117 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8118
8119 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8120
8121 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
8122
8123 * config.sub: Import from master sources, rev 1.226.
8124 * config.guess: Import from master sources, rev 1.216.
8125
8126 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8127
8128 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8129 * MAINTAINERS: Add self as maintainer of MMIX port.
8130 Remove old after-approval entry.
8131
8132 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
8133
8134 * ChangeLog, configure: Fix spelling errors.
8135
8136 2001-10-20 Brendan Kehoe <brendan@zen.org>
8137
8138 * MAINTAINERS: Tweak my address.
8139
8140 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
8141
8142 * MAINTAINERS: Update my email address.
8143
8144 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
8145
8146 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8147 * MAINTAINERS: Add self as maintainer of CRIS port.
8148
8149 2001-10-10 Geert Bosch <bosch@gnat.com>
8150
8151 * MAINTAINERS (Various maintainers: Ada front end):
8152 Added Robert Dewar.
8153
8154 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
8155
8156 * MAINTAINERS (Write After Approval): Added self
8157
8158 2001-10-02 Geert Bosch <bosch@gnat.com>
8159
8160 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8161
8162 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8163
8164 * configure: Handle temporary files securely using mkdir.
8165
8166 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
8167
8168 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8169
8170 2001-09-26 Will Cohen <wcohen@redhat.com>
8171
8172 * configure.in (*-*-linux*): Disable configuration of target-newlib
8173 and target-libgloss.
8174
8175 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8176
8177 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8178 RANLIB.
8179
8180 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
8181
8182 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8183 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8184 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8185 avoid quotes nesting problems.
8186 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8187 (DO_X): Export only variables that are set.
8188
8189 2001-09-19 Ben Elliston <bje@redhat.com>
8190
8191 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8192 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8193 semantics. Use the shell built-in "type" command instead.
8194
8195 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
8196
8197 Merged from gcc-3_0-branch:
8198 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8199 * ltcf-c.sh: Use $objext, not $ac_objext.
8200 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8201 * ltcf-cxx.sh: Add support for GNU.
8202 2001-07-22 Timothy Wall <twall@redhat.com>
8203 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8204 default settings if using GNU tools with that configuration.
8205 * ltcf-cxx.sh: Ditto.
8206 * ltcf-gcj.sh: Ditto.
8207 2001-07-21 Michael Chastain <chastain@redhat.com>
8208 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8209 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8210 * ltmain.sh: Mark as gcc-local.
8211
8212 2001-08-30 Eric Christopher <echristo@redhat.com>
8213 Jason Eckhardt <jle@redhat.com>
8214
8215 * config.guess: Merge from master sources.
8216 * config.sub: Merge from master sources, add support for mipsisa32.
8217
8218 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
8219 * config.sub: Merge from master sources, rev 1.219.
8220 * MAINTAINERS: Add self as contact for stormy16 port.
8221
8222 2001-08-14 Zack Weinberg <zackw@panix.com>
8223
8224 * config.sub: Merge from master sources, rev 1.218.
8225 * config.guess: Merge from master sources, rev 1.209.
8226
8227 2001-08-11 Graham Stott <grahams@redhat.com>
8228
8229 * Makefile.in (check-c++): Add missing semicolon.
8230
8231 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
8232
8233 * MAINTAINERS (Various maitainers: predict.def): Added myself.
8234
8235 2001-07-30 Eric Christopher <echristo@redhat.com>
8236
8237 * MAINTAINERS (Various maintainers: mips port): Added myself.
8238
8239 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8240
8241 * configure.in (sh-*-linux*): New.
8242
8243 2001-07-27 Richard Henderson <rth@redhat.com>
8244
8245 * .cvsignore: Add LAST_UPDATED.
8246
8247 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
8248
8249 * MAINTAINERS (Various maintainers: s390 port): Added myself.
8250
8251 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
8252
8253 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8254
8255 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
8256
8257 * MAINTAINERS (Write After Approval): Added myself.
8258
8259 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8260
8261 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8262 and libgcj on m68hc11/m68hc12.
8263
8264 2001-06-27 H.J. Lu (hjl@gnu.org)
8265
8266 * Makefile (CFLAGS_FOR_BUILD): New.
8267 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8268
8269 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
8270
8271 * README: Remove version number.
8272
8273 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8274
8275 * INSTALL/README: Update wrt. to the installation instructions now
8276 residing in gcc/doc/install.texi.
8277
8278 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
8279
8280 * README: Replace with a cut-down and updated version of gcc/README.
8281
8282 2001-06-12 David Edelsohn <edelsohn@gnu.org>
8283
8284 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
8285 multilibs to be disabled.
8286
8287 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
8288
8289 * MAINTAINERS (Write After Approval): Add myself.
8290
8291 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
8292
8293 * config.guess: Import CVS version 1.195.
8294 * config.sub: Import CVS version 1.212.
8295
8296 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8297
8298 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8299 gcc/xgcc is built, use -print-prog-name to find out the program
8300 name to use.
8301
8302 2001-06-04 Phil Edwards <pme@sources.redhat.com>
8303
8304 * config.guess: Import CVS version 1.194. All gcc-local changes
8305 appear to also be in the master copy.
8306 * config.sub: Import CVS version 1.211.
8307
8308 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
8309
8310 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8311 with_gcc]: Use `gcc -shared' to build a shared library.
8312
8313 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
8314
8315 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8316 archives.
8317
8318 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8319
8320 * MAINTAINERS (Write After Approval): Add myself.
8321
8322 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
8323
8324 * configure.in (libstdcxx_flags): Do not try to execute
8325 libstdc++-v3/testsuite_flags until it exists.
8326
8327 2001-06-01 Alan Modra <amodra@bigpond.net.au>
8328
8329 * MAINTAINERS: Update my email address.
8330
8331 2001-05-31 Graham Stott <grahams@redhat.com>
8332
8333 * MAINTAINERS (Write After Approval): Add myself.
8334
8335 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
8336
8337 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8338 libraries when using g++ with native linker.
8339
8340 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
8341
8342 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8343
8344 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
8345
8346 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8347 [aix4*|aix5*]: Prepend blank.
8348
8349 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
8350
8351 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8352 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8353 of subdir/configure scripts to use the new libtool.m4.
8354
8355 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
8356
8357 * MAINTAINERS (Write After Approval): Add myself.
8358
8359 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8360
8361 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8362
8363 2001-05-11 Ben Elliston <bje@redhat.com>
8364
8365 * Makefile.in (all-sid): New target.
8366 (check-sid, clean-sid, install-sid): Likewise.
8367
8368 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8369
8370 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8371
8372 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
8373
8374 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8375 libgcj.
8376
8377 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
8378
8379 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8380 gcc/xgcc is built, use -print-prog-name to find out the program
8381 name to use.
8382
8383 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
8384
8385 * configure.in (noconfigdirs): Don't reset it from scratch in the
8386 target case; only append to it.
8387
8388 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8389 sparc-*-solaris2.8]: Disable ${libgcj}.
8390
8391 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
8392
8393 * configure.in (libgcj_saved): Copy from $libgcj.
8394 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8395 --disable-libgcj.
8396
8397 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
8398
8399 * MAINTAINERS: Remove self as MIPS maintainer and
8400 C front end maintainer.
8401
8402 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8403
8404 * configure.in: Move *-chorusos target case to the proper switch.
8405 Disable libgcj.
8406
8407 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
8408
8409 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8410 1.641.2.228.
8411
8412 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8413
8414 * Makefile.in (STAGE1_CFLAGS): Pass down.
8415
8416 2001-04-13 Alan Modra <amodra@one.net.au>
8417
8418 * config.guess: Add hppa64-linux support. Note for next import that
8419 this is already in the master file.
8420 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8421
8422 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
8423
8424 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8425 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8426
8427 2001-04-11 Stan Shebs <shebs@apple.com>
8428
8429 * MAINTAINERS: Add self as Darwin port maintainer.
8430
8431 2001-04-11 Alan Modra <amodra@one.net.au>
8432
8433 * MAINTAINERS: Update my email address.
8434
8435 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
8436
8437 * ltcf-cxx.sh: Support creation of C++ shared libraries on
8438 recent versions of FreeBSD (release 3 or later).
8439 * ltconfig: On FreeBSD, -lc must not be provided when building
8440 a shared library or else the standard -pthread gcc option is
8441 rendered worthless to later users of the built library.
8442
8443 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
8444
8445 * MAINTAINERS: Add self and RTH as C front end maintainers.
8446
8447 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
8448
8449 * config.sub: Make sure to match an already-canonicalized
8450 machine name (eg. mn10300-unknown-elf).
8451
8452 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
8453
8454 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8455 New macros.
8456 (bootstrap, cross): Use RECURSE_FLAGS.
8457 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8458
8459 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
8460
8461 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8462
8463 2001-03-22 Colin Howell <chowell@redhat.com>
8464
8465 * Makefile.in (DO_X): Do not backslash single-quotes in
8466 backquotes (two places).
8467
8468 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8469
8470 Re-installed:
8471 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8472 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8473 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8474 * ltcf-cxx.sh: Likewise.
8475 * ltcf-gcj.sh: Likewise.
8476
8477 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8478
8479 * MAINTAINERS: Add myself as "documentation co-maintainer".
8480
8481 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
8482
8483 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8484 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8485
8486 2001-03-19 Tom Tromey <tromey@redhat.com>
8487
8488 * config-ml.in: Handle GCJ and GCJFLAGS.
8489
8490 2001-03-21 Michael Chastain <chastain@redhat.com>
8491
8492 * Makefile.in: all-m4 depends on all-texinfo.
8493
8494 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
8495
8496 * MAINTAINERS: Add myself to write after approval list.
8497
8498 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
8499
8500 * Makefile.in (DO_X): Quote nested quotes.
8501
8502 2001-03-18 Alan Modra <alan@linuxcare.com.au>
8503
8504 * MAINTAINERS: Add myself to write after approval list.
8505
8506 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
8507
8508 * Makefile.in (DO_X): Use double quotes for quoting
8509 "RANLIB=$${RANLIB}".
8510
8511 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
8512
8513 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
8514
8515 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8516
8517 * configure.in: Only use `lang_requires' for languages athat are
8518 actually enabled.
8519
8520 2001-03-08 Phil Edwards <pme@sources.redhat.com>
8521
8522 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
8523
8524 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
8525
8526 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8527
8528 2001-03-07 Tom Tromey <tromey@redhat.com>
8529
8530 * configure.in: Allow config-lang.in to set `lang_requires' to list
8531 of other required languages.
8532
8533 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
8534
8535 * Makefile.in: Remove RANLIB definition. Use RANLIB
8536 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8537 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8538
8539 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8540 Alexandre Oliva <aoliva@redhat.com>
8541
8542 * Makefile.in (check-c++): Use tabs, not spaces.
8543
8544 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
8545
8546 * MAINTAINERS: add myself to Write After Approval list.
8547
8548 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8549
8550 * Makefile.in (check-c++): New rule.
8551
8552 * configure.in (target_libs): Remove libg++.
8553 (noconfigdirs): Remove libg++.
8554 (noconfigdirs): Same.
8555 (noconfigdirs): Same.
8556 (noconfigdirs): Same.
8557
8558 * config-ml.in: Remove libg++ references.
8559
8560 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8561 (ALL_TARGET_MODULES): Same.
8562 (configure-target-libg++): Remove.
8563 (all-target-libg++): Remove.
8564 (configure-target-libio): Remove.
8565 (all-target-libio): Remove.
8566 (check-target-libio): Remove.
8567 (.PHONY): Remove.
8568 (libg++.tar.bz2): Remove.
8569 (all-target-cygmon): Remove libio.
8570 (all-target-libstdc++): Remove.
8571 (configure-target-libstdc++): Remove.
8572 (TARGET_LIB_PATH): Remove libstdc++.
8573 (ALL_GCC_CXX): Remove libstdc++.
8574 (all-target-gperf): Correct.
8575
8576 2001-02-16 Nick Clifton <nickc@redhat.com>
8577
8578 * configure.in (noconfigdirs): Allow configuration of texinfo
8579 for Cygwin hosts.
8580
8581 2001-02-15 Anthony Green <green@redhat.com>
8582
8583 * configure: Introduce GCJ_FOR_TARGET.
8584 * configure.in: Ditto.
8585 * Makefile.in: Ditto.
8586
8587 2001-02-13 Andreas Schwab <schwab@suse.de>
8588
8589 * MAINTAINERS: Update mail address.
8590
8591 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8592
8593 * config.guess: Add linux target for S/390.
8594 * config.sub: Likewise.
8595
8596 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8597
8598 * configure.in: for *-chorusos, don't config target-newlib and
8599 target-libgloss.
8600
8601 2001-02-06 Ben Elliston <bje@redhat.com>
8602
8603 * configure: Output host type to stdout, not stderr.
8604
8605 2001-02-05 Mark Mitchell <mark@codesourcery.com>
8606
8607 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
8608 * ltcf-cxx.sh: Likewise.
8609
8610 * config.if: Assume enable_libstdcxx_v3 is defined.
8611
8612 2001-02-04 Mark Mitchell <mark@codesourcery.com>
8613
8614 Remove V2 C++ library.
8615 * configure.in: Remove --enable-libstdcxx_v3 support.
8616
8617 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
8618
8619 * include/demangle.h: Add prototype for java_demangle_v3.
8620
8621 2001-01-29 Phil Edwards <pme@sources.redhat.com>
8622
8623 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
8624
8625 2001-01-27 Richard Henderson <rth@redhat.com>
8626
8627 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8628
8629 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8630
8631 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8632 Don't unset, it's non-portable and no longer necessary, set to empty
8633 instead.
8634
8635 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8636
8637 * ltconfig: Shell portability fix for the tagname validity check.
8638
8639 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
8640
8641 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8642 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8643
8644 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8645
8646 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8647
8648 2001-01-26 Tom Tromey <tromey@redhat.com>
8649
8650 * configure.in: Allow libgcj to be built on Sparc Solaris.
8651
8652 2001-01-25 David Edelsohn <edelsohn@gnu.org>
8653
8654 * ltcf-c.sh: Add aix5 case.
8655 * ltcf-cxx.sh: Likewise.
8656 * ltconfig: Likewise.
8657
8658 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
8659
8660 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8661 keep at least one of build_libtool_libs or build_old_libs set to
8662 yes.
8663
8664 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8665 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8666
8667 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8668
8669 * configure.in: Enable libgcj on several additional platforms.
8670
8671 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8672
8673 * configure.in: Enable libgcj for linux targets.
8674
8675 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8676
8677 * MAINTAINERS (Write After Approval): Add myself.
8678
8679 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
8680
8681 * MAINTAINERS: Add myself as vax port maintainer.
8682
8683 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
8684
8685 * MAINTAINERS: Add myself as Mercury front-end maintainer.
8686
8687 2001-01-09 Mike Stump <mrs@wrs.com>
8688
8689 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8690 failures of subdirectories.
8691
8692 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8693
8694 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8695 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8696 * ltcf-cxx.sh: Likewise.
8697 * ltcf-gcj.sh: Likewise.
8698 * ltconfig.sh: Fix typo.
8699
8700 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8701
8702 * configure: handle DOS-style absolute paths.
8703
8704 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8705
8706 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8707
8708 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
8709
8710 * MAINTAINERS: Add myself as avr port co-maintainer.
8711
8712 2000-12-28 Ben Elliston <bje@redhat.com>
8713
8714 * MAINTAINERS: Add myself under ``Write After Approval''.
8715
8716 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
8717
8718 * texinfo: Remove directory from GCC.
8719
8720 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
8721
8722 * COPYING: Update to current
8723 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
8724 to 19yy as example year in copyright notice).
8725
8726 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8727
8728 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8729 (libstdcxx_incdir): Pass down.
8730 * config.if: Remove expired bits for cxx_interface, add stub.
8731 (libstdcxx_incdir): Add variable for g++ include directory.
8732 * configure.in (gxx_include_dir): Use it.
8733
8734 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
8735
8736 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
8737 with old-email address from ``Write After Approval''.
8738
8739 2000-12-15 Andreas Jaeger <aj@suse.de>
8740
8741 * configure.in: Handle lang_dirs.
8742
8743 2000-12-14 Tom Tromey <tromey@redhat.com>
8744
8745 * MAINTAINERS: Removed brads.
8746
8747 * MAINTAINERS: Added gcj developers.
8748
8749 2000-12-13 Anthony Green <green@redhat.com>
8750
8751 * configure.in: Disable libgcj for any target not specifically
8752 listed. Disable libgcj for x86 and Alpha Linux until compatible
8753 with g++ abi.
8754
8755 2000-12-13 Mike Stump <mrs@wrs.com>
8756
8757 * Makefile.in (local-distclean): Also remove fastjar.
8758
8759 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
8760
8761 * contrib/gcc_update: Add fastjar --touch entries.
8762
8763 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
8764
8765 * configure.in: Disable language-specific target libraries for
8766 languages that aren't enabled.
8767
8768 2000-12-10 Anthony Green <green@redhat.com>
8769
8770 * configure.in: Define libgcj. Disable libgcj target libraries for
8771 most targets.
8772
8773 2000-12-10 Neil Booth <neilb@earthling.net>
8774
8775 * MAINTAINERS: Update mail address, remove from WAA list.
8776
8777 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8778
8779 * libjava: Imported from /cvs/java.
8780 * libffi: Likewise.
8781 * Boehm-gc: Likewise.
8782
8783 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8784
8785 * configure.in (target_libs): Revert 2000-12-08 patch.
8786 (noconfigdirs): Added target-libjava.
8787
8788 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8789
8790 * djunpack.bat: removed.
8791
8792 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8793
8794 * Makefile.in: handle DOS-style absolute paths.
8795 * config-ml.in: likewise.
8796 * symlink-tree: likewise.
8797
8798 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8799
8800 * fastjar: Imported.
8801
8802 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8803
8804 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8805 libjava.
8806 * configure.in (target_libs): Removed `target-libjava'.
8807
8808 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8809
8810 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8811 (ALL_MODULES): Added fastjar.
8812 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8813 (all-target-libjava): all-fastjar replaces all-zip.
8814 (all-fastjar): Added.
8815 (configure-target-fastjar, all-target-fastjar): Likewise.
8816 * configure.in (host_tools): Added fastjar.
8817
8818 2000-12-07 Mike Stump <mrs@wrs.com>
8819
8820 * Makefile.in (local-distclean): Remove leftover built files.
8821
8822 2000-11-24 Nick Clifton <nickc@redhat.com>
8823
8824 * configure.in (xscale-elf): Add target.
8825 (xscale-coff): Add target.
8826
8827 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
8828
8829 * ltcf-cxx.sh: Support creation of C++ shared libraries on
8830 recent versions of FreeBSD (release 3 or later).
8831 * ltconfig: On FreeBSD, -lc must not be provided when building
8832 a shared library or else the standard -pthread gcc option is
8833 rendered worthless to later users of the built library.
8834
8835 2000-11-16 Fred Fish <fnf@be.com>
8836
8837 * configure.in (enable_libstdcxx_v3): Fix typo,
8838 libstd++ -> libstdc++.
8839
8840 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
8841
8842 * MAINTAINERS: Add self to Write After Approval list.
8843
8844 2000-11-21 Bernd Schmidt <bernds@redhat.com>
8845
8846 * MAINTAINERS: Update my email address. Add myself to global write
8847 privs list.
8848
8849 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
8850
8851 * Makefile.in: Merge with src and libgcj.
8852 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8853 configure-target-<library> when their configure scripts need the C
8854 or C++ library to have already been built to work properly.
8855 (do_proto_toplev): Set them to an empty string.
8856
8857 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8858 (REALLY_SET_LIB_PATH): Use them.
8859
8860 2000-11-17 Stan Shebs <shebs@apple.com>
8861
8862 * MAINTAINERS: Add self to Write After Approval list.
8863
8864 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8865
8866 * configure: Provide the original toplevel configure arguments
8867 (including $0) to subprocesses in the environment rather than
8868 through gcc/configargs.h.
8869
8870 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8871
8872 * MAINTAINERS: Remove references to cccp. Change C9X reference to
8873 C99. Alphabetise "Write After Approval" list.
8874
8875 2000-11-12 Mark Mitchell <mark@codesourcery.com>
8876
8877 * configure: Turn on libstdc++ V3 by default.
8878
8879 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
8880 if we've got GCC.
8881
8882 2000-11-11 Philip Blundell <philb@gnu.org>
8883
8884 * MAINTAINERS: Add self to Write After Approval list.
8885
8886 2000-11-09 David Edelsohn <edelsohn@gnu.org>
8887
8888 * ltcf-c.sh (aix4): Improve shared library configuration; require
8889 exporting symbols.
8890 * ltcf-cxx.sh (aix4): Define.
8891 * ltconfig (aix4): Define library and soname specs appropriate for
8892 AIX. Define command to create export symbols list.
8893
8894 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
8895
8896 * config.sub: Add support for Sun Chorus
8897
8898 2000-10-31 Nick Clifton <nickc@redhat.com>
8899
8900 * MAINTAINERS: Rename <name>@cygnus.com addresses to
8901 <name>@redhat.com. Also installed new email address for Clint
8902 Popetz.
8903
8904 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
8905
8906 * etc: Remove directory from GCC.
8907
8908 2000-10-16 Michael Meissner <meissner@redhat.com>
8909
8910 * configure (gcc/configargs.h): Only create if there is a build GCC
8911 directory created.
8912
8913 2000-10-16 Matthias Klose <doko@debian.org>
8914
8915 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
8916 when configured for libstdc++-v3.
8917
8918 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
8919
8920 * configure: Save configure arguments to gcc/configargs.h.
8921
8922 2000-10-04 Philipp Thomas <pthomas@suse.de>
8923
8924 * config.guess: Import CVS version 1.157.
8925 * config.sub: Import CVS version 1.181.
8926
8927 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
8928
8929 * Makefile.in (bootstrap): avoid recursion if subdir missing
8930 (cross): ditto
8931 (do-proto-toplev): ditto
8932
8933 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
8934
8935 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
8936 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
8937
8938 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
8939 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8940 all affected `configure' scripts.
8941
8942 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
8943
8944 * MAINTAINERS: Add self as cpplib co-maintainer.
8945
8946 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
8947
8948 * MAINTAINERS: Add self to Write After Approval list.
8949
8950 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8951
8952 * INSTALL/README: egcs -> GCC update.
8953
8954 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
8955
8956 * MAINTAINERS: Add myself to Write After Approval list.
8957
8958 2000-09-15 Kazu Hirata <kazu@hxi.com>
8959
8960 * MAINTAINERS: Add myself to Write After Approval list.
8961
8962 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8963
8964 * configure.in: Do not build byacc for hppa64. Provide paths to the
8965 X11 libraries for hppa64.
8966
8967 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8968
8969 * MAINTAINERS: Add myself as 68hc11 port maintainer.
8970
8971 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
8972
8973 * Makefile.in (all-zlib): Added dummy target.
8974
8975 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8976 ltcf-gcj.sh: Updated from libtool multi-language branch.
8977
8978 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
8979
8980 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8981 (bootstrap*): Depend on all-bootstrap.
8982
8983 2000-09-05 Philipp Thomas <pthomas@suse.de>
8984
8985 * config.guess: Import CVS version 1.156.
8986 * config.sub: Import CVS version 1.179.
8987
8988 2000-09-02 Anthony Green <green@cygnus.com>
8989
8990 * Makefile.in (all-gcc): Depend on all-zlib.
8991 (CLEAN_MODULES): Add clean-zlib.
8992 (ALL_MODULES): Add all-zlib.
8993 * configure.in (host_libs): Add zlib.
8994
8995 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8996
8997 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8998 crosses, but add gcc/include to the header search path for them.
8999
9000 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
9001
9002 * MAINTAINERS: Add self to Write After Approval list.
9003
9004 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9005
9006 * config.guess: Import CVS version 1.152.
9007 * config.sub: Import CVS version 1.177.
9008
9009 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
9010
9011 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
9012 $targargs to tell whether newlib is going to be built.
9013
9014 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
9015 $$r/TARGET_SUBDIR/libio for _G_config.h.
9016
9017 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
9018
9019 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
9020
9021 2000-08-22 DJ Delorie <dj@redhat.com>
9022
9023 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
9024
9025 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
9026
9027 * config-ml.in (CC, CXX): Avoid trailing whitespace.
9028 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
9029 sub-configures.
9030
9031 2000-08-21 DJ Delorie <dj@redhat.com>
9032
9033 * MAINTAINERS: Add self as a libiberty maintainer
9034
9035 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
9036
9037 * configure.in (libstdcxx_flags): Use
9038 libstdc++-v3/src/libstdc++.INC.
9039
9040 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
9041
9042 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
9043
9044 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
9045
9046 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
9047
9048 * configure: Make enable_threads and enable_shared defaults
9049 explicit. Substitute enable_threads into generated Makefiles.
9050 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
9051 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
9052
9053 2000-08-13 Geoff Keating <geoffk@cygnus.com>
9054
9055 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
9056
9057 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
9058
9059 * config-ml.in (CC): Remove bogus duplicate quotation mark from
9060 previous delta.
9061
9062 2000-08-11 Jason Merrill <jason@redhat.com>
9063
9064 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
9065 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
9066 (FLAGS_FOR_TARGET): Not here.
9067 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
9068
9069 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
9070
9071 * config-ml.in (CC, CXX): Don't introduce a leading space.
9072
9073 2000-08-07 DJ Delorie <dj@delorie.com>
9074
9075 * MAINTAINERS: Add self as a DJGPP maintainer
9076
9077 2000-08-07 DJ Delorie <dj@redhat.com>
9078
9079 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
9080 "if we're also building gcc, and it's a gcc that will run on the
9081 build machine, we want to use its includes instead of the system's
9082 default includes".
9083
9084 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
9085
9086 * MAINTAINERS: Add self to Write After Approval list.
9087
9088 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
9089
9090 * configure.in (libstdcxx_flags): Don't use `"'.
9091
9092 * config-ml.in: Adjust multilib search paths to the
9093 appropriate multilib tree.
9094
9095 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
9096
9097 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
9098 commas in $LANGUAGES.
9099
9100 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
9101
9102 * configure.in: Re-enable all references to libg++ and librx.
9103
9104 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
9105
9106 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
9107 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
9108 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
9109 * ltcf-cxx.sh (need_lc): Set based on postdeps.
9110
9111 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
9112
9113 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
9114
9115 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
9116 CXX_FOR_TARGET for sed.
9117
9118 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
9119
9120 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9121 Do not override if already set in the environment or in configure.
9122 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9123 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9124
9125 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
9126
9127 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
9128 the libtool CVS tree multi-language branch.
9129 * ltconfig, ltmain.sh: Updated.
9130
9131 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
9132
9133 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
9134 (clean-target): Depend on it.
9135
9136 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9137 (GCC_FOR_TARGET): Use it.
9138 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9139 * configure.in: ... here.
9140 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9141 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9142
9143 2000-07-24 Eric Christopher <echristo@cygnus.com>
9144
9145 * MAINTAINERS: Add self to Write After Approval list.
9146
9147 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
9148
9149 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9150 (configure-target-libchill, configure-target-libobjc): Likewise.
9151
9152 * configure.in: Use the same cache file for all target libs.
9153 * config-ml.in: But different cache files per multilib variant.
9154
9155 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9156
9157 * configure (topsrcdir): Don't use dirname.
9158
9159 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
9160
9161 * MAINTAINERS: Add self to Write After Approval list.
9162
9163 2000-07-20 Jason Merrill <jason@redhat.com>
9164
9165 * configure.in: Remove all references to libg++ and librx.
9166
9167 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9168
9169 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
9170
9171 * config.sub: Update to subversions version 2000-07-06.
9172
9173 2000-07-12 Andrew Haley <aph@cygnus.com>
9174
9175 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9176 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9177
9178 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
9179
9180 * symlink-tree: Check number of arguments.
9181
9182 2000-07-05 Jim Wilson <wilson@cygnus.com>
9183
9184 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9185 search path for a g++ extracted from the build tree. This
9186 will allow link tests run by configure scripts in
9187 subdirectories to succeed.
9188
9189 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
9190
9191 * ltconfig: Add support for mips-dde-sysv4.2MP
9192
9193 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9194
9195 * MAINTAINERS: Add myself as loop discovery maintainer.
9196
9197 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9198
9199 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9200 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9201
9202 2000-06-19 Timothy Wall <twall@cygnus.com>
9203
9204 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9205 * config.sub: Add tic54x target.
9206
9207 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
9208
9209 * MAINTAINERS: Add self as Fortran maintainer,
9210 remove Craig Burley.
9211
9212 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
9213
9214 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9215 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9216
9217 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
9218
9219 * MAINTAINERS: Add self as i18n maintainer
9220
9221 20000-05-21 H.J. Lu (hjl@gnu.org)
9222
9223 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9224 directory are used if they exist. Make sure
9225 $(build_tooldir)/include is searched for header files,
9226 $(build_tooldir)/lib/ for library files.
9227 (GCC_FOR_TARGET): Likewise.
9228 (CXX_FOR_TARGET): Likewise.
9229
9230 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
9231
9232 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9233
9234 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
9235
9236 * Makefile.in (configure-target-libiberty): Depend on
9237 configure-target-newlib.
9238
9239 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9240
9241 * configure.in, Makefile.in: Merge all libffi-related
9242 configury stuff from the libgcj tree.
9243
9244 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
9245
9246 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9247 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9248
9249 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
9250
9251 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9252 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
9253 current version information. Add to proto-toplev directory.
9254 (gdb-taz): Build do-djunpack.
9255
9256 2000-05-15 David Edelsohn <edelsohn@gnu.org>
9257
9258 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9259
9260 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
9261
9262 * MAINTAINERS: Add self to Write After Approval list.
9263
9264 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9265
9266 * ltmain.sh: Preserve in relink_command any environment
9267 variables that may affect the linker behavior.
9268
9269 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
9270
9271 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9272
9273 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
9274
9275 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9276
9277 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9278
9279 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
9280 with the version name.
9281
9282 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
9283
9284 * MAINTAINERS: Add self as bb-reorder maintainer.
9285
9286 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
9287
9288 * config.if: Tweak.
9289
9290 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
9291
9292 * djunpack.bat: New file.
9293
9294 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
9295
9296 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
9297 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9298 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9299 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
9300
9301 2000-04-16 Dave Pitts <dpitts@cozx.com>
9302
9303 * config.sub (case $basic_machine): Change default for "ibm-*"
9304 to "openedition".
9305
9306 2000-04-13 Andreas Jaeger <aj@suse.de>
9307
9308 * MAINTAINERS: Added myself.
9309
9310 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
9311
9312 * Makefile.in (gdb-taz): New target. GDB specific archive.
9313 (do-md5sum): New target.
9314 (MD5PROG): Define.
9315 (PACKAGE): Default to TOOL.
9316 (VER): Default to a shell script.
9317 (taz): Rewrite target. Move real work to do-proto-toplev. Include
9318 md5 checksum generation.
9319 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9320 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9321 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
9322 insight.tar.bz2): Use gdb-taz to create archive.
9323
9324 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
9325
9326 * configure (warn_cflags): Delete.
9327
9328 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
9329
9330 * MAINTAINERS: Added myself.
9331
9332 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
9333 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
9334
9335 * configure.in (enable_libstdcxx_v3): Add.
9336 (target_libs): Add bits here to switch between libstdc++-v2 and
9337 libstdc++-v3.
9338 * config.if: And this file too.
9339 * Makefile.in: Add libstdc++-v3 targets.
9340
9341 2000-04-05 Michael Meissner <meissner@redhat.com>
9342
9343 * config.sub (d30v): Add d30v as a basic machine type.
9344
9345 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
9346
9347 * configure.in: -linux-gnu*, not -linux-gnu.
9348
9349 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
9350
9351 * MAINTAINERS: Add self in write-after-approval section.
9352
9353 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
9354
9355 * MAINTAINERS: Add self as ia64 port maintainer.
9356
9357 2000-03-08 Neil Booth <NeilB@earthling.net>
9358
9359 * MAINTAINERS: Add self in write-after-approval section.
9360
9361 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
9362
9363 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9364 (do-tar-bz2): Replace TOOL with PACKAGE.
9365 (gdb.tar.bz2): Remove GDBTK from GDB package.
9366 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
9367 dejagnu.tar.bz2): New packages.
9368
9369 2000-02-27 Andreas Jaeger <aj@suse.de>
9370
9371 * configure.in: Add entry for mips*-*-linux*, move catch all
9372 *-*-*linux* entry below this one.
9373
9374 2000-02-27 Ian Lance Taylor <ian@zembu.com>
9375
9376 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9377
9378 2000-02-24 Nick Clifton <nickc@cygnus.com>
9379
9380 * config.sub: Support an OS of "wince".
9381
9382 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
9383
9384 * config.guess, config.sub: Updated to match config's 2000-02-15
9385 version.
9386
9387 2000-02-23 Linas Vepstas <linas@linas.org>
9388
9389 * config.sub: Add support for Linux/IBM 370.
9390 * configure.in: Likewise.
9391
9392 2000-02-22 Nick Clifton <nickc@cygnus.com>
9393
9394 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9395
9396 2000-02-20 Christopher Faylor <cgf@cygnus.com>
9397
9398 * config.guess: Guess "cygwin" rather than "cygwin32".
9399
9400 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9401
9402 * configure (gcc_version): When setting, narrow search to
9403 lines containing `version_string'.
9404
9405 2000-02-15 Denis Chertykov <denisc@overta.ru>
9406
9407 * config.sub: Add support for avr target.
9408
9409 2000-02-14 Nick Clifton <nickc@cygnus.com>
9410
9411 * MAINTAINERS: Add maintainers for MCore port.
9412
9413 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
9414
9415 * config.sub: Add mmix-knuth-mmixware.
9416
9417 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9418
9419 * MAINTAINERS: Pair cccp with cpplib maintainership.
9420
9421 2000-01-27 Christopher Faylor <cgf@redhat.com>
9422
9423 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9424 structure stuff to -L library search.
9425 (CXX_FOR_TARGET): Ditto.
9426 (CROSS_CHECK_MODULES): Fix spelling mistake.
9427
9428 2000-01-24 Mark Mitchell <mark@codesourcery.com>
9429
9430 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9431 the C++ compiler.
9432
9433 2000-01-12 Richard Henderson <rth@cygnus.com>
9434
9435 * configure.in: Don't build some bits for beos.
9436
9437 2000-01-12 Joel Sherrill (joel@OARcorp.com)
9438
9439 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9440 as include files.
9441
9442 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
9443
9444 * Add self as cpplib maintainer, as requested by Jason
9445 Merrill. Correct my e-mail address.
9446
9447 2000-01-06 Geoff Keating <geoffk@cygnus.com>
9448
9449 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9450 not mh-aix43.
9451
9452 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
9453
9454 * MAINTAINERS: Add myself to "write after approval" list.
9455
9456 1999-12-14 Richard Henderson <rth@cygnus.com>
9457
9458 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9459 * config.sub: Accept alphaev[78], alphaev8.
9460
9461 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9462
9463 * config.guess, config.sub: Update from autoconf.
9464
9465 1999-11-29 Bruce Korb <autogen@linuxbox.com>
9466
9467 * MAINTAINERS: update my playtime e-address.
9468
9469 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9470
9471 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9472 necessary libraries are missing.
9473
9474 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
9475
9476 * MAINTAINERS: Add new 'write after approval' maintainer.
9477
9478 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
9479
9480 * MAINTAINERS: Add new Java maintainer.
9481
9482 1999-10-25 Andreas Schwab <schwab@suse.de>
9483
9484 * configure: Fix quoting inside arguments of eval.
9485
9486 1999-10-21 Nick Clifton <nickc@cygnus.com>
9487
9488 * config-ml.in: Allow suppression of some ARM multilibs.
9489
9490 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9491
9492 * config.guess: Add OS/390 match pattern.
9493 * config.sub: Add mvs, openedition targets.
9494 * configure.in (i370-ibm-opened*): New.
9495
9496 1999-09-04 Steve Chamberlain <sac@pobox.com>
9497
9498 * config.sub: Add support for configuring for pj.
9499
9500 1999-08-31 Nick Clifton <nickc@cygnus.com>
9501
9502 * config.sub (maybe_os): Add support for configuring for fr30.
9503
9504 1999-08-25 Nick Clifton <nickc@cygnus.com>
9505
9506 * configure.in: Do not configure or build ld for AIX
9507 platforms. ld is known to be broken on these platforms.
9508
9509 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9510
9511 * config-ml.in: Pass compiler flag corresponding to multidirs to
9512 subdir configures.
9513
9514 1999-08-09 Ian Lance Taylor <ian@zembu.com>
9515
9516 * Makefile.in (LDFLAGS): Define.
9517
9518 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9519
9520 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9521 noconfigdirs.
9522 (*-*-cygwin*): Likewise.
9523
9524 1999-08-08 Ian Lance Taylor <ian@zembu.com>
9525
9526 * mkdep: New file.
9527 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9528 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9529
9530 From Eli Zaretskii <eliz@is.elta.co.il>:
9531 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9532 long file name when using DJGPP on MS-DOS.
9533
9534 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9535
9536 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9537
9538 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9539
9540 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9541 dependency as this causes "make check" to globally "make all"
9542
9543 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9544
9545 * configure.in (target_libs): Added target-zlib.
9546 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9547 (CONFIGURE_TARGET_MODULES): Likewise.
9548 (CHECK_TARGET_MODULES): Likewise.
9549 (INSTALL_TARGET_MODULES): Likewise.
9550 (CLEAN_TARGET_MODULES): Likewise.
9551 (configure-target-zlib): New target.
9552 (all-target-zlib): Likewise.
9553 (all-target-libjava): Depend on all-target-zlib.
9554 (configure-target-libjava): Depend on configure-target-zlib.
9555
9556 * Makefile.in (configure-target-libjava): Depend on
9557 configure-target-newlib.
9558 (configure-target-boehm-gc): New target.
9559 (configure-target-qthreads): New target.
9560
9561 * configure.in (target_libs): Added target-qthreads.
9562 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9563 (CONFIGURE_TARGET_MODULES): Likewise.
9564 (CHECK_TARGET_MODULES): Likewise.
9565 (INSTALL_TARGET_MODULES): Likewise.
9566 (CLEAN_TARGET_MODULES): Likewise.
9567 (all-target-qthreads): New target.
9568 (configure-target-libjava): Depend on configure-target-qthreads.
9569 (all-target-libjava): Depend on all-target-qthreads.
9570
9571 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9572 (CONFIGURE_TARGET_MODULES): Likewise.
9573 (CHECK_TARGET_MODULES): Likewise.
9574 (INSTALL_TARGET_MODULES): Likewise.
9575 (CLEAN_TARGET_MODULES): Likewise.
9576 (all-target-libjava): New target.
9577 (all-target-boehm-gc): Likewise.
9578 * configure.in (target_libs): Added libjava, boehm-gc.
9579
9580 1999-07-22 Ian Lance Taylor <ian@zembu.com>
9581
9582 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9583 configure.bat in SUPPORT_FILES.
9584 (gas+binutils.tar.bz2): Likewise.
9585
9586 * makeall.bat: Remove; obsolete.
9587
9588 1999-07-21 Ian Lance Taylor <ian@zembu.com>
9589
9590 From Mark Elbrecht:
9591 * configure.bat: Remove; obsolete.
9592
9593 1999-07-11 Ian Lance Taylor <ian@zembu.com>
9594
9595 * configure: Add -W -Wall to the default CFLAGS when compiling with
9596 gcc.
9597
9598 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9599
9600 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9601
9602 1999-06-30 Mark Mitchell <mark@codesourcery.com>
9603
9604 * configure.in: Build ld on IRIX6.
9605
9606 1999-06-12 Ian Lance Taylor <ian@zembu.com>
9607
9608 * Makefile.in: Change distribution targets to use bzip2 instead of
9609 gzip.
9610 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
9611 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
9612
9613 1999-06-04 Nick Clifton <nickc@cygnus.com>
9614
9615 * config.sub: Add mcore target.
9616
9617 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
9618
9619 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9620
9621 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
9622
9623 * config.guess (dummy): Changed to $dummy.
9624
9625 1999-05-24 Nick Clifton <nickc@cygnus.com>
9626
9627 * config.sub: Tidied up case statements.
9628
9629 1999-05-22 Ben Elliston <bje@cygnus.com>
9630
9631 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9632 <jiro@din.or.jp>.
9633
9634 * config.guess: Merge with FSF version. Future changes will be
9635 more accurately recorded in this ChangeLog.
9636 * config.sub: Likewise.
9637
9638 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
9639
9640 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
9641
9642 1999-04-30 Tom Tromey <tromey@cygnus.com>
9643
9644 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9645
9646 1999-04-23 Tom Tromey <tromey@cygnus.com>
9647
9648 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9649
9650 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
9651
9652 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9653 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9654 Bad merge removed these two changes.
9655
9656 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
9657 Martin Heller (Ing.-Buero_Heller@t-online.de)
9658
9659 * config.guess (interix Alpha): Add.
9660
9661 1999-04-11 Richard Henderson <rth@cygnus.com>
9662
9663 * configure.in (i?86-*-beos*): Do config gperf; don't config
9664 gdb, newlib, or libgloss.
9665
9666 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
9667
9668 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9669 link a trivial program with -mabi=64. If it fails, remove mabi=64
9670 from multidirs.
9671
9672 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
9673
9674 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9675
9676 1999-04-08 Nick Clifton <nickc@cygnus.com>
9677
9678 * config.sub: Add support for mcore targets.
9679
9680 1999-04-07 Michael Meissner <meissner@cygnus.com>
9681
9682 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9683 not mt-ospace, in order to shut up assembler warning about using
9684 symbols that are named the same as registers.
9685
9686 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
9687
9688 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9689 dependency list for all-target-cygmon.
9690
9691 1999-04-05 Doug Evans <devans@casey.cygnus.com>
9692
9693 * config-ml.in: Check $host, not $target, for selective multilibs.
9694 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9695 thumb interworking, and underscore prefix multilibs.
9696
9697 1999-04-04 Ian Lance Taylor <ian@zembu.com>
9698
9699 * missing: Update to version from current automake.
9700
9701 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9702
9703 * configure (gxx_include_dir): Removed.
9704
9705 * configure.in (gxx_include_dir): Handle it.
9706 * Makefile.in: Likewise.
9707
9708 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9709
9710 * config.sub (mips64vr4111,mips64vr4111el) Add.
9711
9712 1999-03-21 Ben Elliston <bje@cygnus.com>
9713
9714 * config.guess: Correct typo for detecting ELF on FreeBSD.
9715
9716 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9717
9718 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9719 config/mh-djgpp.
9720
9721 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9722
9723 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9724 all-target-newlib to dependency list for all-target-bsp.
9725
9726 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9727
9728 * config.sub: Add i386-uwin support.
9729 * config.guess: Likewise.
9730
9731 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9732
9733 * configure.in: cleanup, add mh-*pic handling for arm, special
9734 case powerpc*-*-aix*
9735
9736 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9737
9738 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9739 can be built.
9740
9741 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9742
9743 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
9744 targets.
9745
9746 1999-03-02 Nick Clifton <nickc@cygnus.com>
9747
9748 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9749
9750 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
9751
9752 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9753
9754 1999-02-24 Nick Clifton <nickc@cygnus.com>
9755
9756 * config.sub: Fix typo in arm recognition.
9757
9758 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
9759
9760 * configure.in (noconfigdirs): Changed target_configdirs to
9761 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9762 rather than m68k-*-* since it is not known to work on
9763 m68k-aout. Ditto for arm-*-*oabi.
9764
9765 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
9766
9767 * configure.in (*-*-windows*): Remove, no longer used.
9768
9769 1999-02-19 Ben Elliston <bje@cygnus.com>
9770
9771 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9772 Smart and improved by Andrew Cagney.
9773
9774 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
9775
9776 * config.guess: Recognize openbsd-*-hppa.
9777
9778 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
9779
9780 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9781 only if it is not empty.
9782
9783 1999-02-17 Nick Clifton <nickc@cygnus.com>
9784
9785 Patch from: Scott Bambrough <scottb@corelcomputer.com>
9786
9787 * config.guess: Modified to recognize uname's armv* syntax.
9788
9789 * config.sub: Modified to recognize uname's armv* syntax.
9790
9791 1999-02-17 Mark Salter <msalter@cygnus.com>
9792
9793 * configure.in: Added target-bsp for sparclite.
9794
9795 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
9796
9797 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9798
9799 1999-02-08 Nick Clifton <nickc@cygnus.com>
9800
9801 * configure.in: Add support for strongarm port.
9802 * config.sub: Add support for strongarm target.
9803
9804 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
9805
9806 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9807 the old name config/mh-cygwin32.
9808 Enable texinfo.
9809
9810 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
9811
9812 * configure.in: Do build ld for ix86 Solaris.
9813
9814 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
9815
9816 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9817 $AR_FOR_TARGET. Likewise for RANLIB.
9818
9819 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
9820
9821 * config.sub (oabi): Recognize.
9822 * configure.in (arm-*-oabi): Handle.
9823
9824 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
9825
9826 * config.guess: Improve detection of i686 on UnixWare 7.
9827
9828 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
9829
9830 * config.guess: Add support for i386-pc-interix.
9831 * config.sub: Likewise.
9832 * configure.in: Likewise.
9833
9834 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
9835
9836 * Makefile.in: Remove unneeded all-target-libio from
9837 from all-target-winsup target since it is now unneeded.
9838 Add all-target-libtermcap in its place since it is now
9839 needed.
9840
9841 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
9842
9843 * configure.in: makefile stub for cygwin target is probably
9844 unnecessary. Remove it for now.
9845
9846 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
9847
9848 * configure.in: libtermcap.a should be built when cygwin is the
9849 target as well as the host.
9850 * config.guess: Allow mixed case in cygwin uname output.
9851 * Makefile.in: Add libtermcap target.
9852
9853 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
9854
9855 * config.sub: Clean up handling of hppa2.0.
9856
9857 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
9858
9859 * config.guess: Use C code to identify more HP machines.
9860
9861 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9862
9863 * config.sub: Handle hppa2.0.
9864
9865 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9866
9867 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
9868 cygmon for all sparclite targets, regardless of object format.
9869
9870 1998-12-15 Mark Salter <msalter@cygnus.com>
9871
9872 * configure.in: Added target-bsp for several target architectures.
9873
9874 * Makefile.in: Added rules for bsp.
9875
9876 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9877
9878 * config.guess: Improve detection of hppa2.0 processors.
9879
9880 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9881
9882 * config.guess: Recognize FreeBSD using ELF automatically.
9883
9884 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9885
9886 * configure (skip-this-dir): Add handling for new shell script, which
9887 might be created by a sub-directory's configure to indicate, this particular
9888 directory is "unwanted".
9889 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9890
9891 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9892
9893 * ltconfig: import from libtool, after changing libtool to
9894 account for the cygwin name change.
9895
9896 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9897
9898 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9899 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9900
9901 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9902
9903 * configure.in: Add libtermcap to list of cygwin dependencies.
9904
9905 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
9906
9907 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9908 they include winsup/include when it's a cygwin target.
9909
9910 1998-11-12 Tom Tromey <tromey@cygnus.com>
9911
9912 * configure.in (host_tools): Added zip.
9913 * Makefile.in (all-target-libjava): Depend on all-zip.
9914 (all-zip): New target.
9915 (ALL_MODULES): Added all-zip.
9916 (NATIVE_CHECK_MODULES): Added check-zip.
9917 (INSTALL_MODULES): Added install-zip.
9918 (CLEAN_MODULES): Added clean-zip.
9919
9920 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
9921
9922 * Makefile.in: lose "32" from comment about cygwin.
9923
9924 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
9925
9926 * configure.in: Use -Os to build target libraries for the fr30.
9927
9928 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
9929
9930 * config.sub: Add fr30.
9931
9932 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
9933
9934 * configure.in: drop "32" from config/mh-cygwin32. Check
9935 cygwin* instead of cygwin32*.
9936 * config.sub: Check cygwin* instead of cygwin32*.
9937
9938 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
9939
9940 * config.guess: Match any version of Unixware7.
9941
9942 1998-10-20 Syd Polk <spolk@cygnus.com>
9943
9944 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9945 if desired.
9946
9947 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
9948
9949 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9950 these if the appropriate directories and files to not exist.
9951
9952 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
9953
9954 * Makefile.in (DEVO_SUPPORT): Add config.if.
9955
9956 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
9957
9958 * configure: Add pattern to replace "build_tooldir"'s
9959 definition in the generated Makefile with "tooldir"'s
9960 actual value.
9961
9962 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9963
9964 * config.sub: Bring back lost sparcv9.
9965
9966 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9967
9968 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9969
9970 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9971 CC_FOR_TARGET and friends.
9972
9973 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9974
9975 * Makefile.in (build_tooldir): New variable, same as tooldir.
9976 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9977 -B$(build_tooldir)/bin/.
9978 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9979
9980 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9981
9982 * README: Remove installation instructions and refer to the
9983 INSTALL directory instead.
9984
9985 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9986
9987 * config.sub: Add support for i[34567]86-pc-udk.
9988 * configure.in: Likewise.
9989
9990 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9991
9992 * Makefile.in: add bzip2 package building bits for user
9993 tools module
9994 * configure.in: ditto
9995
9996 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9997
9998 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9999 (ALL_TARGET_MODULES): Add all-target-libobjc.
10000 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10001 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10002 (all-target-libchill): Add dependencies.
10003 * configure.in (target_libs): Add libchill.
10004
10005 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
10006
10007 * configure.in (target_subdir): Remove duplicate line.
10008
10009 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
10010
10011 * Makefile.in (all-automake): fix dependencies.
10012
10013 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
10014
10015 * configure.in: Minor cleanups for building in the $(target_alias)
10016 subdir.
10017
10018 1998-09-22 Jim Wilson <wilson@cygnus.com>
10019
10020 * Makefile.in (bootstrap): Set r and s before make all. Use
10021 BASE_FLAGS_TO_PASS in make all.
10022 (cross): Likewise.
10023
10024 1998-09-20 Mark Mitchell <mark@markmitchell.com>
10025
10026 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
10027
10028 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
10029
10030 * config.sub: Fix typo in last change.
10031
10032 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
10033
10034 * config.sub: Add support for C4x target.
10035 * configure.in: Likewise.
10036
10037 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
10038
10039 * config.sub: Recognize sparcv9 just like sparc64.
10040
10041 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
10042
10043 * config.guess: Match "Pent II" or "PentII" for OpenServer.
10044
10045 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
10046
10047 * config.guess: Correctly identify Pentium II sco boxes.
10048
10049 * config.guess: Fix "tr" code. From Weiwen Liu.
10050
10051 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
10052
10053 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
10054 stabs.
10055
10056 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
10057
10058 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
10059 (ALL_TARGET_MODULES): Add all-target-libchill.
10060 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
10061 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
10062 (all-target-libchill): Add dependencies.
10063 * configure.in (target_libs): Add libchill.
10064
10065 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
10066
10067 * config.guess: Avoid assumptions about "tr" behaves when
10068 LANG is set to something other than English.
10069
10070 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
10071
10072 * configure (gxx_include_dir): Changed to
10073 '${prefix}/include/g++'-${libstdcxx_interface}.
10074
10075 * config.if: New to determine the interfaces.
10076
10077 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
10078
10079 * config.guess: Detect and handle MPE/IX.
10080 * config.sub: Deal with MPE/IX.
10081
10082 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
10083
10084 * configure.in: Use mh-aix43.
10085
10086 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
10087
10088 * configure: Fix --without/--disable cases for gxx-include-dir.
10089
10090 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
10091
10092 * mdata-sh: Imported. Needed for automake support.
10093
10094 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
10095
10096 * Makefile.in (taz): Try "chmod -R og=u ." before
10097 "chmod og=u `find . -print`".
10098
10099 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
10100
10101 * configure.in: Add arm-elf and thumb-elf support.
10102
10103 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
10104
10105 * Makefile.in: Undo previous patch.
10106
10107 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
10108
10109 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
10110 to here ...
10111 (install-no-fixedincludes): and here
10112 (INSTALL_MODULES): ... from here.
10113
10114 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
10115
10116 * config.sub: Merge with FSF.
10117
10118 * config.guess: Merge with FSF.
10119
10120 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
10121
10122 * configure (extraconfigdirs): New variable.
10123 (SUBDIRS): Add extraconfigdirs and recurse on them too.
10124 * Makefile.in (all): Move higher in file.
10125 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
10126 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
10127 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
10128 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
10129 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
10130
10131 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
10132
10133 * Makefile.in (all-target-libjava): Depend on all-gcc and
10134 all-target-newlib.
10135 (configure-target-libjava): Depend on $(ALL_GCC).
10136
10137 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
10138
10139 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
10140 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
10141
10142 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
10143
10144 * INSTALL/README: Fix typo.
10145
10146 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
10147
10148 * ylwrap: Change absolute path checks to check for DOS style path
10149 names.
10150
10151 * ylwrap: Don't use a full path name if the source file is in the
10152 same directory. From hjl@lucon.org (H.J. Lu).
10153
10154 * config-ml.in: Default to being verbose, to match Feb 18 change to
10155 configure.
10156
10157 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
10158
10159 Brought over from egcs:
10160
10161 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10162
10163 * configure.in (target_subdir): Set to ${target_alias} instead
10164 of "libraries".
10165
10166 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10167
10168 * configure.in (target_subdir): Set to libraries if enable_multilib.
10169
10170 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
10171
10172 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
10173 multilibs, force reconfiguration the first time we create
10174 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
10175
10176 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
10177
10178 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
10179 avoid confusion with --no-recursion.
10180
10181 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
10182
10183 * configure.in: Win32 hosts shouldn't use install -x
10184 * install-sh: remove -x option, and special .exe-handling
10185 hack.
10186
10187 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
10188
10189 * config.guess: Recognize i586-pc-beos.
10190 * configure.in: Don't build some bits for beos.
10191
10192 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
10193
10194 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
10195 CFLAGS default to -O2.
10196
10197 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
10198 when using GNU ld.
10199
10200 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
10201
10202 * ltmain.sh: Correct install when using a different shell.
10203
10204 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10205
10206 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10207
10208 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10209
10210 * makefile.vms: Update to build binutils/makefile.vms. Add install
10211 target.
10212
10213 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10214
10215 * ltconfig: Update to correct AIX handling.
10216
10217 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10218
10219 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10220
10221 * configure.in (target_subdir): Set to ${target_alias} instead
10222 of "libraries".
10223
10224 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10225
10226 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10227 (Makefile): Depend on $(gcc_version_trigger).
10228
10229 * configure (gcc_version): Change default initializer to empty
10230 string.
10231 (gcc_version_trigger): New variable; pass this variable down
10232 to subdir configures to enable them checking gcc's version
10233 themselves. Emit make macros for both gcc_version vars.
10234 (topsrcdir): Initialize reliably.
10235 (recursion line): Remove --with-gcc-version=${gcc_version}.
10236
10237 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10238
10239 * configure (enable_version_specific_runtime_libs): Implement new flag
10240 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10241 in $(libsubdir); emit definition in each generated Makefile.
10242 (gxx_include_dir): Initialize depending on
10243 $enable_version_specific_runtime_libs.
10244
10245 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10246
10247 * configure (gcc_version): Initialize properly depending on
10248 how and where configure is started.
10249 (recursion line): Pass a --with-gcc-version=${gcc_version}
10250 to configures in subdirs.
10251
10252 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10253
10254 * configure.in (noconfigdirs): Add configure pattern for mips tx39
10255 cygmon
10256
10257 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10258
10259 * configure.in: Add cygmon and libstub support for mn10200.
10260
10261 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10262
10263 * configure (gcc_version): Add new variable describing the
10264 particular gcc version we're building.
10265 * Makefile.in (libsubdir): Add new macro for the directory
10266 in which the compiler finds executables, libraries, etc.
10267 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10268 and libsubdir.
10269
10270 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10271
10272 * Makefile.in (local-clean): Remove *.log.
10273 (warning.log): Built with warn_summary from build.log.
10274 (mail-report.log): Run test_summary.
10275 (mail-report-with-warnings.log): Run test_summary including
10276 warning.log in the report.
10277
10278 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10279
10280 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10281
10282 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10283
10284 * Makefile.in (grep): Grep no longer depends on libiberty.
10285
10286 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10287
10288 * Makefile.in: all-snavigator needs all-libgui.
10289
10290 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10291
10292 * configure.in: Add cygmon and libstub support for mn10300.
10293
10294 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10295
10296 * missing: Update to version from automake 1.3.
10297
10298 * ltmain.sh: On installation, don't get confused if the same name
10299 appears more than once in the list of library names.
10300
10301 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10302
10303 * config.sub: Accept m68060 and m5200 as CPU names.
10304
10305 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10306
10307 * configure: Use && rather than using -a in test, because odd
10308 strings can confuse test.
10309 * configure.in: Likewise.
10310
10311 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10312
10313 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10314
10315 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10316
10317 * Makefile.in (boostrap2-lean, bootstrap3-lean,
10318 bootstrap4-lean): New targets.
10319
10320 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10321
10322 * mpw-* Delete. Not used.
10323
10324 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10325
10326 * COPYING.LIB: Update FSF address.
10327
10328 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10329
10330 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10331
10332 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10333 GAS_SUPPORT_DIRS.
10334
10335 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10336
10337 * ltconfig, ltmain.sh: Avoid producing a version number if
10338 -version-info was not used.
10339
10340 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10341
10342 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10343 building with newlib.
10344
10345 1998-04-30 Paul Eggert <eggert@twinsun.com>
10346
10347 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
10348 Solaris `make' causes it to continue to next definition.
10349
10350 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10351
10352 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10353 the right GUI libraries and files are installed along with GDB.
10354
10355 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10356
10357 * configure.in: Change alpha to alpha* in several places.
10358
10359 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10360
10361 * config.sub: Recognize sparc86x.
10362
10363 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
10364
10365 * configure.in (--enable-target-optspace): Remove debug echo.
10366
10367 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10368
10369 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10370
10371 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10372
10373 * ltconfig: Update cygwin32 support.
10374
10375 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10376 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10377 (GDB_SUPPORT_DIRS): Likewise.
10378
10379 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10380
10381 * configure.in (target_makefile_frag): If --enable-target-optspace,
10382 use -Os to compile target libraries rather than -O2. Default to
10383 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10384 not used.
10385 * configure.in (target_cflags): Ditto for d30v.
10386
10387 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10388
10389 * Makefile.in (all-bfd): Depend on all-intl.
10390 (all-binutils): Likewise.
10391 (all-gas): Likewise.
10392 (all-gprof): Likewise.
10393 (all-ld): Likewise.
10394
10395 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
10396
10397 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10398
10399 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10400
10401 * Makefile.in (all-bfd): Depend upon all-libiberty.
10402
10403 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10404
10405 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10406
10407 * Makefile.in: Add libstub.
10408
10409 * configure.in: Ditto. Build libstub for targets that have cygmon
10410 support.
10411
10412 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10413
10414 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10415
10416 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10417
10418 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10419 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10420
10421 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10422
10423 * configure: Define DEFAULT_M4 by searching PATH.
10424 * Makfile.in: Use DEFAULT_M4.
10425
10426 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10427
10428 * ltconfig: Add cygwin32 support.
10429
10430 * Makefile.in, configure.in: Add libtool as a native only directory
10431 to configure and build.
10432
10433 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10434
10435 * Makefile.in (INSTALL_MODULES): Remove texinfo.
10436
10437 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10438
10439 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10440
10441 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10442
10443 * Makefile.in: add ash make rules
10444 * configure.in: add ash to native_only and host_tools lists
10445
10446 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10447
10448 * Makefile.in (all-gettext, all-intl): New targets.
10449 (ALL_MODULES): Added all-gettext, all-intl.
10450 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10451 (INSTALL_MODULES): Added install-gettext, install-intl.
10452 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10453
10454 * configure.in (host_tools): Added gettext.
10455 (native_only): Likewise.
10456 (noconfigdirs) [various cases]: Likewise.
10457 (host_libs): Added intl.
10458
10459 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10460
10461 * configure: Do not disable building gdbtk for cygwin32 hosts.
10462
10463 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10464
10465 * configure.in: Add thumb-coff target.
10466 * config.sub: Add thumb-coff target.
10467
10468 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10469
10470 * Makefile.in: Revert yesterday's change.
10471 (all-target-winsup): all-target-librx stays out of here.
10472
10473 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10474
10475 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10476 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10477 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
10478 Remove references to librx and libg++.
10479
10480 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10481
10482 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10483 recursive makes
10484
10485 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10486
10487 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10488 for newlib directory.
10489 (CXX_FOR_TARGET): Likewise.
10490
10491 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10492
10493 * ltconfig: Update after libtool/ltconfig.in change for
10494 hpux11.
10495
10496 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10497
10498 * ltconfig, ltmain.sh: Update to libtool 1.2.
10499
10500 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10501
10502 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10503 (install-gcc-cross): Instead, override LANGUAGES here.
10504
10505 1998-03-18 Dave Love <d.love@dl.ac.uk>
10506
10507 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10508 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10509
10510 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10511
10512 * configure.in: Add Thumb-pe target.
10513
10514 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
10515
10516 * Makefile.in - changed sn targets to snavigator
10517 * configure.in - changed sn targets to snavigator
10518
10519 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10520
10521 * config-ml.in: After building symlink tree call make distclean
10522 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10523 to be the case for libiberty.
10524
10525 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10526
10527 * configure: When making link, also check the current
10528 directory. The configure scripts may create one.
10529
10530 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10531
10532 * config.sub: Accept alphapca56 and alphaev6 properly.
10533
10534 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10535
10536 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10537
10538 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10539
10540 * config.sub (sco5): Fix typo.
10541
10542 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10543
10544 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10545 install-itcl.
10546 (install-itcl): Remove dependency on install-tcl.
10547
10548 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10549
10550 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10551
10552 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10553
10554 * configure.in: Don't build libgui for a cygwin32 target when not on
10555 a cygwin32 host.
10556
10557 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10558
10559 * configure (redirect): Set to null, so default behavior of
10560 configure is now --verbose.
10561
10562 1998-02-16 Dave Love <d.love@dl.ac.uk>
10563
10564 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10565 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10566
10567 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10568
10569 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10570 this change to sync Makefile.in with its ChangeLog entries.
10571
10572 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10573
10574 * ltmain.sh (mkdir): Check that the directory doesn't exist
10575 before we exit with error, so that we don't get races during
10576 parallel builds.
10577
10578 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10579
10580 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10581
10582 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10583
10584 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10585 PICFLAG_FOR_TARGET.
10586 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10587
10588 * configure: Emit a definition for the new macro enable_shared
10589 into each Makefile.
10590
10591 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10592
10593 * configure.in (host_tools, native_only): Add libtool.
10594
10595 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10596
10597 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10598 Fix typo in ming config comment.
10599
10600 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10601
10602 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10603
10604 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10605
10606 * config.sub: Add tic30 cases, and map c30 to tic30.
10607
10608 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10609
10610 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10611 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10612 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10613 (CLEAN_TARGET_MODULES): Similarly
10614 (all-target-libf2c): Add dependences.
10615 * configure.in (target_libs): Add libf2c.
10616
10617 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10618
10619 * configure.in: Remove expect from noconfigdirs when target
10620 is cygwin32. OK to build expect and dejagnu with Canadian
10621 Cross.
10622
10623 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10624
10625 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10626 host.
10627
10628 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10629 and mingw32.
10630
10631 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10632
10633 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10634 here as it is not defined in the toplevel Makefile.
10635
10636 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10637
10638 * configure (package_makefile_rules_frag): New variable, which names
10639 a file with generic rules, ...
10640 Change comment to mention we now have FIVE parts.
10641 * configure: Undo last change.
10642
10643 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10644
10645 * config.guess: More accurate determination of HP processor types.
10646 * config.sub: More accurate determination of HP processor types.
10647
10648 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10649
10650 * configure (package_makefile_frag): Move inserting the
10651 ${package_makefile_frag} to where it should be according
10652 to the comment.
10653
10654 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
10655
10656 * config.guess: Add support for Linux/ARM.
10657
10658 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10659
10660 * .cvsignore: Remove *-info and *-install since they match
10661 release-info and mpw-install, which we don't want to just ignore.
10662
10663 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10664
10665 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10666
10667 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10668
10669 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10670 local_prefix to sub-make invocations.
10671
10672 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10673
10674 * configure.in: Check makefile fragments in the source
10675 directory.
10676
10677 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10678
10679 * configure.in: Check whether host and target makefile
10680 fragments exist before adding them to *_makefile_frag.
10681
10682 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10683
10684 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
10685
10686 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10687
10688 * configure.in: Make sure we only replace RPATH_ENVVAR on
10689 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10690 regexp to sed.
10691
10692 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10693 to sub-makes.
10694
10695 1998-01-13 Lee Iverson (leei@ai.sri.com)
10696
10697 * config-ml.in (multi-do): LDFLAGS must include multilib
10698 designator.
10699
10700 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10701
10702 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10703
10704 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10705
10706 * config.sub: Add mingw32 support.
10707 * configure.in: Likewise.
10708
10709 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10710
10711 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10712
10713 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10714
10715 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10716 * configure (gxx_include_dir): Provide a definition for subdirs
10717 which do not use autoconf.
10718
10719 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10720
10721 * config.guess: Sync with egcs. Picks up new alpha support,
10722 BeOS & some additional linux support.
10723
10724 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
10725
10726 * config.guess: HP 9000/803 is a PA1.1 machine.
10727
10728 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10729
10730 * configure.in: It's alpha*-...
10731
10732 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10733
10734 * configure.in (host_makefile_frag, target_makefile_frag):
10735 Handle multiple config files.
10736 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10737 alpha-*-*.
10738
10739 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10740
10741 * mkdep: New file.
10742
10743 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10744
10745 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10746
10747 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10748
10749 * Makefile.in: Add libgui directory.
10750 (GDB_TK): Add all-libgui.
10751 * configure.in: Add libgui directory.
10752 * configure: Add all-libgui to GDB_TK.
10753
10754 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10755
10756 * config-ml.in (multidirs): Add m32r to multilib list.
10757
10758 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10759
10760 * Makefile.in (all-target-gperf): Change dependency to
10761 all-target-libstdc++.
10762
10763 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10764
10765 * config.guess: Add BeOS support.
10766
10767 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10768
10769 Source directory cvs renamed to cvssrc:
10770 * configure.in (host_tools): Change cvs to cvssrc.
10771 (native_only): Likewise.
10772 (noconfigdirs) [various cases]: Likewise.
10773 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10774 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10775 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10776 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10777 (all-cvssrc): Rename target from all-cvs.
10778
10779 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10780
10781 * configure (gxx_include_dir): Fix thinko.
10782
10783 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10784
10785 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10786 (install-cross, install-gcc-cross): New targets.
10787
10788 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10789
10790 * configure.in (noconfigdirs): Add support for Thumb target.
10791
10792 * config.sub (maybe_os): Add support for Thumb target.
10793
10794 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10795
10796 * Makefile.in: Add rules for cygmon.
10797
10798 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10799
10800 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10801
10802 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10803 * configure (gxx_include_dir): Provide a definition for subdirs
10804 which do not use autoconf.
10805
10806 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10807
10808 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
10809 11/18/97 build
10810
10811 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10812
10813 * From Franz Sirl.
10814 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10815 found on RedHat Linux systems.
10816
10817 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10818
10819 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10820 guesses.
10821
10822 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10823
10824 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10825
10826 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10827
10828 * ltmain.sh: If mkdir fails, check whether the directory was created
10829 anyhow by some other process.
10830
10831 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10832
10833 * configure.in (d30v-*-*): Configure all directories.
10834
10835 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10836
10837 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10838 for the D30V.
10839
10840 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10841
10842 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10843
10844 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10845
10846 * include/libiberty.h: Add extern "C" { so it can be used with C++
10847 progrms.
10848 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10849 programs.
10850
10851 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10852
10853 * configure.in (d30v-*-*): Configure GCC now.
10854
10855 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10856
10857 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10858 is no longer needed.
10859
10860 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10861
10862 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10863
10864 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10865
10866 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10867 targets using "$@" to provide support for similar but not identical
10868 targets without having to duplicate code.
10869
10870 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10871
10872 * makefile.vms: Fix to work with DEC C.
10873
10874 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10875
10876 * config.sub: Add mips-tx39-elf to marketing names.
10877
10878 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10879
10880 * ltmain.sh: Handle symlinks in generated script.
10881
10882 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10883
10884 * configure: Handle autoconf style directory options: --bindir,
10885 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10886 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10887 --sysconfdir.
10888 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10889 (sharedstatedir, localstatedir, oldincludedir): New variables.
10890 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10891 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10892 sbindir, sharedstatedir, and sysconfdir.
10893
10894 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10895
10896 * Makefile.in (bootstrap-lean): New target.
10897
10898 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10899
10900 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
10901 sn, and gnuserv from noconfigdirs.
10902
10903 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10904
10905 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10906
10907 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10908
10909 * Makefile.in (cross): New target.
10910
10911 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
10912 Jeff Law <law@cygnus.com>
10913
10914 * Makefile.in (bootstrap2, bootstrap3): New targets.
10915 (all-bootstrap): Remove outdated and confusing target.
10916 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10917
10918 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10919
10920 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
10921 windows. Consistent with gdb/configure.
10922
10923 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10924
10925 * configure.in: Name Linux target fragment.
10926
10927 * configure: Rewrite so that project Makefile fragment is inserted
10928 first and appears last in the resulting Makefile.
10929
10930 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10931
10932 * Makefile.in (install-itcl): Install tcl first.
10933
10934 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
10935
10936 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10937
10938 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10939
10940 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10941
10942 * configure.in (skipdirs): Add target-librx for Linux.
10943 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10944
10945 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10946
10947 * Makefile.in (bootstrap): New target.
10948
10949 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10950
10951 * config.sub: Accept 'amigados' for backward compatibility.
10952
10953 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10954
10955 * config.guess: Merge with FSF.
10956
10957 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10958
10959 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10960
10961 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10962
10963 * config.sub: Add "marketing-names" patch.
10964
10965 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10966
10967 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
10968
10969 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10970
10971 * config.sub: Handle v850-elf.
10972
10973 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10974
10975 * .cvsignore (*-install): Remove.
10976
10977 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10978
10979 * ltconfig: Set CONFIG_SHELL in libtool.
10980 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10981
10982 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10983
10984 * configure.in (target_subdir): Set to libraries if enable_multilib.
10985
10986 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10987
10988 * config.guess: Update from gcc directory.
10989
10990 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10991
10992 * Makefile.in (all-sim): Depends on all-readline.
10993
10994 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10995
10996 * Makefile.in (BISON, YACC): Use $$s.
10997 (all-bison): Depend on all-texinfo.
10998
10999 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
11000
11001 * Makefile.in (BISON): Add -L flag.
11002 (YACC): Likewise.
11003
11004 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11005
11006 * configure.in (noconfigdirs): Add support for v850e target.
11007
11008 * config.sub (maybe_os): Add support for v850e target.
11009
11010 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
11011
11012 * configure.in (noconfigdirs): Add support for v850ea target.
11013
11014 * config.sub (maybe_os): Add support for v850ea target.
11015
11016 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
11017
11018 * config.sub: Add mipstx39. Delete r3900.
11019
11020 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11021
11022 * Makefile.in (all-autoconf): Depends on all-texinfo.
11023
11024 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
11025
11026 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
11027 eabi targets.
11028
11029 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
11030
11031 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
11032
11033 * configure: When handling a Canadian Cross, handle YACC as well as
11034 BISON. Just set BISON to bison. When setting YACC, prefer bison.
11035 * Makefile.in (all-bison): Depend upon all-texinfo.
11036
11037 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
11038
11039 * Makefile.in (BISON): bison, not byacc or bison -y.
11040 (YACC): bison -y or byacc or yacc.
11041 (various): Add *-bison as appropriate.
11042 (taz): No need to mess with BISON anymore.
11043
11044 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
11045
11046 * configure: If OSTYPE matches *win32*, try to find a good value for
11047 CONFIG_SHELL.
11048
11049 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
11050
11051 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
11052 configure.in if it is present.
11053
11054 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
11055
11056 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
11057
11058 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
11059
11060 * config.sub: Recognize `arc' cpu.
11061 * configure.in: Likewise.
11062 * config-ml.in: Likewise.
11063
11064 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
11065
11066 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
11067
11068 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
11069
11070 * configure: Changed sed delimiter from ':' to '|' when
11071 attempting to substitute ${config_shell} for SHELL. On
11072 NT ${config_shell} may contain a ':' in it.
11073
11074 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
11075
11076 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
11077
11078 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
11079
11080 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
11081
11082 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
11083
11084 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
11085
11086 * ylwrap: If the program is a relative path, force it to be
11087 absolute.
11088
11089 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
11090
11091 * configure (tooldir): Set BISON to `bison -y' and not just bison.
11092
11093 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
11094
11095 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
11096 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
11097 for libraries.
11098
11099 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
11100
11101 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
11102 separated by spaces.
11103
11104 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
11105
11106 * ylwrap: New file.
11107 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
11108
11109 * ltmain.sh: Handle /bin/sh at start of install program.
11110
11111 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
11112
11113 * ltconfig, ltmain.sh: New files, from libtool 1.0.
11114 * missing: New file, from automake 1.2.
11115
11116 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
11117
11118 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
11119 check-tk to CHECK_X11_MODULES.
11120
11121 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
11122
11123 * config.sub: Merge with FSF.
11124
11125 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
11126
11127 * config.guess: Merge with FSF.
11128
11129 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
11130
11131 * configure: Treat msdosdjgpp like go32.
11132 * configure.in: Likewise. Don't remove gprof for go32.
11133
11134 * configure: Change Makefile.tem2 to Makefile.tm2.
11135
11136 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
11137
11138 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
11139
11140 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11141
11142 * install-sh (chmodcmd): Set to null if the DST directory already
11143 exists. Same as Nov 11th change.
11144
11145 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
11146
11147 * configure (GDB_TK): Needs itcl and tix.
11148
11149 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
11150
11151 * config.guess: Update from FSF.
11152
11153 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
11154
11155 * Makefile.in (GDB_TK): Depend on itcl and tix.
11156
11157 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
11158
11159 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
11160 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
11161 (INSTALL_SCRIPT): New variable.
11162 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
11163 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
11164 to -x.
11165 * install-sh: Add support for -x option.
11166
11167 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
11168
11169 * configure.in, Makefile.in: Treat tix like itcl.
11170
11171 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
11172
11173 * Makefile.in (WINDRES): New variable.
11174 (WINDRES_FOR_TARGET): New variable.
11175 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
11176 (EXTRA_HOST_FLAGS): Add WINDRES.
11177 (EXTRA_TARGET_FLAGS): Add WINDRES.
11178 (EXTRA_GCC_FLAGS): Add WINDRES.
11179 ($(DO_X)): Pass down WINDRES.
11180 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
11181 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
11182 DLLTOOL_FOR_TARGET.
11183
11184 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
11185
11186 * configure.in: configure sim before gdb for win32-x-ppc
11187
11188 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11189
11190 Move gperf into the toplevel, from libg++.
11191 * configure.in (target_tools): Add target-gperf.
11192 (native_only): Add target-gperf.
11193 * Makefile.in (all-target-gperf): New target, depend on
11194 all-target-libg++.
11195 (configure-target-gperf): Empty rule.
11196 (ALL_TARGET_MODULES): Add all-target-gperf.
11197 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
11198 (CHECK_TARGET_MODULES): Add check-target-gperf.
11199 (INSTALL_TARGET_MODULES): Add install-target-gperf.
11200 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
11201
11202 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
11203
11204 * config.sub (mn10200): Recognize new basic machine.
11205
11206 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11207
11208 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11209 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11210
11211 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11212
11213 * configure.in: If we're building mips-sgi-irix6* native, turn on
11214 ENABLE_MULTILIB and set TARGET_SUBDIR.
11215
11216 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11217
11218 * Makefile.in (all-sn): Depend on all-grep.
11219
11220 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11221
11222 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11223
11224 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11225 Makefile. From Jeff Makey <jeff@cts.com>.
11226 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11227
11228 * Makefile.in (DISTBISONFILES): Remove.
11229 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11230 $(DEFAULT_YACC).
11231
11232 * configure.in: Build itl, db, sn, etc., when building for native
11233 cygwin32.
11234
11235 * Makefile.in (LD): New variable.
11236 (EXTRA_HOST_FLAGS): Pass down LD.
11237 ($(DO_X)): Likewise.
11238
11239 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11240
11241 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11242
11243 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11244
11245 * configure.in (targargs): Strip out any supplied --build argument
11246 before adding our own. Always add --build.
11247
11248 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11249
11250 * configure.in (targargs): Pass --build if we're doing
11251 a cross-compile.
11252
11253 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11254
11255 * configure: Use '|' instead of ":" as the separator in
11256 sed. Otherwise sed chokes on NT path names with drive
11257 designators. Also look for "?:*" as the leading characters in an
11258 absolute pathname.
11259
11260 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11261
11262 * config.sub: Support for r3900.
11263
11264 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11265
11266 * configure.in: Use install-sh, not install.sh.
11267
11268 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11269
11270 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11271 apply it twice.
11272
11273 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11274
11275 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11276 install-binutils.
11277
11278 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11279
11280 * Makefile.in: Add automake targets.
11281 * configure.in (host_tools): Add automake.
11282
11283 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11284
11285 * configure: Default CXX to c++, not gcc.
11286 * Makefile.in (CXX): Set to c++, not gcc.
11287 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11288
11289 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11290
11291 * install-sh: try appending a .exe if source file doesn't
11292 exist
11293
11294 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11295
11296 * configure.in: Turn on multilib by default.
11297 (cross_only): Remove target-libiberty.
11298
11299 * Makefile.in (all-gcc): Don't depend on libiberty.
11300
11301 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11302
11303 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11304
11305 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11306
11307 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11308 (DISTBISONFILES): Add ld/Makefile.in
11309
11310 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11311
11312 * configure.in: if target is cygwin32 but host isn't cygwin32,
11313 don't configure gdb tcl tk expect, not just gdb.
11314
11315 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11316
11317 * configure.in: Added gnuserv everywhere sn appears.
11318
11319 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11320 (CROSS_CHECK_MODULES): Added check-gnuserv.
11321 (INSTALL_MODULES): Added install-gnuserv.
11322 (CLEAN_MODULES): Added clean-gnuserv.
11323 (all-gnuserv): New target.
11324
11325 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11326
11327 * config.guess: Fixes for MIPS OpenBSD systems.
11328
11329 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11330
11331 * Makefile.in (INSTALL_XFORM): Remove.
11332 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11333
11334 * mkinstalldirs: New file, copied from automake.
11335 * Makefile.in (installdirs): Rename from install-dirs. Use
11336 mkinstalldirs. Change all users.
11337 (DEVO_SUPPORT): Add mkinstalldirs.
11338
11339 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11340
11341 * install-sh: Rename from install.sh.
11342 * Makefile.in (INSTALL): Change install.sh to install-sh.
11343 (DEVO_SUPPORT): Likewise.
11344
11345 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11346 Graichen <graichen@rzpd.de>.
11347
11348 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11349
11350 * config.guess: Recognize OpenBSD systems correctly.
11351
11352 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11353
11354 * README, Makefile.in (ETC_SUPPORT): Remove references to
11355 cfg-paper*, configure.{texi,man,info*}._
11356
11357 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11358
11359 * Makefile.in (all.normal): Ensure that gcc is built after all
11360 the x11 - ie gdb - targets.
11361
11362 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11363
11364 * makefile.vms: Don't run conf-a-gas.
11365
11366 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11367
11368 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
11369
11370 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11371
11372 * configure.in: Remove noconfigdirs case since gdb also
11373 configures and builds for tic80-coff.
11374
11375 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11376
11377 * configure: Set cache_file to config.cache.
11378 * Makefile.in (local-distclean): Remove config.cache.
11379
11380 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11381
11382 * COPYING: Update FSF address.
11383
11384 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11385
11386 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11387 noconfigdirs.
11388
11389 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11390
11391 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11392 MAKEDIRS, is empty.
11393
11394 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11395
11396 * config.sub: Tweak mn10300 entry.
11397
11398 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11399
11400 * configure.in (host_tools): Put sim before gdb, so gdb's
11401 configure.tgt can determine if the simulator was configured.
11402
11403 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11404
11405 * config.sub: Move BeOS $os case to be with other Cygnus
11406 local cases.
11407
11408 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11409
11410 * config.sub: Remove misplaced comment that broke Linux.
11411
11412 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11413
11414 * config.sub: Add BeOS support.
11415
11416 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11417
11418 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11419
11420 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11421
11422 * configure.in (noconfigdirs): Remove tcl and tk from
11423 noconfigdirs for cygwin32 builds.
11424
11425 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11426
11427 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11428
11429 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11430
11431 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11432 make-all.com, use makefile.vms instead.
11433
11434 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11435
11436 * config.sub: Accept -lnews*.
11437
11438 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11439
11440 * configure.in (noconfigdirs): Disable target-newlib,
11441 target-examples and target-libiberty for d30v.
11442
11443 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11444
11445 * configure.in (noconfigdirs): Enable ld for d30v.
11446
11447 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11448
11449 * configure.in (tic80-*-*): Build compiler.
11450
11451 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11452
11453 * configure.in (d30v-*): Remove sim directory from list of
11454 unsupported d30v directories
11455
11456 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11457
11458 * config.sub, configure.in: Add d30v target cpu.
11459
11460 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11461
11462 * makefile.vms: New file.
11463 * make-all.com: Remove.
11464
11465 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11466
11467 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11468
11469 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11470
11471 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11472
11473 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11474
11475 * Makefile.in (ALL_MODULES): Added all-db.
11476 (CROSS_CHECK_MODULES): Addec check-db.
11477 (INSTALL_MODULES): Added install-db.
11478 (CLEAN_MODULES): Added clean-db.
11479
11480 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11481
11482 * config.guess: Merge with latest FSF sources.
11483
11484 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11485
11486 * Makefile.in (ALL_MODULES): Added all-itcl.
11487 (CROSS_CHECK_MODULES): Added check-itcl.
11488 (INSTALL_MODULES): Added install-itcl.
11489 (CLEAN_MODULES): Added clean-itcl.
11490
11491 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11492
11493 * configure.in: build gdb for mn10200
11494
11495 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11496
11497 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11498
11499 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11500
11501 * configure.in (tic80-*-*): Turn off most targets right now.
11502
11503 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11504
11505 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11506 rather than the makeinfo program.
11507 (do-info): Depend upon all-texinfo.
11508
11509 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11510
11511 * configure.in: Remove uses of config/mh-linux.
11512
11513 * config.sub, config.guess: Merge with latest FSF sources.
11514
11515 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11516
11517 * config.sub (case $basic_machine): Add tic80 entries.
11518
11519 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11520
11521 * config.sub, config.guess: Merge with latest FSF sources.
11522
11523 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11524
11525 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11526 * mpw-config.in: Test for NewFolderRecursive.
11527 * mpw-install: Use symbolic name for startup filename.
11528 * mpw-README: Add various additional details.
11529
11530 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11531
11532 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11533
11534 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11535
11536 * configure.in: Do build gcc and the target libraries for
11537 the mn10200.
11538
11539 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11540
11541 * configure.in: don't avoid building gdb for mn10300 any more
11542 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11543 instead of single-quoting it.
11544
11545 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11546
11547 * configure.in: Don't use --with-stabs on IRIX 6.
11548
11549 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11550
11551 * configure.in (m32r): Build gdb, libg++ now.
11552
11553 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11554
11555 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11556 directories from noconfigdirs.
11557
11558 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11559
11560 * config.sub (basic_machine): added mips16 configuration
11561
11562 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11563
11564 * config.sub: Handle d10v-unknown.
11565
11566 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11567
11568 * config.sub: Handle v850-unknown.
11569
11570 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11571
11572 * Makefile.in: add findutils
11573 * configure.in: add findutils to list of host_tools
11574
11575 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11576
11577 * config.sub: Handle mn10200 and mn10300.
11578
11579 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11580
11581 * configure.in (d10v-*): Do not build librx.
11582
11583 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11584
11585 * configure.in (mn10300): Build everything except gdb & libgloss.
11586
11587 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11588
11589 * config.guess: Patch for Dansk Data Elektronik servers,
11590 from Niels Skou Olsen <nso@dde.dk>.
11591
11592 For ncr, use /bin/uname rather than uname, since GNU uname does not
11593 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11594
11595 Patch for MIPS R4000 running System V,
11596 from Eric S. Raymond <esr@snark.thyrsus.com>.
11597
11598 Fix thinko for nextstep.
11599
11600 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11601
11602 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11603 * config.guess: Guess mips-dec-mach_bsd4.3.
11604
11605 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11606 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11607 release numbers.
11608 * config.guess (mips-mips-riscos*): Emit just enough of the
11609 release number.
11610
11611 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11612 * config.guess (sparc-auspex-sunos*): Added.
11613 (f300-fujitsu-*): Added.
11614
11615 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11616 * config.guess: Recognize a Tadpole as a sparc.
11617
11618 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11619
11620 * config.guess: Don't assume that NextStep version is either 2 or
11621 3. NextStep 4 (aka OpenStep 4) has come out now.
11622
11623 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11624
11625 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11626 From Rik Faith <faith@cs.unc.edu>.
11627
11628 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11629
11630 * config.sub: Contributions from bug-gnu-utils to:
11631 Support plain "hppa" (no version given) architecture, reported by
11632 OpenStep.
11633 OpenBSD like NetBSD.
11634 LynxOs is not a hardware supplier.
11635
11636 * config.guess: Contributions from bug-gnu-utils to add support for:
11637 OpenBSD like NetBSD.
11638 Stratus systems.
11639 More Pyramid systems.
11640 i[n>4]86 Intel chips.
11641 M680[n>4]0 Motorola chips.
11642 Use unknown instead of lynx for hardware manufacturer.
11643
11644 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11645
11646 * install.sh (chmodcmd): Set to null if the DST directory already
11647 exists.
11648
11649 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11650
11651 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11652 not use mt-ppc target Makefile fragment any more.
11653
11654 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11655
11656 * configure.in (*-*-windows): Exclude everything but those dirs
11657 needed to build windows.
11658
11659 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11660
11661 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11662
11663 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11664
11665 * configure.in: Exclude mmalloc from i386-windows.
11666
11667 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11668
11669 * Undo my previous change.
11670
11671 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11672
11673 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11674 unconditionally.
11675 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11676
11677 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11678
11679 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11680 host to add it's own flags.
11681
11682 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11683
11684 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11685
11686 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11687
11688 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11689 (CXX_FOR_TARGET): Likewise.
11690 (GCC_FOR_TARGET): Define.
11691 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11692 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11693 CC_FOR_TARGET was specified on the command line.
11694 (MAKEOVERRIDES): Don't define.
11695
11696 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11697
11698 * configure.in (m32r): Fix spelling of libg++ libs.
11699
11700 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11701
11702 * config.sub (-apple*): Remove, now redundant.
11703
11704 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11705
11706 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11707
11708 * configure: Rework yesterday's sed script patch.
11709
11710 * config.sub: Merge with FSF.
11711
11712 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11713
11714 * config.guess: Merge from FSF.
11715
11716 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
11717 * config.guess: Use pc instead of unknown, for pc clone systems.
11718 Change linux to linux-gnu.
11719
11720 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11721 * config.guess: Avoid non-portable tr syntax.
11722
11723 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11724
11725 * test-build.mk (HOLES): Add "xargs" for gdb.
11726
11727 * configure: Avoid hpux10.20 sed bug.
11728
11729 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11730
11731 * configure.in: Add support for windows host
11732 (that is a build done under the Microsoft build environment).
11733
11734 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11735
11736 * Makefile.in: Replace all uses of srcroot with s, to shrink
11737 command line lengths.
11738
11739 Patches from Geoffrey Noer <noer@cygnus.com>:
11740 * configure.in: If configuring for newlib, pass --with-newlib to
11741 subdirectories.
11742 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11743 -Bnewlib/ and -Lwinsup to gcc.
11744 (CXX_FOR_TARGET): Likewise.
11745
11746 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11747
11748 * Makefile.in (ETC_SUPPORT): Add configure.
11749
11750 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11751
11752 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
11753 host configuration file.
11754
11755 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11756
11757 * configure.in: Break mn10x00 support into separate
11758 mn10200 and mn10300 configurations.
11759 * config.sub: Likewise.
11760
11761 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11762
11763 * configure.in: Add lots of stuff to noconfigdirs for
11764 the mn10x00 targets.
11765
11766 * config.sub, configure.in: Add mn10x00 support.
11767
11768 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11769
11770 * make-all.com: Call conf-a-gas, not config-a-gas.
11771
11772 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11773
11774 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
11775 targets.
11776
11777 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11778
11779 * mpw-README: Add much more detail for native PowerMac.
11780 * mpw-install: New file.
11781 * mpw-configure: Add --norecursion and --help options.
11782 * mpw-config.in: Translate readme and install files when
11783 copying to objdir.
11784 * mpw-build.in: Don't always depend on byacc and flex.
11785 (install-only-top): New action.
11786
11787 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11788
11789 * configure.in: You can now configure GDB for the v850.
11790
11791 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11792
11793 * configure.in (noconfigdirs): Don't configure any C++ dirs
11794 if targeting D10V.
11795
11796 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11797
11798 * config.sub: Recognize mips64vr5000.
11799
11800 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11801
11802 * configure.in: Use a single line for host_tools and native_only.
11803
11804 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11805
11806 * config.sub, configure.in: Add entries for m32r.
11807
11808 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11809
11810 * Makefile.in (inet-install): Don't run install-gzip.
11811
11812 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11813
11814 * configure.in: Don't config lots of things for *-*-windows*.
11815
11816 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11817
11818 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11819 (host_libs, host_tools): Copy from configure.in.
11820 * mpw-configure: Don't complain about directories not found.
11821
11822 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11823
11824 * configure.in (i[345]86): Recognize i686 for pentium pro.
11825 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11826 file.
11827
11828 * config.guess (i[345]86): Ditto.
11829
11830 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11831
11832 * configure.in (noconfigdirs): Removed gdb for D10V.
11833
11834 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11835
11836 * configure.in: Remove ld, target-libio, target-libg++, and
11837 target-libstdc++ from noconfigdirs.
11838
11839 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11840
11841 * configure: Fix three locations where shell scripts were
11842 being run directly rather than with config_shell.
11843
11844 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11845
11846 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11847 * config.sub (basic_machine): Recognize v850.
11848
11849 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11850
11851 * mpw-configure: Handle multiple enable/disable options and
11852 pass them down recursively, handle -c and -s flags appropriately
11853 depending on choice of compiler, add escape mechanism for
11854 quoted arguments to gC.
11855
11856 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11857
11858 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11859 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11860 so that -mrelocatable-lib and -mno-eabi are used.
11861
11862 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11863 not support --print-multi-lib, don't abort.
11864
11865 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11866
11867 * make-all.com: Run config-a-gas.
11868 * setup.com: Don't copy subdirectory files around.
11869
11870 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11871
11872 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11873 target, it now compiles correctly.
11874
11875 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11876
11877 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11878
11879 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11880
11881 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
11882
11883 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11884
11885 * configure.in (native_only): Add prms.
11886
11887 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11888
11889 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11890 (BINUTILS_SUPPORT_DIRS): Likewise.
11891
11892 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11893
11894 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11895 d10v support is added.
11896
11897 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11898
11899 * configure.in (d10v-*-*): New target.
11900
11901 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11902
11903 * config.guess (HP 9000/811): Recognize this as a PA1.1
11904 machine.
11905
11906 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11907
11908 * Makefile.in (do-tar-gz): New target, split out from tail end of
11909 taz target. Run each command separately, don't use pipes.
11910 (taz): Use it.
11911
11912 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11913
11914 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11915 * mpw-build.in: No builds should depend on building byacc or flex,
11916 they are assumed to be installed already.
11917
11918 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11919
11920 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11921 variable that CC_FOR_TARGET needs.
11922
11923 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11924
11925 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11926 options have changed since the last time the subdirectory was
11927 configured, and if it has, reconfigure.
11928 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11929 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11930
11931 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11932
11933 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11934 CLEAN_MODULES): Add bash.
11935 (all-bash): New target.
11936
11937 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11938
11939 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11940
11941 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11942
11943 * config.sub (basic_machine): Recognize d10v as a valid processor.
11944
11945 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11946
11947 * mpw-configure: Add support for --bindir.
11948 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11949
11950 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11951
11952 * configure.in: add bash, time, gawk to list of hosttools and things
11953 to only build for native toolchains
11954
11955 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11956
11957 * Makefile.in (docdir): Remove.
11958
11959 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11960
11961 * Makefile.in (datadir): Set to $(prefix)/share.
11962
11963 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11964
11965 * configure.in: build diff and patch for cygwin32-hosted
11966 toolchains.
11967
11968 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11969
11970 * config.sub: Accept -rtems*.
11971
11972 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11973
11974 * configure.in: enable dosrel for cygwin32-hosted builds,
11975 remove diff from the list of things not buildable
11976 via Canadian Cross
11977
11978 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11979
11980 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
11981 don't get ". ".
11982
11983 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11984
11985 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11986
11987 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11988
11989 * Makefile.in (taz): Handle case where tex3patch didn't even get
11990 checked out. Also, if it was found, put the symlink in a new util
11991 subdirectory.
11992
11993 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11994
11995 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11996
11997 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11998
11999 * config.sub: Recognize -openvms.
12000 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
12001 * make-all.com, setup.com: New files.
12002
12003 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12004
12005 * Makefile.in (taz): tex3patch moved to texinfo/util.
12006
12007 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
12008
12009 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
12010 * configure.in: remove make from disable-if-Can-Cross list
12011 enable gdb if ${host} and ${target} are cygwin32
12012
12013 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
12014
12015 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
12016 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
12017
12018 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12019
12020 * config.guess: Combine mips-mips-riscos cases, and use cpp to
12021 distinguish sysv/svr4/bsd variants.
12022 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
12023
12024 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
12025
12026 * configure.in: Added copyright notice.
12027 * move-if-change: Added copyright notice.
12028
12029 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12030
12031 * configure.in (powerpcle-*-solaris*): Until we get shared
12032 libraries working, don't build gdb, sim, make, tcl, tk, or
12033 expect.
12034
12035 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
12036
12037 * config.guess: Merge with FSF:
12038
12039 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
12040 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
12041
12042 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
12043 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
12044
12045 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
12046 * config.guess: Combine two OSF1 rules.
12047 Also recognize field test versions. From mjr@zk3.dec.com.
12048 * config.guess (dgux): Use /usr/bin/uname rather than uname,
12049 because GNU uname does not support -p. From pmr@pajato.com.
12050
12051 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
12052
12053 * Makefile.in (MAKEDIRS): Removed $(tooldir).
12054
12055 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
12056
12057 * mpw-README: Document GCCIncludes.
12058
12059 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
12060
12061 * configure.in (alpha-*-linux*): Set enable_shared to yes.
12062
12063 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
12064
12065 * mpw-configure: Handle --enable-FOO and --disable-FOO.
12066
12067 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
12068
12069 * configure.in (*-*-cygwin32): Configure make.
12070
12071 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
12072
12073 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
12074
12075 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
12076
12077 * Makefile.in (all-inet): Depend on all-perl.
12078
12079 * Makefile.in (inet-install): New target.
12080
12081 * Makefile.in (all-inet): Depend on all-tcl.
12082 (all-inet): Depend on all-send-pr.
12083
12084 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12085
12086 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
12087 temporarily.
12088
12089 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
12090
12091 * configure.in: Don't configure --with-gnu-ld on AIX.
12092
12093 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12094
12095 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
12096
12097 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
12098
12099 * Makefile.in (ALL_MODULES): Added all-inet.
12100 (CROSS_CHECK_MODULES): Added check-inet.
12101 (INSTALL_MODULES): Added install-inet.
12102 (CLEAN_MODULES): Added clean-inet.
12103 (all-indent): New target.
12104
12105 * configure.in (host_tools): Added inet.
12106 (native_only): Added inet.
12107 (noconfigdirs): Added inet.
12108
12109 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
12110
12111 * configure.in: Don't configure libgloss if we are not configuring
12112 newlib.
12113
12114 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
12115
12116 * configure.in: Don't configure libgloss for unsupported
12117 architectures.
12118
12119 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12120
12121 * Makefile.in (CLEAN_MODULES): Add clean-apache.
12122
12123 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
12124
12125 * Makefile.in (ALL_MODULES): Include all-apache.
12126 (CROSS_CHECK_MODULES): Include check-apache.
12127 (INSTALL_MODULES): Include install-apache.
12128 (all-apache): New target.
12129
12130 * configure.in: Added apache everywhere perl is seen.
12131
12132 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12133
12134 * Makefile.in: Add support for clean-{module} and
12135 clean-target-{module} rules.
12136
12137 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
12138
12139 * configure.in (*-*-ose) do not build libgloss.
12140
12141 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12142
12143 * config.guess (prep*:SunOS:5.*:*): Turn into
12144 powerpele-unknown-solaris2.
12145
12146 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
12147
12148 * configure.in: Permit --enable-shared to specify a list of
12149 directories.
12150
12151 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12152
12153 * configure.in (host==solaris): Pass only the first word of $CC
12154 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
12155
12156 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
12157
12158 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
12159
12160 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
12161
12162 * Makefile.in (ALL_MODULES): Include all-perl.
12163 (CROSS_CHECK_MODULES): Include check-perl.
12164 (INSTALL_MODULES): Include install-perl.
12165 (ALL_X11_MODULES): Include all-guile.
12166 (CHECK_X11_MODULES): Include check-guile.
12167 (INSTALL_X11_MODULES): Include install-guile.
12168 (all-perl): New target.
12169 (all-guile): New target.
12170
12171 * configure.in (host_tools): Include perl and guile.
12172 (native_only): Include perl and guile.
12173 (noconfigdirs): Don't build guile and perl; no ports have been
12174 done.
12175
12176 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
12177
12178 * configure (--enable-*): Handle quoted option lists such as
12179 --enable-sim-cflags='-g0 -O' better.
12180
12181 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12182
12183 * Makefile.in ({,inst}all-target): New rule so we can make and
12184 install all of the target directories easily.
12185
12186 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12187
12188 * configure.in: Add missing global flag in sed substitution when
12189 deleting `target-' from ${configdirs}.
12190
12191 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
12192
12193 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
12194 option.
12195
12196 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
12197 config/mh-necv4.
12198
12199 * install.sh: Correct misspelling of transformbasename.
12200
12201 * config.guess: Recognize mips-*-sysv*.
12202
12203 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12204
12205 * config.sub: Recognize mon960.
12206
12207 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12208
12209 * configure: Restore Canadian Cross handling of BISON and LEX,
12210 removed in Feb 20 change.
12211
12212 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12213
12214 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12215 Mention make install. Remove the old copyright date as well the
12216 clumsy and rather pointless copyright on the README file.
12217
12218 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12219
12220 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12221 Makefile after running symlink-tree, then run `make distclean' to
12222 avoid clobbering any generated files in srcdir.
12223
12224 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12225
12226 * configure.in (m68k-*-netbsd*): Build everything now.
12227
12228 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12229
12230 * Makefile.in (taz): Fix quoting.
12231
12232 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12233
12234 * configure.in (sparclet-*-*): Build everything now.
12235
12236 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12237
12238 * configure.in (m68k-*-linux*): New host.
12239
12240 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12241
12242 * configure: Check for bison before byacc.
12243
12244 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12245
12246 * Makefile.in configure: Change the way LEX and BISON/YACC are
12247 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12248 searching PATH. These are used as fallbacks by Makefile.in if
12249 flex/bison/byacc aren't in objdir.
12250
12251 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12252
12253 * Makefile.in: Make everything which depends upon all-bfd also
12254 depend upon all-opcodes, in case --with-commonbfdlib is used.
12255
12256 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12257
12258 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12259 building NT native compilers on Unix.
12260
12261 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12262
12263 * configure.in: Don't get CC from the host Makefile fragment if we
12264 can find gcc in PATH, or if this is a Canadian Cross. Move the
12265 Solaris test for /usr/ucb/cc to the post target script, just after
12266 the compiler sanity test.
12267
12268 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12269
12270 * config.sub: Merge with FSF.
12271
12272 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12273
12274 * Makefile.in (RPATH_ENVVAR): New variable.
12275 (REALLY_SET_LIB_PATH): Use it.
12276 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12277
12278 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12279
12280 * config.sub, configure.in: Recognize sparclet cpu.
12281
12282 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12283
12284 * config.guess: Support m68k-cbm-sysv4.
12285
12286 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12287
12288 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12289 m68k-unknown-linuxaout from linker help string. Put quotes around
12290 $ld_help_string.
12291
12292 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12293
12294 * config.guess (powerpc-harris-powerunix): Add guess for port
12295 to new target.
12296
12297 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12298
12299 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12300
12301 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12302
12303 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12304 $(REALLY_SET_LIB_PATH) in Makefile.
12305 * Makefile.in (SET_LIB_PATH): New variable.
12306 (REALLY_SET_LIB_PATH): New variable.
12307 ($(DO_X)): Use $(SET_LIB_PATH).
12308 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12309 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12310 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12311 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12312 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12313 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12314 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12315 (install-dosrel): Likewise.
12316 (all-opcodes): Depend upon all-libiberty.
12317
12318 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12319
12320 * config.guess (*:CYGWIN*): New
12321
12322 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12323
12324 * Makefile.in (all-target-winsup): All all-target-libiberty.
12325
12326 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12327
12328 * configure.in (noconfigdirs): Add missing # in front of comment.
12329
12330 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12331
12332 * configure.in: add second pass to things added to noconfigdirs
12333 so *-gm-magic can exclude libgloss properly.
12334
12335 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12336
12337 * mpw-configure (extralibs_name, rez_name): Set correctly
12338 for MWC68K compiler.
12339
12340 * mpw-README: Add more info on the necessary build tools.
12341
12342 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12343
12344 * configure.in, config.sub: Recognize cygwin32.
12345
12346 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12347
12348 * config.guess, config.sub: Recognize A/UX.
12349
12350 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12351
12352 * config.sub: Merge with gcc/config.sub.
12353
12354 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12355
12356 * mpw-build.in (do-binutils): Add build of stamps.
12357
12358 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12359
12360 * config.sub: Add recognition for mips64vr4100*-* targets.
12361
12362 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12363
12364 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12365 Add creation of gconfigargs with `--enable-shared' turned on.
12366 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12367 ($(host)-stamp-stage3-configured): Likewise.
12368 (HOLES): Add chatr and ldd.
12369 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12370
12371 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12372
12373 * configure: Pass --nfp to recursive configures.
12374
12375 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12376
12377 * Makefile.in (DLLTOOL): New.
12378 (DLLTOOL_FOR_TARGET): New.
12379 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12380 (EXTRA_TARGET_FLAGS): Ditto.
12381 (EXTRA_GCC_FLAGS): Ditto.
12382 (CONFIGURE_TARGET_MODULES): Ditto.
12383 (DO_X): Ditto.
12384 * configure: Add DLLTOOL.
12385
12386 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12387
12388 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12389 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12390 mh-sco, since old workarounds no longer needed, and don't
12391 build ld, since libraries have weak symbols in COFF.
12392
12393 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12394
12395 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12396
12397 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12398
12399 * configure.in: Make sure that ${CC} can be used to compile an
12400 executable.
12401
12402 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12403
12404 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12405 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12406 nothing depending on whether gdbtk is being built.
12407
12408 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12409
12410 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12411
12412 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12413
12414 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12415 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12416
12417 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12418
12419 * config-ml.in: Add support for
12420 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12421 Simplify setting of multidirs from --disable-foo.
12422
12423 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12424
12425 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12426 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12427 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
12428 non-empty, pass them on to the GCC make.
12429 (all-bootstrap): New rule that is like all-gcc, except it executes
12430 the GCC bootstrap rule instead of the GCC all rule.
12431
12432 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12433
12434 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12435
12436 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12437
12438 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12439 DG/UX support.
12440
12441 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12442
12443 * config.sub (i*86*) Change [345] to [3456]
12444
12445 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12446
12447 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12448 --with-gnu-ld=no.
12449
12450 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12451
12452 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12453 AIX multilibs get built.
12454
12455 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12456
12457 * configure.in (i386-win32): Don't build expect if we're not
12458 building the tcl subdir.
12459
12460 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12461
12462 * Makefile.in: (configure-target-examples, all-target-examples):
12463 New targets, configure and build example programs.
12464
12465 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12466
12467 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12468 use it as input to sedit the generated MPW makefile.
12469 * mpw-README: Add a suggestion about Gestalt.h.
12470
12471 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12472
12473 * config.sub: Accept *-*-ieee*.
12474
12475 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12476
12477 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12478 Ronald F. Guilmette <rfg@monkeys.com>.
12479
12480 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12481
12482 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12483 for powerpc-pe native.
12484 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12485 (target==powerpc-pe): duplicate i386-win32 entry.
12486
12487 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12488
12489 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12490 of vxworks, not just vxworks5.1.
12491
12492 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12493
12494 * mpw-configure: Add support for exec-prefix.
12495
12496 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12497
12498 * config.guess: Recognize HP model 816 machines as having
12499 a PA1.1 processor.
12500
12501 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12502
12503 * configure: Ignore new autoconf configure options.
12504
12505 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12506
12507 * config.guess: Recognize Pentium under SCO.
12508 From Robert Lipe <robertl@arnet.com>.
12509
12510 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12511
12512 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
12513
12514 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12515
12516 * configure.in: Don't configure gas for alpha-dec-osf*.
12517
12518 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12519
12520 * configure.in: Default to --with-stabs for some targets for which
12521 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12522 i[345]86*-*-unixware*.
12523
12524 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12525
12526 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12527 rather than basing it on the target. Simplify handling of options
12528 controlling which directories to configure. Remove extraneous
12529 slash in multi-clean target.
12530
12531 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12532
12533 * config-ml.in: Prefix more variables with ml_ so they don't collide
12534 with configure's.
12535
12536 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12537
12538 * configure: Don't turn -v into --v.
12539
12540 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12541
12542 * configure.in (targargs): Fix typo.
12543
12544 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12545
12546 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12547
12548 * configure.in: Strip --host and --target options from
12549 CONFIG_ARGUMENTS, and always configure for --host only. Add
12550 --with-cross-host option when building with a cross-compiler.
12551 * configure: Canonicalize the arguments put into config.status by
12552 always using `=' for an option with an argument. Pass a presumed
12553 --host or --target explicitly.
12554
12555 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12556
12557 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12558 into general OS recognition case.
12559
12560 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12561
12562 * configure.in (target_configdirs): add target-winsup only
12563 for win32 target systems.
12564
12565 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12566
12567 * Makefile.in (all-target-libgloss): Depend upon
12568 configure-target-newlib, since when libgloss is built it looks to
12569 see if the newlib directory exists.
12570
12571 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12572
12573 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12574 cfg-ml-*.in.
12575
12576 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12577
12578 * configure: Handle LD and LD_FOR_TARGET when configuring a
12579 Canadian Cross.
12580
12581 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12582
12583 * configure.in (target_libs): add target-winsup.
12584 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12585 (target==ppcle-pe): remove ld from $noconfigdirs.
12586
12587 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12588
12589 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12590 Preserve relative path names in $srcdir. Build symlink tree if
12591 configuring cross target dir and srcdir=. (= no VPATH support).
12592 (configure-target-libg++): Depend on configure-target-librx.
12593 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12594 * config-ml.in: New file.
12595 * symlink-tree: New file.
12596 * configure: Ensure srcdir="." if that's what it is.
12597
12598 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12599
12600 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12601 includes and FLEX_SKELETON setting.
12602 * mpw-configure (--with-gnu-ld): New option, controls whether
12603 to use PPCLink or ld with PowerMac GCC.
12604 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12605 * mpw-config.in: Configure grez if targeting Mac.
12606
12607 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
12608 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12609 just macos.
12610 * configure.in: Configure grez resource compiler if targeting Mac.
12611 * Makefile.in (all-grez, install-grez): New targets.
12612
12613 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12614
12615 * configure: CXX defaults to gcc, not g++. If we find
12616 gcc in the path, set CC to gcc -O2.
12617
12618 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12619
12620 * configure: Default ${build} correctly. Avoid picking up extra
12621 spaces when reading CC and CXX from Makefile. When doing a
12622 Canadian Cross, use plausible default values for numerous
12623 variables.
12624 * configure.in: When doing a Canadian Cross, don't try to
12625 configure tools whose configure script can't handle it.
12626
12627 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12628
12629 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12630
12631 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12632
12633 * configure: Remove dubious bug reporting address.
12634
12635 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12636
12637 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12638 configure script, run that instead of this directory's configure.
12639 In either case, print a message that we're configuring the sub-dir.
12640
12641 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12642
12643 * configure.in: Before checking for the existence of various files,
12644 use sed to filter out "target-".
12645
12646 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12647
12648 * Makefile.in (DO_X): Split rule to decrease command line length
12649 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12650 (Philippe De Muyter).
12651
12652 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12653
12654 * Makefile.in (all-patch): depend on all-libiberty.
12655
12656 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12657
12658 * configure.in: If the only directory in target_configdirs which
12659 actually exists is libiberty, then set target_configdirs to empty,
12660 to avoid trying to build a target libiberty in a gas or gdb
12661 distribution.
12662
12663 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12664
12665 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
12666 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12667 systems.
12668
12669 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12670
12671 * configure.in (copy_dirs): Use sys-include instead of include
12672 for --with-headers option.
12673
12674 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12675
12676 * Makefile.in, configure.in: Make winsup builds work with
12677 new scheme.
12678
12679 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12680
12681 * configure.in: Build the linker on AIX.
12682
12683 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12684
12685 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12686 where needed.
12687
12688 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12689
12690 * Makefile.in (all-gcc): Fix typo.
12691
12692 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12693
12694 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12695
12696 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12697
12698 * configure.in: Rename libFOO to target-libFOO, and xiberty
12699 to target-xiberty, to provide more flexibility.
12700 (target_subdir): Define. Create if cross.
12701 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12702 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12703 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12704 check-libFOO -> check-target-libFOO, etc.
12705 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12706 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12707 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12708 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12709 allow ALL_GCC="" to only configure.
12710 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12711 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12712 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12713
12714 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12715
12716 * Makefile.in (taz): Build "info" in etc explicitly.
12717
12718 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12719
12720 * configure.in: Make sure that CC is undefined (as opposed to
12721 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12722 problem with autoconf trying to configure on a host without GCC.
12723
12724 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12725
12726 * mpw-configure: Set host alias from choice of host compiler,
12727 only use generic MPW Makefile sed if present, edit a file
12728 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12729 * mpw-README: Add problem notes about CW6 and CW7.
12730
12731 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12732
12733 * Makefile.in (taz): Use ";" instead of ";;".
12734
12735 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12736
12737 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12738 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12739 DISTDOCDIRS.
12740 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12741 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12742
12743 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12744
12745 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12746 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12747 Move bfd to DISTSTUFFDIRS.
12748
12749 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12750
12751 * Makefile.in (X11_LIB): Removed.
12752 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12753
12754 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12755
12756 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12757
12758 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12759 names.
12760
12761 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12762
12763 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12764
12765 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12766
12767 * configure.in (i[345]86-*-win32): Always build newlib.
12768 Don't configure cvs, autoconf or texinfo.
12769 * Makefile.in (LD_FOR_TARGET): New.
12770 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12771 Pass down LD_FOR_TARGET.
12772
12773 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12774
12775 * winsup: New directory.
12776 * Makefile.in: Build winsup.
12777 * configure.in: Winsup is configured when target is win32.
12778 Can only build win32 target GDB when native.
12779
12780 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12781
12782 * config.guess: Recognize HP model 819 machines as having
12783 a PA 1.1 processor.
12784
12785 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12786
12787 * configure: Fix sed loop which substitutes for CC and CXX to
12788 avoid bug found in various sed implementations.
12789
12790 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12791
12792 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12793 simulator. Use standard powerpc-*-eabi*.
12794
12795 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12796
12797 * configure.in: Stop putting gas and binutils in noconfigdirs for
12798 powerpc-*-aix* and rs6000-*-*.
12799
12800 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12801
12802 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12803 -mcall-aixdesc libraries.
12804
12805 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12806
12807 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12808
12809 * config.sub (arm | armel | armeb): Fix shell syntax.
12810
12811 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12812
12813 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12814 -msoft-float and -mcpu=common support.
12815 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12816 libraries.
12817
12818 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12819
12820 * configure.in: Allow configuration and build of emacs19 for the alpha.
12821
12822 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12823
12824 * configure.in (CC): Get ^CC, not just any old CC, from
12825 ${host_makefile_frag}.
12826
12827 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12828
12829 * configure.in (CC): Try to get CC from
12830 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12831
12832 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12833
12834 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12835 only if it exists in $(srcdir).
12836
12837 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12838
12839 * configure: If CC and CXX are not set in the environment, set
12840 them, based on either an existing Makefile or on searching for gcc
12841 in PATH. Substitute for CC and CXX in Makefile.
12842 * configure.in: Remove libm from target_libs. Separate
12843 target_configdirs from configdirs. If CC is not set in
12844 environment, try to get it from a host Makefile fragment. Rewrite
12845 changes of configdirs to use skipdirs instead. A few minor
12846 tweaks. Take directories out of target_configdirs as they are
12847 taken out of configdirs. Remove existing Makefile files from
12848 subdirectories. Substitute for TARGET_CONFIGDIRS and
12849 CONFIG_ARGUMENTS in Makefile.
12850 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12851 by configure.in.
12852 (CONFIG_ARGUMENTS): Likewise.
12853 (CONFIGURE_TARGET_MODULES): New variable.
12854 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12855 ($(CONFIGURE_TARGET_MODULES)): New target.
12856 (configure-libg++, configure-libio): New targets.
12857 (all-libg++): Depend upon configure-libg++.
12858 (all-libio): Depend upon configure-libio.
12859 (configure-libgloss, all-libgloss): New targets.
12860 (configure-libstdc++): New target.
12861 (all-libstdc++): Depend upon configure-libstdc++.
12862 (configure-librx, all-librx): New targets.
12863 (configure-newlib): New target.
12864 (all-newlib): Depend upon configure-newlib
12865 (configure-xiberty): New target.
12866 (all-xiberty): Depend upon configure-xiberty.
12867
12868 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12869
12870 * configure.in (host i[345]86-*-win32): Expand the
12871 noconfigdirs again.
12872
12873 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12874
12875 * mpw-configure: Fix sed command file name.
12876
12877 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12878
12879 * configure.in (host i[345]86-*-win32): Reduce the
12880 noconfigdirs again.
12881
12882 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12883
12884 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12885 or powerpc*-*-pe*, since they are not yet supported.
12886
12887 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12888
12889 Add PowerMac support and many other enhancements.
12890 * mpw-configure: New option --cc to select compiler to use,
12891 paste options set according to --cc into the generated
12892 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12893 if mpw-make.sed is present.
12894 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12895 add forward includes for PowerPC include files.
12896 * mpw-build.in: Build using Makefile.PPC if present.
12897 (do-byacc, etc): Remove separate version resource builds.
12898 (do-gas): Build "stamps" before "all".
12899 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12900 * mpw-README: Update to reflect --cc option, PowerMac support,
12901 and recently-reported compatibility problems.
12902
12903 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12904
12905 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12906 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12907 (--with-multilib-top): Pass to recursive invocations.
12908
12909 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12910
12911 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12912 v810-*-*.
12913
12914 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12915
12916 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12917 gdb, ld and opcodes on v810-*-*.
12918
12919 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12920
12921 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12922 (local-maintainer-clean): New target.
12923 (maintainer-clean): New target.
12924 (realclean): Just depend upon maintainer-clean.
12925
12926 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12927
12928 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12929
12930 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12931
12932 * configure.in: Build ld in mips*-*-bsd* case.
12933
12934 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12935
12936 * config.sub: Accept -lites* OS. From Ian Dall.
12937
12938 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12939
12940 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
12941 targets.
12942
12943 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12944
12945 * configure.in: treat i386-win32 canadian cross the same as
12946 i386-go32 canadian cross.
12947
12948 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12949
12950 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12951 running under the simulator to build a reduced set of libraries.
12952 (powerpc-*-eabiaix): Add fine grained multilib support added to
12953 other powerpc targets yesterday.
12954
12955 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12956
12957 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12958 -disable-softfloat, -disable-relocatable, -disable-aix, and
12959 -disable-sysv to control which multilib libraries get built.
12960
12961 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12962
12963 * configure: Add Makefile.tem to list of files to remove in trap
12964 handler.
12965
12966 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12967
12968 * config.guess (*Linux*): Add missing "exit"s.
12969 Also, need specific check for alpha-unknown-linux (uses COFF).
12970
12971 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12972
12973 * config.guess: Merge with FSF:
12974
12975 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12976 * config.guess (AIX4): More robust release numbering discovery.
12977
12978 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12979 * config.guess (i386-sequent-ptx): Properly get version number.
12980
12981 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12982 * config.guess (mips:*:4*:UMIPS): New case.
12983
12984 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12985
12986 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12987 (i386-win32 host): Likewise. Don't build readline.
12988
12989 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12990
12991 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12992 SUPPORT_FILES to submakes.
12993
12994 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12995
12996 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12997 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12998 mpw-configure.
12999
13000 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
13001
13002 * configure.in (appdirs): Use =, not ==, in test expression when
13003 trying to build the text to print in the warning message for
13004 Solaris users.
13005
13006 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
13007
13008 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
13009
13010 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13011
13012 * config.guess: Recognize lynx-2.3.
13013
13014 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
13015
13016 * config.sub (z8ksim): Deleted
13017 (z8k-*-coff): New, this is the one true name of the target.
13018
13019 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
13020
13021 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
13022
13023 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
13024
13025 * config.guess (*:Linux:*:*): First try asking the linker what the
13026 default object file format is (elf, aout, or coff). Then if this
13027 fails, try previous methods.
13028
13029 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13030
13031 * configure.in: Don't build newlib for *-*-vxworks5.1.
13032
13033 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
13034
13035 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
13036 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
13037
13038 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
13039
13040 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
13041
13042 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
13043
13044 * cfg-ml-com.in: New file.
13045 * cfg-ml-pos.in: New file.
13046
13047 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
13048
13049 * COPYING.NEWLIB: Add HP free copyright to list.
13050
13051 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
13052
13053 * config.sub: Recognize -eabi* for the system, not just -eabi.
13054
13055 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
13056
13057 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
13058 * config.sub, configure.in (win32): New target and host.
13059
13060 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
13061
13062 * configure.in: Add i386-pe configuration.
13063
13064 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
13065
13066 * mpw-build.in (install): Install GDB after LD.
13067
13068 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
13069
13070 * mpw-config.in (elf/mips.h): Always forward-include, needed
13071 for GDB to build.
13072
13073 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
13074
13075 * testsuite: New directory for customer acceptance and whole tool
13076 chain tests.
13077
13078 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13079
13080 * configure: If per-host line isn't found, but AC_OUTPUT is found
13081 and a configure script exists, run it instead.
13082
13083 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
13084
13085 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
13086
13087 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
13088
13089 * configure: Set build_{cpu,vendor,os,alias} to host values when
13090 --build isn't specified.
13091
13092 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13093
13094 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
13095 (FLAGS_TO_PASS): Pass them.
13096 (EXTRA_TARGET_FLAGS): Ditto.
13097
13098 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13099
13100 * Makefile.in (all-libg++): Depend on all-libstdc++.
13101
13102 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13103
13104 * configure.in (noconfigdirs): Enable all packages for
13105 i386-unknown-netbsd.
13106
13107 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
13108
13109 * configure.in (noconfigdirs): Don't configure tk for i386-go32
13110 hosted builds (DOS builds)
13111
13112 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
13113
13114 Changes for ARM based on patches from Richard Earnshaw:
13115 * config.sub: Handle armeb and armel.
13116 * configure.in: Omit arm linker only for riscix.
13117
13118 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
13119
13120 * config.guess: Update from FSF.
13121
13122 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
13123
13124 * config.sub: Recognize powerpcle as the little endian variant of
13125 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
13126 powerpcle variant. Convert pentium into i586, not i486. Add p5
13127 alias for i586. Map new x86 variants p6, k5, nexgen into i586
13128 temporarily.
13129
13130 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
13131
13132 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
13133
13134 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
13135
13136 * config.sub: Accept -lites* as a basic system type.
13137
13138 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
13139
13140 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
13141 installed, and if so return linuxoldld as the system name.
13142
13143 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
13144
13145 * config.guess: Add hppa1.1-hp-lites support.
13146
13147 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
13148
13149 * configure.in: Don't build newlib for m68k-vxworks5.1.
13150
13151 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13152
13153 * configure.in (mips-sgi-irix6): Use mh-irix5.
13154
13155 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
13156
13157 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
13158
13159 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13160
13161 * test-build.mk: Enable building of shared libraries on IRIX 5 and
13162 OSF/1. Fix compiler flags.
13163 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
13164
13165 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
13166
13167 * configure.in: Recognize --with-newlib.
13168 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
13169
13170 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13171
13172 * Makefile.in: move {all,check,install}-gdb from *_MODULES
13173 to *_X11_MODULES due to gdbtk needing X include files et al.
13174
13175 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
13176
13177 Merge in support for Mac MPW as a host.
13178 (Old change descriptions retained for informational value.)
13179
13180 * mpw-config.in: Add generic include forwards for cpu-specific
13181 include files in aout and elf directories.
13182
13183 * mpw-configure: Added copyright.
13184 * mpw-config.in: Check for presence of required build tools.
13185 (target_libs): Add newlib.
13186 (target_tools): Add examples.
13187 (Read Me): Generate as "Read Me for MPW" instead.
13188 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
13189 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
13190 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
13191
13192 * mpw-configure: Remove subdir-specific makefile hackery,
13193 delete mk.tmp after using it.
13194
13195 * mpw-build.in (all): Display start and end times.
13196
13197 * mpw-configure (host_canonical): Set.
13198 (target_cpu): Always add to makefiles.
13199 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
13200 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
13201 (mpw-mh-mpw): Look for in srcdir and srcroot.
13202 Use sed instead of mpw-edit-prefix to edit prefix definitions.
13203
13204 * mpw-build.in: (install-only): New target.
13205
13206 * mpw-configure (host_alias, target_alias): Rename from hostalias
13207 and targetalias, add into generated Makefile.
13208 (mk.tmp): If present, add into generated Makefile.
13209 * mpw-build.in (all-gas): Build config.h first before gas proper.
13210
13211 * mpw-configure (config.status): Write only if changed.
13212 * mpw-config.in (readline): Configure it (not built, just used for
13213 definitions).
13214
13215 * mpw-config.in (elf/mips.h): Add a forward include.
13216
13217 * mpw-config.in: Forward-include most .h files in include into
13218 extra-include.
13219 (readline): Don't build.
13220 mpw-build.in (install): Install GDB.
13221
13222 * mpw-configure (prefix, mpw_prefix): Handle it.
13223 * mpw-config.in (mmalloc, readline): Don't configure.
13224 * mpw-build.in (thisscript): Rename to ThisScript.
13225 Use mpw-build instead of BuildProgram everywhere.
13226 (mmalloc, readline): Don't build.
13227 * mpw-README: New file, basic documentation about the MPW port.
13228
13229 * mpw-config.in: Use forward-include to create include files.
13230
13231 * mpw-configure: Add more things to the top of each configured
13232 Makefile, including contents of config/mpw-mh-mpw.
13233 * mpw-config.in (extra-include): Create this directory and fill it
13234 with Posix-like include files when configuring.
13235
13236 * config.sub (apple, mac, mpw): Add various aliases.
13237
13238 * mpw-build.in: New file, top-level build script fragment for MPW.
13239 * mpw-configure: New file, configure script for MPW.
13240 * mpw-config.in: New file, config fragment for MPW.
13241
13242 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13243
13244 * configure.in (host_libs): Remove glob, since it is gone from the
13245 sources.
13246
13247 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13248
13249 * Makefile.in: define empty GDB_NLM_DEPS var.
13250
13251 * configure.in(target_makefile_frag): use config/mt-netware
13252 for netware targets.
13253
13254 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13255
13256 * config.sub: Merge in recent FSF changes. Remove linux special
13257 cases.
13258
13259 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13260
13261 Revert this change:
13262
13263 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13264
13265 * build-all.mk: Use CC=cc -Xs on Solaris.
13266
13267 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13268
13269 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13270 stop using it.
13271 * Makefile.in: Nuke all references to glob subdirectory.
13272
13273 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13274
13275 * configure.in: Fix --enable-shared logic in per-host.
13276
13277 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13278
13279 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13280
13281 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13282
13283 * configure.in (noconfigdirs): Don't build gas on AIX, for
13284 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13285
13286 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13287
13288 * configure: Fix --cache-file to work if the file argument is a
13289 relative path.
13290
13291 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13292
13293 * configure: If the --cache-file is used, pass it down to
13294 configure in subdirectories.
13295
13296 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13297
13298 * config.sub: add vxworks29k configuration.
13299
13300 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13301
13302 * Makefile.in (taz): Do "diststuff" part quietly.
13303
13304 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13305
13306 * config.sub: Mini-merge with gcc/config.sub.
13307
13308 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13309
13310 * config.guess (IRIX): Sed - to _.
13311
13312 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13313
13314 * Makefile.in (source-vault, binary-vault): New targets.
13315
13316 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13317
13318 * config.sub: Recognize -eabi as a basic system type.
13319
13320 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13321
13322 * configure.in (enable_shared stuff): Fix typo.
13323
13324 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13325
13326 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13327
13328 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13329
13330 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13331
13332 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13333
13334 * configure.in (rs6000-*-*): Don't build gas.
13335
13336 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13337
13338 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13339 reduce command line length.
13340 (AS_FOR_TARGET): Check for as.new, not Makefile.
13341 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13342
13343 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13344
13345 * config.guess: Merge from FSF.
13346
13347 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13348
13349 * configure: Don't use $ when handling program_suffix.
13350
13351 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13352
13353 * configure.in: Configure tk for hppa/hpux.
13354
13355 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13356
13357 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13358
13359 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13360
13361 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13362 to LIBCXXFLAGS. Tests are better run without it.
13363
13364 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13365
13366 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13367
13368 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13369
13370 * configure.in (*-*-netware*): Don't configure xiberty.
13371
13372 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13373
13374 * configure.in: Remove tk from native_only list.
13375
13376 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13377
13378 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13379 for special NCD build.
13380
13381 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13382
13383 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13384 makeall.bat, they're only useful for binutils snapshots.
13385 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13386 makeall.bat to specified SUPPORT_FILES.
13387
13388 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13389
13390 * build-all.mk: Add Ericsson targets to sun4 and solaris
13391 hosts. Add BNR's sun4 target to solaris host, so their
13392 build-from-source will be tested in-house first.
13393
13394 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13395
13396 * Makefile.in (LIBCFLAGS): New variable.
13397 (CFLAGS_FOR_TARGET): Ditto.
13398 (LIBCFLAGS_FOR_TARGET): Ditto.
13399 (LIBCXXFLAGS): Ditto.
13400 (CXXFLAGS_FOR_TARGET): Ditto.
13401 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13402 (BASE_FLAGS_TO_PASS): Pass them.
13403 (EXTRA_TARGET_FLAGS): Ditto.
13404
13405 * configure.in: Support --enable-shared.
13406
13407 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13408
13409 * configure.in (target_libs): Include libstdc++ again.
13410 * config.guess: Update from FSF (for FreeBSD).
13411
13412 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13413
13414 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13415 makeall.bat.
13416 (DISTDOCDIRS): Add `etc'.
13417 (ETC_SUPPORT_PFX): New variable.
13418 (taz): Include anything from etc starting with a word in
13419 ETC_SUPPORT_PFX.
13420
13421 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13422
13423 * config.sub: Update for recent FSF changes. Remove obsolete
13424 h8300hds entry. Add -windows* and -osx as basic os. Minor
13425 spacing changes.
13426
13427 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13428
13429 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13430
13431 * config.guess: Merge with FSF.
13432 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13433
13434 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13435
13436 * configure: Since the "trap 0" handler will override the exit
13437 status on many systems, only use it for "exit 1", and make it set
13438 a non-zero exit status; reset it before "exit 0". Also, check
13439 exit status of config.sub, and error out if it failed.
13440
13441 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13442
13443 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13444 and install libgloss.
13445
13446 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13447
13448 * Makefile.in (all-binutils): Depend upon all-byacc.
13449
13450 * configure.in: Don't build emacs on Irix 5.
13451
13452 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13453
13454 * configure.in (*-*-netware*): Add libio.
13455
13456 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13457
13458 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13459 (CHECK_TARGET_MODULES): Ditto.
13460 (INSTALL_TARGET_MODULES): Ditto.
13461 (TARGET_LIBS): Ditto.
13462 (all-libstdc++): Note dependencies.
13463
13464 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13465
13466 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13467
13468 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13469
13470 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13471 -fexternal-templates.
13472
13473 * configure.in (target_libs): Add libstdc++.
13474 (noconfigdirs): Add libstdc++ as appropriate.
13475
13476 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13477
13478 * config.guess: Update from FSF.
13479
13480 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13481
13482 * configure: Use ${config_shell} when running ${configsub}.
13483
13484 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13485
13486 * config.sub: No longer recognize h8300h.
13487
13488 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13489
13490 * config.sub: Remove extraneous differences between config.sub and
13491 gcc/config.sub.
13492
13493 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13494
13495 * Makefile.in (DISTSTUFFDIRS): Add gas.
13496
13497 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13498
13499 * COPYING.NEWLIB: New file.
13500
13501 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13502
13503 * config.guess (HP-UX): Patch from Harlan Stenn
13504 <harlan@landmark.com> to also emit release level.
13505
13506 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13507
13508 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13509
13510 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13511
13512 * config.sub: Merge nextstep cleanup from FSF.
13513
13514 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13515
13516 * configure.in (arm-*-*): Don't configure ld for this target.
13517
13518 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13519
13520 * configure.in (*-*-netware): don't configure libg++, libio,
13521 librx, or newlib.
13522
13523 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13524
13525 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13526 configure ld--it works, but it doesn't support shared libraries.
13527
13528 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13529
13530 * config.guess (*-unknown-freebsd*): Get rid of possible
13531 trailing "(Release)" in version string.
13532 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13533
13534 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13535
13536 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13537 Fix type: *-next-neststep -> *-next-nextstep.
13538
13539 * config.guess: Merge from FSF:
13540
13541 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13542
13543 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13544
13545 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13546
13547 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13548 instead of UNIX_SV for UnixWare 1.0).
13549
13550 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13551
13552 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13553 to make gdb/nlm/* build after the compiler and linker.
13554
13555 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13556
13557 * config.guess (netbsd, freebsd, linux): Accept any machine,
13558 not just i[34]86.
13559 (m68k-atari-sysv4): Relocate to match FSF version.
13560
13561 * config.guess: More merges from the FSF:
13562
13563 Add a space before function call or macro invocation.
13564
13565 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13566
13567 * config.guess: Add trap cmd to remove dummy.c and dummy when
13568 interrupted.
13569
13570 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13571
13572 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13573 (dummy): Redirect stderr from compilation of dummy.c.
13574
13575 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13576
13577 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13578
13579 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13580
13581 * configure: Accept and ignore --cache*, for compatibility with
13582 new autoconf.
13583
13584 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13585
13586 * config.guess: Merge from FSF:
13587
13588 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13589
13590 * config.guess (Pyramid*:OSx*:*:*): New case.
13591 (PATH): Add /.attbin at end for finding uname.
13592 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
13593
13594 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13595
13596 * config.guess (M88*:DolphinOS:*:*): New case.
13597
13598 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13599
13600 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13601 to select whether to use ELF or COFF.
13602
13603 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13604
13605 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
13606
13607 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13608
13609 * config.guess: Guess the OS version for HPUX.
13610
13611 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13612
13613 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13614
13615 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13616
13617 * configure.in: Recognize --with-headers, --with-libs, and
13618 --without-newlib.
13619 * Makefile.in (all-xiberty): Depend upon all-ld.
13620
13621 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13622
13623 * configure.in: Change i[34]86 to i[345]86.
13624
13625 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13626
13627 * configure (version): A few more tweaks to help message.
13628
13629 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13630
13631 * Makefile.in: Remove (for now) librx as a host library,
13632 now that we're building it for target.
13633
13634 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13635
13636 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13637 (Karl Berry).
13638
13639 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13640
13641 * configure.in: Also configure librx.
13642
13643 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13644
13645 * Makefile.in: Update various rules to reflect that librx
13646 is now needed for libg++.
13647
13648 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13649
13650 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13651
13652 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13653
13654 * configure.in: Configure the examples directory.
13655
13656 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13657
13658 * configure: Simplify Jun 2 1994 change.
13659
13660 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13661
13662 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13663 /bin/gcc isn't good enough to build gcc.
13664
13665 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13666
13667 * Makefile.in (GDB_SUPPORT_FILES): Remove
13668 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13669 (gdb.tar.gz): Add new rule to use standard distribution building
13670 mechanism.
13671
13672 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13673
13674 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13675 Bill Cox <bill@cygnus.com>.
13676
13677 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13678
13679 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13680
13681 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13682
13683 * configure: Search current dir first in .gdbinit.
13684
13685 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13686
13687 * config.sub: Recognize freebsd (merged from gcc config.sub).
13688
13689 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13690
13691 * config.sub: Refer to NeXT's operating system as nextstep.
13692
13693 * config.sub (case $basic_machine): Re-order the cases, to match
13694 the order in the FSF version (which is mostly alphabethical).
13695 Merge in some additions and changes from the FSF.
13696
13697 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13698
13699 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13700 * config.sub: Recognize cxux7.
13701 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13702
13703 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13704
13705 * config.sub: Fix typo powerpc -> powerpc-*.
13706
13707 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13708
13709 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13710
13711 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13712 parallel with all-emacs and install-emacs). Top-level command
13713 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13714
13715 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13716
13717 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13718 $(relbindir)/make before doing ``make install'', and use
13719 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13720 installing over running make binary.
13721 ($(host)-stamp-stage3-installed): Likewise.
13722
13723 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13724
13725 * config.guess: Recognize Mach.
13726
13727 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13728
13729 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13730 see whether --exec-prefix was used.
13731
13732 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13733
13734 * README: Explicitly mention libg++/README. (Zoo's idea.)
13735
13736 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13737
13738 * Makefile.in: Add all-librx target similar to all-libproc.
13739
13740 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13741
13742 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13743 with post 1.2 uname bogosity.
13744
13745 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13746
13747 * configure: Remove temporary files on receipt of a signal.
13748
13749 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13750
13751 * configure: If there is a package_makefile_frag, remove
13752 ${subdir}/Makefile.tem after copying it in.
13753
13754 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13755
13756 * build_all.mk: support rs6000 lynx identifies itself as
13757 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13758 since /bin/gcc is too feeble to compile a modern gcc.
13759
13760 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13761
13762 * brought devo/test-build.mk update-to-date with progressive/
13763 test-build.mk. Add lynx targets and hppa flag info.
13764
13765 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13766
13767 * configure.in: Use mh-ncrsvr43. Patch from
13768 Tom McConnell <tmcconne@sedona.intel.com>.
13769
13770 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13771
13772 * config.guess (i386-unknown-bsdi): No longer need to
13773 check #if defined(__bsdi__) && defined(__i386__).
13774
13775 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13776
13777 * configure: Set program_transform_nameoption correctly.
13778
13779 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13780
13781 * brought build-all.mk update-to-date with progressive build-all.mk,
13782 added new targets and hppa info.
13783
13784 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13785
13786 * configure: If config.guess result is a prefix of the user
13787 specified target, assume a native build and use the user specified
13788 target as the host alias. Remove SunOS patch suffix removal hack.
13789 * configure.in: Remove SunOS patch suffix removal hack.
13790
13791 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13792 in NATIVE_CHECK_MODULES.
13793
13794 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13795
13796 * Makefile.in: Rename HOST_ONLY to NATIVE.
13797 * configure: Delete SunOs patch suffix from host_canonical
13798 and build_canonical variables that are prepended to Makefiles.
13799 * configure.in: Add comments for easier maintenance.
13800
13801 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13802
13803 * Makefile.in: Add all-libproc target similar to all-gui.
13804
13805 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13806
13807 * Makefile.in (CHECK_MODULES): split into
13808 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13809
13810 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13811
13812 * config.guess (i386-unknown-bsdi): New system to guess.
13813
13814 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13815
13816 * Makefile.in: Add all-gui target (but not yet build by "all").
13817
13818 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13819
13820 * config.sub: Move deletion of patch suffix from here...
13821 * configure.in: To here, at Ian's suggestion. The top-
13822 level scripts might need to know of a patch level.
13823
13824 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13825
13826 * config.sub: Strip off patch suffix so rtl is recognized
13827 as a sunos4.1.3 machine, even though it's been patched.
13828
13829 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13830
13831 * Makefile.in (INSTALL_LAST): Delete.
13832 (INSTALL_DOSREL): New.
13833
13834 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13835
13836 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13837 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13838 whether we pass down --with-gnu-ld anyhow.
13839
13840 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13841
13842 * Makefile.in (INSTALL_LAST): Change operation so it works
13843 on more flavors of make.
13844 * configure.in (go32): Don't build libg++ or libio.
13845
13846 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13847
13848 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13849 they can be overriden by templates.
13850
13851 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13852
13853 * configure.in (target==go32): Don't build gdb.
13854 * dosrel: New directory.
13855
13856 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13857
13858 * configure.in (host==go32): Configure dosrel too.
13859 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13860 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13861 be set by incoming names or templates.
13862 (INSTALL_LAST): New rule.
13863
13864 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13865
13866 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13867
13868 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13869
13870 * configure.in (appdirs): New variable. Currently empty, but will
13871 be used in gas distribution. If nonempty, lists a set of
13872 directories at least one of which must get configured, or top
13873 level configuration is considered to have failed.
13874 (rs6000-*-lynxos*): Use new file name.
13875
13876 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13877
13878 Eliminate XTRAFLAGS.
13879 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13880 newlib include files using -idirafter, and also use -nostdinc.
13881 (CXX_FOR_TARGET): Likewise.
13882 (XTRAFLAGS): Removed.
13883 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13884 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13885 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13886 ($(DO_X)): Don't pass down XTRAFLAGS.
13887
13888 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13889
13890 * configure.in (mips*-dec-bsd*): New target; do build linker.
13891 (mips*-*-bsd*): New target; don't build linker.
13892
13893 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13894
13895 * configure.in: support rs6000-*-lynxos* configuration.
13896 support sunos4 as a cross target.
13897
13898 * config.sub: look for lynx*, not lynx since the OS version may
13899 legitimately be part of the name.
13900
13901 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13902
13903 * configure.in (i[34]86-*-sco*): Move to be with other i386
13904 targets.
13905 (romp-*-*): New target. Skip various binary utilities.
13906 (vax-*-*): New target. Don't build newlib.
13907 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13908
13909 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13910
13911 * configure.in: Only set host_makefile_frag if config
13912 directory exists.
13913
13914 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13915
13916 * install.sh: If $dstdir exists, don't check whether each
13917 component does.
13918
13919 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13920
13921 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13922
13923 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13924
13925 * configure.in (*-*-lynxos*): Don't configure newlib for either
13926 native or cross Lynx.
13927
13928 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13929
13930 * config.sub (sparc64-elf): Fix os.
13931 (z8k): Remove duplicate.
13932
13933 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13934
13935 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13936 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13937
13938 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13939
13940 * configure: Make file links cleanly even if Lynx fails on
13941 an NFS symlink (at least fail cleanly).
13942
13943 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13944
13945 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13946 -XNh2000.
13947
13948 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13949
13950 * configure: Unknown options are fatal again.
13951
13952 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13953
13954 * configure: Ignore --x-includes and --x-libraries, for Autoconf
13955 compatibility.
13956
13957 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13958
13959 * build-all.mk: Add `clean' target.
13960
13961 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13962
13963 * config.guess: Add SINIX support.
13964 * configure.in: Add mips-*-sysv4* support.
13965
13966 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13967
13968 * build-all.mk: Document all useful targets.
13969 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13970 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13971
13972 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13973
13974 * configure: Support --silent, --quiet.
13975
13976 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13977
13978 * configure: Support --disable-FEATURE.
13979
13980 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13981
13982 * config.guess: Recognize NCR running SVR4.3.
13983
13984 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13985
13986 * config.guess: Make BSDI generate i386-unknown-bsd386.
13987 Patch from Paul Eggert <eggert@twinsun.com>.
13988
13989 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13990
13991 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13992
13993 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13994
13995 * configure: Make unrecognized options give nonfatal warnings
13996 instead of fatal errors, and pass them to any subdirectory
13997 configures in case they recognize them.
13998 Make --x equivalent to --with-x.
13999
14000 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
14001
14002 * configure: Add --enable-* options. Clean up usage message and
14003 some comments.
14004
14005 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
14006
14007 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
14008
14009 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14010
14011 * configure.in (hppa*-*-*): Enable binutils.
14012
14013 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14014
14015 * config.sub: Recognize cisco.
14016
14017 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
14018
14019 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
14020
14021 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14022
14023 * config.guess: about target *-hitachi-hiuxwe2, don't print more
14024 than one configuration name. Add comment.
14025
14026 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
14027
14028 * config.guess: about target *-hitachi-hiuxwe2, fixed
14029 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
14030 macro is incorrect.]
14031
14032 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14033
14034 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
14035 than the "make ls" stuff which used to be here.
14036
14037 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
14038
14039 * config.guess: Recognize i[34]86-unknown-freebsd.
14040 From Shawn M Carey <smcarey@rodan.syr.edu>.
14041
14042 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
14043
14044 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
14045
14046 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
14047
14048 * config.guess: Check for ptx.
14049
14050 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
14051
14052 * config.sub: Add os9k checking.
14053
14054 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14055
14056 * config.guess: Handle OSF1 running on HPPA processors
14057
14058 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14059
14060 * configure: If subdir configure fails, print out a message with
14061 subdirectory name, in case subdir's configure code didn't identify
14062 itself.
14063
14064 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
14065
14066 * configure.in: Remove embedded newlines from configdirs.
14067 Avoid mismatches of substrings. Fix matching strings at end
14068 of configdirs.
14069
14070 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
14071
14072 * config.guess: Add Lynx/rs6000 config support.
14073
14074 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
14075
14076 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
14077
14078 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
14079
14080 * configure.in (hppa*-*-osf*): Treat this just like most other
14081 PA configurations (eg no binutils or ld).
14082 (hppa*-*-*elf*): These configurations have binutils and ld.
14083
14084 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14085
14086 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
14087
14088 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14089
14090 * configure.in (rs6000-*-*): Build gas.
14091
14092 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
14093
14094 * Makefile.in: Avoid bug in losing hpux sed.
14095
14096 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
14097
14098 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
14099 for GDB and GDB has been fixed to not need it.
14100
14101 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14102
14103 * config.guess: Recognize vax hosts.
14104
14105 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14106
14107 * configure (while loop): Don't use "break 2" inside case
14108 statement -- the case statement isn't an enclosing loop.
14109
14110 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
14111
14112 * config.guess: Clean up NeXT support, to allow nextstep
14113 on Intel machines. Make OS be nextstep.
14114
14115 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
14116
14117 * config.guess: Add alternate forms for Convex.
14118
14119 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
14120
14121 * configure: Completely rewrite option processing. Take
14122 advantage of pattern-matching to avoid invoking test frequently.
14123 Also clean up host and target defaulting logic.
14124
14125 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
14126
14127 * Makefile.in: Replace all occurrances of "rootme" with "r" and
14128 "$${rootme}" with "$$r", to increase the likelihood that the do-*
14129 commands (plus user environment) will fit SCO limits.
14130
14131 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14132
14133 * configure.in: Don't issue warnings about directories which are
14134 not being configured if -norecursion is set. Correct test for
14135 --with-gnu-as and --with-gnu-ld to not get confused by substring
14136 matches.
14137
14138 * configure.in: Don't build gas for alpha-dec-osf1*.
14139
14140 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
14141
14142 * configure: Back out Per's change of 12/19/1993. It changes the
14143 behavior of configure in unexpected and confusing ways.
14144
14145 Also, use different delim char when calculating
14146 program_transform_name so that the name can contain slashes.
14147
14148 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
14149
14150 * configure.in, config.sub: Add support for VSTa micro-kernel.
14151
14152 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
14153
14154 * configure.in: Nuke hacks which were used to get a special
14155 version of GAS for HPPA configurations.
14156
14157 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
14158
14159 * configure: If only ${target_alias} is given, use that
14160 as the default for ${host_alias}.
14161 * configure: Add missing back-slashes before nested quotes.
14162
14163 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14164
14165 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
14166
14167 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
14168
14169 * config.guess: Recognize some Tektronix configurations.
14170 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
14171
14172 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14173
14174 * config.sub: Match any flavor of SH.
14175
14176 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
14177
14178 * configure.in: Don't try to configure newlib for Alpha.
14179
14180 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14181
14182 * configure.in: Don't build ld for Irix 5. Don't build gas,
14183 libg++ or libio for any Alpha target.
14184
14185 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
14186
14187 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
14188
14189 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
14190 default arguments -- so it tried to compress itself.
14191
14192 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
14193
14194 * configure.in (notsupp): ensure that a space is always at the end
14195 of the configdirs list, since the grep checks for an explicit space
14196
14197 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14198
14199 * configure.in (target i386-sysv4.2): don't build ld, since static
14200 versions of many libraries are not available.
14201
14202 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14203
14204 * config.guess: Recognize Apollos (using environment variables).
14205 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14206
14207 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14208
14209 * config.guess: Recognize Sony news mips running newsos.
14210
14211 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14212
14213 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14214 "fi ; else" for bash.
14215
14216 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14217
14218 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14219
14220 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14221
14222 * config.sub: accept unixware as an alias for svr4.2.
14223 Fix some inconsistancies with the gcc version.
14224
14225 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14226
14227 * Makefile.in (DISTDOCDIRS): Add gdb.
14228
14229 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14230
14231 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14232
14233 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14234
14235 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14236 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14237 this now.
14238
14239 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14240
14241 * config.sub: Accept hiux* as an OS name.
14242
14243 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14244 etc/make-stds.texi. The underscore came from gcc, and dje now
14245 agrees that RUNTESTFLAGS is the correct name.
14246
14247 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14248
14249 * install.sh: Remove 'set -e'. It makes any conditionals
14250 in the script useless.
14251
14252 * config.guess: Automatically recognize arm-acorn-riscix
14253 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14254
14255 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14256
14257 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14258
14259 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14260
14261 * Makefile.in (DISTDOCDIRS): New variable.
14262 (taz): Edit local Makefile.in sooner, instead of proto-toplev
14263 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
14264
14265 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14266
14267 * configure.in (hppa target): check the source directory for the
14268 pagas sub-directory
14269
14270 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14271
14272 * config.sub: Allow -aout* and -elf*.
14273
14274 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14275
14276 * configure.in: Don't build ld on i386-solaris2, same as for
14277 sparc-solaris2.
14278
14279 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14280
14281 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14282
14283 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14284
14285 * configure.in: Configure gdb for alpha.
14286
14287 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14288
14289 * Makefile.in (CXXFLAGS): Add -O.
14290
14291 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14292
14293 * config.guess: added support for DG Aviion
14294
14295 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14296
14297 * configure.in: Produce warning message for subdirectories not
14298 configurable for this host/target combination. Don't try to
14299 configure gdb for vms.
14300
14301 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14302
14303 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14304 appropriate files before making "diststuff".
14305 (DISTBISONFILES): New var: list of files to be edited.
14306 (DISTSTUFFDIRS): Add binutils.
14307
14308 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14309
14310 * config.sub: also handle mipsel and mips64el (for little endian mips)
14311
14312 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14313
14314 * configure.in: Add * to end of all OS names.
14315
14316 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14317
14318 * configure.in: Build newlib for LynxOS native.
14319
14320 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14321
14322 * config.guess: Add support for delta 88k running SVR3.
14323
14324 * configure.in: Add comment about HP compiler vs. emacs.
14325
14326 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14327
14328 * configure.in: don't build ld on solaris2 (not a viable option
14329 due to bugs in getpwnam & getpwuid)
14330
14331 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14332
14333 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14334 config.guess will produce a full version number.
14335
14336 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14337
14338 * configure.in: Build linker and binutils for alpha-dec-osf1.
14339
14340 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14341
14342 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14343 and gdb/testsuite/Makefile.in.
14344
14345 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14346
14347 * configure.in: recognize mips*- instead of mips-
14348
14349 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14350
14351 * config.sub: Accept linux*coff and linux*elf as operating
14352 systems.
14353
14354 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14355
14356 * config.sub: Recognize mips64, and mips3 as an alias for it.
14357
14358 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14359
14360 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14361 gdb knows how to handle OSF/1 shared libraries.
14362
14363 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14364
14365 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14366 * config.guess: Recognize Hitachi's HIUX.
14367 * config.sub: Recognize h3050r* and hppahitachi.
14368 Remove redundant cases for hp9k[23]*.
14369
14370 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14371
14372 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14373 if gas and ld are in the source tree and are in ${configdirs}.
14374 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
14375 --with options (but still pass them down on the command line,
14376 if they were explicitly specified).
14377
14378 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14379
14380 * configure: substitute SHELL value in Makefile.in with
14381 ${CONFIG_SHELL}
14382
14383 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14384
14385 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14386 *-*-solaris2* targets.
14387
14388 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14389
14390 * Makefile.in: define M4, and pass it down to sub-makes;
14391 all-autoconf now depends on all-m4
14392
14393 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14394
14395 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14396 presence of {ar,ranlib} instead of a configured directory
14397
14398 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14399
14400 * config.guess: Accept 34?? as well as 33?? for NCR.
14401
14402 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14403
14404 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14405 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14406
14407 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14408
14409 * configure: grab values for $(CC) and $(CXX) from the
14410 environment, so that someone can do "CC=gcc configure; make" and
14411 have it work right (matching the way that autoconf works now)
14412
14413 * configure.in, Makefile.in: add support for gash, the tcl
14414 interface to Galaxy
14415
14416 * config.guess: add NetBSD variants (hp300, x86)
14417
14418 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14419
14420 * install.sh: Support -d option (in the manner of SunOS 4 install,
14421 as it is more deterministic than that of GNU install)
14422 (chmodcmd): Set file to mode 755 by default (should also do default
14423 chgrp and chown, but I don't feel like dealing with that now)
14424
14425 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14426
14427 * config.sub: Remove h8300hhms alias.
14428
14429 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14430
14431 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14432
14433 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14434
14435 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14436 as stmp-fixinc
14437
14438 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14439
14440 * config.sub: recognize m88110-bug-coff.
14441
14442 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14443
14444 * Makefile.in (all-libio): all dependencies on the toolchain used
14445 to build this (gcc, gas, ld, etc)
14446
14447 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14448
14449 * config.guess: Deal with OSF/1 1.3 on alpha.
14450
14451 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14452
14453 * install.sh: add some 'else true' clauses for portability
14454
14455 * configure.in: don't build libio for h8[35]00-*-* targets
14456
14457 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14458
14459 * Makefile.in: Add support for new libio.
14460
14461 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14462
14463 * install.sh: If one command fails, don't try the rest. Don't try
14464 to remove $dsttmp (via trap) unless we have already created it.
14465 If $src doesn't exist, detect it and exit with an error.
14466
14467 * config.guess: Recognize BSD on hp300.
14468
14469 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14470
14471 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14472 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14473
14474 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14475
14476 * Makefile.in (all-send-pr): depends on all-prms
14477
14478 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14479
14480 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14481
14482 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14483
14484 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14485 Added test for mips-mips-riscos5.
14486
14487 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14488
14489 * configure.in: use mh-hp300 for 68k HP hosts
14490
14491 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14492
14493 * configure: add support for CONFIG_SHELL, so that you can use
14494 some alternate shell for evaluating configure scripts
14495
14496 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14497
14498 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14499 in configure script to bug-gdb@prep.ai.mit.edu when building
14500 distribution archive.
14501 * Makefile.in (COMPRESS): Remove def.
14502 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14503 gdb.tar.Z and make-gdb.tar.Z respectively.
14504 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14505 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14506 to convergence with 'taz' target in Makefile.in.
14507
14508 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14509
14510 * install.sh (dsttmp): use trap to ensure that tmp files go
14511 away on error conditions
14512
14513 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14514
14515 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14516
14517 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14518
14519 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14520 its parent is '/' not ''.
14521
14522 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14523
14524 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14525
14526 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14527 that ${newsrcdir}/configure.in does.
14528
14529 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14530
14531 * test-build.mk: support for CONFIG_SHELL
14532
14533 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14534
14535 * config.sub (netware): Add as a basic system type.
14536
14537 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14538
14539 * Makefile.in (Makefile): depend on configure.in. Also drop the
14540 $(srcdir)/ from the dependency on Makefile.in.
14541
14542 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14543
14544 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14545 (h8300hhms is temporary until multi-libraries are implemented).
14546 * configure.in: Handle h8300h too.
14547
14548 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14549
14550 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14551
14552 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14553
14554 * configure: Remove extraneous output when guessing host type.
14555 * config.guess: Remove extraneous output when guessing using C
14556 compiler rather than uname, or when guessing fails.
14557
14558 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14559
14560 * Makefile.in: remove all.cross and install.cross targets
14561
14562 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14563 definitions
14564
14565 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14566
14567 * configure.in (target sh): Build gprof.
14568
14569 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14570
14571 * config.sub: change -solaris to -solaris2
14572
14573 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14574
14575 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14576
14577 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14578
14579 * configure: Correct error message for missing Makefile.in to
14580 print correct directory.
14581
14582 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14583
14584 * install.sh: kludge around 386BSD shell bug
14585
14586 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14587
14588 * config.guess: Recognize NeXT.
14589 * config.guess: Recognize i486-ncr-sysv4.
14590 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14591
14592 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14593
14594 * Makefile.in (MAKEINFOFLAGS): New variable.
14595 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14596 * build-all.mk, test-build.mk: Pass down --no-split as
14597 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14598
14599 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14600
14601 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14602
14603 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14604
14605 * Makefile.in (libg++.tar.z): New rule.
14606 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14607 * Makefile.in (taz): Only do a single chmod.
14608
14609 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14610
14611 * install.sh: don't use dirname anymore (replaced with sed usage)
14612
14613 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14614
14615 * Makefile.in: Change extension for gzip'd files from '.z' to
14616 '.gz' per new FSF standard usage.
14617
14618 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14619
14620 * configure: put quotes around the final value of program_transform_name
14621
14622 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14623
14624 * Makefile.in: new install.sh support; update install-info rules
14625
14626 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14627
14628 * configure.in: Build diff for crosses, but not for go32 host.
14629
14630 * configure.in: Build gprof only for native, and don't build it
14631 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14632
14633 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14634
14635 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14636
14637 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14638
14639 * configure.in (host_tools): Add prms.
14640
14641 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14642
14643 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14644 with $(FLAGS_TO_PASS) on the command line
14645
14646 * config.sub: Recognize lynx and lynxos
14647
14648 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14649
14650 * config.sub: Accept -ecoff*, not just -ecoff.
14651
14652 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14653
14654 * Makefile.in (taz): Use .gz suffix instead of .z.
14655 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14656 names.
14657
14658 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14659
14660 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14661
14662 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14663
14664 * Makefile.in (install-no-fixedincludes): install gcc last, so
14665 that rebuilds that might happen during 'make install' don't get
14666 bogus gcc include files
14667
14668 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14669
14670 Change from Utah for HPPA support:
14671 * config.guess: Recognize hppa1.x-hp-bsd.
14672
14673 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14674
14675 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14676 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14677
14678 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14679
14680 * config.sub: Add support for rom68k and bug boot monitors.
14681
14682 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14683
14684 * Makefile.in: Make all-opcodes depend on all-bfd.
14685
14686 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14687
14688 * config.guess: Added special check for i[34]86-univel-sysv4*.
14689
14690 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14691
14692 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14693 the processor rather than assuming i486.
14694
14695 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14696
14697 * config.guess: Recognize SunOS6 as Solaris3.
14698
14699 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14700
14701 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14702 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14703
14704 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14705
14706 * build-all.mk (all-cross): New target for Canadian Cross.
14707 Added Q2 go32 targets.
14708 * test-build.mk: Configure go32 cross sparclite-aout and
14709 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14710 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14711
14712 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14713
14714 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14715 GO32 hosted toolchains
14716
14717 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14718
14719 * configure: change so "-exec-prefix" gets passed down rather
14720 than "-exec_prefix" so autoconf generated Makefiles get the
14721 exec_prefix set right.
14722
14723 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14724
14725 * config.guess: get the Solaris2 minor version number
14726
14727 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14728
14729 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14730
14731 * config.guess: Recognize some Sequent platforms.
14732
14733 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14734
14735 * Makefile.in: added the vault-install target
14736
14737 * configure.in: actually use the Sun3 makefile fragment that's in
14738 config, also added the release dir to configdirs
14739
14740 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14741
14742 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14743
14744 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14745
14746 * configure.in: remove some program from Alpha targetted toolchains
14747
14748 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14749
14750 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14751 gprof.
14752 (taz): Run "make diststuff" in those directories instead of "make
14753 proto-dir". Look for "VERSION=" only at start of line in subdir
14754 Makefile. Use "gzip -9" for compression.
14755 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14756 (binutils.tar.z): New target.
14757
14758 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14759
14760 * Makefile.in (taz): Include gpl.texinfo.
14761
14762 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14763
14764 * Makefile.in (setup-dirs): Merged into "taz" target.
14765 (taz): Only do `proto-dir' stuff if a directory is actually needed
14766 for this target.
14767
14768 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14769
14770 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14771 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14772 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14773 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14774 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14775
14776 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14777
14778 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14779 config.sub, and move-if-change to gdb testsuite distribution
14780 archive, so the testsuite can be extracted, configured, and
14781 run separately from the gdb distribution. Blow away the Chill
14782 tests that require a Chill compiled executable, since GNU Chill
14783 is not yet publically available.
14784
14785 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14786
14787 * test-build.mk: set environment variables in a single command,
14788 instead of a list of assignments and exports
14789
14790 * config.guess: recognize Alpha/OSF1 systems
14791
14792 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14793
14794 * configure: Change help message to prefer --options rather than
14795 -options.
14796
14797 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14798
14799 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14800 zippy@ecst.csuchico.edu.
14801 * config.guess: Recognize miniframe.
14802
14803 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14804
14805 * Makefile.in: Use srcroot to find runtest rather than rootme.
14806 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
14807
14808 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14809
14810 * test-build.mk: Extensive additions to support building on a
14811 machine other than the host.
14812
14813 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14814
14815 * configure (tooldir): Fix for i386-aix again.
14816
14817 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14818
14819 * configure, Makefile.in: Change definition of $(tooldir)
14820 to match the FSF.
14821
14822 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14823
14824 * config.guess: Recognize i[34]86/SVR4.
14825
14826 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14827
14828 * Makefile.in (all-gdb): gdb depends on sim.
14829
14830 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14831
14832 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14833 at the same time we make the prototype gdb directory.
14834 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14835 files at the same time as the gdb base release distribution.
14836
14837 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14838
14839 * Makefile.in (check): Use individual check targets rather than
14840 DO_X rule.
14841 (check-gcc): Added.
14842
14843 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14844
14845 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14846 for System V release 3.2.
14847
14848 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14849
14850 * config.sub: Recognize hppaosf.
14851 * configure.in: Do configure ld/binutils/gas for it.
14852
14853 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14854
14855 * configure (tooldir): Alter syntax used to set this, for systems
14856 where "\$" isn't handled right, like i386-aix.
14857
14858 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14859
14860 * configure: Pass program-transform-name, not
14861 program_transform_name, to recursive configures.
14862
14863 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14864
14865 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14866 of gas+ld+binutils.
14867
14868 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14869
14870 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14871
14872 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14873
14874 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14875
14876 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14877
14878 * Makefile.in (PRMS): Set back to all-prms.
14879
14880 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14881
14882 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14883 targets, rather than for MIPS hosts.
14884
14885 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14886
14887 * configure.in: add comment for --with-x default values
14888
14889 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14890
14891 * Makefile.in: add check-* targets for each of the directories in
14892 the tree. Add a definition of RUNTEST that will use the one we
14893 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14894
14895 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14896
14897 * configure.in: Removed obsolete references to bfd_target and
14898 target_makefile_frag.
14899
14900 * build-all.mk: Set assorted targets for Q2.
14901 * config.sub: Recognize z8k-sim and h8300-hms.
14902 * test-build.mk: Really don't pass host to configure.
14903 (HOLES): Added uname.
14904
14905 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14906
14907 * configure: Handle an empty program-prefix, program-suffix or
14908 program-transform-name correctly.
14909
14910 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14911
14912 * build-all.mk: -G 8 no longer required for MIPS targets.
14913 * test-build.mk: Don't pass host argument to configure; make it
14914 guess.
14915
14916 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14917
14918 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14919 * Makefile.in (COMPRESS): New macro, like GZIP.
14920
14921 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14922
14923 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14924
14925 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14926 with gas currently defaults to -G 0.
14927
14928 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14929
14930 * Makefile.in (all-flex): flex depends on byacc.
14931
14932 * build-all.mk: If host not specified, use config.guess. Pass TAG
14933 to test-build.mk as RELEASE_TAG.
14934 * test-build.mk (configargs): New variable containing arguments to
14935 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14936 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14937
14938 * config.guess: Use /bin/uname when checking -X argument on SCO,
14939 to avoid invoking GNU uname which doesn't understand -X.
14940
14941 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14942
14943 * configure.in: Build gas for mips-*-*.
14944
14945 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14946
14947 * Makefile.in (all.normal): insert missing backslash.
14948
14949 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14950
14951 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
14952
14953 * Makefile.in: Complete overhaul to merge many almost identical
14954 targets.
14955
14956 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14957
14958 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14959 (gdb.tar.Z): Adjusted.
14960
14961 * Makefile.in (setup-dirs, taz): New targets; should be general
14962 enough to adapt for gdb sometime. Build only .z file.
14963 (gas.tar.z): New target.
14964
14965 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14966
14967 * build-all.mk: Use CC=cc -Xs on Solaris.
14968
14969 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14970
14971 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14972 for handling BISON for FSF releases.
14973
14974 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14975
14976 * configure: Actually implement the change zoo just documented.
14977
14978 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14979
14980 * configure: when using config.guess, only set target_alias when
14981 it's not already been set (ie, on the command line)
14982
14983 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14984
14985 * Makefile.in: add installcheck target, set PRMS to install-prms
14986
14987 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14988
14989 * configure: add support for package_makefile_fragment, handle the
14990 case where a directory has a configure.in file but no Makefile.in
14991 more gracefully (with an actual understandable error message, even);
14992 add support for --without (and add this to the usage message); also
14993 explicitly add a --host=${host_alias} to the command line when
14994 config.guess is used
14995
14996 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14997
14998 * configure: Must use both --host and --target in recursive calls.
14999
15000 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
15001
15002 * Makefile.in: Change deja-gnu to dejagnu.
15003
15004 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
15005
15006 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
15007
15008 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15009
15010 * configure.in: canonicalize all instances to *-*-solaris2*,
15011 also strip out a number of tools to not build for go32 host
15012
15013 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15014
15015 * config.guess: add GPL.
15016
15017 * Makefile.in, config.guess, config.sub, configure: bump
15018 copyrights to 93.
15019
15020 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
15021
15022 * Makefile.in (do-info): Removed obsolete check for existence of
15023 localenv file.
15024
15025 * Makefile.in (MAKEOVERRIDES): Define to be empty.
15026
15027 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15028
15029 * Makefile.in: a couple of 'else true' for decstation,
15030 support for TclX
15031
15032 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
15033
15034 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
15035
15036 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
15037
15038 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
15039
15040 * config.guess: Recognize i386-ibm-aix (PS/2).
15041 * configure.in: Use config/mh-aix386 file for it.
15042
15043 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
15044
15045 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
15046 CC_FOR_TARGET instead.
15047 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
15048
15049 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
15050
15051 * Makefile.in: Add sim to list of directories sent with gdb
15052
15053 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
15054
15055 * configure.in: Put back mips-dec-bsd* case.
15056
15057 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
15058
15059 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
15060 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
15061 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
15062
15063 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15064
15065 * configure.in: remove no-op mips-dec-bsd* in "case $target"
15066
15067 * Makefile.in (dir.info): only run gen-info-dir if it exists,
15068 (install-info): install dir.info only if it exists,
15069 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
15070
15071 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
15072
15073 * configure.in: For vms target, skip bfd, ld, binutils. Do build
15074 gas for mips-dec-bsd.
15075
15076 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
15077
15078 * configure (makesrcdir): If ${srcdir} is relative and not ".",
15079 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
15080
15081 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
15082
15083 * configure.in: Added "dejagnu" to hosttools list.
15084
15085 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
15086
15087 * config.sub, configure.in, config.guess: Add support
15088 for Bosx, an AIX variant from Bull.
15089 Patches from F.Pierresteguy@frcl.bull.fr.
15090
15091 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
15092
15093 * devo/dejagnu: Initial creation of devo/dejagnu.
15094 Migrated dejagnu testcases and support files for testing software
15095 tools to reside as subdirectories, currently called "testsuite",
15096 within the directory of the software tool. Migrated all programs,
15097 support libraries, etc. beloging to dejagnu proper from
15098 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
15099 with no modifications. The changes to these files which will
15100 allow them to configure, build, and execute properly will be made
15101 in a future update.
15102
15103 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
15104
15105 * Makefile.in: Change send_pr to send-pr.
15106 * configure.in: Likewise.
15107 * send_pr: Renamed directory to send-pr.
15108
15109 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
15110
15111 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
15112
15113 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
15114
15115 * README: Update for gdb-4.8 release.
15116 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
15117 gdb-xxx.tar.z (gzip'd) file also.
15118
15119 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15120
15121 * Makefile.in: make all-diff depend on all-libiberty
15122
15123 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
15124
15125 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
15126
15127 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15128
15129 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
15130
15131 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
15132
15133 * Makefile.in (DEVO_SUPPORT): Remove etc directory
15134 (ETC_SUPPORT): Only add the files GDB wants from etc/.
15135 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
15136
15137 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15138
15139 * Makefile.in: makeinfo binary is in a new location
15140
15141 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
15142
15143 * config.sub: Accept -ecoff as an OS.
15144
15145 * Makefile.in: Various changes to eliminate a level of make
15146 recursion and reduce the required command line length.
15147 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
15148 sub-makes.
15149 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
15150 variables holding settings for specific sub-makes.
15151 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
15152 in terms of BASE_FLAGS_TO_PASS.
15153 (TARGET_LIBS): New variable listing directories which use
15154 TARGET_FLAGS_TO_PASS.
15155 (subdir_do): Eliminated.
15156 (do-*): New set of targets to replace subdir_do.
15157 (various): All targets which used subdir_do now depend on do-*.
15158 (local-clean): Renamed from do_clean.
15159 (local-distclean): New target, dependency of distclean and
15160 realclean.
15161 (install-info): Don't create directories. Depend on dir.info
15162 rather than calling make recursively.
15163 (install-dir.info): Eliminated.
15164 (install-info-dirs): Create all info directories here.
15165 (dir.info): Depend upon do-install-info.
15166
15167 * test-build.mk (HOLES): Added false.
15168
15169 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
15170
15171 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
15172
15173 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15174
15175 * Makefile.in (info): remove dependency on all-texinfo. The
15176 problem was really in texinfo/C, not at this level.
15177
15178 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
15179
15180 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
15181
15182 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
15183
15184 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
15185 GDB releases.
15186
15187 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15188
15189 * configure: Include srcdir in message about target of link not
15190 being found. Don't convert `-' to `_' in `with' options being
15191 passed to subdirs.
15192
15193 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15194
15195 * configure.in: add uudecode to host_tools
15196
15197 * Makefile.in: added {all,install}-uudecode targets, added them to
15198 the appropriate lists
15199
15200 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
15201
15202 * Makefile.in (all-gcc): Added dependency on all-gas.
15203
15204 * configure.in (mips-*-*): Build ld and binutils.
15205
15206 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15207
15208 * configure: check return code from mkdir, print error message and
15209 exit on failure.
15210
15211 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15212
15213 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15214
15215 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15216
15217 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15218
15219 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15220
15221 * config.sub (h8500): Recognize this as a cpu type.
15222
15223 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15224
15225 * configure: source directory missing is no longer a warning
15226
15227 * configure.in: recognize irix[34]* instead of irix[34]
15228
15229 * Makefile.in: define and pass down X11_LIB
15230
15231 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15232
15233 * guess-systype: Renamed to ...
15234 * config.guess: ... by popular request.
15235 * configure.in, Makefile.in: Update accordingly.
15236
15237 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15238
15239 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15240 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15241 + Execute ./dummy instead of assuming . is in PATH.
15242
15243 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15244
15245 * guess-systype: New shell script. Attempts to guess the
15246 canonical host name of the executing host.
15247 Only a few hosts are supported so far.
15248 * configure: Call guess-systype if no host is specified.
15249
15250 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15251
15252 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15253 gcc Makefile.
15254
15255
15256 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15257
15258 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15259 (all-gcc, install-gcc, subdir_do): Use it.
15260
15261 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15262
15263 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15264
15265 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15266
15267 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15268 set exclusively by configure, using configure.in .
15269
15270 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15271
15272 * test-build.mk: set $PATH for all builds
15273
15274 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15275
15276 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15277
15278 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15279 the one used in gcc/Makefile.in, so that a null expansion doesn't
15280 override the one needed to build gcc with a native cc.
15281
15282
15283 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15284
15285 * configure: Accept -with arguments.
15286
15287 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15288
15289 * Makefile.in: added h8300sim
15290
15291 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15292
15293 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15294 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15295 (all-cygnus, native, build-cygnus): Make
15296 $(canonhost)-stamp-3stage-done, not $(host)....
15297 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15298 i386-sco3.2v4. Added else true to if command.
15299
15300 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15301
15302 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15303
15304 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15305
15306 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15307
15308 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15309
15310 * configure.in: don't remove binutils from Solaris builds
15311
15312 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15313
15314 * Makefile.in: get rid of earlier definitions for *clean,
15315 also handle the recursive info rule better
15316
15317 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15318
15319 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15320 do more-or-less the right thing.
15321
15322 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15323
15324 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15325 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15326
15327 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15328
15329 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15330 $(host_canonical).
15331
15332 * configure.in: split the configdirs list into 4 categories (native
15333 v. cross, library v. tool) and handle the cross-only and native-
15334 only in more reasonable (and correct!) way.
15335
15336 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15337
15338 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15339 configdirs anymore.
15340
15341 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15342
15343 * Makefile.in: extensive cleanup:: removed all of the explicit
15344 clean-* targets, collapsed many wrappers around subdir_do into
15345 one, added additional targets to satisfy standards.texi, deleted
15346 some old targets, some changes for consistency
15347
15348 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15349
15350 * configure.in: handle some programs as cross-only, and others as
15351 native only
15352
15353 * test-build.mk: handle partial holes in a more generic manner
15354
15355 * Makefile.in: m4 depends on libiberty
15356
15357 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15358
15359 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15360 time, wdiff, and find to configdirs
15361
15362 * Makefile.in: all, clean, and install rules for the new programs
15363 added to configure.in
15364
15365 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15366
15367 * configure.in: use mh-sun for all *-sun-* hosts
15368
15369 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15370
15371 * Makefile.in: define flags for X11 include files and library file
15372 locations, pass them down to the programs that need this info
15373
15374 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15375
15376 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15377
15378 * configure.in: start building libg++ for HP-UX targets
15379
15380 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15381
15382 * README: Update references to files moved into etc/.
15383
15384 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15385
15386 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15387 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15388
15389 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15390
15391 * configure: accept dash as well as underscore in long option
15392 names for FSF compatibility.
15393
15394 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15395
15396 * config.sub: added -sco3.2v4 support from FSF.
15397
15398 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15399
15400 * configure.in: expand the section that adds or removes
15401 directories from the list of programs to build, to handle native
15402 vs. cross in addition to host v. native
15403
15404 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15405
15406 * Makefile.in: Replace C++ in macro names with CXX.
15407 This is less likely to break ...
15408
15409 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15410
15411 * test-build.mk: add -w to GNU_MAKE
15412
15413 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15414
15415 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15416 add 'sparc' to list of recognized cpus. This needed to make
15417 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15418 Delete some redundant ose68 variants. Recognize -wrs as an os,
15419 then changes that into $CPU-wrs-vxworks.
15420
15421 * configure.in: remove most references to gdbtest, regularize
15422 target based program removal
15423
15424 * test-build.mk: import from p3 tree (many fixes and changes)
15425
15426 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15427
15428 * Makefile.in: added rules to handle tcl, tk, and expect
15429
15430 * configure.in: handle those directories if they exist
15431
15432 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15433
15434 * config.sub: removed bogus hppabsd and hppahpux names, since
15435 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15436
15437 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15438
15439 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15440 depends upon all-xiberty
15441
15442 * Makefile.in: changes from p3, including:
15443
15444 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15445
15446 * Makefile.in (XTRAFLAGS): include newlib directories if
15447 newlib/Makefile exists, rather than if host != target.
15448
15449 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15450
15451 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15452 from the same source tree and not building a cross-compiler. This
15453 matters for the libg++ configuration if reconfiguring a tree that
15454 has already been installed.
15455
15456 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15457
15458 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15459 pick up the machine and system specific header files.
15460
15461 * Makefile.in: added AS_FOR_TARGET, passed down in
15462 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15463 the C compiler to use to create programs which are run in the
15464 build environment, set it to default to $(CC), and passed it down
15465 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15466
15467 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15468
15469 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15470 We need them for unusual native builds, like systems without
15471 ranlib.
15472
15473 * configure: also define $(host_canonical) and
15474 $(target_canonical), which are the full, canonical names for the
15475 given host and target
15476
15477 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15478
15479 * Makefile.in: Added separate definitions for C++.
15480
15481 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15482
15483 * configure.in (configdirs): Add deja-gnu.
15484
15485 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15486
15487 * README: Update for configure.texi and gdb-4.7 release.
15488
15489 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15490
15491 * Makefile.in: Move "all" target to top of file.
15492 Previously, first target was ".PHONY" which caused BSD4.4 make
15493 to build .PHONY when make was run without arguments.
15494
15495 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15496
15497 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15498 Library-copylefted code in libiberty.
15499
15500 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15501
15502 * config.sub: Replace m68kmote with plain old m68k.
15503
15504 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15505
15506 * Makefile.in: Remove space from blank line, avoid Make complaints.
15507
15508 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15509
15510 * config.sub: Complain if no argument is given. Added support for
15511 386bsd as OS and target alias.
15512
15513 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15514
15515 * Makefile.in (XTRAFLAGS): include newlib directories if
15516 newlib/Makefile exists, rather than if host != target.
15517
15518 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15519
15520 * config.sub: recognize sparclite-wrs-vxworks.
15521
15522 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15523 p3.) Added clean-xiberty to clean.
15524
15525 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15526
15527 * configure.in: use *-*-* instead of nested cases for host and target
15528
15529 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15530
15531 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15532 from the same source tree and not building a cross-compiler. This
15533 matters for the libg++ configuration if reconfiguring a tree that
15534 has already been installed.
15535
15536 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15537
15538 * config.sub (i486v/i486v4): Merge in from FSF version.
15539
15540 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15541
15542 * configure: only set PWD if it is already set.
15543
15544 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15545
15546 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15547 doesn't have unset and all success paths (and most error paths)
15548 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15549 to just ${PWD} to avoid confusion.)
15550
15551 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15552
15553 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15554 even for a native compilation.
15555
15556 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15557
15558 Changes to make the gdb.tar.Z rule work better.
15559
15560 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15561 (DEVO_SUPPORT): Add configure.texi.
15562 (bfd-ilrt.tar.Z): Remove ancient rule.
15563
15564 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15565
15566 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15567 pick up the machine and system specific header files.
15568
15569 * configure.in, config.sub: added new target m68010-adobe-scout,
15570 with alias of adobe68k. Changed configure.in to check for
15571 -scout before -sco* to avoid a false match.
15572
15573 * Makefile.in: added AS_FOR_TARGET, passed down in
15574 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15575 the C compiler to use to create programs which are run in the
15576 build environment, set it to default to $(CC), and passed it down
15577 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15578
15579 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15580
15581 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15582 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15583 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15584 FOR_TARGET variants, to newlib and libg++.
15585
15586 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15587
15588 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15589 first.
15590
15591 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15592
15593 * config.sub: Accept `elf' as an environment.
15594
15595 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15596
15597 * Makefile.in (all-opcodes): cd into the right directory
15598
15599 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15600
15601 * configure: added -program_transform_name option, used as
15602 argument to sed when installing programs.
15603 configure.texi: added documentation for -program_prefix,
15604 -program_suffix and -program_transform_name.
15605
15606 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15607
15608 * config.sub: Accept i486 where i386 ok.
15609
15610 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15611
15612 * config.sub: accept we32k
15613
15614 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15615
15616 * config.sub, configure.in: accept OSE68000 and OSE68k.
15617
15618 * Makefile.in: don't create all directories for ``make install'';
15619 let the subdirectories create the ones they need.
15620
15621 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15622
15623 * COPYING: new file, GPL v2
15624
15625 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15626
15627 * Makefile.in: use the new gen-info-dir, which needs a template
15628 argument (which also lives in texinfo)
15629
15630 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15631
15632 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15633
15634 * config.sub (ncr3000): Change i386 to i486.
15635
15636 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15637
15638 * Makefile.in: add install-rcs, install-grep to
15639 install-no-fixedincludes, removed install-bison and install-libgcc
15640
15641 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15642
15643 * configure.in: grab the HPUX makefile fragment if on HPUX
15644
15645 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15646
15647 * Makefile.in: eradicate bison spoor (ditto libgcc).
15648 configure.in: recognise m68{k,000}-ericsson-OSE.
15649 es1800 is alias for m68k-ericsson-OSE
15650
15651 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15652
15653 * configure.in: rearrange the parts that remove programs from
15654 configdirs, based now on HOST==TARGET or by canonical triple.
15655
15656 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15657
15658 * test-build.mk: recurse explicitly with -f test-build.mk when
15659 appropriate. predicate stage3 and comparison on the existence
15660 of gcc. That is, if gcc isn't around, we aren't three-staging.
15661 On very clean, also remove ...stamp-co. Build in-place before
15662 doing other builds.
15663
15664 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15665
15666 * Makefile.in, configure.in: add tgas
15667
15668 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15669
15670 * Makefile.in: a number of changes merged in from progressive.
15671
15672 * configure.in: add libm.
15673
15674 * .cvsignore: ignore some stuff that comes from test-build.mk.
15675
15676 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15677
15678 * config.sub: Add es1800 (m68k-ericsson-es1800).
15679
15680 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15681
15682 * configure: Add program_suffix (parallel to program_prefix)
15683 * Makefile.in: adjust directory-creating script for losing decstation
15684
15685 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15686
15687 * configure: Minor $subdir-related fixes.
15688
15689 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15690
15691 * configure: fix various problems with propogating
15692 makefile_target_frag in subdirs.
15693 * configure.in: config libgcc if its there
15694
15695 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15696
15697 * config.sub: HPPA merge.
15698
15699 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15700
15701 * Makefile.in: Replace all-bison with all-byacc in all
15702 dependency lines for other tools (which now use byacc).
15703
15704 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15705
15706 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15707
15708 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15709
15710 * Makefile.in: make gprof rules similar to byacc rules (instead of
15711 vestigal $(unsubdir) that didn't work...)
15712
15713 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15714
15715 * config.sub: Add support for Linux.
15716 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15717 (at least for libg++).
15718
15719 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15720
15721 * configure.texi: fix doc for the -nfp option to configure
15722
15723 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15724
15725 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15726
15727 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15728
15729 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15730 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15731 * configure.in: added solaris* host_makefile_frag hook.
15732
15733 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15734
15735 * config.sub: changed recognition of m68000 so that various
15736 m68k types can be specified via m680[01234]0
15737
15738 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15739
15740 * config.sub (basic_machine): fix sed so that '-foo' isn't
15741 completely substituted out while .+'-foo' loses the '-foo'
15742
15743 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15744
15745 * config.sub ($os): Add -aout.
15746
15747 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15748
15749 * configure: If host_makefile_frag is absolute, don't
15750 prefix ${invsubdir} (relevant to libg++ auto-configure).
15751
15752 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15753
15754 * Makefile.in (tooldir): Define it.
15755 (all-ld): Depend on all-flex.
15756
15757 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15758
15759 * Makefile.in (check): Fix libg++ special case.
15760
15761 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15762
15763 * configure: do not bury `pwd` into config.status, thus do fewer
15764 pwd's.
15765
15766 * configure: print the "Building in" message only when building in
15767 other than "." AND verbose.
15768
15769 * configure: remove -s, rework -v to better accommodate guested
15770 configures.
15771
15772 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15773
15774 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15775
15776 * Makefile.in: macroize flags passed on recursion. remove
15777 fileutils.
15778
15779 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15780
15781 * configure: get makesrcdir right for subdirs deeper than 1.
15782
15783 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15784 install.
15785
15786 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15787
15788 * Makefile.in: don't print subdir_do or recursion lines.
15789
15790 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15791
15792 * standards.texi: added menu item.
15793
15794 * Makefile.in: build and install standards.info.
15795
15796 * standards.texi: new file.
15797
15798 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15799
15800 * configure: test for and move config.status pieces from
15801 ${subdir}/.
15802
15803 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15804
15805 * configure: Test for existance of files before trying to mv
15806 them, to avoid numerous non-existance messages.
15807
15808 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15809
15810 * configure: correct final line of config.status.
15811
15812 * configure: patch from eggert. Avoids a protection problem if
15813 the original Makefile.in is read only.
15814
15815 * configure: use move-if-change from gcc to create config.status.
15816 Some makefiles depend on config.status to tell if a directory
15817 has been reconfigured for a different host. This change
15818 prevents those directories from remaking everything in the case
15819 where the reconfig was only intended to rebuild a Makefile.
15820
15821 * configure: test for config.sub with "config.sub sun4" rather
15822 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15823 host alias from a missing config.sub.
15824
15825 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15826
15827 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15828 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15829
15830 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15831
15832 * configure: mkdir ${subdir} as needed.
15833
15834 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15835
15836 * Makefile.in,configure.in: added autoconf.
15837
15838 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15839
15840 * Makefile.in: no longer pass against on recursion.
15841
15842 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15843 definitions are not inherited.
15844
15845 * configure: correct makesrcdir when subdir is .
15846
15847 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15848
15849 * configure: Add support for 'subdirs' variable, which is
15850 like 'configdirs', except that configure doesn't re-invoke
15851 itself for subdirs, it just creates a Makefile for each subdir.
15852 * configure.texi: Document subdirs.
15853
15854 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15855
15856 * configure.in: added flex to configdirs
15857
15858 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15859
15860 * Makefile.in: remove clean-stamps from clean.
15861
15862 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15863
15864 * configure.in: Add gdbtest to configdirs.
15865
15866 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15867
15868 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15869 to recursive makes.
15870 * configure.in: Recognize new ncr3000 config.
15871
15872 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15873
15874 * Makefile.in, configure.in: removed references to gdbm.
15875
15876 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15877
15878 * config.sub: Don't canonicalize os value
15879 newsos* to bsd (readline needs to check for newsos).
15880 (This fix was earlier made Jan 31, but got re-broken.)
15881
15882 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15883
15884 * configure.in: sco is an os, not a vendor!
15885
15886 * configure: Quote $( better. Keep various shells happy.
15887
15888 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15889
15890 * Makefile.in: eliminate stamp-files.
15891
15892 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15893
15894 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15895 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15896
15897 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15898
15899 * config.sub: fix iris/iris3.
15900
15901 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15902
15903 * configure: re-add -rm.
15904
15905 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15906
15907 * Maskefile.in: add .stmp-rcs to all.
15908
15909 * configure.in: remove gas from rs6000 build, use aix host fragment.
15910
15911 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15912
15913 * configure: pass down site_option during recursion.
15914
15915 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15916
15917 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15918
15919 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15920
15921 * configure: Change exec_prefix so that it really defaults to prefix.
15922
15923 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15924
15925 * Makefile.in, configure.in: Add support for mmalloc library.
15926
15927 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15928
15929 * Makefile.in: add stmp dependencies for a few more things.
15930
15931 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15932
15933 * configure: adjusted error message on objdir/srcdir configure
15934 collision, per john's suggestion.
15935
15936 * Makefile.in: add libiberty stmp to all and all.cross.
15937
15938 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15939
15940 * Makefile.in: remove force dependencies, add grep to all.
15941
15942 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15943
15944 * Makefile.in: drop flex. make stamp files work.
15945
15946 * configure: added test for conflicting configuration in srcdir,
15947 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15948 gets cranky. use relative paths for configure and srcdir
15949 whenever possible. Send some error messages to stderr that were
15950 going to stdout.
15951
15952 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15953
15954 * Makefile.in: Fix libg++ rule to check for gcc directory
15955 before using gcc/gcc. Also pass XTRAFLAGS.
15956
15957 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15958
15959 * Makefile.in: added stmp-files so that directories aren't polled
15960 when they are already built.
15961
15962 * configure.texi: fixed a node pointer problem.
15963
15964 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15965
15966 * config.sub configure.in gdb/configure.in
15967 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15968 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15969 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15970
15971 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15972
15973 * configure: -recurring becomes -silent. corrected help message
15974 for -site= option.
15975
15976 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15977
15978 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15979
15980 * configure: when building Makefile for crosses, replace
15981 tooldir and program_prefix. default srcdir from location of
15982 config.sub. remove "for host in hosts" and "for target in
15983 targets" loops.
15984
15985 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15986
15987 * Makefile.in: Do not pass bindir or mandir to cvs.
15988
15989 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15990
15991 * Makefile.in, configure.in: removed traces of namesubdir,
15992 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15993 copyrights to '92, changed some from Cygnus to FSF.
15994
15995 * configure.texi: remove most references to multiple hosts,
15996 multiple targets, subdirs, etc.
15997
15998 * configure.man: removed rcsid. reference config.sub not
15999 config.subr.
16000
16001 * Makefile.in: mkdir $(infodir) on install-info.
16002
16003 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
16004
16005 * configure.texi: Explain better about .gdbinit and about
16006 the environment that configure.in sections run in.
16007
16008 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
16009
16010 * configure.in: Ultrix is only a decstation if it's a MIPS.
16011
16012 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
16013
16014 * README: DOC.configure => cfg-paper.texi.
16015
16016 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
16017
16018 * config.sub (near case $os): Don't convert newsos* to bsd!
16019
16020 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
16021
16022 * Makefile.in: Reinstall change from gdb-4.3 that reduces
16023 the number of copies of COPYING that go into the GDB tar file.
16024
16025 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
16026
16027 * bfd/configure.in, gdb/config/mh-i386sco,
16028 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
16029 Fix SCO configuration stuff.
16030
16031 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
16032
16033 * Makefile.in: For libg++, make sure the -I pointing
16034 to the gcc directory goes *after* all the libg++-local -I flags.
16035 Also, move just-gcc dependency from just-libg++ to all-libg++.
16036
16037 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
16038
16039 * configure: Change -x to -f to keep Ultrix /bin/test happy.
16040
16041 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
16042
16043 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
16044
16045 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
16046
16047 * config.sub: Add stratus configuration frags. Also
16048 submitted to FSF.
16049
16050 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
16051
16052 * Makefile.in (DEV_SUPPORT): add configure.man.
16053
16054 * config.sub(Decode manufacturer-specific): add -none*.
16055
16056 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
16057
16058 * Makefile.in: remove form feeds to make Sun's make happy.
16059 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
16060
16061 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
16062
16063 * Makefile.in (AR_FLAGS): Make quieter.
16064
16065 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
16066
16067 * configure.in: Add libg++.
16068 * configure: When verbose, don't output the command line at each
16069 level; it will be unremarkably the same as the previous version,
16070 which will be the same as what the user typed.
16071
16072 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
16073
16074 * configure.in, Makefile.in: fix clean-info, add flex. add
16075 fileutils.
16076
16077 * configure: be less sensitive to spaces in Makefile.in. Do not
16078 look for sources in "..". Doing so breaks subdirectories that
16079 might have their own configure. If a subdir has it's own
16080 configure script, use it.
16081
16082 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
16083
16084 * cfg-paper.texi: some changes suggested by rms.
16085
16086 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
16087
16088 * config.sub: Merge in some small additions from the FSF version,
16089 taken from the gcc distribution, to bring the Cygnus and FSF
16090 versions into closer sync.
16091
16092 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
16093
16094 * configure.in: Changed svr4 references to sysv4.
16095
16096 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
16097
16098 * configure: added -V for version number option.
16099
16100 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
16101
16102 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
16103 renamed from DOC.configure to cfg-paper.texi.
16104
16105 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16106
16107 * configure, config.subr, config.sub: config.subr is now
16108 config.sub again.
16109
16110 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
16111
16112 * configure.texi: new file, in progress.
16113
16114 * Makefile.in: build info file and install the man page for
16115 configure.
16116
16117 * configure.man: new file, first cut.
16118
16119 * configure: find config.subr again now that configuration "none"
16120 has gone. removed all traces of the -ansi option. removed all
16121 traces of the -languages option.
16122
16123 * config.subr: resync from rms.
16124
16125 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16126
16127 * configure, config.sub, config.subr: merge config.sub into
16128 config.subr, call the result config.subr, remove config.sub, use
16129 config.subr.
16130
16131 * Makefile.in: revised install for dir.info.
16132
16133 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16134
16135 * configure.in: add decstation host makefile frag.
16136
16137 * Makefile.in: BISON now bison -y again. also install-gcc on
16138 install. clean-gdbm on clean. infodir belongs in datadir.
16139 Make directories for info install. Build dir.info here then
16140 install it.
16141
16142 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16143
16144 * Makefile.in: fix for bad directory tests.
16145
16146 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16147
16148 * configure: \{1,2\} appears to be a sysv'ism. Use a different
16149 regexp. -srcdir relative was being handled incorrectly.
16150
16151 * Makefile.in: unwrapped some for loops so that parallel makes
16152 work again and so one can focus one's attention on a particular
16153 package.
16154
16155 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16156
16157 * configure: added PWD as a stand in for `pwd` (for speed). use
16158 elif wherever possible. make -srcdir work without -objdir.
16159 -objdir= commented out.
16160
16161 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16162
16163 * configure: +options become --options. -subdirs commented out.
16164 added -host, -datadir. Renamed -destdir to -prefix. Comment in
16165 Makefile now at top of generated Makefile. Removed cvs log
16166 entries. added -srcdir. create .gdbinit only if there is one
16167 in ${srcdir}.
16168
16169 * Makefile.in: idestdir and ddestdir go away. Added copyrights
16170 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
16171 and mandir now keyed off datadir by default.
16172
16173 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
16174
16175 * Freshly created ChangeLog.
16176
16177 \f
16178 Local Variables:
16179 mode: change-log
16180 left-margin: 8
16181 fill-column: 76
16182 version-control: never
16183 End: