target.def (gen_ccmp_first, [...]): Add two new hooks.
[gcc.git] / ChangeLog
1 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2
3 * move-if-change: Sync from upstream gnulib.
4
5 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
6
7 * compile: Sync with upstream Automake.
8 * depcomp: Ditto.
9 * install-sh: Ditto.
10 * missing: Ditto.
11 * mkinstalldirs: Ditto.
12 * ylwrap: Ditto.
13
14 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
15
16 * config.sub: Update from upstream config repo.
17 * config.guess: Ditto.
18
19 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
20
21 * Makefile.def: Add liboffloadmic to target_modules. Make
22 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
23 * Makefile.in: Regenerate.
24 * configure: Regenerate.
25 * configure.ac: Add liboffloadmic to target binaries.
26 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
27 Add liboffloadmic to noconfig list when C++ is not supported.
28
29 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
30 Thomas Schwinge <thomas@codesourcery.com>
31 Ilya Verbin <ilya.verbin@intel.com>
32 Andrey Turetskiy <andrey.turetskiy@intel.com>
33
34 * configure: Regenerate.
35 * configure.ac (--enable-as-accelerator-for)
36 (--enable-offload-targets): New configure options.
37
38 2014-11-11 Tobias Burnus <burnus@net-b.de>
39
40 * Makefile.def: Make all-gcc depend on all-isl.
41 * Makefile.in: Regenerate.
42
43 2014-11-11 David Malcolm <dmalcolm@redhat.com>
44
45 * ChangeLog.jit: New.
46 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
47
48 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
49
50 PR target/63610
51 * libtool.m4: Fix globbing of darwin versions.
52 * configure: Regenerate.
53
54 2014-11-11 Tobias Burnus <burnus@net-b.de>
55
56 * config/cloog.m4: Remove.
57 * Makefile.def: Remove CLooG.
58 * Makefile.tpl: Ditto.
59 * configure.ac: Ditto.
60 * configure: Regenerate.
61 * Makefile.in: Ditto.
62
63 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
64
65 * configure.ac: Handle nvptx-*-*.
66 * configure: Regenerate.
67
68 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
69
70 * MAINTAINERS (Write After Approval): Add myself.
71
72 2014-10-31 Jakub Jelinek <jakub@redhat.com>
73
74 * Makefile.def (libcc1): Remove bootstrap=true;.
75 * Makefile.in: Regenerated.
76
77 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
78
79 * configure.ac: Update comment.
80 * configure: Regenerate.
81
82 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
83
84 * MAINTAINERS (Write After Approval): Add myself.
85
86 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
87
88 * configure.ac (extra_host_libiberty_configure_flags): Add
89 --enable-shared also for libcc1's benefit.
90 * configure: Regenerate.
91
92 2014-10-29 Tristan Gingold <gingold@adacore.com>
93
94 * MAINTAINERS: Change my email address.
95
96 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
97 Tom Tromey <tromey@redhat.com>
98
99 * Makefile.def: Add libcc1 to host_modules.
100 * configure.ac (host_tools): Add libcc1.
101 * Makefile.in, configure: Rebuild.
102
103 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
104
105 * configure.ac (build_configargs): Don't share config.cache between
106 build subdirs.
107 * configure: Regenerate.
108
109 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
110
111 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
112 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
113 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
114 leon3v7 as leon3.
115 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
116 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
117 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
118 * config/sparc/sparc.md (cpu): Add leon3v7.
119 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
120
121 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
122
123 * MAINTAINERS (write-after-approval): Add myself.
124
125 2014-10-23 Ian Lance Taylor <iant@google.com>
126
127 * configure.ac: Disable the Go frontend on systems where it is known
128 to not work.
129 * configure: Regenerate.
130
131 2014-10-23 Richard Biener <rguenther@suse.de>
132
133 * Makefile.def: Add libcpp build module and dependencies.
134 * configure.ac: Add libcpp build module.
135 * Makefile.in: Regenerate.
136 * configure: Likewise.
137
138 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
139
140 * MAINTAINERS (write-after-approval): Add myself.
141
142 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
143
144 * INSTALL/README: Do not mention CVS.
145
146 2014-10-03 Jing Yu <jingyu@google.com>
147
148 * configure.ac: Add aarch64 to list of targets that support gold.
149 * configure: Regenerate.
150
151 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
152
153 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
154
155 2014-09-29 Catherine Moore <clm@codesourcery.com>
156
157 * MAINTAINERS: Add myself as MIPS maintainer.
158
159 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
160
161 * MAINTAINERS: Move myself to MIPS maintainers.
162
163 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
164
165 * MAINTAINERS: Put all email addresses between '<' and '>'.
166
167 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
168
169 * MAINTAINERS: Move myself to reviewers (Fortran).
170
171 2014-09-01 Andi Kleen <ak@linux.intel.com>
172
173 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
174 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
175 * Makefile.in: Regenerate.
176
177 2014-08-28 David Malcolm <dmalcolm@redhat.com>
178
179 * rtx-classes-status.txt: Delete
180
181 2014-08-28 David Malcolm <dmalcolm@redhat.com>
182
183 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
184
185 2014-08-27 Sebastian Pop <s.pop@samsung.com>
186
187 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
188 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
189 of checking for version number.
190 * configure: Regenerated.
191 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
192
193 2014-08-27 David Malcolm <dmalcolm@redhat.com>
194
195 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
196 is done; begin phase 6 (use extra rtx_def subclasses).
197
198 2014-08-27 David Malcolm <dmalcolm@redhat.com>
199
200 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
201 done; begin phase 5 (additional rtx_def subclasses).
202
203 2014-08-26 David Malcolm <dmalcolm@redhat.com>
204
205 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
206
207 2014-08-26 David Malcolm <dmalcolm@redhat.com>
208
209 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
210 SET_BB_HEADER are done.
211
212 2014-08-26 David Malcolm <dmalcolm@redhat.com>
213
214 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
215 done.
216
217 2014-08-26 David Malcolm <dmalcolm@redhat.com>
218
219 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
220
221 2014-08-26 David Malcolm <dmalcolm@redhat.com>
222
223 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
224
225 2014-08-25 David Malcolm <dmalcolm@redhat.com>
226
227 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
228
229 2014-08-25 David Malcolm <dmalcolm@redhat.com>
230
231 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
232
233 2014-08-25 David Malcolm <dmalcolm@redhat.com>
234
235 * rtx-classes-status.txt: Phase 3 (per-file commits within
236 "config" subdirs) is done; begin phase 4 (removal of
237 "scaffolding").
238
239 2014-08-23 David Malcolm <dmalcolm@redhat.com>
240
241 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
242 dir) is done; begin phase 3 (per-file commits within "config"
243 subdirs).
244
245 2014-08-21 David Malcolm <dmalcolm@redhat.com>
246
247 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
248 phase 2 (per-file commits in main source dir).
249
250 2014-08-21 Bin Cheng <bin.cheng@arm.com>
251
252 * configure: Regenerated.
253
254 2014-08-19 David Malcolm <dmalcolm@redhat.com>
255
256 * rtx-classes-status.txt (TODO): Add SET_BND_TO
257
258 2014-08-19 David Malcolm <dmalcolm@redhat.com>
259
260 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
261
262 2014-08-19 David Malcolm <dmalcolm@redhat.com>
263
264 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
265
266 2014-08-19 David Malcolm <dmalcolm@redhat.com>
267
268 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
269
270 2014-08-19 David Malcolm <dmalcolm@redhat.com>
271
272 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
273
274 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
275
276 * MAINTAINERS (Write After Approval): Add myself.
277
278 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
279
280 * MAINTAINERS: Remove myself
281
282 2014-08-19 David Malcolm <dmalcolm@redhat.com>
283
284 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
285
286 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
287
288 * MAINTAINERS (Write After Approval): Add myself.
289
290 2014-08-18 David Malcolm <dmalcolm@redhat.com>
291
292 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
293 SET_BB_HEADER, SET_BB_FOOTER
294
295 2014-08-18 David Malcolm <dmalcolm@redhat.com>
296
297 * rtx-classes-status.txt: New file
298
299 2014-08-18 Roman Gareev <gareevroman@gmail.com>
300
301 * configure.ac: Eliminate ClooG installation dependency.
302 * configure: Regenerate.
303 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
304 * Makefile.in: Regenerate.
305
306 2014-08-15 Ilya Verbin <iverbin@gmail.com>
307
308 * MAINTAINERS (Write After Approval): Add myself.
309
310 2014-08-15 Ilya Tocar <tocarip@gmail.com>
311
312 * MAINTAINERS (Write After Approval): Add myself.
313
314 2014-08-01 Jiong Wang <jiong.wang@arm.com>
315
316 * MAINTAINERS (Write After Approval): Add myself.
317
318 2014-07-28 Anthony Green <green@moxielogic.com>
319
320 Import from savannah.gnu.org:
321 * config.sub: Update to 2014-07-28 version.
322
323 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
324
325 * MAINTAINERS: Remove my MIPS maintainer entry.
326
327 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
328
329 PR target/47230
330 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
331 * configure: Regenerate.
332
333 2014-07-24 James Norris <jnorris@codesourcery.com>
334
335 * MAINTAINERS (Write After Approval): Add myself.
336
337 2014-07-20 Roman Gareev <gareevroman@gmail.com>
338
339 * configure.ac: Accept only CLooG 0.18.1.
340 * configure: Regenerate.
341
342 2014-07-17 Roman Gareev <gareevroman@gmail.com>
343
344 * configure.ac: Don't accept isl 0.11.
345 * configure: Regenerate.
346
347 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
348
349 * MAINTAINERS (Write After Approval): Add myself.
350
351 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
352
353 * configure.ac: Don't accept isl 0.10.
354 * configure: Regenerate.
355
356 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
357
358 Fix include path for in-tree cloog.
359 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
360 * configure: Regenerate.
361
362 2014-06-18 Richard Henderson <rth@redhat.com>
363
364 * .gitignore: Import gcc_update output.
365
366 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
367
368 * config-ml.in: Robustify ac_configure_args parsing.
369
370 * configure.ac (--enable-linker-plugin-configure-flags)
371 (--enable-linker-plugin-flags): New flags.
372 (configdirs): Conditionally add libiberty-linker-plugin.
373 * configure: Regenerate.
374 * Makefile.def (host_modules): Add libiberty-linker-plugin.
375 (host_modules) <lto-plugin>: Pay attention to
376 @extra_linker_plugin_flags@ and
377 @extra_linker_plugin_configure_flags@.
378 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
379 * Makefile.in: Regenerate.
380
381 * Makefile.tpl (configure-[+prefix+][+module+])
382 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
383 "module_srcdir" instead of "module" for locating a module's srcdir.
384 * Makefile.in: Regenerate.
385
386 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
387
388 * MAINTAINERS (Write After Approval): Add myself.
389
390 2014-06-06 Sebastian Pop <sebpop@gmail.com>
391
392 * MAINTAINERS: Update my email address.
393
394 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
395
396 * MAINTAINERS (Write After Approval): Add myself.
397
398 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
399
400 * MAINTAINERS (Write After Approval): Add myself.
401
402 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
403
404 PR libstdc++/61011
405 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
406 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
407 * configure: Regenerate.
408
409 2014-05-28 Pedro Alves <palves@redhat.com>
410
411 * MAINTAINERS (Write After Approval): Add myself.
412
413 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
414
415 * MAINTAINERS: Update my affiliation/email.
416
417 2014-05-19 Mike Stump <mikestump@comcast.net>
418
419 * MAINTAINERS: Add wide-int reviewers.
420
421 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
422
423 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
424 * configure: Regenerated.
425
426 2014-05-15 Torvald Riegel <triegel@redhat.com>
427
428 * MAINTAINERS (libitm): Add myself as maintainer.
429
430 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
431
432 * MAINTAINERS (Write After Approval): Add myself.
433
434 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
435
436 * config.sub, config.guess: Import from upstream.
437
438 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
439
440 * MAINTAINERS (Write After Approval): Put myself in correct order.
441
442 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
443
444 * MAINTAINERS (Write After Approval): Add myself.
445
446 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
447
448 * MAINTAINERS: Move myself from Reviewers to Write After Approval
449 section.
450
451 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
452
453 * MAINTAINERS (Write After Approval): Delete myself.
454
455 2014-04-17 Jakub Jelinek <jakub@redhat.com>
456
457 PR sanitizer/56781
458 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
459 and -B* options with -Xcompiler.
460
461 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
462
463 PR bootstrap/60620
464 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
465 * Makefile.in: Regenerate.
466
467 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
468
469 * Makefile.def (dependencies): Make all-ld depend on all-binutils
470 for WINDRES_FOR_TARGET in default-manifest.o rule.
471 * Makefile.in: Regenerate.
472
473 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
474
475 * MAINTAINERS (Write After Approval): Add myself.
476
477 2014-03-26 Jakub Jelinek <jakub@redhat.com>
478
479 PR sanitizer/56781
480 * Makefile.def: Set bootstrap=true; for host fixincludes.
481 * configure.ac: Don't bootstrap host fixincludes unless
482 --with-build-config=bootstrap-{a,ub}san.
483 * Makefile.in: Regenerated.
484 * configure: Regenerated.
485
486 2014-03-21 Jakub Jelinek <jakub@redhat.com>
487
488 * configure.ac: Move BUILD_CONFIG set up earlier. Add
489 --enable-vtable-verify option parsing. Don't add
490 target-libsanitizer to bootstrap_target_libs unless
491 --with-build-config=bootstrap-asan or
492 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
493 to bootstrap_target_libs unless --enable-vtable-verify.
494 * configure: Regenerated.
495
496 2014-03-10 Anatoly Sokolov <aesok@post.ru>
497
498 * MAINTAINERS (Write After Approval): Add myself.
499
500 2014-03-07 Denis Chertykov <chertykov@gmail.com>
501
502 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
503
504 2014-03-07 Jakub Jelinek <jakub@redhat.com>
505
506 PR bootstrap/58572
507 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
508 -I for libstdc++-v3 includes if $(LEAN).
509 * Makefile.in: Regenerated.
510
511 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
512
513 * MAINTAINERS: Update my email address.
514
515 2014-02-24 Walter Lee <walt@tilera.com>
516
517 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
518 (tilegx-*-*): Change to tilegx*-*-*.
519 * configure: Regenerate.
520
521 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
522
523 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
524
525 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
526
527 * MAINTAINERS (Write After Approval): Add myself.
528
529 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
530
531 PR target/59788
532 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
533 *solaris2*.
534
535 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
536
537 * MAINTAINERS: Update my email address.
538
539 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
540
541 * MAINTAINERS: Convert to UTF-8.
542 Properly sort Xinliang David Li's entry.
543
544 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
545 Sandra Loosemore <sandra@codesourcery.com>
546
547 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
548 nios2 port maintainers.
549
550 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
551
552 * MAINTAINERS (Write After Approval): Add myself.
553
554 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
555
556 * configure.ac: Add user-friendly check for native x86_64-linux
557 multilibs.
558 * configure: Regenerate.
559
560 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
561
562 * MAINTAINERS: Add myself as sh maintainer.
563
564 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
565
566 * MAINTAINERS: Add self as SLSR maintainer.
567
568 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
569
570 * MAINTAINERS: Update my email address.
571
572 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
573
574 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
575
576 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
577
578 * Makefile.in: Regenerate.
579
580 * Makefile.tpl: Fix typo.
581 * Makefile.in: Regenerate partially.
582
583 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
584
585 * configure.ac: Added libcilkrts to noconfig list when C++ is not
586 supported.
587 * configure: Regenerated.
588
589 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
590
591 * MAINTAINERS (Write After Approval): Add myself.
592
593 2013-10-30 Jason Merrill <jason@redhat.com>
594
595 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
596 --disable-build-format-warnings.
597
598 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
599
600 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
601 depend on libstdc++ and libgcc.
602 * configure: Regenerate.
603 * configure.ac: Added libcilkrts to target binaries. Also, restrict
604 libcilkrts for POSIX and i*86, and x86_64 architectures.
605 * Makefile.in: Added libcilkrts related fields to support building it.
606
607 2013-10-26 Jeff Law <law@redhat.com>
608
609 * Makefile.def (target_modules): Remove libmudflap
610 (languages): Remove check-target-libmudflap).
611 * Makefile.in: Rebuilt.
612 * Makefile.tpl (check-target-libmudflap-c++): Remove.
613 * configure.ac (target_libraries): Remove target-libmudflap.
614 Remove checks which disabled libmudflap on some systems.
615 * configure: Rebuilt.
616 * libmudflap: Directory removed.
617
618 2013-10-21 Cong Hou <congh@google.com>
619
620 * MAINTAINERS (Write After Approval): Add myself.
621
622 2013-10-16 Mike Stump <mikestump@comcast.net>
623
624 * .dir-locals.el: Add.
625
626 2013-10-15 David Malcolm <dmalcolm@redhat.com>
627
628 * configure.ac: Add --enable-host-shared
629 * configure: Regenerate.
630
631 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
632
633 Import from savannah.gnu.org:
634 * config.guess: Update to 2013-06-10 version.
635 * config.sub: Update to 2013-10-01 version.
636
637 2013-10-01 Simon Cook <simon.cook@embecosm.com>
638
639 Changes to build configuration to allow big endian ARC ELF toolchain
640 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
641 * configure: Regenerate.
642
643 2013-09-20 Alan Modra <amodra@gmail.com>
644
645 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
646 ppc host match. Support little-endian powerpc linux hosts.
647
648 2013-09-19 Dodji Seketeli <dodji@redhat.com>
649
650 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
651 maintainer.
652
653 2013-09-12 DJ Delorie <dj@redhat.com>
654
655 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
656 maintainers.
657
658 2013-09-03 Richard Biener <rguenther@suse.de>
659
660 * configure.ac: Also allow ISL 0.12.
661 * configure: Regenerated.
662
663 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
664
665 * MAINTAINERS (Write After Approval): Add myself.
666
667 2013-08-27 David Malcolm <dmalcolm@redhat.com>
668
669 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
670
671 2013-08-26 Caroline Tice <cmtice@google.com>
672
673 * MAINTAINERS: Correct earliers update: Move myself from libvtv
674 "Various Reviewers" to libvtv "Various Maintainers".
675
676 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
677
678 * MAINTAINERS: Add myself as RTL optimizers reviewer.
679
680 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
681
682 * MAINTAINERS: Update name, email.
683
684 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
685
686 * MAINTAINERS (Write After Approval): Add myself.
687
688 2013-08-12 Caroline Tice <cmtice@google.com>
689
690 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
691 address in the Write After Approval section.
692
693 2013-08-09 Carlos O'Donell <carlos@redhat.com>
694
695 * MAINTAINERS (Write After Approval): Update email.
696
697 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
698
699 * configure.ac: Adjust to check VTV_SUPPORTED.
700 * configure: Regenerated.
701
702 2013-08-02 Caroline Tice <cmtice@google.com>
703
704 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
705 on non-linux systems; add target-libvtv to noconfigdirs; add
706 libsupc++/.libs to C++ library search paths.
707 * configure: Regenerated.
708 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
709 libstdc++ and libgcc.
710 * Makefile.in: Regenerated.
711
712 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
713
714 * MAINTAINERS (Write After Approval): Add myself.
715
716 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
717 Shiva Chen <shiva0217@gmail.com>
718
719 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
720 nds32 port maintainers.
721
722 2013-07-17 Tim Shen <timshen91@gmail.com>
723
724 * MAINTAINERS (Write After Approval): Add myself.
725
726 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
727
728 * configure.ac: Sync from binutils.
729 * configure: Regenerate.
730
731 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
732
733 * MAINTAINERS (Write After Approval): Add myself.
734
735 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
736
737 * MAINTAINERS (Write After Approval): Add myself.
738
739 2013-05-17 David Malcolm <dmalcolm@redhat.com>
740
741 * MAINTAINERS (Write After Approval): Add myself.
742
743 2013-04-30 Brooks Moses <bmoses@google.com>
744
745 * MAINTAINERS: Update my email; move myself from Fortran
746 reviewer to Write After Approval.
747
748 2013-04-16 Andreas Schwab <schwab@suse.de>
749
750 * configure.ac (aarch64-*-*): Don't disable java.
751 * configure: Regenerate.
752
753 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
754
755 * MAINTAINERS (Write After Approval): Add myself.
756
757 2013-03-30 Matthias Klose <doko@ubuntu.com>
758
759 * Makefile.def (target_modules): Don't install libffi.
760 * Makefile.in: Regenerate.
761
762 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
763
764 * MAINTAINERS (Write After Approval): Add myself.
765
766 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
767
768 * MAINTAINERS (Write After Approval): Add myself.
769
770 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
771
772 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
773 * configure: Regenerated.
774
775 2013-02-05 Ian Lance Taylor <iant@google.com>
776
777 PR go/55969
778 * configure.ac: Disable libgo on some systems where it does not
779 work.
780
781 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
782
783 * MAINTAINERS: Explicitly add myself as AIX maintainer.
784 Remove Geoff Keating as rs6000 port maintainer, at his request.
785
786 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
787
788 * MAINTAINERS: Update my email.
789
790 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
791
792 * configure: Re-generate.
793
794 2013-01-15 Richard Biener <rguenther@suse.de>
795
796 PR other/55973
797 * configure: Re-generate.
798
799 2013-01-14 Matthias Klose <doko@ubuntu.com>
800
801 * Makefile.def (install-target-libsanitizer): Depend on
802 install-target-libstdc++-v3.
803 * Makefile.in: Regenerate.
804
805 2013-01-14 Richard Biener <rguenther@suse.de>
806
807 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
808 * configure: Re-generate
809
810 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
811
812 * config.sub: Update from config repo.
813
814 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
815
816 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
817 * Makefile.in: Regenerate.
818
819 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
820
821 * MAINTAINERS (arc): Add new port maintainership for myself.
822
823 2013-01-09 Jason Merrill <jason@redhat.com>
824
825 * .gitignore: Import from gdb repository.
826
827 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
828
829 * Makefile.def (configure-gcc): Depend on all-gmp.
830 (all-gcc): Remove dependency on all-gmp.
831 * Makefile.in: Regenerated.
832
833 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
834
835 * config.sub: Merge from config repo.
836 * config.guess: Ditto.
837
838 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
839
840 * Makefile.def: Merge from binutils.
841 * Makefile.in: Ditto.
842
843 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
844
845 * MAINTAINERS: Update my email.
846
847 2012-12-29 Ben Elliston <bje@gnu.org>
848
849 * config.guess: Update to 2012-12-29 version.
850 * config.sub: Likewise.
851
852 2012-12-20 Matthias Klose <doko@ubuntu.com>
853
854 * Makefile.def (install-target-libgfortran): Depend on
855 install-target-libquadmath, install-target-libgcc.
856 (install-target-libsanitizer): Depend on install-target-libgcc.
857 (install-target-libjava): Depend on install-target-libgcc.
858 (install-target-libitm): Depend on install-target-libgcc.
859 (install-target-libobjc): Depend on install-target-libgcc.
860 (install-target-libstdc++-v3): Depend on install-target-libgcc.
861 * Makefile.in: Regenerate.
862
863 2012-12-19 Matthias Klose <doko@ubuntu.com>
864
865 * Makefile.def (install-target-libgo): Depend on
866 install-target-libatomic.
867 * Makefile.in: Regenerate.
868
869 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
870
871 PR go/55201
872 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
873 * Makefile.in: Regenerate.
874
875 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
876
877 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
878 * configure: Regenerate.
879
880 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
881
882 * config.sub: Merge from config repo.
883
884 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
885
886 * Makefile.def (target_modules): Add bootstrap=true and
887 raw_cxx=true to libsanitizer.
888 * configure.ac (bootstrap_target_libs): Add libsanitizer.
889 * Makefile.in: Regenerated.
890 * configure: Likewise.
891
892 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
893
894 * MAINTAINERS: Remove self as RTL optimization maintainer.
895
896 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
897
898 * MAINTAINERS (Write After Approval): Add myself.
899
900 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
901
902 * Makefile.def (target_modules): Remove bootstrap=true and
903 raw_cxx=true from libsanitizer.
904 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
905 * Makefile.in: Regenerated.
906 * configure: Likewise.
907
908 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
909
910 * Makefile.def (target_modules): Add bootstrap=true and
911 raw_cxx=true to libsanitizer.
912 * configure.ac (bootstrap_target_libs): Add libsanitizer.
913 * Makefile.in: Regenerated.
914 * configure: Likewise.
915
916 2012-11-28 Andrew Pinski <apinski@cavium.com>
917
918 PR bootstrap/54279
919 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
920 * configure: Regenerate.
921 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
922 * Makefile.in: Regenerate.
923
924 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
925
926 * configure.ac: Disable libsanitizer if we're not building C++.
927 * configure: Regenerate.
928
929 2012-11-15 Roland McGrath <roland@hack.frob.com>
930
931 * MAINTAINERS (Write After Approval): Add myself.
932
933 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
934
935 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
936 Kostya Serebryany (kcc@google.com) and
937 Jakub Jelinek (jakub@redhat.com).
938 Rename area for Dodji Seketeli (dodji@redhat.com).
939
940 2012-11-15 Dodji Seketeli <dodji@redhat.com>
941
942 * MAINTAINERS: (asan.c, related): Add myself.
943
944 2012-11-14 Roland McGrath <mcgrathr@google.com>
945
946 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
947 * configure: Regenerate.
948
949 2012-11-13 Richard Henderson <rth@redhat.com>
950
951 * configure.ac: Move libsanitizer logic to subdirectory.
952 * configure: Regenerate.
953
954 2012-11-13 Dodji Seketeli <dodji@redhat.com>
955
956 * configure.ac: Enable libsanitizer just on x86 linux for now.
957 * configure: Re-generate.
958
959 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
960
961 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
962 sections.
963 * configure: Regenerate.
964
965 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
966
967 * configure.ac: Add section for configdirs for libsanitizer.
968 Disable for cris-*-* and mmix-*-*.
969 * configure: Regenerate.
970
971 2012-11-12 Wei Mi <wmi@google.com>
972
973 * configure.ac: Add libsanitizer to target_libraries.
974 * Makefile.def: Ditto.
975 * configure: Regenerate.
976 * Makefile.in: Regenerate.
977 * libsanitizer: New directory for asan runtime. Contains an empty
978 tsan directory.
979
980 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
981
982 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
983 against Mingw64 w32api.
984 * configure: Regenerate.
985
986 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
987
988 * configure: Regenerated.
989
990 2012-11-03 Robert Mason <rbmj@verizon.net>
991
992 * configure.ac: add --disable-libstdcxx configure option
993 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
994
995 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
996
997 * MAINTAINERS (Write After Approval): Add myself.
998
999 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
1000
1001 * MAINTAINERS (Write After Approval): Add myself.
1002
1003 2012-10-24 Sharad Singhai <singhai@google.com>
1004
1005 * MAINTAINERS (Write After Approval): Add myself.
1006
1007 2012-10-24 Eric Christopher <echristo@gmail.com>
1008
1009 * MAINTAINERS: Update email address.
1010
1011 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1012
1013 PR bootstrap/54820
1014 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1015 * configure: Regenerate.
1016
1017 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
1018
1019 * MAINTAINERS (aarch64): Add Marcus and myself.
1020
1021 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1022
1023 PR bootstrap/54820
1024 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1025 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1026 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1027 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1028 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1029 * Makefile.in: Regenerate.
1030 * configure.ac (have_static_libs): New variable and associated check.
1031 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1032 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1033 * configure: Regenerate.
1034
1035 2012-10-10 Richard Biener <rguenther@suse.de>
1036
1037 * MAINTAINERS: Adjust for changed surname.
1038
1039 2012-10-04 Lawrence Crowl <crowl@google.com>
1040
1041 * MAINTAINERS (Write After Approval): Add myself.
1042
1043 2012-10-01 Cary Coutant <ccoutant@google.com>
1044
1045 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1046
1047 2012-09-28 Ian Lance Taylor <iant@google.com>
1048
1049 * Makefile.def: Make all-target-libgo depend on
1050 all-target-libbacktrace.
1051 * Makefile.in: Rebuild.
1052
1053 2012-09-26 Ian Lance Taylor <iant@google.com>
1054
1055 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1056 * Makefile.in: Rebuild.
1057
1058 2012-09-20 Walter Lee <walt@tilera.com>
1059
1060 * configure.ac: Add tilegx to list of targets that support gold.
1061 * configure: Regenerate.
1062
1063 2012-09-20 Marek Polacek <polacek@redhat.com>
1064
1065 * MAINTAINERS (Write After Approval): Add myself.
1066
1067 2012-09-19 Steve Ellcey <sellcey@mips.com>
1068
1069 * configure.ac: Add mips*-mti-elf* target.
1070 * configure: Regenerate.
1071
1072 2012-09-17 Ian Lance Taylor <iant@google.com>
1073
1074 * MAINTAINERS (Various Maintainers): Add libbacktrace.
1075 * configure.ac (host_libs): Add libbacktrace.
1076 (target_libraries): Add libbacktrace.
1077 * Makefile.def (host_modules): Add libbacktrace.
1078 (target_modules): Likewise.
1079 * configure, Makefile.in: Rebuild.
1080
1081 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1082
1083 PR target/38607
1084 Merge upstream change.
1085 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1086
1087 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1088 Add libgomp*.o to compare_exclusions for AIX.
1089 * configure: Regenerate.
1090
1091 2012-09-06 Diego Novillo <dnovillo@google.com>
1092
1093 * configure.ac: Bump minimum GMP version to 4.2.3.
1094 * configure: Re-generate.
1095
1096 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1097
1098 PR target/54461
1099 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1100 target-libgloss if not configured --with-avrlibc=no.
1101 * configure: Regenerate.
1102
1103 2012-09-04 Jason Merrill <jason@redhat.com>
1104
1105 * configure.ac: Fix --enable-languages=all.
1106
1107 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
1108
1109 * MAINTAINERS (Write After Approval): Add myself.
1110
1111 2012-09-03 Richard Guenther <rguenther@suse.de>
1112
1113 PR bootstrap/54138
1114 * configure.ac: Re-organize ISL / CLOOG checks to allow
1115 disabling with either --without-isl or --without-cloog.
1116 * configure: Regenerated.
1117
1118 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1119
1120 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1121 * configure: Regenerate.
1122
1123 2012-08-27 Ulrich Drepper <drepper@gmail.com>
1124
1125 * MAINTAINERS: Fix my email address.
1126
1127 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1128
1129 PR binutils/4970
1130 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1131 and opcodes.
1132 * Makefile.in: Regenerated.
1133
1134 2012-08-26 Art Haas <ahaas@impactweather.com>
1135
1136 * configure: Regenerate.
1137
1138 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
1139
1140 * INSTALL/README: Also refer to the online installation
1141 instructions.
1142
1143 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1144
1145 * MAINTAINERS (Write After Approval): Add myself.
1146 (Picochip port): Remove myself.
1147
1148 2012-08-14 Diego Novillo <dnovillo@google.com>
1149
1150 Merge from cxx-conversion branch.
1151
1152 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1153 POSTSTAGE1_CONFIGURE_FLAGS.
1154 * Makefile.in: Regenerate.
1155 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1156 Force C++ when bootstrapping.
1157 * configure: Regenerate.
1158
1159 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1160
1161 * MAINTAINERS (Write After Approval): Add myself.
1162
1163 2012-07-16 Joseph Myers <joseph@codesourcery.com>
1164
1165 * README: Document use of ranges of years in copyright notices.
1166
1167 2012-07-06 Richard Guenther <rguenther@suse.de>
1168
1169 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1170 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1171 --with-gmp=system.
1172 * Makefile.in: Regenerated.
1173 * configure: Likewise.
1174
1175 2012-07-06 Richard Guenther <rguenther@suse.de>
1176
1177 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1178 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1179 supply V=1 as extra_make_flags.
1180 * configure: Regenerated.
1181 * Makefile.in: Likewise.
1182
1183 2012-07-04 Tristan Gingold <gingold@adacore.com>
1184
1185 * configure: Regenerate.
1186
1187 2012-07-03 Richard Guenther <rguenther@suse.de>
1188
1189 * Makfile.def (isl): Remove not necessary extra_exports and
1190 extra_make_flags.
1191 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1192 * Makefile.in: Regenerated.
1193
1194 2012-07-03 Richard Guenther <rguenther@suse.de>
1195
1196 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1197 * configure.ac: If either the ISL or the CLooG check failed
1198 do not try to build in-tree versions.
1199 * Makefile.in: Regenerated.
1200 * configure: Regenerated.
1201
1202 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1203
1204 * configure: Regenerate.
1205
1206 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
1207
1208 * MAINTAINERS (Various Maintainers): Add myself as testsuite
1209 maintainer.
1210
1211 2012-07-02 Richard Guenther <rguenther@suse.de>
1212
1213 * configure: Regenerated.
1214
1215 2012-07-02 Richard Guenther <rguenther@suse.de>
1216 Michael Matz <matz@suse.de>
1217 Tobias Grosser <tobias@grosser.es>
1218 Sebastian Pop <sebpop@gmail.com>
1219
1220 * Makefile.def: Add ISL host module, remove PPL host module.
1221 Adjust ClooG host module to use the proper ISL.
1222 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1223 * configure.ac: Include config/isl.m4. Add ISL host library,
1224 remove PPL. Remove PPL configury, add ISL configury, adjust
1225 ClooG configury.
1226 * Makefile.in: Regenerated.
1227 * configure: Likewise.
1228
1229 2012-07-02 Richard Guenther <rguenther@suse.de>
1230
1231 Merge from graphite branch
1232 2011-07-21 Tobias Grosser <tobias@grosser.es>
1233
1234 * configure: Regenerated.
1235 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1236 both cloog.org and legacy versions. The only supported version will
1237 be CLooG with the isl backend.
1238
1239 2011-07-21 Tobias Grosser <tobias@grosser.es>
1240
1241 * configure: Regenerated.
1242 * configure.ac: Require cloog isl 0.17.0
1243
1244 2011-07-21 Tobias Grosser <tobias@grosser.es>
1245
1246 * configure: Regenerated.
1247 * config/cloog.m4: Do not define CLOOG_ORG
1248
1249 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1250
1251 * configure.ac: Skip C if explicitly selected.
1252 * configure: Regenerate.
1253
1254 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1255
1256 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1257 they contain -O2.
1258 * configure: Regenerate.
1259
1260 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
1261
1262 PR debug/53740
1263 * df.h, df-problems.c, dce.c: Revert last patch.
1264
1265 2012-06-25 Iain Sandoe <iain@codesourcery.com>
1266
1267 * MAINTAINERS (Write After Approval): Update my email address.
1268
1269 2012-06-21 Meador Inge <meadori@codesourcery.com>
1270
1271 * MAINTAINERS (Write After Approval): Add myself.
1272
1273 2012-06-20 Jason Merrill <jason@redhat.com>
1274
1275 * Makefile.tpl (check-target-libgomp-c++): New.
1276 (check-target-libitm-c++): New.
1277 * Makefile.def (c++): Add them.
1278 * Makefile.in: Regenerate.
1279
1280 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
1281
1282 * MAINTAINERS (Write After Approval): Add myself.
1283
1284 2012-05-16 Olivier Hainque <hainque@adacore.com>
1285
1286 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1287 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1288 (install-no-fixedincludes): Adjust accordingly.
1289 * Makefile.in: Regenerate.
1290
1291 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1292
1293 Merge upstream change
1294 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1295
1296 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
1297
1298 * MAINTAINERS (Write After Approval): Add myself.
1299
1300 2012-05-09 Nick Clifton <nickc@redhat.com>
1301 Paul Smith <psmith@gnu.org>
1302
1303 PR bootstrap/50461
1304 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1305 allow for the fact that from release v3.1.0 of MPFR the source
1306 files were moved into a src sub-directory.
1307 * configure: Regenerate.
1308
1309 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1310
1311 * configure.ac: Bump minimum MPFR version to 2.4.0.
1312 * configure: Regenerated.
1313
1314 2012-05-01 Richard Henderson <rth@redhat.com>
1315
1316 * Makefile.def (libatomic): New target_module.
1317 * configure.ac (target_libraries): Add libatomic.
1318 (noconfigdirs): Check if libatomic is supported.
1319 * Makefile.in, configure: Rebuild.
1320
1321 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
1322
1323 * MAINTAINERS (Write After Approval): Add myself.
1324
1325 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1326
1327 * config.sub: Update to 2012-04-18 version from official repo.
1328
1329 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
1330
1331 * MAINTAINERS (Write After Approval): Add myself.
1332
1333 2012-04-11 Steve Ellcey <sellcey@mips.com>
1334
1335 * MAINTAINERS: Changed email address.
1336
1337 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
1338
1339 PR target/52737
1340 * contrib/gcc_update (files_and_dependencies):
1341 Remove gcc/config/avr/t-multilib from touch data.
1342
1343 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1344
1345 * MAINTAINERS (OS Port Maintainers): Remove irix.
1346 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1347 (unsupported_languages): Remove mips-sgi-irix6.*.
1348 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1349 (with_stabs): Remove.
1350 * configure: Regenerate.
1351
1352 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1353
1354 * MAINTAINERS (OS Port Maintainers): Remove osf.
1355 * configure.ac (enable_libgomp): Remove *-*-osf*.
1356 (with_stabs): Remove alpha*-*-osf*.
1357 * configure: Regenerate.
1358
1359 2012-03-05 Tristan Gingold <gingold@adacore.com>
1360
1361 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1362 * configure: Regenerate.
1363
1364 2012-02-17 Walter Lee <walt@tilera.com>
1365
1366 * MAINTAINERS: (Write After Approval): Delete myself.
1367
1368 2012-02-14 Walter Lee <walt@tilera.com>
1369
1370 * MAINTAINERS (tilegx port): Add myself.
1371 (tilepro port): Add myself.
1372 (Write After Approval): Add myself.
1373
1374 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
1375
1376 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
1377 and Joseph Myers as docstring relicensing maintainers.
1378
1379 2012-02-09 Bin Cheng <bin.cheng@arm.com>
1380
1381 * MAINTAINERS (write-after-approval): Add myself.
1382
1383 2012-02-08 Ira Rosen <irar@il.ibm.com>
1384
1385 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
1386 maintainer.
1387
1388 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1389
1390 * MAINTAINERS (Write After Approval): Move myself to
1391 maintain alphabetical order.
1392
1393 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1394
1395 * MAINTAINERS (Write After Approval): Add myself.
1396
1397 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1398
1399 * MAINTAINERS (Write After Approval): Add myself.
1400
1401 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1402 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1403
1404 * configure.ac (cr16-*-*): Remove nonconfigdirs.
1405 * configure: Regenerate.
1406
1407 2012-01-23 Harshit Chopra <harshit@google.com>
1408
1409 * MAINTAINERS (Write After Approval): Add myself.
1410
1411 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
1412
1413 * configure.ac: Remove reference to mh-interix.
1414 * configure: Regenerate.
1415
1416 2012-01-05 Richard Henderson <rth@redhat.com>
1417
1418 PR bootstrap/51072
1419 * configure.ac: Disable libitm if c++ is not enabled.
1420 * configure: Rebuild.
1421
1422 * configure.ac: Fix regexp for same.
1423 * configure: Rebuild.
1424
1425 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
1426
1427 * MAINTAINERS (Write After Approval): Add myself.
1428
1429 2012-01-02 Richard Guenther <rguenther@suse.de>
1430
1431 PR bootstrap/51686
1432 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1433 * Makefile.in: Regenerate.
1434
1435 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
1436
1437 * MAINTAINERS (Write After Approval): Add myself.
1438
1439 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1440
1441 * configure: Regenerate.
1442
1443 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1444
1445 * MAINTAINERS (picochip): Changed email address.
1446
1447 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1448
1449 * MAINTAINERS (write-after-approval): Add self.
1450
1451 2011-11-29 DJ Delorie <dj@redhat.com>
1452
1453 * configure.ac (rl78-*-*) New case.
1454 * configure: Regenerate.
1455 * MAINTAINERS: Add myself as RL78 maintainer.
1456
1457 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1458
1459 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1460
1461 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1462
1463 * libtool.m4: Additional FreeBSD 10 fixes.
1464
1465 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
1466
1467 * MAINTAINERS: Move myself from Write After Approval to CPU Port
1468 Maintainers section, as Epiphany maintainer.
1469
1470 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
1471
1472 PR target/49992
1473 * configure.ac: Remove ranlib special-casing for Darwin.
1474 * configure: Regenerate.
1475
1476 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
1477
1478 * MAINTAINERS (Reviewers): Keep the list sorted.
1479
1480 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
1481
1482 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1483
1484 2011-11-09 Roland McGrath <mcgrathr@google.com>
1485
1486 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1487 * configure: Rebuild.
1488 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1489 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1490 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1491 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1492 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1493 Add READELF.
1494 * Makefile.in: Rebuild.
1495
1496 2011-11-09 Jason Merrill <jason@redhat.com>
1497
1498 * Makefile.def (language=c++): Remove check-c++0x.
1499 * Makefile.in (check-gcc-c++): Regenerate.
1500
1501 2011-11-08 Richard Henderson <rth@redhat.com>
1502
1503 * configure.ac: Test for libitm directory present first.
1504
1505 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1506
1507 * configure.ac: Test libitm/configure.tgt to disable libitm.
1508 * configure: Rebuild.
1509
1510 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
1511 Richard Henderson <rth@redhat.com>
1512
1513 Merged from transactional-memory.
1514
1515 * Makefile.def (lang_env_dependencies): libitm is c++.
1516 Add libitm target module.
1517 * configure.ac: Likewise.
1518 * config/mmap.m4: New file.
1519 * contrib/gcc_update: Add libitm to touch data.
1520 * Makefile.in, configure: Rebuild.
1521
1522 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1523
1524 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1525 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1526 * Makefile.in: Regenerate.
1527
1528 2011-11-01 DJ Delorie <dj@redhat.com>
1529
1530 * config.sub: Update to version 2011-10-29 (added rl78)
1531
1532 2011-10-27 Nick Clifton <nickc@redhat.com>
1533
1534 * config.sub: Import these changes from the config project:
1535
1536 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1537 Ben Elliston <bje@gnu.org>
1538
1539 * config.sub (epiphany): New.
1540
1541 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1542 Ben Elliston <bje@gnu.org>
1543
1544 * config.sub (hexagon, hexagon-*): New.
1545
1546 2011-08-23 Roland McGrath <mcgrathr@google.com>
1547
1548 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1549 64eb to be64.
1550
1551 2011-08-16 Roland McGrath <mcgrathr@google.com>
1552
1553 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1554 (nacl): Grok as alias for 32el-unknown-nacl.
1555
1556 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
1557
1558 * MAINTAINERS (Write After Approval): Add myself.
1559
1560 2011-10-24 Teresa Johnson <tejohnson@google.com>
1561
1562 * MAINTAINERS (Write After Approval): Add myself.
1563
1564 2011-09-21 Jakub Jelinek <jakub@redhat.com>
1565
1566 * MAINTAINERS (sparc port): Remove myself.
1567
1568 2011-09-14 Tom de Vries <tom@codesourcery.com>
1569
1570 * MAINTAINERS (Write After Approval): Add myself.
1571
1572 2011-08-14 Yao Qi <yao@codesourcery.com>
1573
1574 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1575 * configure: Regenerate.
1576
1577 2011-07-26 Ian Lance Taylor <iant@google.com>
1578
1579 * configure.ac: Set have_compiler based on whether gcc directory
1580 exists, rather than on whether gcc is in configdirs.
1581 * configure: Rebuild.
1582
1583 2011-07-21 Joseph Myers <joseph@codesourcery.com>
1584
1585 * MAINTAINERS (Global Reviewers): Add self.
1586
1587 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1588
1589 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1590 link directories.
1591 * Makefile.in: Rebuild.
1592
1593 2011-07-20 Ian Lance Taylor <iant@google.com>
1594
1595 PR bootstrap/49787
1596 * configure.ac: Move --enable-bootstrap handling earlier in file.
1597 If --enable-bootstrap and either --enable-build-with-cxx or
1598 --enable-build-poststage1-with-cxx, enable C++ automatically.
1599 * configure: Rebuild.
1600
1601 2011-07-19 Ian Lance Taylor <iant@google.com>
1602
1603 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1604 make C++ a boot_language. Set and substitute
1605 POSTSTAGE1_CONFIGURE_FLAGS.
1606 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1607 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1608 * configure, Makefile.in: Rebuild.
1609
1610 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
1611
1612 * MAINTAINERS (Register Allocation): Move myself from reviewers to
1613 maintainers.
1614
1615 2011-07-18 Jakub Jelinek <jakub@redhat.com>
1616
1617 * MAINTAINERS (Global Reviewers): Add myself.
1618
1619 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1620
1621 * configure: Regenerate.
1622
1623 2011-07-16 Jason Merrill <jason@redhat.com>
1624
1625 * Makefile.def (language=c++): Add check-c++0x and
1626 check-target-libmudflap-c++.
1627 * Makefile.tpl (check-target-libmudflap-c++): New.
1628 * Makefile.in: Regenerate.
1629
1630 2011-07-16 Matthias Klose <doko@ubuntu.com>
1631
1632 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1633 * Makefile.def (target_modules/libjava): Pass
1634 $(EXTRA_CONFIGARGS_LIBJAVA).
1635 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1636 if not configured with --enable-static-libjava.
1637 * Makefile.in: Regenerate.
1638 * configure: Likewise.
1639
1640 2011-07-15 Jason Merrill <jason@redhat.com>
1641
1642 * Makefile.in (check-c++): Move check-gcc-c++0x after
1643 check-target-libstdc++-v3.
1644
1645 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1646
1647 * MAINTAINERS (c6x port): New entry.
1648
1649 2011-07-13 Jason Merrill <jason@redhat.com>
1650
1651 * Makefile.in (check-gcc-c++0x): New.
1652 (check-c++): Depend on it.
1653
1654 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1655
1656 PR target/39150
1657 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1658 x86_64-*-solaris2.1[0-9]*.
1659 * configure: Regenerate.
1660
1661 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
1662
1663 * MAINTAINERS (RTL optimizers): Add self.
1664
1665 2011-06-27 Gabriel Charette <gchare@google.com>
1666
1667 * MAINTAINERS (Write After Approval): Add myself.
1668
1669 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1670
1671 PR regression/47836
1672 PR bootstrap/23656
1673 PR other/47733
1674 PR bootstrap/49247
1675 PR c/48825
1676 * configure.ac (target_libraries): Remove target-libiberty.
1677 Remove case-statement setting skipdirs=target-libiberty for
1678 multiple targets. Remove checking target_configdirs and
1679 removing target-libiberty but keeping target-libgcc if
1680 otherwise empty.
1681 * Makefile.def (target_modules): Don't add libiberty.
1682 (dependencies): Remove all traces of target-libiberty.
1683 * configure, Makefile.in: Regenerate.
1684
1685 2011-06-13 Walter Lee <walt@tilera.com>
1686
1687 * configure.ac (tilepro-*-*) New case.
1688 (tilegx-*-*): Likewise.
1689 * configure: Regenerate.
1690
1691 2011-06-06 Jing Yu <jingyu@google.com>
1692
1693 * configure.ac: Skip target-libiberty for
1694 arm*-*-linux-androideabi.
1695 * configure: Regenerated.
1696
1697 2011-06-06 Nick Clifton <nickc@redhat.com>
1698
1699 * config.sub: Sync from upstream.
1700
1701 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
1702
1703 * MAINTAINERS (Write After Approval): Add myself.
1704
1705 2011-06-01 Daniel Jacobowitz <drow@false.org>
1706
1707 * MAINTAINERS: Update my email address.
1708
1709 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
1710
1711 * MAINTAINERS (Write After Approval): Update my email address.
1712
1713 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
1714
1715 * MAINTAINERS (Write After Approval): Add myself.
1716
1717 2011-05-08 Doug Kwan <dougkwan@google.com>
1718
1719 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1720 * configure: Regenerated.
1721 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1722 value from configure.
1723 * Makefile.in: Regenerated.
1724
1725 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1726
1727 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1728 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1729 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1730 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1731 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1732 *-*-vxworks*): Disable newlib and libgloss in separate case
1733 statement.
1734 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1735 to separate case statement.
1736 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1737 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1738 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1739 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1740 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1741 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1742 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1743 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1744 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1745 i[[3456789]]86-*-rdos*, m32r-*-*,
1746 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1747 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1748 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1749 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1750 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1751 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1752 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1753 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1754 and libgloss in main case over targets. Remove most empty cases
1755 in main case over targets.
1756 * configure: Regenerate.
1757
1758 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
1759
1760 * MAINTAINERS (Write After Approval): Add myself.
1761
1762 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1763
1764 * configure.ac: Remove code setting special library locations for
1765 hppa*64*-*-hpux11*. Remove code setting compiler for
1766 sparc-sun-solaris2*.
1767 * configure: Regenerate.
1768
1769 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1770
1771 * configure.ac: Separate libgloss_dir settings from general case
1772 over targets.
1773 * configure: Regenerate.
1774
1775 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1776
1777 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1778 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1779 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1780 cases in libgcj-disabling case statement.
1781 (hppa*64*-*-linux*): Set unsupported_languages instead of
1782 disabling target-zlib.
1783 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1784 to hppa*64*-*-hpux*.
1785 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1786 hppa*-*-hpux*.
1787 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1788 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1789 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1790 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1791 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1792 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1793 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1794 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1795 libgcj-disabling case statement.
1796 * configure: Regenerate.
1797
1798 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1799
1800 * configure.ac: Disable Java for targets not supporting libffi.
1801 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1802 Remove cases in Java-disabling statement.
1803 (*arm-wince-pe): Change to arm-wince-pe.
1804 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1805 cases in Java-disabling statement.
1806 (bfin-*-*): Don't disable Java again.
1807 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1808 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1809 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1810 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1811 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1812 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1813 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1814 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1815 Java-disabling statement.
1816 (mmix-*-*): Don't disable Java again.
1817 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1818 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1819 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1820 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1821 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1822 statement.
1823 * configure: Regenerate.
1824
1825 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1826
1827 * configure.ac: Separate cases disabling Java and Java libraries
1828 from general case over targets.
1829 * configure: Regenerate.
1830
1831 2011-04-21 Jie Zhang <jzhang918@gmail.com>
1832
1833 * MAINTAINERS: Update my email address.
1834
1835 2011-04-20 Easwaran Raman <eraman@google.com>
1836
1837 * MAINTAINERS (Write After Approval): Add myself.
1838
1839 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1840
1841 PR lto/48086
1842 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1843 * configure: Regenerate.
1844
1845 2011-04-16 Jim Meyering <meyering@redhat.com>
1846
1847 * MAINTAINERS (Write After Approval): Add myself.
1848
1849 2011-04-15 Dodji Seketeli <dodji@redhat.com>
1850
1851 * MAINTAINERS: Update my email address.
1852
1853 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
1854
1855 * MAINTAINERS (Write After Approval): Add myself.
1856
1857 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
1858
1859 * MAINTAINERS (Write After Approval): Add myself.
1860
1861 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
1862
1863 * MAINTAINERS (Write After Approval): Add myself.
1864
1865 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1866
1867 * configure.ac (build_tools): Remove build-byacc.
1868 (host_libs): Remove mmalloc.
1869 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1870 autoconf automake libtool diff rcs fileutils shellutils time
1871 textutils wdiff find uudecode hello tar gzip indent recode release
1872 sed perl gawk findutils gettext zip.
1873 (libgcj): Remove target-qthreads.
1874 (target_tools): Remove target-examples target-gperf.
1875 (YACC): Don't handle building byacc.
1876 * configure: Regenerate.
1877 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1878 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1879 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1880 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1881 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1882 handle building components.
1883 * Makefile.in: Regenerate.
1884
1885 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
1886
1887 * MAINTAINERS: Update my email address as Xtensa maintainer.
1888
1889 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1890
1891 * config.sub: Sync from upstream.
1892
1893 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1894
1895 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1896 (microblaze*): Don't disable libssp.
1897 * configure: Regenerate.
1898
1899 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1900
1901 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1902 moveifchange.
1903 * configure: Regenerate.
1904 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1905 * Makefile.in: Regenerate.
1906
1907 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1908
1909 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1910 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1911 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1912 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1913 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1914 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1915 md_exec_prefix cases.
1916 * configure: Regenerate.
1917
1918 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1919
1920 * configure.ac: Separate cases disabling target-libssp,
1921 target-libiberty, target-libstdc++-v3 and Fortran from general
1922 case over targets.
1923 * configure: Regenerate.
1924
1925 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1926
1927 * configure.ac (*-*-chorusos): Don't disable libgcj.
1928 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1929 Remove case.
1930 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1931 (arm-*-coff): Don't disable libgcj.
1932 (arm*-*-linux-gnueabi): Remove useless assignment.
1933 (arm-*-riscix*): Don't disable libgcj.
1934 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1935 configuration.
1936 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1937 (c54x*-*-*): Remove case.
1938 (tic54x-*-*): Don't disable GCC or GCC libraries.
1939 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1940 to *.
1941 (d10v-*-*): Don't disable GCC libraries.
1942 (d30v-*-*): Don't disable libgcj.
1943 (h8500-*-*): Don't disable GCC libraries.
1944 (i960-*-*): Don't disable libgcj.
1945 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1946 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1947 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1948 libgcj.
1949 (m68k-*-coff*): Remove case.
1950 (mmix-*-*): Don't disable libgloss on host.
1951 (mn10200-*-*, mn10300-*-*): Remove cases.
1952 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1953 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1954 Don't disable libgcj.
1955 (romp-*-*): Remove case.
1956 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1957 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1958 case.
1959 (v810-*-*): Don't disable GCC libraries.
1960 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1961 (ip2k-*-*): Don't disable GCC libraries.
1962 * configure: Regenerate.
1963
1964 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1965
1966 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1967 libffi on host.
1968 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1969 on host.
1970 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1971 * configure: Regenerate.
1972
1973 2011-03-26 John Marino <binutils@marino.st>
1974
1975 * configure.ac: Add support for *-*-dragonfly*
1976 * configure: Regenerate.
1977
1978 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1979
1980 * configure.ac (native_only): Remove.
1981 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1982 send-pr uudecode guile gnuserv on host.
1983 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1984 send-pr rcs guile perl texinfo libtool on host.
1985 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1986 automake send-pr rcs guile perl texinfo libtool on host.
1987 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1988 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1989 (alpha*-dec-osf*): Don't disable fileutils on target.
1990 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1991 texinfo send-pr expect dejagnu on target.
1992 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1993 target-qthreads on target.
1994 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1995 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1996 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1997 x86_64-*-mingw*): Don't disable expect on target.
1998 (*-*-cygwin*): Don't disable target-gperf on target.
1999 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2000 gnuserv on target.
2001 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2002 target.
2003 * configure: Regenerate.
2004
2005 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2006
2007 * configure.ac (target_tools): Remove target-groff.
2008 (native_only): Remove target-groff.
2009 (hppa*64*-*-*): Don't disable byacc.
2010 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2011 setting.
2012 (*-*-kaos*): Don't skip target-librx and target-groff.
2013 (*-*-netware*): Don't skip target-libmudflap.
2014 (*-*-tpf*): Don't skip target-libmudflap.
2015 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2016 directories on the host.
2017 (ia64*-*-*vms*): Don't skip tix.
2018 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2019 host.
2020 * configure: Regenerate.
2021
2022 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2023
2024 * configure.ac: Remove references to mt-mep, mt-netware,
2025 mt-wince.
2026 * Makefile.def: Add all-utils soft dependencies.
2027 * Makefile.tpl: Remove GDB_NLM_DEPS.
2028 * configure: Regenerate.
2029 * Makefile.in: Regenerate.
2030
2031 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2032
2033 * configure.ac: Do not include mh-x86omitfp.
2034 * configure: Regenerate.
2035
2036 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2037
2038 * configure.ac: Remove empty cases.
2039 * configure: Regenerate.
2040
2041 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2042
2043 * Makefile.def: Add dependency from termcap to gdb.
2044 * Makefile.in: Regenerate.
2045
2046 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2047
2048 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2049 * configure: Regenerate.
2050 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2051 * Makefile.tpl: Likewise.
2052 * Makefile.in: Regenerate.
2053
2054 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2055
2056 * configure.ac: Remove all mentions of tentative_cc.
2057 * configure: Regenerate.
2058
2059 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2060
2061 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2062 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2063 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2064 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2065 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2066 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2067 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2068 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2069 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2070 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2071 *-*-rhapsody*): Remove host cases.
2072 * configure: Regenerate.
2073
2074 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2075
2076 * configure.ac (ppc*-*-pe): Remove host case.
2077 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2078 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2079 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2080 cases.
2081 * configure: Regenerate.
2082
2083 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2084
2085 * config.sub: Update to version 2011-03-23.
2086
2087 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2088
2089 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2090 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2091 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2092 * configure: Regenerate.
2093
2094 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2095
2096 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
2097 to Write After Approval.
2098 * config-ml.in: Don't handle arc-*-elf*.
2099 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2100 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2101 handle GCC libraries.
2102 * configure: Regenerate.
2103
2104 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2105
2106 PR bootstrap/48120:
2107 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2108 Add -lstdc++ -lm to LIBS.
2109 * configure: Regenerate.
2110
2111 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2112
2113 * config.guess: Update to version 2011-02-02
2114 * config.sub: Update to version 2011-02-24
2115
2116 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2117
2118 PR lto/48086
2119 * configure.ac: Re-enable LTO on *-apple-darwin9.
2120 * configure: Regenerate.
2121
2122 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
2123
2124 PR lto/48086
2125 * configure.ac: Disable LTO on darwin due to an assembler change in
2126 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
2127 under 256.
2128 * configure: Regenerate.
2129
2130 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
2131
2132 * MAINTAINERS: Update myself as score backend maintainer,
2133 update my e-mail address.
2134
2135 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
2136
2137 * MAINTAINERS: Update my e-mail address.
2138
2139 2011-03-06 Joey Ye <joey.ye@arm.com>
2140
2141 * MAINTAINERS: Update my e-mail address.
2142
2143 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2144
2145 * configure.ac: Adjust test of with_ppl.
2146 * configure: Regenerated.
2147
2148 2011-03-02 Kai Tietz <ktietz@redhat.com>
2149
2150 * MAINTAINERS: Adjust my e-mail address.
2151
2152 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2153
2154 * configure.ac: Add -lpwl to ppllibs.
2155 * configure: Regenerated.
2156
2157 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2158
2159 * config/cloog.m4: Add -lisl to clooglibs.
2160 * configure: Regenerated.
2161
2162 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2163
2164 * MAINTAINERS (CPU Port maintainers): Add self.
2165
2166 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2167
2168 * MAINTAINERS: Add myself as testsuite maintainer.
2169
2170 2011-02-15 Mike Stump <mikestump@comcast.net>
2171
2172 * MAINTAINERS: Add myself as testsuite maintainer.
2173
2174 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2175
2176 Import from Libtool and gnulib:
2177
2178 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2179
2180 Prepare for supporting FreeBSD 10.
2181 * config.rpath: Remove handling of freebsd1* which soon would
2182 match FreeBSD 10.0.
2183
2184 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2185
2186 Remove support for FreeBSD 1.x.
2187 * libtool.m4 (_LT_LINKER_SHLIBS)
2188 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2189 soon would incorrectly match FreeBSD 10.0.
2190
2191 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2192
2193 PR binutils/12283
2194 * move-if-change: Import version from gnulib.
2195
2196 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2197
2198 PR lto/47225
2199 * Makefile.def (lto-plugin): Double dash for enable-shared.
2200 (configure-gcc): Depend on all-lto-plugin.
2201 * Makefile.in: Rebuilt.
2202
2203 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2204
2205 * configure.ac: Remove extra bracket.
2206 * configure: Regenerate.
2207
2208 2011-02-08 Tobias Burnus <burnus@net-b.de>
2209
2210 * MAINTAINERS: Add myself as libquadmath maintainer.
2211
2212 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
2213
2214 * MAINTAINERS: Update my email address.
2215
2216 2011-02-07 Joseph Myers <joseph@codesourcery.com>
2217
2218 * MAINTAINERS (option handling): Add self.
2219
2220 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2221
2222 PR lto/47225
2223 * Makefile.def: Add dependency for install-gcc
2224 on install-lto-plugin.
2225 * Makfile.in: Regenerated
2226
2227 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
2228
2229 * MAINTAINERS (CPU Port Maintainers): Add myself.
2230
2231 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2232
2233 PR libgcj/44341
2234 * configure.ac: Discard --with-* flags for host when configuring
2235 target libraries for cross build.
2236 * configure: Rebuilt.
2237
2238 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2239
2240 * MAINTAINERS (linear loop transforms): Removed.
2241
2242 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2243
2244 * configure.ac: If with_ppl is no, move setting with_cloog=no
2245 after CLOOG_REQUESTED check.
2246 * configure: Regenerated.
2247
2248 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2249
2250 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2251 CLooG has been requested.
2252 * configure: Regenerated.
2253
2254 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2255
2256 * configure: Regenerated.
2257 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2258
2259 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2260
2261 * configure: Regenerated.
2262 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2263
2264 2011-01-21 Andreas Schwab <schwab@redhat.com>
2265
2266 * configure.ac: Use AS_HELP_STRING throughout.
2267 * configure: Regenerate.
2268
2269 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2270
2271 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2272 * configure: Regenerate.
2273
2274 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2275
2276 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2277
2278 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2279
2280 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2281 for ia64-hpux.
2282 * configure: Regenerate.
2283
2284 2011-01-07 Jan Hubicka <jh@suse.cz>
2285
2286 PR lto/47225
2287 * Makefile.in: Regenerate.
2288 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2289 configure.
2290
2291 2011-01-07 Jan Hubicka <jh@suse.cz>
2292
2293 * Makefile.in: Regenerate.
2294 * Makefile.def (gcc host module) and soft dependency on lto-plugin
2295 and configure dependency on lto-plugin configure.
2296 (lto-plugin module): Remove dependency on GCC; add dependency on
2297 liniberty.
2298
2299 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
2300
2301 * MAINTAINERS (Write After Approval): Add myself.
2302
2303 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
2304
2305 * configure: Regenerate.
2306
2307 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2308
2309 * configure.ac: (picochip): Disable libiberty.
2310
2311 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
2312
2313 * MAINTAINERS (Write After Approval): Add myself.
2314
2315 2010-12-10 Ian Lance Taylor <iant@google.com>
2316
2317 PR bootstrap/46819
2318 * configure.ac: For --disable-libgcj clear libgcj_saved.
2319 * configure: Rebuild.
2320
2321 2010-12-10 Tobias Burnus <burnus@net-b.de>
2322
2323 PR fortran/46540
2324 * configure.ac: Add --disable-libquadmath and
2325 --disable-libquadmath-support.
2326 * configure: Regenerate.
2327
2328 2010-12-03 Ian Lance Taylor <iant@google.com>
2329
2330 * MAINTAINERS: Add myself as libgo maintainer.
2331
2332 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2333
2334 PR libffi/46792
2335 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2336 * configure: Regenerate.
2337
2338 2010-12-02 Ian Lance Taylor <iant@google.com>
2339
2340 * configure.ac: Always set default for poststage1_ldflags to
2341 -static-libstdc++ -static-libgcc.
2342
2343 2010-11-29 Andreas Schwab <schwab@redhat.com>
2344
2345 * configure.ac: Move comment to remove extra space in last argument
2346 of GCC_TARGET_TOOL.
2347
2348 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2349
2350 PR other/46026
2351 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2352 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2353 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2354 (BASE_FLAGS_TO_PASS): Use it.
2355 * configure: Rebuilt.
2356 * Makefile.in: Rebuilt.
2357
2358 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2359
2360 PR binutils/12258
2361 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2362 Properly check default linker.
2363 * configure: Regnerated.
2364
2365 2010-11-23 Matthias Klose <doko@ubuntu.com>
2366
2367 * configure.ac: For --enable-gold, handle value `default' instead of
2368 `both*'. New configure option --{en,dis}able-ld.
2369 * configure: Regenerate.
2370
2371 2010-11-20 Ian Lance Taylor <iant@google.com>
2372
2373 * configure.ac: Only disable a language library if no language needs
2374 it. Don't let --disable-libgcj uncondtionally disable libffi.
2375 * configure: Rebuild.
2376
2377 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2378
2379 * Makefile.in: Regenerate.
2380
2381 PR other/46202
2382 * configure.ac: Fix just-built in-tree STRIP name to be
2383 binutils/strip-new.
2384 * configure: Regenerate.
2385 * Makefile.def (install-strip-gcc, install-strip-binutils)
2386 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2387 (install-strip-sid): Mirror dependencies on non-strip variants
2388 of these targets on the respective -strip prerequisites.
2389 * Makefile.tpl (install-strip, install-strip-host)
2390 (install-strip-target): New targets.
2391 (install-strip-[+module+], install-strip-target-[+module+]):
2392 New targets.
2393 * Makefile.in: Regenerate.
2394
2395 2010-11-19 Ian Lance Taylor <iant@google.com>
2396 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2397
2398 * configure.ac: Add target-libgo to target_libraries. Set
2399 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2400 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2401 (HOST_EXPORTS): Add GOC.
2402 (BASE_TARGET_EXPORTS): Add GOC.
2403 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2404 (GOCFLAGS_FOR_TARGET): New variable.
2405 (EXTRA_HOST_FLAGS): Add GOC.
2406 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2407 * Makefile.def (target_modules): Add libgo.
2408 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2409 (dependencies): Add dependency from configure-target-libgo to
2410 configure-target-libffi and all-target-libstdc++-v3. Add
2411 dependencies from all-target-libgo to all-target-libffi.
2412 (languages): Add go.
2413 * configure: Rebuild.
2414 * Makefile.in: Rebuild.
2415
2416 2010-11-19 Ian Lance Taylor <iant@google.com>
2417
2418 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2419 compiler/flag environment variables.
2420
2421 2010-11-18 Ian Lance Taylor <iant@google.com>
2422
2423 * configure.ac: Check for lang_requires_boot_languages in
2424 config-lang.in files.
2425 * configure: Rebuild.
2426
2427 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2428 Tobias Burnus <burnus@net-b.de>
2429
2430 PR fortran/32049
2431 * Makefile.def: Add libquadmath; build it with language=fortran.
2432 * configure.ac: Add libquadmath.
2433 * Makefile.tpl: Handle multiple libs in check-[+language+].
2434 * Makefile.in: Regenerate.
2435 * configure: Regenerate.
2436
2437 2010-11-16 Tom Tromey <tromey@redhat.com>
2438
2439 * MAINTAINERS: Moved myself to reviewers section.
2440
2441 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
2442
2443 * MAINTAINERS: Moved myself to reviewers section.
2444
2445 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2446
2447 * MAINTAINERS (Various Maintainers): Add self for build machinery.
2448 (Write After Approval): Remove self.
2449
2450 2010-11-15 Andreas Schwab <schwab@redhat.com>
2451
2452 * configure.ac: Fix spelling in option names.
2453 * configure: Regenerated.
2454
2455 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2456
2457 PR bootstrap/39622
2458 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2459 * configure: Regenerated.
2460
2461 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
2462
2463 * MAINTAINERS: Update my email address.
2464
2465 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2466
2467 * configure: Regenerate.
2468
2469 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2470
2471 * configure: Regenerate.
2472
2473 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2474
2475 * configure: Regenerate.
2476
2477 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2478
2479 * configure: Regenerate.
2480
2481 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2482
2483 * configure.ac: Support official CLooG.org versions.
2484 * configure: Regenerate.
2485 * config/cloog.m4: New.
2486
2487 2010-11-10 François Dumont <francois.cppdevs@free.fr>
2488
2489 * MAINTAINERS (Write After Approval): Add myself.
2490
2491 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
2492
2493 * MAINTAINERS: Update my email address.
2494
2495 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2496
2497 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2498 * configure: Regenerate.
2499
2500 2010-11-03 Ian Lance Taylor <iant@google.com>
2501 Dave Korn <dave.korn.cygwin@gmail.com>
2502
2503 PR lto/46273
2504 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2505 and on other supported platforms whenever LTO is enabled.
2506 * configure: Rebuild.
2507
2508 2010-11-02 Alan Modra <amodra@gmail.com>
2509
2510 PR binutils/12110
2511 * configure.ac: Error when source path contains spaces.
2512 * configure: Regenerate.
2513
2514 2010-10-23 James E. Wilson <wilson@codesourcery.com>
2515
2516 * MAINTAINERS: Update my email address.
2517
2518 2010-10-20 Ian Lance Taylor <iant@google.com>
2519
2520 * Makefile.def (target_modules): Set lib_path to src/.libs for
2521 libstdc++-v3 module.
2522 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2523 * Makefile.in: Rebuild.
2524
2525 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2526
2527 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2528 (Write After Approval): Remove myself.
2529
2530 2010-10-15 Tristan Gingold <gingold@adacore.com>
2531
2532 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2533
2534 2010-10-14 Douglas Rupp <rupp@gnat.com>
2535
2536 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2537
2538 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2539
2540 * configure.ac (build_lto_plugin): New shell variable.
2541 (--enable-lto): Turn on by default for all non-ELF platforms that
2542 have had LTO support added so far. Set build_lto_plugin appropriately
2543 for both ELF and non-ELF.
2544 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2545 * configure: Regenerate.
2546
2547 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2548
2549 Sync from src:
2550 * configure.ac (v850 support): Remove target-libgloss from
2551 noconfigdirs.
2552 * configure: Regenerate.
2553
2554 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2555
2556 PR bootstrap/45326
2557 PR bootstrap/45174
2558 * configure.ac: Honor initial values of $build_configargs,
2559 $host_configargs, $target_configargs. Mark the precious, so
2560 environment settings get recorded.
2561 * configure: Regenerate.
2562
2563 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2564
2565 PR bootstrap/45796
2566 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2567 Depend on all-build-libiberty.
2568 * Makefile.in: Regenerate.
2569
2570 2010-09-30 Michael Eager <eager@eagercon.com>
2571
2572 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2573 * configure: Regenerate.
2574
2575 2010-09-28 Michael Eager <eager@eagercon.com>
2576
2577 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2578
2579 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2580
2581 PR bootstrap/44621
2582 * configure.ac: Fix unportable shell quoting.
2583 * configure: Regenerate.
2584
2585 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2586
2587 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2588 targets and amend comment.
2589 * configure: Regenerate.
2590
2591 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
2592
2593 * MAINTAINERS (Write After Approval): Add myself.
2594
2595 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2596
2597 * configure.ac: Enable LTO by default on Darwin.
2598 * configure: Regenerate.
2599
2600 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
2601
2602 * MAINTAINERS (Write After Approval): Add myself.
2603
2604 2010-09-01 Ian Bolton <ian.bolton@arm.com>
2605
2606 * MAINTAINERS (Write After Approval): Add myself.
2607
2608 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
2609
2610 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2611 ports
2612
2613 2010-07-28 David Yuste <david.yuste@gmail.com>
2614
2615 * MAINTAINERS (Write After Approval): Add myself.
2616
2617 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2618
2619 * configure.ac: Support all v850 targets.
2620 * configure: Regenerate.
2621
2622 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2623
2624 PR bootstrap/44455
2625 * configure.ac (extra_mpfr_configure_flags): Copy from
2626 extra_mpc_gmp_configure_flags.
2627 * configure: Re-generated.
2628
2629 2010-07-22 Andi Kleen <ak@linux.intel.com>
2630
2631 * MAINTAINERS (Write After Approval): Add myself.
2632
2633 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
2634
2635 * MAINTAINERS (Write After Approval): Add myself.
2636
2637 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
2638
2639 * MAINTAINERS (Write After Approval): Add myself.
2640
2641 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2642
2643 PR target/44862
2644 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2645 Provide -B option to allow for link spec %s substitutions for
2646 libstdc++.a on darwin.
2647 * Makefile.in: Regenerate.
2648
2649 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
2650
2651 * MAINTAINERS (Reviewers): Update my e-mail address
2652
2653 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2654
2655 * Makefile.def (configure-gcc): Depend on all-libelf.
2656 * Makefile.in: Rebuild.
2657
2658 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
2659
2660 * MAINTAINERS (Write After Approval): Add myself in the right place.
2661
2662 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
2663
2664 * MAINTAINERS (Write After Approval): Add myself.
2665
2666 2010-05-25 Sterling Augustine <sterling@tensilica.com>
2667
2668 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2669
2670 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
2671
2672 * config.sub: Update to version 2010-05-21.
2673 * config.guess: Update to version 2010-04-03.
2674
2675 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2676
2677 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2678 * configure: Regenerate.
2679
2680 2010-05-12 Sriraman Tallam <tmsriram@google.com>
2681
2682 * MAINTAINERS (Write After Approval): Add myself.
2683
2684 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2685
2686 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2687 a platform that supports LTO.
2688 * configure: Regenerate.
2689
2690 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2691
2692 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2693 * configure: Regenerated.
2694
2695 2010-04-27 Roland McGrath <roland@redhat.com>
2696 H.J. Lu <hongjiu.lu@intel.com>
2697
2698 * configure.ac (--enable-gold): Support both, both/gold and
2699 both/bfd to add gold to configdirs without removing ld.
2700 * configure: Regenerated.
2701
2702 * Makefile.def: Add install-gold dependency to install-ld.
2703 * Makefile.in: Regenerated.
2704
2705 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2706
2707 PR lto/42776
2708 * configure.ac (--enable-lto): Refactor handling so libelf tests
2709 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2710 and allow LTO to be explicitly enabled on non-ELF platforms that
2711 are known to support it inside else-clause.
2712 * configure: Regenerate.
2713
2714 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2715
2716 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2717 * configure: Regenerate.
2718
2719 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
2720
2721 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2722 * configure: Regenerate.
2723
2724 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2725
2726 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2727 separately.
2728 * configure: Regenerate.
2729
2730 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
2731
2732 * MAINTAINERS (Write After Approval): Add myself.
2733
2734 2010-04-14 Tristan Gingold <gingold@adacore.com>
2735
2736 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2737 * configure: Regenerate.
2738
2739 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2740
2741 * configure: Regenerate after change to elf.m4.
2742
2743 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
2744
2745 * MAINTAINERS (Write After Approval): Add myself.
2746
2747 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2748
2749 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2750 * configure: Regenerated.
2751
2752 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2753
2754 * configure.ac: Print "buggy but acceptable" when CLooG
2755 revision is less than 9.
2756 * configure: Regenerated.
2757
2758 2010-04-01 Diego Novillo <dnovillo@google.com>
2759
2760 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2761
2762 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2763
2764 PR bootstrap/43615
2765 PR bootstrap/43328
2766
2767 Revert:
2768
2769 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2770
2771 * configure.ac: Do not pass --enable-multilib nor
2772 --disable-multilib in baseargs. Accept explicitly passed
2773 --enable_multilib.
2774 * configure: Regenerate.
2775
2776 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
2777
2778 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2779
2780 2010-03-31 Janis Johnson <janis187@us.ibm.com>
2781
2782 * MAINTAINERS: Remove myself.
2783
2784 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2785
2786 PR bootstrap/43328
2787 * configure.ac: Do not pass --enable-multilib nor
2788 --disable-multilib in baseargs. Accept explicitly passed
2789 --enable_multilib.
2790 * configure: Regenerate.
2791
2792 2010-03-28 Andrew Pinski <pinskia@gmail.com>
2793
2794 * MAINTAINERS (spu port): Remove me.
2795
2796 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2797
2798 * configure.ac (tic6x-*-*): New case.
2799 * configure: Regenerate.
2800
2801 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2802
2803 * config.sub: Update to version 2010-03-22.
2804 * config.guess: Update to version 2009-12-30.
2805
2806 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2807
2808 PR ada/42554
2809 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2810 * configure: Regenerate.
2811
2812 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2813
2814 * MAINTAINERS: Update my email address.
2815
2816 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
2817
2818 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2819 (ghassan.shobaki@amd.com): Removed.
2820
2821 2010-03-17 Alan Modra <amodra@gmail.com>
2822
2823 * MAINTAINERS: Update my email address.
2824
2825 2010-03-16 Diego Novillo <dnovillo@google.com>
2826
2827 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2828 Matthews.
2829
2830 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2831
2832 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2833 Gutson, Jeffrey D. Oldham and Mark Shinwell.
2834
2835 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2836
2837 * MAINTAINERS: Update my email address.
2838
2839 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
2840
2841 * MAINTAINERS: Update my email address.
2842
2843 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
2844
2845 * MAINTAINERS: Update my email address.
2846
2847 2010-03-09 Jie Zhang <jie@codesourcery.com>
2848
2849 * MAINTAINERS: Update my email address.
2850
2851 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2852
2853 PR libstdc++/32499
2854 * configure.ac (RANLIB): Default to true.
2855 (STRIP): Likewise.
2856 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2857 * configure: Regenerate.
2858
2859 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
2860
2861 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2862 (Write After Approval): Update my email address.
2863
2864 2010-02-17 Nick Clifton <nickc@redhat.com>
2865
2866 PR 11238
2867 * Makefile.tpl (local-distclean): Also remove config.cache files in
2868 sub-directories as there may not be Makefiles present in the
2869 sub-directories.
2870 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2871 the config.cache files found by the find command.
2872
2873 * Makefile.in: Regenerate.
2874 * configure.ac: Revert previous delta.
2875 * configure: Regenerate.
2876
2877 2010-02-15 Nick Clifton <nickc@redhat.com>
2878
2879 PR 11238
2880 * configure.ac: Delete config.cache files in sub-directories when
2881 deleting Makefiles.
2882 * configure: Regenerate.
2883
2884 2010-02-12 Ben Elliston <bje@gnu.org>
2885
2886 * MAINTAINERS: Update my email address.
2887
2888 2010-02-08 Andrew Pinski <pinskia@gmail.com>
2889
2890 * MAINTAINERS (spu port): Update my email address.
2891
2892 2010-02-08 Jie Zhang <jie.zhang@analog.com>
2893
2894 * MAINTAINERS: Add myself as a maintainer for the bfin port.
2895
2896 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2897
2898 * configure.ac: Add "recommended" version checks for GMP/MPC.
2899 Update recommended GMP/MPFR/MPC versions.
2900 * configure: Regenerate.
2901
2902 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
2903
2904 * MAINTAINERS: Move my Embecosm email address into the
2905 write-after-approval section.
2906
2907 2010-01-26 Ian Lance Taylor <iant@google.com>
2908
2909 * MAINTAINERS: Add myself as Go frontend maintainer.
2910
2911 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2912
2913 PR libstdc++/36101, PR libstdc++/42813
2914 * configure.ac (bootstrap_target_libs): Make inclusion of
2915 target-libgomp conditional on libgomb being in target_configdirs.
2916 * configure: Regenerate.
2917
2918 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2919
2920 PR libstdc++/36101, PR libstdc++/42813
2921 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2922 * configure: Regenerate.
2923
2924 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2925
2926 PR libstdc++/36101, PR libstdc++/42813
2927 * configure.ac (target_configdirs): Substitute.
2928 * Makefile.def: Bootstrap target module libgomp.
2929 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2930 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2931 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2932 * configure, Makefile.in: Regenerate.
2933
2934 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
2935
2936 * MAINTAINERS: Adjust my details.
2937
2938 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
2939
2940 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2941
2942 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
2943
2944 * MAINTAINERS: reindented my entry with tabs instead of spaces.
2945
2946 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
2947
2948 * MAINTAINERS (Write After Approval): Add myself.
2949
2950 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2951
2952 * MAINTAINERS (Write After Approval): Add myself.
2953
2954 2010-01-11 Richard Guenther <rguenther@suse.de>
2955
2956 PR lto/41569
2957 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2958 * Makefile.in: Regenerated.
2959
2960 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
2961
2962 * configure.ac: Enable libjava build on x86_64-*freebsd*.
2963 * configure: Regenerate.
2964
2965 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2966 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2967
2968 PR bootstrap/42424
2969 * configure.ac: Include libtool m4 files.
2970 (_LT_CHECK_OBJDIR): Call it.
2971 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2972 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2973
2974 * configure: Regenerate.
2975
2976 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2977
2978 PR bootstrap/41818
2979 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2980 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2981 * Makefile.in: Regenerate.
2982
2983 2010-01-02 Richard Guenther <rguenther@suse.de>
2984
2985 PR lto/41529
2986 * configure.ac: Include config/elf.m4. Disable LTO if not
2987 builting for an elf target.
2988 * configure: Regenerate.
2989
2990 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
2991
2992 * MAINTAINERS: Change my email address.
2993
2994 2009-12-18 Ben Elliston <bje@au.ibm.com>
2995
2996 * config.sub, config.guess: Update from upstream sources.
2997
2998 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
2999
3000 * MAINTAINERS (Write After Approval): Add myself.
3001
3002 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3003
3004 PR middle-end/30447
3005 PR middle-end/30789
3006 PR other/40302
3007
3008 * configure.ac: Require MPC.
3009 * configure: Regenerate.
3010
3011 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3012
3013 PR target/38384
3014 PR bootstrap/40972
3015 * libtool.m4: Sync from git Libtool.
3016 * ltoptions.m4: Likewise.
3017 * ltversion.m4: Likewise.
3018 * lt~obsolete.m4: Likewise.
3019 * ltmain.sh: Likewise.
3020
3021 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3022
3023 * configure.ac: Update minimum MPC version to 0.8.
3024 * configure: Regenerate.
3025
3026 2009-11-21 Sebastian Pop <sebpop@gmail.com>
3027
3028 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3029 * configure: Regenerated.
3030
3031 2009-11-21 Ian Lance Taylor <iant@google.com>
3032
3033 * configure.ac: Change default of poststage1_ldflags to be empty if
3034 poststage1_libs is set. When poststage1_libs is empty, and
3035 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3036 * configure: Rebuild.
3037
3038 2009-11-21 Adam Nemet <adambnmet@gmail.com>
3039
3040 * MAINTAINERS (Write After Approval): Update my email address.
3041
3042 2009-11-20 Ben Elliston <bje@au.ibm.com>
3043
3044 * config.guess: Update from upstream sources.
3045
3046 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3047
3048 * Makefile.def: Restore host and target settings for gmp.
3049 * Makefile.in: Rebuild.
3050
3051 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3052
3053 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3054 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3055 Fix portability of test of C++ as bootstrap language. Add
3056 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3057 * configure: Rebuild.
3058 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3059 and cloog. Fix in-tree ppl configuration. Introduce libelf
3060 in-tree building.
3061 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3062 (POSTSTAGE1_HOST_EXPORTS): Use it.
3063 (STAGE[+id+]_CXXFLAGS): New.
3064 (BASE_FLAGS_TO_PASS): Pass it down.
3065 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3066 extra_exports.
3067 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3068 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3069 extra_exports.
3070 * Makefile.in: Rebuild.
3071
3072 2009-11-17 Ben Elliston <bje@au.ibm.com>
3073
3074 * config.sub, config.guess: Update from upstream sources.
3075
3076 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3077
3078 * MAINTAINERS (Write After Approval): Add myself.
3079
3080 2009-11-09 Jon Beniston <jon@beniston.com>
3081
3082 * MAINTAINERS (Write After Approval): Add myself.
3083
3084 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3085
3086 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3087 paths for *-w64-mingw* and x86_64-*mingw*.
3088 * configure: Regenerated.
3089
3090 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
3091
3092 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3093
3094 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
3095
3096 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3097 Phil Edwards to Write-After Approval.
3098
3099 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3100
3101 * configure.ac: Disable target-winsup & co for
3102 x86_64-*-mingw* and *-w64-mingw* targets.
3103 * configure: Regenerated.
3104
3105 2009-10-16 Nick Clifton <nickc@redhat.com>
3106
3107 * MAINTAINERS: Add myself as a maintainer for the RX port.
3108
3109 2009-10-26 Johannes Singler <singler@kit.edu>
3110
3111 * MAINTAINERS (Write After Approval): Update my e-mail address.
3112
3113 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3114
3115 * configure.ac (CLooG test): Use = with test.
3116 * configure: Regenerate.
3117
3118 2009-10-22 Richard Guenther <rguenther@suse.de>
3119
3120 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3121 cloog if the ppl version check failed. Move flags saving
3122 before setting in libelf check.
3123 * configure: Regenerate.
3124
3125 2009-10-21 Richard Guenther <rguenther@suse.de>
3126
3127 * configure.ac: Adjust the ppl and cloog configure to work as
3128 documented. Disable cloog if ppl was disabled. Omit the version
3129 checks if they were disabled.
3130 * configure: Re-generate.
3131
3132 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3133
3134 * configure.ac: Add 'lto' to enable_languages, not
3135 new_enable_languages, and only if not already present.
3136 * configure: Regenerate.
3137
3138 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
3139
3140 * README: Refer to the various COPYING* files instead of just
3141 COPYING.
3142 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
3143
3144 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
3145
3146 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
3147
3148 2009-10-07 Richard Guenther <rguenther@suse.de>
3149
3150 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
3151 and Richard Guenther as reviewers.
3152 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
3153 as reviewers.
3154
3155 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
3156
3157 * config.sub: Update from upstream sources.
3158
3159 2009-10-06 Ian Lance Taylor <iant@google.com>
3160
3161 * Makefile.def: check-gold depends upon all-gas.
3162 * Makefile.in: Rebuild.
3163
3164 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
3165
3166 * MAINTAINERS (Write After Approval): Add myself.
3167
3168 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3169
3170 * Makefile.def: all-lto-plugin depends on all-libiberty.
3171 set bootstrap=true for lto-plugin.
3172 Add lto-plugin.
3173 * Makefile.in: Regenerate.
3174 * configure.ac (host_libs): Add lto-plugin.
3175 * configure: Regenerate.
3176
3177 2009-10-03 Diego Novillo <dnovillo@google.com>
3178
3179 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3180 (HOST_LIBELFLIBS): Define.
3181 (HOST_LIBELFINC): Define.
3182 * Makefile.in: Regenerate.
3183 * configure.ac: Add --enable-lto.
3184 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3185 If --enable-lto is used, add 'lto' to new_enable_languages.
3186 If --enable-lto is used and gold is enabled, add
3187 lto-plugin to configdirs.
3188 * configure: Regenerate.
3189
3190 2009-10-03 Simon Baldwin <simonb@google.com>
3191
3192 * configure.ac: If --with-system-zlib, suppress local zlib and
3193 pass --with-system-zlib to subdir configure scripts.
3194 * configure: Regenerate.
3195
3196 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3197 Paolo Bonzini <bonzini@gnu.org>
3198
3199 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3200 $(srcdir).
3201 * Makefile.in: Rebuilt.
3202
3203 2009-09-26 Gary Funck <gary@intrepid.com>
3204
3205 * MAINTAINERS (Write After Approval): Add myself.
3206
3207 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3208
3209 * configure.ac: Update minimum MPC version to 0.7.
3210 * configure: Regenerate.
3211
3212 2009-09-25 Nick Clifton <nickc@redhat.com>
3213
3214 * configure.ac: Pass any --cache-file=/dev/null option on to
3215 subconfigures.
3216 * configure: Regenerate.
3217
3218 2009-09-23 Nick Clifton <nickc@redhat.com>
3219
3220 * config.sub, config.guess: Update from upstream sources.
3221
3222 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3223
3224 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3225 * Makefile.in: Rebuilt.
3226
3227 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3228
3229 PR bootstrap/32272
3230 * configure.ac: Error out if $srcdir isn't '.' but contains
3231 host-${host_noncanonical}.
3232 * configure: Regenerate.
3233
3234 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3235
3236 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
3237 maintainer.
3238
3239 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3240
3241 * configure.ac: If bootstrapping a combined tree with
3242 --enable-gold, require c++ in stage1_languages.
3243 * configure: Regenerate.
3244
3245 * configure.ac: Also add target_libs of stage1_languages to
3246 bootstrap_target_libs.
3247 * configure: Regenerate.
3248
3249 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3250 with --enable-languages not containing c++.
3251 * configure: Regenerate.
3252
3253 2009-09-15 Jie Zhang <jie.zhang@analog.com>
3254
3255 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3256 * configure: Regenerate.
3257
3258 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
3259
3260 * MAINTAINERS (Write After Approval): Update my e-mail address,
3261 and move from from here...
3262 (Waiting for paperwork): To here.
3263
3264 2009-09-09 Joseph Myers <joseph@codesourcery.com>
3265
3266 * MAINTAINERS (Reviewers): Add self as driver reviewer.
3267
3268 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3269
3270 * configure.ac: Do not use $extrasub for replacing @if/@endif
3271 parts in Makefile; instead, use additional arguments to
3272 AC_CONFIG_COMMANDS to do the replacement manually, with several
3273 sed invocations, to avoid HP-UX sed command limits.
3274 * configure: Regenerate.
3275
3276 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
3277
3278 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
3279 blank before -L.
3280
3281 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3282
3283 * configure.ac (with-build-config): Document. Handle without.
3284 Handle missing argument.
3285 * configure: Rebuilt.
3286
3287 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3288
3289 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3290 Default to bootstrap-debug only if compare-debug works.
3291 * configure: Rebuilt.
3292 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3293 * Makefile.in: Rebuilt.
3294
3295 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3296
3297 * MAINTAINERS (OS Port Maintainers): Update my email address.
3298
3299 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3300
3301 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3302 * Makefile.in: Rebuilt.
3303
3304 2009-09-01 Chris Demetriou <cgd@google.com>
3305
3306 * MAINTAINERS (Write After Approval): Add myself.
3307
3308 2009-08-31 Dodji Seketeli <dodji@redhat.com>
3309
3310 PR debug/30161
3311 * include/dwarf2.h (enum dwarf_tag): Added
3312 DW_TAG_GNU_template_template_param
3313 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
3314
3315 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
3316
3317 * Makefile.tpl (AWK): Fix typo.
3318 * Makefile.in: Regenerate.
3319
3320 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
3321
3322 * configure.ac: Detect awk and sed.
3323 * Makefile.def (flags_to_pass): Add AWK and SED.
3324 * Makefile.tpl (AWK, SED): New.
3325 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3326 * configure: Regenerate.
3327 * Makefile.in: Regenerate.
3328
3329 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
3330
3331 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
3332 (collapseslashes): Likewise.
3333
3334 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3335
3336 * configure.ac (AC_PREREQ): Bump to 2.64.
3337
3338 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3339
3340 * configure.ac: Remove --with-datarootdir, --with-docdir,
3341 --with-pdfdir, --with-htmldir switches.
3342 * configure: Regenerate.
3343
3344 * configure: Regenerate.
3345
3346 * compile: Sync from Automake 1.11.
3347 * depcomp: Likewise.
3348 * install-sh: Likewise.
3349 * missing: Likewise.
3350 * mkinstalldirs: Likewise.
3351 * ylwrap: Likewise.
3352
3353 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
3354
3355 * ltmain.sh (func_normal_abspath): New function.
3356 (func_relative_path): Likewise.
3357 (func_mode_help): Document new -bindir option for link mode.
3358 (func_mode_link): Add new -bindir option, and use it to place
3359 output DLL if specified.
3360
3361 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3362
3363 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3364 (baseargs): Add --disable-option-checking.
3365 * configure: Regenerate.
3366
3367 * Makefile.def (configure-target-libiberty): Depend on
3368 all-binutils and all-ld.
3369 (configure-target-newlib): Likewise.
3370 * Makefile.in: Regenerate.
3371
3372 2009-08-17 Ben Elliston <bje@au.ibm.com>
3373
3374 * config.sub, config.guess: Update from upstream sources.
3375
3376 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3377
3378 Sync from src, merge:
3379
3380 2009-07-02 Tristan Gingold <gingold@adacore.com>
3381
3382 * configure.ac: Do not exclude gas for i386-*-darwin.
3383 Add a case for x86_64-*-darwin.
3384 * configure: Regenerate.
3385
3386 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
3387
3388 * MAINTAINERS: Add my name to Write After Approval list.
3389
3390 2009-08-06 Michael Eager <eager@eagercon.com>
3391
3392 * configure.ac: Add Microblaze target.
3393 * configure: Regenerate.
3394
3395 2009-07-31 Christian Bruel <christian.bruel@st.com>
3396
3397 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3398 * configure: Regenerate.
3399
3400 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
3401
3402 * MAINTAINERS (Write After Approval): Update my e-mail address.
3403
3404 2009-07-06 Ian Lance Taylor <iant@google.com>
3405
3406 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3407 * configure: Rebuild.
3408
3409 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
3410
3411 * MAINTAINERS: Move myself to the Graphite Reviewers.
3412
3413 2009-06-30 Wei Guozhi <carrot@google.com>
3414
3415 * MAINTAINERS: Add my name to Write After Approval list.
3416
3417 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3418
3419 PR bootstrap/40338
3420 * configure.ac (comparestring): Create new variable.
3421 * Makefile.tpl (comparestring): Use to skip some comparisions.
3422 * configure: Regenerate.
3423 * Makefile.in: Regenerate.
3424
3425 2009-06-26 Doug Evans <dje@sebabeach.org>
3426
3427 * Makefile.def (host_modules): Add cgen.
3428 * Makefile.in: Regenerate.
3429 * configure.ac (host_tools): Add cgen.
3430 * configure: Regenerate.
3431
3432 2009-06-23 DJ Delorie <dj@redhat.com>
3433
3434 * MAINTAINERS: Add myself as mep maintainer.
3435
3436 2009-06-23 Ian Lance Taylor <iant@google.com>
3437
3438 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3439 boot_languages. Only bootstrap target libraries listed in
3440 target_libs for some boot language. Add --with-stage1-ldflags,
3441 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3442 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3443 if not building with C++.
3444 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3445 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3446 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3447 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3448 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3449 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3450 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3451 * configure, Makefile.in: Rebuild.
3452
3453 2009-06-23 Li Feng <nemokingdom@gmail.com>
3454
3455 * MAINTAINERS: Added my name to write-after-approval list.
3456
3457 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3458
3459 * configure.ac: Define is_elf for QNX Neutrino targets.
3460 * configure: Regenerate.
3461
3462 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
3463
3464 * MAINTAINERS: Added my name to the write-after-approval list
3465
3466 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3467
3468 * configure.ac: Detect MPC in default directory.
3469 * configure: Regenerate.
3470
3471 2009-06-03 Jerome Guitton <guitton@adacore.com>
3472 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3473
3474 * Makefile.tpl (all): Avoid a trailing backslash.
3475 * Makefile.in: Regenerate.
3476
3477 2009-06-03 Ben Elliston <bje@au.ibm.com>
3478
3479 * config.sub, config.guess: Update from upstream sources.
3480
3481 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3482
3483 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3484 to noconfdirs.
3485 * configure: Regenerate.
3486
3487 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3488
3489 * Makefile.tpl ([+compare-target+]): Compare all stage
3490 directories, rather than just gcc.
3491 * Makefile.in: Rebuilt.
3492
3493 2009-06-01 Doug Kwan <dougkwan@google.com>
3494
3495 * configure.ac: Support gold for target arm*-*-*.
3496 * configure: Regenerate.
3497
3498 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3499
3500 * Makefile.def: Add MPC support and dependencies.
3501 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3502
3503 * Makefile.in, configure: Regenerate.
3504
3505 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3506
3507 * Makefile.tpl (all): Avoid harmless warning in make all when
3508 gcc-bootstrap is enabled but stage_last does not exist.
3509 * Makefile.in: Rebuilt.
3510
3511 2009-05-24 Nicolas Roche <roche@adacore.com>
3512
3513 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3514 * Makefile.in: Regenerate.
3515
3516 2009-05-21 Denis Chertykov <chertykov@gmail.com>
3517
3518 * MAINTAINERS: Update my e-mail address.
3519
3520 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3521
3522 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3523 * configure: Regenerate.
3524
3525 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3526
3527 PR other/40159
3528 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3529 gcc-no-bootstrap are mutually exclusive.
3530 * Makefile.in: Rebuilt.
3531
3532 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3533
3534 PR other/40159
3535 * Makefile.tpl (all): Don't end with unconditional success.
3536 * Makefile.in: Rebuilt.
3537
3538 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3539
3540 PR target/37137
3541 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3542 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3543 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3544 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3545 stage_configureflags, stage_cflags and stage_libcflags into
3546 explicit Makefile macros.
3547 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3548 GFORTRAN.
3549 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3550 CC. Set CC_FOR_BUILD from CC.
3551 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3552 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3553 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3554 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3555 and GFORTRAN.
3556 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3557 (_LIBCFLAGS): Renamed to _TFLAGS.
3558 (do-compare-debug, do-compare3-debug): Drop.
3559 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3560 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3561 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3562 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3563 (XGCC_FLAGS_FOR_TARGET): New.
3564 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3565 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3566 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3567 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3568 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3569 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3570 TFLAGS.
3571 (BUILD_CONFIG): Include if requested.
3572 (all): Set TFLAGS on bootstrap.
3573 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3574 (all-stageid-prefixmodule): Likewise.
3575 (do-clean, distclean-stageid): Set TFLAGS.
3576 (restrap): Fix whitespace.
3577 * Makefile.in: Rebuilt.
3578
3579 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
3580
3581 * config.guess: Sync with src.
3582
3583 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3584
3585 * configure.ac ($with_ppl): Default to no if not supplied.
3586 ($with_cloog): Likewise.
3587 configure: Regenerate.
3588
3589 2009-04-27 James E. Wilson <wilson@codesourcery.com>
3590
3591 * MAINTAINERS: Update my e-mail address.
3592
3593 2009-04-27 Nick Clifton <nickc@redhat.com>
3594
3595 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3596
3597 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3598
3599 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3600 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3601 * Makefile.in: Regenerate.
3602
3603 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3604
3605 PR bootstrap/39739
3606 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3607 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3608
3609 * configure, Makefile.in: Regenerate.
3610
3611 2009-04-21 Taras Glek <tglek@mozilla.com>
3612
3613 * include/hashtab.h: Update GTY annotations to new syntax
3614 * include/splay-tree.h: Likewise
3615
3616 2009-04-17 Ben Elliston <bje@au.ibm.com>
3617
3618 * config.sub, config.guess: Update from upstream sources.
3619
3620 2009-04-15 Anthony Green <green@moxielogic.com>
3621
3622 * configure.ac: Add moxie support.
3623 * configure: Rebuilt.
3624
3625 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3626
3627 * configure.ac: Change copyright header to refer to version
3628 3 of the GNU General Public License and to point readers at the
3629 COPYING3 file and the FSF's license web page.
3630 * Makefile.def: Likewise.
3631 * Makefile.tpl: Likewise.
3632 * Makefile.in: Regenerate.
3633
3634 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3635
3636 * configure.ac: Restore match for darwin9 or later. Use double
3637 brackets since regeneration eats one pair.
3638 * configure: Regenerate.
3639
3640 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3641
3642 PR gas/10039
3643 * configure.ac: Require texinfo 4.7.
3644 * configure: Regenerated.
3645
3646 2009-04-09 Nick Clifton <nickc@redhat.com>
3647
3648 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3649 the GCC Runtime Library Exception.
3650
3651 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3652
3653 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3654 * configure: Regenerate.
3655
3656 2009-04-01 Steve Ellcey <sje@cup.hp.com>
3657
3658 * Makefil.def (languages): New entries.
3659 * Makefile.tpl (check-gcc-*): New generic target.
3660 * Makefile.in: Regenerate.
3661
3662 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
3663
3664 * MAINTAINERS: Update my email address.
3665
3666 2009-03-18 Tom Tromey <tromey@redhat.com>
3667
3668 * configure: Rebuild.
3669 * configure.ac (host_libs): Add libiconv.
3670 * Makefile.in: Rebuild.
3671 * Makefile.def (host_modules): Add libiconv.
3672 (configure-gdb, all-gdb): Depend on libiconv.
3673
3674 2009-03-16 Tristan Gingold <gingold@adacore.com>
3675
3676 * configure.ac: Treat gdb as supported on x86_64-darwin.
3677 * configure: Regenerate.
3678
3679 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3680
3681 * configure.ac (--with-host-libstdcxx): New option.
3682 * configure: Regenerate.
3683
3684 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
3685
3686 * MAINTAINERS: Move myself into the write after approval list.
3687
3688 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
3689
3690 * MAINTAINERS: Update e-mail address.
3691
3692 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
3693
3694 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3695
3696 2009-03-10 Ira Rosen <irar@il.ibm.com>
3697
3698 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3699
3700 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3701
3702 Backport from git Libtool:
3703
3704 2009-01-19 Robert Millan <rmh@aybabtu.com>
3705 Support GNU/kOpenSolaris.
3706 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3707 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3708 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3709 GNU/kOpenSolaris.
3710
3711 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
3712
3713 * MAINTAINERS: Update e-mail address.
3714
3715 2009-02-24 Michael Eager <eager@eagercon.com>
3716
3717 * MAINTAINERS (Write After Approval): Add self.
3718
3719 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
3720
3721 * MAINTAINERS (Write After Approval): Add myself.
3722
3723 2009-02-05 Andreas Schwab <schwab@suse.de>
3724
3725 * Makefile.tpl (stage_last): Define $r and $s before using
3726 $(RECURSE_FLAGS_TO_PASS).
3727 * Makefile.in: Regenerate
3728
3729 2009-01-30 Ian Lance Taylor <iant@google.com>
3730
3731 * MAINTAINERS: Move myself to the Global Reviewers list.
3732
3733 2009-01-29 Robert Millan <rmh@aybabtu.com>
3734
3735 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3736 * configure: Regenerate.
3737
3738 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
3739
3740 * MAINTAINERS: Make whitespace consistent.
3741 Remove Robert Millan from Write After Approval.
3742
3743 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3744
3745 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3746 (all-opcodes): Depend on all-libiberty.
3747 * Makefile.in: Regenerate.
3748
3749 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3750
3751 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3752 * configure: Regenerate.
3753
3754 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
3755
3756 * MAINTAINERS (Write After Approval): Add myself.
3757
3758 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
3759
3760 * MAINTAINERS: Add myself to reviewers (Fortran).
3761
3762 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3763
3764 PR tree-optimization/38515
3765 * configure.ac (cloog-polylib): Removed.
3766 (with_ppl, with_cloog): Test for "no".
3767 * configure: Regenerated.
3768
3769 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
3770
3771 * MAINTAINERS: Moved myself to reviewers (Fortran).
3772
3773 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
3774
3775 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3776 (Write After Approval): Remove myself.
3777
3778 2009-01-03 Diego Novillo <dnovillo@google.com>
3779
3780 * MAINTAINERS: Remove myself from alias maintainership.
3781
3782 2009-01-02 David Ayers <ayers@fsfe.org>
3783
3784 * MAINTAINERS: Update e-mail address.
3785
3786 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
3787
3788 * MAINTAINERS: Make whitespace consistent.
3789
3790 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3791
3792 Backport from upstream Libtool:
3793 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3794 Add cache variables to tests that require the linker to work.
3795 For shlibpath_overrides_runpath, this also changes the semantics
3796 to let the result from the C compiler take precedence.
3797
3798 2008-12-02 Ben Elliston <bje@au.ibm.com>
3799
3800 * config.sub, config.guess: Update from upstream sources.
3801
3802 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3803
3804 * configure.ac (ppllibs): Add by default the lib flags.
3805 * configure: Regenerate.
3806
3807 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
3808
3809 * MAINTAINERS: Add myself to the write after approval list.
3810
3811 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3812
3813 * configure.ac: Add double brackets on darwin[912].
3814 * configure: Regenerate.
3815
3816 2008-12-03 Daniel Kraft <d@domob.eu>
3817
3818 * MAINTAINERS: Moved myself and Mikael Morin from Write After
3819 Approval to Reviewer section (for Fortran front-end).
3820
3821 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3822
3823 * configure.ac: Expand to darwin10 and later.
3824 * configure: Regenerate.
3825
3826 2008-12-02 Andreas Schwab <schwab@suse.de>
3827
3828 * Makefile.def: configure-target-boehm-gc depends on
3829 all-target-libstdc++-v3.
3830 * Makefile.in: Regenerate.
3831
3832 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
3833
3834 * MAINTAINERS: Add myself as mingw maintainer.
3835
3836 2008-12-02 Ben Elliston <bje@au.ibm.com>
3837
3838 * config.sub, config.guess: Update from upstream sources.
3839
3840 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
3841
3842 * README.SCO: Remove.
3843
3844 2008-11-29 Fernando Pereira <pronesto@gmail.com>
3845
3846 * MAINTAINERS: Add myself to the write after approval list.
3847
3848 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
3849
3850 * MAINTAINERS: Update my email address in WAA section.
3851
3852 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
3853
3854 * MAINTAINERS: Update e-mail address.
3855
3856 2008-11-27 Toon Moene <toon@moene.org>
3857
3858 * MAINTAINERS: Change e-mail address.
3859
3860 2008-11-27 Tristan Gingold <gingold@adacore.com>
3861
3862 * configure.ac: Build gdb for i?86-*-darwin*
3863 * configure: Regenerated.
3864
3865 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
3866
3867 * MAINTAINERS: Added my full name.
3868
3869 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3870
3871 PR bootstrap/38014
3872 PR bootstrap/37923
3873
3874 Revert:
3875
3876 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3877
3878 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3879 * Makefile.in: Regenerated.
3880
3881 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3882
3883 PR gdb/921
3884 PR gdb/1646
3885 PR gdb/2175
3886 PR gdb/2176
3887
3888 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3889 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3890 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3891 (HOST_EXPORTS): Pass CPPFLAGS.
3892 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3893 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3894 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3895 * Makefile.in, configure: Regenerated.
3896 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3897 and CPPFLAGS_FOR_BUILD.
3898
3899 2008-11-06 Jeff Law <law@redhat.com>
3900
3901 * MAINTAINERS: Add myself as middle end maintainer.
3902
3903 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
3904
3905 * MAINTAINERS (Write after approval): Add myself.
3906
3907 2008-11-05 Diego Novillo <dnovillo@google.com>
3908
3909 * MAINTAINERS (Global Reviewers): Add myself.
3910 (Non-Algorithmic Maintainers): Remove myself.
3911
3912 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
3913
3914 * MAINTAINERS (Write after approval): Add myself.
3915
3916 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
3917
3918 * MAINTAINERS (Write after approval): Add myself.
3919
3920 2008-10-31 Ben Elliston <bje@au.ibm.com>
3921
3922 * configure.ac (spu-*-*): Remove special case.
3923 * configure: Regenerate.
3924
3925 2008-10-30 Catherine Moore <clm@codesourcery.com>
3926
3927 * MAINTAINERS (Write after approval): Update my email address.
3928
3929 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3930
3931 * configure.ac [spu-*-*]: Do not set skipdirs.
3932 * configure: Re-generate.
3933
3934 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
3935
3936 * MAINTAINERS (Various Maintainers): Add myself to reload.
3937
3938 2008-10-25 Richard Guenther <rguenther@suse.de>
3939
3940 * MAINTAINERS (Various Maintainers): Add myself as middle-end
3941 maintainer. Remove myself as libgcc-math maintainer.
3942 (Non-Algorithmic Maintainers): Remove myself.
3943
3944 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3945
3946 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3947 * Makefile.in: Regenerated.
3948
3949 2008-10-23 Cary Coutant <ccoutant@google.com>
3950
3951 * MAINTAINERS (Write after approval): Add myself.
3952
3953 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3954
3955 PR gdb/921
3956 PR gdb/1646
3957 PR gdb/2175
3958 PR gdb/2176
3959
3960 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3961 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3962 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3963 (HOST_EXPORTS): Pass CPPFLAGS.
3964 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3965 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3966 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3967 * Makefile.in, configure: Regenerated.
3968 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3969 and CPPFLAGS_FOR_BUILD.
3970
3971 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
3972
3973 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3974 Sebastian Pop.
3975
3976 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
3977
3978 * MAINTAINERS (Write After Approval): Added myself.
3979
3980 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3981
3982 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3983 recommended version to 2.3.2.
3984
3985 * configure: Regenerate.
3986
3987 2008-10-01 Mark Mitchell <mark@codesourcery.com>
3988
3989 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3990
3991 2008-09-29 David Daney <david.daney@caviumnetworks.com>
3992
3993 * MAINTAINERS (Write After Approval): Update e-mail address.
3994
3995 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
3996
3997 * libtool.m4: Update to libtool 2.2.6.
3998 * lt~obsolete.m4: Update to libtool 2.2.6.
3999 * ltmain.sh: Update to libtool 2.2.6.
4000 * ltsugar.m4: Update to libtool 2.2.6.
4001 * ltversion.m4: Update to libtool 2.2.6.
4002 * ltoptions.m4: Update to libtool 2.2.6.
4003 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4004
4005 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
4006
4007 * MAINTAINERS (Write After Approval): Add myself.
4008
4009 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4010
4011 * MAINTAINERS (Write After Approval): Update my name.
4012
4013 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
4014
4015 * MAINTAINERS: Add myself in "Write After Approval".
4016
4017 2008-09-18 Steve Ellcey <sje@cup.hp.com>
4018
4019 * MAINTAINERS: Add myself as ia64 maintainer.
4020
4021 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
4022
4023 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4024 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4025 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4026 and Michael Tiemann from Write After Approval since they do not
4027 actually have access.
4028
4029 2008-09-05 Richard Guenther <rguenther@suse.de>
4030
4031 * configure.ac: Initialize clooglibs to -lcloog.
4032 * configure: Re-generate.
4033
4034 2008-09-04 Le-Chun Wu <lcwu@google.com>
4035
4036 * MAINTAINERS (Write After Approval): Add myself.
4037
4038 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
4039
4040 * configure.ac (--with-cloog-polylib): New.
4041 (--disable-cloog-version-check): New.
4042 (--disable-ppl-version-check): New.
4043 * configure: Re-generate.
4044
4045 2008-09-03 Richard Guenther <rguenther@suse.de>
4046
4047 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4048 cloog test.
4049 * configure: Re-generate.
4050
4051 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
4052
4053 Add picoChip port.
4054 * MAINTAINERS: Add picoChip maintainers.
4055
4056 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
4057 Tobias Grosser <grosser@fim.uni-passau.de>
4058 Jan Sjodin <jan.sjodin@amd.com>
4059 Harsha Jagasia <harsha.jagasia@amd.com>
4060 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4061 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4062 Adrien Eliche <aeliche@isty.uvsq.fr>
4063
4064 Merge from graphite branch.
4065 * configure: Regenerate.
4066 * Makefile.in: Regenerate.
4067 * configure.ac (host_libs): Add ppl and cloog.
4068 Add checks for PPL and CLooG.
4069 * Makefile.def (ppl, cloog): Added modules and dependences.
4070 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4071 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4072
4073 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4074
4075 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4076 (GCC_SHLIB_SUBDIR): New.
4077 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4078 * configure: Regenerate.
4079 * Makefile.in: Regenerate.
4080
4081 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
4082
4083 * MAINTAINERS: Consistently use tabs to separate columns.
4084
4085 2008-08-29 Tristan Gingold <gingold@adacore.com>
4086
4087 * MAINTAINERS (Write after Approval): Add myself.
4088
4089 2008-08-28 Tristan Gingold <gingold@adacore.com>
4090
4091 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4092 Enable bfd, binutils and opcodes.
4093 * configure: Regenerate.
4094
4095 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4096
4097 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
4098
4099 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4100
4101 * MAINTAINERS: Use correct Umlaut for last name.
4102
4103 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4104
4105 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4106
4107 2008-08-16 David Edelsohn <edelsohn@gnu.org>
4108
4109 * MAINTAINERS: Update my email address.
4110
4111 2008-08-16 Nicolas Roche <roche@adacore.com>
4112
4113 * Makefile.tpl: Add BOOT_ADAFLAGS.
4114 * Makefile.in: Regenerate.
4115
4116 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
4117
4118 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4119 * configure: Regenerate.
4120
4121 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4122
4123 * configure.ac: Add makefile fragments for hpux.
4124 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4125 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4126 * configure: Regenerate.
4127 * Makefile.in: Regenerate.
4128
4129 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
4130
4131 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
4132
4133 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
4134
4135 * MAINTAINERS (Write after Approval): Add myself.
4136
4137 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
4138
4139 * MAINTAINERS (Write After Approval): Add myself.
4140
4141 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
4142
4143 * MAINTAINERS (Write After Approval): Add myself.
4144
4145 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
4146
4147 * MAINTAINERS: Update my email address.
4148
4149 2008-06-25 Joey Ye <joey.ye@intel.com>
4150
4151 * MAINTAINERS (Write After Approval): Add myself.
4152
4153 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4154
4155 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4156 * Makefile.in: Regenerate.
4157 * configure: Regenerate.
4158
4159 2008-06-17 Daniel Kraft <d@domob.eu>
4160
4161 * MAINTAINERS (Write After Approval): Add myself.
4162
4163 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4164
4165 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4166 "$@" is still intact with both Autoconf 2.59 and 2.62.
4167 * configure: Regenerate.
4168
4169 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4170
4171 * Makefile.tpl: Fix comment errors.
4172 * Makefile.in: Regenerate.
4173
4174 2008-06-12 David S. Miller <davem@davemloft.net>
4175 David Edelsohn <edelsohn@gnu.org>
4176
4177 * configure.ac: Add powerpc*-*-* to gold supported targets.
4178 * configure: Regenerate.
4179
4180 2008-06-08 Joseph Myers <joseph@codesourcery.com>
4181
4182 PR tree-optimization/36218
4183 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4184 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4185 (all prefix="build-"): Pass them to build-system sub-makes.
4186 * Makefile.in: Regenerate.
4187
4188 2008-06-07 Joseph Myers <joseph@codesourcery.com>
4189
4190 * MAINTAINERS (mt port): Remove.
4191 (sco5, unixware, sco udk): Remove.
4192 (Kean Johnston): Add to Write After Approval.
4193
4194 2008-05-30 Julian Brown <julian@codesourcery.com>
4195
4196 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4197 of libobjc for ARM EABI Linux.
4198 * configure: Regenerate.
4199
4200 2008-05-18 Xinliang David Li <davidxl@google.com>
4201
4202 * ChangeLog: Remove wrong ChangeLog entry.
4203
4204 2008-05-17 Xinliang David Li <davidxl@google.com>
4205
4206 * MAINTAINERS (Write After Approval): Add myself.
4207
4208 2008-05-15 Janus Weil <janus@gcc.gnu.org>
4209
4210 * MAINTAINERS (Write After Approval): Add myself.
4211
4212 2008-05-14 Rafael Espíndola <espindola@google.com>
4213
4214 * config-ml.in: don't handle --enable-shared and --enable-static.
4215
4216 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
4217
4218 * MAINTAINERS: Update my email address.
4219
4220 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
4221
4222 * MAINTAINERS: Update my email address.
4223
4224 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
4225
4226 * MAINTAINERS (Write After Approval): Add myself.
4227
4228 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
4229
4230 * MAINTAINERS (Write After Approval): Add myself.
4231
4232 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
4233
4234 * MAINTAINERS (crx): Add myself.
4235
4236 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4237
4238 Sync with src:
4239 2008-04-14 David S. Miller <davem@davemloft.net>
4240
4241 * configure.ac: Add sparc*-*-* to gold supported targets.
4242 * configure: Regenerate.
4243
4244 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4245
4246 PR bootstrap/35457
4247 * configure.ac: Include override.m4.
4248 * configure: Regenerate.
4249
4250 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4251
4252 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4253 * Makefile.in: Regenerate.
4254
4255 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4256
4257 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4258 as nonconfigurable directories list.
4259 * configure: Regenerate.
4260
4261 2008-04-14 Ben Elliston <bje@au.ibm.com>
4262
4263 * config.sub, config.guess: Update from upstream sources.
4264
4265 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
4266
4267 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4268 * Makefile.in: Regenerate.
4269
4270 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4271
4272 * configure.ac: Do not build libssp for the AVR.
4273 * configure: Regenerate.
4274
4275 2008-04-07 Ian Lance Taylor <iant@google.com>
4276
4277 * Makefile.def: check-gold depends upon all-binutils.
4278 * Makefile.in: Regenerate.
4279
4280 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
4281
4282 * MAINTAINERS (Write After Approval): Add myself.
4283
4284 2008-04-04 Nick Clifton <nickc@redhat.com>
4285
4286 PR binutils/4334
4287 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4288 builds.
4289 * configure: Regenerate.
4290
4291 2008-04-04 NightStrike <NightStrike@gmail.com>
4292
4293 PR other/35151
4294 * configure.ac: Combine rules for mingw32 and mingw64.
4295 * configure: Regenerate.
4296
4297 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
4298
4299 * MAINTAINERS (Write After Approval): Add myself.
4300
4301 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
4302
4303 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
4304 * Makefile.in (.NOTPARALLEL): Ditto.
4305
4306 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
4307
4308 * MAINTAINERS (Write After Approval): Add myself.
4309
4310 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
4311
4312 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
4313 * Makefile.in (.NOTPARALLEL): Regenerate.
4314
4315 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4316
4317 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4318 * Makefile.in: Regenerate.
4319
4320 2008-03-26 Jakub Staszak <kuba@et.pl>
4321
4322 * MAINTAINERS (Write After Approval): Add myself.
4323
4324 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4325
4326 * MAINTAINERS: Update e-mail address.
4327
4328 2008-03-20 Ian Lance Taylor <iant@google.com>
4329
4330 * configure.ac: Add support for --enable-gold.
4331 * Makefile.def: Add gold as a directory like ld.
4332 * configure, Makefile.in: Regenerate.
4333
4334 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4335
4336 * configure.ac: m4_include config/proginstall.m4.
4337 * configure: Regenerate.
4338
4339 Backport from upstream Libtool:
4340
4341 2007-10-12 Eric Blake <ebb9@byu.net>
4342
4343 Deal with Autoconf 2.62's semantic change in m4_append.
4344 * ltsugar.m4 (lt_append): Replace broken versions of
4345 m4_append.
4346 (lt_if_append_uniq): Don't require separator to be overquoted,
4347 and avoid broken m4_append.
4348 (lt_dict_add): Fix typo.
4349 * libtool.m4 (_LT_DECL): Don't overquote separator.
4350
4351 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4352
4353 * config.rpath: Add AIX 6 support.
4354
4355 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4356
4357 * Makefile.def (stageprofile). Remove -fprofile-generate
4358 from stage_libcflags.
4359 * Makefile.in: Regenerate.
4360
4361 2008-03-13 Ben Elliston <bje@au.ibm.com>
4362
4363 * config.sub, config.guess: Update from upstream sources.
4364
4365 2008-03-06 Tom Tromey <tromey@redhat.com>
4366
4367 * MAINTAINERS: Update for treelang deletion.
4368
4369 2008-03-03 James E. Wilson <wilson@tuliptree.org>
4370
4371 * MAINTAINERS: Update my email address.
4372
4373 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
4374
4375 * MAINTAINERS (darwin port): Add myself as a maintainer.
4376 (objective-c/c++): Add myself as a maintainer.
4377
4378 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
4379
4380 * MAINTAINERS (Write After Approval): Update my email address.
4381
4382 2008-02-25 Tomas Bily <tbily@suse.cz>
4383
4384 * MAINTAINERS (Write After Approval): Add myself.
4385
4386 2008-02-23 Jakub Jelinek <jakub@redhat.com>
4387
4388 * MAINTAINERS (OpenMP): Add myself.
4389
4390 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4391
4392 PR bootstrap/32009
4393 PR bootstrap/32161
4394
4395 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4396 * configure: Regenerate.
4397
4398 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4399 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4400 STAGE4_LIBCFLAGS): New.
4401 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4402 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4403 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4404 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4405 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4406 for target modules. Don't export LIBCFLAGS.
4407 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4408 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4409 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4410 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4411 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4412 * Makefile.in: Regenerate.
4413
4414 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4415
4416 PR libgcj/33085
4417 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4418 Do not use -DDLL_EXPORT. Backport from upstream.
4419
4420 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4421
4422 * MAINTAINERS (Write After Approval): Add myself.
4423
4424 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4425
4426 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4427 * configure: Regenerate.
4428
4429 2008-01-31 Marc Gauthier <marc@tensilica.com>
4430
4431 * configure.ac (xtensa*-*-*): Recognize processor variants.
4432 * configure: Regenerate.
4433
4434 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4435
4436 PR bootstrap/34922
4437 * configure.ac (PARSE_ARGS): Push suitable setting of
4438 ac_subdirs_all, for `./configure --help=recursive'.
4439 Handle `+' in generic toplevel directory disabling.
4440 * configure: Regenerate.
4441
4442 2008-01-28 Nick Clifton <nickc@redhat.com>
4443
4444 * MAINTAINERS (xstormy16): Take over maintainership.
4445
4446 2008-01-25 Joseph Myers <joseph@codesourcery.com>
4447
4448 * MAINTAINERS (c4x port): Remove.
4449
4450 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4451
4452 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4453
4454 2008-01-23 Ben Elliston <bje@au.ibm.com>
4455
4456 * config.sub, config.guess: Update from upstream sources.
4457
4458 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
4459
4460 * MAINTAINERS (Write After Approval): Add myself.
4461
4462 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
4463
4464 * MAINTAINERS: Update my email address.
4465
4466 2008-01-09 Raksit Ashok <raksit@google.com>
4467
4468 * MAINTAINERS (Write After Approval): Add myself.
4469
4470 2008-01-09 Raksit Ashok <raksit@google.com>
4471
4472 * MAINTAINERS (Write After Approval): Add myself.
4473
4474 2008-01-08 Ben Elliston <bje@au.ibm.com>
4475
4476 * config.sub, config.guess: Update from upstream sources.
4477
4478 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4479
4480 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4481 Change recommended MPFR from 2.2.1 -> 2.3.0.
4482 * configure: Regenerate.
4483
4484 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
4485
4486 * MAINTAINERS: Update my email address.
4487
4488 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
4489
4490 * MAINTAINERS: Update my email address.
4491
4492 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4493
4494 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4495 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4496 * Makefile.in: Regenerate.
4497
4498 2007-12-10 Mark Heffernan <meheff@google.com>
4499
4500 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4501 misplaced entries.
4502
4503 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4504
4505 * configure.ac: Enable libjava for x86_64-*-darwin9.
4506 * configure: Regenerate.
4507
4508 2007-12-07 Bill Maddox <maddox@google.com>
4509
4510 * MAINTAINERS (Write After Approval): Add myself.
4511
4512 2007-12-05 Ben Elliston <bje@au.ibm.com>
4513
4514 * config.sub, config.guess: Update from upstream sources.
4515
4516 2007-12-02 Matthias Klose <doko@ubuntu.com>
4517
4518 * config-ml.in: Remove 64bit configure tests.
4519
4520 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4521
4522 * config-ml.in: Robustify against white space in absolute file
4523 names.
4524
4525 * config-ml.in (multi-clean): Substitute ${Makefile}.
4526 Remove superfluous ${Makefile} in list.
4527
4528 2007-11-19 Thiemo Seufer <ths@mips.com>
4529
4530 * config-ml.in: Don't hardcode the Makefile name.
4531
4532 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
4533
4534 * MAINTAINERS (Write After Approval): Add myself.
4535
4536 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
4537
4538 * MAINTAINERS (Write After Approval): Add myself.
4539
4540 2007-11-06 Doug Kwan <dougkwan@google.com>
4541
4542 * MAINTAINERS (Write After Approval): Add myself.
4543
4544 2007-10-25 Ben Elliston <bje@au.ibm.com>
4545
4546 * MAINTAINERS (mercury): Remove entry.
4547 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4548
4549 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4550
4551 * Makefile.def (dependencies): Make configure-gdb depend on
4552 all-intl.
4553 * Makefile.in: Regenerated.
4554
4555 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
4556
4557 * MAINTAINERS (Fortran maintainer): Remove myself.
4558
4559 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4560
4561 * Makefile.def: To avoid problems running with parallel makes,
4562 build newlib before libgloss so that target specific header
4563 files are availble.
4564 * Makefile.in: Regenerate
4565
4566 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4567
4568 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4569 * Makefile.in: Regenerate.
4570
4571 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
4572
4573 * MAINTAINERS (Register allocation reviewer): Add myself.
4574
4575 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4576
4577 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4578 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4579 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4580 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4581 * configure: Regenerate.
4582
4583 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
4584
4585 * MAINTAINERS (Register allocation reviewer): Add myself.
4586
4587 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4588
4589 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4590 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4591 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4592 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4593 * configure.ac: Default them to host tools for $host = $build.
4594 Subst them.
4595
4596 * configure: Regenerate.
4597 * Makefile.in: Regenerate.
4598
4599 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
4600
4601 * MAINTAINERS (Register allocation reviewer): Add myself.
4602
4603 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
4604
4605 * MAINTAINERS (Register allocation reviewer): Add myself.
4606
4607 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
4608
4609 * MAINTAINERS (Write After Approval): Fix typo.
4610
4611 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4612
4613 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4614 * configure: Regenerate.
4615
4616 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
4617
4618 PR bootstrap/31906
4619 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4620 they're already prefixed.
4621
4622 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4623
4624 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4625 libstdc++.
4626 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4627 * configure: Regenerate.
4628 * Makefile.in: Regenerate.
4629
4630 2007-09-17 Andreas Schwab <schwab@suse.de>
4631
4632 * configure.ac: Raise minimum makeinfo version to 4.6.
4633 * configure: Regenerate.
4634
4635 2007-09-17 Johannes Singler <singler@ira.uka.de>
4636
4637 * MAINTAINERS (write-after-approval) add myself
4638
4639 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4640
4641 * configure.ac: Correct makeinfo version check.
4642 * configure: Regenerate.
4643
4644 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
4645
4646 * MAINTAINERS: Update my email address.
4647
4648 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4649
4650 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4651 to $skipdirs and only disable gprof for newlib. Use the normal
4652 mips*-elf* handling in other respects.
4653 * configure: Regnerate.
4654
4655 2007-09-12 David Daney <ddaney@avtrex.com>
4656
4657 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4658 enabling libgcj.
4659 * configure: Regenerate.
4660
4661 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4662
4663 PR other/32154
4664 * configure.ac: For libgloss targets, point the linker to the linker
4665 script, startup code and simulator library.
4666 * configure: Regenerate.
4667
4668 2007-09-07 Andrew Haley <aph@redhat.com>
4669
4670 * configure.ac (noconfigdirs): Remove target-libffi and
4671 target-libjava.
4672 * configure: Regenerate.
4673
4674 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4675
4676 PR target/33281
4677 * configure.ac: Use config/mh-mingw on mingw.
4678 * configure: Regenerate.
4679
4680 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
4681
4682 * MAINTAINERS (Write After Approval): Add myself.
4683
4684 2007-09-05 Richard Guenther <rguenther@suse.de>
4685
4686 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4687 nor --disable-checking is provided also turn on yes and types
4688 checking for stage1.
4689 * configure: Re-generate.
4690
4691 2007-08-30 Krister Walfridsson <cato@df.lth.se>
4692
4693 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4694 (Write After Approval): Remove myself.
4695
4696 2007-08-29 Nick Clifton <nickc@redhat.com>
4697
4698 * config.sub, config.guess: Update from upstream sources.
4699
4700 2007-08-22 Bud Davis <jmdavis@link.com>
4701
4702 * MAINTAINERS (Write After Approval): Added myself.
4703 * MAINTAINERS (Reviewers): Removed myself.
4704
4705 2007-08-18 Paul Brook <paul@codesourcery.com>
4706 Joseph Myers <joseph@codesourcery.com>
4707
4708 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4709 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4710 * Makefile.in: Regenerate.
4711 * configure.ac (--with-debug-prefix-map): New.
4712 * configure: Regenerate.
4713
4714 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4715 Nigel Stephens <nigel@mips.com>
4716
4717 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4718 as target_makefile_frag.
4719 * configure: Regenerate.
4720
4721 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4722
4723 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4724 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4725 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4726 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4727 (do-compare, do-compare3, do-compare-debug): New.
4728 ([+compare-target+]): Use them.
4729
4730 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
4731
4732 * MAINTAINERS (Write After Approval): Change my email address.
4733
4734 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4735 Ben Elliston <bje@au.ibm.com>
4736
4737 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4738 --silent if $silent.
4739 * configure: Regenerate.
4740
4741 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
4742
4743 * MAINTAINERS (Various Maintainers): Add myself as
4744 loop infrastructure maintainer. Update my e-mail
4745 address.
4746
4747 2007-07-31 Diego Novillo <dnovillo@google.com>
4748
4749 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4750 Adjust description.
4751
4752 2007-07-26 Richard Guenther <rguenther@suse.de>
4753
4754 * configure.ac: Add types checking to stage1 checking flags.
4755 * configure: Regenerate.
4756
4757 2007-07-17 Nick Clifton <nickc@redhat.com>
4758
4759 * COPYING3: New file. Contains version 3 of the GNU General
4760 Public License.
4761 * COPYING3.LIB: New file. Contains version 3 of the GNU
4762 Lesser General Public License.
4763
4764 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4765
4766 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4767
4768 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4769
4770 * MAINTAINERS (S/390 co-maintainer): Add myself.
4771 (Write After Approval): Remove myself.
4772
4773 2007-07-13 Dan Hipschman <dsh@google.com>
4774
4775 * MAINTAINERS (Write After Approval): Add myself.
4776
4777 2007-07-11 Nick Clifton <nickc@redhat.com>
4778
4779 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4780 WINDRES export.
4781 * Makefile.in: Regenerate.
4782
4783 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4784
4785 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4786 maintainer.
4787
4788 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4789
4790 * lt~obsolete.m4: New. Import from 20070318 libtool.
4791
4792 2007-07-03 Julian Brown <julian@codesourcery.com>
4793
4794 * MAINTAINERS (Write After Approval): Add myself.
4795
4796 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4797
4798 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4799 * configure: Regenerate.
4800
4801 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4802
4803 * configure.ac: Add some missing m4 quotation.
4804 * configure: Regenerate.
4805
4806 2007-07-02 Simon Baldwin <simonb@google.com>
4807
4808 * MAINTAINERS (Write After Approval): Add myself.
4809
4810 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
4811
4812 * configure: Regenerate.
4813
4814 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
4815
4816 * Makefile.def: Add windmc tool to build.
4817 * Makefile.tpl: Likewise.
4818 * configure.ac: Likewise.
4819 * Makefile.in: Regenerate.
4820 * configure: Regenerate.
4821
4822 2007-06-28 DJ Delorie <dj@redhat.com>
4823
4824 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4825 not building newlib.
4826 * configure: Regenerated.
4827
4828 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
4829
4830 * MAINTAINERS (Write After Approval): Add myself.
4831
4832 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
4833
4834 * MAINTAINERS (Write After Approval): Add myself.
4835
4836 2007-06-19 Chris Matthews <chrismatthews@google.com>
4837
4838 * MAINTAINERS (Write After Approval): Add myself.
4839
4840 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
4841
4842 * MAINTAINERS (Write After Approval): Add myself.
4843
4844 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4845
4846 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4847 * Makefile.in: Regenerated.
4848
4849 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
4850
4851 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4852 bfin*-*-uclinux* targets.
4853 * configure: Regenerate.
4854
4855 2007-06-14 Ian Lance Taylor <iant@google.com>
4856
4857 * MAINTAINERS: Add myself as non-algorithmic global write
4858 maintainer.
4859
4860 2007-06-14 Diego Novillo <dnovillo@google.com>
4861
4862 * MAINTAINERS: Add self as middle-end maintainer and
4863 non-algorithmic global write maintainer.
4864
4865 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4866
4867 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4868 Move all Fortran maintainers except Paul Brook into the
4869 Non-Autopoiesis section.
4870
4871 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4872
4873 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4874 (distclean-stage[+id+]): Possibly delete stage_last.
4875 * Makefile.in: Regenerate.
4876
4877 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
4878
4879 * MAINTAINERS (Various Maintainer): Fix typo.
4880
4881 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
4882
4883 * MAINTAINERS (Various Maintainer): Add myself as
4884 dataflow maintainer.
4885
4886 2007-06-07 Ben Elliston <bje@au.ibm.com>
4887
4888 * config.sub, config.guess: Update from upstream sources.
4889
4890 2007-06-07 Ben Elliston <bje@au.ibm.com>
4891
4892 * Makefile.tpl: Fix spelling error.
4893 * Makefile.in: Regenerate.
4894
4895 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4896
4897 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4898 lt_cv_sys_max_cmd_len.
4899
4900 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
4901
4902 * MAINTAINERS (Various Maintainers): Add myself as
4903 auto-vectorizer maintainer.
4904
4905 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
4906
4907 PR libjava/32098
4908 * libtool.m4: Revert previous change.
4909 * ltgcc.m4: Put it here.
4910
4911 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
4912
4913 * MAINTAINERS (Various Maintainers): Add myself as
4914 auto-vectorizer maintainer.
4915
4916 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
4917
4918 PR libjava/32098
4919 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4920
4921 2007-05-30 Richard Guenther <rguenther@suse.de>
4922
4923 * MAINTAINERS (Various Maintainers): Add myself as
4924 auto-vectorizer maintainer.
4925
4926 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4927
4928 PR bootstrap/29382
4929 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4930 * configure: Rebuilt.
4931
4932 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
4933
4934 * MAINTAINERS (Write After Approval): Removed my name.
4935
4936 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
4937
4938 * MAINTAINERS (Write After Approval): Remove myself.
4939
4940 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4941
4942 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4943
4944 2007-05-23 Steve Ellcey <sje@cup.hp.com>
4945
4946 * ltmain.sh: Update from ToT Libtool.
4947 * libtool.m4: Update from ToT Libtool.
4948 * ltsugar.m4: New. Update from ToT Libtool.
4949 * ltversion.m4: New. Update from ToT Libtool.
4950 * ltoptions.m4: New. Update from ToT Libtool.
4951 * ltconfig: Remove.
4952 * ltcf-c.sh: Remove.
4953 * ltcf-cxx.sh: Remove.
4954 * ltcf-gcj.sh: Remove.
4955
4956 2007-05-22 Ollie Wild <aaw@google.com>
4957
4958 * MAINTAINERS (Write After Approval): Add myself.
4959
4960 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4961
4962 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4963 stage_cflags.
4964 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4965 Remove CFLAGS/LIBCFLAGS.
4966 (configure-stage[+id+]-[+prefix+][+module+],
4967 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4968 * Makefile.in: Regenerate.
4969
4970 2007-05-15 Diego Novillo <dnovillo@google.com>
4971
4972 * MAINTAINERS: Update e-mail address.
4973
4974 2007-05-15 Revital Eres <eres@il.ibm.com>
4975
4976 * MAINTAINERS (Write After Approval): Add myself.
4977
4978 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
4979
4980 * MAINTAINERS (Write After Approval): Updated my address.
4981
4982 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
4983
4984 * MAINTAINERS (Write After Approval): Add myself.
4985
4986 2007-05-11 Silvius Rus <rus@google.com>
4987
4988 * MAINTAINERS (Write After Approval): Add myself.
4989
4990 2007-04-23 Tom Tromey <tromey@redhat.com>
4991
4992 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4993
4994 2007-04-22 Mark Mitchell <mark@codesourcery.com>
4995
4996 * MAINTAINERS (cpplib): Rename to ...
4997 (libcpp): ... this. Add C/C++ front end maintainers.
4998
4999 2007-04-14 Steve Ellcey <sje@cup.hp.com>
5000
5001 * config-ml.in: Pass ${ml_config_env} to configure calls.
5002
5003 2007-04-04 Christian Bruel <christian.bruel@st.com>
5004
5005 * MAINTAINERS (Write After Approval): Add myself.
5006
5007 2007-04-02 Dave Korn <dave.korn@artimi.com>
5008
5009 * MAINTAINERS (Write After Approval): Add myself.
5010
5011 2007-03-31 Tobias Burnus <burnus@net-b.de>
5012
5013 * MAINTAINERS (fortran 95 front end): Add myself.
5014
5015 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5016
5017 * MAINTAINERS (Write After Approval): Add myself.
5018
5019 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
5020
5021 * MAINTAINERS (Modulo Scheduler): Add myself.
5022
5023 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
5024
5025 * MAINTAINERS (fortran 95 front end): Add myself.
5026 (c++ front end): whitespace fix.
5027
5028 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
5029
5030 * MAINTAINERS (Write After Approval): Add myself.
5031
5032 2007-03-21 Richard Sandiford <richard@codesourcery.com>
5033
5034 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5035 of glob. Quote arguments with single quotes too.
5036 * configure: Regenerate.
5037
5038 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
5039
5040 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5041 * Makefile.in: Regenerate
5042
5043 2007-03-07 Andreas Schwab <schwab@suse.de>
5044
5045 * configure: Regenerate.
5046
5047 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
5048
5049 * configure.ac: Add "--with-pdfdir" configure option,
5050 which defines pdfdir variable.
5051 * Makefile.def (target=fixincludes): Add install-pdf to
5052 missing targets.
5053 (recursive_targets): Add install-pdf target.
5054 (flags_to_pass): Add pdfdir.
5055 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5056 target.
5057 * configure: Regenerate
5058 * Makefile.in: Regenerate
5059
5060 2007-02-28 Eric Christopher <echristo@apple.com>
5061
5062 Revert:
5063 2006-12-07 Mike Stump <mrs@apple.com>
5064
5065 * Makefile.def (dependencies): Add dependency for
5066 install-target-libssp and install-target-libgomp on
5067 install-gcc.
5068 * Makefile.in: Regenerate.
5069
5070 2007-02-27 Matt Kraai <kraai@ftbfs.org>
5071
5072 * configure: Regenerate.
5073 * configure.ac: Move statements after variable declarations.
5074
5075 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
5076
5077 * MAINTAINERS: Add myself as sh maintainer.
5078
5079 2007-02-19 Joseph Myers <joseph@codesourcery.com>
5080
5081 * configure.ac: Adjust for loop syntax.
5082 * configure: Regenerate.
5083
5084 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5085
5086 * configure: Rebuilt.
5087
5088 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5089
5090 * configure.ac: Drop multiple occurrences of --enable-languages,
5091 and fix its quoting.
5092 * configure: Rebuilt.
5093
5094 2007-02-17 Mark Mitchell <mark@codesourcery.com>
5095 Nathan Sidwell <nathan@codesourcery.com>
5096 Vladimir Prus <vladimir@codesourcery.com>
5097 Joseph Myers <joseph@codesourcery.com>
5098
5099 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5100 * configure: Regenerate.
5101
5102 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
5103
5104 * ltconfig (freebsd*): Default to elf.
5105
5106 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5107
5108 * configure.ac (target_libraries): Move libgcc before libiberty.
5109 * configure: Regenerated.
5110
5111 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5112 Paolo Bonzini <bonzini@gnu.org>
5113
5114 PR bootstrap/30753
5115 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
5116 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
5117 * configure: Regenerated.
5118
5119 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5120
5121 * MAINTAINERS (Language Front End Maintainers): Update my mail
5122 address.
5123
5124 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5125
5126 PR bootstrap/30748
5127 * configure.ac: Correct syntax for Solaris ksh.
5128 * configure: Regenerated.
5129
5130 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5131
5132 * configure.ac: Sync with src.
5133 * configure: Regenerate.
5134
5135 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5136
5137 * Makefile.in: Regenerate.
5138
5139 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5140
5141 * config.sub: Sync with src.
5142
5143 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5144
5145 * Makefile.tpl (build_alias, host_alias, target_alias): Use
5146 noncanonical equivalents.
5147 * configure.in: Rename to...
5148 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
5149 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
5150 target_noncanonical. Use them. Rewrite removal of configure
5151 arguments for autoconf 2.59. Discard variable settings. Force
5152 program_transform_name for native tools.
5153
5154 * Makefile.in: Regenerated.
5155 * configure: Regenerated with autoconf 2.59.
5156
5157 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
5158
5159 * MAINTAINERS (Write After Approval): Add myself.
5160
5161 2007-01-31 Andreas Schwab <schwab@suse.de>
5162
5163 * Makefile.tpl (LDFLAGS): Substitute it.
5164 * Makefile.in: Regenerate.
5165
5166 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
5167
5168 * MAINTAINERS (Write After Approval): Add myself.
5169
5170 2007-01-28 David Edelsohn <edelsohn@gnu.org>
5171
5172 * MAINTAINERS (spu port): Add myself.
5173
5174 2007-01-23 Richard Guenther <rguenther@suse.de>
5175
5176 PR bootstrap/30541
5177 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
5178 * Makefile.tpl (GNATBIND): Substitute it.
5179 (GNATMAKE): Likewise.
5180 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
5181 of STAGE_PREFIX.
5182 * Makefile.in: Regenerate.
5183 * configure: Regenerate.
5184
5185 2007-01-18 Mike Stump <mrs@apple.com>
5186
5187 * configure.in: Re-enable -Werror for gcc builds.
5188
5189 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
5190
5191 * MAINTAINERS (Write After Approval): Add myself.
5192
5193 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
5194
5195 * configure.in: Change == to = in test command.
5196 * configure: Regenerate.
5197
5198 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
5199 Nick Clifton <nickc@redhat.com>
5200 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
5201
5202 * configure.in (build_configargs, host_configargs, target_configargs):
5203 Remove build/host/target parameters.
5204 (host_libs): Add gmp and mpfr.
5205 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
5206 * Makefile.def (gmp, mpfr): New.
5207 (gcc): Remove target.
5208 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
5209 target_os, target_vendor): New.
5210 (configure): Add host_alias/target_alias arguments; adjust invocations.
5211 * configure: Regenerate.
5212 * Makefile.in: Regenerate.
5213
5214 2007-01-11 Matt Fago <fago@earthlink.net>
5215
5216 * configure.in: Try to link to functions only in mpfr 2.2.x
5217 to improve robustness of configure tests.
5218 * configure: Regenerate.
5219
5220 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
5221
5222 * MAINTAINERS: Add myself as i386 maintainer.
5223
5224 2007-01-08 Jan Hubicka <jh@suse.cz>
5225
5226 * MAINTAINERS: Add myself as i386 maintainer.
5227
5228 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
5229
5230 * configure.in: Add support for an x86_64-mingw* target.
5231 * configure: Regenerate.
5232
5233 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
5234
5235 * Makefile.tpl (all-target): Correct @if conditional for target
5236 modules.
5237 * configure.in: Omit libiberty if building only target libgcc.
5238 * configure, Makefile.in: Regenerated.
5239
5240 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
5241
5242 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
5243 * configure: Regenerate.
5244
5245 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5246
5247 * Makefile.def (target_modules): Add libgcc.
5248 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
5249 * Makefile.tpl (clean-target-libgcc): Delete.
5250 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
5251 on gcc even for bootstrapped modules. Rewrite handling of
5252 lang_env_dependencies to loop over target_modules.
5253 * configure.in (target_libraries): Add target-libgcc.
5254 * Makefile.in, configure: Regenerated.
5255
5256 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
5257
5258 * configure.in: Reorganize recognition of languages. Add
5259 --enable-stage1-languages. Show supported languages for the chosen
5260 target rather than all recognized languages.
5261 * configure: Regenerate.
5262
5263 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
5264
5265 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
5266 * Makefile.in: Regenerate.
5267
5268 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5269
5270 * configure.in: Warn that MPFR 2.2.0 is buggy.
5271 * configure: Regenerate.
5272
5273 2006-12-27 Ian Lance Taylor <iant@google.com>
5274
5275 * configure.in: When removing Makefiles to force a reconfigure, also
5276 remove prev-DIR*/Makefile.
5277 * configure: Regenerate.
5278
5279 2006-12-22 Andreas Schwab <schwab@suse.de>
5280
5281 * configure: Regenerate with correct autoconf version.
5282
5283 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
5284
5285 * configure.in: add AC_SUBST for *_FOR_TARGET.
5286 * configure: Regenerate.
5287
5288 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5289
5290 * configure.in: Simplify logic for rejecting languages that cannot
5291 be built. Separate the case when a language is unsupported,
5292 from the case when the user chooses not to build a language.
5293
5294 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5295
5296 * configure.in: Remove "$build" case for powerpc-*-darwin* since
5297 it only affects bootstrap and could be tested on "$host" as well.
5298 * configure: Regenerate.
5299 * config/mh-ppc-darwin: Add to the stage1 cflags here.
5300
5301 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5302
5303 PR bootstrap/29544
5304 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
5305 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
5306 move here comment from Makefile.tpl.
5307 * Makefile.tpl: Move some definitions higher in the file.
5308 (STAGE1_CHECKING): New.
5309 * configure.in: Add --enable-stage1-checking.
5310 * configure: Regenerate.
5311 * Makefile.in: Regenerate.
5312
5313 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5314
5315 * MAINTAINERS: Add myself as build system maintainer.
5316
5317 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
5318
5319 * MAINTAINERS (Write After Approval): Add myself.
5320
5321 2006-12-13 Eric Christopher <echristo@apple.com>
5322
5323 * MAINTAINERS: Add myself as darwin maintainer.
5324
5325 2006-12-11 Ian Lance Taylor <ian@airs.com>
5326
5327 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
5328
5329 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
5330
5331 MAINTAINERS: Update my entry.
5332
5333 2006-12-11 Alan Modra <amodra@bigpond.net.au>
5334
5335 * configure.in: Handle spu makefile frag.
5336 * Makefile.tpl (MAINT): Define
5337 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
5338 * configure: Regenerate.
5339 * Makefile.in: Regenerate.
5340
5341 2006-12-11 Ben Elliston <bje@au.ibm.com>
5342
5343 * config.guess: Import latest version.
5344 * config.sub: Likewise.
5345
5346 2006-12-11 Ben Elliston <bje@au.ibm.com>
5347
5348 * configure.in (spu-*-*): Don't skip target-libiberty.
5349 * configure: Regenerate.
5350
5351 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
5352
5353 PR bootstrap/30134
5354 * configure.in: Correct x86 darwin support for libjava to powerpc
5355 and i?86 only.
5356 * configure: Regenerate.
5357
5358 2006-12-08 Sandro Tolaini <tolaini@libero.it>
5359
5360 * configure.in: Add x86 darwin support for libjava.
5361 * configure: Regenerate.
5362
5363 2006-12-07 Mike Stump <mrs@apple.com>
5364
5365 * Makefile.def (dependencies): Add dependency for
5366 install-target-libssp and install-target-libgomp on
5367 install-gcc.
5368 * Makefile.in: Regenerate.
5369
5370 2006-12-04 Richard Guenther <rguenther@suse.de>
5371
5372 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
5373 (Non-Algorithmic Maintainers): Move over non-algorithmic
5374 loop optimizer maintainers, add myself as a non-algorithmic
5375 middle-end maintainer.
5376
5377 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
5378
5379 * MAINTAINERS (Write After Approval): Add myself.
5380
5381 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5382
5383 * configure.in: Update error message for missing GMP/MPFR.
5384
5385 * configure: Regenerate.
5386
5387 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5388
5389 * configure.in: Update MPFR version in error message.
5390
5391 * configure: Regenerate.
5392
5393 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5394
5395 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
5396 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
5397 --with-gmp-lib): New flags.
5398
5399 * configure: Regenerate.
5400
5401 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
5402
5403 * MAINTAINERS (Write After Approval): Change my email address.
5404
5405 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5406
5407 * MAINTAINERS (Write After Approval): Add myself.
5408
5409 2006-11-22 Philipp Thomas <pth@suse.de>
5410
5411 * MAINTAINERS (i18n): Update e-mail address.
5412
5413 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5414
5415 * MAINTAINERS (spu port): Add myself as maintainer.
5416 (Write After Approval): Remove myself.
5417
5418 2006-11-22 Ben Elliston <bje@au.ibm.com>
5419
5420 * configure.in (skipdirs): Don't build libssp for SPU.
5421 * configure: Regenerate.
5422
5423 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
5424
5425 * MAINTAINERS (spu port): Add myself as maintainer.
5426 (libobjc): Update my email address.
5427
5428 2006-11-21 Andrea Bona <andrea.bona@st.com>
5429
5430 * MAINTAINERS (Write After Approval): Add myself.
5431
5432 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5433
5434 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
5435 * configure : Rebuilt.
5436
5437 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5438
5439 * MAINTAINERS (Write After Approval): Add myself.
5440
5441 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
5442
5443 * MAINTAINERS (Write After Approval): Add myself.
5444
5445 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5446
5447 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
5448 libmpfr.a.
5449 * configure: Regenerate.
5450
5451 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
5452
5453 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
5454 (unstage): Test for stage_last presence.
5455
5456 PR bootstrap/29802
5457 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
5458 STAGE_PREFIX.
5459 * Makefile.in: Regenerate.
5460
5461 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
5462
5463 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5464 maintainers.
5465
5466 2006-11-14 Erven Rohou <erven.rohou@st.com>
5467
5468 * MAINTAINERS (Write After Approval): Add myself.
5469
5470 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
5471
5472 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5473 and stageN-package/Makefile.
5474 * Makefile.in: Regenerated.
5475
5476 2006-11-14 Jie Zhang <jie.zhang@analog.com>
5477
5478 * configure.in: Remove target-libgloss from noconfigdirs for
5479 bfin-*-*.
5480 * configure: Regenerated.
5481
5482 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5483
5484 * configure.in (have_gmp): Only error if the gcc directory exists.
5485
5486 * configure: Regenerate.
5487
5488 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5489
5490 * configure.in: Robustify error message for missing GMP/MPFR.
5491
5492 * configure: Regenerate.
5493
5494 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
5495
5496 * MAINTAINERS (Write After Approval): Add myself.
5497
5498 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
5499
5500 * MAINTAINERS: Change email address.
5501
5502 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
5503
5504 * MAINTAINERS (Write After Approval): Add myself.
5505
5506 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
5507
5508 * MAINTAINERS (Write After Approval): Add myself.
5509
5510 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
5511
5512 * MAINTAINERS (Write After Approval): Move myself to
5513 Write After Approval section.
5514
5515 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5516
5517 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
5518 need_gmp anymore.
5519 * configure: Regenerate.
5520
5521 2006-10-16 Tobias Burnus <burnus@net-b.de>
5522
5523 * MAINTAINERS (Write After Approval): Add myself.
5524
5525 2006-10-16 Ben Elliston <bje@au.ibm.com>
5526
5527 * config.guess: Import latest version.
5528 * config.sub: Likewise.
5529
5530 2006-10-10 Brooks Moses <bmoses@stanford.edu>
5531
5532 * Makefile.def: Added pdf target handling.
5533 * Makefile.tpl: Added pdf target handling.
5534 * Makefile.in: Regenerated.
5535
5536 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
5537
5538 * MAINTAINERS: Add self as score port maintainer.
5539
5540 2006-10-04 Brooks Moses <bmoses@stanford.edu>
5541
5542 * MAINTAINERS (Write After Approval): Add myself.
5543
5544 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
5545
5546 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
5547 or newer.
5548 * configure: Regenerated.
5549
5550 2006-09-27 Dave Brolley <brolley@redhat.com>
5551
5552 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5553 using $s instead of $r.
5554 * configure: Regenerated.
5555
5556 2006-09-26 Thiemo Seufer <ths@mips.com>
5557
5558 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5559 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5560 * configure: Regenerate.
5561
5562 2006-09-24 Graeme Peterson <gridly@gmail.com>
5563
5564 * MAINTAINERS (Write After Approval): Remove myself.
5565
5566 2006-09-22 Chao-ying Fu <fu@mips.com>
5567
5568 * MAINTAINERS (Write After Approval): Add myself.
5569
5570 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
5571
5572 * MAINTAINERS: Add self as soft-fp maintainer.
5573
5574 2006-09-09 Anatoly Sokolov <aesok@post.ru>
5575
5576 * MAINTAINERS: Add myself as avr maintainer.
5577 Remove Marek Michalkiewicz as avr maintainer.
5578
5579 2006-09-07 Roberto Costa <roberto.costa@st.com>
5580
5581 * MAINTAINERS (Write After Approval): Add myself.
5582
5583 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
5584
5585 * configure.in: Never build newlib for a Mingw host.
5586 Never build newlib as Mingw target library.
5587 Test the existence of winsup/cygwin for building a Cygwin newlib,
5588 rather than just winsup.
5589 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5590 building a Mingw target.
5591 * configure: Regenerate.
5592
5593 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
5594
5595 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5596
5597 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
5598
5599 * config.guess: Import from src (was more updated).
5600 * config.sub: Likewise.
5601
5602 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5603
5604 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5605 * configure: Regenerated.
5606
5607 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
5608
5609 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5610 for stages after the first.
5611
5612 2006-07-17 Jakub Jelinek <jakub@redhat.com>
5613
5614 * Makefile.def: Add dependencies for configure-opcodes
5615 on configure-intl and all-opcodes on all-intl.
5616 * Makefile.in: Regenerated.
5617
5618 2006-07-13 Ben Elliston <bje@au.ibm.com>
5619
5620 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5621
5622 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
5623
5624 Port to hosts whose 'sort' and 'tail' implementations
5625 treat operands with leading '+' as file names, as POSIX
5626 has required since 2001. However, make sure the code still
5627 works on pre-POSIX hosts.
5628 * ltmain.sh: Don't assume "sort +2" is equivalent to
5629 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5630
5631 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
5632
5633 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5634
5635 2006-07-04 Peter O'Gorman <peter@pogma.com>
5636
5637 * ltconfig: chmod 644 before ranlib during install.
5638
5639 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5640
5641 PR bootstrap/18058
5642 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5643 if the bootstrap compiler is a GCC version that supports it.
5644 * configure: Regenerate.
5645
5646 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5647
5648 * configure.in: Fix thinkos in previous check-in.
5649 * configure: Regenerate.
5650
5651 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5652
5653 PR other/27063
5654 * configure.in: Test subdir_requires and give an appropriate
5655 error message.
5656 * configure: Regenerate.
5657
5658 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
5659
5660 * MAINTAINERS (Write After Approval): Add myself.
5661
5662 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
5663
5664 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5665
5666 2006-06-22 Steve Ellcey <sje@cup.hp.com>
5667
5668 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5669
5670 2006-06-20 David Ayers <d.ayers@inode.at>
5671
5672 PR bootstrap/28072
5673 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5674 whether target-libjava is being configured instead of whether the
5675 java front end is enabled.
5676 * configure: Regenerate.
5677
5678 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5679
5680 PR target/27540
5681 * configure.in: Only enable libgomp on IRIX 6.
5682 * configure: Regenerate.
5683
5684 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
5685
5686 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5687 too.
5688 * Makefile.in: Regenerate.
5689
5690 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
5691
5692 * config-ml.in: Alter CCASFLAGS to include special
5693 multilib options the same as is done for CFLAGS.
5694
5695 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5696
5697 * configure.in: Don't enable libgomp on hpux10.
5698 * configure: Rebuilt.
5699
5700 2006-06-12 David Ayers <d.ayers@inode.at>
5701
5702 PR bootstrap/27963
5703 PR target/19970
5704 * configure.in: Remove target-boehm-gc from noconfigdirs where
5705 ${libgcj} is specified.
5706 * configure: Regenerate.
5707
5708 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
5709
5710 Sync from src:
5711
5712 * configure.in: Sync.
5713 * configure: Regenerated.
5714
5715 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5716
5717 * Makefile.def: Added dependencies from sim and gdb on intl, and
5718 added configure dependencies to everything with an all dependency
5719 on intl.
5720 * Makefile.in: Regenerated.
5721
5722 2006-06-06 David Ayers <d.ayers@inode.at>
5723
5724 PR libobjc/13946
5725 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5726 * Makefile.in: Regenerate.
5727 * configure.in: Add --enable-objc-gc at toplevel and have it
5728 enable boehm-gc for Objective-C.
5729 Remove target-boehm-gc from libgcj.
5730 Add target-boehm-gc to target_libraries.
5731 Add target-boehm-gc to noconfigdirs where ${libgcj}
5732 is specified.
5733 Assert that boehm-gc is supported when requested for Objective-C.
5734 Only build boehm-gc if needed either for Java or Objective-C.
5735 * configure: Regenerate.
5736
5737 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5738
5739 PR 27674
5740 * Makefile.tpl (configure-[+prefix+][+module+],
5741 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5742 Remove rule to unstage bootstrapped modules.
5743 (stage_current): New.
5744 * Makefile.in: Regenerate.
5745
5746 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5747
5748 * MAINTAINERS (Write After Approval): Update my e-mail address.
5749
5750 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
5751
5752 * include/libiberty.h: Declare pex_run_in_environment.
5753
5754 2006-05-31 Asher Langton <langton2@llnl.gov>
5755
5756 * MAINTAINERS (Write After Approval): Add myself.
5757
5758 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5759
5760 * Makefile.def (bfd, opcodes): Fix lib_path.
5761 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5762 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5763 * Makefile.in: Regenerate.
5764
5765 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5766
5767 * Makefile.in: Regenerate.
5768
5769 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5770
5771 * Makefile.def: Add install-html target. Add datarootdir
5772 docdir and htmldir to flags_to_pass.
5773 * Makefile.tpl: Add install-html target.
5774 * Makefile.in: Regenerate.
5775 * configure.in: Add --with-datarootdir, --with-docdir, and
5776 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5777 * configure: Regenerate.
5778
5779 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5780
5781 * configure.in: Enable gprof for cross builds.
5782 * configure: Regenerate.
5783
5784 2006-05-22 Richard Guenther <rguenther@suse.de>
5785
5786 Revert
5787 2006-01-31 Richard Guenther <rguenther@suse.de>
5788 Paolo Bonzini <bonzini@gnu.org>
5789
5790 * Makefile.def (target_modules): Add libgcc-math target module.
5791 * configure.in (target_libraries): Add libgcc-math target library.
5792 (--enable-libgcc-math): New configure switch.
5793 * Makefile.in: Re-generate.
5794 * configure: Re-generate.
5795 * libgcc-math: New toplevel directory.
5796
5797 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5798 Andreas Tobler <a.tobler@schweiz.ch>
5799
5800 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5801 * configure: Rebuilt.
5802
5803 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
5804
5805 * MAINTAINERS (Write After Approval): Add myself.
5806
5807 2006-05-01 DJ Delorie <dj@redhat.com>
5808
5809 * configure.in: Restore CFLAGS if GMP isn't present.
5810 * configure: Regenerate.
5811
5812 2006-05-01 Richard Guenther <rguenther@suse.de>
5813
5814 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5815 maintainer.
5816
5817 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
5818
5819 * MAINTAINERS (Write After Approval): Add myself.
5820
5821 2006-04-28 Jan Beulich <jbeulich@novell.com>
5822
5823 * MAINTAINERS (Write After Approval): Add myself.
5824
5825 2006-04-18 DJ Delorie <dj@redhat.com>
5826
5827 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5828 reference libgloss so that libssp can be built in a combined
5829 tree.
5830 * configure: Regenerate.
5831
5832 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
5833
5834 * MAINTAINERS (Write After Approval): Add myself.
5835
5836 2006-04-05 Ben Elliston <bje@au.ibm.com>
5837
5838 * configure.in: Require makeinfo 4.4 or higher.
5839 * configure: Regenerate.
5840
5841 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
5842
5843 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5844 Rearrange the entries of other libraries to have them in one place.
5845
5846 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
5847
5848 * MAINTAINERS (Write After Approval): Remove myself.
5849 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5850
5851 2006-03-14 Richard Guenther <rguenther@suse.de>
5852
5853 * configure: Regenerate with autoconf 2.13.
5854
5855 2006-03-13 Jim Blandy <jimb@codesourcery.com>
5856
5857 * MAINTAINERS: Use my work address.
5858
5859 * MAINTAINERS: Update my E-mail address.
5860
5861 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5862
5863 * configure.in: Handle --disable-<component> generically.
5864 * configure: Regenerate.
5865
5866 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5867
5868 PR libgcj/17311
5869 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5870
5871 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
5872
5873 * MAINTAINERS (Write After Approval): Remove myself.
5874 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5875
5876 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
5877
5878 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5879 (TARGET_CONFIGDIRS): Remove.
5880 * configure.in: Remove AC_SUBST(target_configdirs).
5881 * Makefile.in, configure: Regenerated.
5882
5883 2006-02-20 Steven G. Kargl <kargls@comcast.net>
5884
5885 * MAINTAINERS (Write After Approval): Remove myself.
5886 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5887
5888 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5889
5890 PR bootstrap/25670
5891
5892 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5893
5894 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5895 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5896 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5897 BUILD_PREFIX, BUILD_PREFIX_1.
5898 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5899
5900 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5901 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5902
5903 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5904 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5905 of `cat stage_current`. Always provide the `r' and `s' variables.
5906 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5907 a single shell execution.
5908 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5909 bootstrapped modules, make the stage1 module if the build was not
5910 started yet, else build the current stage.
5911 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5912 (all-build, all-host, all-target, [+make_target+]-host,
5913 [+make_target+]-target): Do not use \-continued lines.
5914 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5915 (current_stage, restrap, stage_last): New.
5916
5917 * Makefile.in: Regenerate.
5918 * configure: Regenerate.
5919
5920 2006-02-19 Bud Davis <jmdavis@link.com>
5921
5922 * MAINTAINERS (Write After Approval): Remove myself.
5923 (Language Front End Maintainers): Add myself as fortran 95
5924 maintainer and update e-mail address.
5925
5926 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5927
5928 * MAINTAINERS (Write After Approval): Remove myself.
5929 (Language Front End Maintainers): Add myself as fortran 95
5930 maintainer.
5931
5932 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
5933
5934 * MAINTAINERS (Write After Approval): Add myself.
5935
5936 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
5937
5938 * MAINTAINERS (Write After Approval): Remove myself.
5939 (Language Front End Maintainers): Add myself as
5940 fortran 95 maintainer.
5941
5942 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5943
5944 Sync from src:
5945
5946 2005-12-27 Leif Ekblad <leif@rdos.net>
5947
5948 * configure.in: Add support for RDOS target.
5949 * configure: Regenerate.
5950
5951 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5952 Andreas Schwab <schwab@suse.de>
5953
5954 * configure: Regenerate.
5955
5956 2006-02-12 David Edelsohn <edelsohn@gnu.org>
5957
5958 * configure.in (enable_libgomp): Add AIX.
5959 * configure: Regenerate.
5960
5961 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
5962
5963 * MAINTAINERS (Write After Approval): Add myself.
5964
5965 2006-02-03 Lee Millward <lee.millward@gmail.com>
5966
5967 * MAINTAINERS (Write After Approval): Add myself.
5968
5969 2006-01-31 Richard Guenther <rguenther@suse.de>
5970 Paolo Bonzini <bonzini@gnu.org>
5971
5972 * Makefile.def (target_modules): Add libgcc-math target module.
5973 * configure.in (target_libraries): Add libgcc-math target library.
5974 (--enable-libgcc-math): New configure switch.
5975 * Makefile.in: Re-generate.
5976 * configure: Re-generate.
5977 * libgcc-math: New toplevel directory.
5978
5979 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
5980
5981 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5982 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5983 the assembler, linker and binutils.
5984 * configure: Regenerate.
5985
5986 2006-01-22 Dirk Mueller <dmueller@suse.de>
5987
5988 * MAINTAINERS (Write After Approval): Add myself.
5989
5990 2006-01-20 Diego Novillo <dnovillo@redhat.com>
5991
5992 * configure: Regenerate.
5993
5994 2006-01-18 Richard Henderson <rth@redhat.com>
5995 Jakub Jelinek <jakub@redhat.com>
5996 Diego Novillo <dnovillo@redhat.com>
5997
5998 * libgomp: New directory.
5999 * Makefile.def: Add target_module libgomp.
6000 * Makefile.in: Regenerate.
6001 * configure.in (target_libraries): Add target-libgomp.
6002 * configure: Regenerate.
6003
6004 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
6005
6006 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6007 @ from continuation.
6008 * Makefile.in: Rebuilt.
6009
6010 2006-01-04 Chris Lattner <sabre@gnu.org>
6011
6012 * MAINTAINERS (Write After Approval): Add myself.
6013
6014 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
6015
6016 PR bootstrap/24252
6017
6018 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6019 * Makefile.tpl (OBJDUMP): New.
6020 (EXTRA_HOST_FLAGS): Add it.
6021 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6022
6023 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6024 to use symbolic links between directories. Avoid race conditions
6025 or make them harmless.
6026 * configure.in: Do not try to use symbolic links between directories.
6027
6028 * Makefile.def (LEAN): Pass.
6029 * Makefile.tpl (LEAN): Define.
6030 (stage[+id+]-start): Accept that the previous directory does not
6031 exist, if the bootstrap is lean.
6032 (stage[+id+]-bubble): Invoke lean bootstrap commands after
6033 stage[+id+]-start. Use a makefile variable and an `if' instead of a
6034 configure substitution.
6035 ([+compare-target+]): Likewise.
6036 ([+bootstrap-target+]-lean): New.
6037 * configure.in: Remove lean bootstrap support from here.
6038
6039 * Makefile.in: Regenerate.
6040 * configure: Regenerate.
6041
6042 2006-01-04 Ben Elliston <bje@au.ibm.com>
6043
6044 * MAINTAINERS (libdecnumber): Add myself.
6045
6046 2006-01-02 Mark Mitchell <mark@codesourcery.com>
6047
6048 * libtool-ldflags: New script.
6049
6050 2006-01-02 Andreas Schwab <schwab@suse.de>
6051
6052 * configure.in: When reconfiguring remove Makefile in
6053 all stage directories.
6054 * configure: Regenerate.
6055
6056 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
6057
6058 * MAINTAINERS: Update my email address.
6059
6060 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
6061
6062 Revert Ada-related part of the previous change.
6063
6064 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6065 Do not pass.
6066 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6067 * Makefile.in: Regenerate.
6068 * configure.in: Do not include mt-ppc-aix target fragment.
6069 * configure: Regenerate.
6070
6071 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
6072
6073 * configure.in: Select appropriate fragments for PowerPC/AIX.
6074 * configure: Regenerate.
6075
6076 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6077 BOOT_CFLAGS, BOOT_LDFLAGS.
6078 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6079 BOOT_CFLAGS, BOOT_LDFLAGS.
6080 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6081 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6082 (stage): Fail if we cannot complete the work.
6083 * Makefile.in: Regenerate.
6084
6085 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
6086
6087 * configure.in: Replace ms1 with mt.
6088 * configure: Rebuilt.
6089
6090 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
6091
6092 * MAINTAINERS: Update my email address.
6093
6094 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
6095
6096 * Makefile.tpl (all, do-[+make_target+], do-check, install,
6097 install-host-nogcc): Don't invoke $(stage) at the end.
6098 * Makefile.in: Regenerate.
6099
6100 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
6101
6102 * configure.in: Flip the top-level bootstrap switch.
6103 * configure: Regenerate.
6104
6105 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
6106
6107 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6108 $(stage) and $(unstage).
6109 (EXTRA_TARGET_FLAGS): Correct double-quoting.
6110 (all): Remove stray semicolon.
6111 (local-distclean): Don't handle multilib.tmp and multilib.out.
6112 (install.all): Set $s for consistency.
6113 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
6114 check_multilibs setting. Always make the install directory.
6115 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
6116 Correct @if/@endif.
6117 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
6118 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
6119 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
6120 (multilib.out): Remove.
6121 * Makefile.in: Regenerated.
6122
6123 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
6124
6125 * MAINTAINERS (Write After Approval): Add myself.
6126
6127 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
6128
6129 * MAINTAINERS: Add myself as mt maintainer.
6130
6131 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
6132
6133 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
6134
6135 * MAINTAINERS: Change email address.
6136
6137 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
6138
6139 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
6140 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
6141 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
6142 Find in-tree tools if available.
6143 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
6144 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
6145 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
6146 (COMPILER_*_FOR_TARGET): New.
6147 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
6148 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
6149 (CONFIGURED_*, USUAL_*): Remove.
6150 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
6151 STRIP): Use autoconf substitutions.
6152 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
6153 COMPILER_NM_FOR_TARGET): New.
6154 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
6155
6156 (all): Make all-host and all-target in parallel.
6157 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
6158 that $$r and $$s are set before invoking a recursive make.
6159 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
6160 ([+bootstrap-target+]): Inline most of the `all' target.
6161
6162 2005-11-29 Ben Elliston <bje@au.ibm.com>
6163
6164 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
6165 from the gcc build directory.
6166 * Makefile.in: Regenerate.
6167
6168 2005-11-29 Ben Elliston <bje@au.ibm.com>
6169
6170 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
6171 depend on all-libdecnumber.
6172 * configure.in (host_libs): Include libdecnumber.
6173 * Makefile.in: Regenerate.
6174 * configure: Likewise.
6175
6176 2005-11-29 Ben Elliston <bje@au.ibm.com>
6177
6178 * libdecnumber: Import decNumber sources from the dfp-branch.
6179
6180 2005-11-21 Kean Johnston <jkj@sco.com>
6181
6182 * config.sub, config.guess: Sync from upstream sources.
6183
6184 2005-11-21 Ben Elliston <bje@au.ibm.com>
6185
6186 Import from Autoconf sources:
6187
6188 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
6189 * config/move-if-change: Don't output "$2 is unchanged";
6190 suggested by Ben Elliston. Handle weird characters correctly.
6191
6192 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
6193
6194 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
6195 to match upstream libtool for darwin.
6196
6197 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
6198
6199 * Makefile.def: Remove gdb dependencies for gdbtk.
6200 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
6201 (configure-gdb, install-gdb): New rules.
6202 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
6203 * Makefile.in, configure: Regenerated.
6204
6205 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
6206
6207 * MAINTAINERS (Write After Approval): Add myself.
6208
6209 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
6210
6211 * MAINTAINERS (Write After Approval): Add myself.
6212
6213 2005-10-24 Diego Novillo <dnovillo@redhat.com>
6214
6215 * MAINTAINERS (alias analysis): Add Daniel Berlin and
6216 Diego Novillo.
6217
6218 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
6219
6220 PR bootstrap/24297
6221 * Makefile.tpl (do-[+make-target+], do-check, install,
6222 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
6223 are set before recursing.
6224 * Makefile.in: Regenerate.
6225
6226 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
6227
6228 PR bootstrap/18939
6229 * Makefile.def (gcc) <target>: Fix thinko.
6230 * Makefile.in: Regenerate.
6231
6232 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
6233
6234 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
6235 * configure: Regenerate.
6236
6237 2005-10-15 Jie Zhang <jie.zhang@analog.com>
6238
6239 * MAINTAINERS (Write After Approval): Add self.
6240
6241 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
6242
6243 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
6244 target-libffi, target-qthreads, target-libjava, and
6245 targetlibobjc.
6246 * configure: Regenerate.
6247
6248 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
6249
6250 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
6251 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
6252 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
6253 (USUAL_OBJDUMP_FOR_TARGET): New.
6254 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
6255 * configure.in: Check for $OBJDUMP_FOR_TARGET.
6256 * configure, Makefile.in: Regenerated.
6257
6258 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
6259
6260 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
6261 before other host packages.
6262
6263 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
6264
6265 * MAINTAINERS: Add self as sh libraries/configury maintainer.
6266
6267 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
6268
6269 PR bootstrap/22340
6270
6271 * configure.in (default_target): Remove.
6272 * Makefile.tpl (all): Do not use prerequisites as subroutines
6273 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
6274 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
6275 use prerequisites as subroutines.
6276 (check-host, check-target): New.
6277 (bootstrap configure & all targets): Do not use stage*-start
6278 if the directory layout is already ok.
6279 (non-bootstrap configure & all targets): Prepend a $(unstage).
6280 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
6281 (NOTPARALLEL): Remove.
6282 (unstage, stage variables): New variables.
6283 (unstage, stage targets): Simply expand to those variables.
6284
6285 * configure: Regenerate.
6286 * Makefile.in: Regenerate.
6287
6288 2005-10-04 James E Wilson <wilson@specifix.com>
6289
6290 * Makefile.def (lang_env_dependencies): Add libmudflap.
6291 * Makefile.in: Regenerate.
6292
6293 2005-10-03 Andreas Schwab <schwab@suse.de>
6294
6295 Backport from libtool CVS:
6296 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
6297
6298 * ltmain.sh: add support for installing into temporary
6299 staging area (e.g. 'make install DESTDIR=...')
6300
6301 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
6302
6303 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
6304 * configure: Regenerated.
6305
6306 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
6307
6308 * configure: Regenerate with the correct
6309 autoconf version.
6310
6311 2005-09-30 Catherine Moore <clm@cm00re.com>
6312
6313 * configure.in (bfin-*-*): New.
6314 * configure: Regenerated.
6315
6316 2005-09-28 Geoffrey Keating <geoffk@apple.com>
6317
6318 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
6319 (LIPO_FOR_TARGET): New.
6320 (CONFIGURED_LIPO_FOR_TARGET): New.
6321 (USUAL_LIPO_FOR_TARGET): New.
6322 (STRIP_FOR_TARGET): New.
6323 (CONFIGURED_STRIP_FOR_TARGET): New.
6324 (USUAL_STRIP_FOR_TARGET): New.
6325 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
6326 STRIP_FOR_TARGET.
6327 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
6328 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
6329 * Makefile.in: Regenerate.
6330 * configure: Regenerate.
6331
6332 2005-09-19 David Edelsohn <edelsohn@gnu.org>
6333
6334 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
6335 (rs6000-*-aix*): Same.
6336 * configure: Regenerate.
6337
6338 2005-09-16 Tom Tromey <tromey@redhat.com>
6339
6340 * MAINTAINERS: Add self as java maintainer.
6341
6342 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6343
6344 * configure.in: Recognize f95 in the --enable-languages option,
6345 and substitute it for fortran, issuing a warning.
6346 * configure: Regenerate.
6347
6348 2005-08-30 Phil Edwards <phil@codesourcery.com>
6349
6350 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
6351 * configure: Regenerated.
6352
6353 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
6354
6355 * MAINTAINERS: Add self as ms1 maintainer.
6356
6357 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
6358
6359 * Makefile.def (libssp): Add to lang_env_dependencies.
6360 * Makefile.in: Regenerate.
6361
6362 2005-08-18 Ian Lance Taylor <ian@airs.com>
6363
6364 * MAINTAINERS: Add myself as middle-end maintainer.
6365
6366 2005-08-17 Christian Groessler <chris@groessler.org>
6367
6368 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
6369 * Makefile.in: Regenerate.
6370
6371 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
6372
6373 * MAINTAINERS (write after approval): Added myself.
6374
6375 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
6376
6377 * MAINTAINERS (Write After Approval): Add myself.
6378
6379 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
6380
6381 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
6382 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
6383 Look for alternate names of the target cc and c++
6384 * configure: Regenerate.
6385
6386 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
6387
6388 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6389 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
6390 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
6391 tools; remove code to manually set them.
6392 (Target tools): Look in the environment for them.
6393 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6394 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
6395 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
6396 build directory.
6397 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
6398 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6399 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6400 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6401 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6402 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6403 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6404 * configure: Regenerate.
6405 * Makefile.in: Regenerate.
6406
6407 2005-07-28 Ben Elliston <bje@au.ibm.com>
6408
6409 * MAINTAINERS: Update for removed CPU targets.
6410
6411 2005-07-27 Mark Mitchell <mark@codesourcery.com>
6412
6413 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
6414 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
6415 * Makefile.in: Regenerated.
6416
6417 2005-07-26 Mark Mitchell <mark@codesourcery.com>
6418
6419 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6420 (CFLAGS_FOR_TARGET): Use it.
6421 (CXXFLAGS_FOR_TARGET): Likewise.
6422 * Makefile.in: Regenerated.
6423 * configure.in (--with-build-sysroot): New option.
6424 * configure: Regenerated.
6425
6426 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
6427
6428 * Makefile.tpl: Wrap install between unstage and stage
6429 * Makefile.in: Regenerate.
6430
6431 2005-07-21 Eric Christopher <echristo@apple.com>
6432
6433 * MAINTAINERS: Update affiliation.
6434
6435 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
6436
6437 * MAINTAINERS: Add self as crx port maintainer.
6438
6439 2005-07-20 DJ Delorie <dj@redhat.com>
6440
6441 * MAINTAINERS: Add self as m32c maintainer.
6442
6443 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
6444
6445 * all files: Update FSF address.
6446
6447 2005-07-15 Eric Christopher <echristo@redhat.com>
6448
6449 * MAINTAINERS: Change affiliation.
6450
6451 2005-07-14 Jim Blandy <jimb@redhat.com>
6452
6453 * configure.in: Add cases for Renesas m32c.
6454 * configure: Regenerated.
6455
6456 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6457
6458 * COPYING.LIB: Update from fsf.org.
6459
6460 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6461
6462 * COPYING, compile, config.guess,
6463 config.sub, install-sh, missing, mkinstalldirs,
6464 symlink-tree, ylwrap: Sync from upstream sources.
6465 * config-ml.in: Update FSF address.
6466
6467 2005-07-13 Eric Christopher <echristo@redhat.com>
6468
6469 * configure.in: Add toplevel noconfigdir support for tpf.
6470 * configure: Regenerate.
6471
6472 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
6473
6474 PR ada/22340
6475
6476 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6477 * Makefile.in: Regenerate.
6478
6479 2005-07-07 Mark Mitchell <mark@codesourcery.com>
6480
6481 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
6482 Brolley to write-after-approval.
6483
6484 2005-07-07 Andreas Schwab <schwab@suse.de>
6485
6486 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6487 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6488 * Makefile.in: Regenerated.
6489
6490 2005-07-06 Geoffrey Keating <geoffk@apple.com>
6491
6492 * configure.in: Don't build sim or rda when targetting darwin.
6493 * configure: Regenerate.
6494
6495 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
6496
6497 * configure.in: Add --enable-libssp and --disable-libssp.
6498 * configure: Regenerate with autoconf-2.13.
6499
6500 2005-07-02 Jakub Jelinek <jakub@redhat.com>
6501
6502 * Makefile.def (target_modules): Add libssp.
6503 * configure.in (target_libraries): Add target-libssp.
6504 * configure: Rebuilt.
6505 * Makefile.in: Rebuilt.
6506
6507 2005-07-01 Zack Weinberg <zackw@panix.com>
6508
6509 * MAINTAINERS: Change email address. Resign from maintainership.
6510
6511 2005-07-01 Richard Guenther <rguenther@suse.de>
6512
6513 * MAINTAINERS: Change my e-mail address and affiliation.
6514
6515 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
6516
6517 * Makefile.def (stagefeedback): Come after profile.
6518 Define profiledbootstrap target.
6519 * Makefile.tpl (profiledbootstrap): Remove.
6520 (stageprofile-end): Zap stagefeedback.
6521 (stagefeedback-start): Copy all .gcda files, not only GCC's.
6522 * Makefile.in: Regenerate.
6523
6524 2005-06-13 Richard Sandiford <richard@codesourcery.com>
6525
6526 * MAINTAINERS: Update my email address.
6527
6528 2005-06-13 Zack Weinberg <zack@codesourcery.com>
6529
6530 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
6531 In 'cpp' stanza, support '#line' as well as '# '.
6532
6533 2005-06-08 Andreas Schwab <schwab@suse.de>
6534
6535 * MAINTAINERS: Move myself from 'Write After Approval' to
6536 'CPU Port Maintainers' section as m68k maintainer.
6537
6538 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
6539
6540 * configure.in (unsupported_languages): New macro.
6541 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
6542 non-ported target libraries in noconfigdirs.
6543 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6544 non-linux-gnu. Remove libgcj_ex_libffi.
6545 <lang_frag loop>: Set add_this_lang=no if the language is in
6546 unsupported_languages.
6547 * configure: Regenerate.
6548
6549 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
6550
6551 * configure.in: Fix typo in handling of --with-mpfr-dir.
6552 * configure: Regenerate.
6553
6554 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
6555
6556 * MAINTAINERS: Update my email address.
6557
6558 2005-06-02 Jim Blandy <jimb@redhat.com>
6559
6560 * config.sub: Add cases for the Renesas m32c. (This patch has been
6561 accepted into the master sources.)
6562
6563 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
6564 Michael Snyder <msnyder@redhat.com>
6565 Stan Cox <scox@redhat.com>
6566
6567 * configure.in: Set noconfigdirs for ms1.
6568
6569 * configure: Regenerate.
6570
6571 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
6572
6573 * MAINTAINERS (Write After Approval): Add self.
6574
6575 2005-06-01 Josh Conner <jconner@apple.com>
6576
6577 * MAINTAINERS (Write After Approval): Add self.
6578
6579 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
6580
6581 * MAINTAINERS: Update my email address.
6582
6583 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
6584
6585 * MAINTAINERS (Write After Approval): Add self.
6586
6587 2005-05-26 Chris Demetriou <cgd@broadcom.com>
6588
6589 * MAINTAINERS (Write After Approval): Remove self.
6590
6591 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
6592
6593 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6594 (Dependencies): Consider target modules for bootstrap dependencies.
6595 Make target bootstrap modules depend on each stage's gcc.
6596 * Makefile.in: Regenerate.
6597
6598 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
6599
6600 * Makefile.def (configure-gcc): Depend on binutils having been built.
6601 (all-gcc): No need to do it here.
6602 * Makefile.in: Regenerate.
6603
6604 2005-05-19 Paul Brook <paul@codesourcery.com>
6605
6606 * configure.in: Rewrite misleading error message when requested
6607 language cannot be built.
6608 * configure: Regenerate.
6609
6610 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6611
6612 * ylwrap: Import from Automake 1.9.5.
6613
6614 2005-05-13 David Ung <davidu@mips.com>
6615
6616 * MAINTAINERS (Write After Approval): Add self.
6617
6618 2005-05-09 Mike Stump <mrs@apple.com>
6619
6620 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6621 lt_cv_sys_max_cmd_len for now.
6622
6623 2005-05-09 Stan Cox <scox@redhat.com>
6624
6625 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6626
6627 2005-05-08 Matt Kraai <kraai@ftbfs.org>
6628
6629 * README.SCO: Update the URL.
6630
6631 2005-05-05 David Edelsohn <edelsohn@gnu.org>
6632
6633 * ltconfig: Define file_list_spec. Pass file_list_spec and
6634 with_gnu_ld to libtool.
6635 * ltcf-c.sh (aix[45]): Define file_list_spec.
6636 * ltcf-cxx.sh (aix[45]): Same.
6637 * ltcf-gcj.sh (aix[45]): Same.
6638 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6639 exists, write list of input files to temporary file.
6640
6641 2005-05-04 Mike Stump <mrs@apple.com>
6642
6643 * configure.in: Always pass --target to target configures as
6644 otherwise rebuilds that do --recheck will fail.
6645 * confiugure: Rebuilt.
6646
6647 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
6648
6649 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6650 STAGE_HOST_EXPORTS.
6651 (configure, all): Add bootstrap support.
6652 (Host modules, target modules): Pass post-stage1 flags and exports.
6653 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6654 * Makefile.in: Regenerate.
6655
6656 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
6657
6658 * configure: Regenerate.
6659
6660 2005-04-27 Mike Stump <mrs@apple.com>
6661
6662 * MAINTAINERS: Add self as darwin maintainer.
6663
6664 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
6665
6666 * config.sub: Update from master copy.
6667
6668 2005-04-21 Mike Stump <mrs@apple.com>
6669
6670 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6671 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6672
6673 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
6674
6675 * configure.in <crisv32-*-*, cris-*-*>: New local variable
6676 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
6677 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
6678 "*-*-elf" and "*-*-linux*".
6679 * configure: Regenerate.
6680
6681 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
6682
6683 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6684
6685 2005-04-12 Mike Stump <mrs@apple.com>
6686
6687 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6688
6689 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
6690
6691 * MAINTAINERS (Write After Approval): Add myself.
6692
6693 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
6694
6695 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6696
6697 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
6698
6699 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
6700 (TARGET_CONFIGARGS): Include --with-target-subdir.
6701 (configure, all): New macros. Use them throughout.
6702 * Makefile.in: Regenerate.
6703
6704 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
6705
6706 * MAINTAINERS (Write After Approval): Add myself.
6707
6708 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6709
6710 * MAINTAINERS: Remove 'loop unrolling' maintainer.
6711
6712 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
6713
6714 * MAINTAINERS: Move John Carr to Write After Approval.
6715
6716 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
6717
6718 * config/mh-mingw32: Delete.
6719 * configure.in: Don't use it.
6720 * configure: Regenerate.
6721
6722 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
6723
6724 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6725 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
6726 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
6727 (HOST_LIB_PATH): Generate from Makefile.def.
6728 (TARGET_LIB_PATH): Likewise.
6729 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6730 * Makefile.in: Regenerate.
6731 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6732 (RPATH_ENVVAR): Include Darwin case.
6733 * configure: Regenerate.
6734
6735 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
6736
6737 * MAINTAINERS (Various Maintainers): Remove self.
6738 (Write After Approval): Add self.
6739
6740 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
6741
6742 * MAINTAINERS (Various Maintainers): Add self.
6743
6744 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
6745
6746 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6747 * configure: Regenerate.
6748
6749 2005-03-21 Zack Weinberg <zack@codesourcery.com>
6750
6751 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6752 gcc_version, and gcc_version_trigger from set of flags to pass.
6753 * Makefile.tpl: Remove definitions of above variables.
6754 (config.status): Remove dependency on $(gcc_version_trigger).
6755 * Makefile.in: Regenerate.
6756 * configure.in: Do not reference config/gcc-version.m4 nor
6757 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
6758 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
6759 * configure: Regenerate.
6760
6761 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
6762 Andrew Pinski <pinskia@physics.uc.edu>
6763
6764 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6765 * Makefile.in: Regenerate.
6766
6767 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
6768
6769 * MAINTAINERS (Write After Approval): Add myself.
6770
6771 2005-03-03 David Ayers <d.ayers@inode.at>
6772
6773 * MAINTAINERS (Write After Approval): Add myself.
6774
6775 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
6776
6777 PR libgcj/20160
6778 * ltmain.sh: Avoid creating archives with components that have
6779 duplicate basenames.
6780
6781 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
6782
6783 PR bootstrap/20250
6784 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6785 instead of check.
6786 * Makefile.in: Regenerate.
6787
6788 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6789
6790 * Makefile.in: Regenerate to fix conflict between the previous two
6791 patches.
6792
6793 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6794
6795 PR bootstrap/17383
6796 * Makefile.def (target_modules): Remove "stage", now unnecessary.
6797 * Makefile.tpl (HOST_SUBDIR): New substitution.
6798 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6799 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6800 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6801 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6802 (Host modules, Bootstrapped modules): Use it.
6803 (Build modules, Target modules): Do not create symlink trees,
6804 always configure out-of-srcdir.
6805 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6806 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6807 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6808 $(HOST_SUBDIR). Create a symlink for host_subdir.
6809
6810 * Makefile.in: Regenerate.
6811 * configure: Regenerate.
6812
6813 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6814
6815 Merged from libada-gnattools-branch:
6816 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
6817
6818 * gnattools: New directory.
6819 * Makefile.def: Add gnattools as a module, depending on target-libada.
6820 * Makefile.in: Regenerate.
6821 * configure.in: Include gnattools in host_tools; disable it if ada
6822 is disabled.
6823 * configure: Regenerate.
6824
6825 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
6826
6827 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6828 treelang maintainer.
6829 (Write After Approval): Remove myself.
6830
6831 2005-02-23 Paul Schlie <schlie@comcast.net>
6832
6833 * configure.in: Allow darwin targeted ports to build tk, itcl and
6834 libgui.
6835 * configure: Regenerate.
6836
6837 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
6838
6839 PR libgcj/10353
6840 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6841 * configure: Regenerate.
6842
6843 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
6844
6845 * MAINTAINERS (Write After Approval): Add myself.
6846
6847 2005-02-10 Ian Lance Taylor <ian@airs.com>
6848
6849 * MAINTAINERS: Update my e-mail address.
6850
6851 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
6852
6853 * MAINTAINERS (Write After Approval): Add myself.
6854
6855 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
6856
6857 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6858 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6859 target-libgloss when not *-*-elf and *-*-aout.
6860 * configure: Regenerate.
6861
6862 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
6863
6864 * MAINTAINERS: Remove obsolete entries.
6865
6866 * MAINTAINERS (Write After Approval): Add Michael Matz.
6867
6868 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
6869
6870 * MAINTAINERS: Remove self as cpplib maintainer.
6871
6872 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6873
6874 * install-sh, config.sub: Import from upstream.
6875
6876 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6877
6878 PR bootstrap/18222
6879 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6880 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6881 * Makefile.in: Regenerate.
6882
6883 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
6884
6885 * MAINTAINERS: Update my email address.
6886
6887 2005-01-12 David Edelsohn <edelsohn@gnu.org>
6888 Andreas Schwab <schwab@suse.de>
6889
6890 PR bootstrap/18033
6891 * config-ml.in: Eval option if surrounded by single quotes.
6892
6893 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
6894
6895 Revert 2004-12-28 Makefile changes, a better fix will be
6896 applied to mainline and src after GCC 4.0 branches.
6897
6898 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
6899
6900 PR bootstrap/17383
6901
6902 * Makefile.def (target_modules): Remove stage parameter,
6903 it is always true now.
6904 * Makefile.tpl (configure-build-[+module+],
6905 configure-target-[+module+]): Always build symlink tree
6906 for the directory and for include. BUILD_SUBDIR and
6907 TARGET_SUBDIR cannot be . anymore.
6908 * Makefile.in: Regenerate.
6909
6910 2004-12-25 David Edelsohn <edelsohn@gnu.org>
6911
6912 Revert 2004-12-08 Makefile changes.
6913
6914 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
6915
6916 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6917 cygwin, mingw.
6918
6919 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6920
6921 * configure.in (sh64-*-*): Reenable gprof.
6922 * configure: Regenerate.
6923
6924 2004-12-08 David Edelsohn <edelsohn@gnu.org>
6925
6926 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6927 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6928 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6929 * Makefile.in: Regenerate.
6930
6931 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
6932
6933 * MAINTAINERS: Update my email address.
6934
6935 2004-12-07 Matt Kraai <kraai@ftbfs.org>
6936
6937 * Makefile.tpl: Generate normal dependencies if the LHS module is
6938 not bootstrapped.
6939 * Makefile.in: Regenerate.
6940
6941 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6942
6943 * configure.in: Include config/gxx-include-dir.m4. Use
6944 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6945 * configure: Regenerate.
6946
6947 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6948
6949 * config.if: Delete.
6950 * configure.in: Set libstdcxx_incdir directly.
6951 * configure: Regenerate.
6952
6953 2004-12-02 Eric Christopher <echristo@redhat.com>
6954
6955 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6956 * Makefile.in: Regenerate.
6957
6958 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6959
6960 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6961 * configure: Regenerate.
6962
6963 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6964
6965 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6966 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6967 * configure: Regenerate.
6968
6969 2004-12-01 Eric Christopher <echristo@redhat.com>
6970
6971 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6972 of things to remove.
6973
6974 2004-11-29 Matt Kraai <kraai@ftbfs.org>
6975
6976 * MAINTAINERS (Write After Approval): Update my e-mail address.
6977
6978 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
6979
6980 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6981 from CVS libtool to always pass_all.
6982
6983 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6984
6985 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6986 (hppa*64*-*-*): Delete incorrect comment.
6987 * configure: Rebuilt.
6988
6989 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6990
6991 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6992
6993 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6994
6995 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6996 from CVS libtool to always pass_all.
6997
6998 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6999
7000 * install-sh, compile: Import from automake.
7001
7002 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7003
7004 * config.guess, config.sub: Import from savannnah.
7005
7006 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
7007
7008 * MAINTAINERS (Write After Approval): Add myself
7009
7010 2004-11-12 Mike Stump <mrs@apple.com>
7011
7012 * Makefile.def: Add html support.
7013 * Makefile.tpl: Likewise.
7014 * Makefile.in: Regenerate.
7015
7016 2004-11-11 Geoffrey Keating <geoffk@apple.com>
7017
7018 PR 18423
7019 * configure.in: Remove all instances of build-fixincludes from
7020 noconfigdirs.
7021 (build_configargs): Supply --target to subdirectories.
7022 * configure: Regenerate.
7023
7024 * Makefile.def: Make gcc install depend on fixincludes install.
7025 * Makefile.in: Regenerate.
7026
7027 2004-11-10 Janis Johnson <janis187@us.ibm.com>
7028
7029 * MAINTAINERS: Add myself as gcc testsuite maintainer.
7030
7031 2004-11-11 Paul Brook <paul@codesourcery.com>
7032
7033 * MAINTAINERS: Add self as arm maintainer. Update email address.
7034
7035 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
7036
7037 * configure.in (noconfigdirs) [mmix-*-*]: Disable
7038 target-libgfortran.
7039 * configure: Regenerate.
7040
7041 2004-11-07 David Edelsohn <edelsohn@gnu.org>
7042
7043 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7044 like CC.
7045
7046 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
7047
7048 * Makefile.def (host fixincludes): Specify missing targets.
7049 * Makefile.in: Regenerate.
7050
7051 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
7052
7053 * MAINTAINERS: Add myself
7054
7055 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
7056
7057 * MAINTAINERS (Write After Approval): Add myself.
7058
7059 2004-11-04 Geoffrey Keating <geoffk@apple.com>
7060
7061 * Makefile.def: Build fixincludes for the host, too.
7062 * Makefile.in: Regenerate.
7063 * configure.in (host_tools): Add fixincludes.
7064 * configure: Regenerate.
7065
7066 2004-11-04 Daniel Jacobowitz <dan@debian.org>
7067
7068 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7069 * configure: Regenerated.
7070
7071 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
7072
7073 PR other/17783
7074 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7075 * configure: Regenerated.
7076
7077 2004-10-31 Mark Mitchell <mark@codesourcery.com>
7078
7079 * README.SCO: Update per FSF instructions.
7080
7081 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
7082
7083 PR target/18151
7084 * configure.in (case ${target}): Do not build fixincludes for avr.
7085 * configure: Regenerated.
7086
7087 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
7088
7089 * configure.in (case ${target}): Do not build fixincludes
7090 on platforms where it is not used.
7091 * configure: Regenerated.
7092
7093 2004-10-23 Daniel Jacobowitz <dan@debian.org>
7094
7095 * configure.in: Use an absolute path to install-sh.
7096 * configure: Regenerated.
7097
7098 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7099
7100 * MAINTAINERS (Write After Approval): Add myself.
7101
7102 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
7103
7104 * MAINTAINERS: Remove from Write After Approval those that are
7105 already maintainers.
7106
7107 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
7108
7109 * MAINTAINERS: Update my email address.
7110
7111 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
7112
7113 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
7114 * configure: Regenerate.
7115
7116 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
7117
7118 * MAINTAINERS: Update my email address.
7119
7120 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
7121
7122 * MAINTAINERS (Language Front Ends Maintainers): New. Move
7123 entries belonging to this category.
7124
7125 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
7126
7127 * MAINTAINERS: Update my e-mail address.
7128
7129 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
7130
7131 Fix wrong conflict resolution in:
7132
7133 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7134
7135 * Makefile.in: Regenerate.
7136 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7137 in the recursive `make', instead of hardwiring `all'.
7138 (Autogenerated TARGET-* variables): New.
7139
7140 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
7141
7142 * configure.in: Enable target-libgloss for crx-*-*.
7143 * configure: Regenerate.
7144
7145 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7146
7147 * MAINTAINERS (Various Maintainers): Move the "windows,
7148 cygwin, mingw" maintainer to ...
7149 (OS Port Maintainers): ... here.
7150
7151 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7152
7153 * MAINTAINERS (Write After Approval): Remove those that are
7154 maintainers of some subsystem.
7155
7156 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
7157
7158 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
7159 * ltcf-cxx.sh (tpf*): Likewise.
7160 * ltconfig (tpf*): Add TPF OS configuration support.
7161
7162 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
7163
7164 * MAINTAINERS: Change my email address to my new work account.
7165
7166 2004-09-24 Michael Roth <mroth@nessie.de>
7167
7168 * configure.in (--without-headers): Add missing double quotes.
7169 * configure: Regenerate.
7170
7171 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
7172
7173 * ylwrap: Revert to previous version.
7174
7175 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
7176
7177 PR bootstrap/17369
7178 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
7179 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
7180 SET_GCC_LIB_PATH_CMD.
7181 (BASE_TARGET_EXPORTS): Likewise.
7182 * Makefile.in: Regenerated.
7183
7184 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
7185 * configure: Regenerated.
7186
7187 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
7188
7189 * config.guess: New upstream version
7190 * compile, depcomp, install-sh, ylwrap: Likewise.
7191
7192 2004-09-19 Roger Sayle <roger@eyesopen.com>
7193
7194 * config/mh-x86omitfp: New host makefile fragment. Add
7195 -fomit-frame-pointer to the default BOOT_CFLAGS.
7196 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
7197 * configure: Regenerate.
7198
7199 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
7200
7201 PR target/11572
7202 * configure.in (*-*-darwin*): Renable libobjc.
7203 * configure: Regenerate.
7204
7205 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
7206
7207 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
7208
7209 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
7210
7211 * Makefile.def: Remove libbanshee.
7212 * Makefile.tpl: Ditto.
7213 * configure.in: Ditto.
7214 * Makefile.in: Regen.
7215 * configure: Ditto.
7216
7217 2004-09-08 David Edelsohn <edelsohn@gnu.org>
7218
7219 * ltmain.sh: Use $pic_object as $non_pic_object if
7220 $non_pic_object=none.
7221
7222 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
7223
7224 * missing: Import latest version from master repository.
7225
7226 2004-09-06 Nick Clifton <nickc@redhat.com>
7227
7228 * config.sub: Import latest version from master repository.
7229 * config.guess: Likewise.
7230 This includes these changes:
7231
7232 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
7233
7234 * config.sub: Handle crisv32, alias etraxfs.
7235 * config.guess (crisv32:Linux:*:*): Handle.
7236
7237 2004-08-13 Brad Smith <brad@comstyle.com>
7238
7239 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
7240 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
7241
7242 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
7243
7244 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
7245 assume the processor is a powerpc. This is because coreutils
7246 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
7247 in this case, due to a MacOS X bug that causes
7248 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
7249 to return a negative number.
7250 Problem reported by Petter Reinholdtsen in:
7251 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
7252
7253 2004-07-19 Ben Elliston <bje@gnu.org>
7254
7255 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
7256
7257 2004-06-24 Ben Elliston <bje@gnu.org>
7258
7259 * config.guess: Update copyright years.
7260 * config.sub: Likewise.
7261
7262 2004-06-22 Robert Millan <robertmh@gnu.org>
7263
7264 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
7265 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
7266
7267 2004-06-22 Stanley F. Quayle <stan@stanq.com>
7268
7269 * config.guess (*:*VMS:*:*): New entry. Replaces
7270 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
7271 manufacturer.
7272
7273 2004-06-22 Ben Elliston <bje@gnu.org>
7274
7275 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
7276 * config.sub: Likewise.
7277
7278 2004-06-22 Ben Elliston <bje@gnu.org>
7279
7280 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
7281 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
7282
7283 2004-06-11 Ben Elliston <bje@gnu.org>
7284
7285 * config.guess (pegasos:OpenBSD:*:*): Remove.
7286
7287 2004-06-11 Ben Elliston <bje@gnu.org>
7288
7289 From Wouter Verhelst <wouter@grep.be>:
7290 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
7291
7292 2004-06-11 Ben Elliston <bje@gnu.org>
7293
7294 * config.guess (luna88k:OpenBSD:*:*): New.
7295
7296 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
7297
7298 * config.guess (m32r*:Linux:*:*): New case.
7299 * config.sub: Handle m32rle.
7300
7301 2004-03-12 Ben Elliston <bje@wasabisystems.com>
7302
7303 From Jens Petersen <petersen@redhat.com>:
7304 * config.sub: Handle sparcv8.
7305
7306 2004-03-03 Ben Elliston <bje@wasabisystems.com>
7307
7308 From Tom Smith <smith@cag.lkg.hp.com>:
7309 * config.guess: Version suffixes are equally significant on Tru64
7310 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
7311 prefix of "P" (patched kernel).
7312
7313 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
7314
7315 * config.sub: Add support for National Semiconductor CRX target.
7316
7317 2004-09-03 Janis Johnson <janis187@us.ibm.com>
7318
7319 * MAINTAINERS (Various Maintainers): Remove myself as web page
7320 maintainer, add myself as maintainer of build status lists.
7321
7322 2004-09-03 Jan Beulich <jbeulich@novell.com>
7323
7324 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
7325 *-*-netware, but add target-libmudflap.
7326 Consolidate *-*-netware targets (of which really only i?86 exists)
7327 into a single entry.
7328 * configure: Likewise.
7329
7330 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
7331
7332 * Makefile.tpl (sorry): Remove.
7333 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
7334 (cleanstrap targets): Depend on distclean, not distclean-stage1.
7335 (do-clean): Clean per-stage directories too.
7336 (do-distclean): Run distclean-stage1 too.
7337 (.NOTPARALLEL): Enable during toplevel bootstrap.
7338 (stage[+id+]-bubble): Enable parallel execution during
7339 the recursive invocation.
7340 * Makefile.in: Regenerate.
7341
7342 Fix previous checkin:
7343
7344 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
7345 include.
7346 * configure.in: Fix indentation.
7347 * configure: Regenerate.
7348
7349 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
7350
7351 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
7352 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
7353 * configure: regenerate
7354 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
7355 -mdynamic-no-pic
7356
7357 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
7358
7359 * Makefile.def (build_modules): Add fixincludes.
7360 (dependencies): Make gcc depend on fixincludes.
7361 * configure.in (build_tools): Add fixincludes.
7362 (build_configdirs): Always include build_libs.
7363 * Makefile.in: Regenerate.
7364 * configure: Regenerate.
7365
7366 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
7367
7368 * Makefile.def (bootstrap stages): Add 'lean' parameter.
7369 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
7370 phony targets; do not generate timestamp files.
7371 (distclean-stageN): Remove references to their timestamp files.
7372 (restageN, touch-stageN): Remove.
7373 (stageN-bubble): Rewritten.
7374 (compare): Support lean bootstraps.
7375 * Makefile.in: Regenerate.
7376
7377 * configure.in: Only warn when bootstrapping but
7378 build != host or build != target. Support lean bootstraps.
7379 * configure: Regenerate.
7380
7381 2004-08-26 Phil Edwards <phil@codesourcery.com>
7382
7383 * configure.in: Give a better error message if GMP/MPFR are missing
7384 and a language needing them has been requested.
7385 * configure: Regenerated.
7386
7387 2004-08-25 Phil Edwards <phil@codesourcery.com>
7388
7389 * configure.in: Print a list of available language front-ends if
7390 a requested one is missing. Tidy stray tab characters.
7391 * configure: Regenerated.
7392
7393 2004-08-19 Michael Koch <konqueror@gmx.de>
7394
7395 * gcc/doc/install.texi: Update entry about automake for libjava.
7396
7397 2004-08-17 Robert Millan <robertmh@gnu.org>
7398
7399 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7400 (instead of FreeBSD).
7401 * configure: Regenerate.
7402
7403 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7404
7405 * Makefile.in: Regenerate.
7406 * configure: Regenerate.
7407
7408 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7409 stage_*_flags.
7410 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7411 for bootstrapped modules if toplevel bootstrap is going.
7412 (GCC bootstrap): Generate per-stage targets for all bootstrapped
7413 modules. Adjust for changes in Makefile.def. Enable several
7414 rules even in non-bootstrap mode, just to avoid peppering the
7415 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7416 (stage-[+prev+]-bubble): Remove.
7417
7418 * Makefile.def (Dependencies): Depend on all-build-bison,
7419 all-build-flex, all-build-byacc, all-build-texinfo, rather
7420 than the host variations.
7421 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
7422 with BUILD_SUBDIR.
7423 (BISON): Update for recent Bisons.
7424 (YACC): Fix typo.
7425 (cross): Depend on all-build.
7426 (all): Do not depend on all-build.
7427 (prebootstrap): Remove.
7428 (dep-kind): Accept separate prefixes for MODULE and ON variables.
7429 (Prebootstrap dependencies): Add them to the per-stage targets
7430 and to all-prebootstrap.
7431 * configure.in (build_configdirs): Always enable build_tools.
7432 (BUILD_DIR_PREFIX): Remove.
7433
7434 * Makefile.def (gcc): Add target variable.
7435 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
7436 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7437 in the recursive `make', instead of hardwiring `all'.
7438 (Autogenerated TARGET-* variables): New.
7439
7440 2004-08-13 Brian Booth <bbooth@redhat.com>
7441
7442 * MAINTAINERS: Remove myself from write-after-approval.
7443
7444 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
7445
7446 * src-release: Stop distributing mmalloc with gdb (which doesn't
7447 use it).
7448 * Makefile.def: GDB doesn't depend on mmalloc anymore.
7449 * Makefile.in: Regenerate.
7450
7451 2004-08-09 Mark Mitchell <mark@codesourcery.com>
7452
7453 * configure.in (arm*-*-eabi*): New target.
7454 * configure: Regenerate.
7455
7456 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
7457
7458 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
7459 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7460 (Dependencies): New section.
7461 * Makefile.tpl (Dependencies): Generate from Makefile.def.
7462 (configure-target-[+module+]): Depend on maybe-all-gcc
7463 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
7464 (toplevel profiledbootstrap): Fix dependencies.
7465 * Makefile.in: Regenerate.
7466
7467 2004-08-03 Mark Mitchell <mark@codesourcery.com>
7468
7469 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7470 target-libiberty to noconfigdirs.
7471 * configure: Regenerate.
7472
7473 2004-08-03 Paul Brook <paul@codesourcery.com>
7474
7475 * configure.in: Check for MPFR as well as GMP.
7476 * configure: Regenerate.
7477
7478 2004-08-01 Robert Millan <robertmh@gnu.org>
7479
7480 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7481 libmudflap for all GNU-based systems (with Glibc).
7482 * configure: Regenerate.
7483
7484 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
7485
7486 * Makefile.def (host-modules): Add gcc.
7487 * Makefile.in: Regenerate.
7488 * Makefile.tpl (sorry): New rule.
7489 (configure-host, all-host, [+make_target+]-host, do-check,
7490 install-host): Do not add gcc as a special case.
7491 (host modules): Add a small special-casing for gcc. Export
7492 extra_make_flags through the environment.
7493 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7494 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7495 other recursive targets for gcc): Remove.
7496
7497 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7498 (stage, unstage): New rules.
7499 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7500 distclean-stage[+id+]): Use stage_current.
7501 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7502 the stage*-start rules.
7503
7504 2004-08-02 Geoffrey Keating <geoffk@apple.com>
7505
7506 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7507 use -all_load flag.
7508
7509 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
7510
7511 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7512 * configure: Regenerate.
7513
7514 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
7515
7516 * maintainer-scripts/gcc_release: Revert yesterday's change.
7517
7518 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
7519
7520 * MAINTAINERS: Add myself to write-after-approval.
7521
7522 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
7523
7524 * libf2c: Removed.
7525 * gcc/gccbug.in: Updated because of libf2c removal.
7526 * maintainer-scripts/gcc_release: Ditto.
7527
7528 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
7529
7530 * configure.in: Build libmudflap by default on FreeBSD.
7531 * configure: Regenerated.
7532
7533 2004-07-09 Mark Mitchell <mark@codesourcery.com>
7534
7535 * configure.in: Do not build libmudflap by default on non-GNU/Linux
7536 systems.
7537 * configure: Regenerated.
7538
7539 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7540
7541 PR target/16344
7542 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7543 feedback based compiler.
7544 * Makefile.in: Rebuilt.
7545
7546 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
7547
7548 * Makefile.def (host_modules): Set bootstrap=true for flex.
7549 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7550 * Makefile.in: Rebuilt.
7551
7552 2004-07-07 Jan Hubicka <jh@suse.cz>
7553
7554 * MAINTAINERS: Add self as a profile feedback maintainer.
7555
7556 2004-07-05 Phil Edwards <phil@codesourcery.com>
7557
7558 * configure.in: Do not prepend $srcdir to /dev/null in
7559 makefile fragments.
7560 * configure: Regenerate.
7561
7562 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
7563
7564 * Makefile.def (build_modules): Add bison, byacc, flex,
7565 m4, texinfo.
7566 (flags_to_pass): Add FLEX.
7567 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7568 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7569 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7570 DEFAULT_MAKEINFO): Remove.
7571 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7572 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7573 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7574 objdir or else use configured tool.
7575 (all-build): New.
7576 (all): Depend on it.
7577 (Build module dependencies): Add.
7578 * Makefile.in: Regenerate.
7579 * configure.in: Better support for multiple build modules,
7580 matching what is done for host/target modules. Do not look
7581 for "plausible" locations of build tools if Canadian cross.
7582 Use autoconf's AC_PROG_CC to find a C compiler. Define
7583 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
7584 * configure: Regenerate.
7585
7586 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7587
7588 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7589 * Makefile.in: Regenerate.
7590
7591 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7592
7593 * Makefile.tpl (configure-build-[+module+],
7594 configure-[+module+], configure-target-[+module+]): Pass
7595 [+extra_configure_args+].
7596 (all-build-[+module+], all-[+module+], check-[+module+],
7597 install-[+module+], [+make_target+]-[+module+],
7598 all-target-[+module+], check-target-[+module+],
7599 install-target-[+module+], [+make_target+]-target-[+module+]):
7600 Pass [+extra_make_args+].
7601 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7602 (GCC_HOST_EXPORTS): Remove.
7603 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7604 cross, check-gcc, check-gcc-c++, install-gcc,
7605 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7606 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7607 * Makefile.in: Regenerate.
7608
7609 2004-06-21 Matthew Sachs <msachs@apple.com>
7610
7611 * MAINTAINERS: Added self to write-after-approval.
7612
7613 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
7614
7615 * configure.in: Check for srcdir/winsup rather than build directory
7616 winsup.
7617 * configure: Regenerate.
7618
7619 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
7620
7621 * configure.in: Don't build Cygwin native newlib if winsup
7622 directory is missing. Emit warning instead.
7623 * configure: Regenerate.
7624
7625 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
7626
7627 * Makefile.tpl (touch-stage[+id+]): New.
7628 (restage[+prev+]): Depend on touch-stage[+id+].
7629
7630 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7631 Use it throughout.
7632
7633 * Makefile.def: Add profile and feedback bootstrap stages.
7634 Remove next field from bootstrap stages.
7635 * Makefile.tpl (LN, LN_S): Substitute.
7636 (stageN-start, stageN-end): Use double-colon rules, to
7637 provide a hook for additional setup commands.
7638 (distclean-stageN-gcc, restageN): Create dependencies from
7639 [+prev+], not from [+next+].
7640 (stageN-bubble): Add commands for successive stages from
7641 [+prev+], using double-colon rules.
7642 (all-stageN-gcc): Fix typo.
7643 (stagefeedback-start, profiledbootstrap): New.
7644 * Makefile.in: Regenerate.
7645 * configure.in: Call ACX_PROG_LN.
7646 * configure: Regenerate.
7647
7648 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
7649
7650 * MAINTAINERS (Write After Approval): Add myself.
7651
7652 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
7653
7654 * MAINTAINERS (Write After Approval): Add myself.
7655
7656 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
7657
7658 * configure.in: Fix --enable-bootstrap breakage introduced in trees
7659 without gcc.
7660 * configure: Regenerate.
7661
7662 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7663
7664 * Makefile.tpl: Fix typo.
7665 * Makefile.in: Regenerate.
7666
7667 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7668
7669 * configure.in: Remove new- prefix from toplevel
7670 bootstrap targets.
7671 * configure: Regenerate.
7672
7673 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7674
7675 * Makefile.tpl (all.normal): Rename to all.
7676 (all): Replace with a rule to pick the default
7677 target from configure.
7678 (all-gcc, configure-gcc): Use conditionals to
7679 do nothing when toplevel bootstrap is going on.
7680 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7681 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7682 * configure.in: Support --enable-bootstrap.
7683
7684 * Makefile.def: Remove new- prefix from toplevel
7685 bootstrap targets.
7686 * Makefile.tpl: Likewise.
7687
7688 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
7689 target.
7690
7691 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7692 $(RECURSE_FLAGS) to recursive invocation of make.
7693
7694 * Makefile.in: Regenerate.
7695 * configure: Regenerate.
7696
7697 2004-05-30 Andreas Jaeger <aj@suse.de>
7698 Jim Wilson <wilson@specifixinc.com>
7699
7700 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7701 like CC.
7702
7703 2004-05-27 Daniel Jacobowitz <dan@debian.org>
7704
7705 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7706 * configure: Regenerate.
7707
7708 2004-05-25 Daniel Jacobowitz <drow@false.org>
7709
7710 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7711 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7712 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
7713 targets.
7714 * Makefile.in: Regenerate.
7715
7716 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
7717
7718 * configure.in: Test the ability to symlink directories.
7719 * configure: Regenerate.
7720
7721 * Makefile.def (bootstrap-stage): New definitions.
7722 * Makefile.tpl (configure-stage1-gcc,
7723 configure-stage2-gcc, configure-stage3-gcc,
7724 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7725 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7726 new-restage3, compare): Autogenerate, see Makefile.in
7727 entry for behavioral changes.
7728 (distclean-stage1, new-stage1-start, new-stage1-end,
7729 new-stage1-bubble, distclean-stage2, new-stage2-start,
7730 new-stage2-end, new-stage2-bubble, distclean-stage3,
7731 new-stage3-start, new-stage3-end): New autogenerated targets.
7732 (objext, prebootstrap, BOOT_CFLAGS,
7733 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7734 targets.
7735
7736 * Makefile.in: Regenerate.
7737 (distclean-stage1, new-stage1-start, new-stage1-end,
7738 new-stage1-bubble, distclean-stage2, new-stage2-start,
7739 new-stage2-end, new-stage2-bubble, distclean-stage3,
7740 new-stage3-start, new-stage3-end): New targets.
7741 (all-stage1-gcc): Move prebootstrap dependency from here...
7742 (configure-stage1-gcc): ...to here.
7743 (new-bootstrap): Use bubble targets.
7744 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7745 Use per-stage distclean targets.
7746 (configure-stage1-gcc, configure-stage2-gcc,
7747 configure-stage3-gcc, all-stage1-gcc,
7748 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7749 Use new-stageN-start to prepare the tree.
7750
7751 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
7752
7753 * Makefile.def (host_modules): add libcpp.
7754 * Makefile.tpl: Add dependencies on and for libcpp.
7755 * Makefile.in: Regenerate.
7756 * configure.in: Add libcpp host module.
7757 * configure: Regenerate.
7758
7759 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
7760
7761 * Makefile.tpl: Whenever a recursive target is defined, wrap
7762 it in a special @if/@endif block, and prepare its maybe
7763 dependency in the @if/@endif block
7764 * configure.in: Instead of writing maybe dependencies, remove
7765 the @if/@endif statements, and remove the @if/@endif blocks
7766 that remain.
7767 * configure: Regenerate.
7768 * Makefile.in: Regenerate.
7769
7770 2004-05-20 Janis Johnson <janis187@us.ibm.com>
7771
7772 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7773
7774 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
7775
7776 PR bootstrap/15120
7777 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7778 * */configure: Rebuilt.
7779
7780 2004-05-17 Zack Weinberg <zack@codesourcery.com>
7781
7782 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7783 of libf2c.
7784 * configure, Makefile.in: Regenerate.
7785
7786 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
7787
7788 * MAINTAINERS (Write After Approval): Add myself.
7789
7790 2004-05-13 Diego Novillo <dnovillo@redhat.com>
7791
7792 Merge from tree-ssa-20020619-branch.
7793
7794 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7795 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7796 (HOST_GMPLIBS): Define.
7797 (HOST_GMPINC): Define.
7798 (TARGET_LIB_PATH): Add libmudflap.
7799 (GFORTRAN_FOR_TARGET): Define.
7800 (configure-build*): Export GFORTRAN.
7801 (configure-gcc): Export GMPLIBS and GMPINC.
7802 (all-gcc): Add maybe-all-libbanshee.
7803 (configure-target-libgfortran): Define.
7804 * Makefile.in: Regenerate.
7805 * configure.in (host_libs): Add libbanshee.
7806 (target_libraries): Add target-libmudflap and target-libgfortran.
7807 Add --with-libbanshee.
7808 Handle --disable-libmudflap.
7809 (*-*-freebsd*): Use with_gmp.
7810 Add $(libgcj) to noconfigdirs.
7811 * configure: Regenerate.
7812 * depcomp: New file.
7813 * MAINTAINERS: Add tree-ssa maintainers.
7814
7815 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
7816
7817 * MAINTAINERS (Various Maintainers): Add myself.
7818
7819 2004-04-30 Brian Ford <ford@vss.fsi.com>
7820
7821 * MAINTAINERS (Write After Approval): Add myself.
7822
7823 2004-04-29 Uros Bizjak <uros@kss-loka.si>
7824
7825 * MAINTAINERS (Write After Approval): Add myself.
7826
7827 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
7828
7829 * config/acx.m4: Fix fastcompare support for new-bootstrap.
7830 * configure: Regenerate.
7831
7832 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
7833
7834 Revert:
7835 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7836
7837 * Makefile.def (flags_to_pass): Remove *dir variables that
7838 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7839 as well as prefix and exec_prefix.
7840 * Makefile.in: Regenerate.
7841
7842 2004-04-26 Robert Millan <robertmh@gnu.org>
7843
7844 Add patches from libtool CVS.
7845 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7846 * ltconfig: Likewise.
7847 * ltcf-c.sh: Likewise.
7848 * ltcf-cxx.sh: Likewise.
7849 * ltcf-gcj.sh: Likewise.
7850
7851 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7852
7853 * Makefile.def (host_modules): Mark with the bootstrap
7854 flag packages on which gcc depends.
7855 * Makefile.tpl (all-bootstrap): Use it.
7856 * Makefile.in: Regenerate.
7857
7858 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7859
7860 * Makefile.def (flags_to_pass): Remove *dir variables that
7861 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7862 as well as prefix and exec_prefix.
7863 * Makefile.in: Regenerate.
7864
7865 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7866
7867 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7868 * configure: Regenerate.
7869 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7870 * gcc/Makefile.tpl (compare): Use the result of the test.
7871 * gcc/Makefile.in: Regenerate.
7872
7873 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
7874
7875 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7876 Always relocate gcc and prev-gcc to the original names, even
7877 if the build fails.
7878 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7879 New targets.
7880
7881 2004-04-23 Laurent GUERBY <laurent@guerby.net>
7882
7883 * MAINTAINERS: Update my email address.
7884
7885 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7886
7887 * configure.in (mips*-*-irix5*): Enable ld.
7888 * configure: Regenerate.
7889
7890 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7891
7892 * configure: Regenerate.
7893
7894 2004-04-15 James E Wilson <wilson@specifixinc.com>
7895
7896 * Makefile.tpl (configure-[+module+], configure-gcc,
7897 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7898 Set and export LDFLAGS.
7899 * Makefile.in: Regenerate.
7900
7901 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
7902
7903 * MAINTAINERS: Add myself to write-after-approval.
7904
7905 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
7906
7907 PR bootstrap/14871
7908 * Makefile.tpl: If we don't have built-in-tree target tools,
7909 use the ones found by configure rather than hacking around with
7910 program_transform_name.
7911 * configure.in: Give Makefile.tpl the information necessary
7912 to do that.
7913 * Makefile.in: Regenerate.
7914 * configure: Regenerate.
7915
7916 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
7917
7918 PR bootstrap/14760
7919 * configure.in: When computing baseargs, strip *all* copies of
7920 offending options. Also, don't match/substitute the trailing space,
7921 so that this actually works when two similar options are separated by
7922 only one space.
7923 * configure: Regenerate.
7924
7925 2004-04-06 David Edelsohn <edelsohn@gnu.org>
7926
7927 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7928 (rs6000-*-aix*): Same.
7929 * configure: Regenerate.
7930
7931 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
7932
7933 * MAINTAINERS: Add myself to write-after-approval.
7934
7935 2004-04-03 Bud Davis <bdavis9659@comcast.net>
7936
7937 * MAINTAINERS: Add myself to write-after-approval.
7938
7939 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
7940
7941 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7942 STRICT_WARN, WARN_CFLAGS flags passed down to make.
7943 * Makefile.in: Regenerate.
7944
7945 * configure.in (top level bootstrap support): Rework --enable-werror
7946 to set @stage2_werror_flag@.
7947 * configure: Regenerate.
7948 * Makefile.tpl (top level bootstrap support): Pass
7949 @stage2_werror_flag@ down to configure in stages 2 and 3.
7950 * Makefile.in: Regenerate.
7951
7952 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
7953
7954 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7955 for stages 2 and 3 as well as in make. As a consequence, remove
7956 OUTPUT_OPTION (now detected by configure) from the flags passed down
7957 to make.
7958 * Makefile.in: Regenerate.
7959
7960 * Makefile.tpl (new-bootstrap): Fix typo.
7961 * Makefile.in: Regenerate.
7962
7963 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
7964
7965 * Makefile.tpl: Rearrange by moving recursive_targets rules
7966 into their proper sections.
7967 * Makefile.tpl (top level bootstrap support): Move disabling
7968 of coverage flags from 'make' to 'configure'; improve comments.
7969 * Makefile.in: Regenerate.
7970
7971 * Makefile.tpl (experimental top level bootstrap) Move stage1
7972 language setting from all- target to configure- target; disable
7973 intermodule optimization in stage 1; prevent gratuitous rebuilds
7974 of stage 1.
7975 * Makefile.in: Regenerate.
7976 * configure.in: Comma-separate stage 1 language list for top
7977 level bootstrap.
7978 * configure: Regenerate.
7979
7980 * Makefile.tpl: Clean up experimental top level bootstrap support:
7981 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7982 prev-gcc in configure- targets as well as all- targets.
7983 * Makefile.in: Regenerate.
7984
7985 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
7986
7987 * compile: New file imported from automake.
7988
7989 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
7990
7991 * configure.in: Remove symbolic link section.
7992 * configure: Regenerate.
7993 * Makefile.tpl (links): Remove.
7994 * Makefile.in: Regenerate.
7995
7996 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
7997 Nathanael Nerode <neroden@gcc.gnu.org>
7998
7999 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
8000 Set with AC_CHECK_PROGS.
8001 * configure.in: Fix comment typo from last patch.
8002 * configure: Regenerate.
8003
8004 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
8005
8006 * Makefile.tpl: Introduce experimental top level bootstrap support.
8007 * Makefile.in: Regenerate.
8008 * configure.in: Introduce support for top level bootstrap.
8009 * configure: Regenerate.
8010
8011 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
8012 Paolo Bonzini <bonzini@gnu.org>
8013
8014 PR bootstrap/14522
8015 * configure.in: Cope with shells that do not support unquoted ^
8016 * configure: Regenerate.
8017
8018 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
8019 Paolo Bonzini <bonzini@gnu.org>
8020
8021 PR bootstrap/14522
8022 * configure.in: Cope with shells that do not support nesting
8023 quotes inside quoted backquote substitutions.
8024 * configure: Regenerate.
8025
8026 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
8027
8028 PR bootstrap/14522
8029 * configure.in: Fix escaping of $.
8030 * configure: Regenerate.
8031
8032 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
8033
8034 * configure: Regenerate, since I forgot to while committing Paolo's
8035 changes.
8036
8037 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
8038
8039 PR ada/14131
8040 Move language detection to the top level.
8041 * configure.in: Find default values for the tools as
8042 soon as possible. Disable ada if GNAT is not found.
8043 Emit error message about missing languages. Expand
8044 --enable-languages=all for the gcc subdirectory.
8045
8046 2004-03-10 Ben Elliston <bje@gnu.org>
8047
8048 * MAINTAINERS: Update my email address.
8049
8050 2004-03-05 David Edelsohn <edelsohn@gnu.org>
8051
8052 * ltconfig: Disable building static libraries if building shared
8053 libraries on AIX 5L.
8054
8055 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
8056
8057 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8058 and disable libgcj.
8059 * configure: Regenerated.
8060
8061 2004-03-01 Brian Booth <bbooth@redhat.com>
8062
8063 * MAINTAINERS: Add myself to write-after-approval.
8064
8065 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
8066
8067 * MAINTAINERS: Add myself to write-after-approval.
8068
8069 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8070
8071 PR bootstrap/7087
8072 * Makefile.tpl: Guard XFOO sed statements better.
8073 * Makefile.tpl: Add dependency for configure-target-libada.
8074 * Makefile.in: Regenerate (incidentally fixes broken
8075 commit when libada-branch was merged).
8076
8077 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
8078
8079 * MAINTAINERS: Add myself to write-after-approval.
8080
8081 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
8082
8083 * MAINTAINERS: Add Nicola Pero and myself as libobjc
8084 maintainers.
8085
8086 2004-02-20 Andrew Cagney <cagney@redhat.com>
8087
8088 * config.guess: Update from version 2003-10-16 to 2004-02-16.
8089 * config.sub: Update from version 2003-11-03 to 2004-02-16.
8090
8091 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
8092
8093 PR bootstrap/11932
8094 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8095
8096 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
8097
8098 * MAINTAINERS: Added myself to write-after-approval.
8099
8100 2004-02-14 Michael Koch <konqueror@gmx.de>
8101
8102 * MAINTAINERS: Added myself to write-after-approval.
8103
8104 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
8105
8106 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
8107 some OS port maintainers to OS port maintainers section.
8108
8109 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
8110
8111 * MAINTAINERS: Add self.
8112
8113 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
8114
8115 * MAINTAINERS: Alphabetize.
8116
8117 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
8118
8119 * MAINTAINERS: Remove myself.
8120
8121 2004-02-11 David Edelsohn <edelsohn@gnu.org>
8122
8123 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
8124 (rs6000-*-aix*): Same.
8125 * configure: Regenerate.
8126
8127 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
8128
8129 * configure.in (host): Add in missing $noconfigdirs to defines.
8130 * configure: Regenerate.
8131
8132 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
8133 Nathanael Nerode <neroden@gcc.gnu.org>
8134
8135 PR ada/6637, PR ada/5911
8136 Merge with libada-branch:
8137 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
8138 with appropriate dependencies. Add --enable-libada configure switch.
8139 * configure, Makefile.in: Regenerate.
8140
8141 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
8142
8143 * MAINTAINERS: Add myself to write-after-approval.
8144
8145 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8146
8147 * configure.in: Don't pass --with-stabs on IRIX 5 either.
8148 * configure: Regenerate.
8149
8150 2004-02-04 Geoffrey Keating <geoffk@apple.com>
8151
8152 Merge from upstream:
8153
8154 * ltmain.in: When setting IFS to '~', be careful about user
8155 arguments that contain '~'.
8156
8157 2004-02-04 Peter O'Gorman <peter@pogma.com>
8158
8159 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
8160 Also test $base_compile against $CC with escaped arguments. Bug
8161 reported by Geoff Keating <geoffk@apple.com>.
8162
8163 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
8164
8165 * MAINTAINERS: Remove i960 port.
8166
8167 2004-01-23 DJ Delorie <dj@redhat.com>
8168
8169 * Makefile.def (target_modules) [libiberty]: Don't stage.
8170 * Makefile.in: Rebuilt.
8171
8172 2004-01-20 Caroline Tice <ctice@apple.com>
8173
8174 * MAINTAINERS: Add myself to write-after-approval.
8175
8176 2004-01-19 Paolo Carlini <pcarlini@suse.de>
8177
8178 * MAINTAINERS: Update my email address.
8179
8180 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
8181
8182 * MAINTAINERS: Add myself to write-after-approval.
8183
8184 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8185
8186 * MAINTAINERS: Remove entries without email address.
8187
8188 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
8189
8190 * MAINTAINERS: Add myself to write-after-approval.
8191
8192 2004-01-15 Steven Bosscher <stevenb@suse.de>
8193
8194 * MAINTAINERS: Update my email address.
8195
8196 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
8197
8198 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
8199 * Makefile.tpl (configure-target-[+module+]): Support stage.
8200 * Makefile.in: Rebuilt.
8201
8202 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
8203
8204 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
8205
8206 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
8207
8208 * MAINTAINERS: Add myself as a MIPS maintainer.
8209
8210 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
8211
8212 * configure.in: Use ./config.cache, not config.cache.
8213 * configure: Regenerate.
8214 * Makefile.tpl: Special-casing not needed for GCC any more.
8215 * Makefile.in: Regenerate.
8216
8217 * configure.in: Don't share a cache file for host dirs.
8218 * configure: Regenerate.
8219
8220 * config-ml.in: Don't mess with the cache file.
8221
8222 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
8223
8224 * MAINTAINERS: Move myself from 'Write After Approval' to
8225 'CPU Port Maintainers' section as SPARC maintainer.
8226
8227 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
8228
8229 * Makefile.tpl: Make GCC use a separate config.cache.
8230 * Makefile.in: Regenerate.
8231
8232 PR bootstrap/11932, PR bootstrap/11933
8233 (I don't know if it will fix either of them, but it relates
8234 to them.)
8235 * configure.in: Don't use shared config.cache for target
8236 directories.
8237 * configure: Regenerate.
8238
8239 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
8240
8241 * MAINTAINERS: Add myself to 'Write After Approval' section.
8242
8243 2003-12-31 Roger Sayle <roger@eyesopen.com>
8244
8245 * configure.in (ia64*-*-hpux*): Disable building java libraries.
8246 * configure: Regenerated.
8247
8248 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
8249
8250 * MAINTAINERS: Remove the mn10200 maintainer.
8251
8252 2003-12-21 Bernardo Innocenti <bernie@develer.com>
8253
8254 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
8255 * configure: Regenerated.
8256
8257 2003-12-16 Jan Hubicka <jh@suse.cz>
8258
8259 * MAINTAINERS: Add myself as callgraph maintainer.
8260
8261 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
8262
8263 * configure.in (raw_libstdcxx_flags): Remove the leading space.
8264 * configure: Regenerate.
8265
8266 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8267
8268 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8269 'Write After Approval' section. Update email.
8270
8271 2003-12-01 James Lemke <jim@wasabisystems.com>
8272
8273 * MAINTAINERS (Write After Approval): Add myself.
8274
8275 2003-11-20 Matt Thomas <matt@3am-software.com>
8276
8277 * MAINTAINERS: Add myself as a vax port maintainer.
8278
8279 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
8280
8281 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
8282 (configure-build-[+module+], configure-[+module+]): Likewise.
8283 (configure-target-[+module+], configure-gcc, config.status): Likewise.
8284 * Makefile.in: Regenerate.
8285
8286 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
8287
8288 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
8289 shared/dylibed libraries.
8290 * ltmain.sh: Likewise.
8291 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
8292 * ltcf-cxx.sh: Likewise.
8293 * ltcf-gcj.sh: Likewise.
8294 * ltconfig: Likewise.
8295
8296 2003-11-17 Stan Cox <scox@redhat.com>
8297
8298 * MAINTAINERS: Add myself as iq2000 port maintainer.
8299
8300 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
8301
8302 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
8303 * Makefile.in: Regenerate.
8304
8305 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
8306
8307 * config.sub: Update to 2003-11-03 version.
8308
8309 2003-10-20 Phil Edwards <phil@codesourcery.com>
8310
8311 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
8312 * configure: Regenerate.
8313
8314 2003-10-20 Nicolas Pitre <nico@cam.org>
8315
8316 * MAINTAINERS: Add myself to 'Write After Approval' section.
8317
8318 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
8319
8320 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8321
8322 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
8323
8324 * MAINTAINERS: Update my email address.
8325
8326 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8327
8328 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
8329
8330 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
8331
8332 * MAINTAINERS: Add myself to 'Write After Approval' section.
8333
8334 2003-10-16 Bernardo Innocenti <bernie@develer.com>
8335
8336 * config.guess: Update to 2003-10-16 version.
8337 * config.sub: Update to 2003-10-16 version.
8338
8339 2003-10-15 David Daney <ddaney@avtrex.com>
8340
8341 * MAINTAINERS: Added myself to 'Write After Approval' section.
8342
8343 2003-10-15 Falk Hueffner <falk@debian.org>
8344
8345 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8346 'Write After Approval' section. Update email.
8347
8348 2003-10-14 Roger Sayle <roger@eyesopen.com>
8349
8350 * MAINTAINERS: Move myself from 'Write After Approval' to
8351 'Various Maintainers' section as middle-end maintainer.
8352
8353 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
8354
8355 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
8356 HOST_FLAGS_TO_PASS.
8357 * Makefile.in: Regenerate.
8358
8359 2003-10-11 Bernardo Innocenti <bernie@develer.com>
8360
8361 * config.guess: Update to 2003-10-07 version.
8362 * config.sub: Update to 2003-10-07 version.
8363
8364 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8365
8366 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
8367 * ltconfig (irix5*, irix6*): Don't override version_type.
8368
8369 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
8370
8371 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
8372 * configure: Rebuilt
8373 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
8374 * Makefile.in: Rebuilt
8375
8376 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
8377
8378 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
8379
8380 2003-09-30 Carlo Wood <carlo@alinoe.com>
8381
8382 * MAINTAINERS (Write After Approval): Add myself.
8383
8384 2003-09-29 Paul Koning <ni1d@arrl.net>
8385
8386 * MAINTAINERS: Move myself from "Write After Approval"
8387 to CPU platform maintainers for pdp11 platform.
8388
8389 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
8390
8391 * MAINTAINERS: Move myself from 'Write After Approval' to
8392 'Various Maintainers' section as libffi testsuite maintainer.
8393
8394 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
8395
8396 * configure.in: Pass a computed --program-transform-name
8397 to subconfigures.
8398 * configure: Regenerated.
8399
8400 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8401
8402 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8403 * Makefile.in: Regenerate.
8404
8405 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8406 * Makefile.in: Regenerate.
8407
8408 2003-09-19 Ziemowit Laski <zlaski@apple.com>
8409
8410 * MAINTAINERS: Move myself from 'Write After Approval'
8411 to 'Various Maintainers' (objective-c) section.
8412
8413 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
8414
8415 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8416 quoting.
8417 * configure: Regenerated.
8418
8419 2003-09-16 Joel Brobecker <brobecker@gnat.com>
8420
8421 * MAINTAINERS (Write After Approval): Add myself to write after
8422 approval list.
8423
8424 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
8425
8426 * MAINTAINERS (Write After Approval): Add myself.
8427
8428 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
8429
8430 * MAINTAINERS: Update my e-mail address.
8431
8432 2003-09-09 Alan Modra <amodra@bigpond.net.au>
8433
8434 * libtool.m4 (LD): Correct powerpc64 host match.
8435
8436 2003-09-06 James E Wilson <wilson@tuliptree.org>
8437
8438 * MAINTAINTERS: Update my affiliation and email address.
8439
8440 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8441
8442 * MAINTAINERS (Write After Approval): Add myself.
8443
8444 2003-09-04 DJ Delorie <dj@redhat.com>
8445
8446 * configure: Regenerate.
8447
8448 2003-09-04 Robert Millan <robertmh@gnu.org>
8449
8450 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
8451
8452 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8453
8454 * configure.in: Ensure arguments to sed are properly spaced.
8455 * configure: Regenerate.
8456
8457 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
8458
8459 * MAINTAINERS: Update my e-mail address.
8460
8461 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
8462
8463 * MAINTAINERS (Write After Approval): Add myself.
8464
8465 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
8466
8467 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8468 * configure: Regenerated.
8469
8470 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
8471
8472 * MAINTAINERS: Update my email address.
8473
8474 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
8475
8476 * configure.in: Use newline instead of semicolon when assuming
8477 shell arguments in a for loop.
8478 * configure: Regenerated.
8479
8480 2003-08-22 Jason Eckhardt <jle@rice.edu>
8481
8482 * MAINTAINERS: Resurrect the i860 maintainer.
8483
8484 2003-08-20 Geoffrey Keating <geoffk@apple.com>
8485
8486 PR 8180
8487 * configure.in: When testing with_libs and with_headers, treat
8488 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
8489 * configure: Regenerate.
8490
8491 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8492 make, shell, etc.
8493 (baseargs): Likewise.
8494 * configure: Regenerate.
8495
8496 2003-08-20 Bernardo Innocenti <bernie@develer.com>
8497
8498 * MAINTAINERS (Write After Approval): Add myself.
8499
8500 2003-08-19 Geoffrey Keating <geoffk@apple.com>
8501
8502 * configure.in: Disable libgcj for darwin not on powerpc.
8503 * configure: Rebuild.
8504
8505 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
8506
8507 * config-ml.in, symlink-tree: Add license.
8508
8509 2003-08-03 Richard Stallman <rms@gnu.org>
8510 Eben Moglen <moglen@columbia.edu>
8511
8512 * README.SCO: New file.
8513
8514 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
8515
8516 * Makefile.tpl (check, check-c++): Express dependencies using
8517 dependencies rather than commands.
8518 * Makefile.in: Regenerate.
8519
8520 2003-08-01 Andrew Cagney <cagney@redhat.com>
8521
8522 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8523 * configure: Ditto.
8524
8525 2003-07-31 Geoffrey Keating <geoffk@apple.com>
8526
8527 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
8528 * Makefile.in: Update.
8529
8530 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
8531
8532 * configure.in: Enable libgcj for darwin.
8533 * configure: Rebuild.
8534
8535 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
8536
8537 * config-ml.in: Use ac_configure_args directly instead of
8538 ml_arguments. Only set ml_norecursion if --no[-]recursion is
8539 actually seen.
8540
8541 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
8542
8543 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8544 creating target and build subdirs to build all parent dirs as needed.
8545 * Makefile.in: Rebuild.
8546 * configure.in: Don't build dirs explicitly here.
8547 * configure: Rebuild.
8548
8549 2003-07-26 Paul Brook <paul@nowt.org>
8550
8551 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8552
8553 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
8554
8555 * Makefile.tpl (all-make): Depend on intl.
8556 * Makefile.in: Rebuilt.
8557
8558 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
8559
8560 * install-sh: Update to newer upstream versions (associated with
8561 aclocal 1.7).
8562 * mkinstalldirs: Likewise.
8563 * missing: Likewise, plus $1Help2man -> $1 typo fix.
8564
8565 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
8566
8567 * MAINTAINERS: Move self from Bug database only accounts
8568 to write-after-approval.
8569
8570 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
8571
8572 * config.if: Remove unused libc_interface determination.
8573
8574 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
8575
8576 * MAINTAINERS: Move self from write-after-approval to
8577 build machinery (*.in).
8578
8579 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
8580
8581 PR bootstrap/11273
8582 PR bootstrap/11408
8583 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
8584 unused INSTALL_PROGRAM_ARGS.
8585 * configure.in: Use AC_PROG_INSTALL.
8586 * Makefile.in: Regenerate.
8587 * configure: Regenerate.
8588
8589 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
8590
8591 * MAINTAINERS: Alphabetize.
8592
8593 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
8594
8595 * configure: Rebuilt.
8596 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8597 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8598 newlib nor libgloss.
8599 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
8600 * configure.in (am33_2.0-*-linux*): Added.
8601
8602 2003-07-09 Bob Wilson <bob.wilson@acm.org>
8603
8604 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8605 * configure: Regenerate.
8606
8607 2003-07-07 Zack Weinberg <zack@codesourcery.com>
8608
8609 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8610 * Makefile.in: Regenerate.
8611
8612 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8613
8614 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8615 * Makefile.in: Regenerate.
8616
8617 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8618
8619 * Makefile.tpl: Replace PWD with PWD_COMMAND.
8620 * Makefile.in: Regenerated.
8621
8622 * config-ml.in: Replace PWD with PWD_COMMAND.
8623
8624 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8625
8626 * intl: New directory; see intl/ChangeLog for details.
8627 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8628 * Makefile.tpl: all-gcc depends on maybe-all-intl.
8629 * Makefile.in: Regenerate.
8630
8631 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
8632
8633 * configure.in: Clean up config-lang.in handling. Delete
8634 useless assignment to "subdirs".
8635 * configure: Regenerate.
8636
8637 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
8638
8639 * configure.in: Rename 'target_libs' to 'target_libraries'.
8640 Remove useless reference to 'target_libs'.
8641 * configure: Regenerate.
8642
8643 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
8644
8645 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8646 * Makefile.in: Regenerate.
8647
8648 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
8649
8650 * Makefile.def: Introduce flags_to_pass.
8651 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8652 * Makefile.in: Regenerate.
8653
8654 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
8655
8656 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8657 and target-libgloss.
8658 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8659 <h8300*-*-*>: Disable libf2c and ${libgcj}.
8660 * configure: Regenerate.
8661
8662 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
8663
8664 * configure.in: Update testsuite_flags to new location.
8665 * configure. Regenerate.
8666
8667 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
8668
8669 * Makefile.tpl: Remove BUILD_CC stuff.
8670 * Makefile.in: Regenerate.
8671
8672 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
8673
8674 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8675
8676 2003-06-16 Graeme Peterson <gp@qnx.com>
8677
8678 * MAINTAINERS (Write After Approval): Add myself.
8679
8680 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
8681
8682 * config.guess: Update to 2003-06-12 version.
8683 * config.sub: Update to 2003-06-13 version.
8684
8685 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
8686
8687 * config.guess: Update to 2003-06-06 version.
8688 * config.sub: Update to 2003-06-06 version.
8689
8690 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8691
8692 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8693 * configure. Regenerate.
8694
8695 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
8696
8697 * configure.in: Disable serial configure by default.
8698 * configure: Regenerate.
8699 * Makefile.tpl: Abolish .NOTPARALLEL.
8700 * Makefile.in: Regenerate.
8701
8702 * Makefile.tpl: Replace {build,host,target}_canonical by
8703 {build,host,target}.
8704 * Makefile.in: Regenerate.
8705
8706 * Makefile.tpl: Fix stupid pasto.
8707 * Makefile.in: Regenerate.
8708
8709 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
8710
8711 * Makefile.tpl: Remove bogus conditional.
8712 * Makefile.in: Regenerate.
8713
8714 2003-06-05 Jan Hubicka <jh@suse.cz>
8715
8716 * Makefile.tpl (profiledbootstrap): New target.
8717 * Makefile.in (profiledbootstrap): New target.
8718
8719 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
8720
8721 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8722 Pinski. Remove user names from other bugzilla-only maintainers.
8723
8724 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
8725
8726 * Makefile.tpl: Make 'recursive targets' using autogen rather
8727 than shell loop. Remove duplicate 'clean' targets and false
8728 comments.
8729 * Makefile.def: Add systematic dependencies to 'recursive' targets.
8730 Add systematic method of specifying missing targets in subdirs.
8731 Add copyright boilerplate.
8732 * Makefile.in: Regenerate.
8733 * configure.in: Add 'recursive targets' to maybe list.
8734 * configure: Regenerate.
8735
8736 * MAINTAINERS: "GNATS only" -> "Bug database only".
8737
8738 * Makefile.tpl: Rename [+target+] to [+make_target+].
8739 * Makefile.def: Rename 'target' to 'make_target'.
8740
8741 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
8742
8743 * MAINTAINERS: Add self as options handling maintainer.
8744
8745 2003-05-28 Michael Meissner <gnu@the-meissners.org>
8746
8747 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8748 been too long since I touched those ports.
8749
8750 2003-05-28 DJ Delorie <dj@redhat.com>
8751
8752 * Makefile.tpl: Make maybe-check-gcc .PHONY.
8753 * Makefile.in: Regenerate.
8754
8755 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8756
8757 * configure.in: Use curly braces in the definition of tooldir.
8758 * configure: Regenerate.
8759
8760 2003-05-21 DJ Delorie <dj@redhat.com>
8761
8762 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8763 newlib or libgloss.
8764 * Makefile.in: Regenerate.
8765
8766 2003-05-21 DJ Delorie <dj@redhat.com>
8767
8768 * Makefile.tpl: Add missing empty maybe-check-gcc target.
8769 * Makefile.in: Regenerate.
8770
8771 2003-05-20 Ian Lance Taylor <ian@airs.com>
8772
8773 * MAINTAINERS: Update my e-mail address.
8774
8775 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
8776
8777 * configure.in: Switch more things to use maybe dependencies.
8778 * Makefile.tpl: Switch more things to use maybe dependencies.
8779 Factor out common code from autogen IF statements.
8780 * configure: Regenerate.
8781 * Makefile.in: Regenerate.
8782
8783 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
8784
8785 * configure.in: Accept i[3456789]86 for machine type.
8786 * configure: Regenerate.
8787
8788 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
8789
8790 * configure.in: Switch more things to use maybe dependencies.
8791 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
8792 * configure: Regenerate.
8793 * Makefile.tpl: Switch more things to use maybe dependencies.
8794 * Makefile.in: Regenerate.
8795
8796 2003-05-16 Andreas Schwab <schwab@suse.de>
8797
8798 * Makefile.tpl (install-opcodes): Define.
8799 * Makefile.in: Rebuild.
8800
8801 2003-05-13 Andreas Jaeger <aj@suse.de>
8802
8803 * config.guess: Update to 2003-05-09 version.
8804 * config.sub: Update to 2003-05-09 version.
8805
8806 2003-05-13 Michael Eager <eager@mvista.com>
8807
8808 * configure.in: Correct sed script so that options in quotes are not
8809 deleted.
8810 * configure: Rebuild.
8811
8812 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
8813
8814 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8815 and $$s/newlib/libc/sys/cygwin32 include paths.
8816 * configure: Ditto.
8817
8818 2003-05-12 Michael Meissner <gnu@the-meissners.org>
8819
8820 * MAINTAINERS: Update my email addresses.
8821
8822 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
8823
8824 * config-ml.in: Propagate INSTALL variables.
8825
8826 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8827
8828 * MAINTAINERS: Remove duplicate entries in Write After Approval.
8829
8830 2003-05-02 Chris Demetriou <cgd@broadcom.com>
8831
8832 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8833 * Makefile.in: Regenerate.
8834
8835 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
8836
8837 * MAINTAINERS (GNATS only): Add Falk Hueffner.
8838
8839 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
8840
8841 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8842
8843 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
8844
8845 * Makefile.tpl: Clean $(BUILD_SUBDIR).
8846 * Makefile.in: Regenerated.
8847
8848 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
8849
8850 * MAINTAINERS (Write After Approval): Upgrade myself from
8851 GNATS only to write-after-approval. Update my mail address.
8852
8853 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
8854
8855 (OS Port Maintainers: freebsd): Add myself.
8856
8857 2003-04-22 Mark Mitchell <mark@codesourcery.com>
8858
8859 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8860
8861 2003-04-22 Kean Johnston <jkj@sco.com>
8862
8863 * MAINTAINERS (SCO ports): Added myself.
8864
8865 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
8866
8867 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8868
8869 2003-04-19 Kean Johnston <jkj@sco.com>
8870
8871 * MAINTAINERS (Write After Approval): Add myself.
8872
8873 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8874
8875 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8876 * Makefile.in: Regenerate.
8877
8878 2003-04-18 Jakub Jelinek <jakub@redhat.com>
8879
8880 * configure.in (powerpc64*-*-linux*): Remove.
8881 * configure: Rebuilt.
8882
8883 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
8884
8885 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
8886 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8887 and restrap.
8888 * Makefile.in: Regenerate.
8889
8890 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
8891
8892 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8893 * configure: Regenerated.
8894
8895 2003-04-15 DJ Delorie <dj@redhat.com>
8896
8897 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8898
8899 2003-04-13 Nick Clifton <nickc@redhat.com>
8900
8901 * config-ml.in: Remove support for --disable-aix removing
8902 call-aix multilibs.
8903
8904 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
8905
8906 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8907 * */configure: Rebuilt.
8908
8909 2003-04-08 Joel Sherrill <joel@oarcorp.com>
8910
8911 * MAINTAINERS: Add my email address.
8912
8913 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
8914
8915 * MAINTAINERS (Write After Approval): Add myself.
8916
8917 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
8918
8919 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8920 * Makefile.in: Regenerate.
8921
8922 2003-03-14 Michael Chastain <mec@shout.net>
8923
8924 * Makefile.in: Regenerate with correct Makefile.def.
8925
8926 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
8927
8928 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
8929 Make macro.
8930 * Makefile.in: Regenerate.
8931 * configure.in: Clean up gxx_include_dir logic.
8932 * configure: Regenerate.
8933
8934 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
8935
8936 * MAINTAINERS (Write After Approval): Add myself.
8937
8938 2003-03-10 Ben Elliston <bje@wasabisystems.com>
8939
8940 * MAINTAINERS: Update my mail address.
8941
8942 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8943
8944 * configure.in (gxx_include_dir): Fix typo.
8945 * configure: Regenerated.
8946
8947 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8948
8949 * Makefile.tpl: Reindent.
8950 * Makefile.in: Regenerate.
8951 * configure.in: Reindent. Don't set unused variables.
8952 * configure: Regenerate.
8953
8954 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
8955
8956 * configure.in: Include $(build_tooldir)/sys-include in
8957 FLAGS_FOR_TARGET.
8958 * configure: Regenerated.
8959
8960 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8961
8962 * Makefile.tpl: Always pass down RANLIB.
8963 * Makefile.in: Regenerate.
8964
8965 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8966 * Makefile.in: Regenerate.
8967 * configure.in: Remove unused logic relating to --enable-shared
8968 and --enable-threads. Remove bogus comments. Remove redundant
8969 noconfigdirs.
8970 * configure: Regenerate.
8971
8972 * configure.in: Replace ${libstdcxx_version} by its value.
8973 Remove reference to mh-dgux.
8974 * configure: Regenerate.
8975
8976 2003-03-03 Kevin Buettner <kevinb@redhat.com>
8977
8978 * MAINTAINERS (Write After Approval): Add myself.
8979
8980 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8981
8982 * Makefile.tpl: Rearrange.
8983 * Makefile.in: Regenerate.
8984
8985 2003-02-25 Uwe Stieber <uwe@wwws.de>
8986
8987 * configure.in: Add support for kaOS as cross build target system.
8988 * configure: Regenerated.
8989
8990 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
8991
8992 * MAINTAINERS (Write after approval): Add myself.
8993
8994 2003-02-21 James E Wilson <wilson@tuliptree.org>
8995
8996 * MAINTAINERS: Update my email address.
8997
8998 2003-02-21 Zack Weinberg <zack@codesourcery.com>
8999
9000 * MAINTAINERS: Add self to blanket write privs. section.
9001
9002 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
9003
9004 * Makefile.tpl: Add definition of CPPFLAGS to pass into
9005 configure-target-* as some target builds may require additional
9006 flags for preprocessor tests.
9007 * Makefile.in: Regenerated.
9008
9009 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
9010
9011 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9012 * ltconfig: Handle it.
9013 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9014 auto-detecting it.
9015
9016 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9017 it is used as argument to $CC.
9018 * ltcf-gcj.sh: Likewise.
9019
9020 * configure.in: Introduce --enable-maintainer-mode.
9021 * configure: Rebuilt.
9022 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9023 for maintainer mode.
9024 * Makefile.in: Rebuilt.
9025
9026 2003-02-18 Jason Merrill <jason@redhat.com>
9027
9028 * Makefile.tpl (check-c++): Allow parallelism.
9029
9030 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9031
9032 * MAINTAINERS: Remove John Carr (who never actually had access to
9033 gcc.gnu.org).
9034
9035 2003-02-15 Geoffrey Keating <geoffk@apple.com>
9036
9037 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9038 don't configure target-libobjc.
9039 * configure: Regenerate.
9040
9041 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9042
9043 * Makefile.tpl (RANLIB): Define.
9044 * Makefile.in: Regenerate.
9045
9046 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
9047
9048 * MAINTAINERS: Update my email.
9049
9050 2003-02-06 Keith R Seitz <keiths@redhat.com>
9051
9052 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9053 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9054 * Makefile.in: Regenerated.
9055 * configure.in: Remove all traces of snavigator, db, and grep.
9056 * configure: Regenerated.
9057
9058 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9059
9060 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9061 After Approval.
9062
9063 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9064
9065 * MAINTAINERS (Write after approval): Add myself.
9066
9067 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
9068
9069 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9070 * Makefile.in: Regenerated.
9071
9072 2003-01-30 Roger Sayle <roger@eyesopen.com>
9073
9074 * config.guess: Updated to 2003-01-30's version.
9075 * config.sub: Updated to 2003-01-28's version.
9076
9077 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
9078
9079 * config.if: If gcc_version is already set, just use it. Don't set
9080 gcc_version_trigger if it's already set, otherwise set it to
9081 gcc/version.c, but only if the file exists. If it is not set and
9082 gcc/version.c does not exist, try to extract the version number from
9083 $CC.
9084
9085 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
9086
9087 * MAINTAINERS: Add myself to write-after-approval list.
9088
9089 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
9090
9091 * configure.in: Revert 24Jan change.
9092 * configure: Regenerate.
9093
9094 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9095
9096 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
9097 entry of HJ Lu.
9098
9099 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9100
9101 * configure.in: Revert previous change.
9102 * configure: Regenerate.
9103
9104 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9105
9106 * configure.in: Make rda native-only.
9107 * configure: Regenerate.
9108
9109 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9110
9111 * MAINTAINERS: Move myself from GNATS-only-accounts to
9112 write-after-approval.
9113
9114 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
9115
9116 * configure.in: Add missing \.
9117 * configure: Rebuilt.
9118
9119 2003-01-17 Jakub Jelinek <jakub@redhat.com>
9120
9121 * configure.in (baseargs): Avoid using \| in sed regular
9122 expressions.
9123 * configure: Rebuilt.
9124
9125 2003-01-16 Jakub Jelinek <jakub@redhat.com>
9126
9127 * configure.in (baseargs): Remove all supported forms of
9128 --cache-file, --srcdir, --host, --build and --target options
9129 from argument lists.
9130 * configure: Rebuilt.
9131
9132 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
9133
9134 * MAINTAINERS: Add myself to write-after-approval list.
9135
9136 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
9137
9138 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
9139 * configure: Rebuilt.
9140
9141 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
9142
9143 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
9144 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
9145 * Makefile.in: Regenerate.
9146 * configure: Regenerate.
9147
9148 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
9149
9150 * configure.in: Remove Makefile in build, host and target modules
9151 unless configure was run with --no-recursion.
9152 * configure: Rebuilt.
9153
9154 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9155
9156 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
9157 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
9158 * Makefile.in: Regenerate.
9159
9160 2003-01-08 Chris Demetriou <cgd@broadcom.com>
9161
9162 * config.guess: Update to 2003-01-03 version.
9163 * config.sub: Update to 2003-01-03 version.
9164
9165 2003-01-07 Christopher Faylor <cgf@redhat.com>
9166
9167 * configure: Regenerate with proper autoconf 2.13.
9168
9169 2003-01-07 Christopher Faylor <cgf@redhat.com>
9170
9171 * configure.in: Add AC_PREREQ for consistency.
9172 * configure: Regenerate.
9173
9174 2003-01-06 Andrew Cagney <ac131313@redhat.com>
9175
9176 * configure.in (GDB_TK): Add tcl directories conditional on
9177 gdb/gdbtk directory being present.
9178 * configure: Regenerate.
9179
9180 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
9181
9182 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
9183 used by gcc if LD is not defined and we are not doing a Canadian Cross.
9184 * configure: Rebuilt.
9185
9186 2002-12-31 Tom Tromey <tromey@redhat.com>
9187
9188 * Makefile.in: Rebuilt.
9189 * Makefile.def (target_modules) [libffi]: Allow installation.
9190
9191 2002-12-31 Andreas Schwab <schwab@suse.de>
9192
9193 * configure.in: Fix use of $program_transform_name.
9194 * configure: Regenerated.
9195
9196 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
9197
9198 * configure.in (baseargs): Don't remove first configure argument.
9199 * configure: Regenerated.
9200
9201 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
9202
9203 * Makefile.tpl (local-distclean): Don't remove...
9204 (multilib.ts): ... this. Moved into...
9205 (multilib.out): ... this. Don't use sub-make.
9206 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
9207 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
9208 (configure-build-[+module+], configure-[+module+],
9209 configure-target-[+module+], configure-gcc): ... these. Test
9210 for Makefile existence. Drop config.status from dependencies.
9211 * Makefile.in: Rebuilt.
9212 * configure.in: Move gcc-version-trigger to the end of
9213 ac_configure_args. Add comments to maybedep.tmp and
9214 serdep.tmp. Introduce --disable-serial-configure. Remove
9215 nonopt from baseargs, matching and removing corresponding
9216 whitespace while at it.
9217 * configure: Rebuilt.
9218
9219 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
9220
9221 * configure.in (host_configargs): Replace reference to
9222 no-longer-defined buildopts with --build=${build_alias}.
9223 * configure: Rebuilt.
9224
9225 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
9226 program_transform_name to standard idiom.
9227 (AUTOGEN, AUTOCONF): Define.
9228 (Makefile.in): Use $(AUTOGEN).
9229 (Makefile): Depend on config.status, and use autoconf-style rule to
9230 build it. Move original commands to...
9231 (config.status): ... this new target.
9232 (configure): Add $(srcdir). Depend on config/acx.m4. Use
9233 $(AUTOCONF).
9234 * Makefile.in: Rebuilt.
9235
9236 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
9237
9238 * Makefile.tpl: Fix dramatic bustage due to change in
9239 program_transform_name.
9240 * Makefile.in: Regenerate.
9241
9242 * configure.in: Remove unnecessary PATH setting.
9243 * configure: Regnerate.
9244
9245 * configure.in: Don't default to unprefixed tools unless
9246 the native tools will work.
9247 * configure: Regenerate.
9248
9249 * configure.in: Convert to autoconf script. Blow away lots
9250 of now-redundant Makefile fragments.
9251 * configure: Generate using Autoconf.
9252 * Makefile.tpl: Rewrite to reflect autoconfiscation.
9253 * Makefile.in: Regenerate.
9254
9255 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
9256
9257 * configure: Fix stupid bug where RANLIB was mistakenly included.
9258
9259 * configure.in: Rename (buildargs, hostargs, targargs) to
9260 (build_configargs, host_configargs, target_configargs).
9261
9262 * configure.in: Move logic out of sed statement.
9263
9264 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
9265 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
9266
9267 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
9268
9269 * config.sub: Import from master repository
9270 * config.guess: Ditto
9271
9272 2002-12-24 Andreas Schwab <schwab@suse.de>
9273
9274 * Makefile.tpl (multilib.out): Fix missing space.
9275 * Makefile.in: Regenerate.
9276
9277 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
9278
9279 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
9280 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
9281 * Makefile.in: Regenerate.
9282 * configure.in: Remove unnecessary leftovers.
9283
9284 2002-12-21 Geoffrey Keating <geoffk@apple.com>
9285
9286 * configure.in (extra_ranlibflags_for_target): New variable.
9287 (*-*-darwin): Add -c to ranlib commands.
9288 * configure (tooldir): Handle extra_ranlibflags_for_target.
9289
9290 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
9291
9292 * Makefile.tpl: Revert HJL's change.
9293 * Makefile.in: Regenerated.
9294 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
9295 always.
9296
9297 2002-12-19 Andreas Schwab <schwab@suse.de>
9298
9299 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
9300 * Makefile.in: Regenerate.
9301
9302 2002-12-18 H.J. Lu <hjl@gnu.org>
9303
9304 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
9305 * Makefile.in: Regenerated.
9306
9307 * configure.in (build_prefix): New. Substitute.
9308
9309 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
9310
9311 * Makefile.tpl: Don't let real targets depend on phony targets.
9312 * Makefile.in: Regenerate.
9313
9314 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
9315 * Makefile.in: Regenerate.
9316
9317 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
9318
9319 * config.sub: Import from master repository
9320 * config.guess: Ditto
9321
9322 2002-12-16 Jason Merrill <jason@redhat.com>
9323
9324 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
9325 previous 'make bootstrap'.
9326 * Makefile.in: Regenerate.
9327
9328 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
9329
9330 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
9331
9332 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
9333
9334 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
9335 * Makefile.in: Regenerate.
9336
9337 2002-12-13 Jason Merrill <jason@redhat.com>
9338
9339 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
9340 library tests.
9341 (check-c++): Just depend on it and check-target-libstdc++-v3.
9342 * Makefile.in: Regenerate.
9343
9344 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
9345
9346 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
9347 * Makefile.in: Rebuilt.
9348
9349 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
9350
9351 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
9352
9353 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
9354
9355 * configure: Fix bug put in by gremlins.
9356
9357 * Makefile.tpl: Substitute more autoconfily.
9358 * configure: Substitute more autoconfily.
9359 * Makefile.in: Regenerate.
9360
9361 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
9362
9363 * config.sub: Import from master repository
9364 * config.guess: Ditto
9365 * MAINTAINERS: Added Svein Seldal under write after approval
9366
9367 2002-12-08 Andrew Cagney <ac131313@redhat.com>
9368
9369 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
9370 * Makefile.in (all-sim): Ditto.
9371
9372 2002-12-06 DJ Delorie <dj@redhat.com>
9373
9374 * Makefile.tpl: Change configure dependencies to not have real
9375 targets depend on phony targets.
9376
9377 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
9378
9379 * configure.in: Revert unintentional change.
9380
9381 * Makefile.tpl: Change dependency for */multilib.out so that
9382 it works when gcc isn't in the tree.
9383
9384 * configure.in: Substitute more.
9385 * configure: Run subconfigures from the Makefile.
9386 * Makefile.tpl: Run subconfigures from the Makefile; add a few
9387 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
9388
9389 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9390
9391 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
9392
9393 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
9394
9395 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
9396 and corresponding dependencies.
9397 * Makefile.in: Regenerate.
9398
9399 * configure.in (host_tools): Order binutils, gas and ld for
9400 convenience in running the testsuites.
9401
9402 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9403 * Makefile.in: Regenerate.
9404 * configure.in: Introduce rules to serialize subconfigure runs.
9405
9406 * configure.in: Introduce BASE_CC_FOR_TARGET.
9407 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
9408 Realize configure-build-* targets. Realize configure-target-* targets.
9409 * Makefile.in: Regenerate.
9410
9411 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
9412
9413 * configure: Move gcc_version_trigger stuff from here...
9414 * configure.in: ...to here.
9415
9416 * configure.in: Separate subconfigure options added by this file from
9417 options given by the user. Add machinery to put args for host
9418 subconfigures into the Makefile.
9419
9420 * Makefile.tpl: Remove 'vault' targets.
9421 * Makefile.tpl: Reorder and comment dependencies.
9422 * Makefile.in: Regenerate.
9423
9424 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
9425 * configure.in: Fix my broken commit of previous patch. (sigh)
9426
9427 2002-11-28 Geoffrey Keating <geoffk@apple.com>
9428
9429 * configure.in: Move host-specific darwin noconfigdirs into
9430 the host-specific section.
9431
9432 2002-11-28 Geoffrey Keating <geoffk@apple.com>
9433
9434 * configure.in: Move host-specific darwin noconfigdirs into
9435 the host-specific section.
9436
9437 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
9438
9439 * configure: Remove skip-this-dir support.
9440 * Makefile.tpl: Remove skip-this-dir support.
9441
9442 * Makefile.tpl: Remove leftover support for non-autoconfiscated
9443 subdirectories.
9444 * Makefile.in: Regenerate.
9445
9446 * Makefile.tpl: Strip out useless setting of 'dir'.
9447 * Makefile.in: Regenerate.
9448
9449 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
9450
9451 * configure.in: Fix deeply stupid bug.
9452
9453 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
9454 shell code in CXX_FOR_TARGET
9455 * Makefile.def: Introduce raw_cxx.
9456 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
9457 RAW_CXX_FOR_TARGET.
9458 * Makefile.in: Regenerate.
9459
9460 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
9461
9462 * Makefile.tpl: Remove unnecessary ifs.
9463 * Makefile.in: Regenerate.
9464
9465 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
9466 dependencies. Maybe-ize build-libiberty. Create dummy install
9467 targets for 'no_install' modules.
9468 * configure: Move GDB_TK substitution to configure.in. Move
9469 build_modules stuff to configure.in.
9470 * configure.in: Implement soft dependency machinery. Maybe-ize
9471 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
9472 * Makefile.in: Regenerate.
9473
9474 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
9475
9476 * Makefile.tpl: Make all-target, install-target behave similarly
9477 to all, install (only hitting configured targets). Eliminate
9478 unused macro defintions.
9479
9480 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9481 build != host.
9482
9483 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9484
9485 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9486
9487 * configure.in: Produce lists of subdir targets we're actually
9488 configuring. Remove references to "dosrel".
9489 * Makefile.tpl: Let configure set which subdir targets are hit.
9490 Remove install-cross; clean up install; remove ALL. Remove
9491 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
9492 Autogenerate host module targets. Remove empty dependency lines
9493 and redundant dependency; rearrange slightly.
9494 * Makefile.def: Add host-side libtermcap, utils.
9495
9496 * Makefile.in: Regenerate.
9497
9498 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9499
9500 * ltconfig (osf[345]): Append $major to soname_spec.
9501 Reflect this in library_names_spec.
9502 * ltmain.sh (osf): Prefix $major with . for use as extension.
9503
9504 2002-11-19 Andreas Jaeger <aj@suse.de>
9505
9506 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9507 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9508 and sparc64 GNU/Linux systems.
9509
9510 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
9511
9512 * MAINTAINERS: Update email.
9513
9514 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9515
9516 * MAINTAINERS: Complete James Dennett's entry.
9517
9518 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
9519
9520 * MAINTAINERS (Write After Approval): Add myself.
9521
9522 2002-11-13 Bruce Korb <bkorb@gnu.org>
9523
9524 * Makefile.tpl: syntactic cleanup
9525
9526 2002-11-13 Stuart Hastings <stuart@apple.com>
9527
9528 * MAINTAINERS: Add myself to write-after-approval list.
9529
9530 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9531
9532 * Makefile.def: Add list of recursive targets to autogenerate.
9533 Add build_modules.
9534 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
9535 targets. Autogenerate *-build-* targets.
9536 * Makefile.in: Regenerate.
9537
9538 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9539
9540 * configure: More autoconf-style substitutions.
9541 * Makefile.tpl: More autoconf-style substitutions.
9542 * Makefile.in: Regenerate.
9543
9544 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
9545
9546 * configure: Substitute more variables in a more autoconf-friendly
9547 way. Simplify slightly.
9548 * Makefile.tpl: Make more variables substitutable in an
9549 autoconf-friendly way.
9550 * Makefile.in: Regenerate.
9551
9552 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
9553
9554 * MAINTAINERS (Write After Approval): Add myself.
9555
9556 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
9557
9558 * configure.in (v810*): Remove special setting of tools.
9559
9560 * configure: Add support for extra required flags for ar or nm.
9561 * configure.in (aix4.3+): Use above support for target-specific
9562 issues, rather than using config/mt-aix43.
9563
9564 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
9565
9566 * configure: Remove 'removing', which doesn't work. Replace $subdir
9567 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
9568 with $srcdir. Reformat indentation. Substitute some variables
9569 formerly hard-coded in the Makefile for build=host.
9570 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9571 * Makefile.def: Autogenerate more.
9572 * Makefile.in: Regenerate.
9573
9574 2002-11-04 Adam Nemet <anemet@lnxw.com>
9575
9576 * MAINTAINERS (Write After Approval): Add myself.
9577
9578 2002-11-04 Kevin Buettner <kevinb@redhat.com>
9579
9580 * Makefile.def (host_modules): Add rda.
9581 * Makefile.in: Regenerate.
9582 * configure.in (target_tool): Add target-rda to list.
9583
9584 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9585
9586 * MAINTAINERS: Remove "co-maintainer" note for web pages.
9587
9588 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
9589
9590 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
9591 and restrap targets to this rule.
9592 * Makefile.in: Regenerate.
9593
9594 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9595
9596 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9597 GNATS only accounts.
9598
9599 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
9600
9601 * configure.in (i[3456]86-*-linux*): Add check to disable
9602 ${libgcj} for glibc1.
9603
9604 2002-10-24 Denis Chertykov <denisc@overta.ru>
9605
9606 * MAINTAINERS: Add myself as ip2k port maintainer.
9607
9608 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
9609
9610 * configure.in: Add tic4x target.
9611
9612 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
9613
9614 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9615 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9616 * Makefile.in: Regenerate.
9617
9618 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9619 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9620 * Makefile.in: Regenerate.
9621
9622 2002-10-02 Janis Johnson <janis187@us.ibm.com>
9623
9624 * MAINTAINERS: Add myself as web pages co-maintainer.
9625
9626 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9627
9628 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9629 * Makefile.in: Regenerate.
9630
9631 2002-10-02 Zack Weinberg <zack@codesourcery.com>
9632
9633 * MAINTAINERS: Add myself and Nathan Sidwell
9634 <nathan@codesourcery.com> as VxWorks maintainers.
9635
9636 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9637
9638 * Makefile.def: Remove order dependency comments.
9639 * Makefile.tpl: Add explicit install-install dependencies.
9640 * Makefile.in: Regenerate.
9641
9642 * Makefile.tpl: Remove material now in src-release. (Finally!)
9643 * Makefile.in: Regenerate.
9644
9645 * Makefile.tpl: Add configure-target (for src-release in src)
9646 * Makefile.in: Regenerate.
9647
9648 2002-09-30 Nick Clifton <nickc@redhat.com>
9649
9650 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9651
9652 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
9653
9654 * configure.in (s390*-*-linux*): Enable libgcj.
9655
9656 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
9657
9658 * configure: Revert accidentally applied changes.
9659
9660 * Makefile.tpl: Make more autoconf-friendly.
9661 * Makefile.in: Regenerate.
9662 * configure: Make substitution more autoconf-like.
9663
9664 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
9665
9666 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9667 single entry to handle all these.
9668 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
9669 libjava on arm-*-elf.
9670
9671 2002-09-27 Geoffrey Keating <geoffk@apple.com>
9672
9673 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9674 things that depend on them.
9675
9676 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9677
9678 * Makefile.tpl: Make subsituted variables more autoconfy.
9679 * Makefile.in: Regenerate.
9680 * configure: Make seds more autoconfy.
9681
9682 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9683
9684 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9685 * Makefile.in: Regenerate.
9686 * configure.in: Rewrite sed statements to look autoconfy.
9687
9688 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9689 all-target-foo on configure-target-foo.
9690 * Makefile.def: Ditto.
9691 * Makefile.in: Rebuild.
9692
9693 2002-09-25 Andrew Haley <aph@redhat.com>
9694
9695 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9696
9697 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
9698
9699 * Makefile.def: New file.
9700 * Makefile.tpl: New file.
9701 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9702 * contrib/gcc_update: Note that Makefile.in is a generated file.
9703
9704 * configure.in: Minor rearrangement. Simplify tests.
9705
9706 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
9707
9708 * configure.in (with_headers): Skip copy if value is "yes".
9709 (with_libs): Likewise.
9710
9711 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9712
9713 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9714 * configure.in (sh*-*-pe*): Ditto.
9715 * configure.in (mips*-*-pe*): Ditto.
9716 * configure.in (*arm-wince-pe): Ditto.
9717
9718 * configure.in: Rearrange.
9719
9720 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
9721
9722 * MAINTAINERS: Update my email address.
9723
9724 2002-08-30 Paul Koning <pkoning@equallogic.com>
9725
9726 * MAINTAINERS: (Write After Approval): Add myself.
9727
9728 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
9729
9730 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9731
9732 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
9733
9734 * MAINTAINERS: Change my mailing address.
9735
9736 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
9737
9738 * MAINTAINERS (Write After Approval): Remove myself.
9739 (Various Maintainers: c++ runtime libs): Add myself.
9740
9741 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
9742
9743 * MAINTAINERS (Write After Approval): Remove myself.
9744 (Various Maintainers: c++ runtime libs): Add myself.
9745
9746 2002-08-15 Eric Christopher <echristo@redhat.com>
9747
9748 * config.sub: Import from master repository.
9749 * config.guess: Ditto.
9750
9751 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
9752
9753 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9754 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9755 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9756
9757 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
9758
9759 * MAINTAINERS: Add self to rs6000 vector extensions.
9760
9761 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
9762
9763 * libiberty/configure: Reverted unintended yesterday's check in.
9764
9765 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
9766
9767 * boehm-gc/configure, libf2c/configure: Rebuilt.
9768 * libffi/configure, libiberty/configure: Ditto.
9769 * libjava/configure, libobjc/configure: Ditto.
9770 * libstdc++-v3/configure, zlib/configure: Ditto.
9771 Merged from binutils:
9772 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9773 From Steve Ellcey <sje@cup.hp.com>:
9774 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9775 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9776 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9777 IA64.
9778 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9779 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9780 soname_spec, sys_lib_search_path_spec): Ditto.
9781
9782 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
9783
9784 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9785
9786 2002-08-04 H.J. Lu (hjl@gnu.org)
9787
9788 * configure.in (mips*-*-linux*): Don't skip target-libffi.
9789
9790 2002-08-02 Krister Walfridsson <cato@df.lth.se>
9791
9792 * MAINTAINERS (Write After Approval): Add myself.
9793
9794 2002-07-31 Alan Modra <amodra@bigpond.net.au>
9795
9796 * configure.in: Move generic linux case to end. Copy generic
9797 linux noconfigdirs to mips*-*-linux* entry and new
9798 powerpc64*-*-linux* entry. Add target-libffi for the latter.
9799
9800 2002-07-19 Michael Matz <matz@suse.de>
9801
9802 * MAINTAINERS: Add myself as ra* maintainer.
9803
9804 2002-07-16 Chris Demetriou <cgd@broadcom.com>
9805
9806 * config.guess: Update to 2002-07-09 version.
9807 * config.sub: Update to 2002-07-03 version.
9808
9809 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
9810
9811 * MAINTAINERS: Fix typo in a maintainer email address.
9812
9813 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
9814
9815 * configure.in: Remove two redundant tests.
9816
9817 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9818
9819 * configure.in (mips*-*-irix6*o32): Enable stabs.
9820
9821 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
9822
9823 * configure.in: Don't build grez.
9824 * Makefile.in: Ditto.
9825
9826 * Makefile.in: Remove references to bsp, cygmon, libstub.
9827 * configure.in: Ditto.
9828
9829 * configure.in: Remove leftover reference to gdbtest.
9830
9831 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
9832
9833 * configure.in (gxx_include_dir): Change to match versioned
9834 C++ headers if --enable-version-specific-runtime-libs is used.
9835
9836 2002-07-04 Steve Ellcey <sje@cup.hp.com>
9837
9838 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9839
9840 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
9841
9842 * configure.in: Make --without-x work.
9843
9844 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
9845
9846 * configure.in: Rearrange target Makefile fragment collection.
9847
9848 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9849 cvs[src].
9850 * configure.in: Ditto.
9851
9852 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
9853
9854 * MAINTAINERS (Write After Approval): Update my e-mail address.
9855
9856 2002-06-24 Ben Elliston <bje@redhat.com>
9857
9858 * configure.in (host_tools): Remove cgen.
9859
9860 * Makefile.in (all-cgen): Remove; runs from its source directory.
9861 (check-cgen, install-cgen, clean-cgen): Likewise.
9862 (all-opcodes): Do not depend on all-cgen.
9863 (all-sim): Likewise.
9864
9865 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
9866
9867 * Makefile.in: Eliminate 'apache' targets.
9868 * configure.in: Eliminate 'apache' targets.
9869
9870 * configure.in: Eliminate redundant tests. Reorganize.
9871
9872 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9873
9874 * config-ml.in: Eliminate references to Cygnus configure.
9875
9876 * Makefile.in: Eliminate references to building emacs.
9877
9878 2002-06-28 Graham Stott <graham.stott@btinternet.com>
9879
9880 * MAINTAINERS: Update my email address.
9881
9882 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
9883
9884 * config.if (libstdcxx_incdir): Version C++ headers.
9885 (cxx_incdir): Remove.
9886
9887 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
9888
9889 * MAINTAINERS (Write After Approval): Add self.
9890
9891 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
9892
9893 * configure.in: Add support for ip2k.
9894
9895 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
9896
9897 * configure.in: Fix AIX configury bug.
9898
9899 2002-06-20 Steve Ellcey <sje@cup.hp.com>
9900
9901 * MAINTAINERS (Write After Approval): Add self.
9902
9903 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9904
9905 * configure.in: replace ${topsrcdir} with ${srcdir}
9906
9907 * configure.in: Move definition of libstdcxx_flags
9908 right above usage, rather than waaay earlier.
9909
9910 * configure.in: Pull definition of is_cross_compiler earlier.
9911
9912 * configure.in: Rearrange a little.
9913
9914 * configure.in: Remove references to librx.
9915 * Makefile.in: Remove references to librx.
9916
9917 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
9918
9919 * config.sub: Add support for avr target.
9920 Import from master sources, rev 1.255
9921
9922 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
9923
9924 * configure, .cvsignore: Revert previous change...
9925 * Makefile: ...delete.
9926
9927 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9928
9929 * configure.in: Eliminate ${gasdir} variable.
9930
9931 2002-06-18 Dave Brolley <brolley@redhat.com>
9932
9933 * configure.in: Add support for frv.
9934 * config.sub: Add support for frv.
9935
9936 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9937
9938 * configure: Remove garbage from previous commit.
9939
9940 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9941
9942 * configure: For in-source builds, make a subdir and re-exec there.
9943 * Makefile: New file. Pass targets through to build directory.
9944 * .cvsignore: No longer ignore "Makefile".
9945
9946 2002-06-16 Douglas Rupp <rupp@gnat.com>
9947
9948 * MAINTAINERS (Write After Approval): Add self.
9949
9950 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9951
9952 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9953
9954 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
9955
9956 * configure.in (vax-*-netbsd*): Re-enable gas.
9957
9958 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
9959
9960 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9961 BUILD_PREFIX_1, to correct nomenclature.
9962 * configure: Likewise.
9963
9964 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9965 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9966
9967 2002-05-31 Olaf Hering <olh@suse.de>
9968
9969 * config-ml.in: Propogate DESTDIR also.
9970
9971 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9972
9973 * configure.in (vax-*-netbsd*): Don't build gas for this
9974 platform.
9975
9976 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
9977
9978 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9979 and libgcj for AVR.
9980
9981 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
9982
9983 * MAINTAINERS (Write After Approval): Add myself.
9984
9985 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
9986
9987 * config.guess: Update to 2002-05-22 version.
9988 * config.sub: Likewise.
9989
9990 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9991
9992 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9993 * config-ml.in: Likewise.
9994 * configure: Likewise.
9995 * configure.in: Likewise.
9996
9997 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
9998
9999 * MAINTAINERS: Update my email address.
10000
10001 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
10002
10003 * configure.in: Simplify makefile fragment collection.
10004
10005 * configure.in: Remove code to build emacs.
10006
10007 * configure.in : Remove --srcdir argument from targargs and buildargs
10008 (it's always overridden in the Makefile anyway). Rearrange a bit.
10009
10010 * configure: Move some logic to configure.in.
10011 * configure.in: Move some logic from configure.
10012
10013 2002-05-11 Tom Tromey <tromey@redhat.com>
10014
10015 * MAINTAINERS: Reflect libgcj reality.
10016
10017 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
10018
10019 * Makefile.in: Honour DESTDIR.
10020
10021 2002-05-08 Mark Mitchell <mark@codesourcery.com>
10022
10023 * config.guess: Import 2002-03-20 version.
10024 * config.sub: Import 2002-04-26 version.
10025
10026 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10027
10028 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10029
10030 2002-05-07 Tim Josling <tej@melbpc.org.au>
10031
10032 * MAINTAINERS: Add self.
10033
10034 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
10035
10036 * ltmain.sh: Detect and handle object name conflicts
10037 while piecewise linking a static library.
10038
10039 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
10040
10041 * configure.in (noconfigdirs): Don't disable libgcj on
10042 sparc64-*-solaris* and sparcv9-*-solaris*.
10043
10044 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
10045
10046 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10047
10048 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
10049
10050 * configure.in (FLAGS_FOR_TARGET): Do not add
10051 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10052 on i[3456]86-*-linux*.
10053
10054 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
10055
10056 * configure.in (noconfigdirs): Replace [ ] with test.
10057
10058 * configure.in (noconfigdirs): Do not add target-newlib if
10059 target == i[3456]86-*-linux*, and host == target.
10060
10061 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
10062
10063 * configure.in: delete reference to absent file
10064
10065 * configure.in: replace '[' with 'test'
10066
10067 * configure.in: Eliminate references to gash.
10068 * Makefile.in: Eliminate references to gash.
10069
10070 * configure.in: remove useless references to 'pic' makefile fragments.
10071
10072 * configure.in: (*-*-windows*) Finish removing.
10073
10074 * configure.in: Eliminate redundant test for libgui.
10075
10076 2002-04-29 Roger Sayle <roger@eyesopen.com>
10077
10078 * MAINTAINERS: Add self and realphabetize. Update entries
10079 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
10080 entry for a29k port maintainer.
10081
10082 2002-04-26 Joel Sherrill <joel@OARcorp.com>
10083
10084 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10085 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10086
10087 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
10088
10089 * configure.in: remove references to dead files
10090
10091 2002-04-19 Mark Mitchell <mark@codesourcery.com>
10092
10093 * MAINTAINERS: Add information about purpose of this file.
10094
10095 2002-04-18 Tom Tromey <tromey@redhat.com>
10096
10097 * configure.in: Disallow configuring libgcj when it is already
10098 installed and we're using Solaris 2.8 linker. Do enable libgcj on
10099 Solaris 2.8 by default. For PR libgcj/6158.
10100
10101 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10102
10103 * configure.in: Move default CC setting out of config/mh-* fragments
10104 directly into here.
10105
10106 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10107
10108 * configure.in: don't even try to configure or make a subdirectory
10109 if there's no configure script for it.
10110
10111 2002-04-15 Mark Mitchell <mark@codesourcery.com>
10112
10113 * MAINTAINERS: Remove chill maintainers.
10114 * Makefile.in (CHILLFLAGS): Remove.
10115 (CHILL_LIB): Remove.
10116 (TARGET_CONFIGDIRS): Remove libchill.
10117 (CHILL_FOR_TARGET): Remove.
10118 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
10119 CHILL_LIB.
10120 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
10121 (CHECK_TARGET_MODULES): Likewise.
10122 (INSTALL_TARGET_MODULES): Likewise.
10123 (CLEAN_TARGET_MODULES): Likewise.
10124 (configure-target-libchill): Remove.
10125 (all-target-libchill): Remove.
10126 * configure.in (target_libs): Remove target-libchill.
10127 Do not compute CHILL_FOR_TARGET.
10128 * libchill: Remove directory.
10129
10130 2002-04-11 DJ Delorie <dj@redhat.com>
10131
10132 * Makefile.in, configure.in: Sync with binutils, entries
10133 follow...
10134
10135 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10136
10137 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
10138 (do-tar, do-bz2): New rules.
10139 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
10140 (gdb-tar): New rule.
10141 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
10142 (insight_dejagnu.tar): New rule.
10143 (insight.tar): New rule.
10144 (gdb+dejagnu.tar): New rule.
10145 (gdb.tar): New rule.
10146
10147 2002-02-01 Mo DeJong <supermo@bayarea.net>
10148
10149 * Makefile.in: Add all-tix to deps for all-snavigator
10150 so that tix is built when building snavigator.
10151
10152 2002-01-11 Steve Ellcey <sje@cup.hp.com>
10153
10154 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
10155 ld and gdb are not supported.
10156
10157 2002-01-07 Mark Salter <msalter@redhat.com>
10158
10159 * configure.in: Remove target-bsp and target-cygmon from arm builds.
10160 Allow target-libgloss to be built for arm, strongarm, and xscale.
10161
10162 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
10163
10164 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
10165 options for i[3456]86-pc-linux* native builds.
10166
10167 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
10168
10169 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
10170 files from .po files for a distribution.
10171
10172 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
10173
10174 * configure.in: Enable libstdc++-v3 for h8300 targets.
10175
10176 2001-06-19 Alan Modra <amodra@bigpond.net.au>
10177
10178 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
10179 version from bfd/.
10180
10181 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
10182
10183 * Makefile.in (VER): When present, extract the version number from
10184 the file version.in.
10185
10186 2001-05-24 Tom Rix <trix@redhat.com>
10187
10188 * configure.in : enable ld for aix
10189
10190 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10191
10192 * config.guess: Add linux target for S/390.
10193
10194 2000-11-07 Philip Blundell <pb@futuretv.com>
10195
10196 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
10197
10198 2000-11-03 Philip Blundell <pb@futuretv.com>
10199
10200 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
10201 files.
10202
10203 2001-01-15 Ben Elliston <bje@redhat.com>
10204
10205 * configure.in (host_tools): Add sid.
10206 Always configure cgen.
10207
10208 2000-11-24 Nick Clifton <nickc@redhat.com>
10209
10210 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
10211
10212
10213 2000-08-20 Doug Evans <dje@casey.transmeta.com>
10214
10215 * Makefile.in (ALL_MODULES): Add all-cgen.
10216 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
10217 (all-cgen): New target.
10218 (all-opcodes,all-sim): Depend on all-cgen.
10219 * configure.in (host_tools): Add cgen.
10220 Only configure cgen if --enable-cgen-maint.
10221
10222 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
10223
10224 * configure.in: Add *-*-freebsd* configurations.
10225
10226 2002-04-08 Tom Tromey <tromey@redhat.com>
10227
10228 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
10229 Fixes PR libgcj/6068.
10230
10231 2002-03-30 Krister Walfridsson <cato@df.lth.se>
10232
10233 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
10234
10235 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10236
10237 * configure.in (alpha*-dec-osf*): Enable libgcj.
10238
10239 2003-03-27 Matthew Gingell <gingell@gnat.com>
10240
10241 * MAINTAINERS (Write After Approval): Add myself.
10242
10243 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
10244
10245 Fix for: PR bootstrap/3591, target/5676
10246 * configure.in (mcore-pe): Disable the configuration of
10247 libstdc++-v3 since exceptions are not supported.
10248
10249 2002-03-20 Anthony Green <green@redhat.com>
10250
10251 * configure.in: Enable libgcj for xscale-elf target.
10252
10253 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
10254
10255 * MAINTAINERS: Update my email address.
10256
10257 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
10258
10259 * ltmain.sh (relink_command): Fix typo in previous change.
10260
10261 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
10262
10263 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
10264 (relink_command): Added --tag flags.
10265 (mode=install): If relinking fails; error out.
10266
10267 2002-03-12 Richard Henderson <rth@redhat.com>
10268
10269 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
10270 .NOTPARALLEL tag.
10271 (do-check): Rename from check.
10272 (check): Allow parallel check.
10273
10274 2002-03-12 Bob Wilson <bob.wilson@acm.org>
10275
10276 * MAINTAINERS: Add myself as maintainer for xtensa port.
10277 Fix alphabetical order in CPU port maintainer list.
10278 Remove myself from Write After Approval list.
10279
10280 2002-03-11 Richard Henderson <rth@redhat.com>
10281
10282 * Makefile.in (.NOTPARALLEL): Add fake tag.
10283
10284 2002-03-07 H.J. Lu (hjl@gnu.org)
10285
10286 * configure.in: Enable gprof for mips*-*-linux*.
10287
10288 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
10289
10290 * MAINTAINERS (Write After Approval): Add myself.
10291
10292 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
10293
10294 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
10295 libjava.
10296 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
10297
10298 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
10299
10300 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
10301 because its Makefile is there; test for the executable instead.
10302
10303 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
10304
10305 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
10306 libstdc++-v3 and libjava.
10307
10308 2002-02-11 Adam Megacz <adam@xwt.org>
10309
10310 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
10311 boehm-gc
10312
10313 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
10314
10315 * config.guess: Updated to 2002-01-30's version.
10316 * config.sub: Updated to 2002-02-01's version.
10317 Contribute sh64-elf.
10318 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
10319 * configure.in: Added sh64-*-*.
10320
10321 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10322
10323 * MAINTAINERS: Belatedly add myself to write after approval list.
10324
10325 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
10326
10327 * MAINTAINERS: Put self in as maintainer for x86-64 port.
10328 Remove self as Write After Approval.
10329
10330 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
10331
10332 * MAINTAINERS: Put self in as maintainer for contrib/regression
10333 directory.
10334
10335 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
10336
10337 * MAINTAINERS: Update my email address.
10338
10339 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
10340
10341 * configure.in (*-*-netbsd*): New. Skip target-newlib,
10342 target-libiberty, and target-libgloss. Skip Java-related
10343 libraries if not supported for NetBSD on target CPU.
10344
10345 2002-01-25 Douglas B Rupp <rupp@gnat.com>
10346
10347 * install-sh: Use _inst.$$_ for temp file name.
10348
10349 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
10350
10351 * MAINTAINERS (Write After Approval): Move my contact info
10352 from here...
10353 (OS Port Maintainers): ...to here (netbsd).
10354
10355 2002-01-22 Bob Wilson <bob.wilson@acm.org>
10356
10357 * MAINTAINERS (Write After Approval): Add myself.
10358
10359 2002-01-17 H.J. Lu <hjl@gnu.org>
10360
10361 * Makefile.in (all-fastjar): Also depend on all-libiberty.
10362 (all-target-fastjar): Also depend on all-target-libiberty.
10363
10364 2002-01-16 H.J. Lu (hjl@gnu.org)
10365
10366 * config.guess: Import from master sources, rev 1.225.
10367 * config.sub: Import from master sources, rev 1.238.
10368
10369 2002-01-16 Kazu Hirata <kazu@hxi.com>
10370
10371 * MAINTAINERS (Write After Approval): Remove myself.
10372
10373 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
10374
10375 * MAINTAINERS (Write After Approval): Add myself.
10376
10377 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
10378
10379 * MAINTAINERS: Add self as docs co-maintainer.
10380
10381 2001-12-11 Matthias Klose <doko@debian.org>
10382
10383 * MAINTAINERS (Write After Approval): Add myself.
10384
10385 2001-12-09 Zack Weinberg <zack@codesourcery.com>
10386
10387 * MAINTAINERS: Update my email address.
10388
10389 2001-12-07 Turly O'Connor <turly@apple.com>
10390 * MAINTAINERS (Write After Approval): Add myself.
10391 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
10392 (rs6000_initialize_trampoline): Call __trampoline_setup for
10393 ABI_DARWIN too.
10394 * darwin-tramp.asm: New file, implements __trampoline_setup.
10395 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
10396
10397 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
10398
10399 * MAINTAINERS (Write After Approval): Add myself.
10400
10401 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
10402
10403 * configure, configure.in: Use temp file for long sed commands.
10404
10405 2001-12-03 Laurent Guerby <guerby@acm.org>
10406
10407 * config.sub: Update to version 1.232 on subversion.
10408
10409 2001-12-03 Ben Elliston <bje@redhat.com>
10410
10411 * MAINTAINERS: Update mail address for config.* patches.
10412
10413 2001-11-27 DJ Delorie <dj@redhat.com>
10414 Zack Weinberg <zack@codesourcery.com>
10415
10416 When build != host, create libiberty for the build machine.
10417
10418 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10419 CONFIG_ARGUMENTS.
10420 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10421 New variables.
10422 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10423 and rules.
10424 (all.normal): Depend on ALL_BUILD_MODULES.
10425 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10426 (all-build-libiberty): Depend on configure-build-libiberty.
10427
10428 * configure: Calculate and substitute proper value for
10429 ALL_BUILD_MODULES.
10430 * configure.in: Create the build subdirectory.
10431 Calculate and substitute TARGET_CONFIGARGS (formerly
10432 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10433
10434 2001-11-26 Ziemowit Laski <zlaski@apple.com>
10435
10436 * MAINTAINERS (write-after-approval): Add self.
10437
10438 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
10439
10440 * MAINTAINERS (GNATS only accounts): Remove self.
10441
10442 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
10443
10444 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10445 libf2c.
10446
10447 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
10448
10449 * MAINTAINERS (Write After Approval): Add self.
10450
10451 2001-11-12 David O'Brien <obrien@FreeBSD.org>
10452
10453 * MAINTAINERS: mips and s390 are also CPU ports.
10454
10455 2001-11-12 David O'Brien <obrien@FreeBSD.org>
10456
10457 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
10458
10459 2001-11-11 David O'Brien <obrien@FreeBSD.org>
10460
10461 * MAINTAINERS: Alphabetize.
10462
10463 2001-11-09 Kazu Hirata <kazu@hxi.com>
10464
10465 * MAINTAINERS (Various maintainers: h8 port): Add myself.
10466
10467 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
10468
10469 * MAINTAINERS (Various maintainers: hppa port): Added myself.
10470
10471 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
10472
10473 * configure.in (--enable-languages): Be more permissive about
10474 syntax. Check for empty lists better. Warn about $LANGUAGES.
10475
10476 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
10477
10478 * config.sub: Import from master sources, rev. 1.230.
10479 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10480
10481 2001-11-07 Laurent Guerby <guerby@acm.org>
10482
10483 * MAINTAINERS (Write After Approval): Add self.
10484
10485 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
10486
10487 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10488
10489 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
10490
10491 * config.sub: Import from master sources, rev 1.226.
10492 * config.guess: Import from master sources, rev 1.216.
10493
10494 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
10495
10496 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10497 * MAINTAINERS: Add self as maintainer of MMIX port.
10498 Remove old after-approval entry.
10499
10500 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
10501
10502 * ChangeLog, configure: Fix spelling errors.
10503
10504 2001-10-20 Brendan Kehoe <brendan@zen.org>
10505
10506 * MAINTAINERS: Tweak my address.
10507
10508 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
10509
10510 * MAINTAINERS: Update my email address.
10511
10512 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
10513
10514 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
10515 * MAINTAINERS: Add self as maintainer of CRIS port.
10516
10517 2001-10-10 Geert Bosch <bosch@gnat.com>
10518
10519 * MAINTAINERS (Various maintainers: Ada front end):
10520 Added Robert Dewar.
10521
10522 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
10523
10524 * MAINTAINERS (Write After Approval): Added self
10525
10526 2001-10-02 Geert Bosch <bosch@gnat.com>
10527
10528 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10529
10530 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
10531
10532 * configure: Handle temporary files securely using mkdir.
10533
10534 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
10535
10536 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10537
10538 2001-09-26 Will Cohen <wcohen@redhat.com>
10539
10540 * configure.in (*-*-linux*): Disable configuration of target-newlib
10541 and target-libgloss.
10542
10543 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
10544
10545 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10546 RANLIB.
10547
10548 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
10549
10550 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10551 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10552 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10553 avoid quotes nesting problems.
10554 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10555 (DO_X): Export only variables that are set.
10556
10557 2001-09-19 Ben Elliston <bje@redhat.com>
10558
10559 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10560 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10561 semantics. Use the shell built-in "type" command instead.
10562
10563 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
10564
10565 Merged from gcc-3_0-branch:
10566 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
10567 * ltcf-c.sh: Use $objext, not $ac_objext.
10568 2001-07-27 Mark Kettenis <kettenis@gnu.org>
10569 * ltcf-cxx.sh: Add support for GNU.
10570 2001-07-22 Timothy Wall <twall@redhat.com>
10571 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
10572 default settings if using GNU tools with that configuration.
10573 * ltcf-cxx.sh: Ditto.
10574 * ltcf-gcj.sh: Ditto.
10575 2001-07-21 Michael Chastain <chastain@redhat.com>
10576 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10577 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
10578 * ltmain.sh: Mark as gcc-local.
10579
10580 2001-08-30 Eric Christopher <echristo@redhat.com>
10581 Jason Eckhardt <jle@redhat.com>
10582
10583 * config.guess: Merge from master sources.
10584 * config.sub: Merge from master sources, add support for mipsisa32.
10585
10586 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
10587 * config.sub: Merge from master sources, rev 1.219.
10588 * MAINTAINERS: Add self as contact for stormy16 port.
10589
10590 2001-08-14 Zack Weinberg <zackw@panix.com>
10591
10592 * config.sub: Merge from master sources, rev 1.218.
10593 * config.guess: Merge from master sources, rev 1.209.
10594
10595 2001-08-11 Graham Stott <grahams@redhat.com>
10596
10597 * Makefile.in (check-c++): Add missing semicolon.
10598
10599 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
10600
10601 * MAINTAINERS (Various maitainers: predict.def): Added myself.
10602
10603 2001-07-30 Eric Christopher <echristo@redhat.com>
10604
10605 * MAINTAINERS (Various maintainers: mips port): Added myself.
10606
10607 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
10608
10609 * configure.in (sh-*-linux*): New.
10610
10611 2001-07-27 Richard Henderson <rth@redhat.com>
10612
10613 * .cvsignore: Add LAST_UPDATED.
10614
10615 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
10616
10617 * MAINTAINERS (Various maintainers: s390 port): Added myself.
10618
10619 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
10620
10621 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10622
10623 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
10624
10625 * MAINTAINERS (Write After Approval): Added myself.
10626
10627 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10628
10629 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10630 and libgcj on m68hc11/m68hc12.
10631
10632 2001-06-27 H.J. Lu (hjl@gnu.org)
10633
10634 * Makefile (CFLAGS_FOR_BUILD): New.
10635 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10636
10637 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10638
10639 * README: Remove version number.
10640
10641 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10642
10643 * INSTALL/README: Update wrt. to the installation instructions now
10644 residing in gcc/doc/install.texi.
10645
10646 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10647
10648 * README: Replace with a cut-down and updated version of gcc/README.
10649
10650 2001-06-12 David Edelsohn <edelsohn@gnu.org>
10651
10652 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10653 multilibs to be disabled.
10654
10655 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
10656
10657 * MAINTAINERS (Write After Approval): Add myself.
10658
10659 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
10660
10661 * config.guess: Import CVS version 1.195.
10662 * config.sub: Import CVS version 1.212.
10663
10664 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
10665
10666 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10667 gcc/xgcc is built, use -print-prog-name to find out the program
10668 name to use.
10669
10670 2001-06-04 Phil Edwards <pme@sources.redhat.com>
10671
10672 * config.guess: Import CVS version 1.194. All gcc-local changes
10673 appear to also be in the master copy.
10674 * config.sub: Import CVS version 1.211.
10675
10676 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
10677
10678 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10679 with_gcc]: Use `gcc -shared' to build a shared library.
10680
10681 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
10682
10683 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10684 archives.
10685
10686 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10687
10688 * MAINTAINERS (Write After Approval): Add myself.
10689
10690 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
10691
10692 * configure.in (libstdcxx_flags): Do not try to execute
10693 libstdc++-v3/testsuite_flags until it exists.
10694
10695 2001-06-01 Alan Modra <amodra@bigpond.net.au>
10696
10697 * MAINTAINERS: Update my email address.
10698
10699 2001-05-31 Graham Stott <grahams@redhat.com>
10700
10701 * MAINTAINERS (Write After Approval): Add myself.
10702
10703 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
10704
10705 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
10706 libraries when using g++ with native linker.
10707
10708 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
10709
10710 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10711
10712 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
10713
10714 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10715 [aix4*|aix5*]: Prepend blank.
10716
10717 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
10718
10719 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10720 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
10721 of subdir/configure scripts to use the new libtool.m4.
10722
10723 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
10724
10725 * MAINTAINERS (Write After Approval): Add myself.
10726
10727 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
10728
10729 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10730
10731 2001-05-11 Ben Elliston <bje@redhat.com>
10732
10733 * Makefile.in (all-sid): New target.
10734 (check-sid, clean-sid, install-sid): Likewise.
10735
10736 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
10737
10738 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10739
10740 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10741
10742 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10743 libgcj.
10744
10745 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10746
10747 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10748 gcc/xgcc is built, use -print-prog-name to find out the program
10749 name to use.
10750
10751 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
10752
10753 * configure.in (noconfigdirs): Don't reset it from scratch in the
10754 target case; only append to it.
10755
10756 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10757 sparc-*-solaris2.8]: Disable ${libgcj}.
10758
10759 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
10760
10761 * configure.in (libgcj_saved): Copy from $libgcj.
10762 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10763 --disable-libgcj.
10764
10765 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
10766
10767 * MAINTAINERS: Remove self as MIPS maintainer and
10768 C front end maintainer.
10769
10770 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
10771
10772 * configure.in: Move *-chorusos target case to the proper switch.
10773 Disable libgcj.
10774
10775 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10776
10777 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10778 1.641.2.228.
10779
10780 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10781
10782 * Makefile.in (STAGE1_CFLAGS): Pass down.
10783
10784 2001-04-13 Alan Modra <amodra@one.net.au>
10785
10786 * config.guess: Add hppa64-linux support. Note for next import that
10787 this is already in the master file.
10788 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
10789
10790 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10791
10792 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10793 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10794
10795 2001-04-11 Stan Shebs <shebs@apple.com>
10796
10797 * MAINTAINERS: Add self as Darwin port maintainer.
10798
10799 2001-04-11 Alan Modra <amodra@one.net.au>
10800
10801 * MAINTAINERS: Update my email address.
10802
10803 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
10804
10805 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10806 recent versions of FreeBSD (release 3 or later).
10807 * ltconfig: On FreeBSD, -lc must not be provided when building
10808 a shared library or else the standard -pthread gcc option is
10809 rendered worthless to later users of the built library.
10810
10811 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
10812
10813 * MAINTAINERS: Add self and RTH as C front end maintainers.
10814
10815 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
10816
10817 * config.sub: Make sure to match an already-canonicalized
10818 machine name (eg. mn10300-unknown-elf).
10819
10820 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
10821
10822 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10823 New macros.
10824 (bootstrap, cross): Use RECURSE_FLAGS.
10825 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10826
10827 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
10828
10829 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10830
10831 2001-03-22 Colin Howell <chowell@redhat.com>
10832
10833 * Makefile.in (DO_X): Do not backslash single-quotes in
10834 backquotes (two places).
10835
10836 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10837
10838 Re-installed:
10839 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10840 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10841 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10842 * ltcf-cxx.sh: Likewise.
10843 * ltcf-gcj.sh: Likewise.
10844
10845 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10846
10847 * MAINTAINERS: Add myself as "documentation co-maintainer".
10848
10849 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10850
10851 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10852 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10853
10854 2001-03-19 Tom Tromey <tromey@redhat.com>
10855
10856 * config-ml.in: Handle GCJ and GCJFLAGS.
10857
10858 2001-03-21 Michael Chastain <chastain@redhat.com>
10859
10860 * Makefile.in: all-m4 depends on all-texinfo.
10861
10862 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
10863
10864 * MAINTAINERS: Add myself to write after approval list.
10865
10866 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
10867
10868 * Makefile.in (DO_X): Quote nested quotes.
10869
10870 2001-03-18 Alan Modra <alan@linuxcare.com.au>
10871
10872 * MAINTAINERS: Add myself to write after approval list.
10873
10874 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
10875
10876 * Makefile.in (DO_X): Use double quotes for quoting
10877 "RANLIB=$${RANLIB}".
10878
10879 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
10880
10881 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10882
10883 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
10884
10885 * configure.in: Only use `lang_requires' for languages athat are
10886 actually enabled.
10887
10888 2001-03-08 Phil Edwards <pme@sources.redhat.com>
10889
10890 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
10891
10892 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
10893
10894 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10895
10896 2001-03-07 Tom Tromey <tromey@redhat.com>
10897
10898 * configure.in: Allow config-lang.in to set `lang_requires' to list
10899 of other required languages.
10900
10901 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
10902
10903 * Makefile.in: Remove RANLIB definition. Use RANLIB
10904 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10905 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10906
10907 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
10908 Alexandre Oliva <aoliva@redhat.com>
10909
10910 * Makefile.in (check-c++): Use tabs, not spaces.
10911
10912 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
10913
10914 * MAINTAINERS: add myself to Write After Approval list.
10915
10916 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
10917
10918 * Makefile.in (check-c++): New rule.
10919
10920 * configure.in (target_libs): Remove libg++.
10921 (noconfigdirs): Remove libg++.
10922 (noconfigdirs): Same.
10923 (noconfigdirs): Same.
10924 (noconfigdirs): Same.
10925
10926 * config-ml.in: Remove libg++ references.
10927
10928 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10929 (ALL_TARGET_MODULES): Same.
10930 (configure-target-libg++): Remove.
10931 (all-target-libg++): Remove.
10932 (configure-target-libio): Remove.
10933 (all-target-libio): Remove.
10934 (check-target-libio): Remove.
10935 (.PHONY): Remove.
10936 (libg++.tar.bz2): Remove.
10937 (all-target-cygmon): Remove libio.
10938 (all-target-libstdc++): Remove.
10939 (configure-target-libstdc++): Remove.
10940 (TARGET_LIB_PATH): Remove libstdc++.
10941 (ALL_GCC_CXX): Remove libstdc++.
10942 (all-target-gperf): Correct.
10943
10944 2001-02-16 Nick Clifton <nickc@redhat.com>
10945
10946 * configure.in (noconfigdirs): Allow configuration of texinfo
10947 for Cygwin hosts.
10948
10949 2001-02-15 Anthony Green <green@redhat.com>
10950
10951 * configure: Introduce GCJ_FOR_TARGET.
10952 * configure.in: Ditto.
10953 * Makefile.in: Ditto.
10954
10955 2001-02-13 Andreas Schwab <schwab@suse.de>
10956
10957 * MAINTAINERS: Update mail address.
10958
10959 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10960
10961 * config.guess: Add linux target for S/390.
10962 * config.sub: Likewise.
10963
10964 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
10965
10966 * configure.in: for *-chorusos, don't config target-newlib and
10967 target-libgloss.
10968
10969 2001-02-06 Ben Elliston <bje@redhat.com>
10970
10971 * configure: Output host type to stdout, not stderr.
10972
10973 2001-02-05 Mark Mitchell <mark@codesourcery.com>
10974
10975 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10976 * ltcf-cxx.sh: Likewise.
10977
10978 * config.if: Assume enable_libstdcxx_v3 is defined.
10979
10980 2001-02-04 Mark Mitchell <mark@codesourcery.com>
10981
10982 Remove V2 C++ library.
10983 * configure.in: Remove --enable-libstdcxx_v3 support.
10984
10985 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
10986
10987 * include/demangle.h: Add prototype for java_demangle_v3.
10988
10989 2001-01-29 Phil Edwards <pme@sources.redhat.com>
10990
10991 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
10992
10993 2001-01-27 Richard Henderson <rth@redhat.com>
10994
10995 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10996
10997 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10998
10999 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11000 Don't unset, it's non-portable and no longer necessary, set to empty
11001 instead.
11002
11003 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11004
11005 * ltconfig: Shell portability fix for the tagname validity check.
11006
11007 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
11008
11009 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11010 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11011
11012 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11013
11014 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11015
11016 2001-01-26 Tom Tromey <tromey@redhat.com>
11017
11018 * configure.in: Allow libgcj to be built on Sparc Solaris.
11019
11020 2001-01-25 David Edelsohn <edelsohn@gnu.org>
11021
11022 * ltcf-c.sh: Add aix5 case.
11023 * ltcf-cxx.sh: Likewise.
11024 * ltconfig: Likewise.
11025
11026 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
11027
11028 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11029 keep at least one of build_libtool_libs or build_old_libs set to
11030 yes.
11031
11032 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11033 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11034
11035 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
11036
11037 * configure.in: Enable libgcj on several additional platforms.
11038
11039 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
11040
11041 * configure.in: Enable libgcj for linux targets.
11042
11043 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11044
11045 * MAINTAINERS (Write After Approval): Add myself.
11046
11047 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
11048
11049 * MAINTAINERS: Add myself as vax port maintainer.
11050
11051 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
11052
11053 * MAINTAINERS: Add myself as Mercury front-end maintainer.
11054
11055 2001-01-09 Mike Stump <mrs@wrs.com>
11056
11057 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11058 failures of subdirectories.
11059
11060 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11061
11062 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11063 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11064 * ltcf-cxx.sh: Likewise.
11065 * ltcf-gcj.sh: Likewise.
11066 * ltconfig.sh: Fix typo.
11067
11068 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11069
11070 * configure: handle DOS-style absolute paths.
11071
11072 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11073
11074 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11075
11076 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
11077
11078 * MAINTAINERS: Add myself as avr port co-maintainer.
11079
11080 2000-12-28 Ben Elliston <bje@redhat.com>
11081
11082 * MAINTAINERS: Add myself under ``Write After Approval''.
11083
11084 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
11085
11086 * texinfo: Remove directory from GCC.
11087
11088 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
11089
11090 * COPYING: Update to current
11091 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11092 to 19yy as example year in copyright notice).
11093
11094 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
11095
11096 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
11097 (libstdcxx_incdir): Pass down.
11098 * config.if: Remove expired bits for cxx_interface, add stub.
11099 (libstdcxx_incdir): Add variable for g++ include directory.
11100 * configure.in (gxx_include_dir): Use it.
11101
11102 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
11103
11104 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
11105 with old-email address from ``Write After Approval''.
11106
11107 2000-12-15 Andreas Jaeger <aj@suse.de>
11108
11109 * configure.in: Handle lang_dirs.
11110
11111 2000-12-14 Tom Tromey <tromey@redhat.com>
11112
11113 * MAINTAINERS: Removed brads.
11114
11115 * MAINTAINERS: Added gcj developers.
11116
11117 2000-12-13 Anthony Green <green@redhat.com>
11118
11119 * configure.in: Disable libgcj for any target not specifically
11120 listed. Disable libgcj for x86 and Alpha Linux until compatible
11121 with g++ abi.
11122
11123 2000-12-13 Mike Stump <mrs@wrs.com>
11124
11125 * Makefile.in (local-distclean): Also remove fastjar.
11126
11127 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
11128
11129 * contrib/gcc_update: Add fastjar --touch entries.
11130
11131 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
11132
11133 * configure.in: Disable language-specific target libraries for
11134 languages that aren't enabled.
11135
11136 2000-12-10 Anthony Green <green@redhat.com>
11137
11138 * configure.in: Define libgcj. Disable libgcj target libraries for
11139 most targets.
11140
11141 2000-12-10 Neil Booth <neilb@earthling.net>
11142
11143 * MAINTAINERS: Update mail address, remove from WAA list.
11144
11145 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11146
11147 * libjava: Imported from /cvs/java.
11148 * libffi: Likewise.
11149 * Boehm-gc: Likewise.
11150
11151 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11152
11153 * configure.in (target_libs): Revert 2000-12-08 patch.
11154 (noconfigdirs): Added target-libjava.
11155
11156 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
11157
11158 * djunpack.bat: removed.
11159
11160 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
11161
11162 * Makefile.in: handle DOS-style absolute paths.
11163 * config-ml.in: likewise.
11164 * symlink-tree: likewise.
11165
11166 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11167
11168 * fastjar: Imported.
11169
11170 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11171
11172 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
11173 libjava.
11174 * configure.in (target_libs): Removed `target-libjava'.
11175
11176 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11177
11178 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
11179 (ALL_MODULES): Added fastjar.
11180 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
11181 (all-target-libjava): all-fastjar replaces all-zip.
11182 (all-fastjar): Added.
11183 (configure-target-fastjar, all-target-fastjar): Likewise.
11184 * configure.in (host_tools): Added fastjar.
11185
11186 2000-12-07 Mike Stump <mrs@wrs.com>
11187
11188 * Makefile.in (local-distclean): Remove leftover built files.
11189
11190 2000-11-24 Nick Clifton <nickc@redhat.com>
11191
11192 * configure.in (xscale-elf): Add target.
11193 (xscale-coff): Add target.
11194
11195 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
11196
11197 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11198 recent versions of FreeBSD (release 3 or later).
11199 * ltconfig: On FreeBSD, -lc must not be provided when building
11200 a shared library or else the standard -pthread gcc option is
11201 rendered worthless to later users of the built library.
11202
11203 2000-11-16 Fred Fish <fnf@be.com>
11204
11205 * configure.in (enable_libstdcxx_v3): Fix typo,
11206 libstd++ -> libstdc++.
11207
11208 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11209
11210 * MAINTAINERS: Add self to Write After Approval list.
11211
11212 2000-11-21 Bernd Schmidt <bernds@redhat.com>
11213
11214 * MAINTAINERS: Update my email address. Add myself to global write
11215 privs list.
11216
11217 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
11218
11219 * Makefile.in: Merge with src and libgcj.
11220 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
11221 configure-target-<library> when their configure scripts need the C
11222 or C++ library to have already been built to work properly.
11223 (do_proto_toplev): Set them to an empty string.
11224
11225 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
11226 (REALLY_SET_LIB_PATH): Use them.
11227
11228 2000-11-17 Stan Shebs <shebs@apple.com>
11229
11230 * MAINTAINERS: Add self to Write After Approval list.
11231
11232 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11233
11234 * configure: Provide the original toplevel configure arguments
11235 (including $0) to subprocesses in the environment rather than
11236 through gcc/configargs.h.
11237
11238 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11239
11240 * MAINTAINERS: Remove references to cccp. Change C9X reference to
11241 C99. Alphabetise "Write After Approval" list.
11242
11243 2000-11-12 Mark Mitchell <mark@codesourcery.com>
11244
11245 * configure: Turn on libstdc++ V3 by default.
11246
11247 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
11248 if we've got GCC.
11249
11250 2000-11-11 Philip Blundell <philb@gnu.org>
11251
11252 * MAINTAINERS: Add self to Write After Approval list.
11253
11254 2000-11-09 David Edelsohn <edelsohn@gnu.org>
11255
11256 * ltcf-c.sh (aix4): Improve shared library configuration; require
11257 exporting symbols.
11258 * ltcf-cxx.sh (aix4): Define.
11259 * ltconfig (aix4): Define library and soname specs appropriate for
11260 AIX. Define command to create export symbols list.
11261
11262 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
11263
11264 * config.sub: Add support for Sun Chorus
11265
11266 2000-10-31 Nick Clifton <nickc@redhat.com>
11267
11268 * MAINTAINERS: Rename <name>@cygnus.com addresses to
11269 <name>@redhat.com. Also installed new email address for Clint
11270 Popetz.
11271
11272 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
11273
11274 * etc: Remove directory from GCC.
11275
11276 2000-10-16 Michael Meissner <meissner@redhat.com>
11277
11278 * configure (gcc/configargs.h): Only create if there is a build GCC
11279 directory created.
11280
11281 2000-10-16 Matthias Klose <doko@debian.org>
11282
11283 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
11284 when configured for libstdc++-v3.
11285
11286 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
11287
11288 * configure: Save configure arguments to gcc/configargs.h.
11289
11290 2000-10-04 Philipp Thomas <pthomas@suse.de>
11291
11292 * config.guess: Import CVS version 1.157.
11293 * config.sub: Import CVS version 1.181.
11294
11295 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
11296
11297 * Makefile.in (bootstrap): avoid recursion if subdir missing
11298 (cross): ditto
11299 (do-proto-toplev): ditto
11300
11301 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
11302
11303 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
11304 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
11305
11306 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
11307 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
11308 all affected `configure' scripts.
11309
11310 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
11311
11312 * MAINTAINERS: Add self as cpplib co-maintainer.
11313
11314 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
11315
11316 * MAINTAINERS: Add self to Write After Approval list.
11317
11318 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11319
11320 * INSTALL/README: egcs -> GCC update.
11321
11322 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
11323
11324 * MAINTAINERS: Add myself to Write After Approval list.
11325
11326 2000-09-15 Kazu Hirata <kazu@hxi.com>
11327
11328 * MAINTAINERS: Add myself to Write After Approval list.
11329
11330 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
11331
11332 * configure.in: Do not build byacc for hppa64. Provide paths to the
11333 X11 libraries for hppa64.
11334
11335 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11336
11337 * MAINTAINERS: Add myself as 68hc11 port maintainer.
11338
11339 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
11340
11341 * Makefile.in (all-zlib): Added dummy target.
11342
11343 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11344 ltcf-gcj.sh: Updated from libtool multi-language branch.
11345
11346 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
11347
11348 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
11349 (bootstrap*): Depend on all-bootstrap.
11350
11351 2000-09-05 Philipp Thomas <pthomas@suse.de>
11352
11353 * config.guess: Import CVS version 1.156.
11354 * config.sub: Import CVS version 1.179.
11355
11356 2000-09-02 Anthony Green <green@cygnus.com>
11357
11358 * Makefile.in (all-gcc): Depend on all-zlib.
11359 (CLEAN_MODULES): Add clean-zlib.
11360 (ALL_MODULES): Add all-zlib.
11361 * configure.in (host_libs): Add zlib.
11362
11363 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
11364
11365 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
11366 crosses, but add gcc/include to the header search path for them.
11367
11368 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
11369
11370 * MAINTAINERS: Add self to Write After Approval list.
11371
11372 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11373
11374 * config.guess: Import CVS version 1.152.
11375 * config.sub: Import CVS version 1.177.
11376
11377 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
11378
11379 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
11380 $targargs to tell whether newlib is going to be built.
11381
11382 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
11383 $$r/TARGET_SUBDIR/libio for _G_config.h.
11384
11385 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
11386
11387 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
11388
11389 2000-08-22 DJ Delorie <dj@redhat.com>
11390
11391 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
11392
11393 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
11394
11395 * config-ml.in (CC, CXX): Avoid trailing whitespace.
11396 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
11397 sub-configures.
11398
11399 2000-08-21 DJ Delorie <dj@redhat.com>
11400
11401 * MAINTAINERS: Add self as a libiberty maintainer
11402
11403 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
11404
11405 * configure.in (libstdcxx_flags): Use
11406 libstdc++-v3/src/libstdc++.INC.
11407
11408 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
11409
11410 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11411
11412 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
11413
11414 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11415
11416 * configure: Make enable_threads and enable_shared defaults
11417 explicit. Substitute enable_threads into generated Makefiles.
11418 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11419 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11420
11421 2000-08-13 Geoff Keating <geoffk@cygnus.com>
11422
11423 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11424
11425 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
11426
11427 * config-ml.in (CC): Remove bogus duplicate quotation mark from
11428 previous delta.
11429
11430 2000-08-11 Jason Merrill <jason@redhat.com>
11431
11432 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11433 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11434 (FLAGS_FOR_TARGET): Not here.
11435 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
11436
11437 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
11438
11439 * config-ml.in (CC, CXX): Don't introduce a leading space.
11440
11441 2000-08-07 DJ Delorie <dj@delorie.com>
11442
11443 * MAINTAINERS: Add self as a DJGPP maintainer
11444
11445 2000-08-07 DJ Delorie <dj@redhat.com>
11446
11447 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
11448 "if we're also building gcc, and it's a gcc that will run on the
11449 build machine, we want to use its includes instead of the system's
11450 default includes".
11451
11452 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
11453
11454 * MAINTAINERS: Add self to Write After Approval list.
11455
11456 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
11457
11458 * configure.in (libstdcxx_flags): Don't use `"'.
11459
11460 * config-ml.in: Adjust multilib search paths to the
11461 appropriate multilib tree.
11462
11463 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
11464
11465 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11466 commas in $LANGUAGES.
11467
11468 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
11469
11470 * configure.in: Re-enable all references to libg++ and librx.
11471
11472 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
11473
11474 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11475 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
11476 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11477 * ltcf-cxx.sh (need_lc): Set based on postdeps.
11478
11479 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11480
11481 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
11482
11483 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11484 CXX_FOR_TARGET for sed.
11485
11486 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
11487
11488 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11489 Do not override if already set in the environment or in configure.
11490 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11491 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11492
11493 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
11494
11495 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11496 the libtool CVS tree multi-language branch.
11497 * ltconfig, ltmain.sh: Updated.
11498
11499 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
11500
11501 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11502 (clean-target): Depend on it.
11503
11504 * Makefile.in (FLAGS_FOR_TARGET): New macro.
11505 (GCC_FOR_TARGET): Use it.
11506 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11507 * configure.in: ... here.
11508 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
11509 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11510
11511 2000-07-24 Eric Christopher <echristo@cygnus.com>
11512
11513 * MAINTAINERS: Add self to Write After Approval list.
11514
11515 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
11516
11517 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11518 (configure-target-libchill, configure-target-libobjc): Likewise.
11519
11520 * configure.in: Use the same cache file for all target libs.
11521 * config-ml.in: But different cache files per multilib variant.
11522
11523 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11524
11525 * configure (topsrcdir): Don't use dirname.
11526
11527 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
11528
11529 * MAINTAINERS: Add self to Write After Approval list.
11530
11531 2000-07-20 Jason Merrill <jason@redhat.com>
11532
11533 * configure.in: Remove all references to libg++ and librx.
11534
11535 * configure, configure.in, Makefile.in: Unify gcc and binutils.
11536
11537 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
11538
11539 * config.sub: Update to subversions version 2000-07-06.
11540
11541 2000-07-12 Andrew Haley <aph@cygnus.com>
11542
11543 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11544 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11545
11546 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
11547
11548 * symlink-tree: Check number of arguments.
11549
11550 2000-07-05 Jim Wilson <wilson@cygnus.com>
11551
11552 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11553 search path for a g++ extracted from the build tree. This
11554 will allow link tests run by configure scripts in
11555 subdirectories to succeed.
11556
11557 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
11558
11559 * ltconfig: Add support for mips-dde-sysv4.2MP
11560
11561 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11562
11563 * MAINTAINERS: Add myself as loop discovery maintainer.
11564
11565 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
11566
11567 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11568 `os2'. Force ac_cv_exeext to be ".exe" in that case.
11569
11570 2000-06-19 Timothy Wall <twall@cygnus.com>
11571
11572 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11573 * config.sub: Add tic54x target.
11574
11575 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11576
11577 * MAINTAINERS: Add self as Fortran maintainer,
11578 remove Craig Burley.
11579
11580 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
11581
11582 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11583 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11584
11585 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
11586
11587 * MAINTAINERS: Add self as i18n maintainer
11588
11589 20000-05-21 H.J. Lu (hjl@gnu.org)
11590
11591 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11592 directory are used if they exist. Make sure
11593 $(build_tooldir)/include is searched for header files,
11594 $(build_tooldir)/lib/ for library files.
11595 (GCC_FOR_TARGET): Likewise.
11596 (CXX_FOR_TARGET): Likewise.
11597
11598 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
11599
11600 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11601
11602 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
11603
11604 * Makefile.in (configure-target-libiberty): Depend on
11605 configure-target-newlib.
11606
11607 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
11608
11609 * configure.in, Makefile.in: Merge all libffi-related
11610 configury stuff from the libgcj tree.
11611
11612 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
11613
11614 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11615 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11616
11617 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11618
11619 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11620 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11621 current version information. Add to proto-toplev directory.
11622 (gdb-taz): Build do-djunpack.
11623
11624 2000-05-15 David Edelsohn <edelsohn@gnu.org>
11625
11626 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11627
11628 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
11629
11630 * MAINTAINERS: Add self to Write After Approval list.
11631
11632 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11633
11634 * ltmain.sh: Preserve in relink_command any environment
11635 variables that may affect the linker behavior.
11636
11637 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
11638
11639 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11640
11641 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
11642
11643 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11644
11645 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11646
11647 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
11648 with the version name.
11649
11650 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
11651
11652 * MAINTAINERS: Add self as bb-reorder maintainer.
11653
11654 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
11655
11656 * config.if: Tweak.
11657
11658 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
11659
11660 * djunpack.bat: New file.
11661
11662 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
11663
11664 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
11665 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11666 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11667 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
11668
11669 2000-04-16 Dave Pitts <dpitts@cozx.com>
11670
11671 * config.sub (case $basic_machine): Change default for "ibm-*"
11672 to "openedition".
11673
11674 2000-04-13 Andreas Jaeger <aj@suse.de>
11675
11676 * MAINTAINERS: Added myself.
11677
11678 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11679
11680 * Makefile.in (gdb-taz): New target. GDB specific archive.
11681 (do-md5sum): New target.
11682 (MD5PROG): Define.
11683 (PACKAGE): Default to TOOL.
11684 (VER): Default to a shell script.
11685 (taz): Rewrite target. Move real work to do-proto-toplev. Include
11686 md5 checksum generation.
11687 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11688 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11689 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
11690 insight.tar.bz2): Use gdb-taz to create archive.
11691
11692 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
11693
11694 * configure (warn_cflags): Delete.
11695
11696 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
11697
11698 * MAINTAINERS: Added myself.
11699
11700 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
11701 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
11702
11703 * configure.in (enable_libstdcxx_v3): Add.
11704 (target_libs): Add bits here to switch between libstdc++-v2 and
11705 libstdc++-v3.
11706 * config.if: And this file too.
11707 * Makefile.in: Add libstdc++-v3 targets.
11708
11709 2000-04-05 Michael Meissner <meissner@redhat.com>
11710
11711 * config.sub (d30v): Add d30v as a basic machine type.
11712
11713 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
11714
11715 * configure.in: -linux-gnu*, not -linux-gnu.
11716
11717 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11718
11719 * MAINTAINERS: Add self in write-after-approval section.
11720
11721 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
11722
11723 * MAINTAINERS: Add self as ia64 port maintainer.
11724
11725 2000-03-08 Neil Booth <NeilB@earthling.net>
11726
11727 * MAINTAINERS: Add self in write-after-approval section.
11728
11729 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
11730
11731 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11732 (do-tar-bz2): Replace TOOL with PACKAGE.
11733 (gdb.tar.bz2): Remove GDBTK from GDB package.
11734 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
11735 dejagnu.tar.bz2): New packages.
11736
11737 2000-02-27 Andreas Jaeger <aj@suse.de>
11738
11739 * configure.in: Add entry for mips*-*-linux*, move catch all
11740 *-*-*linux* entry below this one.
11741
11742 2000-02-27 Ian Lance Taylor <ian@zembu.com>
11743
11744 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
11745
11746 2000-02-24 Nick Clifton <nickc@cygnus.com>
11747
11748 * config.sub: Support an OS of "wince".
11749
11750 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
11751
11752 * config.guess, config.sub: Updated to match config's 2000-02-15
11753 version.
11754
11755 2000-02-23 Linas Vepstas <linas@linas.org>
11756
11757 * config.sub: Add support for Linux/IBM 370.
11758 * configure.in: Likewise.
11759
11760 2000-02-22 Nick Clifton <nickc@cygnus.com>
11761
11762 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11763
11764 2000-02-20 Christopher Faylor <cgf@cygnus.com>
11765
11766 * config.guess: Guess "cygwin" rather than "cygwin32".
11767
11768 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11769
11770 * configure (gcc_version): When setting, narrow search to
11771 lines containing `version_string'.
11772
11773 2000-02-15 Denis Chertykov <denisc@overta.ru>
11774
11775 * config.sub: Add support for avr target.
11776
11777 2000-02-14 Nick Clifton <nickc@cygnus.com>
11778
11779 * MAINTAINERS: Add maintainers for MCore port.
11780
11781 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
11782
11783 * config.sub: Add mmix-knuth-mmixware.
11784
11785 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11786
11787 * MAINTAINERS: Pair cccp with cpplib maintainership.
11788
11789 2000-01-27 Christopher Faylor <cgf@redhat.com>
11790
11791 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11792 structure stuff to -L library search.
11793 (CXX_FOR_TARGET): Ditto.
11794 (CROSS_CHECK_MODULES): Fix spelling mistake.
11795
11796 2000-01-24 Mark Mitchell <mark@codesourcery.com>
11797
11798 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11799 the C++ compiler.
11800
11801 2000-01-12 Richard Henderson <rth@cygnus.com>
11802
11803 * configure.in: Don't build some bits for beos.
11804
11805 2000-01-12 Joel Sherrill (joel@OARcorp.com)
11806
11807 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11808 as include files.
11809
11810 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
11811
11812 * Add self as cpplib maintainer, as requested by Jason
11813 Merrill. Correct my e-mail address.
11814
11815 2000-01-06 Geoff Keating <geoffk@cygnus.com>
11816
11817 * configure.in: Use mt-aix43 to handle *_TARGET defs,
11818 not mh-aix43.
11819
11820 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
11821
11822 * MAINTAINERS: Add myself to "write after approval" list.
11823
11824 1999-12-14 Richard Henderson <rth@cygnus.com>
11825
11826 * config.guess (alpha-osf, alpha-linux): Detect ev67.
11827 * config.sub: Accept alphaev[78], alphaev8.
11828
11829 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11830
11831 * config.guess, config.sub: Update from autoconf.
11832
11833 1999-11-29 Bruce Korb <autogen@linuxbox.com>
11834
11835 * MAINTAINERS: update my playtime e-address.
11836
11837 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11838
11839 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11840 necessary libraries are missing.
11841
11842 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
11843
11844 * MAINTAINERS: Add new 'write after approval' maintainer.
11845
11846 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
11847
11848 * MAINTAINERS: Add new Java maintainer.
11849
11850 1999-10-25 Andreas Schwab <schwab@suse.de>
11851
11852 * configure: Fix quoting inside arguments of eval.
11853
11854 1999-10-21 Nick Clifton <nickc@cygnus.com>
11855
11856 * config-ml.in: Allow suppression of some ARM multilibs.
11857
11858 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
11859
11860 * config.guess: Add OS/390 match pattern.
11861 * config.sub: Add mvs, openedition targets.
11862 * configure.in (i370-ibm-opened*): New.
11863
11864 1999-09-04 Steve Chamberlain <sac@pobox.com>
11865
11866 * config.sub: Add support for configuring for pj.
11867
11868 1999-08-31 Nick Clifton <nickc@cygnus.com>
11869
11870 * config.sub (maybe_os): Add support for configuring for fr30.
11871
11872 1999-08-25 Nick Clifton <nickc@cygnus.com>
11873
11874 * configure.in: Do not configure or build ld for AIX
11875 platforms. ld is known to be broken on these platforms.
11876
11877 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11878
11879 * config-ml.in: Pass compiler flag corresponding to multidirs to
11880 subdir configures.
11881
11882 1999-08-09 Ian Lance Taylor <ian@zembu.com>
11883
11884 * Makefile.in (LDFLAGS): Define.
11885
11886 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
11887
11888 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11889 noconfigdirs.
11890 (*-*-cygwin*): Likewise.
11891
11892 1999-08-08 Ian Lance Taylor <ian@zembu.com>
11893
11894 * mkdep: New file.
11895 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11896 (BINUTILS_SUPPORT_DIRS): Add mkdep.
11897
11898 From Eli Zaretskii <eliz@is.elta.co.il>:
11899 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11900 long file name when using DJGPP on MS-DOS.
11901
11902 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
11903
11904 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11905
11906 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
11907
11908 * Makefile.in (check-target-libio): Remove all-target-libstdc++
11909 dependency as this causes "make check" to globally "make all"
11910
11911 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
11912
11913 * configure.in (target_libs): Added target-zlib.
11914 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11915 (CONFIGURE_TARGET_MODULES): Likewise.
11916 (CHECK_TARGET_MODULES): Likewise.
11917 (INSTALL_TARGET_MODULES): Likewise.
11918 (CLEAN_TARGET_MODULES): Likewise.
11919 (configure-target-zlib): New target.
11920 (all-target-zlib): Likewise.
11921 (all-target-libjava): Depend on all-target-zlib.
11922 (configure-target-libjava): Depend on configure-target-zlib.
11923
11924 * Makefile.in (configure-target-libjava): Depend on
11925 configure-target-newlib.
11926 (configure-target-boehm-gc): New target.
11927 (configure-target-qthreads): New target.
11928
11929 * configure.in (target_libs): Added target-qthreads.
11930 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11931 (CONFIGURE_TARGET_MODULES): Likewise.
11932 (CHECK_TARGET_MODULES): Likewise.
11933 (INSTALL_TARGET_MODULES): Likewise.
11934 (CLEAN_TARGET_MODULES): Likewise.
11935 (all-target-qthreads): New target.
11936 (configure-target-libjava): Depend on configure-target-qthreads.
11937 (all-target-libjava): Depend on all-target-qthreads.
11938
11939 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11940 (CONFIGURE_TARGET_MODULES): Likewise.
11941 (CHECK_TARGET_MODULES): Likewise.
11942 (INSTALL_TARGET_MODULES): Likewise.
11943 (CLEAN_TARGET_MODULES): Likewise.
11944 (all-target-libjava): New target.
11945 (all-target-boehm-gc): Likewise.
11946 * configure.in (target_libs): Added libjava, boehm-gc.
11947
11948 1999-07-22 Ian Lance Taylor <ian@zembu.com>
11949
11950 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11951 configure.bat in SUPPORT_FILES.
11952 (gas+binutils.tar.bz2): Likewise.
11953
11954 * makeall.bat: Remove; obsolete.
11955
11956 1999-07-21 Ian Lance Taylor <ian@zembu.com>
11957
11958 From Mark Elbrecht:
11959 * configure.bat: Remove; obsolete.
11960
11961 1999-07-11 Ian Lance Taylor <ian@zembu.com>
11962
11963 * configure: Add -W -Wall to the default CFLAGS when compiling with
11964 gcc.
11965
11966 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
11967
11968 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11969
11970 1999-06-30 Mark Mitchell <mark@codesourcery.com>
11971
11972 * configure.in: Build ld on IRIX6.
11973
11974 1999-06-12 Ian Lance Taylor <ian@zembu.com>
11975
11976 * Makefile.in: Change distribution targets to use bzip2 instead of
11977 gzip.
11978 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11979 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11980
11981 1999-06-04 Nick Clifton <nickc@cygnus.com>
11982
11983 * config.sub: Add mcore target.
11984
11985 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
11986
11987 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11988
11989 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
11990
11991 * config.guess (dummy): Changed to $dummy.
11992
11993 1999-05-24 Nick Clifton <nickc@cygnus.com>
11994
11995 * config.sub: Tidied up case statements.
11996
11997 1999-05-22 Ben Elliston <bje@cygnus.com>
11998
11999 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12000 <jiro@din.or.jp>.
12001
12002 * config.guess: Merge with FSF version. Future changes will be
12003 more accurately recorded in this ChangeLog.
12004 * config.sub: Likewise.
12005
12006 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
12007
12008 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12009
12010 1999-04-30 Tom Tromey <tromey@cygnus.com>
12011
12012 * ltmain.sh: [mode link] Always use CC given by ltconfig.
12013
12014 1999-04-23 Tom Tromey <tromey@cygnus.com>
12015
12016 * ltconfig, ltmain.sh: Update to libtool 1.2f.
12017
12018 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
12019
12020 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12021 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12022 Bad merge removed these two changes.
12023
12024 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
12025 Martin Heller (Ing.-Buero_Heller@t-online.de)
12026
12027 * config.guess (interix Alpha): Add.
12028
12029 1999-04-11 Richard Henderson <rth@cygnus.com>
12030
12031 * configure.in (i?86-*-beos*): Do config gperf; don't config
12032 gdb, newlib, or libgloss.
12033
12034 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
12035
12036 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12037 link a trivial program with -mabi=64. If it fails, remove mabi=64
12038 from multidirs.
12039
12040 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
12041
12042 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12043
12044 1999-04-08 Nick Clifton <nickc@cygnus.com>
12045
12046 * config.sub: Add support for mcore targets.
12047
12048 1999-04-07 Michael Meissner <meissner@cygnus.com>
12049
12050 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12051 not mt-ospace, in order to shut up assembler warning about using
12052 symbols that are named the same as registers.
12053
12054 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
12055
12056 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12057 dependency list for all-target-cygmon.
12058
12059 1999-04-05 Doug Evans <devans@casey.cygnus.com>
12060
12061 * config-ml.in: Check $host, not $target, for selective multilibs.
12062 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12063 thumb interworking, and underscore prefix multilibs.
12064
12065 1999-04-04 Ian Lance Taylor <ian@zembu.com>
12066
12067 * missing: Update to version from current automake.
12068
12069 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
12070
12071 * configure (gxx_include_dir): Removed.
12072
12073 * configure.in (gxx_include_dir): Handle it.
12074 * Makefile.in: Likewise.
12075
12076 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
12077
12078 * config.sub (mips64vr4111,mips64vr4111el) Add.
12079
12080 1999-03-21 Ben Elliston <bje@cygnus.com>
12081
12082 * config.guess: Correct typo for detecting ELF on FreeBSD.
12083
12084 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
12085
12086 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12087 config/mh-djgpp.
12088
12089 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
12090
12091 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12092 all-target-newlib to dependency list for all-target-bsp.
12093
12094 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
12095
12096 * config.sub: Add i386-uwin support.
12097 * config.guess: Likewise.
12098
12099 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12100
12101 * configure.in: cleanup, add mh-*pic handling for arm, special
12102 case powerpc*-*-aix*
12103
12104 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
12105
12106 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12107 can be built.
12108
12109 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
12110
12111 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
12112 targets.
12113
12114 1999-03-02 Nick Clifton <nickc@cygnus.com>
12115
12116 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
12117
12118 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
12119
12120 * config.sub: Check for "cygwin*" rather than "cygwin32*"
12121
12122 1999-02-24 Nick Clifton <nickc@cygnus.com>
12123
12124 * config.sub: Fix typo in arm recognition.
12125
12126 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
12127
12128 * configure.in (noconfigdirs): Changed target_configdirs to
12129 include target-bsp only for m68k-*-elf* and m68k-*-coff*
12130 rather than m68k-*-* since it is not known to work on
12131 m68k-aout. Ditto for arm-*-*oabi.
12132
12133 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
12134
12135 * configure.in (*-*-windows*): Remove, no longer used.
12136
12137 1999-02-19 Ben Elliston <bje@cygnus.com>
12138
12139 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
12140 Smart and improved by Andrew Cagney.
12141
12142 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
12143
12144 * config.guess: Recognize openbsd-*-hppa.
12145
12146 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
12147
12148 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
12149 only if it is not empty.
12150
12151 1999-02-17 Nick Clifton <nickc@cygnus.com>
12152
12153 Patch from: Scott Bambrough <scottb@corelcomputer.com>
12154
12155 * config.guess: Modified to recognize uname's armv* syntax.
12156
12157 * config.sub: Modified to recognize uname's armv* syntax.
12158
12159 1999-02-17 Mark Salter <msalter@cygnus.com>
12160
12161 * configure.in: Added target-bsp for sparclite.
12162
12163 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
12164
12165 * config.sub: Recognize alphapca5[67] and up to alphaev8.
12166
12167 1999-02-08 Nick Clifton <nickc@cygnus.com>
12168
12169 * configure.in: Add support for strongarm port.
12170 * config.sub: Add support for strongarm target.
12171
12172 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
12173
12174 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
12175 the old name config/mh-cygwin32.
12176 Enable texinfo.
12177
12178 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
12179
12180 * configure.in: Do build ld for ix86 Solaris.
12181
12182 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
12183
12184 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
12185 $AR_FOR_TARGET. Likewise for RANLIB.
12186
12187 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
12188
12189 * config.sub (oabi): Recognize.
12190 * configure.in (arm-*-oabi): Handle.
12191
12192 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
12193
12194 * config.guess: Improve detection of i686 on UnixWare 7.
12195
12196 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
12197
12198 * config.guess: Add support for i386-pc-interix.
12199 * config.sub: Likewise.
12200 * configure.in: Likewise.
12201
12202 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
12203
12204 * Makefile.in: Remove unneeded all-target-libio from
12205 from all-target-winsup target since it is now unneeded.
12206 Add all-target-libtermcap in its place since it is now
12207 needed.
12208
12209 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
12210
12211 * configure.in: makefile stub for cygwin target is probably
12212 unnecessary. Remove it for now.
12213
12214 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
12215
12216 * configure.in: libtermcap.a should be built when cygwin is the
12217 target as well as the host.
12218 * config.guess: Allow mixed case in cygwin uname output.
12219 * Makefile.in: Add libtermcap target.
12220
12221 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
12222
12223 * config.sub: Clean up handling of hppa2.0.
12224
12225 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
12226
12227 * config.guess: Use C code to identify more HP machines.
12228
12229 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
12230
12231 * config.sub: Handle hppa2.0.
12232
12233 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
12234
12235 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
12236 cygmon for all sparclite targets, regardless of object format.
12237
12238 1998-12-15 Mark Salter <msalter@cygnus.com>
12239
12240 * configure.in: Added target-bsp for several target architectures.
12241
12242 * Makefile.in: Added rules for bsp.
12243
12244 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
12245
12246 * config.guess: Improve detection of hppa2.0 processors.
12247
12248 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
12249
12250 * config.guess: Recognize FreeBSD using ELF automatically.
12251
12252 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
12253
12254 * configure (skip-this-dir): Add handling for new shell script, which
12255 might be created by a sub-directory's configure to indicate, this particular
12256 directory is "unwanted".
12257 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
12258
12259 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
12260
12261 * ltconfig: import from libtool, after changing libtool to
12262 account for the cygwin name change.
12263
12264 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
12265
12266 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
12267 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
12268
12269 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
12270
12271 * configure.in: Add libtermcap to list of cygwin dependencies.
12272
12273 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
12274
12275 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
12276 they include winsup/include when it's a cygwin target.
12277
12278 1998-11-12 Tom Tromey <tromey@cygnus.com>
12279
12280 * configure.in (host_tools): Added zip.
12281 * Makefile.in (all-target-libjava): Depend on all-zip.
12282 (all-zip): New target.
12283 (ALL_MODULES): Added all-zip.
12284 (NATIVE_CHECK_MODULES): Added check-zip.
12285 (INSTALL_MODULES): Added install-zip.
12286 (CLEAN_MODULES): Added clean-zip.
12287
12288 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
12289
12290 * Makefile.in: lose "32" from comment about cygwin.
12291
12292 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
12293
12294 * configure.in: Use -Os to build target libraries for the fr30.
12295
12296 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
12297
12298 * config.sub: Add fr30.
12299
12300 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
12301
12302 * configure.in: drop "32" from config/mh-cygwin32. Check
12303 cygwin* instead of cygwin32*.
12304 * config.sub: Check cygwin* instead of cygwin32*.
12305
12306 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
12307
12308 * config.guess: Match any version of Unixware7.
12309
12310 1998-10-20 Syd Polk <spolk@cygnus.com>
12311
12312 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
12313 if desired.
12314
12315 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
12316
12317 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
12318 these if the appropriate directories and files to not exist.
12319
12320 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
12321
12322 * Makefile.in (DEVO_SUPPORT): Add config.if.
12323
12324 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
12325
12326 * configure: Add pattern to replace "build_tooldir"'s
12327 definition in the generated Makefile with "tooldir"'s
12328 actual value.
12329
12330 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
12331
12332 * config.sub: Bring back lost sparcv9.
12333
12334 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
12335
12336 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
12337
12338 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
12339 CC_FOR_TARGET and friends.
12340
12341 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12342
12343 * Makefile.in (build_tooldir): New variable, same as tooldir.
12344 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
12345 -B$(build_tooldir)/bin/.
12346 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
12347
12348 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12349
12350 * README: Remove installation instructions and refer to the
12351 INSTALL directory instead.
12352
12353 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
12354
12355 * config.sub: Add support for i[34567]86-pc-udk.
12356 * configure.in: Likewise.
12357
12358 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
12359
12360 * Makefile.in: add bzip2 package building bits for user
12361 tools module
12362 * configure.in: ditto
12363
12364 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
12365
12366 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
12367 (ALL_TARGET_MODULES): Add all-target-libobjc.
12368 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12369 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12370 (all-target-libchill): Add dependencies.
12371 * configure.in (target_libs): Add libchill.
12372
12373 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
12374
12375 * configure.in (target_subdir): Remove duplicate line.
12376
12377 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
12378
12379 * Makefile.in (all-automake): fix dependencies.
12380
12381 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
12382
12383 * configure.in: Minor cleanups for building in the $(target_alias)
12384 subdir.
12385
12386 1998-09-22 Jim Wilson <wilson@cygnus.com>
12387
12388 * Makefile.in (bootstrap): Set r and s before make all. Use
12389 BASE_FLAGS_TO_PASS in make all.
12390 (cross): Likewise.
12391
12392 1998-09-20 Mark Mitchell <mark@markmitchell.com>
12393
12394 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
12395
12396 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
12397
12398 * config.sub: Fix typo in last change.
12399
12400 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12401
12402 * config.sub: Add support for C4x target.
12403 * configure.in: Likewise.
12404
12405 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
12406
12407 * config.sub: Recognize sparcv9 just like sparc64.
12408
12409 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
12410
12411 * config.guess: Match "Pent II" or "PentII" for OpenServer.
12412
12413 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
12414
12415 * config.guess: Correctly identify Pentium II sco boxes.
12416
12417 * config.guess: Fix "tr" code. From Weiwen Liu.
12418
12419 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
12420
12421 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12422 stabs.
12423
12424 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
12425
12426 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12427 (ALL_TARGET_MODULES): Add all-target-libchill.
12428 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12429 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12430 (all-target-libchill): Add dependencies.
12431 * configure.in (target_libs): Add libchill.
12432
12433 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
12434
12435 * config.guess: Avoid assumptions about "tr" behaves when
12436 LANG is set to something other than English.
12437
12438 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
12439
12440 * configure (gxx_include_dir): Changed to
12441 '${prefix}/include/g++'-${libstdcxx_interface}.
12442
12443 * config.if: New to determine the interfaces.
12444
12445 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
12446
12447 * config.guess: Detect and handle MPE/IX.
12448 * config.sub: Deal with MPE/IX.
12449
12450 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
12451
12452 * configure.in: Use mh-aix43.
12453
12454 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
12455
12456 * configure: Fix --without/--disable cases for gxx-include-dir.
12457
12458 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
12459
12460 * mdata-sh: Imported. Needed for automake support.
12461
12462 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
12463
12464 * Makefile.in (taz): Try "chmod -R og=u ." before
12465 "chmod og=u `find . -print`".
12466
12467 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
12468
12469 * configure.in: Add arm-elf and thumb-elf support.
12470
12471 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
12472
12473 * Makefile.in: Undo previous patch.
12474
12475 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
12476
12477 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12478 to here ...
12479 (install-no-fixedincludes): and here
12480 (INSTALL_MODULES): ... from here.
12481
12482 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
12483
12484 * config.sub: Merge with FSF.
12485
12486 * config.guess: Merge with FSF.
12487
12488 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
12489
12490 * configure (extraconfigdirs): New variable.
12491 (SUBDIRS): Add extraconfigdirs and recurse on them too.
12492 * Makefile.in (all): Move higher in file.
12493 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12494 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12495 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12496 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12497 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12498
12499 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
12500
12501 * Makefile.in (all-target-libjava): Depend on all-gcc and
12502 all-target-newlib.
12503 (configure-target-libjava): Depend on $(ALL_GCC).
12504
12505 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
12506
12507 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12508 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12509
12510 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
12511
12512 * INSTALL/README: Fix typo.
12513
12514 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
12515
12516 * ylwrap: Change absolute path checks to check for DOS style path
12517 names.
12518
12519 * ylwrap: Don't use a full path name if the source file is in the
12520 same directory. From hjl@lucon.org (H.J. Lu).
12521
12522 * config-ml.in: Default to being verbose, to match Feb 18 change to
12523 configure.
12524
12525 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
12526
12527 Brought over from egcs:
12528
12529 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12530
12531 * configure.in (target_subdir): Set to ${target_alias} instead
12532 of "libraries".
12533
12534 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12535
12536 * configure.in (target_subdir): Set to libraries if enable_multilib.
12537
12538 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
12539
12540 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12541 multilibs, force reconfiguration the first time we create
12542 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12543
12544 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
12545
12546 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12547 avoid confusion with --no-recursion.
12548
12549 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
12550
12551 * configure.in: Win32 hosts shouldn't use install -x
12552 * install-sh: remove -x option, and special .exe-handling
12553 hack.
12554
12555 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
12556
12557 * config.guess: Recognize i586-pc-beos.
12558 * configure.in: Don't build some bits for beos.
12559
12560 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
12561
12562 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12563 CFLAGS default to -O2.
12564
12565 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12566 when using GNU ld.
12567
12568 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
12569
12570 * ltmain.sh: Correct install when using a different shell.
12571
12572 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
12573
12574 * ltconfig, ltmain.sh: Update to libtool 1.2b.
12575
12576 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
12577
12578 * makefile.vms: Update to build binutils/makefile.vms. Add install
12579 target.
12580
12581 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
12582
12583 * ltconfig: Update to correct AIX handling.
12584
12585 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12586
12587 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12588
12589 * configure.in (target_subdir): Set to ${target_alias} instead
12590 of "libraries".
12591
12592 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
12593
12594 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12595 (Makefile): Depend on $(gcc_version_trigger).
12596
12597 * configure (gcc_version): Change default initializer to empty
12598 string.
12599 (gcc_version_trigger): New variable; pass this variable down
12600 to subdir configures to enable them checking gcc's version
12601 themselves. Emit make macros for both gcc_version vars.
12602 (topsrcdir): Initialize reliably.
12603 (recursion line): Remove --with-gcc-version=${gcc_version}.
12604
12605 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12606
12607 * configure (enable_version_specific_runtime_libs): Implement new flag
12608 --enable-version-specific-runtime-libs which installs C++ runtime stuff
12609 in $(libsubdir); emit definition in each generated Makefile.
12610 (gxx_include_dir): Initialize depending on
12611 $enable_version_specific_runtime_libs.
12612
12613 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12614
12615 * configure (gcc_version): Initialize properly depending on
12616 how and where configure is started.
12617 (recursion line): Pass a --with-gcc-version=${gcc_version}
12618 to configures in subdirs.
12619
12620 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
12621
12622 * configure.in (noconfigdirs): Add configure pattern for mips tx39
12623 cygmon
12624
12625 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
12626
12627 * configure.in: Add cygmon and libstub support for mn10200.
12628
12629 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
12630
12631 * configure (gcc_version): Add new variable describing the
12632 particular gcc version we're building.
12633 * Makefile.in (libsubdir): Add new macro for the directory
12634 in which the compiler finds executables, libraries, etc.
12635 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12636 and libsubdir.
12637
12638 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12639
12640 * Makefile.in (local-clean): Remove *.log.
12641 (warning.log): Built with warn_summary from build.log.
12642 (mail-report.log): Run test_summary.
12643 (mail-report-with-warnings.log): Run test_summary including
12644 warning.log in the report.
12645
12646 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
12647
12648 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12649
12650 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
12651
12652 * Makefile.in (grep): Grep no longer depends on libiberty.
12653
12654 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
12655
12656 * Makefile.in: all-snavigator needs all-libgui.
12657
12658 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
12659
12660 * configure.in: Add cygmon and libstub support for mn10300.
12661
12662 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
12663
12664 * missing: Update to version from automake 1.3.
12665
12666 * ltmain.sh: On installation, don't get confused if the same name
12667 appears more than once in the list of library names.
12668
12669 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
12670
12671 * config.sub: Accept m68060 and m5200 as CPU names.
12672
12673 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
12674
12675 * configure: Use && rather than using -a in test, because odd
12676 strings can confuse test.
12677 * configure.in: Likewise.
12678
12679 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
12680
12681 * ltconfig, ltmain.sh: Bring in Visual C++ support.
12682
12683 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12684
12685 * Makefile.in (boostrap2-lean, bootstrap3-lean,
12686 bootstrap4-lean): New targets.
12687
12688 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
12689
12690 * mpw-* Delete. Not used.
12691
12692 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
12693
12694 * COPYING.LIB: Update FSF address.
12695
12696 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
12697
12698 * ltconfig, ltmain.sh: Update to libtool 1.2a.
12699
12700 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12701 GAS_SUPPORT_DIRS.
12702
12703 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
12704
12705 * ltconfig, ltmain.sh: Avoid producing a version number if
12706 -version-info was not used.
12707
12708 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
12709
12710 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12711 building with newlib.
12712
12713 1998-04-30 Paul Eggert <eggert@twinsun.com>
12714
12715 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
12716 Solaris `make' causes it to continue to next definition.
12717
12718 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
12719
12720 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12721 the right GUI libraries and files are installed along with GDB.
12722
12723 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
12724
12725 * configure.in: Change alpha to alpha* in several places.
12726
12727 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
12728
12729 * config.sub: Recognize sparc86x.
12730
12731 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
12732
12733 * configure.in (--enable-target-optspace): Remove debug echo.
12734
12735 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
12736
12737 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12738
12739 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
12740
12741 * ltconfig: Update cygwin32 support.
12742
12743 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12744 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12745 (GDB_SUPPORT_DIRS): Likewise.
12746
12747 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
12748
12749 * configure.in (target_makefile_frag): If --enable-target-optspace,
12750 use -Os to compile target libraries rather than -O2. Default to
12751 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12752 not used.
12753 * configure.in (target_cflags): Ditto for d30v.
12754
12755 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
12756
12757 * Makefile.in (all-bfd): Depend on all-intl.
12758 (all-binutils): Likewise.
12759 (all-gas): Likewise.
12760 (all-gprof): Likewise.
12761 (all-ld): Likewise.
12762
12763 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
12764
12765 * configure.in (host_tools): Fix typo, lbtool -> libtool.
12766
12767 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
12768
12769 * Makefile.in (all-bfd): Depend upon all-libiberty.
12770
12771 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12772
12773 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
12774
12775 * Makefile.in: Add libstub.
12776
12777 * configure.in: Ditto. Build libstub for targets that have cygmon
12778 support.
12779
12780 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
12781
12782 * configure.in: Don't set PICFLAG on ix86-cygwin32.
12783
12784 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
12785
12786 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12787 use mh-sysv5 if specified. Support gprof on SCO Open Server.
12788
12789 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
12790
12791 * configure: Define DEFAULT_M4 by searching PATH.
12792 * Makfile.in: Use DEFAULT_M4.
12793
12794 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
12795
12796 * ltconfig: Add cygwin32 support.
12797
12798 * Makefile.in, configure.in: Add libtool as a native only directory
12799 to configure and build.
12800
12801 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
12802
12803 * Makefile.in (INSTALL_MODULES): Remove texinfo.
12804
12805 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
12806
12807 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12808
12809 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
12810
12811 * Makefile.in: add ash make rules
12812 * configure.in: add ash to native_only and host_tools lists
12813
12814 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
12815
12816 * Makefile.in (all-gettext, all-intl): New targets.
12817 (ALL_MODULES): Added all-gettext, all-intl.
12818 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12819 (INSTALL_MODULES): Added install-gettext, install-intl.
12820 (CLEAN_MODULES): Added clean-gettext, clean-intl.
12821
12822 * configure.in (host_tools): Added gettext.
12823 (native_only): Likewise.
12824 (noconfigdirs) [various cases]: Likewise.
12825 (host_libs): Added intl.
12826
12827 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
12828
12829 * configure: Do not disable building gdbtk for cygwin32 hosts.
12830
12831 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
12832
12833 * configure.in: Add thumb-coff target.
12834 * config.sub: Add thumb-coff target.
12835
12836 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12837
12838 * Makefile.in: Revert yesterday's change.
12839 (all-target-winsup): all-target-librx stays out of here.
12840
12841 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
12842
12843 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12844 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12845 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12846 Remove references to librx and libg++.
12847
12848 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
12849
12850 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12851 recursive makes
12852
12853 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
12854
12855 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
12856 for newlib directory.
12857 (CXX_FOR_TARGET): Likewise.
12858
12859 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
12860
12861 * ltconfig: Update after libtool/ltconfig.in change for
12862 hpux11.
12863
12864 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
12865
12866 * ltconfig, ltmain.sh: Update to libtool 1.2.
12867
12868 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
12869
12870 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12871 (install-gcc-cross): Instead, override LANGUAGES here.
12872
12873 1998-03-18 Dave Love <d.love@dl.ac.uk>
12874
12875 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12876 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12877
12878 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
12879
12880 * configure.in: Add Thumb-pe target.
12881
12882 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
12883
12884 * Makefile.in - changed sn targets to snavigator
12885 * configure.in - changed sn targets to snavigator
12886
12887 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
12888
12889 * config-ml.in: After building symlink tree call make distclean
12890 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12891 to be the case for libiberty.
12892
12893 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
12894
12895 * configure: When making link, also check the current
12896 directory. The configure scripts may create one.
12897
12898 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
12899
12900 * config.sub: Accept alphapca56 and alphaev6 properly.
12901
12902 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12903
12904 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12905
12906 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12907
12908 * config.sub (sco5): Fix typo.
12909
12910 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
12911
12912 * Makefile.in (INSTALL_MODULES): Move install-tcl before
12913 install-itcl.
12914 (install-itcl): Remove dependency on install-tcl.
12915
12916 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
12917
12918 * configure.in: Remove libgloss from noconfigdirs for MN10300.
12919
12920 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
12921
12922 * configure.in: Don't build libgui for a cygwin32 target when not on
12923 a cygwin32 host.
12924
12925 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
12926
12927 * configure (redirect): Set to null, so default behavior of
12928 configure is now --verbose.
12929
12930 1998-02-16 Dave Love <d.love@dl.ac.uk>
12931
12932 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12933 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12934
12935 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
12936
12937 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12938 this change to sync Makefile.in with its ChangeLog entries.
12939
12940 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
12941
12942 * ltmain.sh (mkdir): Check that the directory doesn't exist
12943 before we exit with error, so that we don't get races during
12944 parallel builds.
12945
12946 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
12947
12948 * ltconfig, ltmain.sh: Update from libtool 1.0i.
12949
12950 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
12951
12952 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12953 PICFLAG_FOR_TARGET.
12954 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12955
12956 * configure: Emit a definition for the new macro enable_shared
12957 into each Makefile.
12958
12959 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12960
12961 * configure.in (host_tools, native_only): Add libtool.
12962
12963 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
12964
12965 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12966 Fix typo in ming config comment.
12967
12968 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
12969
12970 * ltconfig, ltmain.sh: Update from libtool 1.0h.
12971
12972 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
12973
12974 * config.sub: Add tic30 cases, and map c30 to tic30.
12975
12976 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
12977
12978 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12979 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12980 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12981 (CLEAN_TARGET_MODULES): Similarly
12982 (all-target-libf2c): Add dependences.
12983 * configure.in (target_libs): Add libf2c.
12984
12985 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
12986
12987 * configure.in: Remove expect from noconfigdirs when target
12988 is cygwin32. OK to build expect and dejagnu with Canadian
12989 Cross.
12990
12991 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
12992
12993 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12994 host.
12995
12996 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12997 and mingw32.
12998
12999 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
13000
13001 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13002 here as it is not defined in the toplevel Makefile.
13003
13004 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
13005
13006 * configure (package_makefile_rules_frag): New variable, which names
13007 a file with generic rules, ...
13008 Change comment to mention we now have FIVE parts.
13009 * configure: Undo last change.
13010
13011 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
13012
13013 * config.guess: More accurate determination of HP processor types.
13014 * config.sub: More accurate determination of HP processor types.
13015
13016 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
13017
13018 * configure (package_makefile_frag): Move inserting the
13019 ${package_makefile_frag} to where it should be according
13020 to the comment.
13021
13022 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
13023
13024 * config.guess: Add support for Linux/ARM.
13025
13026 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
13027
13028 * .cvsignore: Remove *-info and *-install since they match
13029 release-info and mpw-install, which we don't want to just ignore.
13030
13031 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
13032
13033 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13034
13035 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
13036
13037 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13038 local_prefix to sub-make invocations.
13039
13040 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
13041
13042 * configure.in: Check makefile fragments in the source
13043 directory.
13044
13045 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13046
13047 * configure.in: Check whether host and target makefile
13048 fragments exist before adding them to *_makefile_frag.
13049
13050 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
13051
13052 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13053
13054 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
13055
13056 * configure.in: Make sure we only replace RPATH_ENVVAR on
13057 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13058 regexp to sed.
13059
13060 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13061 to sub-makes.
13062
13063 1998-01-13 Lee Iverson (leei@ai.sri.com)
13064
13065 * config-ml.in (multi-do): LDFLAGS must include multilib
13066 designator.
13067
13068 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
13069
13070 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13071
13072 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
13073
13074 * config.sub: Add mingw32 support.
13075 * configure.in: Likewise.
13076
13077 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13078
13079 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13080
13081 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
13082
13083 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13084 * configure (gxx_include_dir): Provide a definition for subdirs
13085 which do not use autoconf.
13086
13087 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
13088
13089 * config.guess: Sync with egcs. Picks up new alpha support,
13090 BeOS & some additional linux support.
13091
13092 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
13093
13094 * config.guess: HP 9000/803 is a PA1.1 machine.
13095
13096 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
13097
13098 * configure.in: It's alpha*-...
13099
13100 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13101
13102 * configure.in (host_makefile_frag, target_makefile_frag):
13103 Handle multiple config files.
13104 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13105 alpha-*-*.
13106
13107 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
13108
13109 * mkdep: New file.
13110
13111 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
13112
13113 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
13114
13115 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
13116
13117 * Makefile.in: Add libgui directory.
13118 (GDB_TK): Add all-libgui.
13119 * configure.in: Add libgui directory.
13120 * configure: Add all-libgui to GDB_TK.
13121
13122 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
13123
13124 * config-ml.in (multidirs): Add m32r to multilib list.
13125
13126 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
13127
13128 * Makefile.in (all-target-gperf): Change dependency to
13129 all-target-libstdc++.
13130
13131 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
13132
13133 * config.guess: Add BeOS support.
13134
13135 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
13136
13137 Source directory cvs renamed to cvssrc:
13138 * configure.in (host_tools): Change cvs to cvssrc.
13139 (native_only): Likewise.
13140 (noconfigdirs) [various cases]: Likewise.
13141 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
13142 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
13143 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
13144 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
13145 (all-cvssrc): Rename target from all-cvs.
13146
13147 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
13148
13149 * configure (gxx_include_dir): Fix thinko.
13150
13151 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
13152
13153 * Makefile.in (INSTALL_TARGET_CROSS): Define.
13154 (install-cross, install-gcc-cross): New targets.
13155
13156 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
13157
13158 * configure.in (noconfigdirs): Add support for Thumb target.
13159
13160 * config.sub (maybe_os): Add support for Thumb target.
13161
13162 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
13163
13164 * Makefile.in: Add rules for cygmon.
13165
13166 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
13167
13168 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
13169
13170 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13171 * configure (gxx_include_dir): Provide a definition for subdirs
13172 which do not use autoconf.
13173
13174 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
13175
13176 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
13177 11/18/97 build
13178
13179 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
13180
13181 * From Franz Sirl.
13182 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
13183 found on RedHat Linux systems.
13184
13185 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
13186
13187 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
13188 guesses.
13189
13190 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
13191
13192 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
13193
13194 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
13195
13196 * ltmain.sh: If mkdir fails, check whether the directory was created
13197 anyhow by some other process.
13198
13199 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
13200
13201 * configure.in (d30v-*-*): Configure all directories.
13202
13203 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
13204
13205 * configure.in (d30v-*-*): Configure newlib, libiberty directories
13206 for the D30V.
13207
13208 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
13209
13210 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
13211
13212 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
13213
13214 * include/libiberty.h: Add extern "C" { so it can be used with C++
13215 progrms.
13216 * include/remote-sim.h: Add extern "C" { so it can be used with C++
13217 programs.
13218
13219 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
13220
13221 * configure.in (d30v-*-*): Configure GCC now.
13222
13223 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
13224
13225 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
13226 is no longer needed.
13227
13228 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
13229
13230 * Makefile.in: check-target-libio depends on all-target-libstdc++.
13231
13232 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
13233
13234 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
13235 targets using "$@" to provide support for similar but not identical
13236 targets without having to duplicate code.
13237
13238 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
13239
13240 * makefile.vms: Fix to work with DEC C.
13241
13242 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
13243
13244 * config.sub: Add mips-tx39-elf to marketing names.
13245
13246 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
13247
13248 * ltmain.sh: Handle symlinks in generated script.
13249
13250 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
13251
13252 * configure: Handle autoconf style directory options: --bindir,
13253 --datadir, --includedir, --infodir, --libdir, --libexecdir,
13254 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
13255 --sysconfdir.
13256 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
13257 (sharedstatedir, localstatedir, oldincludedir): New variables.
13258 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
13259 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
13260 sbindir, sharedstatedir, and sysconfdir.
13261
13262 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
13263
13264 * Makefile.in (bootstrap-lean): New target.
13265
13266 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
13267
13268 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
13269 sn, and gnuserv from noconfigdirs.
13270
13271 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
13272
13273 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
13274
13275 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
13276
13277 * Makefile.in (cross): New target.
13278
13279 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
13280 Jeff Law <law@cygnus.com>
13281
13282 * Makefile.in (bootstrap2, bootstrap3): New targets.
13283 (all-bootstrap): Remove outdated and confusing target.
13284 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
13285
13286 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
13287
13288 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
13289 windows. Consistent with gdb/configure.
13290
13291 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
13292
13293 * configure.in: Name Linux target fragment.
13294
13295 * configure: Rewrite so that project Makefile fragment is inserted
13296 first and appears last in the resulting Makefile.
13297
13298 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
13299
13300 * Makefile.in (install-itcl): Install tcl first.
13301
13302 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
13303
13304 * configure.in: remove bison from noconfigdirs for Cygwin32 host
13305
13306 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13307
13308 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
13309
13310 * configure.in (skipdirs): Add target-librx for Linux.
13311 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
13312
13313 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
13314
13315 * Makefile.in (bootstrap): New target.
13316
13317 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
13318
13319 * config.sub: Accept 'amigados' for backward compatibility.
13320
13321 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
13322
13323 * config.guess: Merge with FSF.
13324
13325 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
13326
13327 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
13328
13329 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
13330
13331 * config.sub: Add "marketing-names" patch.
13332
13333 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
13334
13335 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
13336
13337 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
13338
13339 * config.sub: Handle v850-elf.
13340
13341 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
13342
13343 * .cvsignore (*-install): Remove.
13344
13345 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
13346
13347 * ltconfig: Set CONFIG_SHELL in libtool.
13348 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
13349
13350 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13351
13352 * configure.in (target_subdir): Set to libraries if enable_multilib.
13353
13354 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
13355
13356 * config.guess: Update from gcc directory.
13357
13358 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
13359
13360 * Makefile.in (all-sim): Depends on all-readline.
13361
13362 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
13363
13364 * Makefile.in (BISON, YACC): Use $$s.
13365 (all-bison): Depend on all-texinfo.
13366
13367 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
13368
13369 * Makefile.in (BISON): Add -L flag.
13370 (YACC): Likewise.
13371
13372 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13373
13374 * configure.in (noconfigdirs): Add support for v850e target.
13375
13376 * config.sub (maybe_os): Add support for v850e target.
13377
13378 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13379
13380 * configure.in (noconfigdirs): Add support for v850ea target.
13381
13382 * config.sub (maybe_os): Add support for v850ea target.
13383
13384 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
13385
13386 * config.sub: Add mipstx39. Delete r3900.
13387
13388 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13389
13390 * Makefile.in (all-autoconf): Depends on all-texinfo.
13391
13392 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
13393
13394 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
13395 eabi targets.
13396
13397 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
13398
13399 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13400
13401 * configure: When handling a Canadian Cross, handle YACC as well as
13402 BISON. Just set BISON to bison. When setting YACC, prefer bison.
13403 * Makefile.in (all-bison): Depend upon all-texinfo.
13404
13405 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
13406
13407 * Makefile.in (BISON): bison, not byacc or bison -y.
13408 (YACC): bison -y or byacc or yacc.
13409 (various): Add *-bison as appropriate.
13410 (taz): No need to mess with BISON anymore.
13411
13412 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
13413
13414 * configure: If OSTYPE matches *win32*, try to find a good value for
13415 CONFIG_SHELL.
13416
13417 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
13418
13419 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13420 configure.in if it is present.
13421
13422 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
13423
13424 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13425
13426 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
13427
13428 * config.sub: Recognize `arc' cpu.
13429 * configure.in: Likewise.
13430 * config-ml.in: Likewise.
13431
13432 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
13433
13434 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
13435
13436 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
13437
13438 * configure: Changed sed delimiter from ':' to '|' when
13439 attempting to substitute ${config_shell} for SHELL. On
13440 NT ${config_shell} may contain a ':' in it.
13441
13442 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
13443
13444 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13445
13446 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
13447
13448 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
13449
13450 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
13451
13452 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
13453
13454 * ylwrap: If the program is a relative path, force it to be
13455 absolute.
13456
13457 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
13458
13459 * configure (tooldir): Set BISON to `bison -y' and not just bison.
13460
13461 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
13462
13463 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
13464 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13465 for libraries.
13466
13467 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
13468
13469 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
13470 separated by spaces.
13471
13472 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
13473
13474 * ylwrap: New file.
13475 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13476
13477 * ltmain.sh: Handle /bin/sh at start of install program.
13478
13479 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13480
13481 * ltconfig, ltmain.sh: New files, from libtool 1.0.
13482 * missing: New file, from automake 1.2.
13483
13484 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
13485
13486 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
13487 check-tk to CHECK_X11_MODULES.
13488
13489 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
13490
13491 * config.sub: Merge with FSF.
13492
13493 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
13494
13495 * config.guess: Merge with FSF.
13496
13497 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13498
13499 * configure: Treat msdosdjgpp like go32.
13500 * configure.in: Likewise. Don't remove gprof for go32.
13501
13502 * configure: Change Makefile.tem2 to Makefile.tm2.
13503
13504 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
13505
13506 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13507
13508 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13509
13510 * install-sh (chmodcmd): Set to null if the DST directory already
13511 exists. Same as Nov 11th change.
13512
13513 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
13514
13515 * configure (GDB_TK): Needs itcl and tix.
13516
13517 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
13518
13519 * config.guess: Update from FSF.
13520
13521 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
13522
13523 * Makefile.in (GDB_TK): Depend on itcl and tix.
13524
13525 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
13526
13527 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13528 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13529 (INSTALL_SCRIPT): New variable.
13530 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13531 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13532 to -x.
13533 * install-sh: Add support for -x option.
13534
13535 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
13536
13537 * configure.in, Makefile.in: Treat tix like itcl.
13538
13539 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
13540
13541 * Makefile.in (WINDRES): New variable.
13542 (WINDRES_FOR_TARGET): New variable.
13543 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13544 (EXTRA_HOST_FLAGS): Add WINDRES.
13545 (EXTRA_TARGET_FLAGS): Add WINDRES.
13546 (EXTRA_GCC_FLAGS): Add WINDRES.
13547 ($(DO_X)): Pass down WINDRES.
13548 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13549 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13550 DLLTOOL_FOR_TARGET.
13551
13552 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
13553
13554 * configure.in: configure sim before gdb for win32-x-ppc
13555
13556 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13557
13558 Move gperf into the toplevel, from libg++.
13559 * configure.in (target_tools): Add target-gperf.
13560 (native_only): Add target-gperf.
13561 * Makefile.in (all-target-gperf): New target, depend on
13562 all-target-libg++.
13563 (configure-target-gperf): Empty rule.
13564 (ALL_TARGET_MODULES): Add all-target-gperf.
13565 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13566 (CHECK_TARGET_MODULES): Add check-target-gperf.
13567 (INSTALL_TARGET_MODULES): Add install-target-gperf.
13568 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13569
13570 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
13571
13572 * config.sub (mn10200): Recognize new basic machine.
13573
13574 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13575
13576 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13577 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13578
13579 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13580
13581 * configure.in: If we're building mips-sgi-irix6* native, turn on
13582 ENABLE_MULTILIB and set TARGET_SUBDIR.
13583
13584 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
13585
13586 * Makefile.in (all-sn): Depend on all-grep.
13587
13588 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
13589
13590 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13591
13592 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13593 Makefile. From Jeff Makey <jeff@cts.com>.
13594 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13595
13596 * Makefile.in (DISTBISONFILES): Remove.
13597 (taz): Don't futz with DISTBISONFILES. Change BISON to use
13598 $(DEFAULT_YACC).
13599
13600 * configure.in: Build itl, db, sn, etc., when building for native
13601 cygwin32.
13602
13603 * Makefile.in (LD): New variable.
13604 (EXTRA_HOST_FLAGS): Pass down LD.
13605 ($(DO_X)): Likewise.
13606
13607 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
13608
13609 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13610
13611 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
13612
13613 * configure.in (targargs): Strip out any supplied --build argument
13614 before adding our own. Always add --build.
13615
13616 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
13617
13618 * configure.in (targargs): Pass --build if we're doing
13619 a cross-compile.
13620
13621 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
13622
13623 * configure: Use '|' instead of ":" as the separator in
13624 sed. Otherwise sed chokes on NT path names with drive
13625 designators. Also look for "?:*" as the leading characters in an
13626 absolute pathname.
13627
13628 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
13629
13630 * config.sub: Support for r3900.
13631
13632 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
13633
13634 * configure.in: Use install-sh, not install.sh.
13635
13636 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
13637
13638 * Makefile.in (taz): Improve check for BISON so it doesn't try to
13639 apply it twice.
13640
13641 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
13642
13643 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13644 install-binutils.
13645
13646 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
13647
13648 * Makefile.in: Add automake targets.
13649 * configure.in (host_tools): Add automake.
13650
13651 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
13652
13653 * configure: Default CXX to c++, not gcc.
13654 * Makefile.in (CXX): Set to c++, not gcc.
13655 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13656
13657 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
13658
13659 * install-sh: try appending a .exe if source file doesn't
13660 exist
13661
13662 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
13663
13664 * configure.in: Turn on multilib by default.
13665 (cross_only): Remove target-libiberty.
13666
13667 * Makefile.in (all-gcc): Don't depend on libiberty.
13668
13669 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
13670
13671 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13672
13673 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
13674
13675 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13676 (DISTBISONFILES): Add ld/Makefile.in
13677
13678 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
13679
13680 * configure.in: if target is cygwin32 but host isn't cygwin32,
13681 don't configure gdb tcl tk expect, not just gdb.
13682
13683 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
13684
13685 * configure.in: Added gnuserv everywhere sn appears.
13686
13687 * Makefile.in (ALL_MODULES): Added all-gnuserv.
13688 (CROSS_CHECK_MODULES): Added check-gnuserv.
13689 (INSTALL_MODULES): Added install-gnuserv.
13690 (CLEAN_MODULES): Added clean-gnuserv.
13691 (all-gnuserv): New target.
13692
13693 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
13694
13695 * config.guess: Fixes for MIPS OpenBSD systems.
13696
13697 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
13698
13699 * Makefile.in (INSTALL_XFORM): Remove.
13700 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13701
13702 * mkinstalldirs: New file, copied from automake.
13703 * Makefile.in (installdirs): Rename from install-dirs. Use
13704 mkinstalldirs. Change all users.
13705 (DEVO_SUPPORT): Add mkinstalldirs.
13706
13707 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
13708
13709 * install-sh: Rename from install.sh.
13710 * Makefile.in (INSTALL): Change install.sh to install-sh.
13711 (DEVO_SUPPORT): Likewise.
13712
13713 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
13714 Graichen <graichen@rzpd.de>.
13715
13716 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
13717
13718 * config.guess: Recognize OpenBSD systems correctly.
13719
13720 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13721
13722 * README, Makefile.in (ETC_SUPPORT): Remove references to
13723 cfg-paper*, configure.{texi,man,info*}._
13724
13725 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
13726
13727 * Makefile.in (all.normal): Ensure that gcc is built after all
13728 the x11 - ie gdb - targets.
13729
13730 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
13731
13732 * makefile.vms: Don't run conf-a-gas.
13733
13734 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
13735
13736 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
13737
13738 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
13739
13740 * configure.in: Remove noconfigdirs case since gdb also
13741 configures and builds for tic80-coff.
13742
13743 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
13744
13745 * configure: Set cache_file to config.cache.
13746 * Makefile.in (local-distclean): Remove config.cache.
13747
13748 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
13749
13750 * COPYING: Update FSF address.
13751
13752 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
13753
13754 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13755 noconfigdirs.
13756
13757 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
13758
13759 * Makefile.in (install-dirs): Don't crash if prefix, and hence
13760 MAKEDIRS, is empty.
13761
13762 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
13763
13764 * config.sub: Tweak mn10300 entry.
13765
13766 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
13767
13768 * configure.in (host_tools): Put sim before gdb, so gdb's
13769 configure.tgt can determine if the simulator was configured.
13770
13771 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
13772
13773 * config.sub: Move BeOS $os case to be with other Cygnus
13774 local cases.
13775
13776 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
13777
13778 * config.sub: Remove misplaced comment that broke Linux.
13779
13780 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
13781
13782 * config.sub: Add BeOS support.
13783
13784 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
13785
13786 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13787
13788 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
13789
13790 * configure.in (noconfigdirs): Remove tcl and tk from
13791 noconfigdirs for cygwin32 builds.
13792
13793 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
13794
13795 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13796
13797 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
13798
13799 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13800 make-all.com, use makefile.vms instead.
13801
13802 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
13803
13804 * config.sub: Accept -lnews*.
13805
13806 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
13807
13808 * configure.in (noconfigdirs): Disable target-newlib,
13809 target-examples and target-libiberty for d30v.
13810
13811 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13812
13813 * configure.in (noconfigdirs): Enable ld for d30v.
13814
13815 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
13816
13817 * configure.in (tic80-*-*): Build compiler.
13818
13819 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
13820
13821 * configure.in (d30v-*): Remove sim directory from list of
13822 unsupported d30v directories
13823
13824 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13825
13826 * config.sub, configure.in: Add d30v target cpu.
13827
13828 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
13829
13830 * makefile.vms: New file.
13831 * make-all.com: Remove.
13832
13833 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
13834
13835 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13836
13837 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
13838
13839 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13840
13841 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
13842
13843 * Makefile.in (ALL_MODULES): Added all-db.
13844 (CROSS_CHECK_MODULES): Addec check-db.
13845 (INSTALL_MODULES): Added install-db.
13846 (CLEAN_MODULES): Added clean-db.
13847
13848 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
13849
13850 * config.guess: Merge with latest FSF sources.
13851
13852 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
13853
13854 * Makefile.in (ALL_MODULES): Added all-itcl.
13855 (CROSS_CHECK_MODULES): Added check-itcl.
13856 (INSTALL_MODULES): Added install-itcl.
13857 (CLEAN_MODULES): Added clean-itcl.
13858
13859 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
13860
13861 * configure.in: build gdb for mn10200
13862
13863 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
13864
13865 * Makefile.in (all-target-winsup): Depend on all-target-libio.
13866
13867 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
13868
13869 * configure.in (tic80-*-*): Turn off most targets right now.
13870
13871 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
13872
13873 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13874 rather than the makeinfo program.
13875 (do-info): Depend upon all-texinfo.
13876
13877 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
13878
13879 * configure.in: Remove uses of config/mh-linux.
13880
13881 * config.sub, config.guess: Merge with latest FSF sources.
13882
13883 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
13884
13885 * config.sub (case $basic_machine): Add tic80 entries.
13886
13887 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
13888
13889 * config.sub, config.guess: Merge with latest FSF sources.
13890
13891 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13892
13893 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13894 * mpw-config.in: Test for NewFolderRecursive.
13895 * mpw-install: Use symbolic name for startup filename.
13896 * mpw-README: Add various additional details.
13897
13898 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
13899
13900 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13901
13902 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
13903
13904 * configure.in: Do build gcc and the target libraries for
13905 the mn10200.
13906
13907 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
13908
13909 * configure.in: don't avoid building gdb for mn10300 any more
13910 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13911 instead of single-quoting it.
13912
13913 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
13914
13915 * configure.in: Don't use --with-stabs on IRIX 6.
13916
13917 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
13918
13919 * configure.in (m32r): Build gdb, libg++ now.
13920
13921 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13922
13923 * configure.in (mips*-sgi-irix6*): Remove gdb and related
13924 directories from noconfigdirs.
13925
13926 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
13927
13928 * config.sub (basic_machine): added mips16 configuration
13929
13930 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13931
13932 * config.sub: Handle d10v-unknown.
13933
13934 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
13935
13936 * config.sub: Handle v850-unknown.
13937
13938 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
13939
13940 * Makefile.in: add findutils
13941 * configure.in: add findutils to list of host_tools
13942
13943 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
13944
13945 * config.sub: Handle mn10200 and mn10300.
13946
13947 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13948
13949 * configure.in (d10v-*): Do not build librx.
13950
13951 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
13952
13953 * configure.in (mn10300): Build everything except gdb & libgloss.
13954
13955 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
13956
13957 * config.guess: Patch for Dansk Data Elektronik servers,
13958 from Niels Skou Olsen <nso@dde.dk>.
13959
13960 For ncr, use /bin/uname rather than uname, since GNU uname does not
13961 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
13962
13963 Patch for MIPS R4000 running System V,
13964 from Eric S. Raymond <esr@snark.thyrsus.com>.
13965
13966 Fix thinko for nextstep.
13967
13968 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13969
13970 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
13971 * config.guess: Guess mips-dec-mach_bsd4.3.
13972
13973 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
13974 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
13975 release numbers.
13976 * config.guess (mips-mips-riscos*): Emit just enough of the
13977 release number.
13978
13979 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
13980 * config.guess (sparc-auspex-sunos*): Added.
13981 (f300-fujitsu-*): Added.
13982
13983 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
13984 * config.guess: Recognize a Tadpole as a sparc.
13985
13986 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13987
13988 * config.guess: Don't assume that NextStep version is either 2 or
13989 3. NextStep 4 (aka OpenStep 4) has come out now.
13990
13991 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13992
13993 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13994 From Rik Faith <faith@cs.unc.edu>.
13995
13996 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
13997
13998 * config.sub: Contributions from bug-gnu-utils to:
13999 Support plain "hppa" (no version given) architecture, reported by
14000 OpenStep.
14001 OpenBSD like NetBSD.
14002 LynxOs is not a hardware supplier.
14003
14004 * config.guess: Contributions from bug-gnu-utils to add support for:
14005 OpenBSD like NetBSD.
14006 Stratus systems.
14007 More Pyramid systems.
14008 i[n>4]86 Intel chips.
14009 M680[n>4]0 Motorola chips.
14010 Use unknown instead of lynx for hardware manufacturer.
14011
14012 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14013
14014 * install.sh (chmodcmd): Set to null if the DST directory already
14015 exists.
14016
14017 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14018
14019 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14020 not use mt-ppc target Makefile fragment any more.
14021
14022 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14023
14024 * configure.in (*-*-windows): Exclude everything but those dirs
14025 needed to build windows.
14026
14027 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
14028
14029 * Makefile.in (all-target-winsup): Depend on all-target-librx.
14030
14031 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14032
14033 * configure.in: Exclude mmalloc from i386-windows.
14034
14035 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14036
14037 * Undo my previous change.
14038
14039 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
14040
14041 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14042 unconditionally.
14043 (MAKEOVERRIDES): Define (revert this part of October 18 change).
14044
14045 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14046
14047 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
14048 host to add it's own flags.
14049
14050 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
14051
14052 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14053
14054 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
14055
14056 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14057 (CXX_FOR_TARGET): Likewise.
14058 (GCC_FOR_TARGET): Define.
14059 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14060 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14061 CC_FOR_TARGET was specified on the command line.
14062 (MAKEOVERRIDES): Don't define.
14063
14064 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
14065
14066 * configure.in (m32r): Fix spelling of libg++ libs.
14067
14068 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
14069
14070 * config.sub (-apple*): Remove, now redundant.
14071
14072 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
14073
14074 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14075
14076 * configure: Rework yesterday's sed script patch.
14077
14078 * config.sub: Merge with FSF.
14079
14080 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
14081
14082 * config.guess: Merge from FSF.
14083
14084 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
14085 * config.guess: Use pc instead of unknown, for pc clone systems.
14086 Change linux to linux-gnu.
14087
14088 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14089 * config.guess: Avoid non-portable tr syntax.
14090
14091 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
14092
14093 * test-build.mk (HOLES): Add "xargs" for gdb.
14094
14095 * configure: Avoid hpux10.20 sed bug.
14096
14097 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
14098
14099 * configure.in: Add support for windows host
14100 (that is a build done under the Microsoft build environment).
14101
14102 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
14103
14104 * Makefile.in: Replace all uses of srcroot with s, to shrink
14105 command line lengths.
14106
14107 Patches from Geoffrey Noer <noer@cygnus.com>:
14108 * configure.in: If configuring for newlib, pass --with-newlib to
14109 subdirectories.
14110 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
14111 -Bnewlib/ and -Lwinsup to gcc.
14112 (CXX_FOR_TARGET): Likewise.
14113
14114 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
14115
14116 * Makefile.in (ETC_SUPPORT): Add configure.
14117
14118 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
14119
14120 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
14121 host configuration file.
14122
14123 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
14124
14125 * configure.in: Break mn10x00 support into separate
14126 mn10200 and mn10300 configurations.
14127 * config.sub: Likewise.
14128
14129 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
14130
14131 * configure.in: Add lots of stuff to noconfigdirs for
14132 the mn10x00 targets.
14133
14134 * config.sub, configure.in: Add mn10x00 support.
14135
14136 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
14137
14138 * make-all.com: Call conf-a-gas, not config-a-gas.
14139
14140 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
14141
14142 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
14143 targets.
14144
14145 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
14146
14147 * mpw-README: Add much more detail for native PowerMac.
14148 * mpw-install: New file.
14149 * mpw-configure: Add --norecursion and --help options.
14150 * mpw-config.in: Translate readme and install files when
14151 copying to objdir.
14152 * mpw-build.in: Don't always depend on byacc and flex.
14153 (install-only-top): New action.
14154
14155 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
14156
14157 * configure.in: You can now configure GDB for the v850.
14158
14159 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
14160
14161 * configure.in (noconfigdirs): Don't configure any C++ dirs
14162 if targeting D10V.
14163
14164 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
14165
14166 * config.sub: Recognize mips64vr5000.
14167
14168 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
14169
14170 * configure.in: Use a single line for host_tools and native_only.
14171
14172 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
14173
14174 * config.sub, configure.in: Add entries for m32r.
14175
14176 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
14177
14178 * Makefile.in (inet-install): Don't run install-gzip.
14179
14180 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
14181
14182 * configure.in: Don't config lots of things for *-*-windows*.
14183
14184 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
14185
14186 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
14187 (host_libs, host_tools): Copy from configure.in.
14188 * mpw-configure: Don't complain about directories not found.
14189
14190 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14191
14192 * configure.in (i[345]86): Recognize i686 for pentium pro.
14193 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
14194 file.
14195
14196 * config.guess (i[345]86): Ditto.
14197
14198 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14199
14200 * configure.in (noconfigdirs): Removed gdb for D10V.
14201
14202 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
14203
14204 * configure.in: Remove ld, target-libio, target-libg++, and
14205 target-libstdc++ from noconfigdirs.
14206
14207 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
14208
14209 * configure: Fix three locations where shell scripts were
14210 being run directly rather than with config_shell.
14211
14212 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
14213
14214 * configure.in (v850-*-*): Set up initial $noconfigdirs.
14215 * config.sub (basic_machine): Recognize v850.
14216
14217 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
14218
14219 * mpw-configure: Handle multiple enable/disable options and
14220 pass them down recursively, handle -c and -s flags appropriately
14221 depending on choice of compiler, add escape mechanism for
14222 quoted arguments to gC.
14223
14224 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14225
14226 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
14227 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
14228 so that -mrelocatable-lib and -mno-eabi are used.
14229
14230 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
14231 not support --print-multi-lib, don't abort.
14232
14233 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
14234
14235 * make-all.com: Run config-a-gas.
14236 * setup.com: Don't copy subdirectory files around.
14237
14238 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
14239
14240 * configure.in (*-*-ose): Remove exclusion of libgloss for this
14241 target, it now compiles correctly.
14242
14243 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
14244
14245 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
14246
14247 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14248
14249 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
14250
14251 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14252
14253 * configure.in (native_only): Add prms.
14254
14255 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
14256
14257 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
14258 (BINUTILS_SUPPORT_DIRS): Likewise.
14259
14260 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14261
14262 * configure.in (d10v-*-*): Don't configure ld or gdb until the
14263 d10v support is added.
14264
14265 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14266
14267 * configure.in (d10v-*-*): New target.
14268
14269 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
14270
14271 * config.guess (HP 9000/811): Recognize this as a PA1.1
14272 machine.
14273
14274 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
14275
14276 * Makefile.in (do-tar-gz): New target, split out from tail end of
14277 taz target. Run each command separately, don't use pipes.
14278 (taz): Use it.
14279
14280 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
14281
14282 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
14283 * mpw-build.in: No builds should depend on building byacc or flex,
14284 they are assumed to be installed already.
14285
14286 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14287
14288 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
14289 variable that CC_FOR_TARGET needs.
14290
14291 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14292
14293 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
14294 options have changed since the last time the subdirectory was
14295 configured, and if it has, reconfigure.
14296 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
14297 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
14298
14299 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
14300
14301 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
14302 CLEAN_MODULES): Add bash.
14303 (all-bash): New target.
14304
14305 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
14306
14307 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
14308
14309 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14310
14311 * config.sub (basic_machine): Recognize d10v as a valid processor.
14312
14313 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
14314
14315 * mpw-configure: Add support for --bindir.
14316 * mpw-build.in: Use a GCC-specific build script for GCC actions.
14317
14318 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
14319
14320 * configure.in: add bash, time, gawk to list of hosttools and things
14321 to only build for native toolchains
14322
14323 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14324
14325 * Makefile.in (docdir): Remove.
14326
14327 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14328
14329 * Makefile.in (datadir): Set to $(prefix)/share.
14330
14331 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
14332
14333 * configure.in: build diff and patch for cygwin32-hosted
14334 toolchains.
14335
14336 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
14337
14338 * config.sub: Accept -rtems*.
14339
14340 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
14341
14342 * configure.in: enable dosrel for cygwin32-hosted builds,
14343 remove diff from the list of things not buildable
14344 via Canadian Cross
14345
14346 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
14347
14348 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
14349 don't get ". ".
14350
14351 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
14352
14353 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
14354
14355 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
14356
14357 * Makefile.in (taz): Handle case where tex3patch didn't even get
14358 checked out. Also, if it was found, put the symlink in a new util
14359 subdirectory.
14360
14361 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14362
14363 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
14364
14365 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
14366
14367 * config.sub: Recognize -openvms.
14368 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
14369 * make-all.com, setup.com: New files.
14370
14371 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14372
14373 * Makefile.in (taz): tex3patch moved to texinfo/util.
14374
14375 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
14376
14377 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
14378 * configure.in: remove make from disable-if-Can-Cross list
14379 enable gdb if ${host} and ${target} are cygwin32
14380
14381 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
14382
14383 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
14384 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
14385
14386 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14387
14388 * config.guess: Combine mips-mips-riscos cases, and use cpp to
14389 distinguish sysv/svr4/bsd variants.
14390 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
14391
14392 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
14393
14394 * configure.in: Added copyright notice.
14395 * move-if-change: Added copyright notice.
14396
14397 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14398
14399 * configure.in (powerpcle-*-solaris*): Until we get shared
14400 libraries working, don't build gdb, sim, make, tcl, tk, or
14401 expect.
14402
14403 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
14404
14405 * config.guess: Merge with FSF:
14406
14407 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14408 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14409
14410 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
14411 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14412
14413 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
14414 * config.guess: Combine two OSF1 rules.
14415 Also recognize field test versions. From mjr@zk3.dec.com.
14416 * config.guess (dgux): Use /usr/bin/uname rather than uname,
14417 because GNU uname does not support -p. From pmr@pajato.com.
14418
14419 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
14420
14421 * Makefile.in (MAKEDIRS): Removed $(tooldir).
14422
14423 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
14424
14425 * mpw-README: Document GCCIncludes.
14426
14427 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
14428
14429 * configure.in (alpha-*-linux*): Set enable_shared to yes.
14430
14431 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14432
14433 * mpw-configure: Handle --enable-FOO and --disable-FOO.
14434
14435 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
14436
14437 * configure.in (*-*-cygwin32): Configure make.
14438
14439 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
14440
14441 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14442
14443 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
14444
14445 * Makefile.in (all-inet): Depend on all-perl.
14446
14447 * Makefile.in (inet-install): New target.
14448
14449 * Makefile.in (all-inet): Depend on all-tcl.
14450 (all-inet): Depend on all-send-pr.
14451
14452 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14453
14454 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
14455 temporarily.
14456
14457 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
14458
14459 * configure.in: Don't configure --with-gnu-ld on AIX.
14460
14461 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14462
14463 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14464
14465 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
14466
14467 * Makefile.in (ALL_MODULES): Added all-inet.
14468 (CROSS_CHECK_MODULES): Added check-inet.
14469 (INSTALL_MODULES): Added install-inet.
14470 (CLEAN_MODULES): Added clean-inet.
14471 (all-indent): New target.
14472
14473 * configure.in (host_tools): Added inet.
14474 (native_only): Added inet.
14475 (noconfigdirs): Added inet.
14476
14477 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
14478
14479 * configure.in: Don't configure libgloss if we are not configuring
14480 newlib.
14481
14482 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
14483
14484 * configure.in: Don't configure libgloss for unsupported
14485 architectures.
14486
14487 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14488
14489 * Makefile.in (CLEAN_MODULES): Add clean-apache.
14490
14491 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
14492
14493 * Makefile.in (ALL_MODULES): Include all-apache.
14494 (CROSS_CHECK_MODULES): Include check-apache.
14495 (INSTALL_MODULES): Include install-apache.
14496 (all-apache): New target.
14497
14498 * configure.in: Added apache everywhere perl is seen.
14499
14500 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14501
14502 * Makefile.in: Add support for clean-{module} and
14503 clean-target-{module} rules.
14504
14505 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
14506
14507 * configure.in (*-*-ose) do not build libgloss.
14508
14509 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14510
14511 * config.guess (prep*:SunOS:5.*:*): Turn into
14512 powerpele-unknown-solaris2.
14513
14514 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
14515
14516 * configure.in: Permit --enable-shared to specify a list of
14517 directories.
14518
14519 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14520
14521 * configure.in (host==solaris): Pass only the first word of $CC
14522 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14523
14524 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14525
14526 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14527
14528 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
14529
14530 * Makefile.in (ALL_MODULES): Include all-perl.
14531 (CROSS_CHECK_MODULES): Include check-perl.
14532 (INSTALL_MODULES): Include install-perl.
14533 (ALL_X11_MODULES): Include all-guile.
14534 (CHECK_X11_MODULES): Include check-guile.
14535 (INSTALL_X11_MODULES): Include install-guile.
14536 (all-perl): New target.
14537 (all-guile): New target.
14538
14539 * configure.in (host_tools): Include perl and guile.
14540 (native_only): Include perl and guile.
14541 (noconfigdirs): Don't build guile and perl; no ports have been
14542 done.
14543
14544 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
14545
14546 * configure (--enable-*): Handle quoted option lists such as
14547 --enable-sim-cflags='-g0 -O' better.
14548
14549 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14550
14551 * Makefile.in ({,inst}all-target): New rule so we can make and
14552 install all of the target directories easily.
14553
14554 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14555
14556 * configure.in: Add missing global flag in sed substitution when
14557 deleting `target-' from ${configdirs}.
14558
14559 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
14560
14561 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14562 option.
14563
14564 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14565 config/mh-necv4.
14566
14567 * install.sh: Correct misspelling of transformbasename.
14568
14569 * config.guess: Recognize mips-*-sysv*.
14570
14571 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
14572
14573 * config.sub: Recognize mon960.
14574
14575 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
14576
14577 * configure: Restore Canadian Cross handling of BISON and LEX,
14578 removed in Feb 20 change.
14579
14580 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
14581
14582 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14583 Mention make install. Remove the old copyright date as well the
14584 clumsy and rather pointless copyright on the README file.
14585
14586 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
14587
14588 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14589 Makefile after running symlink-tree, then run `make distclean' to
14590 avoid clobbering any generated files in srcdir.
14591
14592 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
14593
14594 * configure.in (m68k-*-netbsd*): Build everything now.
14595
14596 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14597
14598 * Makefile.in (taz): Fix quoting.
14599
14600 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
14601
14602 * configure.in (sparclet-*-*): Build everything now.
14603
14604 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14605
14606 * configure.in (m68k-*-linux*): New host.
14607
14608 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
14609
14610 * configure: Check for bison before byacc.
14611
14612 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
14613
14614 * Makefile.in configure: Change the way LEX and BISON/YACC are
14615 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
14616 searching PATH. These are used as fallbacks by Makefile.in if
14617 flex/bison/byacc aren't in objdir.
14618
14619 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
14620
14621 * Makefile.in: Make everything which depends upon all-bfd also
14622 depend upon all-opcodes, in case --with-commonbfdlib is used.
14623
14624 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14625
14626 * configure.in (host *-*-cygwin32): Don't build gdb if we are
14627 building NT native compilers on Unix.
14628
14629 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
14630
14631 * configure.in: Don't get CC from the host Makefile fragment if we
14632 can find gcc in PATH, or if this is a Canadian Cross. Move the
14633 Solaris test for /usr/ucb/cc to the post target script, just after
14634 the compiler sanity test.
14635
14636 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
14637
14638 * config.sub: Merge with FSF.
14639
14640 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
14641
14642 * Makefile.in (RPATH_ENVVAR): New variable.
14643 (REALLY_SET_LIB_PATH): Use it.
14644 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14645
14646 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
14647
14648 * config.sub, configure.in: Recognize sparclet cpu.
14649
14650 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14651
14652 * config.guess: Support m68k-cbm-sysv4.
14653
14654 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14655
14656 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14657 m68k-unknown-linuxaout from linker help string. Put quotes around
14658 $ld_help_string.
14659
14660 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
14661
14662 * config.guess (powerpc-harris-powerunix): Add guess for port
14663 to new target.
14664
14665 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14666
14667 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14668
14669 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
14670
14671 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14672 $(REALLY_SET_LIB_PATH) in Makefile.
14673 * Makefile.in (SET_LIB_PATH): New variable.
14674 (REALLY_SET_LIB_PATH): New variable.
14675 ($(DO_X)): Use $(SET_LIB_PATH).
14676 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14677 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14678 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14679 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14680 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14681 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14682 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14683 (install-dosrel): Likewise.
14684 (all-opcodes): Depend upon all-libiberty.
14685
14686 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
14687
14688 * config.guess (*:CYGWIN*): New
14689
14690 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14691
14692 * Makefile.in (all-target-winsup): All all-target-libiberty.
14693
14694 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14695
14696 * configure.in (noconfigdirs): Add missing # in front of comment.
14697
14698 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
14699
14700 * configure.in: add second pass to things added to noconfigdirs
14701 so *-gm-magic can exclude libgloss properly.
14702
14703 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
14704
14705 * mpw-configure (extralibs_name, rez_name): Set correctly
14706 for MWC68K compiler.
14707
14708 * mpw-README: Add more info on the necessary build tools.
14709
14710 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
14711
14712 * configure.in, config.sub: Recognize cygwin32.
14713
14714 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
14715
14716 * config.guess, config.sub: Recognize A/UX.
14717
14718 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
14719
14720 * config.sub: Merge with gcc/config.sub.
14721
14722 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
14723
14724 * mpw-build.in (do-binutils): Add build of stamps.
14725
14726 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
14727
14728 * config.sub: Add recognition for mips64vr4100*-* targets.
14729
14730 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14731
14732 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14733 Add creation of gconfigargs with `--enable-shared' turned on.
14734 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14735 ($(host)-stamp-stage3-configured): Likewise.
14736 (HOLES): Add chatr and ldd.
14737 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14738
14739 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
14740
14741 * configure: Pass --nfp to recursive configures.
14742
14743 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
14744
14745 * Makefile.in (DLLTOOL): New.
14746 (DLLTOOL_FOR_TARGET): New.
14747 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14748 (EXTRA_TARGET_FLAGS): Ditto.
14749 (EXTRA_GCC_FLAGS): Ditto.
14750 (CONFIGURE_TARGET_MODULES): Ditto.
14751 (DO_X): Ditto.
14752 * configure: Add DLLTOOL.
14753
14754 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
14755
14756 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14757 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14758 mh-sco, since old workarounds no longer needed, and don't
14759 build ld, since libraries have weak symbols in COFF.
14760
14761 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
14762
14763 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14764
14765 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
14766
14767 * configure.in: Make sure that ${CC} can be used to compile an
14768 executable.
14769
14770 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14771
14772 * Makefile.in (all-gdb): Depend on $(GDB_TK).
14773 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14774 nothing depending on whether gdbtk is being built.
14775
14776 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
14777
14778 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14779
14780 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
14781
14782 * configure.in (noconfigdirs): Put ld or gas in this early, if the
14783 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14784
14785 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
14786
14787 * config-ml.in: Add support for
14788 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14789 Simplify setting of multidirs from --disable-foo.
14790
14791 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14792
14793 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14794 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14795 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
14796 non-empty, pass them on to the GCC make.
14797 (all-bootstrap): New rule that is like all-gcc, except it executes
14798 the GCC bootstrap rule instead of the GCC all rule.
14799
14800 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
14801
14802 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14803
14804 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14805
14806 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14807 DG/UX support.
14808
14809 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
14810
14811 * config.sub (i*86*) Change [345] to [3456]
14812
14813 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14814
14815 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14816 --with-gnu-ld=no.
14817
14818 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14819
14820 * config-ml.in (rs6000*, powerpc*): Add switches to control which
14821 AIX multilibs get built.
14822
14823 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14824
14825 * configure.in (i386-win32): Don't build expect if we're not
14826 building the tcl subdir.
14827
14828 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
14829
14830 * Makefile.in: (configure-target-examples, all-target-examples):
14831 New targets, configure and build example programs.
14832
14833 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
14834
14835 * mpw-configure: If an mpw-config.in generated a file mk.sed,
14836 use it as input to sedit the generated MPW makefile.
14837 * mpw-README: Add a suggestion about Gestalt.h.
14838
14839 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
14840
14841 * config.sub: Accept *-*-ieee*.
14842
14843 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
14844
14845 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
14846 Ronald F. Guilmette <rfg@monkeys.com>.
14847
14848 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14849
14850 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14851 for powerpc-pe native.
14852 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14853 (target==powerpc-pe): duplicate i386-win32 entry.
14854
14855 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14856
14857 * configure.in (noconfigdirs): Exclude target-newlib for all versions
14858 of vxworks, not just vxworks5.1.
14859
14860 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
14861
14862 * mpw-configure: Add support for exec-prefix.
14863
14864 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14865
14866 * config.guess: Recognize HP model 816 machines as having
14867 a PA1.1 processor.
14868
14869 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
14870
14871 * configure: Ignore new autoconf configure options.
14872
14873 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14874
14875 * config.guess: Recognize Pentium under SCO.
14876 From Robert Lipe <robertl@arnet.com>.
14877
14878 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14879
14880 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
14881
14882 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
14883
14884 * configure.in: Don't configure gas for alpha-dec-osf*.
14885
14886 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
14887
14888 * configure.in: Default to --with-stabs for some targets for which
14889 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14890 i[345]86*-*-unixware*.
14891
14892 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
14893
14894 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14895 rather than basing it on the target. Simplify handling of options
14896 controlling which directories to configure. Remove extraneous
14897 slash in multi-clean target.
14898
14899 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
14900
14901 * config-ml.in: Prefix more variables with ml_ so they don't collide
14902 with configure's.
14903
14904 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
14905
14906 * configure: Don't turn -v into --v.
14907
14908 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
14909
14910 * configure.in (targargs): Fix typo.
14911
14912 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14913
14914 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
14915
14916 * configure.in: Strip --host and --target options from
14917 CONFIG_ARGUMENTS, and always configure for --host only. Add
14918 --with-cross-host option when building with a cross-compiler.
14919 * configure: Canonicalize the arguments put into config.status by
14920 always using `=' for an option with an argument. Pass a presumed
14921 --host or --target explicitly.
14922
14923 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
14924
14925 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14926 into general OS recognition case.
14927
14928 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14929
14930 * configure.in (target_configdirs): add target-winsup only
14931 for win32 target systems.
14932
14933 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
14934
14935 * Makefile.in (all-target-libgloss): Depend upon
14936 configure-target-newlib, since when libgloss is built it looks to
14937 see if the newlib directory exists.
14938
14939 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
14940
14941 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14942 cfg-ml-*.in.
14943
14944 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
14945
14946 * configure: Handle LD and LD_FOR_TARGET when configuring a
14947 Canadian Cross.
14948
14949 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14950
14951 * configure.in (target_libs): add target-winsup.
14952 (target==i386-win32): add patch diff flex make to $noconfigdirs.
14953 (target==ppcle-pe): remove ld from $noconfigdirs.
14954
14955 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
14956
14957 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14958 Preserve relative path names in $srcdir. Build symlink tree if
14959 configuring cross target dir and srcdir=. (= no VPATH support).
14960 (configure-target-libg++): Depend on configure-target-librx.
14961 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14962 * config-ml.in: New file.
14963 * symlink-tree: New file.
14964 * configure: Ensure srcdir="." if that's what it is.
14965
14966 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
14967
14968 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14969 includes and FLEX_SKELETON setting.
14970 * mpw-configure (--with-gnu-ld): New option, controls whether
14971 to use PPCLink or ld with PowerMac GCC.
14972 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14973 * mpw-config.in: Configure grez if targeting Mac.
14974
14975 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14976 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14977 just macos.
14978 * configure.in: Configure grez resource compiler if targeting Mac.
14979 * Makefile.in (all-grez, install-grez): New targets.
14980
14981 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
14982
14983 * configure: CXX defaults to gcc, not g++. If we find
14984 gcc in the path, set CC to gcc -O2.
14985
14986 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
14987
14988 * configure: Default ${build} correctly. Avoid picking up extra
14989 spaces when reading CC and CXX from Makefile. When doing a
14990 Canadian Cross, use plausible default values for numerous
14991 variables.
14992 * configure.in: When doing a Canadian Cross, don't try to
14993 configure tools whose configure script can't handle it.
14994
14995 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14996
14997 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14998
14999 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
15000
15001 * configure: Remove dubious bug reporting address.
15002
15003 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
15004
15005 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
15006 configure script, run that instead of this directory's configure.
15007 In either case, print a message that we're configuring the sub-dir.
15008
15009 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
15010
15011 * configure.in: Before checking for the existence of various files,
15012 use sed to filter out "target-".
15013
15014 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
15015
15016 * Makefile.in (DO_X): Split rule to decrease command line length
15017 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
15018 (Philippe De Muyter).
15019
15020 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15021
15022 * Makefile.in (all-patch): depend on all-libiberty.
15023
15024 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
15025
15026 * configure.in: If the only directory in target_configdirs which
15027 actually exists is libiberty, then set target_configdirs to empty,
15028 to avoid trying to build a target libiberty in a gas or gdb
15029 distribution.
15030
15031 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
15032
15033 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
15034 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15035 systems.
15036
15037 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15038
15039 * configure.in (copy_dirs): Use sys-include instead of include
15040 for --with-headers option.
15041
15042 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
15043
15044 * Makefile.in, configure.in: Make winsup builds work with
15045 new scheme.
15046
15047 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
15048
15049 * configure.in: Build the linker on AIX.
15050
15051 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
15052
15053 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
15054 where needed.
15055
15056 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
15057
15058 * Makefile.in (all-gcc): Fix typo.
15059
15060 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
15061
15062 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
15063
15064 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
15065
15066 * configure.in: Rename libFOO to target-libFOO, and xiberty
15067 to target-xiberty, to provide more flexibility.
15068 (target_subdir): Define. Create if cross.
15069 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15070 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
15071 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15072 check-libFOO -> check-target-libFOO, etc.
15073 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15074 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15075 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15076 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
15077 allow ALL_GCC="" to only configure.
15078 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
15079 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
15080 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
15081
15082 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
15083
15084 * Makefile.in (taz): Build "info" in etc explicitly.
15085
15086 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
15087
15088 * configure.in: Make sure that CC is undefined (as opposed to
15089 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
15090 problem with autoconf trying to configure on a host without GCC.
15091
15092 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15093
15094 * mpw-configure: Set host alias from choice of host compiler,
15095 only use generic MPW Makefile sed if present, edit a file
15096 named "hacked_Makefile.in" instead of "Makefile.in" if present.
15097 * mpw-README: Add problem notes about CW6 and CW7.
15098
15099 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
15100
15101 * Makefile.in (taz): Use ";" instead of ";;".
15102
15103 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15104
15105 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
15106 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15107 DISTDOCDIRS.
15108 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
15109 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
15110
15111 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
15112
15113 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
15114 and gnats, because they are now subsumed by DISTSTUFFDIRS.
15115 Move bfd to DISTSTUFFDIRS.
15116
15117 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15118
15119 * Makefile.in (X11_LIB): Removed.
15120 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
15121
15122 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
15123
15124 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15125
15126 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
15127 names.
15128
15129 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15130
15131 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
15132
15133 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
15134
15135 * configure.in (i[345]86-*-win32): Always build newlib.
15136 Don't configure cvs, autoconf or texinfo.
15137 * Makefile.in (LD_FOR_TARGET): New.
15138 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
15139 Pass down LD_FOR_TARGET.
15140
15141 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
15142
15143 * winsup: New directory.
15144 * Makefile.in: Build winsup.
15145 * configure.in: Winsup is configured when target is win32.
15146 Can only build win32 target GDB when native.
15147
15148 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
15149
15150 * config.guess: Recognize HP model 819 machines as having
15151 a PA 1.1 processor.
15152
15153 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
15154
15155 * configure: Fix sed loop which substitutes for CC and CXX to
15156 avoid bug found in various sed implementations.
15157
15158 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15159
15160 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
15161 simulator. Use standard powerpc-*-eabi*.
15162
15163 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
15164
15165 * configure.in: Stop putting gas and binutils in noconfigdirs for
15166 powerpc-*-aix* and rs6000-*-*.
15167
15168 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
15169
15170 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
15171 -mcall-aixdesc libraries.
15172
15173 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
15174
15175 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15176
15177 * config.sub (arm | armel | armeb): Fix shell syntax.
15178
15179 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15180
15181 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
15182 -msoft-float and -mcpu=common support.
15183 (powerpc*-*-eabisim*): Add support for building -mcall-aix
15184 libraries.
15185
15186 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15187
15188 * configure.in: Allow configuration and build of emacs19 for the alpha.
15189
15190 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15191
15192 * configure.in (CC): Get ^CC, not just any old CC, from
15193 ${host_makefile_frag}.
15194
15195 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15196
15197 * configure.in (CC): Try to get CC from
15198 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
15199
15200 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15201
15202 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
15203 only if it exists in $(srcdir).
15204
15205 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
15206
15207 * configure: If CC and CXX are not set in the environment, set
15208 them, based on either an existing Makefile or on searching for gcc
15209 in PATH. Substitute for CC and CXX in Makefile.
15210 * configure.in: Remove libm from target_libs. Separate
15211 target_configdirs from configdirs. If CC is not set in
15212 environment, try to get it from a host Makefile fragment. Rewrite
15213 changes of configdirs to use skipdirs instead. A few minor
15214 tweaks. Take directories out of target_configdirs as they are
15215 taken out of configdirs. Remove existing Makefile files from
15216 subdirectories. Substitute for TARGET_CONFIGDIRS and
15217 CONFIG_ARGUMENTS in Makefile.
15218 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
15219 by configure.in.
15220 (CONFIG_ARGUMENTS): Likewise.
15221 (CONFIGURE_TARGET_MODULES): New variable.
15222 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
15223 ($(CONFIGURE_TARGET_MODULES)): New target.
15224 (configure-libg++, configure-libio): New targets.
15225 (all-libg++): Depend upon configure-libg++.
15226 (all-libio): Depend upon configure-libio.
15227 (configure-libgloss, all-libgloss): New targets.
15228 (configure-libstdc++): New target.
15229 (all-libstdc++): Depend upon configure-libstdc++.
15230 (configure-librx, all-librx): New targets.
15231 (configure-newlib): New target.
15232 (all-newlib): Depend upon configure-newlib
15233 (configure-xiberty): New target.
15234 (all-xiberty): Depend upon configure-xiberty.
15235
15236 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15237
15238 * configure.in (host i[345]86-*-win32): Expand the
15239 noconfigdirs again.
15240
15241 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
15242
15243 * mpw-configure: Fix sed command file name.
15244
15245 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
15246
15247 * configure.in (host i[345]86-*-win32): Reduce the
15248 noconfigdirs again.
15249
15250 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
15251
15252 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
15253 or powerpc*-*-pe*, since they are not yet supported.
15254
15255 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15256
15257 Add PowerMac support and many other enhancements.
15258 * mpw-configure: New option --cc to select compiler to use,
15259 paste options set according to --cc into the generated
15260 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
15261 if mpw-make.sed is present.
15262 * mpw-config.in: Don't test for gC1, test for mpw-touch,
15263 add forward includes for PowerPC include files.
15264 * mpw-build.in: Build using Makefile.PPC if present.
15265 (do-byacc, etc): Remove separate version resource builds.
15266 (do-gas): Build "stamps" before "all".
15267 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
15268 * mpw-README: Update to reflect --cc option, PowerMac support,
15269 and recently-reported compatibility problems.
15270
15271 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
15272
15273 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
15274 embedded m68k systems (-aout, -coff, -elf, -vxworks).
15275 (--with-multilib-top): Pass to recursive invocations.
15276
15277 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
15278
15279 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
15280 v810-*-*.
15281
15282 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15283
15284 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
15285 gdb, ld and opcodes on v810-*-*.
15286
15287 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
15288
15289 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
15290 (local-maintainer-clean): New target.
15291 (maintainer-clean): New target.
15292 (realclean): Just depend upon maintainer-clean.
15293
15294 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15295
15296 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
15297
15298 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
15299
15300 * configure.in: Build ld in mips*-*-bsd* case.
15301
15302 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
15303
15304 * config.sub: Accept -lites* OS. From Ian Dall.
15305
15306 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
15307
15308 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
15309 targets.
15310
15311 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15312
15313 * configure.in: treat i386-win32 canadian cross the same as
15314 i386-go32 canadian cross.
15315
15316 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15317
15318 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
15319 running under the simulator to build a reduced set of libraries.
15320 (powerpc-*-eabiaix): Add fine grained multilib support added to
15321 other powerpc targets yesterday.
15322
15323 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15324
15325 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
15326 -disable-softfloat, -disable-relocatable, -disable-aix, and
15327 -disable-sysv to control which multilib libraries get built.
15328
15329 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15330
15331 * configure: Add Makefile.tem to list of files to remove in trap
15332 handler.
15333
15334 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
15335
15336 * config.guess (*Linux*): Add missing "exit"s.
15337 Also, need specific check for alpha-unknown-linux (uses COFF).
15338
15339 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
15340
15341 * config.guess: Merge with FSF:
15342
15343 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
15344 * config.guess (AIX4): More robust release numbering discovery.
15345
15346 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
15347 * config.guess (i386-sequent-ptx): Properly get version number.
15348
15349 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
15350 * config.guess (mips:*:4*:UMIPS): New case.
15351
15352 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
15353
15354 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
15355 (i386-win32 host): Likewise. Don't build readline.
15356
15357 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
15358
15359 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
15360 SUPPORT_FILES to submakes.
15361
15362 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
15363
15364 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
15365 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
15366 mpw-configure.
15367
15368 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
15369
15370 * configure.in (appdirs): Use =, not ==, in test expression when
15371 trying to build the text to print in the warning message for
15372 Solaris users.
15373
15374 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
15375
15376 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
15377
15378 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15379
15380 * config.guess: Recognize lynx-2.3.
15381
15382 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
15383
15384 * config.sub (z8ksim): Deleted
15385 (z8k-*-coff): New, this is the one true name of the target.
15386
15387 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
15388
15389 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
15390
15391 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
15392
15393 * config.guess (*:Linux:*:*): First try asking the linker what the
15394 default object file format is (elf, aout, or coff). Then if this
15395 fails, try previous methods.
15396
15397 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15398
15399 * configure.in: Don't build newlib for *-*-vxworks5.1.
15400
15401 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15402
15403 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15404 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15405
15406 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
15407
15408 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15409
15410 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
15411
15412 * cfg-ml-com.in: New file.
15413 * cfg-ml-pos.in: New file.
15414
15415 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15416
15417 * COPYING.NEWLIB: Add HP free copyright to list.
15418
15419 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15420
15421 * config.sub: Recognize -eabi* for the system, not just -eabi.
15422
15423 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
15424
15425 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15426 * config.sub, configure.in (win32): New target and host.
15427
15428 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
15429
15430 * configure.in: Add i386-pe configuration.
15431
15432 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
15433
15434 * mpw-build.in (install): Install GDB after LD.
15435
15436 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
15437
15438 * mpw-config.in (elf/mips.h): Always forward-include, needed
15439 for GDB to build.
15440
15441 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
15442
15443 * testsuite: New directory for customer acceptance and whole tool
15444 chain tests.
15445
15446 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15447
15448 * configure: If per-host line isn't found, but AC_OUTPUT is found
15449 and a configure script exists, run it instead.
15450
15451 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15452
15453 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
15454
15455 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
15456
15457 * configure: Set build_{cpu,vendor,os,alias} to host values when
15458 --build isn't specified.
15459
15460 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15461
15462 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15463 (FLAGS_TO_PASS): Pass them.
15464 (EXTRA_TARGET_FLAGS): Ditto.
15465
15466 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15467
15468 * Makefile.in (all-libg++): Depend on all-libstdc++.
15469
15470 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15471
15472 * configure.in (noconfigdirs): Enable all packages for
15473 i386-unknown-netbsd.
15474
15475 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
15476
15477 * configure.in (noconfigdirs): Don't configure tk for i386-go32
15478 hosted builds (DOS builds)
15479
15480 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15481
15482 Changes for ARM based on patches from Richard Earnshaw:
15483 * config.sub: Handle armeb and armel.
15484 * configure.in: Omit arm linker only for riscix.
15485
15486 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
15487
15488 * config.guess: Update from FSF.
15489
15490 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
15491
15492 * config.sub: Recognize powerpcle as the little endian variant of
15493 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
15494 powerpcle variant. Convert pentium into i586, not i486. Add p5
15495 alias for i586. Map new x86 variants p6, k5, nexgen into i586
15496 temporarily.
15497
15498 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
15499
15500 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15501
15502 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
15503
15504 * config.sub: Accept -lites* as a basic system type.
15505
15506 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
15507
15508 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15509 installed, and if so return linuxoldld as the system name.
15510
15511 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
15512
15513 * config.guess: Add hppa1.1-hp-lites support.
15514
15515 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
15516
15517 * configure.in: Don't build newlib for m68k-vxworks5.1.
15518
15519 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15520
15521 * configure.in (mips-sgi-irix6): Use mh-irix5.
15522
15523 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
15524
15525 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15526
15527 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15528
15529 * test-build.mk: Enable building of shared libraries on IRIX 5 and
15530 OSF/1. Fix compiler flags.
15531 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
15532
15533 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
15534
15535 * configure.in: Recognize --with-newlib.
15536 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15537
15538 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15539
15540 * Makefile.in: move {all,check,install}-gdb from *_MODULES
15541 to *_X11_MODULES due to gdbtk needing X include files et al.
15542
15543 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
15544
15545 Merge in support for Mac MPW as a host.
15546 (Old change descriptions retained for informational value.)
15547
15548 * mpw-config.in: Add generic include forwards for cpu-specific
15549 include files in aout and elf directories.
15550
15551 * mpw-configure: Added copyright.
15552 * mpw-config.in: Check for presence of required build tools.
15553 (target_libs): Add newlib.
15554 (target_tools): Add examples.
15555 (Read Me): Generate as "Read Me for MPW" instead.
15556 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15557 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15558 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15559
15560 * mpw-configure: Remove subdir-specific makefile hackery,
15561 delete mk.tmp after using it.
15562
15563 * mpw-build.in (all): Display start and end times.
15564
15565 * mpw-configure (host_canonical): Set.
15566 (target_cpu): Always add to makefiles.
15567 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15568 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15569 (mpw-mh-mpw): Look for in srcdir and srcroot.
15570 Use sed instead of mpw-edit-prefix to edit prefix definitions.
15571
15572 * mpw-build.in: (install-only): New target.
15573
15574 * mpw-configure (host_alias, target_alias): Rename from hostalias
15575 and targetalias, add into generated Makefile.
15576 (mk.tmp): If present, add into generated Makefile.
15577 * mpw-build.in (all-gas): Build config.h first before gas proper.
15578
15579 * mpw-configure (config.status): Write only if changed.
15580 * mpw-config.in (readline): Configure it (not built, just used for
15581 definitions).
15582
15583 * mpw-config.in (elf/mips.h): Add a forward include.
15584
15585 * mpw-config.in: Forward-include most .h files in include into
15586 extra-include.
15587 (readline): Don't build.
15588 mpw-build.in (install): Install GDB.
15589
15590 * mpw-configure (prefix, mpw_prefix): Handle it.
15591 * mpw-config.in (mmalloc, readline): Don't configure.
15592 * mpw-build.in (thisscript): Rename to ThisScript.
15593 Use mpw-build instead of BuildProgram everywhere.
15594 (mmalloc, readline): Don't build.
15595 * mpw-README: New file, basic documentation about the MPW port.
15596
15597 * mpw-config.in: Use forward-include to create include files.
15598
15599 * mpw-configure: Add more things to the top of each configured
15600 Makefile, including contents of config/mpw-mh-mpw.
15601 * mpw-config.in (extra-include): Create this directory and fill it
15602 with Posix-like include files when configuring.
15603
15604 * config.sub (apple, mac, mpw): Add various aliases.
15605
15606 * mpw-build.in: New file, top-level build script fragment for MPW.
15607 * mpw-configure: New file, configure script for MPW.
15608 * mpw-config.in: New file, config fragment for MPW.
15609
15610 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15611
15612 * configure.in (host_libs): Remove glob, since it is gone from the
15613 sources.
15614
15615 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15616
15617 * Makefile.in: define empty GDB_NLM_DEPS var.
15618
15619 * configure.in(target_makefile_frag): use config/mt-netware
15620 for netware targets.
15621
15622 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
15623
15624 * config.sub: Merge in recent FSF changes. Remove linux special
15625 cases.
15626
15627 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15628
15629 Revert this change:
15630
15631 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15632
15633 * build-all.mk: Use CC=cc -Xs on Solaris.
15634
15635 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15636
15637 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
15638 stop using it.
15639 * Makefile.in: Nuke all references to glob subdirectory.
15640
15641 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15642
15643 * configure.in: Fix --enable-shared logic in per-host.
15644
15645 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
15646
15647 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15648
15649 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15650
15651 * configure.in (noconfigdirs): Don't build gas on AIX, for
15652 powerpc*-*-aix* as well as for rs6000*-*-aix*.
15653
15654 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
15655
15656 * configure: Fix --cache-file to work if the file argument is a
15657 relative path.
15658
15659 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
15660
15661 * configure: If the --cache-file is used, pass it down to
15662 configure in subdirectories.
15663
15664 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
15665
15666 * config.sub: add vxworks29k configuration.
15667
15668 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15669
15670 * Makefile.in (taz): Do "diststuff" part quietly.
15671
15672 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
15673
15674 * config.sub: Mini-merge with gcc/config.sub.
15675
15676 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15677
15678 * config.guess (IRIX): Sed - to _.
15679
15680 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15681
15682 * Makefile.in (source-vault, binary-vault): New targets.
15683
15684 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
15685
15686 * config.sub: Recognize -eabi as a basic system type.
15687
15688 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15689
15690 * configure.in (enable_shared stuff): Fix typo.
15691
15692 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
15693
15694 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15695
15696 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15697
15698 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15699
15700 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
15701
15702 * configure.in (rs6000-*-*): Don't build gas.
15703
15704 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
15705
15706 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15707 reduce command line length.
15708 (AS_FOR_TARGET): Check for as.new, not Makefile.
15709 (NM_FOR_TARGET): Check for nm.new, not Makefile.
15710
15711 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
15712
15713 * config.guess: Merge from FSF.
15714
15715 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15716
15717 * configure: Don't use $ when handling program_suffix.
15718
15719 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
15720
15721 * configure.in: Configure tk for hppa/hpux.
15722
15723 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
15724
15725 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
15726
15727 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15728
15729 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
15730 to LIBCXXFLAGS. Tests are better run without it.
15731
15732 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
15733
15734 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15735
15736 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
15737
15738 * configure.in (*-*-netware*): Don't configure xiberty.
15739
15740 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
15741
15742 * configure.in: Remove tk from native_only list.
15743
15744 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
15745
15746 * build-all.mk: Add mips-ncd-elf target to sun4 targets
15747 for special NCD build.
15748
15749 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15750
15751 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15752 makeall.bat, they're only useful for binutils snapshots.
15753 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15754 makeall.bat to specified SUPPORT_FILES.
15755
15756 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
15757
15758 * build-all.mk: Add Ericsson targets to sun4 and solaris
15759 hosts. Add BNR's sun4 target to solaris host, so their
15760 build-from-source will be tested in-house first.
15761
15762 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15763
15764 * Makefile.in (LIBCFLAGS): New variable.
15765 (CFLAGS_FOR_TARGET): Ditto.
15766 (LIBCFLAGS_FOR_TARGET): Ditto.
15767 (LIBCXXFLAGS): Ditto.
15768 (CXXFLAGS_FOR_TARGET): Ditto.
15769 (LIBCXXFLAGS_FOR_TARGET): Ditto.
15770 (BASE_FLAGS_TO_PASS): Pass them.
15771 (EXTRA_TARGET_FLAGS): Ditto.
15772
15773 * configure.in: Support --enable-shared.
15774
15775 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
15776
15777 * configure.in (target_libs): Include libstdc++ again.
15778 * config.guess: Update from FSF (for FreeBSD).
15779
15780 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15781
15782 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15783 makeall.bat.
15784 (DISTDOCDIRS): Add `etc'.
15785 (ETC_SUPPORT_PFX): New variable.
15786 (taz): Include anything from etc starting with a word in
15787 ETC_SUPPORT_PFX.
15788
15789 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15790
15791 * config.sub: Update for recent FSF changes. Remove obsolete
15792 h8300hds entry. Add -windows* and -osx as basic os. Minor
15793 spacing changes.
15794
15795 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15796
15797 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
15798
15799 * config.guess: Merge with FSF.
15800 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15801
15802 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15803
15804 * configure: Since the "trap 0" handler will override the exit
15805 status on many systems, only use it for "exit 1", and make it set
15806 a non-zero exit status; reset it before "exit 0". Also, check
15807 exit status of config.sub, and error out if it failed.
15808
15809 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
15810
15811 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15812 and install libgloss.
15813
15814 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15815
15816 * Makefile.in (all-binutils): Depend upon all-byacc.
15817
15818 * configure.in: Don't build emacs on Irix 5.
15819
15820 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15821
15822 * configure.in (*-*-netware*): Add libio.
15823
15824 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15825
15826 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15827 (CHECK_TARGET_MODULES): Ditto.
15828 (INSTALL_TARGET_MODULES): Ditto.
15829 (TARGET_LIBS): Ditto.
15830 (all-libstdc++): Note dependencies.
15831
15832 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15833
15834 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15835
15836 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15837
15838 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15839 -fexternal-templates.
15840
15841 * configure.in (target_libs): Add libstdc++.
15842 (noconfigdirs): Add libstdc++ as appropriate.
15843
15844 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15845
15846 * config.guess: Update from FSF.
15847
15848 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15849
15850 * configure: Use ${config_shell} when running ${configsub}.
15851
15852 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
15853
15854 * config.sub: No longer recognize h8300h.
15855
15856 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15857
15858 * config.sub: Remove extraneous differences between config.sub and
15859 gcc/config.sub.
15860
15861 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15862
15863 * Makefile.in (DISTSTUFFDIRS): Add gas.
15864
15865 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
15866
15867 * COPYING.NEWLIB: New file.
15868
15869 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
15870
15871 * config.guess (HP-UX): Patch from Harlan Stenn
15872 <harlan@landmark.com> to also emit release level.
15873
15874 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15875
15876 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15877
15878 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
15879
15880 * config.sub: Merge nextstep cleanup from FSF.
15881
15882 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15883
15884 * configure.in (arm-*-*): Don't configure ld for this target.
15885
15886 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15887
15888 * configure.in (*-*-netware): don't configure libg++, libio,
15889 librx, or newlib.
15890
15891 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15892
15893 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
15894 configure ld--it works, but it doesn't support shared libraries.
15895
15896 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15897
15898 * config.guess (*-unknown-freebsd*): Get rid of possible
15899 trailing "(Release)" in version string.
15900 Patch from Paul Richards <paul@isl.cf.ac.uk>.
15901
15902 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
15903
15904 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15905 Fix type: *-next-neststep -> *-next-nextstep.
15906
15907 * config.guess: Merge from FSF:
15908
15909 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15910
15911 * config.guess: Recognize powerpc-ibm-aix3.2.5.
15912
15913 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15914
15915 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15916 instead of UNIX_SV for UnixWare 1.0).
15917
15918 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
15919
15920 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
15921 to make gdb/nlm/* build after the compiler and linker.
15922
15923 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
15924
15925 * config.guess (netbsd, freebsd, linux): Accept any machine,
15926 not just i[34]86.
15927 (m68k-atari-sysv4): Relocate to match FSF version.
15928
15929 * config.guess: More merges from the FSF:
15930
15931 Add a space before function call or macro invocation.
15932
15933 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15934
15935 * config.guess: Add trap cmd to remove dummy.c and dummy when
15936 interrupted.
15937
15938 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15939
15940 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15941 (dummy): Redirect stderr from compilation of dummy.c.
15942
15943 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
15944
15945 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15946
15947 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
15948
15949 * configure: Accept and ignore --cache*, for compatibility with
15950 new autoconf.
15951
15952 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
15953
15954 * config.guess: Merge from FSF:
15955
15956 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15957
15958 * config.guess (Pyramid*:OSx*:*:*): New case.
15959 (PATH): Add /.attbin at end for finding uname.
15960 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
15961
15962 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
15963
15964 * config.guess (M88*:DolphinOS:*:*): New case.
15965
15966 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
15967
15968 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15969 to select whether to use ELF or COFF.
15970
15971 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15972
15973 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15974
15975 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
15976
15977 * config.guess: Guess the OS version for HPUX.
15978
15979 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
15980
15981 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15982
15983 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15984
15985 * configure.in: Recognize --with-headers, --with-libs, and
15986 --without-newlib.
15987 * Makefile.in (all-xiberty): Depend upon all-ld.
15988
15989 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15990
15991 * configure.in: Change i[34]86 to i[345]86.
15992
15993 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15994
15995 * configure (version): A few more tweaks to help message.
15996
15997 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
15998
15999 * Makefile.in: Remove (for now) librx as a host library,
16000 now that we're building it for target.
16001
16002 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16003
16004 * configure: Fix up help message; from karl@owl.hq.ileaf.com
16005 (Karl Berry).
16006
16007 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
16008
16009 * configure.in: Also configure librx.
16010
16011 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16012
16013 * Makefile.in: Update various rules to reflect that librx
16014 is now needed for libg++.
16015
16016 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16017
16018 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16019
16020 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
16021
16022 * configure.in: Configure the examples directory.
16023
16024 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16025
16026 * configure: Simplify Jun 2 1994 change.
16027
16028 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16029
16030 * change CC to /usr/latest/bin/gcc for lynx host builds, since
16031 /bin/gcc isn't good enough to build gcc.
16032
16033 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
16034
16035 * Makefile.in (GDB_SUPPORT_FILES): Remove
16036 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
16037 (gdb.tar.gz): Add new rule to use standard distribution building
16038 mechanism.
16039
16040 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16041
16042 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
16043 Bill Cox <bill@cygnus.com>.
16044
16045 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
16046
16047 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
16048
16049 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
16050
16051 * configure: Search current dir first in .gdbinit.
16052
16053 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
16054
16055 * config.sub: Recognize freebsd (merged from gcc config.sub).
16056
16057 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
16058
16059 * config.sub: Refer to NeXT's operating system as nextstep.
16060
16061 * config.sub (case $basic_machine): Re-order the cases, to match
16062 the order in the FSF version (which is mostly alphabethical).
16063 Merge in some additions and changes from the FSF.
16064
16065 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
16066
16067 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16068 * config.sub: Recognize cxux7.
16069 * configure.in: Use mh-cxux for m88k-harris-cxux*.
16070
16071 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16072
16073 * config.sub: Fix typo powerpc -> powerpc-*.
16074
16075 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
16076
16077 * Makefile.in: `all-emacs19' depends on `all-byacc'.
16078
16079 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16080 parallel with all-emacs and install-emacs). Top-level command
16081 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16082
16083 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16084
16085 * test-build.mk ($(host)-stamp-stage2-installed): Remove
16086 $(relbindir)/make before doing ``make install'', and use
16087 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
16088 installing over running make binary.
16089 ($(host)-stamp-stage3-installed): Likewise.
16090
16091 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16092
16093 * config.guess: Recognize Mach.
16094
16095 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16096
16097 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16098 see whether --exec-prefix was used.
16099
16100 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16101
16102 * README: Explicitly mention libg++/README. (Zoo's idea.)
16103
16104 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16105
16106 * Makefile.in: Add all-librx target similar to all-libproc.
16107
16108 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
16109
16110 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
16111 with post 1.2 uname bogosity.
16112
16113 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16114
16115 * configure: Remove temporary files on receipt of a signal.
16116
16117 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
16118
16119 * configure: If there is a package_makefile_frag, remove
16120 ${subdir}/Makefile.tem after copying it in.
16121
16122 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16123
16124 * build_all.mk: support rs6000 lynx identifies itself as
16125 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
16126 since /bin/gcc is too feeble to compile a modern gcc.
16127
16128 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16129
16130 * brought devo/test-build.mk update-to-date with progressive/
16131 test-build.mk. Add lynx targets and hppa flag info.
16132
16133 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16134
16135 * configure.in: Use mh-ncrsvr43. Patch from
16136 Tom McConnell <tmcconne@sedona.intel.com>.
16137
16138 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
16139
16140 * config.guess (i386-unknown-bsdi): No longer need to
16141 check #if defined(__bsdi__) && defined(__i386__).
16142
16143 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16144
16145 * configure: Set program_transform_nameoption correctly.
16146
16147 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16148
16149 * brought build-all.mk update-to-date with progressive build-all.mk,
16150 added new targets and hppa info.
16151
16152 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16153
16154 * configure: If config.guess result is a prefix of the user
16155 specified target, assume a native build and use the user specified
16156 target as the host alias. Remove SunOS patch suffix removal hack.
16157 * configure.in: Remove SunOS patch suffix removal hack.
16158
16159 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
16160 in NATIVE_CHECK_MODULES.
16161
16162 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
16163
16164 * Makefile.in: Rename HOST_ONLY to NATIVE.
16165 * configure: Delete SunOs patch suffix from host_canonical
16166 and build_canonical variables that are prepended to Makefiles.
16167 * configure.in: Add comments for easier maintenance.
16168
16169 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16170
16171 * Makefile.in: Add all-libproc target similar to all-gui.
16172
16173 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
16174
16175 * Makefile.in (CHECK_MODULES): split into
16176 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
16177
16178 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
16179
16180 * config.guess (i386-unknown-bsdi): New system to guess.
16181
16182 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16183
16184 * Makefile.in: Add all-gui target (but not yet build by "all").
16185
16186 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
16187
16188 * config.sub: Move deletion of patch suffix from here...
16189 * configure.in: To here, at Ian's suggestion. The top-
16190 level scripts might need to know of a patch level.
16191
16192 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
16193
16194 * config.sub: Strip off patch suffix so rtl is recognized
16195 as a sunos4.1.3 machine, even though it's been patched.
16196
16197 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
16198
16199 * Makefile.in (INSTALL_LAST): Delete.
16200 (INSTALL_DOSREL): New.
16201
16202 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16203
16204 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
16205 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
16206 whether we pass down --with-gnu-ld anyhow.
16207
16208 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
16209
16210 * Makefile.in (INSTALL_LAST): Change operation so it works
16211 on more flavors of make.
16212 * configure.in (go32): Don't build libg++ or libio.
16213
16214 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
16215
16216 * Makefile.in (Move HOST_PREFIX_1 and friends up so
16217 they can be overriden by templates.
16218
16219 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
16220
16221 * configure.in (target==go32): Don't build gdb.
16222 * dosrel: New directory.
16223
16224 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
16225
16226 * configure.in (host==go32): Configure dosrel too.
16227 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
16228 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
16229 be set by incoming names or templates.
16230 (INSTALL_LAST): New rule.
16231
16232 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
16233
16234 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
16235
16236 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16237
16238 * configure.in (appdirs): New variable. Currently empty, but will
16239 be used in gas distribution. If nonempty, lists a set of
16240 directories at least one of which must get configured, or top
16241 level configuration is considered to have failed.
16242 (rs6000-*-lynxos*): Use new file name.
16243
16244 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16245
16246 Eliminate XTRAFLAGS.
16247 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
16248 newlib include files using -idirafter, and also use -nostdinc.
16249 (CXX_FOR_TARGET): Likewise.
16250 (XTRAFLAGS): Removed.
16251 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
16252 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
16253 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
16254 ($(DO_X)): Don't pass down XTRAFLAGS.
16255
16256 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16257
16258 * configure.in (mips*-dec-bsd*): New target; do build linker.
16259 (mips*-*-bsd*): New target; don't build linker.
16260
16261 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16262
16263 * configure.in: support rs6000-*-lynxos* configuration.
16264 support sunos4 as a cross target.
16265
16266 * config.sub: look for lynx*, not lynx since the OS version may
16267 legitimately be part of the name.
16268
16269 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16270
16271 * configure.in (i[34]86-*-sco*): Move to be with other i386
16272 targets.
16273 (romp-*-*): New target. Skip various binary utilities.
16274 (vax-*-*): New target. Don't build newlib.
16275 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
16276
16277 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16278
16279 * configure.in: Only set host_makefile_frag if config
16280 directory exists.
16281
16282 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16283
16284 * install.sh: If $dstdir exists, don't check whether each
16285 component does.
16286
16287 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16288
16289 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
16290
16291 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
16292
16293 * configure.in (*-*-lynxos*): Don't configure newlib for either
16294 native or cross Lynx.
16295
16296 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
16297
16298 * config.sub (sparc64-elf): Fix os.
16299 (z8k): Remove duplicate.
16300
16301 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16302
16303 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
16304 gcc/stmp-fixproto, to try to prevent fixproto from being run.
16305
16306 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
16307
16308 * configure: Make file links cleanly even if Lynx fails on
16309 an NFS symlink (at least fail cleanly).
16310
16311 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16312
16313 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
16314 -XNh2000.
16315
16316 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16317
16318 * configure: Unknown options are fatal again.
16319
16320 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
16321
16322 * configure: Ignore --x-includes and --x-libraries, for Autoconf
16323 compatibility.
16324
16325 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
16326
16327 * build-all.mk: Add `clean' target.
16328
16329 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16330
16331 * config.guess: Add SINIX support.
16332 * configure.in: Add mips-*-sysv4* support.
16333
16334 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
16335
16336 * build-all.mk: Document all useful targets.
16337 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
16338 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
16339
16340 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16341
16342 * configure: Support --silent, --quiet.
16343
16344 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16345
16346 * configure: Support --disable-FEATURE.
16347
16348 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16349
16350 * config.guess: Recognize NCR running SVR4.3.
16351
16352 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
16353
16354 * config.guess: Make BSDI generate i386-unknown-bsd386.
16355 Patch from Paul Eggert <eggert@twinsun.com>.
16356
16357 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16358
16359 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
16360
16361 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16362
16363 * configure: Make unrecognized options give nonfatal warnings
16364 instead of fatal errors, and pass them to any subdirectory
16365 configures in case they recognize them.
16366 Make --x equivalent to --with-x.
16367
16368 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16369
16370 * configure: Add --enable-* options. Clean up usage message and
16371 some comments.
16372
16373 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
16374
16375 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
16376
16377 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16378
16379 * configure.in (hppa*-*-*): Enable binutils.
16380
16381 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16382
16383 * config.sub: Recognize cisco.
16384
16385 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
16386
16387 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
16388
16389 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16390
16391 * config.guess: about target *-hitachi-hiuxwe2, don't print more
16392 than one configuration name. Add comment.
16393
16394 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
16395
16396 * config.guess: about target *-hitachi-hiuxwe2, fixed
16397 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
16398 macro is incorrect.]
16399
16400 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16401
16402 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16403 than the "make ls" stuff which used to be here.
16404
16405 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16406
16407 * config.guess: Recognize i[34]86-unknown-freebsd.
16408 From Shawn M Carey <smcarey@rodan.syr.edu>.
16409
16410 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
16411
16412 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16413
16414 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
16415
16416 * config.guess: Check for ptx.
16417
16418 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
16419
16420 * config.sub: Add os9k checking.
16421
16422 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16423
16424 * config.guess: Handle OSF1 running on HPPA processors
16425
16426 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16427
16428 * configure: If subdir configure fails, print out a message with
16429 subdirectory name, in case subdir's configure code didn't identify
16430 itself.
16431
16432 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
16433
16434 * configure.in: Remove embedded newlines from configdirs.
16435 Avoid mismatches of substrings. Fix matching strings at end
16436 of configdirs.
16437
16438 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
16439
16440 * config.guess: Add Lynx/rs6000 config support.
16441
16442 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16443
16444 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16445
16446 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
16447
16448 * configure.in (hppa*-*-osf*): Treat this just like most other
16449 PA configurations (eg no binutils or ld).
16450 (hppa*-*-*elf*): These configurations have binutils and ld.
16451
16452 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16453
16454 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
16455
16456 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16457
16458 * configure.in (rs6000-*-*): Build gas.
16459
16460 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16461
16462 * Makefile.in: Avoid bug in losing hpux sed.
16463
16464 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16465
16466 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16467 for GDB and GDB has been fixed to not need it.
16468
16469 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16470
16471 * config.guess: Recognize vax hosts.
16472
16473 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16474
16475 * configure (while loop): Don't use "break 2" inside case
16476 statement -- the case statement isn't an enclosing loop.
16477
16478 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
16479
16480 * config.guess: Clean up NeXT support, to allow nextstep
16481 on Intel machines. Make OS be nextstep.
16482
16483 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
16484
16485 * config.guess: Add alternate forms for Convex.
16486
16487 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
16488
16489 * configure: Completely rewrite option processing. Take
16490 advantage of pattern-matching to avoid invoking test frequently.
16491 Also clean up host and target defaulting logic.
16492
16493 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16494
16495 * Makefile.in: Replace all occurrances of "rootme" with "r" and
16496 "$${rootme}" with "$$r", to increase the likelihood that the do-*
16497 commands (plus user environment) will fit SCO limits.
16498
16499 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16500
16501 * configure.in: Don't issue warnings about directories which are
16502 not being configured if -norecursion is set. Correct test for
16503 --with-gnu-as and --with-gnu-ld to not get confused by substring
16504 matches.
16505
16506 * configure.in: Don't build gas for alpha-dec-osf1*.
16507
16508 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
16509
16510 * configure: Back out Per's change of 12/19/1993. It changes the
16511 behavior of configure in unexpected and confusing ways.
16512
16513 Also, use different delim char when calculating
16514 program_transform_name so that the name can contain slashes.
16515
16516 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
16517
16518 * configure.in, config.sub: Add support for VSTa micro-kernel.
16519
16520 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
16521
16522 * configure.in: Nuke hacks which were used to get a special
16523 version of GAS for HPPA configurations.
16524
16525 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
16526
16527 * configure: If only ${target_alias} is given, use that
16528 as the default for ${host_alias}.
16529 * configure: Add missing back-slashes before nested quotes.
16530
16531 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16532
16533 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16534
16535 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
16536
16537 * config.guess: Recognize some Tektronix configurations.
16538 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16539
16540 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16541
16542 * config.sub: Match any flavor of SH.
16543
16544 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
16545
16546 * configure.in: Don't try to configure newlib for Alpha.
16547
16548 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16549
16550 * configure.in: Don't build ld for Irix 5. Don't build gas,
16551 libg++ or libio for any Alpha target.
16552
16553 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
16554
16555 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
16556
16557 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16558 default arguments -- so it tried to compress itself.
16559
16560 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16561
16562 * configure.in (notsupp): ensure that a space is always at the end
16563 of the configdirs list, since the grep checks for an explicit space
16564
16565 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16566
16567 * configure.in (target i386-sysv4.2): don't build ld, since static
16568 versions of many libraries are not available.
16569
16570 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16571
16572 * config.guess: Recognize Apollos (using environment variables).
16573 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16574
16575 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16576
16577 * config.guess: Recognize Sony news mips running newsos.
16578
16579 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
16580
16581 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16582 "fi ; else" for bash.
16583
16584 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
16585
16586 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16587
16588 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
16589
16590 * config.sub: accept unixware as an alias for svr4.2.
16591 Fix some inconsistancies with the gcc version.
16592
16593 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16594
16595 * Makefile.in (DISTDOCDIRS): Add gdb.
16596
16597 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
16598
16599 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
16600
16601 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16602
16603 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16604 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16605 this now.
16606
16607 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16608
16609 * config.sub: Accept hiux* as an OS name.
16610
16611 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16612 etc/make-stds.texi. The underscore came from gcc, and dje now
16613 agrees that RUNTESTFLAGS is the correct name.
16614
16615 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
16616
16617 * install.sh: Remove 'set -e'. It makes any conditionals
16618 in the script useless.
16619
16620 * config.guess: Automatically recognize arm-acorn-riscix
16621 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16622
16623 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
16624
16625 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16626
16627 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16628
16629 * Makefile.in (DISTDOCDIRS): New variable.
16630 (taz): Edit local Makefile.in sooner, instead of proto-toplev
16631 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
16632
16633 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16634
16635 * configure.in (hppa target): check the source directory for the
16636 pagas sub-directory
16637
16638 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
16639
16640 * config.sub: Allow -aout* and -elf*.
16641
16642 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16643
16644 * configure.in: Don't build ld on i386-solaris2, same as for
16645 sparc-solaris2.
16646
16647 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
16648
16649 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16650
16651 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16652
16653 * configure.in: Configure gdb for alpha.
16654
16655 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16656
16657 * Makefile.in (CXXFLAGS): Add -O.
16658
16659 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16660
16661 * config.guess: added support for DG Aviion
16662
16663 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16664
16665 * configure.in: Produce warning message for subdirectories not
16666 configurable for this host/target combination. Don't try to
16667 configure gdb for vms.
16668
16669 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16670
16671 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16672 appropriate files before making "diststuff".
16673 (DISTBISONFILES): New var: list of files to be edited.
16674 (DISTSTUFFDIRS): Add binutils.
16675
16676 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16677
16678 * config.sub: also handle mipsel and mips64el (for little endian mips)
16679
16680 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16681
16682 * configure.in: Add * to end of all OS names.
16683
16684 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
16685
16686 * configure.in: Build newlib for LynxOS native.
16687
16688 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16689
16690 * config.guess: Add support for delta 88k running SVR3.
16691
16692 * configure.in: Add comment about HP compiler vs. emacs.
16693
16694 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16695
16696 * configure.in: don't build ld on solaris2 (not a viable option
16697 due to bugs in getpwnam & getpwuid)
16698
16699 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16700
16701 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16702 config.guess will produce a full version number.
16703
16704 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16705
16706 * configure.in: Build linker and binutils for alpha-dec-osf1.
16707
16708 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16709
16710 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16711 and gdb/testsuite/Makefile.in.
16712
16713 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16714
16715 * configure.in: recognize mips*- instead of mips-
16716
16717 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
16718
16719 * config.sub: Accept linux*coff and linux*elf as operating
16720 systems.
16721
16722 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16723
16724 * config.sub: Recognize mips64, and mips3 as an alias for it.
16725
16726 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16727
16728 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16729 gdb knows how to handle OSF/1 shared libraries.
16730
16731 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16732
16733 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16734 * config.guess: Recognize Hitachi's HIUX.
16735 * config.sub: Recognize h3050r* and hppahitachi.
16736 Remove redundant cases for hp9k[23]*.
16737
16738 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16739
16740 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16741 if gas and ld are in the source tree and are in ${configdirs}.
16742 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
16743 --with options (but still pass them down on the command line,
16744 if they were explicitly specified).
16745
16746 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16747
16748 * configure: substitute SHELL value in Makefile.in with
16749 ${CONFIG_SHELL}
16750
16751 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16752
16753 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16754 *-*-solaris2* targets.
16755
16756 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16757
16758 * Makefile.in: define M4, and pass it down to sub-makes;
16759 all-autoconf now depends on all-m4
16760
16761 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16762
16763 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16764 presence of {ar,ranlib} instead of a configured directory
16765
16766 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
16767
16768 * config.guess: Accept 34?? as well as 33?? for NCR.
16769
16770 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16771
16772 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16773 of 'gas' in sed commands, since 'gash' is now in the tree as well.
16774
16775 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16776
16777 * configure: grab values for $(CC) and $(CXX) from the
16778 environment, so that someone can do "CC=gcc configure; make" and
16779 have it work right (matching the way that autoconf works now)
16780
16781 * configure.in, Makefile.in: add support for gash, the tcl
16782 interface to Galaxy
16783
16784 * config.guess: add NetBSD variants (hp300, x86)
16785
16786 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
16787
16788 * install.sh: Support -d option (in the manner of SunOS 4 install,
16789 as it is more deterministic than that of GNU install)
16790 (chmodcmd): Set file to mode 755 by default (should also do default
16791 chgrp and chown, but I don't feel like dealing with that now)
16792
16793 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
16794
16795 * config.sub: Remove h8300hhms alias.
16796
16797 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16798
16799 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16800
16801 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16802
16803 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16804 as stmp-fixinc
16805
16806 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16807
16808 * config.sub: recognize m88110-bug-coff.
16809
16810 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16811
16812 * Makefile.in (all-libio): all dependencies on the toolchain used
16813 to build this (gcc, gas, ld, etc)
16814
16815 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16816
16817 * config.guess: Deal with OSF/1 1.3 on alpha.
16818
16819 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16820
16821 * install.sh: add some 'else true' clauses for portability
16822
16823 * configure.in: don't build libio for h8[35]00-*-* targets
16824
16825 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
16826
16827 * Makefile.in: Add support for new libio.
16828
16829 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16830
16831 * install.sh: If one command fails, don't try the rest. Don't try
16832 to remove $dsttmp (via trap) unless we have already created it.
16833 If $src doesn't exist, detect it and exit with an error.
16834
16835 * config.guess: Recognize BSD on hp300.
16836
16837 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
16838
16839 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16840 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16841
16842 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
16843
16844 * Makefile.in (all-send-pr): depends on all-prms
16845
16846 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16847
16848 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16849
16850 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16851
16852 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16853 Added test for mips-mips-riscos5.
16854
16855 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16856
16857 * configure.in: use mh-hp300 for 68k HP hosts
16858
16859 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16860
16861 * configure: add support for CONFIG_SHELL, so that you can use
16862 some alternate shell for evaluating configure scripts
16863
16864 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
16865
16866 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
16867 in configure script to bug-gdb@prep.ai.mit.edu when building
16868 distribution archive.
16869 * Makefile.in (COMPRESS): Remove def.
16870 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
16871 gdb.tar.Z and make-gdb.tar.Z respectively.
16872 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
16873 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
16874 to convergence with 'taz' target in Makefile.in.
16875
16876 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16877
16878 * install.sh (dsttmp): use trap to ensure that tmp files go
16879 away on error conditions
16880
16881 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16882
16883 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16884
16885 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16886
16887 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16888 its parent is '/' not ''.
16889
16890 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16891
16892 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
16893
16894 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16895 that ${newsrcdir}/configure.in does.
16896
16897 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16898
16899 * test-build.mk: support for CONFIG_SHELL
16900
16901 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
16902
16903 * config.sub (netware): Add as a basic system type.
16904
16905 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16906
16907 * Makefile.in (Makefile): depend on configure.in. Also drop the
16908 $(srcdir)/ from the dependency on Makefile.in.
16909
16910 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
16911
16912 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16913 (h8300hhms is temporary until multi-libraries are implemented).
16914 * configure.in: Handle h8300h too.
16915
16916 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16917
16918 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16919
16920 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
16921
16922 * configure: Remove extraneous output when guessing host type.
16923 * config.guess: Remove extraneous output when guessing using C
16924 compiler rather than uname, or when guessing fails.
16925
16926 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
16927
16928 * Makefile.in: remove all.cross and install.cross targets
16929
16930 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16931 definitions
16932
16933 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
16934
16935 * configure.in (target sh): Build gprof.
16936
16937 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16938
16939 * config.sub: change -solaris to -solaris2
16940
16941 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16942
16943 * configure.in: Use config/mh-riscos for mips-*-sysv*.
16944
16945 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
16946
16947 * configure: Correct error message for missing Makefile.in to
16948 print correct directory.
16949
16950 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16951
16952 * install.sh: kludge around 386BSD shell bug
16953
16954 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
16955
16956 * config.guess: Recognize NeXT.
16957 * config.guess: Recognize i486-ncr-sysv4.
16958 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
16959
16960 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
16961
16962 * Makefile.in (MAKEINFOFLAGS): New variable.
16963 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16964 * build-all.mk, test-build.mk: Pass down --no-split as
16965 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
16966
16967 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
16968
16969 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
16970
16971 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
16972
16973 * Makefile.in (libg++.tar.z): New rule.
16974 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
16975 * Makefile.in (taz): Only do a single chmod.
16976
16977 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16978
16979 * install.sh: don't use dirname anymore (replaced with sed usage)
16980
16981 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
16982
16983 * Makefile.in: Change extension for gzip'd files from '.z' to
16984 '.gz' per new FSF standard usage.
16985
16986 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16987
16988 * configure: put quotes around the final value of program_transform_name
16989
16990 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16991
16992 * Makefile.in: new install.sh support; update install-info rules
16993
16994 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
16995
16996 * configure.in: Build diff for crosses, but not for go32 host.
16997
16998 * configure.in: Build gprof only for native, and don't build it
16999 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17000
17001 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
17002
17003 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17004
17005 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17006
17007 * configure.in (host_tools): Add prms.
17008
17009 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17010
17011 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17012 with $(FLAGS_TO_PASS) on the command line
17013
17014 * config.sub: Recognize lynx and lynxos
17015
17016 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
17017
17018 * config.sub: Accept -ecoff*, not just -ecoff.
17019
17020 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17021
17022 * Makefile.in (taz): Use .gz suffix instead of .z.
17023 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17024 names.
17025
17026 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17027
17028 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17029
17030 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17031
17032 * Makefile.in (install-no-fixedincludes): install gcc last, so
17033 that rebuilds that might happen during 'make install' don't get
17034 bogus gcc include files
17035
17036 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17037
17038 Change from Utah for HPPA support:
17039 * config.guess: Recognize hppa1.x-hp-bsd.
17040
17041 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
17042
17043 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
17044 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17045
17046 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
17047
17048 * config.sub: Add support for rom68k and bug boot monitors.
17049
17050 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
17051
17052 * Makefile.in: Make all-opcodes depend on all-bfd.
17053
17054 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
17055
17056 * config.guess: Added special check for i[34]86-univel-sysv4*.
17057
17058 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
17059
17060 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17061 the processor rather than assuming i486.
17062
17063 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17064
17065 * config.guess: Recognize SunOS6 as Solaris3.
17066
17067 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
17068
17069 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
17070 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17071
17072 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
17073
17074 * build-all.mk (all-cross): New target for Canadian Cross.
17075 Added Q2 go32 targets.
17076 * test-build.mk: Configure go32 cross sparclite-aout and
17077 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
17078 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17079
17080 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17081
17082 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17083 GO32 hosted toolchains
17084
17085 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
17086
17087 * configure: change so "-exec-prefix" gets passed down rather
17088 than "-exec_prefix" so autoconf generated Makefiles get the
17089 exec_prefix set right.
17090
17091 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17092
17093 * config.guess: get the Solaris2 minor version number
17094
17095 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17096
17097 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17098
17099 * config.guess: Recognize some Sequent platforms.
17100
17101 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17102
17103 * Makefile.in: added the vault-install target
17104
17105 * configure.in: actually use the Sun3 makefile fragment that's in
17106 config, also added the release dir to configdirs
17107
17108 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17109
17110 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
17111
17112 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17113
17114 * configure.in: remove some program from Alpha targetted toolchains
17115
17116 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
17117
17118 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
17119 gprof.
17120 (taz): Run "make diststuff" in those directories instead of "make
17121 proto-dir". Look for "VERSION=" only at start of line in subdir
17122 Makefile. Use "gzip -9" for compression.
17123 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
17124 (binutils.tar.z): New target.
17125
17126 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17127
17128 * Makefile.in (taz): Include gpl.texinfo.
17129
17130 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17131
17132 * Makefile.in (setup-dirs): Merged into "taz" target.
17133 (taz): Only do `proto-dir' stuff if a directory is actually needed
17134 for this target.
17135
17136 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
17137
17138 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
17139 (FLAGS_TO_PASS): Pass down MUNCH_NM.
17140 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
17141 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
17142 (gcc-no-fixedincludes): Correct for current gcc Makefile.
17143
17144 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
17145
17146 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
17147 config.sub, and move-if-change to gdb testsuite distribution
17148 archive, so the testsuite can be extracted, configured, and
17149 run separately from the gdb distribution. Blow away the Chill
17150 tests that require a Chill compiled executable, since GNU Chill
17151 is not yet publically available.
17152
17153 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17154
17155 * test-build.mk: set environment variables in a single command,
17156 instead of a list of assignments and exports
17157
17158 * config.guess: recognize Alpha/OSF1 systems
17159
17160 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17161
17162 * configure: Change help message to prefer --options rather than
17163 -options.
17164
17165 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17166
17167 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
17168 zippy@ecst.csuchico.edu.
17169 * config.guess: Recognize miniframe.
17170
17171 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
17172
17173 * Makefile.in: Use srcroot to find runtest rather than rootme.
17174 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
17175
17176 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
17177
17178 * test-build.mk: Extensive additions to support building on a
17179 machine other than the host.
17180
17181 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17182
17183 * configure (tooldir): Fix for i386-aix again.
17184
17185 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
17186
17187 * configure, Makefile.in: Change definition of $(tooldir)
17188 to match the FSF.
17189
17190 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
17191
17192 * config.guess: Recognize i[34]86/SVR4.
17193
17194 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17195
17196 * Makefile.in (all-gdb): gdb depends on sim.
17197
17198 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
17199
17200 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
17201 at the same time we make the prototype gdb directory.
17202 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
17203 files at the same time as the gdb base release distribution.
17204
17205 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
17206
17207 * Makefile.in (check): Use individual check targets rather than
17208 DO_X rule.
17209 (check-gcc): Added.
17210
17211 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
17212
17213 * config.sub: Use sysv3.2 not sysv32 for canonical OS
17214 for System V release 3.2.
17215
17216 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17217
17218 * config.sub: Recognize hppaosf.
17219 * configure.in: Do configure ld/binutils/gas for it.
17220
17221 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17222
17223 * configure (tooldir): Alter syntax used to set this, for systems
17224 where "\$" isn't handled right, like i386-aix.
17225
17226 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
17227
17228 * configure: Pass program-transform-name, not
17229 program_transform_name, to recursive configures.
17230
17231 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
17232
17233 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
17234 of gas+ld+binutils.
17235
17236 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
17237
17238 * config.guess: Recognize AIX3.2 as distinct from 3.1.
17239
17240 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17241
17242 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
17243
17244 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17245
17246 * Makefile.in (PRMS): Set back to all-prms.
17247
17248 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
17249
17250 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
17251 targets, rather than for MIPS hosts.
17252
17253 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17254
17255 * configure.in: add comment for --with-x default values
17256
17257 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
17258
17259 * Makefile.in: add check-* targets for each of the directories in
17260 the tree. Add a definition of RUNTEST that will use the one we
17261 just built, if it exists. Pass this down via FLAGS_TO_PASS.
17262
17263 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
17264
17265 * configure.in: Removed obsolete references to bfd_target and
17266 target_makefile_frag.
17267
17268 * build-all.mk: Set assorted targets for Q2.
17269 * config.sub: Recognize z8k-sim and h8300-hms.
17270 * test-build.mk: Really don't pass host to configure.
17271 (HOLES): Added uname.
17272
17273 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
17274
17275 * configure: Handle an empty program-prefix, program-suffix or
17276 program-transform-name correctly.
17277
17278 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
17279
17280 * build-all.mk: -G 8 no longer required for MIPS targets.
17281 * test-build.mk: Don't pass host argument to configure; make it
17282 guess.
17283
17284 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
17285
17286 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
17287 * Makefile.in (COMPRESS): New macro, like GZIP.
17288
17289 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
17290
17291 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
17292
17293 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
17294 with gas currently defaults to -G 0.
17295
17296 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
17297
17298 * Makefile.in (all-flex): flex depends on byacc.
17299
17300 * build-all.mk: If host not specified, use config.guess. Pass TAG
17301 to test-build.mk as RELEASE_TAG.
17302 * test-build.mk (configargs): New variable containing arguments to
17303 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
17304 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
17305
17306 * config.guess: Use /bin/uname when checking -X argument on SCO,
17307 to avoid invoking GNU uname which doesn't understand -X.
17308
17309 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
17310
17311 * configure.in: Build gas for mips-*-*.
17312
17313 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17314
17315 * Makefile.in (all.normal): insert missing backslash.
17316
17317 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
17318
17319 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
17320
17321 * Makefile.in: Complete overhaul to merge many almost identical
17322 targets.
17323
17324 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17325
17326 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
17327 (gdb.tar.Z): Adjusted.
17328
17329 * Makefile.in (setup-dirs, taz): New targets; should be general
17330 enough to adapt for gdb sometime. Build only .z file.
17331 (gas.tar.z): New target.
17332
17333 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
17334
17335 * build-all.mk: Use CC=cc -Xs on Solaris.
17336
17337 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
17338
17339 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
17340 for handling BISON for FSF releases.
17341
17342 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17343
17344 * configure: Actually implement the change zoo just documented.
17345
17346 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
17347
17348 * configure: when using config.guess, only set target_alias when
17349 it's not already been set (ie, on the command line)
17350
17351 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17352
17353 * Makefile.in: add installcheck target, set PRMS to install-prms
17354
17355 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17356
17357 * configure: add support for package_makefile_fragment, handle the
17358 case where a directory has a configure.in file but no Makefile.in
17359 more gracefully (with an actual understandable error message, even);
17360 add support for --without (and add this to the usage message); also
17361 explicitly add a --host=${host_alias} to the command line when
17362 config.guess is used
17363
17364 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17365
17366 * configure: Must use both --host and --target in recursive calls.
17367
17368 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
17369
17370 * Makefile.in: Change deja-gnu to dejagnu.
17371
17372 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
17373
17374 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
17375
17376 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17377
17378 * configure.in: canonicalize all instances to *-*-solaris2*,
17379 also strip out a number of tools to not build for go32 host
17380
17381 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17382
17383 * config.guess: add GPL.
17384
17385 * Makefile.in, config.guess, config.sub, configure: bump
17386 copyrights to 93.
17387
17388 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
17389
17390 * Makefile.in (do-info): Removed obsolete check for existence of
17391 localenv file.
17392
17393 * Makefile.in (MAKEOVERRIDES): Define to be empty.
17394
17395 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17396
17397 * Makefile.in: a couple of 'else true' for decstation,
17398 support for TclX
17399
17400 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17401
17402 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
17403
17404 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17405
17406 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
17407
17408 * config.guess: Recognize i386-ibm-aix (PS/2).
17409 * configure.in: Use config/mh-aix386 file for it.
17410
17411 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
17412
17413 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17414 CC_FOR_TARGET instead.
17415 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17416
17417 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
17418
17419 * Makefile.in: Add sim to list of directories sent with gdb
17420
17421 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
17422
17423 * configure.in: Put back mips-dec-bsd* case.
17424
17425 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
17426
17427 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17428 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
17429 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
17430
17431 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17432
17433 * configure.in: remove no-op mips-dec-bsd* in "case $target"
17434
17435 * Makefile.in (dir.info): only run gen-info-dir if it exists,
17436 (install-info): install dir.info only if it exists,
17437 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
17438
17439 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
17440
17441 * configure.in: For vms target, skip bfd, ld, binutils. Do build
17442 gas for mips-dec-bsd.
17443
17444 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
17445
17446 * configure (makesrcdir): If ${srcdir} is relative and not ".",
17447 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
17448
17449 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
17450
17451 * configure.in: Added "dejagnu" to hosttools list.
17452
17453 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
17454
17455 * config.sub, configure.in, config.guess: Add support
17456 for Bosx, an AIX variant from Bull.
17457 Patches from F.Pierresteguy@frcl.bull.fr.
17458
17459 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
17460
17461 * devo/dejagnu: Initial creation of devo/dejagnu.
17462 Migrated dejagnu testcases and support files for testing software
17463 tools to reside as subdirectories, currently called "testsuite",
17464 within the directory of the software tool. Migrated all programs,
17465 support libraries, etc. beloging to dejagnu proper from
17466 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
17467 with no modifications. The changes to these files which will
17468 allow them to configure, build, and execute properly will be made
17469 in a future update.
17470
17471 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17472
17473 * Makefile.in: Change send_pr to send-pr.
17474 * configure.in: Likewise.
17475 * send_pr: Renamed directory to send-pr.
17476
17477 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
17478
17479 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
17480
17481 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
17482
17483 * README: Update for gdb-4.8 release.
17484 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
17485 gdb-xxx.tar.z (gzip'd) file also.
17486
17487 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17488
17489 * Makefile.in: make all-diff depend on all-libiberty
17490
17491 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
17492
17493 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17494
17495 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17496
17497 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17498
17499 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
17500
17501 * Makefile.in (DEVO_SUPPORT): Remove etc directory
17502 (ETC_SUPPORT): Only add the files GDB wants from etc/.
17503 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
17504
17505 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17506
17507 * Makefile.in: makeinfo binary is in a new location
17508
17509 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
17510
17511 * config.sub: Accept -ecoff as an OS.
17512
17513 * Makefile.in: Various changes to eliminate a level of make
17514 recursion and reduce the required command line length.
17515 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17516 sub-makes.
17517 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17518 variables holding settings for specific sub-makes.
17519 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17520 in terms of BASE_FLAGS_TO_PASS.
17521 (TARGET_LIBS): New variable listing directories which use
17522 TARGET_FLAGS_TO_PASS.
17523 (subdir_do): Eliminated.
17524 (do-*): New set of targets to replace subdir_do.
17525 (various): All targets which used subdir_do now depend on do-*.
17526 (local-clean): Renamed from do_clean.
17527 (local-distclean): New target, dependency of distclean and
17528 realclean.
17529 (install-info): Don't create directories. Depend on dir.info
17530 rather than calling make recursively.
17531 (install-dir.info): Eliminated.
17532 (install-info-dirs): Create all info directories here.
17533 (dir.info): Depend upon do-install-info.
17534
17535 * test-build.mk (HOLES): Added false.
17536
17537 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
17538
17539 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
17540
17541 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17542
17543 * Makefile.in (info): remove dependency on all-texinfo. The
17544 problem was really in texinfo/C, not at this level.
17545
17546 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
17547
17548 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17549
17550 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
17551
17552 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
17553 GDB releases.
17554
17555 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17556
17557 * configure: Include srcdir in message about target of link not
17558 being found. Don't convert `-' to `_' in `with' options being
17559 passed to subdirs.
17560
17561 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17562
17563 * configure.in: add uudecode to host_tools
17564
17565 * Makefile.in: added {all,install}-uudecode targets, added them to
17566 the appropriate lists
17567
17568 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
17569
17570 * Makefile.in (all-gcc): Added dependency on all-gas.
17571
17572 * configure.in (mips-*-*): Build ld and binutils.
17573
17574 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17575
17576 * configure: check return code from mkdir, print error message and
17577 exit on failure.
17578
17579 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
17580
17581 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
17582
17583 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
17584
17585 * test-build.mk (HOLES): Added tar, cpio and uudecode.
17586
17587 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17588
17589 * config.sub (h8500): Recognize this as a cpu type.
17590
17591 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17592
17593 * configure: source directory missing is no longer a warning
17594
17595 * configure.in: recognize irix[34]* instead of irix[34]
17596
17597 * Makefile.in: define and pass down X11_LIB
17598
17599 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
17600
17601 * guess-systype: Renamed to ...
17602 * config.guess: ... by popular request.
17603 * configure.in, Makefile.in: Update accordingly.
17604
17605 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
17606
17607 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
17608 + Add Convex, Cray/Unicos, and Encore/Multimax support.
17609 + Execute ./dummy instead of assuming . is in PATH.
17610
17611 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
17612
17613 * guess-systype: New shell script. Attempts to guess the
17614 canonical host name of the executing host.
17615 Only a few hosts are supported so far.
17616 * configure: Call guess-systype if no host is specified.
17617
17618 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
17619
17620 * Makefile.in (gcc-no-fixedincludes): Made to work with current
17621 gcc Makefile.
17622
17623
17624 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
17625
17626 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17627 (all-gcc, install-gcc, subdir_do): Use it.
17628
17629 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17630
17631 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17632
17633 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
17634
17635 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17636 set exclusively by configure, using configure.in .
17637
17638 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17639
17640 * test-build.mk: set $PATH for all builds
17641
17642 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17643
17644 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
17645
17646 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
17647 the one used in gcc/Makefile.in, so that a null expansion doesn't
17648 override the one needed to build gcc with a native cc.
17649
17650
17651 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17652
17653 * configure: Accept -with arguments.
17654
17655 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17656
17657 * Makefile.in: added h8300sim
17658
17659 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
17660
17661 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17662 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
17663 (all-cygnus, native, build-cygnus): Make
17664 $(canonhost)-stamp-3stage-done, not $(host)....
17665 * test-build.mk (stamp-3stage-compared): Use tail +10c for
17666 i386-sco3.2v4. Added else true to if command.
17667
17668 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
17669
17670 * config.sub: (from FSF) Sequent uses a BSD-like OS.
17671
17672 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
17673
17674 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17675
17676 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17677
17678 * configure.in: don't remove binutils from Solaris builds
17679
17680 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
17681
17682 * Makefile.in: get rid of earlier definitions for *clean,
17683 also handle the recursive info rule better
17684
17685 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
17686
17687 * Makefile.in (mostlyclean, distclean, realclean): Fix to
17688 do more-or-less the right thing.
17689
17690 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
17691
17692 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17693 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17694
17695 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17696
17697 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17698 $(host_canonical).
17699
17700 * configure.in: split the configdirs list into 4 categories (native
17701 v. cross, library v. tool) and handle the cross-only and native-
17702 only in more reasonable (and correct!) way.
17703
17704 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
17705
17706 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
17707 configdirs anymore.
17708
17709 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17710
17711 * Makefile.in: extensive cleanup:: removed all of the explicit
17712 clean-* targets, collapsed many wrappers around subdir_do into
17713 one, added additional targets to satisfy standards.texi, deleted
17714 some old targets, some changes for consistency
17715
17716 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17717
17718 * configure.in: handle some programs as cross-only, and others as
17719 native only
17720
17721 * test-build.mk: handle partial holes in a more generic manner
17722
17723 * Makefile.in: m4 depends on libiberty
17724
17725 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17726
17727 * configure.in: add m4, textutils, fileutils, sed, shellutils,
17728 time, wdiff, and find to configdirs
17729
17730 * Makefile.in: all, clean, and install rules for the new programs
17731 added to configure.in
17732
17733 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17734
17735 * configure.in: use mh-sun for all *-sun-* hosts
17736
17737 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17738
17739 * Makefile.in: define flags for X11 include files and library file
17740 locations, pass them down to the programs that need this info
17741
17742 * build-all.mk: added a 'native' target, to 3stage the native toolchain
17743
17744 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17745
17746 * configure.in: start building libg++ for HP-UX targets
17747
17748 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
17749
17750 * README: Update references to files moved into etc/.
17751
17752 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
17753
17754 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
17755 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
17756
17757 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
17758
17759 * configure: accept dash as well as underscore in long option
17760 names for FSF compatibility.
17761
17762 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
17763
17764 * config.sub: added -sco3.2v4 support from FSF.
17765
17766 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17767
17768 * configure.in: expand the section that adds or removes
17769 directories from the list of programs to build, to handle native
17770 vs. cross in addition to host v. native
17771
17772 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
17773
17774 * Makefile.in: Replace C++ in macro names with CXX.
17775 This is less likely to break ...
17776
17777 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17778
17779 * test-build.mk: add -w to GNU_MAKE
17780
17781 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17782
17783 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17784 add 'sparc' to list of recognized cpus. This needed to make
17785 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17786 Delete some redundant ose68 variants. Recognize -wrs as an os,
17787 then changes that into $CPU-wrs-vxworks.
17788
17789 * configure.in: remove most references to gdbtest, regularize
17790 target based program removal
17791
17792 * test-build.mk: import from p3 tree (many fixes and changes)
17793
17794 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17795
17796 * Makefile.in: added rules to handle tcl, tk, and expect
17797
17798 * configure.in: handle those directories if they exist
17799
17800 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17801
17802 * config.sub: removed bogus hppabsd and hppahpux names, since
17803 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17804
17805 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17806
17807 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
17808 depends upon all-xiberty
17809
17810 * Makefile.in: changes from p3, including:
17811
17812 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
17813
17814 * Makefile.in (XTRAFLAGS): include newlib directories if
17815 newlib/Makefile exists, rather than if host != target.
17816
17817 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
17818
17819 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17820 from the same source tree and not building a cross-compiler. This
17821 matters for the libg++ configuration if reconfiguring a tree that
17822 has already been installed.
17823
17824 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
17825
17826 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17827 pick up the machine and system specific header files.
17828
17829 * Makefile.in: added AS_FOR_TARGET, passed down in
17830 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17831 the C compiler to use to create programs which are run in the
17832 build environment, set it to default to $(CC), and passed it down
17833 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17834
17835 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
17836
17837 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17838 We need them for unusual native builds, like systems without
17839 ranlib.
17840
17841 * configure: also define $(host_canonical) and
17842 $(target_canonical), which are the full, canonical names for the
17843 given host and target
17844
17845 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
17846
17847 * Makefile.in: Added separate definitions for C++.
17848
17849 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
17850
17851 * configure.in (configdirs): Add deja-gnu.
17852
17853 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
17854
17855 * README: Update for configure.texi and gdb-4.7 release.
17856
17857 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
17858
17859 * Makefile.in: Move "all" target to top of file.
17860 Previously, first target was ".PHONY" which caused BSD4.4 make
17861 to build .PHONY when make was run without arguments.
17862
17863 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
17864
17865 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
17866 Library-copylefted code in libiberty.
17867
17868 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
17869
17870 * config.sub: Replace m68kmote with plain old m68k.
17871
17872 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
17873
17874 * Makefile.in: Remove space from blank line, avoid Make complaints.
17875
17876 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
17877
17878 * config.sub: Complain if no argument is given. Added support for
17879 386bsd as OS and target alias.
17880
17881 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
17882
17883 * Makefile.in (XTRAFLAGS): include newlib directories if
17884 newlib/Makefile exists, rather than if host != target.
17885
17886 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
17887
17888 * config.sub: recognize sparclite-wrs-vxworks.
17889
17890 * Makefile.in (install-xiberty): added *-xiberty make rules (from
17891 p3.) Added clean-xiberty to clean.
17892
17893 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17894
17895 * configure.in: use *-*-* instead of nested cases for host and target
17896
17897 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
17898
17899 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17900 from the same source tree and not building a cross-compiler. This
17901 matters for the libg++ configuration if reconfiguring a tree that
17902 has already been installed.
17903
17904 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
17905
17906 * config.sub (i486v/i486v4): Merge in from FSF version.
17907
17908 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
17909
17910 * configure: only set PWD if it is already set.
17911
17912 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
17913
17914 * configure: just set PWD=`pwd` at the top, since Ultrix sh
17915 doesn't have unset and all success paths (and most error paths)
17916 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17917 to just ${PWD} to avoid confusion.)
17918
17919 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
17920
17921 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17922 even for a native compilation.
17923
17924 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
17925
17926 Changes to make the gdb.tar.Z rule work better.
17927
17928 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
17929 (DEVO_SUPPORT): Add configure.texi.
17930 (bfd-ilrt.tar.Z): Remove ancient rule.
17931
17932 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
17933
17934 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17935 pick up the machine and system specific header files.
17936
17937 * configure.in, config.sub: added new target m68010-adobe-scout,
17938 with alias of adobe68k. Changed configure.in to check for
17939 -scout before -sco* to avoid a false match.
17940
17941 * Makefile.in: added AS_FOR_TARGET, passed down in
17942 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17943 the C compiler to use to create programs which are run in the
17944 build environment, set it to default to $(CC), and passed it down
17945 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17946
17947 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
17948
17949 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17950 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
17951 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17952 FOR_TARGET variants, to newlib and libg++.
17953
17954 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
17955
17956 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17957 first.
17958
17959 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
17960
17961 * config.sub: Accept `elf' as an environment.
17962
17963 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17964
17965 * Makefile.in (all-opcodes): cd into the right directory
17966
17967 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
17968
17969 * configure: added -program_transform_name option, used as
17970 argument to sed when installing programs.
17971 configure.texi: added documentation for -program_prefix,
17972 -program_suffix and -program_transform_name.
17973
17974 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
17975
17976 * config.sub: Accept i486 where i386 ok.
17977
17978 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
17979
17980 * config.sub: accept we32k
17981
17982 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
17983
17984 * config.sub, configure.in: accept OSE68000 and OSE68k.
17985
17986 * Makefile.in: don't create all directories for ``make install'';
17987 let the subdirectories create the ones they need.
17988
17989 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17990
17991 * COPYING: new file, GPL v2
17992
17993 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17994
17995 * Makefile.in: use the new gen-info-dir, which needs a template
17996 argument (which also lives in texinfo)
17997
17998 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17999
18000 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
18001
18002 * config.sub (ncr3000): Change i386 to i486.
18003
18004 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18005
18006 * Makefile.in: add install-rcs, install-grep to
18007 install-no-fixedincludes, removed install-bison and install-libgcc
18008
18009 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
18010
18011 * configure.in: grab the HPUX makefile fragment if on HPUX
18012
18013 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18014
18015 * Makefile.in: eradicate bison spoor (ditto libgcc).
18016 configure.in: recognise m68{k,000}-ericsson-OSE.
18017 es1800 is alias for m68k-ericsson-OSE
18018
18019 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18020
18021 * configure.in: rearrange the parts that remove programs from
18022 configdirs, based now on HOST==TARGET or by canonical triple.
18023
18024 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18025
18026 * test-build.mk: recurse explicitly with -f test-build.mk when
18027 appropriate. predicate stage3 and comparison on the existence
18028 of gcc. That is, if gcc isn't around, we aren't three-staging.
18029 On very clean, also remove ...stamp-co. Build in-place before
18030 doing other builds.
18031
18032 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18033
18034 * Makefile.in, configure.in: add tgas
18035
18036 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18037
18038 * Makefile.in: a number of changes merged in from progressive.
18039
18040 * configure.in: add libm.
18041
18042 * .cvsignore: ignore some stuff that comes from test-build.mk.
18043
18044 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
18045
18046 * config.sub: Add es1800 (m68k-ericsson-es1800).
18047
18048 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18049
18050 * configure: Add program_suffix (parallel to program_prefix)
18051 * Makefile.in: adjust directory-creating script for losing decstation
18052
18053 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
18054
18055 * configure: Minor $subdir-related fixes.
18056
18057 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18058
18059 * configure: fix various problems with propogating
18060 makefile_target_frag in subdirs.
18061 * configure.in: config libgcc if its there
18062
18063 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
18064
18065 * config.sub: HPPA merge.
18066
18067 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
18068
18069 * Makefile.in: Replace all-bison with all-byacc in all
18070 dependency lines for other tools (which now use byacc).
18071
18072 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
18073
18074 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
18075
18076 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
18077
18078 * Makefile.in: make gprof rules similar to byacc rules (instead of
18079 vestigal $(unsubdir) that didn't work...)
18080
18081 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
18082
18083 * config.sub: Add support for Linux.
18084 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
18085 (at least for libg++).
18086
18087 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18088
18089 * configure.texi: fix doc for the -nfp option to configure
18090
18091 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
18092
18093 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18094
18095 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
18096
18097 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18098 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18099 * configure.in: added solaris* host_makefile_frag hook.
18100
18101 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18102
18103 * config.sub: changed recognition of m68000 so that various
18104 m68k types can be specified via m680[01234]0
18105
18106 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18107
18108 * config.sub (basic_machine): fix sed so that '-foo' isn't
18109 completely substituted out while .+'-foo' loses the '-foo'
18110
18111 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18112
18113 * config.sub ($os): Add -aout.
18114
18115 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
18116
18117 * configure: If host_makefile_frag is absolute, don't
18118 prefix ${invsubdir} (relevant to libg++ auto-configure).
18119
18120 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18121
18122 * Makefile.in (tooldir): Define it.
18123 (all-ld): Depend on all-flex.
18124
18125 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
18126
18127 * Makefile.in (check): Fix libg++ special case.
18128
18129 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
18130
18131 * configure: do not bury `pwd` into config.status, thus do fewer
18132 pwd's.
18133
18134 * configure: print the "Building in" message only when building in
18135 other than "." AND verbose.
18136
18137 * configure: remove -s, rework -v to better accommodate guested
18138 configures.
18139
18140 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
18141
18142 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
18143
18144 * Makefile.in: macroize flags passed on recursion. remove
18145 fileutils.
18146
18147 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
18148
18149 * configure: get makesrcdir right for subdirs deeper than 1.
18150
18151 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
18152 install.
18153
18154 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
18155
18156 * Makefile.in: don't print subdir_do or recursion lines.
18157
18158 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
18159
18160 * standards.texi: added menu item.
18161
18162 * Makefile.in: build and install standards.info.
18163
18164 * standards.texi: new file.
18165
18166 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18167
18168 * configure: test for and move config.status pieces from
18169 ${subdir}/.
18170
18171 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
18172
18173 * configure: Test for existance of files before trying to mv
18174 them, to avoid numerous non-existance messages.
18175
18176 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
18177
18178 * configure: correct final line of config.status.
18179
18180 * configure: patch from eggert. Avoids a protection problem if
18181 the original Makefile.in is read only.
18182
18183 * configure: use move-if-change from gcc to create config.status.
18184 Some makefiles depend on config.status to tell if a directory
18185 has been reconfigured for a different host. This change
18186 prevents those directories from remaking everything in the case
18187 where the reconfig was only intended to rebuild a Makefile.
18188
18189 * configure: test for config.sub with "config.sub sun4" rather
18190 than "config.sub ${host_alias}". Otherwise we can't tell a bad
18191 host alias from a missing config.sub.
18192
18193 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18194
18195 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
18196 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
18197
18198 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
18199
18200 * configure: mkdir ${subdir} as needed.
18201
18202 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
18203
18204 * Makefile.in,configure.in: added autoconf.
18205
18206 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18207
18208 * Makefile.in: no longer pass against on recursion.
18209
18210 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
18211 definitions are not inherited.
18212
18213 * configure: correct makesrcdir when subdir is .
18214
18215 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
18216
18217 * configure: Add support for 'subdirs' variable, which is
18218 like 'configdirs', except that configure doesn't re-invoke
18219 itself for subdirs, it just creates a Makefile for each subdir.
18220 * configure.texi: Document subdirs.
18221
18222 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18223
18224 * configure.in: added flex to configdirs
18225
18226 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
18227
18228 * Makefile.in: remove clean-stamps from clean.
18229
18230 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
18231
18232 * configure.in: Add gdbtest to configdirs.
18233
18234 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
18235
18236 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
18237 to recursive makes.
18238 * configure.in: Recognize new ncr3000 config.
18239
18240 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
18241
18242 * Makefile.in, configure.in: removed references to gdbm.
18243
18244 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
18245
18246 * config.sub: Don't canonicalize os value
18247 newsos* to bsd (readline needs to check for newsos).
18248 (This fix was earlier made Jan 31, but got re-broken.)
18249
18250 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
18251
18252 * configure.in: sco is an os, not a vendor!
18253
18254 * configure: Quote $( better. Keep various shells happy.
18255
18256 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
18257
18258 * Makefile.in: eliminate stamp-files.
18259
18260 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
18261
18262 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
18263 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
18264
18265 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
18266
18267 * config.sub: fix iris/iris3.
18268
18269 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
18270
18271 * configure: re-add -rm.
18272
18273 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
18274
18275 * Maskefile.in: add .stmp-rcs to all.
18276
18277 * configure.in: remove gas from rs6000 build, use aix host fragment.
18278
18279 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
18280
18281 * configure: pass down site_option during recursion.
18282
18283 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
18284
18285 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
18286
18287 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
18288
18289 * configure: Change exec_prefix so that it really defaults to prefix.
18290
18291 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
18292
18293 * Makefile.in, configure.in: Add support for mmalloc library.
18294
18295 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
18296
18297 * Makefile.in: add stmp dependencies for a few more things.
18298
18299 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
18300
18301 * configure: adjusted error message on objdir/srcdir configure
18302 collision, per john's suggestion.
18303
18304 * Makefile.in: add libiberty stmp to all and all.cross.
18305
18306 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
18307
18308 * Makefile.in: remove force dependencies, add grep to all.
18309
18310 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
18311
18312 * Makefile.in: drop flex. make stamp files work.
18313
18314 * configure: added test for conflicting configuration in srcdir,
18315 remove trailing slashes from srcdir. Otherwise emacs gdb mode
18316 gets cranky. use relative paths for configure and srcdir
18317 whenever possible. Send some error messages to stderr that were
18318 going to stdout.
18319
18320 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
18321
18322 * Makefile.in: Fix libg++ rule to check for gcc directory
18323 before using gcc/gcc. Also pass XTRAFLAGS.
18324
18325 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
18326
18327 * Makefile.in: added stmp-files so that directories aren't polled
18328 when they are already built.
18329
18330 * configure.texi: fixed a node pointer problem.
18331
18332 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
18333
18334 * config.sub configure.in gdb/configure.in
18335 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
18336 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
18337 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
18338
18339 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18340
18341 * configure: -recurring becomes -silent. corrected help message
18342 for -site= option.
18343
18344 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
18345
18346 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18347
18348 * configure: when building Makefile for crosses, replace
18349 tooldir and program_prefix. default srcdir from location of
18350 config.sub. remove "for host in hosts" and "for target in
18351 targets" loops.
18352
18353 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18354
18355 * Makefile.in: Do not pass bindir or mandir to cvs.
18356
18357 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
18358
18359 * Makefile.in, configure.in: removed traces of namesubdir,
18360 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
18361 copyrights to '92, changed some from Cygnus to FSF.
18362
18363 * configure.texi: remove most references to multiple hosts,
18364 multiple targets, subdirs, etc.
18365
18366 * configure.man: removed rcsid. reference config.sub not
18367 config.subr.
18368
18369 * Makefile.in: mkdir $(infodir) on install-info.
18370
18371 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
18372
18373 * configure.texi: Explain better about .gdbinit and about
18374 the environment that configure.in sections run in.
18375
18376 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
18377
18378 * configure.in: Ultrix is only a decstation if it's a MIPS.
18379
18380 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
18381
18382 * README: DOC.configure => cfg-paper.texi.
18383
18384 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
18385
18386 * config.sub (near case $os): Don't convert newsos* to bsd!
18387
18388 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
18389
18390 * Makefile.in: Reinstall change from gdb-4.3 that reduces
18391 the number of copies of COPYING that go into the GDB tar file.
18392
18393 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
18394
18395 * bfd/configure.in, gdb/config/mh-i386sco,
18396 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
18397 Fix SCO configuration stuff.
18398
18399 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
18400
18401 * Makefile.in: For libg++, make sure the -I pointing
18402 to the gcc directory goes *after* all the libg++-local -I flags.
18403 Also, move just-gcc dependency from just-libg++ to all-libg++.
18404
18405 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
18406
18407 * configure: Change -x to -f to keep Ultrix /bin/test happy.
18408
18409 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
18410
18411 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
18412
18413 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
18414
18415 * config.sub: Add stratus configuration frags. Also
18416 submitted to FSF.
18417
18418 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
18419
18420 * Makefile.in (DEV_SUPPORT): add configure.man.
18421
18422 * config.sub(Decode manufacturer-specific): add -none*.
18423
18424 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
18425
18426 * Makefile.in: remove form feeds to make Sun's make happy.
18427 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
18428
18429 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
18430
18431 * Makefile.in (AR_FLAGS): Make quieter.
18432
18433 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
18434
18435 * configure.in: Add libg++.
18436 * configure: When verbose, don't output the command line at each
18437 level; it will be unremarkably the same as the previous version,
18438 which will be the same as what the user typed.
18439
18440 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
18441
18442 * configure.in, Makefile.in: fix clean-info, add flex. add
18443 fileutils.
18444
18445 * configure: be less sensitive to spaces in Makefile.in. Do not
18446 look for sources in "..". Doing so breaks subdirectories that
18447 might have their own configure. If a subdir has it's own
18448 configure script, use it.
18449
18450 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
18451
18452 * cfg-paper.texi: some changes suggested by rms.
18453
18454 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
18455
18456 * config.sub: Merge in some small additions from the FSF version,
18457 taken from the gcc distribution, to bring the Cygnus and FSF
18458 versions into closer sync.
18459
18460 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
18461
18462 * configure.in: Changed svr4 references to sysv4.
18463
18464 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
18465
18466 * configure: added -V for version number option.
18467
18468 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
18469
18470 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18471 renamed from DOC.configure to cfg-paper.texi.
18472
18473 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18474
18475 * configure, config.subr, config.sub: config.subr is now
18476 config.sub again.
18477
18478 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
18479
18480 * configure.texi: new file, in progress.
18481
18482 * Makefile.in: build info file and install the man page for
18483 configure.
18484
18485 * configure.man: new file, first cut.
18486
18487 * configure: find config.subr again now that configuration "none"
18488 has gone. removed all traces of the -ansi option. removed all
18489 traces of the -languages option.
18490
18491 * config.subr: resync from rms.
18492
18493 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18494
18495 * configure, config.sub, config.subr: merge config.sub into
18496 config.subr, call the result config.subr, remove config.sub, use
18497 config.subr.
18498
18499 * Makefile.in: revised install for dir.info.
18500
18501 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18502
18503 * configure.in: add decstation host makefile frag.
18504
18505 * Makefile.in: BISON now bison -y again. also install-gcc on
18506 install. clean-gdbm on clean. infodir belongs in datadir.
18507 Make directories for info install. Build dir.info here then
18508 install it.
18509
18510 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18511
18512 * Makefile.in: fix for bad directory tests.
18513
18514 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18515
18516 * configure: \{1,2\} appears to be a sysv'ism. Use a different
18517 regexp. -srcdir relative was being handled incorrectly.
18518
18519 * Makefile.in: unwrapped some for loops so that parallel makes
18520 work again and so one can focus one's attention on a particular
18521 package.
18522
18523 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18524
18525 * configure: added PWD as a stand in for `pwd` (for speed). use
18526 elif wherever possible. make -srcdir work without -objdir.
18527 -objdir= commented out.
18528
18529 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18530
18531 * configure: +options become --options. -subdirs commented out.
18532 added -host, -datadir. Renamed -destdir to -prefix. Comment in
18533 Makefile now at top of generated Makefile. Removed cvs log
18534 entries. added -srcdir. create .gdbinit only if there is one
18535 in ${srcdir}.
18536
18537 * Makefile.in: idestdir and ddestdir go away. Added copyrights
18538 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
18539 and mandir now keyed off datadir by default.
18540
18541 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18542
18543 * Freshly created ChangeLog.
18544
18545 \f
18546 Local Variables:
18547 mode: change-log
18548 left-margin: 8
18549 fill-column: 76
18550 version-control: never
18551 End: