e9c9ff1e2b77f677155fc3187a328ee6dcb0bd11
[gcc.git] / ChangeLog
1 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2
3 * MAINTAINERS (Write After Approval): Added myself.
4
5 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
6
7 * MAINTAINERS (Write After Approval): Added myself as line map
8 maintainer.
9
10 2014-11-17 Dodji Seketeli <dodji@redhat.com>
11
12 * MAINTAINERS (Various Maintainers): Added myself as line map
13 maintainer.
14
15 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
16
17 * move-if-change: Sync from upstream gnulib.
18
19 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
20
21 * compile: Sync with upstream Automake.
22 * depcomp: Ditto.
23 * install-sh: Ditto.
24 * missing: Ditto.
25 * mkinstalldirs: Ditto.
26 * ylwrap: Ditto.
27
28 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
29
30 * config.sub: Update from upstream config repo.
31 * config.guess: Ditto.
32
33 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
34
35 * Makefile.def: Add liboffloadmic to target_modules. Make
36 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
37 * Makefile.in: Regenerate.
38 * configure: Regenerate.
39 * configure.ac: Add liboffloadmic to target binaries.
40 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
41 Add liboffloadmic to noconfig list when C++ is not supported.
42
43 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
44 Thomas Schwinge <thomas@codesourcery.com>
45 Ilya Verbin <ilya.verbin@intel.com>
46 Andrey Turetskiy <andrey.turetskiy@intel.com>
47
48 * configure: Regenerate.
49 * configure.ac (--enable-as-accelerator-for)
50 (--enable-offload-targets): New configure options.
51
52 2014-11-11 Tobias Burnus <burnus@net-b.de>
53
54 * Makefile.def: Make all-gcc depend on all-isl.
55 * Makefile.in: Regenerate.
56
57 2014-11-11 David Malcolm <dmalcolm@redhat.com>
58
59 * ChangeLog.jit: New.
60 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
61
62 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
63
64 PR target/63610
65 * libtool.m4: Fix globbing of darwin versions.
66 * configure: Regenerate.
67
68 2014-11-11 Tobias Burnus <burnus@net-b.de>
69
70 * config/cloog.m4: Remove.
71 * Makefile.def: Remove CLooG.
72 * Makefile.tpl: Ditto.
73 * configure.ac: Ditto.
74 * configure: Regenerate.
75 * Makefile.in: Ditto.
76
77 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
78
79 * configure.ac: Handle nvptx-*-*.
80 * configure: Regenerate.
81
82 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
83
84 * MAINTAINERS (Write After Approval): Add myself.
85
86 2014-10-31 Jakub Jelinek <jakub@redhat.com>
87
88 * Makefile.def (libcc1): Remove bootstrap=true;.
89 * Makefile.in: Regenerated.
90
91 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
92
93 * configure.ac: Update comment.
94 * configure: Regenerate.
95
96 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
97
98 * MAINTAINERS (Write After Approval): Add myself.
99
100 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
101
102 * configure.ac (extra_host_libiberty_configure_flags): Add
103 --enable-shared also for libcc1's benefit.
104 * configure: Regenerate.
105
106 2014-10-29 Tristan Gingold <gingold@adacore.com>
107
108 * MAINTAINERS: Change my email address.
109
110 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
111 Tom Tromey <tromey@redhat.com>
112
113 * Makefile.def: Add libcc1 to host_modules.
114 * configure.ac (host_tools): Add libcc1.
115 * Makefile.in, configure: Rebuild.
116
117 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
118
119 * configure.ac (build_configargs): Don't share config.cache between
120 build subdirs.
121 * configure: Regenerate.
122
123 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
124
125 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
126 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
127 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
128 leon3v7 as leon3.
129 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
130 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
131 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
132 * config/sparc/sparc.md (cpu): Add leon3v7.
133 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
134
135 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
136
137 * MAINTAINERS (write-after-approval): Add myself.
138
139 2014-10-23 Ian Lance Taylor <iant@google.com>
140
141 * configure.ac: Disable the Go frontend on systems where it is known
142 to not work.
143 * configure: Regenerate.
144
145 2014-10-23 Richard Biener <rguenther@suse.de>
146
147 * Makefile.def: Add libcpp build module and dependencies.
148 * configure.ac: Add libcpp build module.
149 * Makefile.in: Regenerate.
150 * configure: Likewise.
151
152 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
153
154 * MAINTAINERS (write-after-approval): Add myself.
155
156 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
157
158 * INSTALL/README: Do not mention CVS.
159
160 2014-10-03 Jing Yu <jingyu@google.com>
161
162 * configure.ac: Add aarch64 to list of targets that support gold.
163 * configure: Regenerate.
164
165 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
166
167 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
168
169 2014-09-29 Catherine Moore <clm@codesourcery.com>
170
171 * MAINTAINERS: Add myself as MIPS maintainer.
172
173 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
174
175 * MAINTAINERS: Move myself to MIPS maintainers.
176
177 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
178
179 * MAINTAINERS: Put all email addresses between '<' and '>'.
180
181 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
182
183 * MAINTAINERS: Move myself to reviewers (Fortran).
184
185 2014-09-01 Andi Kleen <ak@linux.intel.com>
186
187 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
188 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
189 * Makefile.in: Regenerate.
190
191 2014-08-28 David Malcolm <dmalcolm@redhat.com>
192
193 * rtx-classes-status.txt: Delete
194
195 2014-08-28 David Malcolm <dmalcolm@redhat.com>
196
197 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
198
199 2014-08-27 Sebastian Pop <s.pop@samsung.com>
200
201 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
202 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
203 of checking for version number.
204 * configure: Regenerated.
205 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
206
207 2014-08-27 David Malcolm <dmalcolm@redhat.com>
208
209 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
210 is done; begin phase 6 (use extra rtx_def subclasses).
211
212 2014-08-27 David Malcolm <dmalcolm@redhat.com>
213
214 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
215 done; begin phase 5 (additional rtx_def subclasses).
216
217 2014-08-26 David Malcolm <dmalcolm@redhat.com>
218
219 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
220
221 2014-08-26 David Malcolm <dmalcolm@redhat.com>
222
223 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
224 SET_BB_HEADER are done.
225
226 2014-08-26 David Malcolm <dmalcolm@redhat.com>
227
228 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
229 done.
230
231 2014-08-26 David Malcolm <dmalcolm@redhat.com>
232
233 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
234
235 2014-08-26 David Malcolm <dmalcolm@redhat.com>
236
237 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
238
239 2014-08-25 David Malcolm <dmalcolm@redhat.com>
240
241 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
242
243 2014-08-25 David Malcolm <dmalcolm@redhat.com>
244
245 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
246
247 2014-08-25 David Malcolm <dmalcolm@redhat.com>
248
249 * rtx-classes-status.txt: Phase 3 (per-file commits within
250 "config" subdirs) is done; begin phase 4 (removal of
251 "scaffolding").
252
253 2014-08-23 David Malcolm <dmalcolm@redhat.com>
254
255 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
256 dir) is done; begin phase 3 (per-file commits within "config"
257 subdirs).
258
259 2014-08-21 David Malcolm <dmalcolm@redhat.com>
260
261 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
262 phase 2 (per-file commits in main source dir).
263
264 2014-08-21 Bin Cheng <bin.cheng@arm.com>
265
266 * configure: Regenerated.
267
268 2014-08-19 David Malcolm <dmalcolm@redhat.com>
269
270 * rtx-classes-status.txt (TODO): Add SET_BND_TO
271
272 2014-08-19 David Malcolm <dmalcolm@redhat.com>
273
274 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
275
276 2014-08-19 David Malcolm <dmalcolm@redhat.com>
277
278 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
279
280 2014-08-19 David Malcolm <dmalcolm@redhat.com>
281
282 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
283
284 2014-08-19 David Malcolm <dmalcolm@redhat.com>
285
286 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
287
288 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
289
290 * MAINTAINERS (Write After Approval): Add myself.
291
292 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
293
294 * MAINTAINERS: Remove myself
295
296 2014-08-19 David Malcolm <dmalcolm@redhat.com>
297
298 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
299
300 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
301
302 * MAINTAINERS (Write After Approval): Add myself.
303
304 2014-08-18 David Malcolm <dmalcolm@redhat.com>
305
306 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
307 SET_BB_HEADER, SET_BB_FOOTER
308
309 2014-08-18 David Malcolm <dmalcolm@redhat.com>
310
311 * rtx-classes-status.txt: New file
312
313 2014-08-18 Roman Gareev <gareevroman@gmail.com>
314
315 * configure.ac: Eliminate ClooG installation dependency.
316 * configure: Regenerate.
317 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
318 * Makefile.in: Regenerate.
319
320 2014-08-15 Ilya Verbin <iverbin@gmail.com>
321
322 * MAINTAINERS (Write After Approval): Add myself.
323
324 2014-08-15 Ilya Tocar <tocarip@gmail.com>
325
326 * MAINTAINERS (Write After Approval): Add myself.
327
328 2014-08-01 Jiong Wang <jiong.wang@arm.com>
329
330 * MAINTAINERS (Write After Approval): Add myself.
331
332 2014-07-28 Anthony Green <green@moxielogic.com>
333
334 Import from savannah.gnu.org:
335 * config.sub: Update to 2014-07-28 version.
336
337 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
338
339 * MAINTAINERS: Remove my MIPS maintainer entry.
340
341 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
342
343 PR target/47230
344 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
345 * configure: Regenerate.
346
347 2014-07-24 James Norris <jnorris@codesourcery.com>
348
349 * MAINTAINERS (Write After Approval): Add myself.
350
351 2014-07-20 Roman Gareev <gareevroman@gmail.com>
352
353 * configure.ac: Accept only CLooG 0.18.1.
354 * configure: Regenerate.
355
356 2014-07-17 Roman Gareev <gareevroman@gmail.com>
357
358 * configure.ac: Don't accept isl 0.11.
359 * configure: Regenerate.
360
361 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
362
363 * MAINTAINERS (Write After Approval): Add myself.
364
365 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
366
367 * configure.ac: Don't accept isl 0.10.
368 * configure: Regenerate.
369
370 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
371
372 Fix include path for in-tree cloog.
373 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
374 * configure: Regenerate.
375
376 2014-06-18 Richard Henderson <rth@redhat.com>
377
378 * .gitignore: Import gcc_update output.
379
380 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
381
382 * config-ml.in: Robustify ac_configure_args parsing.
383
384 * configure.ac (--enable-linker-plugin-configure-flags)
385 (--enable-linker-plugin-flags): New flags.
386 (configdirs): Conditionally add libiberty-linker-plugin.
387 * configure: Regenerate.
388 * Makefile.def (host_modules): Add libiberty-linker-plugin.
389 (host_modules) <lto-plugin>: Pay attention to
390 @extra_linker_plugin_flags@ and
391 @extra_linker_plugin_configure_flags@.
392 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
393 * Makefile.in: Regenerate.
394
395 * Makefile.tpl (configure-[+prefix+][+module+])
396 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
397 "module_srcdir" instead of "module" for locating a module's srcdir.
398 * Makefile.in: Regenerate.
399
400 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
401
402 * MAINTAINERS (Write After Approval): Add myself.
403
404 2014-06-06 Sebastian Pop <sebpop@gmail.com>
405
406 * MAINTAINERS: Update my email address.
407
408 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
409
410 * MAINTAINERS (Write After Approval): Add myself.
411
412 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
413
414 * MAINTAINERS (Write After Approval): Add myself.
415
416 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
417
418 PR libstdc++/61011
419 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
420 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
421 * configure: Regenerate.
422
423 2014-05-28 Pedro Alves <palves@redhat.com>
424
425 * MAINTAINERS (Write After Approval): Add myself.
426
427 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
428
429 * MAINTAINERS: Update my affiliation/email.
430
431 2014-05-19 Mike Stump <mikestump@comcast.net>
432
433 * MAINTAINERS: Add wide-int reviewers.
434
435 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
436
437 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
438 * configure: Regenerated.
439
440 2014-05-15 Torvald Riegel <triegel@redhat.com>
441
442 * MAINTAINERS (libitm): Add myself as maintainer.
443
444 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
445
446 * MAINTAINERS (Write After Approval): Add myself.
447
448 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
449
450 * config.sub, config.guess: Import from upstream.
451
452 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
453
454 * MAINTAINERS (Write After Approval): Put myself in correct order.
455
456 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
457
458 * MAINTAINERS (Write After Approval): Add myself.
459
460 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
461
462 * MAINTAINERS: Move myself from Reviewers to Write After Approval
463 section.
464
465 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
466
467 * MAINTAINERS (Write After Approval): Delete myself.
468
469 2014-04-17 Jakub Jelinek <jakub@redhat.com>
470
471 PR sanitizer/56781
472 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
473 and -B* options with -Xcompiler.
474
475 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
476
477 PR bootstrap/60620
478 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
479 * Makefile.in: Regenerate.
480
481 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
482
483 * Makefile.def (dependencies): Make all-ld depend on all-binutils
484 for WINDRES_FOR_TARGET in default-manifest.o rule.
485 * Makefile.in: Regenerate.
486
487 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
488
489 * MAINTAINERS (Write After Approval): Add myself.
490
491 2014-03-26 Jakub Jelinek <jakub@redhat.com>
492
493 PR sanitizer/56781
494 * Makefile.def: Set bootstrap=true; for host fixincludes.
495 * configure.ac: Don't bootstrap host fixincludes unless
496 --with-build-config=bootstrap-{a,ub}san.
497 * Makefile.in: Regenerated.
498 * configure: Regenerated.
499
500 2014-03-21 Jakub Jelinek <jakub@redhat.com>
501
502 * configure.ac: Move BUILD_CONFIG set up earlier. Add
503 --enable-vtable-verify option parsing. Don't add
504 target-libsanitizer to bootstrap_target_libs unless
505 --with-build-config=bootstrap-asan or
506 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
507 to bootstrap_target_libs unless --enable-vtable-verify.
508 * configure: Regenerated.
509
510 2014-03-10 Anatoly Sokolov <aesok@post.ru>
511
512 * MAINTAINERS (Write After Approval): Add myself.
513
514 2014-03-07 Denis Chertykov <chertykov@gmail.com>
515
516 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
517
518 2014-03-07 Jakub Jelinek <jakub@redhat.com>
519
520 PR bootstrap/58572
521 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
522 -I for libstdc++-v3 includes if $(LEAN).
523 * Makefile.in: Regenerated.
524
525 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
526
527 * MAINTAINERS: Update my email address.
528
529 2014-02-24 Walter Lee <walt@tilera.com>
530
531 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
532 (tilegx-*-*): Change to tilegx*-*-*.
533 * configure: Regenerate.
534
535 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
536
537 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
538
539 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
540
541 * MAINTAINERS (Write After Approval): Add myself.
542
543 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
544
545 PR target/59788
546 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
547 *solaris2*.
548
549 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
550
551 * MAINTAINERS: Update my email address.
552
553 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
554
555 * MAINTAINERS: Convert to UTF-8.
556 Properly sort Xinliang David Li's entry.
557
558 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
559 Sandra Loosemore <sandra@codesourcery.com>
560
561 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
562 nios2 port maintainers.
563
564 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
565
566 * MAINTAINERS (Write After Approval): Add myself.
567
568 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
569
570 * configure.ac: Add user-friendly check for native x86_64-linux
571 multilibs.
572 * configure: Regenerate.
573
574 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
575
576 * MAINTAINERS: Add myself as sh maintainer.
577
578 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
579
580 * MAINTAINERS: Add self as SLSR maintainer.
581
582 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
583
584 * MAINTAINERS: Update my email address.
585
586 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
587
588 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
589
590 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
591
592 * Makefile.in: Regenerate.
593
594 * Makefile.tpl: Fix typo.
595 * Makefile.in: Regenerate partially.
596
597 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
598
599 * configure.ac: Added libcilkrts to noconfig list when C++ is not
600 supported.
601 * configure: Regenerated.
602
603 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
604
605 * MAINTAINERS (Write After Approval): Add myself.
606
607 2013-10-30 Jason Merrill <jason@redhat.com>
608
609 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
610 --disable-build-format-warnings.
611
612 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
613
614 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
615 depend on libstdc++ and libgcc.
616 * configure: Regenerate.
617 * configure.ac: Added libcilkrts to target binaries. Also, restrict
618 libcilkrts for POSIX and i*86, and x86_64 architectures.
619 * Makefile.in: Added libcilkrts related fields to support building it.
620
621 2013-10-26 Jeff Law <law@redhat.com>
622
623 * Makefile.def (target_modules): Remove libmudflap
624 (languages): Remove check-target-libmudflap).
625 * Makefile.in: Rebuilt.
626 * Makefile.tpl (check-target-libmudflap-c++): Remove.
627 * configure.ac (target_libraries): Remove target-libmudflap.
628 Remove checks which disabled libmudflap on some systems.
629 * configure: Rebuilt.
630 * libmudflap: Directory removed.
631
632 2013-10-21 Cong Hou <congh@google.com>
633
634 * MAINTAINERS (Write After Approval): Add myself.
635
636 2013-10-16 Mike Stump <mikestump@comcast.net>
637
638 * .dir-locals.el: Add.
639
640 2013-10-15 David Malcolm <dmalcolm@redhat.com>
641
642 * configure.ac: Add --enable-host-shared
643 * configure: Regenerate.
644
645 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
646
647 Import from savannah.gnu.org:
648 * config.guess: Update to 2013-06-10 version.
649 * config.sub: Update to 2013-10-01 version.
650
651 2013-10-01 Simon Cook <simon.cook@embecosm.com>
652
653 Changes to build configuration to allow big endian ARC ELF toolchain
654 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
655 * configure: Regenerate.
656
657 2013-09-20 Alan Modra <amodra@gmail.com>
658
659 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
660 ppc host match. Support little-endian powerpc linux hosts.
661
662 2013-09-19 Dodji Seketeli <dodji@redhat.com>
663
664 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
665 maintainer.
666
667 2013-09-12 DJ Delorie <dj@redhat.com>
668
669 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
670 maintainers.
671
672 2013-09-03 Richard Biener <rguenther@suse.de>
673
674 * configure.ac: Also allow ISL 0.12.
675 * configure: Regenerated.
676
677 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
678
679 * MAINTAINERS (Write After Approval): Add myself.
680
681 2013-08-27 David Malcolm <dmalcolm@redhat.com>
682
683 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
684
685 2013-08-26 Caroline Tice <cmtice@google.com>
686
687 * MAINTAINERS: Correct earliers update: Move myself from libvtv
688 "Various Reviewers" to libvtv "Various Maintainers".
689
690 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
691
692 * MAINTAINERS: Add myself as RTL optimizers reviewer.
693
694 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
695
696 * MAINTAINERS: Update name, email.
697
698 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
699
700 * MAINTAINERS (Write After Approval): Add myself.
701
702 2013-08-12 Caroline Tice <cmtice@google.com>
703
704 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
705 address in the Write After Approval section.
706
707 2013-08-09 Carlos O'Donell <carlos@redhat.com>
708
709 * MAINTAINERS (Write After Approval): Update email.
710
711 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
712
713 * configure.ac: Adjust to check VTV_SUPPORTED.
714 * configure: Regenerated.
715
716 2013-08-02 Caroline Tice <cmtice@google.com>
717
718 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
719 on non-linux systems; add target-libvtv to noconfigdirs; add
720 libsupc++/.libs to C++ library search paths.
721 * configure: Regenerated.
722 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
723 libstdc++ and libgcc.
724 * Makefile.in: Regenerated.
725
726 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
727
728 * MAINTAINERS (Write After Approval): Add myself.
729
730 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
731 Shiva Chen <shiva0217@gmail.com>
732
733 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
734 nds32 port maintainers.
735
736 2013-07-17 Tim Shen <timshen91@gmail.com>
737
738 * MAINTAINERS (Write After Approval): Add myself.
739
740 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
741
742 * configure.ac: Sync from binutils.
743 * configure: Regenerate.
744
745 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
746
747 * MAINTAINERS (Write After Approval): Add myself.
748
749 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
750
751 * MAINTAINERS (Write After Approval): Add myself.
752
753 2013-05-17 David Malcolm <dmalcolm@redhat.com>
754
755 * MAINTAINERS (Write After Approval): Add myself.
756
757 2013-04-30 Brooks Moses <bmoses@google.com>
758
759 * MAINTAINERS: Update my email; move myself from Fortran
760 reviewer to Write After Approval.
761
762 2013-04-16 Andreas Schwab <schwab@suse.de>
763
764 * configure.ac (aarch64-*-*): Don't disable java.
765 * configure: Regenerate.
766
767 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
768
769 * MAINTAINERS (Write After Approval): Add myself.
770
771 2013-03-30 Matthias Klose <doko@ubuntu.com>
772
773 * Makefile.def (target_modules): Don't install libffi.
774 * Makefile.in: Regenerate.
775
776 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
777
778 * MAINTAINERS (Write After Approval): Add myself.
779
780 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
781
782 * MAINTAINERS (Write After Approval): Add myself.
783
784 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
785
786 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
787 * configure: Regenerated.
788
789 2013-02-05 Ian Lance Taylor <iant@google.com>
790
791 PR go/55969
792 * configure.ac: Disable libgo on some systems where it does not
793 work.
794
795 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
796
797 * MAINTAINERS: Explicitly add myself as AIX maintainer.
798 Remove Geoff Keating as rs6000 port maintainer, at his request.
799
800 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
801
802 * MAINTAINERS: Update my email.
803
804 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
805
806 * configure: Re-generate.
807
808 2013-01-15 Richard Biener <rguenther@suse.de>
809
810 PR other/55973
811 * configure: Re-generate.
812
813 2013-01-14 Matthias Klose <doko@ubuntu.com>
814
815 * Makefile.def (install-target-libsanitizer): Depend on
816 install-target-libstdc++-v3.
817 * Makefile.in: Regenerate.
818
819 2013-01-14 Richard Biener <rguenther@suse.de>
820
821 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
822 * configure: Re-generate
823
824 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
825
826 * config.sub: Update from config repo.
827
828 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
829
830 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
831 * Makefile.in: Regenerate.
832
833 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
834
835 * MAINTAINERS (arc): Add new port maintainership for myself.
836
837 2013-01-09 Jason Merrill <jason@redhat.com>
838
839 * .gitignore: Import from gdb repository.
840
841 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
842
843 * Makefile.def (configure-gcc): Depend on all-gmp.
844 (all-gcc): Remove dependency on all-gmp.
845 * Makefile.in: Regenerated.
846
847 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
848
849 * config.sub: Merge from config repo.
850 * config.guess: Ditto.
851
852 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
853
854 * Makefile.def: Merge from binutils.
855 * Makefile.in: Ditto.
856
857 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
858
859 * MAINTAINERS: Update my email.
860
861 2012-12-29 Ben Elliston <bje@gnu.org>
862
863 * config.guess: Update to 2012-12-29 version.
864 * config.sub: Likewise.
865
866 2012-12-20 Matthias Klose <doko@ubuntu.com>
867
868 * Makefile.def (install-target-libgfortran): Depend on
869 install-target-libquadmath, install-target-libgcc.
870 (install-target-libsanitizer): Depend on install-target-libgcc.
871 (install-target-libjava): Depend on install-target-libgcc.
872 (install-target-libitm): Depend on install-target-libgcc.
873 (install-target-libobjc): Depend on install-target-libgcc.
874 (install-target-libstdc++-v3): Depend on install-target-libgcc.
875 * Makefile.in: Regenerate.
876
877 2012-12-19 Matthias Klose <doko@ubuntu.com>
878
879 * Makefile.def (install-target-libgo): Depend on
880 install-target-libatomic.
881 * Makefile.in: Regenerate.
882
883 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
884
885 PR go/55201
886 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
887 * Makefile.in: Regenerate.
888
889 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
890
891 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
892 * configure: Regenerate.
893
894 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
895
896 * config.sub: Merge from config repo.
897
898 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
899
900 * Makefile.def (target_modules): Add bootstrap=true and
901 raw_cxx=true to libsanitizer.
902 * configure.ac (bootstrap_target_libs): Add libsanitizer.
903 * Makefile.in: Regenerated.
904 * configure: Likewise.
905
906 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
907
908 * MAINTAINERS: Remove self as RTL optimization maintainer.
909
910 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
911
912 * MAINTAINERS (Write After Approval): Add myself.
913
914 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
915
916 * Makefile.def (target_modules): Remove bootstrap=true and
917 raw_cxx=true from libsanitizer.
918 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
919 * Makefile.in: Regenerated.
920 * configure: Likewise.
921
922 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
923
924 * Makefile.def (target_modules): Add bootstrap=true and
925 raw_cxx=true to libsanitizer.
926 * configure.ac (bootstrap_target_libs): Add libsanitizer.
927 * Makefile.in: Regenerated.
928 * configure: Likewise.
929
930 2012-11-28 Andrew Pinski <apinski@cavium.com>
931
932 PR bootstrap/54279
933 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
934 * configure: Regenerate.
935 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
936 * Makefile.in: Regenerate.
937
938 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
939
940 * configure.ac: Disable libsanitizer if we're not building C++.
941 * configure: Regenerate.
942
943 2012-11-15 Roland McGrath <roland@hack.frob.com>
944
945 * MAINTAINERS (Write After Approval): Add myself.
946
947 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
948
949 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
950 Kostya Serebryany (kcc@google.com) and
951 Jakub Jelinek (jakub@redhat.com).
952 Rename area for Dodji Seketeli (dodji@redhat.com).
953
954 2012-11-15 Dodji Seketeli <dodji@redhat.com>
955
956 * MAINTAINERS: (asan.c, related): Add myself.
957
958 2012-11-14 Roland McGrath <mcgrathr@google.com>
959
960 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
961 * configure: Regenerate.
962
963 2012-11-13 Richard Henderson <rth@redhat.com>
964
965 * configure.ac: Move libsanitizer logic to subdirectory.
966 * configure: Regenerate.
967
968 2012-11-13 Dodji Seketeli <dodji@redhat.com>
969
970 * configure.ac: Enable libsanitizer just on x86 linux for now.
971 * configure: Re-generate.
972
973 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
974
975 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
976 sections.
977 * configure: Regenerate.
978
979 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
980
981 * configure.ac: Add section for configdirs for libsanitizer.
982 Disable for cris-*-* and mmix-*-*.
983 * configure: Regenerate.
984
985 2012-11-12 Wei Mi <wmi@google.com>
986
987 * configure.ac: Add libsanitizer to target_libraries.
988 * Makefile.def: Ditto.
989 * configure: Regenerate.
990 * Makefile.in: Regenerate.
991 * libsanitizer: New directory for asan runtime. Contains an empty
992 tsan directory.
993
994 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
995
996 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
997 against Mingw64 w32api.
998 * configure: Regenerate.
999
1000 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1001
1002 * configure: Regenerated.
1003
1004 2012-11-03 Robert Mason <rbmj@verizon.net>
1005
1006 * configure.ac: add --disable-libstdcxx configure option
1007 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1008
1009 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1010
1011 * MAINTAINERS (Write After Approval): Add myself.
1012
1013 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
1014
1015 * MAINTAINERS (Write After Approval): Add myself.
1016
1017 2012-10-24 Sharad Singhai <singhai@google.com>
1018
1019 * MAINTAINERS (Write After Approval): Add myself.
1020
1021 2012-10-24 Eric Christopher <echristo@gmail.com>
1022
1023 * MAINTAINERS: Update email address.
1024
1025 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1026
1027 PR bootstrap/54820
1028 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1029 * configure: Regenerate.
1030
1031 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
1032
1033 * MAINTAINERS (aarch64): Add Marcus and myself.
1034
1035 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1036
1037 PR bootstrap/54820
1038 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1039 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1040 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1041 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1042 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1043 * Makefile.in: Regenerate.
1044 * configure.ac (have_static_libs): New variable and associated check.
1045 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1046 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1047 * configure: Regenerate.
1048
1049 2012-10-10 Richard Biener <rguenther@suse.de>
1050
1051 * MAINTAINERS: Adjust for changed surname.
1052
1053 2012-10-04 Lawrence Crowl <crowl@google.com>
1054
1055 * MAINTAINERS (Write After Approval): Add myself.
1056
1057 2012-10-01 Cary Coutant <ccoutant@google.com>
1058
1059 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1060
1061 2012-09-28 Ian Lance Taylor <iant@google.com>
1062
1063 * Makefile.def: Make all-target-libgo depend on
1064 all-target-libbacktrace.
1065 * Makefile.in: Rebuild.
1066
1067 2012-09-26 Ian Lance Taylor <iant@google.com>
1068
1069 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1070 * Makefile.in: Rebuild.
1071
1072 2012-09-20 Walter Lee <walt@tilera.com>
1073
1074 * configure.ac: Add tilegx to list of targets that support gold.
1075 * configure: Regenerate.
1076
1077 2012-09-20 Marek Polacek <polacek@redhat.com>
1078
1079 * MAINTAINERS (Write After Approval): Add myself.
1080
1081 2012-09-19 Steve Ellcey <sellcey@mips.com>
1082
1083 * configure.ac: Add mips*-mti-elf* target.
1084 * configure: Regenerate.
1085
1086 2012-09-17 Ian Lance Taylor <iant@google.com>
1087
1088 * MAINTAINERS (Various Maintainers): Add libbacktrace.
1089 * configure.ac (host_libs): Add libbacktrace.
1090 (target_libraries): Add libbacktrace.
1091 * Makefile.def (host_modules): Add libbacktrace.
1092 (target_modules): Likewise.
1093 * configure, Makefile.in: Rebuild.
1094
1095 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1096
1097 PR target/38607
1098 Merge upstream change.
1099 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1100
1101 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1102 Add libgomp*.o to compare_exclusions for AIX.
1103 * configure: Regenerate.
1104
1105 2012-09-06 Diego Novillo <dnovillo@google.com>
1106
1107 * configure.ac: Bump minimum GMP version to 4.2.3.
1108 * configure: Re-generate.
1109
1110 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1111
1112 PR target/54461
1113 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1114 target-libgloss if not configured --with-avrlibc=no.
1115 * configure: Regenerate.
1116
1117 2012-09-04 Jason Merrill <jason@redhat.com>
1118
1119 * configure.ac: Fix --enable-languages=all.
1120
1121 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
1122
1123 * MAINTAINERS (Write After Approval): Add myself.
1124
1125 2012-09-03 Richard Guenther <rguenther@suse.de>
1126
1127 PR bootstrap/54138
1128 * configure.ac: Re-organize ISL / CLOOG checks to allow
1129 disabling with either --without-isl or --without-cloog.
1130 * configure: Regenerated.
1131
1132 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1133
1134 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1135 * configure: Regenerate.
1136
1137 2012-08-27 Ulrich Drepper <drepper@gmail.com>
1138
1139 * MAINTAINERS: Fix my email address.
1140
1141 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1142
1143 PR binutils/4970
1144 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1145 and opcodes.
1146 * Makefile.in: Regenerated.
1147
1148 2012-08-26 Art Haas <ahaas@impactweather.com>
1149
1150 * configure: Regenerate.
1151
1152 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
1153
1154 * INSTALL/README: Also refer to the online installation
1155 instructions.
1156
1157 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1158
1159 * MAINTAINERS (Write After Approval): Add myself.
1160 (Picochip port): Remove myself.
1161
1162 2012-08-14 Diego Novillo <dnovillo@google.com>
1163
1164 Merge from cxx-conversion branch.
1165
1166 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1167 POSTSTAGE1_CONFIGURE_FLAGS.
1168 * Makefile.in: Regenerate.
1169 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1170 Force C++ when bootstrapping.
1171 * configure: Regenerate.
1172
1173 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1174
1175 * MAINTAINERS (Write After Approval): Add myself.
1176
1177 2012-07-16 Joseph Myers <joseph@codesourcery.com>
1178
1179 * README: Document use of ranges of years in copyright notices.
1180
1181 2012-07-06 Richard Guenther <rguenther@suse.de>
1182
1183 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1184 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1185 --with-gmp=system.
1186 * Makefile.in: Regenerated.
1187 * configure: Likewise.
1188
1189 2012-07-06 Richard Guenther <rguenther@suse.de>
1190
1191 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1192 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1193 supply V=1 as extra_make_flags.
1194 * configure: Regenerated.
1195 * Makefile.in: Likewise.
1196
1197 2012-07-04 Tristan Gingold <gingold@adacore.com>
1198
1199 * configure: Regenerate.
1200
1201 2012-07-03 Richard Guenther <rguenther@suse.de>
1202
1203 * Makfile.def (isl): Remove not necessary extra_exports and
1204 extra_make_flags.
1205 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1206 * Makefile.in: Regenerated.
1207
1208 2012-07-03 Richard Guenther <rguenther@suse.de>
1209
1210 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1211 * configure.ac: If either the ISL or the CLooG check failed
1212 do not try to build in-tree versions.
1213 * Makefile.in: Regenerated.
1214 * configure: Regenerated.
1215
1216 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1217
1218 * configure: Regenerate.
1219
1220 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
1221
1222 * MAINTAINERS (Various Maintainers): Add myself as testsuite
1223 maintainer.
1224
1225 2012-07-02 Richard Guenther <rguenther@suse.de>
1226
1227 * configure: Regenerated.
1228
1229 2012-07-02 Richard Guenther <rguenther@suse.de>
1230 Michael Matz <matz@suse.de>
1231 Tobias Grosser <tobias@grosser.es>
1232 Sebastian Pop <sebpop@gmail.com>
1233
1234 * Makefile.def: Add ISL host module, remove PPL host module.
1235 Adjust ClooG host module to use the proper ISL.
1236 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1237 * configure.ac: Include config/isl.m4. Add ISL host library,
1238 remove PPL. Remove PPL configury, add ISL configury, adjust
1239 ClooG configury.
1240 * Makefile.in: Regenerated.
1241 * configure: Likewise.
1242
1243 2012-07-02 Richard Guenther <rguenther@suse.de>
1244
1245 Merge from graphite branch
1246 2011-07-21 Tobias Grosser <tobias@grosser.es>
1247
1248 * configure: Regenerated.
1249 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1250 both cloog.org and legacy versions. The only supported version will
1251 be CLooG with the isl backend.
1252
1253 2011-07-21 Tobias Grosser <tobias@grosser.es>
1254
1255 * configure: Regenerated.
1256 * configure.ac: Require cloog isl 0.17.0
1257
1258 2011-07-21 Tobias Grosser <tobias@grosser.es>
1259
1260 * configure: Regenerated.
1261 * config/cloog.m4: Do not define CLOOG_ORG
1262
1263 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1264
1265 * configure.ac: Skip C if explicitly selected.
1266 * configure: Regenerate.
1267
1268 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
1269
1270 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1271 they contain -O2.
1272 * configure: Regenerate.
1273
1274 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
1275
1276 PR debug/53740
1277 * df.h, df-problems.c, dce.c: Revert last patch.
1278
1279 2012-06-25 Iain Sandoe <iain@codesourcery.com>
1280
1281 * MAINTAINERS (Write After Approval): Update my email address.
1282
1283 2012-06-21 Meador Inge <meadori@codesourcery.com>
1284
1285 * MAINTAINERS (Write After Approval): Add myself.
1286
1287 2012-06-20 Jason Merrill <jason@redhat.com>
1288
1289 * Makefile.tpl (check-target-libgomp-c++): New.
1290 (check-target-libitm-c++): New.
1291 * Makefile.def (c++): Add them.
1292 * Makefile.in: Regenerate.
1293
1294 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
1295
1296 * MAINTAINERS (Write After Approval): Add myself.
1297
1298 2012-05-16 Olivier Hainque <hainque@adacore.com>
1299
1300 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1301 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1302 (install-no-fixedincludes): Adjust accordingly.
1303 * Makefile.in: Regenerate.
1304
1305 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1306
1307 Merge upstream change
1308 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1309
1310 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
1311
1312 * MAINTAINERS (Write After Approval): Add myself.
1313
1314 2012-05-09 Nick Clifton <nickc@redhat.com>
1315 Paul Smith <psmith@gnu.org>
1316
1317 PR bootstrap/50461
1318 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1319 allow for the fact that from release v3.1.0 of MPFR the source
1320 files were moved into a src sub-directory.
1321 * configure: Regenerate.
1322
1323 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1324
1325 * configure.ac: Bump minimum MPFR version to 2.4.0.
1326 * configure: Regenerated.
1327
1328 2012-05-01 Richard Henderson <rth@redhat.com>
1329
1330 * Makefile.def (libatomic): New target_module.
1331 * configure.ac (target_libraries): Add libatomic.
1332 (noconfigdirs): Check if libatomic is supported.
1333 * Makefile.in, configure: Rebuild.
1334
1335 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
1336
1337 * MAINTAINERS (Write After Approval): Add myself.
1338
1339 2012-04-25 Joel Brobecker <brobecker@adacore.com>
1340
1341 * config.sub: Update to 2012-04-18 version from official repo.
1342
1343 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
1344
1345 * MAINTAINERS (Write After Approval): Add myself.
1346
1347 2012-04-11 Steve Ellcey <sellcey@mips.com>
1348
1349 * MAINTAINERS: Changed email address.
1350
1351 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
1352
1353 PR target/52737
1354 * contrib/gcc_update (files_and_dependencies):
1355 Remove gcc/config/avr/t-multilib from touch data.
1356
1357 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1358
1359 * MAINTAINERS (OS Port Maintainers): Remove irix.
1360 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1361 (unsupported_languages): Remove mips-sgi-irix6.*.
1362 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1363 (with_stabs): Remove.
1364 * configure: Regenerate.
1365
1366 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1367
1368 * MAINTAINERS (OS Port Maintainers): Remove osf.
1369 * configure.ac (enable_libgomp): Remove *-*-osf*.
1370 (with_stabs): Remove alpha*-*-osf*.
1371 * configure: Regenerate.
1372
1373 2012-03-05 Tristan Gingold <gingold@adacore.com>
1374
1375 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1376 * configure: Regenerate.
1377
1378 2012-02-17 Walter Lee <walt@tilera.com>
1379
1380 * MAINTAINERS: (Write After Approval): Delete myself.
1381
1382 2012-02-14 Walter Lee <walt@tilera.com>
1383
1384 * MAINTAINERS (tilegx port): Add myself.
1385 (tilepro port): Add myself.
1386 (Write After Approval): Add myself.
1387
1388 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
1389
1390 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
1391 and Joseph Myers as docstring relicensing maintainers.
1392
1393 2012-02-09 Bin Cheng <bin.cheng@arm.com>
1394
1395 * MAINTAINERS (write-after-approval): Add myself.
1396
1397 2012-02-08 Ira Rosen <irar@il.ibm.com>
1398
1399 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
1400 maintainer.
1401
1402 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1403
1404 * MAINTAINERS (Write After Approval): Move myself to
1405 maintain alphabetical order.
1406
1407 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1408
1409 * MAINTAINERS (Write After Approval): Add myself.
1410
1411 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1412
1413 * MAINTAINERS (Write After Approval): Add myself.
1414
1415 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1416 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1417
1418 * configure.ac (cr16-*-*): Remove nonconfigdirs.
1419 * configure: Regenerate.
1420
1421 2012-01-23 Harshit Chopra <harshit@google.com>
1422
1423 * MAINTAINERS (Write After Approval): Add myself.
1424
1425 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
1426
1427 * configure.ac: Remove reference to mh-interix.
1428 * configure: Regenerate.
1429
1430 2012-01-05 Richard Henderson <rth@redhat.com>
1431
1432 PR bootstrap/51072
1433 * configure.ac: Disable libitm if c++ is not enabled.
1434 * configure: Rebuild.
1435
1436 * configure.ac: Fix regexp for same.
1437 * configure: Rebuild.
1438
1439 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
1440
1441 * MAINTAINERS (Write After Approval): Add myself.
1442
1443 2012-01-02 Richard Guenther <rguenther@suse.de>
1444
1445 PR bootstrap/51686
1446 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1447 * Makefile.in: Regenerate.
1448
1449 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
1450
1451 * MAINTAINERS (Write After Approval): Add myself.
1452
1453 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1454
1455 * configure: Regenerate.
1456
1457 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1458
1459 * MAINTAINERS (picochip): Changed email address.
1460
1461 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1462
1463 * MAINTAINERS (write-after-approval): Add self.
1464
1465 2011-11-29 DJ Delorie <dj@redhat.com>
1466
1467 * configure.ac (rl78-*-*) New case.
1468 * configure: Regenerate.
1469 * MAINTAINERS: Add myself as RL78 maintainer.
1470
1471 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1472
1473 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1474
1475 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
1476
1477 * libtool.m4: Additional FreeBSD 10 fixes.
1478
1479 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
1480
1481 * MAINTAINERS: Move myself from Write After Approval to CPU Port
1482 Maintainers section, as Epiphany maintainer.
1483
1484 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
1485
1486 PR target/49992
1487 * configure.ac: Remove ranlib special-casing for Darwin.
1488 * configure: Regenerate.
1489
1490 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
1491
1492 * MAINTAINERS (Reviewers): Keep the list sorted.
1493
1494 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
1495
1496 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1497
1498 2011-11-09 Roland McGrath <mcgrathr@google.com>
1499
1500 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1501 * configure: Rebuild.
1502 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1503 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1504 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1505 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1506 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1507 Add READELF.
1508 * Makefile.in: Rebuild.
1509
1510 2011-11-09 Jason Merrill <jason@redhat.com>
1511
1512 * Makefile.def (language=c++): Remove check-c++0x.
1513 * Makefile.in (check-gcc-c++): Regenerate.
1514
1515 2011-11-08 Richard Henderson <rth@redhat.com>
1516
1517 * configure.ac: Test for libitm directory present first.
1518
1519 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1520
1521 * configure.ac: Test libitm/configure.tgt to disable libitm.
1522 * configure: Rebuild.
1523
1524 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
1525 Richard Henderson <rth@redhat.com>
1526
1527 Merged from transactional-memory.
1528
1529 * Makefile.def (lang_env_dependencies): libitm is c++.
1530 Add libitm target module.
1531 * configure.ac: Likewise.
1532 * config/mmap.m4: New file.
1533 * contrib/gcc_update: Add libitm to touch data.
1534 * Makefile.in, configure: Rebuild.
1535
1536 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1537
1538 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1539 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1540 * Makefile.in: Regenerate.
1541
1542 2011-11-01 DJ Delorie <dj@redhat.com>
1543
1544 * config.sub: Update to version 2011-10-29 (added rl78)
1545
1546 2011-10-27 Nick Clifton <nickc@redhat.com>
1547
1548 * config.sub: Import these changes from the config project:
1549
1550 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1551 Ben Elliston <bje@gnu.org>
1552
1553 * config.sub (epiphany): New.
1554
1555 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1556 Ben Elliston <bje@gnu.org>
1557
1558 * config.sub (hexagon, hexagon-*): New.
1559
1560 2011-08-23 Roland McGrath <mcgrathr@google.com>
1561
1562 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1563 64eb to be64.
1564
1565 2011-08-16 Roland McGrath <mcgrathr@google.com>
1566
1567 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1568 (nacl): Grok as alias for 32el-unknown-nacl.
1569
1570 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
1571
1572 * MAINTAINERS (Write After Approval): Add myself.
1573
1574 2011-10-24 Teresa Johnson <tejohnson@google.com>
1575
1576 * MAINTAINERS (Write After Approval): Add myself.
1577
1578 2011-09-21 Jakub Jelinek <jakub@redhat.com>
1579
1580 * MAINTAINERS (sparc port): Remove myself.
1581
1582 2011-09-14 Tom de Vries <tom@codesourcery.com>
1583
1584 * MAINTAINERS (Write After Approval): Add myself.
1585
1586 2011-08-14 Yao Qi <yao@codesourcery.com>
1587
1588 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1589 * configure: Regenerate.
1590
1591 2011-07-26 Ian Lance Taylor <iant@google.com>
1592
1593 * configure.ac: Set have_compiler based on whether gcc directory
1594 exists, rather than on whether gcc is in configdirs.
1595 * configure: Rebuild.
1596
1597 2011-07-21 Joseph Myers <joseph@codesourcery.com>
1598
1599 * MAINTAINERS (Global Reviewers): Add self.
1600
1601 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1602
1603 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1604 link directories.
1605 * Makefile.in: Rebuild.
1606
1607 2011-07-20 Ian Lance Taylor <iant@google.com>
1608
1609 PR bootstrap/49787
1610 * configure.ac: Move --enable-bootstrap handling earlier in file.
1611 If --enable-bootstrap and either --enable-build-with-cxx or
1612 --enable-build-poststage1-with-cxx, enable C++ automatically.
1613 * configure: Rebuild.
1614
1615 2011-07-19 Ian Lance Taylor <iant@google.com>
1616
1617 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1618 make C++ a boot_language. Set and substitute
1619 POSTSTAGE1_CONFIGURE_FLAGS.
1620 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1621 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1622 * configure, Makefile.in: Rebuild.
1623
1624 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
1625
1626 * MAINTAINERS (Register Allocation): Move myself from reviewers to
1627 maintainers.
1628
1629 2011-07-18 Jakub Jelinek <jakub@redhat.com>
1630
1631 * MAINTAINERS (Global Reviewers): Add myself.
1632
1633 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1634
1635 * configure: Regenerate.
1636
1637 2011-07-16 Jason Merrill <jason@redhat.com>
1638
1639 * Makefile.def (language=c++): Add check-c++0x and
1640 check-target-libmudflap-c++.
1641 * Makefile.tpl (check-target-libmudflap-c++): New.
1642 * Makefile.in: Regenerate.
1643
1644 2011-07-16 Matthias Klose <doko@ubuntu.com>
1645
1646 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1647 * Makefile.def (target_modules/libjava): Pass
1648 $(EXTRA_CONFIGARGS_LIBJAVA).
1649 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1650 if not configured with --enable-static-libjava.
1651 * Makefile.in: Regenerate.
1652 * configure: Likewise.
1653
1654 2011-07-15 Jason Merrill <jason@redhat.com>
1655
1656 * Makefile.in (check-c++): Move check-gcc-c++0x after
1657 check-target-libstdc++-v3.
1658
1659 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1660
1661 * MAINTAINERS (c6x port): New entry.
1662
1663 2011-07-13 Jason Merrill <jason@redhat.com>
1664
1665 * Makefile.in (check-gcc-c++0x): New.
1666 (check-c++): Depend on it.
1667
1668 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1669
1670 PR target/39150
1671 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1672 x86_64-*-solaris2.1[0-9]*.
1673 * configure: Regenerate.
1674
1675 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
1676
1677 * MAINTAINERS (RTL optimizers): Add self.
1678
1679 2011-06-27 Gabriel Charette <gchare@google.com>
1680
1681 * MAINTAINERS (Write After Approval): Add myself.
1682
1683 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1684
1685 PR regression/47836
1686 PR bootstrap/23656
1687 PR other/47733
1688 PR bootstrap/49247
1689 PR c/48825
1690 * configure.ac (target_libraries): Remove target-libiberty.
1691 Remove case-statement setting skipdirs=target-libiberty for
1692 multiple targets. Remove checking target_configdirs and
1693 removing target-libiberty but keeping target-libgcc if
1694 otherwise empty.
1695 * Makefile.def (target_modules): Don't add libiberty.
1696 (dependencies): Remove all traces of target-libiberty.
1697 * configure, Makefile.in: Regenerate.
1698
1699 2011-06-13 Walter Lee <walt@tilera.com>
1700
1701 * configure.ac (tilepro-*-*) New case.
1702 (tilegx-*-*): Likewise.
1703 * configure: Regenerate.
1704
1705 2011-06-06 Jing Yu <jingyu@google.com>
1706
1707 * configure.ac: Skip target-libiberty for
1708 arm*-*-linux-androideabi.
1709 * configure: Regenerated.
1710
1711 2011-06-06 Nick Clifton <nickc@redhat.com>
1712
1713 * config.sub: Sync from upstream.
1714
1715 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
1716
1717 * MAINTAINERS (Write After Approval): Add myself.
1718
1719 2011-06-01 Daniel Jacobowitz <drow@false.org>
1720
1721 * MAINTAINERS: Update my email address.
1722
1723 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
1724
1725 * MAINTAINERS (Write After Approval): Update my email address.
1726
1727 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
1728
1729 * MAINTAINERS (Write After Approval): Add myself.
1730
1731 2011-05-08 Doug Kwan <dougkwan@google.com>
1732
1733 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1734 * configure: Regenerated.
1735 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1736 value from configure.
1737 * Makefile.in: Regenerated.
1738
1739 2011-05-05 Joseph Myers <joseph@codesourcery.com>
1740
1741 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1742 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1743 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1744 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1745 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1746 *-*-vxworks*): Disable newlib and libgloss in separate case
1747 statement.
1748 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1749 to separate case statement.
1750 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1751 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1752 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1753 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1754 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1755 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1756 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1757 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1758 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1759 i[[3456789]]86-*-rdos*, m32r-*-*,
1760 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1761 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1762 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1763 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1764 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1765 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1766 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1767 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1768 and libgloss in main case over targets. Remove most empty cases
1769 in main case over targets.
1770 * configure: Regenerate.
1771
1772 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
1773
1774 * MAINTAINERS (Write After Approval): Add myself.
1775
1776 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1777
1778 * configure.ac: Remove code setting special library locations for
1779 hppa*64*-*-hpux11*. Remove code setting compiler for
1780 sparc-sun-solaris2*.
1781 * configure: Regenerate.
1782
1783 2011-05-04 Joseph Myers <joseph@codesourcery.com>
1784
1785 * configure.ac: Separate libgloss_dir settings from general case
1786 over targets.
1787 * configure: Regenerate.
1788
1789 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1790
1791 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1792 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1793 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1794 cases in libgcj-disabling case statement.
1795 (hppa*64*-*-linux*): Set unsupported_languages instead of
1796 disabling target-zlib.
1797 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1798 to hppa*64*-*-hpux*.
1799 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1800 hppa*-*-hpux*.
1801 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1802 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1803 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1804 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1805 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1806 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1807 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1808 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1809 libgcj-disabling case statement.
1810 * configure: Regenerate.
1811
1812 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1813
1814 * configure.ac: Disable Java for targets not supporting libffi.
1815 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1816 Remove cases in Java-disabling statement.
1817 (*arm-wince-pe): Change to arm-wince-pe.
1818 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1819 cases in Java-disabling statement.
1820 (bfin-*-*): Don't disable Java again.
1821 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1822 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1823 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1824 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1825 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1826 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1827 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1828 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1829 Java-disabling statement.
1830 (mmix-*-*): Don't disable Java again.
1831 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1832 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1833 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1834 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1835 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1836 statement.
1837 * configure: Regenerate.
1838
1839 2011-04-28 Joseph Myers <joseph@codesourcery.com>
1840
1841 * configure.ac: Separate cases disabling Java and Java libraries
1842 from general case over targets.
1843 * configure: Regenerate.
1844
1845 2011-04-21 Jie Zhang <jzhang918@gmail.com>
1846
1847 * MAINTAINERS: Update my email address.
1848
1849 2011-04-20 Easwaran Raman <eraman@google.com>
1850
1851 * MAINTAINERS (Write After Approval): Add myself.
1852
1853 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1854
1855 PR lto/48086
1856 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1857 * configure: Regenerate.
1858
1859 2011-04-16 Jim Meyering <meyering@redhat.com>
1860
1861 * MAINTAINERS (Write After Approval): Add myself.
1862
1863 2011-04-15 Dodji Seketeli <dodji@redhat.com>
1864
1865 * MAINTAINERS: Update my email address.
1866
1867 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
1868
1869 * MAINTAINERS (Write After Approval): Add myself.
1870
1871 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
1872
1873 * MAINTAINERS (Write After Approval): Add myself.
1874
1875 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
1876
1877 * MAINTAINERS (Write After Approval): Add myself.
1878
1879 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1880
1881 * configure.ac (build_tools): Remove build-byacc.
1882 (host_libs): Remove mmalloc.
1883 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1884 autoconf automake libtool diff rcs fileutils shellutils time
1885 textutils wdiff find uudecode hello tar gzip indent recode release
1886 sed perl gawk findutils gettext zip.
1887 (libgcj): Remove target-qthreads.
1888 (target_tools): Remove target-examples target-gperf.
1889 (YACC): Don't handle building byacc.
1890 * configure: Regenerate.
1891 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1892 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1893 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1894 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1895 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1896 handle building components.
1897 * Makefile.in: Regenerate.
1898
1899 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
1900
1901 * MAINTAINERS: Update my email address as Xtensa maintainer.
1902
1903 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1904
1905 * config.sub: Sync from upstream.
1906
1907 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1908
1909 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1910 (microblaze*): Don't disable libssp.
1911 * configure: Regenerate.
1912
1913 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1914
1915 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1916 moveifchange.
1917 * configure: Regenerate.
1918 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1919 * Makefile.in: Regenerate.
1920
1921 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1922
1923 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1924 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1925 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1926 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1927 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1928 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1929 md_exec_prefix cases.
1930 * configure: Regenerate.
1931
1932 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1933
1934 * configure.ac: Separate cases disabling target-libssp,
1935 target-libiberty, target-libstdc++-v3 and Fortran from general
1936 case over targets.
1937 * configure: Regenerate.
1938
1939 2011-04-01 Joseph Myers <joseph@codesourcery.com>
1940
1941 * configure.ac (*-*-chorusos): Don't disable libgcj.
1942 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1943 Remove case.
1944 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1945 (arm-*-coff): Don't disable libgcj.
1946 (arm*-*-linux-gnueabi): Remove useless assignment.
1947 (arm-*-riscix*): Don't disable libgcj.
1948 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1949 configuration.
1950 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1951 (c54x*-*-*): Remove case.
1952 (tic54x-*-*): Don't disable GCC or GCC libraries.
1953 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1954 to *.
1955 (d10v-*-*): Don't disable GCC libraries.
1956 (d30v-*-*): Don't disable libgcj.
1957 (h8500-*-*): Don't disable GCC libraries.
1958 (i960-*-*): Don't disable libgcj.
1959 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1960 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1961 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1962 libgcj.
1963 (m68k-*-coff*): Remove case.
1964 (mmix-*-*): Don't disable libgloss on host.
1965 (mn10200-*-*, mn10300-*-*): Remove cases.
1966 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1967 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1968 Don't disable libgcj.
1969 (romp-*-*): Remove case.
1970 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1971 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1972 case.
1973 (v810-*-*): Don't disable GCC libraries.
1974 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1975 (ip2k-*-*): Don't disable GCC libraries.
1976 * configure: Regenerate.
1977
1978 2011-03-28 Joseph Myers <joseph@codesourcery.com>
1979
1980 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1981 libffi on host.
1982 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1983 on host.
1984 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1985 * configure: Regenerate.
1986
1987 2011-03-26 John Marino <binutils@marino.st>
1988
1989 * configure.ac: Add support for *-*-dragonfly*
1990 * configure: Regenerate.
1991
1992 2011-03-25 Joseph Myers <joseph@codesourcery.com>
1993
1994 * configure.ac (native_only): Remove.
1995 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1996 send-pr uudecode guile gnuserv on host.
1997 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1998 send-pr rcs guile perl texinfo libtool on host.
1999 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2000 automake send-pr rcs guile perl texinfo libtool on host.
2001 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2002 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2003 (alpha*-dec-osf*): Don't disable fileutils on target.
2004 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2005 texinfo send-pr expect dejagnu on target.
2006 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2007 target-qthreads on target.
2008 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2009 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2010 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2011 x86_64-*-mingw*): Don't disable expect on target.
2012 (*-*-cygwin*): Don't disable target-gperf on target.
2013 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2014 gnuserv on target.
2015 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2016 target.
2017 * configure: Regenerate.
2018
2019 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2020
2021 * configure.ac (target_tools): Remove target-groff.
2022 (native_only): Remove target-groff.
2023 (hppa*64*-*-*): Don't disable byacc.
2024 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2025 setting.
2026 (*-*-kaos*): Don't skip target-librx and target-groff.
2027 (*-*-netware*): Don't skip target-libmudflap.
2028 (*-*-tpf*): Don't skip target-libmudflap.
2029 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2030 directories on the host.
2031 (ia64*-*-*vms*): Don't skip tix.
2032 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2033 host.
2034 * configure: Regenerate.
2035
2036 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2037
2038 * configure.ac: Remove references to mt-mep, mt-netware,
2039 mt-wince.
2040 * Makefile.def: Add all-utils soft dependencies.
2041 * Makefile.tpl: Remove GDB_NLM_DEPS.
2042 * configure: Regenerate.
2043 * Makefile.in: Regenerate.
2044
2045 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2046
2047 * configure.ac: Do not include mh-x86omitfp.
2048 * configure: Regenerate.
2049
2050 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2051
2052 * configure.ac: Remove empty cases.
2053 * configure: Regenerate.
2054
2055 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2056
2057 * Makefile.def: Add dependency from termcap to gdb.
2058 * Makefile.in: Regenerate.
2059
2060 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2061
2062 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2063 * configure: Regenerate.
2064 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2065 * Makefile.tpl: Likewise.
2066 * Makefile.in: Regenerate.
2067
2068 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2069
2070 * configure.ac: Remove all mentions of tentative_cc.
2071 * configure: Regenerate.
2072
2073 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2074
2075 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2076 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2077 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2078 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2079 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2080 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2081 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2082 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2083 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2084 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2085 *-*-rhapsody*): Remove host cases.
2086 * configure: Regenerate.
2087
2088 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2089
2090 * configure.ac (ppc*-*-pe): Remove host case.
2091 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2092 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2093 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2094 cases.
2095 * configure: Regenerate.
2096
2097 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2098
2099 * config.sub: Update to version 2011-03-23.
2100
2101 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2102
2103 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2104 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2105 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2106 * configure: Regenerate.
2107
2108 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2109
2110 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
2111 to Write After Approval.
2112 * config-ml.in: Don't handle arc-*-elf*.
2113 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2114 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2115 handle GCC libraries.
2116 * configure: Regenerate.
2117
2118 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2119
2120 PR bootstrap/48120:
2121 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2122 Add -lstdc++ -lm to LIBS.
2123 * configure: Regenerate.
2124
2125 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2126
2127 * config.guess: Update to version 2011-02-02
2128 * config.sub: Update to version 2011-02-24
2129
2130 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2131
2132 PR lto/48086
2133 * configure.ac: Re-enable LTO on *-apple-darwin9.
2134 * configure: Regenerate.
2135
2136 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
2137
2138 PR lto/48086
2139 * configure.ac: Disable LTO on darwin due to an assembler change in
2140 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
2141 under 256.
2142 * configure: Regenerate.
2143
2144 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
2145
2146 * MAINTAINERS: Update myself as score backend maintainer,
2147 update my e-mail address.
2148
2149 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
2150
2151 * MAINTAINERS: Update my e-mail address.
2152
2153 2011-03-06 Joey Ye <joey.ye@arm.com>
2154
2155 * MAINTAINERS: Update my e-mail address.
2156
2157 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2158
2159 * configure.ac: Adjust test of with_ppl.
2160 * configure: Regenerated.
2161
2162 2011-03-02 Kai Tietz <ktietz@redhat.com>
2163
2164 * MAINTAINERS: Adjust my e-mail address.
2165
2166 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2167
2168 * configure.ac: Add -lpwl to ppllibs.
2169 * configure: Regenerated.
2170
2171 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2172
2173 * config/cloog.m4: Add -lisl to clooglibs.
2174 * configure: Regenerated.
2175
2176 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2177
2178 * MAINTAINERS (CPU Port maintainers): Add self.
2179
2180 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2181
2182 * MAINTAINERS: Add myself as testsuite maintainer.
2183
2184 2011-02-15 Mike Stump <mikestump@comcast.net>
2185
2186 * MAINTAINERS: Add myself as testsuite maintainer.
2187
2188 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2189
2190 Import from Libtool and gnulib:
2191
2192 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2193
2194 Prepare for supporting FreeBSD 10.
2195 * config.rpath: Remove handling of freebsd1* which soon would
2196 match FreeBSD 10.0.
2197
2198 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2199
2200 Remove support for FreeBSD 1.x.
2201 * libtool.m4 (_LT_LINKER_SHLIBS)
2202 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2203 soon would incorrectly match FreeBSD 10.0.
2204
2205 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2206
2207 PR binutils/12283
2208 * move-if-change: Import version from gnulib.
2209
2210 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2211
2212 PR lto/47225
2213 * Makefile.def (lto-plugin): Double dash for enable-shared.
2214 (configure-gcc): Depend on all-lto-plugin.
2215 * Makefile.in: Rebuilt.
2216
2217 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2218
2219 * configure.ac: Remove extra bracket.
2220 * configure: Regenerate.
2221
2222 2011-02-08 Tobias Burnus <burnus@net-b.de>
2223
2224 * MAINTAINERS: Add myself as libquadmath maintainer.
2225
2226 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
2227
2228 * MAINTAINERS: Update my email address.
2229
2230 2011-02-07 Joseph Myers <joseph@codesourcery.com>
2231
2232 * MAINTAINERS (option handling): Add self.
2233
2234 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2235
2236 PR lto/47225
2237 * Makefile.def: Add dependency for install-gcc
2238 on install-lto-plugin.
2239 * Makfile.in: Regenerated
2240
2241 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
2242
2243 * MAINTAINERS (CPU Port Maintainers): Add myself.
2244
2245 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
2246
2247 PR libgcj/44341
2248 * configure.ac: Discard --with-* flags for host when configuring
2249 target libraries for cross build.
2250 * configure: Rebuilt.
2251
2252 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2253
2254 * MAINTAINERS (linear loop transforms): Removed.
2255
2256 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2257
2258 * configure.ac: If with_ppl is no, move setting with_cloog=no
2259 after CLOOG_REQUESTED check.
2260 * configure: Regenerated.
2261
2262 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2263
2264 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2265 CLooG has been requested.
2266 * configure: Regenerated.
2267
2268 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2269
2270 * configure: Regenerated.
2271 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2272
2273 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2274
2275 * configure: Regenerated.
2276 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2277
2278 2011-01-21 Andreas Schwab <schwab@redhat.com>
2279
2280 * configure.ac: Use AS_HELP_STRING throughout.
2281 * configure: Regenerate.
2282
2283 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2284
2285 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2286 * configure: Regenerate.
2287
2288 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2289
2290 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2291
2292 2011-01-13 Joel Brobecker <brobecker@adacore.com>
2293
2294 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2295 for ia64-hpux.
2296 * configure: Regenerate.
2297
2298 2011-01-07 Jan Hubicka <jh@suse.cz>
2299
2300 PR lto/47225
2301 * Makefile.in: Regenerate.
2302 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2303 configure.
2304
2305 2011-01-07 Jan Hubicka <jh@suse.cz>
2306
2307 * Makefile.in: Regenerate.
2308 * Makefile.def (gcc host module) and soft dependency on lto-plugin
2309 and configure dependency on lto-plugin configure.
2310 (lto-plugin module): Remove dependency on GCC; add dependency on
2311 liniberty.
2312
2313 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
2314
2315 * MAINTAINERS (Write After Approval): Add myself.
2316
2317 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
2318
2319 * configure: Regenerate.
2320
2321 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2322
2323 * configure.ac: (picochip): Disable libiberty.
2324
2325 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
2326
2327 * MAINTAINERS (Write After Approval): Add myself.
2328
2329 2010-12-10 Ian Lance Taylor <iant@google.com>
2330
2331 PR bootstrap/46819
2332 * configure.ac: For --disable-libgcj clear libgcj_saved.
2333 * configure: Rebuild.
2334
2335 2010-12-10 Tobias Burnus <burnus@net-b.de>
2336
2337 PR fortran/46540
2338 * configure.ac: Add --disable-libquadmath and
2339 --disable-libquadmath-support.
2340 * configure: Regenerate.
2341
2342 2010-12-03 Ian Lance Taylor <iant@google.com>
2343
2344 * MAINTAINERS: Add myself as libgo maintainer.
2345
2346 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
2347
2348 PR libffi/46792
2349 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2350 * configure: Regenerate.
2351
2352 2010-12-02 Ian Lance Taylor <iant@google.com>
2353
2354 * configure.ac: Always set default for poststage1_ldflags to
2355 -static-libstdc++ -static-libgcc.
2356
2357 2010-11-29 Andreas Schwab <schwab@redhat.com>
2358
2359 * configure.ac: Move comment to remove extra space in last argument
2360 of GCC_TARGET_TOOL.
2361
2362 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
2363
2364 PR other/46026
2365 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2366 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2367 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2368 (BASE_FLAGS_TO_PASS): Use it.
2369 * configure: Rebuilt.
2370 * Makefile.in: Rebuilt.
2371
2372 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2373
2374 PR binutils/12258
2375 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2376 Properly check default linker.
2377 * configure: Regnerated.
2378
2379 2010-11-23 Matthias Klose <doko@ubuntu.com>
2380
2381 * configure.ac: For --enable-gold, handle value `default' instead of
2382 `both*'. New configure option --{en,dis}able-ld.
2383 * configure: Regenerate.
2384
2385 2010-11-20 Ian Lance Taylor <iant@google.com>
2386
2387 * configure.ac: Only disable a language library if no language needs
2388 it. Don't let --disable-libgcj uncondtionally disable libffi.
2389 * configure: Rebuild.
2390
2391 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2392
2393 * Makefile.in: Regenerate.
2394
2395 PR other/46202
2396 * configure.ac: Fix just-built in-tree STRIP name to be
2397 binutils/strip-new.
2398 * configure: Regenerate.
2399 * Makefile.def (install-strip-gcc, install-strip-binutils)
2400 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2401 (install-strip-sid): Mirror dependencies on non-strip variants
2402 of these targets on the respective -strip prerequisites.
2403 * Makefile.tpl (install-strip, install-strip-host)
2404 (install-strip-target): New targets.
2405 (install-strip-[+module+], install-strip-target-[+module+]):
2406 New targets.
2407 * Makefile.in: Regenerate.
2408
2409 2010-11-19 Ian Lance Taylor <iant@google.com>
2410 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2411
2412 * configure.ac: Add target-libgo to target_libraries. Set
2413 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2414 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2415 (HOST_EXPORTS): Add GOC.
2416 (BASE_TARGET_EXPORTS): Add GOC.
2417 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2418 (GOCFLAGS_FOR_TARGET): New variable.
2419 (EXTRA_HOST_FLAGS): Add GOC.
2420 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2421 * Makefile.def (target_modules): Add libgo.
2422 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2423 (dependencies): Add dependency from configure-target-libgo to
2424 configure-target-libffi and all-target-libstdc++-v3. Add
2425 dependencies from all-target-libgo to all-target-libffi.
2426 (languages): Add go.
2427 * configure: Rebuild.
2428 * Makefile.in: Rebuild.
2429
2430 2010-11-19 Ian Lance Taylor <iant@google.com>
2431
2432 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2433 compiler/flag environment variables.
2434
2435 2010-11-18 Ian Lance Taylor <iant@google.com>
2436
2437 * configure.ac: Check for lang_requires_boot_languages in
2438 config-lang.in files.
2439 * configure: Rebuild.
2440
2441 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2442 Tobias Burnus <burnus@net-b.de>
2443
2444 PR fortran/32049
2445 * Makefile.def: Add libquadmath; build it with language=fortran.
2446 * configure.ac: Add libquadmath.
2447 * Makefile.tpl: Handle multiple libs in check-[+language+].
2448 * Makefile.in: Regenerate.
2449 * configure: Regenerate.
2450
2451 2010-11-16 Tom Tromey <tromey@redhat.com>
2452
2453 * MAINTAINERS: Moved myself to reviewers section.
2454
2455 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
2456
2457 * MAINTAINERS: Moved myself to reviewers section.
2458
2459 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2460
2461 * MAINTAINERS (Various Maintainers): Add self for build machinery.
2462 (Write After Approval): Remove self.
2463
2464 2010-11-15 Andreas Schwab <schwab@redhat.com>
2465
2466 * configure.ac: Fix spelling in option names.
2467 * configure: Regenerated.
2468
2469 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
2470
2471 PR bootstrap/39622
2472 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2473 * configure: Regenerated.
2474
2475 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
2476
2477 * MAINTAINERS: Update my email address.
2478
2479 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2480
2481 * configure: Regenerate.
2482
2483 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2484
2485 * configure: Regenerate.
2486
2487 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2488
2489 * configure: Regenerate.
2490
2491 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2492
2493 * configure: Regenerate.
2494
2495 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2496
2497 * configure.ac: Support official CLooG.org versions.
2498 * configure: Regenerate.
2499 * config/cloog.m4: New.
2500
2501 2010-11-10 François Dumont <francois.cppdevs@free.fr>
2502
2503 * MAINTAINERS (Write After Approval): Add myself.
2504
2505 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
2506
2507 * MAINTAINERS: Update my email address.
2508
2509 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2510
2511 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2512 * configure: Regenerate.
2513
2514 2010-11-03 Ian Lance Taylor <iant@google.com>
2515 Dave Korn <dave.korn.cygwin@gmail.com>
2516
2517 PR lto/46273
2518 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2519 and on other supported platforms whenever LTO is enabled.
2520 * configure: Rebuild.
2521
2522 2010-11-02 Alan Modra <amodra@gmail.com>
2523
2524 PR binutils/12110
2525 * configure.ac: Error when source path contains spaces.
2526 * configure: Regenerate.
2527
2528 2010-10-23 James E. Wilson <wilson@codesourcery.com>
2529
2530 * MAINTAINERS: Update my email address.
2531
2532 2010-10-20 Ian Lance Taylor <iant@google.com>
2533
2534 * Makefile.def (target_modules): Set lib_path to src/.libs for
2535 libstdc++-v3 module.
2536 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2537 * Makefile.in: Rebuild.
2538
2539 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2540
2541 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2542 (Write After Approval): Remove myself.
2543
2544 2010-10-15 Tristan Gingold <gingold@adacore.com>
2545
2546 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2547
2548 2010-10-14 Douglas Rupp <rupp@gnat.com>
2549
2550 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2551
2552 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2553
2554 * configure.ac (build_lto_plugin): New shell variable.
2555 (--enable-lto): Turn on by default for all non-ELF platforms that
2556 have had LTO support added so far. Set build_lto_plugin appropriately
2557 for both ELF and non-ELF.
2558 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2559 * configure: Regenerate.
2560
2561 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2562
2563 Sync from src:
2564 * configure.ac (v850 support): Remove target-libgloss from
2565 noconfigdirs.
2566 * configure: Regenerate.
2567
2568 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2569
2570 PR bootstrap/45326
2571 PR bootstrap/45174
2572 * configure.ac: Honor initial values of $build_configargs,
2573 $host_configargs, $target_configargs. Mark the precious, so
2574 environment settings get recorded.
2575 * configure: Regenerate.
2576
2577 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2578
2579 PR bootstrap/45796
2580 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2581 Depend on all-build-libiberty.
2582 * Makefile.in: Regenerate.
2583
2584 2010-09-30 Michael Eager <eager@eagercon.com>
2585
2586 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2587 * configure: Regenerate.
2588
2589 2010-09-28 Michael Eager <eager@eagercon.com>
2590
2591 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2592
2593 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2594
2595 PR bootstrap/44621
2596 * configure.ac: Fix unportable shell quoting.
2597 * configure: Regenerate.
2598
2599 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2600
2601 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2602 targets and amend comment.
2603 * configure: Regenerate.
2604
2605 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
2606
2607 * MAINTAINERS (Write After Approval): Add myself.
2608
2609 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2610
2611 * configure.ac: Enable LTO by default on Darwin.
2612 * configure: Regenerate.
2613
2614 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
2615
2616 * MAINTAINERS (Write After Approval): Add myself.
2617
2618 2010-09-01 Ian Bolton <ian.bolton@arm.com>
2619
2620 * MAINTAINERS (Write After Approval): Add myself.
2621
2622 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
2623
2624 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2625 ports
2626
2627 2010-07-28 David Yuste <david.yuste@gmail.com>
2628
2629 * MAINTAINERS (Write After Approval): Add myself.
2630
2631 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2632
2633 * configure.ac: Support all v850 targets.
2634 * configure: Regenerate.
2635
2636 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2637
2638 PR bootstrap/44455
2639 * configure.ac (extra_mpfr_configure_flags): Copy from
2640 extra_mpc_gmp_configure_flags.
2641 * configure: Re-generated.
2642
2643 2010-07-22 Andi Kleen <ak@linux.intel.com>
2644
2645 * MAINTAINERS (Write After Approval): Add myself.
2646
2647 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
2648
2649 * MAINTAINERS (Write After Approval): Add myself.
2650
2651 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
2652
2653 * MAINTAINERS (Write After Approval): Add myself.
2654
2655 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2656
2657 PR target/44862
2658 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2659 Provide -B option to allow for link spec %s substitutions for
2660 libstdc++.a on darwin.
2661 * Makefile.in: Regenerate.
2662
2663 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
2664
2665 * MAINTAINERS (Reviewers): Update my e-mail address
2666
2667 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
2668
2669 * Makefile.def (configure-gcc): Depend on all-libelf.
2670 * Makefile.in: Rebuild.
2671
2672 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
2673
2674 * MAINTAINERS (Write After Approval): Add myself in the right place.
2675
2676 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
2677
2678 * MAINTAINERS (Write After Approval): Add myself.
2679
2680 2010-05-25 Sterling Augustine <sterling@tensilica.com>
2681
2682 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
2683
2684 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
2685
2686 * config.sub: Update to version 2010-05-21.
2687 * config.guess: Update to version 2010-04-03.
2688
2689 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2690
2691 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2692 * configure: Regenerate.
2693
2694 2010-05-12 Sriraman Tallam <tmsriram@google.com>
2695
2696 * MAINTAINERS (Write After Approval): Add myself.
2697
2698 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2699
2700 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2701 a platform that supports LTO.
2702 * configure: Regenerate.
2703
2704 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2705
2706 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2707 * configure: Regenerated.
2708
2709 2010-04-27 Roland McGrath <roland@redhat.com>
2710 H.J. Lu <hongjiu.lu@intel.com>
2711
2712 * configure.ac (--enable-gold): Support both, both/gold and
2713 both/bfd to add gold to configdirs without removing ld.
2714 * configure: Regenerated.
2715
2716 * Makefile.def: Add install-gold dependency to install-ld.
2717 * Makefile.in: Regenerated.
2718
2719 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2720
2721 PR lto/42776
2722 * configure.ac (--enable-lto): Refactor handling so libelf tests
2723 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2724 and allow LTO to be explicitly enabled on non-ELF platforms that
2725 are known to support it inside else-clause.
2726 * configure: Regenerate.
2727
2728 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2729
2730 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2731 * configure: Regenerate.
2732
2733 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
2734
2735 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2736 * configure: Regenerate.
2737
2738 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2739
2740 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2741 separately.
2742 * configure: Regenerate.
2743
2744 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
2745
2746 * MAINTAINERS (Write After Approval): Add myself.
2747
2748 2010-04-14 Tristan Gingold <gingold@adacore.com>
2749
2750 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2751 * configure: Regenerate.
2752
2753 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2754
2755 * configure: Regenerate after change to elf.m4.
2756
2757 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
2758
2759 * MAINTAINERS (Write After Approval): Add myself.
2760
2761 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2762
2763 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2764 * configure: Regenerated.
2765
2766 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2767
2768 * configure.ac: Print "buggy but acceptable" when CLooG
2769 revision is less than 9.
2770 * configure: Regenerated.
2771
2772 2010-04-01 Diego Novillo <dnovillo@google.com>
2773
2774 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2775
2776 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2777
2778 PR bootstrap/43615
2779 PR bootstrap/43328
2780
2781 Revert:
2782
2783 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2784
2785 * configure.ac: Do not pass --enable-multilib nor
2786 --disable-multilib in baseargs. Accept explicitly passed
2787 --enable_multilib.
2788 * configure: Regenerate.
2789
2790 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
2791
2792 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2793
2794 2010-03-31 Janis Johnson <janis187@us.ibm.com>
2795
2796 * MAINTAINERS: Remove myself.
2797
2798 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2799
2800 PR bootstrap/43328
2801 * configure.ac: Do not pass --enable-multilib nor
2802 --disable-multilib in baseargs. Accept explicitly passed
2803 --enable_multilib.
2804 * configure: Regenerate.
2805
2806 2010-03-28 Andrew Pinski <pinskia@gmail.com>
2807
2808 * MAINTAINERS (spu port): Remove me.
2809
2810 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2811
2812 * configure.ac (tic6x-*-*): New case.
2813 * configure: Regenerate.
2814
2815 2010-03-23 Joseph Myers <joseph@codesourcery.com>
2816
2817 * config.sub: Update to version 2010-03-22.
2818 * config.guess: Update to version 2009-12-30.
2819
2820 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2821
2822 PR ada/42554
2823 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2824 * configure: Regenerate.
2825
2826 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2827
2828 * MAINTAINERS: Update my email address.
2829
2830 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
2831
2832 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2833 (ghassan.shobaki@amd.com): Removed.
2834
2835 2010-03-17 Alan Modra <amodra@gmail.com>
2836
2837 * MAINTAINERS: Update my email address.
2838
2839 2010-03-16 Diego Novillo <dnovillo@google.com>
2840
2841 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2842 Matthews.
2843
2844 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2845
2846 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2847 Gutson, Jeffrey D. Oldham and Mark Shinwell.
2848
2849 2010-03-16 Joseph Myers <joseph@codesourcery.com>
2850
2851 * MAINTAINERS: Update my email address.
2852
2853 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
2854
2855 * MAINTAINERS: Update my email address.
2856
2857 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
2858
2859 * MAINTAINERS: Update my email address.
2860
2861 2010-03-09 Jie Zhang <jie@codesourcery.com>
2862
2863 * MAINTAINERS: Update my email address.
2864
2865 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2866
2867 PR libstdc++/32499
2868 * configure.ac (RANLIB): Default to true.
2869 (STRIP): Likewise.
2870 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2871 * configure: Regenerate.
2872
2873 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
2874
2875 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2876 (Write After Approval): Update my email address.
2877
2878 2010-02-17 Nick Clifton <nickc@redhat.com>
2879
2880 PR 11238
2881 * Makefile.tpl (local-distclean): Also remove config.cache files in
2882 sub-directories as there may not be Makefiles present in the
2883 sub-directories.
2884 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2885 the config.cache files found by the find command.
2886
2887 * Makefile.in: Regenerate.
2888 * configure.ac: Revert previous delta.
2889 * configure: Regenerate.
2890
2891 2010-02-15 Nick Clifton <nickc@redhat.com>
2892
2893 PR 11238
2894 * configure.ac: Delete config.cache files in sub-directories when
2895 deleting Makefiles.
2896 * configure: Regenerate.
2897
2898 2010-02-12 Ben Elliston <bje@gnu.org>
2899
2900 * MAINTAINERS: Update my email address.
2901
2902 2010-02-08 Andrew Pinski <pinskia@gmail.com>
2903
2904 * MAINTAINERS (spu port): Update my email address.
2905
2906 2010-02-08 Jie Zhang <jie.zhang@analog.com>
2907
2908 * MAINTAINERS: Add myself as a maintainer for the bfin port.
2909
2910 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2911
2912 * configure.ac: Add "recommended" version checks for GMP/MPC.
2913 Update recommended GMP/MPFR/MPC versions.
2914 * configure: Regenerate.
2915
2916 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
2917
2918 * MAINTAINERS: Move my Embecosm email address into the
2919 write-after-approval section.
2920
2921 2010-01-26 Ian Lance Taylor <iant@google.com>
2922
2923 * MAINTAINERS: Add myself as Go frontend maintainer.
2924
2925 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
2926
2927 PR libstdc++/36101, PR libstdc++/42813
2928 * configure.ac (bootstrap_target_libs): Make inclusion of
2929 target-libgomp conditional on libgomb being in target_configdirs.
2930 * configure: Regenerate.
2931
2932 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
2933
2934 PR libstdc++/36101, PR libstdc++/42813
2935 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2936 * configure: Regenerate.
2937
2938 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
2939
2940 PR libstdc++/36101, PR libstdc++/42813
2941 * configure.ac (target_configdirs): Substitute.
2942 * Makefile.def: Bootstrap target module libgomp.
2943 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2944 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2945 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2946 * configure, Makefile.in: Regenerate.
2947
2948 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
2949
2950 * MAINTAINERS: Adjust my details.
2951
2952 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
2953
2954 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2955
2956 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
2957
2958 * MAINTAINERS: reindented my entry with tabs instead of spaces.
2959
2960 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
2961
2962 * MAINTAINERS (Write After Approval): Add myself.
2963
2964 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2965
2966 * MAINTAINERS (Write After Approval): Add myself.
2967
2968 2010-01-11 Richard Guenther <rguenther@suse.de>
2969
2970 PR lto/41569
2971 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2972 * Makefile.in: Regenerated.
2973
2974 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
2975
2976 * configure.ac: Enable libjava build on x86_64-*freebsd*.
2977 * configure: Regenerate.
2978
2979 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2980 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2981
2982 PR bootstrap/42424
2983 * configure.ac: Include libtool m4 files.
2984 (_LT_CHECK_OBJDIR): Call it.
2985 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2986 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
2987
2988 * configure: Regenerate.
2989
2990 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2991
2992 PR bootstrap/41818
2993 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2994 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2995 * Makefile.in: Regenerate.
2996
2997 2010-01-02 Richard Guenther <rguenther@suse.de>
2998
2999 PR lto/41529
3000 * configure.ac: Include config/elf.m4. Disable LTO if not
3001 builting for an elf target.
3002 * configure: Regenerate.
3003
3004 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
3005
3006 * MAINTAINERS: Change my email address.
3007
3008 2009-12-18 Ben Elliston <bje@au.ibm.com>
3009
3010 * config.sub, config.guess: Update from upstream sources.
3011
3012 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
3013
3014 * MAINTAINERS (Write After Approval): Add myself.
3015
3016 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3017
3018 PR middle-end/30447
3019 PR middle-end/30789
3020 PR other/40302
3021
3022 * configure.ac: Require MPC.
3023 * configure: Regenerate.
3024
3025 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3026
3027 PR target/38384
3028 PR bootstrap/40972
3029 * libtool.m4: Sync from git Libtool.
3030 * ltoptions.m4: Likewise.
3031 * ltversion.m4: Likewise.
3032 * lt~obsolete.m4: Likewise.
3033 * ltmain.sh: Likewise.
3034
3035 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3036
3037 * configure.ac: Update minimum MPC version to 0.8.
3038 * configure: Regenerate.
3039
3040 2009-11-21 Sebastian Pop <sebpop@gmail.com>
3041
3042 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3043 * configure: Regenerated.
3044
3045 2009-11-21 Ian Lance Taylor <iant@google.com>
3046
3047 * configure.ac: Change default of poststage1_ldflags to be empty if
3048 poststage1_libs is set. When poststage1_libs is empty, and
3049 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3050 * configure: Rebuild.
3051
3052 2009-11-21 Adam Nemet <adambnmet@gmail.com>
3053
3054 * MAINTAINERS (Write After Approval): Update my email address.
3055
3056 2009-11-20 Ben Elliston <bje@au.ibm.com>
3057
3058 * config.guess: Update from upstream sources.
3059
3060 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3061
3062 * Makefile.def: Restore host and target settings for gmp.
3063 * Makefile.in: Rebuild.
3064
3065 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3066
3067 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3068 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3069 Fix portability of test of C++ as bootstrap language. Add
3070 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3071 * configure: Rebuild.
3072 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3073 and cloog. Fix in-tree ppl configuration. Introduce libelf
3074 in-tree building.
3075 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3076 (POSTSTAGE1_HOST_EXPORTS): Use it.
3077 (STAGE[+id+]_CXXFLAGS): New.
3078 (BASE_FLAGS_TO_PASS): Pass it down.
3079 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3080 extra_exports.
3081 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3082 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3083 extra_exports.
3084 * Makefile.in: Rebuild.
3085
3086 2009-11-17 Ben Elliston <bje@au.ibm.com>
3087
3088 * config.sub, config.guess: Update from upstream sources.
3089
3090 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3091
3092 * MAINTAINERS (Write After Approval): Add myself.
3093
3094 2009-11-09 Jon Beniston <jon@beniston.com>
3095
3096 * MAINTAINERS (Write After Approval): Add myself.
3097
3098 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3099
3100 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3101 paths for *-w64-mingw* and x86_64-*mingw*.
3102 * configure: Regenerated.
3103
3104 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
3105
3106 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3107
3108 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
3109
3110 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3111 Phil Edwards to Write-After Approval.
3112
3113 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3114
3115 * configure.ac: Disable target-winsup & co for
3116 x86_64-*-mingw* and *-w64-mingw* targets.
3117 * configure: Regenerated.
3118
3119 2009-10-16 Nick Clifton <nickc@redhat.com>
3120
3121 * MAINTAINERS: Add myself as a maintainer for the RX port.
3122
3123 2009-10-26 Johannes Singler <singler@kit.edu>
3124
3125 * MAINTAINERS (Write After Approval): Update my e-mail address.
3126
3127 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3128
3129 * configure.ac (CLooG test): Use = with test.
3130 * configure: Regenerate.
3131
3132 2009-10-22 Richard Guenther <rguenther@suse.de>
3133
3134 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3135 cloog if the ppl version check failed. Move flags saving
3136 before setting in libelf check.
3137 * configure: Regenerate.
3138
3139 2009-10-21 Richard Guenther <rguenther@suse.de>
3140
3141 * configure.ac: Adjust the ppl and cloog configure to work as
3142 documented. Disable cloog if ppl was disabled. Omit the version
3143 checks if they were disabled.
3144 * configure: Re-generate.
3145
3146 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3147
3148 * configure.ac: Add 'lto' to enable_languages, not
3149 new_enable_languages, and only if not already present.
3150 * configure: Regenerate.
3151
3152 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
3153
3154 * README: Refer to the various COPYING* files instead of just
3155 COPYING.
3156 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
3157
3158 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
3159
3160 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
3161
3162 2009-10-07 Richard Guenther <rguenther@suse.de>
3163
3164 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
3165 and Richard Guenther as reviewers.
3166 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
3167 as reviewers.
3168
3169 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
3170
3171 * config.sub: Update from upstream sources.
3172
3173 2009-10-06 Ian Lance Taylor <iant@google.com>
3174
3175 * Makefile.def: check-gold depends upon all-gas.
3176 * Makefile.in: Rebuild.
3177
3178 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
3179
3180 * MAINTAINERS (Write After Approval): Add myself.
3181
3182 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3183
3184 * Makefile.def: all-lto-plugin depends on all-libiberty.
3185 set bootstrap=true for lto-plugin.
3186 Add lto-plugin.
3187 * Makefile.in: Regenerate.
3188 * configure.ac (host_libs): Add lto-plugin.
3189 * configure: Regenerate.
3190
3191 2009-10-03 Diego Novillo <dnovillo@google.com>
3192
3193 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3194 (HOST_LIBELFLIBS): Define.
3195 (HOST_LIBELFINC): Define.
3196 * Makefile.in: Regenerate.
3197 * configure.ac: Add --enable-lto.
3198 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3199 If --enable-lto is used, add 'lto' to new_enable_languages.
3200 If --enable-lto is used and gold is enabled, add
3201 lto-plugin to configdirs.
3202 * configure: Regenerate.
3203
3204 2009-10-03 Simon Baldwin <simonb@google.com>
3205
3206 * configure.ac: If --with-system-zlib, suppress local zlib and
3207 pass --with-system-zlib to subdir configure scripts.
3208 * configure: Regenerate.
3209
3210 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3211 Paolo Bonzini <bonzini@gnu.org>
3212
3213 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3214 $(srcdir).
3215 * Makefile.in: Rebuilt.
3216
3217 2009-09-26 Gary Funck <gary@intrepid.com>
3218
3219 * MAINTAINERS (Write After Approval): Add myself.
3220
3221 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3222
3223 * configure.ac: Update minimum MPC version to 0.7.
3224 * configure: Regenerate.
3225
3226 2009-09-25 Nick Clifton <nickc@redhat.com>
3227
3228 * configure.ac: Pass any --cache-file=/dev/null option on to
3229 subconfigures.
3230 * configure: Regenerate.
3231
3232 2009-09-23 Nick Clifton <nickc@redhat.com>
3233
3234 * config.sub, config.guess: Update from upstream sources.
3235
3236 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
3237
3238 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3239 * Makefile.in: Rebuilt.
3240
3241 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3242
3243 PR bootstrap/32272
3244 * configure.ac: Error out if $srcdir isn't '.' but contains
3245 host-${host_noncanonical}.
3246 * configure: Regenerate.
3247
3248 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3249
3250 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
3251 maintainer.
3252
3253 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3254
3255 * configure.ac: If bootstrapping a combined tree with
3256 --enable-gold, require c++ in stage1_languages.
3257 * configure: Regenerate.
3258
3259 * configure.ac: Also add target_libs of stage1_languages to
3260 bootstrap_target_libs.
3261 * configure: Regenerate.
3262
3263 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3264 with --enable-languages not containing c++.
3265 * configure: Regenerate.
3266
3267 2009-09-15 Jie Zhang <jie.zhang@analog.com>
3268
3269 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3270 * configure: Regenerate.
3271
3272 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
3273
3274 * MAINTAINERS (Write After Approval): Update my e-mail address,
3275 and move from from here...
3276 (Waiting for paperwork): To here.
3277
3278 2009-09-09 Joseph Myers <joseph@codesourcery.com>
3279
3280 * MAINTAINERS (Reviewers): Add self as driver reviewer.
3281
3282 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3283
3284 * configure.ac: Do not use $extrasub for replacing @if/@endif
3285 parts in Makefile; instead, use additional arguments to
3286 AC_CONFIG_COMMANDS to do the replacement manually, with several
3287 sed invocations, to avoid HP-UX sed command limits.
3288 * configure: Regenerate.
3289
3290 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
3291
3292 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
3293 blank before -L.
3294
3295 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3296
3297 * configure.ac (with-build-config): Document. Handle without.
3298 Handle missing argument.
3299 * configure: Rebuilt.
3300
3301 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
3302
3303 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3304 Default to bootstrap-debug only if compare-debug works.
3305 * configure: Rebuilt.
3306 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3307 * Makefile.in: Rebuilt.
3308
3309 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3310
3311 * MAINTAINERS (OS Port Maintainers): Update my email address.
3312
3313 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3314
3315 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3316 * Makefile.in: Rebuilt.
3317
3318 2009-09-01 Chris Demetriou <cgd@google.com>
3319
3320 * MAINTAINERS (Write After Approval): Add myself.
3321
3322 2009-08-31 Dodji Seketeli <dodji@redhat.com>
3323
3324 PR debug/30161
3325 * include/dwarf2.h (enum dwarf_tag): Added
3326 DW_TAG_GNU_template_template_param
3327 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
3328
3329 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
3330
3331 * Makefile.tpl (AWK): Fix typo.
3332 * Makefile.in: Regenerate.
3333
3334 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
3335
3336 * configure.ac: Detect awk and sed.
3337 * Makefile.def (flags_to_pass): Add AWK and SED.
3338 * Makefile.tpl (AWK, SED): New.
3339 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3340 * configure: Regenerate.
3341 * Makefile.in: Regenerate.
3342
3343 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
3344
3345 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
3346 (collapseslashes): Likewise.
3347
3348 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3349
3350 * configure.ac (AC_PREREQ): Bump to 2.64.
3351
3352 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3353
3354 * configure.ac: Remove --with-datarootdir, --with-docdir,
3355 --with-pdfdir, --with-htmldir switches.
3356 * configure: Regenerate.
3357
3358 * configure: Regenerate.
3359
3360 * compile: Sync from Automake 1.11.
3361 * depcomp: Likewise.
3362 * install-sh: Likewise.
3363 * missing: Likewise.
3364 * mkinstalldirs: Likewise.
3365 * ylwrap: Likewise.
3366
3367 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
3368
3369 * ltmain.sh (func_normal_abspath): New function.
3370 (func_relative_path): Likewise.
3371 (func_mode_help): Document new -bindir option for link mode.
3372 (func_mode_link): Add new -bindir option, and use it to place
3373 output DLL if specified.
3374
3375 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3376
3377 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3378 (baseargs): Add --disable-option-checking.
3379 * configure: Regenerate.
3380
3381 * Makefile.def (configure-target-libiberty): Depend on
3382 all-binutils and all-ld.
3383 (configure-target-newlib): Likewise.
3384 * Makefile.in: Regenerate.
3385
3386 2009-08-17 Ben Elliston <bje@au.ibm.com>
3387
3388 * config.sub, config.guess: Update from upstream sources.
3389
3390 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3391
3392 Sync from src, merge:
3393
3394 2009-07-02 Tristan Gingold <gingold@adacore.com>
3395
3396 * configure.ac: Do not exclude gas for i386-*-darwin.
3397 Add a case for x86_64-*-darwin.
3398 * configure: Regenerate.
3399
3400 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
3401
3402 * MAINTAINERS: Add my name to Write After Approval list.
3403
3404 2009-08-06 Michael Eager <eager@eagercon.com>
3405
3406 * configure.ac: Add Microblaze target.
3407 * configure: Regenerate.
3408
3409 2009-07-31 Christian Bruel <christian.bruel@st.com>
3410
3411 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3412 * configure: Regenerate.
3413
3414 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
3415
3416 * MAINTAINERS (Write After Approval): Update my e-mail address.
3417
3418 2009-07-06 Ian Lance Taylor <iant@google.com>
3419
3420 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3421 * configure: Rebuild.
3422
3423 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
3424
3425 * MAINTAINERS: Move myself to the Graphite Reviewers.
3426
3427 2009-06-30 Wei Guozhi <carrot@google.com>
3428
3429 * MAINTAINERS: Add my name to Write After Approval list.
3430
3431 2009-06-26 Steve Ellcey <sje@cup.hp.com>
3432
3433 PR bootstrap/40338
3434 * configure.ac (comparestring): Create new variable.
3435 * Makefile.tpl (comparestring): Use to skip some comparisions.
3436 * configure: Regenerate.
3437 * Makefile.in: Regenerate.
3438
3439 2009-06-26 Doug Evans <dje@sebabeach.org>
3440
3441 * Makefile.def (host_modules): Add cgen.
3442 * Makefile.in: Regenerate.
3443 * configure.ac (host_tools): Add cgen.
3444 * configure: Regenerate.
3445
3446 2009-06-23 DJ Delorie <dj@redhat.com>
3447
3448 * MAINTAINERS: Add myself as mep maintainer.
3449
3450 2009-06-23 Ian Lance Taylor <iant@google.com>
3451
3452 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3453 boot_languages. Only bootstrap target libraries listed in
3454 target_libs for some boot language. Add --with-stage1-ldflags,
3455 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3456 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3457 if not building with C++.
3458 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3459 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3460 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3461 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3462 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3463 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3464 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3465 * configure, Makefile.in: Rebuild.
3466
3467 2009-06-23 Li Feng <nemokingdom@gmail.com>
3468
3469 * MAINTAINERS: Added my name to write-after-approval list.
3470
3471 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3472
3473 * configure.ac: Define is_elf for QNX Neutrino targets.
3474 * configure: Regenerate.
3475
3476 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
3477
3478 * MAINTAINERS: Added my name to the write-after-approval list
3479
3480 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3481
3482 * configure.ac: Detect MPC in default directory.
3483 * configure: Regenerate.
3484
3485 2009-06-03 Jerome Guitton <guitton@adacore.com>
3486 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3487
3488 * Makefile.tpl (all): Avoid a trailing backslash.
3489 * Makefile.in: Regenerate.
3490
3491 2009-06-03 Ben Elliston <bje@au.ibm.com>
3492
3493 * config.sub, config.guess: Update from upstream sources.
3494
3495 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3496
3497 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3498 to noconfdirs.
3499 * configure: Regenerate.
3500
3501 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3502
3503 * Makefile.tpl ([+compare-target+]): Compare all stage
3504 directories, rather than just gcc.
3505 * Makefile.in: Rebuilt.
3506
3507 2009-06-01 Doug Kwan <dougkwan@google.com>
3508
3509 * configure.ac: Support gold for target arm*-*-*.
3510 * configure: Regenerate.
3511
3512 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3513
3514 * Makefile.def: Add MPC support and dependencies.
3515 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3516
3517 * Makefile.in, configure: Regenerate.
3518
3519 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
3520
3521 * Makefile.tpl (all): Avoid harmless warning in make all when
3522 gcc-bootstrap is enabled but stage_last does not exist.
3523 * Makefile.in: Rebuilt.
3524
3525 2009-05-24 Nicolas Roche <roche@adacore.com>
3526
3527 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3528 * Makefile.in: Regenerate.
3529
3530 2009-05-21 Denis Chertykov <chertykov@gmail.com>
3531
3532 * MAINTAINERS: Update my e-mail address.
3533
3534 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3535
3536 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3537 * configure: Regenerate.
3538
3539 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3540
3541 PR other/40159
3542 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3543 gcc-no-bootstrap are mutually exclusive.
3544 * Makefile.in: Rebuilt.
3545
3546 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
3547
3548 PR other/40159
3549 * Makefile.tpl (all): Don't end with unconditional success.
3550 * Makefile.in: Rebuilt.
3551
3552 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
3553
3554 PR target/37137
3555 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3556 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3557 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3558 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3559 stage_configureflags, stage_cflags and stage_libcflags into
3560 explicit Makefile macros.
3561 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3562 GFORTRAN.
3563 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3564 CC. Set CC_FOR_BUILD from CC.
3565 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3566 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3567 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3568 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3569 and GFORTRAN.
3570 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3571 (_LIBCFLAGS): Renamed to _TFLAGS.
3572 (do-compare-debug, do-compare3-debug): Drop.
3573 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3574 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3575 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3576 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3577 (XGCC_FLAGS_FOR_TARGET): New.
3578 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3579 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3580 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3581 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3582 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3583 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3584 TFLAGS.
3585 (BUILD_CONFIG): Include if requested.
3586 (all): Set TFLAGS on bootstrap.
3587 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3588 (all-stageid-prefixmodule): Likewise.
3589 (do-clean, distclean-stageid): Set TFLAGS.
3590 (restrap): Fix whitespace.
3591 * Makefile.in: Rebuilt.
3592
3593 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
3594
3595 * config.guess: Sync with src.
3596
3597 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3598
3599 * configure.ac ($with_ppl): Default to no if not supplied.
3600 ($with_cloog): Likewise.
3601 configure: Regenerate.
3602
3603 2009-04-27 James E. Wilson <wilson@codesourcery.com>
3604
3605 * MAINTAINERS: Update my e-mail address.
3606
3607 2009-04-27 Nick Clifton <nickc@redhat.com>
3608
3609 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3610
3611 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3612
3613 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3614 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3615 * Makefile.in: Regenerate.
3616
3617 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3618
3619 PR bootstrap/39739
3620 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3621 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3622
3623 * configure, Makefile.in: Regenerate.
3624
3625 2009-04-21 Taras Glek <tglek@mozilla.com>
3626
3627 * include/hashtab.h: Update GTY annotations to new syntax
3628 * include/splay-tree.h: Likewise
3629
3630 2009-04-17 Ben Elliston <bje@au.ibm.com>
3631
3632 * config.sub, config.guess: Update from upstream sources.
3633
3634 2009-04-15 Anthony Green <green@moxielogic.com>
3635
3636 * configure.ac: Add moxie support.
3637 * configure: Rebuilt.
3638
3639 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3640
3641 * configure.ac: Change copyright header to refer to version
3642 3 of the GNU General Public License and to point readers at the
3643 COPYING3 file and the FSF's license web page.
3644 * Makefile.def: Likewise.
3645 * Makefile.tpl: Likewise.
3646 * Makefile.in: Regenerate.
3647
3648 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3649
3650 * configure.ac: Restore match for darwin9 or later. Use double
3651 brackets since regeneration eats one pair.
3652 * configure: Regenerate.
3653
3654 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3655
3656 PR gas/10039
3657 * configure.ac: Require texinfo 4.7.
3658 * configure: Regenerated.
3659
3660 2009-04-09 Nick Clifton <nickc@redhat.com>
3661
3662 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3663 the GCC Runtime Library Exception.
3664
3665 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3666
3667 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3668 * configure: Regenerate.
3669
3670 2009-04-01 Steve Ellcey <sje@cup.hp.com>
3671
3672 * Makefil.def (languages): New entries.
3673 * Makefile.tpl (check-gcc-*): New generic target.
3674 * Makefile.in: Regenerate.
3675
3676 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
3677
3678 * MAINTAINERS: Update my email address.
3679
3680 2009-03-18 Tom Tromey <tromey@redhat.com>
3681
3682 * configure: Rebuild.
3683 * configure.ac (host_libs): Add libiconv.
3684 * Makefile.in: Rebuild.
3685 * Makefile.def (host_modules): Add libiconv.
3686 (configure-gdb, all-gdb): Depend on libiconv.
3687
3688 2009-03-16 Tristan Gingold <gingold@adacore.com>
3689
3690 * configure.ac: Treat gdb as supported on x86_64-darwin.
3691 * configure: Regenerate.
3692
3693 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3694
3695 * configure.ac (--with-host-libstdcxx): New option.
3696 * configure: Regenerate.
3697
3698 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
3699
3700 * MAINTAINERS: Move myself into the write after approval list.
3701
3702 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
3703
3704 * MAINTAINERS: Update e-mail address.
3705
3706 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
3707
3708 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3709
3710 2009-03-10 Ira Rosen <irar@il.ibm.com>
3711
3712 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3713
3714 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3715
3716 Backport from git Libtool:
3717
3718 2009-01-19 Robert Millan <rmh@aybabtu.com>
3719 Support GNU/kOpenSolaris.
3720 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3721 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3722 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3723 GNU/kOpenSolaris.
3724
3725 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
3726
3727 * MAINTAINERS: Update e-mail address.
3728
3729 2009-02-24 Michael Eager <eager@eagercon.com>
3730
3731 * MAINTAINERS (Write After Approval): Add self.
3732
3733 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
3734
3735 * MAINTAINERS (Write After Approval): Add myself.
3736
3737 2009-02-05 Andreas Schwab <schwab@suse.de>
3738
3739 * Makefile.tpl (stage_last): Define $r and $s before using
3740 $(RECURSE_FLAGS_TO_PASS).
3741 * Makefile.in: Regenerate
3742
3743 2009-01-30 Ian Lance Taylor <iant@google.com>
3744
3745 * MAINTAINERS: Move myself to the Global Reviewers list.
3746
3747 2009-01-29 Robert Millan <rmh@aybabtu.com>
3748
3749 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3750 * configure: Regenerate.
3751
3752 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
3753
3754 * MAINTAINERS: Make whitespace consistent.
3755 Remove Robert Millan from Write After Approval.
3756
3757 2009-01-16 Alan Modra <amodra@bigpond.net.au>
3758
3759 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3760 (all-opcodes): Depend on all-libiberty.
3761 * Makefile.in: Regenerate.
3762
3763 2009-01-15 Douglas B Rupp <rupp@gnat.com>
3764
3765 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3766 * configure: Regenerate.
3767
3768 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
3769
3770 * MAINTAINERS (Write After Approval): Add myself.
3771
3772 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
3773
3774 * MAINTAINERS: Add myself to reviewers (Fortran).
3775
3776 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3777
3778 PR tree-optimization/38515
3779 * configure.ac (cloog-polylib): Removed.
3780 (with_ppl, with_cloog): Test for "no".
3781 * configure: Regenerated.
3782
3783 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
3784
3785 * MAINTAINERS: Moved myself to reviewers (Fortran).
3786
3787 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
3788
3789 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3790 (Write After Approval): Remove myself.
3791
3792 2009-01-03 Diego Novillo <dnovillo@google.com>
3793
3794 * MAINTAINERS: Remove myself from alias maintainership.
3795
3796 2009-01-02 David Ayers <ayers@fsfe.org>
3797
3798 * MAINTAINERS: Update e-mail address.
3799
3800 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
3801
3802 * MAINTAINERS: Make whitespace consistent.
3803
3804 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3805
3806 Backport from upstream Libtool:
3807 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3808 Add cache variables to tests that require the linker to work.
3809 For shlibpath_overrides_runpath, this also changes the semantics
3810 to let the result from the C compiler take precedence.
3811
3812 2008-12-02 Ben Elliston <bje@au.ibm.com>
3813
3814 * config.sub, config.guess: Update from upstream sources.
3815
3816 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3817
3818 * configure.ac (ppllibs): Add by default the lib flags.
3819 * configure: Regenerate.
3820
3821 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
3822
3823 * MAINTAINERS: Add myself to the write after approval list.
3824
3825 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3826
3827 * configure.ac: Add double brackets on darwin[912].
3828 * configure: Regenerate.
3829
3830 2008-12-03 Daniel Kraft <d@domob.eu>
3831
3832 * MAINTAINERS: Moved myself and Mikael Morin from Write After
3833 Approval to Reviewer section (for Fortran front-end).
3834
3835 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3836
3837 * configure.ac: Expand to darwin10 and later.
3838 * configure: Regenerate.
3839
3840 2008-12-02 Andreas Schwab <schwab@suse.de>
3841
3842 * Makefile.def: configure-target-boehm-gc depends on
3843 all-target-libstdc++-v3.
3844 * Makefile.in: Regenerate.
3845
3846 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
3847
3848 * MAINTAINERS: Add myself as mingw maintainer.
3849
3850 2008-12-02 Ben Elliston <bje@au.ibm.com>
3851
3852 * config.sub, config.guess: Update from upstream sources.
3853
3854 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
3855
3856 * README.SCO: Remove.
3857
3858 2008-11-29 Fernando Pereira <pronesto@gmail.com>
3859
3860 * MAINTAINERS: Add myself to the write after approval list.
3861
3862 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
3863
3864 * MAINTAINERS: Update my email address in WAA section.
3865
3866 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
3867
3868 * MAINTAINERS: Update e-mail address.
3869
3870 2008-11-27 Toon Moene <toon@moene.org>
3871
3872 * MAINTAINERS: Change e-mail address.
3873
3874 2008-11-27 Tristan Gingold <gingold@adacore.com>
3875
3876 * configure.ac: Build gdb for i?86-*-darwin*
3877 * configure: Regenerated.
3878
3879 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
3880
3881 * MAINTAINERS: Added my full name.
3882
3883 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3884
3885 PR bootstrap/38014
3886 PR bootstrap/37923
3887
3888 Revert:
3889
3890 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3891
3892 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3893 * Makefile.in: Regenerated.
3894
3895 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3896
3897 PR gdb/921
3898 PR gdb/1646
3899 PR gdb/2175
3900 PR gdb/2176
3901
3902 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3903 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3904 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3905 (HOST_EXPORTS): Pass CPPFLAGS.
3906 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3907 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3908 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3909 * Makefile.in, configure: Regenerated.
3910 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3911 and CPPFLAGS_FOR_BUILD.
3912
3913 2008-11-06 Jeff Law <law@redhat.com>
3914
3915 * MAINTAINERS: Add myself as middle end maintainer.
3916
3917 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
3918
3919 * MAINTAINERS (Write after approval): Add myself.
3920
3921 2008-11-05 Diego Novillo <dnovillo@google.com>
3922
3923 * MAINTAINERS (Global Reviewers): Add myself.
3924 (Non-Algorithmic Maintainers): Remove myself.
3925
3926 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
3927
3928 * MAINTAINERS (Write after approval): Add myself.
3929
3930 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
3931
3932 * MAINTAINERS (Write after approval): Add myself.
3933
3934 2008-10-31 Ben Elliston <bje@au.ibm.com>
3935
3936 * configure.ac (spu-*-*): Remove special case.
3937 * configure: Regenerate.
3938
3939 2008-10-30 Catherine Moore <clm@codesourcery.com>
3940
3941 * MAINTAINERS (Write after approval): Update my email address.
3942
3943 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3944
3945 * configure.ac [spu-*-*]: Do not set skipdirs.
3946 * configure: Re-generate.
3947
3948 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
3949
3950 * MAINTAINERS (Various Maintainers): Add myself to reload.
3951
3952 2008-10-25 Richard Guenther <rguenther@suse.de>
3953
3954 * MAINTAINERS (Various Maintainers): Add myself as middle-end
3955 maintainer. Remove myself as libgcc-math maintainer.
3956 (Non-Algorithmic Maintainers): Remove myself.
3957
3958 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3959
3960 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3961 * Makefile.in: Regenerated.
3962
3963 2008-10-23 Cary Coutant <ccoutant@google.com>
3964
3965 * MAINTAINERS (Write after approval): Add myself.
3966
3967 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3968
3969 PR gdb/921
3970 PR gdb/1646
3971 PR gdb/2175
3972 PR gdb/2176
3973
3974 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3975 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3976 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3977 (HOST_EXPORTS): Pass CPPFLAGS.
3978 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3979 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3980 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3981 * Makefile.in, configure: Regenerated.
3982 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3983 and CPPFLAGS_FOR_BUILD.
3984
3985 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
3986
3987 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3988 Sebastian Pop.
3989
3990 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
3991
3992 * MAINTAINERS (Write After Approval): Added myself.
3993
3994 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3995
3996 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3997 recommended version to 2.3.2.
3998
3999 * configure: Regenerate.
4000
4001 2008-10-01 Mark Mitchell <mark@codesourcery.com>
4002
4003 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4004
4005 2008-09-29 David Daney <david.daney@caviumnetworks.com>
4006
4007 * MAINTAINERS (Write After Approval): Update e-mail address.
4008
4009 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
4010
4011 * libtool.m4: Update to libtool 2.2.6.
4012 * lt~obsolete.m4: Update to libtool 2.2.6.
4013 * ltmain.sh: Update to libtool 2.2.6.
4014 * ltsugar.m4: Update to libtool 2.2.6.
4015 * ltversion.m4: Update to libtool 2.2.6.
4016 * ltoptions.m4: Update to libtool 2.2.6.
4017 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4018
4019 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
4020
4021 * MAINTAINERS (Write After Approval): Add myself.
4022
4023 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4024
4025 * MAINTAINERS (Write After Approval): Update my name.
4026
4027 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
4028
4029 * MAINTAINERS: Add myself in "Write After Approval".
4030
4031 2008-09-18 Steve Ellcey <sje@cup.hp.com>
4032
4033 * MAINTAINERS: Add myself as ia64 maintainer.
4034
4035 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
4036
4037 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4038 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4039 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4040 and Michael Tiemann from Write After Approval since they do not
4041 actually have access.
4042
4043 2008-09-05 Richard Guenther <rguenther@suse.de>
4044
4045 * configure.ac: Initialize clooglibs to -lcloog.
4046 * configure: Re-generate.
4047
4048 2008-09-04 Le-Chun Wu <lcwu@google.com>
4049
4050 * MAINTAINERS (Write After Approval): Add myself.
4051
4052 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
4053
4054 * configure.ac (--with-cloog-polylib): New.
4055 (--disable-cloog-version-check): New.
4056 (--disable-ppl-version-check): New.
4057 * configure: Re-generate.
4058
4059 2008-09-03 Richard Guenther <rguenther@suse.de>
4060
4061 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4062 cloog test.
4063 * configure: Re-generate.
4064
4065 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
4066
4067 Add picoChip port.
4068 * MAINTAINERS: Add picoChip maintainers.
4069
4070 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
4071 Tobias Grosser <grosser@fim.uni-passau.de>
4072 Jan Sjodin <jan.sjodin@amd.com>
4073 Harsha Jagasia <harsha.jagasia@amd.com>
4074 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4075 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4076 Adrien Eliche <aeliche@isty.uvsq.fr>
4077
4078 Merge from graphite branch.
4079 * configure: Regenerate.
4080 * Makefile.in: Regenerate.
4081 * configure.ac (host_libs): Add ppl and cloog.
4082 Add checks for PPL and CLooG.
4083 * Makefile.def (ppl, cloog): Added modules and dependences.
4084 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4085 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4086
4087 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4088
4089 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4090 (GCC_SHLIB_SUBDIR): New.
4091 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4092 * configure: Regenerate.
4093 * Makefile.in: Regenerate.
4094
4095 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
4096
4097 * MAINTAINERS: Consistently use tabs to separate columns.
4098
4099 2008-08-29 Tristan Gingold <gingold@adacore.com>
4100
4101 * MAINTAINERS (Write after Approval): Add myself.
4102
4103 2008-08-28 Tristan Gingold <gingold@adacore.com>
4104
4105 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4106 Enable bfd, binutils and opcodes.
4107 * configure: Regenerate.
4108
4109 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4110
4111 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
4112
4113 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4114
4115 * MAINTAINERS: Use correct Umlaut for last name.
4116
4117 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4118
4119 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4120
4121 2008-08-16 David Edelsohn <edelsohn@gnu.org>
4122
4123 * MAINTAINERS: Update my email address.
4124
4125 2008-08-16 Nicolas Roche <roche@adacore.com>
4126
4127 * Makefile.tpl: Add BOOT_ADAFLAGS.
4128 * Makefile.in: Regenerate.
4129
4130 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
4131
4132 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4133 * configure: Regenerate.
4134
4135 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4136
4137 * configure.ac: Add makefile fragments for hpux.
4138 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4139 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4140 * configure: Regenerate.
4141 * Makefile.in: Regenerate.
4142
4143 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
4144
4145 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
4146
4147 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
4148
4149 * MAINTAINERS (Write after Approval): Add myself.
4150
4151 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
4152
4153 * MAINTAINERS (Write After Approval): Add myself.
4154
4155 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
4156
4157 * MAINTAINERS (Write After Approval): Add myself.
4158
4159 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
4160
4161 * MAINTAINERS: Update my email address.
4162
4163 2008-06-25 Joey Ye <joey.ye@intel.com>
4164
4165 * MAINTAINERS (Write After Approval): Add myself.
4166
4167 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4168
4169 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4170 * Makefile.in: Regenerate.
4171 * configure: Regenerate.
4172
4173 2008-06-17 Daniel Kraft <d@domob.eu>
4174
4175 * MAINTAINERS (Write After Approval): Add myself.
4176
4177 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4178
4179 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4180 "$@" is still intact with both Autoconf 2.59 and 2.62.
4181 * configure: Regenerate.
4182
4183 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4184
4185 * Makefile.tpl: Fix comment errors.
4186 * Makefile.in: Regenerate.
4187
4188 2008-06-12 David S. Miller <davem@davemloft.net>
4189 David Edelsohn <edelsohn@gnu.org>
4190
4191 * configure.ac: Add powerpc*-*-* to gold supported targets.
4192 * configure: Regenerate.
4193
4194 2008-06-08 Joseph Myers <joseph@codesourcery.com>
4195
4196 PR tree-optimization/36218
4197 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4198 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4199 (all prefix="build-"): Pass them to build-system sub-makes.
4200 * Makefile.in: Regenerate.
4201
4202 2008-06-07 Joseph Myers <joseph@codesourcery.com>
4203
4204 * MAINTAINERS (mt port): Remove.
4205 (sco5, unixware, sco udk): Remove.
4206 (Kean Johnston): Add to Write After Approval.
4207
4208 2008-05-30 Julian Brown <julian@codesourcery.com>
4209
4210 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4211 of libobjc for ARM EABI Linux.
4212 * configure: Regenerate.
4213
4214 2008-05-18 Xinliang David Li <davidxl@google.com>
4215
4216 * ChangeLog: Remove wrong ChangeLog entry.
4217
4218 2008-05-17 Xinliang David Li <davidxl@google.com>
4219
4220 * MAINTAINERS (Write After Approval): Add myself.
4221
4222 2008-05-15 Janus Weil <janus@gcc.gnu.org>
4223
4224 * MAINTAINERS (Write After Approval): Add myself.
4225
4226 2008-05-14 Rafael Espíndola <espindola@google.com>
4227
4228 * config-ml.in: don't handle --enable-shared and --enable-static.
4229
4230 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
4231
4232 * MAINTAINERS: Update my email address.
4233
4234 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
4235
4236 * MAINTAINERS: Update my email address.
4237
4238 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
4239
4240 * MAINTAINERS (Write After Approval): Add myself.
4241
4242 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
4243
4244 * MAINTAINERS (Write After Approval): Add myself.
4245
4246 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
4247
4248 * MAINTAINERS (crx): Add myself.
4249
4250 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4251
4252 Sync with src:
4253 2008-04-14 David S. Miller <davem@davemloft.net>
4254
4255 * configure.ac: Add sparc*-*-* to gold supported targets.
4256 * configure: Regenerate.
4257
4258 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4259
4260 PR bootstrap/35457
4261 * configure.ac: Include override.m4.
4262 * configure: Regenerate.
4263
4264 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
4265
4266 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4267 * Makefile.in: Regenerate.
4268
4269 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
4270
4271 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4272 as nonconfigurable directories list.
4273 * configure: Regenerate.
4274
4275 2008-04-14 Ben Elliston <bje@au.ibm.com>
4276
4277 * config.sub, config.guess: Update from upstream sources.
4278
4279 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
4280
4281 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4282 * Makefile.in: Regenerate.
4283
4284 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4285
4286 * configure.ac: Do not build libssp for the AVR.
4287 * configure: Regenerate.
4288
4289 2008-04-07 Ian Lance Taylor <iant@google.com>
4290
4291 * Makefile.def: check-gold depends upon all-binutils.
4292 * Makefile.in: Regenerate.
4293
4294 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
4295
4296 * MAINTAINERS (Write After Approval): Add myself.
4297
4298 2008-04-04 Nick Clifton <nickc@redhat.com>
4299
4300 PR binutils/4334
4301 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4302 builds.
4303 * configure: Regenerate.
4304
4305 2008-04-04 NightStrike <NightStrike@gmail.com>
4306
4307 PR other/35151
4308 * configure.ac: Combine rules for mingw32 and mingw64.
4309 * configure: Regenerate.
4310
4311 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
4312
4313 * MAINTAINERS (Write After Approval): Add myself.
4314
4315 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
4316
4317 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
4318 * Makefile.in (.NOTPARALLEL): Ditto.
4319
4320 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
4321
4322 * MAINTAINERS (Write After Approval): Add myself.
4323
4324 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
4325
4326 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
4327 * Makefile.in (.NOTPARALLEL): Regenerate.
4328
4329 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
4330
4331 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4332 * Makefile.in: Regenerate.
4333
4334 2008-03-26 Jakub Staszak <kuba@et.pl>
4335
4336 * MAINTAINERS (Write After Approval): Add myself.
4337
4338 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4339
4340 * MAINTAINERS: Update e-mail address.
4341
4342 2008-03-20 Ian Lance Taylor <iant@google.com>
4343
4344 * configure.ac: Add support for --enable-gold.
4345 * Makefile.def: Add gold as a directory like ld.
4346 * configure, Makefile.in: Regenerate.
4347
4348 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4349
4350 * configure.ac: m4_include config/proginstall.m4.
4351 * configure: Regenerate.
4352
4353 Backport from upstream Libtool:
4354
4355 2007-10-12 Eric Blake <ebb9@byu.net>
4356
4357 Deal with Autoconf 2.62's semantic change in m4_append.
4358 * ltsugar.m4 (lt_append): Replace broken versions of
4359 m4_append.
4360 (lt_if_append_uniq): Don't require separator to be overquoted,
4361 and avoid broken m4_append.
4362 (lt_dict_add): Fix typo.
4363 * libtool.m4 (_LT_DECL): Don't overquote separator.
4364
4365 2008-03-13 David Edelsohn <edelsohn@gnu.org>
4366
4367 * config.rpath: Add AIX 6 support.
4368
4369 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
4370
4371 * Makefile.def (stageprofile). Remove -fprofile-generate
4372 from stage_libcflags.
4373 * Makefile.in: Regenerate.
4374
4375 2008-03-13 Ben Elliston <bje@au.ibm.com>
4376
4377 * config.sub, config.guess: Update from upstream sources.
4378
4379 2008-03-06 Tom Tromey <tromey@redhat.com>
4380
4381 * MAINTAINERS: Update for treelang deletion.
4382
4383 2008-03-03 James E. Wilson <wilson@tuliptree.org>
4384
4385 * MAINTAINERS: Update my email address.
4386
4387 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
4388
4389 * MAINTAINERS (darwin port): Add myself as a maintainer.
4390 (objective-c/c++): Add myself as a maintainer.
4391
4392 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
4393
4394 * MAINTAINERS (Write After Approval): Update my email address.
4395
4396 2008-02-25 Tomas Bily <tbily@suse.cz>
4397
4398 * MAINTAINERS (Write After Approval): Add myself.
4399
4400 2008-02-23 Jakub Jelinek <jakub@redhat.com>
4401
4402 * MAINTAINERS (OpenMP): Add myself.
4403
4404 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
4405
4406 PR bootstrap/32009
4407 PR bootstrap/32161
4408
4409 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4410 * configure: Regenerate.
4411
4412 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4413 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4414 STAGE4_LIBCFLAGS): New.
4415 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4416 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4417 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4418 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4419 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4420 for target modules. Don't export LIBCFLAGS.
4421 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4422 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4423 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4424 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4425 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4426 * Makefile.in: Regenerate.
4427
4428 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4429
4430 PR libgcj/33085
4431 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4432 Do not use -DDLL_EXPORT. Backport from upstream.
4433
4434 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4435
4436 * MAINTAINERS (Write After Approval): Add myself.
4437
4438 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
4439
4440 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4441 * configure: Regenerate.
4442
4443 2008-01-31 Marc Gauthier <marc@tensilica.com>
4444
4445 * configure.ac (xtensa*-*-*): Recognize processor variants.
4446 * configure: Regenerate.
4447
4448 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4449
4450 PR bootstrap/34922
4451 * configure.ac (PARSE_ARGS): Push suitable setting of
4452 ac_subdirs_all, for `./configure --help=recursive'.
4453 Handle `+' in generic toplevel directory disabling.
4454 * configure: Regenerate.
4455
4456 2008-01-28 Nick Clifton <nickc@redhat.com>
4457
4458 * MAINTAINERS (xstormy16): Take over maintainership.
4459
4460 2008-01-25 Joseph Myers <joseph@codesourcery.com>
4461
4462 * MAINTAINERS (c4x port): Remove.
4463
4464 2008-01-24 David Edelsohn <edelsohn@gnu.org>
4465
4466 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4467
4468 2008-01-23 Ben Elliston <bje@au.ibm.com>
4469
4470 * config.sub, config.guess: Update from upstream sources.
4471
4472 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
4473
4474 * MAINTAINERS (Write After Approval): Add myself.
4475
4476 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
4477
4478 * MAINTAINERS: Update my email address.
4479
4480 2008-01-09 Raksit Ashok <raksit@google.com>
4481
4482 * MAINTAINERS (Write After Approval): Add myself.
4483
4484 2008-01-09 Raksit Ashok <raksit@google.com>
4485
4486 * MAINTAINERS (Write After Approval): Add myself.
4487
4488 2008-01-08 Ben Elliston <bje@au.ibm.com>
4489
4490 * config.sub, config.guess: Update from upstream sources.
4491
4492 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4493
4494 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4495 Change recommended MPFR from 2.2.1 -> 2.3.0.
4496 * configure: Regenerate.
4497
4498 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
4499
4500 * MAINTAINERS: Update my email address.
4501
4502 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
4503
4504 * MAINTAINERS: Update my email address.
4505
4506 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4507
4508 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4509 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4510 * Makefile.in: Regenerate.
4511
4512 2007-12-10 Mark Heffernan <meheff@google.com>
4513
4514 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4515 misplaced entries.
4516
4517 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4518
4519 * configure.ac: Enable libjava for x86_64-*-darwin9.
4520 * configure: Regenerate.
4521
4522 2007-12-07 Bill Maddox <maddox@google.com>
4523
4524 * MAINTAINERS (Write After Approval): Add myself.
4525
4526 2007-12-05 Ben Elliston <bje@au.ibm.com>
4527
4528 * config.sub, config.guess: Update from upstream sources.
4529
4530 2007-12-02 Matthias Klose <doko@ubuntu.com>
4531
4532 * config-ml.in: Remove 64bit configure tests.
4533
4534 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4535
4536 * config-ml.in: Robustify against white space in absolute file
4537 names.
4538
4539 * config-ml.in (multi-clean): Substitute ${Makefile}.
4540 Remove superfluous ${Makefile} in list.
4541
4542 2007-11-19 Thiemo Seufer <ths@mips.com>
4543
4544 * config-ml.in: Don't hardcode the Makefile name.
4545
4546 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
4547
4548 * MAINTAINERS (Write After Approval): Add myself.
4549
4550 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
4551
4552 * MAINTAINERS (Write After Approval): Add myself.
4553
4554 2007-11-06 Doug Kwan <dougkwan@google.com>
4555
4556 * MAINTAINERS (Write After Approval): Add myself.
4557
4558 2007-10-25 Ben Elliston <bje@au.ibm.com>
4559
4560 * MAINTAINERS (mercury): Remove entry.
4561 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4562
4563 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4564
4565 * Makefile.def (dependencies): Make configure-gdb depend on
4566 all-intl.
4567 * Makefile.in: Regenerated.
4568
4569 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
4570
4571 * MAINTAINERS (Fortran maintainer): Remove myself.
4572
4573 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
4574
4575 * Makefile.def: To avoid problems running with parallel makes,
4576 build newlib before libgloss so that target specific header
4577 files are availble.
4578 * Makefile.in: Regenerate
4579
4580 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4581
4582 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4583 * Makefile.in: Regenerate.
4584
4585 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
4586
4587 * MAINTAINERS (Register allocation reviewer): Add myself.
4588
4589 2007-10-08 Mike Frysinger <vapier@gentoo.org>
4590
4591 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4592 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4593 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4594 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4595 * configure: Regenerate.
4596
4597 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
4598
4599 * MAINTAINERS (Register allocation reviewer): Add myself.
4600
4601 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
4602
4603 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4604 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4605 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4606 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4607 * configure.ac: Default them to host tools for $host = $build.
4608 Subst them.
4609
4610 * configure: Regenerate.
4611 * Makefile.in: Regenerate.
4612
4613 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
4614
4615 * MAINTAINERS (Register allocation reviewer): Add myself.
4616
4617 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
4618
4619 * MAINTAINERS (Register allocation reviewer): Add myself.
4620
4621 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
4622
4623 * MAINTAINERS (Write After Approval): Fix typo.
4624
4625 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4626
4627 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4628 * configure: Regenerate.
4629
4630 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
4631
4632 PR bootstrap/31906
4633 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4634 they're already prefixed.
4635
4636 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4637
4638 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4639 libstdc++.
4640 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4641 * configure: Regenerate.
4642 * Makefile.in: Regenerate.
4643
4644 2007-09-17 Andreas Schwab <schwab@suse.de>
4645
4646 * configure.ac: Raise minimum makeinfo version to 4.6.
4647 * configure: Regenerate.
4648
4649 2007-09-17 Johannes Singler <singler@ira.uka.de>
4650
4651 * MAINTAINERS (write-after-approval) add myself
4652
4653 2007-09-15 Alan Modra <amodra@bigpond.net.au>
4654
4655 * configure.ac: Correct makeinfo version check.
4656 * configure: Regenerate.
4657
4658 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
4659
4660 * MAINTAINERS: Update my email address.
4661
4662 2007-09-14 Richard Sandiford <richard@codesourcery.com>
4663
4664 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4665 to $skipdirs and only disable gprof for newlib. Use the normal
4666 mips*-elf* handling in other respects.
4667 * configure: Regnerate.
4668
4669 2007-09-12 David Daney <ddaney@avtrex.com>
4670
4671 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4672 enabling libgcj.
4673 * configure: Regenerate.
4674
4675 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4676
4677 PR other/32154
4678 * configure.ac: For libgloss targets, point the linker to the linker
4679 script, startup code and simulator library.
4680 * configure: Regenerate.
4681
4682 2007-09-07 Andrew Haley <aph@redhat.com>
4683
4684 * configure.ac (noconfigdirs): Remove target-libffi and
4685 target-libjava.
4686 * configure: Regenerate.
4687
4688 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4689
4690 PR target/33281
4691 * configure.ac: Use config/mh-mingw on mingw.
4692 * configure: Regenerate.
4693
4694 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
4695
4696 * MAINTAINERS (Write After Approval): Add myself.
4697
4698 2007-09-05 Richard Guenther <rguenther@suse.de>
4699
4700 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4701 nor --disable-checking is provided also turn on yes and types
4702 checking for stage1.
4703 * configure: Re-generate.
4704
4705 2007-08-30 Krister Walfridsson <cato@df.lth.se>
4706
4707 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4708 (Write After Approval): Remove myself.
4709
4710 2007-08-29 Nick Clifton <nickc@redhat.com>
4711
4712 * config.sub, config.guess: Update from upstream sources.
4713
4714 2007-08-22 Bud Davis <jmdavis@link.com>
4715
4716 * MAINTAINERS (Write After Approval): Added myself.
4717 * MAINTAINERS (Reviewers): Removed myself.
4718
4719 2007-08-18 Paul Brook <paul@codesourcery.com>
4720 Joseph Myers <joseph@codesourcery.com>
4721
4722 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4723 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4724 * Makefile.in: Regenerate.
4725 * configure.ac (--with-debug-prefix-map): New.
4726 * configure: Regenerate.
4727
4728 2007-08-17 Richard Sandiford <richard@codesourcery.com>
4729 Nigel Stephens <nigel@mips.com>
4730
4731 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4732 as target_makefile_frag.
4733 * configure: Regenerate.
4734
4735 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
4736
4737 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4738 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4739 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4740 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4741 (do-compare, do-compare3, do-compare-debug): New.
4742 ([+compare-target+]): Use them.
4743
4744 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
4745
4746 * MAINTAINERS (Write After Approval): Change my email address.
4747
4748 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4749 Ben Elliston <bje@au.ibm.com>
4750
4751 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4752 --silent if $silent.
4753 * configure: Regenerate.
4754
4755 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
4756
4757 * MAINTAINERS (Various Maintainers): Add myself as
4758 loop infrastructure maintainer. Update my e-mail
4759 address.
4760
4761 2007-07-31 Diego Novillo <dnovillo@google.com>
4762
4763 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4764 Adjust description.
4765
4766 2007-07-26 Richard Guenther <rguenther@suse.de>
4767
4768 * configure.ac: Add types checking to stage1 checking flags.
4769 * configure: Regenerate.
4770
4771 2007-07-17 Nick Clifton <nickc@redhat.com>
4772
4773 * COPYING3: New file. Contains version 3 of the GNU General
4774 Public License.
4775 * COPYING3.LIB: New file. Contains version 3 of the GNU
4776 Lesser General Public License.
4777
4778 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4779
4780 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4781
4782 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4783
4784 * MAINTAINERS (S/390 co-maintainer): Add myself.
4785 (Write After Approval): Remove myself.
4786
4787 2007-07-13 Dan Hipschman <dsh@google.com>
4788
4789 * MAINTAINERS (Write After Approval): Add myself.
4790
4791 2007-07-11 Nick Clifton <nickc@redhat.com>
4792
4793 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4794 WINDRES export.
4795 * Makefile.in: Regenerate.
4796
4797 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4798
4799 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4800 maintainer.
4801
4802 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4803
4804 * lt~obsolete.m4: New. Import from 20070318 libtool.
4805
4806 2007-07-03 Julian Brown <julian@codesourcery.com>
4807
4808 * MAINTAINERS (Write After Approval): Add myself.
4809
4810 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4811
4812 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4813 * configure: Regenerate.
4814
4815 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4816
4817 * configure.ac: Add some missing m4 quotation.
4818 * configure: Regenerate.
4819
4820 2007-07-02 Simon Baldwin <simonb@google.com>
4821
4822 * MAINTAINERS (Write After Approval): Add myself.
4823
4824 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
4825
4826 * configure: Regenerate.
4827
4828 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
4829
4830 * Makefile.def: Add windmc tool to build.
4831 * Makefile.tpl: Likewise.
4832 * configure.ac: Likewise.
4833 * Makefile.in: Regenerate.
4834 * configure: Regenerate.
4835
4836 2007-06-28 DJ Delorie <dj@redhat.com>
4837
4838 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4839 not building newlib.
4840 * configure: Regenerated.
4841
4842 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
4843
4844 * MAINTAINERS (Write After Approval): Add myself.
4845
4846 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
4847
4848 * MAINTAINERS (Write After Approval): Add myself.
4849
4850 2007-06-19 Chris Matthews <chrismatthews@google.com>
4851
4852 * MAINTAINERS (Write After Approval): Add myself.
4853
4854 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
4855
4856 * MAINTAINERS (Write After Approval): Add myself.
4857
4858 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4859
4860 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4861 * Makefile.in: Regenerated.
4862
4863 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
4864
4865 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4866 bfin*-*-uclinux* targets.
4867 * configure: Regenerate.
4868
4869 2007-06-14 Ian Lance Taylor <iant@google.com>
4870
4871 * MAINTAINERS: Add myself as non-algorithmic global write
4872 maintainer.
4873
4874 2007-06-14 Diego Novillo <dnovillo@google.com>
4875
4876 * MAINTAINERS: Add self as middle-end maintainer and
4877 non-algorithmic global write maintainer.
4878
4879 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4880
4881 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4882 Move all Fortran maintainers except Paul Brook into the
4883 Non-Autopoiesis section.
4884
4885 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
4886
4887 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4888 (distclean-stage[+id+]): Possibly delete stage_last.
4889 * Makefile.in: Regenerate.
4890
4891 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
4892
4893 * MAINTAINERS (Various Maintainer): Fix typo.
4894
4895 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
4896
4897 * MAINTAINERS (Various Maintainer): Add myself as
4898 dataflow maintainer.
4899
4900 2007-06-07 Ben Elliston <bje@au.ibm.com>
4901
4902 * config.sub, config.guess: Update from upstream sources.
4903
4904 2007-06-07 Ben Elliston <bje@au.ibm.com>
4905
4906 * Makefile.tpl: Fix spelling error.
4907 * Makefile.in: Regenerate.
4908
4909 2007-06-01 Steve Ellcey <sje@cup.hp.com>
4910
4911 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4912 lt_cv_sys_max_cmd_len.
4913
4914 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
4915
4916 * MAINTAINERS (Various Maintainers): Add myself as
4917 auto-vectorizer maintainer.
4918
4919 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
4920
4921 PR libjava/32098
4922 * libtool.m4: Revert previous change.
4923 * ltgcc.m4: Put it here.
4924
4925 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
4926
4927 * MAINTAINERS (Various Maintainers): Add myself as
4928 auto-vectorizer maintainer.
4929
4930 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
4931
4932 PR libjava/32098
4933 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4934
4935 2007-05-30 Richard Guenther <rguenther@suse.de>
4936
4937 * MAINTAINERS (Various Maintainers): Add myself as
4938 auto-vectorizer maintainer.
4939
4940 2007-05-30 Jakub Jelinek <jakub@redhat.com>
4941
4942 PR bootstrap/29382
4943 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4944 * configure: Rebuilt.
4945
4946 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
4947
4948 * MAINTAINERS (Write After Approval): Removed my name.
4949
4950 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
4951
4952 * MAINTAINERS (Write After Approval): Remove myself.
4953
4954 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4955
4956 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4957
4958 2007-05-23 Steve Ellcey <sje@cup.hp.com>
4959
4960 * ltmain.sh: Update from ToT Libtool.
4961 * libtool.m4: Update from ToT Libtool.
4962 * ltsugar.m4: New. Update from ToT Libtool.
4963 * ltversion.m4: New. Update from ToT Libtool.
4964 * ltoptions.m4: New. Update from ToT Libtool.
4965 * ltconfig: Remove.
4966 * ltcf-c.sh: Remove.
4967 * ltcf-cxx.sh: Remove.
4968 * ltcf-gcj.sh: Remove.
4969
4970 2007-05-22 Ollie Wild <aaw@google.com>
4971
4972 * MAINTAINERS (Write After Approval): Add myself.
4973
4974 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
4975
4976 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4977 stage_cflags.
4978 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4979 Remove CFLAGS/LIBCFLAGS.
4980 (configure-stage[+id+]-[+prefix+][+module+],
4981 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4982 * Makefile.in: Regenerate.
4983
4984 2007-05-15 Diego Novillo <dnovillo@google.com>
4985
4986 * MAINTAINERS: Update e-mail address.
4987
4988 2007-05-15 Revital Eres <eres@il.ibm.com>
4989
4990 * MAINTAINERS (Write After Approval): Add myself.
4991
4992 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
4993
4994 * MAINTAINERS (Write After Approval): Updated my address.
4995
4996 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
4997
4998 * MAINTAINERS (Write After Approval): Add myself.
4999
5000 2007-05-11 Silvius Rus <rus@google.com>
5001
5002 * MAINTAINERS (Write After Approval): Add myself.
5003
5004 2007-04-23 Tom Tromey <tromey@redhat.com>
5005
5006 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5007
5008 2007-04-22 Mark Mitchell <mark@codesourcery.com>
5009
5010 * MAINTAINERS (cpplib): Rename to ...
5011 (libcpp): ... this. Add C/C++ front end maintainers.
5012
5013 2007-04-14 Steve Ellcey <sje@cup.hp.com>
5014
5015 * config-ml.in: Pass ${ml_config_env} to configure calls.
5016
5017 2007-04-04 Christian Bruel <christian.bruel@st.com>
5018
5019 * MAINTAINERS (Write After Approval): Add myself.
5020
5021 2007-04-02 Dave Korn <dave.korn@artimi.com>
5022
5023 * MAINTAINERS (Write After Approval): Add myself.
5024
5025 2007-03-31 Tobias Burnus <burnus@net-b.de>
5026
5027 * MAINTAINERS (fortran 95 front end): Add myself.
5028
5029 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5030
5031 * MAINTAINERS (Write After Approval): Add myself.
5032
5033 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
5034
5035 * MAINTAINERS (Modulo Scheduler): Add myself.
5036
5037 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
5038
5039 * MAINTAINERS (fortran 95 front end): Add myself.
5040 (c++ front end): whitespace fix.
5041
5042 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
5043
5044 * MAINTAINERS (Write After Approval): Add myself.
5045
5046 2007-03-21 Richard Sandiford <richard@codesourcery.com>
5047
5048 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5049 of glob. Quote arguments with single quotes too.
5050 * configure: Regenerate.
5051
5052 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
5053
5054 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5055 * Makefile.in: Regenerate
5056
5057 2007-03-07 Andreas Schwab <schwab@suse.de>
5058
5059 * configure: Regenerate.
5060
5061 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
5062
5063 * configure.ac: Add "--with-pdfdir" configure option,
5064 which defines pdfdir variable.
5065 * Makefile.def (target=fixincludes): Add install-pdf to
5066 missing targets.
5067 (recursive_targets): Add install-pdf target.
5068 (flags_to_pass): Add pdfdir.
5069 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5070 target.
5071 * configure: Regenerate
5072 * Makefile.in: Regenerate
5073
5074 2007-02-28 Eric Christopher <echristo@apple.com>
5075
5076 Revert:
5077 2006-12-07 Mike Stump <mrs@apple.com>
5078
5079 * Makefile.def (dependencies): Add dependency for
5080 install-target-libssp and install-target-libgomp on
5081 install-gcc.
5082 * Makefile.in: Regenerate.
5083
5084 2007-02-27 Matt Kraai <kraai@ftbfs.org>
5085
5086 * configure: Regenerate.
5087 * configure.ac: Move statements after variable declarations.
5088
5089 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
5090
5091 * MAINTAINERS: Add myself as sh maintainer.
5092
5093 2007-02-19 Joseph Myers <joseph@codesourcery.com>
5094
5095 * configure.ac: Adjust for loop syntax.
5096 * configure: Regenerate.
5097
5098 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5099
5100 * configure: Rebuilt.
5101
5102 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5103
5104 * configure.ac: Drop multiple occurrences of --enable-languages,
5105 and fix its quoting.
5106 * configure: Rebuilt.
5107
5108 2007-02-17 Mark Mitchell <mark@codesourcery.com>
5109 Nathan Sidwell <nathan@codesourcery.com>
5110 Vladimir Prus <vladimir@codesourcery.com>
5111 Joseph Myers <joseph@codesourcery.com>
5112
5113 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5114 * configure: Regenerate.
5115
5116 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
5117
5118 * ltconfig (freebsd*): Default to elf.
5119
5120 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5121
5122 * configure.ac (target_libraries): Move libgcc before libiberty.
5123 * configure: Regenerated.
5124
5125 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5126 Paolo Bonzini <bonzini@gnu.org>
5127
5128 PR bootstrap/30753
5129 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
5130 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
5131 * configure: Regenerated.
5132
5133 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5134
5135 * MAINTAINERS (Language Front End Maintainers): Update my mail
5136 address.
5137
5138 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5139
5140 PR bootstrap/30748
5141 * configure.ac: Correct syntax for Solaris ksh.
5142 * configure: Regenerated.
5143
5144 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5145
5146 * configure.ac: Sync with src.
5147 * configure: Regenerate.
5148
5149 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5150
5151 * Makefile.in: Regenerate.
5152
5153 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5154
5155 * config.sub: Sync with src.
5156
5157 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5158
5159 * Makefile.tpl (build_alias, host_alias, target_alias): Use
5160 noncanonical equivalents.
5161 * configure.in: Rename to...
5162 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
5163 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
5164 target_noncanonical. Use them. Rewrite removal of configure
5165 arguments for autoconf 2.59. Discard variable settings. Force
5166 program_transform_name for native tools.
5167
5168 * Makefile.in: Regenerated.
5169 * configure: Regenerated with autoconf 2.59.
5170
5171 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
5172
5173 * MAINTAINERS (Write After Approval): Add myself.
5174
5175 2007-01-31 Andreas Schwab <schwab@suse.de>
5176
5177 * Makefile.tpl (LDFLAGS): Substitute it.
5178 * Makefile.in: Regenerate.
5179
5180 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
5181
5182 * MAINTAINERS (Write After Approval): Add myself.
5183
5184 2007-01-28 David Edelsohn <edelsohn@gnu.org>
5185
5186 * MAINTAINERS (spu port): Add myself.
5187
5188 2007-01-23 Richard Guenther <rguenther@suse.de>
5189
5190 PR bootstrap/30541
5191 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
5192 * Makefile.tpl (GNATBIND): Substitute it.
5193 (GNATMAKE): Likewise.
5194 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
5195 of STAGE_PREFIX.
5196 * Makefile.in: Regenerate.
5197 * configure: Regenerate.
5198
5199 2007-01-18 Mike Stump <mrs@apple.com>
5200
5201 * configure.in: Re-enable -Werror for gcc builds.
5202
5203 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
5204
5205 * MAINTAINERS (Write After Approval): Add myself.
5206
5207 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
5208
5209 * configure.in: Change == to = in test command.
5210 * configure: Regenerate.
5211
5212 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
5213 Nick Clifton <nickc@redhat.com>
5214 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
5215
5216 * configure.in (build_configargs, host_configargs, target_configargs):
5217 Remove build/host/target parameters.
5218 (host_libs): Add gmp and mpfr.
5219 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
5220 * Makefile.def (gmp, mpfr): New.
5221 (gcc): Remove target.
5222 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
5223 target_os, target_vendor): New.
5224 (configure): Add host_alias/target_alias arguments; adjust invocations.
5225 * configure: Regenerate.
5226 * Makefile.in: Regenerate.
5227
5228 2007-01-11 Matt Fago <fago@earthlink.net>
5229
5230 * configure.in: Try to link to functions only in mpfr 2.2.x
5231 to improve robustness of configure tests.
5232 * configure: Regenerate.
5233
5234 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
5235
5236 * MAINTAINERS: Add myself as i386 maintainer.
5237
5238 2007-01-08 Jan Hubicka <jh@suse.cz>
5239
5240 * MAINTAINERS: Add myself as i386 maintainer.
5241
5242 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
5243
5244 * configure.in: Add support for an x86_64-mingw* target.
5245 * configure: Regenerate.
5246
5247 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
5248
5249 * Makefile.tpl (all-target): Correct @if conditional for target
5250 modules.
5251 * configure.in: Omit libiberty if building only target libgcc.
5252 * configure, Makefile.in: Regenerated.
5253
5254 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
5255
5256 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
5257 * configure: Regenerate.
5258
5259 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5260
5261 * Makefile.def (target_modules): Add libgcc.
5262 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
5263 * Makefile.tpl (clean-target-libgcc): Delete.
5264 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
5265 on gcc even for bootstrapped modules. Rewrite handling of
5266 lang_env_dependencies to loop over target_modules.
5267 * configure.in (target_libraries): Add target-libgcc.
5268 * Makefile.in, configure: Regenerated.
5269
5270 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
5271
5272 * configure.in: Reorganize recognition of languages. Add
5273 --enable-stage1-languages. Show supported languages for the chosen
5274 target rather than all recognized languages.
5275 * configure: Regenerate.
5276
5277 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
5278
5279 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
5280 * Makefile.in: Regenerate.
5281
5282 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5283
5284 * configure.in: Warn that MPFR 2.2.0 is buggy.
5285 * configure: Regenerate.
5286
5287 2006-12-27 Ian Lance Taylor <iant@google.com>
5288
5289 * configure.in: When removing Makefiles to force a reconfigure, also
5290 remove prev-DIR*/Makefile.
5291 * configure: Regenerate.
5292
5293 2006-12-22 Andreas Schwab <schwab@suse.de>
5294
5295 * configure: Regenerate with correct autoconf version.
5296
5297 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
5298
5299 * configure.in: add AC_SUBST for *_FOR_TARGET.
5300 * configure: Regenerate.
5301
5302 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5303
5304 * configure.in: Simplify logic for rejecting languages that cannot
5305 be built. Separate the case when a language is unsupported,
5306 from the case when the user chooses not to build a language.
5307
5308 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5309
5310 * configure.in: Remove "$build" case for powerpc-*-darwin* since
5311 it only affects bootstrap and could be tested on "$host" as well.
5312 * configure: Regenerate.
5313 * config/mh-ppc-darwin: Add to the stage1 cflags here.
5314
5315 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5316
5317 PR bootstrap/29544
5318 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
5319 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
5320 move here comment from Makefile.tpl.
5321 * Makefile.tpl: Move some definitions higher in the file.
5322 (STAGE1_CHECKING): New.
5323 * configure.in: Add --enable-stage1-checking.
5324 * configure: Regenerate.
5325 * Makefile.in: Regenerate.
5326
5327 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
5328
5329 * MAINTAINERS: Add myself as build system maintainer.
5330
5331 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
5332
5333 * MAINTAINERS (Write After Approval): Add myself.
5334
5335 2006-12-13 Eric Christopher <echristo@apple.com>
5336
5337 * MAINTAINERS: Add myself as darwin maintainer.
5338
5339 2006-12-11 Ian Lance Taylor <ian@airs.com>
5340
5341 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
5342
5343 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
5344
5345 MAINTAINERS: Update my entry.
5346
5347 2006-12-11 Alan Modra <amodra@bigpond.net.au>
5348
5349 * configure.in: Handle spu makefile frag.
5350 * Makefile.tpl (MAINT): Define
5351 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
5352 * configure: Regenerate.
5353 * Makefile.in: Regenerate.
5354
5355 2006-12-11 Ben Elliston <bje@au.ibm.com>
5356
5357 * config.guess: Import latest version.
5358 * config.sub: Likewise.
5359
5360 2006-12-11 Ben Elliston <bje@au.ibm.com>
5361
5362 * configure.in (spu-*-*): Don't skip target-libiberty.
5363 * configure: Regenerate.
5364
5365 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
5366
5367 PR bootstrap/30134
5368 * configure.in: Correct x86 darwin support for libjava to powerpc
5369 and i?86 only.
5370 * configure: Regenerate.
5371
5372 2006-12-08 Sandro Tolaini <tolaini@libero.it>
5373
5374 * configure.in: Add x86 darwin support for libjava.
5375 * configure: Regenerate.
5376
5377 2006-12-07 Mike Stump <mrs@apple.com>
5378
5379 * Makefile.def (dependencies): Add dependency for
5380 install-target-libssp and install-target-libgomp on
5381 install-gcc.
5382 * Makefile.in: Regenerate.
5383
5384 2006-12-04 Richard Guenther <rguenther@suse.de>
5385
5386 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
5387 (Non-Algorithmic Maintainers): Move over non-algorithmic
5388 loop optimizer maintainers, add myself as a non-algorithmic
5389 middle-end maintainer.
5390
5391 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
5392
5393 * MAINTAINERS (Write After Approval): Add myself.
5394
5395 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5396
5397 * configure.in: Update error message for missing GMP/MPFR.
5398
5399 * configure: Regenerate.
5400
5401 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5402
5403 * configure.in: Update MPFR version in error message.
5404
5405 * configure: Regenerate.
5406
5407 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5408
5409 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
5410 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
5411 --with-gmp-lib): New flags.
5412
5413 * configure: Regenerate.
5414
5415 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
5416
5417 * MAINTAINERS (Write After Approval): Change my email address.
5418
5419 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5420
5421 * MAINTAINERS (Write After Approval): Add myself.
5422
5423 2006-11-22 Philipp Thomas <pth@suse.de>
5424
5425 * MAINTAINERS (i18n): Update e-mail address.
5426
5427 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5428
5429 * MAINTAINERS (spu port): Add myself as maintainer.
5430 (Write After Approval): Remove myself.
5431
5432 2006-11-22 Ben Elliston <bje@au.ibm.com>
5433
5434 * configure.in (skipdirs): Don't build libssp for SPU.
5435 * configure: Regenerate.
5436
5437 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
5438
5439 * MAINTAINERS (spu port): Add myself as maintainer.
5440 (libobjc): Update my email address.
5441
5442 2006-11-21 Andrea Bona <andrea.bona@st.com>
5443
5444 * MAINTAINERS (Write After Approval): Add myself.
5445
5446 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5447
5448 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
5449 * configure : Rebuilt.
5450
5451 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5452
5453 * MAINTAINERS (Write After Approval): Add myself.
5454
5455 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
5456
5457 * MAINTAINERS (Write After Approval): Add myself.
5458
5459 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5460
5461 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
5462 libmpfr.a.
5463 * configure: Regenerate.
5464
5465 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
5466
5467 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
5468 (unstage): Test for stage_last presence.
5469
5470 PR bootstrap/29802
5471 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
5472 STAGE_PREFIX.
5473 * Makefile.in: Regenerate.
5474
5475 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
5476
5477 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5478 maintainers.
5479
5480 2006-11-14 Erven Rohou <erven.rohou@st.com>
5481
5482 * MAINTAINERS (Write After Approval): Add myself.
5483
5484 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
5485
5486 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5487 and stageN-package/Makefile.
5488 * Makefile.in: Regenerated.
5489
5490 2006-11-14 Jie Zhang <jie.zhang@analog.com>
5491
5492 * configure.in: Remove target-libgloss from noconfigdirs for
5493 bfin-*-*.
5494 * configure: Regenerated.
5495
5496 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5497
5498 * configure.in (have_gmp): Only error if the gcc directory exists.
5499
5500 * configure: Regenerate.
5501
5502 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5503
5504 * configure.in: Robustify error message for missing GMP/MPFR.
5505
5506 * configure: Regenerate.
5507
5508 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
5509
5510 * MAINTAINERS (Write After Approval): Add myself.
5511
5512 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
5513
5514 * MAINTAINERS: Change email address.
5515
5516 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
5517
5518 * MAINTAINERS (Write After Approval): Add myself.
5519
5520 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
5521
5522 * MAINTAINERS (Write After Approval): Add myself.
5523
5524 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
5525
5526 * MAINTAINERS (Write After Approval): Move myself to
5527 Write After Approval section.
5528
5529 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5530
5531 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
5532 need_gmp anymore.
5533 * configure: Regenerate.
5534
5535 2006-10-16 Tobias Burnus <burnus@net-b.de>
5536
5537 * MAINTAINERS (Write After Approval): Add myself.
5538
5539 2006-10-16 Ben Elliston <bje@au.ibm.com>
5540
5541 * config.guess: Import latest version.
5542 * config.sub: Likewise.
5543
5544 2006-10-10 Brooks Moses <bmoses@stanford.edu>
5545
5546 * Makefile.def: Added pdf target handling.
5547 * Makefile.tpl: Added pdf target handling.
5548 * Makefile.in: Regenerated.
5549
5550 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
5551
5552 * MAINTAINERS: Add self as score port maintainer.
5553
5554 2006-10-04 Brooks Moses <bmoses@stanford.edu>
5555
5556 * MAINTAINERS (Write After Approval): Add myself.
5557
5558 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
5559
5560 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
5561 or newer.
5562 * configure: Regenerated.
5563
5564 2006-09-27 Dave Brolley <brolley@redhat.com>
5565
5566 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5567 using $s instead of $r.
5568 * configure: Regenerated.
5569
5570 2006-09-26 Thiemo Seufer <ths@mips.com>
5571
5572 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5573 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5574 * configure: Regenerate.
5575
5576 2006-09-24 Graeme Peterson <gridly@gmail.com>
5577
5578 * MAINTAINERS (Write After Approval): Remove myself.
5579
5580 2006-09-22 Chao-ying Fu <fu@mips.com>
5581
5582 * MAINTAINERS (Write After Approval): Add myself.
5583
5584 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
5585
5586 * MAINTAINERS: Add self as soft-fp maintainer.
5587
5588 2006-09-09 Anatoly Sokolov <aesok@post.ru>
5589
5590 * MAINTAINERS: Add myself as avr maintainer.
5591 Remove Marek Michalkiewicz as avr maintainer.
5592
5593 2006-09-07 Roberto Costa <roberto.costa@st.com>
5594
5595 * MAINTAINERS (Write After Approval): Add myself.
5596
5597 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
5598
5599 * configure.in: Never build newlib for a Mingw host.
5600 Never build newlib as Mingw target library.
5601 Test the existence of winsup/cygwin for building a Cygwin newlib,
5602 rather than just winsup.
5603 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5604 building a Mingw target.
5605 * configure: Regenerate.
5606
5607 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
5608
5609 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5610
5611 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
5612
5613 * config.guess: Import from src (was more updated).
5614 * config.sub: Likewise.
5615
5616 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5617
5618 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5619 * configure: Regenerated.
5620
5621 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
5622
5623 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5624 for stages after the first.
5625
5626 2006-07-17 Jakub Jelinek <jakub@redhat.com>
5627
5628 * Makefile.def: Add dependencies for configure-opcodes
5629 on configure-intl and all-opcodes on all-intl.
5630 * Makefile.in: Regenerated.
5631
5632 2006-07-13 Ben Elliston <bje@au.ibm.com>
5633
5634 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5635
5636 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
5637
5638 Port to hosts whose 'sort' and 'tail' implementations
5639 treat operands with leading '+' as file names, as POSIX
5640 has required since 2001. However, make sure the code still
5641 works on pre-POSIX hosts.
5642 * ltmain.sh: Don't assume "sort +2" is equivalent to
5643 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5644
5645 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
5646
5647 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5648
5649 2006-07-04 Peter O'Gorman <peter@pogma.com>
5650
5651 * ltconfig: chmod 644 before ranlib during install.
5652
5653 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5654
5655 PR bootstrap/18058
5656 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5657 if the bootstrap compiler is a GCC version that supports it.
5658 * configure: Regenerate.
5659
5660 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5661
5662 * configure.in: Fix thinkos in previous check-in.
5663 * configure: Regenerate.
5664
5665 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
5666
5667 PR other/27063
5668 * configure.in: Test subdir_requires and give an appropriate
5669 error message.
5670 * configure: Regenerate.
5671
5672 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
5673
5674 * MAINTAINERS (Write After Approval): Add myself.
5675
5676 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
5677
5678 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5679
5680 2006-06-22 Steve Ellcey <sje@cup.hp.com>
5681
5682 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5683
5684 2006-06-20 David Ayers <d.ayers@inode.at>
5685
5686 PR bootstrap/28072
5687 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5688 whether target-libjava is being configured instead of whether the
5689 java front end is enabled.
5690 * configure: Regenerate.
5691
5692 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5693
5694 PR target/27540
5695 * configure.in: Only enable libgomp on IRIX 6.
5696 * configure: Regenerate.
5697
5698 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
5699
5700 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5701 too.
5702 * Makefile.in: Regenerate.
5703
5704 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
5705
5706 * config-ml.in: Alter CCASFLAGS to include special
5707 multilib options the same as is done for CFLAGS.
5708
5709 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5710
5711 * configure.in: Don't enable libgomp on hpux10.
5712 * configure: Rebuilt.
5713
5714 2006-06-12 David Ayers <d.ayers@inode.at>
5715
5716 PR bootstrap/27963
5717 PR target/19970
5718 * configure.in: Remove target-boehm-gc from noconfigdirs where
5719 ${libgcj} is specified.
5720 * configure: Regenerate.
5721
5722 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
5723
5724 Sync from src:
5725
5726 * configure.in: Sync.
5727 * configure: Regenerated.
5728
5729 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5730
5731 * Makefile.def: Added dependencies from sim and gdb on intl, and
5732 added configure dependencies to everything with an all dependency
5733 on intl.
5734 * Makefile.in: Regenerated.
5735
5736 2006-06-06 David Ayers <d.ayers@inode.at>
5737
5738 PR libobjc/13946
5739 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5740 * Makefile.in: Regenerate.
5741 * configure.in: Add --enable-objc-gc at toplevel and have it
5742 enable boehm-gc for Objective-C.
5743 Remove target-boehm-gc from libgcj.
5744 Add target-boehm-gc to target_libraries.
5745 Add target-boehm-gc to noconfigdirs where ${libgcj}
5746 is specified.
5747 Assert that boehm-gc is supported when requested for Objective-C.
5748 Only build boehm-gc if needed either for Java or Objective-C.
5749 * configure: Regenerate.
5750
5751 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
5752
5753 PR 27674
5754 * Makefile.tpl (configure-[+prefix+][+module+],
5755 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5756 Remove rule to unstage bootstrapped modules.
5757 (stage_current): New.
5758 * Makefile.in: Regenerate.
5759
5760 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5761
5762 * MAINTAINERS (Write After Approval): Update my e-mail address.
5763
5764 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
5765
5766 * include/libiberty.h: Declare pex_run_in_environment.
5767
5768 2006-05-31 Asher Langton <langton2@llnl.gov>
5769
5770 * MAINTAINERS (Write After Approval): Add myself.
5771
5772 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
5773
5774 * Makefile.def (bfd, opcodes): Fix lib_path.
5775 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5776 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5777 * Makefile.in: Regenerate.
5778
5779 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5780
5781 * Makefile.in: Regenerate.
5782
5783 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5784
5785 * Makefile.def: Add install-html target. Add datarootdir
5786 docdir and htmldir to flags_to_pass.
5787 * Makefile.tpl: Add install-html target.
5788 * Makefile.in: Regenerate.
5789 * configure.in: Add --with-datarootdir, --with-docdir, and
5790 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5791 * configure: Regenerate.
5792
5793 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5794
5795 * configure.in: Enable gprof for cross builds.
5796 * configure: Regenerate.
5797
5798 2006-05-22 Richard Guenther <rguenther@suse.de>
5799
5800 Revert
5801 2006-01-31 Richard Guenther <rguenther@suse.de>
5802 Paolo Bonzini <bonzini@gnu.org>
5803
5804 * Makefile.def (target_modules): Add libgcc-math target module.
5805 * configure.in (target_libraries): Add libgcc-math target library.
5806 (--enable-libgcc-math): New configure switch.
5807 * Makefile.in: Re-generate.
5808 * configure: Re-generate.
5809 * libgcc-math: New toplevel directory.
5810
5811 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5812 Andreas Tobler <a.tobler@schweiz.ch>
5813
5814 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5815 * configure: Rebuilt.
5816
5817 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
5818
5819 * MAINTAINERS (Write After Approval): Add myself.
5820
5821 2006-05-01 DJ Delorie <dj@redhat.com>
5822
5823 * configure.in: Restore CFLAGS if GMP isn't present.
5824 * configure: Regenerate.
5825
5826 2006-05-01 Richard Guenther <rguenther@suse.de>
5827
5828 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5829 maintainer.
5830
5831 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
5832
5833 * MAINTAINERS (Write After Approval): Add myself.
5834
5835 2006-04-28 Jan Beulich <jbeulich@novell.com>
5836
5837 * MAINTAINERS (Write After Approval): Add myself.
5838
5839 2006-04-18 DJ Delorie <dj@redhat.com>
5840
5841 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5842 reference libgloss so that libssp can be built in a combined
5843 tree.
5844 * configure: Regenerate.
5845
5846 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
5847
5848 * MAINTAINERS (Write After Approval): Add myself.
5849
5850 2006-04-05 Ben Elliston <bje@au.ibm.com>
5851
5852 * configure.in: Require makeinfo 4.4 or higher.
5853 * configure: Regenerate.
5854
5855 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
5856
5857 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5858 Rearrange the entries of other libraries to have them in one place.
5859
5860 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
5861
5862 * MAINTAINERS (Write After Approval): Remove myself.
5863 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5864
5865 2006-03-14 Richard Guenther <rguenther@suse.de>
5866
5867 * configure: Regenerate with autoconf 2.13.
5868
5869 2006-03-13 Jim Blandy <jimb@codesourcery.com>
5870
5871 * MAINTAINERS: Use my work address.
5872
5873 * MAINTAINERS: Update my E-mail address.
5874
5875 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
5876
5877 * configure.in: Handle --disable-<component> generically.
5878 * configure: Regenerate.
5879
5880 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5881
5882 PR libgcj/17311
5883 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5884
5885 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
5886
5887 * MAINTAINERS (Write After Approval): Remove myself.
5888 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5889
5890 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
5891
5892 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5893 (TARGET_CONFIGDIRS): Remove.
5894 * configure.in: Remove AC_SUBST(target_configdirs).
5895 * Makefile.in, configure: Regenerated.
5896
5897 2006-02-20 Steven G. Kargl <kargls@comcast.net>
5898
5899 * MAINTAINERS (Write After Approval): Remove myself.
5900 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5901
5902 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
5903
5904 PR bootstrap/25670
5905
5906 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5907
5908 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5909 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5910 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5911 BUILD_PREFIX, BUILD_PREFIX_1.
5912 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5913
5914 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5915 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5916
5917 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5918 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5919 of `cat stage_current`. Always provide the `r' and `s' variables.
5920 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5921 a single shell execution.
5922 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5923 bootstrapped modules, make the stage1 module if the build was not
5924 started yet, else build the current stage.
5925 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5926 (all-build, all-host, all-target, [+make_target+]-host,
5927 [+make_target+]-target): Do not use \-continued lines.
5928 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5929 (current_stage, restrap, stage_last): New.
5930
5931 * Makefile.in: Regenerate.
5932 * configure: Regenerate.
5933
5934 2006-02-19 Bud Davis <jmdavis@link.com>
5935
5936 * MAINTAINERS (Write After Approval): Remove myself.
5937 (Language Front End Maintainers): Add myself as fortran 95
5938 maintainer and update e-mail address.
5939
5940 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5941
5942 * MAINTAINERS (Write After Approval): Remove myself.
5943 (Language Front End Maintainers): Add myself as fortran 95
5944 maintainer.
5945
5946 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
5947
5948 * MAINTAINERS (Write After Approval): Add myself.
5949
5950 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
5951
5952 * MAINTAINERS (Write After Approval): Remove myself.
5953 (Language Front End Maintainers): Add myself as
5954 fortran 95 maintainer.
5955
5956 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5957
5958 Sync from src:
5959
5960 2005-12-27 Leif Ekblad <leif@rdos.net>
5961
5962 * configure.in: Add support for RDOS target.
5963 * configure: Regenerate.
5964
5965 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
5966 Andreas Schwab <schwab@suse.de>
5967
5968 * configure: Regenerate.
5969
5970 2006-02-12 David Edelsohn <edelsohn@gnu.org>
5971
5972 * configure.in (enable_libgomp): Add AIX.
5973 * configure: Regenerate.
5974
5975 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
5976
5977 * MAINTAINERS (Write After Approval): Add myself.
5978
5979 2006-02-03 Lee Millward <lee.millward@gmail.com>
5980
5981 * MAINTAINERS (Write After Approval): Add myself.
5982
5983 2006-01-31 Richard Guenther <rguenther@suse.de>
5984 Paolo Bonzini <bonzini@gnu.org>
5985
5986 * Makefile.def (target_modules): Add libgcc-math target module.
5987 * configure.in (target_libraries): Add libgcc-math target library.
5988 (--enable-libgcc-math): New configure switch.
5989 * Makefile.in: Re-generate.
5990 * configure: Re-generate.
5991 * libgcc-math: New toplevel directory.
5992
5993 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
5994
5995 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5996 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5997 the assembler, linker and binutils.
5998 * configure: Regenerate.
5999
6000 2006-01-22 Dirk Mueller <dmueller@suse.de>
6001
6002 * MAINTAINERS (Write After Approval): Add myself.
6003
6004 2006-01-20 Diego Novillo <dnovillo@redhat.com>
6005
6006 * configure: Regenerate.
6007
6008 2006-01-18 Richard Henderson <rth@redhat.com>
6009 Jakub Jelinek <jakub@redhat.com>
6010 Diego Novillo <dnovillo@redhat.com>
6011
6012 * libgomp: New directory.
6013 * Makefile.def: Add target_module libgomp.
6014 * Makefile.in: Regenerate.
6015 * configure.in (target_libraries): Add target-libgomp.
6016 * configure: Regenerate.
6017
6018 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
6019
6020 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6021 @ from continuation.
6022 * Makefile.in: Rebuilt.
6023
6024 2006-01-04 Chris Lattner <sabre@gnu.org>
6025
6026 * MAINTAINERS (Write After Approval): Add myself.
6027
6028 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
6029
6030 PR bootstrap/24252
6031
6032 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6033 * Makefile.tpl (OBJDUMP): New.
6034 (EXTRA_HOST_FLAGS): Add it.
6035 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6036
6037 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6038 to use symbolic links between directories. Avoid race conditions
6039 or make them harmless.
6040 * configure.in: Do not try to use symbolic links between directories.
6041
6042 * Makefile.def (LEAN): Pass.
6043 * Makefile.tpl (LEAN): Define.
6044 (stage[+id+]-start): Accept that the previous directory does not
6045 exist, if the bootstrap is lean.
6046 (stage[+id+]-bubble): Invoke lean bootstrap commands after
6047 stage[+id+]-start. Use a makefile variable and an `if' instead of a
6048 configure substitution.
6049 ([+compare-target+]): Likewise.
6050 ([+bootstrap-target+]-lean): New.
6051 * configure.in: Remove lean bootstrap support from here.
6052
6053 * Makefile.in: Regenerate.
6054 * configure: Regenerate.
6055
6056 2006-01-04 Ben Elliston <bje@au.ibm.com>
6057
6058 * MAINTAINERS (libdecnumber): Add myself.
6059
6060 2006-01-02 Mark Mitchell <mark@codesourcery.com>
6061
6062 * libtool-ldflags: New script.
6063
6064 2006-01-02 Andreas Schwab <schwab@suse.de>
6065
6066 * configure.in: When reconfiguring remove Makefile in
6067 all stage directories.
6068 * configure: Regenerate.
6069
6070 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
6071
6072 * MAINTAINERS: Update my email address.
6073
6074 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
6075
6076 Revert Ada-related part of the previous change.
6077
6078 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6079 Do not pass.
6080 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6081 * Makefile.in: Regenerate.
6082 * configure.in: Do not include mt-ppc-aix target fragment.
6083 * configure: Regenerate.
6084
6085 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
6086
6087 * configure.in: Select appropriate fragments for PowerPC/AIX.
6088 * configure: Regenerate.
6089
6090 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6091 BOOT_CFLAGS, BOOT_LDFLAGS.
6092 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6093 BOOT_CFLAGS, BOOT_LDFLAGS.
6094 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6095 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6096 (stage): Fail if we cannot complete the work.
6097 * Makefile.in: Regenerate.
6098
6099 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
6100
6101 * configure.in: Replace ms1 with mt.
6102 * configure: Rebuilt.
6103
6104 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
6105
6106 * MAINTAINERS: Update my email address.
6107
6108 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
6109
6110 * Makefile.tpl (all, do-[+make_target+], do-check, install,
6111 install-host-nogcc): Don't invoke $(stage) at the end.
6112 * Makefile.in: Regenerate.
6113
6114 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
6115
6116 * configure.in: Flip the top-level bootstrap switch.
6117 * configure: Regenerate.
6118
6119 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
6120
6121 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6122 $(stage) and $(unstage).
6123 (EXTRA_TARGET_FLAGS): Correct double-quoting.
6124 (all): Remove stray semicolon.
6125 (local-distclean): Don't handle multilib.tmp and multilib.out.
6126 (install.all): Set $s for consistency.
6127 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
6128 check_multilibs setting. Always make the install directory.
6129 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
6130 Correct @if/@endif.
6131 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
6132 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
6133 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
6134 (multilib.out): Remove.
6135 * Makefile.in: Regenerated.
6136
6137 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
6138
6139 * MAINTAINERS (Write After Approval): Add myself.
6140
6141 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
6142
6143 * MAINTAINERS: Add myself as mt maintainer.
6144
6145 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
6146
6147 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
6148
6149 * MAINTAINERS: Change email address.
6150
6151 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
6152
6153 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
6154 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
6155 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
6156 Find in-tree tools if available.
6157 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
6158 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
6159 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
6160 (COMPILER_*_FOR_TARGET): New.
6161 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
6162 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
6163 (CONFIGURED_*, USUAL_*): Remove.
6164 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
6165 STRIP): Use autoconf substitutions.
6166 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
6167 COMPILER_NM_FOR_TARGET): New.
6168 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
6169
6170 (all): Make all-host and all-target in parallel.
6171 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
6172 that $$r and $$s are set before invoking a recursive make.
6173 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
6174 ([+bootstrap-target+]): Inline most of the `all' target.
6175
6176 2005-11-29 Ben Elliston <bje@au.ibm.com>
6177
6178 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
6179 from the gcc build directory.
6180 * Makefile.in: Regenerate.
6181
6182 2005-11-29 Ben Elliston <bje@au.ibm.com>
6183
6184 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
6185 depend on all-libdecnumber.
6186 * configure.in (host_libs): Include libdecnumber.
6187 * Makefile.in: Regenerate.
6188 * configure: Likewise.
6189
6190 2005-11-29 Ben Elliston <bje@au.ibm.com>
6191
6192 * libdecnumber: Import decNumber sources from the dfp-branch.
6193
6194 2005-11-21 Kean Johnston <jkj@sco.com>
6195
6196 * config.sub, config.guess: Sync from upstream sources.
6197
6198 2005-11-21 Ben Elliston <bje@au.ibm.com>
6199
6200 Import from Autoconf sources:
6201
6202 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
6203 * config/move-if-change: Don't output "$2 is unchanged";
6204 suggested by Ben Elliston. Handle weird characters correctly.
6205
6206 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
6207
6208 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
6209 to match upstream libtool for darwin.
6210
6211 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
6212
6213 * Makefile.def: Remove gdb dependencies for gdbtk.
6214 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
6215 (configure-gdb, install-gdb): New rules.
6216 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
6217 * Makefile.in, configure: Regenerated.
6218
6219 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
6220
6221 * MAINTAINERS (Write After Approval): Add myself.
6222
6223 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
6224
6225 * MAINTAINERS (Write After Approval): Add myself.
6226
6227 2005-10-24 Diego Novillo <dnovillo@redhat.com>
6228
6229 * MAINTAINERS (alias analysis): Add Daniel Berlin and
6230 Diego Novillo.
6231
6232 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
6233
6234 PR bootstrap/24297
6235 * Makefile.tpl (do-[+make-target+], do-check, install,
6236 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
6237 are set before recursing.
6238 * Makefile.in: Regenerate.
6239
6240 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
6241
6242 PR bootstrap/18939
6243 * Makefile.def (gcc) <target>: Fix thinko.
6244 * Makefile.in: Regenerate.
6245
6246 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
6247
6248 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
6249 * configure: Regenerate.
6250
6251 2005-10-15 Jie Zhang <jie.zhang@analog.com>
6252
6253 * MAINTAINERS (Write After Approval): Add self.
6254
6255 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
6256
6257 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
6258 target-libffi, target-qthreads, target-libjava, and
6259 targetlibobjc.
6260 * configure: Regenerate.
6261
6262 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
6263
6264 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
6265 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
6266 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
6267 (USUAL_OBJDUMP_FOR_TARGET): New.
6268 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
6269 * configure.in: Check for $OBJDUMP_FOR_TARGET.
6270 * configure, Makefile.in: Regenerated.
6271
6272 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
6273
6274 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
6275 before other host packages.
6276
6277 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
6278
6279 * MAINTAINERS: Add self as sh libraries/configury maintainer.
6280
6281 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
6282
6283 PR bootstrap/22340
6284
6285 * configure.in (default_target): Remove.
6286 * Makefile.tpl (all): Do not use prerequisites as subroutines
6287 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
6288 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
6289 use prerequisites as subroutines.
6290 (check-host, check-target): New.
6291 (bootstrap configure & all targets): Do not use stage*-start
6292 if the directory layout is already ok.
6293 (non-bootstrap configure & all targets): Prepend a $(unstage).
6294 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
6295 (NOTPARALLEL): Remove.
6296 (unstage, stage variables): New variables.
6297 (unstage, stage targets): Simply expand to those variables.
6298
6299 * configure: Regenerate.
6300 * Makefile.in: Regenerate.
6301
6302 2005-10-04 James E Wilson <wilson@specifix.com>
6303
6304 * Makefile.def (lang_env_dependencies): Add libmudflap.
6305 * Makefile.in: Regenerate.
6306
6307 2005-10-03 Andreas Schwab <schwab@suse.de>
6308
6309 Backport from libtool CVS:
6310 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
6311
6312 * ltmain.sh: add support for installing into temporary
6313 staging area (e.g. 'make install DESTDIR=...')
6314
6315 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
6316
6317 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
6318 * configure: Regenerated.
6319
6320 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
6321
6322 * configure: Regenerate with the correct
6323 autoconf version.
6324
6325 2005-09-30 Catherine Moore <clm@cm00re.com>
6326
6327 * configure.in (bfin-*-*): New.
6328 * configure: Regenerated.
6329
6330 2005-09-28 Geoffrey Keating <geoffk@apple.com>
6331
6332 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
6333 (LIPO_FOR_TARGET): New.
6334 (CONFIGURED_LIPO_FOR_TARGET): New.
6335 (USUAL_LIPO_FOR_TARGET): New.
6336 (STRIP_FOR_TARGET): New.
6337 (CONFIGURED_STRIP_FOR_TARGET): New.
6338 (USUAL_STRIP_FOR_TARGET): New.
6339 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
6340 STRIP_FOR_TARGET.
6341 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
6342 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
6343 * Makefile.in: Regenerate.
6344 * configure: Regenerate.
6345
6346 2005-09-19 David Edelsohn <edelsohn@gnu.org>
6347
6348 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
6349 (rs6000-*-aix*): Same.
6350 * configure: Regenerate.
6351
6352 2005-09-16 Tom Tromey <tromey@redhat.com>
6353
6354 * MAINTAINERS: Add self as java maintainer.
6355
6356 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6357
6358 * configure.in: Recognize f95 in the --enable-languages option,
6359 and substitute it for fortran, issuing a warning.
6360 * configure: Regenerate.
6361
6362 2005-08-30 Phil Edwards <phil@codesourcery.com>
6363
6364 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
6365 * configure: Regenerated.
6366
6367 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
6368
6369 * MAINTAINERS: Add self as ms1 maintainer.
6370
6371 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
6372
6373 * Makefile.def (libssp): Add to lang_env_dependencies.
6374 * Makefile.in: Regenerate.
6375
6376 2005-08-18 Ian Lance Taylor <ian@airs.com>
6377
6378 * MAINTAINERS: Add myself as middle-end maintainer.
6379
6380 2005-08-17 Christian Groessler <chris@groessler.org>
6381
6382 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
6383 * Makefile.in: Regenerate.
6384
6385 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
6386
6387 * MAINTAINERS (write after approval): Added myself.
6388
6389 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
6390
6391 * MAINTAINERS (Write After Approval): Add myself.
6392
6393 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
6394
6395 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
6396 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
6397 Look for alternate names of the target cc and c++
6398 * configure: Regenerate.
6399
6400 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
6401
6402 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6403 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
6404 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
6405 tools; remove code to manually set them.
6406 (Target tools): Look in the environment for them.
6407 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6408 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
6409 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
6410 build directory.
6411 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
6412 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6413 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6414 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6415 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6416 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6417 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6418 * configure: Regenerate.
6419 * Makefile.in: Regenerate.
6420
6421 2005-07-28 Ben Elliston <bje@au.ibm.com>
6422
6423 * MAINTAINERS: Update for removed CPU targets.
6424
6425 2005-07-27 Mark Mitchell <mark@codesourcery.com>
6426
6427 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
6428 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
6429 * Makefile.in: Regenerated.
6430
6431 2005-07-26 Mark Mitchell <mark@codesourcery.com>
6432
6433 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6434 (CFLAGS_FOR_TARGET): Use it.
6435 (CXXFLAGS_FOR_TARGET): Likewise.
6436 * Makefile.in: Regenerated.
6437 * configure.in (--with-build-sysroot): New option.
6438 * configure: Regenerated.
6439
6440 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
6441
6442 * Makefile.tpl: Wrap install between unstage and stage
6443 * Makefile.in: Regenerate.
6444
6445 2005-07-21 Eric Christopher <echristo@apple.com>
6446
6447 * MAINTAINERS: Update affiliation.
6448
6449 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
6450
6451 * MAINTAINERS: Add self as crx port maintainer.
6452
6453 2005-07-20 DJ Delorie <dj@redhat.com>
6454
6455 * MAINTAINERS: Add self as m32c maintainer.
6456
6457 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
6458
6459 * all files: Update FSF address.
6460
6461 2005-07-15 Eric Christopher <echristo@redhat.com>
6462
6463 * MAINTAINERS: Change affiliation.
6464
6465 2005-07-14 Jim Blandy <jimb@redhat.com>
6466
6467 * configure.in: Add cases for Renesas m32c.
6468 * configure: Regenerated.
6469
6470 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6471
6472 * COPYING.LIB: Update from fsf.org.
6473
6474 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6475
6476 * COPYING, compile, config.guess,
6477 config.sub, install-sh, missing, mkinstalldirs,
6478 symlink-tree, ylwrap: Sync from upstream sources.
6479 * config-ml.in: Update FSF address.
6480
6481 2005-07-13 Eric Christopher <echristo@redhat.com>
6482
6483 * configure.in: Add toplevel noconfigdir support for tpf.
6484 * configure: Regenerate.
6485
6486 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
6487
6488 PR ada/22340
6489
6490 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6491 * Makefile.in: Regenerate.
6492
6493 2005-07-07 Mark Mitchell <mark@codesourcery.com>
6494
6495 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
6496 Brolley to write-after-approval.
6497
6498 2005-07-07 Andreas Schwab <schwab@suse.de>
6499
6500 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6501 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6502 * Makefile.in: Regenerated.
6503
6504 2005-07-06 Geoffrey Keating <geoffk@apple.com>
6505
6506 * configure.in: Don't build sim or rda when targetting darwin.
6507 * configure: Regenerate.
6508
6509 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
6510
6511 * configure.in: Add --enable-libssp and --disable-libssp.
6512 * configure: Regenerate with autoconf-2.13.
6513
6514 2005-07-02 Jakub Jelinek <jakub@redhat.com>
6515
6516 * Makefile.def (target_modules): Add libssp.
6517 * configure.in (target_libraries): Add target-libssp.
6518 * configure: Rebuilt.
6519 * Makefile.in: Rebuilt.
6520
6521 2005-07-01 Zack Weinberg <zackw@panix.com>
6522
6523 * MAINTAINERS: Change email address. Resign from maintainership.
6524
6525 2005-07-01 Richard Guenther <rguenther@suse.de>
6526
6527 * MAINTAINERS: Change my e-mail address and affiliation.
6528
6529 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
6530
6531 * Makefile.def (stagefeedback): Come after profile.
6532 Define profiledbootstrap target.
6533 * Makefile.tpl (profiledbootstrap): Remove.
6534 (stageprofile-end): Zap stagefeedback.
6535 (stagefeedback-start): Copy all .gcda files, not only GCC's.
6536 * Makefile.in: Regenerate.
6537
6538 2005-06-13 Richard Sandiford <richard@codesourcery.com>
6539
6540 * MAINTAINERS: Update my email address.
6541
6542 2005-06-13 Zack Weinberg <zack@codesourcery.com>
6543
6544 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
6545 In 'cpp' stanza, support '#line' as well as '# '.
6546
6547 2005-06-08 Andreas Schwab <schwab@suse.de>
6548
6549 * MAINTAINERS: Move myself from 'Write After Approval' to
6550 'CPU Port Maintainers' section as m68k maintainer.
6551
6552 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
6553
6554 * configure.in (unsupported_languages): New macro.
6555 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
6556 non-ported target libraries in noconfigdirs.
6557 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6558 non-linux-gnu. Remove libgcj_ex_libffi.
6559 <lang_frag loop>: Set add_this_lang=no if the language is in
6560 unsupported_languages.
6561 * configure: Regenerate.
6562
6563 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
6564
6565 * configure.in: Fix typo in handling of --with-mpfr-dir.
6566 * configure: Regenerate.
6567
6568 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
6569
6570 * MAINTAINERS: Update my email address.
6571
6572 2005-06-02 Jim Blandy <jimb@redhat.com>
6573
6574 * config.sub: Add cases for the Renesas m32c. (This patch has been
6575 accepted into the master sources.)
6576
6577 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
6578 Michael Snyder <msnyder@redhat.com>
6579 Stan Cox <scox@redhat.com>
6580
6581 * configure.in: Set noconfigdirs for ms1.
6582
6583 * configure: Regenerate.
6584
6585 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
6586
6587 * MAINTAINERS (Write After Approval): Add self.
6588
6589 2005-06-01 Josh Conner <jconner@apple.com>
6590
6591 * MAINTAINERS (Write After Approval): Add self.
6592
6593 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
6594
6595 * MAINTAINERS: Update my email address.
6596
6597 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
6598
6599 * MAINTAINERS (Write After Approval): Add self.
6600
6601 2005-05-26 Chris Demetriou <cgd@broadcom.com>
6602
6603 * MAINTAINERS (Write After Approval): Remove self.
6604
6605 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
6606
6607 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6608 (Dependencies): Consider target modules for bootstrap dependencies.
6609 Make target bootstrap modules depend on each stage's gcc.
6610 * Makefile.in: Regenerate.
6611
6612 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
6613
6614 * Makefile.def (configure-gcc): Depend on binutils having been built.
6615 (all-gcc): No need to do it here.
6616 * Makefile.in: Regenerate.
6617
6618 2005-05-19 Paul Brook <paul@codesourcery.com>
6619
6620 * configure.in: Rewrite misleading error message when requested
6621 language cannot be built.
6622 * configure: Regenerate.
6623
6624 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6625
6626 * ylwrap: Import from Automake 1.9.5.
6627
6628 2005-05-13 David Ung <davidu@mips.com>
6629
6630 * MAINTAINERS (Write After Approval): Add self.
6631
6632 2005-05-09 Mike Stump <mrs@apple.com>
6633
6634 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6635 lt_cv_sys_max_cmd_len for now.
6636
6637 2005-05-09 Stan Cox <scox@redhat.com>
6638
6639 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6640
6641 2005-05-08 Matt Kraai <kraai@ftbfs.org>
6642
6643 * README.SCO: Update the URL.
6644
6645 2005-05-05 David Edelsohn <edelsohn@gnu.org>
6646
6647 * ltconfig: Define file_list_spec. Pass file_list_spec and
6648 with_gnu_ld to libtool.
6649 * ltcf-c.sh (aix[45]): Define file_list_spec.
6650 * ltcf-cxx.sh (aix[45]): Same.
6651 * ltcf-gcj.sh (aix[45]): Same.
6652 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6653 exists, write list of input files to temporary file.
6654
6655 2005-05-04 Mike Stump <mrs@apple.com>
6656
6657 * configure.in: Always pass --target to target configures as
6658 otherwise rebuilds that do --recheck will fail.
6659 * confiugure: Rebuilt.
6660
6661 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
6662
6663 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6664 STAGE_HOST_EXPORTS.
6665 (configure, all): Add bootstrap support.
6666 (Host modules, target modules): Pass post-stage1 flags and exports.
6667 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6668 * Makefile.in: Regenerate.
6669
6670 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
6671
6672 * configure: Regenerate.
6673
6674 2005-04-27 Mike Stump <mrs@apple.com>
6675
6676 * MAINTAINERS: Add self as darwin maintainer.
6677
6678 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
6679
6680 * config.sub: Update from master copy.
6681
6682 2005-04-21 Mike Stump <mrs@apple.com>
6683
6684 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6685 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6686
6687 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
6688
6689 * configure.in <crisv32-*-*, cris-*-*>: New local variable
6690 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
6691 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
6692 "*-*-elf" and "*-*-linux*".
6693 * configure: Regenerate.
6694
6695 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
6696
6697 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6698
6699 2005-04-12 Mike Stump <mrs@apple.com>
6700
6701 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6702
6703 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
6704
6705 * MAINTAINERS (Write After Approval): Add myself.
6706
6707 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
6708
6709 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6710
6711 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
6712
6713 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
6714 (TARGET_CONFIGARGS): Include --with-target-subdir.
6715 (configure, all): New macros. Use them throughout.
6716 * Makefile.in: Regenerate.
6717
6718 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
6719
6720 * MAINTAINERS (Write After Approval): Add myself.
6721
6722 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6723
6724 * MAINTAINERS: Remove 'loop unrolling' maintainer.
6725
6726 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
6727
6728 * MAINTAINERS: Move John Carr to Write After Approval.
6729
6730 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
6731
6732 * config/mh-mingw32: Delete.
6733 * configure.in: Don't use it.
6734 * configure: Regenerate.
6735
6736 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
6737
6738 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6739 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
6740 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
6741 (HOST_LIB_PATH): Generate from Makefile.def.
6742 (TARGET_LIB_PATH): Likewise.
6743 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6744 * Makefile.in: Regenerate.
6745 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6746 (RPATH_ENVVAR): Include Darwin case.
6747 * configure: Regenerate.
6748
6749 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
6750
6751 * MAINTAINERS (Various Maintainers): Remove self.
6752 (Write After Approval): Add self.
6753
6754 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
6755
6756 * MAINTAINERS (Various Maintainers): Add self.
6757
6758 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
6759
6760 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6761 * configure: Regenerate.
6762
6763 2005-03-21 Zack Weinberg <zack@codesourcery.com>
6764
6765 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6766 gcc_version, and gcc_version_trigger from set of flags to pass.
6767 * Makefile.tpl: Remove definitions of above variables.
6768 (config.status): Remove dependency on $(gcc_version_trigger).
6769 * Makefile.in: Regenerate.
6770 * configure.in: Do not reference config/gcc-version.m4 nor
6771 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
6772 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
6773 * configure: Regenerate.
6774
6775 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
6776 Andrew Pinski <pinskia@physics.uc.edu>
6777
6778 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6779 * Makefile.in: Regenerate.
6780
6781 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
6782
6783 * MAINTAINERS (Write After Approval): Add myself.
6784
6785 2005-03-03 David Ayers <d.ayers@inode.at>
6786
6787 * MAINTAINERS (Write After Approval): Add myself.
6788
6789 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
6790
6791 PR libgcj/20160
6792 * ltmain.sh: Avoid creating archives with components that have
6793 duplicate basenames.
6794
6795 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
6796
6797 PR bootstrap/20250
6798 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6799 instead of check.
6800 * Makefile.in: Regenerate.
6801
6802 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6803
6804 * Makefile.in: Regenerate to fix conflict between the previous two
6805 patches.
6806
6807 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
6808
6809 PR bootstrap/17383
6810 * Makefile.def (target_modules): Remove "stage", now unnecessary.
6811 * Makefile.tpl (HOST_SUBDIR): New substitution.
6812 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6813 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6814 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6815 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6816 (Host modules, Bootstrapped modules): Use it.
6817 (Build modules, Target modules): Do not create symlink trees,
6818 always configure out-of-srcdir.
6819 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6820 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6821 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6822 $(HOST_SUBDIR). Create a symlink for host_subdir.
6823
6824 * Makefile.in: Regenerate.
6825 * configure: Regenerate.
6826
6827 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6828
6829 Merged from libada-gnattools-branch:
6830 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
6831
6832 * gnattools: New directory.
6833 * Makefile.def: Add gnattools as a module, depending on target-libada.
6834 * Makefile.in: Regenerate.
6835 * configure.in: Include gnattools in host_tools; disable it if ada
6836 is disabled.
6837 * configure: Regenerate.
6838
6839 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
6840
6841 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6842 treelang maintainer.
6843 (Write After Approval): Remove myself.
6844
6845 2005-02-23 Paul Schlie <schlie@comcast.net>
6846
6847 * configure.in: Allow darwin targeted ports to build tk, itcl and
6848 libgui.
6849 * configure: Regenerate.
6850
6851 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
6852
6853 PR libgcj/10353
6854 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6855 * configure: Regenerate.
6856
6857 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
6858
6859 * MAINTAINERS (Write After Approval): Add myself.
6860
6861 2005-02-10 Ian Lance Taylor <ian@airs.com>
6862
6863 * MAINTAINERS: Update my e-mail address.
6864
6865 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
6866
6867 * MAINTAINERS (Write After Approval): Add myself.
6868
6869 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
6870
6871 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6872 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6873 target-libgloss when not *-*-elf and *-*-aout.
6874 * configure: Regenerate.
6875
6876 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
6877
6878 * MAINTAINERS: Remove obsolete entries.
6879
6880 * MAINTAINERS (Write After Approval): Add Michael Matz.
6881
6882 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
6883
6884 * MAINTAINERS: Remove self as cpplib maintainer.
6885
6886 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6887
6888 * install-sh, config.sub: Import from upstream.
6889
6890 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6891
6892 PR bootstrap/18222
6893 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6894 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6895 * Makefile.in: Regenerate.
6896
6897 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
6898
6899 * MAINTAINERS: Update my email address.
6900
6901 2005-01-12 David Edelsohn <edelsohn@gnu.org>
6902 Andreas Schwab <schwab@suse.de>
6903
6904 PR bootstrap/18033
6905 * config-ml.in: Eval option if surrounded by single quotes.
6906
6907 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
6908
6909 Revert 2004-12-28 Makefile changes, a better fix will be
6910 applied to mainline and src after GCC 4.0 branches.
6911
6912 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
6913
6914 PR bootstrap/17383
6915
6916 * Makefile.def (target_modules): Remove stage parameter,
6917 it is always true now.
6918 * Makefile.tpl (configure-build-[+module+],
6919 configure-target-[+module+]): Always build symlink tree
6920 for the directory and for include. BUILD_SUBDIR and
6921 TARGET_SUBDIR cannot be . anymore.
6922 * Makefile.in: Regenerate.
6923
6924 2004-12-25 David Edelsohn <edelsohn@gnu.org>
6925
6926 Revert 2004-12-08 Makefile changes.
6927
6928 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
6929
6930 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6931 cygwin, mingw.
6932
6933 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6934
6935 * configure.in (sh64-*-*): Reenable gprof.
6936 * configure: Regenerate.
6937
6938 2004-12-08 David Edelsohn <edelsohn@gnu.org>
6939
6940 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6941 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6942 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6943 * Makefile.in: Regenerate.
6944
6945 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
6946
6947 * MAINTAINERS: Update my email address.
6948
6949 2004-12-07 Matt Kraai <kraai@ftbfs.org>
6950
6951 * Makefile.tpl: Generate normal dependencies if the LHS module is
6952 not bootstrapped.
6953 * Makefile.in: Regenerate.
6954
6955 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6956
6957 * configure.in: Include config/gxx-include-dir.m4. Use
6958 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6959 * configure: Regenerate.
6960
6961 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
6962
6963 * config.if: Delete.
6964 * configure.in: Set libstdcxx_incdir directly.
6965 * configure: Regenerate.
6966
6967 2004-12-02 Eric Christopher <echristo@redhat.com>
6968
6969 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6970 * Makefile.in: Regenerate.
6971
6972 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6973
6974 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6975 * configure: Regenerate.
6976
6977 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
6978
6979 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6980 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6981 * configure: Regenerate.
6982
6983 2004-12-01 Eric Christopher <echristo@redhat.com>
6984
6985 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6986 of things to remove.
6987
6988 2004-11-29 Matt Kraai <kraai@ftbfs.org>
6989
6990 * MAINTAINERS (Write After Approval): Update my e-mail address.
6991
6992 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
6993
6994 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6995 from CVS libtool to always pass_all.
6996
6997 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6998
6999 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7000 (hppa*64*-*-*): Delete incorrect comment.
7001 * configure: Rebuilt.
7002
7003 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7004
7005 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7006
7007 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7008
7009 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7010 from CVS libtool to always pass_all.
7011
7012 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7013
7014 * install-sh, compile: Import from automake.
7015
7016 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7017
7018 * config.guess, config.sub: Import from savannnah.
7019
7020 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
7021
7022 * MAINTAINERS (Write After Approval): Add myself
7023
7024 2004-11-12 Mike Stump <mrs@apple.com>
7025
7026 * Makefile.def: Add html support.
7027 * Makefile.tpl: Likewise.
7028 * Makefile.in: Regenerate.
7029
7030 2004-11-11 Geoffrey Keating <geoffk@apple.com>
7031
7032 PR 18423
7033 * configure.in: Remove all instances of build-fixincludes from
7034 noconfigdirs.
7035 (build_configargs): Supply --target to subdirectories.
7036 * configure: Regenerate.
7037
7038 * Makefile.def: Make gcc install depend on fixincludes install.
7039 * Makefile.in: Regenerate.
7040
7041 2004-11-10 Janis Johnson <janis187@us.ibm.com>
7042
7043 * MAINTAINERS: Add myself as gcc testsuite maintainer.
7044
7045 2004-11-11 Paul Brook <paul@codesourcery.com>
7046
7047 * MAINTAINERS: Add self as arm maintainer. Update email address.
7048
7049 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
7050
7051 * configure.in (noconfigdirs) [mmix-*-*]: Disable
7052 target-libgfortran.
7053 * configure: Regenerate.
7054
7055 2004-11-07 David Edelsohn <edelsohn@gnu.org>
7056
7057 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7058 like CC.
7059
7060 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
7061
7062 * Makefile.def (host fixincludes): Specify missing targets.
7063 * Makefile.in: Regenerate.
7064
7065 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
7066
7067 * MAINTAINERS: Add myself
7068
7069 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
7070
7071 * MAINTAINERS (Write After Approval): Add myself.
7072
7073 2004-11-04 Geoffrey Keating <geoffk@apple.com>
7074
7075 * Makefile.def: Build fixincludes for the host, too.
7076 * Makefile.in: Regenerate.
7077 * configure.in (host_tools): Add fixincludes.
7078 * configure: Regenerate.
7079
7080 2004-11-04 Daniel Jacobowitz <dan@debian.org>
7081
7082 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7083 * configure: Regenerated.
7084
7085 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
7086
7087 PR other/17783
7088 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7089 * configure: Regenerated.
7090
7091 2004-10-31 Mark Mitchell <mark@codesourcery.com>
7092
7093 * README.SCO: Update per FSF instructions.
7094
7095 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
7096
7097 PR target/18151
7098 * configure.in (case ${target}): Do not build fixincludes for avr.
7099 * configure: Regenerated.
7100
7101 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
7102
7103 * configure.in (case ${target}): Do not build fixincludes
7104 on platforms where it is not used.
7105 * configure: Regenerated.
7106
7107 2004-10-23 Daniel Jacobowitz <dan@debian.org>
7108
7109 * configure.in: Use an absolute path to install-sh.
7110 * configure: Regenerated.
7111
7112 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7113
7114 * MAINTAINERS (Write After Approval): Add myself.
7115
7116 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
7117
7118 * MAINTAINERS: Remove from Write After Approval those that are
7119 already maintainers.
7120
7121 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
7122
7123 * MAINTAINERS: Update my email address.
7124
7125 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
7126
7127 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
7128 * configure: Regenerate.
7129
7130 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
7131
7132 * MAINTAINERS: Update my email address.
7133
7134 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
7135
7136 * MAINTAINERS (Language Front Ends Maintainers): New. Move
7137 entries belonging to this category.
7138
7139 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
7140
7141 * MAINTAINERS: Update my e-mail address.
7142
7143 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
7144
7145 Fix wrong conflict resolution in:
7146
7147 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7148
7149 * Makefile.in: Regenerate.
7150 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7151 in the recursive `make', instead of hardwiring `all'.
7152 (Autogenerated TARGET-* variables): New.
7153
7154 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
7155
7156 * configure.in: Enable target-libgloss for crx-*-*.
7157 * configure: Regenerate.
7158
7159 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7160
7161 * MAINTAINERS (Various Maintainers): Move the "windows,
7162 cygwin, mingw" maintainer to ...
7163 (OS Port Maintainers): ... here.
7164
7165 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7166
7167 * MAINTAINERS (Write After Approval): Remove those that are
7168 maintainers of some subsystem.
7169
7170 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
7171
7172 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
7173 * ltcf-cxx.sh (tpf*): Likewise.
7174 * ltconfig (tpf*): Add TPF OS configuration support.
7175
7176 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
7177
7178 * MAINTAINERS: Change my email address to my new work account.
7179
7180 2004-09-24 Michael Roth <mroth@nessie.de>
7181
7182 * configure.in (--without-headers): Add missing double quotes.
7183 * configure: Regenerate.
7184
7185 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
7186
7187 * ylwrap: Revert to previous version.
7188
7189 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
7190
7191 PR bootstrap/17369
7192 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
7193 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
7194 SET_GCC_LIB_PATH_CMD.
7195 (BASE_TARGET_EXPORTS): Likewise.
7196 * Makefile.in: Regenerated.
7197
7198 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
7199 * configure: Regenerated.
7200
7201 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
7202
7203 * config.guess: New upstream version
7204 * compile, depcomp, install-sh, ylwrap: Likewise.
7205
7206 2004-09-19 Roger Sayle <roger@eyesopen.com>
7207
7208 * config/mh-x86omitfp: New host makefile fragment. Add
7209 -fomit-frame-pointer to the default BOOT_CFLAGS.
7210 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
7211 * configure: Regenerate.
7212
7213 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
7214
7215 PR target/11572
7216 * configure.in (*-*-darwin*): Renable libobjc.
7217 * configure: Regenerate.
7218
7219 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
7220
7221 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
7222
7223 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
7224
7225 * Makefile.def: Remove libbanshee.
7226 * Makefile.tpl: Ditto.
7227 * configure.in: Ditto.
7228 * Makefile.in: Regen.
7229 * configure: Ditto.
7230
7231 2004-09-08 David Edelsohn <edelsohn@gnu.org>
7232
7233 * ltmain.sh: Use $pic_object as $non_pic_object if
7234 $non_pic_object=none.
7235
7236 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
7237
7238 * missing: Import latest version from master repository.
7239
7240 2004-09-06 Nick Clifton <nickc@redhat.com>
7241
7242 * config.sub: Import latest version from master repository.
7243 * config.guess: Likewise.
7244 This includes these changes:
7245
7246 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
7247
7248 * config.sub: Handle crisv32, alias etraxfs.
7249 * config.guess (crisv32:Linux:*:*): Handle.
7250
7251 2004-08-13 Brad Smith <brad@comstyle.com>
7252
7253 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
7254 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
7255
7256 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
7257
7258 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
7259 assume the processor is a powerpc. This is because coreutils
7260 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
7261 in this case, due to a MacOS X bug that causes
7262 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
7263 to return a negative number.
7264 Problem reported by Petter Reinholdtsen in:
7265 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
7266
7267 2004-07-19 Ben Elliston <bje@gnu.org>
7268
7269 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
7270
7271 2004-06-24 Ben Elliston <bje@gnu.org>
7272
7273 * config.guess: Update copyright years.
7274 * config.sub: Likewise.
7275
7276 2004-06-22 Robert Millan <robertmh@gnu.org>
7277
7278 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
7279 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
7280
7281 2004-06-22 Stanley F. Quayle <stan@stanq.com>
7282
7283 * config.guess (*:*VMS:*:*): New entry. Replaces
7284 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
7285 manufacturer.
7286
7287 2004-06-22 Ben Elliston <bje@gnu.org>
7288
7289 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
7290 * config.sub: Likewise.
7291
7292 2004-06-22 Ben Elliston <bje@gnu.org>
7293
7294 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
7295 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
7296
7297 2004-06-11 Ben Elliston <bje@gnu.org>
7298
7299 * config.guess (pegasos:OpenBSD:*:*): Remove.
7300
7301 2004-06-11 Ben Elliston <bje@gnu.org>
7302
7303 From Wouter Verhelst <wouter@grep.be>:
7304 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
7305
7306 2004-06-11 Ben Elliston <bje@gnu.org>
7307
7308 * config.guess (luna88k:OpenBSD:*:*): New.
7309
7310 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
7311
7312 * config.guess (m32r*:Linux:*:*): New case.
7313 * config.sub: Handle m32rle.
7314
7315 2004-03-12 Ben Elliston <bje@wasabisystems.com>
7316
7317 From Jens Petersen <petersen@redhat.com>:
7318 * config.sub: Handle sparcv8.
7319
7320 2004-03-03 Ben Elliston <bje@wasabisystems.com>
7321
7322 From Tom Smith <smith@cag.lkg.hp.com>:
7323 * config.guess: Version suffixes are equally significant on Tru64
7324 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
7325 prefix of "P" (patched kernel).
7326
7327 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
7328
7329 * config.sub: Add support for National Semiconductor CRX target.
7330
7331 2004-09-03 Janis Johnson <janis187@us.ibm.com>
7332
7333 * MAINTAINERS (Various Maintainers): Remove myself as web page
7334 maintainer, add myself as maintainer of build status lists.
7335
7336 2004-09-03 Jan Beulich <jbeulich@novell.com>
7337
7338 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
7339 *-*-netware, but add target-libmudflap.
7340 Consolidate *-*-netware targets (of which really only i?86 exists)
7341 into a single entry.
7342 * configure: Likewise.
7343
7344 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
7345
7346 * Makefile.tpl (sorry): Remove.
7347 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
7348 (cleanstrap targets): Depend on distclean, not distclean-stage1.
7349 (do-clean): Clean per-stage directories too.
7350 (do-distclean): Run distclean-stage1 too.
7351 (.NOTPARALLEL): Enable during toplevel bootstrap.
7352 (stage[+id+]-bubble): Enable parallel execution during
7353 the recursive invocation.
7354 * Makefile.in: Regenerate.
7355
7356 Fix previous checkin:
7357
7358 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
7359 include.
7360 * configure.in: Fix indentation.
7361 * configure: Regenerate.
7362
7363 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
7364
7365 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
7366 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
7367 * configure: regenerate
7368 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
7369 -mdynamic-no-pic
7370
7371 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
7372
7373 * Makefile.def (build_modules): Add fixincludes.
7374 (dependencies): Make gcc depend on fixincludes.
7375 * configure.in (build_tools): Add fixincludes.
7376 (build_configdirs): Always include build_libs.
7377 * Makefile.in: Regenerate.
7378 * configure: Regenerate.
7379
7380 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
7381
7382 * Makefile.def (bootstrap stages): Add 'lean' parameter.
7383 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
7384 phony targets; do not generate timestamp files.
7385 (distclean-stageN): Remove references to their timestamp files.
7386 (restageN, touch-stageN): Remove.
7387 (stageN-bubble): Rewritten.
7388 (compare): Support lean bootstraps.
7389 * Makefile.in: Regenerate.
7390
7391 * configure.in: Only warn when bootstrapping but
7392 build != host or build != target. Support lean bootstraps.
7393 * configure: Regenerate.
7394
7395 2004-08-26 Phil Edwards <phil@codesourcery.com>
7396
7397 * configure.in: Give a better error message if GMP/MPFR are missing
7398 and a language needing them has been requested.
7399 * configure: Regenerated.
7400
7401 2004-08-25 Phil Edwards <phil@codesourcery.com>
7402
7403 * configure.in: Print a list of available language front-ends if
7404 a requested one is missing. Tidy stray tab characters.
7405 * configure: Regenerated.
7406
7407 2004-08-19 Michael Koch <konqueror@gmx.de>
7408
7409 * gcc/doc/install.texi: Update entry about automake for libjava.
7410
7411 2004-08-17 Robert Millan <robertmh@gnu.org>
7412
7413 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7414 (instead of FreeBSD).
7415 * configure: Regenerate.
7416
7417 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7418
7419 * Makefile.in: Regenerate.
7420 * configure: Regenerate.
7421
7422 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7423 stage_*_flags.
7424 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7425 for bootstrapped modules if toplevel bootstrap is going.
7426 (GCC bootstrap): Generate per-stage targets for all bootstrapped
7427 modules. Adjust for changes in Makefile.def. Enable several
7428 rules even in non-bootstrap mode, just to avoid peppering the
7429 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7430 (stage-[+prev+]-bubble): Remove.
7431
7432 * Makefile.def (Dependencies): Depend on all-build-bison,
7433 all-build-flex, all-build-byacc, all-build-texinfo, rather
7434 than the host variations.
7435 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
7436 with BUILD_SUBDIR.
7437 (BISON): Update for recent Bisons.
7438 (YACC): Fix typo.
7439 (cross): Depend on all-build.
7440 (all): Do not depend on all-build.
7441 (prebootstrap): Remove.
7442 (dep-kind): Accept separate prefixes for MODULE and ON variables.
7443 (Prebootstrap dependencies): Add them to the per-stage targets
7444 and to all-prebootstrap.
7445 * configure.in (build_configdirs): Always enable build_tools.
7446 (BUILD_DIR_PREFIX): Remove.
7447
7448 * Makefile.def (gcc): Add target variable.
7449 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
7450 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7451 in the recursive `make', instead of hardwiring `all'.
7452 (Autogenerated TARGET-* variables): New.
7453
7454 2004-08-13 Brian Booth <bbooth@redhat.com>
7455
7456 * MAINTAINERS: Remove myself from write-after-approval.
7457
7458 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
7459
7460 * src-release: Stop distributing mmalloc with gdb (which doesn't
7461 use it).
7462 * Makefile.def: GDB doesn't depend on mmalloc anymore.
7463 * Makefile.in: Regenerate.
7464
7465 2004-08-09 Mark Mitchell <mark@codesourcery.com>
7466
7467 * configure.in (arm*-*-eabi*): New target.
7468 * configure: Regenerate.
7469
7470 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
7471
7472 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
7473 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7474 (Dependencies): New section.
7475 * Makefile.tpl (Dependencies): Generate from Makefile.def.
7476 (configure-target-[+module+]): Depend on maybe-all-gcc
7477 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
7478 (toplevel profiledbootstrap): Fix dependencies.
7479 * Makefile.in: Regenerate.
7480
7481 2004-08-03 Mark Mitchell <mark@codesourcery.com>
7482
7483 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7484 target-libiberty to noconfigdirs.
7485 * configure: Regenerate.
7486
7487 2004-08-03 Paul Brook <paul@codesourcery.com>
7488
7489 * configure.in: Check for MPFR as well as GMP.
7490 * configure: Regenerate.
7491
7492 2004-08-01 Robert Millan <robertmh@gnu.org>
7493
7494 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7495 libmudflap for all GNU-based systems (with Glibc).
7496 * configure: Regenerate.
7497
7498 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
7499
7500 * Makefile.def (host-modules): Add gcc.
7501 * Makefile.in: Regenerate.
7502 * Makefile.tpl (sorry): New rule.
7503 (configure-host, all-host, [+make_target+]-host, do-check,
7504 install-host): Do not add gcc as a special case.
7505 (host modules): Add a small special-casing for gcc. Export
7506 extra_make_flags through the environment.
7507 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7508 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7509 other recursive targets for gcc): Remove.
7510
7511 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7512 (stage, unstage): New rules.
7513 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7514 distclean-stage[+id+]): Use stage_current.
7515 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7516 the stage*-start rules.
7517
7518 2004-08-02 Geoffrey Keating <geoffk@apple.com>
7519
7520 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7521 use -all_load flag.
7522
7523 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
7524
7525 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7526 * configure: Regenerate.
7527
7528 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
7529
7530 * maintainer-scripts/gcc_release: Revert yesterday's change.
7531
7532 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
7533
7534 * MAINTAINERS: Add myself to write-after-approval.
7535
7536 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
7537
7538 * libf2c: Removed.
7539 * gcc/gccbug.in: Updated because of libf2c removal.
7540 * maintainer-scripts/gcc_release: Ditto.
7541
7542 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
7543
7544 * configure.in: Build libmudflap by default on FreeBSD.
7545 * configure: Regenerated.
7546
7547 2004-07-09 Mark Mitchell <mark@codesourcery.com>
7548
7549 * configure.in: Do not build libmudflap by default on non-GNU/Linux
7550 systems.
7551 * configure: Regenerated.
7552
7553 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7554
7555 PR target/16344
7556 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7557 feedback based compiler.
7558 * Makefile.in: Rebuilt.
7559
7560 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
7561
7562 * Makefile.def (host_modules): Set bootstrap=true for flex.
7563 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7564 * Makefile.in: Rebuilt.
7565
7566 2004-07-07 Jan Hubicka <jh@suse.cz>
7567
7568 * MAINTAINERS: Add self as a profile feedback maintainer.
7569
7570 2004-07-05 Phil Edwards <phil@codesourcery.com>
7571
7572 * configure.in: Do not prepend $srcdir to /dev/null in
7573 makefile fragments.
7574 * configure: Regenerate.
7575
7576 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
7577
7578 * Makefile.def (build_modules): Add bison, byacc, flex,
7579 m4, texinfo.
7580 (flags_to_pass): Add FLEX.
7581 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7582 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7583 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7584 DEFAULT_MAKEINFO): Remove.
7585 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7586 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7587 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7588 objdir or else use configured tool.
7589 (all-build): New.
7590 (all): Depend on it.
7591 (Build module dependencies): Add.
7592 * Makefile.in: Regenerate.
7593 * configure.in: Better support for multiple build modules,
7594 matching what is done for host/target modules. Do not look
7595 for "plausible" locations of build tools if Canadian cross.
7596 Use autoconf's AC_PROG_CC to find a C compiler. Define
7597 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
7598 * configure: Regenerate.
7599
7600 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7601
7602 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7603 * Makefile.in: Regenerate.
7604
7605 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
7606
7607 * Makefile.tpl (configure-build-[+module+],
7608 configure-[+module+], configure-target-[+module+]): Pass
7609 [+extra_configure_args+].
7610 (all-build-[+module+], all-[+module+], check-[+module+],
7611 install-[+module+], [+make_target+]-[+module+],
7612 all-target-[+module+], check-target-[+module+],
7613 install-target-[+module+], [+make_target+]-target-[+module+]):
7614 Pass [+extra_make_args+].
7615 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7616 (GCC_HOST_EXPORTS): Remove.
7617 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7618 cross, check-gcc, check-gcc-c++, install-gcc,
7619 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7620 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7621 * Makefile.in: Regenerate.
7622
7623 2004-06-21 Matthew Sachs <msachs@apple.com>
7624
7625 * MAINTAINERS: Added self to write-after-approval.
7626
7627 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
7628
7629 * configure.in: Check for srcdir/winsup rather than build directory
7630 winsup.
7631 * configure: Regenerate.
7632
7633 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
7634
7635 * configure.in: Don't build Cygwin native newlib if winsup
7636 directory is missing. Emit warning instead.
7637 * configure: Regenerate.
7638
7639 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
7640
7641 * Makefile.tpl (touch-stage[+id+]): New.
7642 (restage[+prev+]): Depend on touch-stage[+id+].
7643
7644 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7645 Use it throughout.
7646
7647 * Makefile.def: Add profile and feedback bootstrap stages.
7648 Remove next field from bootstrap stages.
7649 * Makefile.tpl (LN, LN_S): Substitute.
7650 (stageN-start, stageN-end): Use double-colon rules, to
7651 provide a hook for additional setup commands.
7652 (distclean-stageN-gcc, restageN): Create dependencies from
7653 [+prev+], not from [+next+].
7654 (stageN-bubble): Add commands for successive stages from
7655 [+prev+], using double-colon rules.
7656 (all-stageN-gcc): Fix typo.
7657 (stagefeedback-start, profiledbootstrap): New.
7658 * Makefile.in: Regenerate.
7659 * configure.in: Call ACX_PROG_LN.
7660 * configure: Regenerate.
7661
7662 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
7663
7664 * MAINTAINERS (Write After Approval): Add myself.
7665
7666 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
7667
7668 * MAINTAINERS (Write After Approval): Add myself.
7669
7670 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
7671
7672 * configure.in: Fix --enable-bootstrap breakage introduced in trees
7673 without gcc.
7674 * configure: Regenerate.
7675
7676 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7677
7678 * Makefile.tpl: Fix typo.
7679 * Makefile.in: Regenerate.
7680
7681 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7682
7683 * configure.in: Remove new- prefix from toplevel
7684 bootstrap targets.
7685 * configure: Regenerate.
7686
7687 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
7688
7689 * Makefile.tpl (all.normal): Rename to all.
7690 (all): Replace with a rule to pick the default
7691 target from configure.
7692 (all-gcc, configure-gcc): Use conditionals to
7693 do nothing when toplevel bootstrap is going on.
7694 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7695 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7696 * configure.in: Support --enable-bootstrap.
7697
7698 * Makefile.def: Remove new- prefix from toplevel
7699 bootstrap targets.
7700 * Makefile.tpl: Likewise.
7701
7702 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
7703 target.
7704
7705 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7706 $(RECURSE_FLAGS) to recursive invocation of make.
7707
7708 * Makefile.in: Regenerate.
7709 * configure: Regenerate.
7710
7711 2004-05-30 Andreas Jaeger <aj@suse.de>
7712 Jim Wilson <wilson@specifixinc.com>
7713
7714 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7715 like CC.
7716
7717 2004-05-27 Daniel Jacobowitz <dan@debian.org>
7718
7719 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7720 * configure: Regenerate.
7721
7722 2004-05-25 Daniel Jacobowitz <drow@false.org>
7723
7724 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7725 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7726 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
7727 targets.
7728 * Makefile.in: Regenerate.
7729
7730 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
7731
7732 * configure.in: Test the ability to symlink directories.
7733 * configure: Regenerate.
7734
7735 * Makefile.def (bootstrap-stage): New definitions.
7736 * Makefile.tpl (configure-stage1-gcc,
7737 configure-stage2-gcc, configure-stage3-gcc,
7738 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7739 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7740 new-restage3, compare): Autogenerate, see Makefile.in
7741 entry for behavioral changes.
7742 (distclean-stage1, new-stage1-start, new-stage1-end,
7743 new-stage1-bubble, distclean-stage2, new-stage2-start,
7744 new-stage2-end, new-stage2-bubble, distclean-stage3,
7745 new-stage3-start, new-stage3-end): New autogenerated targets.
7746 (objext, prebootstrap, BOOT_CFLAGS,
7747 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7748 targets.
7749
7750 * Makefile.in: Regenerate.
7751 (distclean-stage1, new-stage1-start, new-stage1-end,
7752 new-stage1-bubble, distclean-stage2, new-stage2-start,
7753 new-stage2-end, new-stage2-bubble, distclean-stage3,
7754 new-stage3-start, new-stage3-end): New targets.
7755 (all-stage1-gcc): Move prebootstrap dependency from here...
7756 (configure-stage1-gcc): ...to here.
7757 (new-bootstrap): Use bubble targets.
7758 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7759 Use per-stage distclean targets.
7760 (configure-stage1-gcc, configure-stage2-gcc,
7761 configure-stage3-gcc, all-stage1-gcc,
7762 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7763 Use new-stageN-start to prepare the tree.
7764
7765 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
7766
7767 * Makefile.def (host_modules): add libcpp.
7768 * Makefile.tpl: Add dependencies on and for libcpp.
7769 * Makefile.in: Regenerate.
7770 * configure.in: Add libcpp host module.
7771 * configure: Regenerate.
7772
7773 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
7774
7775 * Makefile.tpl: Whenever a recursive target is defined, wrap
7776 it in a special @if/@endif block, and prepare its maybe
7777 dependency in the @if/@endif block
7778 * configure.in: Instead of writing maybe dependencies, remove
7779 the @if/@endif statements, and remove the @if/@endif blocks
7780 that remain.
7781 * configure: Regenerate.
7782 * Makefile.in: Regenerate.
7783
7784 2004-05-20 Janis Johnson <janis187@us.ibm.com>
7785
7786 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7787
7788 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
7789
7790 PR bootstrap/15120
7791 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7792 * */configure: Rebuilt.
7793
7794 2004-05-17 Zack Weinberg <zack@codesourcery.com>
7795
7796 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7797 of libf2c.
7798 * configure, Makefile.in: Regenerate.
7799
7800 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
7801
7802 * MAINTAINERS (Write After Approval): Add myself.
7803
7804 2004-05-13 Diego Novillo <dnovillo@redhat.com>
7805
7806 Merge from tree-ssa-20020619-branch.
7807
7808 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7809 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7810 (HOST_GMPLIBS): Define.
7811 (HOST_GMPINC): Define.
7812 (TARGET_LIB_PATH): Add libmudflap.
7813 (GFORTRAN_FOR_TARGET): Define.
7814 (configure-build*): Export GFORTRAN.
7815 (configure-gcc): Export GMPLIBS and GMPINC.
7816 (all-gcc): Add maybe-all-libbanshee.
7817 (configure-target-libgfortran): Define.
7818 * Makefile.in: Regenerate.
7819 * configure.in (host_libs): Add libbanshee.
7820 (target_libraries): Add target-libmudflap and target-libgfortran.
7821 Add --with-libbanshee.
7822 Handle --disable-libmudflap.
7823 (*-*-freebsd*): Use with_gmp.
7824 Add $(libgcj) to noconfigdirs.
7825 * configure: Regenerate.
7826 * depcomp: New file.
7827 * MAINTAINERS: Add tree-ssa maintainers.
7828
7829 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
7830
7831 * MAINTAINERS (Various Maintainers): Add myself.
7832
7833 2004-04-30 Brian Ford <ford@vss.fsi.com>
7834
7835 * MAINTAINERS (Write After Approval): Add myself.
7836
7837 2004-04-29 Uros Bizjak <uros@kss-loka.si>
7838
7839 * MAINTAINERS (Write After Approval): Add myself.
7840
7841 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
7842
7843 * config/acx.m4: Fix fastcompare support for new-bootstrap.
7844 * configure: Regenerate.
7845
7846 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
7847
7848 Revert:
7849 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7850
7851 * Makefile.def (flags_to_pass): Remove *dir variables that
7852 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7853 as well as prefix and exec_prefix.
7854 * Makefile.in: Regenerate.
7855
7856 2004-04-26 Robert Millan <robertmh@gnu.org>
7857
7858 Add patches from libtool CVS.
7859 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7860 * ltconfig: Likewise.
7861 * ltcf-c.sh: Likewise.
7862 * ltcf-cxx.sh: Likewise.
7863 * ltcf-gcj.sh: Likewise.
7864
7865 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7866
7867 * Makefile.def (host_modules): Mark with the bootstrap
7868 flag packages on which gcc depends.
7869 * Makefile.tpl (all-bootstrap): Use it.
7870 * Makefile.in: Regenerate.
7871
7872 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7873
7874 * Makefile.def (flags_to_pass): Remove *dir variables that
7875 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7876 as well as prefix and exec_prefix.
7877 * Makefile.in: Regenerate.
7878
7879 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7880
7881 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7882 * configure: Regenerate.
7883 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7884 * gcc/Makefile.tpl (compare): Use the result of the test.
7885 * gcc/Makefile.in: Regenerate.
7886
7887 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
7888
7889 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7890 Always relocate gcc and prev-gcc to the original names, even
7891 if the build fails.
7892 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7893 New targets.
7894
7895 2004-04-23 Laurent GUERBY <laurent@guerby.net>
7896
7897 * MAINTAINERS: Update my email address.
7898
7899 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7900
7901 * configure.in (mips*-*-irix5*): Enable ld.
7902 * configure: Regenerate.
7903
7904 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7905
7906 * configure: Regenerate.
7907
7908 2004-04-15 James E Wilson <wilson@specifixinc.com>
7909
7910 * Makefile.tpl (configure-[+module+], configure-gcc,
7911 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7912 Set and export LDFLAGS.
7913 * Makefile.in: Regenerate.
7914
7915 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
7916
7917 * MAINTAINERS: Add myself to write-after-approval.
7918
7919 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
7920
7921 PR bootstrap/14871
7922 * Makefile.tpl: If we don't have built-in-tree target tools,
7923 use the ones found by configure rather than hacking around with
7924 program_transform_name.
7925 * configure.in: Give Makefile.tpl the information necessary
7926 to do that.
7927 * Makefile.in: Regenerate.
7928 * configure: Regenerate.
7929
7930 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
7931
7932 PR bootstrap/14760
7933 * configure.in: When computing baseargs, strip *all* copies of
7934 offending options. Also, don't match/substitute the trailing space,
7935 so that this actually works when two similar options are separated by
7936 only one space.
7937 * configure: Regenerate.
7938
7939 2004-04-06 David Edelsohn <edelsohn@gnu.org>
7940
7941 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7942 (rs6000-*-aix*): Same.
7943 * configure: Regenerate.
7944
7945 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
7946
7947 * MAINTAINERS: Add myself to write-after-approval.
7948
7949 2004-04-03 Bud Davis <bdavis9659@comcast.net>
7950
7951 * MAINTAINERS: Add myself to write-after-approval.
7952
7953 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
7954
7955 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7956 STRICT_WARN, WARN_CFLAGS flags passed down to make.
7957 * Makefile.in: Regenerate.
7958
7959 * configure.in (top level bootstrap support): Rework --enable-werror
7960 to set @stage2_werror_flag@.
7961 * configure: Regenerate.
7962 * Makefile.tpl (top level bootstrap support): Pass
7963 @stage2_werror_flag@ down to configure in stages 2 and 3.
7964 * Makefile.in: Regenerate.
7965
7966 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
7967
7968 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7969 for stages 2 and 3 as well as in make. As a consequence, remove
7970 OUTPUT_OPTION (now detected by configure) from the flags passed down
7971 to make.
7972 * Makefile.in: Regenerate.
7973
7974 * Makefile.tpl (new-bootstrap): Fix typo.
7975 * Makefile.in: Regenerate.
7976
7977 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
7978
7979 * Makefile.tpl: Rearrange by moving recursive_targets rules
7980 into their proper sections.
7981 * Makefile.tpl (top level bootstrap support): Move disabling
7982 of coverage flags from 'make' to 'configure'; improve comments.
7983 * Makefile.in: Regenerate.
7984
7985 * Makefile.tpl (experimental top level bootstrap) Move stage1
7986 language setting from all- target to configure- target; disable
7987 intermodule optimization in stage 1; prevent gratuitous rebuilds
7988 of stage 1.
7989 * Makefile.in: Regenerate.
7990 * configure.in: Comma-separate stage 1 language list for top
7991 level bootstrap.
7992 * configure: Regenerate.
7993
7994 * Makefile.tpl: Clean up experimental top level bootstrap support:
7995 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7996 prev-gcc in configure- targets as well as all- targets.
7997 * Makefile.in: Regenerate.
7998
7999 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
8000
8001 * compile: New file imported from automake.
8002
8003 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
8004
8005 * configure.in: Remove symbolic link section.
8006 * configure: Regenerate.
8007 * Makefile.tpl (links): Remove.
8008 * Makefile.in: Regenerate.
8009
8010 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
8011 Nathanael Nerode <neroden@gcc.gnu.org>
8012
8013 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
8014 Set with AC_CHECK_PROGS.
8015 * configure.in: Fix comment typo from last patch.
8016 * configure: Regenerate.
8017
8018 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
8019
8020 * Makefile.tpl: Introduce experimental top level bootstrap support.
8021 * Makefile.in: Regenerate.
8022 * configure.in: Introduce support for top level bootstrap.
8023 * configure: Regenerate.
8024
8025 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
8026 Paolo Bonzini <bonzini@gnu.org>
8027
8028 PR bootstrap/14522
8029 * configure.in: Cope with shells that do not support unquoted ^
8030 * configure: Regenerate.
8031
8032 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
8033 Paolo Bonzini <bonzini@gnu.org>
8034
8035 PR bootstrap/14522
8036 * configure.in: Cope with shells that do not support nesting
8037 quotes inside quoted backquote substitutions.
8038 * configure: Regenerate.
8039
8040 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
8041
8042 PR bootstrap/14522
8043 * configure.in: Fix escaping of $.
8044 * configure: Regenerate.
8045
8046 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
8047
8048 * configure: Regenerate, since I forgot to while committing Paolo's
8049 changes.
8050
8051 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
8052
8053 PR ada/14131
8054 Move language detection to the top level.
8055 * configure.in: Find default values for the tools as
8056 soon as possible. Disable ada if GNAT is not found.
8057 Emit error message about missing languages. Expand
8058 --enable-languages=all for the gcc subdirectory.
8059
8060 2004-03-10 Ben Elliston <bje@gnu.org>
8061
8062 * MAINTAINERS: Update my email address.
8063
8064 2004-03-05 David Edelsohn <edelsohn@gnu.org>
8065
8066 * ltconfig: Disable building static libraries if building shared
8067 libraries on AIX 5L.
8068
8069 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
8070
8071 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8072 and disable libgcj.
8073 * configure: Regenerated.
8074
8075 2004-03-01 Brian Booth <bbooth@redhat.com>
8076
8077 * MAINTAINERS: Add myself to write-after-approval.
8078
8079 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
8080
8081 * MAINTAINERS: Add myself to write-after-approval.
8082
8083 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8084
8085 PR bootstrap/7087
8086 * Makefile.tpl: Guard XFOO sed statements better.
8087 * Makefile.tpl: Add dependency for configure-target-libada.
8088 * Makefile.in: Regenerate (incidentally fixes broken
8089 commit when libada-branch was merged).
8090
8091 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
8092
8093 * MAINTAINERS: Add myself to write-after-approval.
8094
8095 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
8096
8097 * MAINTAINERS: Add Nicola Pero and myself as libobjc
8098 maintainers.
8099
8100 2004-02-20 Andrew Cagney <cagney@redhat.com>
8101
8102 * config.guess: Update from version 2003-10-16 to 2004-02-16.
8103 * config.sub: Update from version 2003-11-03 to 2004-02-16.
8104
8105 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
8106
8107 PR bootstrap/11932
8108 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8109
8110 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
8111
8112 * MAINTAINERS: Added myself to write-after-approval.
8113
8114 2004-02-14 Michael Koch <konqueror@gmx.de>
8115
8116 * MAINTAINERS: Added myself to write-after-approval.
8117
8118 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
8119
8120 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
8121 some OS port maintainers to OS port maintainers section.
8122
8123 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
8124
8125 * MAINTAINERS: Add self.
8126
8127 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
8128
8129 * MAINTAINERS: Alphabetize.
8130
8131 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
8132
8133 * MAINTAINERS: Remove myself.
8134
8135 2004-02-11 David Edelsohn <edelsohn@gnu.org>
8136
8137 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
8138 (rs6000-*-aix*): Same.
8139 * configure: Regenerate.
8140
8141 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
8142
8143 * configure.in (host): Add in missing $noconfigdirs to defines.
8144 * configure: Regenerate.
8145
8146 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
8147 Nathanael Nerode <neroden@gcc.gnu.org>
8148
8149 PR ada/6637, PR ada/5911
8150 Merge with libada-branch:
8151 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
8152 with appropriate dependencies. Add --enable-libada configure switch.
8153 * configure, Makefile.in: Regenerate.
8154
8155 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
8156
8157 * MAINTAINERS: Add myself to write-after-approval.
8158
8159 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8160
8161 * configure.in: Don't pass --with-stabs on IRIX 5 either.
8162 * configure: Regenerate.
8163
8164 2004-02-04 Geoffrey Keating <geoffk@apple.com>
8165
8166 Merge from upstream:
8167
8168 * ltmain.in: When setting IFS to '~', be careful about user
8169 arguments that contain '~'.
8170
8171 2004-02-04 Peter O'Gorman <peter@pogma.com>
8172
8173 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
8174 Also test $base_compile against $CC with escaped arguments. Bug
8175 reported by Geoff Keating <geoffk@apple.com>.
8176
8177 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
8178
8179 * MAINTAINERS: Remove i960 port.
8180
8181 2004-01-23 DJ Delorie <dj@redhat.com>
8182
8183 * Makefile.def (target_modules) [libiberty]: Don't stage.
8184 * Makefile.in: Rebuilt.
8185
8186 2004-01-20 Caroline Tice <ctice@apple.com>
8187
8188 * MAINTAINERS: Add myself to write-after-approval.
8189
8190 2004-01-19 Paolo Carlini <pcarlini@suse.de>
8191
8192 * MAINTAINERS: Update my email address.
8193
8194 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
8195
8196 * MAINTAINERS: Add myself to write-after-approval.
8197
8198 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8199
8200 * MAINTAINERS: Remove entries without email address.
8201
8202 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
8203
8204 * MAINTAINERS: Add myself to write-after-approval.
8205
8206 2004-01-15 Steven Bosscher <stevenb@suse.de>
8207
8208 * MAINTAINERS: Update my email address.
8209
8210 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
8211
8212 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
8213 * Makefile.tpl (configure-target-[+module+]): Support stage.
8214 * Makefile.in: Rebuilt.
8215
8216 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
8217
8218 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
8219
8220 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
8221
8222 * MAINTAINERS: Add myself as a MIPS maintainer.
8223
8224 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
8225
8226 * configure.in: Use ./config.cache, not config.cache.
8227 * configure: Regenerate.
8228 * Makefile.tpl: Special-casing not needed for GCC any more.
8229 * Makefile.in: Regenerate.
8230
8231 * configure.in: Don't share a cache file for host dirs.
8232 * configure: Regenerate.
8233
8234 * config-ml.in: Don't mess with the cache file.
8235
8236 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
8237
8238 * MAINTAINERS: Move myself from 'Write After Approval' to
8239 'CPU Port Maintainers' section as SPARC maintainer.
8240
8241 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
8242
8243 * Makefile.tpl: Make GCC use a separate config.cache.
8244 * Makefile.in: Regenerate.
8245
8246 PR bootstrap/11932, PR bootstrap/11933
8247 (I don't know if it will fix either of them, but it relates
8248 to them.)
8249 * configure.in: Don't use shared config.cache for target
8250 directories.
8251 * configure: Regenerate.
8252
8253 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
8254
8255 * MAINTAINERS: Add myself to 'Write After Approval' section.
8256
8257 2003-12-31 Roger Sayle <roger@eyesopen.com>
8258
8259 * configure.in (ia64*-*-hpux*): Disable building java libraries.
8260 * configure: Regenerated.
8261
8262 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
8263
8264 * MAINTAINERS: Remove the mn10200 maintainer.
8265
8266 2003-12-21 Bernardo Innocenti <bernie@develer.com>
8267
8268 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
8269 * configure: Regenerated.
8270
8271 2003-12-16 Jan Hubicka <jh@suse.cz>
8272
8273 * MAINTAINERS: Add myself as callgraph maintainer.
8274
8275 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
8276
8277 * configure.in (raw_libstdcxx_flags): Remove the leading space.
8278 * configure: Regenerate.
8279
8280 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8281
8282 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8283 'Write After Approval' section. Update email.
8284
8285 2003-12-01 James Lemke <jim@wasabisystems.com>
8286
8287 * MAINTAINERS (Write After Approval): Add myself.
8288
8289 2003-11-20 Matt Thomas <matt@3am-software.com>
8290
8291 * MAINTAINERS: Add myself as a vax port maintainer.
8292
8293 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
8294
8295 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
8296 (configure-build-[+module+], configure-[+module+]): Likewise.
8297 (configure-target-[+module+], configure-gcc, config.status): Likewise.
8298 * Makefile.in: Regenerate.
8299
8300 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
8301
8302 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
8303 shared/dylibed libraries.
8304 * ltmain.sh: Likewise.
8305 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
8306 * ltcf-cxx.sh: Likewise.
8307 * ltcf-gcj.sh: Likewise.
8308 * ltconfig: Likewise.
8309
8310 2003-11-17 Stan Cox <scox@redhat.com>
8311
8312 * MAINTAINERS: Add myself as iq2000 port maintainer.
8313
8314 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
8315
8316 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
8317 * Makefile.in: Regenerate.
8318
8319 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
8320
8321 * config.sub: Update to 2003-11-03 version.
8322
8323 2003-10-20 Phil Edwards <phil@codesourcery.com>
8324
8325 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
8326 * configure: Regenerate.
8327
8328 2003-10-20 Nicolas Pitre <nico@cam.org>
8329
8330 * MAINTAINERS: Add myself to 'Write After Approval' section.
8331
8332 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
8333
8334 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8335
8336 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
8337
8338 * MAINTAINERS: Update my email address.
8339
8340 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8341
8342 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
8343
8344 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
8345
8346 * MAINTAINERS: Add myself to 'Write After Approval' section.
8347
8348 2003-10-16 Bernardo Innocenti <bernie@develer.com>
8349
8350 * config.guess: Update to 2003-10-16 version.
8351 * config.sub: Update to 2003-10-16 version.
8352
8353 2003-10-15 David Daney <ddaney@avtrex.com>
8354
8355 * MAINTAINERS: Added myself to 'Write After Approval' section.
8356
8357 2003-10-15 Falk Hueffner <falk@debian.org>
8358
8359 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8360 'Write After Approval' section. Update email.
8361
8362 2003-10-14 Roger Sayle <roger@eyesopen.com>
8363
8364 * MAINTAINERS: Move myself from 'Write After Approval' to
8365 'Various Maintainers' section as middle-end maintainer.
8366
8367 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
8368
8369 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
8370 HOST_FLAGS_TO_PASS.
8371 * Makefile.in: Regenerate.
8372
8373 2003-10-11 Bernardo Innocenti <bernie@develer.com>
8374
8375 * config.guess: Update to 2003-10-07 version.
8376 * config.sub: Update to 2003-10-07 version.
8377
8378 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8379
8380 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
8381 * ltconfig (irix5*, irix6*): Don't override version_type.
8382
8383 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
8384
8385 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
8386 * configure: Rebuilt
8387 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
8388 * Makefile.in: Rebuilt
8389
8390 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
8391
8392 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
8393
8394 2003-09-30 Carlo Wood <carlo@alinoe.com>
8395
8396 * MAINTAINERS (Write After Approval): Add myself.
8397
8398 2003-09-29 Paul Koning <ni1d@arrl.net>
8399
8400 * MAINTAINERS: Move myself from "Write After Approval"
8401 to CPU platform maintainers for pdp11 platform.
8402
8403 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
8404
8405 * MAINTAINERS: Move myself from 'Write After Approval' to
8406 'Various Maintainers' section as libffi testsuite maintainer.
8407
8408 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
8409
8410 * configure.in: Pass a computed --program-transform-name
8411 to subconfigures.
8412 * configure: Regenerated.
8413
8414 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8415
8416 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8417 * Makefile.in: Regenerate.
8418
8419 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8420 * Makefile.in: Regenerate.
8421
8422 2003-09-19 Ziemowit Laski <zlaski@apple.com>
8423
8424 * MAINTAINERS: Move myself from 'Write After Approval'
8425 to 'Various Maintainers' (objective-c) section.
8426
8427 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
8428
8429 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8430 quoting.
8431 * configure: Regenerated.
8432
8433 2003-09-16 Joel Brobecker <brobecker@gnat.com>
8434
8435 * MAINTAINERS (Write After Approval): Add myself to write after
8436 approval list.
8437
8438 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
8439
8440 * MAINTAINERS (Write After Approval): Add myself.
8441
8442 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
8443
8444 * MAINTAINERS: Update my e-mail address.
8445
8446 2003-09-09 Alan Modra <amodra@bigpond.net.au>
8447
8448 * libtool.m4 (LD): Correct powerpc64 host match.
8449
8450 2003-09-06 James E Wilson <wilson@tuliptree.org>
8451
8452 * MAINTAINTERS: Update my affiliation and email address.
8453
8454 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8455
8456 * MAINTAINERS (Write After Approval): Add myself.
8457
8458 2003-09-04 DJ Delorie <dj@redhat.com>
8459
8460 * configure: Regenerate.
8461
8462 2003-09-04 Robert Millan <robertmh@gnu.org>
8463
8464 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
8465
8466 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8467
8468 * configure.in: Ensure arguments to sed are properly spaced.
8469 * configure: Regenerate.
8470
8471 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
8472
8473 * MAINTAINERS: Update my e-mail address.
8474
8475 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
8476
8477 * MAINTAINERS (Write After Approval): Add myself.
8478
8479 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
8480
8481 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8482 * configure: Regenerated.
8483
8484 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
8485
8486 * MAINTAINERS: Update my email address.
8487
8488 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
8489
8490 * configure.in: Use newline instead of semicolon when assuming
8491 shell arguments in a for loop.
8492 * configure: Regenerated.
8493
8494 2003-08-22 Jason Eckhardt <jle@rice.edu>
8495
8496 * MAINTAINERS: Resurrect the i860 maintainer.
8497
8498 2003-08-20 Geoffrey Keating <geoffk@apple.com>
8499
8500 PR 8180
8501 * configure.in: When testing with_libs and with_headers, treat
8502 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
8503 * configure: Regenerate.
8504
8505 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8506 make, shell, etc.
8507 (baseargs): Likewise.
8508 * configure: Regenerate.
8509
8510 2003-08-20 Bernardo Innocenti <bernie@develer.com>
8511
8512 * MAINTAINERS (Write After Approval): Add myself.
8513
8514 2003-08-19 Geoffrey Keating <geoffk@apple.com>
8515
8516 * configure.in: Disable libgcj for darwin not on powerpc.
8517 * configure: Rebuild.
8518
8519 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
8520
8521 * config-ml.in, symlink-tree: Add license.
8522
8523 2003-08-03 Richard Stallman <rms@gnu.org>
8524 Eben Moglen <moglen@columbia.edu>
8525
8526 * README.SCO: New file.
8527
8528 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
8529
8530 * Makefile.tpl (check, check-c++): Express dependencies using
8531 dependencies rather than commands.
8532 * Makefile.in: Regenerate.
8533
8534 2003-08-01 Andrew Cagney <cagney@redhat.com>
8535
8536 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8537 * configure: Ditto.
8538
8539 2003-07-31 Geoffrey Keating <geoffk@apple.com>
8540
8541 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
8542 * Makefile.in: Update.
8543
8544 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
8545
8546 * configure.in: Enable libgcj for darwin.
8547 * configure: Rebuild.
8548
8549 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
8550
8551 * config-ml.in: Use ac_configure_args directly instead of
8552 ml_arguments. Only set ml_norecursion if --no[-]recursion is
8553 actually seen.
8554
8555 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
8556
8557 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8558 creating target and build subdirs to build all parent dirs as needed.
8559 * Makefile.in: Rebuild.
8560 * configure.in: Don't build dirs explicitly here.
8561 * configure: Rebuild.
8562
8563 2003-07-26 Paul Brook <paul@nowt.org>
8564
8565 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8566
8567 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
8568
8569 * Makefile.tpl (all-make): Depend on intl.
8570 * Makefile.in: Rebuilt.
8571
8572 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
8573
8574 * install-sh: Update to newer upstream versions (associated with
8575 aclocal 1.7).
8576 * mkinstalldirs: Likewise.
8577 * missing: Likewise, plus $1Help2man -> $1 typo fix.
8578
8579 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
8580
8581 * MAINTAINERS: Move self from Bug database only accounts
8582 to write-after-approval.
8583
8584 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
8585
8586 * config.if: Remove unused libc_interface determination.
8587
8588 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
8589
8590 * MAINTAINERS: Move self from write-after-approval to
8591 build machinery (*.in).
8592
8593 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
8594
8595 PR bootstrap/11273
8596 PR bootstrap/11408
8597 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
8598 unused INSTALL_PROGRAM_ARGS.
8599 * configure.in: Use AC_PROG_INSTALL.
8600 * Makefile.in: Regenerate.
8601 * configure: Regenerate.
8602
8603 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
8604
8605 * MAINTAINERS: Alphabetize.
8606
8607 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
8608
8609 * configure: Rebuilt.
8610 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8611 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8612 newlib nor libgloss.
8613 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
8614 * configure.in (am33_2.0-*-linux*): Added.
8615
8616 2003-07-09 Bob Wilson <bob.wilson@acm.org>
8617
8618 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8619 * configure: Regenerate.
8620
8621 2003-07-07 Zack Weinberg <zack@codesourcery.com>
8622
8623 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8624 * Makefile.in: Regenerate.
8625
8626 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8627
8628 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8629 * Makefile.in: Regenerate.
8630
8631 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8632
8633 * Makefile.tpl: Replace PWD with PWD_COMMAND.
8634 * Makefile.in: Regenerated.
8635
8636 * config-ml.in: Replace PWD with PWD_COMMAND.
8637
8638 2003-07-04 Zack Weinberg <zack@codesourcery.com>
8639
8640 * intl: New directory; see intl/ChangeLog for details.
8641 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8642 * Makefile.tpl: all-gcc depends on maybe-all-intl.
8643 * Makefile.in: Regenerate.
8644
8645 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
8646
8647 * configure.in: Clean up config-lang.in handling. Delete
8648 useless assignment to "subdirs".
8649 * configure: Regenerate.
8650
8651 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
8652
8653 * configure.in: Rename 'target_libs' to 'target_libraries'.
8654 Remove useless reference to 'target_libs'.
8655 * configure: Regenerate.
8656
8657 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
8658
8659 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8660 * Makefile.in: Regenerate.
8661
8662 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
8663
8664 * Makefile.def: Introduce flags_to_pass.
8665 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8666 * Makefile.in: Regenerate.
8667
8668 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
8669
8670 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8671 and target-libgloss.
8672 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8673 <h8300*-*-*>: Disable libf2c and ${libgcj}.
8674 * configure: Regenerate.
8675
8676 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
8677
8678 * configure.in: Update testsuite_flags to new location.
8679 * configure. Regenerate.
8680
8681 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
8682
8683 * Makefile.tpl: Remove BUILD_CC stuff.
8684 * Makefile.in: Regenerate.
8685
8686 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
8687
8688 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8689
8690 2003-06-16 Graeme Peterson <gp@qnx.com>
8691
8692 * MAINTAINERS (Write After Approval): Add myself.
8693
8694 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
8695
8696 * config.guess: Update to 2003-06-12 version.
8697 * config.sub: Update to 2003-06-13 version.
8698
8699 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
8700
8701 * config.guess: Update to 2003-06-06 version.
8702 * config.sub: Update to 2003-06-06 version.
8703
8704 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8705
8706 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8707 * configure. Regenerate.
8708
8709 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
8710
8711 * configure.in: Disable serial configure by default.
8712 * configure: Regenerate.
8713 * Makefile.tpl: Abolish .NOTPARALLEL.
8714 * Makefile.in: Regenerate.
8715
8716 * Makefile.tpl: Replace {build,host,target}_canonical by
8717 {build,host,target}.
8718 * Makefile.in: Regenerate.
8719
8720 * Makefile.tpl: Fix stupid pasto.
8721 * Makefile.in: Regenerate.
8722
8723 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
8724
8725 * Makefile.tpl: Remove bogus conditional.
8726 * Makefile.in: Regenerate.
8727
8728 2003-06-05 Jan Hubicka <jh@suse.cz>
8729
8730 * Makefile.tpl (profiledbootstrap): New target.
8731 * Makefile.in (profiledbootstrap): New target.
8732
8733 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
8734
8735 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8736 Pinski. Remove user names from other bugzilla-only maintainers.
8737
8738 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
8739
8740 * Makefile.tpl: Make 'recursive targets' using autogen rather
8741 than shell loop. Remove duplicate 'clean' targets and false
8742 comments.
8743 * Makefile.def: Add systematic dependencies to 'recursive' targets.
8744 Add systematic method of specifying missing targets in subdirs.
8745 Add copyright boilerplate.
8746 * Makefile.in: Regenerate.
8747 * configure.in: Add 'recursive targets' to maybe list.
8748 * configure: Regenerate.
8749
8750 * MAINTAINERS: "GNATS only" -> "Bug database only".
8751
8752 * Makefile.tpl: Rename [+target+] to [+make_target+].
8753 * Makefile.def: Rename 'target' to 'make_target'.
8754
8755 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
8756
8757 * MAINTAINERS: Add self as options handling maintainer.
8758
8759 2003-05-28 Michael Meissner <gnu@the-meissners.org>
8760
8761 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8762 been too long since I touched those ports.
8763
8764 2003-05-28 DJ Delorie <dj@redhat.com>
8765
8766 * Makefile.tpl: Make maybe-check-gcc .PHONY.
8767 * Makefile.in: Regenerate.
8768
8769 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8770
8771 * configure.in: Use curly braces in the definition of tooldir.
8772 * configure: Regenerate.
8773
8774 2003-05-21 DJ Delorie <dj@redhat.com>
8775
8776 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8777 newlib or libgloss.
8778 * Makefile.in: Regenerate.
8779
8780 2003-05-21 DJ Delorie <dj@redhat.com>
8781
8782 * Makefile.tpl: Add missing empty maybe-check-gcc target.
8783 * Makefile.in: Regenerate.
8784
8785 2003-05-20 Ian Lance Taylor <ian@airs.com>
8786
8787 * MAINTAINERS: Update my e-mail address.
8788
8789 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
8790
8791 * configure.in: Switch more things to use maybe dependencies.
8792 * Makefile.tpl: Switch more things to use maybe dependencies.
8793 Factor out common code from autogen IF statements.
8794 * configure: Regenerate.
8795 * Makefile.in: Regenerate.
8796
8797 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
8798
8799 * configure.in: Accept i[3456789]86 for machine type.
8800 * configure: Regenerate.
8801
8802 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
8803
8804 * configure.in: Switch more things to use maybe dependencies.
8805 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
8806 * configure: Regenerate.
8807 * Makefile.tpl: Switch more things to use maybe dependencies.
8808 * Makefile.in: Regenerate.
8809
8810 2003-05-16 Andreas Schwab <schwab@suse.de>
8811
8812 * Makefile.tpl (install-opcodes): Define.
8813 * Makefile.in: Rebuild.
8814
8815 2003-05-13 Andreas Jaeger <aj@suse.de>
8816
8817 * config.guess: Update to 2003-05-09 version.
8818 * config.sub: Update to 2003-05-09 version.
8819
8820 2003-05-13 Michael Eager <eager@mvista.com>
8821
8822 * configure.in: Correct sed script so that options in quotes are not
8823 deleted.
8824 * configure: Rebuild.
8825
8826 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
8827
8828 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8829 and $$s/newlib/libc/sys/cygwin32 include paths.
8830 * configure: Ditto.
8831
8832 2003-05-12 Michael Meissner <gnu@the-meissners.org>
8833
8834 * MAINTAINERS: Update my email addresses.
8835
8836 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
8837
8838 * config-ml.in: Propagate INSTALL variables.
8839
8840 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8841
8842 * MAINTAINERS: Remove duplicate entries in Write After Approval.
8843
8844 2003-05-02 Chris Demetriou <cgd@broadcom.com>
8845
8846 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8847 * Makefile.in: Regenerate.
8848
8849 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
8850
8851 * MAINTAINERS (GNATS only): Add Falk Hueffner.
8852
8853 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
8854
8855 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8856
8857 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
8858
8859 * Makefile.tpl: Clean $(BUILD_SUBDIR).
8860 * Makefile.in: Regenerated.
8861
8862 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
8863
8864 * MAINTAINERS (Write After Approval): Upgrade myself from
8865 GNATS only to write-after-approval. Update my mail address.
8866
8867 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
8868
8869 (OS Port Maintainers: freebsd): Add myself.
8870
8871 2003-04-22 Mark Mitchell <mark@codesourcery.com>
8872
8873 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8874
8875 2003-04-22 Kean Johnston <jkj@sco.com>
8876
8877 * MAINTAINERS (SCO ports): Added myself.
8878
8879 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
8880
8881 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8882
8883 2003-04-19 Kean Johnston <jkj@sco.com>
8884
8885 * MAINTAINERS (Write After Approval): Add myself.
8886
8887 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8888
8889 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8890 * Makefile.in: Regenerate.
8891
8892 2003-04-18 Jakub Jelinek <jakub@redhat.com>
8893
8894 * configure.in (powerpc64*-*-linux*): Remove.
8895 * configure: Rebuilt.
8896
8897 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
8898
8899 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
8900 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8901 and restrap.
8902 * Makefile.in: Regenerate.
8903
8904 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
8905
8906 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8907 * configure: Regenerated.
8908
8909 2003-04-15 DJ Delorie <dj@redhat.com>
8910
8911 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8912
8913 2003-04-13 Nick Clifton <nickc@redhat.com>
8914
8915 * config-ml.in: Remove support for --disable-aix removing
8916 call-aix multilibs.
8917
8918 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
8919
8920 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8921 * */configure: Rebuilt.
8922
8923 2003-04-08 Joel Sherrill <joel@oarcorp.com>
8924
8925 * MAINTAINERS: Add my email address.
8926
8927 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
8928
8929 * MAINTAINERS (Write After Approval): Add myself.
8930
8931 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
8932
8933 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8934 * Makefile.in: Regenerate.
8935
8936 2003-03-14 Michael Chastain <mec@shout.net>
8937
8938 * Makefile.in: Regenerate with correct Makefile.def.
8939
8940 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
8941
8942 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
8943 Make macro.
8944 * Makefile.in: Regenerate.
8945 * configure.in: Clean up gxx_include_dir logic.
8946 * configure: Regenerate.
8947
8948 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
8949
8950 * MAINTAINERS (Write After Approval): Add myself.
8951
8952 2003-03-10 Ben Elliston <bje@wasabisystems.com>
8953
8954 * MAINTAINERS: Update my mail address.
8955
8956 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8957
8958 * configure.in (gxx_include_dir): Fix typo.
8959 * configure: Regenerated.
8960
8961 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8962
8963 * Makefile.tpl: Reindent.
8964 * Makefile.in: Regenerate.
8965 * configure.in: Reindent. Don't set unused variables.
8966 * configure: Regenerate.
8967
8968 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
8969
8970 * configure.in: Include $(build_tooldir)/sys-include in
8971 FLAGS_FOR_TARGET.
8972 * configure: Regenerated.
8973
8974 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8975
8976 * Makefile.tpl: Always pass down RANLIB.
8977 * Makefile.in: Regenerate.
8978
8979 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8980 * Makefile.in: Regenerate.
8981 * configure.in: Remove unused logic relating to --enable-shared
8982 and --enable-threads. Remove bogus comments. Remove redundant
8983 noconfigdirs.
8984 * configure: Regenerate.
8985
8986 * configure.in: Replace ${libstdcxx_version} by its value.
8987 Remove reference to mh-dgux.
8988 * configure: Regenerate.
8989
8990 2003-03-03 Kevin Buettner <kevinb@redhat.com>
8991
8992 * MAINTAINERS (Write After Approval): Add myself.
8993
8994 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8995
8996 * Makefile.tpl: Rearrange.
8997 * Makefile.in: Regenerate.
8998
8999 2003-02-25 Uwe Stieber <uwe@wwws.de>
9000
9001 * configure.in: Add support for kaOS as cross build target system.
9002 * configure: Regenerated.
9003
9004 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
9005
9006 * MAINTAINERS (Write after approval): Add myself.
9007
9008 2003-02-21 James E Wilson <wilson@tuliptree.org>
9009
9010 * MAINTAINERS: Update my email address.
9011
9012 2003-02-21 Zack Weinberg <zack@codesourcery.com>
9013
9014 * MAINTAINERS: Add self to blanket write privs. section.
9015
9016 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
9017
9018 * Makefile.tpl: Add definition of CPPFLAGS to pass into
9019 configure-target-* as some target builds may require additional
9020 flags for preprocessor tests.
9021 * Makefile.in: Regenerated.
9022
9023 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
9024
9025 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9026 * ltconfig: Handle it.
9027 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9028 auto-detecting it.
9029
9030 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9031 it is used as argument to $CC.
9032 * ltcf-gcj.sh: Likewise.
9033
9034 * configure.in: Introduce --enable-maintainer-mode.
9035 * configure: Rebuilt.
9036 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9037 for maintainer mode.
9038 * Makefile.in: Rebuilt.
9039
9040 2003-02-18 Jason Merrill <jason@redhat.com>
9041
9042 * Makefile.tpl (check-c++): Allow parallelism.
9043
9044 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9045
9046 * MAINTAINERS: Remove John Carr (who never actually had access to
9047 gcc.gnu.org).
9048
9049 2003-02-15 Geoffrey Keating <geoffk@apple.com>
9050
9051 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9052 don't configure target-libobjc.
9053 * configure: Regenerate.
9054
9055 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9056
9057 * Makefile.tpl (RANLIB): Define.
9058 * Makefile.in: Regenerate.
9059
9060 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
9061
9062 * MAINTAINERS: Update my email.
9063
9064 2003-02-06 Keith R Seitz <keiths@redhat.com>
9065
9066 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9067 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9068 * Makefile.in: Regenerated.
9069 * configure.in: Remove all traces of snavigator, db, and grep.
9070 * configure: Regenerated.
9071
9072 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9073
9074 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9075 After Approval.
9076
9077 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9078
9079 * MAINTAINERS (Write after approval): Add myself.
9080
9081 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
9082
9083 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9084 * Makefile.in: Regenerated.
9085
9086 2003-01-30 Roger Sayle <roger@eyesopen.com>
9087
9088 * config.guess: Updated to 2003-01-30's version.
9089 * config.sub: Updated to 2003-01-28's version.
9090
9091 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
9092
9093 * config.if: If gcc_version is already set, just use it. Don't set
9094 gcc_version_trigger if it's already set, otherwise set it to
9095 gcc/version.c, but only if the file exists. If it is not set and
9096 gcc/version.c does not exist, try to extract the version number from
9097 $CC.
9098
9099 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
9100
9101 * MAINTAINERS: Add myself to write-after-approval list.
9102
9103 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
9104
9105 * configure.in: Revert 24Jan change.
9106 * configure: Regenerate.
9107
9108 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9109
9110 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
9111 entry of HJ Lu.
9112
9113 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9114
9115 * configure.in: Revert previous change.
9116 * configure: Regenerate.
9117
9118 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9119
9120 * configure.in: Make rda native-only.
9121 * configure: Regenerate.
9122
9123 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9124
9125 * MAINTAINERS: Move myself from GNATS-only-accounts to
9126 write-after-approval.
9127
9128 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
9129
9130 * configure.in: Add missing \.
9131 * configure: Rebuilt.
9132
9133 2003-01-17 Jakub Jelinek <jakub@redhat.com>
9134
9135 * configure.in (baseargs): Avoid using \| in sed regular
9136 expressions.
9137 * configure: Rebuilt.
9138
9139 2003-01-16 Jakub Jelinek <jakub@redhat.com>
9140
9141 * configure.in (baseargs): Remove all supported forms of
9142 --cache-file, --srcdir, --host, --build and --target options
9143 from argument lists.
9144 * configure: Rebuilt.
9145
9146 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
9147
9148 * MAINTAINERS: Add myself to write-after-approval list.
9149
9150 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
9151
9152 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
9153 * configure: Rebuilt.
9154
9155 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
9156
9157 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
9158 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
9159 * Makefile.in: Regenerate.
9160 * configure: Regenerate.
9161
9162 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
9163
9164 * configure.in: Remove Makefile in build, host and target modules
9165 unless configure was run with --no-recursion.
9166 * configure: Rebuilt.
9167
9168 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9169
9170 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
9171 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
9172 * Makefile.in: Regenerate.
9173
9174 2003-01-08 Chris Demetriou <cgd@broadcom.com>
9175
9176 * config.guess: Update to 2003-01-03 version.
9177 * config.sub: Update to 2003-01-03 version.
9178
9179 2003-01-07 Christopher Faylor <cgf@redhat.com>
9180
9181 * configure: Regenerate with proper autoconf 2.13.
9182
9183 2003-01-07 Christopher Faylor <cgf@redhat.com>
9184
9185 * configure.in: Add AC_PREREQ for consistency.
9186 * configure: Regenerate.
9187
9188 2003-01-06 Andrew Cagney <ac131313@redhat.com>
9189
9190 * configure.in (GDB_TK): Add tcl directories conditional on
9191 gdb/gdbtk directory being present.
9192 * configure: Regenerate.
9193
9194 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
9195
9196 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
9197 used by gcc if LD is not defined and we are not doing a Canadian Cross.
9198 * configure: Rebuilt.
9199
9200 2002-12-31 Tom Tromey <tromey@redhat.com>
9201
9202 * Makefile.in: Rebuilt.
9203 * Makefile.def (target_modules) [libffi]: Allow installation.
9204
9205 2002-12-31 Andreas Schwab <schwab@suse.de>
9206
9207 * configure.in: Fix use of $program_transform_name.
9208 * configure: Regenerated.
9209
9210 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
9211
9212 * configure.in (baseargs): Don't remove first configure argument.
9213 * configure: Regenerated.
9214
9215 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
9216
9217 * Makefile.tpl (local-distclean): Don't remove...
9218 (multilib.ts): ... this. Moved into...
9219 (multilib.out): ... this. Don't use sub-make.
9220 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
9221 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
9222 (configure-build-[+module+], configure-[+module+],
9223 configure-target-[+module+], configure-gcc): ... these. Test
9224 for Makefile existence. Drop config.status from dependencies.
9225 * Makefile.in: Rebuilt.
9226 * configure.in: Move gcc-version-trigger to the end of
9227 ac_configure_args. Add comments to maybedep.tmp and
9228 serdep.tmp. Introduce --disable-serial-configure. Remove
9229 nonopt from baseargs, matching and removing corresponding
9230 whitespace while at it.
9231 * configure: Rebuilt.
9232
9233 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
9234
9235 * configure.in (host_configargs): Replace reference to
9236 no-longer-defined buildopts with --build=${build_alias}.
9237 * configure: Rebuilt.
9238
9239 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
9240 program_transform_name to standard idiom.
9241 (AUTOGEN, AUTOCONF): Define.
9242 (Makefile.in): Use $(AUTOGEN).
9243 (Makefile): Depend on config.status, and use autoconf-style rule to
9244 build it. Move original commands to...
9245 (config.status): ... this new target.
9246 (configure): Add $(srcdir). Depend on config/acx.m4. Use
9247 $(AUTOCONF).
9248 * Makefile.in: Rebuilt.
9249
9250 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
9251
9252 * Makefile.tpl: Fix dramatic bustage due to change in
9253 program_transform_name.
9254 * Makefile.in: Regenerate.
9255
9256 * configure.in: Remove unnecessary PATH setting.
9257 * configure: Regnerate.
9258
9259 * configure.in: Don't default to unprefixed tools unless
9260 the native tools will work.
9261 * configure: Regenerate.
9262
9263 * configure.in: Convert to autoconf script. Blow away lots
9264 of now-redundant Makefile fragments.
9265 * configure: Generate using Autoconf.
9266 * Makefile.tpl: Rewrite to reflect autoconfiscation.
9267 * Makefile.in: Regenerate.
9268
9269 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
9270
9271 * configure: Fix stupid bug where RANLIB was mistakenly included.
9272
9273 * configure.in: Rename (buildargs, hostargs, targargs) to
9274 (build_configargs, host_configargs, target_configargs).
9275
9276 * configure.in: Move logic out of sed statement.
9277
9278 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
9279 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
9280
9281 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
9282
9283 * config.sub: Import from master repository
9284 * config.guess: Ditto
9285
9286 2002-12-24 Andreas Schwab <schwab@suse.de>
9287
9288 * Makefile.tpl (multilib.out): Fix missing space.
9289 * Makefile.in: Regenerate.
9290
9291 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
9292
9293 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
9294 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
9295 * Makefile.in: Regenerate.
9296 * configure.in: Remove unnecessary leftovers.
9297
9298 2002-12-21 Geoffrey Keating <geoffk@apple.com>
9299
9300 * configure.in (extra_ranlibflags_for_target): New variable.
9301 (*-*-darwin): Add -c to ranlib commands.
9302 * configure (tooldir): Handle extra_ranlibflags_for_target.
9303
9304 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
9305
9306 * Makefile.tpl: Revert HJL's change.
9307 * Makefile.in: Regenerated.
9308 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
9309 always.
9310
9311 2002-12-19 Andreas Schwab <schwab@suse.de>
9312
9313 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
9314 * Makefile.in: Regenerate.
9315
9316 2002-12-18 H.J. Lu <hjl@gnu.org>
9317
9318 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
9319 * Makefile.in: Regenerated.
9320
9321 * configure.in (build_prefix): New. Substitute.
9322
9323 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
9324
9325 * Makefile.tpl: Don't let real targets depend on phony targets.
9326 * Makefile.in: Regenerate.
9327
9328 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
9329 * Makefile.in: Regenerate.
9330
9331 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
9332
9333 * config.sub: Import from master repository
9334 * config.guess: Ditto
9335
9336 2002-12-16 Jason Merrill <jason@redhat.com>
9337
9338 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
9339 previous 'make bootstrap'.
9340 * Makefile.in: Regenerate.
9341
9342 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
9343
9344 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
9345
9346 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
9347
9348 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
9349 * Makefile.in: Regenerate.
9350
9351 2002-12-13 Jason Merrill <jason@redhat.com>
9352
9353 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
9354 library tests.
9355 (check-c++): Just depend on it and check-target-libstdc++-v3.
9356 * Makefile.in: Regenerate.
9357
9358 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
9359
9360 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
9361 * Makefile.in: Rebuilt.
9362
9363 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
9364
9365 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
9366
9367 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
9368
9369 * configure: Fix bug put in by gremlins.
9370
9371 * Makefile.tpl: Substitute more autoconfily.
9372 * configure: Substitute more autoconfily.
9373 * Makefile.in: Regenerate.
9374
9375 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
9376
9377 * config.sub: Import from master repository
9378 * config.guess: Ditto
9379 * MAINTAINERS: Added Svein Seldal under write after approval
9380
9381 2002-12-08 Andrew Cagney <ac131313@redhat.com>
9382
9383 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
9384 * Makefile.in (all-sim): Ditto.
9385
9386 2002-12-06 DJ Delorie <dj@redhat.com>
9387
9388 * Makefile.tpl: Change configure dependencies to not have real
9389 targets depend on phony targets.
9390
9391 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
9392
9393 * configure.in: Revert unintentional change.
9394
9395 * Makefile.tpl: Change dependency for */multilib.out so that
9396 it works when gcc isn't in the tree.
9397
9398 * configure.in: Substitute more.
9399 * configure: Run subconfigures from the Makefile.
9400 * Makefile.tpl: Run subconfigures from the Makefile; add a few
9401 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
9402
9403 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9404
9405 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
9406
9407 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
9408
9409 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
9410 and corresponding dependencies.
9411 * Makefile.in: Regenerate.
9412
9413 * configure.in (host_tools): Order binutils, gas and ld for
9414 convenience in running the testsuites.
9415
9416 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9417 * Makefile.in: Regenerate.
9418 * configure.in: Introduce rules to serialize subconfigure runs.
9419
9420 * configure.in: Introduce BASE_CC_FOR_TARGET.
9421 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
9422 Realize configure-build-* targets. Realize configure-target-* targets.
9423 * Makefile.in: Regenerate.
9424
9425 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
9426
9427 * configure: Move gcc_version_trigger stuff from here...
9428 * configure.in: ...to here.
9429
9430 * configure.in: Separate subconfigure options added by this file from
9431 options given by the user. Add machinery to put args for host
9432 subconfigures into the Makefile.
9433
9434 * Makefile.tpl: Remove 'vault' targets.
9435 * Makefile.tpl: Reorder and comment dependencies.
9436 * Makefile.in: Regenerate.
9437
9438 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
9439 * configure.in: Fix my broken commit of previous patch. (sigh)
9440
9441 2002-11-28 Geoffrey Keating <geoffk@apple.com>
9442
9443 * configure.in: Move host-specific darwin noconfigdirs into
9444 the host-specific section.
9445
9446 2002-11-28 Geoffrey Keating <geoffk@apple.com>
9447
9448 * configure.in: Move host-specific darwin noconfigdirs into
9449 the host-specific section.
9450
9451 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
9452
9453 * configure: Remove skip-this-dir support.
9454 * Makefile.tpl: Remove skip-this-dir support.
9455
9456 * Makefile.tpl: Remove leftover support for non-autoconfiscated
9457 subdirectories.
9458 * Makefile.in: Regenerate.
9459
9460 * Makefile.tpl: Strip out useless setting of 'dir'.
9461 * Makefile.in: Regenerate.
9462
9463 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
9464
9465 * configure.in: Fix deeply stupid bug.
9466
9467 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
9468 shell code in CXX_FOR_TARGET
9469 * Makefile.def: Introduce raw_cxx.
9470 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
9471 RAW_CXX_FOR_TARGET.
9472 * Makefile.in: Regenerate.
9473
9474 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
9475
9476 * Makefile.tpl: Remove unnecessary ifs.
9477 * Makefile.in: Regenerate.
9478
9479 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
9480 dependencies. Maybe-ize build-libiberty. Create dummy install
9481 targets for 'no_install' modules.
9482 * configure: Move GDB_TK substitution to configure.in. Move
9483 build_modules stuff to configure.in.
9484 * configure.in: Implement soft dependency machinery. Maybe-ize
9485 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
9486 * Makefile.in: Regenerate.
9487
9488 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
9489
9490 * Makefile.tpl: Make all-target, install-target behave similarly
9491 to all, install (only hitting configured targets). Eliminate
9492 unused macro defintions.
9493
9494 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9495 build != host.
9496
9497 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9498
9499 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9500
9501 * configure.in: Produce lists of subdir targets we're actually
9502 configuring. Remove references to "dosrel".
9503 * Makefile.tpl: Let configure set which subdir targets are hit.
9504 Remove install-cross; clean up install; remove ALL. Remove
9505 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
9506 Autogenerate host module targets. Remove empty dependency lines
9507 and redundant dependency; rearrange slightly.
9508 * Makefile.def: Add host-side libtermcap, utils.
9509
9510 * Makefile.in: Regenerate.
9511
9512 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9513
9514 * ltconfig (osf[345]): Append $major to soname_spec.
9515 Reflect this in library_names_spec.
9516 * ltmain.sh (osf): Prefix $major with . for use as extension.
9517
9518 2002-11-19 Andreas Jaeger <aj@suse.de>
9519
9520 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9521 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9522 and sparc64 GNU/Linux systems.
9523
9524 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
9525
9526 * MAINTAINERS: Update email.
9527
9528 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9529
9530 * MAINTAINERS: Complete James Dennett's entry.
9531
9532 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
9533
9534 * MAINTAINERS (Write After Approval): Add myself.
9535
9536 2002-11-13 Bruce Korb <bkorb@gnu.org>
9537
9538 * Makefile.tpl: syntactic cleanup
9539
9540 2002-11-13 Stuart Hastings <stuart@apple.com>
9541
9542 * MAINTAINERS: Add myself to write-after-approval list.
9543
9544 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9545
9546 * Makefile.def: Add list of recursive targets to autogenerate.
9547 Add build_modules.
9548 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
9549 targets. Autogenerate *-build-* targets.
9550 * Makefile.in: Regenerate.
9551
9552 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9553
9554 * configure: More autoconf-style substitutions.
9555 * Makefile.tpl: More autoconf-style substitutions.
9556 * Makefile.in: Regenerate.
9557
9558 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
9559
9560 * configure: Substitute more variables in a more autoconf-friendly
9561 way. Simplify slightly.
9562 * Makefile.tpl: Make more variables substitutable in an
9563 autoconf-friendly way.
9564 * Makefile.in: Regenerate.
9565
9566 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
9567
9568 * MAINTAINERS (Write After Approval): Add myself.
9569
9570 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
9571
9572 * configure.in (v810*): Remove special setting of tools.
9573
9574 * configure: Add support for extra required flags for ar or nm.
9575 * configure.in (aix4.3+): Use above support for target-specific
9576 issues, rather than using config/mt-aix43.
9577
9578 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
9579
9580 * configure: Remove 'removing', which doesn't work. Replace $subdir
9581 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
9582 with $srcdir. Reformat indentation. Substitute some variables
9583 formerly hard-coded in the Makefile for build=host.
9584 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9585 * Makefile.def: Autogenerate more.
9586 * Makefile.in: Regenerate.
9587
9588 2002-11-04 Adam Nemet <anemet@lnxw.com>
9589
9590 * MAINTAINERS (Write After Approval): Add myself.
9591
9592 2002-11-04 Kevin Buettner <kevinb@redhat.com>
9593
9594 * Makefile.def (host_modules): Add rda.
9595 * Makefile.in: Regenerate.
9596 * configure.in (target_tool): Add target-rda to list.
9597
9598 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9599
9600 * MAINTAINERS: Remove "co-maintainer" note for web pages.
9601
9602 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
9603
9604 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
9605 and restrap targets to this rule.
9606 * Makefile.in: Regenerate.
9607
9608 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9609
9610 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9611 GNATS only accounts.
9612
9613 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
9614
9615 * configure.in (i[3456]86-*-linux*): Add check to disable
9616 ${libgcj} for glibc1.
9617
9618 2002-10-24 Denis Chertykov <denisc@overta.ru>
9619
9620 * MAINTAINERS: Add myself as ip2k port maintainer.
9621
9622 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
9623
9624 * configure.in: Add tic4x target.
9625
9626 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
9627
9628 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9629 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9630 * Makefile.in: Regenerate.
9631
9632 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9633 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9634 * Makefile.in: Regenerate.
9635
9636 2002-10-02 Janis Johnson <janis187@us.ibm.com>
9637
9638 * MAINTAINERS: Add myself as web pages co-maintainer.
9639
9640 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9641
9642 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9643 * Makefile.in: Regenerate.
9644
9645 2002-10-02 Zack Weinberg <zack@codesourcery.com>
9646
9647 * MAINTAINERS: Add myself and Nathan Sidwell
9648 <nathan@codesourcery.com> as VxWorks maintainers.
9649
9650 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9651
9652 * Makefile.def: Remove order dependency comments.
9653 * Makefile.tpl: Add explicit install-install dependencies.
9654 * Makefile.in: Regenerate.
9655
9656 * Makefile.tpl: Remove material now in src-release. (Finally!)
9657 * Makefile.in: Regenerate.
9658
9659 * Makefile.tpl: Add configure-target (for src-release in src)
9660 * Makefile.in: Regenerate.
9661
9662 2002-09-30 Nick Clifton <nickc@redhat.com>
9663
9664 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9665
9666 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
9667
9668 * configure.in (s390*-*-linux*): Enable libgcj.
9669
9670 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
9671
9672 * configure: Revert accidentally applied changes.
9673
9674 * Makefile.tpl: Make more autoconf-friendly.
9675 * Makefile.in: Regenerate.
9676 * configure: Make substitution more autoconf-like.
9677
9678 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
9679
9680 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9681 single entry to handle all these.
9682 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
9683 libjava on arm-*-elf.
9684
9685 2002-09-27 Geoffrey Keating <geoffk@apple.com>
9686
9687 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9688 things that depend on them.
9689
9690 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9691
9692 * Makefile.tpl: Make subsituted variables more autoconfy.
9693 * Makefile.in: Regenerate.
9694 * configure: Make seds more autoconfy.
9695
9696 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9697
9698 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9699 * Makefile.in: Regenerate.
9700 * configure.in: Rewrite sed statements to look autoconfy.
9701
9702 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9703 all-target-foo on configure-target-foo.
9704 * Makefile.def: Ditto.
9705 * Makefile.in: Rebuild.
9706
9707 2002-09-25 Andrew Haley <aph@redhat.com>
9708
9709 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9710
9711 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
9712
9713 * Makefile.def: New file.
9714 * Makefile.tpl: New file.
9715 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9716 * contrib/gcc_update: Note that Makefile.in is a generated file.
9717
9718 * configure.in: Minor rearrangement. Simplify tests.
9719
9720 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
9721
9722 * configure.in (with_headers): Skip copy if value is "yes".
9723 (with_libs): Likewise.
9724
9725 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9726
9727 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9728 * configure.in (sh*-*-pe*): Ditto.
9729 * configure.in (mips*-*-pe*): Ditto.
9730 * configure.in (*arm-wince-pe): Ditto.
9731
9732 * configure.in: Rearrange.
9733
9734 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
9735
9736 * MAINTAINERS: Update my email address.
9737
9738 2002-08-30 Paul Koning <pkoning@equallogic.com>
9739
9740 * MAINTAINERS: (Write After Approval): Add myself.
9741
9742 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
9743
9744 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9745
9746 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
9747
9748 * MAINTAINERS: Change my mailing address.
9749
9750 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
9751
9752 * MAINTAINERS (Write After Approval): Remove myself.
9753 (Various Maintainers: c++ runtime libs): Add myself.
9754
9755 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
9756
9757 * MAINTAINERS (Write After Approval): Remove myself.
9758 (Various Maintainers: c++ runtime libs): Add myself.
9759
9760 2002-08-15 Eric Christopher <echristo@redhat.com>
9761
9762 * config.sub: Import from master repository.
9763 * config.guess: Ditto.
9764
9765 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
9766
9767 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9768 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9769 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9770
9771 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
9772
9773 * MAINTAINERS: Add self to rs6000 vector extensions.
9774
9775 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
9776
9777 * libiberty/configure: Reverted unintended yesterday's check in.
9778
9779 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
9780
9781 * boehm-gc/configure, libf2c/configure: Rebuilt.
9782 * libffi/configure, libiberty/configure: Ditto.
9783 * libjava/configure, libobjc/configure: Ditto.
9784 * libstdc++-v3/configure, zlib/configure: Ditto.
9785 Merged from binutils:
9786 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9787 From Steve Ellcey <sje@cup.hp.com>:
9788 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9789 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9790 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9791 IA64.
9792 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9793 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9794 soname_spec, sys_lib_search_path_spec): Ditto.
9795
9796 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
9797
9798 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9799
9800 2002-08-04 H.J. Lu (hjl@gnu.org)
9801
9802 * configure.in (mips*-*-linux*): Don't skip target-libffi.
9803
9804 2002-08-02 Krister Walfridsson <cato@df.lth.se>
9805
9806 * MAINTAINERS (Write After Approval): Add myself.
9807
9808 2002-07-31 Alan Modra <amodra@bigpond.net.au>
9809
9810 * configure.in: Move generic linux case to end. Copy generic
9811 linux noconfigdirs to mips*-*-linux* entry and new
9812 powerpc64*-*-linux* entry. Add target-libffi for the latter.
9813
9814 2002-07-19 Michael Matz <matz@suse.de>
9815
9816 * MAINTAINERS: Add myself as ra* maintainer.
9817
9818 2002-07-16 Chris Demetriou <cgd@broadcom.com>
9819
9820 * config.guess: Update to 2002-07-09 version.
9821 * config.sub: Update to 2002-07-03 version.
9822
9823 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
9824
9825 * MAINTAINERS: Fix typo in a maintainer email address.
9826
9827 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
9828
9829 * configure.in: Remove two redundant tests.
9830
9831 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9832
9833 * configure.in (mips*-*-irix6*o32): Enable stabs.
9834
9835 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
9836
9837 * configure.in: Don't build grez.
9838 * Makefile.in: Ditto.
9839
9840 * Makefile.in: Remove references to bsp, cygmon, libstub.
9841 * configure.in: Ditto.
9842
9843 * configure.in: Remove leftover reference to gdbtest.
9844
9845 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
9846
9847 * configure.in (gxx_include_dir): Change to match versioned
9848 C++ headers if --enable-version-specific-runtime-libs is used.
9849
9850 2002-07-04 Steve Ellcey <sje@cup.hp.com>
9851
9852 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9853
9854 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
9855
9856 * configure.in: Make --without-x work.
9857
9858 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
9859
9860 * configure.in: Rearrange target Makefile fragment collection.
9861
9862 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9863 cvs[src].
9864 * configure.in: Ditto.
9865
9866 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
9867
9868 * MAINTAINERS (Write After Approval): Update my e-mail address.
9869
9870 2002-06-24 Ben Elliston <bje@redhat.com>
9871
9872 * configure.in (host_tools): Remove cgen.
9873
9874 * Makefile.in (all-cgen): Remove; runs from its source directory.
9875 (check-cgen, install-cgen, clean-cgen): Likewise.
9876 (all-opcodes): Do not depend on all-cgen.
9877 (all-sim): Likewise.
9878
9879 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
9880
9881 * Makefile.in: Eliminate 'apache' targets.
9882 * configure.in: Eliminate 'apache' targets.
9883
9884 * configure.in: Eliminate redundant tests. Reorganize.
9885
9886 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9887
9888 * config-ml.in: Eliminate references to Cygnus configure.
9889
9890 * Makefile.in: Eliminate references to building emacs.
9891
9892 2002-06-28 Graham Stott <graham.stott@btinternet.com>
9893
9894 * MAINTAINERS: Update my email address.
9895
9896 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
9897
9898 * config.if (libstdcxx_incdir): Version C++ headers.
9899 (cxx_incdir): Remove.
9900
9901 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
9902
9903 * MAINTAINERS (Write After Approval): Add self.
9904
9905 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
9906
9907 * configure.in: Add support for ip2k.
9908
9909 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
9910
9911 * configure.in: Fix AIX configury bug.
9912
9913 2002-06-20 Steve Ellcey <sje@cup.hp.com>
9914
9915 * MAINTAINERS (Write After Approval): Add self.
9916
9917 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9918
9919 * configure.in: replace ${topsrcdir} with ${srcdir}
9920
9921 * configure.in: Move definition of libstdcxx_flags
9922 right above usage, rather than waaay earlier.
9923
9924 * configure.in: Pull definition of is_cross_compiler earlier.
9925
9926 * configure.in: Rearrange a little.
9927
9928 * configure.in: Remove references to librx.
9929 * Makefile.in: Remove references to librx.
9930
9931 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
9932
9933 * config.sub: Add support for avr target.
9934 Import from master sources, rev 1.255
9935
9936 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
9937
9938 * configure, .cvsignore: Revert previous change...
9939 * Makefile: ...delete.
9940
9941 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9942
9943 * configure.in: Eliminate ${gasdir} variable.
9944
9945 2002-06-18 Dave Brolley <brolley@redhat.com>
9946
9947 * configure.in: Add support for frv.
9948 * config.sub: Add support for frv.
9949
9950 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9951
9952 * configure: Remove garbage from previous commit.
9953
9954 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
9955
9956 * configure: For in-source builds, make a subdir and re-exec there.
9957 * Makefile: New file. Pass targets through to build directory.
9958 * .cvsignore: No longer ignore "Makefile".
9959
9960 2002-06-16 Douglas Rupp <rupp@gnat.com>
9961
9962 * MAINTAINERS (Write After Approval): Add self.
9963
9964 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9965
9966 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9967
9968 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
9969
9970 * configure.in (vax-*-netbsd*): Re-enable gas.
9971
9972 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
9973
9974 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9975 BUILD_PREFIX_1, to correct nomenclature.
9976 * configure: Likewise.
9977
9978 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9979 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9980
9981 2002-05-31 Olaf Hering <olh@suse.de>
9982
9983 * config-ml.in: Propogate DESTDIR also.
9984
9985 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9986
9987 * configure.in (vax-*-netbsd*): Don't build gas for this
9988 platform.
9989
9990 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
9991
9992 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9993 and libgcj for AVR.
9994
9995 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
9996
9997 * MAINTAINERS (Write After Approval): Add myself.
9998
9999 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
10000
10001 * config.guess: Update to 2002-05-22 version.
10002 * config.sub: Likewise.
10003
10004 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10005
10006 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10007 * config-ml.in: Likewise.
10008 * configure: Likewise.
10009 * configure.in: Likewise.
10010
10011 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
10012
10013 * MAINTAINERS: Update my email address.
10014
10015 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
10016
10017 * configure.in: Simplify makefile fragment collection.
10018
10019 * configure.in: Remove code to build emacs.
10020
10021 * configure.in : Remove --srcdir argument from targargs and buildargs
10022 (it's always overridden in the Makefile anyway). Rearrange a bit.
10023
10024 * configure: Move some logic to configure.in.
10025 * configure.in: Move some logic from configure.
10026
10027 2002-05-11 Tom Tromey <tromey@redhat.com>
10028
10029 * MAINTAINERS: Reflect libgcj reality.
10030
10031 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
10032
10033 * Makefile.in: Honour DESTDIR.
10034
10035 2002-05-08 Mark Mitchell <mark@codesourcery.com>
10036
10037 * config.guess: Import 2002-03-20 version.
10038 * config.sub: Import 2002-04-26 version.
10039
10040 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10041
10042 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10043
10044 2002-05-07 Tim Josling <tej@melbpc.org.au>
10045
10046 * MAINTAINERS: Add self.
10047
10048 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
10049
10050 * ltmain.sh: Detect and handle object name conflicts
10051 while piecewise linking a static library.
10052
10053 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
10054
10055 * configure.in (noconfigdirs): Don't disable libgcj on
10056 sparc64-*-solaris* and sparcv9-*-solaris*.
10057
10058 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
10059
10060 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10061
10062 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
10063
10064 * configure.in (FLAGS_FOR_TARGET): Do not add
10065 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10066 on i[3456]86-*-linux*.
10067
10068 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
10069
10070 * configure.in (noconfigdirs): Replace [ ] with test.
10071
10072 * configure.in (noconfigdirs): Do not add target-newlib if
10073 target == i[3456]86-*-linux*, and host == target.
10074
10075 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
10076
10077 * configure.in: delete reference to absent file
10078
10079 * configure.in: replace '[' with 'test'
10080
10081 * configure.in: Eliminate references to gash.
10082 * Makefile.in: Eliminate references to gash.
10083
10084 * configure.in: remove useless references to 'pic' makefile fragments.
10085
10086 * configure.in: (*-*-windows*) Finish removing.
10087
10088 * configure.in: Eliminate redundant test for libgui.
10089
10090 2002-04-29 Roger Sayle <roger@eyesopen.com>
10091
10092 * MAINTAINERS: Add self and realphabetize. Update entries
10093 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
10094 entry for a29k port maintainer.
10095
10096 2002-04-26 Joel Sherrill <joel@OARcorp.com>
10097
10098 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10099 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10100
10101 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
10102
10103 * configure.in: remove references to dead files
10104
10105 2002-04-19 Mark Mitchell <mark@codesourcery.com>
10106
10107 * MAINTAINERS: Add information about purpose of this file.
10108
10109 2002-04-18 Tom Tromey <tromey@redhat.com>
10110
10111 * configure.in: Disallow configuring libgcj when it is already
10112 installed and we're using Solaris 2.8 linker. Do enable libgcj on
10113 Solaris 2.8 by default. For PR libgcj/6158.
10114
10115 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10116
10117 * configure.in: Move default CC setting out of config/mh-* fragments
10118 directly into here.
10119
10120 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10121
10122 * configure.in: don't even try to configure or make a subdirectory
10123 if there's no configure script for it.
10124
10125 2002-04-15 Mark Mitchell <mark@codesourcery.com>
10126
10127 * MAINTAINERS: Remove chill maintainers.
10128 * Makefile.in (CHILLFLAGS): Remove.
10129 (CHILL_LIB): Remove.
10130 (TARGET_CONFIGDIRS): Remove libchill.
10131 (CHILL_FOR_TARGET): Remove.
10132 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
10133 CHILL_LIB.
10134 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
10135 (CHECK_TARGET_MODULES): Likewise.
10136 (INSTALL_TARGET_MODULES): Likewise.
10137 (CLEAN_TARGET_MODULES): Likewise.
10138 (configure-target-libchill): Remove.
10139 (all-target-libchill): Remove.
10140 * configure.in (target_libs): Remove target-libchill.
10141 Do not compute CHILL_FOR_TARGET.
10142 * libchill: Remove directory.
10143
10144 2002-04-11 DJ Delorie <dj@redhat.com>
10145
10146 * Makefile.in, configure.in: Sync with binutils, entries
10147 follow...
10148
10149 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10150
10151 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
10152 (do-tar, do-bz2): New rules.
10153 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
10154 (gdb-tar): New rule.
10155 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
10156 (insight_dejagnu.tar): New rule.
10157 (insight.tar): New rule.
10158 (gdb+dejagnu.tar): New rule.
10159 (gdb.tar): New rule.
10160
10161 2002-02-01 Mo DeJong <supermo@bayarea.net>
10162
10163 * Makefile.in: Add all-tix to deps for all-snavigator
10164 so that tix is built when building snavigator.
10165
10166 2002-01-11 Steve Ellcey <sje@cup.hp.com>
10167
10168 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
10169 ld and gdb are not supported.
10170
10171 2002-01-07 Mark Salter <msalter@redhat.com>
10172
10173 * configure.in: Remove target-bsp and target-cygmon from arm builds.
10174 Allow target-libgloss to be built for arm, strongarm, and xscale.
10175
10176 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
10177
10178 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
10179 options for i[3456]86-pc-linux* native builds.
10180
10181 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
10182
10183 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
10184 files from .po files for a distribution.
10185
10186 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
10187
10188 * configure.in: Enable libstdc++-v3 for h8300 targets.
10189
10190 2001-06-19 Alan Modra <amodra@bigpond.net.au>
10191
10192 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
10193 version from bfd/.
10194
10195 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
10196
10197 * Makefile.in (VER): When present, extract the version number from
10198 the file version.in.
10199
10200 2001-05-24 Tom Rix <trix@redhat.com>
10201
10202 * configure.in : enable ld for aix
10203
10204 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10205
10206 * config.guess: Add linux target for S/390.
10207
10208 2000-11-07 Philip Blundell <pb@futuretv.com>
10209
10210 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
10211
10212 2000-11-03 Philip Blundell <pb@futuretv.com>
10213
10214 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
10215 files.
10216
10217 2001-01-15 Ben Elliston <bje@redhat.com>
10218
10219 * configure.in (host_tools): Add sid.
10220 Always configure cgen.
10221
10222 2000-11-24 Nick Clifton <nickc@redhat.com>
10223
10224 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
10225
10226
10227 2000-08-20 Doug Evans <dje@casey.transmeta.com>
10228
10229 * Makefile.in (ALL_MODULES): Add all-cgen.
10230 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
10231 (all-cgen): New target.
10232 (all-opcodes,all-sim): Depend on all-cgen.
10233 * configure.in (host_tools): Add cgen.
10234 Only configure cgen if --enable-cgen-maint.
10235
10236 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
10237
10238 * configure.in: Add *-*-freebsd* configurations.
10239
10240 2002-04-08 Tom Tromey <tromey@redhat.com>
10241
10242 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
10243 Fixes PR libgcj/6068.
10244
10245 2002-03-30 Krister Walfridsson <cato@df.lth.se>
10246
10247 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
10248
10249 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10250
10251 * configure.in (alpha*-dec-osf*): Enable libgcj.
10252
10253 2003-03-27 Matthew Gingell <gingell@gnat.com>
10254
10255 * MAINTAINERS (Write After Approval): Add myself.
10256
10257 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
10258
10259 Fix for: PR bootstrap/3591, target/5676
10260 * configure.in (mcore-pe): Disable the configuration of
10261 libstdc++-v3 since exceptions are not supported.
10262
10263 2002-03-20 Anthony Green <green@redhat.com>
10264
10265 * configure.in: Enable libgcj for xscale-elf target.
10266
10267 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
10268
10269 * MAINTAINERS: Update my email address.
10270
10271 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
10272
10273 * ltmain.sh (relink_command): Fix typo in previous change.
10274
10275 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
10276
10277 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
10278 (relink_command): Added --tag flags.
10279 (mode=install): If relinking fails; error out.
10280
10281 2002-03-12 Richard Henderson <rth@redhat.com>
10282
10283 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
10284 .NOTPARALLEL tag.
10285 (do-check): Rename from check.
10286 (check): Allow parallel check.
10287
10288 2002-03-12 Bob Wilson <bob.wilson@acm.org>
10289
10290 * MAINTAINERS: Add myself as maintainer for xtensa port.
10291 Fix alphabetical order in CPU port maintainer list.
10292 Remove myself from Write After Approval list.
10293
10294 2002-03-11 Richard Henderson <rth@redhat.com>
10295
10296 * Makefile.in (.NOTPARALLEL): Add fake tag.
10297
10298 2002-03-07 H.J. Lu (hjl@gnu.org)
10299
10300 * configure.in: Enable gprof for mips*-*-linux*.
10301
10302 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
10303
10304 * MAINTAINERS (Write After Approval): Add myself.
10305
10306 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
10307
10308 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
10309 libjava.
10310 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
10311
10312 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
10313
10314 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
10315 because its Makefile is there; test for the executable instead.
10316
10317 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
10318
10319 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
10320 libstdc++-v3 and libjava.
10321
10322 2002-02-11 Adam Megacz <adam@xwt.org>
10323
10324 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
10325 boehm-gc
10326
10327 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
10328
10329 * config.guess: Updated to 2002-01-30's version.
10330 * config.sub: Updated to 2002-02-01's version.
10331 Contribute sh64-elf.
10332 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
10333 * configure.in: Added sh64-*-*.
10334
10335 2002-02-08 Chris Demetriou <cgd@broadcom.com>
10336
10337 * MAINTAINERS: Belatedly add myself to write after approval list.
10338
10339 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
10340
10341 * MAINTAINERS: Put self in as maintainer for x86-64 port.
10342 Remove self as Write After Approval.
10343
10344 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
10345
10346 * MAINTAINERS: Put self in as maintainer for contrib/regression
10347 directory.
10348
10349 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
10350
10351 * MAINTAINERS: Update my email address.
10352
10353 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
10354
10355 * configure.in (*-*-netbsd*): New. Skip target-newlib,
10356 target-libiberty, and target-libgloss. Skip Java-related
10357 libraries if not supported for NetBSD on target CPU.
10358
10359 2002-01-25 Douglas B Rupp <rupp@gnat.com>
10360
10361 * install-sh: Use _inst.$$_ for temp file name.
10362
10363 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
10364
10365 * MAINTAINERS (Write After Approval): Move my contact info
10366 from here...
10367 (OS Port Maintainers): ...to here (netbsd).
10368
10369 2002-01-22 Bob Wilson <bob.wilson@acm.org>
10370
10371 * MAINTAINERS (Write After Approval): Add myself.
10372
10373 2002-01-17 H.J. Lu <hjl@gnu.org>
10374
10375 * Makefile.in (all-fastjar): Also depend on all-libiberty.
10376 (all-target-fastjar): Also depend on all-target-libiberty.
10377
10378 2002-01-16 H.J. Lu (hjl@gnu.org)
10379
10380 * config.guess: Import from master sources, rev 1.225.
10381 * config.sub: Import from master sources, rev 1.238.
10382
10383 2002-01-16 Kazu Hirata <kazu@hxi.com>
10384
10385 * MAINTAINERS (Write After Approval): Remove myself.
10386
10387 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
10388
10389 * MAINTAINERS (Write After Approval): Add myself.
10390
10391 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
10392
10393 * MAINTAINERS: Add self as docs co-maintainer.
10394
10395 2001-12-11 Matthias Klose <doko@debian.org>
10396
10397 * MAINTAINERS (Write After Approval): Add myself.
10398
10399 2001-12-09 Zack Weinberg <zack@codesourcery.com>
10400
10401 * MAINTAINERS: Update my email address.
10402
10403 2001-12-07 Turly O'Connor <turly@apple.com>
10404 * MAINTAINERS (Write After Approval): Add myself.
10405 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
10406 (rs6000_initialize_trampoline): Call __trampoline_setup for
10407 ABI_DARWIN too.
10408 * darwin-tramp.asm: New file, implements __trampoline_setup.
10409 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
10410
10411 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
10412
10413 * MAINTAINERS (Write After Approval): Add myself.
10414
10415 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
10416
10417 * configure, configure.in: Use temp file for long sed commands.
10418
10419 2001-12-03 Laurent Guerby <guerby@acm.org>
10420
10421 * config.sub: Update to version 1.232 on subversion.
10422
10423 2001-12-03 Ben Elliston <bje@redhat.com>
10424
10425 * MAINTAINERS: Update mail address for config.* patches.
10426
10427 2001-11-27 DJ Delorie <dj@redhat.com>
10428 Zack Weinberg <zack@codesourcery.com>
10429
10430 When build != host, create libiberty for the build machine.
10431
10432 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10433 CONFIG_ARGUMENTS.
10434 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10435 New variables.
10436 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10437 and rules.
10438 (all.normal): Depend on ALL_BUILD_MODULES.
10439 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10440 (all-build-libiberty): Depend on configure-build-libiberty.
10441
10442 * configure: Calculate and substitute proper value for
10443 ALL_BUILD_MODULES.
10444 * configure.in: Create the build subdirectory.
10445 Calculate and substitute TARGET_CONFIGARGS (formerly
10446 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10447
10448 2001-11-26 Ziemowit Laski <zlaski@apple.com>
10449
10450 * MAINTAINERS (write-after-approval): Add self.
10451
10452 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
10453
10454 * MAINTAINERS (GNATS only accounts): Remove self.
10455
10456 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
10457
10458 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10459 libf2c.
10460
10461 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
10462
10463 * MAINTAINERS (Write After Approval): Add self.
10464
10465 2001-11-12 David O'Brien <obrien@FreeBSD.org>
10466
10467 * MAINTAINERS: mips and s390 are also CPU ports.
10468
10469 2001-11-12 David O'Brien <obrien@FreeBSD.org>
10470
10471 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
10472
10473 2001-11-11 David O'Brien <obrien@FreeBSD.org>
10474
10475 * MAINTAINERS: Alphabetize.
10476
10477 2001-11-09 Kazu Hirata <kazu@hxi.com>
10478
10479 * MAINTAINERS (Various maintainers: h8 port): Add myself.
10480
10481 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
10482
10483 * MAINTAINERS (Various maintainers: hppa port): Added myself.
10484
10485 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
10486
10487 * configure.in (--enable-languages): Be more permissive about
10488 syntax. Check for empty lists better. Warn about $LANGUAGES.
10489
10490 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
10491
10492 * config.sub: Import from master sources, rev. 1.230.
10493 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10494
10495 2001-11-07 Laurent Guerby <guerby@acm.org>
10496
10497 * MAINTAINERS (Write After Approval): Add self.
10498
10499 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
10500
10501 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10502
10503 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
10504
10505 * config.sub: Import from master sources, rev 1.226.
10506 * config.guess: Import from master sources, rev 1.216.
10507
10508 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
10509
10510 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10511 * MAINTAINERS: Add self as maintainer of MMIX port.
10512 Remove old after-approval entry.
10513
10514 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
10515
10516 * ChangeLog, configure: Fix spelling errors.
10517
10518 2001-10-20 Brendan Kehoe <brendan@zen.org>
10519
10520 * MAINTAINERS: Tweak my address.
10521
10522 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
10523
10524 * MAINTAINERS: Update my email address.
10525
10526 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
10527
10528 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
10529 * MAINTAINERS: Add self as maintainer of CRIS port.
10530
10531 2001-10-10 Geert Bosch <bosch@gnat.com>
10532
10533 * MAINTAINERS (Various maintainers: Ada front end):
10534 Added Robert Dewar.
10535
10536 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
10537
10538 * MAINTAINERS (Write After Approval): Added self
10539
10540 2001-10-02 Geert Bosch <bosch@gnat.com>
10541
10542 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10543
10544 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
10545
10546 * configure: Handle temporary files securely using mkdir.
10547
10548 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
10549
10550 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10551
10552 2001-09-26 Will Cohen <wcohen@redhat.com>
10553
10554 * configure.in (*-*-linux*): Disable configuration of target-newlib
10555 and target-libgloss.
10556
10557 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
10558
10559 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10560 RANLIB.
10561
10562 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
10563
10564 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10565 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10566 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10567 avoid quotes nesting problems.
10568 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10569 (DO_X): Export only variables that are set.
10570
10571 2001-09-19 Ben Elliston <bje@redhat.com>
10572
10573 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10574 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10575 semantics. Use the shell built-in "type" command instead.
10576
10577 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
10578
10579 Merged from gcc-3_0-branch:
10580 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
10581 * ltcf-c.sh: Use $objext, not $ac_objext.
10582 2001-07-27 Mark Kettenis <kettenis@gnu.org>
10583 * ltcf-cxx.sh: Add support for GNU.
10584 2001-07-22 Timothy Wall <twall@redhat.com>
10585 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
10586 default settings if using GNU tools with that configuration.
10587 * ltcf-cxx.sh: Ditto.
10588 * ltcf-gcj.sh: Ditto.
10589 2001-07-21 Michael Chastain <chastain@redhat.com>
10590 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10591 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
10592 * ltmain.sh: Mark as gcc-local.
10593
10594 2001-08-30 Eric Christopher <echristo@redhat.com>
10595 Jason Eckhardt <jle@redhat.com>
10596
10597 * config.guess: Merge from master sources.
10598 * config.sub: Merge from master sources, add support for mipsisa32.
10599
10600 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
10601 * config.sub: Merge from master sources, rev 1.219.
10602 * MAINTAINERS: Add self as contact for stormy16 port.
10603
10604 2001-08-14 Zack Weinberg <zackw@panix.com>
10605
10606 * config.sub: Merge from master sources, rev 1.218.
10607 * config.guess: Merge from master sources, rev 1.209.
10608
10609 2001-08-11 Graham Stott <grahams@redhat.com>
10610
10611 * Makefile.in (check-c++): Add missing semicolon.
10612
10613 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
10614
10615 * MAINTAINERS (Various maitainers: predict.def): Added myself.
10616
10617 2001-07-30 Eric Christopher <echristo@redhat.com>
10618
10619 * MAINTAINERS (Various maintainers: mips port): Added myself.
10620
10621 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
10622
10623 * configure.in (sh-*-linux*): New.
10624
10625 2001-07-27 Richard Henderson <rth@redhat.com>
10626
10627 * .cvsignore: Add LAST_UPDATED.
10628
10629 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
10630
10631 * MAINTAINERS (Various maintainers: s390 port): Added myself.
10632
10633 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
10634
10635 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10636
10637 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
10638
10639 * MAINTAINERS (Write After Approval): Added myself.
10640
10641 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10642
10643 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10644 and libgcj on m68hc11/m68hc12.
10645
10646 2001-06-27 H.J. Lu (hjl@gnu.org)
10647
10648 * Makefile (CFLAGS_FOR_BUILD): New.
10649 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10650
10651 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10652
10653 * README: Remove version number.
10654
10655 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10656
10657 * INSTALL/README: Update wrt. to the installation instructions now
10658 residing in gcc/doc/install.texi.
10659
10660 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10661
10662 * README: Replace with a cut-down and updated version of gcc/README.
10663
10664 2001-06-12 David Edelsohn <edelsohn@gnu.org>
10665
10666 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10667 multilibs to be disabled.
10668
10669 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
10670
10671 * MAINTAINERS (Write After Approval): Add myself.
10672
10673 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
10674
10675 * config.guess: Import CVS version 1.195.
10676 * config.sub: Import CVS version 1.212.
10677
10678 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
10679
10680 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10681 gcc/xgcc is built, use -print-prog-name to find out the program
10682 name to use.
10683
10684 2001-06-04 Phil Edwards <pme@sources.redhat.com>
10685
10686 * config.guess: Import CVS version 1.194. All gcc-local changes
10687 appear to also be in the master copy.
10688 * config.sub: Import CVS version 1.211.
10689
10690 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
10691
10692 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10693 with_gcc]: Use `gcc -shared' to build a shared library.
10694
10695 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
10696
10697 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10698 archives.
10699
10700 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10701
10702 * MAINTAINERS (Write After Approval): Add myself.
10703
10704 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
10705
10706 * configure.in (libstdcxx_flags): Do not try to execute
10707 libstdc++-v3/testsuite_flags until it exists.
10708
10709 2001-06-01 Alan Modra <amodra@bigpond.net.au>
10710
10711 * MAINTAINERS: Update my email address.
10712
10713 2001-05-31 Graham Stott <grahams@redhat.com>
10714
10715 * MAINTAINERS (Write After Approval): Add myself.
10716
10717 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
10718
10719 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
10720 libraries when using g++ with native linker.
10721
10722 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
10723
10724 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10725
10726 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
10727
10728 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10729 [aix4*|aix5*]: Prepend blank.
10730
10731 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
10732
10733 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10734 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
10735 of subdir/configure scripts to use the new libtool.m4.
10736
10737 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
10738
10739 * MAINTAINERS (Write After Approval): Add myself.
10740
10741 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
10742
10743 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10744
10745 2001-05-11 Ben Elliston <bje@redhat.com>
10746
10747 * Makefile.in (all-sid): New target.
10748 (check-sid, clean-sid, install-sid): Likewise.
10749
10750 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
10751
10752 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10753
10754 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10755
10756 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10757 libgcj.
10758
10759 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
10760
10761 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10762 gcc/xgcc is built, use -print-prog-name to find out the program
10763 name to use.
10764
10765 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
10766
10767 * configure.in (noconfigdirs): Don't reset it from scratch in the
10768 target case; only append to it.
10769
10770 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10771 sparc-*-solaris2.8]: Disable ${libgcj}.
10772
10773 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
10774
10775 * configure.in (libgcj_saved): Copy from $libgcj.
10776 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10777 --disable-libgcj.
10778
10779 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
10780
10781 * MAINTAINERS: Remove self as MIPS maintainer and
10782 C front end maintainer.
10783
10784 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
10785
10786 * configure.in: Move *-chorusos target case to the proper switch.
10787 Disable libgcj.
10788
10789 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10790
10791 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10792 1.641.2.228.
10793
10794 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10795
10796 * Makefile.in (STAGE1_CFLAGS): Pass down.
10797
10798 2001-04-13 Alan Modra <amodra@one.net.au>
10799
10800 * config.guess: Add hppa64-linux support. Note for next import that
10801 this is already in the master file.
10802 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
10803
10804 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
10805
10806 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10807 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10808
10809 2001-04-11 Stan Shebs <shebs@apple.com>
10810
10811 * MAINTAINERS: Add self as Darwin port maintainer.
10812
10813 2001-04-11 Alan Modra <amodra@one.net.au>
10814
10815 * MAINTAINERS: Update my email address.
10816
10817 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
10818
10819 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10820 recent versions of FreeBSD (release 3 or later).
10821 * ltconfig: On FreeBSD, -lc must not be provided when building
10822 a shared library or else the standard -pthread gcc option is
10823 rendered worthless to later users of the built library.
10824
10825 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
10826
10827 * MAINTAINERS: Add self and RTH as C front end maintainers.
10828
10829 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
10830
10831 * config.sub: Make sure to match an already-canonicalized
10832 machine name (eg. mn10300-unknown-elf).
10833
10834 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
10835
10836 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10837 New macros.
10838 (bootstrap, cross): Use RECURSE_FLAGS.
10839 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10840
10841 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
10842
10843 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10844
10845 2001-03-22 Colin Howell <chowell@redhat.com>
10846
10847 * Makefile.in (DO_X): Do not backslash single-quotes in
10848 backquotes (two places).
10849
10850 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10851
10852 Re-installed:
10853 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10854 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10855 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10856 * ltcf-cxx.sh: Likewise.
10857 * ltcf-gcj.sh: Likewise.
10858
10859 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10860
10861 * MAINTAINERS: Add myself as "documentation co-maintainer".
10862
10863 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
10864
10865 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10866 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10867
10868 2001-03-19 Tom Tromey <tromey@redhat.com>
10869
10870 * config-ml.in: Handle GCJ and GCJFLAGS.
10871
10872 2001-03-21 Michael Chastain <chastain@redhat.com>
10873
10874 * Makefile.in: all-m4 depends on all-texinfo.
10875
10876 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
10877
10878 * MAINTAINERS: Add myself to write after approval list.
10879
10880 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
10881
10882 * Makefile.in (DO_X): Quote nested quotes.
10883
10884 2001-03-18 Alan Modra <alan@linuxcare.com.au>
10885
10886 * MAINTAINERS: Add myself to write after approval list.
10887
10888 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
10889
10890 * Makefile.in (DO_X): Use double quotes for quoting
10891 "RANLIB=$${RANLIB}".
10892
10893 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
10894
10895 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10896
10897 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
10898
10899 * configure.in: Only use `lang_requires' for languages athat are
10900 actually enabled.
10901
10902 2001-03-08 Phil Edwards <pme@sources.redhat.com>
10903
10904 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
10905
10906 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
10907
10908 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10909
10910 2001-03-07 Tom Tromey <tromey@redhat.com>
10911
10912 * configure.in: Allow config-lang.in to set `lang_requires' to list
10913 of other required languages.
10914
10915 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
10916
10917 * Makefile.in: Remove RANLIB definition. Use RANLIB
10918 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10919 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
10920
10921 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
10922 Alexandre Oliva <aoliva@redhat.com>
10923
10924 * Makefile.in (check-c++): Use tabs, not spaces.
10925
10926 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
10927
10928 * MAINTAINERS: add myself to Write After Approval list.
10929
10930 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
10931
10932 * Makefile.in (check-c++): New rule.
10933
10934 * configure.in (target_libs): Remove libg++.
10935 (noconfigdirs): Remove libg++.
10936 (noconfigdirs): Same.
10937 (noconfigdirs): Same.
10938 (noconfigdirs): Same.
10939
10940 * config-ml.in: Remove libg++ references.
10941
10942 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10943 (ALL_TARGET_MODULES): Same.
10944 (configure-target-libg++): Remove.
10945 (all-target-libg++): Remove.
10946 (configure-target-libio): Remove.
10947 (all-target-libio): Remove.
10948 (check-target-libio): Remove.
10949 (.PHONY): Remove.
10950 (libg++.tar.bz2): Remove.
10951 (all-target-cygmon): Remove libio.
10952 (all-target-libstdc++): Remove.
10953 (configure-target-libstdc++): Remove.
10954 (TARGET_LIB_PATH): Remove libstdc++.
10955 (ALL_GCC_CXX): Remove libstdc++.
10956 (all-target-gperf): Correct.
10957
10958 2001-02-16 Nick Clifton <nickc@redhat.com>
10959
10960 * configure.in (noconfigdirs): Allow configuration of texinfo
10961 for Cygwin hosts.
10962
10963 2001-02-15 Anthony Green <green@redhat.com>
10964
10965 * configure: Introduce GCJ_FOR_TARGET.
10966 * configure.in: Ditto.
10967 * Makefile.in: Ditto.
10968
10969 2001-02-13 Andreas Schwab <schwab@suse.de>
10970
10971 * MAINTAINERS: Update mail address.
10972
10973 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10974
10975 * config.guess: Add linux target for S/390.
10976 * config.sub: Likewise.
10977
10978 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
10979
10980 * configure.in: for *-chorusos, don't config target-newlib and
10981 target-libgloss.
10982
10983 2001-02-06 Ben Elliston <bje@redhat.com>
10984
10985 * configure: Output host type to stdout, not stderr.
10986
10987 2001-02-05 Mark Mitchell <mark@codesourcery.com>
10988
10989 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
10990 * ltcf-cxx.sh: Likewise.
10991
10992 * config.if: Assume enable_libstdcxx_v3 is defined.
10993
10994 2001-02-04 Mark Mitchell <mark@codesourcery.com>
10995
10996 Remove V2 C++ library.
10997 * configure.in: Remove --enable-libstdcxx_v3 support.
10998
10999 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
11000
11001 * include/demangle.h: Add prototype for java_demangle_v3.
11002
11003 2001-01-29 Phil Edwards <pme@sources.redhat.com>
11004
11005 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
11006
11007 2001-01-27 Richard Henderson <rth@redhat.com>
11008
11009 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11010
11011 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11012
11013 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11014 Don't unset, it's non-portable and no longer necessary, set to empty
11015 instead.
11016
11017 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11018
11019 * ltconfig: Shell portability fix for the tagname validity check.
11020
11021 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
11022
11023 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11024 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11025
11026 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11027
11028 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11029
11030 2001-01-26 Tom Tromey <tromey@redhat.com>
11031
11032 * configure.in: Allow libgcj to be built on Sparc Solaris.
11033
11034 2001-01-25 David Edelsohn <edelsohn@gnu.org>
11035
11036 * ltcf-c.sh: Add aix5 case.
11037 * ltcf-cxx.sh: Likewise.
11038 * ltconfig: Likewise.
11039
11040 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
11041
11042 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11043 keep at least one of build_libtool_libs or build_old_libs set to
11044 yes.
11045
11046 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11047 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11048
11049 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
11050
11051 * configure.in: Enable libgcj on several additional platforms.
11052
11053 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
11054
11055 * configure.in: Enable libgcj for linux targets.
11056
11057 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11058
11059 * MAINTAINERS (Write After Approval): Add myself.
11060
11061 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
11062
11063 * MAINTAINERS: Add myself as vax port maintainer.
11064
11065 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
11066
11067 * MAINTAINERS: Add myself as Mercury front-end maintainer.
11068
11069 2001-01-09 Mike Stump <mrs@wrs.com>
11070
11071 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11072 failures of subdirectories.
11073
11074 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11075
11076 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11077 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11078 * ltcf-cxx.sh: Likewise.
11079 * ltcf-gcj.sh: Likewise.
11080 * ltconfig.sh: Fix typo.
11081
11082 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11083
11084 * configure: handle DOS-style absolute paths.
11085
11086 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11087
11088 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11089
11090 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
11091
11092 * MAINTAINERS: Add myself as avr port co-maintainer.
11093
11094 2000-12-28 Ben Elliston <bje@redhat.com>
11095
11096 * MAINTAINERS: Add myself under ``Write After Approval''.
11097
11098 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
11099
11100 * texinfo: Remove directory from GCC.
11101
11102 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
11103
11104 * COPYING: Update to current
11105 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11106 to 19yy as example year in copyright notice).
11107
11108 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
11109
11110 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
11111 (libstdcxx_incdir): Pass down.
11112 * config.if: Remove expired bits for cxx_interface, add stub.
11113 (libstdcxx_incdir): Add variable for g++ include directory.
11114 * configure.in (gxx_include_dir): Use it.
11115
11116 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
11117
11118 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
11119 with old-email address from ``Write After Approval''.
11120
11121 2000-12-15 Andreas Jaeger <aj@suse.de>
11122
11123 * configure.in: Handle lang_dirs.
11124
11125 2000-12-14 Tom Tromey <tromey@redhat.com>
11126
11127 * MAINTAINERS: Removed brads.
11128
11129 * MAINTAINERS: Added gcj developers.
11130
11131 2000-12-13 Anthony Green <green@redhat.com>
11132
11133 * configure.in: Disable libgcj for any target not specifically
11134 listed. Disable libgcj for x86 and Alpha Linux until compatible
11135 with g++ abi.
11136
11137 2000-12-13 Mike Stump <mrs@wrs.com>
11138
11139 * Makefile.in (local-distclean): Also remove fastjar.
11140
11141 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
11142
11143 * contrib/gcc_update: Add fastjar --touch entries.
11144
11145 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
11146
11147 * configure.in: Disable language-specific target libraries for
11148 languages that aren't enabled.
11149
11150 2000-12-10 Anthony Green <green@redhat.com>
11151
11152 * configure.in: Define libgcj. Disable libgcj target libraries for
11153 most targets.
11154
11155 2000-12-10 Neil Booth <neilb@earthling.net>
11156
11157 * MAINTAINERS: Update mail address, remove from WAA list.
11158
11159 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11160
11161 * libjava: Imported from /cvs/java.
11162 * libffi: Likewise.
11163 * Boehm-gc: Likewise.
11164
11165 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11166
11167 * configure.in (target_libs): Revert 2000-12-08 patch.
11168 (noconfigdirs): Added target-libjava.
11169
11170 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
11171
11172 * djunpack.bat: removed.
11173
11174 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
11175
11176 * Makefile.in: handle DOS-style absolute paths.
11177 * config-ml.in: likewise.
11178 * symlink-tree: likewise.
11179
11180 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11181
11182 * fastjar: Imported.
11183
11184 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11185
11186 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
11187 libjava.
11188 * configure.in (target_libs): Removed `target-libjava'.
11189
11190 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11191
11192 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
11193 (ALL_MODULES): Added fastjar.
11194 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
11195 (all-target-libjava): all-fastjar replaces all-zip.
11196 (all-fastjar): Added.
11197 (configure-target-fastjar, all-target-fastjar): Likewise.
11198 * configure.in (host_tools): Added fastjar.
11199
11200 2000-12-07 Mike Stump <mrs@wrs.com>
11201
11202 * Makefile.in (local-distclean): Remove leftover built files.
11203
11204 2000-11-24 Nick Clifton <nickc@redhat.com>
11205
11206 * configure.in (xscale-elf): Add target.
11207 (xscale-coff): Add target.
11208
11209 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
11210
11211 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11212 recent versions of FreeBSD (release 3 or later).
11213 * ltconfig: On FreeBSD, -lc must not be provided when building
11214 a shared library or else the standard -pthread gcc option is
11215 rendered worthless to later users of the built library.
11216
11217 2000-11-16 Fred Fish <fnf@be.com>
11218
11219 * configure.in (enable_libstdcxx_v3): Fix typo,
11220 libstd++ -> libstdc++.
11221
11222 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11223
11224 * MAINTAINERS: Add self to Write After Approval list.
11225
11226 2000-11-21 Bernd Schmidt <bernds@redhat.com>
11227
11228 * MAINTAINERS: Update my email address. Add myself to global write
11229 privs list.
11230
11231 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
11232
11233 * Makefile.in: Merge with src and libgcj.
11234 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
11235 configure-target-<library> when their configure scripts need the C
11236 or C++ library to have already been built to work properly.
11237 (do_proto_toplev): Set them to an empty string.
11238
11239 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
11240 (REALLY_SET_LIB_PATH): Use them.
11241
11242 2000-11-17 Stan Shebs <shebs@apple.com>
11243
11244 * MAINTAINERS: Add self to Write After Approval list.
11245
11246 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11247
11248 * configure: Provide the original toplevel configure arguments
11249 (including $0) to subprocesses in the environment rather than
11250 through gcc/configargs.h.
11251
11252 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11253
11254 * MAINTAINERS: Remove references to cccp. Change C9X reference to
11255 C99. Alphabetise "Write After Approval" list.
11256
11257 2000-11-12 Mark Mitchell <mark@codesourcery.com>
11258
11259 * configure: Turn on libstdc++ V3 by default.
11260
11261 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
11262 if we've got GCC.
11263
11264 2000-11-11 Philip Blundell <philb@gnu.org>
11265
11266 * MAINTAINERS: Add self to Write After Approval list.
11267
11268 2000-11-09 David Edelsohn <edelsohn@gnu.org>
11269
11270 * ltcf-c.sh (aix4): Improve shared library configuration; require
11271 exporting symbols.
11272 * ltcf-cxx.sh (aix4): Define.
11273 * ltconfig (aix4): Define library and soname specs appropriate for
11274 AIX. Define command to create export symbols list.
11275
11276 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
11277
11278 * config.sub: Add support for Sun Chorus
11279
11280 2000-10-31 Nick Clifton <nickc@redhat.com>
11281
11282 * MAINTAINERS: Rename <name>@cygnus.com addresses to
11283 <name>@redhat.com. Also installed new email address for Clint
11284 Popetz.
11285
11286 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
11287
11288 * etc: Remove directory from GCC.
11289
11290 2000-10-16 Michael Meissner <meissner@redhat.com>
11291
11292 * configure (gcc/configargs.h): Only create if there is a build GCC
11293 directory created.
11294
11295 2000-10-16 Matthias Klose <doko@debian.org>
11296
11297 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
11298 when configured for libstdc++-v3.
11299
11300 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
11301
11302 * configure: Save configure arguments to gcc/configargs.h.
11303
11304 2000-10-04 Philipp Thomas <pthomas@suse.de>
11305
11306 * config.guess: Import CVS version 1.157.
11307 * config.sub: Import CVS version 1.181.
11308
11309 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
11310
11311 * Makefile.in (bootstrap): avoid recursion if subdir missing
11312 (cross): ditto
11313 (do-proto-toplev): ditto
11314
11315 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
11316
11317 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
11318 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
11319
11320 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
11321 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
11322 all affected `configure' scripts.
11323
11324 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
11325
11326 * MAINTAINERS: Add self as cpplib co-maintainer.
11327
11328 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
11329
11330 * MAINTAINERS: Add self to Write After Approval list.
11331
11332 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11333
11334 * INSTALL/README: egcs -> GCC update.
11335
11336 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
11337
11338 * MAINTAINERS: Add myself to Write After Approval list.
11339
11340 2000-09-15 Kazu Hirata <kazu@hxi.com>
11341
11342 * MAINTAINERS: Add myself to Write After Approval list.
11343
11344 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
11345
11346 * configure.in: Do not build byacc for hppa64. Provide paths to the
11347 X11 libraries for hppa64.
11348
11349 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11350
11351 * MAINTAINERS: Add myself as 68hc11 port maintainer.
11352
11353 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
11354
11355 * Makefile.in (all-zlib): Added dummy target.
11356
11357 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11358 ltcf-gcj.sh: Updated from libtool multi-language branch.
11359
11360 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
11361
11362 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
11363 (bootstrap*): Depend on all-bootstrap.
11364
11365 2000-09-05 Philipp Thomas <pthomas@suse.de>
11366
11367 * config.guess: Import CVS version 1.156.
11368 * config.sub: Import CVS version 1.179.
11369
11370 2000-09-02 Anthony Green <green@cygnus.com>
11371
11372 * Makefile.in (all-gcc): Depend on all-zlib.
11373 (CLEAN_MODULES): Add clean-zlib.
11374 (ALL_MODULES): Add all-zlib.
11375 * configure.in (host_libs): Add zlib.
11376
11377 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
11378
11379 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
11380 crosses, but add gcc/include to the header search path for them.
11381
11382 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
11383
11384 * MAINTAINERS: Add self to Write After Approval list.
11385
11386 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11387
11388 * config.guess: Import CVS version 1.152.
11389 * config.sub: Import CVS version 1.177.
11390
11391 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
11392
11393 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
11394 $targargs to tell whether newlib is going to be built.
11395
11396 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
11397 $$r/TARGET_SUBDIR/libio for _G_config.h.
11398
11399 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
11400
11401 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
11402
11403 2000-08-22 DJ Delorie <dj@redhat.com>
11404
11405 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
11406
11407 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
11408
11409 * config-ml.in (CC, CXX): Avoid trailing whitespace.
11410 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
11411 sub-configures.
11412
11413 2000-08-21 DJ Delorie <dj@redhat.com>
11414
11415 * MAINTAINERS: Add self as a libiberty maintainer
11416
11417 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
11418
11419 * configure.in (libstdcxx_flags): Use
11420 libstdc++-v3/src/libstdc++.INC.
11421
11422 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
11423
11424 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11425
11426 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
11427
11428 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11429
11430 * configure: Make enable_threads and enable_shared defaults
11431 explicit. Substitute enable_threads into generated Makefiles.
11432 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11433 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11434
11435 2000-08-13 Geoff Keating <geoffk@cygnus.com>
11436
11437 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11438
11439 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
11440
11441 * config-ml.in (CC): Remove bogus duplicate quotation mark from
11442 previous delta.
11443
11444 2000-08-11 Jason Merrill <jason@redhat.com>
11445
11446 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11447 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11448 (FLAGS_FOR_TARGET): Not here.
11449 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
11450
11451 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
11452
11453 * config-ml.in (CC, CXX): Don't introduce a leading space.
11454
11455 2000-08-07 DJ Delorie <dj@delorie.com>
11456
11457 * MAINTAINERS: Add self as a DJGPP maintainer
11458
11459 2000-08-07 DJ Delorie <dj@redhat.com>
11460
11461 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
11462 "if we're also building gcc, and it's a gcc that will run on the
11463 build machine, we want to use its includes instead of the system's
11464 default includes".
11465
11466 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
11467
11468 * MAINTAINERS: Add self to Write After Approval list.
11469
11470 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
11471
11472 * configure.in (libstdcxx_flags): Don't use `"'.
11473
11474 * config-ml.in: Adjust multilib search paths to the
11475 appropriate multilib tree.
11476
11477 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
11478
11479 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11480 commas in $LANGUAGES.
11481
11482 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
11483
11484 * configure.in: Re-enable all references to libg++ and librx.
11485
11486 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
11487
11488 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11489 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
11490 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11491 * ltcf-cxx.sh (need_lc): Set based on postdeps.
11492
11493 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11494
11495 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
11496
11497 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11498 CXX_FOR_TARGET for sed.
11499
11500 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
11501
11502 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11503 Do not override if already set in the environment or in configure.
11504 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11505 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11506
11507 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
11508
11509 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11510 the libtool CVS tree multi-language branch.
11511 * ltconfig, ltmain.sh: Updated.
11512
11513 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
11514
11515 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11516 (clean-target): Depend on it.
11517
11518 * Makefile.in (FLAGS_FOR_TARGET): New macro.
11519 (GCC_FOR_TARGET): Use it.
11520 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11521 * configure.in: ... here.
11522 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
11523 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11524
11525 2000-07-24 Eric Christopher <echristo@cygnus.com>
11526
11527 * MAINTAINERS: Add self to Write After Approval list.
11528
11529 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
11530
11531 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11532 (configure-target-libchill, configure-target-libobjc): Likewise.
11533
11534 * configure.in: Use the same cache file for all target libs.
11535 * config-ml.in: But different cache files per multilib variant.
11536
11537 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11538
11539 * configure (topsrcdir): Don't use dirname.
11540
11541 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
11542
11543 * MAINTAINERS: Add self to Write After Approval list.
11544
11545 2000-07-20 Jason Merrill <jason@redhat.com>
11546
11547 * configure.in: Remove all references to libg++ and librx.
11548
11549 * configure, configure.in, Makefile.in: Unify gcc and binutils.
11550
11551 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
11552
11553 * config.sub: Update to subversions version 2000-07-06.
11554
11555 2000-07-12 Andrew Haley <aph@cygnus.com>
11556
11557 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11558 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11559
11560 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
11561
11562 * symlink-tree: Check number of arguments.
11563
11564 2000-07-05 Jim Wilson <wilson@cygnus.com>
11565
11566 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11567 search path for a g++ extracted from the build tree. This
11568 will allow link tests run by configure scripts in
11569 subdirectories to succeed.
11570
11571 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
11572
11573 * ltconfig: Add support for mips-dde-sysv4.2MP
11574
11575 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11576
11577 * MAINTAINERS: Add myself as loop discovery maintainer.
11578
11579 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
11580
11581 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11582 `os2'. Force ac_cv_exeext to be ".exe" in that case.
11583
11584 2000-06-19 Timothy Wall <twall@cygnus.com>
11585
11586 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11587 * config.sub: Add tic54x target.
11588
11589 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11590
11591 * MAINTAINERS: Add self as Fortran maintainer,
11592 remove Craig Burley.
11593
11594 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
11595
11596 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11597 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11598
11599 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
11600
11601 * MAINTAINERS: Add self as i18n maintainer
11602
11603 20000-05-21 H.J. Lu (hjl@gnu.org)
11604
11605 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11606 directory are used if they exist. Make sure
11607 $(build_tooldir)/include is searched for header files,
11608 $(build_tooldir)/lib/ for library files.
11609 (GCC_FOR_TARGET): Likewise.
11610 (CXX_FOR_TARGET): Likewise.
11611
11612 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
11613
11614 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11615
11616 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
11617
11618 * Makefile.in (configure-target-libiberty): Depend on
11619 configure-target-newlib.
11620
11621 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
11622
11623 * configure.in, Makefile.in: Merge all libffi-related
11624 configury stuff from the libgcj tree.
11625
11626 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
11627
11628 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11629 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11630
11631 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11632
11633 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11634 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11635 current version information. Add to proto-toplev directory.
11636 (gdb-taz): Build do-djunpack.
11637
11638 2000-05-15 David Edelsohn <edelsohn@gnu.org>
11639
11640 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11641
11642 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
11643
11644 * MAINTAINERS: Add self to Write After Approval list.
11645
11646 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11647
11648 * ltmain.sh: Preserve in relink_command any environment
11649 variables that may affect the linker behavior.
11650
11651 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
11652
11653 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11654
11655 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
11656
11657 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11658
11659 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11660
11661 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
11662 with the version name.
11663
11664 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
11665
11666 * MAINTAINERS: Add self as bb-reorder maintainer.
11667
11668 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
11669
11670 * config.if: Tweak.
11671
11672 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
11673
11674 * djunpack.bat: New file.
11675
11676 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
11677
11678 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
11679 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11680 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11681 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
11682
11683 2000-04-16 Dave Pitts <dpitts@cozx.com>
11684
11685 * config.sub (case $basic_machine): Change default for "ibm-*"
11686 to "openedition".
11687
11688 2000-04-13 Andreas Jaeger <aj@suse.de>
11689
11690 * MAINTAINERS: Added myself.
11691
11692 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11693
11694 * Makefile.in (gdb-taz): New target. GDB specific archive.
11695 (do-md5sum): New target.
11696 (MD5PROG): Define.
11697 (PACKAGE): Default to TOOL.
11698 (VER): Default to a shell script.
11699 (taz): Rewrite target. Move real work to do-proto-toplev. Include
11700 md5 checksum generation.
11701 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11702 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11703 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
11704 insight.tar.bz2): Use gdb-taz to create archive.
11705
11706 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
11707
11708 * configure (warn_cflags): Delete.
11709
11710 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
11711
11712 * MAINTAINERS: Added myself.
11713
11714 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
11715 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
11716
11717 * configure.in (enable_libstdcxx_v3): Add.
11718 (target_libs): Add bits here to switch between libstdc++-v2 and
11719 libstdc++-v3.
11720 * config.if: And this file too.
11721 * Makefile.in: Add libstdc++-v3 targets.
11722
11723 2000-04-05 Michael Meissner <meissner@redhat.com>
11724
11725 * config.sub (d30v): Add d30v as a basic machine type.
11726
11727 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
11728
11729 * configure.in: -linux-gnu*, not -linux-gnu.
11730
11731 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11732
11733 * MAINTAINERS: Add self in write-after-approval section.
11734
11735 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
11736
11737 * MAINTAINERS: Add self as ia64 port maintainer.
11738
11739 2000-03-08 Neil Booth <NeilB@earthling.net>
11740
11741 * MAINTAINERS: Add self in write-after-approval section.
11742
11743 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
11744
11745 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11746 (do-tar-bz2): Replace TOOL with PACKAGE.
11747 (gdb.tar.bz2): Remove GDBTK from GDB package.
11748 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
11749 dejagnu.tar.bz2): New packages.
11750
11751 2000-02-27 Andreas Jaeger <aj@suse.de>
11752
11753 * configure.in: Add entry for mips*-*-linux*, move catch all
11754 *-*-*linux* entry below this one.
11755
11756 2000-02-27 Ian Lance Taylor <ian@zembu.com>
11757
11758 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
11759
11760 2000-02-24 Nick Clifton <nickc@cygnus.com>
11761
11762 * config.sub: Support an OS of "wince".
11763
11764 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
11765
11766 * config.guess, config.sub: Updated to match config's 2000-02-15
11767 version.
11768
11769 2000-02-23 Linas Vepstas <linas@linas.org>
11770
11771 * config.sub: Add support for Linux/IBM 370.
11772 * configure.in: Likewise.
11773
11774 2000-02-22 Nick Clifton <nickc@cygnus.com>
11775
11776 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11777
11778 2000-02-20 Christopher Faylor <cgf@cygnus.com>
11779
11780 * config.guess: Guess "cygwin" rather than "cygwin32".
11781
11782 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11783
11784 * configure (gcc_version): When setting, narrow search to
11785 lines containing `version_string'.
11786
11787 2000-02-15 Denis Chertykov <denisc@overta.ru>
11788
11789 * config.sub: Add support for avr target.
11790
11791 2000-02-14 Nick Clifton <nickc@cygnus.com>
11792
11793 * MAINTAINERS: Add maintainers for MCore port.
11794
11795 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
11796
11797 * config.sub: Add mmix-knuth-mmixware.
11798
11799 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11800
11801 * MAINTAINERS: Pair cccp with cpplib maintainership.
11802
11803 2000-01-27 Christopher Faylor <cgf@redhat.com>
11804
11805 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11806 structure stuff to -L library search.
11807 (CXX_FOR_TARGET): Ditto.
11808 (CROSS_CHECK_MODULES): Fix spelling mistake.
11809
11810 2000-01-24 Mark Mitchell <mark@codesourcery.com>
11811
11812 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11813 the C++ compiler.
11814
11815 2000-01-12 Richard Henderson <rth@cygnus.com>
11816
11817 * configure.in: Don't build some bits for beos.
11818
11819 2000-01-12 Joel Sherrill (joel@OARcorp.com)
11820
11821 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11822 as include files.
11823
11824 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
11825
11826 * Add self as cpplib maintainer, as requested by Jason
11827 Merrill. Correct my e-mail address.
11828
11829 2000-01-06 Geoff Keating <geoffk@cygnus.com>
11830
11831 * configure.in: Use mt-aix43 to handle *_TARGET defs,
11832 not mh-aix43.
11833
11834 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
11835
11836 * MAINTAINERS: Add myself to "write after approval" list.
11837
11838 1999-12-14 Richard Henderson <rth@cygnus.com>
11839
11840 * config.guess (alpha-osf, alpha-linux): Detect ev67.
11841 * config.sub: Accept alphaev[78], alphaev8.
11842
11843 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11844
11845 * config.guess, config.sub: Update from autoconf.
11846
11847 1999-11-29 Bruce Korb <autogen@linuxbox.com>
11848
11849 * MAINTAINERS: update my playtime e-address.
11850
11851 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11852
11853 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11854 necessary libraries are missing.
11855
11856 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
11857
11858 * MAINTAINERS: Add new 'write after approval' maintainer.
11859
11860 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
11861
11862 * MAINTAINERS: Add new Java maintainer.
11863
11864 1999-10-25 Andreas Schwab <schwab@suse.de>
11865
11866 * configure: Fix quoting inside arguments of eval.
11867
11868 1999-10-21 Nick Clifton <nickc@cygnus.com>
11869
11870 * config-ml.in: Allow suppression of some ARM multilibs.
11871
11872 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
11873
11874 * config.guess: Add OS/390 match pattern.
11875 * config.sub: Add mvs, openedition targets.
11876 * configure.in (i370-ibm-opened*): New.
11877
11878 1999-09-04 Steve Chamberlain <sac@pobox.com>
11879
11880 * config.sub: Add support for configuring for pj.
11881
11882 1999-08-31 Nick Clifton <nickc@cygnus.com>
11883
11884 * config.sub (maybe_os): Add support for configuring for fr30.
11885
11886 1999-08-25 Nick Clifton <nickc@cygnus.com>
11887
11888 * configure.in: Do not configure or build ld for AIX
11889 platforms. ld is known to be broken on these platforms.
11890
11891 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11892
11893 * config-ml.in: Pass compiler flag corresponding to multidirs to
11894 subdir configures.
11895
11896 1999-08-09 Ian Lance Taylor <ian@zembu.com>
11897
11898 * Makefile.in (LDFLAGS): Define.
11899
11900 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
11901
11902 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11903 noconfigdirs.
11904 (*-*-cygwin*): Likewise.
11905
11906 1999-08-08 Ian Lance Taylor <ian@zembu.com>
11907
11908 * mkdep: New file.
11909 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11910 (BINUTILS_SUPPORT_DIRS): Add mkdep.
11911
11912 From Eli Zaretskii <eliz@is.elta.co.il>:
11913 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11914 long file name when using DJGPP on MS-DOS.
11915
11916 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
11917
11918 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11919
11920 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
11921
11922 * Makefile.in (check-target-libio): Remove all-target-libstdc++
11923 dependency as this causes "make check" to globally "make all"
11924
11925 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
11926
11927 * configure.in (target_libs): Added target-zlib.
11928 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11929 (CONFIGURE_TARGET_MODULES): Likewise.
11930 (CHECK_TARGET_MODULES): Likewise.
11931 (INSTALL_TARGET_MODULES): Likewise.
11932 (CLEAN_TARGET_MODULES): Likewise.
11933 (configure-target-zlib): New target.
11934 (all-target-zlib): Likewise.
11935 (all-target-libjava): Depend on all-target-zlib.
11936 (configure-target-libjava): Depend on configure-target-zlib.
11937
11938 * Makefile.in (configure-target-libjava): Depend on
11939 configure-target-newlib.
11940 (configure-target-boehm-gc): New target.
11941 (configure-target-qthreads): New target.
11942
11943 * configure.in (target_libs): Added target-qthreads.
11944 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11945 (CONFIGURE_TARGET_MODULES): Likewise.
11946 (CHECK_TARGET_MODULES): Likewise.
11947 (INSTALL_TARGET_MODULES): Likewise.
11948 (CLEAN_TARGET_MODULES): Likewise.
11949 (all-target-qthreads): New target.
11950 (configure-target-libjava): Depend on configure-target-qthreads.
11951 (all-target-libjava): Depend on all-target-qthreads.
11952
11953 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11954 (CONFIGURE_TARGET_MODULES): Likewise.
11955 (CHECK_TARGET_MODULES): Likewise.
11956 (INSTALL_TARGET_MODULES): Likewise.
11957 (CLEAN_TARGET_MODULES): Likewise.
11958 (all-target-libjava): New target.
11959 (all-target-boehm-gc): Likewise.
11960 * configure.in (target_libs): Added libjava, boehm-gc.
11961
11962 1999-07-22 Ian Lance Taylor <ian@zembu.com>
11963
11964 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11965 configure.bat in SUPPORT_FILES.
11966 (gas+binutils.tar.bz2): Likewise.
11967
11968 * makeall.bat: Remove; obsolete.
11969
11970 1999-07-21 Ian Lance Taylor <ian@zembu.com>
11971
11972 From Mark Elbrecht:
11973 * configure.bat: Remove; obsolete.
11974
11975 1999-07-11 Ian Lance Taylor <ian@zembu.com>
11976
11977 * configure: Add -W -Wall to the default CFLAGS when compiling with
11978 gcc.
11979
11980 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
11981
11982 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11983
11984 1999-06-30 Mark Mitchell <mark@codesourcery.com>
11985
11986 * configure.in: Build ld on IRIX6.
11987
11988 1999-06-12 Ian Lance Taylor <ian@zembu.com>
11989
11990 * Makefile.in: Change distribution targets to use bzip2 instead of
11991 gzip.
11992 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11993 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11994
11995 1999-06-04 Nick Clifton <nickc@cygnus.com>
11996
11997 * config.sub: Add mcore target.
11998
11999 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
12000
12001 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12002
12003 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
12004
12005 * config.guess (dummy): Changed to $dummy.
12006
12007 1999-05-24 Nick Clifton <nickc@cygnus.com>
12008
12009 * config.sub: Tidied up case statements.
12010
12011 1999-05-22 Ben Elliston <bje@cygnus.com>
12012
12013 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12014 <jiro@din.or.jp>.
12015
12016 * config.guess: Merge with FSF version. Future changes will be
12017 more accurately recorded in this ChangeLog.
12018 * config.sub: Likewise.
12019
12020 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
12021
12022 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12023
12024 1999-04-30 Tom Tromey <tromey@cygnus.com>
12025
12026 * ltmain.sh: [mode link] Always use CC given by ltconfig.
12027
12028 1999-04-23 Tom Tromey <tromey@cygnus.com>
12029
12030 * ltconfig, ltmain.sh: Update to libtool 1.2f.
12031
12032 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
12033
12034 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12035 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12036 Bad merge removed these two changes.
12037
12038 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
12039 Martin Heller (Ing.-Buero_Heller@t-online.de)
12040
12041 * config.guess (interix Alpha): Add.
12042
12043 1999-04-11 Richard Henderson <rth@cygnus.com>
12044
12045 * configure.in (i?86-*-beos*): Do config gperf; don't config
12046 gdb, newlib, or libgloss.
12047
12048 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
12049
12050 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12051 link a trivial program with -mabi=64. If it fails, remove mabi=64
12052 from multidirs.
12053
12054 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
12055
12056 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12057
12058 1999-04-08 Nick Clifton <nickc@cygnus.com>
12059
12060 * config.sub: Add support for mcore targets.
12061
12062 1999-04-07 Michael Meissner <meissner@cygnus.com>
12063
12064 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12065 not mt-ospace, in order to shut up assembler warning about using
12066 symbols that are named the same as registers.
12067
12068 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
12069
12070 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12071 dependency list for all-target-cygmon.
12072
12073 1999-04-05 Doug Evans <devans@casey.cygnus.com>
12074
12075 * config-ml.in: Check $host, not $target, for selective multilibs.
12076 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12077 thumb interworking, and underscore prefix multilibs.
12078
12079 1999-04-04 Ian Lance Taylor <ian@zembu.com>
12080
12081 * missing: Update to version from current automake.
12082
12083 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
12084
12085 * configure (gxx_include_dir): Removed.
12086
12087 * configure.in (gxx_include_dir): Handle it.
12088 * Makefile.in: Likewise.
12089
12090 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
12091
12092 * config.sub (mips64vr4111,mips64vr4111el) Add.
12093
12094 1999-03-21 Ben Elliston <bje@cygnus.com>
12095
12096 * config.guess: Correct typo for detecting ELF on FreeBSD.
12097
12098 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
12099
12100 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12101 config/mh-djgpp.
12102
12103 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
12104
12105 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12106 all-target-newlib to dependency list for all-target-bsp.
12107
12108 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
12109
12110 * config.sub: Add i386-uwin support.
12111 * config.guess: Likewise.
12112
12113 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12114
12115 * configure.in: cleanup, add mh-*pic handling for arm, special
12116 case powerpc*-*-aix*
12117
12118 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
12119
12120 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12121 can be built.
12122
12123 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
12124
12125 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
12126 targets.
12127
12128 1999-03-02 Nick Clifton <nickc@cygnus.com>
12129
12130 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
12131
12132 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
12133
12134 * config.sub: Check for "cygwin*" rather than "cygwin32*"
12135
12136 1999-02-24 Nick Clifton <nickc@cygnus.com>
12137
12138 * config.sub: Fix typo in arm recognition.
12139
12140 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
12141
12142 * configure.in (noconfigdirs): Changed target_configdirs to
12143 include target-bsp only for m68k-*-elf* and m68k-*-coff*
12144 rather than m68k-*-* since it is not known to work on
12145 m68k-aout. Ditto for arm-*-*oabi.
12146
12147 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
12148
12149 * configure.in (*-*-windows*): Remove, no longer used.
12150
12151 1999-02-19 Ben Elliston <bje@cygnus.com>
12152
12153 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
12154 Smart and improved by Andrew Cagney.
12155
12156 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
12157
12158 * config.guess: Recognize openbsd-*-hppa.
12159
12160 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
12161
12162 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
12163 only if it is not empty.
12164
12165 1999-02-17 Nick Clifton <nickc@cygnus.com>
12166
12167 Patch from: Scott Bambrough <scottb@corelcomputer.com>
12168
12169 * config.guess: Modified to recognize uname's armv* syntax.
12170
12171 * config.sub: Modified to recognize uname's armv* syntax.
12172
12173 1999-02-17 Mark Salter <msalter@cygnus.com>
12174
12175 * configure.in: Added target-bsp for sparclite.
12176
12177 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
12178
12179 * config.sub: Recognize alphapca5[67] and up to alphaev8.
12180
12181 1999-02-08 Nick Clifton <nickc@cygnus.com>
12182
12183 * configure.in: Add support for strongarm port.
12184 * config.sub: Add support for strongarm target.
12185
12186 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
12187
12188 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
12189 the old name config/mh-cygwin32.
12190 Enable texinfo.
12191
12192 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
12193
12194 * configure.in: Do build ld for ix86 Solaris.
12195
12196 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
12197
12198 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
12199 $AR_FOR_TARGET. Likewise for RANLIB.
12200
12201 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
12202
12203 * config.sub (oabi): Recognize.
12204 * configure.in (arm-*-oabi): Handle.
12205
12206 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
12207
12208 * config.guess: Improve detection of i686 on UnixWare 7.
12209
12210 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
12211
12212 * config.guess: Add support for i386-pc-interix.
12213 * config.sub: Likewise.
12214 * configure.in: Likewise.
12215
12216 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
12217
12218 * Makefile.in: Remove unneeded all-target-libio from
12219 from all-target-winsup target since it is now unneeded.
12220 Add all-target-libtermcap in its place since it is now
12221 needed.
12222
12223 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
12224
12225 * configure.in: makefile stub for cygwin target is probably
12226 unnecessary. Remove it for now.
12227
12228 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
12229
12230 * configure.in: libtermcap.a should be built when cygwin is the
12231 target as well as the host.
12232 * config.guess: Allow mixed case in cygwin uname output.
12233 * Makefile.in: Add libtermcap target.
12234
12235 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
12236
12237 * config.sub: Clean up handling of hppa2.0.
12238
12239 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
12240
12241 * config.guess: Use C code to identify more HP machines.
12242
12243 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
12244
12245 * config.sub: Handle hppa2.0.
12246
12247 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
12248
12249 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
12250 cygmon for all sparclite targets, regardless of object format.
12251
12252 1998-12-15 Mark Salter <msalter@cygnus.com>
12253
12254 * configure.in: Added target-bsp for several target architectures.
12255
12256 * Makefile.in: Added rules for bsp.
12257
12258 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
12259
12260 * config.guess: Improve detection of hppa2.0 processors.
12261
12262 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
12263
12264 * config.guess: Recognize FreeBSD using ELF automatically.
12265
12266 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
12267
12268 * configure (skip-this-dir): Add handling for new shell script, which
12269 might be created by a sub-directory's configure to indicate, this particular
12270 directory is "unwanted".
12271 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
12272
12273 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
12274
12275 * ltconfig: import from libtool, after changing libtool to
12276 account for the cygwin name change.
12277
12278 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
12279
12280 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
12281 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
12282
12283 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
12284
12285 * configure.in: Add libtermcap to list of cygwin dependencies.
12286
12287 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
12288
12289 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
12290 they include winsup/include when it's a cygwin target.
12291
12292 1998-11-12 Tom Tromey <tromey@cygnus.com>
12293
12294 * configure.in (host_tools): Added zip.
12295 * Makefile.in (all-target-libjava): Depend on all-zip.
12296 (all-zip): New target.
12297 (ALL_MODULES): Added all-zip.
12298 (NATIVE_CHECK_MODULES): Added check-zip.
12299 (INSTALL_MODULES): Added install-zip.
12300 (CLEAN_MODULES): Added clean-zip.
12301
12302 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
12303
12304 * Makefile.in: lose "32" from comment about cygwin.
12305
12306 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
12307
12308 * configure.in: Use -Os to build target libraries for the fr30.
12309
12310 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
12311
12312 * config.sub: Add fr30.
12313
12314 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
12315
12316 * configure.in: drop "32" from config/mh-cygwin32. Check
12317 cygwin* instead of cygwin32*.
12318 * config.sub: Check cygwin* instead of cygwin32*.
12319
12320 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
12321
12322 * config.guess: Match any version of Unixware7.
12323
12324 1998-10-20 Syd Polk <spolk@cygnus.com>
12325
12326 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
12327 if desired.
12328
12329 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
12330
12331 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
12332 these if the appropriate directories and files to not exist.
12333
12334 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
12335
12336 * Makefile.in (DEVO_SUPPORT): Add config.if.
12337
12338 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
12339
12340 * configure: Add pattern to replace "build_tooldir"'s
12341 definition in the generated Makefile with "tooldir"'s
12342 actual value.
12343
12344 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
12345
12346 * config.sub: Bring back lost sparcv9.
12347
12348 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
12349
12350 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
12351
12352 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
12353 CC_FOR_TARGET and friends.
12354
12355 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12356
12357 * Makefile.in (build_tooldir): New variable, same as tooldir.
12358 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
12359 -B$(build_tooldir)/bin/.
12360 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
12361
12362 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12363
12364 * README: Remove installation instructions and refer to the
12365 INSTALL directory instead.
12366
12367 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
12368
12369 * config.sub: Add support for i[34567]86-pc-udk.
12370 * configure.in: Likewise.
12371
12372 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
12373
12374 * Makefile.in: add bzip2 package building bits for user
12375 tools module
12376 * configure.in: ditto
12377
12378 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
12379
12380 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
12381 (ALL_TARGET_MODULES): Add all-target-libobjc.
12382 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12383 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12384 (all-target-libchill): Add dependencies.
12385 * configure.in (target_libs): Add libchill.
12386
12387 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
12388
12389 * configure.in (target_subdir): Remove duplicate line.
12390
12391 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
12392
12393 * Makefile.in (all-automake): fix dependencies.
12394
12395 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
12396
12397 * configure.in: Minor cleanups for building in the $(target_alias)
12398 subdir.
12399
12400 1998-09-22 Jim Wilson <wilson@cygnus.com>
12401
12402 * Makefile.in (bootstrap): Set r and s before make all. Use
12403 BASE_FLAGS_TO_PASS in make all.
12404 (cross): Likewise.
12405
12406 1998-09-20 Mark Mitchell <mark@markmitchell.com>
12407
12408 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
12409
12410 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
12411
12412 * config.sub: Fix typo in last change.
12413
12414 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12415
12416 * config.sub: Add support for C4x target.
12417 * configure.in: Likewise.
12418
12419 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
12420
12421 * config.sub: Recognize sparcv9 just like sparc64.
12422
12423 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
12424
12425 * config.guess: Match "Pent II" or "PentII" for OpenServer.
12426
12427 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
12428
12429 * config.guess: Correctly identify Pentium II sco boxes.
12430
12431 * config.guess: Fix "tr" code. From Weiwen Liu.
12432
12433 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
12434
12435 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12436 stabs.
12437
12438 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
12439
12440 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12441 (ALL_TARGET_MODULES): Add all-target-libchill.
12442 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12443 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12444 (all-target-libchill): Add dependencies.
12445 * configure.in (target_libs): Add libchill.
12446
12447 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
12448
12449 * config.guess: Avoid assumptions about "tr" behaves when
12450 LANG is set to something other than English.
12451
12452 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
12453
12454 * configure (gxx_include_dir): Changed to
12455 '${prefix}/include/g++'-${libstdcxx_interface}.
12456
12457 * config.if: New to determine the interfaces.
12458
12459 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
12460
12461 * config.guess: Detect and handle MPE/IX.
12462 * config.sub: Deal with MPE/IX.
12463
12464 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
12465
12466 * configure.in: Use mh-aix43.
12467
12468 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
12469
12470 * configure: Fix --without/--disable cases for gxx-include-dir.
12471
12472 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
12473
12474 * mdata-sh: Imported. Needed for automake support.
12475
12476 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
12477
12478 * Makefile.in (taz): Try "chmod -R og=u ." before
12479 "chmod og=u `find . -print`".
12480
12481 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
12482
12483 * configure.in: Add arm-elf and thumb-elf support.
12484
12485 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
12486
12487 * Makefile.in: Undo previous patch.
12488
12489 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
12490
12491 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12492 to here ...
12493 (install-no-fixedincludes): and here
12494 (INSTALL_MODULES): ... from here.
12495
12496 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
12497
12498 * config.sub: Merge with FSF.
12499
12500 * config.guess: Merge with FSF.
12501
12502 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
12503
12504 * configure (extraconfigdirs): New variable.
12505 (SUBDIRS): Add extraconfigdirs and recurse on them too.
12506 * Makefile.in (all): Move higher in file.
12507 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12508 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12509 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12510 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12511 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12512
12513 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
12514
12515 * Makefile.in (all-target-libjava): Depend on all-gcc and
12516 all-target-newlib.
12517 (configure-target-libjava): Depend on $(ALL_GCC).
12518
12519 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
12520
12521 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12522 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12523
12524 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
12525
12526 * INSTALL/README: Fix typo.
12527
12528 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
12529
12530 * ylwrap: Change absolute path checks to check for DOS style path
12531 names.
12532
12533 * ylwrap: Don't use a full path name if the source file is in the
12534 same directory. From hjl@lucon.org (H.J. Lu).
12535
12536 * config-ml.in: Default to being verbose, to match Feb 18 change to
12537 configure.
12538
12539 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
12540
12541 Brought over from egcs:
12542
12543 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12544
12545 * configure.in (target_subdir): Set to ${target_alias} instead
12546 of "libraries".
12547
12548 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12549
12550 * configure.in (target_subdir): Set to libraries if enable_multilib.
12551
12552 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
12553
12554 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12555 multilibs, force reconfiguration the first time we create
12556 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12557
12558 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
12559
12560 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12561 avoid confusion with --no-recursion.
12562
12563 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
12564
12565 * configure.in: Win32 hosts shouldn't use install -x
12566 * install-sh: remove -x option, and special .exe-handling
12567 hack.
12568
12569 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
12570
12571 * config.guess: Recognize i586-pc-beos.
12572 * configure.in: Don't build some bits for beos.
12573
12574 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
12575
12576 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12577 CFLAGS default to -O2.
12578
12579 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12580 when using GNU ld.
12581
12582 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
12583
12584 * ltmain.sh: Correct install when using a different shell.
12585
12586 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
12587
12588 * ltconfig, ltmain.sh: Update to libtool 1.2b.
12589
12590 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
12591
12592 * makefile.vms: Update to build binutils/makefile.vms. Add install
12593 target.
12594
12595 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
12596
12597 * ltconfig: Update to correct AIX handling.
12598
12599 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12600
12601 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12602
12603 * configure.in (target_subdir): Set to ${target_alias} instead
12604 of "libraries".
12605
12606 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
12607
12608 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12609 (Makefile): Depend on $(gcc_version_trigger).
12610
12611 * configure (gcc_version): Change default initializer to empty
12612 string.
12613 (gcc_version_trigger): New variable; pass this variable down
12614 to subdir configures to enable them checking gcc's version
12615 themselves. Emit make macros for both gcc_version vars.
12616 (topsrcdir): Initialize reliably.
12617 (recursion line): Remove --with-gcc-version=${gcc_version}.
12618
12619 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12620
12621 * configure (enable_version_specific_runtime_libs): Implement new flag
12622 --enable-version-specific-runtime-libs which installs C++ runtime stuff
12623 in $(libsubdir); emit definition in each generated Makefile.
12624 (gxx_include_dir): Initialize depending on
12625 $enable_version_specific_runtime_libs.
12626
12627 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12628
12629 * configure (gcc_version): Initialize properly depending on
12630 how and where configure is started.
12631 (recursion line): Pass a --with-gcc-version=${gcc_version}
12632 to configures in subdirs.
12633
12634 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
12635
12636 * configure.in (noconfigdirs): Add configure pattern for mips tx39
12637 cygmon
12638
12639 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
12640
12641 * configure.in: Add cygmon and libstub support for mn10200.
12642
12643 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
12644
12645 * configure (gcc_version): Add new variable describing the
12646 particular gcc version we're building.
12647 * Makefile.in (libsubdir): Add new macro for the directory
12648 in which the compiler finds executables, libraries, etc.
12649 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12650 and libsubdir.
12651
12652 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12653
12654 * Makefile.in (local-clean): Remove *.log.
12655 (warning.log): Built with warn_summary from build.log.
12656 (mail-report.log): Run test_summary.
12657 (mail-report-with-warnings.log): Run test_summary including
12658 warning.log in the report.
12659
12660 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
12661
12662 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12663
12664 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
12665
12666 * Makefile.in (grep): Grep no longer depends on libiberty.
12667
12668 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
12669
12670 * Makefile.in: all-snavigator needs all-libgui.
12671
12672 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
12673
12674 * configure.in: Add cygmon and libstub support for mn10300.
12675
12676 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
12677
12678 * missing: Update to version from automake 1.3.
12679
12680 * ltmain.sh: On installation, don't get confused if the same name
12681 appears more than once in the list of library names.
12682
12683 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
12684
12685 * config.sub: Accept m68060 and m5200 as CPU names.
12686
12687 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
12688
12689 * configure: Use && rather than using -a in test, because odd
12690 strings can confuse test.
12691 * configure.in: Likewise.
12692
12693 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
12694
12695 * ltconfig, ltmain.sh: Bring in Visual C++ support.
12696
12697 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12698
12699 * Makefile.in (boostrap2-lean, bootstrap3-lean,
12700 bootstrap4-lean): New targets.
12701
12702 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
12703
12704 * mpw-* Delete. Not used.
12705
12706 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
12707
12708 * COPYING.LIB: Update FSF address.
12709
12710 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
12711
12712 * ltconfig, ltmain.sh: Update to libtool 1.2a.
12713
12714 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12715 GAS_SUPPORT_DIRS.
12716
12717 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
12718
12719 * ltconfig, ltmain.sh: Avoid producing a version number if
12720 -version-info was not used.
12721
12722 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
12723
12724 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12725 building with newlib.
12726
12727 1998-04-30 Paul Eggert <eggert@twinsun.com>
12728
12729 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
12730 Solaris `make' causes it to continue to next definition.
12731
12732 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
12733
12734 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12735 the right GUI libraries and files are installed along with GDB.
12736
12737 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
12738
12739 * configure.in: Change alpha to alpha* in several places.
12740
12741 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
12742
12743 * config.sub: Recognize sparc86x.
12744
12745 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
12746
12747 * configure.in (--enable-target-optspace): Remove debug echo.
12748
12749 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
12750
12751 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12752
12753 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
12754
12755 * ltconfig: Update cygwin32 support.
12756
12757 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12758 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12759 (GDB_SUPPORT_DIRS): Likewise.
12760
12761 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
12762
12763 * configure.in (target_makefile_frag): If --enable-target-optspace,
12764 use -Os to compile target libraries rather than -O2. Default to
12765 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12766 not used.
12767 * configure.in (target_cflags): Ditto for d30v.
12768
12769 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
12770
12771 * Makefile.in (all-bfd): Depend on all-intl.
12772 (all-binutils): Likewise.
12773 (all-gas): Likewise.
12774 (all-gprof): Likewise.
12775 (all-ld): Likewise.
12776
12777 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
12778
12779 * configure.in (host_tools): Fix typo, lbtool -> libtool.
12780
12781 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
12782
12783 * Makefile.in (all-bfd): Depend upon all-libiberty.
12784
12785 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12786
12787 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
12788
12789 * Makefile.in: Add libstub.
12790
12791 * configure.in: Ditto. Build libstub for targets that have cygmon
12792 support.
12793
12794 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
12795
12796 * configure.in: Don't set PICFLAG on ix86-cygwin32.
12797
12798 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
12799
12800 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12801 use mh-sysv5 if specified. Support gprof on SCO Open Server.
12802
12803 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
12804
12805 * configure: Define DEFAULT_M4 by searching PATH.
12806 * Makfile.in: Use DEFAULT_M4.
12807
12808 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
12809
12810 * ltconfig: Add cygwin32 support.
12811
12812 * Makefile.in, configure.in: Add libtool as a native only directory
12813 to configure and build.
12814
12815 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
12816
12817 * Makefile.in (INSTALL_MODULES): Remove texinfo.
12818
12819 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
12820
12821 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12822
12823 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
12824
12825 * Makefile.in: add ash make rules
12826 * configure.in: add ash to native_only and host_tools lists
12827
12828 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
12829
12830 * Makefile.in (all-gettext, all-intl): New targets.
12831 (ALL_MODULES): Added all-gettext, all-intl.
12832 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12833 (INSTALL_MODULES): Added install-gettext, install-intl.
12834 (CLEAN_MODULES): Added clean-gettext, clean-intl.
12835
12836 * configure.in (host_tools): Added gettext.
12837 (native_only): Likewise.
12838 (noconfigdirs) [various cases]: Likewise.
12839 (host_libs): Added intl.
12840
12841 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
12842
12843 * configure: Do not disable building gdbtk for cygwin32 hosts.
12844
12845 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
12846
12847 * configure.in: Add thumb-coff target.
12848 * config.sub: Add thumb-coff target.
12849
12850 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12851
12852 * Makefile.in: Revert yesterday's change.
12853 (all-target-winsup): all-target-librx stays out of here.
12854
12855 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
12856
12857 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12858 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12859 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12860 Remove references to librx and libg++.
12861
12862 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
12863
12864 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12865 recursive makes
12866
12867 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
12868
12869 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
12870 for newlib directory.
12871 (CXX_FOR_TARGET): Likewise.
12872
12873 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
12874
12875 * ltconfig: Update after libtool/ltconfig.in change for
12876 hpux11.
12877
12878 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
12879
12880 * ltconfig, ltmain.sh: Update to libtool 1.2.
12881
12882 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
12883
12884 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12885 (install-gcc-cross): Instead, override LANGUAGES here.
12886
12887 1998-03-18 Dave Love <d.love@dl.ac.uk>
12888
12889 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12890 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12891
12892 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
12893
12894 * configure.in: Add Thumb-pe target.
12895
12896 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
12897
12898 * Makefile.in - changed sn targets to snavigator
12899 * configure.in - changed sn targets to snavigator
12900
12901 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
12902
12903 * config-ml.in: After building symlink tree call make distclean
12904 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12905 to be the case for libiberty.
12906
12907 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
12908
12909 * configure: When making link, also check the current
12910 directory. The configure scripts may create one.
12911
12912 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
12913
12914 * config.sub: Accept alphapca56 and alphaev6 properly.
12915
12916 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12917
12918 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12919
12920 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
12921
12922 * config.sub (sco5): Fix typo.
12923
12924 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
12925
12926 * Makefile.in (INSTALL_MODULES): Move install-tcl before
12927 install-itcl.
12928 (install-itcl): Remove dependency on install-tcl.
12929
12930 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
12931
12932 * configure.in: Remove libgloss from noconfigdirs for MN10300.
12933
12934 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
12935
12936 * configure.in: Don't build libgui for a cygwin32 target when not on
12937 a cygwin32 host.
12938
12939 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
12940
12941 * configure (redirect): Set to null, so default behavior of
12942 configure is now --verbose.
12943
12944 1998-02-16 Dave Love <d.love@dl.ac.uk>
12945
12946 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12947 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12948
12949 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
12950
12951 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12952 this change to sync Makefile.in with its ChangeLog entries.
12953
12954 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
12955
12956 * ltmain.sh (mkdir): Check that the directory doesn't exist
12957 before we exit with error, so that we don't get races during
12958 parallel builds.
12959
12960 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
12961
12962 * ltconfig, ltmain.sh: Update from libtool 1.0i.
12963
12964 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
12965
12966 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12967 PICFLAG_FOR_TARGET.
12968 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12969
12970 * configure: Emit a definition for the new macro enable_shared
12971 into each Makefile.
12972
12973 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12974
12975 * configure.in (host_tools, native_only): Add libtool.
12976
12977 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
12978
12979 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12980 Fix typo in ming config comment.
12981
12982 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
12983
12984 * ltconfig, ltmain.sh: Update from libtool 1.0h.
12985
12986 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
12987
12988 * config.sub: Add tic30 cases, and map c30 to tic30.
12989
12990 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
12991
12992 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12993 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12994 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12995 (CLEAN_TARGET_MODULES): Similarly
12996 (all-target-libf2c): Add dependences.
12997 * configure.in (target_libs): Add libf2c.
12998
12999 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
13000
13001 * configure.in: Remove expect from noconfigdirs when target
13002 is cygwin32. OK to build expect and dejagnu with Canadian
13003 Cross.
13004
13005 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
13006
13007 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13008 host.
13009
13010 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13011 and mingw32.
13012
13013 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
13014
13015 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13016 here as it is not defined in the toplevel Makefile.
13017
13018 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
13019
13020 * configure (package_makefile_rules_frag): New variable, which names
13021 a file with generic rules, ...
13022 Change comment to mention we now have FIVE parts.
13023 * configure: Undo last change.
13024
13025 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
13026
13027 * config.guess: More accurate determination of HP processor types.
13028 * config.sub: More accurate determination of HP processor types.
13029
13030 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
13031
13032 * configure (package_makefile_frag): Move inserting the
13033 ${package_makefile_frag} to where it should be according
13034 to the comment.
13035
13036 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
13037
13038 * config.guess: Add support for Linux/ARM.
13039
13040 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
13041
13042 * .cvsignore: Remove *-info and *-install since they match
13043 release-info and mpw-install, which we don't want to just ignore.
13044
13045 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
13046
13047 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13048
13049 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
13050
13051 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13052 local_prefix to sub-make invocations.
13053
13054 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
13055
13056 * configure.in: Check makefile fragments in the source
13057 directory.
13058
13059 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13060
13061 * configure.in: Check whether host and target makefile
13062 fragments exist before adding them to *_makefile_frag.
13063
13064 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
13065
13066 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13067
13068 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
13069
13070 * configure.in: Make sure we only replace RPATH_ENVVAR on
13071 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13072 regexp to sed.
13073
13074 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13075 to sub-makes.
13076
13077 1998-01-13 Lee Iverson (leei@ai.sri.com)
13078
13079 * config-ml.in (multi-do): LDFLAGS must include multilib
13080 designator.
13081
13082 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
13083
13084 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13085
13086 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
13087
13088 * config.sub: Add mingw32 support.
13089 * configure.in: Likewise.
13090
13091 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13092
13093 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13094
13095 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
13096
13097 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13098 * configure (gxx_include_dir): Provide a definition for subdirs
13099 which do not use autoconf.
13100
13101 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
13102
13103 * config.guess: Sync with egcs. Picks up new alpha support,
13104 BeOS & some additional linux support.
13105
13106 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
13107
13108 * config.guess: HP 9000/803 is a PA1.1 machine.
13109
13110 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
13111
13112 * configure.in: It's alpha*-...
13113
13114 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13115
13116 * configure.in (host_makefile_frag, target_makefile_frag):
13117 Handle multiple config files.
13118 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13119 alpha-*-*.
13120
13121 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
13122
13123 * mkdep: New file.
13124
13125 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
13126
13127 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
13128
13129 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
13130
13131 * Makefile.in: Add libgui directory.
13132 (GDB_TK): Add all-libgui.
13133 * configure.in: Add libgui directory.
13134 * configure: Add all-libgui to GDB_TK.
13135
13136 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
13137
13138 * config-ml.in (multidirs): Add m32r to multilib list.
13139
13140 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
13141
13142 * Makefile.in (all-target-gperf): Change dependency to
13143 all-target-libstdc++.
13144
13145 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
13146
13147 * config.guess: Add BeOS support.
13148
13149 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
13150
13151 Source directory cvs renamed to cvssrc:
13152 * configure.in (host_tools): Change cvs to cvssrc.
13153 (native_only): Likewise.
13154 (noconfigdirs) [various cases]: Likewise.
13155 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
13156 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
13157 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
13158 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
13159 (all-cvssrc): Rename target from all-cvs.
13160
13161 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
13162
13163 * configure (gxx_include_dir): Fix thinko.
13164
13165 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
13166
13167 * Makefile.in (INSTALL_TARGET_CROSS): Define.
13168 (install-cross, install-gcc-cross): New targets.
13169
13170 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
13171
13172 * configure.in (noconfigdirs): Add support for Thumb target.
13173
13174 * config.sub (maybe_os): Add support for Thumb target.
13175
13176 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
13177
13178 * Makefile.in: Add rules for cygmon.
13179
13180 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
13181
13182 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
13183
13184 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13185 * configure (gxx_include_dir): Provide a definition for subdirs
13186 which do not use autoconf.
13187
13188 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
13189
13190 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
13191 11/18/97 build
13192
13193 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
13194
13195 * From Franz Sirl.
13196 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
13197 found on RedHat Linux systems.
13198
13199 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
13200
13201 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
13202 guesses.
13203
13204 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
13205
13206 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
13207
13208 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
13209
13210 * ltmain.sh: If mkdir fails, check whether the directory was created
13211 anyhow by some other process.
13212
13213 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
13214
13215 * configure.in (d30v-*-*): Configure all directories.
13216
13217 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
13218
13219 * configure.in (d30v-*-*): Configure newlib, libiberty directories
13220 for the D30V.
13221
13222 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
13223
13224 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
13225
13226 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
13227
13228 * include/libiberty.h: Add extern "C" { so it can be used with C++
13229 progrms.
13230 * include/remote-sim.h: Add extern "C" { so it can be used with C++
13231 programs.
13232
13233 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
13234
13235 * configure.in (d30v-*-*): Configure GCC now.
13236
13237 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
13238
13239 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
13240 is no longer needed.
13241
13242 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
13243
13244 * Makefile.in: check-target-libio depends on all-target-libstdc++.
13245
13246 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
13247
13248 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
13249 targets using "$@" to provide support for similar but not identical
13250 targets without having to duplicate code.
13251
13252 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
13253
13254 * makefile.vms: Fix to work with DEC C.
13255
13256 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
13257
13258 * config.sub: Add mips-tx39-elf to marketing names.
13259
13260 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
13261
13262 * ltmain.sh: Handle symlinks in generated script.
13263
13264 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
13265
13266 * configure: Handle autoconf style directory options: --bindir,
13267 --datadir, --includedir, --infodir, --libdir, --libexecdir,
13268 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
13269 --sysconfdir.
13270 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
13271 (sharedstatedir, localstatedir, oldincludedir): New variables.
13272 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
13273 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
13274 sbindir, sharedstatedir, and sysconfdir.
13275
13276 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
13277
13278 * Makefile.in (bootstrap-lean): New target.
13279
13280 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
13281
13282 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
13283 sn, and gnuserv from noconfigdirs.
13284
13285 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
13286
13287 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
13288
13289 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
13290
13291 * Makefile.in (cross): New target.
13292
13293 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
13294 Jeff Law <law@cygnus.com>
13295
13296 * Makefile.in (bootstrap2, bootstrap3): New targets.
13297 (all-bootstrap): Remove outdated and confusing target.
13298 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
13299
13300 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
13301
13302 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
13303 windows. Consistent with gdb/configure.
13304
13305 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
13306
13307 * configure.in: Name Linux target fragment.
13308
13309 * configure: Rewrite so that project Makefile fragment is inserted
13310 first and appears last in the resulting Makefile.
13311
13312 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
13313
13314 * Makefile.in (install-itcl): Install tcl first.
13315
13316 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
13317
13318 * configure.in: remove bison from noconfigdirs for Cygwin32 host
13319
13320 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13321
13322 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
13323
13324 * configure.in (skipdirs): Add target-librx for Linux.
13325 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
13326
13327 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
13328
13329 * Makefile.in (bootstrap): New target.
13330
13331 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
13332
13333 * config.sub: Accept 'amigados' for backward compatibility.
13334
13335 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
13336
13337 * config.guess: Merge with FSF.
13338
13339 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
13340
13341 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
13342
13343 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
13344
13345 * config.sub: Add "marketing-names" patch.
13346
13347 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
13348
13349 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
13350
13351 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
13352
13353 * config.sub: Handle v850-elf.
13354
13355 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
13356
13357 * .cvsignore (*-install): Remove.
13358
13359 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
13360
13361 * ltconfig: Set CONFIG_SHELL in libtool.
13362 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
13363
13364 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13365
13366 * configure.in (target_subdir): Set to libraries if enable_multilib.
13367
13368 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
13369
13370 * config.guess: Update from gcc directory.
13371
13372 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
13373
13374 * Makefile.in (all-sim): Depends on all-readline.
13375
13376 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
13377
13378 * Makefile.in (BISON, YACC): Use $$s.
13379 (all-bison): Depend on all-texinfo.
13380
13381 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
13382
13383 * Makefile.in (BISON): Add -L flag.
13384 (YACC): Likewise.
13385
13386 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13387
13388 * configure.in (noconfigdirs): Add support for v850e target.
13389
13390 * config.sub (maybe_os): Add support for v850e target.
13391
13392 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13393
13394 * configure.in (noconfigdirs): Add support for v850ea target.
13395
13396 * config.sub (maybe_os): Add support for v850ea target.
13397
13398 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
13399
13400 * config.sub: Add mipstx39. Delete r3900.
13401
13402 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13403
13404 * Makefile.in (all-autoconf): Depends on all-texinfo.
13405
13406 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
13407
13408 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
13409 eabi targets.
13410
13411 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
13412
13413 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13414
13415 * configure: When handling a Canadian Cross, handle YACC as well as
13416 BISON. Just set BISON to bison. When setting YACC, prefer bison.
13417 * Makefile.in (all-bison): Depend upon all-texinfo.
13418
13419 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
13420
13421 * Makefile.in (BISON): bison, not byacc or bison -y.
13422 (YACC): bison -y or byacc or yacc.
13423 (various): Add *-bison as appropriate.
13424 (taz): No need to mess with BISON anymore.
13425
13426 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
13427
13428 * configure: If OSTYPE matches *win32*, try to find a good value for
13429 CONFIG_SHELL.
13430
13431 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
13432
13433 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13434 configure.in if it is present.
13435
13436 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
13437
13438 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13439
13440 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
13441
13442 * config.sub: Recognize `arc' cpu.
13443 * configure.in: Likewise.
13444 * config-ml.in: Likewise.
13445
13446 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
13447
13448 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
13449
13450 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
13451
13452 * configure: Changed sed delimiter from ':' to '|' when
13453 attempting to substitute ${config_shell} for SHELL. On
13454 NT ${config_shell} may contain a ':' in it.
13455
13456 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
13457
13458 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13459
13460 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
13461
13462 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
13463
13464 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
13465
13466 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
13467
13468 * ylwrap: If the program is a relative path, force it to be
13469 absolute.
13470
13471 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
13472
13473 * configure (tooldir): Set BISON to `bison -y' and not just bison.
13474
13475 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
13476
13477 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
13478 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13479 for libraries.
13480
13481 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
13482
13483 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
13484 separated by spaces.
13485
13486 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
13487
13488 * ylwrap: New file.
13489 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13490
13491 * ltmain.sh: Handle /bin/sh at start of install program.
13492
13493 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13494
13495 * ltconfig, ltmain.sh: New files, from libtool 1.0.
13496 * missing: New file, from automake 1.2.
13497
13498 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
13499
13500 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
13501 check-tk to CHECK_X11_MODULES.
13502
13503 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
13504
13505 * config.sub: Merge with FSF.
13506
13507 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
13508
13509 * config.guess: Merge with FSF.
13510
13511 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13512
13513 * configure: Treat msdosdjgpp like go32.
13514 * configure.in: Likewise. Don't remove gprof for go32.
13515
13516 * configure: Change Makefile.tem2 to Makefile.tm2.
13517
13518 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
13519
13520 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13521
13522 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13523
13524 * install-sh (chmodcmd): Set to null if the DST directory already
13525 exists. Same as Nov 11th change.
13526
13527 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
13528
13529 * configure (GDB_TK): Needs itcl and tix.
13530
13531 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
13532
13533 * config.guess: Update from FSF.
13534
13535 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
13536
13537 * Makefile.in (GDB_TK): Depend on itcl and tix.
13538
13539 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
13540
13541 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13542 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13543 (INSTALL_SCRIPT): New variable.
13544 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13545 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13546 to -x.
13547 * install-sh: Add support for -x option.
13548
13549 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
13550
13551 * configure.in, Makefile.in: Treat tix like itcl.
13552
13553 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
13554
13555 * Makefile.in (WINDRES): New variable.
13556 (WINDRES_FOR_TARGET): New variable.
13557 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13558 (EXTRA_HOST_FLAGS): Add WINDRES.
13559 (EXTRA_TARGET_FLAGS): Add WINDRES.
13560 (EXTRA_GCC_FLAGS): Add WINDRES.
13561 ($(DO_X)): Pass down WINDRES.
13562 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13563 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13564 DLLTOOL_FOR_TARGET.
13565
13566 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
13567
13568 * configure.in: configure sim before gdb for win32-x-ppc
13569
13570 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13571
13572 Move gperf into the toplevel, from libg++.
13573 * configure.in (target_tools): Add target-gperf.
13574 (native_only): Add target-gperf.
13575 * Makefile.in (all-target-gperf): New target, depend on
13576 all-target-libg++.
13577 (configure-target-gperf): Empty rule.
13578 (ALL_TARGET_MODULES): Add all-target-gperf.
13579 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13580 (CHECK_TARGET_MODULES): Add check-target-gperf.
13581 (INSTALL_TARGET_MODULES): Add install-target-gperf.
13582 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13583
13584 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
13585
13586 * config.sub (mn10200): Recognize new basic machine.
13587
13588 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13589
13590 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13591 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13592
13593 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13594
13595 * configure.in: If we're building mips-sgi-irix6* native, turn on
13596 ENABLE_MULTILIB and set TARGET_SUBDIR.
13597
13598 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
13599
13600 * Makefile.in (all-sn): Depend on all-grep.
13601
13602 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
13603
13604 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13605
13606 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13607 Makefile. From Jeff Makey <jeff@cts.com>.
13608 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13609
13610 * Makefile.in (DISTBISONFILES): Remove.
13611 (taz): Don't futz with DISTBISONFILES. Change BISON to use
13612 $(DEFAULT_YACC).
13613
13614 * configure.in: Build itl, db, sn, etc., when building for native
13615 cygwin32.
13616
13617 * Makefile.in (LD): New variable.
13618 (EXTRA_HOST_FLAGS): Pass down LD.
13619 ($(DO_X)): Likewise.
13620
13621 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
13622
13623 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13624
13625 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
13626
13627 * configure.in (targargs): Strip out any supplied --build argument
13628 before adding our own. Always add --build.
13629
13630 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
13631
13632 * configure.in (targargs): Pass --build if we're doing
13633 a cross-compile.
13634
13635 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
13636
13637 * configure: Use '|' instead of ":" as the separator in
13638 sed. Otherwise sed chokes on NT path names with drive
13639 designators. Also look for "?:*" as the leading characters in an
13640 absolute pathname.
13641
13642 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
13643
13644 * config.sub: Support for r3900.
13645
13646 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
13647
13648 * configure.in: Use install-sh, not install.sh.
13649
13650 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
13651
13652 * Makefile.in (taz): Improve check for BISON so it doesn't try to
13653 apply it twice.
13654
13655 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
13656
13657 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13658 install-binutils.
13659
13660 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
13661
13662 * Makefile.in: Add automake targets.
13663 * configure.in (host_tools): Add automake.
13664
13665 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
13666
13667 * configure: Default CXX to c++, not gcc.
13668 * Makefile.in (CXX): Set to c++, not gcc.
13669 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13670
13671 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
13672
13673 * install-sh: try appending a .exe if source file doesn't
13674 exist
13675
13676 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
13677
13678 * configure.in: Turn on multilib by default.
13679 (cross_only): Remove target-libiberty.
13680
13681 * Makefile.in (all-gcc): Don't depend on libiberty.
13682
13683 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
13684
13685 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13686
13687 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
13688
13689 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13690 (DISTBISONFILES): Add ld/Makefile.in
13691
13692 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
13693
13694 * configure.in: if target is cygwin32 but host isn't cygwin32,
13695 don't configure gdb tcl tk expect, not just gdb.
13696
13697 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
13698
13699 * configure.in: Added gnuserv everywhere sn appears.
13700
13701 * Makefile.in (ALL_MODULES): Added all-gnuserv.
13702 (CROSS_CHECK_MODULES): Added check-gnuserv.
13703 (INSTALL_MODULES): Added install-gnuserv.
13704 (CLEAN_MODULES): Added clean-gnuserv.
13705 (all-gnuserv): New target.
13706
13707 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
13708
13709 * config.guess: Fixes for MIPS OpenBSD systems.
13710
13711 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
13712
13713 * Makefile.in (INSTALL_XFORM): Remove.
13714 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13715
13716 * mkinstalldirs: New file, copied from automake.
13717 * Makefile.in (installdirs): Rename from install-dirs. Use
13718 mkinstalldirs. Change all users.
13719 (DEVO_SUPPORT): Add mkinstalldirs.
13720
13721 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
13722
13723 * install-sh: Rename from install.sh.
13724 * Makefile.in (INSTALL): Change install.sh to install-sh.
13725 (DEVO_SUPPORT): Likewise.
13726
13727 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
13728 Graichen <graichen@rzpd.de>.
13729
13730 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
13731
13732 * config.guess: Recognize OpenBSD systems correctly.
13733
13734 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13735
13736 * README, Makefile.in (ETC_SUPPORT): Remove references to
13737 cfg-paper*, configure.{texi,man,info*}._
13738
13739 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
13740
13741 * Makefile.in (all.normal): Ensure that gcc is built after all
13742 the x11 - ie gdb - targets.
13743
13744 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
13745
13746 * makefile.vms: Don't run conf-a-gas.
13747
13748 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
13749
13750 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
13751
13752 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
13753
13754 * configure.in: Remove noconfigdirs case since gdb also
13755 configures and builds for tic80-coff.
13756
13757 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
13758
13759 * configure: Set cache_file to config.cache.
13760 * Makefile.in (local-distclean): Remove config.cache.
13761
13762 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
13763
13764 * COPYING: Update FSF address.
13765
13766 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
13767
13768 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13769 noconfigdirs.
13770
13771 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
13772
13773 * Makefile.in (install-dirs): Don't crash if prefix, and hence
13774 MAKEDIRS, is empty.
13775
13776 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
13777
13778 * config.sub: Tweak mn10300 entry.
13779
13780 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
13781
13782 * configure.in (host_tools): Put sim before gdb, so gdb's
13783 configure.tgt can determine if the simulator was configured.
13784
13785 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
13786
13787 * config.sub: Move BeOS $os case to be with other Cygnus
13788 local cases.
13789
13790 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
13791
13792 * config.sub: Remove misplaced comment that broke Linux.
13793
13794 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
13795
13796 * config.sub: Add BeOS support.
13797
13798 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
13799
13800 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13801
13802 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
13803
13804 * configure.in (noconfigdirs): Remove tcl and tk from
13805 noconfigdirs for cygwin32 builds.
13806
13807 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
13808
13809 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13810
13811 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
13812
13813 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13814 make-all.com, use makefile.vms instead.
13815
13816 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
13817
13818 * config.sub: Accept -lnews*.
13819
13820 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
13821
13822 * configure.in (noconfigdirs): Disable target-newlib,
13823 target-examples and target-libiberty for d30v.
13824
13825 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13826
13827 * configure.in (noconfigdirs): Enable ld for d30v.
13828
13829 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
13830
13831 * configure.in (tic80-*-*): Build compiler.
13832
13833 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
13834
13835 * configure.in (d30v-*): Remove sim directory from list of
13836 unsupported d30v directories
13837
13838 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13839
13840 * config.sub, configure.in: Add d30v target cpu.
13841
13842 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
13843
13844 * makefile.vms: New file.
13845 * make-all.com: Remove.
13846
13847 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
13848
13849 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13850
13851 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
13852
13853 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13854
13855 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
13856
13857 * Makefile.in (ALL_MODULES): Added all-db.
13858 (CROSS_CHECK_MODULES): Addec check-db.
13859 (INSTALL_MODULES): Added install-db.
13860 (CLEAN_MODULES): Added clean-db.
13861
13862 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
13863
13864 * config.guess: Merge with latest FSF sources.
13865
13866 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
13867
13868 * Makefile.in (ALL_MODULES): Added all-itcl.
13869 (CROSS_CHECK_MODULES): Added check-itcl.
13870 (INSTALL_MODULES): Added install-itcl.
13871 (CLEAN_MODULES): Added clean-itcl.
13872
13873 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
13874
13875 * configure.in: build gdb for mn10200
13876
13877 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
13878
13879 * Makefile.in (all-target-winsup): Depend on all-target-libio.
13880
13881 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
13882
13883 * configure.in (tic80-*-*): Turn off most targets right now.
13884
13885 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
13886
13887 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13888 rather than the makeinfo program.
13889 (do-info): Depend upon all-texinfo.
13890
13891 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
13892
13893 * configure.in: Remove uses of config/mh-linux.
13894
13895 * config.sub, config.guess: Merge with latest FSF sources.
13896
13897 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
13898
13899 * config.sub (case $basic_machine): Add tic80 entries.
13900
13901 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
13902
13903 * config.sub, config.guess: Merge with latest FSF sources.
13904
13905 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13906
13907 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13908 * mpw-config.in: Test for NewFolderRecursive.
13909 * mpw-install: Use symbolic name for startup filename.
13910 * mpw-README: Add various additional details.
13911
13912 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
13913
13914 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13915
13916 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
13917
13918 * configure.in: Do build gcc and the target libraries for
13919 the mn10200.
13920
13921 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
13922
13923 * configure.in: don't avoid building gdb for mn10300 any more
13924 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13925 instead of single-quoting it.
13926
13927 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
13928
13929 * configure.in: Don't use --with-stabs on IRIX 6.
13930
13931 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
13932
13933 * configure.in (m32r): Build gdb, libg++ now.
13934
13935 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13936
13937 * configure.in (mips*-sgi-irix6*): Remove gdb and related
13938 directories from noconfigdirs.
13939
13940 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
13941
13942 * config.sub (basic_machine): added mips16 configuration
13943
13944 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13945
13946 * config.sub: Handle d10v-unknown.
13947
13948 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
13949
13950 * config.sub: Handle v850-unknown.
13951
13952 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
13953
13954 * Makefile.in: add findutils
13955 * configure.in: add findutils to list of host_tools
13956
13957 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
13958
13959 * config.sub: Handle mn10200 and mn10300.
13960
13961 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13962
13963 * configure.in (d10v-*): Do not build librx.
13964
13965 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
13966
13967 * configure.in (mn10300): Build everything except gdb & libgloss.
13968
13969 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
13970
13971 * config.guess: Patch for Dansk Data Elektronik servers,
13972 from Niels Skou Olsen <nso@dde.dk>.
13973
13974 For ncr, use /bin/uname rather than uname, since GNU uname does not
13975 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
13976
13977 Patch for MIPS R4000 running System V,
13978 from Eric S. Raymond <esr@snark.thyrsus.com>.
13979
13980 Fix thinko for nextstep.
13981
13982 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13983
13984 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
13985 * config.guess: Guess mips-dec-mach_bsd4.3.
13986
13987 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
13988 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
13989 release numbers.
13990 * config.guess (mips-mips-riscos*): Emit just enough of the
13991 release number.
13992
13993 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
13994 * config.guess (sparc-auspex-sunos*): Added.
13995 (f300-fujitsu-*): Added.
13996
13997 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
13998 * config.guess: Recognize a Tadpole as a sparc.
13999
14000 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14001
14002 * config.guess: Don't assume that NextStep version is either 2 or
14003 3. NextStep 4 (aka OpenStep 4) has come out now.
14004
14005 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14006
14007 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14008 From Rik Faith <faith@cs.unc.edu>.
14009
14010 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
14011
14012 * config.sub: Contributions from bug-gnu-utils to:
14013 Support plain "hppa" (no version given) architecture, reported by
14014 OpenStep.
14015 OpenBSD like NetBSD.
14016 LynxOs is not a hardware supplier.
14017
14018 * config.guess: Contributions from bug-gnu-utils to add support for:
14019 OpenBSD like NetBSD.
14020 Stratus systems.
14021 More Pyramid systems.
14022 i[n>4]86 Intel chips.
14023 M680[n>4]0 Motorola chips.
14024 Use unknown instead of lynx for hardware manufacturer.
14025
14026 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14027
14028 * install.sh (chmodcmd): Set to null if the DST directory already
14029 exists.
14030
14031 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14032
14033 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14034 not use mt-ppc target Makefile fragment any more.
14035
14036 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14037
14038 * configure.in (*-*-windows): Exclude everything but those dirs
14039 needed to build windows.
14040
14041 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
14042
14043 * Makefile.in (all-target-winsup): Depend on all-target-librx.
14044
14045 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14046
14047 * configure.in: Exclude mmalloc from i386-windows.
14048
14049 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14050
14051 * Undo my previous change.
14052
14053 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
14054
14055 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14056 unconditionally.
14057 (MAKEOVERRIDES): Define (revert this part of October 18 change).
14058
14059 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14060
14061 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
14062 host to add it's own flags.
14063
14064 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
14065
14066 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14067
14068 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
14069
14070 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14071 (CXX_FOR_TARGET): Likewise.
14072 (GCC_FOR_TARGET): Define.
14073 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14074 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14075 CC_FOR_TARGET was specified on the command line.
14076 (MAKEOVERRIDES): Don't define.
14077
14078 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
14079
14080 * configure.in (m32r): Fix spelling of libg++ libs.
14081
14082 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
14083
14084 * config.sub (-apple*): Remove, now redundant.
14085
14086 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
14087
14088 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14089
14090 * configure: Rework yesterday's sed script patch.
14091
14092 * config.sub: Merge with FSF.
14093
14094 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
14095
14096 * config.guess: Merge from FSF.
14097
14098 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
14099 * config.guess: Use pc instead of unknown, for pc clone systems.
14100 Change linux to linux-gnu.
14101
14102 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14103 * config.guess: Avoid non-portable tr syntax.
14104
14105 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
14106
14107 * test-build.mk (HOLES): Add "xargs" for gdb.
14108
14109 * configure: Avoid hpux10.20 sed bug.
14110
14111 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
14112
14113 * configure.in: Add support for windows host
14114 (that is a build done under the Microsoft build environment).
14115
14116 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
14117
14118 * Makefile.in: Replace all uses of srcroot with s, to shrink
14119 command line lengths.
14120
14121 Patches from Geoffrey Noer <noer@cygnus.com>:
14122 * configure.in: If configuring for newlib, pass --with-newlib to
14123 subdirectories.
14124 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
14125 -Bnewlib/ and -Lwinsup to gcc.
14126 (CXX_FOR_TARGET): Likewise.
14127
14128 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
14129
14130 * Makefile.in (ETC_SUPPORT): Add configure.
14131
14132 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
14133
14134 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
14135 host configuration file.
14136
14137 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
14138
14139 * configure.in: Break mn10x00 support into separate
14140 mn10200 and mn10300 configurations.
14141 * config.sub: Likewise.
14142
14143 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
14144
14145 * configure.in: Add lots of stuff to noconfigdirs for
14146 the mn10x00 targets.
14147
14148 * config.sub, configure.in: Add mn10x00 support.
14149
14150 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
14151
14152 * make-all.com: Call conf-a-gas, not config-a-gas.
14153
14154 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
14155
14156 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
14157 targets.
14158
14159 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
14160
14161 * mpw-README: Add much more detail for native PowerMac.
14162 * mpw-install: New file.
14163 * mpw-configure: Add --norecursion and --help options.
14164 * mpw-config.in: Translate readme and install files when
14165 copying to objdir.
14166 * mpw-build.in: Don't always depend on byacc and flex.
14167 (install-only-top): New action.
14168
14169 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
14170
14171 * configure.in: You can now configure GDB for the v850.
14172
14173 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
14174
14175 * configure.in (noconfigdirs): Don't configure any C++ dirs
14176 if targeting D10V.
14177
14178 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
14179
14180 * config.sub: Recognize mips64vr5000.
14181
14182 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
14183
14184 * configure.in: Use a single line for host_tools and native_only.
14185
14186 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
14187
14188 * config.sub, configure.in: Add entries for m32r.
14189
14190 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
14191
14192 * Makefile.in (inet-install): Don't run install-gzip.
14193
14194 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
14195
14196 * configure.in: Don't config lots of things for *-*-windows*.
14197
14198 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
14199
14200 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
14201 (host_libs, host_tools): Copy from configure.in.
14202 * mpw-configure: Don't complain about directories not found.
14203
14204 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14205
14206 * configure.in (i[345]86): Recognize i686 for pentium pro.
14207 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
14208 file.
14209
14210 * config.guess (i[345]86): Ditto.
14211
14212 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14213
14214 * configure.in (noconfigdirs): Removed gdb for D10V.
14215
14216 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
14217
14218 * configure.in: Remove ld, target-libio, target-libg++, and
14219 target-libstdc++ from noconfigdirs.
14220
14221 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
14222
14223 * configure: Fix three locations where shell scripts were
14224 being run directly rather than with config_shell.
14225
14226 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
14227
14228 * configure.in (v850-*-*): Set up initial $noconfigdirs.
14229 * config.sub (basic_machine): Recognize v850.
14230
14231 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
14232
14233 * mpw-configure: Handle multiple enable/disable options and
14234 pass them down recursively, handle -c and -s flags appropriately
14235 depending on choice of compiler, add escape mechanism for
14236 quoted arguments to gC.
14237
14238 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14239
14240 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
14241 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
14242 so that -mrelocatable-lib and -mno-eabi are used.
14243
14244 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
14245 not support --print-multi-lib, don't abort.
14246
14247 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
14248
14249 * make-all.com: Run config-a-gas.
14250 * setup.com: Don't copy subdirectory files around.
14251
14252 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
14253
14254 * configure.in (*-*-ose): Remove exclusion of libgloss for this
14255 target, it now compiles correctly.
14256
14257 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
14258
14259 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
14260
14261 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14262
14263 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
14264
14265 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14266
14267 * configure.in (native_only): Add prms.
14268
14269 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
14270
14271 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
14272 (BINUTILS_SUPPORT_DIRS): Likewise.
14273
14274 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14275
14276 * configure.in (d10v-*-*): Don't configure ld or gdb until the
14277 d10v support is added.
14278
14279 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14280
14281 * configure.in (d10v-*-*): New target.
14282
14283 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
14284
14285 * config.guess (HP 9000/811): Recognize this as a PA1.1
14286 machine.
14287
14288 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
14289
14290 * Makefile.in (do-tar-gz): New target, split out from tail end of
14291 taz target. Run each command separately, don't use pipes.
14292 (taz): Use it.
14293
14294 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
14295
14296 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
14297 * mpw-build.in: No builds should depend on building byacc or flex,
14298 they are assumed to be installed already.
14299
14300 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14301
14302 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
14303 variable that CC_FOR_TARGET needs.
14304
14305 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14306
14307 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
14308 options have changed since the last time the subdirectory was
14309 configured, and if it has, reconfigure.
14310 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
14311 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
14312
14313 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
14314
14315 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
14316 CLEAN_MODULES): Add bash.
14317 (all-bash): New target.
14318
14319 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
14320
14321 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
14322
14323 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14324
14325 * config.sub (basic_machine): Recognize d10v as a valid processor.
14326
14327 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
14328
14329 * mpw-configure: Add support for --bindir.
14330 * mpw-build.in: Use a GCC-specific build script for GCC actions.
14331
14332 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
14333
14334 * configure.in: add bash, time, gawk to list of hosttools and things
14335 to only build for native toolchains
14336
14337 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14338
14339 * Makefile.in (docdir): Remove.
14340
14341 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14342
14343 * Makefile.in (datadir): Set to $(prefix)/share.
14344
14345 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
14346
14347 * configure.in: build diff and patch for cygwin32-hosted
14348 toolchains.
14349
14350 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
14351
14352 * config.sub: Accept -rtems*.
14353
14354 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
14355
14356 * configure.in: enable dosrel for cygwin32-hosted builds,
14357 remove diff from the list of things not buildable
14358 via Canadian Cross
14359
14360 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
14361
14362 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
14363 don't get ". ".
14364
14365 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
14366
14367 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
14368
14369 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
14370
14371 * Makefile.in (taz): Handle case where tex3patch didn't even get
14372 checked out. Also, if it was found, put the symlink in a new util
14373 subdirectory.
14374
14375 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14376
14377 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
14378
14379 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
14380
14381 * config.sub: Recognize -openvms.
14382 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
14383 * make-all.com, setup.com: New files.
14384
14385 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14386
14387 * Makefile.in (taz): tex3patch moved to texinfo/util.
14388
14389 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
14390
14391 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
14392 * configure.in: remove make from disable-if-Can-Cross list
14393 enable gdb if ${host} and ${target} are cygwin32
14394
14395 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
14396
14397 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
14398 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
14399
14400 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14401
14402 * config.guess: Combine mips-mips-riscos cases, and use cpp to
14403 distinguish sysv/svr4/bsd variants.
14404 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
14405
14406 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
14407
14408 * configure.in: Added copyright notice.
14409 * move-if-change: Added copyright notice.
14410
14411 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14412
14413 * configure.in (powerpcle-*-solaris*): Until we get shared
14414 libraries working, don't build gdb, sim, make, tcl, tk, or
14415 expect.
14416
14417 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
14418
14419 * config.guess: Merge with FSF:
14420
14421 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14422 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14423
14424 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
14425 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14426
14427 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
14428 * config.guess: Combine two OSF1 rules.
14429 Also recognize field test versions. From mjr@zk3.dec.com.
14430 * config.guess (dgux): Use /usr/bin/uname rather than uname,
14431 because GNU uname does not support -p. From pmr@pajato.com.
14432
14433 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
14434
14435 * Makefile.in (MAKEDIRS): Removed $(tooldir).
14436
14437 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
14438
14439 * mpw-README: Document GCCIncludes.
14440
14441 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
14442
14443 * configure.in (alpha-*-linux*): Set enable_shared to yes.
14444
14445 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14446
14447 * mpw-configure: Handle --enable-FOO and --disable-FOO.
14448
14449 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
14450
14451 * configure.in (*-*-cygwin32): Configure make.
14452
14453 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
14454
14455 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14456
14457 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
14458
14459 * Makefile.in (all-inet): Depend on all-perl.
14460
14461 * Makefile.in (inet-install): New target.
14462
14463 * Makefile.in (all-inet): Depend on all-tcl.
14464 (all-inet): Depend on all-send-pr.
14465
14466 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14467
14468 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
14469 temporarily.
14470
14471 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
14472
14473 * configure.in: Don't configure --with-gnu-ld on AIX.
14474
14475 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14476
14477 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14478
14479 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
14480
14481 * Makefile.in (ALL_MODULES): Added all-inet.
14482 (CROSS_CHECK_MODULES): Added check-inet.
14483 (INSTALL_MODULES): Added install-inet.
14484 (CLEAN_MODULES): Added clean-inet.
14485 (all-indent): New target.
14486
14487 * configure.in (host_tools): Added inet.
14488 (native_only): Added inet.
14489 (noconfigdirs): Added inet.
14490
14491 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
14492
14493 * configure.in: Don't configure libgloss if we are not configuring
14494 newlib.
14495
14496 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
14497
14498 * configure.in: Don't configure libgloss for unsupported
14499 architectures.
14500
14501 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14502
14503 * Makefile.in (CLEAN_MODULES): Add clean-apache.
14504
14505 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
14506
14507 * Makefile.in (ALL_MODULES): Include all-apache.
14508 (CROSS_CHECK_MODULES): Include check-apache.
14509 (INSTALL_MODULES): Include install-apache.
14510 (all-apache): New target.
14511
14512 * configure.in: Added apache everywhere perl is seen.
14513
14514 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14515
14516 * Makefile.in: Add support for clean-{module} and
14517 clean-target-{module} rules.
14518
14519 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
14520
14521 * configure.in (*-*-ose) do not build libgloss.
14522
14523 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14524
14525 * config.guess (prep*:SunOS:5.*:*): Turn into
14526 powerpele-unknown-solaris2.
14527
14528 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
14529
14530 * configure.in: Permit --enable-shared to specify a list of
14531 directories.
14532
14533 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14534
14535 * configure.in (host==solaris): Pass only the first word of $CC
14536 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14537
14538 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14539
14540 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14541
14542 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
14543
14544 * Makefile.in (ALL_MODULES): Include all-perl.
14545 (CROSS_CHECK_MODULES): Include check-perl.
14546 (INSTALL_MODULES): Include install-perl.
14547 (ALL_X11_MODULES): Include all-guile.
14548 (CHECK_X11_MODULES): Include check-guile.
14549 (INSTALL_X11_MODULES): Include install-guile.
14550 (all-perl): New target.
14551 (all-guile): New target.
14552
14553 * configure.in (host_tools): Include perl and guile.
14554 (native_only): Include perl and guile.
14555 (noconfigdirs): Don't build guile and perl; no ports have been
14556 done.
14557
14558 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
14559
14560 * configure (--enable-*): Handle quoted option lists such as
14561 --enable-sim-cflags='-g0 -O' better.
14562
14563 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14564
14565 * Makefile.in ({,inst}all-target): New rule so we can make and
14566 install all of the target directories easily.
14567
14568 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14569
14570 * configure.in: Add missing global flag in sed substitution when
14571 deleting `target-' from ${configdirs}.
14572
14573 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
14574
14575 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14576 option.
14577
14578 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14579 config/mh-necv4.
14580
14581 * install.sh: Correct misspelling of transformbasename.
14582
14583 * config.guess: Recognize mips-*-sysv*.
14584
14585 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
14586
14587 * config.sub: Recognize mon960.
14588
14589 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
14590
14591 * configure: Restore Canadian Cross handling of BISON and LEX,
14592 removed in Feb 20 change.
14593
14594 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
14595
14596 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14597 Mention make install. Remove the old copyright date as well the
14598 clumsy and rather pointless copyright on the README file.
14599
14600 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
14601
14602 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14603 Makefile after running symlink-tree, then run `make distclean' to
14604 avoid clobbering any generated files in srcdir.
14605
14606 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
14607
14608 * configure.in (m68k-*-netbsd*): Build everything now.
14609
14610 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14611
14612 * Makefile.in (taz): Fix quoting.
14613
14614 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
14615
14616 * configure.in (sparclet-*-*): Build everything now.
14617
14618 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14619
14620 * configure.in (m68k-*-linux*): New host.
14621
14622 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
14623
14624 * configure: Check for bison before byacc.
14625
14626 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
14627
14628 * Makefile.in configure: Change the way LEX and BISON/YACC are
14629 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
14630 searching PATH. These are used as fallbacks by Makefile.in if
14631 flex/bison/byacc aren't in objdir.
14632
14633 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
14634
14635 * Makefile.in: Make everything which depends upon all-bfd also
14636 depend upon all-opcodes, in case --with-commonbfdlib is used.
14637
14638 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14639
14640 * configure.in (host *-*-cygwin32): Don't build gdb if we are
14641 building NT native compilers on Unix.
14642
14643 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
14644
14645 * configure.in: Don't get CC from the host Makefile fragment if we
14646 can find gcc in PATH, or if this is a Canadian Cross. Move the
14647 Solaris test for /usr/ucb/cc to the post target script, just after
14648 the compiler sanity test.
14649
14650 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
14651
14652 * config.sub: Merge with FSF.
14653
14654 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
14655
14656 * Makefile.in (RPATH_ENVVAR): New variable.
14657 (REALLY_SET_LIB_PATH): Use it.
14658 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14659
14660 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
14661
14662 * config.sub, configure.in: Recognize sparclet cpu.
14663
14664 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14665
14666 * config.guess: Support m68k-cbm-sysv4.
14667
14668 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14669
14670 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14671 m68k-unknown-linuxaout from linker help string. Put quotes around
14672 $ld_help_string.
14673
14674 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
14675
14676 * config.guess (powerpc-harris-powerunix): Add guess for port
14677 to new target.
14678
14679 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14680
14681 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14682
14683 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
14684
14685 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14686 $(REALLY_SET_LIB_PATH) in Makefile.
14687 * Makefile.in (SET_LIB_PATH): New variable.
14688 (REALLY_SET_LIB_PATH): New variable.
14689 ($(DO_X)): Use $(SET_LIB_PATH).
14690 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14691 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14692 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14693 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14694 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14695 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14696 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14697 (install-dosrel): Likewise.
14698 (all-opcodes): Depend upon all-libiberty.
14699
14700 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
14701
14702 * config.guess (*:CYGWIN*): New
14703
14704 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14705
14706 * Makefile.in (all-target-winsup): All all-target-libiberty.
14707
14708 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14709
14710 * configure.in (noconfigdirs): Add missing # in front of comment.
14711
14712 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
14713
14714 * configure.in: add second pass to things added to noconfigdirs
14715 so *-gm-magic can exclude libgloss properly.
14716
14717 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
14718
14719 * mpw-configure (extralibs_name, rez_name): Set correctly
14720 for MWC68K compiler.
14721
14722 * mpw-README: Add more info on the necessary build tools.
14723
14724 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
14725
14726 * configure.in, config.sub: Recognize cygwin32.
14727
14728 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
14729
14730 * config.guess, config.sub: Recognize A/UX.
14731
14732 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
14733
14734 * config.sub: Merge with gcc/config.sub.
14735
14736 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
14737
14738 * mpw-build.in (do-binutils): Add build of stamps.
14739
14740 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
14741
14742 * config.sub: Add recognition for mips64vr4100*-* targets.
14743
14744 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14745
14746 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14747 Add creation of gconfigargs with `--enable-shared' turned on.
14748 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14749 ($(host)-stamp-stage3-configured): Likewise.
14750 (HOLES): Add chatr and ldd.
14751 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14752
14753 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
14754
14755 * configure: Pass --nfp to recursive configures.
14756
14757 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
14758
14759 * Makefile.in (DLLTOOL): New.
14760 (DLLTOOL_FOR_TARGET): New.
14761 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14762 (EXTRA_TARGET_FLAGS): Ditto.
14763 (EXTRA_GCC_FLAGS): Ditto.
14764 (CONFIGURE_TARGET_MODULES): Ditto.
14765 (DO_X): Ditto.
14766 * configure: Add DLLTOOL.
14767
14768 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
14769
14770 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14771 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14772 mh-sco, since old workarounds no longer needed, and don't
14773 build ld, since libraries have weak symbols in COFF.
14774
14775 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
14776
14777 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14778
14779 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
14780
14781 * configure.in: Make sure that ${CC} can be used to compile an
14782 executable.
14783
14784 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14785
14786 * Makefile.in (all-gdb): Depend on $(GDB_TK).
14787 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14788 nothing depending on whether gdbtk is being built.
14789
14790 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
14791
14792 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14793
14794 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
14795
14796 * configure.in (noconfigdirs): Put ld or gas in this early, if the
14797 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14798
14799 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
14800
14801 * config-ml.in: Add support for
14802 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14803 Simplify setting of multidirs from --disable-foo.
14804
14805 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14806
14807 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14808 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14809 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
14810 non-empty, pass them on to the GCC make.
14811 (all-bootstrap): New rule that is like all-gcc, except it executes
14812 the GCC bootstrap rule instead of the GCC all rule.
14813
14814 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
14815
14816 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14817
14818 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14819
14820 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14821 DG/UX support.
14822
14823 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
14824
14825 * config.sub (i*86*) Change [345] to [3456]
14826
14827 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14828
14829 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14830 --with-gnu-ld=no.
14831
14832 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14833
14834 * config-ml.in (rs6000*, powerpc*): Add switches to control which
14835 AIX multilibs get built.
14836
14837 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14838
14839 * configure.in (i386-win32): Don't build expect if we're not
14840 building the tcl subdir.
14841
14842 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
14843
14844 * Makefile.in: (configure-target-examples, all-target-examples):
14845 New targets, configure and build example programs.
14846
14847 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
14848
14849 * mpw-configure: If an mpw-config.in generated a file mk.sed,
14850 use it as input to sedit the generated MPW makefile.
14851 * mpw-README: Add a suggestion about Gestalt.h.
14852
14853 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
14854
14855 * config.sub: Accept *-*-ieee*.
14856
14857 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
14858
14859 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
14860 Ronald F. Guilmette <rfg@monkeys.com>.
14861
14862 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14863
14864 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14865 for powerpc-pe native.
14866 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14867 (target==powerpc-pe): duplicate i386-win32 entry.
14868
14869 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14870
14871 * configure.in (noconfigdirs): Exclude target-newlib for all versions
14872 of vxworks, not just vxworks5.1.
14873
14874 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
14875
14876 * mpw-configure: Add support for exec-prefix.
14877
14878 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14879
14880 * config.guess: Recognize HP model 816 machines as having
14881 a PA1.1 processor.
14882
14883 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
14884
14885 * configure: Ignore new autoconf configure options.
14886
14887 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14888
14889 * config.guess: Recognize Pentium under SCO.
14890 From Robert Lipe <robertl@arnet.com>.
14891
14892 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14893
14894 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
14895
14896 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
14897
14898 * configure.in: Don't configure gas for alpha-dec-osf*.
14899
14900 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
14901
14902 * configure.in: Default to --with-stabs for some targets for which
14903 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14904 i[345]86*-*-unixware*.
14905
14906 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
14907
14908 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14909 rather than basing it on the target. Simplify handling of options
14910 controlling which directories to configure. Remove extraneous
14911 slash in multi-clean target.
14912
14913 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
14914
14915 * config-ml.in: Prefix more variables with ml_ so they don't collide
14916 with configure's.
14917
14918 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
14919
14920 * configure: Don't turn -v into --v.
14921
14922 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
14923
14924 * configure.in (targargs): Fix typo.
14925
14926 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14927
14928 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
14929
14930 * configure.in: Strip --host and --target options from
14931 CONFIG_ARGUMENTS, and always configure for --host only. Add
14932 --with-cross-host option when building with a cross-compiler.
14933 * configure: Canonicalize the arguments put into config.status by
14934 always using `=' for an option with an argument. Pass a presumed
14935 --host or --target explicitly.
14936
14937 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
14938
14939 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14940 into general OS recognition case.
14941
14942 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14943
14944 * configure.in (target_configdirs): add target-winsup only
14945 for win32 target systems.
14946
14947 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
14948
14949 * Makefile.in (all-target-libgloss): Depend upon
14950 configure-target-newlib, since when libgloss is built it looks to
14951 see if the newlib directory exists.
14952
14953 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
14954
14955 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14956 cfg-ml-*.in.
14957
14958 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
14959
14960 * configure: Handle LD and LD_FOR_TARGET when configuring a
14961 Canadian Cross.
14962
14963 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14964
14965 * configure.in (target_libs): add target-winsup.
14966 (target==i386-win32): add patch diff flex make to $noconfigdirs.
14967 (target==ppcle-pe): remove ld from $noconfigdirs.
14968
14969 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
14970
14971 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14972 Preserve relative path names in $srcdir. Build symlink tree if
14973 configuring cross target dir and srcdir=. (= no VPATH support).
14974 (configure-target-libg++): Depend on configure-target-librx.
14975 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14976 * config-ml.in: New file.
14977 * symlink-tree: New file.
14978 * configure: Ensure srcdir="." if that's what it is.
14979
14980 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
14981
14982 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14983 includes and FLEX_SKELETON setting.
14984 * mpw-configure (--with-gnu-ld): New option, controls whether
14985 to use PPCLink or ld with PowerMac GCC.
14986 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14987 * mpw-config.in: Configure grez if targeting Mac.
14988
14989 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
14990 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14991 just macos.
14992 * configure.in: Configure grez resource compiler if targeting Mac.
14993 * Makefile.in (all-grez, install-grez): New targets.
14994
14995 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
14996
14997 * configure: CXX defaults to gcc, not g++. If we find
14998 gcc in the path, set CC to gcc -O2.
14999
15000 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
15001
15002 * configure: Default ${build} correctly. Avoid picking up extra
15003 spaces when reading CC and CXX from Makefile. When doing a
15004 Canadian Cross, use plausible default values for numerous
15005 variables.
15006 * configure.in: When doing a Canadian Cross, don't try to
15007 configure tools whose configure script can't handle it.
15008
15009 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15010
15011 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15012
15013 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
15014
15015 * configure: Remove dubious bug reporting address.
15016
15017 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
15018
15019 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
15020 configure script, run that instead of this directory's configure.
15021 In either case, print a message that we're configuring the sub-dir.
15022
15023 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
15024
15025 * configure.in: Before checking for the existence of various files,
15026 use sed to filter out "target-".
15027
15028 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
15029
15030 * Makefile.in (DO_X): Split rule to decrease command line length
15031 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
15032 (Philippe De Muyter).
15033
15034 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15035
15036 * Makefile.in (all-patch): depend on all-libiberty.
15037
15038 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
15039
15040 * configure.in: If the only directory in target_configdirs which
15041 actually exists is libiberty, then set target_configdirs to empty,
15042 to avoid trying to build a target libiberty in a gas or gdb
15043 distribution.
15044
15045 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
15046
15047 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
15048 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15049 systems.
15050
15051 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15052
15053 * configure.in (copy_dirs): Use sys-include instead of include
15054 for --with-headers option.
15055
15056 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
15057
15058 * Makefile.in, configure.in: Make winsup builds work with
15059 new scheme.
15060
15061 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
15062
15063 * configure.in: Build the linker on AIX.
15064
15065 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
15066
15067 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
15068 where needed.
15069
15070 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
15071
15072 * Makefile.in (all-gcc): Fix typo.
15073
15074 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
15075
15076 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
15077
15078 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
15079
15080 * configure.in: Rename libFOO to target-libFOO, and xiberty
15081 to target-xiberty, to provide more flexibility.
15082 (target_subdir): Define. Create if cross.
15083 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15084 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
15085 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15086 check-libFOO -> check-target-libFOO, etc.
15087 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15088 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15089 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15090 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
15091 allow ALL_GCC="" to only configure.
15092 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
15093 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
15094 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
15095
15096 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
15097
15098 * Makefile.in (taz): Build "info" in etc explicitly.
15099
15100 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
15101
15102 * configure.in: Make sure that CC is undefined (as opposed to
15103 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
15104 problem with autoconf trying to configure on a host without GCC.
15105
15106 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15107
15108 * mpw-configure: Set host alias from choice of host compiler,
15109 only use generic MPW Makefile sed if present, edit a file
15110 named "hacked_Makefile.in" instead of "Makefile.in" if present.
15111 * mpw-README: Add problem notes about CW6 and CW7.
15112
15113 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
15114
15115 * Makefile.in (taz): Use ";" instead of ";;".
15116
15117 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15118
15119 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
15120 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15121 DISTDOCDIRS.
15122 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
15123 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
15124
15125 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
15126
15127 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
15128 and gnats, because they are now subsumed by DISTSTUFFDIRS.
15129 Move bfd to DISTSTUFFDIRS.
15130
15131 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15132
15133 * Makefile.in (X11_LIB): Removed.
15134 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
15135
15136 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
15137
15138 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15139
15140 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
15141 names.
15142
15143 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15144
15145 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
15146
15147 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
15148
15149 * configure.in (i[345]86-*-win32): Always build newlib.
15150 Don't configure cvs, autoconf or texinfo.
15151 * Makefile.in (LD_FOR_TARGET): New.
15152 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
15153 Pass down LD_FOR_TARGET.
15154
15155 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
15156
15157 * winsup: New directory.
15158 * Makefile.in: Build winsup.
15159 * configure.in: Winsup is configured when target is win32.
15160 Can only build win32 target GDB when native.
15161
15162 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
15163
15164 * config.guess: Recognize HP model 819 machines as having
15165 a PA 1.1 processor.
15166
15167 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
15168
15169 * configure: Fix sed loop which substitutes for CC and CXX to
15170 avoid bug found in various sed implementations.
15171
15172 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15173
15174 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
15175 simulator. Use standard powerpc-*-eabi*.
15176
15177 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
15178
15179 * configure.in: Stop putting gas and binutils in noconfigdirs for
15180 powerpc-*-aix* and rs6000-*-*.
15181
15182 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
15183
15184 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
15185 -mcall-aixdesc libraries.
15186
15187 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
15188
15189 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15190
15191 * config.sub (arm | armel | armeb): Fix shell syntax.
15192
15193 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15194
15195 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
15196 -msoft-float and -mcpu=common support.
15197 (powerpc*-*-eabisim*): Add support for building -mcall-aix
15198 libraries.
15199
15200 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15201
15202 * configure.in: Allow configuration and build of emacs19 for the alpha.
15203
15204 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15205
15206 * configure.in (CC): Get ^CC, not just any old CC, from
15207 ${host_makefile_frag}.
15208
15209 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15210
15211 * configure.in (CC): Try to get CC from
15212 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
15213
15214 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15215
15216 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
15217 only if it exists in $(srcdir).
15218
15219 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
15220
15221 * configure: If CC and CXX are not set in the environment, set
15222 them, based on either an existing Makefile or on searching for gcc
15223 in PATH. Substitute for CC and CXX in Makefile.
15224 * configure.in: Remove libm from target_libs. Separate
15225 target_configdirs from configdirs. If CC is not set in
15226 environment, try to get it from a host Makefile fragment. Rewrite
15227 changes of configdirs to use skipdirs instead. A few minor
15228 tweaks. Take directories out of target_configdirs as they are
15229 taken out of configdirs. Remove existing Makefile files from
15230 subdirectories. Substitute for TARGET_CONFIGDIRS and
15231 CONFIG_ARGUMENTS in Makefile.
15232 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
15233 by configure.in.
15234 (CONFIG_ARGUMENTS): Likewise.
15235 (CONFIGURE_TARGET_MODULES): New variable.
15236 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
15237 ($(CONFIGURE_TARGET_MODULES)): New target.
15238 (configure-libg++, configure-libio): New targets.
15239 (all-libg++): Depend upon configure-libg++.
15240 (all-libio): Depend upon configure-libio.
15241 (configure-libgloss, all-libgloss): New targets.
15242 (configure-libstdc++): New target.
15243 (all-libstdc++): Depend upon configure-libstdc++.
15244 (configure-librx, all-librx): New targets.
15245 (configure-newlib): New target.
15246 (all-newlib): Depend upon configure-newlib
15247 (configure-xiberty): New target.
15248 (all-xiberty): Depend upon configure-xiberty.
15249
15250 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15251
15252 * configure.in (host i[345]86-*-win32): Expand the
15253 noconfigdirs again.
15254
15255 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
15256
15257 * mpw-configure: Fix sed command file name.
15258
15259 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
15260
15261 * configure.in (host i[345]86-*-win32): Reduce the
15262 noconfigdirs again.
15263
15264 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
15265
15266 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
15267 or powerpc*-*-pe*, since they are not yet supported.
15268
15269 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15270
15271 Add PowerMac support and many other enhancements.
15272 * mpw-configure: New option --cc to select compiler to use,
15273 paste options set according to --cc into the generated
15274 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
15275 if mpw-make.sed is present.
15276 * mpw-config.in: Don't test for gC1, test for mpw-touch,
15277 add forward includes for PowerPC include files.
15278 * mpw-build.in: Build using Makefile.PPC if present.
15279 (do-byacc, etc): Remove separate version resource builds.
15280 (do-gas): Build "stamps" before "all".
15281 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
15282 * mpw-README: Update to reflect --cc option, PowerMac support,
15283 and recently-reported compatibility problems.
15284
15285 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
15286
15287 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
15288 embedded m68k systems (-aout, -coff, -elf, -vxworks).
15289 (--with-multilib-top): Pass to recursive invocations.
15290
15291 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
15292
15293 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
15294 v810-*-*.
15295
15296 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15297
15298 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
15299 gdb, ld and opcodes on v810-*-*.
15300
15301 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
15302
15303 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
15304 (local-maintainer-clean): New target.
15305 (maintainer-clean): New target.
15306 (realclean): Just depend upon maintainer-clean.
15307
15308 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15309
15310 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
15311
15312 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
15313
15314 * configure.in: Build ld in mips*-*-bsd* case.
15315
15316 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
15317
15318 * config.sub: Accept -lites* OS. From Ian Dall.
15319
15320 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
15321
15322 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
15323 targets.
15324
15325 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15326
15327 * configure.in: treat i386-win32 canadian cross the same as
15328 i386-go32 canadian cross.
15329
15330 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15331
15332 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
15333 running under the simulator to build a reduced set of libraries.
15334 (powerpc-*-eabiaix): Add fine grained multilib support added to
15335 other powerpc targets yesterday.
15336
15337 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15338
15339 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
15340 -disable-softfloat, -disable-relocatable, -disable-aix, and
15341 -disable-sysv to control which multilib libraries get built.
15342
15343 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15344
15345 * configure: Add Makefile.tem to list of files to remove in trap
15346 handler.
15347
15348 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
15349
15350 * config.guess (*Linux*): Add missing "exit"s.
15351 Also, need specific check for alpha-unknown-linux (uses COFF).
15352
15353 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
15354
15355 * config.guess: Merge with FSF:
15356
15357 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
15358 * config.guess (AIX4): More robust release numbering discovery.
15359
15360 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
15361 * config.guess (i386-sequent-ptx): Properly get version number.
15362
15363 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
15364 * config.guess (mips:*:4*:UMIPS): New case.
15365
15366 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
15367
15368 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
15369 (i386-win32 host): Likewise. Don't build readline.
15370
15371 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
15372
15373 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
15374 SUPPORT_FILES to submakes.
15375
15376 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
15377
15378 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
15379 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
15380 mpw-configure.
15381
15382 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
15383
15384 * configure.in (appdirs): Use =, not ==, in test expression when
15385 trying to build the text to print in the warning message for
15386 Solaris users.
15387
15388 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
15389
15390 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
15391
15392 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15393
15394 * config.guess: Recognize lynx-2.3.
15395
15396 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
15397
15398 * config.sub (z8ksim): Deleted
15399 (z8k-*-coff): New, this is the one true name of the target.
15400
15401 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
15402
15403 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
15404
15405 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
15406
15407 * config.guess (*:Linux:*:*): First try asking the linker what the
15408 default object file format is (elf, aout, or coff). Then if this
15409 fails, try previous methods.
15410
15411 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15412
15413 * configure.in: Don't build newlib for *-*-vxworks5.1.
15414
15415 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15416
15417 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15418 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15419
15420 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
15421
15422 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15423
15424 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
15425
15426 * cfg-ml-com.in: New file.
15427 * cfg-ml-pos.in: New file.
15428
15429 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15430
15431 * COPYING.NEWLIB: Add HP free copyright to list.
15432
15433 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15434
15435 * config.sub: Recognize -eabi* for the system, not just -eabi.
15436
15437 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
15438
15439 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15440 * config.sub, configure.in (win32): New target and host.
15441
15442 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
15443
15444 * configure.in: Add i386-pe configuration.
15445
15446 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
15447
15448 * mpw-build.in (install): Install GDB after LD.
15449
15450 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
15451
15452 * mpw-config.in (elf/mips.h): Always forward-include, needed
15453 for GDB to build.
15454
15455 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
15456
15457 * testsuite: New directory for customer acceptance and whole tool
15458 chain tests.
15459
15460 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15461
15462 * configure: If per-host line isn't found, but AC_OUTPUT is found
15463 and a configure script exists, run it instead.
15464
15465 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15466
15467 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
15468
15469 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
15470
15471 * configure: Set build_{cpu,vendor,os,alias} to host values when
15472 --build isn't specified.
15473
15474 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15475
15476 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15477 (FLAGS_TO_PASS): Pass them.
15478 (EXTRA_TARGET_FLAGS): Ditto.
15479
15480 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15481
15482 * Makefile.in (all-libg++): Depend on all-libstdc++.
15483
15484 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15485
15486 * configure.in (noconfigdirs): Enable all packages for
15487 i386-unknown-netbsd.
15488
15489 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
15490
15491 * configure.in (noconfigdirs): Don't configure tk for i386-go32
15492 hosted builds (DOS builds)
15493
15494 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15495
15496 Changes for ARM based on patches from Richard Earnshaw:
15497 * config.sub: Handle armeb and armel.
15498 * configure.in: Omit arm linker only for riscix.
15499
15500 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
15501
15502 * config.guess: Update from FSF.
15503
15504 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
15505
15506 * config.sub: Recognize powerpcle as the little endian variant of
15507 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
15508 powerpcle variant. Convert pentium into i586, not i486. Add p5
15509 alias for i586. Map new x86 variants p6, k5, nexgen into i586
15510 temporarily.
15511
15512 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
15513
15514 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15515
15516 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
15517
15518 * config.sub: Accept -lites* as a basic system type.
15519
15520 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
15521
15522 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15523 installed, and if so return linuxoldld as the system name.
15524
15525 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
15526
15527 * config.guess: Add hppa1.1-hp-lites support.
15528
15529 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
15530
15531 * configure.in: Don't build newlib for m68k-vxworks5.1.
15532
15533 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15534
15535 * configure.in (mips-sgi-irix6): Use mh-irix5.
15536
15537 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
15538
15539 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15540
15541 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15542
15543 * test-build.mk: Enable building of shared libraries on IRIX 5 and
15544 OSF/1. Fix compiler flags.
15545 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
15546
15547 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
15548
15549 * configure.in: Recognize --with-newlib.
15550 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15551
15552 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15553
15554 * Makefile.in: move {all,check,install}-gdb from *_MODULES
15555 to *_X11_MODULES due to gdbtk needing X include files et al.
15556
15557 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
15558
15559 Merge in support for Mac MPW as a host.
15560 (Old change descriptions retained for informational value.)
15561
15562 * mpw-config.in: Add generic include forwards for cpu-specific
15563 include files in aout and elf directories.
15564
15565 * mpw-configure: Added copyright.
15566 * mpw-config.in: Check for presence of required build tools.
15567 (target_libs): Add newlib.
15568 (target_tools): Add examples.
15569 (Read Me): Generate as "Read Me for MPW" instead.
15570 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15571 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15572 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15573
15574 * mpw-configure: Remove subdir-specific makefile hackery,
15575 delete mk.tmp after using it.
15576
15577 * mpw-build.in (all): Display start and end times.
15578
15579 * mpw-configure (host_canonical): Set.
15580 (target_cpu): Always add to makefiles.
15581 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15582 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15583 (mpw-mh-mpw): Look for in srcdir and srcroot.
15584 Use sed instead of mpw-edit-prefix to edit prefix definitions.
15585
15586 * mpw-build.in: (install-only): New target.
15587
15588 * mpw-configure (host_alias, target_alias): Rename from hostalias
15589 and targetalias, add into generated Makefile.
15590 (mk.tmp): If present, add into generated Makefile.
15591 * mpw-build.in (all-gas): Build config.h first before gas proper.
15592
15593 * mpw-configure (config.status): Write only if changed.
15594 * mpw-config.in (readline): Configure it (not built, just used for
15595 definitions).
15596
15597 * mpw-config.in (elf/mips.h): Add a forward include.
15598
15599 * mpw-config.in: Forward-include most .h files in include into
15600 extra-include.
15601 (readline): Don't build.
15602 mpw-build.in (install): Install GDB.
15603
15604 * mpw-configure (prefix, mpw_prefix): Handle it.
15605 * mpw-config.in (mmalloc, readline): Don't configure.
15606 * mpw-build.in (thisscript): Rename to ThisScript.
15607 Use mpw-build instead of BuildProgram everywhere.
15608 (mmalloc, readline): Don't build.
15609 * mpw-README: New file, basic documentation about the MPW port.
15610
15611 * mpw-config.in: Use forward-include to create include files.
15612
15613 * mpw-configure: Add more things to the top of each configured
15614 Makefile, including contents of config/mpw-mh-mpw.
15615 * mpw-config.in (extra-include): Create this directory and fill it
15616 with Posix-like include files when configuring.
15617
15618 * config.sub (apple, mac, mpw): Add various aliases.
15619
15620 * mpw-build.in: New file, top-level build script fragment for MPW.
15621 * mpw-configure: New file, configure script for MPW.
15622 * mpw-config.in: New file, config fragment for MPW.
15623
15624 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15625
15626 * configure.in (host_libs): Remove glob, since it is gone from the
15627 sources.
15628
15629 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15630
15631 * Makefile.in: define empty GDB_NLM_DEPS var.
15632
15633 * configure.in(target_makefile_frag): use config/mt-netware
15634 for netware targets.
15635
15636 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
15637
15638 * config.sub: Merge in recent FSF changes. Remove linux special
15639 cases.
15640
15641 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15642
15643 Revert this change:
15644
15645 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15646
15647 * build-all.mk: Use CC=cc -Xs on Solaris.
15648
15649 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15650
15651 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
15652 stop using it.
15653 * Makefile.in: Nuke all references to glob subdirectory.
15654
15655 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15656
15657 * configure.in: Fix --enable-shared logic in per-host.
15658
15659 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
15660
15661 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15662
15663 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15664
15665 * configure.in (noconfigdirs): Don't build gas on AIX, for
15666 powerpc*-*-aix* as well as for rs6000*-*-aix*.
15667
15668 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
15669
15670 * configure: Fix --cache-file to work if the file argument is a
15671 relative path.
15672
15673 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
15674
15675 * configure: If the --cache-file is used, pass it down to
15676 configure in subdirectories.
15677
15678 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
15679
15680 * config.sub: add vxworks29k configuration.
15681
15682 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15683
15684 * Makefile.in (taz): Do "diststuff" part quietly.
15685
15686 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
15687
15688 * config.sub: Mini-merge with gcc/config.sub.
15689
15690 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15691
15692 * config.guess (IRIX): Sed - to _.
15693
15694 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15695
15696 * Makefile.in (source-vault, binary-vault): New targets.
15697
15698 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
15699
15700 * config.sub: Recognize -eabi as a basic system type.
15701
15702 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15703
15704 * configure.in (enable_shared stuff): Fix typo.
15705
15706 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
15707
15708 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15709
15710 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15711
15712 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15713
15714 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
15715
15716 * configure.in (rs6000-*-*): Don't build gas.
15717
15718 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
15719
15720 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15721 reduce command line length.
15722 (AS_FOR_TARGET): Check for as.new, not Makefile.
15723 (NM_FOR_TARGET): Check for nm.new, not Makefile.
15724
15725 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
15726
15727 * config.guess: Merge from FSF.
15728
15729 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15730
15731 * configure: Don't use $ when handling program_suffix.
15732
15733 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
15734
15735 * configure.in: Configure tk for hppa/hpux.
15736
15737 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
15738
15739 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
15740
15741 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15742
15743 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
15744 to LIBCXXFLAGS. Tests are better run without it.
15745
15746 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
15747
15748 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15749
15750 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
15751
15752 * configure.in (*-*-netware*): Don't configure xiberty.
15753
15754 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
15755
15756 * configure.in: Remove tk from native_only list.
15757
15758 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
15759
15760 * build-all.mk: Add mips-ncd-elf target to sun4 targets
15761 for special NCD build.
15762
15763 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15764
15765 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15766 makeall.bat, they're only useful for binutils snapshots.
15767 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15768 makeall.bat to specified SUPPORT_FILES.
15769
15770 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
15771
15772 * build-all.mk: Add Ericsson targets to sun4 and solaris
15773 hosts. Add BNR's sun4 target to solaris host, so their
15774 build-from-source will be tested in-house first.
15775
15776 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15777
15778 * Makefile.in (LIBCFLAGS): New variable.
15779 (CFLAGS_FOR_TARGET): Ditto.
15780 (LIBCFLAGS_FOR_TARGET): Ditto.
15781 (LIBCXXFLAGS): Ditto.
15782 (CXXFLAGS_FOR_TARGET): Ditto.
15783 (LIBCXXFLAGS_FOR_TARGET): Ditto.
15784 (BASE_FLAGS_TO_PASS): Pass them.
15785 (EXTRA_TARGET_FLAGS): Ditto.
15786
15787 * configure.in: Support --enable-shared.
15788
15789 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
15790
15791 * configure.in (target_libs): Include libstdc++ again.
15792 * config.guess: Update from FSF (for FreeBSD).
15793
15794 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15795
15796 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15797 makeall.bat.
15798 (DISTDOCDIRS): Add `etc'.
15799 (ETC_SUPPORT_PFX): New variable.
15800 (taz): Include anything from etc starting with a word in
15801 ETC_SUPPORT_PFX.
15802
15803 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15804
15805 * config.sub: Update for recent FSF changes. Remove obsolete
15806 h8300hds entry. Add -windows* and -osx as basic os. Minor
15807 spacing changes.
15808
15809 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15810
15811 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
15812
15813 * config.guess: Merge with FSF.
15814 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15815
15816 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15817
15818 * configure: Since the "trap 0" handler will override the exit
15819 status on many systems, only use it for "exit 1", and make it set
15820 a non-zero exit status; reset it before "exit 0". Also, check
15821 exit status of config.sub, and error out if it failed.
15822
15823 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
15824
15825 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15826 and install libgloss.
15827
15828 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15829
15830 * Makefile.in (all-binutils): Depend upon all-byacc.
15831
15832 * configure.in: Don't build emacs on Irix 5.
15833
15834 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15835
15836 * configure.in (*-*-netware*): Add libio.
15837
15838 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15839
15840 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15841 (CHECK_TARGET_MODULES): Ditto.
15842 (INSTALL_TARGET_MODULES): Ditto.
15843 (TARGET_LIBS): Ditto.
15844 (all-libstdc++): Note dependencies.
15845
15846 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15847
15848 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15849
15850 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15851
15852 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15853 -fexternal-templates.
15854
15855 * configure.in (target_libs): Add libstdc++.
15856 (noconfigdirs): Add libstdc++ as appropriate.
15857
15858 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15859
15860 * config.guess: Update from FSF.
15861
15862 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15863
15864 * configure: Use ${config_shell} when running ${configsub}.
15865
15866 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
15867
15868 * config.sub: No longer recognize h8300h.
15869
15870 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15871
15872 * config.sub: Remove extraneous differences between config.sub and
15873 gcc/config.sub.
15874
15875 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15876
15877 * Makefile.in (DISTSTUFFDIRS): Add gas.
15878
15879 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
15880
15881 * COPYING.NEWLIB: New file.
15882
15883 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
15884
15885 * config.guess (HP-UX): Patch from Harlan Stenn
15886 <harlan@landmark.com> to also emit release level.
15887
15888 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15889
15890 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15891
15892 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
15893
15894 * config.sub: Merge nextstep cleanup from FSF.
15895
15896 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15897
15898 * configure.in (arm-*-*): Don't configure ld for this target.
15899
15900 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15901
15902 * configure.in (*-*-netware): don't configure libg++, libio,
15903 librx, or newlib.
15904
15905 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15906
15907 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
15908 configure ld--it works, but it doesn't support shared libraries.
15909
15910 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15911
15912 * config.guess (*-unknown-freebsd*): Get rid of possible
15913 trailing "(Release)" in version string.
15914 Patch from Paul Richards <paul@isl.cf.ac.uk>.
15915
15916 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
15917
15918 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15919 Fix type: *-next-neststep -> *-next-nextstep.
15920
15921 * config.guess: Merge from FSF:
15922
15923 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15924
15925 * config.guess: Recognize powerpc-ibm-aix3.2.5.
15926
15927 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15928
15929 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15930 instead of UNIX_SV for UnixWare 1.0).
15931
15932 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
15933
15934 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
15935 to make gdb/nlm/* build after the compiler and linker.
15936
15937 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
15938
15939 * config.guess (netbsd, freebsd, linux): Accept any machine,
15940 not just i[34]86.
15941 (m68k-atari-sysv4): Relocate to match FSF version.
15942
15943 * config.guess: More merges from the FSF:
15944
15945 Add a space before function call or macro invocation.
15946
15947 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15948
15949 * config.guess: Add trap cmd to remove dummy.c and dummy when
15950 interrupted.
15951
15952 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15953
15954 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15955 (dummy): Redirect stderr from compilation of dummy.c.
15956
15957 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
15958
15959 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15960
15961 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
15962
15963 * configure: Accept and ignore --cache*, for compatibility with
15964 new autoconf.
15965
15966 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
15967
15968 * config.guess: Merge from FSF:
15969
15970 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15971
15972 * config.guess (Pyramid*:OSx*:*:*): New case.
15973 (PATH): Add /.attbin at end for finding uname.
15974 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
15975
15976 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
15977
15978 * config.guess (M88*:DolphinOS:*:*): New case.
15979
15980 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
15981
15982 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15983 to select whether to use ELF or COFF.
15984
15985 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15986
15987 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
15988
15989 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
15990
15991 * config.guess: Guess the OS version for HPUX.
15992
15993 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
15994
15995 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15996
15997 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15998
15999 * configure.in: Recognize --with-headers, --with-libs, and
16000 --without-newlib.
16001 * Makefile.in (all-xiberty): Depend upon all-ld.
16002
16003 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16004
16005 * configure.in: Change i[34]86 to i[345]86.
16006
16007 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16008
16009 * configure (version): A few more tweaks to help message.
16010
16011 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
16012
16013 * Makefile.in: Remove (for now) librx as a host library,
16014 now that we're building it for target.
16015
16016 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16017
16018 * configure: Fix up help message; from karl@owl.hq.ileaf.com
16019 (Karl Berry).
16020
16021 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
16022
16023 * configure.in: Also configure librx.
16024
16025 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16026
16027 * Makefile.in: Update various rules to reflect that librx
16028 is now needed for libg++.
16029
16030 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16031
16032 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16033
16034 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
16035
16036 * configure.in: Configure the examples directory.
16037
16038 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16039
16040 * configure: Simplify Jun 2 1994 change.
16041
16042 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16043
16044 * change CC to /usr/latest/bin/gcc for lynx host builds, since
16045 /bin/gcc isn't good enough to build gcc.
16046
16047 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
16048
16049 * Makefile.in (GDB_SUPPORT_FILES): Remove
16050 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
16051 (gdb.tar.gz): Add new rule to use standard distribution building
16052 mechanism.
16053
16054 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16055
16056 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
16057 Bill Cox <bill@cygnus.com>.
16058
16059 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
16060
16061 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
16062
16063 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
16064
16065 * configure: Search current dir first in .gdbinit.
16066
16067 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
16068
16069 * config.sub: Recognize freebsd (merged from gcc config.sub).
16070
16071 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
16072
16073 * config.sub: Refer to NeXT's operating system as nextstep.
16074
16075 * config.sub (case $basic_machine): Re-order the cases, to match
16076 the order in the FSF version (which is mostly alphabethical).
16077 Merge in some additions and changes from the FSF.
16078
16079 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
16080
16081 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16082 * config.sub: Recognize cxux7.
16083 * configure.in: Use mh-cxux for m88k-harris-cxux*.
16084
16085 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16086
16087 * config.sub: Fix typo powerpc -> powerpc-*.
16088
16089 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
16090
16091 * Makefile.in: `all-emacs19' depends on `all-byacc'.
16092
16093 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16094 parallel with all-emacs and install-emacs). Top-level command
16095 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16096
16097 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16098
16099 * test-build.mk ($(host)-stamp-stage2-installed): Remove
16100 $(relbindir)/make before doing ``make install'', and use
16101 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
16102 installing over running make binary.
16103 ($(host)-stamp-stage3-installed): Likewise.
16104
16105 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16106
16107 * config.guess: Recognize Mach.
16108
16109 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16110
16111 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16112 see whether --exec-prefix was used.
16113
16114 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16115
16116 * README: Explicitly mention libg++/README. (Zoo's idea.)
16117
16118 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16119
16120 * Makefile.in: Add all-librx target similar to all-libproc.
16121
16122 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
16123
16124 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
16125 with post 1.2 uname bogosity.
16126
16127 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16128
16129 * configure: Remove temporary files on receipt of a signal.
16130
16131 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
16132
16133 * configure: If there is a package_makefile_frag, remove
16134 ${subdir}/Makefile.tem after copying it in.
16135
16136 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16137
16138 * build_all.mk: support rs6000 lynx identifies itself as
16139 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
16140 since /bin/gcc is too feeble to compile a modern gcc.
16141
16142 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16143
16144 * brought devo/test-build.mk update-to-date with progressive/
16145 test-build.mk. Add lynx targets and hppa flag info.
16146
16147 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16148
16149 * configure.in: Use mh-ncrsvr43. Patch from
16150 Tom McConnell <tmcconne@sedona.intel.com>.
16151
16152 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
16153
16154 * config.guess (i386-unknown-bsdi): No longer need to
16155 check #if defined(__bsdi__) && defined(__i386__).
16156
16157 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16158
16159 * configure: Set program_transform_nameoption correctly.
16160
16161 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16162
16163 * brought build-all.mk update-to-date with progressive build-all.mk,
16164 added new targets and hppa info.
16165
16166 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16167
16168 * configure: If config.guess result is a prefix of the user
16169 specified target, assume a native build and use the user specified
16170 target as the host alias. Remove SunOS patch suffix removal hack.
16171 * configure.in: Remove SunOS patch suffix removal hack.
16172
16173 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
16174 in NATIVE_CHECK_MODULES.
16175
16176 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
16177
16178 * Makefile.in: Rename HOST_ONLY to NATIVE.
16179 * configure: Delete SunOs patch suffix from host_canonical
16180 and build_canonical variables that are prepended to Makefiles.
16181 * configure.in: Add comments for easier maintenance.
16182
16183 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16184
16185 * Makefile.in: Add all-libproc target similar to all-gui.
16186
16187 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
16188
16189 * Makefile.in (CHECK_MODULES): split into
16190 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
16191
16192 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
16193
16194 * config.guess (i386-unknown-bsdi): New system to guess.
16195
16196 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16197
16198 * Makefile.in: Add all-gui target (but not yet build by "all").
16199
16200 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
16201
16202 * config.sub: Move deletion of patch suffix from here...
16203 * configure.in: To here, at Ian's suggestion. The top-
16204 level scripts might need to know of a patch level.
16205
16206 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
16207
16208 * config.sub: Strip off patch suffix so rtl is recognized
16209 as a sunos4.1.3 machine, even though it's been patched.
16210
16211 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
16212
16213 * Makefile.in (INSTALL_LAST): Delete.
16214 (INSTALL_DOSREL): New.
16215
16216 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16217
16218 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
16219 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
16220 whether we pass down --with-gnu-ld anyhow.
16221
16222 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
16223
16224 * Makefile.in (INSTALL_LAST): Change operation so it works
16225 on more flavors of make.
16226 * configure.in (go32): Don't build libg++ or libio.
16227
16228 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
16229
16230 * Makefile.in (Move HOST_PREFIX_1 and friends up so
16231 they can be overriden by templates.
16232
16233 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
16234
16235 * configure.in (target==go32): Don't build gdb.
16236 * dosrel: New directory.
16237
16238 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
16239
16240 * configure.in (host==go32): Configure dosrel too.
16241 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
16242 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
16243 be set by incoming names or templates.
16244 (INSTALL_LAST): New rule.
16245
16246 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
16247
16248 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
16249
16250 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16251
16252 * configure.in (appdirs): New variable. Currently empty, but will
16253 be used in gas distribution. If nonempty, lists a set of
16254 directories at least one of which must get configured, or top
16255 level configuration is considered to have failed.
16256 (rs6000-*-lynxos*): Use new file name.
16257
16258 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16259
16260 Eliminate XTRAFLAGS.
16261 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
16262 newlib include files using -idirafter, and also use -nostdinc.
16263 (CXX_FOR_TARGET): Likewise.
16264 (XTRAFLAGS): Removed.
16265 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
16266 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
16267 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
16268 ($(DO_X)): Don't pass down XTRAFLAGS.
16269
16270 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16271
16272 * configure.in (mips*-dec-bsd*): New target; do build linker.
16273 (mips*-*-bsd*): New target; don't build linker.
16274
16275 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16276
16277 * configure.in: support rs6000-*-lynxos* configuration.
16278 support sunos4 as a cross target.
16279
16280 * config.sub: look for lynx*, not lynx since the OS version may
16281 legitimately be part of the name.
16282
16283 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16284
16285 * configure.in (i[34]86-*-sco*): Move to be with other i386
16286 targets.
16287 (romp-*-*): New target. Skip various binary utilities.
16288 (vax-*-*): New target. Don't build newlib.
16289 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
16290
16291 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16292
16293 * configure.in: Only set host_makefile_frag if config
16294 directory exists.
16295
16296 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16297
16298 * install.sh: If $dstdir exists, don't check whether each
16299 component does.
16300
16301 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16302
16303 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
16304
16305 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
16306
16307 * configure.in (*-*-lynxos*): Don't configure newlib for either
16308 native or cross Lynx.
16309
16310 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
16311
16312 * config.sub (sparc64-elf): Fix os.
16313 (z8k): Remove duplicate.
16314
16315 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16316
16317 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
16318 gcc/stmp-fixproto, to try to prevent fixproto from being run.
16319
16320 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
16321
16322 * configure: Make file links cleanly even if Lynx fails on
16323 an NFS symlink (at least fail cleanly).
16324
16325 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16326
16327 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
16328 -XNh2000.
16329
16330 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16331
16332 * configure: Unknown options are fatal again.
16333
16334 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
16335
16336 * configure: Ignore --x-includes and --x-libraries, for Autoconf
16337 compatibility.
16338
16339 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
16340
16341 * build-all.mk: Add `clean' target.
16342
16343 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16344
16345 * config.guess: Add SINIX support.
16346 * configure.in: Add mips-*-sysv4* support.
16347
16348 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
16349
16350 * build-all.mk: Document all useful targets.
16351 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
16352 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
16353
16354 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16355
16356 * configure: Support --silent, --quiet.
16357
16358 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16359
16360 * configure: Support --disable-FEATURE.
16361
16362 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16363
16364 * config.guess: Recognize NCR running SVR4.3.
16365
16366 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
16367
16368 * config.guess: Make BSDI generate i386-unknown-bsd386.
16369 Patch from Paul Eggert <eggert@twinsun.com>.
16370
16371 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16372
16373 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
16374
16375 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16376
16377 * configure: Make unrecognized options give nonfatal warnings
16378 instead of fatal errors, and pass them to any subdirectory
16379 configures in case they recognize them.
16380 Make --x equivalent to --with-x.
16381
16382 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16383
16384 * configure: Add --enable-* options. Clean up usage message and
16385 some comments.
16386
16387 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
16388
16389 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
16390
16391 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16392
16393 * configure.in (hppa*-*-*): Enable binutils.
16394
16395 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16396
16397 * config.sub: Recognize cisco.
16398
16399 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
16400
16401 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
16402
16403 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16404
16405 * config.guess: about target *-hitachi-hiuxwe2, don't print more
16406 than one configuration name. Add comment.
16407
16408 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
16409
16410 * config.guess: about target *-hitachi-hiuxwe2, fixed
16411 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
16412 macro is incorrect.]
16413
16414 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16415
16416 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16417 than the "make ls" stuff which used to be here.
16418
16419 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16420
16421 * config.guess: Recognize i[34]86-unknown-freebsd.
16422 From Shawn M Carey <smcarey@rodan.syr.edu>.
16423
16424 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
16425
16426 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16427
16428 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
16429
16430 * config.guess: Check for ptx.
16431
16432 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
16433
16434 * config.sub: Add os9k checking.
16435
16436 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16437
16438 * config.guess: Handle OSF1 running on HPPA processors
16439
16440 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16441
16442 * configure: If subdir configure fails, print out a message with
16443 subdirectory name, in case subdir's configure code didn't identify
16444 itself.
16445
16446 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
16447
16448 * configure.in: Remove embedded newlines from configdirs.
16449 Avoid mismatches of substrings. Fix matching strings at end
16450 of configdirs.
16451
16452 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
16453
16454 * config.guess: Add Lynx/rs6000 config support.
16455
16456 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16457
16458 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16459
16460 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
16461
16462 * configure.in (hppa*-*-osf*): Treat this just like most other
16463 PA configurations (eg no binutils or ld).
16464 (hppa*-*-*elf*): These configurations have binutils and ld.
16465
16466 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16467
16468 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
16469
16470 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16471
16472 * configure.in (rs6000-*-*): Build gas.
16473
16474 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16475
16476 * Makefile.in: Avoid bug in losing hpux sed.
16477
16478 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16479
16480 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16481 for GDB and GDB has been fixed to not need it.
16482
16483 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16484
16485 * config.guess: Recognize vax hosts.
16486
16487 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16488
16489 * configure (while loop): Don't use "break 2" inside case
16490 statement -- the case statement isn't an enclosing loop.
16491
16492 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
16493
16494 * config.guess: Clean up NeXT support, to allow nextstep
16495 on Intel machines. Make OS be nextstep.
16496
16497 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
16498
16499 * config.guess: Add alternate forms for Convex.
16500
16501 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
16502
16503 * configure: Completely rewrite option processing. Take
16504 advantage of pattern-matching to avoid invoking test frequently.
16505 Also clean up host and target defaulting logic.
16506
16507 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16508
16509 * Makefile.in: Replace all occurrances of "rootme" with "r" and
16510 "$${rootme}" with "$$r", to increase the likelihood that the do-*
16511 commands (plus user environment) will fit SCO limits.
16512
16513 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16514
16515 * configure.in: Don't issue warnings about directories which are
16516 not being configured if -norecursion is set. Correct test for
16517 --with-gnu-as and --with-gnu-ld to not get confused by substring
16518 matches.
16519
16520 * configure.in: Don't build gas for alpha-dec-osf1*.
16521
16522 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
16523
16524 * configure: Back out Per's change of 12/19/1993. It changes the
16525 behavior of configure in unexpected and confusing ways.
16526
16527 Also, use different delim char when calculating
16528 program_transform_name so that the name can contain slashes.
16529
16530 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
16531
16532 * configure.in, config.sub: Add support for VSTa micro-kernel.
16533
16534 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
16535
16536 * configure.in: Nuke hacks which were used to get a special
16537 version of GAS for HPPA configurations.
16538
16539 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
16540
16541 * configure: If only ${target_alias} is given, use that
16542 as the default for ${host_alias}.
16543 * configure: Add missing back-slashes before nested quotes.
16544
16545 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16546
16547 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16548
16549 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
16550
16551 * config.guess: Recognize some Tektronix configurations.
16552 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16553
16554 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16555
16556 * config.sub: Match any flavor of SH.
16557
16558 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
16559
16560 * configure.in: Don't try to configure newlib for Alpha.
16561
16562 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16563
16564 * configure.in: Don't build ld for Irix 5. Don't build gas,
16565 libg++ or libio for any Alpha target.
16566
16567 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
16568
16569 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
16570
16571 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16572 default arguments -- so it tried to compress itself.
16573
16574 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16575
16576 * configure.in (notsupp): ensure that a space is always at the end
16577 of the configdirs list, since the grep checks for an explicit space
16578
16579 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16580
16581 * configure.in (target i386-sysv4.2): don't build ld, since static
16582 versions of many libraries are not available.
16583
16584 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16585
16586 * config.guess: Recognize Apollos (using environment variables).
16587 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16588
16589 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16590
16591 * config.guess: Recognize Sony news mips running newsos.
16592
16593 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
16594
16595 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16596 "fi ; else" for bash.
16597
16598 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
16599
16600 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16601
16602 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
16603
16604 * config.sub: accept unixware as an alias for svr4.2.
16605 Fix some inconsistancies with the gcc version.
16606
16607 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16608
16609 * Makefile.in (DISTDOCDIRS): Add gdb.
16610
16611 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
16612
16613 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
16614
16615 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16616
16617 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16618 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16619 this now.
16620
16621 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16622
16623 * config.sub: Accept hiux* as an OS name.
16624
16625 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16626 etc/make-stds.texi. The underscore came from gcc, and dje now
16627 agrees that RUNTESTFLAGS is the correct name.
16628
16629 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
16630
16631 * install.sh: Remove 'set -e'. It makes any conditionals
16632 in the script useless.
16633
16634 * config.guess: Automatically recognize arm-acorn-riscix
16635 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16636
16637 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
16638
16639 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16640
16641 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16642
16643 * Makefile.in (DISTDOCDIRS): New variable.
16644 (taz): Edit local Makefile.in sooner, instead of proto-toplev
16645 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
16646
16647 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16648
16649 * configure.in (hppa target): check the source directory for the
16650 pagas sub-directory
16651
16652 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
16653
16654 * config.sub: Allow -aout* and -elf*.
16655
16656 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16657
16658 * configure.in: Don't build ld on i386-solaris2, same as for
16659 sparc-solaris2.
16660
16661 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
16662
16663 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16664
16665 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16666
16667 * configure.in: Configure gdb for alpha.
16668
16669 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16670
16671 * Makefile.in (CXXFLAGS): Add -O.
16672
16673 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16674
16675 * config.guess: added support for DG Aviion
16676
16677 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16678
16679 * configure.in: Produce warning message for subdirectories not
16680 configurable for this host/target combination. Don't try to
16681 configure gdb for vms.
16682
16683 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16684
16685 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16686 appropriate files before making "diststuff".
16687 (DISTBISONFILES): New var: list of files to be edited.
16688 (DISTSTUFFDIRS): Add binutils.
16689
16690 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16691
16692 * config.sub: also handle mipsel and mips64el (for little endian mips)
16693
16694 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16695
16696 * configure.in: Add * to end of all OS names.
16697
16698 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
16699
16700 * configure.in: Build newlib for LynxOS native.
16701
16702 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16703
16704 * config.guess: Add support for delta 88k running SVR3.
16705
16706 * configure.in: Add comment about HP compiler vs. emacs.
16707
16708 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16709
16710 * configure.in: don't build ld on solaris2 (not a viable option
16711 due to bugs in getpwnam & getpwuid)
16712
16713 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16714
16715 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16716 config.guess will produce a full version number.
16717
16718 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16719
16720 * configure.in: Build linker and binutils for alpha-dec-osf1.
16721
16722 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16723
16724 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16725 and gdb/testsuite/Makefile.in.
16726
16727 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16728
16729 * configure.in: recognize mips*- instead of mips-
16730
16731 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
16732
16733 * config.sub: Accept linux*coff and linux*elf as operating
16734 systems.
16735
16736 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16737
16738 * config.sub: Recognize mips64, and mips3 as an alias for it.
16739
16740 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16741
16742 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16743 gdb knows how to handle OSF/1 shared libraries.
16744
16745 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16746
16747 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16748 * config.guess: Recognize Hitachi's HIUX.
16749 * config.sub: Recognize h3050r* and hppahitachi.
16750 Remove redundant cases for hp9k[23]*.
16751
16752 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16753
16754 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16755 if gas and ld are in the source tree and are in ${configdirs}.
16756 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
16757 --with options (but still pass them down on the command line,
16758 if they were explicitly specified).
16759
16760 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16761
16762 * configure: substitute SHELL value in Makefile.in with
16763 ${CONFIG_SHELL}
16764
16765 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16766
16767 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16768 *-*-solaris2* targets.
16769
16770 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16771
16772 * Makefile.in: define M4, and pass it down to sub-makes;
16773 all-autoconf now depends on all-m4
16774
16775 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16776
16777 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16778 presence of {ar,ranlib} instead of a configured directory
16779
16780 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
16781
16782 * config.guess: Accept 34?? as well as 33?? for NCR.
16783
16784 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16785
16786 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16787 of 'gas' in sed commands, since 'gash' is now in the tree as well.
16788
16789 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16790
16791 * configure: grab values for $(CC) and $(CXX) from the
16792 environment, so that someone can do "CC=gcc configure; make" and
16793 have it work right (matching the way that autoconf works now)
16794
16795 * configure.in, Makefile.in: add support for gash, the tcl
16796 interface to Galaxy
16797
16798 * config.guess: add NetBSD variants (hp300, x86)
16799
16800 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
16801
16802 * install.sh: Support -d option (in the manner of SunOS 4 install,
16803 as it is more deterministic than that of GNU install)
16804 (chmodcmd): Set file to mode 755 by default (should also do default
16805 chgrp and chown, but I don't feel like dealing with that now)
16806
16807 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
16808
16809 * config.sub: Remove h8300hhms alias.
16810
16811 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16812
16813 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16814
16815 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16816
16817 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16818 as stmp-fixinc
16819
16820 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16821
16822 * config.sub: recognize m88110-bug-coff.
16823
16824 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16825
16826 * Makefile.in (all-libio): all dependencies on the toolchain used
16827 to build this (gcc, gas, ld, etc)
16828
16829 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16830
16831 * config.guess: Deal with OSF/1 1.3 on alpha.
16832
16833 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16834
16835 * install.sh: add some 'else true' clauses for portability
16836
16837 * configure.in: don't build libio for h8[35]00-*-* targets
16838
16839 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
16840
16841 * Makefile.in: Add support for new libio.
16842
16843 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16844
16845 * install.sh: If one command fails, don't try the rest. Don't try
16846 to remove $dsttmp (via trap) unless we have already created it.
16847 If $src doesn't exist, detect it and exit with an error.
16848
16849 * config.guess: Recognize BSD on hp300.
16850
16851 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
16852
16853 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16854 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16855
16856 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
16857
16858 * Makefile.in (all-send-pr): depends on all-prms
16859
16860 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16861
16862 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16863
16864 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16865
16866 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16867 Added test for mips-mips-riscos5.
16868
16869 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16870
16871 * configure.in: use mh-hp300 for 68k HP hosts
16872
16873 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16874
16875 * configure: add support for CONFIG_SHELL, so that you can use
16876 some alternate shell for evaluating configure scripts
16877
16878 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
16879
16880 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
16881 in configure script to bug-gdb@prep.ai.mit.edu when building
16882 distribution archive.
16883 * Makefile.in (COMPRESS): Remove def.
16884 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
16885 gdb.tar.Z and make-gdb.tar.Z respectively.
16886 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
16887 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
16888 to convergence with 'taz' target in Makefile.in.
16889
16890 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16891
16892 * install.sh (dsttmp): use trap to ensure that tmp files go
16893 away on error conditions
16894
16895 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16896
16897 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16898
16899 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16900
16901 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16902 its parent is '/' not ''.
16903
16904 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16905
16906 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
16907
16908 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16909 that ${newsrcdir}/configure.in does.
16910
16911 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16912
16913 * test-build.mk: support for CONFIG_SHELL
16914
16915 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
16916
16917 * config.sub (netware): Add as a basic system type.
16918
16919 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16920
16921 * Makefile.in (Makefile): depend on configure.in. Also drop the
16922 $(srcdir)/ from the dependency on Makefile.in.
16923
16924 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
16925
16926 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16927 (h8300hhms is temporary until multi-libraries are implemented).
16928 * configure.in: Handle h8300h too.
16929
16930 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16931
16932 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16933
16934 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
16935
16936 * configure: Remove extraneous output when guessing host type.
16937 * config.guess: Remove extraneous output when guessing using C
16938 compiler rather than uname, or when guessing fails.
16939
16940 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
16941
16942 * Makefile.in: remove all.cross and install.cross targets
16943
16944 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16945 definitions
16946
16947 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
16948
16949 * configure.in (target sh): Build gprof.
16950
16951 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16952
16953 * config.sub: change -solaris to -solaris2
16954
16955 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16956
16957 * configure.in: Use config/mh-riscos for mips-*-sysv*.
16958
16959 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
16960
16961 * configure: Correct error message for missing Makefile.in to
16962 print correct directory.
16963
16964 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16965
16966 * install.sh: kludge around 386BSD shell bug
16967
16968 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
16969
16970 * config.guess: Recognize NeXT.
16971 * config.guess: Recognize i486-ncr-sysv4.
16972 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
16973
16974 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
16975
16976 * Makefile.in (MAKEINFOFLAGS): New variable.
16977 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16978 * build-all.mk, test-build.mk: Pass down --no-split as
16979 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
16980
16981 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
16982
16983 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
16984
16985 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
16986
16987 * Makefile.in (libg++.tar.z): New rule.
16988 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
16989 * Makefile.in (taz): Only do a single chmod.
16990
16991 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16992
16993 * install.sh: don't use dirname anymore (replaced with sed usage)
16994
16995 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
16996
16997 * Makefile.in: Change extension for gzip'd files from '.z' to
16998 '.gz' per new FSF standard usage.
16999
17000 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17001
17002 * configure: put quotes around the final value of program_transform_name
17003
17004 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17005
17006 * Makefile.in: new install.sh support; update install-info rules
17007
17008 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
17009
17010 * configure.in: Build diff for crosses, but not for go32 host.
17011
17012 * configure.in: Build gprof only for native, and don't build it
17013 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17014
17015 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
17016
17017 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17018
17019 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17020
17021 * configure.in (host_tools): Add prms.
17022
17023 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17024
17025 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17026 with $(FLAGS_TO_PASS) on the command line
17027
17028 * config.sub: Recognize lynx and lynxos
17029
17030 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
17031
17032 * config.sub: Accept -ecoff*, not just -ecoff.
17033
17034 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17035
17036 * Makefile.in (taz): Use .gz suffix instead of .z.
17037 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17038 names.
17039
17040 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17041
17042 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17043
17044 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17045
17046 * Makefile.in (install-no-fixedincludes): install gcc last, so
17047 that rebuilds that might happen during 'make install' don't get
17048 bogus gcc include files
17049
17050 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17051
17052 Change from Utah for HPPA support:
17053 * config.guess: Recognize hppa1.x-hp-bsd.
17054
17055 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
17056
17057 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
17058 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17059
17060 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
17061
17062 * config.sub: Add support for rom68k and bug boot monitors.
17063
17064 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
17065
17066 * Makefile.in: Make all-opcodes depend on all-bfd.
17067
17068 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
17069
17070 * config.guess: Added special check for i[34]86-univel-sysv4*.
17071
17072 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
17073
17074 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17075 the processor rather than assuming i486.
17076
17077 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17078
17079 * config.guess: Recognize SunOS6 as Solaris3.
17080
17081 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
17082
17083 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
17084 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17085
17086 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
17087
17088 * build-all.mk (all-cross): New target for Canadian Cross.
17089 Added Q2 go32 targets.
17090 * test-build.mk: Configure go32 cross sparclite-aout and
17091 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
17092 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17093
17094 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17095
17096 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17097 GO32 hosted toolchains
17098
17099 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
17100
17101 * configure: change so "-exec-prefix" gets passed down rather
17102 than "-exec_prefix" so autoconf generated Makefiles get the
17103 exec_prefix set right.
17104
17105 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17106
17107 * config.guess: get the Solaris2 minor version number
17108
17109 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17110
17111 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17112
17113 * config.guess: Recognize some Sequent platforms.
17114
17115 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17116
17117 * Makefile.in: added the vault-install target
17118
17119 * configure.in: actually use the Sun3 makefile fragment that's in
17120 config, also added the release dir to configdirs
17121
17122 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17123
17124 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
17125
17126 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17127
17128 * configure.in: remove some program from Alpha targetted toolchains
17129
17130 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
17131
17132 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
17133 gprof.
17134 (taz): Run "make diststuff" in those directories instead of "make
17135 proto-dir". Look for "VERSION=" only at start of line in subdir
17136 Makefile. Use "gzip -9" for compression.
17137 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
17138 (binutils.tar.z): New target.
17139
17140 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17141
17142 * Makefile.in (taz): Include gpl.texinfo.
17143
17144 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17145
17146 * Makefile.in (setup-dirs): Merged into "taz" target.
17147 (taz): Only do `proto-dir' stuff if a directory is actually needed
17148 for this target.
17149
17150 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
17151
17152 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
17153 (FLAGS_TO_PASS): Pass down MUNCH_NM.
17154 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
17155 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
17156 (gcc-no-fixedincludes): Correct for current gcc Makefile.
17157
17158 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
17159
17160 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
17161 config.sub, and move-if-change to gdb testsuite distribution
17162 archive, so the testsuite can be extracted, configured, and
17163 run separately from the gdb distribution. Blow away the Chill
17164 tests that require a Chill compiled executable, since GNU Chill
17165 is not yet publically available.
17166
17167 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17168
17169 * test-build.mk: set environment variables in a single command,
17170 instead of a list of assignments and exports
17171
17172 * config.guess: recognize Alpha/OSF1 systems
17173
17174 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17175
17176 * configure: Change help message to prefer --options rather than
17177 -options.
17178
17179 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17180
17181 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
17182 zippy@ecst.csuchico.edu.
17183 * config.guess: Recognize miniframe.
17184
17185 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
17186
17187 * Makefile.in: Use srcroot to find runtest rather than rootme.
17188 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
17189
17190 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
17191
17192 * test-build.mk: Extensive additions to support building on a
17193 machine other than the host.
17194
17195 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17196
17197 * configure (tooldir): Fix for i386-aix again.
17198
17199 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
17200
17201 * configure, Makefile.in: Change definition of $(tooldir)
17202 to match the FSF.
17203
17204 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
17205
17206 * config.guess: Recognize i[34]86/SVR4.
17207
17208 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17209
17210 * Makefile.in (all-gdb): gdb depends on sim.
17211
17212 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
17213
17214 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
17215 at the same time we make the prototype gdb directory.
17216 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
17217 files at the same time as the gdb base release distribution.
17218
17219 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
17220
17221 * Makefile.in (check): Use individual check targets rather than
17222 DO_X rule.
17223 (check-gcc): Added.
17224
17225 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
17226
17227 * config.sub: Use sysv3.2 not sysv32 for canonical OS
17228 for System V release 3.2.
17229
17230 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17231
17232 * config.sub: Recognize hppaosf.
17233 * configure.in: Do configure ld/binutils/gas for it.
17234
17235 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17236
17237 * configure (tooldir): Alter syntax used to set this, for systems
17238 where "\$" isn't handled right, like i386-aix.
17239
17240 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
17241
17242 * configure: Pass program-transform-name, not
17243 program_transform_name, to recursive configures.
17244
17245 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
17246
17247 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
17248 of gas+ld+binutils.
17249
17250 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
17251
17252 * config.guess: Recognize AIX3.2 as distinct from 3.1.
17253
17254 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17255
17256 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
17257
17258 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17259
17260 * Makefile.in (PRMS): Set back to all-prms.
17261
17262 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
17263
17264 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
17265 targets, rather than for MIPS hosts.
17266
17267 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17268
17269 * configure.in: add comment for --with-x default values
17270
17271 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
17272
17273 * Makefile.in: add check-* targets for each of the directories in
17274 the tree. Add a definition of RUNTEST that will use the one we
17275 just built, if it exists. Pass this down via FLAGS_TO_PASS.
17276
17277 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
17278
17279 * configure.in: Removed obsolete references to bfd_target and
17280 target_makefile_frag.
17281
17282 * build-all.mk: Set assorted targets for Q2.
17283 * config.sub: Recognize z8k-sim and h8300-hms.
17284 * test-build.mk: Really don't pass host to configure.
17285 (HOLES): Added uname.
17286
17287 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
17288
17289 * configure: Handle an empty program-prefix, program-suffix or
17290 program-transform-name correctly.
17291
17292 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
17293
17294 * build-all.mk: -G 8 no longer required for MIPS targets.
17295 * test-build.mk: Don't pass host argument to configure; make it
17296 guess.
17297
17298 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
17299
17300 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
17301 * Makefile.in (COMPRESS): New macro, like GZIP.
17302
17303 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
17304
17305 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
17306
17307 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
17308 with gas currently defaults to -G 0.
17309
17310 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
17311
17312 * Makefile.in (all-flex): flex depends on byacc.
17313
17314 * build-all.mk: If host not specified, use config.guess. Pass TAG
17315 to test-build.mk as RELEASE_TAG.
17316 * test-build.mk (configargs): New variable containing arguments to
17317 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
17318 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
17319
17320 * config.guess: Use /bin/uname when checking -X argument on SCO,
17321 to avoid invoking GNU uname which doesn't understand -X.
17322
17323 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
17324
17325 * configure.in: Build gas for mips-*-*.
17326
17327 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17328
17329 * Makefile.in (all.normal): insert missing backslash.
17330
17331 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
17332
17333 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
17334
17335 * Makefile.in: Complete overhaul to merge many almost identical
17336 targets.
17337
17338 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17339
17340 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
17341 (gdb.tar.Z): Adjusted.
17342
17343 * Makefile.in (setup-dirs, taz): New targets; should be general
17344 enough to adapt for gdb sometime. Build only .z file.
17345 (gas.tar.z): New target.
17346
17347 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
17348
17349 * build-all.mk: Use CC=cc -Xs on Solaris.
17350
17351 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
17352
17353 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
17354 for handling BISON for FSF releases.
17355
17356 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17357
17358 * configure: Actually implement the change zoo just documented.
17359
17360 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
17361
17362 * configure: when using config.guess, only set target_alias when
17363 it's not already been set (ie, on the command line)
17364
17365 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17366
17367 * Makefile.in: add installcheck target, set PRMS to install-prms
17368
17369 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17370
17371 * configure: add support for package_makefile_fragment, handle the
17372 case where a directory has a configure.in file but no Makefile.in
17373 more gracefully (with an actual understandable error message, even);
17374 add support for --without (and add this to the usage message); also
17375 explicitly add a --host=${host_alias} to the command line when
17376 config.guess is used
17377
17378 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17379
17380 * configure: Must use both --host and --target in recursive calls.
17381
17382 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
17383
17384 * Makefile.in: Change deja-gnu to dejagnu.
17385
17386 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
17387
17388 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
17389
17390 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17391
17392 * configure.in: canonicalize all instances to *-*-solaris2*,
17393 also strip out a number of tools to not build for go32 host
17394
17395 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17396
17397 * config.guess: add GPL.
17398
17399 * Makefile.in, config.guess, config.sub, configure: bump
17400 copyrights to 93.
17401
17402 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
17403
17404 * Makefile.in (do-info): Removed obsolete check for existence of
17405 localenv file.
17406
17407 * Makefile.in (MAKEOVERRIDES): Define to be empty.
17408
17409 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17410
17411 * Makefile.in: a couple of 'else true' for decstation,
17412 support for TclX
17413
17414 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17415
17416 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
17417
17418 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17419
17420 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
17421
17422 * config.guess: Recognize i386-ibm-aix (PS/2).
17423 * configure.in: Use config/mh-aix386 file for it.
17424
17425 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
17426
17427 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17428 CC_FOR_TARGET instead.
17429 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17430
17431 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
17432
17433 * Makefile.in: Add sim to list of directories sent with gdb
17434
17435 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
17436
17437 * configure.in: Put back mips-dec-bsd* case.
17438
17439 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
17440
17441 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17442 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
17443 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
17444
17445 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17446
17447 * configure.in: remove no-op mips-dec-bsd* in "case $target"
17448
17449 * Makefile.in (dir.info): only run gen-info-dir if it exists,
17450 (install-info): install dir.info only if it exists,
17451 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
17452
17453 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
17454
17455 * configure.in: For vms target, skip bfd, ld, binutils. Do build
17456 gas for mips-dec-bsd.
17457
17458 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
17459
17460 * configure (makesrcdir): If ${srcdir} is relative and not ".",
17461 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
17462
17463 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
17464
17465 * configure.in: Added "dejagnu" to hosttools list.
17466
17467 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
17468
17469 * config.sub, configure.in, config.guess: Add support
17470 for Bosx, an AIX variant from Bull.
17471 Patches from F.Pierresteguy@frcl.bull.fr.
17472
17473 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
17474
17475 * devo/dejagnu: Initial creation of devo/dejagnu.
17476 Migrated dejagnu testcases and support files for testing software
17477 tools to reside as subdirectories, currently called "testsuite",
17478 within the directory of the software tool. Migrated all programs,
17479 support libraries, etc. beloging to dejagnu proper from
17480 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
17481 with no modifications. The changes to these files which will
17482 allow them to configure, build, and execute properly will be made
17483 in a future update.
17484
17485 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17486
17487 * Makefile.in: Change send_pr to send-pr.
17488 * configure.in: Likewise.
17489 * send_pr: Renamed directory to send-pr.
17490
17491 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
17492
17493 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
17494
17495 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
17496
17497 * README: Update for gdb-4.8 release.
17498 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
17499 gdb-xxx.tar.z (gzip'd) file also.
17500
17501 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17502
17503 * Makefile.in: make all-diff depend on all-libiberty
17504
17505 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
17506
17507 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17508
17509 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17510
17511 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17512
17513 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
17514
17515 * Makefile.in (DEVO_SUPPORT): Remove etc directory
17516 (ETC_SUPPORT): Only add the files GDB wants from etc/.
17517 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
17518
17519 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17520
17521 * Makefile.in: makeinfo binary is in a new location
17522
17523 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
17524
17525 * config.sub: Accept -ecoff as an OS.
17526
17527 * Makefile.in: Various changes to eliminate a level of make
17528 recursion and reduce the required command line length.
17529 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17530 sub-makes.
17531 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17532 variables holding settings for specific sub-makes.
17533 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17534 in terms of BASE_FLAGS_TO_PASS.
17535 (TARGET_LIBS): New variable listing directories which use
17536 TARGET_FLAGS_TO_PASS.
17537 (subdir_do): Eliminated.
17538 (do-*): New set of targets to replace subdir_do.
17539 (various): All targets which used subdir_do now depend on do-*.
17540 (local-clean): Renamed from do_clean.
17541 (local-distclean): New target, dependency of distclean and
17542 realclean.
17543 (install-info): Don't create directories. Depend on dir.info
17544 rather than calling make recursively.
17545 (install-dir.info): Eliminated.
17546 (install-info-dirs): Create all info directories here.
17547 (dir.info): Depend upon do-install-info.
17548
17549 * test-build.mk (HOLES): Added false.
17550
17551 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
17552
17553 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
17554
17555 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17556
17557 * Makefile.in (info): remove dependency on all-texinfo. The
17558 problem was really in texinfo/C, not at this level.
17559
17560 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
17561
17562 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17563
17564 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
17565
17566 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
17567 GDB releases.
17568
17569 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17570
17571 * configure: Include srcdir in message about target of link not
17572 being found. Don't convert `-' to `_' in `with' options being
17573 passed to subdirs.
17574
17575 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17576
17577 * configure.in: add uudecode to host_tools
17578
17579 * Makefile.in: added {all,install}-uudecode targets, added them to
17580 the appropriate lists
17581
17582 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
17583
17584 * Makefile.in (all-gcc): Added dependency on all-gas.
17585
17586 * configure.in (mips-*-*): Build ld and binutils.
17587
17588 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17589
17590 * configure: check return code from mkdir, print error message and
17591 exit on failure.
17592
17593 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
17594
17595 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
17596
17597 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
17598
17599 * test-build.mk (HOLES): Added tar, cpio and uudecode.
17600
17601 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17602
17603 * config.sub (h8500): Recognize this as a cpu type.
17604
17605 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17606
17607 * configure: source directory missing is no longer a warning
17608
17609 * configure.in: recognize irix[34]* instead of irix[34]
17610
17611 * Makefile.in: define and pass down X11_LIB
17612
17613 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
17614
17615 * guess-systype: Renamed to ...
17616 * config.guess: ... by popular request.
17617 * configure.in, Makefile.in: Update accordingly.
17618
17619 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
17620
17621 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
17622 + Add Convex, Cray/Unicos, and Encore/Multimax support.
17623 + Execute ./dummy instead of assuming . is in PATH.
17624
17625 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
17626
17627 * guess-systype: New shell script. Attempts to guess the
17628 canonical host name of the executing host.
17629 Only a few hosts are supported so far.
17630 * configure: Call guess-systype if no host is specified.
17631
17632 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
17633
17634 * Makefile.in (gcc-no-fixedincludes): Made to work with current
17635 gcc Makefile.
17636
17637
17638 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
17639
17640 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17641 (all-gcc, install-gcc, subdir_do): Use it.
17642
17643 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17644
17645 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17646
17647 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
17648
17649 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17650 set exclusively by configure, using configure.in .
17651
17652 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17653
17654 * test-build.mk: set $PATH for all builds
17655
17656 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17657
17658 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
17659
17660 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
17661 the one used in gcc/Makefile.in, so that a null expansion doesn't
17662 override the one needed to build gcc with a native cc.
17663
17664
17665 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17666
17667 * configure: Accept -with arguments.
17668
17669 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17670
17671 * Makefile.in: added h8300sim
17672
17673 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
17674
17675 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17676 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
17677 (all-cygnus, native, build-cygnus): Make
17678 $(canonhost)-stamp-3stage-done, not $(host)....
17679 * test-build.mk (stamp-3stage-compared): Use tail +10c for
17680 i386-sco3.2v4. Added else true to if command.
17681
17682 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
17683
17684 * config.sub: (from FSF) Sequent uses a BSD-like OS.
17685
17686 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
17687
17688 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17689
17690 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17691
17692 * configure.in: don't remove binutils from Solaris builds
17693
17694 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
17695
17696 * Makefile.in: get rid of earlier definitions for *clean,
17697 also handle the recursive info rule better
17698
17699 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
17700
17701 * Makefile.in (mostlyclean, distclean, realclean): Fix to
17702 do more-or-less the right thing.
17703
17704 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
17705
17706 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17707 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17708
17709 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17710
17711 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17712 $(host_canonical).
17713
17714 * configure.in: split the configdirs list into 4 categories (native
17715 v. cross, library v. tool) and handle the cross-only and native-
17716 only in more reasonable (and correct!) way.
17717
17718 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
17719
17720 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
17721 configdirs anymore.
17722
17723 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17724
17725 * Makefile.in: extensive cleanup:: removed all of the explicit
17726 clean-* targets, collapsed many wrappers around subdir_do into
17727 one, added additional targets to satisfy standards.texi, deleted
17728 some old targets, some changes for consistency
17729
17730 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17731
17732 * configure.in: handle some programs as cross-only, and others as
17733 native only
17734
17735 * test-build.mk: handle partial holes in a more generic manner
17736
17737 * Makefile.in: m4 depends on libiberty
17738
17739 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17740
17741 * configure.in: add m4, textutils, fileutils, sed, shellutils,
17742 time, wdiff, and find to configdirs
17743
17744 * Makefile.in: all, clean, and install rules for the new programs
17745 added to configure.in
17746
17747 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17748
17749 * configure.in: use mh-sun for all *-sun-* hosts
17750
17751 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17752
17753 * Makefile.in: define flags for X11 include files and library file
17754 locations, pass them down to the programs that need this info
17755
17756 * build-all.mk: added a 'native' target, to 3stage the native toolchain
17757
17758 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17759
17760 * configure.in: start building libg++ for HP-UX targets
17761
17762 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
17763
17764 * README: Update references to files moved into etc/.
17765
17766 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
17767
17768 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
17769 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
17770
17771 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
17772
17773 * configure: accept dash as well as underscore in long option
17774 names for FSF compatibility.
17775
17776 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
17777
17778 * config.sub: added -sco3.2v4 support from FSF.
17779
17780 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17781
17782 * configure.in: expand the section that adds or removes
17783 directories from the list of programs to build, to handle native
17784 vs. cross in addition to host v. native
17785
17786 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
17787
17788 * Makefile.in: Replace C++ in macro names with CXX.
17789 This is less likely to break ...
17790
17791 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17792
17793 * test-build.mk: add -w to GNU_MAKE
17794
17795 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17796
17797 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17798 add 'sparc' to list of recognized cpus. This needed to make
17799 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17800 Delete some redundant ose68 variants. Recognize -wrs as an os,
17801 then changes that into $CPU-wrs-vxworks.
17802
17803 * configure.in: remove most references to gdbtest, regularize
17804 target based program removal
17805
17806 * test-build.mk: import from p3 tree (many fixes and changes)
17807
17808 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17809
17810 * Makefile.in: added rules to handle tcl, tk, and expect
17811
17812 * configure.in: handle those directories if they exist
17813
17814 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17815
17816 * config.sub: removed bogus hppabsd and hppahpux names, since
17817 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17818
17819 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17820
17821 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
17822 depends upon all-xiberty
17823
17824 * Makefile.in: changes from p3, including:
17825
17826 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
17827
17828 * Makefile.in (XTRAFLAGS): include newlib directories if
17829 newlib/Makefile exists, rather than if host != target.
17830
17831 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
17832
17833 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17834 from the same source tree and not building a cross-compiler. This
17835 matters for the libg++ configuration if reconfiguring a tree that
17836 has already been installed.
17837
17838 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
17839
17840 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17841 pick up the machine and system specific header files.
17842
17843 * Makefile.in: added AS_FOR_TARGET, passed down in
17844 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17845 the C compiler to use to create programs which are run in the
17846 build environment, set it to default to $(CC), and passed it down
17847 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17848
17849 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
17850
17851 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17852 We need them for unusual native builds, like systems without
17853 ranlib.
17854
17855 * configure: also define $(host_canonical) and
17856 $(target_canonical), which are the full, canonical names for the
17857 given host and target
17858
17859 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
17860
17861 * Makefile.in: Added separate definitions for C++.
17862
17863 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
17864
17865 * configure.in (configdirs): Add deja-gnu.
17866
17867 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
17868
17869 * README: Update for configure.texi and gdb-4.7 release.
17870
17871 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
17872
17873 * Makefile.in: Move "all" target to top of file.
17874 Previously, first target was ".PHONY" which caused BSD4.4 make
17875 to build .PHONY when make was run without arguments.
17876
17877 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
17878
17879 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
17880 Library-copylefted code in libiberty.
17881
17882 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
17883
17884 * config.sub: Replace m68kmote with plain old m68k.
17885
17886 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
17887
17888 * Makefile.in: Remove space from blank line, avoid Make complaints.
17889
17890 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
17891
17892 * config.sub: Complain if no argument is given. Added support for
17893 386bsd as OS and target alias.
17894
17895 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
17896
17897 * Makefile.in (XTRAFLAGS): include newlib directories if
17898 newlib/Makefile exists, rather than if host != target.
17899
17900 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
17901
17902 * config.sub: recognize sparclite-wrs-vxworks.
17903
17904 * Makefile.in (install-xiberty): added *-xiberty make rules (from
17905 p3.) Added clean-xiberty to clean.
17906
17907 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17908
17909 * configure.in: use *-*-* instead of nested cases for host and target
17910
17911 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
17912
17913 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17914 from the same source tree and not building a cross-compiler. This
17915 matters for the libg++ configuration if reconfiguring a tree that
17916 has already been installed.
17917
17918 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
17919
17920 * config.sub (i486v/i486v4): Merge in from FSF version.
17921
17922 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
17923
17924 * configure: only set PWD if it is already set.
17925
17926 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
17927
17928 * configure: just set PWD=`pwd` at the top, since Ultrix sh
17929 doesn't have unset and all success paths (and most error paths)
17930 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17931 to just ${PWD} to avoid confusion.)
17932
17933 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
17934
17935 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17936 even for a native compilation.
17937
17938 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
17939
17940 Changes to make the gdb.tar.Z rule work better.
17941
17942 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
17943 (DEVO_SUPPORT): Add configure.texi.
17944 (bfd-ilrt.tar.Z): Remove ancient rule.
17945
17946 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
17947
17948 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17949 pick up the machine and system specific header files.
17950
17951 * configure.in, config.sub: added new target m68010-adobe-scout,
17952 with alias of adobe68k. Changed configure.in to check for
17953 -scout before -sco* to avoid a false match.
17954
17955 * Makefile.in: added AS_FOR_TARGET, passed down in
17956 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17957 the C compiler to use to create programs which are run in the
17958 build environment, set it to default to $(CC), and passed it down
17959 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17960
17961 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
17962
17963 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17964 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
17965 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17966 FOR_TARGET variants, to newlib and libg++.
17967
17968 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
17969
17970 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17971 first.
17972
17973 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
17974
17975 * config.sub: Accept `elf' as an environment.
17976
17977 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17978
17979 * Makefile.in (all-opcodes): cd into the right directory
17980
17981 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
17982
17983 * configure: added -program_transform_name option, used as
17984 argument to sed when installing programs.
17985 configure.texi: added documentation for -program_prefix,
17986 -program_suffix and -program_transform_name.
17987
17988 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
17989
17990 * config.sub: Accept i486 where i386 ok.
17991
17992 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
17993
17994 * config.sub: accept we32k
17995
17996 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
17997
17998 * config.sub, configure.in: accept OSE68000 and OSE68k.
17999
18000 * Makefile.in: don't create all directories for ``make install'';
18001 let the subdirectories create the ones they need.
18002
18003 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18004
18005 * COPYING: new file, GPL v2
18006
18007 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18008
18009 * Makefile.in: use the new gen-info-dir, which needs a template
18010 argument (which also lives in texinfo)
18011
18012 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18013
18014 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
18015
18016 * config.sub (ncr3000): Change i386 to i486.
18017
18018 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18019
18020 * Makefile.in: add install-rcs, install-grep to
18021 install-no-fixedincludes, removed install-bison and install-libgcc
18022
18023 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
18024
18025 * configure.in: grab the HPUX makefile fragment if on HPUX
18026
18027 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18028
18029 * Makefile.in: eradicate bison spoor (ditto libgcc).
18030 configure.in: recognise m68{k,000}-ericsson-OSE.
18031 es1800 is alias for m68k-ericsson-OSE
18032
18033 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18034
18035 * configure.in: rearrange the parts that remove programs from
18036 configdirs, based now on HOST==TARGET or by canonical triple.
18037
18038 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18039
18040 * test-build.mk: recurse explicitly with -f test-build.mk when
18041 appropriate. predicate stage3 and comparison on the existence
18042 of gcc. That is, if gcc isn't around, we aren't three-staging.
18043 On very clean, also remove ...stamp-co. Build in-place before
18044 doing other builds.
18045
18046 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18047
18048 * Makefile.in, configure.in: add tgas
18049
18050 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18051
18052 * Makefile.in: a number of changes merged in from progressive.
18053
18054 * configure.in: add libm.
18055
18056 * .cvsignore: ignore some stuff that comes from test-build.mk.
18057
18058 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
18059
18060 * config.sub: Add es1800 (m68k-ericsson-es1800).
18061
18062 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18063
18064 * configure: Add program_suffix (parallel to program_prefix)
18065 * Makefile.in: adjust directory-creating script for losing decstation
18066
18067 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
18068
18069 * configure: Minor $subdir-related fixes.
18070
18071 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18072
18073 * configure: fix various problems with propogating
18074 makefile_target_frag in subdirs.
18075 * configure.in: config libgcc if its there
18076
18077 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
18078
18079 * config.sub: HPPA merge.
18080
18081 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
18082
18083 * Makefile.in: Replace all-bison with all-byacc in all
18084 dependency lines for other tools (which now use byacc).
18085
18086 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
18087
18088 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
18089
18090 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
18091
18092 * Makefile.in: make gprof rules similar to byacc rules (instead of
18093 vestigal $(unsubdir) that didn't work...)
18094
18095 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
18096
18097 * config.sub: Add support for Linux.
18098 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
18099 (at least for libg++).
18100
18101 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18102
18103 * configure.texi: fix doc for the -nfp option to configure
18104
18105 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
18106
18107 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18108
18109 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
18110
18111 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18112 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18113 * configure.in: added solaris* host_makefile_frag hook.
18114
18115 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18116
18117 * config.sub: changed recognition of m68000 so that various
18118 m68k types can be specified via m680[01234]0
18119
18120 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18121
18122 * config.sub (basic_machine): fix sed so that '-foo' isn't
18123 completely substituted out while .+'-foo' loses the '-foo'
18124
18125 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18126
18127 * config.sub ($os): Add -aout.
18128
18129 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
18130
18131 * configure: If host_makefile_frag is absolute, don't
18132 prefix ${invsubdir} (relevant to libg++ auto-configure).
18133
18134 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18135
18136 * Makefile.in (tooldir): Define it.
18137 (all-ld): Depend on all-flex.
18138
18139 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
18140
18141 * Makefile.in (check): Fix libg++ special case.
18142
18143 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
18144
18145 * configure: do not bury `pwd` into config.status, thus do fewer
18146 pwd's.
18147
18148 * configure: print the "Building in" message only when building in
18149 other than "." AND verbose.
18150
18151 * configure: remove -s, rework -v to better accommodate guested
18152 configures.
18153
18154 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
18155
18156 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
18157
18158 * Makefile.in: macroize flags passed on recursion. remove
18159 fileutils.
18160
18161 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
18162
18163 * configure: get makesrcdir right for subdirs deeper than 1.
18164
18165 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
18166 install.
18167
18168 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
18169
18170 * Makefile.in: don't print subdir_do or recursion lines.
18171
18172 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
18173
18174 * standards.texi: added menu item.
18175
18176 * Makefile.in: build and install standards.info.
18177
18178 * standards.texi: new file.
18179
18180 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18181
18182 * configure: test for and move config.status pieces from
18183 ${subdir}/.
18184
18185 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
18186
18187 * configure: Test for existance of files before trying to mv
18188 them, to avoid numerous non-existance messages.
18189
18190 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
18191
18192 * configure: correct final line of config.status.
18193
18194 * configure: patch from eggert. Avoids a protection problem if
18195 the original Makefile.in is read only.
18196
18197 * configure: use move-if-change from gcc to create config.status.
18198 Some makefiles depend on config.status to tell if a directory
18199 has been reconfigured for a different host. This change
18200 prevents those directories from remaking everything in the case
18201 where the reconfig was only intended to rebuild a Makefile.
18202
18203 * configure: test for config.sub with "config.sub sun4" rather
18204 than "config.sub ${host_alias}". Otherwise we can't tell a bad
18205 host alias from a missing config.sub.
18206
18207 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18208
18209 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
18210 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
18211
18212 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
18213
18214 * configure: mkdir ${subdir} as needed.
18215
18216 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
18217
18218 * Makefile.in,configure.in: added autoconf.
18219
18220 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18221
18222 * Makefile.in: no longer pass against on recursion.
18223
18224 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
18225 definitions are not inherited.
18226
18227 * configure: correct makesrcdir when subdir is .
18228
18229 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
18230
18231 * configure: Add support for 'subdirs' variable, which is
18232 like 'configdirs', except that configure doesn't re-invoke
18233 itself for subdirs, it just creates a Makefile for each subdir.
18234 * configure.texi: Document subdirs.
18235
18236 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18237
18238 * configure.in: added flex to configdirs
18239
18240 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
18241
18242 * Makefile.in: remove clean-stamps from clean.
18243
18244 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
18245
18246 * configure.in: Add gdbtest to configdirs.
18247
18248 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
18249
18250 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
18251 to recursive makes.
18252 * configure.in: Recognize new ncr3000 config.
18253
18254 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
18255
18256 * Makefile.in, configure.in: removed references to gdbm.
18257
18258 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
18259
18260 * config.sub: Don't canonicalize os value
18261 newsos* to bsd (readline needs to check for newsos).
18262 (This fix was earlier made Jan 31, but got re-broken.)
18263
18264 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
18265
18266 * configure.in: sco is an os, not a vendor!
18267
18268 * configure: Quote $( better. Keep various shells happy.
18269
18270 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
18271
18272 * Makefile.in: eliminate stamp-files.
18273
18274 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
18275
18276 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
18277 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
18278
18279 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
18280
18281 * config.sub: fix iris/iris3.
18282
18283 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
18284
18285 * configure: re-add -rm.
18286
18287 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
18288
18289 * Maskefile.in: add .stmp-rcs to all.
18290
18291 * configure.in: remove gas from rs6000 build, use aix host fragment.
18292
18293 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
18294
18295 * configure: pass down site_option during recursion.
18296
18297 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
18298
18299 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
18300
18301 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
18302
18303 * configure: Change exec_prefix so that it really defaults to prefix.
18304
18305 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
18306
18307 * Makefile.in, configure.in: Add support for mmalloc library.
18308
18309 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
18310
18311 * Makefile.in: add stmp dependencies for a few more things.
18312
18313 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
18314
18315 * configure: adjusted error message on objdir/srcdir configure
18316 collision, per john's suggestion.
18317
18318 * Makefile.in: add libiberty stmp to all and all.cross.
18319
18320 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
18321
18322 * Makefile.in: remove force dependencies, add grep to all.
18323
18324 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
18325
18326 * Makefile.in: drop flex. make stamp files work.
18327
18328 * configure: added test for conflicting configuration in srcdir,
18329 remove trailing slashes from srcdir. Otherwise emacs gdb mode
18330 gets cranky. use relative paths for configure and srcdir
18331 whenever possible. Send some error messages to stderr that were
18332 going to stdout.
18333
18334 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
18335
18336 * Makefile.in: Fix libg++ rule to check for gcc directory
18337 before using gcc/gcc. Also pass XTRAFLAGS.
18338
18339 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
18340
18341 * Makefile.in: added stmp-files so that directories aren't polled
18342 when they are already built.
18343
18344 * configure.texi: fixed a node pointer problem.
18345
18346 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
18347
18348 * config.sub configure.in gdb/configure.in
18349 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
18350 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
18351 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
18352
18353 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18354
18355 * configure: -recurring becomes -silent. corrected help message
18356 for -site= option.
18357
18358 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
18359
18360 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18361
18362 * configure: when building Makefile for crosses, replace
18363 tooldir and program_prefix. default srcdir from location of
18364 config.sub. remove "for host in hosts" and "for target in
18365 targets" loops.
18366
18367 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18368
18369 * Makefile.in: Do not pass bindir or mandir to cvs.
18370
18371 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
18372
18373 * Makefile.in, configure.in: removed traces of namesubdir,
18374 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
18375 copyrights to '92, changed some from Cygnus to FSF.
18376
18377 * configure.texi: remove most references to multiple hosts,
18378 multiple targets, subdirs, etc.
18379
18380 * configure.man: removed rcsid. reference config.sub not
18381 config.subr.
18382
18383 * Makefile.in: mkdir $(infodir) on install-info.
18384
18385 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
18386
18387 * configure.texi: Explain better about .gdbinit and about
18388 the environment that configure.in sections run in.
18389
18390 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
18391
18392 * configure.in: Ultrix is only a decstation if it's a MIPS.
18393
18394 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
18395
18396 * README: DOC.configure => cfg-paper.texi.
18397
18398 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
18399
18400 * config.sub (near case $os): Don't convert newsos* to bsd!
18401
18402 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
18403
18404 * Makefile.in: Reinstall change from gdb-4.3 that reduces
18405 the number of copies of COPYING that go into the GDB tar file.
18406
18407 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
18408
18409 * bfd/configure.in, gdb/config/mh-i386sco,
18410 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
18411 Fix SCO configuration stuff.
18412
18413 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
18414
18415 * Makefile.in: For libg++, make sure the -I pointing
18416 to the gcc directory goes *after* all the libg++-local -I flags.
18417 Also, move just-gcc dependency from just-libg++ to all-libg++.
18418
18419 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
18420
18421 * configure: Change -x to -f to keep Ultrix /bin/test happy.
18422
18423 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
18424
18425 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
18426
18427 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
18428
18429 * config.sub: Add stratus configuration frags. Also
18430 submitted to FSF.
18431
18432 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
18433
18434 * Makefile.in (DEV_SUPPORT): add configure.man.
18435
18436 * config.sub(Decode manufacturer-specific): add -none*.
18437
18438 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
18439
18440 * Makefile.in: remove form feeds to make Sun's make happy.
18441 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
18442
18443 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
18444
18445 * Makefile.in (AR_FLAGS): Make quieter.
18446
18447 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
18448
18449 * configure.in: Add libg++.
18450 * configure: When verbose, don't output the command line at each
18451 level; it will be unremarkably the same as the previous version,
18452 which will be the same as what the user typed.
18453
18454 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
18455
18456 * configure.in, Makefile.in: fix clean-info, add flex. add
18457 fileutils.
18458
18459 * configure: be less sensitive to spaces in Makefile.in. Do not
18460 look for sources in "..". Doing so breaks subdirectories that
18461 might have their own configure. If a subdir has it's own
18462 configure script, use it.
18463
18464 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
18465
18466 * cfg-paper.texi: some changes suggested by rms.
18467
18468 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
18469
18470 * config.sub: Merge in some small additions from the FSF version,
18471 taken from the gcc distribution, to bring the Cygnus and FSF
18472 versions into closer sync.
18473
18474 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
18475
18476 * configure.in: Changed svr4 references to sysv4.
18477
18478 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
18479
18480 * configure: added -V for version number option.
18481
18482 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
18483
18484 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18485 renamed from DOC.configure to cfg-paper.texi.
18486
18487 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18488
18489 * configure, config.subr, config.sub: config.subr is now
18490 config.sub again.
18491
18492 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
18493
18494 * configure.texi: new file, in progress.
18495
18496 * Makefile.in: build info file and install the man page for
18497 configure.
18498
18499 * configure.man: new file, first cut.
18500
18501 * configure: find config.subr again now that configuration "none"
18502 has gone. removed all traces of the -ansi option. removed all
18503 traces of the -languages option.
18504
18505 * config.subr: resync from rms.
18506
18507 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18508
18509 * configure, config.sub, config.subr: merge config.sub into
18510 config.subr, call the result config.subr, remove config.sub, use
18511 config.subr.
18512
18513 * Makefile.in: revised install for dir.info.
18514
18515 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18516
18517 * configure.in: add decstation host makefile frag.
18518
18519 * Makefile.in: BISON now bison -y again. also install-gcc on
18520 install. clean-gdbm on clean. infodir belongs in datadir.
18521 Make directories for info install. Build dir.info here then
18522 install it.
18523
18524 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18525
18526 * Makefile.in: fix for bad directory tests.
18527
18528 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18529
18530 * configure: \{1,2\} appears to be a sysv'ism. Use a different
18531 regexp. -srcdir relative was being handled incorrectly.
18532
18533 * Makefile.in: unwrapped some for loops so that parallel makes
18534 work again and so one can focus one's attention on a particular
18535 package.
18536
18537 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18538
18539 * configure: added PWD as a stand in for `pwd` (for speed). use
18540 elif wherever possible. make -srcdir work without -objdir.
18541 -objdir= commented out.
18542
18543 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18544
18545 * configure: +options become --options. -subdirs commented out.
18546 added -host, -datadir. Renamed -destdir to -prefix. Comment in
18547 Makefile now at top of generated Makefile. Removed cvs log
18548 entries. added -srcdir. create .gdbinit only if there is one
18549 in ${srcdir}.
18550
18551 * Makefile.in: idestdir and ddestdir go away. Added copyrights
18552 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
18553 and mandir now keyed off datadir by default.
18554
18555 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18556
18557 * Freshly created ChangeLog.
18558
18559 \f
18560 Local Variables:
18561 mode: change-log
18562 left-margin: 8
18563 fill-column: 76
18564 version-control: never
18565 End: