]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
* config/pa/pa-protos.h (pa_output_arg_descriptor): Strengthen
[thirdparty/gcc.git] / ChangeLog
CommitLineData
98b17817 12014-10-29 Tristan Gingold <gingold@adacore.com>
2
3 * MAINTAINERS: Change my email address.
4
ab103e33 52014-10-27 Phil Muldoon <pmuldoon@redhat.com>
6 Tom Tromey <tromey@redhat.com>
7
8 * Makefile.def: Add libcc1 to host_modules.
9 * configure.ac (host_tools): Add libcc1.
10 * Makefile.in, configure: Rebuild.
11
1085f3b8 122014-10-24 Hans-Peter Nilsson <hp@axis.com>
b85b703b 13
14 * configure.ac (build_configargs): Don't share config.cache between
15 build subdirs.
d9eecfbd 16 * configure: Regenerate.
b85b703b 17
14091821 182014-10-24 Daniel Hellstrom <daniel@gaisler.com>
19
20 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
21 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
22 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
23 leon3v7 as leon3.
24 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
25 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
26 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
27 * config/sparc/sparc.md (cpu): Add leon3v7.
28 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
29
b58f2ae3 302014-10-24 Daniel Hellstrom <daniel@gaisler.com>
31
32 * MAINTAINERS (write-after-approval): Add myself.
33
56242c27 342014-10-23 Ian Lance Taylor <iant@google.com>
35
36 * configure.ac: Disable the Go frontend on systems where it is known
37 to not work.
38 * configure: Regenerate.
39
9245d2c5 402014-10-23 Richard Biener <rguenther@suse.de>
41
42 * Makefile.def: Add libcpp build module and dependencies.
43 * configure.ac: Add libcpp build module.
44 * Makefile.in: Regenerate.
45 * configure: Likewise.
46
2e7fb888 472014-10-15 Max Filippov <jcmvbkbc@gmail.com>
48
49 * MAINTAINERS (write-after-approval): Add myself.
50
a4dbd7d4 512014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
52
53 * INSTALL/README: Do not mention CVS.
54
58f62c51 552014-10-03 Jing Yu <jingyu@google.com>
56
57 * configure.ac: Add aarch64 to list of targets that support gold.
58 * configure: Regenerate.
59
0c89a10c 602014-09-29 François Dumont <fdumont@gcc.gnu.org>
61
62 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
63
7747f33f 642014-09-29 Catherine Moore <clm@codesourcery.com>
65
66 * MAINTAINERS: Add myself as MIPS maintainer.
67
6d0eaeb8 682014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
69
70 * MAINTAINERS: Move myself to MIPS maintainers.
71
1fbbc678 722014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
73
74 * MAINTAINERS: Put all email addresses between '<' and '>'.
75
5e530ebd 762014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
77
78 * MAINTAINERS: Move myself to reviewers (Fortran).
79
870e466f 802014-09-01 Andi Kleen <ak@linux.intel.com>
81
82 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
83 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
84 * Makefile.in: Regenerate.
85
8325d4dd 862014-08-28 David Malcolm <dmalcolm@redhat.com>
87
88 * rtx-classes-status.txt: Delete
89
91a55c11 902014-08-28 David Malcolm <dmalcolm@redhat.com>
91
92 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
93
b6de67fd 942014-08-27 Sebastian Pop <s.pop@samsung.com>
95
96 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
97 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
98 of checking for version number.
99 * configure: Regenerated.
100 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
101
f1ee32d1 1022014-08-27 David Malcolm <dmalcolm@redhat.com>
103
104 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
105 is done; begin phase 6 (use extra rtx_def subclasses).
106
d40b1309 1072014-08-27 David Malcolm <dmalcolm@redhat.com>
108
109 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
110 done; begin phase 5 (additional rtx_def subclasses).
111
e149ca56 1122014-08-26 David Malcolm <dmalcolm@redhat.com>
113
114 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
115
26bb3cb2 1162014-08-26 David Malcolm <dmalcolm@redhat.com>
117
118 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
119 SET_BB_HEADER are done.
120
fc5ad70a 1212014-08-26 David Malcolm <dmalcolm@redhat.com>
122
123 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
124 done.
125
69c5a18c 1262014-08-26 David Malcolm <dmalcolm@redhat.com>
127
128 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
129
2f3c9801 1302014-08-26 David Malcolm <dmalcolm@redhat.com>
131
132 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
133
e97a173d 1342014-08-25 David Malcolm <dmalcolm@redhat.com>
135
136 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
137
943ea6fa 1382014-08-25 David Malcolm <dmalcolm@redhat.com>
139
140 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
141
08a06697 1422014-08-25 David Malcolm <dmalcolm@redhat.com>
143
144 * rtx-classes-status.txt: Phase 3 (per-file commits within
145 "config" subdirs) is done; begin phase 4 (removal of
146 "scaffolding").
147
d2ecc902 1482014-08-23 David Malcolm <dmalcolm@redhat.com>
149
150 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
151 dir) is done; begin phase 3 (per-file commits within "config"
152 subdirs).
153
e31de0d2 1542014-08-21 David Malcolm <dmalcolm@redhat.com>
155
156 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
157 phase 2 (per-file commits in main source dir).
158
6ac3b11e 1592014-08-21 Bin Cheng <bin.cheng@arm.com>
160
161 * configure: Regenerated.
162
0eec6621 1632014-08-19 David Malcolm <dmalcolm@redhat.com>
164
165 * rtx-classes-status.txt (TODO): Add SET_BND_TO
166
17616710 1672014-08-19 David Malcolm <dmalcolm@redhat.com>
168
169 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
170
7c5928c3 1712014-08-19 David Malcolm <dmalcolm@redhat.com>
172
173 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
174
047ccec4 1752014-08-19 David Malcolm <dmalcolm@redhat.com>
176
177 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
178
a83c8362 1792014-08-19 David Malcolm <dmalcolm@redhat.com>
180
181 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
182
1b08cfdd 1832014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
184
185 * MAINTAINERS (Write After Approval): Add myself.
186
d41d96b7 1872014-08-19 Christopher Faylor <me.gnu@cgf.cx>
188
189 * MAINTAINERS: Remove myself
190
4a57a2e8 1912014-08-19 David Malcolm <dmalcolm@redhat.com>
192
193 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
194
7ad1fa02 1952014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
196
197 * MAINTAINERS (Write After Approval): Add myself.
198
a684cb04 1992014-08-18 David Malcolm <dmalcolm@redhat.com>
200
201 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
202 SET_BB_HEADER, SET_BB_FOOTER
203
57c8dfee 2042014-08-18 David Malcolm <dmalcolm@redhat.com>
205
904c3df2 206 * rtx-classes-status.txt: New file
57c8dfee 207
429cca51 2082014-08-18 Roman Gareev <gareevroman@gmail.com>
209
210 * configure.ac: Eliminate ClooG installation dependency.
211 * configure: Regenerate.
212 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
213 * Makefile.in: Regenerate.
214
5420e92f 2152014-08-15 Ilya Verbin <iverbin@gmail.com>
216
217 * MAINTAINERS (Write After Approval): Add myself.
218
f0da22ea 2192014-08-15 Ilya Tocar <tocarip@gmail.com>
220
221 * MAINTAINERS (Write After Approval): Add myself.
222
47d90752 2232014-08-01 Jiong Wang <jiong.wang@arm.com>
224
225 * MAINTAINERS (Write After Approval): Add myself.
226
1d163515 2272014-07-28 Anthony Green <green@moxielogic.com>
228
229 Import from savannah.gnu.org:
230 * config.sub: Update to 2014-07-28 version.
231
8cc0edb6 2322014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
233
234 * MAINTAINERS: Remove my MIPS maintainer entry.
235
385527e9 2362014-07-26 Uros Bizjak <ubizjak@gmail.com>
237
238 PR target/47230
239 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
240 * configure: Regenerate.
241
2dd0603e 2422014-07-24 James Norris <jnorris@codesourcery.com>
243
244 * MAINTAINERS (Write After Approval): Add myself.
245
383b71a9 2462014-07-20 Roman Gareev <gareevroman@gmail.com>
247
248 * configure.ac: Accept only CLooG 0.18.1.
249 * configure: Regenerate.
250
9556e4d0 2512014-07-17 Roman Gareev <gareevroman@gmail.com>
252
253 * configure.ac: Don't accept isl 0.11.
254 * configure: Regenerate.
255
05095438 2562014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
257
258 * MAINTAINERS (Write After Approval): Add myself.
259
20632469 2602014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
261
262 * configure.ac: Don't accept isl 0.10.
263 * configure: Regenerate.
264
f4953d40 2652014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
2556a4ed 266
f4953d40 267 Fix include path for in-tree cloog.
268 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
269 * configure: Regenerate.
2556a4ed 270
f4953d40 2712014-06-18 Richard Henderson <rth@redhat.com>
60d578d4 272
f4953d40 273 * .gitignore: Import gcc_update output.
60d578d4 274
bf0001d4 2752014-06-13 Thomas Schwinge <thomas@codesourcery.com>
276
52fd2e17 277 * config-ml.in: Robustify ac_configure_args parsing.
278
1015a063 279 * configure.ac (--enable-linker-plugin-configure-flags)
280 (--enable-linker-plugin-flags): New flags.
281 (configdirs): Conditionally add libiberty-linker-plugin.
282 * configure: Regenerate.
283 * Makefile.def (host_modules): Add libiberty-linker-plugin.
284 (host_modules) <lto-plugin>: Pay attention to
285 @extra_linker_plugin_flags@ and
286 @extra_linker_plugin_configure_flags@.
287 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
288 * Makefile.in: Regenerate.
289
bf0001d4 290 * Makefile.tpl (configure-[+prefix+][+module+])
291 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
292 "module_srcdir" instead of "module" for locating a module's srcdir.
293 * Makefile.in: Regenerate.
294
85dcf814 2952014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
296
297 * MAINTAINERS (Write After Approval): Add myself.
298
b9f71945 2992014-06-06 Sebastian Pop <sebpop@gmail.com>
300
301 * MAINTAINERS: Update my email address.
302
a499a116 3032014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
304
305 * MAINTAINERS (Write After Approval): Add myself.
306
42878318 3072014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
308
309 * MAINTAINERS (Write After Approval): Add myself.
310
df148e44 3112014-05-30 Jonathan Wakely <jwakely@redhat.com>
312
313 PR libstdc++/61011
314 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
315 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
316 * configure: Regenerate.
317
7f9463ec 3182014-05-28 Pedro Alves <palves@redhat.com>
319
320 * MAINTAINERS (Write After Approval): Add myself.
321
0be66420 3222014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
323
324 * MAINTAINERS: Update my affiliation/email.
325
2a96d757 3262014-05-19 Mike Stump <mikestump@comcast.net>
327
328 * MAINTAINERS: Add wide-int reviewers.
329
2481a2c1 3302014-05-14 Sandra Loosemore <sandra@codesourcery.com>
331
332 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
333 * configure: Regenerated.
334
418aa869 3352014-05-15 Torvald Riegel <triegel@redhat.com>
336
337 * MAINTAINERS (libitm): Add myself as maintainer.
338
d23ca936 3392014-05-07 Charles Baylis <charles.baylis@linaro.org>
340
341 * MAINTAINERS (Write After Approval): Add myself.
342
b98f8a78 3432014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
344
345 * config.sub, config.guess: Import from upstream.
346
588c2671 3472014-04-29 Alan Lawrence <alan.lawrence@arm.com>
348
349 * MAINTAINERS (Write After Approval): Put myself in correct order.
350
572205be 3512014-04-29 Alan Lawrence <alan.lawrence@arm.com>
352
353 * MAINTAINERS (Write After Approval): Add myself.
354
a6703892 3552014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
356
357 * MAINTAINERS: Move myself from Reviewers to Write After Approval
358 section.
359
5692cf37 3602014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
361
362 * MAINTAINERS (Write After Approval): Delete myself.
363
478532eb 3642014-04-17 Jakub Jelinek <jakub@redhat.com>
365
366 PR sanitizer/56781
367 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
368 and -B* options with -Xcompiler.
369
e40b19b7 3702014-04-04 Eric Botcazou <ebotcazou@adacore.com>
371
372 PR bootstrap/60620
373 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
374 * Makefile.in: Regenerate.
375
e673a265 3762014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
377
378 * Makefile.def (dependencies): Make all-ld depend on all-binutils
379 for WINDRES_FOR_TARGET in default-manifest.o rule.
380 * Makefile.in: Regenerate.
381
737fef9c 3822014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
383
384 * MAINTAINERS (Write After Approval): Add myself.
385
f4ae1a00 3862014-03-26 Jakub Jelinek <jakub@redhat.com>
387
388 PR sanitizer/56781
389 * Makefile.def: Set bootstrap=true; for host fixincludes.
390 * configure.ac: Don't bootstrap host fixincludes unless
391 --with-build-config=bootstrap-{a,ub}san.
392 * Makefile.in: Regenerated.
393 * configure: Regenerated.
394
ee055341 3952014-03-21 Jakub Jelinek <jakub@redhat.com>
396
397 * configure.ac: Move BUILD_CONFIG set up earlier. Add
398 --enable-vtable-verify option parsing. Don't add
399 target-libsanitizer to bootstrap_target_libs unless
400 --with-build-config=bootstrap-asan or
401 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
402 to bootstrap_target_libs unless --enable-vtable-verify.
403 * configure: Regenerated.
404
1279e87b 4052014-03-10 Anatoly Sokolov <aesok@post.ru>
406
407 * MAINTAINERS (Write After Approval): Add myself.
408
cf0201a5 4092014-03-07 Denis Chertykov <chertykov@gmail.com>
410
411 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
412
48d33b51 4132014-03-07 Jakub Jelinek <jakub@redhat.com>
414
415 PR bootstrap/58572
416 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
417 -I for libstdc++-v3 includes if $(LEAN).
418 * Makefile.in: Regenerated.
419
4dcc249a 4202014-03-04 Jonathan Wakely <jwakely@redhat.com>
421
422 * MAINTAINERS: Update my email address.
423
2da35515 4242014-02-24 Walter Lee <walt@tilera.com>
425
426 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
427 (tilegx-*-*): Change to tilegx*-*-*.
428 * configure: Regenerate.
429
2cdbba93 4302014-02-17 Loren J. Rittle <ljrittle@acm.org>
431
432 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
433
e3c32511 4342014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
435
436 * MAINTAINERS (Write After Approval): Add myself.
437
48118d02 4382014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
439
440 PR target/59788
441 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
442 *solaris2*.
443
68512f53 4442014-01-21 John David Anglin <danglin@gcc.gnu.org>
445
446 * MAINTAINERS: Update my email address.
447
a37bd79b 4482014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
449
450 * MAINTAINERS: Convert to UTF-8.
451 Properly sort Xinliang David Li's entry.
452
3c6280bd 4532013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
454 Sandra Loosemore <sandra@codesourcery.com>
455
456 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
457 nios2 port maintainers.
458
e8cac2b9 4592013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
460
461 * MAINTAINERS (Write After Approval): Add myself.
462
87ebeb4c 4632013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d4cf3e7a 464
465 * configure.ac: Add user-friendly check for native x86_64-linux
466 multilibs.
467 * configure: Regenerate.
468
4692013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
470
471 * MAINTAINERS: Add myself as sh maintainer.
472
4732013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
474
475 * MAINTAINERS: Add self as SLSR maintainer.
476
4772013-11-18 Jan Hubicka <hubicka@ucw.cz>
478
479 * MAINTAINERS: Update my email address.
480
4812013-11-15 David Edelsohn <dje.gcc@gmail.com>
482
483 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
484
4852013-11-07 Thomas Schwinge <thomas@codesourcery.com>
486
487 * Makefile.in: Regenerate.
488
489 * Makefile.tpl: Fix typo.
490 * Makefile.in: Regenerate partially.
491
4922013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
493
494 * configure.ac: Added libcilkrts to noconfig list when C++ is not
495 supported.
496 * configure: Regenerated.
497
4982013-11-01 Trevor Saunders <tsaunders@mozilla.com>
499
500 * MAINTAINERS (Write After Approval): Add myself.
501
5022013-10-30 Jason Merrill <jason@redhat.com>
503
504 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
505 --disable-build-format-warnings.
506
5072013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
508
509 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
510 depend on libstdc++ and libgcc.
511 * configure: Regenerate.
512 * configure.ac: Added libcilkrts to target binaries. Also, restrict
513 libcilkrts for POSIX and i*86, and x86_64 architectures.
514 * Makefile.in: Added libcilkrts related fields to support building it.
515
5162013-10-26 Jeff Law <law@redhat.com>
517
518 * Makefile.def (target_modules): Remove libmudflap
519 (languages): Remove check-target-libmudflap).
520 * Makefile.in: Rebuilt.
521 * Makefile.tpl (check-target-libmudflap-c++): Remove.
522 * configure.ac (target_libraries): Remove target-libmudflap.
523 Remove checks which disabled libmudflap on some systems.
524 * configure: Rebuilt.
525 * libmudflap: Directory removed.
526
5272013-10-21 Cong Hou <congh@google.com>
528
529 * MAINTAINERS (Write After Approval): Add myself.
530
5312013-10-16 Mike Stump <mikestump@comcast.net>
532
533 * .dir-locals.el: Add.
534
5352013-10-15 David Malcolm <dmalcolm@redhat.com>
536
537 * configure.ac: Add --enable-host-shared
538 * configure: Regenerate.
539
5402013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
541
542 Import from savannah.gnu.org:
543 * config.guess: Update to 2013-06-10 version.
544 * config.sub: Update to 2013-10-01 version.
545
5462013-10-01 Simon Cook <simon.cook@embecosm.com>
547
548 Changes to build configuration to allow big endian ARC ELF toolchain
549 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
550 * configure: Regenerate.
551
5522013-09-20 Alan Modra <amodra@gmail.com>
553
554 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
555 ppc host match. Support little-endian powerpc linux hosts.
556
5572013-09-19 Dodji Seketeli <dodji@redhat.com>
558
559 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
560 maintainer.
561
5622013-09-12 DJ Delorie <dj@redhat.com>
563
564 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
565 maintainers.
566
5672013-09-03 Richard Biener <rguenther@suse.de>
568
569 * configure.ac: Also allow ISL 0.12.
570 * configure: Regenerated.
571
5722013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
573
574 * MAINTAINERS (Write After Approval): Add myself.
575
5762013-08-27 David Malcolm <dmalcolm@redhat.com>
577
578 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
579
5802013-08-26 Caroline Tice <cmtice@google.com>
581
582 * MAINTAINERS: Correct earliers update: Move myself from libvtv
583 "Various Reviewers" to libvtv "Various Maintainers".
584
5852013-08-20 Steven Bosscher <steven@gcc.gnu.org>
586
587 * MAINTAINERS: Add myself as RTL optimizers reviewer.
588
5892013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
590
591 * MAINTAINERS: Update name, email.
592
5932013-08-13 Adam Butcher <adam@jessamine.co.uk>
594
595 * MAINTAINERS (Write After Approval): Add myself.
596
5972013-08-12 Caroline Tice <cmtice@google.com>
598
599 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
600 address in the Write After Approval section.
601
6022013-08-09 Carlos O'Donell <carlos@redhat.com>
603
604 * MAINTAINERS (Write After Approval): Update email.
605
6062013-08-08 Benjamin Kosnik <bkoz@redhat.com>
607
608 * configure.ac: Adjust to check VTV_SUPPORTED.
609 * configure: Regenerated.
610
6112013-08-02 Caroline Tice <cmtice@google.com>
612
613 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
614 on non-linux systems; add target-libvtv to noconfigdirs; add
615 libsupc++/.libs to C++ library search paths.
616 * configure: Regenerated.
617 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
618 libstdc++ and libgcc.
619 * Makefile.in: Regenerated.
620
6212013-07-19 Yvan Roux <yvan.roux@linaro.org>
622
623 * MAINTAINERS (Write After Approval): Add myself.
624
6252013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
626 Shiva Chen <shiva0217@gmail.com>
627
628 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
629 nds32 port maintainers.
630
6312013-07-17 Tim Shen <timshen91@gmail.com>
632
633 * MAINTAINERS (Write After Approval): Add myself.
634
6352013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
636
637 * configure.ac: Sync from binutils.
638 * configure: Regenerate.
639
6402013-06-14 Vidya Praveen <vidyapraveen@arm.com>
641
642 * MAINTAINERS (Write After Approval): Add myself.
643
6442013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
645
646 * MAINTAINERS (Write After Approval): Add myself.
647
6482013-05-17 David Malcolm <dmalcolm@redhat.com>
649
650 * MAINTAINERS (Write After Approval): Add myself.
651
6522013-04-30 Brooks Moses <bmoses@google.com>
653
654 * MAINTAINERS: Update my email; move myself from Fortran
655 reviewer to Write After Approval.
656
6572013-04-16 Andreas Schwab <schwab@suse.de>
658
659 * configure.ac (aarch64-*-*): Don't disable java.
660 * configure: Regenerate.
661
6622013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
663
664 * MAINTAINERS (Write After Approval): Add myself.
665
6662013-03-30 Matthias Klose <doko@ubuntu.com>
667
668 * Makefile.def (target_modules): Don't install libffi.
669 * Makefile.in: Regenerate.
670
6712013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
672
673 * MAINTAINERS (Write After Approval): Add myself.
674
6752013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
676
677 * MAINTAINERS (Write After Approval): Add myself.
678
6792013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
680
681 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
682 * configure: Regenerated.
683
477ef922 6842013-02-05 Ian Lance Taylor <iant@google.com>
685
686 PR go/55969
687 * configure.ac: Disable libgo on some systems where it does not
688 work.
689
d4cf3e7a 6902013-02-04 David Edelsohn <dje.gcc@gmail.com>
691
692 * MAINTAINERS: Explicitly add myself as AIX maintainer.
693 Remove Geoff Keating as rs6000 port maintainer, at his request.
694
6952013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
696
697 * MAINTAINERS: Update my email.
698
6992013-01-23 Shenghou Ma <minux.ma@gmail.com>
700
701 * configure: Re-generate.
702
7032013-01-15 Richard Biener <rguenther@suse.de>
704
705 PR other/55973
706 * configure: Re-generate.
707
7082013-01-14 Matthias Klose <doko@ubuntu.com>
709
710 * Makefile.def (install-target-libsanitizer): Depend on
711 install-target-libstdc++-v3.
712 * Makefile.in: Regenerate.
713
7142013-01-14 Richard Biener <rguenther@suse.de>
715
716 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
717 * configure: Re-generate
718
7192013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
720
721 * config.sub: Update from config repo.
722
7232013-01-11 Eric Botcazou <ebotcazou@adacore.com>
724
725 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
726 * Makefile.in: Regenerate.
727
7282013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
729
730 * MAINTAINERS (arc): Add new port maintainership for myself.
731
7322013-01-09 Jason Merrill <jason@redhat.com>
733
734 * .gitignore: Import from gdb repository.
735
7362013-01-09 H.J. Lu <hongjiu.lu@intel.com>
737
738 * Makefile.def (configure-gcc): Depend on all-gmp.
739 (all-gcc): Remove dependency on all-gmp.
740 * Makefile.in: Regenerated.
741
7422013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
743
744 * config.sub: Merge from config repo.
745 * config.guess: Ditto.
746
7472013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
748
749 * Makefile.def: Merge from binutils.
750 * Makefile.in: Ditto.
751
7522013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
753
754 * MAINTAINERS: Update my email.
755
7562012-12-29 Ben Elliston <bje@gnu.org>
757
758 * config.guess: Update to 2012-12-29 version.
759 * config.sub: Likewise.
760
7612012-12-20 Matthias Klose <doko@ubuntu.com>
762
763 * Makefile.def (install-target-libgfortran): Depend on
764 install-target-libquadmath, install-target-libgcc.
765 (install-target-libsanitizer): Depend on install-target-libgcc.
766 (install-target-libjava): Depend on install-target-libgcc.
767 (install-target-libitm): Depend on install-target-libgcc.
768 (install-target-libobjc): Depend on install-target-libgcc.
769 (install-target-libstdc++-v3): Depend on install-target-libgcc.
770 * Makefile.in: Regenerate.
771
7722012-12-19 Matthias Klose <doko@ubuntu.com>
773
774 * Makefile.def (install-target-libgo): Depend on
775 install-target-libatomic.
776 * Makefile.in: Regenerate.
777
7782012-12-18 Andreas Schwab <schwab@linux-m68k.org>
779
780 PR go/55201
781 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
782 * Makefile.in: Regenerate.
783
7842012-12-16 Thomas Schwinge <thomas@codesourcery.com>
785
786 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
787 * configure: Regenerate.
788
7892012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
790
791 * config.sub: Merge from config repo.
792
7932012-12-11 H.J. Lu <hongjiu.lu@intel.com>
794
795 * Makefile.def (target_modules): Add bootstrap=true and
796 raw_cxx=true to libsanitizer.
797 * configure.ac (bootstrap_target_libs): Add libsanitizer.
798 * Makefile.in: Regenerated.
799 * configure: Likewise.
800
8012012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
802
803 * MAINTAINERS: Remove self as RTL optimization maintainer.
804
8052012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
806
807 * MAINTAINERS (Write After Approval): Add myself.
808
8092012-11-28 H.J. Lu <hongjiu.lu@intel.com>
810
811 * Makefile.def (target_modules): Remove bootstrap=true and
812 raw_cxx=true from libsanitizer.
813 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
814 * Makefile.in: Regenerated.
815 * configure: Likewise.
816
8172012-11-28 H.J. Lu <hongjiu.lu@intel.com>
818
819 * Makefile.def (target_modules): Add bootstrap=true and
820 raw_cxx=true to libsanitizer.
821 * configure.ac (bootstrap_target_libs): Add libsanitizer.
822 * Makefile.in: Regenerated.
823 * configure: Likewise.
824
8252012-11-28 Andrew Pinski <apinski@cavium.com>
826
827 PR bootstrap/54279
828 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
829 * configure: Regenerate.
830 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
831 * Makefile.in: Regenerate.
832
8332012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
834
835 * configure.ac: Disable libsanitizer if we're not building C++.
836 * configure: Regenerate.
837
8382012-11-15 Roland McGrath <roland@hack.frob.com>
839
840 * MAINTAINERS (Write After Approval): Add myself.
841
8422012-11-15 Dmitry Vyukov <dvyukov@google.com>
843
844 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
845 Kostya Serebryany (kcc@google.com) and
846 Jakub Jelinek (jakub@redhat.com).
847 Rename area for Dodji Seketeli (dodji@redhat.com).
848
8492012-11-15 Dodji Seketeli <dodji@redhat.com>
850
851 * MAINTAINERS: (asan.c, related): Add myself.
852
8532012-11-14 Roland McGrath <mcgrathr@google.com>
854
855 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
856 * configure: Regenerate.
857
8582012-11-13 Richard Henderson <rth@redhat.com>
859
860 * configure.ac: Move libsanitizer logic to subdirectory.
861 * configure: Regenerate.
862
8632012-11-13 Dodji Seketeli <dodji@redhat.com>
864
865 * configure.ac: Enable libsanitizer just on x86 linux for now.
866 * configure: Re-generate.
867
8682012-11-13 David Edelsohn <dje.gcc@gmail.com>
869
870 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
871 sections.
872 * configure: Regenerate.
873
8742012-11-13 Hans-Peter Nilsson <hp@axis.com>
875
876 * configure.ac: Add section for configdirs for libsanitizer.
877 Disable for cris-*-* and mmix-*-*.
878 * configure: Regenerate.
879
8802012-11-12 Wei Mi <wmi@google.com>
881
882 * configure.ac: Add libsanitizer to target_libraries.
883 * Makefile.def: Ditto.
884 * configure: Regenerate.
885 * Makefile.in: Regenerate.
886 * libsanitizer: New directory for asan runtime. Contains an empty
887 tsan directory.
888
8892012-11-03 Corinna Vinschen <corinna@vinschen.de>
890
891 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
892 against Mingw64 w32api.
893 * configure: Regenerate.
894
8952012-11-03 H.J. Lu <hongjiu.lu@intel.com>
896
897 * configure: Regenerated.
898
8992012-11-03 Robert Mason <rbmj@verizon.net>
900
901 * configure.ac: add --disable-libstdcxx configure option
902 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
903
9042012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
905
906 * MAINTAINERS (Write After Approval): Add myself.
907
9082012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
909
910 * MAINTAINERS (Write After Approval): Add myself.
911
9122012-10-24 Sharad Singhai <singhai@google.com>
913
914 * MAINTAINERS (Write After Approval): Add myself.
915
9162012-10-24 Eric Christopher <echristo@gmail.com>
917
918 * MAINTAINERS: Update email address.
919
9202012-10-23 Eric Botcazou <ebotcazou@adacore.com>
921
922 PR bootstrap/54820
923 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
924 * configure: Regenerate.
925
9262012-10-23 Richard Earnshaw <rearnsha@arm.com>
927
928 * MAINTAINERS (aarch64): Add Marcus and myself.
929
9302012-10-22 Eric Botcazou <ebotcazou@adacore.com>
931
932 PR bootstrap/54820
933 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
934 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
935 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
936 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
937 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
938 * Makefile.in: Regenerate.
939 * configure.ac (have_static_libs): New variable and associated check.
940 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
941 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
942 * configure: Regenerate.
943
9442012-10-10 Richard Biener <rguenther@suse.de>
945
946 * MAINTAINERS: Adjust for changed surname.
947
9482012-10-04 Lawrence Crowl <crowl@google.com>
949
950 * MAINTAINERS (Write After Approval): Add myself.
951
9522012-10-01 Cary Coutant <ccoutant@google.com>
953
954 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
955
9562012-09-28 Ian Lance Taylor <iant@google.com>
957
958 * Makefile.def: Make all-target-libgo depend on
959 all-target-libbacktrace.
960 * Makefile.in: Rebuild.
961
9622012-09-26 Ian Lance Taylor <iant@google.com>
963
964 * Makefile.def: Make all-gcc depend on all-libbacktrace.
965 * Makefile.in: Rebuild.
966
9672012-09-20 Walter Lee <walt@tilera.com>
968
969 * configure.ac: Add tilegx to list of targets that support gold.
970 * configure: Regenerate.
971
9722012-09-20 Marek Polacek <polacek@redhat.com>
973
974 * MAINTAINERS (Write After Approval): Add myself.
975
9762012-09-19 Steve Ellcey <sellcey@mips.com>
977
978 * configure.ac: Add mips*-mti-elf* target.
979 * configure: Regenerate.
980
9812012-09-17 Ian Lance Taylor <iant@google.com>
982
983 * MAINTAINERS (Various Maintainers): Add libbacktrace.
984 * configure.ac (host_libs): Add libbacktrace.
985 (target_libraries): Add libbacktrace.
986 * Makefile.def (host_modules): Add libbacktrace.
987 (target_modules): Likewise.
988 * configure, Makefile.in: Rebuild.
989
9902012-09-14 David Edelsohn <dje.gcc@gmail.com>
991
992 PR target/38607
993 Merge upstream change.
994 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
995
996 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
997 Add libgomp*.o to compare_exclusions for AIX.
998 * configure: Regenerate.
999
10002012-09-06 Diego Novillo <dnovillo@google.com>
1001
1002 * configure.ac: Bump minimum GMP version to 4.2.3.
1003 * configure: Re-generate.
1004
10052012-09-05 Georg-Johann Lay <avr@gjlay.de>
1006
1007 PR target/54461
1008 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1009 target-libgloss if not configured --with-avrlibc=no.
1010 * configure: Regenerate.
1011
10122012-09-04 Jason Merrill <jason@redhat.com>
1013
1014 * configure.ac: Fix --enable-languages=all.
1015
10162012-09-04 Christophe Lyon <christophe.lyon@st.com>
1017
1018 * MAINTAINERS (Write After Approval): Add myself.
1019
10202012-09-03 Richard Guenther <rguenther@suse.de>
1021
1022 PR bootstrap/54138
1023 * configure.ac: Re-organize ISL / CLOOG checks to allow
1024 disabling with either --without-isl or --without-cloog.
1025 * configure: Regenerated.
1026
10272012-09-03 Georg-Johann Lay <avr@gjlay.de>
1028
1029 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1030 * configure: Regenerate.
1031
10322012-08-27 Ulrich Drepper <drepper@gmail.com>
1033
1034 * MAINTAINERS: Fix my email address.
1035
10362012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1037
1038 PR binutils/4970
1039 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1040 and opcodes.
1041 * Makefile.in: Regenerated.
1042
10432012-08-26 Art Haas <ahaas@impactweather.com>
1044
1045 * configure: Regenerate.
1046
10472012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
1048
1049 * INSTALL/README: Also refer to the online installation
1050 instructions.
1051
10522012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1053
1054 * MAINTAINERS (Write After Approval): Add myself.
1055 (Picochip port): Remove myself.
1056
10572012-08-14 Diego Novillo <dnovillo@google.com>
1058
1059 Merge from cxx-conversion branch.
1060
1061 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1062 POSTSTAGE1_CONFIGURE_FLAGS.
1063 * Makefile.in: Regenerate.
1064 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1065 Force C++ when bootstrapping.
1066 * configure: Regenerate.
1067
10682012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1069
1070 * MAINTAINERS (Write After Approval): Add myself.
1071
10722012-07-16 Joseph Myers <joseph@codesourcery.com>
1073
1074 * README: Document use of ranges of years in copyright notices.
1075
10762012-07-06 Richard Guenther <rguenther@suse.de>
1077
1078 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1079 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1080 --with-gmp=system.
1081 * Makefile.in: Regenerated.
1082 * configure: Likewise.
1083
10842012-07-06 Richard Guenther <rguenther@suse.de>
1085
1086 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1087 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1088 supply V=1 as extra_make_flags.
1089 * configure: Regenerated.
1090 * Makefile.in: Likewise.
1091
10922012-07-04 Tristan Gingold <gingold@adacore.com>
1093
1094 * configure: Regenerate.
1095
10962012-07-03 Richard Guenther <rguenther@suse.de>
1097
1098 * Makfile.def (isl): Remove not necessary extra_exports and
1099 extra_make_flags.
1100 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1101 * Makefile.in: Regenerated.
1102
11032012-07-03 Richard Guenther <rguenther@suse.de>
1104
1105 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1106 * configure.ac: If either the ISL or the CLooG check failed
1107 do not try to build in-tree versions.
1108 * Makefile.in: Regenerated.
1109 * configure: Regenerated.
1110
11112012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1112
1113 * configure: Regenerate.
1114
11152012-07-02 Janis Johnson <janisjo@codesourcery.com>
1116
1117 * MAINTAINERS (Various Maintainers): Add myself as testsuite
1118 maintainer.
1119
11202012-07-02 Richard Guenther <rguenther@suse.de>
1121
1122 * configure: Regenerated.
1123
11242012-07-02 Richard Guenther <rguenther@suse.de>
1125 Michael Matz <matz@suse.de>
1126 Tobias Grosser <tobias@grosser.es>
1127 Sebastian Pop <sebpop@gmail.com>
1128
1129 * Makefile.def: Add ISL host module, remove PPL host module.
1130 Adjust ClooG host module to use the proper ISL.
1131 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1132 * configure.ac: Include config/isl.m4. Add ISL host library,
1133 remove PPL. Remove PPL configury, add ISL configury, adjust
1134 ClooG configury.
1135 * Makefile.in: Regenerated.
1136 * configure: Likewise.
1137
11382012-07-02 Richard Guenther <rguenther@suse.de>
1139
1140 Merge from graphite branch
1141 2011-07-21 Tobias Grosser <tobias@grosser.es>
1142
1143 * configure: Regenerated.
1144 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1145 both cloog.org and legacy versions. The only supported version will
1146 be CLooG with the isl backend.
1147
1148 2011-07-21 Tobias Grosser <tobias@grosser.es>
1149
1150 * configure: Regenerated.
1151 * configure.ac: Require cloog isl 0.17.0
1152
1153 2011-07-21 Tobias Grosser <tobias@grosser.es>
1154
1155 * configure: Regenerated.
1156 * config/cloog.m4: Do not define CLOOG_ORG
1157
11582012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1159
1160 * configure.ac: Skip C if explicitly selected.
1161 * configure: Regenerate.
1162
11632012-06-28 Christophe Lyon <christophe.lyon@st.com>
1164
1165 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1166 they contain -O2.
1167 * configure: Regenerate.
1168
11692012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
1170
1171 PR debug/53740
1172 * df.h, df-problems.c, dce.c: Revert last patch.
1173
11742012-06-25 Iain Sandoe <iain@codesourcery.com>
1175
1176 * MAINTAINERS (Write After Approval): Update my email address.
1177
11782012-06-21 Meador Inge <meadori@codesourcery.com>
1179
1180 * MAINTAINERS (Write After Approval): Add myself.
1181
11822012-06-20 Jason Merrill <jason@redhat.com>
1183
1184 * Makefile.tpl (check-target-libgomp-c++): New.
1185 (check-target-libitm-c++): New.
1186 * Makefile.def (c++): Add them.
1187 * Makefile.in: Regenerate.
1188
11892012-05-29 Edmar Wienskoski <edmar@freescale.com>
1190
1191 * MAINTAINERS (Write After Approval): Add myself.
1192
11932012-05-16 Olivier Hainque <hainque@adacore.com>
1194
1195 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1196 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1197 (install-no-fixedincludes): Adjust accordingly.
1198 * Makefile.in: Regenerate.
1199
12002012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1201
1202 Merge upstream change
1203 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1204
12052012-05-14 Marc Glisse <marc.glisse@inria.fr>
1206
1207 * MAINTAINERS (Write After Approval): Add myself.
1208
12092012-05-09 Nick Clifton <nickc@redhat.com>
1210 Paul Smith <psmith@gnu.org>
1211
1212 PR bootstrap/50461
1213 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1214 allow for the fact that from release v3.1.0 of MPFR the source
1215 files were moved into a src sub-directory.
1216 * configure: Regenerate.
1217
12182012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1219
1220 * configure.ac: Bump minimum MPFR version to 2.4.0.
1221 * configure: Regenerated.
1222
12232012-05-01 Richard Henderson <rth@redhat.com>
1224
1225 * Makefile.def (libatomic): New target_module.
1226 * configure.ac (target_libraries): Add libatomic.
1227 (noconfigdirs): Check if libatomic is supported.
1228 * Makefile.in, configure: Rebuild.
1229
12302012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
1231
1232 * MAINTAINERS (Write After Approval): Add myself.
1233
12342012-04-25 Joel Brobecker <brobecker@adacore.com>
1235
1236 * config.sub: Update to 2012-04-18 version from official repo.
1237
12382012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
1239
1240 * MAINTAINERS (Write After Approval): Add myself.
1241
12422012-04-11 Steve Ellcey <sellcey@mips.com>
1243
1244 * MAINTAINERS: Changed email address.
1245
12462012-03-28 Georg-Johann Lay <avr@gjlay.de>
1247
1248 PR target/52737
1249 * contrib/gcc_update (files_and_dependencies):
1250 Remove gcc/config/avr/t-multilib from touch data.
1251
12522012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1253
1254 * MAINTAINERS (OS Port Maintainers): Remove irix.
1255 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1256 (unsupported_languages): Remove mips-sgi-irix6.*.
1257 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1258 (with_stabs): Remove.
1259 * configure: Regenerate.
1260
12612012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1262
1263 * MAINTAINERS (OS Port Maintainers): Remove osf.
1264 * configure.ac (enable_libgomp): Remove *-*-osf*.
1265 (with_stabs): Remove alpha*-*-osf*.
1266 * configure: Regenerate.
1267
12682012-03-05 Tristan Gingold <gingold@adacore.com>
1269
1270 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1271 * configure: Regenerate.
1272
12732012-02-17 Walter Lee <walt@tilera.com>
1274
1275 * MAINTAINERS: (Write After Approval): Delete myself.
1276
12772012-02-14 Walter Lee <walt@tilera.com>
1278
1279 * MAINTAINERS (tilegx port): Add myself.
1280 (tilepro port): Add myself.
1281 (Write After Approval): Add myself.
1282
12832012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
1284
1285 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
1286 and Joseph Myers as docstring relicensing maintainers.
1287
12882012-02-09 Bin Cheng <bin.cheng@arm.com>
1289
1290 * MAINTAINERS (write-after-approval): Add myself.
1291
12922012-02-08 Ira Rosen <irar@il.ibm.com>
1293
1294 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
1295 maintainer.
1296
12972012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1298
1299 * MAINTAINERS (Write After Approval): Move myself to
1300 maintain alphabetical order.
1301
13022012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
1303
1304 * MAINTAINERS (Write After Approval): Add myself.
1305
13062012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1307
1308 * MAINTAINERS (Write After Approval): Add myself.
1309
13102012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1311 Jayant R Sonar <jayant.sonar@kpitcummins.com>
1312
1313 * configure.ac (cr16-*-*): Remove nonconfigdirs.
1314 * configure: Regenerate.
1315
13162012-01-23 Harshit Chopra <harshit@google.com>
1317
1318 * MAINTAINERS (Write After Approval): Add myself.
1319
13202012-01-22 Douglas B Rupp <rupp@ngnat.com>
1321
1322 * configure.ac: Remove reference to mh-interix.
1323 * configure: Regenerate.
1324
13252012-01-05 Richard Henderson <rth@redhat.com>
1326
1327 PR bootstrap/51072
1328 * configure.ac: Disable libitm if c++ is not enabled.
1329 * configure: Rebuild.
1330
1331 * configure.ac: Fix regexp for same.
1332 * configure: Rebuild.
1333
13342012-01-02 Balaji V. Iyer <bviyer@gmail.com>
1335
1336 * MAINTAINERS (Write After Approval): Add myself.
1337
13382012-01-02 Richard Guenther <rguenther@suse.de>
1339
1340 PR bootstrap/51686
1341 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1342 * Makefile.in: Regenerate.
1343
13442011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
1345
1346 * MAINTAINERS (Write After Approval): Add myself.
1347
13482011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1349
1350 * configure: Regenerate.
1351
13522011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1353
1354 * MAINTAINERS (picochip): Changed email address.
1355
13562011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1357
1358 * MAINTAINERS (write-after-approval): Add self.
1359
13602011-11-29 DJ Delorie <dj@redhat.com>
1361
1362 * configure.ac (rl78-*-*) New case.
1363 * configure: Regenerate.
1364 * MAINTAINERS: Add myself as RL78 maintainer.
1365
13662011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1367
1368 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1369
13702011-11-21 Andreas Tobler <andreast@fgznet.ch>
1371
1372 * libtool.m4: Additional FreeBSD 10 fixes.
1373
13742011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
1375
1376 * MAINTAINERS: Move myself from Write After Approval to CPU Port
1377 Maintainers section, as Epiphany maintainer.
1378
13792011-11-18 Iain Sandoe <iains@gcc.gnu.org>
1380
1381 PR target/49992
1382 * configure.ac: Remove ranlib special-casing for Darwin.
1383 * configure: Regenerate.
1384
13852011-11-12 Andrey Belevantsev <abel@ispras.ru>
1386
1387 * MAINTAINERS (Reviewers): Keep the list sorted.
1388
13892011-11-11 Andrey Belevantsev <abel@ispras.ru>
1390
1391 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1392
13932011-11-09 Roland McGrath <mcgrathr@google.com>
1394
1395 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1396 * configure: Rebuild.
1397 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1398 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1399 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1400 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1401 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1402 Add READELF.
1403 * Makefile.in: Rebuild.
1404
14052011-11-09 Jason Merrill <jason@redhat.com>
1406
1407 * Makefile.def (language=c++): Remove check-c++0x.
1408 * Makefile.in (check-gcc-c++): Regenerate.
1409
14102011-11-08 Richard Henderson <rth@redhat.com>
1411
1412 * configure.ac: Test for libitm directory present first.
1413
1414 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1415
1416 * configure.ac: Test libitm/configure.tgt to disable libitm.
1417 * configure: Rebuild.
1418
14192011-11-07 Aldy Hernandez <aldyh@redhat.com>
1420 Richard Henderson <rth@redhat.com>
1421
1422 Merged from transactional-memory.
1423
1424 * Makefile.def (lang_env_dependencies): libitm is c++.
1425 Add libitm target module.
1426 * configure.ac: Likewise.
1427 * config/mmap.m4: New file.
1428 * contrib/gcc_update: Add libitm to touch data.
1429 * Makefile.in, configure: Rebuild.
1430
14312011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1432
1433 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1434 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1435 * Makefile.in: Regenerate.
1436
14372011-11-01 DJ Delorie <dj@redhat.com>
1438
1439 * config.sub: Update to version 2011-10-29 (added rl78)
1440
14412011-10-27 Nick Clifton <nickc@redhat.com>
1442
1443 * config.sub: Import these changes from the config project:
1444
1445 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
1446 Ben Elliston <bje@gnu.org>
1447
1448 * config.sub (epiphany): New.
1449
1450 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1451 Ben Elliston <bje@gnu.org>
1452
1453 * config.sub (hexagon, hexagon-*): New.
1454
1455 2011-08-23 Roland McGrath <mcgrathr@google.com>
1456
1457 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1458 64eb to be64.
1459
1460 2011-08-16 Roland McGrath <mcgrathr@google.com>
1461
1462 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1463 (nacl): Grok as alias for 32el-unknown-nacl.
1464
14652011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
1466
1467 * MAINTAINERS (Write After Approval): Add myself.
1468
14692011-10-24 Teresa Johnson <tejohnson@google.com>
1470
1471 * MAINTAINERS (Write After Approval): Add myself.
1472
14732011-09-21 Jakub Jelinek <jakub@redhat.com>
1474
1475 * MAINTAINERS (sparc port): Remove myself.
1476
14772011-09-14 Tom de Vries <tom@codesourcery.com>
1478
1479 * MAINTAINERS (Write After Approval): Add myself.
1480
14812011-08-14 Yao Qi <yao@codesourcery.com>
1482
1483 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1484 * configure: Regenerate.
1485
14862011-07-26 Ian Lance Taylor <iant@google.com>
1487
1488 * configure.ac: Set have_compiler based on whether gcc directory
1489 exists, rather than on whether gcc is in configdirs.
1490 * configure: Rebuild.
1491
14922011-07-21 Joseph Myers <joseph@codesourcery.com>
1493
1494 * MAINTAINERS (Global Reviewers): Add self.
1495
14962011-07-20 David Edelsohn <dje.gcc@gmail.com>
1497
1498 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1499 link directories.
1500 * Makefile.in: Rebuild.
1501
15022011-07-20 Ian Lance Taylor <iant@google.com>
1503
1504 PR bootstrap/49787
1505 * configure.ac: Move --enable-bootstrap handling earlier in file.
1506 If --enable-bootstrap and either --enable-build-with-cxx or
1507 --enable-build-poststage1-with-cxx, enable C++ automatically.
1508 * configure: Rebuild.
1509
15102011-07-19 Ian Lance Taylor <iant@google.com>
1511
1512 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1513 make C++ a boot_language. Set and substitute
1514 POSTSTAGE1_CONFIGURE_FLAGS.
1515 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1516 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1517 * configure, Makefile.in: Rebuild.
1518
15192011-07-19 Vladimir Makarov <vmakarov@redhat.com>
1520
1521 * MAINTAINERS (Register Allocation): Move myself from reviewers to
1522 maintainers.
1523
15242011-07-18 Jakub Jelinek <jakub@redhat.com>
1525
1526 * MAINTAINERS (Global Reviewers): Add myself.
1527
15282011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1529
1530 * configure: Regenerate.
1531
15322011-07-16 Jason Merrill <jason@redhat.com>
1533
1534 * Makefile.def (language=c++): Add check-c++0x and
1535 check-target-libmudflap-c++.
1536 * Makefile.tpl (check-target-libmudflap-c++): New.
1537 * Makefile.in: Regenerate.
1538
15392011-07-16 Matthias Klose <doko@ubuntu.com>
1540
1541 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1542 * Makefile.def (target_modules/libjava): Pass
1543 $(EXTRA_CONFIGARGS_LIBJAVA).
1544 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1545 if not configured with --enable-static-libjava.
1546 * Makefile.in: Regenerate.
1547 * configure: Likewise.
1548
15492011-07-15 Jason Merrill <jason@redhat.com>
1550
1551 * Makefile.in (check-c++): Move check-gcc-c++0x after
1552 check-target-libstdc++-v3.
1553
15542011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1555
1556 * MAINTAINERS (c6x port): New entry.
1557
15582011-07-13 Jason Merrill <jason@redhat.com>
1559
1560 * Makefile.in (check-gcc-c++0x): New.
1561 (check-c++): Depend on it.
1562
15632011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1564
1565 PR target/39150
1566 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1567 x86_64-*-solaris2.1[0-9]*.
1568 * configure: Regenerate.
1569
15702011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
1571
1572 * MAINTAINERS (RTL optimizers): Add self.
1573
15742011-06-27 Gabriel Charette <gchare@google.com>
1575
1576 * MAINTAINERS (Write After Approval): Add myself.
1577
15782011-06-22 Hans-Peter Nilsson <hp@axis.com>
1579
1580 PR regression/47836
1581 PR bootstrap/23656
1582 PR other/47733
1583 PR bootstrap/49247
1584 PR c/48825
1585 * configure.ac (target_libraries): Remove target-libiberty.
1586 Remove case-statement setting skipdirs=target-libiberty for
1587 multiple targets. Remove checking target_configdirs and
1588 removing target-libiberty but keeping target-libgcc if
1589 otherwise empty.
1590 * Makefile.def (target_modules): Don't add libiberty.
1591 (dependencies): Remove all traces of target-libiberty.
1592 * configure, Makefile.in: Regenerate.
1593
15942011-06-13 Walter Lee <walt@tilera.com>
1595
1596 * configure.ac (tilepro-*-*) New case.
1597 (tilegx-*-*): Likewise.
1598 * configure: Regenerate.
1599
16002011-06-06 Jing Yu <jingyu@google.com>
1601
1602 * configure.ac: Skip target-libiberty for
1603 arm*-*-linux-androideabi.
1604 * configure: Regenerated.
1605
16062011-06-06 Nick Clifton <nickc@redhat.com>
1607
1608 * config.sub: Sync from upstream.
1609
16102011-06-05 Nenad Vukicevic <nenad@intrepid.com>
1611
1612 * MAINTAINERS (Write After Approval): Add myself.
1613
16142011-06-01 Daniel Jacobowitz <drow@false.org>
1615
1616 * MAINTAINERS: Update my email address.
1617
16182011-05-27 Nathan Froyd <froydnj@codesourcery.com>
1619
1620 * MAINTAINERS (Write After Approval): Update my email address.
1621
16222011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
1623
1624 * MAINTAINERS (Write After Approval): Add myself.
1625
16262011-05-08 Doug Kwan <dougkwan@google.com>
1627
1628 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1629 * configure: Regenerated.
1630 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1631 value from configure.
1632 * Makefile.in: Regenerated.
1633
16342011-05-05 Joseph Myers <joseph@codesourcery.com>
1635
1636 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1637 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1638 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1639 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1640 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1641 *-*-vxworks*): Disable newlib and libgloss in separate case
1642 statement.
1643 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1644 to separate case statement.
1645 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1646 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1647 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1648 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1649 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1650 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1651 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1652 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1653 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1654 i[[3456789]]86-*-rdos*, m32r-*-*,
1655 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1656 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1657 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1658 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1659 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1660 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1661 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1662 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1663 and libgloss in main case over targets. Remove most empty cases
1664 in main case over targets.
1665 * configure: Regenerate.
1666
16672011-05-04 Janis Johnson <janisjo@codesourcery.com>
1668
1669 * MAINTAINERS (Write After Approval): Add myself.
1670
16712011-05-04 Joseph Myers <joseph@codesourcery.com>
1672
1673 * configure.ac: Remove code setting special library locations for
1674 hppa*64*-*-hpux11*. Remove code setting compiler for
1675 sparc-sun-solaris2*.
1676 * configure: Regenerate.
1677
16782011-05-04 Joseph Myers <joseph@codesourcery.com>
1679
1680 * configure.ac: Separate libgloss_dir settings from general case
1681 over targets.
1682 * configure: Regenerate.
1683
16842011-04-28 Joseph Myers <joseph@codesourcery.com>
1685
1686 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1687 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1688 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1689 cases in libgcj-disabling case statement.
1690 (hppa*64*-*-linux*): Set unsupported_languages instead of
1691 disabling target-zlib.
1692 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1693 to hppa*64*-*-hpux*.
1694 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1695 hppa*-*-hpux*.
1696 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1697 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1698 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1699 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1700 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1701 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1702 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1703 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1704 libgcj-disabling case statement.
1705 * configure: Regenerate.
1706
17072011-04-28 Joseph Myers <joseph@codesourcery.com>
1708
1709 * configure.ac: Disable Java for targets not supporting libffi.
1710 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1711 Remove cases in Java-disabling statement.
1712 (*arm-wince-pe): Change to arm-wince-pe.
1713 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1714 cases in Java-disabling statement.
1715 (bfin-*-*): Don't disable Java again.
1716 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1717 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1718 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1719 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1720 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1721 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1722 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1723 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1724 Java-disabling statement.
1725 (mmix-*-*): Don't disable Java again.
1726 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1727 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1728 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1729 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1730 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1731 statement.
1732 * configure: Regenerate.
1733
17342011-04-28 Joseph Myers <joseph@codesourcery.com>
1735
1736 * configure.ac: Separate cases disabling Java and Java libraries
1737 from general case over targets.
1738 * configure: Regenerate.
1739
17402011-04-21 Jie Zhang <jzhang918@gmail.com>
1741
1742 * MAINTAINERS: Update my email address.
1743
17442011-04-20 Easwaran Raman <eraman@google.com>
1745
1746 * MAINTAINERS (Write After Approval): Add myself.
1747
17482011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1749
1750 PR lto/48086
1751 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1752 * configure: Regenerate.
1753
17542011-04-16 Jim Meyering <meyering@redhat.com>
1755
1756 * MAINTAINERS (Write After Approval): Add myself.
1757
17582011-04-15 Dodji Seketeli <dodji@redhat.com>
1759
1760 * MAINTAINERS: Update my email address.
1761
17622011-04-13 Georg-Johann Lay <avr@gjlay.de>
1763
1764 * MAINTAINERS (Write After Approval): Add myself.
1765
17662011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
1767
1768 * MAINTAINERS (Write After Approval): Add myself.
1769
17702011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
1771
1772 * MAINTAINERS (Write After Approval): Add myself.
1773
17742011-04-06 Joseph Myers <joseph@codesourcery.com>
1775
1776 * configure.ac (build_tools): Remove build-byacc.
1777 (host_libs): Remove mmalloc.
1778 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1779 autoconf automake libtool diff rcs fileutils shellutils time
1780 textutils wdiff find uudecode hello tar gzip indent recode release
1781 sed perl gawk findutils gettext zip.
1782 (libgcj): Remove target-qthreads.
1783 (target_tools): Remove target-examples target-gperf.
1784 (YACC): Don't handle building byacc.
1785 * configure: Regenerate.
1786 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1787 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1788 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1789 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1790 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1791 handle building components.
1792 * Makefile.in: Regenerate.
1793
17942011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
1795
1796 * MAINTAINERS: Update my email address as Xtensa maintainer.
1797
17982011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1799
1800 * config.sub: Sync from upstream.
1801
18022011-04-01 Joseph Myers <joseph@codesourcery.com>
1803
1804 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1805 (microblaze*): Don't disable libssp.
1806 * configure: Regenerate.
1807
18082011-04-01 Joseph Myers <joseph@codesourcery.com>
1809
1810 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1811 moveifchange.
1812 * configure: Regenerate.
1813 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1814 * Makefile.in: Regenerate.
1815
18162011-04-01 Joseph Myers <joseph@codesourcery.com>
1817
1818 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1819 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1820 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1821 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1822 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1823 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1824 md_exec_prefix cases.
1825 * configure: Regenerate.
1826
18272011-04-01 Joseph Myers <joseph@codesourcery.com>
1828
1829 * configure.ac: Separate cases disabling target-libssp,
1830 target-libiberty, target-libstdc++-v3 and Fortran from general
1831 case over targets.
1832 * configure: Regenerate.
1833
18342011-04-01 Joseph Myers <joseph@codesourcery.com>
1835
1836 * configure.ac (*-*-chorusos): Don't disable libgcj.
1837 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1838 Remove case.
1839 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1840 (arm-*-coff): Don't disable libgcj.
1841 (arm*-*-linux-gnueabi): Remove useless assignment.
1842 (arm-*-riscix*): Don't disable libgcj.
1843 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1844 configuration.
1845 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1846 (c54x*-*-*): Remove case.
1847 (tic54x-*-*): Don't disable GCC or GCC libraries.
1848 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1849 to *.
1850 (d10v-*-*): Don't disable GCC libraries.
1851 (d30v-*-*): Don't disable libgcj.
1852 (h8500-*-*): Don't disable GCC libraries.
1853 (i960-*-*): Don't disable libgcj.
1854 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1855 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1856 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1857 libgcj.
1858 (m68k-*-coff*): Remove case.
1859 (mmix-*-*): Don't disable libgloss on host.
1860 (mn10200-*-*, mn10300-*-*): Remove cases.
1861 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1862 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1863 Don't disable libgcj.
1864 (romp-*-*): Remove case.
1865 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1866 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1867 case.
1868 (v810-*-*): Don't disable GCC libraries.
1869 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1870 (ip2k-*-*): Don't disable GCC libraries.
1871 * configure: Regenerate.
1872
18732011-03-28 Joseph Myers <joseph@codesourcery.com>
1874
1875 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1876 libffi on host.
1877 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1878 on host.
1879 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1880 * configure: Regenerate.
1881
18822011-03-26 John Marino <binutils@marino.st>
1883
1884 * configure.ac: Add support for *-*-dragonfly*
1885 * configure: Regenerate.
1886
18872011-03-25 Joseph Myers <joseph@codesourcery.com>
1888
1889 * configure.ac (native_only): Remove.
1890 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1891 send-pr uudecode guile gnuserv on host.
1892 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1893 send-pr rcs guile perl texinfo libtool on host.
1894 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1895 automake send-pr rcs guile perl texinfo libtool on host.
1896 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1897 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1898 (alpha*-dec-osf*): Don't disable fileutils on target.
1899 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1900 texinfo send-pr expect dejagnu on target.
1901 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1902 target-qthreads on target.
1903 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1904 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1905 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1906 x86_64-*-mingw*): Don't disable expect on target.
1907 (*-*-cygwin*): Don't disable target-gperf on target.
1908 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1909 gnuserv on target.
1910 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1911 target.
1912 * configure: Regenerate.
1913
19142011-03-25 Joseph Myers <joseph@codesourcery.com>
1915
1916 * configure.ac (target_tools): Remove target-groff.
1917 (native_only): Remove target-groff.
1918 (hppa*64*-*-*): Don't disable byacc.
1919 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1920 setting.
1921 (*-*-kaos*): Don't skip target-librx and target-groff.
1922 (*-*-netware*): Don't skip target-libmudflap.
1923 (*-*-tpf*): Don't skip target-libmudflap.
1924 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1925 directories on the host.
1926 (ia64*-*-*vms*): Don't skip tix.
1927 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1928 host.
1929 * configure: Regenerate.
1930
19312011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1932
1933 * configure.ac: Remove references to mt-mep, mt-netware,
1934 mt-wince.
1935 * Makefile.def: Add all-utils soft dependencies.
1936 * Makefile.tpl: Remove GDB_NLM_DEPS.
1937 * configure: Regenerate.
1938 * Makefile.in: Regenerate.
1939
19402011-03-24 Paolo Bonzini <bonzini@gnu.org>
1941
1942 * configure.ac: Do not include mh-x86omitfp.
1943 * configure: Regenerate.
1944
19452011-03-24 Paolo Bonzini <bonzini@gnu.org>
1946
1947 * configure.ac: Remove empty cases.
1948 * configure: Regenerate.
1949
19502011-03-24 Paolo Bonzini <bonzini@gnu.org>
1951
1952 * Makefile.def: Add dependency from termcap to gdb.
1953 * Makefile.in: Regenerate.
1954
19552011-03-24 Paolo Bonzini <bonzini@gnu.org>
1956
1957 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1958 * configure: Regenerate.
1959 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1960 * Makefile.tpl: Likewise.
1961 * Makefile.in: Regenerate.
1962
19632011-03-24 Paolo Bonzini <bonzini@gnu.org>
1964
1965 * configure.ac: Remove all mentions of tentative_cc.
1966 * configure: Regenerate.
1967
19682011-03-24 Joseph Myers <joseph@codesourcery.com>
1969
1970 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1971 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1972 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1973 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1974 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1975 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1976 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1977 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1978 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1979 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1980 *-*-rhapsody*): Remove host cases.
1981 * configure: Regenerate.
1982
19832011-03-24 Joseph Myers <joseph@codesourcery.com>
1984
1985 * configure.ac (ppc*-*-pe): Remove host case.
1986 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1987 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1988 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1989 cases.
1990 * configure: Regenerate.
1991
19922011-03-24 Joseph Myers <joseph@codesourcery.com>
1993
1994 * config.sub: Update to version 2011-03-23.
1995
19962011-03-22 Joseph Myers <joseph@codesourcery.com>
1997
1998 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1999 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2000 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2001 * configure: Regenerate.
2002
20032011-03-22 Joseph Myers <joseph@codesourcery.com>
2004
2005 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
2006 to Write After Approval.
2007 * config-ml.in: Don't handle arc-*-elf*.
2008 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2009 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2010 handle GCC libraries.
2011 * configure: Regenerate.
2012
20132011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2014
2015 PR bootstrap/48120:
2016 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2017 Add -lstdc++ -lm to LIBS.
2018 * configure: Regenerate.
2019
20202011-03-18 David Edelsohn <dje.gcc@gmail.com>
2021
2022 * config.guess: Update to version 2011-02-02
2023 * config.sub: Update to version 2011-02-24
2024
20252011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2026
2027 PR lto/48086
2028 * configure.ac: Re-enable LTO on *-apple-darwin9.
2029 * configure: Regenerate.
2030
20312011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
2032
2033 PR lto/48086
2034 * configure.ac: Disable LTO on darwin due to an assembler change in
2035 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
2036 under 256.
2037 * configure: Regenerate.
2038
20392011-03-11 Chen Liqin <liqin.gcc@gmail.com>
2040
2041 * MAINTAINERS: Update myself as score backend maintainer,
2042 update my e-mail address.
2043
20442011-03-09 Xuepeng Guo <terry.guo@arm.com>
2045
2046 * MAINTAINERS: Update my e-mail address.
2047
20482011-03-06 Joey Ye <joey.ye@arm.com>
2049
2050 * MAINTAINERS: Update my e-mail address.
2051
20522011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2053
2054 * configure.ac: Adjust test of with_ppl.
2055 * configure: Regenerated.
2056
20572011-03-02 Kai Tietz <ktietz@redhat.com>
2058
2059 * MAINTAINERS: Adjust my e-mail address.
2060
20612011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2062
2063 * configure.ac: Add -lpwl to ppllibs.
2064 * configure: Regenerated.
2065
20662011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2067
2068 * config/cloog.m4: Add -lisl to clooglibs.
2069 * configure: Regenerated.
2070
20712011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2072
2073 * MAINTAINERS (CPU Port maintainers): Add self.
2074
20752011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2076
2077 * MAINTAINERS: Add myself as testsuite maintainer.
2078
20792011-02-15 Mike Stump <mikestump@comcast.net>
2080
2081 * MAINTAINERS: Add myself as testsuite maintainer.
2082
20832011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2084
2085 Import from Libtool and gnulib:
2086
2087 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2088
2089 Prepare for supporting FreeBSD 10.
2090 * config.rpath: Remove handling of freebsd1* which soon would
2091 match FreeBSD 10.0.
2092
2093 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2094
2095 Remove support for FreeBSD 1.x.
2096 * libtool.m4 (_LT_LINKER_SHLIBS)
2097 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2098 soon would incorrectly match FreeBSD 10.0.
2099
21002011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2101
2102 PR binutils/12283
2103 * move-if-change: Import version from gnulib.
2104
21052011-02-12 Alexandre Oliva <aoliva@redhat.com>
2106
2107 PR lto/47225
2108 * Makefile.def (lto-plugin): Double dash for enable-shared.
2109 (configure-gcc): Depend on all-lto-plugin.
2110 * Makefile.in: Rebuilt.
2111
21122011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2113
2114 * configure.ac: Remove extra bracket.
2115 * configure: Regenerate.
2116
21172011-02-08 Tobias Burnus <burnus@net-b.de>
2118
2119 * MAINTAINERS: Add myself as libquadmath maintainer.
2120
21212011-02-08 Thomas Schwinge <thomas@schwinge.name>
2122
2123 * MAINTAINERS: Update my email address.
2124
21252011-02-07 Joseph Myers <joseph@codesourcery.com>
2126
2127 * MAINTAINERS (option handling): Add self.
2128
21292011-02-06 Kai Tietz <kai.tietz@onevision.com>
2130
2131 PR lto/47225
2132 * Makefile.def: Add dependency for install-gcc
2133 on install-lto-plugin.
2134 * Makfile.in: Regenerated
2135
21362011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
2137
2138 * MAINTAINERS (CPU Port Maintainers): Add myself.
2139
21402011-01-31 Alexandre Oliva <aoliva@redhat.com>
2141
2142 PR libgcj/44341
2143 * configure.ac: Discard --with-* flags for host when configuring
2144 target libraries for cross build.
2145 * configure: Rebuilt.
2146
21472011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2148
2149 * MAINTAINERS (linear loop transforms): Removed.
2150
21512011-01-25 Jakub Jelinek <jakub@redhat.com>
2152
2153 * configure.ac: If with_ppl is no, move setting with_cloog=no
2154 after CLOOG_REQUESTED check.
2155 * configure: Regenerated.
2156
21572011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2158
2159 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2160 CLooG has been requested.
2161 * configure: Regenerated.
2162
21632011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2164
2165 * configure: Regenerated.
2166 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2167
21682011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2169
2170 * configure: Regenerated.
2171 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2172
21732011-01-21 Andreas Schwab <schwab@redhat.com>
2174
2175 * configure.ac: Use AS_HELP_STRING throughout.
2176 * configure: Regenerate.
2177
21782011-01-18 Jie Zhang <jie.zhang@analog.com>
2179
2180 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2181 * configure: Regenerate.
2182
21832011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2184
2185 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2186
21872011-01-13 Joel Brobecker <brobecker@adacore.com>
2188
2189 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2190 for ia64-hpux.
2191 * configure: Regenerate.
2192
21932011-01-07 Jan Hubicka <jh@suse.cz>
2194
2195 PR lto/47225
2196 * Makefile.in: Regenerate.
2197 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2198 configure.
2199
22002011-01-07 Jan Hubicka <jh@suse.cz>
2201
2202 * Makefile.in: Regenerate.
2203 * Makefile.def (gcc host module) and soft dependency on lto-plugin
2204 and configure dependency on lto-plugin configure.
2205 (lto-plugin module): Remove dependency on GCC; add dependency on
2206 liniberty.
2207
22082011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
2209
2210 * MAINTAINERS (Write After Approval): Add myself.
2211
22122010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
2213
2214 * configure: Regenerate.
2215
22162010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2217
2218 * configure.ac: (picochip): Disable libiberty.
2219
22202010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
2221
2222 * MAINTAINERS (Write After Approval): Add myself.
2223
22242010-12-10 Ian Lance Taylor <iant@google.com>
2225
2226 PR bootstrap/46819
2227 * configure.ac: For --disable-libgcj clear libgcj_saved.
2228 * configure: Rebuild.
2229
22302010-12-10 Tobias Burnus <burnus@net-b.de>
2231
2232 PR fortran/46540
2233 * configure.ac: Add --disable-libquadmath and
2234 --disable-libquadmath-support.
2235 * configure: Regenerate.
2236
22372010-12-03 Ian Lance Taylor <iant@google.com>
2238
2239 * MAINTAINERS: Add myself as libgo maintainer.
2240
22412010-12-03 Hans-Peter Nilsson <hp@axis.com>
2242
2243 PR libffi/46792
2244 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2245 * configure: Regenerate.
2246
22472010-12-02 Ian Lance Taylor <iant@google.com>
2248
2249 * configure.ac: Always set default for poststage1_ldflags to
2250 -static-libstdc++ -static-libgcc.
2251
22522010-11-29 Andreas Schwab <schwab@redhat.com>
2253
2254 * configure.ac: Move comment to remove extra space in last argument
2255 of GCC_TARGET_TOOL.
2256
22572010-11-26 Alexandre Oliva <aoliva@redhat.com>
2258
2259 PR other/46026
2260 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2261 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2262 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2263 (BASE_FLAGS_TO_PASS): Use it.
2264 * configure: Rebuilt.
2265 * Makefile.in: Rebuilt.
2266
22672010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2268
2269 PR binutils/12258
2270 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2271 Properly check default linker.
2272 * configure: Regnerated.
2273
22742010-11-23 Matthias Klose <doko@ubuntu.com>
2275
2276 * configure.ac: For --enable-gold, handle value `default' instead of
2277 `both*'. New configure option --{en,dis}able-ld.
2278 * configure: Regenerate.
2279
22802010-11-20 Ian Lance Taylor <iant@google.com>
2281
2282 * configure.ac: Only disable a language library if no language needs
2283 it. Don't let --disable-libgcj uncondtionally disable libffi.
2284 * configure: Rebuild.
2285
22862010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2287
2288 * Makefile.in: Regenerate.
2289
2290 PR other/46202
2291 * configure.ac: Fix just-built in-tree STRIP name to be
2292 binutils/strip-new.
2293 * configure: Regenerate.
2294 * Makefile.def (install-strip-gcc, install-strip-binutils)
2295 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2296 (install-strip-sid): Mirror dependencies on non-strip variants
2297 of these targets on the respective -strip prerequisites.
2298 * Makefile.tpl (install-strip, install-strip-host)
2299 (install-strip-target): New targets.
2300 (install-strip-[+module+], install-strip-target-[+module+]):
2301 New targets.
2302 * Makefile.in: Regenerate.
2303
23042010-11-19 Ian Lance Taylor <iant@google.com>
2305 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2306
2307 * configure.ac: Add target-libgo to target_libraries. Set
2308 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2309 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2310 (HOST_EXPORTS): Add GOC.
2311 (BASE_TARGET_EXPORTS): Add GOC.
2312 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2313 (GOCFLAGS_FOR_TARGET): New variable.
2314 (EXTRA_HOST_FLAGS): Add GOC.
2315 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2316 * Makefile.def (target_modules): Add libgo.
2317 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2318 (dependencies): Add dependency from configure-target-libgo to
2319 configure-target-libffi and all-target-libstdc++-v3. Add
2320 dependencies from all-target-libgo to all-target-libffi.
2321 (languages): Add go.
2322 * configure: Rebuild.
2323 * Makefile.in: Rebuild.
2324
23252010-11-19 Ian Lance Taylor <iant@google.com>
2326
2327 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2328 compiler/flag environment variables.
2329
23302010-11-18 Ian Lance Taylor <iant@google.com>
2331
2332 * configure.ac: Check for lang_requires_boot_languages in
2333 config-lang.in files.
2334 * configure: Rebuild.
2335
23362010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
87969c8c 2337 Tobias Burnus <burnus@net-b.de>
2338
2339 PR fortran/32049
2340 * Makefile.def: Add libquadmath; build it with language=fortran.
2341 * configure.ac: Add libquadmath.
2342 * Makefile.tpl: Handle multiple libs in check-[+language+].
2343 * Makefile.in: Regenerate.
2344 * configure: Regenerate.
2345
1fea6e9c 23462010-11-16 Tom Tromey <tromey@redhat.com>
2347
2348 * MAINTAINERS: Moved myself to reviewers section.
2349
1950f29a 23502010-11-15 Zdenek Dvorak <ook@ucw.cz>
2351
2352 * MAINTAINERS: Moved myself to reviewers section.
2353
e3d68d13 23542010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2355
2356 * MAINTAINERS (Various Maintainers): Add self for build machinery.
2357 (Write After Approval): Remove self.
2358
73f813e1 23592010-11-15 Andreas Schwab <schwab@redhat.com>
2360
2361 * configure.ac: Fix spelling in option names.
2362 * configure: Regenerated.
2363
e619f0a6 23642010-11-13 Georg-Johann Lay <georgjohann@web.de>
2365
2366 PR bootstrap/39622
2367 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2368 * configure: Regenerated.
2369
b330025b 23702010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
2371
2372 * MAINTAINERS: Update my email address.
2373
8a0fe290 23742010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2375
8a0fe290 2376 * configure: Regenerate.
2377
81b9d148 23782010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2379
aac33805 2380 * configure: Regenerate.
81b9d148 2381
4076133b 23822010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2383
4076133b 2384 * configure: Regenerate.
2385
88e8cc3e 23862010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2387
88e8cc3e 2388 * configure: Regenerate.
2389
a3c81e03 23902010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2391
2392 * configure.ac: Support official CLooG.org versions.
2393 * configure: Regenerate.
2394 * config/cloog.m4: New.
2395
083311b4 23962010-11-10 François Dumont <francois.cppdevs@free.fr>
2397
2398 * MAINTAINERS (Write After Approval): Add myself.
2399
7cb0b8a7 24002010-11-09 David Edelsohn <dje.gcc@gmail.com>
2401
2402 * MAINTAINERS: Update my email address.
2403
16463c8d 24042010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2405
2406 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2407 * configure: Regenerate.
16463c8d 2408
25630dc7 24092010-11-03 Ian Lance Taylor <iant@google.com>
2410 Dave Korn <dave.korn.cygwin@gmail.com>
2411
2412 PR lto/46273
2413 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2414 and on other supported platforms whenever LTO is enabled.
2415 * configure: Rebuild.
2416
13d2f2b2 24172010-11-02 Alan Modra <amodra@gmail.com>
2418
2419 PR binutils/12110
2420 * configure.ac: Error when source path contains spaces.
2421 * configure: Regenerate.
2422
4a0163ae 24232010-10-23 James E. Wilson <wilson@codesourcery.com>
2424
2425 * MAINTAINERS: Update my email address.
2426
1235ba90 24272010-10-20 Ian Lance Taylor <iant@google.com>
2428
2429 * Makefile.def (target_modules): Set lib_path to src/.libs for
2430 libstdc++-v3 module.
2431 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2432 * Makefile.in: Rebuild.
2433
579b6115 24342010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2435
2436 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2437 (Write After Approval): Remove myself.
2438
79aafbf6 24392010-10-15 Tristan Gingold <gingold@adacore.com>
2440
2441 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2442
7516f0c4 24432010-10-14 Douglas Rupp <rupp@gnat.com>
2444
2445 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2446
ca42e774 24472010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2448
2449 * configure.ac (build_lto_plugin): New shell variable.
2450 (--enable-lto): Turn on by default for all non-ELF platforms that
2451 have had LTO support added so far. Set build_lto_plugin appropriately
2452 for both ELF and non-ELF.
2453 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2454 * configure: Regenerate.
2455
9ee71fca 24562010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2457
2458 Sync from src:
2459 * configure.ac (v850 support): Remove target-libgloss from
2460 noconfigdirs.
2461 * configure: Regenerate.
2462
372a3f1e 24632010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2464
2465 PR bootstrap/45326
2466 PR bootstrap/45174
2467 * configure.ac: Honor initial values of $build_configargs,
2468 $host_configargs, $target_configargs. Mark the precious, so
2469 environment settings get recorded.
2470 * configure: Regenerate.
2471
445b7c96 24722010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2473
2474 PR bootstrap/45796
2475 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2476 Depend on all-build-libiberty.
2477 * Makefile.in: Regenerate.
2478
d34b0d1e 24792010-09-30 Michael Eager <eager@eagercon.com>
2480
2481 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2482 * configure: Regenerate.
2483
2ae04593 24842010-09-28 Michael Eager <eager@eagercon.com>
2485
2486 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2487
3aa7b555 24882010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2489
2490 PR bootstrap/44621
2491 * configure.ac: Fix unportable shell quoting.
2492 * configure: Regenerate.
2493
62932e4d 24942010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2495
2496 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2497 targets and amend comment.
2498 * configure: Regenerate.
2499
b3f60ce8 25002010-09-15 Tejas Belagod <tejas.belagod@arm.com>
2501
2502 * MAINTAINERS (Write After Approval): Add myself.
2503
4ae8c98f 25042010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2505
2506 * configure.ac: Enable LTO by default on Darwin.
2507 * configure: Regenerate.
2508
782aa0bb 25092010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
2510
4ae8c98f 2511 * MAINTAINERS (Write After Approval): Add myself.
782aa0bb 2512
3888a212 25132010-09-01 Ian Bolton <ian.bolton@arm.com>
2514
4ae8c98f 2515 * MAINTAINERS (Write After Approval): Add myself.
3888a212 2516
ad7d8d63 25172010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
2518
2519 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2520 ports
2521
b9c08e4e 25222010-07-28 David Yuste <david.yuste@gmail.com>
2523
2524 * MAINTAINERS (Write After Approval): Add myself.
2525
65b688d7 25262010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2527
2528 * configure.ac: Support all v850 targets.
2529 * configure: Regenerate.
2530
b9a8e4c4 25312010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2532
2533 PR bootstrap/44455
2534 * configure.ac (extra_mpfr_configure_flags): Copy from
2535 extra_mpc_gmp_configure_flags.
2536 * configure: Re-generated.
2537
a91ed45e 25382010-07-22 Andi Kleen <ak@linux.intel.com>
2539
2540 * MAINTAINERS (Write After Approval): Add myself.
2541
b2c57537 25422010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
2543
2544 * MAINTAINERS (Write After Approval): Add myself.
2545
a7a6769e 25462010-07-20 Jeffrey Yasskin <jyasskin@google.com>
2547
2548 * MAINTAINERS (Write After Approval): Add myself.
2549
cb885d9b 25502010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2551
2552 PR target/44862
2553 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2554 Provide -B option to allow for link spec %s substitutions for
2555 libstdc++.a on darwin.
2556 * Makefile.in: Regenerate.
2557
5bea9bfd 25582010-07-10 Mikael Morin <mikael@gcc.gnu.org>
2559
2560 * MAINTAINERS (Reviewers): Update my e-mail address
2561
753a7a07 25622010-06-10 Alexandre Oliva <aoliva@redhat.com>
2563
2564 * Makefile.def (configure-gcc): Depend on all-libelf.
2565 * Makefile.in: Rebuild.
2566
596b7b22 25672010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
2568
2569 * MAINTAINERS (Write After Approval): Add myself in the right place.
2570
dcde3c07 25712010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
c29ab255 2572
2573 * MAINTAINERS (Write After Approval): Add myself.
2574
dcde3c07 25752010-05-25 Sterling Augustine <sterling@tensilica.com>
c03b5ae8 2576
2577 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dcde3c07 2578
25792010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
fc75f6d9 2580
e3cce89a 2581 * config.sub: Update to version 2010-05-21.
2582 * config.guess: Update to version 2010-04-03.
fc75f6d9 2583
f64b48e2 25842010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2585
2586 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2587 * configure: Regenerate.
2588
2be0e543 25892010-05-12 Sriraman Tallam <tmsriram@google.com>
2590
2591 * MAINTAINERS (Write After Approval): Add myself.
2592
23433d72 25932010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2594
2595 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2596 a platform that supports LTO.
2597 * configure: Regenerate.
2598
896fc761 25992010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2600
2601 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2602 * configure: Regenerated.
2603
af7c5662 26042010-04-27 Roland McGrath <roland@redhat.com>
2605 H.J. Lu <hongjiu.lu@intel.com>
2606
2607 * configure.ac (--enable-gold): Support both, both/gold and
2608 both/bfd to add gold to configdirs without removing ld.
2609 * configure: Regenerated.
2610
2611 * Makefile.def: Add install-gold dependency to install-ld.
2612 * Makefile.in: Regenerated.
2613
4d992eb6 26142010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2615
2616 PR lto/42776
2617 * configure.ac (--enable-lto): Refactor handling so libelf tests
2618 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2619 and allow LTO to be explicitly enabled on non-ELF platforms that
2620 are known to support it inside else-clause.
2621 * configure: Regenerate.
2622
affd1d61 26232010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2624
2625 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2626 * configure: Regenerate.
2627
e55e8126 26282010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
2629
2630 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2631 * configure: Regenerate.
2632
d6845139 26332010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2634
2635 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2636 separately.
2637 * configure: Regenerate.
2638
c9c28109 26392010-04-16 Kevin Williams <kevin.williams@inria.fr>
2640
2641 * MAINTAINERS (Write After Approval): Add myself.
2642
8e051ef4 26432010-04-14 Tristan Gingold <gingold@adacore.com>
2644
2645 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2646 * configure: Regenerate.
2647
7cc7a0c6 26482010-04-13 Steve Ellcey <sje@cup.hp.com>
2649
2650 * configure: Regenerate after change to elf.m4.
2651
30e08f1c 26522010-04-06 Iain Sandoe <iains@gcc.gnu.org>
2653
2654 * MAINTAINERS (Write After Approval): Add myself.
2655
b14b3ce1 26562010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2657
2658 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2659 * configure: Regenerated.
2660
26612010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2662
2663 * configure.ac: Print "buggy but acceptable" when CLooG
2664 revision is less than 9.
2665 * configure: Regenerated.
2666
09c38bea 26672010-04-01 Diego Novillo <dnovillo@google.com>
2668
2669 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
2670
59a40389 26712010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2672
2673 PR bootstrap/43615
2674 PR bootstrap/43328
2675
2676 Revert:
2677
2678 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2679
2680 * configure.ac: Do not pass --enable-multilib nor
2681 --disable-multilib in baseargs. Accept explicitly passed
2682 --enable_multilib.
2683 * configure: Regenerate.
2684
15153e30 26852010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
2686
2687 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
2688
247ec299 26892010-03-31 Janis Johnson <janis187@us.ibm.com>
2690
2691 * MAINTAINERS: Remove myself.
2692
7816cdf1 26932010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2694
2695 PR bootstrap/43328
2696 * configure.ac: Do not pass --enable-multilib nor
2697 --disable-multilib in baseargs. Accept explicitly passed
2698 --enable_multilib.
2699 * configure: Regenerate.
2700
2a78007b 27012010-03-28 Andrew Pinski <pinskia@gmail.com>
2702
2703 * MAINTAINERS (spu port): Remove me.
2704
fa0a53e3 27052010-03-23 Joseph Myers <joseph@codesourcery.com>
2706
2707 * configure.ac (tic6x-*-*): New case.
2708 * configure: Regenerate.
2709
d590232e 27102010-03-23 Joseph Myers <joseph@codesourcery.com>
2711
2712 * config.sub: Update to version 2010-03-22.
2713 * config.guess: Update to version 2009-12-30.
2714
dcde3c07 27152010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1384f0b0 2716
2717 PR ada/42554
2718 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2719 * configure: Regenerate.
2720
7071ad11 27212010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2722
2723 * MAINTAINERS: Update my email address.
2724
c583eb67 27252010-03-17 Sebastian Pop <sebastian.pop@amd.com>
2726
2727 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
2728 (ghassan.shobaki@amd.com): Removed.
2729
6217c06a 27302010-03-17 Alan Modra <amodra@gmail.com>
2731
2732 * MAINTAINERS: Update my email address.
2733
101a6f96 27342010-03-16 Diego Novillo <dnovillo@google.com>
2735
2736 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
2737 Matthews.
2738
b753085c 27392010-03-16 Joseph Myers <joseph@codesourcery.com>
2740
2741 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
2742 Gutson, Jeffrey D. Oldham and Mark Shinwell.
2743
4b83e160 27442010-03-16 Joseph Myers <joseph@codesourcery.com>
2745
2746 * MAINTAINERS: Update my email address.
2747
f345c9fb 27482010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
2749
2750 * MAINTAINERS: Update my email address.
2751
4c6d05aa 27522010-03-15 Bernd Schmidt <bernds@codesourcery.com>
2753
2754 * MAINTAINERS: Update my email address.
2755
11010e64 27562010-03-09 Jie Zhang <jie@codesourcery.com>
2757
2758 * MAINTAINERS: Update my email address.
2759
68645a6b 27602010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2761
2762 PR libstdc++/32499
2763 * configure.ac (RANLIB): Default to true.
2764 (STRIP): Likewise.
2765 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2766 * configure: Regenerate.
2767
dcde3c07 27682010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
8980c297 2769
2770 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
2771 (Write After Approval): Update my email address.
2772
90b41dad 27732010-02-17 Nick Clifton <nickc@redhat.com>
2774
2775 PR 11238
2776 * Makefile.tpl (local-distclean): Also remove config.cache files in
2777 sub-directories as there may not be Makefiles present in the
2778 sub-directories.
4284910f 2779 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2780 the config.cache files found by the find command.
2781
90b41dad 2782 * Makefile.in: Regenerate.
2783 * configure.ac: Revert previous delta.
2784 * configure: Regenerate.
2785
abb1d088 27862010-02-15 Nick Clifton <nickc@redhat.com>
2787
2788 PR 11238
2789 * configure.ac: Delete config.cache files in sub-directories when
2790 deleting Makefiles.
2791 * configure: Regenerate.
2792
b55e20a0 27932010-02-12 Ben Elliston <bje@gnu.org>
2794
2795 * MAINTAINERS: Update my email address.
2796
0518ccd2 27972010-02-08 Andrew Pinski <pinskia@gmail.com>
2798
2799 * MAINTAINERS (spu port): Update my email address.
2800
dcd5ad58 28012010-02-08 Jie Zhang <jie.zhang@analog.com>
2802
2803 * MAINTAINERS: Add myself as a maintainer for the bfin port.
2804
17b6993a 28052010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2806
2807 * configure.ac: Add "recommended" version checks for GMP/MPC.
2808 Update recommended GMP/MPFR/MPC versions.
2809 * configure: Regenerate.
2810
e10fd696 28112010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
2812
2813 * MAINTAINERS: Move my Embecosm email address into the
2814 write-after-approval section.
2815
ddcf38e8 28162010-01-26 Ian Lance Taylor <iant@google.com>
2817
2818 * MAINTAINERS: Add myself as Go frontend maintainer.
2819
5c96a839 28202010-01-25 Joern Rennecke <amylaar@spamcop.net>
2821
2822 PR libstdc++/36101, PR libstdc++/42813
2823 * configure.ac (bootstrap_target_libs): Make inclusion of
2824 target-libgomp conditional on libgomb being in target_configdirs.
2825 * configure: Regenerate.
2826
8e61effd 28272010-01-23 Joern Rennecke <amylaar@spamcop.net>
2828
2829 PR libstdc++/36101, PR libstdc++/42813
2830 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2831 * configure: Regenerate.
2832
1fda3360 28332010-01-22 Joern Rennecke <amylaar@spamcop.net>
2834
2835 PR libstdc++/36101, PR libstdc++/42813
2836 * configure.ac (target_configdirs): Substitute.
2837 * Makefile.def: Bootstrap target module libgomp.
2838 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2839 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2840 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2841 * configure, Makefile.in: Regenerate.
2842
8e32c255 28432010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
2844
2845 * MAINTAINERS: Adjust my details.
2846
37d3b41c 28472010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
2848
2849 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
2850
50918a37 28512010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
2852
2853 * MAINTAINERS: reindented my entry with tabs instead of spaces.
2854
3397c9b2 28552010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
2856
2857 * MAINTAINERS (Write After Approval): Add myself.
2858
25cd8ffa 28592010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2860
2861 * MAINTAINERS (Write After Approval): Add myself.
2862
a82c8807 28632010-01-11 Richard Guenther <rguenther@suse.de>
2864
2865 PR lto/41569
2866 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2867 * Makefile.in: Regenerated.
2868
5846e92c 28692010-01-11 Andreas Tobler <andreast@fgznet.ch>
2870
2871 * configure.ac: Enable libjava build on x86_64-*freebsd*.
2872 * configure: Regenerate.
2873
c3fc6a63 28742010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9f9d05ad 2875 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
c3fc6a63 2876
2877 PR bootstrap/42424
2878 * configure.ac: Include libtool m4 files.
9f9d05ad 2879 (_LT_CHECK_OBJDIR): Call it.
c3fc6a63 2880 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2881 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
50918a37 2882
c3fc6a63 2883 * configure: Regenerate.
2884
1ab7bcf0 28852010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2886
2887 PR bootstrap/41818
2888 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2889 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2890 * Makefile.in: Regenerate.
2891
1a4f45ec 28922010-01-02 Richard Guenther <rguenther@suse.de>
2893
2894 PR lto/41529
2895 * configure.ac: Include config/elf.m4. Disable LTO if not
2896 builting for an elf target.
2897 * configure: Regenerate.
2898
cff9dc68 28992009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
2900
2901 * MAINTAINERS: Change my email address.
2902
c505c9f4 29032009-12-18 Ben Elliston <bje@au.ibm.com>
2904
2905 * config.sub, config.guess: Update from upstream sources.
2906
070457e7 29072009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
2908
2909 * MAINTAINERS (Write After Approval): Add myself.
2910
16de6a81 29112009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2912
2913 PR middle-end/30447
2914 PR middle-end/30789
2915 PR other/40302
2916
2917 * configure.ac: Require MPC.
2918 * configure: Regenerate.
2919
e6408286 29202009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2921
2922 PR target/38384
2923 PR bootstrap/40972
2924 * libtool.m4: Sync from git Libtool.
2925 * ltoptions.m4: Likewise.
2926 * ltversion.m4: Likewise.
2927 * lt~obsolete.m4: Likewise.
2928 * ltmain.sh: Likewise.
2929
fcb50449 29302009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2931
2932 * configure.ac: Update minimum MPC version to 0.8.
2933 * configure: Regenerate.
2934
cff3778c 29352009-11-21 Sebastian Pop <sebpop@gmail.com>
2936
2937 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
2938 * configure: Regenerated.
2939
d6dfe18a 29402009-11-21 Ian Lance Taylor <iant@google.com>
2941
2942 * configure.ac: Change default of poststage1_ldflags to be empty if
2943 poststage1_libs is set. When poststage1_libs is empty, and
2944 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
2945 * configure: Rebuild.
2946
04810760 29472009-11-21 Adam Nemet <adambnmet@gmail.com>
2948
2949 * MAINTAINERS (Write After Approval): Update my email address.
2950
af3e823e 29512009-11-20 Ben Elliston <bje@au.ibm.com>
2952
2953 * config.guess: Update from upstream sources.
2954
e01b36b0 29552009-11-16 Alexandre Oliva <aoliva@redhat.com>
2956
2957 * Makefile.def: Restore host and target settings for gmp.
2958 * Makefile.in: Rebuild.
2959
eea1ae23 29602009-11-16 Alexandre Oliva <aoliva@redhat.com>
2961
2962 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2963 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2964 Fix portability of test of C++ as bootstrap language. Add
2965 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2966 * configure: Rebuild.
2967 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2968 and cloog. Fix in-tree ppl configuration. Introduce libelf
2969 in-tree building.
2970 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2971 (POSTSTAGE1_HOST_EXPORTS): Use it.
2972 (STAGE[+id+]_CXXFLAGS): New.
2973 (BASE_FLAGS_TO_PASS): Pass it down.
2974 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2975 extra_exports.
2976 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2977 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2978 extra_exports.
2979 * Makefile.in: Rebuild.
2980
5e80e315 29812009-11-17 Ben Elliston <bje@au.ibm.com>
2982
2983 * config.sub, config.guess: Update from upstream sources.
2984
500010c6 29852009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
2986
2987 * MAINTAINERS (Write After Approval): Add myself.
2988
dcde3c07 29892009-11-09 Jon Beniston <jon@beniston.com>
595b8ec2 2990
2991 * MAINTAINERS (Write After Approval): Add myself.
2992
fe284774 29932009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2994
2995 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2996 paths for *-w64-mingw* and x86_64-*mingw*.
2997 * configure: Regenerated.
2998
dcde3c07 29992009-11-05 Joern Rennecke <amylaar@spamcop.net>
533b6da8 3000
3001 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3002
c356a43c 30032009-11-02 Benjamin Kosnik <bkoz@redhat.com>
3004
3005 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3006 Phil Edwards to Write-After Approval.
3007
ec2eb8fb 30082009-10-30 Kai Tietz <kai.tietz@onevision.com>
3009
3010 * configure.ac: Disable target-winsup & co for
3011 x86_64-*-mingw* and *-w64-mingw* targets.
3012 * configure: Regenerated.
3013
24833e1a 30142009-10-16 Nick Clifton <nickc@redhat.com>
3015
3016 * MAINTAINERS: Add myself as a maintainer for the RX port.
3017
dcde3c07 30182009-10-26 Johannes Singler <singler@kit.edu>
2683326a 3019
9f9d05ad 3020 * MAINTAINERS (Write After Approval): Update my e-mail address.
2683326a 3021
3a8cd7be 30222009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3023
3024 * configure.ac (CLooG test): Use = with test.
3025 * configure: Regenerate.
3026
24d0cd27 30272009-10-22 Richard Guenther <rguenther@suse.de>
3028
3029 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3030 cloog if the ppl version check failed. Move flags saving
3031 before setting in libelf check.
3032 * configure: Regenerate.
3033
539c8c59 30342009-10-21 Richard Guenther <rguenther@suse.de>
3035
3036 * configure.ac: Adjust the ppl and cloog configure to work as
3037 documented. Disable cloog if ppl was disabled. Omit the version
3038 checks if they were disabled.
3039 * configure: Re-generate.
3040
d6ef094a 30412009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3042
3043 * configure.ac: Add 'lto' to enable_languages, not
3044 new_enable_languages, and only if not already present.
3045 * configure: Regenerate.
3046
414672c1 30472009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
3048
3049 * README: Refer to the various COPYING* files instead of just
3050 COPYING.
3051 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
3052
dcde3c07 30532009-10-07 Rafael Avila de Espindola <espindola@google.com>
ea05ba0d 3054
3055 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
8738bcea 3056
17780be3 30572009-10-07 Richard Guenther <rguenther@suse.de>
3058
3059 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
3060 and Richard Guenther as reviewers.
3061 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
3062 as reviewers.
3063
c01decc6 30642009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
56ca37b0 3065
c01decc6 3066 * config.sub: Update from upstream sources.
56ca37b0 3067
85627a28 30682009-10-06 Ian Lance Taylor <iant@google.com>
3069
3070 * Makefile.def: check-gold depends upon all-gas.
3071 * Makefile.in: Rebuild.
3072
338b88fa 30732009-10-05 Phil Muldoon <pmuldoon@redhat.com>
3074
3075 * MAINTAINERS (Write After Approval): Add myself.
3076
7bfefa9d 30772009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3078
3079 * Makefile.def: all-lto-plugin depends on all-libiberty.
3080 set bootstrap=true for lto-plugin.
3081 Add lto-plugin.
3082 * Makefile.in: Regenerate.
3083 * configure.ac (host_libs): Add lto-plugin.
3084 * configure: Regenerate.
3085
7bfefa9d 30862009-10-03 Diego Novillo <dnovillo@google.com>
3087
3088 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3089 (HOST_LIBELFLIBS): Define.
3090 (HOST_LIBELFINC): Define.
3091 * Makefile.in: Regenerate.
3092 * configure.ac: Add --enable-lto.
3093 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3094 If --enable-lto is used, add 'lto' to new_enable_languages.
3095 If --enable-lto is used and gold is enabled, add
3096 lto-plugin to configdirs.
3097 * configure: Regenerate.
3098
30992009-10-03 Simon Baldwin <simonb@google.com>
3100
3101 * configure.ac: If --with-system-zlib, suppress local zlib and
3102 pass --with-system-zlib to subdir configure scripts.
3103 * configure: Regenerate.
3104
dcde3c07 31052009-10-01 Loren J. Rittle <ljrittle@acm.org>
272bcfef 3106 Paolo Bonzini <bonzini@gnu.org>
3107
3108 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3109 $(srcdir).
3110 * Makefile.in: Rebuilt.
3111
dcde3c07 31122009-09-26 Gary Funck <gary@intrepid.com>
bdb4507a 3113
3114 * MAINTAINERS (Write After Approval): Add myself.
3115
0f3a3df5 31162009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3117
3118 * configure.ac: Update minimum MPC version to 0.7.
3119 * configure: Regenerate.
3120
412c2e81 31212009-09-25 Nick Clifton <nickc@redhat.com>
3122
3123 * configure.ac: Pass any --cache-file=/dev/null option on to
3124 subconfigures.
3125 * configure: Regenerate.
3126
c061df75 31272009-09-23 Nick Clifton <nickc@redhat.com>
3128
3129 * config.sub, config.guess: Update from upstream sources.
3130
dcde3c07 31312009-09-22 Loren J. Rittle <ljrittle@acm.org>
a9fd65cd 3132
3133 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3134 * Makefile.in: Rebuilt.
3135
04a2e841 31362009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3137
3138 PR bootstrap/32272
3139 * configure.ac: Error out if $srcdir isn't '.' but contains
3140 host-${host_noncanonical}.
3141 * configure: Regenerate.
3142
3d00a007 31432009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3144
3145 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
3146 maintainer.
3147
9d447cf8 31482009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3149
7b5fee3e 3150 * configure.ac: If bootstrapping a combined tree with
3151 --enable-gold, require c++ in stage1_languages.
3152 * configure: Regenerate.
3153
32027446 3154 * configure.ac: Also add target_libs of stage1_languages to
3155 bootstrap_target_libs.
3156 * configure: Regenerate.
3157
9d447cf8 3158 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3159 with --enable-languages not containing c++.
3160 * configure: Regenerate.
3161
572ee61a 31622009-09-15 Jie Zhang <jie.zhang@analog.com>
3163
3164 * configure.ac: Disable java and boehm-gc for bfin-*-*.
3165 * configure: Regenerate.
3166
dcde3c07 31672009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
153f8c88 3168
6cf4f338 3169 * MAINTAINERS (Write After Approval): Update my e-mail address,
3170 and move from from here...
3171 (Waiting for paperwork): To here.
153f8c88 3172
31ebfd49 31732009-09-09 Joseph Myers <joseph@codesourcery.com>
3174
3175 * MAINTAINERS (Reviewers): Add self as driver reviewer.
3176
8bb79148 31772009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3178
3179 * configure.ac: Do not use $extrasub for replacing @if/@endif
3180 parts in Makefile; instead, use additional arguments to
3181 AC_CONFIG_COMMANDS to do the replacement manually, with several
3182 sed invocations, to avoid HP-UX sed command limits.
3183 * configure: Regenerate.
3184
81540bae 31852009-09-08 Alexandre Oliva <aoliva@redhat.com>
3186
3187 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
3188 blank before -L.
3189
a2059f7a 31902009-09-04 Alexandre Oliva <aoliva@redhat.com>
3191
3192 * configure.ac (with-build-config): Document. Handle without.
3193 Handle missing argument.
3194 * configure: Rebuilt.
3195
719faf1c 31962009-09-03 Alexandre Oliva <aoliva@redhat.com>
3197
3198 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
3199 Default to bootstrap-debug only if compare-debug works.
3200 * configure: Rebuilt.
3201 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3202 * Makefile.in: Rebuilt.
3203
aab1c61e 32042009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3205
3206 * MAINTAINERS (OS Port Maintainers): Update my email address.
3207
14151756 32082009-09-01 Alexandre Oliva <aoliva@redhat.com>
3209
3210 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3211 * Makefile.in: Rebuilt.
3212
0ba87351 32132009-09-01 Chris Demetriou <cgd@google.com>
3214
3215 * MAINTAINERS (Write After Approval): Add myself.
3216
7c48f38c 32172009-08-31 Dodji Seketeli <dodji@redhat.com>
3218
3219 PR debug/30161
3220 * include/dwarf2.h (enum dwarf_tag): Added
3221 DW_TAG_GNU_template_template_param
3222 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
3223
5576729b 32242009-08-30 Paolo Bonzini <bonzini@gnu.org>
3225
3226 * Makefile.tpl (AWK): Fix typo.
3227 * Makefile.in: Regenerate.
3228
b181f265 32292009-08-30 Paolo Bonzini <bonzini@gnu.org>
3230
3231 * configure.ac: Detect awk and sed.
3232 * Makefile.def (flags_to_pass): Add AWK and SED.
3233 * Makefile.tpl (AWK, SED): New.
3234 (BASE_FLAGS_TO_PASS): Add AWK and SED.
3235 * configure: Regenerate.
3236 * Makefile.in: Regenerate.
3237
7baff5bd 32382009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
3239
3240 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
3241 (collapseslashes): Likewise.
3242
81a71e2b 32432009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3244
3245 * configure.ac (AC_PREREQ): Bump to 2.64.
3246
f0c89091 32472009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3248
115d57c5 3249 * configure.ac: Remove --with-datarootdir, --with-docdir,
3250 --with-pdfdir, --with-htmldir switches.
3251 * configure: Regenerate.
3252
cd9a469c 3253 * configure: Regenerate.
3254
f0c89091 3255 * compile: Sync from Automake 1.11.
3256 * depcomp: Likewise.
3257 * install-sh: Likewise.
3258 * missing: Likewise.
3259 * mkinstalldirs: Likewise.
3260 * ylwrap: Likewise.
3261
a410fae3 32622009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
3263
3264 * ltmain.sh (func_normal_abspath): New function.
3265 (func_relative_path): Likewise.
3266 (func_mode_help): Document new -bindir option for link mode.
3267 (func_mode_link): Add new -bindir option, and use it to place
3268 output DLL if specified.
3269
1a48098b 32702009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3271
cd2f3773 3272 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3273 (baseargs): Add --disable-option-checking.
3274 * configure: Regenerate.
3275
1a48098b 3276 * Makefile.def (configure-target-libiberty): Depend on
3277 all-binutils and all-ld.
3278 (configure-target-newlib): Likewise.
3279 * Makefile.in: Regenerate.
3280
155f17ed 32812009-08-17 Ben Elliston <bje@au.ibm.com>
3282
3283 * config.sub, config.guess: Update from upstream sources.
3284
ea864ded 32852009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3286
3287 Sync from src, merge:
3288
3289 2009-07-02 Tristan Gingold <gingold@adacore.com>
3290
3291 * configure.ac: Do not exclude gas for i386-*-darwin.
3292 Add a case for x86_64-*-darwin.
3293 * configure: Regenerate.
3294
0f879579 32952009-08-06 Neil Vachharajani <nvachhar@gmail.com>
3296
3297 * MAINTAINERS: Add my name to Write After Approval list.
3298
dcde3c07 32992009-08-06 Michael Eager <eager@eagercon.com>
ba2b484f 3300
3301 * configure.ac: Add Microblaze target.
3302 * configure: Regenerate.
3303
39f6b116 33042009-07-31 Christian Bruel <christian.bruel@st.com>
3305
3306 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3307 * configure: Regenerate.
8738bcea 3308
dcde3c07 33092009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
339f24d2 3310
3311 * MAINTAINERS (Write After Approval): Update my e-mail address.
3312
5110389d 33132009-07-06 Ian Lance Taylor <iant@google.com>
3314
3315 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3316 * configure: Rebuild.
3317
fa9b8d64 33182009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
3319
3320 * MAINTAINERS: Move myself to the Graphite Reviewers.
3321
5f29861f 33222009-06-30 Wei Guozhi <carrot@google.com>
3323
3324 * MAINTAINERS: Add my name to Write After Approval list.
3325
6fe86052 33262009-06-26 Steve Ellcey <sje@cup.hp.com>
3327
3328 PR bootstrap/40338
3329 * configure.ac (comparestring): Create new variable.
3330 * Makefile.tpl (comparestring): Use to skip some comparisions.
3331 * configure: Regenerate.
3332 * Makefile.in: Regenerate.
3333
b5ce97f8 33342009-06-26 Doug Evans <dje@sebabeach.org>
3335
3336 * Makefile.def (host_modules): Add cgen.
3337 * Makefile.in: Regenerate.
3338 * configure.ac (host_tools): Add cgen.
3339 * configure: Regenerate.
3340
46222c18 33412009-06-23 DJ Delorie <dj@redhat.com>
3342
3343 * MAINTAINERS: Add myself as mep maintainer.
3344
7ab76cec 33452009-06-23 Ian Lance Taylor <iant@google.com>
3346
3347 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
3348 boot_languages. Only bootstrap target libraries listed in
3349 target_libs for some boot language. Add --with-stage1-ldflags,
3350 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3351 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
3352 if not building with C++.
3353 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3354 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3355 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3356 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3357 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
3358 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
3359 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3360 * configure, Makefile.in: Rebuild.
3361
b2bb9bab 33622009-06-23 Li Feng <nemokingdom@gmail.com>
3363
3364 * MAINTAINERS: Added my name to write-after-approval list.
3365
0c809c32 33662009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3367
3368 * configure.ac: Define is_elf for QNX Neutrino targets.
3369 * configure: Regenerate.
3370
7b4becfd 33712009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
3372
9f9d05ad 3373 * MAINTAINERS: Added my name to the write-after-approval list
7b4becfd 3374
7aed6ac5 33752009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3376
3377 * configure.ac: Detect MPC in default directory.
3378 * configure: Regenerate.
3379
9d247ee8 33802009-06-03 Jerome Guitton <guitton@adacore.com>
3381 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3382
9f9d05ad 3383 * Makefile.tpl (all): Avoid a trailing backslash.
3384 * Makefile.in: Regenerate.
9d247ee8 3385
aec4ef75 33862009-06-03 Ben Elliston <bje@au.ibm.com>
3387
3388 * config.sub, config.guess: Update from upstream sources.
3389
f83974e5 33902009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
3391
3392 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3393 to noconfdirs.
3394 * configure: Regenerate.
3395
77b633a0 33962009-06-02 Alexandre Oliva <aoliva@redhat.com>
3397
3398 * Makefile.tpl ([+compare-target+]): Compare all stage
3399 directories, rather than just gcc.
3400 * Makefile.in: Rebuilt.
3401
351f7ac7 34022009-06-01 Doug Kwan <dougkwan@google.com>
3403
3404 * configure.ac: Support gold for target arm*-*-*.
3405 * configure: Regenerate.
9d247ee8 3406
7601a55c 34072009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3408
3409 * Makefile.def: Add MPC support and dependencies.
3410 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
3411
3412 * Makefile.in, configure: Regenerate.
3413
a36217d3 34142009-05-27 Alexandre Oliva <aoliva@redhat.com>
3415
3416 * Makefile.tpl (all): Avoid harmless warning in make all when
3417 gcc-bootstrap is enabled but stage_last does not exist.
3418 * Makefile.in: Rebuilt.
3419
8b70b80d 34202009-05-24 Nicolas Roche <roche@adacore.com>
3421
3422 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3423 * Makefile.in: Regenerate.
3424
cab4bf21 34252009-05-21 Denis Chertykov <chertykov@gmail.com>
3426
3427 * MAINTAINERS: Update my e-mail address.
3428
df95bec1 34292009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
3430
3431 * configure.ac (cygwin noconfigdirs): Remove libgcj.
3432 * configure: Regenerate.
3433
bc1e0bea 34342009-05-18 Alexandre Oliva <aoliva@redhat.com>
3435
3436 PR other/40159
3437 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3438 gcc-no-bootstrap are mutually exclusive.
3439 * Makefile.in: Rebuilt.
3440
4156fd9a 34412009-05-18 Alexandre Oliva <aoliva@redhat.com>
3442
3443 PR other/40159
3444 * Makefile.tpl (all): Don't end with unconditional success.
3445 * Makefile.in: Rebuilt.
3446
bd1f9655 34472009-05-12 Alexandre Oliva <aoliva@redhat.com>
3448
3449 PR target/37137
3450 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3451 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3452 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3453 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3454 stage_configureflags, stage_cflags and stage_libcflags into
3455 explicit Makefile macros.
3456 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3457 GFORTRAN.
3458 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3459 CC. Set CC_FOR_BUILD from CC.
3460 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3461 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3462 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3463 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3464 and GFORTRAN.
3465 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3466 (_LIBCFLAGS): Renamed to _TFLAGS.
3467 (do-compare-debug, do-compare3-debug): Drop.
3468 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3469 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3470 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3471 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3472 (XGCC_FLAGS_FOR_TARGET): New.
3473 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3474 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3475 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3476 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9f9d05ad 3477 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
bd1f9655 3478 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3479 TFLAGS.
3480 (BUILD_CONFIG): Include if requested.
3481 (all): Set TFLAGS on bootstrap.
3482 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3483 (all-stageid-prefixmodule): Likewise.
3484 (do-clean, distclean-stageid): Set TFLAGS.
3485 (restrap): Fix whitespace.
3486 * Makefile.in: Rebuilt.
3487
604febb6 34882009-05-07 Paolo Bonzini <bonzini@gnu.org>
3489
3490 * config.guess: Sync with src.
3491
63d7f4db 34922009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
3493
3494 * configure.ac ($with_ppl): Default to no if not supplied.
3495 ($with_cloog): Likewise.
3496 configure: Regenerate.
3497
21c0690b 34982009-04-27 James E. Wilson <wilson@codesourcery.com>
3499
3500 * MAINTAINERS: Update my e-mail address.
3501
cd06af47 35022009-04-27 Nick Clifton <nickc@redhat.com>
3503
3504 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3505
bb19a97e 35062009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3507
3508 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3509 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3510 * Makefile.in: Regenerate.
3511
bff7ea4a 35122009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3513
3514 PR bootstrap/39739
3515 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3516 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3517
3518 * configure, Makefile.in: Regenerate.
3519
bb19a97e 35202009-04-21 Taras Glek <tglek@mozilla.com>
fb1e4f4a 3521
3522 * include/hashtab.h: Update GTY annotations to new syntax
3523 * include/splay-tree.h: Likewise
3524
613eb4a3 35252009-04-17 Ben Elliston <bje@au.ibm.com>
3526
3527 * config.sub, config.guess: Update from upstream sources.
3528
ca2751b6 35292009-04-15 Anthony Green <green@moxielogic.com>
3530
3531 * configure.ac: Add moxie support.
3532 * configure: Rebuilt.
3533
4b072aaf 35342009-04-14 Jakub Jelinek <jakub@redhat.com>
3535
3536 * configure.ac: Change copyright header to refer to version
3537 3 of the GNU General Public License and to point readers at the
3538 COPYING3 file and the FSF's license web page.
3539 * Makefile.def: Likewise.
3540 * Makefile.tpl: Likewise.
3541 * Makefile.in: Regenerate.
3542
95349883 35432009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
3544
3545 * configure.ac: Restore match for darwin9 or later. Use double
3546 brackets since regeneration eats one pair.
3547 * configure: Regenerate.
3548
03caadda 35492009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3550
3551 PR gas/10039
3552 * configure.ac: Require texinfo 4.7.
3553 * configure: Regenerated.
3554
6bc9506f 35552009-04-09 Nick Clifton <nickc@redhat.com>
3556
3557 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
3558 the GCC Runtime Library Exception.
3559
fec76ae9 35602009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3561
3562 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3563 * configure: Regenerate.
3564
21a0251d 35652009-04-01 Steve Ellcey <sje@cup.hp.com>
3566
3567 * Makefil.def (languages): New entries.
3568 * Makefile.tpl (check-gcc-*): New generic target.
3569 * Makefile.in: Regenerate.
21a0251d 3570
dcde3c07 35712009-03-25 Erven Rohou <erven.rohou@inria.fr>
54b921e3 3572
03caadda 3573 * MAINTAINERS: Update my email address.
54b921e3 3574
63d6abe9 35752009-03-18 Tom Tromey <tromey@redhat.com>
3576
03caadda 3577 * configure: Rebuild.
3578 * configure.ac (host_libs): Add libiconv.
3579 * Makefile.in: Rebuild.
3580 * Makefile.def (host_modules): Add libiconv.
3581 (configure-gdb, all-gdb): Depend on libiconv.
63d6abe9 3582
40c500e1 35832009-03-16 Tristan Gingold <gingold@adacore.com>
3584
3585 * configure.ac: Treat gdb as supported on x86_64-darwin.
3586 * configure: Regenerate.
3587
5bc96548 35882009-03-16 Joseph Myers <joseph@codesourcery.com>
3589
3590 * configure.ac (--with-host-libstdcxx): New option.
3591 * configure: Regenerate.
3592
dcde3c07 35932009-03-12 Joern Rennecke <joern.rennecke@arc.com>
9d469b1b 3594
3595 * MAINTAINERS: Move myself into the write after approval list.
3596
2ab9be2b 35972009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
3598
3599 * MAINTAINERS: Update e-mail address.
8738bcea 3600
1f7090eb 36012009-03-11 Dorit Nuzman <dorit@il.ibm.com>
3602
3603 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
3604
dcde3c07 36052009-03-10 Ira Rosen <irar@il.ibm.com>
8e68bfcc 3606
3607 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
3608
9af964d4 36092009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3610
3611 Backport from git Libtool:
3612
3613 2009-01-19 Robert Millan <rmh@aybabtu.com>
3614 Support GNU/kOpenSolaris.
3615 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3616 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3617 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3618 GNU/kOpenSolaris.
3619
a59c2cb8 36202009-02-27 Andreas Schwab <schwab@linux-m68k.org>
3621
3622 * MAINTAINERS: Update e-mail address.
3623
8ccd3088 36242009-02-24 Michael Eager <eager@eagercon.com>
99a435ed 3625
3626 * MAINTAINERS (Write After Approval): Add self.
3627
ebd8f42c 36282009-02-18 Bingfeng Mei <bmei@broadcom.com>
3629
3630 * MAINTAINERS (Write After Approval): Add myself.
3631
be9d4db8 36322009-02-05 Andreas Schwab <schwab@suse.de>
3633
3634 * Makefile.tpl (stage_last): Define $r and $s before using
3635 $(RECURSE_FLAGS_TO_PASS).
3636 * Makefile.in: Regenerate
3637
d7559db1 36382009-01-30 Ian Lance Taylor <iant@google.com>
3639
3640 * MAINTAINERS: Move myself to the Global Reviewers list.
3641
3bef4012 36422009-01-29 Robert Millan <rmh@aybabtu.com>
3643
3644 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3645 * configure: Regenerate.
3646
808f8521 36472009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
3648
3649 * MAINTAINERS: Make whitespace consistent.
f84804e6 3650 Remove Robert Millan from Write After Approval.
808f8521 3651
6e6a9ced 36522009-01-16 Alan Modra <amodra@bigpond.net.au>
3653
3654 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
3655 (all-opcodes): Depend on all-libiberty.
3656 * Makefile.in: Regenerate.
3657
8408ca00 36582009-01-15 Douglas B Rupp <rupp@gnat.com>
3659
3660 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3661 * configure: Regenerate.
3662
f95e31fd 36632009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
3664
3665 * MAINTAINERS (Write After Approval): Add myself.
3666
56b496b0 36672009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
3668
3669 * MAINTAINERS: Add myself to reviewers (Fortran).
3670
dcde3c07 36712009-01-12 Sebastian Pop <sebastian.pop@amd.com>
4aa0552b 3672
3673 PR tree-optimization/38515
3674 * configure.ac (cloog-polylib): Removed.
3675 (with_ppl, with_cloog): Test for "no".
3676 * configure: Regenerated.
3677
4e82a0cf 36782009-01-11 Daniel Franke <franke.daniel@gmail.com>
3679
3680 * MAINTAINERS: Moved myself to reviewers (Fortran).
3681
50d19060 36822009-01-06 Thomas Schwinge <tschwinge@gnu.org>
3683
3684 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
3685 (Write After Approval): Remove myself.
3686
2915a9ca 36872009-01-03 Diego Novillo <dnovillo@google.com>
3688
3689 * MAINTAINERS: Remove myself from alias maintainership.
3690
df1f167a 36912009-01-02 David Ayers <ayers@fsfe.org>
3692
3693 * MAINTAINERS: Update e-mail address.
3694
b58007d7 36952008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
3696
3697 * MAINTAINERS: Make whitespace consistent.
3698
9e6fd619 36992008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3700
3701 Backport from upstream Libtool:
3702 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3703 Add cache variables to tests that require the linker to work.
3704 For shlibpath_overrides_runpath, this also changes the semantics
3705 to let the result from the C compiler take precedence.
3706
2882bf89 37072008-12-02 Ben Elliston <bje@au.ibm.com>
3708
3709 * config.sub, config.guess: Update from upstream sources.
3710
dcde3c07 37112008-12-12 Sebastian Pop <sebastian.pop@amd.com>
6dd977ba 3712
3713 * configure.ac (ppllibs): Add by default the lib flags.
3714 * configure: Regenerate.
3715
da355950 37162008-12-08 Luis Machado <luisgpm@br.ibm.com>
3717
3718 * MAINTAINERS: Add myself to the write after approval list.
3719
42d640f6 37202008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3721
be9d4db8 3722 * configure.ac: Add double brackets on darwin[912].
3723 * configure: Regenerate.
42d640f6 3724
51557c5b 37252008-12-03 Daniel Kraft <d@domob.eu>
3726
3727 * MAINTAINERS: Moved myself and Mikael Morin from Write After
3728 Approval to Reviewer section (for Fortran front-end).
3729
501068c2 37302008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3731
3732 * configure.ac: Expand to darwin10 and later.
3733 * configure: Regenerate.
3734
0ecf7a65 37352008-12-02 Andreas Schwab <schwab@suse.de>
3736
3737 * Makefile.def: configure-target-boehm-gc depends on
3738 all-target-libstdc++-v3.
3739 * Makefile.in: Regenerate.
3740
3177f780 37412008-12-02 Kai Tietz <kai.tietz@onevision.com>
3742
3743 * MAINTAINERS: Add myself as mingw maintainer.
3744
fcf428df 37452008-12-02 Ben Elliston <bje@au.ibm.com>
3746
3747 * config.sub, config.guess: Update from upstream sources.
3748
a61f1d25 37492008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
3750
3751 * README.SCO: Remove.
3752
8026444e 37532008-11-29 Fernando Pereira <pronesto@gmail.com>
3754
3755 * MAINTAINERS: Add myself to the write after approval list.
3756
707ec6d5 37572008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
3758
3759 * MAINTAINERS: Update my email address in WAA section.
3760
dcde3c07 37612008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
e006f6a0 3762
3763 * MAINTAINERS: Update e-mail address.
3764
dcde3c07 37652008-11-27 Toon Moene <toon@moene.org>
c399af55 3766
3767 * MAINTAINERS: Change e-mail address.
3768
d9f9f3af 37692008-11-27 Tristan Gingold <gingold@adacore.com>
3770
3771 * configure.ac: Build gdb for i?86-*-darwin*
3772 * configure: Regenerated.
3773
dcde3c07 37742008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
384763bb 3775
3776 * MAINTAINERS: Added my full name.
3777
54670ae6 37782008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3779
3780 PR bootstrap/38014
3781 PR bootstrap/37923
3782
3783 Revert:
3784
3785 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3786
3787 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3788 * Makefile.in: Regenerated.
3789
3790 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3791
3792 PR gdb/921
3793 PR gdb/1646
3794 PR gdb/2175
3795 PR gdb/2176
3796
3797 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3798 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3799 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3800 (HOST_EXPORTS): Pass CPPFLAGS.
3801 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3802 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3803 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3804 * Makefile.in, configure: Regenerated.
3805 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3806 and CPPFLAGS_FOR_BUILD.
3807
dcde3c07 38082008-11-06 Jeff Law <law@redhat.com>
35d42d87 3809
3810 * MAINTAINERS: Add myself as middle end maintainer.
3811
9978efe2 38122008-11-06 Andrew Stubbs <ams@codesourcery.com>
3813
3814 * MAINTAINERS (Write after approval): Add myself.
3815
8487f085 38162008-11-05 Diego Novillo <dnovillo@google.com>
3817
3818 * MAINTAINERS (Global Reviewers): Add myself.
3819 (Non-Algorithmic Maintainers): Remove myself.
3820
bd2826b0 38212008-11-04 Thomas Schwinge <tschwinge@gnu.org>
3822
0ecf7a65 3823 * MAINTAINERS (Write after approval): Add myself.
bd2826b0 3824
fefb72aa 38252008-10-31 Mikael Morin <mikael.morin@tele2.fr>
3826
0ecf7a65 3827 * MAINTAINERS (Write after approval): Add myself.
fefb72aa 3828
55bc4ab1 38292008-10-31 Ben Elliston <bje@au.ibm.com>
3830
3831 * configure.ac (spu-*-*): Remove special case.
3832 * configure: Regenerate.
3833
be6ed2e1 38342008-10-30 Catherine Moore <clm@codesourcery.com>
3835
3836 * MAINTAINERS (Write after approval): Update my email address.
3837
a8e019fa 38382008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3839
3840 * configure.ac [spu-*-*]: Do not set skipdirs.
3841 * configure: Re-generate.
3842
1a9f59a4 38432008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
3844
3845 * MAINTAINERS (Various Maintainers): Add myself to reload.
3846
de52fda6 38472008-10-25 Richard Guenther <rguenther@suse.de>
3848
3849 * MAINTAINERS (Various Maintainers): Add myself as middle-end
3850 maintainer. Remove myself as libgcc-math maintainer.
3851 (Non-Algorithmic Maintainers): Remove myself.
3852
38db8374 38532008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3854
3855 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3856 * Makefile.in: Regenerated.
3857
d8ff5826 38582008-10-23 Cary Coutant <ccoutant@google.com>
3859
3860 * MAINTAINERS (Write after approval): Add myself.
3861
d514f3bf 38622008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3863
3864 PR gdb/921
3865 PR gdb/1646
3866 PR gdb/2175
3867 PR gdb/2176
3868
3869 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3870 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3871 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3872 (HOST_EXPORTS): Pass CPPFLAGS.
3873 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3874 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3875 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3876 * Makefile.in, configure: Regenerated.
3877 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3878 and CPPFLAGS_FOR_BUILD.
3879
dcde3c07 38802008-10-20 Sebastian Pop <sebastian.pop@amd.com>
cf58dc99 3881
3882 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
3883 Sebastian Pop.
3884
65ee4ba4 38852008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
3886
3887 * MAINTAINERS (Write After Approval): Added myself.
3888
c214098d 38892008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3890
3891 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3892 recommended version to 2.3.2.
3893
3894 * configure: Regenerate.
3895
4ae4a8b5 38962008-10-01 Mark Mitchell <mark@codesourcery.com>
3897
3898 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
3899
65bf946b 39002008-09-29 David Daney <david.daney@caviumnetworks.com>
3901
3902 * MAINTAINERS (Write After Approval): Update e-mail address.
3903
5028c504 39042008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
3905
3906 * libtool.m4: Update to libtool 2.2.6.
3907 * lt~obsolete.m4: Update to libtool 2.2.6.
3908 * ltmain.sh: Update to libtool 2.2.6.
3909 * ltsugar.m4: Update to libtool 2.2.6.
3910 * ltversion.m4: Update to libtool 2.2.6.
3911 * ltoptions.m4: Update to libtool 2.2.6.
3912 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3913
8b1a5537 39142008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
3915
3916 * MAINTAINERS (Write After Approval): Add myself.
3917
55374afb 39182008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3919
3920 * MAINTAINERS (Write After Approval): Update my name.
3921
bf6d04f7 39222008-09-20 Steven Bosscher <steven@gcc.gnu.org>
3923
0ecf7a65 3924 * MAINTAINERS: Add myself in "Write After Approval".
bf6d04f7 3925
9abaa85a 39262008-09-18 Steve Ellcey <sje@cup.hp.com>
3927
0ecf7a65 3928 * MAINTAINERS: Add myself as ia64 maintainer.
9abaa85a 3929
43277e2a 39302008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
3931
3932 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
3933 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
3934 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
3935 and Michael Tiemann from Write After Approval since they do not
3936 actually have access.
3937
a565a5fa 39382008-09-05 Richard Guenther <rguenther@suse.de>
3939
3940 * configure.ac: Initialize clooglibs to -lcloog.
3941 * configure: Re-generate.
3942
2d9cbe39 39432008-09-04 Le-Chun Wu <lcwu@google.com>
3944
3945 * MAINTAINERS (Write After Approval): Add myself.
3946
5362e323 39472008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3948
3949 * configure.ac (--with-cloog-polylib): New.
3950 (--disable-cloog-version-check): New.
3951 (--disable-ppl-version-check): New.
3952 * configure: Re-generate.
3953
3e6e524f 39542008-09-03 Richard Guenther <rguenther@suse.de>
3955
3956 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3957 cloog test.
3958 * configure: Re-generate.
3959
8372e9ea 39602008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
3961
3962 Add picoChip port.
3963 * MAINTAINERS: Add picoChip maintainers.
3964
255b6be7 39652008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3966 Tobias Grosser <grosser@fim.uni-passau.de>
3967 Jan Sjodin <jan.sjodin@amd.com>
3968 Harsha Jagasia <harsha.jagasia@amd.com>
3969 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3970 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3971 Adrien Eliche <aeliche@isty.uvsq.fr>
3972
3973 Merge from graphite branch.
3974 * configure: Regenerate.
3975 * Makefile.in: Regenerate.
3976 * configure.ac (host_libs): Add ppl and cloog.
3977 Add checks for PPL and CLooG.
3978 * Makefile.def (ppl, cloog): Added modules and dependences.
3979 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3980 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3981
7d804f04 39822008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3983
3984 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3985 (GCC_SHLIB_SUBDIR): New.
3986 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3987 * configure: Regenerate.
3988 * Makefile.in: Regenerate.
3989
cc7fe443 39902008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
3991
3992 * MAINTAINERS: Consistently use tabs to separate columns.
3993
c3116b03 39942008-08-29 Tristan Gingold <gingold@adacore.com>
3995
3996 * MAINTAINERS (Write after Approval): Add myself.
3997
dba2c8ea 39982008-08-28 Tristan Gingold <gingold@adacore.com>
3999
4000 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4001 Enable bfd, binutils and opcodes.
4002 * configure: Regenerate.
4003
ae65dfef 40042008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4005
4006 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
4007
2a462700 40082008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4009
4010 * MAINTAINERS: Use correct Umlaut for last name.
4011
da1cc9ee 40122008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4013
4014 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4015
285c1b7e 40162008-08-16 David Edelsohn <edelsohn@gnu.org>
4017
4018 * MAINTAINERS: Update my email address.
4019
edcc45bb 40202008-08-16 Nicolas Roche <roche@adacore.com>
4021
4022 * Makefile.tpl: Add BOOT_ADAFLAGS.
4023 * Makefile.in: Regenerate.
4024
559b0712 40252008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
4026
4027 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4028 * configure: Regenerate.
4029
dcde3c07 40302008-07-30 Paolo Bonzini <bonzini@gnu.org>
3bed0958 4031
4032 * configure.ac: Add makefile fragments for hpux.
4033 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4034 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4035 * configure: Regenerate.
4036 * Makefile.in: Regenerate.
4037
dcde3c07 40382008-07-28 Aldy Hernandez <aldyh@redhat.com>
50e0cac8 4039
4040 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
4041
dcde3c07 40422008-07-11 Dodji Seketeli <dseketel@redhat.com>
ff71f0b4 4043
4044 * MAINTAINERS (Write after Approval): Add myself.
4045
d27e061f 40462008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
4047
4048 * MAINTAINERS (Write After Approval): Add myself.
4049
5daaf60f 40502008-06-29 Andrew Jenner <andrew@codesourcery.com>
4051
4052 * MAINTAINERS (Write After Approval): Add myself.
4053
04177cb3 40542008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
4055
4056 * MAINTAINERS: Update my email address.
4057
5dfd58d3 40582008-06-25 Joey Ye <joey.ye@intel.com>
4059
4060 * MAINTAINERS (Write After Approval): Add myself.
4061
5b2c7553 40622008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4063
4064 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4065 * Makefile.in: Regenerate.
4066 * configure: Regenerate.
4067
211b932d 40682008-06-17 Daniel Kraft <d@domob.eu>
4069
4070 * MAINTAINERS (Write After Approval): Add myself.
4071
4e8a889d 40722008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4073
4074 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4075 "$@" is still intact with both Autoconf 2.59 and 2.62.
4076 * configure: Regenerate.
4077
168ee878 40782008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4079
4080 * Makefile.tpl: Fix comment errors.
4081 * Makefile.in: Regenerate.
4082
607465f2 40832008-06-12 David S. Miller <davem@davemloft.net>
4084 David Edelsohn <edelsohn@gnu.org>
4085
4086 * configure.ac: Add powerpc*-*-* to gold supported targets.
4087 * configure: Regenerate.
4088
9841cd80 40892008-06-08 Joseph Myers <joseph@codesourcery.com>
4090
4091 PR tree-optimization/36218
4092 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4093 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4094 (all prefix="build-"): Pass them to build-system sub-makes.
4095 * Makefile.in: Regenerate.
4096
6af9f7ea 40972008-06-07 Joseph Myers <joseph@codesourcery.com>
4098
4099 * MAINTAINERS (mt port): Remove.
4100 (sco5, unixware, sco udk): Remove.
4101 (Kean Johnston): Add to Write After Approval.
4102
ab2a1d30 41032008-05-30 Julian Brown <julian@codesourcery.com>
4104
4105 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4106 of libobjc for ARM EABI Linux.
4107 * configure: Regenerate.
f7f51622 4108
dcde3c07 41092008-05-18 Xinliang David Li <davidxl@google.com>
5ade25c6 4110
0ecf7a65 4111 * ChangeLog: Remove wrong ChangeLog entry.
5ade25c6 4112
dcde3c07 41132008-05-17 Xinliang David Li <davidxl@google.com>
f7f51622 4114
5ade25c6 4115 * MAINTAINERS (Write After Approval): Add myself.
f7f51622 4116
f0ce8d7d 41172008-05-15 Janus Weil <janus@gcc.gnu.org>
4118
4119 * MAINTAINERS (Write After Approval): Add myself.
4120
d3eff7bb 41212008-05-14 Rafael Espíndola <espindola@google.com>
2c3fa25d 4122
4123 * config-ml.in: don't handle --enable-shared and --enable-static.
4124
c69f9953 41252008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
4126
4127 * MAINTAINERS: Update my email address.
4128
21b4aefa 41292008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
4130
4131 * MAINTAINERS: Update my email address.
0ecf7a65 4132
f2271661 41332008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
4134
4135 * MAINTAINERS (Write After Approval): Add myself.
4136
002bc050 41372008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
4138
4139 * MAINTAINERS (Write After Approval): Add myself.
4140
dcde3c07 41412008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
74200d08 4142
4143 * MAINTAINERS (crx): Add myself.
4144
83a50aef 41452008-04-18 Paolo Bonzini <bonzini@gnu.org>
4146
4147 Sync with src:
4148 2008-04-14 David S. Miller <davem@davemloft.net>
4149
0ecf7a65 4150 * configure.ac: Add sparc*-*-* to gold supported targets.
4151 * configure: Regenerate.
83a50aef 4152
f0cb9b36 41532008-04-18 Paolo Bonzini <bonzini@gnu.org>
4154
4155 PR bootstrap/35457
4156 * configure.ac: Include override.m4.
4157 * configure: Regenerate.
4158
1db8021c 41592008-04-18 Paolo Bonzini <bonzini@gnu.org>
4160
0ecf7a65 4161 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4162 * Makefile.in: Regenerate.
1db8021c 4163
dcde3c07 41642008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
15f8eac8 4165
0ecf7a65 4166 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
15f8eac8 4167 as nonconfigurable directories list.
0ecf7a65 4168 * configure: Regenerate.
15f8eac8 4169
3af820d0 41702008-04-14 Ben Elliston <bje@au.ibm.com>
4171
4172 * config.sub, config.guess: Update from upstream sources.
4173
6e7d0937 41742008-04-12 Hans-Peter Nilsson <hp@axis.com>
4175
4176 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4177 * Makefile.in: Regenerate.
4178
9c66b389 41792008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
4180
4181 * configure.ac: Do not build libssp for the AVR.
4182 * configure: Regenerate.
4183
29ab6ecd 41842008-04-07 Ian Lance Taylor <iant@google.com>
4185
4186 * Makefile.def: check-gold depends upon all-binutils.
4187 * Makefile.in: Regenerate.
4188
86aaa146 41892008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
4190
4191 * MAINTAINERS (Write After Approval): Add myself.
4192
45043b2b 41932008-04-04 Nick Clifton <nickc@redhat.com>
4194
4195 PR binutils/4334
fae55456 4196 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
45043b2b 4197 builds.
4198 * configure: Regenerate.
4199
5a92bcc2 42002008-04-04 NightStrike <NightStrike@gmail.com>
4201
4202 PR other/35151
0ecf7a65 4203 * configure.ac: Combine rules for mingw32 and mingw64.
4204 * configure: Regenerate.
5a92bcc2 4205
0805084a 42062008-04-02 Kai Tietz <kai.tietz@onvision.com>
4207
4208 * MAINTAINERS (Write After Approval): Add myself.
4209
dcde3c07 42102008-04-01 Seongbae Park <seongbae.park@gmail.com>
5b9f41dc 4211
4212 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
4213 * Makefile.in (.NOTPARALLEL): Ditto.
4214
63a9f8da 42152008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
4216
4217 * MAINTAINERS (Write After Approval): Add myself.
4218
dcde3c07 42192008-03-31 Seongbae Park <seongbae.park@gmail.com>
3e3a0e9c 4220
4221 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
4222 * Makefile.in (.NOTPARALLEL): Regenerate.
4223
4add9df0 42242008-03-27 Paolo Bonzini <bonzini@gnu.org>
4225
4226 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4227 * Makefile.in: Regenerate.
4228
03b33306 42292008-03-26 Jakub Staszak <kuba@et.pl>
4230
4231 * MAINTAINERS (Write After Approval): Add myself.
4232
5d42d4f2 42332008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4234
4235 * MAINTAINERS: Update e-mail address.
4236
3d47fcf5 42372008-03-20 Ian Lance Taylor <iant@google.com>
4238
4239 * configure.ac: Add support for --enable-gold.
4240 * Makefile.def: Add gold as a directory like ld.
4241 * configure, Makefile.in: Regenerate.
4242
82eaf560 42432008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4244
4245 * configure.ac: m4_include config/proginstall.m4.
4246 * configure: Regenerate.
e61456db 4247
4248 Backport from upstream Libtool:
0ecf7a65 4249
e61456db 4250 2007-10-12 Eric Blake <ebb9@byu.net>
0ecf7a65 4251
e61456db 4252 Deal with Autoconf 2.62's semantic change in m4_append.
4253 * ltsugar.m4 (lt_append): Replace broken versions of
4254 m4_append.
4255 (lt_if_append_uniq): Don't require separator to be overquoted,
4256 and avoid broken m4_append.
4257 (lt_dict_add): Fix typo.
4258 * libtool.m4 (_LT_DECL): Don't overquote separator.
4259
020e6f2b 42602008-03-13 David Edelsohn <edelsohn@gnu.org>
4261
4262 * config.rpath: Add AIX 6 support.
4263
f7c302cf 42642008-03-13 Paolo Bonzini <bonzini@gnu.org>
4265
4266 * Makefile.def (stageprofile). Remove -fprofile-generate
4267 from stage_libcflags.
4268 * Makefile.in: Regenerate.
4269
82ab37f5 42702008-03-13 Ben Elliston <bje@au.ibm.com>
4271
4272 * config.sub, config.guess: Update from upstream sources.
4273
167057eb 42742008-03-06 Tom Tromey <tromey@redhat.com>
4275
4276 * MAINTAINERS: Update for treelang deletion.
4277
06a40dd3 42782008-03-03 James E. Wilson <wilson@tuliptree.org>
4279
4280 * MAINTAINERS: Update my email address.
4281
af05c092 42822008-03-03 Stan Shebs <stanshebs@earthlink.net>
4283
6c2338a8 4284 * MAINTAINERS (darwin port): Add myself as a maintainer.
af05c092 4285 (objective-c/c++): Add myself as a maintainer.
4286
f3d3d204 42872008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
4288
4289 * MAINTAINERS (Write After Approval): Update my email address.
4290
d5274c75 42912008-02-25 Tomas Bily <tbily@suse.cz>
4292
4293 * MAINTAINERS (Write After Approval): Add myself.
4294
5954dfea 42952008-02-23 Jakub Jelinek <jakub@redhat.com>
4296
4297 * MAINTAINERS (OpenMP): Add myself.
4298
c898f165 42992008-02-20 Paolo Bonzini <bonzini@gnu.org>
4300
a55f1b4b 4301 PR bootstrap/32009
4302 PR bootstrap/32161
c898f165 4303
a55f1b4b 4304 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4305 * configure: Regenerate.
c898f165 4306
a55f1b4b 4307 * Makefile.def: Define stage_libcflags for all bootstrap stages.
4308 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4309 STAGE4_LIBCFLAGS): New.
4310 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4311 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4312 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4313 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4314 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4315 for target modules. Don't export LIBCFLAGS.
4316 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4317 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4318 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4319 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4320 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4321 * Makefile.in: Regenerate.
c898f165 4322
69d30e89 43232008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4324
4325 PR libgcj/33085
4326 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4327 Do not use -DDLL_EXPORT. Backport from upstream.
4328
aaa12b63 43292008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4330
4331 * MAINTAINERS (Write After Approval): Add myself.
4332
b538c932 43332008-02-02 Hans-Peter Nilsson <hp@axis.com>
4334
4335 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4336 * configure: Regenerate.
4337
c1d3813f 43382008-01-31 Marc Gauthier <marc@tensilica.com>
4339
4340 * configure.ac (xtensa*-*-*): Recognize processor variants.
4341 * configure: Regenerate.
4342
d2d2630b 43432008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4344
6144731c 4345 PR bootstrap/34922
4346 * configure.ac (PARSE_ARGS): Push suitable setting of
4347 ac_subdirs_all, for `./configure --help=recursive'.
4348 Handle `+' in generic toplevel directory disabling.
4349 * configure: Regenerate.
d2d2630b 4350
265f31f8 43512008-01-28 Nick Clifton <nickc@redhat.com>
4352
4353 * MAINTAINERS (xstormy16): Take over maintainership.
4354
99c77e32 43552008-01-25 Joseph Myers <joseph@codesourcery.com>
4356
4357 * MAINTAINERS (c4x port): Remove.
4358
0aff9a99 43592008-01-24 David Edelsohn <edelsohn@gnu.org>
4360
4361 * libtool.m4: Backport AIX 6 support from ToT Libtool.
4362
29179dae 43632008-01-23 Ben Elliston <bje@au.ibm.com>
4364
4365 * config.sub, config.guess: Update from upstream sources.
4366
423255b1 43672008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
4368
4369 * MAINTAINERS (Write After Approval): Add myself.
4370
559c551d 43712008-01-17 H.J. Lu <hjl.tools@gmail.com>
4372
4373 * MAINTAINERS: Update my email address.
4374
43752008-01-09 Raksit Ashok <raksit@google.com>
4376
4377 * MAINTAINERS (Write After Approval): Add myself.
4378
01dc04f9 43792008-01-09 Raksit Ashok <raksit@google.com>
4380
4381 * MAINTAINERS (Write After Approval): Add myself.
4382
e257630f 43832008-01-08 Ben Elliston <bje@au.ibm.com>
4384
4385 * config.sub, config.guess: Update from upstream sources.
4386
e9450d5b 43872007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4388
4389 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
0b359cab 4390 Change recommended MPFR from 2.2.1 -> 2.3.0.
e9450d5b 4391 * configure: Regenerate.
4392
a611cf87 43932007-12-15 Sebastian Pop <sebastian.pop@amd.com>
4394
4395 * MAINTAINERS: Update my email address.
4396
e502d5b5 43972007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
4398
4399 * MAINTAINERS: Update my email address.
4400
85b21747 44012007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
4402
4403 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4404 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4405 * Makefile.in: Regenerate.
4406
dcde3c07 44072007-12-10 Mark Heffernan <meheff@google.com>
1b8215f1 4408
4409 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4410 misplaced entries.
4411
06e8069d 44122007-12-10 Andreas Tobler <a.tobler@schweiz.org>
4413
4414 * configure.ac: Enable libjava for x86_64-*-darwin9.
4415 * configure: Regenerate.
4416
dcde3c07 44172007-12-07 Bill Maddox <maddox@google.com>
46151c44 4418
4419 * MAINTAINERS (Write After Approval): Add myself.
4420
82a6155b 44212007-12-05 Ben Elliston <bje@au.ibm.com>
4422
4423 * config.sub, config.guess: Update from upstream sources.
4424
88b29126 44252007-12-02 Matthias Klose <doko@ubuntu.com>
4426
4427 * config-ml.in: Remove 64bit configure tests.
4428
097bd8a7 44292007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4430
4431 * config-ml.in: Robustify against white space in absolute file
4432 names.
4433
4434 * config-ml.in (multi-clean): Substitute ${Makefile}.
4435 Remove superfluous ${Makefile} in list.
4436
da01ad1e 44372007-11-19 Thiemo Seufer <ths@mips.com>
4438
4439 * config-ml.in: Don't hardcode the Makefile name.
4440
aa1ec648 44412007-11-08 Alexander Monakov <amonakov@ispras.ru>
4442
4443 * MAINTAINERS (Write After Approval): Add myself.
4444
cc01f27b 44452007-11-07 Samuel Tardieu <sam@rfc1149.net>
4446
4447 * MAINTAINERS (Write After Approval): Add myself.
4448
dcde3c07 44492007-11-06 Doug Kwan <dougkwan@google.com>
b34f5003 4450
4451 * MAINTAINERS (Write After Approval): Add myself.
4452
3c4bb8ba 44532007-10-25 Ben Elliston <bje@au.ibm.com>
4454
4455 * MAINTAINERS (mercury): Remove entry.
4456 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4457
119eb9ed 44582007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
4459
4460 * Makefile.def (dependencies): Make configure-gdb depend on
4461 all-intl.
4462 * Makefile.in: Regenerated.
4463
10978713 44642007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
4465
4466 * MAINTAINERS (Fortran maintainer): Remove myself.
4467
dcde3c07 44682007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1ad797ec 4469
4470 * Makefile.def: To avoid problems running with parallel makes,
4471 build newlib before libgloss so that target specific header
4472 files are availble.
4473 * Makefile.in: Regenerate
4474
2711b222 44752007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
4476
4477 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4478 * Makefile.in: Regenerate.
4479
f5213d04 44802007-10-09 Vladimir Makarov <vmakarov@redhat.com>
4481
4482 * MAINTAINERS (Register allocation reviewer): Add myself.
4483
823e8b8d 44842007-10-08 Mike Frysinger <vapier@gentoo.org>
4485
4486 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4487 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4488 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
4489 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4490 * configure: Regenerate.
4491
dcde3c07 44922006-10-04 Seongbae Park <seongbae.park@gmail.com>
dd508a00 4493
4494 * MAINTAINERS (Register allocation reviewer): Add myself.
4495
93c5e793 44962007-10-01 Paolo Bonzini <bonzini@gnu.org>
4497
4498 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4499 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4500 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4501 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4502 * configure.ac: Default them to host tools for $host = $build.
4503 Subst them.
4504
4505 * configure: Regenerate.
4506 * Makefile.in: Regenerate.
4507
dcde3c07 45082006-09-24 Peter Bergner <bergner@vnet.ibm.com>
8286d1e9 4509
4510 * MAINTAINERS (Register allocation reviewer): Add myself.
4511
dcde3c07 45122006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
33baaa20 4513
4514 * MAINTAINERS (Register allocation reviewer): Add myself.
4515
547d559e 45162007-09-21 Seongbae Park <seongbae.park@gmail.com>
4517
4518 * MAINTAINERS (Write After Approval): Fix typo.
4519
3013c2c7 45202007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
4521
4522 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4523 * configure: Regenerate.
4524
9658ef82 45252007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
4526
4527 PR bootstrap/31906
4528 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
e502d5b5 4529 they're already prefixed.
9658ef82 4530
a0191bfe 45312007-09-19 Benjamin Kosnik <bkoz@redhat.com>
4532
4533 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4534 libstdc++.
4535 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4536 * configure: Regenerate.
4537 * Makefile.in: Regenerate.
0ecf7a65 4538
ef4a823a 45392007-09-17 Andreas Schwab <schwab@suse.de>
4540
4541 * configure.ac: Raise minimum makeinfo version to 4.6.
4542 * configure: Regenerate.
4543
dcde3c07 45442007-09-17 Johannes Singler <singler@ira.uka.de>
3900cf8f 4545
e502d5b5 4546 * MAINTAINERS (write-after-approval) add myself
3900cf8f 4547
fbbc6fdb 45482007-09-15 Alan Modra <amodra@bigpond.net.au>
4549
4550 * configure.ac: Correct makeinfo version check.
4551 * configure: Regenerate.
4552
9b139a12 45532007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
4554
4555 * MAINTAINERS: Update my email address.
4556
68c9bc25 45572007-09-14 Richard Sandiford <richard@codesourcery.com>
4558
4559 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
4560 to $skipdirs and only disable gprof for newlib. Use the normal
4561 mips*-elf* handling in other respects.
4562 * configure: Regnerate.
4563
d0a16e74 45642007-09-12 David Daney <ddaney@avtrex.com>
4565
4566 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
4567 enabling libgcj.
4568 * configure: Regenerate.
4569
1c5767f1 45702007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
4571
4572 PR other/32154
4573 * configure.ac: For libgloss targets, point the linker to the linker
4574 script, startup code and simulator library.
4575 * configure: Regenerate.
4576
b9eb3c64 45772007-09-07 Andrew Haley <aph@redhat.com>
4578
4579 * configure.ac (noconfigdirs): Remove target-libffi and
4580 target-libjava.
4581 * configure: Regenerate.
4582
70d8e49e 45832007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4584
4585 PR target/33281
4586 * configure.ac: Use config/mh-mingw on mingw.
4587 * configure: Regenerate.
70d8e49e 4588
771e1e14 45892007-09-05 Pat Haugen <pthaugen@us.ibm.com>
4590
e2b00040 4591 * MAINTAINERS (Write After Approval): Add myself.
771e1e14 4592
f6be6a96 45932007-09-05 Richard Guenther <rguenther@suse.de>
4594
4595 * configure.ac (--enable-stage1-checking): If neither --enable-checking
4596 nor --disable-checking is provided also turn on yes and types
4597 checking for stage1.
4598 * configure: Re-generate.
4599
afaca01a 46002007-08-30 Krister Walfridsson <cato@df.lth.se>
4601
4602 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
4603 (Write After Approval): Remove myself.
4604
26dd65f3 46052007-08-29 Nick Clifton <nickc@redhat.com>
24aa922b 4606
26dd65f3 4607 * config.sub, config.guess: Update from upstream sources.
24aa922b 4608
6144731c 46092007-08-22 Bud Davis <jmdavis@link.com>
10df54f4 4610
4611 * MAINTAINERS (Write After Approval): Added myself.
4612 * MAINTAINERS (Reviewers): Removed myself.
4613
5f1f2de5 46142007-08-18 Paul Brook <paul@codesourcery.com>
6144731c 4615 Joseph Myers <joseph@codesourcery.com>
5f1f2de5 4616
4617 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
4618 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
4619 * Makefile.in: Regenerate.
4620 * configure.ac (--with-debug-prefix-map): New.
4621 * configure: Regenerate.
4622
f8520ad7 46232007-08-17 Richard Sandiford <richard@codesourcery.com>
4624 Nigel Stephens <nigel@mips.com>
4625
f8520ad7 4626 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
4627 as target_makefile_frag.
4628 * configure: Regenerate.
4629
5b542315 46302007-08-16 Alexandre Oliva <aoliva@redhat.com>
4631
4632 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
4633 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
4634 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
4635 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
4636 (do-compare, do-compare3, do-compare-debug): New.
4637 ([+compare-target+]): Use them.
4638
8d8efff7 46392007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
4640
4641 * MAINTAINERS (Write After Approval): Change my email address.
4642
af7bb0c0 46432007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4644 Ben Elliston <bje@au.ibm.com>
4645
4646 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
4647 --silent if $silent.
4648 * configure: Regenerate.
4649
215d9ce6 46502003-08-12 Zdenek Dvorak <ook@ucw.cz>
4651
4652 * MAINTAINERS (Various Maintainers): Add myself as
4653 loop infrastructure maintainer. Update my e-mail
4654 address.
4655
eb57d4df 46562007-07-31 Diego Novillo <dnovillo@google.com>
4657
4658 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
4659 Adjust description.
4660
f03e0ae4 46612007-07-26 Richard Guenther <rguenther@suse.de>
4662
4663 * configure.ac: Add types checking to stage1 checking flags.
4664 * configure: Regenerate.
4665
1ee47085 46662007-07-17 Nick Clifton <nickc@redhat.com>
4667
4668 * COPYING3: New file. Contains version 3 of the GNU General
4669 Public License.
4670 * COPYING3.LIB: New file. Contains version 3 of the GNU
4671 Lesser General Public License.
4672
4f1c9c75 46732007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4674
4675 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
4676
8b472594 46772007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
4678
4679 * MAINTAINERS (S/390 co-maintainer): Add myself.
4680 (Write After Approval): Remove myself.
4681
aa9311a1 46822007-07-13 Dan Hipschman <dsh@google.com>
4683
4684 * MAINTAINERS (Write After Approval): Add myself.
4685
2590e4db 46862007-07-11 Nick Clifton <nickc@redhat.com>
4687
4688 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
4689 WINDRES export.
4690 * Makefile.in: Regenerate.
4691
ae91a3b7 46922007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4693
4694 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
4695 maintainer.
4696
f9d0ebde 46972007-07-05 H.J. Lu <hongjiu.lu@intel.com>
4698
4699 * lt~obsolete.m4: New. Import from 20070318 libtool.
4700
9a6e938f 47012007-07-03 Julian Brown <julian@codesourcery.com>
4702
4703 * MAINTAINERS (Write After Approval): Add myself.
4704
09c2d953 47052007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4706
4707 * configure.ac: Rewrite 'configure --help' strings to look nicer.
4708 * configure: Regenerate.
4709
47102007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4711
4712 * configure.ac: Add some missing m4 quotation.
4713 * configure: Regenerate.
4714
2de49bbb 47152007-07-02 Simon Baldwin <simonb@google.com>
4716
4717 * MAINTAINERS (Write After Approval): Add myself.
4718
b7ef8464 47192007-07-02 Paolo Bonzini <bonzini@gnu.org>
4720
4721 * configure: Regenerate.
4722
75d6a0a9 47232007-07-02 Kai Tietz <kai.tietz@onevision.com>
4724
4725 * Makefile.def: Add windmc tool to build.
4726 * Makefile.tpl: Likewise.
4727 * configure.ac: Likewise.
4728 * Makefile.in: Regenerate.
4729 * configure: Regenerate.
0ecf7a65 4730
aa331421 47312007-06-28 DJ Delorie <dj@redhat.com>
4732
4733 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
4734 not building newlib.
4735 * configure: Regenerated.
0ecf7a65 4736
bab22e5c 47372007-06-28 Jan Sjodin <jan.sjodin@amd.com>
4738
4739 * MAINTAINERS (Write After Approval): Add myself.
4740
2d569347 47412007-06-25 Martin Michlmayr <tbm@cyrius.com>
4742
4743 * MAINTAINERS (Write After Approval): Add myself.
4744
abe9fc0f 47452007-06-19 Chris Matthews <chrismatthews@google.com>
4746
4747 * MAINTAINERS (Write After Approval): Add myself.
4748
2588303d 47492007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
4750
4751 * MAINTAINERS (Write After Approval): Add myself.
4752
86d469a7 47532007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
4754
4755 * Makefile.def: Add dependency from configure-gdb to all-bfd.
4756 * Makefile.in: Regenerated.
4757
e77068c4 47582007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
4759
4760 * configure.ac: Don't add target-libmudflap to noconfigdirs for
4761 bfin*-*-uclinux* targets.
4762 * configure: Regenerate.
4763
34750e69 47642007-06-14 Ian Lance Taylor <iant@google.com>
4765
4766 * MAINTAINERS: Add myself as non-algorithmic global write
4767 maintainer.
4768
5a6568b4 47692007-06-14 Diego Novillo <dnovillo@google.com>
4770
4771 * MAINTAINERS: Add self as middle-end maintainer and
4772 non-algorithmic global write maintainer.
4773
49607763 47742007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4775
4776 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
4777 Move all Fortran maintainers except Paul Brook into the
4778 Non-Autopoiesis section.
4779
021ff58f 47802007-06-14 Paolo Bonzini <bonzini@gnu.org>
4781
4782 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
4783 (distclean-stage[+id+]): Possibly delete stage_last.
4784 * Makefile.in: Regenerate.
4785
f7074c96 47862007-06-12 Seongbae Park <seongbae.park@gmail.com>
4787
4788 * MAINTAINERS (Various Maintainer): Fix typo.
4789
19dcaa9c 47902007-06-11 Paolo Bonzini <bonzini@gnu.org>
4791
4792 * MAINTAINERS (Various Maintainer): Add myself as
4793 dataflow maintainer.
4794
fef06690 47952007-06-07 Ben Elliston <bje@au.ibm.com>
4796
4797 * config.sub, config.guess: Update from upstream sources.
4798
abe109c5 47992007-06-07 Ben Elliston <bje@au.ibm.com>
4800
4801 * Makefile.tpl: Fix spelling error.
4802 * Makefile.in: Regenerate.
4803
2bcd5359 48042007-06-01 Steve Ellcey <sje@cup.hp.com>
4805
fd82ebdc 4806 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
4807 lt_cv_sys_max_cmd_len.
2bcd5359 4808
92a034a0 48092007-05-31 Dorit Nuzman <dorit@il.ibm.com>
4810
4811 * MAINTAINERS (Various Maintainers): Add myself as
4812 auto-vectorizer maintainer.
4813
796f6ddf 48142003-05-31 Paolo Bonzini <bonzini@gnu.org>
4815
4816 PR libjava/32098
4817 * libtool.m4: Revert previous change.
4818 * ltgcc.m4: Put it here.
4819
3df3f071 48202003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
4821
4822 * MAINTAINERS (Various Maintainers): Add myself as
4823 auto-vectorizer maintainer.
4824
8759836c 48252007-05-30 H.J. Lu <hongjiu.lu@intel.com>
4826
4827 PR libjava/32098
4828 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
4829
de0a1cbe 48302007-05-30 Richard Guenther <rguenther@suse.de>
4831
4832 * MAINTAINERS (Various Maintainers): Add myself as
4833 auto-vectorizer maintainer.
4834
505abe0c 48352007-05-30 Jakub Jelinek <jakub@redhat.com>
4836
4837 PR bootstrap/29382
4838 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
4839 * configure: Rebuilt.
4840
12d06f67 48412007-05-28 Roberto Costa <robsettantasei@gmail.com>
4842
4843 * MAINTAINERS (Write After Approval): Removed my name.
4844
cc76add4 48452007-05-25 Steven Bosscher <steven@gcc.gnu.org>
4846
4847 * MAINTAINERS (Write After Approval): Remove myself.
4848
a027451b 48492007-05-25 Andreas Tobler <a.tobler@schweiz.org>
4850
4851 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
4852
542f9784 48532007-05-23 Steve Ellcey <sje@cup.hp.com>
4854
4855 * ltmain.sh: Update from ToT Libtool.
4856 * libtool.m4: Update from ToT Libtool.
4857 * ltsugar.m4: New. Update from ToT Libtool.
4858 * ltversion.m4: New. Update from ToT Libtool.
4859 * ltoptions.m4: New. Update from ToT Libtool.
4860 * ltconfig: Remove.
4861 * ltcf-c.sh: Remove.
4862 * ltcf-cxx.sh: Remove.
4863 * ltcf-gcj.sh: Remove.
4864
528ab743 48652007-05-22 Ollie Wild <aaw@google.com>
4866
4867 * MAINTAINERS (Write After Approval): Add myself.
4868
47cd5247 48692007-05-16 Paolo Bonzini <bonzini@gnu.org>
4870
4871 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4872 stage_cflags.
4873 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4874 Remove CFLAGS/LIBCFLAGS.
4875 (configure-stage[+id+]-[+prefix+][+module+],
4876 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4877 * Makefile.in: Regenerate.
4878
3514a11b 48792007-05-15 Diego Novillo <dnovillo@google.com>
4880
4881 * MAINTAINERS: Update e-mail address.
4882
886a57ec 48832007-05-15 Revital Eres <eres@il.ibm.com>
4884
4885 * MAINTAINERS (Write After Approval): Add myself.
4886
00b95186 48872007-05-14 Roberto Costa <robsettantasei@gmail.com>
4888
4889 * MAINTAINERS (Write After Approval): Updated my address.
4890
37a5fded 48912007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
4892
4893 * MAINTAINERS (Write After Approval): Add myself.
4894
932d1055 48952007-05-11 Silvius Rus <rus@google.com>
4896
4897 * MAINTAINERS (Write After Approval): Add myself.
4898
5be46544 48992007-04-23 Tom Tromey <tromey@redhat.com>
4900
4901 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
4902
85fdb7fe 49032007-04-22 Mark Mitchell <mark@codesourcery.com>
4904
4905 * MAINTAINERS (cpplib): Rename to ...
4906 (libcpp): ... this. Add C/C++ front end maintainers.
4907
0e80ecec 49082007-04-14 Steve Ellcey <sje@cup.hp.com>
4909
4910 * config-ml.in: Pass ${ml_config_env} to configure calls.
4911
678ca12c 49122007-04-04 Christian Bruel <christian.bruel@st.com>
4913
4914 * MAINTAINERS (Write After Approval): Add myself.
0ecf7a65 4915
238ac4b8 49162007-04-02 Dave Korn <dave.korn@artimi.com>
4917
4918 * MAINTAINERS (Write After Approval): Add myself.
4919
1b3b5ab2 49202007-03-31 Tobias Burnus <burnus@net-b.de>
4921
4922 * MAINTAINERS (fortran 95 front end): Add myself.
4923
7af2a874 49242007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4925
4926 * MAINTAINERS (Write After Approval): Add myself.
0ecf7a65 4927
f5bcb691 49282007-03-24 Ayal Zaks <zaks@il.ibm.com>
4929
4930 * MAINTAINERS (Modulo Scheduler): Add myself.
4931
9671b27d 49322007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
4933
4934 * MAINTAINERS (fortran 95 front end): Add myself.
4935 (c++ front end): whitespace fix.
4936
9ced3b39 49372007-03-22 Nathan Froyd <froydnj@codesourcery.com>
4938
4939 * MAINTAINERS (Write After Approval): Add myself.
4940
d623d587 49412007-03-21 Richard Sandiford <richard@codesourcery.com>
4942
4943 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4944 of glob. Quote arguments with single quotes too.
4945 * configure: Regenerate.
4946
d6eaff55 49472007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4948
4949 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4950 * Makefile.in: Regenerate
4951
a6c599b5 49522007-03-07 Andreas Schwab <schwab@suse.de>
4953
4954 * configure: Regenerate.
4955
130effca 49562007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4957
4958 * configure.ac: Add "--with-pdfdir" configure option,
4959 which defines pdfdir variable.
4960 * Makefile.def (target=fixincludes): Add install-pdf to
4961 missing targets.
4962 (recursive_targets): Add install-pdf target.
4963 (flags_to_pass): Add pdfdir.
4964 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4965 target.
4966 * configure: Regenerate
4967 * Makefile.in: Regenerate
4968
cd343b1c 49692007-02-28 Eric Christopher <echristo@apple.com>
4970
4971 Revert:
4972 2006-12-07 Mike Stump <mrs@apple.com>
4973
4974 * Makefile.def (dependencies): Add dependency for
4975 install-target-libssp and install-target-libgomp on
4976 install-gcc.
4977 * Makefile.in: Regenerate.
4978
78a477ad 49792007-02-27 Matt Kraai <kraai@ftbfs.org>
4980
4981 * configure: Regenerate.
4982 * configure.ac: Move statements after variable declarations.
4983
670a86cd 49842007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
4985
4986 * MAINTAINERS: Add myself as sh maintainer.
4987
ae8552b7 49882007-02-19 Joseph Myers <joseph@codesourcery.com>
4989
4990 * configure.ac: Adjust for loop syntax.
4991 * configure: Regenerate.
4992
95a05732 49932007-02-18 Alexandre Oliva <aoliva@redhat.com>
4994
4995 * configure: Rebuilt.
4996
b0e9b581 49972007-02-18 Alexandre Oliva <aoliva@redhat.com>
4998
4999 * configure.ac: Drop multiple occurrences of --enable-languages,
5000 and fix its quoting.
5001 * configure: Rebuilt.
5002
77ae4d79 50032007-02-17 Mark Mitchell <mark@codesourcery.com>
6144731c 5004 Nathan Sidwell <nathan@codesourcery.com>
5005 Vladimir Prus <vladimir@codesourcery.com>
5006 Joseph Myers <joseph@codesourcery.com>
77ae4d79 5007
5008 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5009 * configure: Regenerate.
5010
ddacbee5 50112007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
5012
5013 * ltconfig (freebsd*): Default to elf.
5014
27bfe7b7 50152007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5016
5017 * configure.ac (target_libraries): Move libgcc before libiberty.
5018 * configure: Regenerated.
5019
eae5b2bc 50202007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5021 Paolo Bonzini <bonzini@gnu.org>
5022
5023 PR bootstrap/30753
5024 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
5025 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
5026 * configure: Regenerated.
5027
41d006b3 50282007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5029
5030 * MAINTAINERS (Language Front End Maintainers): Update my mail
5031 address.
5032
4ff792a4 50332007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5034
5035 PR bootstrap/30748
5036 * configure.ac: Correct syntax for Solaris ksh.
5037 * configure: Regenerated.
5038
38d7211b 50392007-02-09 Paolo Bonzini <bonzini@gnu.org>
5040
5041 * configure.ac: Sync with src.
5042 * configure: Regenerate.
5043
fbc4b0e5 50442007-02-09 Paolo Bonzini <bonzini@gnu.org>
5045
5046 * Makefile.in: Regenerate.
5047
834785d1 50482007-02-09 Paolo Bonzini <bonzini@gnu.org>
5049
5050 * config.sub: Sync with src.
5051
b30fcfae 50522007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5053
5054 * Makefile.tpl (build_alias, host_alias, target_alias): Use
5055 noncanonical equivalents.
5056 * configure.in: Rename to...
5057 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
5058 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
5059 target_noncanonical. Use them. Rewrite removal of configure
5060 arguments for autoconf 2.59. Discard variable settings. Force
5061 program_transform_name for native tools.
5062
5063 * Makefile.in: Regenerated.
5064 * configure: Regenerated with autoconf 2.59.
5065
dcde3c07 50662007-02-07 Roman Zippel <zippel@linux-m68k.org>
e911c3be 5067
c6f3c945 5068 * MAINTAINERS (Write After Approval): Add myself.
e911c3be 5069
44db1fbc 50702007-01-31 Andreas Schwab <schwab@suse.de>
5071
5072 * Makefile.tpl (LDFLAGS): Substitute it.
5073 * Makefile.in: Regenerate.
5074
dcde3c07 50752007-01-30 Andrey Belevantsev <abel@ispras.ru>
760d0db8 5076
c6f3c945 5077 * MAINTAINERS (Write After Approval): Add myself.
760d0db8 5078
25954036 50792007-01-28 David Edelsohn <edelsohn@gnu.org>
5080
c6f3c945 5081 * MAINTAINERS (spu port): Add myself.
25954036 5082
a18b2c54 50832007-01-23 Richard Guenther <rguenther@suse.de>
5084
5085 PR bootstrap/30541
5086 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
5087 * Makefile.tpl (GNATBIND): Substitute it.
5088 (GNATMAKE): Likewise.
5089 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
5090 of STAGE_PREFIX.
5091 * Makefile.in: Regenerate.
5092 * configure: Regenerate.
5093
dd979235 50942007-01-18 Mike Stump <mrs@apple.com>
5095
5096 * configure.in: Re-enable -Werror for gcc builds.
5097
c6f3c945 50982007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ec79f74b 5099
c6f3c945 5100 * MAINTAINERS (Write After Approval): Add myself.
ec79f74b 5101
16c9b2e3 51022007-01-11 Paolo Bonzini <bonzini@gnu.org>
5103
5104 * configure.in: Change == to = in test command.
c6f3c945 5105 * configure: Regenerate.
16c9b2e3 5106
d45318b3 51072007-01-11 Paolo Bonzini <bonzini@gnu.org>
c6f3c945 5108 Nick Clifton <nickc@redhat.com>
5109 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
5110
5111 * configure.in (build_configargs, host_configargs, target_configargs):
5112 Remove build/host/target parameters.
5113 (host_libs): Add gmp and mpfr.
5114 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
5115 * Makefile.def (gmp, mpfr): New.
5116 (gcc): Remove target.
5117 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
5118 target_os, target_vendor): New.
dcde3c07 5119 (configure): Add host_alias/target_alias arguments; adjust invocations.
c6f3c945 5120 * configure: Regenerate.
5121 * Makefile.in: Regenerate.
d45318b3 5122
51232007-01-11 Matt Fago <fago@earthlink.net>
5124
5125 * configure.in: Try to link to functions only in mpfr 2.2.x
c6f3c945 5126 to improve robustness of configure tests.
d45318b3 5127 * configure: Regenerate.
cd343b1c 5128
c9c21f59 51292007-01-09 Uros Bizjak <ubizjak@gmail.com>
5130
5131 * MAINTAINERS: Add myself as i386 maintainer.
5132
f2bdcff1 51332007-01-08 Jan Hubicka <jh@suse.cz>
5134
b7be5ae5 5135 * MAINTAINERS: Add myself as i386 maintainer.
f2bdcff1 5136
06dd9e69 51372007-01-08 Kai Tietz <kai.tietz@onevision.com>
5138
5139 * configure.in: Add support for an x86_64-mingw* target.
a378fc89 5140 * configure: Regenerate.
06dd9e69 5141
0a2e6193 51422007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
5143
5144 * Makefile.tpl (all-target): Correct @if conditional for target
5145 modules.
5146 * configure.in: Omit libiberty if building only target libgcc.
5147 * configure, Makefile.in: Regenerated.
5148
29b1b61f 51492007-01-04 Paolo Bonzini <bonzini@gnu.org>
5150
dcde3c07 5151 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
29b1b61f 5152 * configure: Regenerate.
5153
894a47b4 51542007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
5155
5156 * Makefile.def (target_modules): Add libgcc.
5157 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
5158 * Makefile.tpl (clean-target-libgcc): Delete.
5159 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
5160 on gcc even for bootstrapped modules. Rewrite handling of
5161 lang_env_dependencies to loop over target_modules.
5162 * configure.in (target_libraries): Add target-libgcc.
5163 * Makefile.in, configure: Regenerated.
5164
9c3a0a29 51652006-12-29 Paolo Bonzini <bonzini@gnu.org>
5166
5167 * configure.in: Reorganize recognition of languages. Add
5168 --enable-stage1-languages. Show supported languages for the chosen
5169 target rather than all recognized languages.
5170 * configure: Regenerate.
5171
2e04b035 51722006-12-29 Paolo Bonzini <bonzini@gnu.org>
5173
5174 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
5175 * Makefile.in: Regenerate.
5176
0157cc75 51772006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5178
5179 * configure.in: Warn that MPFR 2.2.0 is buggy.
5180 * configure: Regenerate.
5181
35d84d10 51822006-12-27 Ian Lance Taylor <iant@google.com>
5183
5184 * configure.in: When removing Makefiles to force a reconfigure, also
5185 remove prev-DIR*/Makefile.
5186 * configure: Regenerate.
5187
ae48753c 51882006-12-22 Andreas Schwab <schwab@suse.de>
5189
5190 * configure: Regenerate with correct autoconf version.
5191
a83ffacf 51922006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
5193
c6f3c945 5194 * configure.in: add AC_SUBST for *_FOR_TARGET.
5195 * configure: Regenerate.
a83ffacf 5196
2e04b035 51972006-12-19 Paolo Bonzini <bonzini@gnu.org>
5198
5199 * configure.in: Simplify logic for rejecting languages that cannot
5200 be built. Separate the case when a language is unsupported,
5201 from the case when the user chooses not to build a language.
5202
1a606b87 52032006-12-19 Paolo Bonzini <bonzini@gnu.org>
5204
5205 * configure.in: Remove "$build" case for powerpc-*-darwin* since
5206 it only affects bootstrap and could be tested on "$host" as well.
5207 * configure: Regenerate.
5208 * config/mh-ppc-darwin: Add to the stage1 cflags here.
5209
39f34cfc 52102006-12-19 Paolo Bonzini <bonzini@gnu.org>
5211
5212 PR bootstrap/29544
5213 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
5214 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
5215 move here comment from Makefile.tpl.
5216 * Makefile.tpl: Move some definitions higher in the file.
5217 (STAGE1_CHECKING): New.
5218 * configure.in: Add --enable-stage1-checking.
5219 * configure: Regenerate.
5220 * Makefile.in: Regenerate.
5221
6523c107 52222006-12-19 Paolo Bonzini <bonzini@gnu.org>
5223
5224 * MAINTAINERS: Add myself as build system maintainer.
5225
0874d16e 52262006-12-15 Simon Martin <simartin@users.sourceforge.net>
5227
5228 * MAINTAINERS (Write After Approval): Add myself.
5229
f4177413 52302006-12-13 Eric Christopher <echristo@apple.com>
5231
5232 * MAINTAINERS: Add myself as darwin maintainer.
5233
21f5445c 52342006-12-11 Ian Lance Taylor <ian@airs.com>
5235
5236 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
5237
dcde3c07 52382006-12-11 Joern Rennecke <joern.rennecke@arc.com>
51e3e9c5 5239
5240 MAINTAINERS: Update my entry.
5241
57c7de11 52422006-12-11 Alan Modra <amodra@bigpond.net.au>
5243
5244 * configure.in: Handle spu makefile frag.
57c7de11 5245 * Makefile.tpl (MAINT): Define
5246 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
5247 * configure: Regenerate.
5248 * Makefile.in: Regenerate.
5249
e3c9d32f 52502006-12-11 Ben Elliston <bje@au.ibm.com>
5251
5252 * config.guess: Import latest version.
5253 * config.sub: Likewise.
5254
f5b9de9c 52552006-12-11 Ben Elliston <bje@au.ibm.com>
5256
5257 * configure.in (spu-*-*): Don't skip target-libiberty.
5258 * configure: Regenerate.
5259
fce068fd 52602006-12-10 Andreas Tobler <a.tobler@schweiz.org>
5261
5262 PR bootstrap/30134
5263 * configure.in: Correct x86 darwin support for libjava to powerpc
5264 and i?86 only.
5265 * configure: Regenerate.
5266
ffe859e6 52672006-12-08 Sandro Tolaini <tolaini@libero.it>
5268
5269 * configure.in: Add x86 darwin support for libjava.
5270 * configure: Regenerate.
5271
73a19d2f 52722006-12-07 Mike Stump <mrs@apple.com>
5273
5274 * Makefile.def (dependencies): Add dependency for
5275 install-target-libssp and install-target-libgomp on
5276 install-gcc.
5277 * Makefile.in: Regenerate.
5278
a62d86ae 52792006-12-04 Richard Guenther <rguenther@suse.de>
5280
5281 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
5282 (Non-Algorithmic Maintainers): Move over non-algorithmic
5283 loop optimizer maintainers, add myself as a non-algorithmic
5284 middle-end maintainer.
5285
37415b5d 52862006-12-04 Daniel Franke <franke.daniel@gmail.com>
5287
5288 * MAINTAINERS (Write After Approval): Add myself.
5289
6af0e733 52902006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5291
5292 * configure.in: Update error message for missing GMP/MPFR.
5293
5294 * configure: Regenerate.
5295
4af4078c 52962006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5297
5298 * configure.in: Update MPFR version in error message.
5299
5300 * configure: Regenerate.
5301
69c937e1 53022006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5303
5304 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
5305 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
5306 --with-gmp-lib): New flags.
5307
5308 * configure: Regenerate.
5309
e419f8ef 53102006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
5311
5312 * MAINTAINERS (Write After Approval): Change my email address.
5313
407e85bc 53142006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
5315
583272a2 5316 * MAINTAINERS (Write After Approval): Add myself.
407e85bc 5317
dcde3c07 53182006-11-22 Philipp Thomas <pth@suse.de>
40cb8be1 5319
5320 * MAINTAINERS (i18n): Update e-mail address.
5321
c2d4f42f 53222006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
5323
5324 * MAINTAINERS (spu port): Add myself as maintainer.
5325 (Write After Approval): Remove myself.
5326
7c8af356 53272006-11-22 Ben Elliston <bje@au.ibm.com>
5328
5329 * configure.in (skipdirs): Don't build libssp for SPU.
5330 * configure: Regenerate.
5331
099cd192 53322006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
5333
5334 * MAINTAINERS (spu port): Add myself as maintainer.
5335 (libobjc): Update my email address.
5336
82b61569 53372006-11-21 Andrea Bona <andrea.bona@st.com>
5338
5339 * MAINTAINERS (Write After Approval): Add myself.
5340
dcde3c07 53412006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
644459d0 5342
5343 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
5344 * configure : Rebuilt.
5345
dcde3c07 53462006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
bb0ac0c1 5347
5348 * MAINTAINERS (Write After Approval): Add myself.
5349
d027f7a9 53502006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
5351
5352 * MAINTAINERS (Write After Approval): Add myself.
5353
2a9efd1a 53542006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5355
5356 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
5357 libmpfr.a.
5358 * configure: Regenerate.
5359
f0903548 53602006-11-16 Paolo Bonzini <bonzini@gnu.org>
5361
5362 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
5363 (unstage): Test for stage_last presence.
5364
5365 PR bootstrap/29802
dcde3c07 5366 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
5367 STAGE_PREFIX.
f0903548 5368 * Makefile.in: Regenerate.
5369
75348e65 53702003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
5371
5372 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5373 maintainers.
5374
0048238f 53752006-11-14 Erven Rohou <erven.rohou@st.com>
5376
5377 * MAINTAINERS (Write After Approval): Add myself.
5378
f94784f4 53792006-11-14 Paolo Bonzini <bonzini@gnu.org>
5380
5381 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5382 and stageN-package/Makefile.
5383 * Makefile.in: Regenerated.
5384
3eec5071 53852006-11-14 Jie Zhang <jie.zhang@analog.com>
5386
5387 * configure.in: Remove target-libgloss from noconfigdirs for
5388 bfin-*-*.
5389 * configure: Regenerated.
5390
d9705883 53912006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5392
5393 * configure.in (have_gmp): Only error if the gcc directory exists.
f4177413 5394
d9705883 5395 * configure: Regenerate.
5396
0818100b 53972006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5398
5399 * configure.in: Robustify error message for missing GMP/MPFR.
5400
5401 * configure: Regenerate.
5402
dcde3c07 54032006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
8744aea8 5404
5405 * MAINTAINERS (Write After Approval): Add myself.
5406
dcde3c07 54072006-10-30 Uros Bizjak <ubizjak@gmail.com>
6c1fb305 5408
5409 * MAINTAINERS: Change email address.
5410
e2c5111e 54112006-10-30 Vladimir Prus <vladimir@codesourcery.com>
5412
5413 * MAINTAINERS (Write After Approval): Add myself.
5414
d07c830b 54152006-10-26 Peter Bergner <bergner@vnet.ibm.com>
5416
5417 * MAINTAINERS (Write After Approval): Add myself.
5418
6e4b1b54 54192006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
5420
f4177413 5421 * MAINTAINERS (Write After Approval): Move myself to
c6f3c945 5422 Write After Approval section.
6e4b1b54 5423
6a086156 54242006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5425
5426 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
5427 need_gmp anymore.
5428 * configure: Regenerate.
5429
3f08b6b2 54302006-10-16 Tobias Burnus <burnus@net-b.de>
5431
5432 * MAINTAINERS (Write After Approval): Add myself.
5433
b4c7d1be 54342006-10-16 Ben Elliston <bje@au.ibm.com>
5435
5436 * config.guess: Import latest version.
5437 * config.sub: Likewise.
5438
51f93521 54392006-10-10 Brooks Moses <bmoses@stanford.edu>
5440
5441 * Makefile.def: Added pdf target handling.
5442 * Makefile.tpl: Added pdf target handling.
5443 * Makefile.in: Regenerated.
5444
3dbfe3e4 54452006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
5446
5447 * MAINTAINERS: Add self as score port maintainer.
5448
227bbb08 54492006-10-04 Brooks Moses <bmoses@stanford.edu>
5450
5451 * MAINTAINERS (Write After Approval): Add myself.
5452
112f3d57 54532006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
5454
f4177413 5455 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
112f3d57 5456 or newer.
5457 * configure: Regenerated.
5458
8d365775 54592006-09-27 Dave Brolley <brolley@redhat.com>
5460
dcde3c07 5461 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5462 using $s instead of $r.
8d365775 5463 * configure: Regenerated.
5464
806f1769 54652006-09-26 Thiemo Seufer <ths@mips.com>
5466
5467 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5468 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5469 * configure: Regenerate.
5470
dcde3c07 54712006-09-24 Graeme Peterson <gridly@gmail.com>
ade3d93b 5472
5473 * MAINTAINERS (Write After Approval): Remove myself.
5474
b86059ef 54752006-09-22 Chao-ying Fu <fu@mips.com>
5476
5477 * MAINTAINERS (Write After Approval): Add myself.
5478
0cd5eaae 54792006-09-10 Joseph S. Myers <joseph@codesourcery.com>
5480
5481 * MAINTAINERS: Add self as soft-fp maintainer.
5482
dcde3c07 54832006-09-09 Anatoly Sokolov <aesok@post.ru>
0cd5eaae 5484
5485 * MAINTAINERS: Add myself as avr maintainer.
5486 Remove Marek Michalkiewicz as avr maintainer.
37fc92d0 5487
fb01e507 54882006-09-07 Roberto Costa <roberto.costa@st.com>
5489
5490 * MAINTAINERS (Write After Approval): Add myself.
5491
d6d689df 54922006-08-30 Corinna Vinschen <corinna@vinschen.de>
5493
5494 * configure.in: Never build newlib for a Mingw host.
5495 Never build newlib as Mingw target library.
5496 Test the existence of winsup/cygwin for building a Cygwin newlib,
5497 rather than just winsup.
5498 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5499 building a Mingw target.
5500 * configure: Regenerate.
5501
98e67652 55022006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
5503
5504 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5505
c92d8afd 55062006-07-25 Paolo Bonzini <bonzini@gnu.org>
5507
5508 * config.guess: Import from src (was more updated).
5509 * config.sub: Likewise.
5510
d3e7b04c 55112006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
5512
5513 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5514 * configure: Regenerated.
5515
3e427a9c 55162006-07-18 Paolo Bonzini <bonzini@gnu.org>
5517
248deaff 5518 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5519 for stages after the first.
3e427a9c 5520
1bef46b4 55212006-07-17 Jakub Jelinek <jakub@redhat.com>
5522
5523 * Makefile.def: Add dependencies for configure-opcodes
5524 on configure-intl and all-opcodes on all-intl.
5525 * Makefile.in: Regenerated.
5526
f4d112a5 55272006-07-13 Ben Elliston <bje@au.ibm.com>
5528
5529 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5530
108cf177 55312006-07-06 Paul Eggert <eggert@cs.ucla.edu>
5532
5533 Port to hosts whose 'sort' and 'tail' implementations
5534 treat operands with leading '+' as file names, as POSIX
5535 has required since 2001. However, make sure the code still
5536 works on pre-POSIX hosts.
5537 * ltmain.sh: Don't assume "sort +2" is equivalent to
5538 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5539
2f5151d2 55402006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
5541
5542 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5543
46276eaf 55442006-07-04 Peter O'Gorman <peter@pogma.com>
5545
5546 * ltconfig: chmod 644 before ranlib during install.
5547
f508ba97 55482006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
5549
5550 PR bootstrap/18058
5551 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5552 if the bootstrap compiler is a GCC version that supports it.
5553 * configure: Regenerate.
5554
3891e7d9 55552006-07-03 Paolo Bonzini <bonzini@gnu.org>
5556
9333ae0b 5557 * configure.in: Fix thinkos in previous check-in.
3891e7d9 5558 * configure: Regenerate.
5559
5dee13c2 55602006-07-03 Paolo Bonzini <bonzini@gnu.org>
5561
5562 PR other/27063
5563 * configure.in: Test subdir_requires and give an appropriate
5564 error message.
5565 * configure: Regenerate.
5566
4ac79c32 55672006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
5568
5569 * MAINTAINERS (Write After Approval): Add myself.
5570
9bc01059 55712006-06-22 John David Anglin <dave.anglin@nrc.ca>
5572
5573 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5574
f09fcf30 55752006-06-22 Steve Ellcey <sje@cup.hp.com>
5576
5577 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
5578
f1716c67 55792006-06-20 David Ayers <d.ayers@inode.at>
5580
5581 PR bootstrap/28072
5582 * configure.in: Add target-boehm-gc to noconfigdirs depending on
5583 whether target-libjava is being configured instead of whether the
5584 java front end is enabled.
5585 * configure: Regenerate.
f4177413 5586
778f2e8d 55872006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5588
5589 PR target/27540
5590 * configure.in: Only enable libgomp on IRIX 6.
5591 * configure: Regenerate.
5592
c81c13fb 55932006-06-15 Paolo Bonzini <bonzini@gnu.org>
5594
5595 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
5596 too.
5597 * Makefile.in: Regenerate.
5598
337cc616 55992006-06-13 Jeff Johnston <jjohnstn@redhat.com>
5600
5601 * config-ml.in: Alter CCASFLAGS to include special
5602 multilib options the same as is done for CFLAGS.
5603
be504f1e 56042006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5605
5606 * configure.in: Don't enable libgomp on hpux10.
5607 * configure: Rebuilt.
5608
d6f7b8f2 56092006-06-12 David Ayers <d.ayers@inode.at>
5610
5611 PR bootstrap/27963
5612 PR target/19970
f4177413 5613 * configure.in: Remove target-boehm-gc from noconfigdirs where
d6f7b8f2 5614 ${libgcj} is specified.
5615 * configure: Regenerate.
f4177413 5616
dcde3c07 56172006-06-06 Carlos O'Donell <carlos@codesourcery.com>
d06227a7 5618
5619 Sync from src:
f4177413 5620
5621 * configure.in: Sync.
d06227a7 5622 * configure: Regenerated.
f4177413 5623
d06227a7 5624 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
5625
5626 * Makefile.def: Added dependencies from sim and gdb on intl, and
5627 added configure dependencies to everything with an all dependency
5628 on intl.
5629 * Makefile.in: Regenerated.
5630
dd6d3a67 56312006-06-06 David Ayers <d.ayers@inode.at>
5632
5633 PR libobjc/13946
5634 * Makefile.def: Add dependencies for libobjc which boehm-gc.
5635 * Makefile.in: Regenerate.
5636 * configure.in: Add --enable-objc-gc at toplevel and have it
5637 enable boehm-gc for Objective-C.
5638 Remove target-boehm-gc from libgcj.
5639 Add target-boehm-gc to target_libraries.
5640 Add target-boehm-gc to noconfigdirs where ${libgcj}
5641 is specified.
5642 Assert that boehm-gc is supported when requested for Objective-C.
5643 Only build boehm-gc if needed either for Java or Objective-C.
5644 * configure: Regenerate.
f4177413 5645
13935149 56462006-06-05 Paolo Bonzini <bonzini@gnu.org>
5647
5648 PR 27674
5649 * Makefile.tpl (configure-[+prefix+][+module+],
5650 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
5651 Remove rule to unstage bootstrapped modules.
5652 (stage_current): New.
5653 * Makefile.in: Regenerate.
5654
8f4b42fe 56552006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5656
5657 * MAINTAINERS (Write After Approval): Update my e-mail address.
5658
223a68cb 56592006-06-01 Mark Shinwell <shinwell@codesourcery.com>
5660
5661 * include/libiberty.h: Declare pex_run_in_environment.
5662
54554f30 56632006-05-31 Asher Langton <langton2@llnl.gov>
5664
5665 * MAINTAINERS (Write After Approval): Add myself.
8f4b42fe 5666
6c21862c 56672006-05-25 Paolo Bonzini <bonzini@gnu.org>
5668
5669 * Makefile.def (bfd, opcodes): Fix lib_path.
5670 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
5671 (restrap): Move under "@if gcc-bootstrap". Fix typo.
5672 * Makefile.in: Regenerate.
5673
9409c9d5 56742006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5675
5676 * Makefile.in: Regenerate.
5677
e0dbdbbf 56782006-05-24 Carlos O'Donell <carlos@codesourcery.com>
5679
5680 * Makefile.def: Add install-html target. Add datarootdir
5681 docdir and htmldir to flags_to_pass.
5682 * Makefile.tpl: Add install-html target.
5683 * Makefile.in: Regenerate.
5684 * configure.in: Add --with-datarootdir, --with-docdir, and
5685 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
5686 * configure: Regenerate.
5687
a2c13723 56882006-05-24 Mark Shinwell <shinwell@codesourcery.com>
5689
5690 * configure.in: Enable gprof for cross builds.
5691 * configure: Regenerate.
5692
37f85f50 56932006-05-22 Richard Guenther <rguenther@suse.de>
5694
5695 Revert
5696 2006-01-31 Richard Guenther <rguenther@suse.de>
5697 Paolo Bonzini <bonzini@gnu.org>
5698
5699 * Makefile.def (target_modules): Add libgcc-math target module.
5700 * configure.in (target_libraries): Add libgcc-math target library.
5701 (--enable-libgcc-math): New configure switch.
5702 * Makefile.in: Re-generate.
5703 * configure: Re-generate.
5704 * libgcc-math: New toplevel directory.
5705
75d59721 57062006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5707 Andreas Tobler <a.tobler@schweiz.ch>
5708
5709 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
5710 * configure: Rebuilt.
5711
dcde3c07 57122006-05-12 Sandra Loosemore <sandra@codesourcery.com>
f4177413 5713
65bab903 5714 * MAINTAINERS (Write After Approval): Add myself.
5715
bc53ef83 57162006-05-01 DJ Delorie <dj@redhat.com>
5717
6ab99db1 5718 * configure.in: Restore CFLAGS if GMP isn't present.
bc53ef83 5719 * configure: Regenerate.
5720
e8bb9e10 57212006-05-01 Richard Guenther <rguenther@suse.de>
5722
5723 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
5724 maintainer.
5725
dcde3c07 57262006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
2ebe0c0d 5727
5728 * MAINTAINERS (Write After Approval): Add myself.
5729
dd1d6245 57302006-04-28 Jan Beulich <jbeulich@novell.com>
5731
5732 * MAINTAINERS (Write After Approval): Add myself.
5733
24714a39 57342006-04-18 DJ Delorie <dj@redhat.com>
5735
5736 * configure.in (m32c): Build libstdc++-v3. Pass flags to
5737 reference libgloss so that libssp can be built in a combined
5738 tree.
5739 * configure: Regenerate.
5740
ebadab44 57412006-04-08 Robert Millan <rmh@gcc.gnu.org>
5742
5743 * MAINTAINERS (Write After Approval): Add myself.
5744
2c45c903 57452006-04-05 Ben Elliston <bje@au.ibm.com>
5746
5747 * configure.in: Require makeinfo 4.4 or higher.
5748 * configure: Regenerate.
5749
c8a50a04 57502006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
5751
5752 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
5753 Rearrange the entries of other libraries to have them in one place.
5754
0dfcec58 57552006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
5756
f4177413 5757 * MAINTAINERS (Write After Approval): Remove myself.
0dfcec58 5758 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5759
a4af6a58 57602006-03-14 Richard Guenther <rguenther@suse.de>
5761
5762 * configure: Regenerate with autoconf 2.13.
5763
29febb11 57642006-03-13 Jim Blandy <jimb@codesourcery.com>
5765
5766 * MAINTAINERS: Use my work address.
12a2bf00 5767
5768 * MAINTAINERS: Update my E-mail address.
5769
50996fe5 57702006-03-10 Aldy Hernandez <aldyh@redhat.com>
5771
5772 * configure.in: Handle --disable-<component> generically.
5773 * configure: Regenerate.
5774
b554a459 57752006-03-01 H.J. Lu <hongjiu.lu@intel.com>
5776
5777 PR libgcj/17311
5778 * ltmain.sh: Don't use "$finalize_rpath" for compile.
5779
71898775 57802006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
5781
5782 * MAINTAINERS (Write After Approval): Remove myself.
5783 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5784
dcde3c07 57852006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
6c21862c 5786
cba69f27 5787 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
5788 (TARGET_CONFIGDIRS): Remove.
5789 * configure.in: Remove AC_SUBST(target_configdirs).
5790 * Makefile.in, configure: Regenerated.
7601142f 5791
310293ad 57922006-02-20 Steven G. Kargl <kargls@comcast.net>
5793
5794 * MAINTAINERS (Write After Approval): Remove myself.
5795 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
5796
26526d23 57972006-02-20 Paolo Bonzini <bonzini@gnu.org>
5798
5799 PR bootstrap/25670
5800
5801 * Makefile.tpl ([+compare-target+]): Print explanation messages.
5802
5803 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
5804 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
5805 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
5806 BUILD_PREFIX, BUILD_PREFIX_1.
5807 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
5808
5809 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
5810 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
5811
5812 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
5813 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
5814 of `cat stage_current`. Always provide the `r' and `s' variables.
5815 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
5816 a single shell execution.
5817 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
5818 bootstrapped modules, make the stage1 module if the build was not
5819 started yet, else build the current stage.
5820 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
5821 (all-build, all-host, all-target, [+make_target+]-host,
5822 [+make_target+]-target): Do not use \-continued lines.
5823 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
5824 (current_stage, restrap, stage_last): New.
5825
5826 * Makefile.in: Regenerate.
5827 * configure: Regenerate.
5828
154ae9ad 58292006-02-19 Bud Davis <jmdavis@link.com>
5830
5831 * MAINTAINERS (Write After Approval): Remove myself.
5832 (Language Front End Maintainers): Add myself as fortran 95
5833 maintainer and update e-mail address.
5834
2b60afd7 58352006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5836
5837 * MAINTAINERS (Write After Approval): Remove myself.
5838 (Language Front End Maintainers): Add myself as fortran 95
5839 maintainer.
5840
e1c7b125 58412006-02-16 Victor Kaplansky <victork@il.ibm.com>
5842
5843 * MAINTAINERS (Write After Approval): Add myself.
5844
1eacfaf6 58452006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
5846
5847 * MAINTAINERS (Write After Approval): Remove myself.
5848 (Language Front End Maintainers): Add myself as
5849 fortran 95 maintainer.
5850
ab0da556 58512006-02-14 Paolo Bonzini <bonzini@gnu.org>
5852
5853 Sync from src:
5854
5855 2005-12-27 Leif Ekblad <leif@rdos.net>
5856
248deaff 5857 * configure.in: Add support for RDOS target.
5858 * configure: Regenerate.
ab0da556 5859
58602006-02-14 Paolo Bonzini <bonzini@gnu.org>
c6f3c945 5861 Andreas Schwab <schwab@suse.de>
ab0da556 5862
248deaff 5863 * configure: Regenerate.
ab0da556 5864
634efbee 58652006-02-12 David Edelsohn <edelsohn@gnu.org>
5866
5867 * configure.in (enable_libgomp): Add AIX.
5868 * configure: Regenerate.
5869
e359d827 58702006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
5871
5872 * MAINTAINERS (Write After Approval): Add myself.
f4177413 5873
40139f55 58742006-02-03 Lee Millward <lee.millward@gmail.com>
5875
5876 * MAINTAINERS (Write After Approval): Add myself.
f4177413 5877
145b0ed1 58782006-01-31 Richard Guenther <rguenther@suse.de>
5879 Paolo Bonzini <bonzini@gnu.org>
5880
5881 * Makefile.def (target_modules): Add libgcc-math target module.
5882 * configure.in (target_libraries): Add libgcc-math target library.
5883 (--enable-libgcc-math): New configure switch.
5884 * Makefile.in: Re-generate.
5885 * configure: Re-generate.
5886 * libgcc-math: New toplevel directory.
5887
c47832b1 58882006-01-26 Paolo Bonzini <bonzini@gnu.org>
5889
5890 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
5891 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
5892 the assembler, linker and binutils.
5893 * configure: Regenerate.
5894
80111498 58952006-01-22 Dirk Mueller <dmueller@suse.de>
5896
5897 * MAINTAINERS (Write After Approval): Add myself.
5898
4938df8a 58992006-01-20 Diego Novillo <dnovillo@redhat.com>
5900
5901 * configure: Regenerate.
5902
1e8e9920 59032006-01-18 Richard Henderson <rth@redhat.com>
5904 Jakub Jelinek <jakub@redhat.com>
5905 Diego Novillo <dnovillo@redhat.com>
5906
5907 * libgomp: New directory.
5908 * Makefile.def: Add target_module libgomp.
5909 * Makefile.in: Regenerate.
5910 * configure.in (target_libraries): Add target-libgomp.
5911 * configure: Regenerate.
5912
deaa70c6 59132006-01-05 Alexandre Oliva <aoliva@redhat.com>
5914
5915 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
5916 @ from continuation.
5917 * Makefile.in: Rebuilt.
5918
18ece38c 59192006-01-04 Chris Lattner <sabre@gnu.org>
ca07d10f 5920
7914652a 5921 * MAINTAINERS (Write After Approval): Add myself.
5922
0c8a85c6 59232006-01-04 Paolo Bonzini <bonzini@gnu.org>
5924
5925 PR bootstrap/24252
5926
5927 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
5928 * Makefile.tpl (OBJDUMP): New.
5929 (EXTRA_HOST_FLAGS): Add it.
5930 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
5931
1e8e9920 5932 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
5933 to use symbolic links between directories. Avoid race conditions
5934 or make them harmless.
5935 * configure.in: Do not try to use symbolic links between directories.
0c8a85c6 5936
5937 * Makefile.def (LEAN): Pass.
5938 * Makefile.tpl (LEAN): Define.
5939 (stage[+id+]-start): Accept that the previous directory does not
5940 exist, if the bootstrap is lean.
5941 (stage[+id+]-bubble): Invoke lean bootstrap commands after
5942 stage[+id+]-start. Use a makefile variable and an `if' instead of a
5943 configure substitution.
5944 ([+compare-target+]): Likewise.
5945 ([+bootstrap-target+]-lean): New.
5946 * configure.in: Remove lean bootstrap support from here.
5947
1e8e9920 5948 * Makefile.in: Regenerate.
5949 * configure: Regenerate.
0c8a85c6 5950
bd63b943 59512006-01-04 Ben Elliston <bje@au.ibm.com>
5952
5953 * MAINTAINERS (libdecnumber): Add myself.
5954
3b6bba18 59552006-01-02 Mark Mitchell <mark@codesourcery.com>
5956
5957 * libtool-ldflags: New script.
5958
9c19a746 59592006-01-02 Andreas Schwab <schwab@suse.de>
5960
5961 * configure.in: When reconfiguring remove Makefile in
5962 all stage directories.
5963 * configure: Regenerate.
5964
1c39ab9d 59652005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
5966
5967 * MAINTAINERS: Update my email address.
5968
ceebc884 59692005-12-20 Paolo Bonzini <bonzini@gnu.org>
5970
5971 Revert Ada-related part of the previous change.
5972
5973 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
5974 Do not pass.
5975 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
5976 * Makefile.in: Regenerate.
5977 * configure.in: Do not include mt-ppc-aix target fragment.
5978 * configure: Regenerate.
5979
9ca214be 59802005-12-19 Paolo Bonzini <bonzini@gnu.org>
5981
5982 * configure.in: Select appropriate fragments for PowerPC/AIX.
5983 * configure: Regenerate.
5984
5985 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
5986 BOOT_CFLAGS, BOOT_LDFLAGS.
5987 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
5988 BOOT_CFLAGS, BOOT_LDFLAGS.
5989 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
5990 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
5991 (stage): Fail if we cannot complete the work.
5992 * Makefile.in: Regenerate.
5993
957985d9 59942005-12-16 Nathan Sidwell <nathan@codesourcery.com>
5995
5996 * configure.in: Replace ms1 with mt.
5997 * configure: Rebuilt.
5998
3fecdf28 59992005-12-15 Bryce McKinlay <mckinlay@redhat.com>
6000
6001 * MAINTAINERS: Update my email address.
6002
2420a95f 60032005-12-15 Paolo Bonzini <bonzini@gnu.org>
6004
6005 * Makefile.tpl (all, do-[+make_target+], do-check, install,
6006 install-host-nogcc): Don't invoke $(stage) at the end.
6007 * Makefile.in: Regenerate.
6008
98777423 60092005-12-14 Paolo Bonzini <bonzini@gnu.org>
6010
6011 * configure.in: Flip the top-level bootstrap switch.
6012 * configure: Regenerate.
6013
83f96a51 60142005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
6015
6016 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6017 $(stage) and $(unstage).
6018 (EXTRA_TARGET_FLAGS): Correct double-quoting.
6019 (all): Remove stray semicolon.
6020 (local-distclean): Don't handle multilib.tmp and multilib.out.
6021 (install.all): Set $s for consistency.
6022 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
6023 check_multilibs setting. Always make the install directory.
6024 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
6025 Correct @if/@endif.
6026 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
6027 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
6028 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
6029 (multilib.out): Remove.
6030 * Makefile.in: Regenerated.
6031
dcde3c07 60322005-12-12 Carlos O'Donell <carlos@codesourcery.com>
72d3853a 6033
6034 * MAINTAINERS (Write After Approval): Add myself.
6035
8a4c0c5f 60362005-12-12 Nathan Sidwell <nathan@codesourcery.com>
6037
a67ce901 6038 * MAINTAINERS: Add myself as mt maintainer.
6039
8a4c0c5f 6040 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
6041
937fb015 60422005-12-06 Adam Nemet <anemet@caviumnetworks.com>
6043
6044 * MAINTAINERS: Change email address.
6045
f5aebe3e 60462005-12-05 Paolo Bonzini <bonzini@gnu.org>
6047
6048 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
6049 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
6050 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
6051 Find in-tree tools if available.
6052 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
6053 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
6054 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
6055 (COMPILER_*_FOR_TARGET): New.
6056 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
6057 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
6058 (CONFIGURED_*, USUAL_*): Remove.
6059 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
6060 STRIP): Use autoconf substitutions.
6061 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
6062 COMPILER_NM_FOR_TARGET): New.
6063 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
6064
6065 (all): Make all-host and all-target in parallel.
6066 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
6067 that $$r and $$s are set before invoking a recursive make.
6068 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
6069 ([+bootstrap-target+]): Inline most of the `all' target.
6070
e888c15e 60712005-11-29 Ben Elliston <bje@au.ibm.com>
6072
6073 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
6074 from the gcc build directory.
6075 * Makefile.in: Regenerate.
6076
e21c3597 60772005-11-29 Ben Elliston <bje@au.ibm.com>
6078
6079 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
6080 depend on all-libdecnumber.
6081 * configure.in (host_libs): Include libdecnumber.
6082 * Makefile.in: Regenerate.
6083 * configure: Likewise.
6084
e3f15eef 60852005-11-29 Ben Elliston <bje@au.ibm.com>
6086
6087 * libdecnumber: Import decNumber sources from the dfp-branch.
6088
8afb273f 60892005-11-21 Kean Johnston <jkj@sco.com>
6090
6091 * config.sub, config.guess: Sync from upstream sources.
6092
fefdfa6e 60932005-11-21 Ben Elliston <bje@au.ibm.com>
6094
6095 Import from Autoconf sources:
6096
6097 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
6098 * config/move-if-change: Don't output "$2 is unchanged";
6099 suggested by Ben Elliston. Handle weird characters correctly.
6100
92016de0 61012005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
6102
6103 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
6104 to match upstream libtool for darwin.
6105
415470be 61062005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
6107
6108 * Makefile.def: Remove gdb dependencies for gdbtk.
6109 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
6110 (configure-gdb, install-gdb): New rules.
6111 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
6112 * Makefile.in, configure: Regenerated.
6113
15bb6251 61142005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
6115
6116 * MAINTAINERS (Write After Approval): Add myself.
6117
66182ee6 61182005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
6119
6120 * MAINTAINERS (Write After Approval): Add myself.
6121
9aad078e 61222005-10-24 Diego Novillo <dnovillo@redhat.com>
6123
6124 * MAINTAINERS (alias analysis): Add Daniel Berlin and
6125 Diego Novillo.
6126
e025d06f 61272005-10-22 Paolo Bonzini <bonzini@gnu.org>
6128
6129 PR bootstrap/24297
6130 * Makefile.tpl (do-[+make-target+], do-check, install,
6131 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
6132 are set before recursing.
6133 * Makefile.in: Regenerate.
6134
bde48217 61352005-10-20 Eric Botcazou <ebotcazou@adacore.com>
6136
6137 PR bootstrap/18939
6138 * Makefile.def (gcc) <target>: Fix thinko.
6139 * Makefile.in: Regenerate.
6140
8d687193 61412005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
6142
6143 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
6144 * configure: Regenerate.
6145
843af2a1 61462005-10-15 Jie Zhang <jie.zhang@analog.com>
6147
6148 * MAINTAINERS (Write After Approval): Add self.
6149
6783d878 61502005-10-08 Kazu Hirata <kazu@codesourcery.com>
6151
6152 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
6153 target-libffi, target-qthreads, target-libjava, and
6154 targetlibobjc.
6155 * configure: Regenerate.
6156
ae74ffb7 61572005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
6158
6159 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
6160 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
6161 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
6162 (USUAL_OBJDUMP_FOR_TARGET): New.
6163 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
6164 * configure.in: Check for $OBJDUMP_FOR_TARGET.
0b69af2f 6165 * configure, Makefile.in: Regenerated.
ae74ffb7 6166
7fd717b3 61672005-10-05 Paolo Bonzini <bonzini@gnu.org>
6168
6169 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
6170 before other host packages.
6171
8d2ef209 61722005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
6173
6174 * MAINTAINERS: Add self as sh libraries/configury maintainer.
6175
8283f873 61762005-10-05 Paolo Bonzini <bonzini@gnu.org>
6177
6178 PR bootstrap/22340
6179
6180 * configure.in (default_target): Remove.
6181 * Makefile.tpl (all): Do not use prerequisites as subroutines
6182 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
6183 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
6184 use prerequisites as subroutines.
6185 (check-host, check-target): New.
6186 (bootstrap configure & all targets): Do not use stage*-start
6187 if the directory layout is already ok.
6188 (non-bootstrap configure & all targets): Prepend a $(unstage).
6189 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
6190 (NOTPARALLEL): Remove.
6191 (unstage, stage variables): New variables.
6192 (unstage, stage targets): Simply expand to those variables.
6193
6194 * configure: Regenerate.
6195 * Makefile.in: Regenerate.
6196
8011a2db 61972005-10-04 James E Wilson <wilson@specifix.com>
6198
6199 * Makefile.def (lang_env_dependencies): Add libmudflap.
6200 * Makefile.in: Regenerate.
6201
09cc3896 62022005-10-03 Andreas Schwab <schwab@suse.de>
6203
6204 Backport from libtool CVS:
6205 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
6206
6207 * ltmain.sh: add support for installing into temporary
6208 staging area (e.g. 'make install DESTDIR=...')
6209
d7441b0d 62102005-10-03 H.J. Lu <hongjiu.lu@intel.com>
6211
6212 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
6213 * configure: Regenerated.
6214
9886f3d1 62152005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
6216
6217 * configure: Regenerate with the correct
6218 autoconf version.
6219
7172be51 62202005-09-30 Catherine Moore <clm@cm00re.com>
6221
6222 * configure.in (bfin-*-*): New.
6223 * configure: Regenerated.
6224
9fec3fa8 62252005-09-28 Geoffrey Keating <geoffk@apple.com>
6226
6227 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
6228 (LIPO_FOR_TARGET): New.
6229 (CONFIGURED_LIPO_FOR_TARGET): New.
6230 (USUAL_LIPO_FOR_TARGET): New.
6231 (STRIP_FOR_TARGET): New.
6232 (CONFIGURED_STRIP_FOR_TARGET): New.
6233 (USUAL_STRIP_FOR_TARGET): New.
6234 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
6235 STRIP_FOR_TARGET.
6236 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
6237 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
6238 * Makefile.in: Regenerate.
6239 * configure: Regenerate.
f4177413 6240
14bd4516 62412005-09-19 David Edelsohn <edelsohn@gnu.org>
6242
6243 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
6244 (rs6000-*-aix*): Same.
6245 * configure: Regenerate.
6246
6ca52624 62472005-09-16 Tom Tromey <tromey@redhat.com>
6248
6249 * MAINTAINERS: Add self as java maintainer.
6250
2c718da0 62512005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6252
6253 * configure.in: Recognize f95 in the --enable-languages option,
6254 and substitute it for fortran, issuing a warning.
6255 * configure: Regenerate.
6256
51427b7f 62572005-08-30 Phil Edwards <phil@codesourcery.com>
6258
6259 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
6260 * configure: Regenerated.
6261
70bd96e6 62622005-08-22 Aldy Hernandez <aldyh@redhat.com>
6263
6264 * MAINTAINERS: Add self as ms1 maintainer.
6265
e85b7f3c 62662005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
6267
6268 * Makefile.def (libssp): Add to lang_env_dependencies.
6269 * Makefile.in: Regenerate.
6270
6be90865 62712005-08-18 Ian Lance Taylor <ian@airs.com>
6272
6273 * MAINTAINERS: Add myself as middle-end maintainer.
6274
28a54140 62752005-08-17 Christian Groessler <chris@groessler.org>
6276
6277 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
6278 * Makefile.in: Regenerate.
6279
c1f0d853 62802005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
6281
6282 * MAINTAINERS (write after approval): Added myself.
6283
02bbe015 62842005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
6285
6286 * MAINTAINERS (Write After Approval): Add myself.
6287
768691b5 62882005-08-12 Paolo Bonzini <bonzini@gnu.org>
6289
6290 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
6291 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
6292 Look for alternate names of the target cc and c++
6293 * configure: Regenerate.
6294
ef8184c7 62952005-08-08 Paolo Bonzini <bonzini@gnu.org>
6296
6297 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6298 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
6299 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
6300 tools; remove code to manually set them.
6301 (Target tools): Look in the environment for them.
6302 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6303 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
6304 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
6305 build directory.
6306 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
6307 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6308 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6309 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6310 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6311 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6312 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6313 * configure: Regenerate.
6314 * Makefile.in: Regenerate.
6315
3e17c591 63162005-07-28 Ben Elliston <bje@au.ibm.com>
6317
6318 * MAINTAINERS: Update for removed CPU targets.
6319
29327bb4 63202005-07-27 Mark Mitchell <mark@codesourcery.com>
6321
6322 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
f4177413 6323 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
29327bb4 6324 * Makefile.in: Regenerated.
6325
ffa8502d 63262005-07-26 Mark Mitchell <mark@codesourcery.com>
6327
6328 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6329 (CFLAGS_FOR_TARGET): Use it.
6330 (CXXFLAGS_FOR_TARGET): Likewise.
6331 * Makefile.in: Regenerated.
6332 * configure.in (--with-build-sysroot): New option.
6333 * configure: Regenerated.
6334
ee8b5c34 63352005-07-24 Paolo Bonzini <bonzini@gnu.org>
6336
6337 * Makefile.tpl: Wrap install between unstage and stage
6338 * Makefile.in: Regenerate.
6339
1558ffaf 63402005-07-21 Eric Christopher <echristo@apple.com>
6341
6342 * MAINTAINERS: Update affiliation.
6343
0d56c486 63442005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
6345
6346 * MAINTAINERS: Add self as crx port maintainer.
6347
4569287f 63482005-07-20 DJ Delorie <dj@redhat.com>
6349
6350 * MAINTAINERS: Add self as m32c maintainer.
6351
06b8a6e6 63522005-07-16 Kelley Cook <kcook@gcc.gnu.org>
6353
6354 * all files: Update FSF address.
6355
3031a1be 63562005-07-15 Eric Christopher <echristo@redhat.com>
6357
6358 * MAINTAINERS: Change affiliation.
6359
040541fe 63602005-07-14 Jim Blandy <jimb@redhat.com>
6361
6362 * configure.in: Add cases for Renesas m32c.
6363 * configure: Regenerated.
f4177413 6364
a03a59f4 63652005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6366
47440b6d 6367 * COPYING.LIB: Update from fsf.org.
6368
63692005-07-14 Kelley Cook <kcook@gcc.gnu.org>
6370
6371 * COPYING, compile, config.guess,
a03a59f4 6372 config.sub, install-sh, missing, mkinstalldirs,
6373 symlink-tree, ylwrap: Sync from upstream sources.
47440b6d 6374 * config-ml.in: Update FSF address.
a03a59f4 6375
9f88bc9d 63762005-07-13 Eric Christopher <echristo@redhat.com>
6377
6378 * configure.in: Add toplevel noconfigdir support for tpf.
6379 * configure: Regenerate.
6380
f6463472 63812005-07-11 Paolo Bonzini <bonzini@gnu.org>
6382
6383 PR ada/22340
6384
6385 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6386 * Makefile.in: Regenerate.
6387
eb39e466 63882005-07-07 Mark Mitchell <mark@codesourcery.com>
6389
6390 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
f4177413 6391 Brolley to write-after-approval.
eb39e466 6392
3c7c61db 63932005-07-07 Andreas Schwab <schwab@suse.de>
6394
6395 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6396 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6397 * Makefile.in: Regenerated.
6398
d28caca4 63992005-07-06 Geoffrey Keating <geoffk@apple.com>
6400
6401 * configure.in: Don't build sim or rda when targetting darwin.
6402 * configure: Regenerate.
6403
07da5214 64042005-07-06 Kazu Hirata <kazu@codesourcery.com>
6405
6406 * configure.in: Add --enable-libssp and --disable-libssp.
6407 * configure: Regenerate with autoconf-2.13.
6408
0d55f4d0 64092005-07-02 Jakub Jelinek <jakub@redhat.com>
6410
6411 * Makefile.def (target_modules): Add libssp.
6412 * configure.in (target_libraries): Add target-libssp.
6413 * configure: Rebuilt.
6414 * Makefile.in: Rebuilt.
6415
c6d8e763 64162005-07-01 Zack Weinberg <zackw@panix.com>
6417
6418 * MAINTAINERS: Change email address. Resign from maintainership.
6419
e64566bc 64202005-07-01 Richard Guenther <rguenther@suse.de>
6421
6422 * MAINTAINERS: Change my e-mail address and affiliation.
6423
919a60fa 64242005-06-22 Paolo Bonzini <bonzini@gnu.org>
6425
6426 * Makefile.def (stagefeedback): Come after profile.
6427 Define profiledbootstrap target.
6428 * Makefile.tpl (profiledbootstrap): Remove.
6429 (stageprofile-end): Zap stagefeedback.
6430 (stagefeedback-start): Copy all .gcda files, not only GCC's.
6431 * Makefile.in: Regenerate.
6432
1dcfcddb 64332005-06-13 Richard Sandiford <richard@codesourcery.com>
6434
6435 * MAINTAINERS: Update my email address.
6436
cbaa9876 64372005-06-13 Zack Weinberg <zack@codesourcery.com>
6438
6439 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
6440 In 'cpp' stanza, support '#line' as well as '# '.
6441
90314144 64422005-06-08 Andreas Schwab <schwab@suse.de>
6443
6444 * MAINTAINERS: Move myself from 'Write After Approval' to
6445 'CPU Port Maintainers' section as m68k maintainer.
6446
ff7dcf6a 64472005-06-07 Hans-Peter Nilsson <hp@axis.com>
6448
6449 * configure.in (unsupported_languages): New macro.
6450 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
6451 non-ported target libraries in noconfigdirs.
6452 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6453 non-linux-gnu. Remove libgcj_ex_libffi.
248deaff 6454 <lang_frag loop>: Set add_this_lang=no if the language is in
ff7dcf6a 6455 unsupported_languages.
6456 * configure: Regenerate.
6457
058a5366 64582005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
6459
6460 * configure.in: Fix typo in handling of --with-mpfr-dir.
6461 * configure: Regenerate.
6462
a0133d5a 64632005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
6464
6465 * MAINTAINERS: Update my email address.
6466
ba84b398 64672005-06-02 Jim Blandy <jimb@redhat.com>
6468
6469 * config.sub: Add cases for the Renesas m32c. (This patch has been
6470 accepted into the master sources.)
6471
f6fa11cb 64722005-06-02 Aldy Hernandez <aldyh@redhat.com>
cbaa9876 6473 Michael Snyder <msnyder@redhat.com>
6474 Stan Cox <scox@redhat.com>
f6fa11cb 6475
cbaa9876 6476 * configure.in: Set noconfigdirs for ms1.
f6fa11cb 6477
cbaa9876 6478 * configure: Regenerate.
f6fa11cb 6479
5538a252 64802005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
6481
6482 * MAINTAINERS (Write After Approval): Add self.
6483
eb475541 64842005-06-01 Josh Conner <jconner@apple.com>
6485
6486 * MAINTAINERS (Write After Approval): Add self.
6487
f61df03e 64882005-06-01 Kazu Hirata <kazu@codesourcery.com>
6489
6490 * MAINTAINERS: Update my email address.
6491
8c31789b 64922005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
6493
6494 * MAINTAINERS (Write After Approval): Add self.
6495
80f2a08d 64962005-05-26 Chris Demetriou <cgd@broadcom.com>
6497
6498 * MAINTAINERS (Write After Approval): Remove self.
6499
97d52533 65002005-05-25 Paolo Bonzini <bonzini@gnu.org>
6501
6502 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6503 (Dependencies): Consider target modules for bootstrap dependencies.
6504 Make target bootstrap modules depend on each stage's gcc.
6505 * Makefile.in: Regenerate.
6506
aa73b18f 65072005-05-20 Paolo Bonzini <bonzini@gnu.org>
6508
6509 * Makefile.def (configure-gcc): Depend on binutils having been built.
6510 (all-gcc): No need to do it here.
6511 * Makefile.in: Regenerate.
6512
e8bfe1fa 65132005-05-19 Paul Brook <paul@codesourcery.com>
6514
cbaa9876 6515 * configure.in: Rewrite misleading error message when requested
e8bfe1fa 6516 language cannot be built.
6517 * configure: Regenerate.
6518
4267b9ea 65192005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
6520
6521 * ylwrap: Import from Automake 1.9.5.
6522
9d7b8b84 65232005-05-13 David Ung <davidu@mips.com>
6524
6525 * MAINTAINERS (Write After Approval): Add self.
6526
5cd1aacd 65272005-05-09 Mike Stump <mrs@apple.com>
6528
6529 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6530 lt_cv_sys_max_cmd_len for now.
cbaa9876 6531
0e47e899 65322005-05-09 Stan Cox <scox@redhat.com>
6533
6534 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6535
f9697cdb 65362005-05-08 Matt Kraai <kraai@ftbfs.org>
6537
6538 * README.SCO: Update the URL.
6539
3fec05ca 65402005-05-05 David Edelsohn <edelsohn@gnu.org>
6541
6542 * ltconfig: Define file_list_spec. Pass file_list_spec and
6543 with_gnu_ld to libtool.
6544 * ltcf-c.sh (aix[45]): Define file_list_spec.
6545 * ltcf-cxx.sh (aix[45]): Same.
6546 * ltcf-gcj.sh (aix[45]): Same.
6547 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6548 exists, write list of input files to temporary file.
6549
a8abbd9d 65502005-05-04 Mike Stump <mrs@apple.com>
6551
6552 * configure.in: Always pass --target to target configures as
6553 otherwise rebuilds that do --recheck will fail.
6554 * confiugure: Rebuilt.
6555
12fb418d 65562005-05-04 Paolo Bonzini <bonzini@gnu.org>
6557
6558 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
6559 STAGE_HOST_EXPORTS.
6560 (configure, all): Add bootstrap support.
6561 (Host modules, target modules): Pass post-stage1 flags and exports.
6562 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
6563 * Makefile.in: Regenerate.
6564
c828481a 65652005-04-29 Paolo Bonzini <bonzini@gnu.org>
6566
6567 * configure: Regenerate.
6568
352141ae 65692005-04-27 Mike Stump <mrs@apple.com>
6570
6571 * MAINTAINERS: Add self as darwin maintainer.
6572
5629b19d 65732005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
6574
6575 * config.sub: Update from master copy.
6576
3cf20c3b 65772005-04-21 Mike Stump <mrs@apple.com>
6578
6579 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
6580 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
6581
c0188550 65822005-04-19 Hans-Peter Nilsson <hp@axis.com>
6583
6584 * configure.in <crisv32-*-*, cris-*-*>: New local variable
6585 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
6586 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
6587 "*-*-elf" and "*-*-linux*".
6588 * configure: Regenerate.
6589
603e1354 65902005-04-14 Joseph S. Myers <joseph@codesourcery.com>
6591
6592 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
6593
6db39137 65942005-04-12 Mike Stump <mrs@apple.com>
6595
6596 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
6597
1df56788 65982005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
6599
6600 * MAINTAINERS (Write After Approval): Add myself.
6601
80ccce4c 66022005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
6603
6604 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
6605
c15fb64c 66062005-04-06 Paolo Bonzini <bonzini@gnu.org>
6607
cbaa9876 6608 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
c15fb64c 6609 (TARGET_CONFIGARGS): Include --with-target-subdir.
6610 (configure, all): New macros. Use them throughout.
6611 * Makefile.in: Regenerate.
6612
e6eb2b02 66132005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
6614
6615 * MAINTAINERS (Write After Approval): Add myself.
cbaa9876 6616
d18f347b 66172005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
6618
6619 * MAINTAINERS: Remove 'loop unrolling' maintainer.
6620
8494de10 66212005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
6622
6623 * MAINTAINERS: Move John Carr to Write After Approval.
6624
dcde3c07 66252005-03-30 J"orn Rennecke <joern.rennecke@st.com>
0a887243 6626
6627 * config/mh-mingw32: Delete.
6628 * configure.in: Don't use it.
6629 * configure: Regenerate.
6630
60b2817d 66312005-03-31 Paolo Bonzini <bonzini@gnu.org>
6632
6633 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
6634 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dcde3c07 6635 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
60b2817d 6636 (HOST_LIB_PATH): Generate from Makefile.def.
6637 (TARGET_LIB_PATH): Likewise.
6638 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
6639 * Makefile.in: Regenerate.
6640 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
6641 (RPATH_ENVVAR): Include Darwin case.
6642 * configure: Regenerate.
6643
9cc9199f 66442005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
6645
6646 * MAINTAINERS (Various Maintainers): Remove self.
6647 (Write After Approval): Add self.
6648
beefdb0f 66492005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
6650
6651 * MAINTAINERS (Various Maintainers): Add self.
6652
697e01c8 66532005-03-25 Paolo Bonzini <bonzini@gnu.org>
6654
6655 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
6656 * configure: Regenerate.
6657
9624cab1 66582005-03-21 Zack Weinberg <zack@codesourcery.com>
6659
6660 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
6661 gcc_version, and gcc_version_trigger from set of flags to pass.
6662 * Makefile.tpl: Remove definitions of above variables.
6663 (config.status): Remove dependency on $(gcc_version_trigger).
6664 * Makefile.in: Regenerate.
6665 * configure.in: Do not reference config/gcc-version.m4 nor
6666 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
6667 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
6668 * configure: Regenerate.
6669
5745a02a 66702005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dcde3c07 6671 Andrew Pinski <pinskia@physics.uc.edu>
5745a02a 6672
6673 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
6674 * Makefile.in: Regenerate.
6675
df4e5443 66762005-03-13 Feng Wang <fengwang@nudt.edu.cn>
6677
6678 * MAINTAINERS (Write After Approval): Add myself.
6679
379a1f2c 66802005-03-03 David Ayers <d.ayers@inode.at>
6681
6682 * MAINTAINERS (Write After Approval): Add myself.
6683
b3fc57d4 66842005-03-01 Alexandre Oliva <aoliva@redhat.com>
6685
6686 PR libgcj/20160
6687 * ltmain.sh: Avoid creating archives with components that have
6688 duplicate basenames.
6689
39c05b8e 66902005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
6691
6692 PR bootstrap/20250
6693 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
6694 instead of check.
6695 * Makefile.in: Regenerate.
6696
d874b723 66972005-02-28 Paolo Bonzini <bonzini@gnu.org>
6698
6699 * Makefile.in: Regenerate to fix conflict between the previous two
6700 patches.
6701
c1eb9e31 67022005-02-28 Paolo Bonzini <bonzini@gnu.org>
6703
6704 PR bootstrap/17383
6705 * Makefile.def (target_modules): Remove "stage", now unnecessary.
6706 * Makefile.tpl (HOST_SUBDIR): New substitution.
6707 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
6708 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6709 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
6710 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
6711 (Host modules, Bootstrapped modules): Use it.
6712 (Build modules, Target modules): Do not create symlink trees,
6713 always configure out-of-srcdir.
6714 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
6715 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
6716 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
6717 $(HOST_SUBDIR). Create a symlink for host_subdir.
6718
6719 * Makefile.in: Regenerate.
6720 * configure: Regenerate.
6721
a136b23d 67222005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6723
6724 Merged from libada-gnattools-branch:
6725 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
6726
6727 * gnattools: New directory.
6728 * Makefile.def: Add gnattools as a module, depending on target-libada.
6729 * Makefile.in: Regenerate.
6730 * configure.in: Include gnattools in host_tools; disable it if ada
6731 is disabled.
6732 * configure: Regenerate.
6733
46042488 67342005-02-24 James A. Morrison <phython@gcc.gnu.org>
6735
6736 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
6737 treelang maintainer.
6738 (Write After Approval): Remove myself.
6739
123fdbbd 67402005-02-23 Paul Schlie <schlie@comcast.net>
6741
6742 * configure.in: Allow darwin targeted ports to build tk, itcl and
6743 libgui.
6744 * configure: Regenerate.
6745
17336619 67462005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
6747
6748 PR libgcj/10353
6749 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
6750 * configure: Regenerate.
6751
6e4db1f1 67522005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
6753
6754 * MAINTAINERS (Write After Approval): Add myself.
6755
203ad69a 67562005-02-10 Ian Lance Taylor <ian@airs.com>
6757
6758 * MAINTAINERS: Update my e-mail address.
6759
afa8b68c 67602005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
6761
6762 * MAINTAINERS (Write After Approval): Add myself.
6763
06b2086e 67642005-01-29 Hans-Peter Nilsson <hp@axis.com>
6765
6766 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
6767 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
6768 target-libgloss when not *-*-elf and *-*-aout.
6769 * configure: Regenerate.
6770
2890721b 67712005-01-23 Kazu Hirata <kazu@cs.umass.edu>
6772
6773 * MAINTAINERS: Remove obsolete entries.
6774
b9db2b8c 6775 * MAINTAINERS (Write After Approval): Add Michael Matz.
6776
9da9577b 67772005-01-19 Neil Booth <neil@daikokuya.co.uk>
6778
6779 * MAINTAINERS: Remove self as cpplib maintainer.
6780
c626e85f 67812005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6782
6783 * install-sh, config.sub: Import from upstream.
6784
cac4ee55 67852005-01-17 Kelley Cook <kcook@gcc.gnu.org>
6786
6787 PR bootstrap/18222
6788 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
6789 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
6790 * Makefile.in: Regenerate.
6791
e03fcf5f 67922005-01-16 Jason Thorpe <thorpej@netbsd.org>
6793
6794 * MAINTAINERS: Update my email address.
6795
abb13670 67962005-01-12 David Edelsohn <edelsohn@gnu.org>
955a00ce 6797 Andreas Schwab <schwab@suse.de>
abb13670 6798
6799 PR bootstrap/18033
6800 * config-ml.in: Eval option if surrounded by single quotes.
6801
e4a78ee4 68022005-01-03 Paolo Bonzini <bonzini@gnu.org>
6803
6804 Revert 2004-12-28 Makefile changes, a better fix will be
6805 applied to mainline and src after GCC 4.0 branches.
6806
1fe42238 68072004-12-28 Paolo Bonzini <bonzini@gnu.org>
6808
6809 PR bootstrap/17383
6810
6811 * Makefile.def (target_modules): Remove stage parameter,
6812 it is always true now.
6813 * Makefile.tpl (configure-build-[+module+],
6814 configure-target-[+module+]): Always build symlink tree
6815 for the directory and for include. BUILD_SUBDIR and
6816 TARGET_SUBDIR cannot be . anymore.
6817 * Makefile.in: Regenerate.
6818
fcaf3188 68192004-12-25 David Edelsohn <edelsohn@gnu.org>
6820
6821 Revert 2004-12-08 Makefile changes.
6822
835db815 68232004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
6824
6825 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
6826 cygwin, mingw.
6827
33974778 68282004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
6829
6830 * configure.in (sh64-*-*): Reenable gprof.
6831 * configure: Regenerate.
6832
4b8fa64c 68332004-12-08 David Edelsohn <edelsohn@gnu.org>
6834
6835 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
6836 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
6837 (EXTRA_TARGET_FLAGS): Add PICFLAG.
6838 * Makefile.in: Regenerate.
6839
ef31114f 68402004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
6841
6842 * MAINTAINERS: Update my email address.
6843
7799fdb2 68442004-12-07 Matt Kraai <kraai@ftbfs.org>
6845
6846 * Makefile.tpl: Generate normal dependencies if the LHS module is
6847 not bootstrapped.
6848 * Makefile.in: Regenerate.
6849
c88bf782 68502004-12-03 Richard Sandiford <rsandifo@redhat.com>
6851
6852 * configure.in: Include config/gxx-include-dir.m4. Use
6853 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
6854 * configure: Regenerate.
6855
f8592d5a 68562004-12-03 Richard Sandiford <rsandifo@redhat.com>
6857
6858 * config.if: Delete.
6859 * configure.in: Set libstdcxx_incdir directly.
6860 * configure: Regenerate.
6861
39b9d49f 68622004-12-02 Eric Christopher <echristo@redhat.com>
6863
6864 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
6865 * Makefile.in: Regenerate.
6866
c3e7e62b 68672004-12-02 Richard Sandiford <rsandifo@redhat.com>
6868
6869 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
6870 * configure: Regenerate.
6871
14ac9144 68722004-12-02 Richard Sandiford <rsandifo@redhat.com>
6873
6874 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
6875 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
6876 * configure: Regenerate.
6877
b68b9d92 68782004-12-01 Eric Christopher <echristo@redhat.com>
6879
6880 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
6881 of things to remove.
6882
68b7b0fe 68832004-11-29 Matt Kraai <kraai@ftbfs.org>
6884
6885 * MAINTAINERS (Write After Approval): Update my e-mail address.
6886
d081dd29 68872004-11-29 Kelley Cook <kcook@gcc.gnu.org>
6888
6889 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
6890 from CVS libtool to always pass_all.
6891
08261f02 68922004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6893
6894 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
6895 (hppa*64*-*-*): Delete incorrect comment.
6896 * configure: Rebuilt.
6897
a234d196 68982004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6899
6900 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
6901
7f93fe7a 69022004-11-24 Kelley Cook <kcook@gcc.gnu.org>
6903
6904 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
6905 from CVS libtool to always pass_all.
6906
037ff4cc 69072004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6908
6909 * install-sh, compile: Import from automake.
6910
e294bcff 69112004-11-15 Kelley Cook <kcook@gcc.gnu.org>
6912
6913 * config.guess, config.sub: Import from savannnah.
6914
aad2f5f9 69152004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
48e5c22d 6916
6917 * MAINTAINERS (Write After Approval): Add myself
6918
956942fa 69192004-11-12 Mike Stump <mrs@apple.com>
6920
6921 * Makefile.def: Add html support.
6922 * Makefile.tpl: Likewise.
6923 * Makefile.in: Regenerate.
6924
ec2a8310 69252004-11-11 Geoffrey Keating <geoffk@apple.com>
6926
8a54e13f 6927 PR 18423
6928 * configure.in: Remove all instances of build-fixincludes from
6929 noconfigdirs.
6930 (build_configargs): Supply --target to subdirectories.
6931 * configure: Regenerate.
6932
ec2a8310 6933 * Makefile.def: Make gcc install depend on fixincludes install.
6934 * Makefile.in: Regenerate.
6935
696f98d4 69362004-11-10 Janis Johnson <janis187@us.ibm.com>
6937
6938 * MAINTAINERS: Add myself as gcc testsuite maintainer.
6939
3eb34262 69402004-11-11 Paul Brook <paul@codesourcery.com>
6941
6942 * MAINTAINERS: Add self as arm maintainer. Update email address.
6943
dd63ad62 69442004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
6945
6946 * configure.in (noconfigdirs) [mmix-*-*]: Disable
6947 target-libgfortran.
17a0d7e8 6948 * configure: Regenerate.
dd63ad62 6949
d8483d79 69502004-11-07 David Edelsohn <edelsohn@gnu.org>
6951
6952 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
6953 like CC.
6954
bdcc5e0f 69552004-11-05 Paolo Bonzini <bonzini@gnu.org>
6956
6957 * Makefile.def (host fixincludes): Specify missing targets.
6958 * Makefile.in: Regenerate.
6959
9310c946 69602004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
6961
6962 * MAINTAINERS: Add myself
6963
1dfe67f7 69642004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
6965
6966 * MAINTAINERS (Write After Approval): Add myself.
6967
50e7e370 69682004-11-04 Geoffrey Keating <geoffk@apple.com>
6969
6970 * Makefile.def: Build fixincludes for the host, too.
6971 * Makefile.in: Regenerate.
6972 * configure.in (host_tools): Add fixincludes.
6973 * configure: Regenerate.
6974
b6824c17 69752004-11-04 Daniel Jacobowitz <dan@debian.org>
6976
6977 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
6978 * configure: Regenerated.
6979
44f0e47c 69802004-11-04 H.J. Lu <hongjiu.lu@intel.com>
6981
6982 PR other/17783
6983 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
6984 * configure: Regenerated.
6985
03dbc854 69862004-10-31 Mark Mitchell <mark@codesourcery.com>
6987
6988 * README.SCO: Update per FSF instructions.
6989
d2be3229 69902004-10-28 Eric B. Weddington <ericw@evcohs.com>
6991
6992 PR target/18151
6993 * configure.in (case ${target}): Do not build fixincludes for avr.
6994 * configure: Regenerated.
6995
6675f2d9 69962004-10-26 Paolo Bonzini <bonzini@gnu.org>
6997
6998 * configure.in (case ${target}): Do not build fixincludes
6999 on platforms where it is not used.
7000 * configure: Regenerated.
7001
3a8631fa 70022004-10-23 Daniel Jacobowitz <dan@debian.org>
7003
7004 * configure.in: Use an absolute path to install-sh.
7005 * configure: Regenerated.
7006
50c69ebc 70072004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7008
7009 * MAINTAINERS (Write After Approval): Add myself.
7010
2c95e9b1 70112004-10-19 Kazu Hirata <kazu@cs.umass.edu>
7012
7013 * MAINTAINERS: Remove from Write After Approval those that are
7014 already maintainers.
7015
3d22b915 70162004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
7017
7018 * MAINTAINERS: Update my email address.
7019
3fba36a4 70202004-10-12 Kelley Cook <kcook@gcc.gnu.org>
7021
7022 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
7023 * configure: Regenerate.
7024
dcde3c07 70252004-10-07 J"orn Rennecke <joern.rennecke@st.com>
25cebb64 7026
7027 * MAINTAINERS: Update my email address.
7028
668dc571 70292004-10-07 Kazu Hirata <kazu@cs.umass.edu>
7030
7031 * MAINTAINERS (Language Front Ends Maintainers): New. Move
7032 entries belonging to this category.
7033
2c50ca04 70342004-10-06 Josef Zlomek <josef.zlomek@email.cz>
7035
7036 * MAINTAINERS: Update my e-mail address.
7037
68b4a982 70382004-10-06 Paolo Bonzini <bonzini@gnu.org>
7039
7040 Fix wrong conflict resolution in:
7041
7042 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7043
7044 * Makefile.in: Regenerate.
7045 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7046 in the recursive `make', instead of hardwiring `all'.
7047 (Autogenerated TARGET-* variables): New.
7048
5326cc72 70492004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
7050
7051 * configure.in: Enable target-libgloss for crx-*-*.
9624cab1 7052 * configure: Regenerate.
5326cc72 7053
6e4191af 70542004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7055
7056 * MAINTAINERS (Various Maintainers): Move the "windows,
7057 cygwin, mingw" maintainer to ...
7058 (OS Port Maintainers): ... here.
7059
39826843 70602004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7061
7062 * MAINTAINERS (Write After Approval): Remove those that are
7063 maintainers of some subsystem.
7064
e644ba93 70652004-10-02 P.J. Darcy <darcypj@us.ibm.com>
7066
7067 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
7068 * ltcf-cxx.sh (tpf*): Likewise.
7069 * ltconfig (tpf*): Add TPF OS configuration support.
7070
ddc76fa7 70712004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
7072
7073 * MAINTAINERS: Change my email address to my new work account.
7074
3bdd04cc 70752004-09-24 Michael Roth <mroth@nessie.de>
7076
7077 * configure.in (--without-headers): Add missing double quotes.
7078 * configure: Regenerate.
7079
dcde3c07 70802004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1b60dd08 7081
7082 * ylwrap: Revert to previous version.
7083
d389b7e3 70842004-09-23 H.J. Lu <hongjiu.lu@intel.com>
7085
7086 PR bootstrap/17369
7087 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
7088 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
7089 SET_GCC_LIB_PATH_CMD.
7090 (BASE_TARGET_EXPORTS): Likewise.
7091 * Makefile.in: Regenerated.
7092
7093 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
7094 * configure: Regenerated.
7095
2109ded2 70962004-09-23 Kelley Cook <kcook@gcc.gnu.org>
7097
7098 * config.guess: New upstream version
7099 * compile, depcomp, install-sh, ylwrap: Likewise.
7100
da9e6519 71012004-09-19 Roger Sayle <roger@eyesopen.com>
7102
7103 * config/mh-x86omitfp: New host makefile fragment. Add
7104 -fomit-frame-pointer to the default BOOT_CFLAGS.
7105 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
7106 * configure: Regenerate.
7107
e84ab337 71082004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
7109
7110 PR target/11572
7111 * configure.in (*-*-darwin*): Renable libobjc.
7112 * configure: Regenerate.
7113
c875bbba 71142004-09-10 Nathan Sidwell <nathan@codesourcery.com>
7115
7116 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
7117
39a1c4e9 71182004-09-09 Daniel Berlin <dberlin@dberlin.org>
b68b9d92 7119
39a1c4e9 7120 * Makefile.def: Remove libbanshee.
7121 * Makefile.tpl: Ditto.
7122 * configure.in: Ditto.
7123 * Makefile.in: Regen.
7124 * configure: Ditto.
7125
c600ebdb 71262004-09-08 David Edelsohn <edelsohn@gnu.org>
7127
7128 * ltmain.sh: Use $pic_object as $non_pic_object if
7129 $non_pic_object=none.
7130
e1aef632 71312004-09-07 Paolo Bonzini <bonzini@gnu.org>
7132
7133 * missing: Import latest version from master repository.
7134
ccf99faa 71352004-09-06 Nick Clifton <nickc@redhat.com>
7136
7137 * config.sub: Import latest version from master repository.
7138 * config.guess: Likewise.
7139 This includes these changes:
b68b9d92 7140
ccf99faa 7141 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
7142
7143 * config.sub: Handle crisv32, alias etraxfs.
7144 * config.guess (crisv32:Linux:*:*): Handle.
7145
7146 2004-08-13 Brad Smith <brad@comstyle.com>
7147
7148 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
7149 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
7150
7151 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
7152
7153 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
7154 assume the processor is a powerpc. This is because coreutils
7155 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
7156 in this case, due to a MacOS X bug that causes
7157 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
7158 to return a negative number.
7159 Problem reported by Petter Reinholdtsen in:
7160 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
7161
7162 2004-07-19 Ben Elliston <bje@gnu.org>
7163
7164 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
7165
7166 2004-06-24 Ben Elliston <bje@gnu.org>
7167
7168 * config.guess: Update copyright years.
7169 * config.sub: Likewise.
7170
7171 2004-06-22 Robert Millan <robertmh@gnu.org>
7172
7173 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
7174 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
7175
7176 2004-06-22 Stanley F. Quayle <stan@stanq.com>
7177
7178 * config.guess (*:*VMS:*:*): New entry. Replaces
7179 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
7180 manufacturer.
7181
7182 2004-06-22 Ben Elliston <bje@gnu.org>
7183
7184 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
7185 * config.sub: Likewise.
7186
7187 2004-06-22 Ben Elliston <bje@gnu.org>
7188
7189 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
7190 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
7191
7192 2004-06-11 Ben Elliston <bje@gnu.org>
7193
7194 * config.guess (pegasos:OpenBSD:*:*): Remove.
7195
7196 2004-06-11 Ben Elliston <bje@gnu.org>
7197
7198 From Wouter Verhelst <wouter@grep.be>:
7199 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
7200
7201 2004-06-11 Ben Elliston <bje@gnu.org>
7202
7203 * config.guess (luna88k:OpenBSD:*:*): New.
7204
7205 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
7206
7207 * config.guess (m32r*:Linux:*:*): New case.
7208 * config.sub: Handle m32rle.
7209
7210 2004-03-12 Ben Elliston <bje@wasabisystems.com>
7211
7212 From Jens Petersen <petersen@redhat.com>:
7213 * config.sub: Handle sparcv8.
7214
7215 2004-03-03 Ben Elliston <bje@wasabisystems.com>
7216
7217 From Tom Smith <smith@cag.lkg.hp.com>:
7218 * config.guess: Version suffixes are equally significant on Tru64
7219 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
7220 prefix of "P" (patched kernel).
7221
7222 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
7223
7224 * config.sub: Add support for National Semiconductor CRX target.
7225
cde9549e 72262004-09-03 Janis Johnson <janis187@us.ibm.com>
7227
7228 * MAINTAINERS (Various Maintainers): Remove myself as web page
7229 maintainer, add myself as maintainer of build status lists.
7230
634f7a13 72312004-09-03 Jan Beulich <jbeulich@novell.com>
7232
7233 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
7234 *-*-netware, but add target-libmudflap.
7235 Consolidate *-*-netware targets (of which really only i?86 exists)
7236 into a single entry.
7237 * configure: Likewise.
7238
2b64d19b 72392004-09-01 Paolo Bonzini <bonzini@gnu.org>
7240
7241 * Makefile.tpl (sorry): Remove.
7242 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
7243 (cleanstrap targets): Depend on distclean, not distclean-stage1.
7244 (do-clean): Clean per-stage directories too.
7245 (do-distclean): Run distclean-stage1 too.
7246 (.NOTPARALLEL): Enable during toplevel bootstrap.
7247 (stage[+id+]-bubble): Enable parallel execution during
7248 the recursive invocation.
7249 * Makefile.in: Regenerate.
7250
7251 Fix previous checkin:
7252
7253 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
7254 include.
7255 * configure.in: Fix indentation.
7256 * configure: Regenerate.
7257
dcde3c07 72582004-08-31 Robert Bowdidge <bowdidge@apple.com>
0222d984 7259
2b64d19b 7260 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
7261 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
7262 * configure: regenerate
b68b9d92 7263 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9624cab1 7264 -mdynamic-no-pic
0222d984 7265
2b59cb05 72662004-08-31 Paolo Bonzini <bonzini@gnu.org>
7267
7268 * Makefile.def (build_modules): Add fixincludes.
7269 (dependencies): Make gcc depend on fixincludes.
7270 * configure.in (build_tools): Add fixincludes.
7271 (build_configdirs): Always include build_libs.
7272 * Makefile.in: Regenerate.
7273 * configure: Regenerate.
7274
72752004-08-30 Paolo Bonzini <bonzini@gnu.org>
3c782584 7276
7277 * Makefile.def (bootstrap stages): Add 'lean' parameter.
7278 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
7279 phony targets; do not generate timestamp files.
7280 (distclean-stageN): Remove references to their timestamp files.
7281 (restageN, touch-stageN): Remove.
7282 (stageN-bubble): Rewritten.
7283 (compare): Support lean bootstraps.
7284 * Makefile.in: Regenerate.
7285
7286 * configure.in: Only warn when bootstrapping but
7287 build != host or build != target. Support lean bootstraps.
7288 * configure: Regenerate.
7289
4a921c63 72902004-08-26 Phil Edwards <phil@codesourcery.com>
7291
7292 * configure.in: Give a better error message if GMP/MPFR are missing
7293 and a language needing them has been requested.
7294 * configure: Regenerated.
7295
6cee4b4a 72962004-08-25 Phil Edwards <phil@codesourcery.com>
7297
7298 * configure.in: Print a list of available language front-ends if
7299 a requested one is missing. Tidy stray tab characters.
7300 * configure: Regenerated.
7301
e6312df0 73022004-08-19 Michael Koch <konqueror@gmx.de>
7303
7304 * gcc/doc/install.texi: Update entry about automake for libjava.
7305
c01dd063 73062004-08-17 Robert Millan <robertmh@gnu.org>
7307
7308 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7309 (instead of FreeBSD).
7310 * configure: Regenerate.
7311
a1ad7483 73122004-08-16 Paolo Bonzini <bonzini@gnu.org>
7313
7314 * Makefile.in: Regenerate.
7315 * configure: Regenerate.
7316
7317 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7318 stage_*_flags.
7319 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7320 for bootstrapped modules if toplevel bootstrap is going.
7321 (GCC bootstrap): Generate per-stage targets for all bootstrapped
7322 modules. Adjust for changes in Makefile.def. Enable several
7323 rules even in non-bootstrap mode, just to avoid peppering the
7324 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7325 (stage-[+prev+]-bubble): Remove.
7326
7327 * Makefile.def (Dependencies): Depend on all-build-bison,
7328 all-build-flex, all-build-byacc, all-build-texinfo, rather
7329 than the host variations.
7330 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
7331 with BUILD_SUBDIR.
7332 (BISON): Update for recent Bisons.
7333 (YACC): Fix typo.
7334 (cross): Depend on all-build.
7335 (all): Do not depend on all-build.
7336 (prebootstrap): Remove.
7337 (dep-kind): Accept separate prefixes for MODULE and ON variables.
7338 (Prebootstrap dependencies): Add them to the per-stage targets
7339 and to all-prebootstrap.
7340 * configure.in (build_configdirs): Always enable build_tools.
7341 (BUILD_DIR_PREFIX): Remove.
7342
7343 * Makefile.def (gcc): Add target variable.
7344 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
7345 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7346 in the recursive `make', instead of hardwiring `all'.
7347 (Autogenerated TARGET-* variables): New.
7348
e0d2a616 73492004-08-13 Brian Booth <bbooth@redhat.com>
7350
7351 * MAINTAINERS: Remove myself from write-after-approval.
7352
77f9b2dc 73532004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
7354
7355 * src-release: Stop distributing mmalloc with gdb (which doesn't
7356 use it).
7357 * Makefile.def: GDB doesn't depend on mmalloc anymore.
7358 * Makefile.in: Regenerate.
7359
30e9913f 73602004-08-09 Mark Mitchell <mark@codesourcery.com>
7361
7362 * configure.in (arm*-*-eabi*): New target.
7363 * configure: Regenerate.
7364
ea8d3d75 73652004-08-06 Paolo Bonzini <bonzini@gnu.org>
7366
7367 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
7368 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7369 (Dependencies): New section.
7370 * Makefile.tpl (Dependencies): Generate from Makefile.def.
7371 (configure-target-[+module+]): Depend on maybe-all-gcc
7372 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
7373 (toplevel profiledbootstrap): Fix dependencies.
7374 * Makefile.in: Regenerate.
7375
8647a116 73762004-08-03 Mark Mitchell <mark@codesourcery.com>
7377
7378 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7379 target-libiberty to noconfigdirs.
7380 * configure: Regenerate.
7381
5ca838b8 73822004-08-03 Paul Brook <paul@codesourcery.com>
7383
7384 * configure.in: Check for MPFR as well as GMP.
7385 * configure: Regenerate.
7386
cb8a7007 73872004-08-01 Robert Millan <robertmh@gnu.org>
7388
7389 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7390 libmudflap for all GNU-based systems (with Glibc).
7391 * configure: Regenerate.
7392
dcde3c07 73932004-08-03 Paolo Bonzini <bonzini@gnu.org>
6caa530d 7394
7395 * Makefile.def (host-modules): Add gcc.
7396 * Makefile.in: Regenerate.
7397 * Makefile.tpl (sorry): New rule.
7398 (configure-host, all-host, [+make_target+]-host, do-check,
7399 install-host): Do not add gcc as a special case.
7400 (host modules): Add a small special-casing for gcc. Export
7401 extra_make_flags through the environment.
7402 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7403 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7404 other recursive targets for gcc): Remove.
7405
7406 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7407 (stage, unstage): New rules.
7408 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7409 distclean-stage[+id+]): Use stage_current.
7410 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7411 the stage*-start rules.
7412
3ff2e849 74132004-08-02 Geoffrey Keating <geoffk@apple.com>
7414
7415 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7416 use -all_load flag.
7417
75b6260c 74182004-08-02 Paolo Bonzini <bonzini@gnu.org>
7419
7420 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7421 * configure: Regenerate.
7422
3ecc19f1 74232004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
7424
7425 * maintainer-scripts/gcc_release: Revert yesterday's change.
7426
0396e2a1 74272004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
7428
7429 * MAINTAINERS: Add myself to write-after-approval.
7430
b1fd5525 74312004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
7432
7433 * libf2c: Removed.
7434 * gcc/gccbug.in: Updated because of libf2c removal.
7435 * maintainer-scripts/gcc_release: Ditto.
7436
dcde3c07 74372004-07-09 Loren J. Rittle <ljrittle@acm.org>
122ae8c7 7438
7439 * configure.in: Build libmudflap by default on FreeBSD.
7440 * configure: Regenerated.
7441
344b2784 74422004-07-09 Mark Mitchell <mark@codesourcery.com>
7443
7444 * configure.in: Do not build libmudflap by default on non-GNU/Linux
7445 systems.
7446 * configure: Regenerated.
7447
dcde3c07 74482004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
d45eaefd 7449
7450 PR target/16344
7451 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7452 feedback based compiler.
7453 * Makefile.in: Rebuilt.
7454
13e3668a 74552004-07-08 Alexandre Oliva <aoliva@redhat.com>
7456
7457 * Makefile.def (host_modules): Set bootstrap=true for flex.
7458 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7459 * Makefile.in: Rebuilt.
7460
9763d43d 74612004-07-07 Jan Hubicka <jh@suse.cz>
7462
7463 * MAINTAINERS: Add self as a profile feedback maintainer.
7464
03c65091 74652004-07-05 Phil Edwards <phil@codesourcery.com>
7466
7467 * configure.in: Do not prepend $srcdir to /dev/null in
7468 makefile fragments.
7469 * configure: Regenerate.
7470
2f8725b0 74712004-07-01 Paolo Bonzini <bonzini@gnu.org>
7472
7473 * Makefile.def (build_modules): Add bison, byacc, flex,
7474 m4, texinfo.
7475 (flags_to_pass): Add FLEX.
7476 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7477 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7478 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7479 DEFAULT_MAKEINFO): Remove.
7480 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7481 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7482 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7483 objdir or else use configured tool.
7484 (all-build): New.
7485 (all): Depend on it.
7486 (Build module dependencies): Add.
7487 * Makefile.in: Regenerate.
7488 * configure.in: Better support for multiple build modules,
7489 matching what is done for host/target modules. Do not look
7490 for "plausible" locations of build tools if Canadian cross.
7491 Use autoconf's AC_PROG_CC to find a C compiler. Define
7492 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
7493 * configure: Regenerate.
b68b9d92 7494
1e6242a4 74952004-06-22 Paolo Bonzini <bonzini@gnu.org>
7496
7497 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7498 * Makefile.in: Regenerate.
7499
1b53fe78 75002004-06-22 Paolo Bonzini <bonzini@gnu.org>
7501
7502 * Makefile.tpl (configure-build-[+module+],
7503 configure-[+module+], configure-target-[+module+]): Pass
7504 [+extra_configure_args+].
7505 (all-build-[+module+], all-[+module+], check-[+module+],
7506 install-[+module+], [+make_target+]-[+module+],
7507 all-target-[+module+], check-target-[+module+],
7508 install-target-[+module+], [+make_target+]-target-[+module+]):
7509 Pass [+extra_make_args+].
7510 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7511 (GCC_HOST_EXPORTS): Remove.
7512 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7513 cross, check-gcc, check-gcc-c++, install-gcc,
7514 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7515 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7516 * Makefile.in: Regenerate.
7517
a22cc2c4 75182004-06-21 Matthew Sachs <msachs@apple.com>
7519
7520 * MAINTAINERS: Added self to write-after-approval.
7521
d76e1e50 75222004-06-21 Christopher Faylor <cgf@alum.bu.edu>
7523
7524 * configure.in: Check for srcdir/winsup rather than build directory
7525 winsup.
7526 * configure: Regenerate.
7527
2c10944d 75282004-06-17 Corinna Vinschen <vinschen@redhat.com>
7529
7530 * configure.in: Don't build Cygwin native newlib if winsup
7531 directory is missing. Emit warning instead.
7532 * configure: Regenerate.
7533
599a3eac 75342004-06-09 Paolo Bonzini <bonzini@gnu.org>
7535
7536 * Makefile.tpl (touch-stage[+id+]): New.
7537 (restage[+prev+]): Depend on touch-stage[+id+].
7538
7539 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7540 Use it throughout.
7541
7542 * Makefile.def: Add profile and feedback bootstrap stages.
7543 Remove next field from bootstrap stages.
7544 * Makefile.tpl (LN, LN_S): Substitute.
7545 (stageN-start, stageN-end): Use double-colon rules, to
7546 provide a hook for additional setup commands.
7547 (distclean-stageN-gcc, restageN): Create dependencies from
7548 [+prev+], not from [+next+].
7549 (stageN-bubble): Add commands for successive stages from
7550 [+prev+], using double-colon rules.
7551 (all-stageN-gcc): Fix typo.
7552 (stagefeedback-start, profiledbootstrap): New.
7553 * Makefile.in: Regenerate.
7554 * configure.in: Call ACX_PROG_LN.
7555 * configure: Regenerate.
7556
ba797f0e 75572004-06-08 Canqun Yang <canqun@nudt.edu.cn>
7558
7559 * MAINTAINERS (Write After Approval): Add myself.
7560
b93f892d 75612004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
7562
7563 * MAINTAINERS (Write After Approval): Add myself.
7564
93f93279 75652004-06-03 Paolo Bonzini <bonzini@gnu.org>
7566
7567 * configure.in: Fix --enable-bootstrap breakage introduced in trees
7568 without gcc.
7569 * configure: Regenerate.
7570
d8b05159 75712004-06-01 Paolo Bonzini <bonzini@gnu.org>
7572
7573 * Makefile.tpl: Fix typo.
7574 * Makefile.in: Regenerate.
7575
dcde3c07 75762004-06-01 Paolo Bonzini <bonzini@gnu.org>
5b7950ff 7577
7578 * configure.in: Remove new- prefix from toplevel
7579 bootstrap targets.
7580 * configure: Regenerate.
7581
54f0538b 75822004-06-01 Paolo Bonzini <bonzini@gnu.org>
7583
7584 * Makefile.tpl (all.normal): Rename to all.
7585 (all): Replace with a rule to pick the default
7586 target from configure.
7587 (all-gcc, configure-gcc): Use conditionals to
7588 do nothing when toplevel bootstrap is going on.
7589 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
7590 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
7591 * configure.in: Support --enable-bootstrap.
7592
7593 * Makefile.def: Remove new- prefix from toplevel
7594 bootstrap targets.
7595 * Makefile.tpl: Likewise.
7596
7597 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
7598 target.
7599
7600 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
7601 $(RECURSE_FLAGS) to recursive invocation of make.
7602
7603 * Makefile.in: Regenerate.
7604 * configure: Regenerate.
7605
e0754ee6 76062004-05-30 Andreas Jaeger <aj@suse.de>
dcde3c07 7607 Jim Wilson <wilson@specifixinc.com>
e0754ee6 7608
7609 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
7610 like CC.
7611
8e8b3365 76122004-05-27 Daniel Jacobowitz <dan@debian.org>
7613
7614 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
7615 * configure: Regenerate.
7616
27e3aebd 76172004-05-25 Daniel Jacobowitz <drow@false.org>
7618
7619 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
7620 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
7621 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
7622 targets.
7623 * Makefile.in: Regenerate.
7624
dcde3c07 76252004-05-24 Paolo Bonzini <bonzini@gnu.org>
5965d276 7626
7627 * configure.in: Test the ability to symlink directories.
7628 * configure: Regenerate.
7629
7630 * Makefile.def (bootstrap-stage): New definitions.
7631 * Makefile.tpl (configure-stage1-gcc,
7632 configure-stage2-gcc, configure-stage3-gcc,
7633 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
7634 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
7635 new-restage3, compare): Autogenerate, see Makefile.in
7636 entry for behavioral changes.
7637 (distclean-stage1, new-stage1-start, new-stage1-end,
7638 new-stage1-bubble, distclean-stage2, new-stage2-start,
7639 new-stage2-end, new-stage2-bubble, distclean-stage3,
7640 new-stage3-start, new-stage3-end): New autogenerated targets.
7641 (objext, prebootstrap, BOOT_CFLAGS,
7642 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
7643 targets.
7644
7645 * Makefile.in: Regenerate.
7646 (distclean-stage1, new-stage1-start, new-stage1-end,
7647 new-stage1-bubble, distclean-stage2, new-stage2-start,
7648 new-stage2-end, new-stage2-bubble, distclean-stage3,
7649 new-stage3-start, new-stage3-end): New targets.
7650 (all-stage1-gcc): Move prebootstrap dependency from here...
7651 (configure-stage1-gcc): ...to here.
7652 (new-bootstrap): Use bubble targets.
7653 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7654 Use per-stage distclean targets.
7655 (configure-stage1-gcc, configure-stage2-gcc,
7656 configure-stage3-gcc, all-stage1-gcc,
7657 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
7658 Use new-stageN-start to prepare the tree.
7659
d856c8a6 76602004-05-23 Paolo Bonzini <bonzini@gnu.org>
7661
7662 * Makefile.def (host_modules): add libcpp.
7663 * Makefile.tpl: Add dependencies on and for libcpp.
7664 * Makefile.in: Regenerate.
7665 * configure.in: Add libcpp host module.
7666 * configure: Regenerate.
7667
01b41571 76682004-05-21 Paolo Bonzini <bonzini@gnu.org>
7669
7670 * Makefile.tpl: Whenever a recursive target is defined, wrap
7671 it in a special @if/@endif block, and prepare its maybe
7672 dependency in the @if/@endif block
7673 * configure.in: Instead of writing maybe dependencies, remove
7674 the @if/@endif statements, and remove the @if/@endif blocks
7675 that remain.
7676 * configure: Regenerate.
7677 * Makefile.in: Regenerate.
7678
f47da044 76792004-05-20 Janis Johnson <janis187@us.ibm.com>
7680
7681 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
7682
d556a20e 76832004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
7684
7685 PR bootstrap/15120
7686 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
7687 * */configure: Rebuilt.
7688
49fbf4b9 76892004-05-17 Zack Weinberg <zack@codesourcery.com>
7690
7691 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
7692 of libf2c.
7693 * configure, Makefile.in: Regenerate.
7694
d3eff7bb 76952004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
ae1bef7b 7696
7697 * MAINTAINERS (Write After Approval): Add myself.
7698
4ee9c684 76992004-05-13 Diego Novillo <dnovillo@redhat.com>
7700
7701 Merge from tree-ssa-20020619-branch.
7702
7703 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
7704 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
7705 (HOST_GMPLIBS): Define.
7706 (HOST_GMPINC): Define.
7707 (TARGET_LIB_PATH): Add libmudflap.
7708 (GFORTRAN_FOR_TARGET): Define.
7709 (configure-build*): Export GFORTRAN.
7710 (configure-gcc): Export GMPLIBS and GMPINC.
7711 (all-gcc): Add maybe-all-libbanshee.
7712 (configure-target-libgfortran): Define.
7713 * Makefile.in: Regenerate.
7714 * configure.in (host_libs): Add libbanshee.
7715 (target_libraries): Add target-libmudflap and target-libgfortran.
7716 Add --with-libbanshee.
7717 Handle --disable-libmudflap.
7718 (*-*-freebsd*): Use with_gmp.
7719 Add $(libgcj) to noconfigdirs.
7720 * configure: Regenerate.
7721 * depcomp: New file.
7722 * MAINTAINERS: Add tree-ssa maintainers.
7723
455fb4f7 77242004-05-04 Vladimir Makarov <vmakarov@redhat.com>
7725
49fbf4b9 7726 * MAINTAINERS (Various Maintainers): Add myself.
455fb4f7 7727
9ca797fe 77282004-04-30 Brian Ford <ford@vss.fsi.com>
7729
49fbf4b9 7730 * MAINTAINERS (Write After Approval): Add myself.
9ca797fe 7731
043b6c62 77322004-04-29 Uros Bizjak <uros@kss-loka.si>
7733
49fbf4b9 7734 * MAINTAINERS (Write After Approval): Add myself.
043b6c62 7735
697dfd2c 77362004-04-28 Paolo Bonzini <bonzini@gnu.org>
7737
7738 * config/acx.m4: Fix fastcompare support for new-bootstrap.
7739 * configure: Regenerate.
7740
839c6a20 77412004-04-27 Paolo Bonzini <bonzini@gnu.org>
7742
7743 Revert:
7744 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
7745
7746 * Makefile.def (flags_to_pass): Remove *dir variables that
7747 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7748 as well as prefix and exec_prefix.
7749 * Makefile.in: Regenerate.
7750
a2718648 77512004-04-26 Robert Millan <robertmh@gnu.org>
7752
7753 Add patches from libtool CVS.
7754 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
7755 * ltconfig: Likewise.
7756 * ltcf-c.sh: Likewise.
7757 * ltcf-cxx.sh: Likewise.
7758 * ltcf-gcj.sh: Likewise.
7759
be2c9eb1 77602004-04-26 Paolo Bonzini <bonzini@gnu.org>
7761
7762 * Makefile.def (host_modules): Mark with the bootstrap
7763 flag packages on which gcc depends.
7764 * Makefile.tpl (all-bootstrap): Use it.
7765 * Makefile.in: Regenerate.
7766
b5196e8d 77672004-04-26 Paolo Bonzini <bonzini@gnu.org>
7768
7769 * Makefile.def (flags_to_pass): Remove *dir variables that
7770 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
7771 as well as prefix and exec_prefix.
7772 * Makefile.in: Regenerate.
7773
7bcc3b4a 77742004-04-26 Paolo Bonzini <bonzini@gnu.org>
7775
49fbf4b9 7776 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
7777 * configure: Regenerate.
7778 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
7779 * gcc/Makefile.tpl (compare): Use the result of the test.
7780 * gcc/Makefile.in: Regenerate.
7bcc3b4a 7781
33e3141d 77822004-04-23 Paolo Bonzini <bonzini@gnu.org>
7783
7784 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
7785 Always relocate gcc and prev-gcc to the original names, even
7786 if the build fails.
7787 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
7788 New targets.
7789
44217381 77902004-04-23 Laurent GUERBY <laurent@guerby.net>
7791
7792 * MAINTAINERS: Update my email address.
49fbf4b9 7793
de88352a 77942004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7795
7796 * configure.in (mips*-*-irix5*): Enable ld.
7797 * configure: Regenerate.
44217381 7798
216de822 77992004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7800
7801 * configure: Regenerate.
7802
b8d376b5 78032004-04-15 James E Wilson <wilson@specifixinc.com>
7804
7805 * Makefile.tpl (configure-[+module+], configure-gcc,
7806 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
7807 Set and export LDFLAGS.
7808 * Makefile.in: Regenerate.
7809
9ce62711 78102004-04-12 Michael Chastain <mec.gnu@mindspring.com>
7811
49fbf4b9 7812 * MAINTAINERS: Add myself to write-after-approval.
9ce62711 7813
49aae208 78142004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
7815
7816 PR bootstrap/14871
7817 * Makefile.tpl: If we don't have built-in-tree target tools,
7818 use the ones found by configure rather than hacking around with
7819 program_transform_name.
7820 * configure.in: Give Makefile.tpl the information necessary
7821 to do that.
7822 * Makefile.in: Regenerate.
7823 * configure: Regenerate.
7824
f4191912 78252004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
7826
7827 PR bootstrap/14760
7828 * configure.in: When computing baseargs, strip *all* copies of
7829 offending options. Also, don't match/substitute the trailing space,
7830 so that this actually works when two similar options are separated by
7831 only one space.
7832 * configure: Regenerate.
7833
d17281c9 78342004-04-06 David Edelsohn <edelsohn@gnu.org>
7835
49fbf4b9 7836 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
7837 (rs6000-*-aix*): Same.
7838 * configure: Regenerate.
d17281c9 7839
10930c81 78402004-04-05 Ranjit Mathew <rmathew@hotmail.com>
49fbf4b9 7841
7842 * MAINTAINERS: Add myself to write-after-approval.
10930c81 7843
74d8b57d 78442004-04-03 Bud Davis <bdavis9659@comcast.net>
49fbf4b9 7845
7846 * MAINTAINERS: Add myself to write-after-approval.
74d8b57d 7847
c0c5068d 78482004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
7849
32fbc463 7850 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
7851 STRICT_WARN, WARN_CFLAGS flags passed down to make.
7852 * Makefile.in: Regenerate.
7853
c0c5068d 7854 * configure.in (top level bootstrap support): Rework --enable-werror
7855 to set @stage2_werror_flag@.
7856 * configure: Regenerate.
7857 * Makefile.tpl (top level bootstrap support): Pass
7858 @stage2_werror_flag@ down to configure in stages 2 and 3.
7859 * Makefile.in: Regenerate.
7860
d120ca69 78612004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
7862
7f6f8932 7863 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
7864 for stages 2 and 3 as well as in make. As a consequence, remove
7865 OUTPUT_OPTION (now detected by configure) from the flags passed down
7866 to make.
7867 * Makefile.in: Regenerate.
7868
d120ca69 7869 * Makefile.tpl (new-bootstrap): Fix typo.
7870 * Makefile.in: Regenerate.
7871
7dade866 78722004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
7873
9621e512 7874 * Makefile.tpl: Rearrange by moving recursive_targets rules
7875 into their proper sections.
7876 * Makefile.tpl (top level bootstrap support): Move disabling
7877 of coverage flags from 'make' to 'configure'; improve comments.
7878 * Makefile.in: Regenerate.
7879
aff6cf7b 7880 * Makefile.tpl (experimental top level bootstrap) Move stage1
7881 language setting from all- target to configure- target; disable
7882 intermodule optimization in stage 1; prevent gratuitous rebuilds
7883 of stage 1.
7884 * Makefile.in: Regenerate.
7885 * configure.in: Comma-separate stage 1 language list for top
7886 level bootstrap.
7887 * configure: Regenerate.
7888
7dade866 7889 * Makefile.tpl: Clean up experimental top level bootstrap support:
7890 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
7891 prev-gcc in configure- targets as well as all- targets.
7892 * Makefile.in: Regenerate.
7893
c6deeaef 78942004-03-21 Kelley Cook <kcook@gcc.gnu.org>
7895
7896 * compile: New file imported from automake.
7897
f28cd43a 78982004-03-17 Paolo Bonzini <bonzini@gnu.org>
7899
7900 * configure.in: Remove symbolic link section.
7901 * configure: Regenerate.
7902 * Makefile.tpl (links): Remove.
7903 * Makefile.in: Regenerate.
7904
8e6391a6 79052004-03-15 Paolo Bonzini <bonzini@gnu.org>
49fbf4b9 7906 Nathanael Nerode <neroden@gcc.gnu.org>
8e6391a6 7907
7908 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
49fbf4b9 7909 Set with AC_CHECK_PROGS.
8e6391a6 7910 * configure.in: Fix comment typo from last patch.
7911 * configure: Regenerate.
7912
2d64c2fd 79132004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
7914
7915 * Makefile.tpl: Introduce experimental top level bootstrap support.
7916 * Makefile.in: Regenerate.
7917 * configure.in: Introduce support for top level bootstrap.
7918 * configure: Regenerate.
7919
989edd2f 79202004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
49fbf4b9 7921 Paolo Bonzini <bonzini@gnu.org>
989edd2f 7922
7923 PR bootstrap/14522
7924 * configure.in: Cope with shells that do not support unquoted ^
7925 * configure: Regenerate.
7926
f46e13ec 79272004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
49fbf4b9 7928 Paolo Bonzini <bonzini@gnu.org>
f46e13ec 7929
7930 PR bootstrap/14522
989edd2f 7931 * configure.in: Cope with shells that do not support nesting
f46e13ec 7932 quotes inside quoted backquote substitutions.
7933 * configure: Regenerate.
7934
db1c2ab2 79352004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
7936
7937 PR bootstrap/14522
6175885e 7938 * configure.in: Fix escaping of $.
db1c2ab2 7939 * configure: Regenerate.
7940
8e1fea1a 79412004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
7942
7943 * configure: Regenerate, since I forgot to while committing Paolo's
7944 changes.
7945
c24c5e46 79462004-03-08 Paolo Bonzini <bonzini@gnu.org>
7947
7948 PR ada/14131
7949 Move language detection to the top level.
7950 * configure.in: Find default values for the tools as
7951 soon as possible. Disable ada if GNAT is not found.
7952 Emit error message about missing languages. Expand
7953 --enable-languages=all for the gcc subdirectory.
7954
2a4b7d44 79552004-03-10 Ben Elliston <bje@gnu.org>
7956
7957 * MAINTAINERS: Update my email address.
7958
ebdab8b6 79592004-03-05 David Edelsohn <edelsohn@gnu.org>
7960
7961 * ltconfig: Disable building static libraries if building shared
7962 libraries on AIX 5L.
7963
19e1fe6d 79642004-03-01 Richard Sandiford <rsandifo@redhat.com>
7965
7966 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
7967 and disable libgcj.
7968 * configure: Regenerated.
7969
70990390 79702004-03-01 Brian Booth <bbooth@redhat.com>
7971
7972 * MAINTAINERS: Add myself to write-after-approval.
7973
a291166d 79742004-03-01 Paolo Bonzini <bonzini@gnu.org>
7975
7976 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 7977
75fc7adc 79782004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7979
7980 PR bootstrap/7087
7981 * Makefile.tpl: Guard XFOO sed statements better.
7982 * Makefile.tpl: Add dependency for configure-target-libada.
7983 * Makefile.in: Regenerate (incidentally fixes broken
7984 commit when libada-branch was merged).
7985
683dcdca 79862004-02-25 Kelley Cook <kcook@gcc.gnu.org>
7987
7988 * MAINTAINERS: Add myself to write-after-approval.
7989
662476d9 79902004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
7991
7992 * MAINTAINERS: Add Nicola Pero and myself as libobjc
7993 maintainers.
7994
ee887245 79952004-02-20 Andrew Cagney <cagney@redhat.com>
7996
7997 * config.guess: Update from version 2003-10-16 to 2004-02-16.
7998 * config.sub: Update from version 2003-11-03 to 2004-02-16.
7999
e86087cf 80002004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
8001
8002 PR bootstrap/11932
8003 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8004
22699913 80052004-02-14 Jerry Quinn <jlquinn@optonline.net>
8006
8007 * MAINTAINERS: Added myself to write-after-approval.
8008
98b111a1 80092004-02-14 Michael Koch <konqueror@gmx.de>
8010
8011 * MAINTAINERS: Added myself to write-after-approval.
8012
4aa8866f 80132004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
8014
8015 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
8016 some OS port maintainers to OS port maintainers section.
8017
39c687d5 80182004-02-13 Frank Ch. Eigler <fche@redhat.com>
8019
8020 * MAINTAINERS: Add self.
8021
cdfbccf4 80222004-02-12 Kazu Hirata <kazu@cs.umass.edu>
8023
8024 * MAINTAINERS: Alphabetize.
8025
bc9cab17 80262004-02-12 Paolo Bonzini <bonzini@gnu.org>
8027
8028 * MAINTAINERS: Remove myself.
49fbf4b9 8029
b0c02cae 80302004-02-11 David Edelsohn <edelsohn@gnu.org>
8031
8032 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
8033 (rs6000-*-aix*): Same.
8034 * configure: Regenerate.
8035
9dec93ca 80362004-02-11 Kelley Cook <kcook@gcc.gnu.org>
8037
8038 * configure.in (host): Add in missing $noconfigdirs to defines.
8039 * configure: Regenerate.
8040
93341878 80412004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
8042 Nathanael Nerode <neroden@gcc.gnu.org>
8043
8044 PR ada/6637, PR ada/5911
49fbf4b9 8045 Merge with libada-branch:
93341878 8046 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
8047 with appropriate dependencies. Add --enable-libada configure switch.
8048 * configure, Makefile.in: Regenerate.
8049
a31db762 80502004-02-09 Paolo Bonzini <bonzini@gnu.org>
8051
8052 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 8053
d74dd50d 80542004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8055
8056 * configure.in: Don't pass --with-stabs on IRIX 5 either.
8057 * configure: Regenerate.
8058
351ae313 80592004-02-04 Geoffrey Keating <geoffk@apple.com>
8060
8061 Merge from upstream:
8062
8063 * ltmain.in: When setting IFS to '~', be careful about user
8064 arguments that contain '~'.
8065
8066 2004-02-04 Peter O'Gorman <peter@pogma.com>
8067
8068 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
8069 Also test $base_compile against $CC with escaped arguments. Bug
8070 reported by Geoff Keating <geoffk@apple.com>.
8071
b82e7603 80722004-02-04 Kazu Hirata <kazu@cs.umass.edu>
8073
8074 * MAINTAINERS: Remove i960 port.
8075
24b4656e 80762004-01-23 DJ Delorie <dj@redhat.com>
8077
8078 * Makefile.def (target_modules) [libiberty]: Don't stage.
8079 * Makefile.in: Rebuilt.
8080
8f694e4c 80812004-01-20 Caroline Tice <ctice@apple.com>
8082
8083 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 8084
725cf077 80852004-01-19 Paolo Carlini <pcarlini@suse.de>
8086
8087 * MAINTAINERS: Update my email address.
8088
3dc94299 80892004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
8090
8091 * MAINTAINERS: Add myself to write-after-approval.
49fbf4b9 8092
6d3c6627 80932004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8094
8095 * MAINTAINERS: Remove entries without email address.
8096
26ffdd7d 80972004-01-15 Daniel Jacobowitz <drow@mvista.com>
8098
8099 * MAINTAINERS: Add myself to write-after-approval.
8100
0255c638 81012004-01-15 Steven Bosscher <stevenb@suse.de>
8102
8103 * MAINTAINERS: Update my email address.
8104
dcde3c07 81052004-01-14 Loren J. Rittle <ljrittle@acm.org>
4003683b 8106
8107 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
8108 * Makefile.tpl (configure-target-[+module+]): Support stage.
8109 * Makefile.in: Rebuilt.
8110
51292f82 81112004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
8112
8113 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
8114
3b6f11b0 81152004-01-10 Richard Sandiford <rsandifo@redhat.com>
8116
8117 * MAINTAINERS: Add myself as a MIPS maintainer.
8118
090b36fb 81192004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
8120
c8241dd9 8121 * configure.in: Use ./config.cache, not config.cache.
8122 * configure: Regenerate.
8123 * Makefile.tpl: Special-casing not needed for GCC any more.
8124 * Makefile.in: Regenerate.
8125
ba1081ef 8126 * configure.in: Don't share a cache file for host dirs.
8127 * configure: Regenerate.
8128
090b36fb 8129 * config-ml.in: Don't mess with the cache file.
8130
a73c2b4b 81312004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
8132
8133 * MAINTAINERS: Move myself from 'Write After Approval' to
8134 'CPU Port Maintainers' section as SPARC maintainer.
8135
74fef112 81362004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
8137
6509bb23 8138 * Makefile.tpl: Make GCC use a separate config.cache.
8139 * Makefile.in: Regenerate.
8140
74fef112 8141 PR bootstrap/11932, PR bootstrap/11933
8142 (I don't know if it will fix either of them, but it relates
8143 to them.)
8144 * configure.in: Don't use shared config.cache for target
8145 directories.
8146 * configure: Regenerate.
8147
a570dccd 81482004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
8149
8150 * MAINTAINERS: Add myself to 'Write After Approval' section.
8151
3e983e16 81522003-12-31 Roger Sayle <roger@eyesopen.com>
8153
8154 * configure.in (ia64*-*-hpux*): Disable building java libraries.
8155 * configure: Regenerated.
8156
e35ccc0b 81572003-12-23 Kazu Hirata <kazu@cs.umass.edu>
8158
8159 * MAINTAINERS: Remove the mn10200 maintainer.
8160
688429c4 81612003-12-21 Bernardo Innocenti <bernie@develer.com>
49fbf4b9 8162
248deaff 8163 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
8164 * configure: Regenerated.
688429c4 8165
65cc485a 81662003-12-16 Jan Hubicka <jh@suse.cz>
8167
8168 * MAINTAINERS: Add myself as callgraph maintainer.
8169
b31913cd 81702003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
8171
8172 * configure.in (raw_libstdcxx_flags): Remove the leading space.
8173 * configure: Regenerate.
8174
6ebf7635 81752003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
8176
8177 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8178 'Write After Approval' section. Update email.
8179
dcde3c07 81802003-12-01 James Lemke <jim@wasabisystems.com>
40eee2b8 8181
8182 * MAINTAINERS (Write After Approval): Add myself.
8183
233f501d 81842003-11-20 Matt Thomas <matt@3am-software.com>
8185
8186 * MAINTAINERS: Add myself as a vax port maintainer.
8187
3a6fbbb0 81882003-11-20 Kelley Cook <kcook@gcc.gnu.org>
8189
8190 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
8191 (configure-build-[+module+], configure-[+module+]): Likewise.
8192 (configure-target-[+module+], configure-gcc, config.status): Likewise.
8193 * Makefile.in: Regenerate.
8194
fbccfde7 81952003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
8196
8197 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
8198 shared/dylibed libraries.
8199 * ltmain.sh: Likewise.
8200 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
8201 * ltcf-cxx.sh: Likewise.
8202 * ltcf-gcj.sh: Likewise.
8203 * ltconfig: Likewise.
8204
e58f120a 82052003-11-17 Stan Cox <scox@redhat.com>
8206
8207 * MAINTAINERS: Add myself as iq2000 port maintainer.
8208
f008c4c8 82092003-11-14 Arnaud Charlet <charlet@act-europe.fr>
8210
49fbf4b9 8211 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
8212 * Makefile.in: Regenerate.
f008c4c8 8213
4f84a874 82142003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
8215
8216 * config.sub: Update to 2003-11-03 version.
8217
e78b44da 82182003-10-20 Phil Edwards <phil@codesourcery.com>
8219
8220 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
8221 * configure: Regenerate.
8222
dcde3c07 82232003-10-20 Nicolas Pitre <nico@cam.org>
96356481 8224
8225 * MAINTAINERS: Add myself to 'Write After Approval' section.
8226
27bdc4aa 82272003-10-20 Arnaud Charlet <charlet@act-europe.fr>
8228
8229 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8230
84c43cd1 82312003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
8232
8233 * MAINTAINERS: Update my email address.
8234
61a0eea4 82352003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8236
8237 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
8238
dcde3c07 82392003-10-17 Ralph Loader <rcl@ihug.co.nz>
a0a4226a 8240
8241 * MAINTAINERS: Add myself to 'Write After Approval' section.
8242
5f8d73e1 82432003-10-16 Bernardo Innocenti <bernie@develer.com>
8244
8245 * config.guess: Update to 2003-10-16 version.
8246 * config.sub: Update to 2003-10-16 version.
8247
dcde3c07 82482003-10-15 David Daney <ddaney@avtrex.com>
bb5167cc 8249
8250 * MAINTAINERS: Added myself to 'Write After Approval' section.
8251
170f5a00 82522003-10-15 Falk Hueffner <falk@debian.org>
8253
8254 * MAINTAINERS: Move myself from 'Bug database only accounts' to
8255 'Write After Approval' section. Update email.
8256
a7611bf4 82572003-10-14 Roger Sayle <roger@eyesopen.com>
8258
8259 * MAINTAINERS: Move myself from 'Write After Approval' to
8260 'Various Maintainers' section as middle-end maintainer.
8261
70356f61 82622003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
8263
8264 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
8265 HOST_FLAGS_TO_PASS.
8266 * Makefile.in: Regenerate.
8267
258ddda4 82682003-10-11 Bernardo Innocenti <bernie@develer.com>
8269
8270 * config.guess: Update to 2003-10-07 version.
8271 * config.sub: Update to 2003-10-07 version.
8272
ab81b5cb 82732003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8274
8275 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
8276 * ltconfig (irix5*, irix6*): Don't override version_type.
8277
d8e9ea04 82782003-10-05 Mohan Embar <gnustuff@thisiscool.com>
8279
8280 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
8281 * configure: Rebuilt
8282 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
8283 * Makefile.in: Rebuilt
8284
cd5c13ff 82852003-10-03 H.J. Lu <hongjiu.lu@intel.com>
8286
8287 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
8288
40d3e4b2 82892003-09-30 Carlo Wood <carlo@alinoe.com>
8290
248deaff 8291 * MAINTAINERS (Write After Approval): Add myself.
40d3e4b2 8292
05c58265 82932003-09-29 Paul Koning <ni1d@arrl.net>
8294
8295 * MAINTAINERS: Move myself from "Write After Approval"
8296 to CPU platform maintainers for pdp11 platform.
8297
78b5bf24 82982003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
8299
8300 * MAINTAINERS: Move myself from 'Write After Approval' to
8301 'Various Maintainers' section as libffi testsuite maintainer.
8302
fbfea1fa 83032003-09-21 Daniel Jacobowitz <drow@mvista.com>
8304
8305 * configure.in: Pass a computed --program-transform-name
8306 to subconfigures.
8307 * configure: Regenerated.
8308
0c20a995 83092003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
8310
f9bdf3d8 8311 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8312 * Makefile.in: Regenerate.
8313
0c20a995 8314 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8315 * Makefile.in: Regenerate.
8316
1237664b 83172003-09-19 Ziemowit Laski <zlaski@apple.com>
8318
8319 * MAINTAINERS: Move myself from 'Write After Approval'
8320 to 'Various Maintainers' (objective-c) section.
8321
5df533c9 83222003-09-17 Daniel Jacobowitz <drow@mvista.com>
8323
8324 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8325 quoting.
8326 * configure: Regenerated.
8327
f0b55f07 83282003-09-16 Joel Brobecker <brobecker@gnat.com>
8329
8330 * MAINTAINERS (Write After Approval): Add myself to write after
8331 approval list.
8332
55a8be62 83332003-09-16 Dorit Naishlos <dorit@il.ibm.com>
8334
248deaff 8335 * MAINTAINERS (Write After Approval): Add myself.
55a8be62 8336
bb94c300 83372003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
8338
8339 * MAINTAINERS: Update my e-mail address.
8340
9165b0af 83412003-09-09 Alan Modra <amodra@bigpond.net.au>
8342
8343 * libtool.m4 (LD): Correct powerpc64 host match.
8344
01a54e86 83452003-09-06 James E Wilson <wilson@tuliptree.org>
8346
8347 * MAINTAINTERS: Update my affiliation and email address.
8348
8cfcdde8 83492003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8350
8351 * MAINTAINERS (Write After Approval): Add myself.
8352
08d04508 83532003-09-04 DJ Delorie <dj@redhat.com>
8354
8355 * configure: Regenerate.
8356
83572003-09-04 Robert Millan <robertmh@gnu.org>
8358
8359 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
49fbf4b9 8360
25e22e05 83612003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8362
8363 * configure.in: Ensure arguments to sed are properly spaced.
8364 * configure: Regenerate.
8365
d4e272bb 83662003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
8367
8368 * MAINTAINERS: Update my e-mail address.
8369
29eb8c8a 83702003-08-28 Mohan Embar <gnustuff@thisiscool.com>
8371
8372 * MAINTAINERS (Write After Approval): Add myself.
8373
8d288ef7 83742003-08-27 Daniel Jacobowitz <drow@mvista.com>
8375
8376 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8377 * configure: Regenerated.
8378
db648c92 83792003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
8380
8381 * MAINTAINERS: Update my email address.
8382
4482474a 83832003-08-23 Phil Edwards <pme@gcc.gnu.org>
8384
8385 * configure.in: Use newline instead of semicolon when assuming
8386 shell arguments in a for loop.
8387 * configure: Regenerated.
8388
8dd25e42 83892003-08-22 Jason Eckhardt <jle@rice.edu>
8390
8391 * MAINTAINERS: Resurrect the i860 maintainer.
8392
63a057cf 83932003-08-20 Geoffrey Keating <geoffk@apple.com>
8394
9ad4b12b 8395 PR 8180
8396 * configure.in: When testing with_libs and with_headers, treat
8397 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
8398 * configure: Regenerate.
49fbf4b9 8399
63a057cf 8400 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8401 make, shell, etc.
8402 (baseargs): Likewise.
8403 * configure: Regenerate.
8404
cb023c85 84052003-08-20 Bernardo Innocenti <bernie@develer.com>
8406
8407 * MAINTAINERS (Write After Approval): Add myself.
8408
0894307c 84092003-08-19 Geoffrey Keating <geoffk@apple.com>
8410
8411 * configure.in: Disable libgcj for darwin not on powerpc.
8412 * configure: Rebuild.
8413
080e0ef5 84142003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
8415
8416 * config-ml.in, symlink-tree: Add license.
8417
49fbf4b9 84182003-08-03 Richard Stallman <rms@gnu.org>
8419 Eben Moglen <moglen@columbia.edu>
5d982d49 8420
8421 * README.SCO: New file.
8422
465fccaf 84232003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
8424
8425 * Makefile.tpl (check, check-c++): Express dependencies using
8426 dependencies rather than commands.
8427 * Makefile.in: Regenerate.
8428
eda8e89a 84292003-08-01 Andrew Cagney <cagney@redhat.com>
8430
8431 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8432 * configure: Ditto.
8433
9db45a87 84342003-07-31 Geoffrey Keating <geoffk@apple.com>
8435
8436 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
52789e7b 8437 * Makefile.in: Update.
9db45a87 8438
ac57d0b7 84392003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
8440
8441 * configure.in: Enable libgcj for darwin.
8442 * configure: Rebuild.
8443
ea0c3105 84442003-07-29 Phil Edwards <pme@gcc.gnu.org>
8445
8446 * config-ml.in: Use ac_configure_args directly instead of
8447 ml_arguments. Only set ml_norecursion if --no[-]recursion is
8448 actually seen.
8449
2f61b8ca 84502003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
8451
8452 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8453 creating target and build subdirs to build all parent dirs as needed.
8454 * Makefile.in: Rebuild.
8455 * configure.in: Don't build dirs explicitly here.
8456 * configure: Rebuild.
8457
7e13b46d 84582003-07-26 Paul Brook <paul@nowt.org>
8459
8460 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8461
8a3e139d 84622003-07-22 Alexandre Oliva <aoliva@redhat.com>
8463
8464 * Makefile.tpl (all-make): Depend on intl.
8465 * Makefile.in: Rebuilt.
8466
451a290b 84672003-07-20 Phil Edwards <pme@gcc.gnu.org>
8468
8469 * install-sh: Update to newer upstream versions (associated with
8470 aclocal 1.7).
8471 * mkinstalldirs: Likewise.
8472 * missing: Likewise, plus $1Help2man -> $1 typo fix.
8473
b00dcec8 84742003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
8475
8476 * MAINTAINERS: Move self from Bug database only accounts
8477 to write-after-approval.
8478
35e03d52 84792003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
8480
8481 * config.if: Remove unused libc_interface determination.
8482
8b4f1479 84832003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
8484
8485 * MAINTAINERS: Move self from write-after-approval to
8486 build machinery (*.in).
8487
450e6c84 84882003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
8489
8490 PR bootstrap/11273
8491 PR bootstrap/11408
8492 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
8493 unused INSTALL_PROGRAM_ARGS.
8494 * configure.in: Use AC_PROG_INSTALL.
8495 * Makefile.in: Regenerate.
8496 * configure: Regenerate.
8497
461e4409 84982003-07-13 Kazu Hirata <kazu@cs.umass.edu>
8499
8500 * MAINTAINERS: Alphabetize.
8501
700d38c2 85022003-07-10 Alexandre Oliva <aoliva@redhat.com>
8503
8504 * configure: Rebuilt.
8505 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
8506 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8507 newlib nor libgloss.
8508 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
8509 * configure.in (am33_2.0-*-linux*): Added.
8510
678f5830 85112003-07-09 Bob Wilson <bob.wilson@acm.org>
8512
8513 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8514 * configure: Regenerate.
8515
c6976b58 85162003-07-07 Zack Weinberg <zack@codesourcery.com>
8517
8518 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8519 * Makefile.in: Regenerate.
8520
56735f39 85212003-07-04 Zack Weinberg <zack@codesourcery.com>
8522
8523 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8524 * Makefile.in: Regenerate.
8525
dcde3c07 85262003-07-04 H.J. Lu <hongjiu.lu@intel.com>
7a8ca04a 8527
8528 * Makefile.tpl: Replace PWD with PWD_COMMAND.
8529 * Makefile.in: Regenerated.
8530
528819e3 8531 * config-ml.in: Replace PWD with PWD_COMMAND.
8532
1e12d536 85332003-07-04 Zack Weinberg <zack@codesourcery.com>
8534
8535 * intl: New directory; see intl/ChangeLog for details.
8536 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8537 * Makefile.tpl: all-gcc depends on maybe-all-intl.
8538 * Makefile.in: Regenerate.
8539
efe37a83 85402003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
8541
8542 * configure.in: Clean up config-lang.in handling. Delete
8543 useless assignment to "subdirs".
8544 * configure: Regenerate.
8545
328637e8 85462003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
8547
8548 * configure.in: Rename 'target_libs' to 'target_libraries'.
8549 Remove useless reference to 'target_libs'.
8550 * configure: Regenerate.
8551
8ca838c4 85522003-06-23 Keith Seitz <kseitz@sources.redhat.com>
8553
8554 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
8555 * Makefile.in: Regenerate.
8556
36bbd884 85572003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
8558
8559 * Makefile.def: Introduce flags_to_pass.
8560 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
8561 * Makefile.in: Regenerate.
8562
4a9237fb 85632003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
8564
8565 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
8566 and target-libgloss.
8567 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
8568 <h8300*-*-*>: Disable libf2c and ${libgcj}.
8569 * configure: Regenerate.
8570
eb295b2d 85712003-06-17 Benjamin Kosnik <bkoz@redhat.com>
8572
8573 * configure.in: Update testsuite_flags to new location.
8574 * configure. Regenerate.
1e12d536 8575
58933515 85762003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
8577
8578 * Makefile.tpl: Remove BUILD_CC stuff.
8579 * Makefile.in: Regenerate.
8580
4e857606 85812003-06-17 Kazu Hirata <kazu@cs.umass.edu>
8582
8583 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
8584
dcde3c07 85852003-06-16 Graeme Peterson <gp@qnx.com>
5400906f 8586
8587 * MAINTAINERS (Write After Approval): Add myself.
8588
dcde3c07 85892003-06-14 H.J. Lu <hongjiu.lu@intel.com>
1e12d536 8590
6409c17a 8591 * config.guess: Update to 2003-06-12 version.
8592 * config.sub: Update to 2003-06-13 version.
8593
dcde3c07 85942003-06-12 H.J. Lu <hongjiu.lu@intel.com>
98d4589c 8595
8596 * config.guess: Update to 2003-06-06 version.
8597 * config.sub: Update to 2003-06-06 version.
8598
8a76f31d 85992003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8600
8601 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
8602 * configure. Regenerate.
8603
ca3b731f 86042003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
8605
622c1fa9 8606 * configure.in: Disable serial configure by default.
8607 * configure: Regenerate.
8608 * Makefile.tpl: Abolish .NOTPARALLEL.
8609 * Makefile.in: Regenerate.
8610
ab8cf29b 8611 * Makefile.tpl: Replace {build,host,target}_canonical by
8612 {build,host,target}.
8613 * Makefile.in: Regenerate.
8614
ca3b731f 8615 * Makefile.tpl: Fix stupid pasto.
8616 * Makefile.in: Regenerate.
8617
d95eabf9 86182003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
8619
8620 * Makefile.tpl: Remove bogus conditional.
8621 * Makefile.in: Regenerate.
8622
86232003-06-05 Jan Hubicka <jh@suse.cz>
ef3bb540 8624
8625 * Makefile.tpl (profiledbootstrap): New target.
8626 * Makefile.in (profiledbootstrap): New target.
8627
60daf4cb 86282003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
b97ed9b7 8629
8630 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
8631 Pinski. Remove user names from other bugzilla-only maintainers.
8632
ffe98fac 86332003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
8634
ff2e99a4 8635 * Makefile.tpl: Make 'recursive targets' using autogen rather
8636 than shell loop. Remove duplicate 'clean' targets and false
8637 comments.
8638 * Makefile.def: Add systematic dependencies to 'recursive' targets.
8639 Add systematic method of specifying missing targets in subdirs.
8640 Add copyright boilerplate.
8641 * Makefile.in: Regenerate.
8642 * configure.in: Add 'recursive targets' to maybe list.
8643 * configure: Regenerate.
8644
e53ad3a2 8645 * MAINTAINERS: "GNATS only" -> "Bug database only".
8646
ffe98fac 8647 * Makefile.tpl: Rename [+target+] to [+make_target+].
8648 * Makefile.def: Rename 'target' to 'make_target'.
8649
b3ccab1c 86502003-05-31 Neil Booth <neil@daikokuya.co.uk>
8651
8652 * MAINTAINERS: Add self as options handling maintainer.
8653
f81148db 86542003-05-28 Michael Meissner <gnu@the-meissners.org>
8655
8656 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
8657 been too long since I touched those ports.
8658
abcfd3cb 86592003-05-28 DJ Delorie <dj@redhat.com>
8660
8661 * Makefile.tpl: Make maybe-check-gcc .PHONY.
8662 * Makefile.in: Regenerate.
8663
1a21d71c 86642003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8665
8666 * configure.in: Use curly braces in the definition of tooldir.
8667 * configure: Regenerate.
8668
7a9bc7f6 86692003-05-21 DJ Delorie <dj@redhat.com>
1e12d536 8670
7a9bc7f6 8671 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
8672 newlib or libgloss.
8673 * Makefile.in: Regenerate.
8674
575caa8d 86752003-05-21 DJ Delorie <dj@redhat.com>
8676
8677 * Makefile.tpl: Add missing empty maybe-check-gcc target.
8678 * Makefile.in: Regenerate.
8679
8c7c29d9 86802003-05-20 Ian Lance Taylor <ian@airs.com>
8681
8682 * MAINTAINERS: Update my e-mail address.
8683
4d9c9c81 86842003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
8685
8686 * configure.in: Switch more things to use maybe dependencies.
1e12d536 8687 * Makefile.tpl: Switch more things to use maybe dependencies.
4d9c9c81 8688 Factor out common code from autogen IF statements.
8689 * configure: Regenerate.
8690 * Makefile.in: Regenerate.
8691
f74ea578 86922003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
8693
8694 * configure.in: Accept i[3456789]86 for machine type.
8695 * configure: Regenerate.
8696
6f4f34a7 86972003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
8698
8699 * configure.in: Switch more things to use maybe dependencies.
8700 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
8701 * configure: Regenerate.
8702 * Makefile.tpl: Switch more things to use maybe dependencies.
8703 * Makefile.in: Regenerate.
8704
a2e3bfd3 87052003-05-16 Andreas Schwab <schwab@suse.de>
a841c4d4 8706
8707 * Makefile.tpl (install-opcodes): Define.
8708 * Makefile.in: Rebuild.
8709
aeaac216 87102003-05-13 Andreas Jaeger <aj@suse.de>
8711
8712 * config.guess: Update to 2003-05-09 version.
8713 * config.sub: Update to 2003-05-09 version.
8714
dcde3c07 87152003-05-13 Michael Eager <eager@mvista.com>
6995305c 8716
8717 * configure.in: Correct sed script so that options in quotes are not
8718 deleted.
8719 * configure: Rebuild.
8720
d957c480 87212003-05-12 Corinna Vinschen <corinna@vinschen.de>
8722
8723 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
8724 and $$s/newlib/libc/sys/cygwin32 include paths.
8725 * configure: Ditto.
8726
e0ca23ce 87272003-05-12 Michael Meissner <gnu@the-meissners.org>
8728
8729 * MAINTAINERS: Update my email addresses.
8730
26e253a0 87312003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
8732
8733 * config-ml.in: Propagate INSTALL variables.
aeaac216 8734
1f55ccc8 87352003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8736
8737 * MAINTAINERS: Remove duplicate entries in Write After Approval.
8738
d8b01fbe 87392003-05-02 Chris Demetriou <cgd@broadcom.com>
8740
1e12d536 8741 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
8742 * Makefile.in: Regenerate.
d8b01fbe 8743
29b9a35e 87442003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
8745
8746 * MAINTAINERS (GNATS only): Add Falk Hueffner.
8747
904536c9 87482003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
8749
8750 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
8751
170853d0 87522003-04-27 Daniel Jacobowitz <drow@mvista.com>
8753
8754 * Makefile.tpl: Clean $(BUILD_SUBDIR).
8755 * Makefile.in: Regenerated.
8756
d5ab03ba 87572003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
8758
8759 * MAINTAINERS (Write After Approval): Upgrade myself from
8760 GNATS only to write-after-approval. Update my mail address.
8761
dcde3c07 87622003-04-25 Loren J. Rittle <ljrittle@acm.org>
784dc194 8763
8764 (OS Port Maintainers: freebsd): Add myself.
8765
eb13b182 87662003-04-22 Mark Mitchell <mark@codesourcery.com>
8767
8768 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
8769
fe20e83b 87702003-04-22 Kean Johnston <jkj@sco.com>
8771
8772 * MAINTAINERS (SCO ports): Added myself.
8773
acaf46de 87742003-04-21 Nathan Sidwell <nathan@codesourcery.com>
8775
8776 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
8777
efde8e6d 87782003-04-19 Kean Johnston <jkj@sco.com>
8779
8780 * MAINTAINERS (Write After Approval): Add myself.
8781
516b2e07 87822003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8783
8784 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
8785 * Makefile.in: Regenerate.
8786
3647950d 87872003-04-18 Jakub Jelinek <jakub@redhat.com>
8788
8789 * configure.in (powerpc64*-*-linux*): Remove.
8790 * configure: Rebuilt.
8791
057705e9 87922003-04-17 Phil Edwards <pme@gcc.gnu.org>
8793
8794 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
8795 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
8796 and restrap.
8797 * Makefile.in: Regenerate.
8798
c8a4cc21 87992003-04-16 Richard Earnshaw <rearnsha@arm.com>
8800
8801 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
8802 * configure: Regenerated.
8803
62ada5db 88042003-04-15 DJ Delorie <dj@redhat.com>
8805
8806 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
8807
82aa4d68 88082003-04-13 Nick Clifton <nickc@redhat.com>
8809
8810 * config-ml.in: Remove support for --disable-aix removing
8811 call-aix multilibs.
8812
7b26d9f7 88132003-04-10 Alexandre Oliva <aoliva@redhat.com>
8814
8815 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
8816 * */configure: Rebuilt.
8817
51d6e0d7 88182003-04-08 Joel Sherrill <joel@oarcorp.com>
8819
8820 * MAINTAINERS: Add my email address.
8821
13f79774 88222003-03-17 Olivier Hainque <hainque@act-europe.fr>
8823
8824 * MAINTAINERS (Write After Approval): Add myself.
aeaac216 8825
523318a0 88262003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
8827
8828 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
8829 * Makefile.in: Regenerate.
8830
ea0ebc5e 88312003-03-14 Michael Chastain <mec@shout.net>
8832
8833 * Makefile.in: Regenerate with correct Makefile.def.
8834
966842d4 88352003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
8836
8837 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
8838 Make macro.
8839 * Makefile.in: Regenerate.
8840 * configure.in: Clean up gxx_include_dir logic.
8841 * configure: Regenerate.
8842
e72ec9a8 88432003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
8844
8845 * MAINTAINERS (Write After Approval): Add myself.
8846
5a18e4cd 88472003-03-10 Ben Elliston <bje@wasabisystems.com>
8848
8849 * MAINTAINERS: Update my mail address.
8850
2436d08e 88512003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8852
8853 * configure.in (gxx_include_dir): Fix typo.
8854 * configure: Regenerated.
8855
602d002b 88562003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8857
8858 * Makefile.tpl: Reindent.
8859 * Makefile.in: Regenerate.
8860 * configure.in: Reindent. Don't set unused variables.
8861 * configure: Regenerate.
8862
5750c7d4 88632003-03-04 Daniel Jacobowitz <drow@mvista.com>
8864
8865 * configure.in: Include $(build_tooldir)/sys-include in
8866 FLAGS_FOR_TARGET.
8867 * configure: Regenerated.
8868
54d7d5f2 88692003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
8870
224ed654 8871 * Makefile.tpl: Always pass down RANLIB.
8872 * Makefile.in: Regenerate.
8873
123bd2df 8874 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
8875 * Makefile.in: Regenerate.
8876 * configure.in: Remove unused logic relating to --enable-shared
8877 and --enable-threads. Remove bogus comments. Remove redundant
8878 noconfigdirs.
8879 * configure: Regenerate.
8880
54d7d5f2 8881 * configure.in: Replace ${libstdcxx_version} by its value.
8882 Remove reference to mh-dgux.
8883 * configure: Regenerate.
8884
98dce82b 88852003-03-03 Kevin Buettner <kevinb@redhat.com>
8886
8887 * MAINTAINERS (Write After Approval): Add myself.
8888
f7ca337f 88892003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8890
8891 * Makefile.tpl: Rearrange.
8892 * Makefile.in: Regenerate.
8893
dcde3c07 88942003-02-25 Uwe Stieber <uwe@wwws.de>
336577be 8895
8896 * configure.in: Add support for kaOS as cross build target system.
8897 * configure: Regenerated.
8898
4e29e79f 88992003-02-24 Steven Bosscher <steven@gcc.gnu.org>
8900
8901 * MAINTAINERS (Write after approval): Add myself.
8902
9a5856da 89032003-02-21 James E Wilson <wilson@tuliptree.org>
8904
8905 * MAINTAINERS: Update my email address.
8906
f05d1a58 89072003-02-21 Zack Weinberg <zack@codesourcery.com>
8908
8909 * MAINTAINERS: Add self to blanket write privs. section.
8910
de0c9797 89112003-02-20 Sean McNeil <sean@blue.mcneil.com>
8912
8913 * Makefile.tpl: Add definition of CPPFLAGS to pass into
8914 configure-target-* as some target builds may require additional
8915 flags for preprocessor tests.
8916 * Makefile.in: Regenerated.
8917
3290c0cf 89182003-02-19 Alexandre Oliva <aoliva@redhat.com>
8919
de3c9f55 8920 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
8921 * ltconfig: Handle it.
8922 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
8923 auto-detecting it.
8924
a4e88f7d 8925 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
8926 it is used as argument to $CC.
8927 * ltcf-gcj.sh: Likewise.
8928
3290c0cf 8929 * configure.in: Introduce --enable-maintainer-mode.
8930 * configure: Rebuilt.
8931 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
8932 for maintainer mode.
8933 * Makefile.in: Rebuilt.
8934
0537137a 89352003-02-18 Jason Merrill <jason@redhat.com>
8936
8937 * Makefile.tpl (check-c++): Allow parallelism.
8938
201a9c33 89392003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8940
8941 * MAINTAINERS: Remove John Carr (who never actually had access to
8942 gcc.gnu.org).
8943
c0e5028f 89442003-02-15 Geoffrey Keating <geoffk@apple.com>
8945
8946 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
8947 don't configure target-libobjc.
8948 * configure: Regenerate.
8949
7c86fd3f 89502003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8951
8952 * Makefile.tpl (RANLIB): Define.
8953 * Makefile.in: Regenerate.
8954
bd20d38b 89552003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
8956
8957 * MAINTAINERS: Update my email.
f05d1a58 8958
e50ab007 89592003-02-06 Keith R Seitz <keiths@redhat.com>
8960
8961 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
8962 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
8963 * Makefile.in: Regenerated.
8964 * configure.in: Remove all traces of snavigator, db, and grep.
8965 * configure: Regenerated.
8966
c91e543c 89672003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8968
8969 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
8970 After Approval.
8971
70e7788a 89722003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
8973
8974 * MAINTAINERS (Write after approval): Add myself.
8975
621ed2b9 89762003-01-31 Frank Ch. Eigler <fche@redhat.com>
8977
8978 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
8979 * Makefile.in: Regenerated.
8980
f08ad151 89812003-01-30 Roger Sayle <roger@eyesopen.com>
8982
8983 * config.guess: Updated to 2003-01-30's version.
8984 * config.sub: Updated to 2003-01-28's version.
8985
47fe0706 89862003-01-30 Alexandre Oliva <aoliva@redhat.com>
8987
8988 * config.if: If gcc_version is already set, just use it. Don't set
8989 gcc_version_trigger if it's already set, otherwise set it to
8990 gcc/version.c, but only if the file exists. If it is not set and
8991 gcc/version.c does not exist, try to extract the version number from
8992 $CC.
8993
fa163406 89942003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
8995
f05d1a58 8996 * MAINTAINERS: Add myself to write-after-approval list.
fa163406 8997
e4ca87c8 89982003-01-27 Phil Edwards <pme@gcc.gnu.org>
8999
9000 * configure.in: Revert 24Jan change.
9001 * configure: Regenerate.
9002
c2cb58bc 90032003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9004
9005 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
9006 entry of HJ Lu.
9007
bd564d1c 90082003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9009
9010 * configure.in: Revert previous change.
9011 * configure: Regenerate.
9012
d5e7287b 90132003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9014
9015 * configure.in: Make rda native-only.
9016 * configure: Regenerate.
9017
15bbfd76 90182003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9019
9020 * MAINTAINERS: Move myself from GNATS-only-accounts to
9021 write-after-approval.
9022
cdfc500e 90232003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
9024
9025 * configure.in: Add missing \.
9026 * configure: Rebuilt.
9027
c9b54641 90282003-01-17 Jakub Jelinek <jakub@redhat.com>
9029
9030 * configure.in (baseargs): Avoid using \| in sed regular
9031 expressions.
9032 * configure: Rebuilt.
9033
da7bb396 90342003-01-16 Jakub Jelinek <jakub@redhat.com>
9035
9036 * configure.in (baseargs): Remove all supported forms of
9037 --cache-file, --srcdir, --host, --build and --target options
9038 from argument lists.
9039 * configure: Rebuilt.
9040
6d3cf184 90412003-01-15 Josef Zlomek <zlomekj@suse.cz>
9042
9043 * MAINTAINERS: Add myself to write-after-approval list.
9044
ef9a8a41 90452003-01-15 Alexandre Oliva <aoliva@redhat.com>
9046
9047 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
9048 * configure: Rebuilt.
9049
a16b5a9d 90502003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
9051
9052 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
9053 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
9054 * Makefile.in: Regenerate.
9055 * configure: Regenerate.
9056
980d8b91 90572003-01-09 Alexandre Oliva <aoliva@redhat.com>
9058
9059 * configure.in: Remove Makefile in build, host and target modules
9060 unless configure was run with --no-recursion.
9061 * configure: Rebuilt.
9062
05794691 90632003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9064
9065 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
9066 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
9067 * Makefile.in: Regenerate.
9068
8ddabd5d 90692003-01-08 Chris Demetriou <cgd@broadcom.com>
9070
9071 * config.guess: Update to 2003-01-03 version.
9072 * config.sub: Update to 2003-01-03 version.
9073
f98c470c 90742003-01-07 Christopher Faylor <cgf@redhat.com>
9075
9076 * configure: Regenerate with proper autoconf 2.13.
9077
d65dd253 90782003-01-07 Christopher Faylor <cgf@redhat.com>
9079
9080 * configure.in: Add AC_PREREQ for consistency.
f98c470c 9081 * configure: Regenerate.
d65dd253 9082
8fdaf281 90832003-01-06 Andrew Cagney <ac131313@redhat.com>
9084
9085 * configure.in (GDB_TK): Add tcl directories conditional on
9086 gdb/gdbtk directory being present.
9087 * configure: Regenerate.
f05d1a58 9088
dcde3c07 90892003-01-04 John David Anglin <dave.anglin@nrc.ca>
8406dd56 9090
dcde3c07 9091 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
9092 used by gcc if LD is not defined and we are not doing a Canadian Cross.
8406dd56 9093 * configure: Rebuilt.
9094
f53265fe 90952002-12-31 Tom Tromey <tromey@redhat.com>
9096
9097 * Makefile.in: Rebuilt.
9098 * Makefile.def (target_modules) [libffi]: Allow installation.
9099
0411e85f 91002002-12-31 Andreas Schwab <schwab@suse.de>
9101
9102 * configure.in: Fix use of $program_transform_name.
9103 * configure: Regenerated.
9104
a13fbfc9 91052002-12-30 Daniel Jacobowitz <drow@mvista.com>
9106
9107 * configure.in (baseargs): Don't remove first configure argument.
5f4084b7 9108 * configure: Regenerated.
a13fbfc9 9109
ec955b52 91102002-12-29 Alexandre Oliva <aoliva@redhat.com>
9111
9112 * Makefile.tpl (local-distclean): Don't remove...
9113 (multilib.ts): ... this. Moved into...
9114 (multilib.out): ... this. Don't use sub-make.
9115 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
9116 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
9117 (configure-build-[+module+], configure-[+module+],
9118 configure-target-[+module+], configure-gcc): ... these. Test
9119 for Makefile existence. Drop config.status from dependencies.
9120 * Makefile.in: Rebuilt.
9121 * configure.in: Move gcc-version-trigger to the end of
9122 ac_configure_args. Add comments to maybedep.tmp and
9123 serdep.tmp. Introduce --disable-serial-configure. Remove
9124 nonopt from baseargs, matching and removing corresponding
9125 whitespace while at it.
9126 * configure: Rebuilt.
9127
041dd099 91282002-12-28 Alexandre Oliva <aoliva@redhat.com>
9129
fca297b0 9130 * configure.in (host_configargs): Replace reference to
9131 no-longer-defined buildopts with --build=${build_alias}.
9132 * configure: Rebuilt.
9133
041dd099 9134 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
9135 program_transform_name to standard idiom.
9136 (AUTOGEN, AUTOCONF): Define.
9137 (Makefile.in): Use $(AUTOGEN).
9138 (Makefile): Depend on config.status, and use autoconf-style rule to
9139 build it. Move original commands to...
9140 (config.status): ... this new target.
9141 (configure): Add $(srcdir). Depend on config/acx.m4. Use
9142 $(AUTOCONF).
9143 * Makefile.in: Rebuilt.
9144
71ab34df 91452002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
9146
d75be5a6 9147 * Makefile.tpl: Fix dramatic bustage due to change in
9148 program_transform_name.
9149 * Makefile.in: Regenerate.
9150
9151 * configure.in: Remove unnecessary PATH setting.
9152 * configure: Regnerate.
9153
9154 * configure.in: Don't default to unprefixed tools unless
9155 the native tools will work.
9156 * configure: Regenerate.
9157
71ab34df 9158 * configure.in: Convert to autoconf script. Blow away lots
9159 of now-redundant Makefile fragments.
9160 * configure: Generate using Autoconf.
9161 * Makefile.tpl: Rewrite to reflect autoconfiscation.
9162 * Makefile.in: Regenerate.
9163
09fe6d98 91642002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
9165
3a7bfd0c 9166 * configure: Fix stupid bug where RANLIB was mistakenly included.
9167
f05d1a58 9168 * configure.in: Rename (buildargs, hostargs, targargs) to
3a7bfd0c 9169 (build_configargs, host_configargs, target_configargs).
9170
9171 * configure.in: Move logic out of sed statement.
9172
f05d1a58 9173 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
09fe6d98 9174 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
9175
53a01bae 91762002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
9177
9178 * config.sub: Import from master repository
9179 * config.guess: Ditto
9180
11a0151c 91812002-12-24 Andreas Schwab <schwab@suse.de>
9182
9183 * Makefile.tpl (multilib.out): Fix missing space.
9184 * Makefile.in: Regenerate.
9185
ca86fd55 91862002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
9187
9188 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
9189 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
9190 * Makefile.in: Regenerate.
9191 * configure.in: Remove unnecessary leftovers.
9192
b437616a 91932002-12-21 Geoffrey Keating <geoffk@apple.com>
9194
9195 * configure.in (extra_ranlibflags_for_target): New variable.
9196 (*-*-darwin): Add -c to ranlib commands.
9197 * configure (tooldir): Handle extra_ranlibflags_for_target.
9198
927f1f0c 91992002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
9baae5de 9200
9201 * Makefile.tpl: Revert HJL's change.
9202 * Makefile.in: Regenerated.
9203 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
9204 always.
9205
df9badbe 92062002-12-19 Andreas Schwab <schwab@suse.de>
9207
9208 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
9209 * Makefile.in: Regenerate.
9210
dcde3c07 92112002-12-18 H.J. Lu <hjl@gnu.org>
cfaaca3e 9212
9213 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
9214 * Makefile.in: Regenerated.
9215
9216 * configure.in (build_prefix): New. Substitute.
9217
20672016 92182002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
9219
6c11eefc 9220 * Makefile.tpl: Don't let real targets depend on phony targets.
9221 * Makefile.in: Regenerate.
9222
20672016 9223 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
9224 * Makefile.in: Regenerate.
9225
462c28fa 92262002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
9227
9228 * config.sub: Import from master repository
9229 * config.guess: Ditto
9230
f7c8fc8e 92312002-12-16 Jason Merrill <jason@redhat.com>
9232
9233 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
9234 previous 'make bootstrap'.
9235 * Makefile.in: Regenerate.
9236
4bcd8023 92372002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
9238
9239 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
9240
805e22b2 92412002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
9242
9243 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
9244 * Makefile.in: Regenerate.
9245
d1211e96 92462002-12-13 Jason Merrill <jason@redhat.com>
9247
7c28bad6 9248 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
d1211e96 9249 library tests.
9250 (check-c++): Just depend on it and check-target-libstdc++-v3.
7c28bad6 9251 * Makefile.in: Regenerate.
9252
805e22b2 92532002-12-12 Alexandre Oliva <aoliva@redhat.com>
9254
9255 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
9256 * Makefile.in: Rebuilt.
9257
1afe6db1 92582002-12-12 Alexandre Oliva <aoliva@redhat.com>
9259
9260 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
9261
805e22b2 92622002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
9263
9264 * configure: Fix bug put in by gremlins.
9265
9266 * Makefile.tpl: Substitute more autoconfily.
9267 * configure: Substitute more autoconfily.
9268 * Makefile.in: Regenerate.
9269
7960374c 92702002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
9271
9272 * config.sub: Import from master repository
9273 * config.guess: Ditto
9274 * MAINTAINERS: Added Svein Seldal under write after approval
9275
805e22b2 92762002-12-08 Andrew Cagney <ac131313@redhat.com>
9277
9278 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
9279 * Makefile.in (all-sim): Ditto.
9280
92812002-12-06 DJ Delorie <dj@redhat.com>
9282
9283 * Makefile.tpl: Change configure dependencies to not have real
9284 targets depend on phony targets.
9285
92862002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
9287
9288 * configure.in: Revert unintentional change.
9289
9290 * Makefile.tpl: Change dependency for */multilib.out so that
9291 it works when gcc isn't in the tree.
9292
9293 * configure.in: Substitute more.
9294 * configure: Run subconfigures from the Makefile.
9295 * Makefile.tpl: Run subconfigures from the Makefile; add a few
9296 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
9297
761158c0 92982002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9299
9300 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
9301
805e22b2 93022002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
9303
9304 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
9305 and corresponding dependencies.
9306 * Makefile.in: Regenerate.
9307
9308 * configure.in (host_tools): Order binutils, gas and ld for
9309 convenience in running the testsuites.
9310
9311 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9312 * Makefile.in: Regenerate.
9313 * configure.in: Introduce rules to serialize subconfigure runs.
9314
9315 * configure.in: Introduce BASE_CC_FOR_TARGET.
9316 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
9317 Realize configure-build-* targets. Realize configure-target-* targets.
9318 * Makefile.in: Regenerate.
9319
93202002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
9321
9322 * configure: Move gcc_version_trigger stuff from here...
9323 * configure.in: ...to here.
9324
9325 * configure.in: Separate subconfigure options added by this file from
9326 options given by the user. Add machinery to put args for host
9327 subconfigures into the Makefile.
9328
9329 * Makefile.tpl: Remove 'vault' targets.
9330 * Makefile.tpl: Reorder and comment dependencies.
9331 * Makefile.in: Regenerate.
9332
93332002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
9334 * configure.in: Fix my broken commit of previous patch. (sigh)
9335
7384c63f 93362002-11-28 Geoffrey Keating <geoffk@apple.com>
9337
9338 * configure.in: Move host-specific darwin noconfigdirs into
9339 the host-specific section.
9340
805e22b2 93412002-11-28 Geoffrey Keating <geoffk@apple.com>
9342
9343 * configure.in: Move host-specific darwin noconfigdirs into
9344 the host-specific section.
9345
93462002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
9347
9348 * configure: Remove skip-this-dir support.
9349 * Makefile.tpl: Remove skip-this-dir support.
9350
9351 * Makefile.tpl: Remove leftover support for non-autoconfiscated
9352 subdirectories.
9353 * Makefile.in: Regenerate.
9354
9355 * Makefile.tpl: Strip out useless setting of 'dir'.
9356 * Makefile.in: Regenerate.
9357
93582002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
9359
9360 * configure.in: Fix deeply stupid bug.
9361
9362 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
9363 shell code in CXX_FOR_TARGET
9364 * Makefile.def: Introduce raw_cxx.
9365 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
9366 RAW_CXX_FOR_TARGET.
9367 * Makefile.in: Regenerate.
9368
93692002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
9370
9371 * Makefile.tpl: Remove unnecessary ifs.
9372 * Makefile.in: Regenerate.
9373
9374 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
9375 dependencies. Maybe-ize build-libiberty. Create dummy install
9376 targets for 'no_install' modules.
9377 * configure: Move GDB_TK substitution to configure.in. Move
9378 build_modules stuff to configure.in.
9379 * configure.in: Implement soft dependency machinery. Maybe-ize
9380 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
9381 * Makefile.in: Regenerate.
9382
93832002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
9384
9385 * Makefile.tpl: Make all-target, install-target behave similarly
9386 to all, install (only hitting configured targets). Eliminate
9387 unused macro defintions.
9388
9389 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9390 build != host.
9391
9392 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9393
9394 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9395
9396 * configure.in: Produce lists of subdir targets we're actually
9397 configuring. Remove references to "dosrel".
9398 * Makefile.tpl: Let configure set which subdir targets are hit.
9399 Remove install-cross; clean up install; remove ALL. Remove
9400 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
9401 Autogenerate host module targets. Remove empty dependency lines
9402 and redundant dependency; rearrange slightly.
9403 * Makefile.def: Add host-side libtermcap, utils.
9404
9405 * Makefile.in: Regenerate.
9406
0753f1b5 94072002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9408
9409 * ltconfig (osf[345]): Append $major to soname_spec.
9410 Reflect this in library_names_spec.
9411 * ltmain.sh (osf): Prefix $major with . for use as extension.
9412
4b695c23 94132002-11-19 Andreas Jaeger <aj@suse.de>
9414
9415 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9416 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9417 and sparc64 GNU/Linux systems.
9418
3e8ebe0a 94192002-11-19 Nathan Sidwell <nathan@codesourcery.com>
9420
9421 * MAINTAINERS: Update email.
9422
73a8b678 94232002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9424
9425 * MAINTAINERS: Complete James Dennett's entry.
9426
894e4f56 94272002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
9428
9429 * MAINTAINERS (Write After Approval): Add myself.
9430
f507a3cb 94312002-11-13 Bruce Korb <bkorb@gnu.org>
9432
9433 * Makefile.tpl: syntactic cleanup
9434
dcde3c07 94352002-11-13 Stuart Hastings <stuart@apple.com>
593dc58a 9436
9437 * MAINTAINERS: Add myself to write-after-approval list.
9438
805e22b2 94392002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9440
9441 * Makefile.def: Add list of recursive targets to autogenerate.
9442 Add build_modules.
9443 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
9444 targets. Autogenerate *-build-* targets.
9445 * Makefile.in: Regenerate.
9446
94472002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
9448
9449 * configure: More autoconf-style substitutions.
9450 * Makefile.tpl: More autoconf-style substitutions.
9451 * Makefile.in: Regenerate.
9452
94532002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
9454
9455 * configure: Substitute more variables in a more autoconf-friendly
9456 way. Simplify slightly.
9457 * Makefile.tpl: Make more variables substitutable in an
9458 autoconf-friendly way.
9459 * Makefile.in: Regenerate.
9460
4dd0a098 94612002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
9462
9463 * MAINTAINERS (Write After Approval): Add myself.
9464
805e22b2 94652002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
9466
9467 * configure.in (v810*): Remove special setting of tools.
9468
9469 * configure: Add support for extra required flags for ar or nm.
9470 * configure.in (aix4.3+): Use above support for target-specific
9471 issues, rather than using config/mt-aix43.
9472
94732002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
9474
9475 * configure: Remove 'removing', which doesn't work. Replace $subdir
9476 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
9477 with $srcdir. Reformat indentation. Substitute some variables
9478 formerly hard-coded in the Makefile for build=host.
9479 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9480 * Makefile.def: Autogenerate more.
9481 * Makefile.in: Regenerate.
9482
40679d3b 94832002-11-04 Adam Nemet <anemet@lnxw.com>
9484
9485 * MAINTAINERS (Write After Approval): Add myself.
9486
062b02db 94872002-11-04 Kevin Buettner <kevinb@redhat.com>
9488
9489 * Makefile.def (host_modules): Add rda.
9490 * Makefile.in: Regenerate.
9491 * configure.in (target_tool): Add target-rda to list.
9492
bb0439dd 94932002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9494
9495 * MAINTAINERS: Remove "co-maintainer" note for web pages.
9496
a3c3be37 94972002-10-25 Phil Edwards <pme@gcc.gnu.org>
9498
9499 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
9500 and restrap targets to this rule.
9501 * Makefile.in: Regenerate.
9502
dd1a0a37 95032002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9504
9505 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9506 GNATS only accounts.
9507
4ea2c3bf 95082002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
9509
9510 * configure.in (i[3456]86-*-linux*): Add check to disable
9511 ${libgcj} for glibc1.
9512
03333934 95132002-10-24 Denis Chertykov <denisc@overta.ru>
9514
9515 * MAINTAINERS: Add myself as ip2k port maintainer.
9516
6c5e2f80 95172002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
9518
9519 * configure.in: Add tic4x target.
9520
949b0daa 95212002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
9522
0e26095b 9523 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9524 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9525 * Makefile.in: Regenerate.
9526
949b0daa 9527 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9528 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9529 * Makefile.in: Regenerate.
9530
aa80d31c 95312002-10-02 Janis Johnson <janis187@us.ibm.com>
9532
9533 * MAINTAINERS: Add myself as web pages co-maintainer.
9534
87614545 95352002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
9536
9537 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9538 * Makefile.in: Regenerate.
9539
4aac350f 95402002-10-02 Zack Weinberg <zack@codesourcery.com>
9541
9542 * MAINTAINERS: Add myself and Nathan Sidwell
9543 <nathan@codesourcery.com> as VxWorks maintainers.
9544
e3e6c470 95452002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
aca8ad75 9546
9547 * Makefile.def: Remove order dependency comments.
9548 * Makefile.tpl: Add explicit install-install dependencies.
9549 * Makefile.in: Regenerate.
d6a4a914 9550
3fef3c05 9551 * Makefile.tpl: Remove material now in src-release. (Finally!)
aca8ad75 9552 * Makefile.in: Regenerate.
3fef3c05 9553
d6a4a914 9554 * Makefile.tpl: Add configure-target (for src-release in src)
9555 * Makefile.in: Regenerate.
9556
eb5db528 95572002-09-30 Nick Clifton <nickc@redhat.com>
9558
9559 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
9560
971b1aa4 95612002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
9562
9563 * configure.in (s390*-*-linux*): Enable libgcj.
9564
b7d94964 95652002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
9566
5fa209e7 9567 * configure: Revert accidentally applied changes.
9568
b7d94964 9569 * Makefile.tpl: Make more autoconf-friendly.
9570 * Makefile.in: Regenerate.
9571 * configure: Make substitution more autoconf-like.
9572
2704ebd1 95732002-09-28 Richard Earnshaw <rearnsha@arm.com>
9574
9575 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
9576 single entry to handle all these.
9577 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
9578 libjava on arm-*-elf.
9579
352ce91b 95802002-09-27 Geoffrey Keating <geoffk@apple.com>
9581
9582 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
9583 things that depend on them.
9584
0311ff84 95852002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
9586
9587 * Makefile.tpl: Make subsituted variables more autoconfy.
9588 * Makefile.in: Regenerate.
9589 * configure: Make seds more autoconfy.
9590
cc46b37d 95912002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
0e1ac85c 9592
9593 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
9594 * Makefile.in: Regenerate.
9595 * configure.in: Rewrite sed statements to look autoconfy.
9596
cc46b37d 9597 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
9598 all-target-foo on configure-target-foo.
9599 * Makefile.def: Ditto.
9600 * Makefile.in: Rebuild.
9601
baabce06 96022002-09-25 Andrew Haley <aph@redhat.com>
9603
9604 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
9605
2a1ac811 96062002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
9607
9608 * Makefile.def: New file.
9609 * Makefile.tpl: New file.
9610 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
9611 * contrib/gcc_update: Note that Makefile.in is a generated file.
9612
9613 * configure.in: Minor rearrangement. Simplify tests.
9614
c725cfd7 96152002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
9616
9617 * configure.in (with_headers): Skip copy if value is "yes".
9618 (with_libs): Likewise.
9619
058a3669 96202002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
4babcd43 9621
9622 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
9623 * configure.in (sh*-*-pe*): Ditto.
9624 * configure.in (mips*-*-pe*): Ditto.
9625 * configure.in (*arm-wince-pe): Ditto.
9626
512912f3 9627 * configure.in: Rearrange.
9628
dfcd4425 96292002-09-14 Kazu Hirata <kazu@cs.umass.edu>
9630
9631 * MAINTAINERS: Update my email address.
9632
d90b8b3d 96332002-08-30 Paul Koning <pkoning@equallogic.com>
9634
9635 * MAINTAINERS: (Write After Approval): Add myself.
9636
915f1827 96372002-08-29 Geoffrey Keating <geoffk@redhat.com>
9638
9639 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
9640
bf81fbc5 96412002-08-24 Geoffrey Keating <geoffk@redhat.com>
9642
9643 * MAINTAINERS: Change my mailing address.
9644
f9ab9bb4 96452002-08-21 Paolo Carlini <pcarlini@unitus.it>
9646
9647 * MAINTAINERS (Write After Approval): Remove myself.
4aac350f 9648 (Various Maintainers: c++ runtime libs): Add myself.
f9ab9bb4 9649
dcde3c07 96502002-08-20 Loren J. Rittle <ljrittle@acm.org>
805892cf 9651
9652 * MAINTAINERS (Write After Approval): Remove myself.
9653 (Various Maintainers: c++ runtime libs): Add myself.
9654
2857c21b 96552002-08-15 Eric Christopher <echristo@redhat.com>
9656
9657 * config.sub: Import from master repository.
9658 * config.guess: Ditto.
9659
4269a651 96602002-08-19 Alexandre Oliva <aoliva@redhat.com>
9661
9662 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
9663 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
9664 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
9665
0bc5749d 96662002-08-16 Aldy Hernandez <aldyh@redhat.com>
9667
9668 * MAINTAINERS: Add self to rs6000 vector extensions.
9669
38f91bf2 96702002-08-15 Alexandre Oliva <aoliva@redhat.com>
9671
9672 * libiberty/configure: Reverted unintended yesterday's check in.
9673
c837ae19 96742002-08-14 Alexandre Oliva <aoliva@redhat.com>
9675
9676 * boehm-gc/configure, libf2c/configure: Rebuilt.
9677 * libffi/configure, libiberty/configure: Ditto.
9678 * libjava/configure, libobjc/configure: Ditto.
9679 * libstdc++-v3/configure, zlib/configure: Ditto.
9680 Merged from binutils:
9681 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
9682 From Steve Ellcey <sje@cup.hp.com>:
9683 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
9684 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
9685 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
9686 IA64.
9687 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
9688 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
9689 soname_spec, sys_lib_search_path_spec): Ditto.
9690
dcde3c07 96912002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
dc0ea924 9692
9693 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
9694
769d609b 96952002-08-04 H.J. Lu (hjl@gnu.org)
9696
9697 * configure.in (mips*-*-linux*): Don't skip target-libffi.
9698
fad51d8f 96992002-08-02 Krister Walfridsson <cato@df.lth.se>
9700
9701 * MAINTAINERS (Write After Approval): Add myself.
9702
e31d86e1 97032002-07-31 Alan Modra <amodra@bigpond.net.au>
9704
9705 * configure.in: Move generic linux case to end. Copy generic
9706 linux noconfigdirs to mips*-*-linux* entry and new
9707 powerpc64*-*-linux* entry. Add target-libffi for the latter.
9708
31699db1 97092002-07-19 Michael Matz <matz@suse.de>
9710
9711 * MAINTAINERS: Add myself as ra* maintainer.
9712
2ac0d5ca 97132002-07-16 Chris Demetriou <cgd@broadcom.com>
9714
9715 * config.guess: Update to 2002-07-09 version.
9716 * config.sub: Update to 2002-07-03 version.
9717
501ad919 97182002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
9719
9720 * MAINTAINERS: Fix typo in a maintainer email address.
9721
753fca8a 97222002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
9723
9724 * configure.in: Remove two redundant tests.
9725
61ab9ea9 97262002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9727
9728 * configure.in (mips*-*-irix6*o32): Enable stabs.
9729
39b7c449 97302002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
9731
a7d623d2 9732 * configure.in: Don't build grez.
9733 * Makefile.in: Ditto.
9734
39b7c449 9735 * Makefile.in: Remove references to bsp, cygmon, libstub.
9736 * configure.in: Ditto.
9737
9738 * configure.in: Remove leftover reference to gdbtest.
9739
418aeabd 97402002-07-08 Phil Edwards <pme@gcc.gnu.org>
9741
9742 * configure.in (gxx_include_dir): Change to match versioned
9743 C++ headers if --enable-version-specific-runtime-libs is used.
9744
7261cb98 97452002-07-04 Steve Ellcey <sje@cup.hp.com>
2857c21b 9746
7261cb98 9747 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
9748
f6c0123d 97492002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
9750
9751 * configure.in: Make --without-x work.
9752
a054af37 97532002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
9754
70af7570 9755 * configure.in: Rearrange target Makefile fragment collection.
9756
a054af37 9757 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
9758 cvs[src].
9759 * configure.in: Ditto.
9760
59303ed0 97612002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
9762
9763 * MAINTAINERS (Write After Approval): Update my e-mail address.
9764
4606a26b 97652002-06-24 Ben Elliston <bje@redhat.com>
9766
9767 * configure.in (host_tools): Remove cgen.
9768
9769 * Makefile.in (all-cgen): Remove; runs from its source directory.
9770 (check-cgen, install-cgen, clean-cgen): Likewise.
a054af37 9771 (all-opcodes): Do not depend on all-cgen.
4606a26b 9772 (all-sim): Likewise.
9773
dcde3c07 97742002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
4606a26b 9775
9776 * Makefile.in: Eliminate 'apache' targets.
9777 * configure.in: Eliminate 'apache' targets.
9778
13b1b53a 9779 * configure.in: Eliminate redundant tests. Reorganize.
9780
9acba065 9781 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
9782
d240b39d 9783 * config-ml.in: Eliminate references to Cygnus configure.
9784
8323b19f 9785 * Makefile.in: Eliminate references to building emacs.
9786
5e606a0f 97872002-06-28 Graham Stott <graham.stott@btinternet.com>
9788
9789 * MAINTAINERS: Update my email address.
9790
531034c6 97912002-06-26 Benjamin Kosnik <bkoz@redhat.com>
9792
9793 * config.if (libstdcxx_incdir): Version C++ headers.
2857c21b 9794 (cxx_incdir): Remove.
531034c6 9795
bbe6e35a 97962002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
9797
9798 * MAINTAINERS (Write After Approval): Add self.
9799
1be37211 9800Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
9801
9802 * configure.in: Add support for ip2k.
9803
28070d68 98042002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
9805
9806 * configure.in: Fix AIX configury bug.
9807
750f93c6 98082002-06-20 Steve Ellcey <sje@cup.hp.com>
9809
9810 * MAINTAINERS (Write After Approval): Add self.
9811
6862ee05 98122002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9813
296a0f54 9814 * configure.in: replace ${topsrcdir} with ${srcdir}
9815
79381a91 9816 * configure.in: Move definition of libstdcxx_flags
9817 right above usage, rather than waaay earlier.
9818
99aa6b34 9819 * configure.in: Pull definition of is_cross_compiler earlier.
9820
2e74a29f 9821 * configure.in: Rearrange a little.
9822
6862ee05 9823 * configure.in: Remove references to librx.
9824 * Makefile.in: Remove references to librx.
9825
8208f71e 9826Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
9827
9828 * config.sub: Add support for avr target.
9829 Import from master sources, rev 1.255
2857c21b 9830
b3167a65 98312002-06-19 Phil Edwards <pme@gcc.gnu.org>
9832
9833 * configure, .cvsignore: Revert previous change...
9834 * Makefile: ...delete.
9835
3177ad11 98362002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
9837
9838 * configure.in: Eliminate ${gasdir} variable.
9839
98b82774 98402002-06-18 Dave Brolley <brolley@redhat.com>
9841
9842 * configure.in: Add support for frv.
9843 * config.sub: Add support for frv.
9844
324ae56a 98452002-06-18 Phil Edwards <pme@gcc.gnu.org>
9846
9847 * configure: Remove garbage from previous commit.
9848
9bf16801 98492002-06-18 Phil Edwards <pme@gcc.gnu.org>
9850
9851 * configure: For in-source builds, make a subdir and re-exec there.
9852 * Makefile: New file. Pass targets through to build directory.
9853 * .cvsignore: No longer ignore "Makefile".
9854
ceb0e431 98552002-06-16 Douglas Rupp <rupp@gnat.com>
9856
9857 * MAINTAINERS (Write After Approval): Add self.
9858
50471600 98592002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9860
9861 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
9862
5f0cd095 98632002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
9864
9865 * configure.in (vax-*-netbsd*): Re-enable gas.
9866
02a5d82a 98672002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
9868
286bd992 9869 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
9870 BUILD_PREFIX_1, to correct nomenclature.
9871 * configure: Likewise.
9872
02a5d82a 9873 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
9874 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
9875
33327ce2 98762002-05-31 Olaf Hering <olh@suse.de>
9877
9878 * config-ml.in: Propogate DESTDIR also.
9879
ce3c05b4 98802002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
9881
9882 * configure.in (vax-*-netbsd*): Don't build gas for this
9883 platform.
9884
a899dc64 98852002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
9886
9887 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
9888 and libgcj for AVR.
9889
fe44416c 98902002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
9891
9892 * MAINTAINERS (Write After Approval): Add myself.
9893
81c7c0cd 98942002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
9895
9896 * config.guess: Update to 2002-05-22 version.
9897 * config.sub: Likewise.
9898
3354d061 98992002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9900
9901 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
9902 * config-ml.in: Likewise.
9903 * configure: Likewise.
9904 * configure.in: Likewise.
9905
38d811e4 99062002-05-16 Stephane Carrez <stcarrez@nerim.fr>
9907
9908 * MAINTAINERS: Update my email address.
9909
85b038d8 99102002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
9911
e12be23e 9912 * configure.in: Simplify makefile fragment collection.
9913
9914 * configure.in: Remove code to build emacs.
ebd9f514 9915
64d298c9 9916 * configure.in : Remove --srcdir argument from targargs and buildargs
9917 (it's always overridden in the Makefile anyway). Rearrange a bit.
9918
9919 * configure: Move some logic to configure.in.
9920 * configure.in: Move some logic from configure.
85b038d8 9921
231fca94 99222002-05-11 Tom Tromey <tromey@redhat.com>
9923
9924 * MAINTAINERS: Reflect libgcj reality.
9925
7a94b1b9 99262002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
9927
9928 * Makefile.in: Honour DESTDIR.
9929
053d448f 99302002-05-08 Mark Mitchell <mark@codesourcery.com>
9931
9932 * config.guess: Import 2002-03-20 version.
9933 * config.sub: Import 2002-04-26 version.
9934
2eb4509a 99352002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9936
9937 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
9938
df8868bc 99392002-05-07 Tim Josling <tej@melbpc.org.au>
9940
9941 * MAINTAINERS: Add self.
9942
dcde3c07 99432002-05-06 Loren J. Rittle <ljrittle@acm.org>
02bff180 9944
9945 * ltmain.sh: Detect and handle object name conflicts
9946 while piecewise linking a static library.
9947
05bcb167 99482002-05-05 Alexandre Oliva <aoliva@redhat.com>
9949
9950 * configure.in (noconfigdirs): Don't disable libgcj on
9951 sparc64-*-solaris* and sparcv9-*-solaris*.
9952
1693b6e0 99532002-05-03 Alexandre Oliva <aoliva@redhat.com>
9954
9955 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
9956
6a255a10 99572002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
9958
9959 * configure.in (FLAGS_FOR_TARGET): Do not add
9960 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
9961 on i[3456]86-*-linux*.
9962
84690ae2 99632002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
9964
9965 * configure.in (noconfigdirs): Replace [ ] with test.
9966
9967 * configure.in (noconfigdirs): Do not add target-newlib if
9968 target == i[3456]86-*-linux*, and host == target.
9969
f8c3fea9 99702002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
9971
d5908f53 9972 * configure.in: delete reference to absent file
9973
441f85dc 9974 * configure.in: replace '[' with 'test'
9975
a1245e7e 9976 * configure.in: Eliminate references to gash.
9977 * Makefile.in: Eliminate references to gash.
9978
7fe51435 9979 * configure.in: remove useless references to 'pic' makefile fragments.
9980
1e0a85a6 9981 * configure.in: (*-*-windows*) Finish removing.
9982
f8c3fea9 9983 * configure.in: Eliminate redundant test for libgui.
9984
5cf29107 99852002-04-29 Roger Sayle <roger@eyesopen.com>
9986
9987 * MAINTAINERS: Add self and realphabetize. Update entries
9988 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
9989 entry for a29k port maintainer.
9990
dcde3c07 99912002-04-26 Joel Sherrill <joel@OARcorp.com>
81ae9134 9992
9993 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
9994 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
9995
feaa7d87 99962002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
9997
9998 * configure.in: remove references to dead files
9999
d74b55e8 100002002-04-19 Mark Mitchell <mark@codesourcery.com>
10001
10002 * MAINTAINERS: Add information about purpose of this file.
10003
55efab1c 100042002-04-18 Tom Tromey <tromey@redhat.com>
10005
10006 * configure.in: Disallow configuring libgcj when it is already
10007 installed and we're using Solaris 2.8 linker. Do enable libgcj on
10008 Solaris 2.8 by default. For PR libgcj/6158.
10009
29a2c390 100102002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10011
10012 * configure.in: Move default CC setting out of config/mh-* fragments
10013 directly into here.
10014
b138c834 100152002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10016
10017 * configure.in: don't even try to configure or make a subdirectory
10018 if there's no configure script for it.
10019
5e311636 100202002-04-15 Mark Mitchell <mark@codesourcery.com>
10021
10022 * MAINTAINERS: Remove chill maintainers.
10023 * Makefile.in (CHILLFLAGS): Remove.
10024 (CHILL_LIB): Remove.
10025 (TARGET_CONFIGDIRS): Remove libchill.
10026 (CHILL_FOR_TARGET): Remove.
10027 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
10028 CHILL_LIB.
10029 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
10030 (CHECK_TARGET_MODULES): Likewise.
10031 (INSTALL_TARGET_MODULES): Likewise.
10032 (CLEAN_TARGET_MODULES): Likewise.
10033 (configure-target-libchill): Remove.
10034 (all-target-libchill): Remove.
10035 * configure.in (target_libs): Remove target-libchill.
10036 Do not compute CHILL_FOR_TARGET.
10037 * libchill: Remove directory.
2857c21b 10038
df2ff48f 100392002-04-11 DJ Delorie <dj@redhat.com>
10040
10041 * Makefile.in, configure.in: Sync with binutils, entries
10042 follow...
10043
a76bff71 100442002-04-07 Andrew Cagney <ac131313@redhat.com>
10045
10046 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
10047 (do-tar, do-bz2): New rules.
10048 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
10049 (gdb-tar): New rule.
10050 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
10051 (insight_dejagnu.tar): New rule.
10052 (insight.tar): New rule.
10053 (gdb+dejagnu.tar): New rule.
10054 (gdb.tar): New rule.
10055
df2ff48f 100562002-02-01 Mo DeJong <supermo@bayarea.net>
10057
10058 * Makefile.in: Add all-tix to deps for all-snavigator
10059 so that tix is built when building snavigator.
10060
100612002-01-11 Steve Ellcey <sje@cup.hp.com>
10062
10063 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
10064 ld and gdb are not supported.
10065
100662002-01-07 Mark Salter <msalter@redhat.com>
10067
10068 * configure.in: Remove target-bsp and target-cygmon from arm builds.
10069 Allow target-libgloss to be built for arm, strongarm, and xscale.
10070
100712001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
10072
10073 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
10074 options for i[3456]86-pc-linux* native builds.
10075
100762001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
10077
10078 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
10079 files from .po files for a distribution.
10080
100812001-09-03 Jeff Holcomb <jeffh@redhat.com>
10082
10083 * configure.in: Enable libstdc++-v3 for h8300 targets.
10084
100852001-06-19 Alan Modra <amodra@bigpond.net.au>
10086
10087 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
10088 version from bfd/.
10089
10090Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
10091
10092 * Makefile.in (VER): When present, extract the version number from
10093 the file version.in.
10094
dcde3c07 100952001-05-24 Tom Rix <trix@redhat.com>
df2ff48f 10096
10097 * configure.in : enable ld for aix
10098
100992001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10100
10101 * config.guess: Add linux target for S/390.
10102
101032000-11-07 Philip Blundell <pb@futuretv.com>
10104
10105 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
10106
101072000-11-03 Philip Blundell <pb@futuretv.com>
10108
10109 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
10110 files.
10111
101122001-01-15 Ben Elliston <bje@redhat.com>
10113
10114 * configure.in (host_tools): Add sid.
10115 Always configure cgen.
10116
101172000-11-24 Nick Clifton <nickc@redhat.com>
10118
10119 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
10120
10121
101222000-08-20 Doug Evans <dje@casey.transmeta.com>
10123
10124 * Makefile.in (ALL_MODULES): Add all-cgen.
10125 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
10126 (all-cgen): New target.
10127 (all-opcodes,all-sim): Depend on all-cgen.
10128 * configure.in (host_tools): Add cgen.
10129 Only configure cgen if --enable-cgen-maint.
10130
dcde3c07 101312002-04-09 Loren J. Rittle <ljrittle@acm.org>
e701a477 10132
10133 * configure.in: Add *-*-freebsd* configurations.
10134
4caca96d 101352002-04-08 Tom Tromey <tromey@redhat.com>
10136
10137 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
10138 Fixes PR libgcj/6068.
10139
ec66e65b 101402002-03-30 Krister Walfridsson <cato@df.lth.se>
10141
10142 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
10143
dd96b1d1 101442002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10145
10146 * configure.in (alpha*-dec-osf*): Enable libgcj.
10147
dcde3c07 101482003-03-27 Matthew Gingell <gingell@gnat.com>
b62015df 10149
10150 * MAINTAINERS (Write After Approval): Add myself.
10151
52fdc102 101522002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
10153
10154 Fix for: PR bootstrap/3591, target/5676
10155 * configure.in (mcore-pe): Disable the configuration of
10156 libstdc++-v3 since exceptions are not supported.
10157
f3830a0e 101582002-03-20 Anthony Green <green@redhat.com>
10159
10160 * configure.in: Enable libgcj for xscale-elf target.
10161
dcde3c07 10162Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
93ef9ddc 10163
10164 * MAINTAINERS: Update my email address.
10165
82c26350 101662002-03-16 Alexandre Oliva <aoliva@redhat.com>
10167
10168 * ltmain.sh (relink_command): Fix typo in previous change.
10169
30d51ce8 101702002-03-15 Alexandre Oliva <aoliva@redhat.com>
10171
10172 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
10173 (relink_command): Added --tag flags.
10174 (mode=install): If relinking fails; error out.
10175
863ba363 101762002-03-12 Richard Henderson <rth@redhat.com>
10177
10178 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
10179 .NOTPARALLEL tag.
10180 (do-check): Rename from check.
10181 (check): Allow parallel check.
10182
a4ae6a96 101832002-03-12 Bob Wilson <bob.wilson@acm.org>
10184
10185 * MAINTAINERS: Add myself as maintainer for xtensa port.
10186 Fix alphabetical order in CPU port maintainer list.
10187 Remove myself from Write After Approval list.
10188
b65e027c 101892002-03-11 Richard Henderson <rth@redhat.com>
10190
10191 * Makefile.in (.NOTPARALLEL): Add fake tag.
10192
857f2cca 101932002-03-07 H.J. Lu (hjl@gnu.org)
10194
10195 * configure.in: Enable gprof for mips*-*-linux*.
10196
f9231c6c 101972002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
10198
10199 * MAINTAINERS (Write After Approval): Add myself.
10200
a51555c7 102012002-02-28 Alexandre Oliva <aoliva@redhat.com>
10202
10203 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
10204 libjava.
10205 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
10206
f48588d2 102072002-02-23 Alexandre Oliva <aoliva@redhat.com>
10208
10209 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
10210 because its Makefile is there; test for the executable instead.
10211
4e979746 102122002-02-22 Alexandre Oliva <aoliva@redhat.com>
10213
10214 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
10215 libstdc++-v3 and libjava.
10216
dcde3c07 102172002-02-11 Adam Megacz <adam@xwt.org>
ddb2364e 10218
10219 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
10220 boehm-gc
2857c21b 10221
ff727c47 102222002-02-09 Alexandre Oliva <aoliva@redhat.com>
10223
10224 * config.guess: Updated to 2002-01-30's version.
10225 * config.sub: Updated to 2002-02-01's version.
10226 Contribute sh64-elf.
10227 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
10228 * configure.in: Added sh64-*-*.
10229
77badc5f 102302002-02-08 Chris Demetriou <cgd@broadcom.com>
10231
10232 * MAINTAINERS: Belatedly add myself to write after approval list.
10233
270ba101 10234Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
10235
10236 * MAINTAINERS: Put self in as maintainer for x86-64 port.
10237 Remove self as Write After Approval.
10238
2ca6eb0a 102392002-01-31 Geoffrey Keating <geoffk@redhat.com>
10240
10241 * MAINTAINERS: Put self in as maintainer for contrib/regression
10242 directory.
10243
0a526b48 102442002-01-28 Phil Edwards <pme@gcc.gnu.org>
10245
10246 * MAINTAINERS: Update my email address.
10247
1602f15c 102482002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
10249
2857c21b 10250 * configure.in (*-*-netbsd*): New. Skip target-newlib,
10251 target-libiberty, and target-libgloss. Skip Java-related
1602f15c 10252 libraries if not supported for NetBSD on target CPU.
10253
ecec2beb 102542002-01-25 Douglas B Rupp <rupp@gnat.com>
10255
10256 * install-sh: Use _inst.$$_ for temp file name.
10257
645cf380 102582002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
10259
10260 * MAINTAINERS (Write After Approval): Move my contact info
10261 from here...
10262 (OS Port Maintainers): ...to here (netbsd).
10263
aaced030 102642002-01-22 Bob Wilson <bob.wilson@acm.org>
10265
10266 * MAINTAINERS (Write After Approval): Add myself.
10267
dcde3c07 102682002-01-17 H.J. Lu <hjl@gnu.org>
bc0fa39e 10269
10270 * Makefile.in (all-fastjar): Also depend on all-libiberty.
10271 (all-target-fastjar): Also depend on all-target-libiberty.
10272
7fac8b66 102732002-01-16 H.J. Lu (hjl@gnu.org)
10274
10275 * config.guess: Import from master sources, rev 1.225.
10276 * config.sub: Import from master sources, rev 1.238.
10277
22cb6446 102782002-01-16 Kazu Hirata <kazu@hxi.com>
10279
10280 * MAINTAINERS (Write After Approval): Remove myself.
10281
e83a1c00 102822001-12-19 Florian Weimer <fw@deneb.enyo.de>
10283
10284 * MAINTAINERS (Write After Approval): Add myself.
10285
7ac25494 102862001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
10287
10288 * MAINTAINERS: Add self as docs co-maintainer.
10289
15f457c4 102902001-12-11 Matthias Klose <doko@debian.org>
10291
10292 * MAINTAINERS (Write After Approval): Add myself.
10293
9753f6ab 102942001-12-09 Zack Weinberg <zack@codesourcery.com>
10295
10296 * MAINTAINERS: Update my email address.
10297
35df4184 102982001-12-07 Turly O'Connor <turly@apple.com>
10299 * MAINTAINERS (Write After Approval): Add myself.
10300 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
10301 (rs6000_initialize_trampoline): Call __trampoline_setup for
10302 ABI_DARWIN too.
10303 * darwin-tramp.asm: New file, implements __trampoline_setup.
13106b16 10304 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
35df4184 10305
66f95edb 103062001-12-07 Paolo Carlini <pcarlini@unitus.it>
10307
10308 * MAINTAINERS (Write After Approval): Add myself.
10309
e67b1627 10310Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
10311
10312 * configure, configure.in: Use temp file for long sed commands.
10313
8dfee166 103142001-12-03 Laurent Guerby <guerby@acm.org>
10315
10316 * config.sub: Update to version 1.232 on subversion.
10317
7412cf54 103182001-12-03 Ben Elliston <bje@redhat.com>
10319
10320 * MAINTAINERS: Update mail address for config.* patches.
10321
dcde3c07 103222001-11-27 DJ Delorie <dj@redhat.com>
31972771 10323 Zack Weinberg <zack@codesourcery.com>
10324
10325 When build != host, create libiberty for the build machine.
10326
10327 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10328 CONFIG_ARGUMENTS.
10329 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10330 New variables.
10331 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10332 and rules.
10333 (all.normal): Depend on ALL_BUILD_MODULES.
10334 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10335 (all-build-libiberty): Depend on configure-build-libiberty.
10336
10337 * configure: Calculate and substitute proper value for
10338 ALL_BUILD_MODULES.
10339 * configure.in: Create the build subdirectory.
10340 Calculate and substitute TARGET_CONFIGARGS (formerly
10341 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10342
0e3daba4 103432001-11-26 Ziemowit Laski <zlaski@apple.com>
10344
10345 * MAINTAINERS (write-after-approval): Add self.
10346
1ccaa52c 103472001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
10348
10349 * MAINTAINERS (GNATS only accounts): Remove self.
10350
97b9437e 103512001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
10352
10353 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10354 libf2c.
10355
2d051b86 103562001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
10357
10358 * MAINTAINERS (Write After Approval): Add self.
10359
9829bea4 103602001-11-12 David O'Brien <obrien@FreeBSD.org>
10361
10362 * MAINTAINERS: mips and s390 are also CPU ports.
10363
f8556812 103642001-11-12 David O'Brien <obrien@FreeBSD.org>
10365
10366 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
10367
e3c6ddf5 103682001-11-11 David O'Brien <obrien@FreeBSD.org>
10369
10370 * MAINTAINERS: Alphabetize.
10371
31cd48a0 103722001-11-09 Kazu Hirata <kazu@hxi.com>
10373
10374 * MAINTAINERS (Various maintainers: h8 port): Add myself.
10375
76f9a979 103762001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
10377
10378 * MAINTAINERS (Various maintainers: hppa port): Added myself.
10379
a9cbbd8a 103802001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
10381
10382 * configure.in (--enable-languages): Be more permissive about
10383 syntax. Check for empty lists better. Warn about $LANGUAGES.
10384
dddb37d8 103852001-11-08 Geoffrey Keating <geoffk@redhat.com>
10386
10387 * config.sub: Import from master sources, rev. 1.230.
10388 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10389
f0314ce2 103902001-11-07 Laurent Guerby <guerby@acm.org>
10391
10392 * MAINTAINERS (Write After Approval): Add self.
10393
8c30d42d 103942001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
10395
10396 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10397
18729ae0 103982001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
10399
10400 * config.sub: Import from master sources, rev 1.226.
10401 * config.guess: Import from master sources, rev 1.216.
10402
38135c1e 104032001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
10404
10405 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10406 * MAINTAINERS: Add self as maintainer of MMIX port.
10407 Remove old after-approval entry.
10408
fee90afd 104092001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
10410
10411 * ChangeLog, configure: Fix spelling errors.
10412
800026b8 104132001-10-20 Brendan Kehoe <brendan@zen.org>
10414
10415 * MAINTAINERS: Tweak my address.
10416
dcde3c07 10417Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
eb3ce9d6 10418
10419 * MAINTAINERS: Update my email address.
10420
b746a8aa 104212001-10-11 Hans-Peter Nilsson <hp@axis.com>
115f17da 10422
10475f52 10423 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
c22f21b2 10424 * MAINTAINERS: Add self as maintainer of CRIS port.
115f17da 10425
27e8b2c3 104262001-10-10 Geert Bosch <bosch@gnat.com>
10427
31972771 10428 * MAINTAINERS (Various maintainers: Ada front end):
27e8b2c3 10429 Added Robert Dewar.
10430
dcde3c07 104312001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
4f252e28 10432
10433 * MAINTAINERS (Write After Approval): Added self
10434
17a611d5 104352001-10-02 Geert Bosch <bosch@gnat.com>
10436
10437 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10438
8b20014f 104392001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
10440
10441 * configure: Handle temporary files securely using mkdir.
10442
85d6787e 104432001-09-29 Alexandre Oliva <aoliva@redhat.com>
10444
10445 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10446
dcde3c07 104472001-09-26 Will Cohen <wcohen@redhat.com>
3c9a7565 10448
10449 * configure.in (*-*-linux*): Disable configuration of target-newlib
10450 and target-libgloss.
31972771 10451
1ed656c9 104522001-09-26 Alexandre Oliva <aoliva@redhat.com>
10453
10454 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10455 RANLIB.
10456
6f36c694 104572001-09-21 Alexandre Oliva <aoliva@redhat.com>
10458
10459 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10460 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10461 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10462 avoid quotes nesting problems.
10463 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10464 (DO_X): Export only variables that are set.
10465
471c8d6f 104662001-09-19 Ben Elliston <bje@redhat.com>
10467
10468 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10469 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10470 semantics. Use the shell built-in "type" command instead.
10471
debdecb8 104722001-08-31 Alexandre Oliva <aoliva@redhat.com>
10473
10474 Merged from gcc-3_0-branch:
10475 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
10476 * ltcf-c.sh: Use $objext, not $ac_objext.
10477 2001-07-27 Mark Kettenis <kettenis@gnu.org>
10478 * ltcf-cxx.sh: Add support for GNU.
10479 2001-07-22 Timothy Wall <twall@redhat.com>
10480 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
10481 default settings if using GNU tools with that configuration.
10482 * ltcf-cxx.sh: Ditto.
10483 * ltcf-gcj.sh: Ditto.
10484 2001-07-21 Michael Chastain <chastain@redhat.com>
10485 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10486 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
10487 * ltmain.sh: Mark as gcc-local.
10488
79af057d 104892001-08-30 Eric Christopher <echristo@redhat.com>
10490 Jason Eckhardt <jle@redhat.com>
10491
10492 * config.guess: Merge from master sources.
10493 * config.sub: Merge from master sources, add support for mipsisa32.
10494
2af6c242 104952001-08-25 Geoffrey Keating <geoffk@redhat.com>
2af6c242 10496 * config.sub: Merge from master sources, rev 1.219.
10497 * MAINTAINERS: Add self as contact for stormy16 port.
10498
2e1f0726 104992001-08-14 Zack Weinberg <zackw@panix.com>
10500
10501 * config.sub: Merge from master sources, rev 1.218.
10502 * config.guess: Merge from master sources, rev 1.209.
10503
7148a43f 105042001-08-11 Graham Stott <grahams@redhat.com>
10505
10506 * Makefile.in (check-c++): Add missing semicolon.
10507
7572bd48 10508Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
10509
2af6c242 10510 * MAINTAINERS (Various maitainers: predict.def): Added myself.
7572bd48 10511
f9daa432 105122001-07-30 Eric Christopher <echristo@redhat.com>
10513
10514 * MAINTAINERS (Various maintainers: mips port): Added myself.
10515
d5d994d4 105162001-07-25 Andrew Haley <aph@cambridge.redhat.com>
10517
31972771 10518 * configure.in (sh-*-linux*): New.
d5d994d4 10519
8741eff3 105202001-07-27 Richard Henderson <rth@redhat.com>
10521
10522 * .cvsignore: Add LAST_UPDATED.
10523
e06d8cc6 105242001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
10525
10526 * MAINTAINERS (Various maintainers: s390 port): Added myself.
10527
8729bf80 105282001-07-16 Aldy Hernandez <aldyh@redhat.com>
10529
31972771 10530 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
8729bf80 10531
19abf887 10532Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
10533
10534 * MAINTAINERS (Write After Approval): Added myself.
10535
8f71eb19 105362001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
10537
10538 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10539 and libgcj on m68hc11/m68hc12.
10540
fc5104b7 105412001-06-27 H.J. Lu (hjl@gnu.org)
10542
10543 * Makefile (CFLAGS_FOR_BUILD): New.
10544 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10545
8ee5e915 105462001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10547
10548 * README: Remove version number.
10549
c753142b 105502001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10551
10552 * INSTALL/README: Update wrt. to the installation instructions now
10553 residing in gcc/doc/install.texi.
10554
8f602ce4 105552001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
10556
10557 * README: Replace with a cut-down and updated version of gcc/README.
10558
0546d603 105592001-06-12 David Edelsohn <edelsohn@gnu.org>
10560
10561 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
10562 multilibs to be disabled.
10563
f3886572 105642001-06-11 Daniel Berlin <dan@cgsoftware.com>
10565
10566 * MAINTAINERS (Write After Approval): Add myself.
f9daa432 10567
f1379586 105682001-06-09 Alexandre Oliva <aoliva@redhat.com>
10569
10570 * config.guess: Import CVS version 1.195.
10571 * config.sub: Import CVS version 1.212.
10572
ff091412 105732001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
10574
10575 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10576 gcc/xgcc is built, use -print-prog-name to find out the program
10577 name to use.
10578
6eadd25b 105792001-06-04 Phil Edwards <pme@sources.redhat.com>
10580
10581 * config.guess: Import CVS version 1.194. All gcc-local changes
10582 appear to also be in the master copy.
10583 * config.sub: Import CVS version 1.211.
10584
761c31c6 10585Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
10586
10587 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
10588 with_gcc]: Use `gcc -shared' to build a shared library.
10589
833b6505 10590Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
10591
10592 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
10593 archives.
10594
9847d949 10595Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10596
10597 * MAINTAINERS (Write After Approval): Add myself.
10598
fadf0d3c 105992001-06-01 Hans-Peter Nilsson <hp@axis.com>
10600
10601 * configure.in (libstdcxx_flags): Do not try to execute
10602 libstdc++-v3/testsuite_flags until it exists.
10603
d39a4f27 106042001-06-01 Alan Modra <amodra@bigpond.net.au>
10605
10606 * MAINTAINERS: Update my email address.
10607
d0642799 106082001-05-31 Graham Stott <grahams@redhat.com>
10609
10610 * MAINTAINERS (Write After Approval): Add myself.
10611
dcde3c07 106122001-05-28 Simon Patarin <simon.patarin@inria.fr>
9c6813ce 10613
10614 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
10615 libraries when using g++ with native linker.
10616
a28875e9 106172001-05-28 Alexandre Oliva <aoliva@redhat.com>
10618
10619 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
10620
00ed89e1 106212001-05-22 Alexandre Oliva <aoliva@redhat.com>
10622
10623 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
10624 [aix4*|aix5*]: Prepend blank.
10625
93221b10 106262001-05-20 Alexandre Oliva <aoliva@redhat.com>
10627
10628 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10629 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
10630 of subdir/configure scripts to use the new libtool.m4.
10631
b26428f6 106322001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
10633
10634 * MAINTAINERS (Write After Approval): Add myself.
10635
de27502c 106362001-05-18 Benjamin Kosnik <bkoz@redhat.com>
10637
10638 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
10639
28e776fd 106402001-05-11 Ben Elliston <bje@redhat.com>
10641
10642 * Makefile.in (all-sid): New target.
10643 (check-sid, clean-sid, install-sid): Likewise.
10644
e67abcc9 106452001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
10646
10647 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
10648
df4fdffb 106492001-05-03 Alexandre Oliva <aoliva@redhat.com>
10650
10651 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
10652 libgcj.
10653
106542001-05-03 Alexandre Oliva <aoliva@redhat.com>
10655
10656 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
10657 gcc/xgcc is built, use -print-prog-name to find out the program
10658 name to use.
10659
dfb18c91 106602001-04-26 Alexandre Oliva <aoliva@redhat.com>
10661
fdaf496c 10662 * configure.in (noconfigdirs): Don't reset it from scratch in the
10663 target case; only append to it.
f9daa432 10664
dfb18c91 10665 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
10666 sparc-*-solaris2.8]: Disable ${libgcj}.
10667
f7ec7829 106682001-04-25 Alexandre Oliva <aoliva@redhat.com>
10669
10670 * configure.in (libgcj_saved): Copy from $libgcj.
10671 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
10672 --disable-libgcj.
10673
b890ea44 106742001-04-25 Gavin Romig-Koch <gavin@redhat.com>
10675
10676 * MAINTAINERS: Remove self as MIPS maintainer and
f9daa432 10677 C front end maintainer.
b890ea44 10678
f6dd84a6 10679Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
10680
10681 * configure.in: Move *-chorusos target case to the proper switch.
10682 Disable libgcj.
10683
46b021de 106842001-04-12 Alexandre Oliva <aoliva@redhat.com>
10685
10686 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
10687 1.641.2.228.
10688
0355c121 106892001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10690
10691 * Makefile.in (STAGE1_CFLAGS): Pass down.
10692
954078d1 106932001-04-13 Alan Modra <amodra@one.net.au>
10694
10695 * config.guess: Add hppa64-linux support. Note for next import that
10696 this is already in the master file.
10697 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
10698
67282802 106992001-04-12 Alexandre Oliva <aoliva@redhat.com>
10700
10701 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10702 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
10703
628f3e51 107042001-04-11 Stan Shebs <shebs@apple.com>
10705
10706 * MAINTAINERS: Add self as Darwin port maintainer.
10707
c5659af6 107082001-04-11 Alan Modra <amodra@one.net.au>
10709
10710 * MAINTAINERS: Update my email address.
10711
6a965736 107122001-04-10 Loren J. Rittle <ljrittle@acm.org>
10713
10714 * ltcf-cxx.sh: Support creation of C++ shared libraries on
10715 recent versions of FreeBSD (release 3 or later).
10716 * ltconfig: On FreeBSD, -lc must not be provided when building
10717 a shared library or else the standard -pthread gcc option is
10718 rendered worthless to later users of the built library.
10719
e64be694 107202001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
10721
10722 * MAINTAINERS: Add self and RTH as C front end maintainers.
10723
a28f421e 107242001-04-05 Alexandre Oliva <aoliva@redhat.com>
10725
31972771 10726 * config.sub: Make sure to match an already-canonicalized
10727 machine name (eg. mn10300-unknown-elf).
a28f421e 10728
1cb80700 107292001-04-01 Alexandre Oliva <aoliva@redhat.com>
10730
10731 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
10732 New macros.
10733 (bootstrap, cross): Use RECURSE_FLAGS.
10734 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
10735
8929c4de 107362001-03-27 Alexandre Oliva <aoliva@redhat.com>
10737
10738 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
10739
46b43912 107402001-03-22 Colin Howell <chowell@redhat.com>
10741
5c144a30 10742 * Makefile.in (DO_X): Do not backslash single-quotes in
10743 backquotes (two places).
46b43912 10744
cd003521 107452001-03-22 Alexandre Oliva <aoliva@redhat.com>
10746
10747 Re-installed:
10748 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
10749 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
10750 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
10751 * ltcf-cxx.sh: Likewise.
10752 * ltcf-gcj.sh: Likewise.
10753
7c9b3c20 107542001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10755
10756 * MAINTAINERS: Add myself as "documentation co-maintainer".
10757
88c1d089 107582001-03-22 Alexandre Oliva <aoliva@redhat.com>
10759
10760 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
10761 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
10762
ed7a462d 107632001-03-19 Tom Tromey <tromey@redhat.com>
10764
10765 * config-ml.in: Handle GCJ and GCJFLAGS.
10766
3caa3e73 107672001-03-21 Michael Chastain <chastain@redhat.com>
10768
10769 * Makefile.in: all-m4 depends on all-texinfo.
10770
45b909bc 107712001-03-20 Loren J. Rittle <ljrittle@acm.org>
10772
10773 * MAINTAINERS: Add myself to write after approval list.
10774
f9ecd05b 107752001-03-18 Laurynas Biveinis <lauras@softhome.net>
10776
10777 * Makefile.in (DO_X): Quote nested quotes.
10778
a0167be8 107792001-03-18 Alan Modra <alan@linuxcare.com.au>
10780
10781 * MAINTAINERS: Add myself to write after approval list.
10782
34690eeb 107832001-03-15 Laurynas Biveinis <lauras@softhome.net>
10784
10785 * Makefile.in (DO_X): Use double quotes for quoting
10786 "RANLIB=$${RANLIB}".
10787
ace16e3d 107882001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
10789
10790 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
10791
dcde3c07 107922001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
314b6875 10793
10794 * configure.in: Only use `lang_requires' for languages athat are
10795 actually enabled.
10796
6941e176 107972001-03-08 Phil Edwards <pme@sources.redhat.com>
10798
10799 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
10800
8278b709 108012001-03-08 Alexandre Oliva <aoliva@redhat.com>
10802
10803 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
10804
1a6eb118 108052001-03-07 Tom Tromey <tromey@redhat.com>
10806
10807 * configure.in: Allow config-lang.in to set `lang_requires' to list
10808 of other required languages.
10809
8c74272d 108102001-03-06 Laurynas Biveinis <lauras@softhome.net>
10811
10812 * Makefile.in: Remove RANLIB definition. Use RANLIB
10813 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
10814 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
f9daa432 10815
41edef81 108162001-02-28 Benjamin Kosnik <bkoz@redhat.com>
31972771 10817 Alexandre Oliva <aoliva@redhat.com>
f9daa432 10818
41edef81 10819 * Makefile.in (check-c++): Use tabs, not spaces.
10820
8b6c1516 108212001-02-20 Laurynas Biveinis <lauras@softhome.net>
f9daa432 10822
8b6c1516 10823 * MAINTAINERS: add myself to Write After Approval list.
10824
66c4386e 108252001-02-19 Benjamin Kosnik <bkoz@redhat.com>
fd1a012c 10826
31972771 10827 * Makefile.in (check-c++): New rule.
f9daa432 10828
fd1a012c 10829 * configure.in (target_libs): Remove libg++.
10830 (noconfigdirs): Remove libg++.
10831 (noconfigdirs): Same.
10832 (noconfigdirs): Same.
10833 (noconfigdirs): Same.
10834
10835 * config-ml.in: Remove libg++ references.
10836
10837 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
10838 (ALL_TARGET_MODULES): Same.
10839 (configure-target-libg++): Remove.
10840 (all-target-libg++): Remove.
10841 (configure-target-libio): Remove.
10842 (all-target-libio): Remove.
10843 (check-target-libio): Remove.
10844 (.PHONY): Remove.
10845 (libg++.tar.bz2): Remove.
10846 (all-target-cygmon): Remove libio.
10847 (all-target-libstdc++): Remove.
10848 (configure-target-libstdc++): Remove.
10849 (TARGET_LIB_PATH): Remove libstdc++.
10850 (ALL_GCC_CXX): Remove libstdc++.
10851 (all-target-gperf): Correct.
10852
8fb60dad 108532001-02-16 Nick Clifton <nickc@redhat.com>
10854
10855 * configure.in (noconfigdirs): Allow configuration of texinfo
10856 for Cygwin hosts.
10857
8611f330 108582001-02-15 Anthony Green <green@redhat.com>
10859
10860 * configure: Introduce GCJ_FOR_TARGET.
10861 * configure.in: Ditto.
10862 * Makefile.in: Ditto.
10863
863b470b 108642001-02-13 Andreas Schwab <schwab@suse.de>
10865
10866 * MAINTAINERS: Update mail address.
10867
9bfefeba 108682001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10869
10870 * config.guess: Add linux target for S/390.
10871 * config.sub: Likewise.
10872
dcde3c07 108732001-02-08 Chandrakala Chavva <cchavva@redhat.com>
737f6b8e 10874
10875 * configure.in: for *-chorusos, don't config target-newlib and
31972771 10876 target-libgloss.
737f6b8e 10877
60611395 108782001-02-06 Ben Elliston <bje@redhat.com>
10879
10880 * configure: Output host type to stdout, not stderr.
10881
2b05b516 108822001-02-05 Mark Mitchell <mark@codesourcery.com>
10883
da0c6982 10884 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
fda29981 10885 * ltcf-cxx.sh: Likewise.
10886
2b05b516 10887 * config.if: Assume enable_libstdcxx_v3 is defined.
10888
1030d23b 108892001-02-04 Mark Mitchell <mark@codesourcery.com>
10890
10891 Remove V2 C++ library.
10892 * configure.in: Remove --enable-libstdcxx_v3 support.
10893
1c1033dd 108942001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
10895
10896 * include/demangle.h: Add prototype for java_demangle_v3.
10897
3a2af5aa 108982001-01-29 Phil Edwards <pme@sources.redhat.com>
10899
10900 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
10901
f4763e9a 109022001-01-27 Richard Henderson <rth@redhat.com>
10903
10904 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
10905
1e5173c2 109062001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10907
10908 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
10909 Don't unset, it's non-portable and no longer necessary, set to empty
10910 instead.
10911
441075de 109122001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
10913
10914 * ltconfig: Shell portability fix for the tagname validity check.
10915
21037ec8 109162001-01-27 Alexandre Oliva <aoliva@redhat.com>
10917
10918 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
10919 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
10920
db45c2a0 109212001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10922
10923 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
10924
2c18c34e 109252001-01-26 Tom Tromey <tromey@redhat.com>
10926
10927 * configure.in: Allow libgcj to be built on Sparc Solaris.
10928
4b44c1a3 109292001-01-25 David Edelsohn <edelsohn@gnu.org>
10930
10931 * ltcf-c.sh: Add aix5 case.
10932 * ltcf-cxx.sh: Likewise.
10933 * ltconfig: Likewise.
10934
24f78d1b 109352001-01-24 Alexandre Oliva <aoliva@redhat.com>
10936
a7b0e06d 10937 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
10938 keep at least one of build_libtool_libs or build_old_libs set to
10939 yes.
10940
24f78d1b 10941 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
10942 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
10943
ef1760c1 109442001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
10945
10946 * configure.in: Enable libgcj on several additional platforms.
10947
1986d3d9 109482001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
10949
10950 * configure.in: Enable libgcj for linux targets.
10951
7e1bb7bf 109522001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
10953
10954 * MAINTAINERS (Write After Approval): Add myself.
10955
f3a027ae 109562001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
10957
10958 * MAINTAINERS: Add myself as vax port maintainer.
10959
5e7056b8 109602001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
10961
10962 * MAINTAINERS: Add myself as Mercury front-end maintainer.
10963
0d2271de 109642001-01-09 Mike Stump <mrs@wrs.com>
10965
10966 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
10967 failures of subdirectories.
10968
cd003521 109692001-01-02 Laurynas Biveinis <lauras@softhome.net>
d76e21ba 10970
cd003521 10971 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
d76e21ba 10972 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
cd003521 10973 * ltcf-cxx.sh: Likewise.
10974 * ltcf-gcj.sh: Likewise.
10975 * ltconfig.sh: Fix typo.
d76e21ba 10976
95426b72 109772001-01-02 Laurynas Biveinis <lauras@softhome.net>
10978
10979 * configure: handle DOS-style absolute paths.
10980
bd55fdd4 109812001-01-02 Laurynas Biveinis <lauras@softhome.net>
10982
10983 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
10984
66714311 109852000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
10986
10987 * MAINTAINERS: Add myself as avr port co-maintainer.
10988
f4f04af5 109892000-12-28 Ben Elliston <bje@redhat.com>
10990
10991 * MAINTAINERS: Add myself under ``Write After Approval''.
10992
81875c45 109932000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
10994
10995 * texinfo: Remove directory from GCC.
10996
35d9361d 109972000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
10998
10999 * COPYING: Update to current
11000 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11001 to 19yy as example year in copyright notice).
11002
ac20ef2c 110032000-12-18 Benjamin Kosnik <bkoz@redhat.com>
11004
f9daa432 11005 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
ac20ef2c 11006 (libstdcxx_incdir): Pass down.
11007 * config.if: Remove expired bits for cxx_interface, add stub.
11008 (libstdcxx_incdir): Add variable for g++ include directory.
11009 * configure.in (gxx_include_dir): Use it.
f9daa432 11010
d550dfb2 110112000-12-18 Alexandre Oliva <aoliva@redhat.com>
11012
11013 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
11014 with old-email address from ``Write After Approval''.
11015
2353a84c 110162000-12-15 Andreas Jaeger <aj@suse.de>
11017
11018 * configure.in: Handle lang_dirs.
11019
110202000-12-14 Tom Tromey <tromey@redhat.com>
1bbd1888 11021
ad324c4e 11022 * MAINTAINERS: Removed brads.
11023
1bbd1888 11024 * MAINTAINERS: Added gcj developers.
11025
7756f182 110262000-12-13 Anthony Green <green@redhat.com>
f9daa432 11027
7756f182 11028 * configure.in: Disable libgcj for any target not specifically
4b695c23 11029 listed. Disable libgcj for x86 and Alpha Linux until compatible
11030 with g++ abi.
f9daa432 11031
1ef27c9d 110322000-12-13 Mike Stump <mrs@wrs.com>
11033
11034 * Makefile.in (local-distclean): Also remove fastjar.
11035
8c200666 110362000-12-12 Rodney Brown <RodneyBrown@mynd.com>
11037
11038 * contrib/gcc_update: Add fastjar --touch entries.
11039
abc9907a 110402000-12-12 Alexandre Oliva <aoliva@redhat.com>
11041
11042 * configure.in: Disable language-specific target libraries for
11043 languages that aren't enabled.
11044
4d5a2476 110452000-12-10 Anthony Green <green@redhat.com>
11046
11047 * configure.in: Define libgcj. Disable libgcj target libraries for
11048 most targets.
11049
f30b13ba 110502000-12-10 Neil Booth <neilb@earthling.net>
11051
11052 * MAINTAINERS: Update mail address, remove from WAA list.
11053
da538d34 110542000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11055
11056 * libjava: Imported from /cvs/java.
11057 * libffi: Likewise.
11058 * Boehm-gc: Likewise.
11059
bb5f4242 110602000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11061
11062 * configure.in (target_libs): Revert 2000-12-08 patch.
11063 (noconfigdirs): Added target-libjava.
11064
f4f46f68 110652000-12-09 Laurynas Biveinis <lauras@softhome.net>
11066
11067 * djunpack.bat: removed.
11068
2adfe2a9 110692000-12-09 Laurynas Biveinis <lauras@softhome.net>
11070
11071 * Makefile.in: handle DOS-style absolute paths.
11072 * config-ml.in: likewise.
11073 * symlink-tree: likewise.
11074
7ce26751 110752000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11076
11077 * fastjar: Imported.
11078
68a758b6 110792000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11080
11081 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
11082 libjava.
11083 * configure.in (target_libs): Removed `target-libjava'.
11084
0b3b9f3b 110852000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11086
11087 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
11088 (ALL_MODULES): Added fastjar.
11089 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
11090 (all-target-libjava): all-fastjar replaces all-zip.
11091 (all-fastjar): Added.
11092 (configure-target-fastjar, all-target-fastjar): Likewise.
11093 * configure.in (host_tools): Added fastjar.
11094
b9b564e0 110952000-12-07 Mike Stump <mrs@wrs.com>
11096
11097 * Makefile.in (local-distclean): Remove leftover built files.
11098
1a45dccf 110992000-11-24 Nick Clifton <nickc@redhat.com>
11100
11101 * configure.in (xscale-elf): Add target.
11102 (xscale-coff): Add target.
11103
b21e5977 111042000-11-22 Loren J. Rittle <ljrittle@acm.org>
11105
31972771 11106 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11107 recent versions of FreeBSD (release 3 or later).
11108 * ltconfig: On FreeBSD, -lc must not be provided when building
11109 a shared library or else the standard -pthread gcc option is
11110 rendered worthless to later users of the built library.
b21e5977 11111
d7ce037e 111122000-11-16 Fred Fish <fnf@be.com>
11113
11114 * configure.in (enable_libstdcxx_v3): Fix typo,
11115 libstd++ -> libstdc++.
11116
2c5d378d 111172000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
11118
11119 * MAINTAINERS: Add self to Write After Approval list.
11120
ea4ec5d3 111212000-11-21 Bernd Schmidt <bernds@redhat.com>
11122
11123 * MAINTAINERS: Update my email address. Add myself to global write
11124 privs list.
11125
5cfbc08c 111262000-11-18 Alexandre Oliva <aoliva@redhat.com>
11127
f42cc732 11128 * Makefile.in: Merge with src and libgcj.
11129 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
11130 configure-target-<library> when their configure scripts need the C
11131 or C++ library to have already been built to work properly.
11132 (do_proto_toplev): Set them to an empty string.
11133
5cfbc08c 11134 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
11135 (REALLY_SET_LIB_PATH): Use them.
11136
f1433f3d 111372000-11-17 Stan Shebs <shebs@apple.com>
11138
11139 * MAINTAINERS: Add self to Write After Approval list.
11140
9371935c 111412000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11142
11143 * configure: Provide the original toplevel configure arguments
11144 (including $0) to subprocesses in the environment rather than
11145 through gcc/configargs.h.
11146
967ccfb6 111472000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
11148
11149 * MAINTAINERS: Remove references to cccp. Change C9X reference to
11150 C99. Alphabetise "Write After Approval" list.
11151
facb1a06 111522000-11-12 Mark Mitchell <mark@codesourcery.com>
11153
4ec87d68 11154 * configure: Turn on libstdc++ V3 by default.
11155
facb1a06 11156 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
11157 if we've got GCC.
11158
0877e533 111592000-11-11 Philip Blundell <philb@gnu.org>
11160
11161 * MAINTAINERS: Add self to Write After Approval list.
11162
a6fdcbb2 111632000-11-09 David Edelsohn <edelsohn@gnu.org>
11164
11165 * ltcf-c.sh (aix4): Improve shared library configuration; require
11166 exporting symbols.
11167 * ltcf-cxx.sh (aix4): Define.
11168 * ltconfig (aix4): Define library and soname specs appropriate for
11169 AIX. Define command to create export symbols list.
11170
dcde3c07 11171Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
4fa12471 11172
11173 * config.sub: Add support for Sun Chorus
11174
cc849a38 111752000-10-31 Nick Clifton <nickc@redhat.com>
11176
11177 * MAINTAINERS: Rename <name>@cygnus.com addresses to
11178 <name>@redhat.com. Also installed new email address for Clint
11179 Popetz.
f9daa432 11180
3f23f60a 111812000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
11182
11183 * etc: Remove directory from GCC.
11184
3e9279ee 111852000-10-16 Michael Meissner <meissner@redhat.com>
11186
11187 * configure (gcc/configargs.h): Only create if there is a build GCC
11188 directory created.
11189
f9daa432 111902000-10-16 Matthias Klose <doko@debian.org>
11191
5c371a2c 11192 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
11193 when configured for libstdc++-v3.
11194
4a0e2d42 111952000-10-05 Phil Edwards <pme@gcc.gnu.org>
11196
11197 * configure: Save configure arguments to gcc/configargs.h.
11198
f39aafc5 111992000-10-04 Philipp Thomas <pthomas@suse.de>
11200
11201 * config.guess: Import CVS version 1.157.
11202 * config.sub: Import CVS version 1.181.
11203
c884589e 112042000-10-04 Andris Pavenis <pavenis@latnet.lv>
11205
11206 * Makefile.in (bootstrap): avoid recursion if subdir missing
11207 (cross): ditto
11208 (do-proto-toplev): ditto
11209
c1a13da0 112102000-09-30 Alexandre Oliva <aoliva@redhat.com>
11211
e920d979 11212 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
11213 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
11214
c1a13da0 11215 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
11216 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
11217 all affected `configure' scripts.
11218
81089fbf 11219Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
11220
11221 * MAINTAINERS: Add self as cpplib co-maintainer.
11222
c47eeef8 112232000-09-24 Aldy Hernandez <aldyh@redhat.com>
11224
11225 * MAINTAINERS: Add self to Write After Approval list.
11226
1f6ba023 112272000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11228
11229 * INSTALL/README: egcs -> GCC update.
11230
dcde3c07 11231Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
cf1f3b68 11232
11233 * MAINTAINERS: Add myself to Write After Approval list.
11234
eca133bc 112352000-09-15 Kazu Hirata <kazu@hxi.com>
11236
11237 * MAINTAINERS: Add myself to Write After Approval list.
11238
3a6d39fe 11239Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
11240
31972771 11241 * configure.in: Do not build byacc for hppa64. Provide paths to the
11242 X11 libraries for hppa64.
3a6d39fe 11243
5e4d941a 112442000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11245
11246 * MAINTAINERS: Add myself as 68hc11 port maintainer.
11247
fd7f3a57 112482000-09-06 Alexandre Oliva <aoliva@redhat.com>
11249
5fbdfc0f 11250 * Makefile.in (all-zlib): Added dummy target.
11251
fd7f3a57 11252 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11253 ltcf-gcj.sh: Updated from libtool multi-language branch.
11254
92b251ca 112552000-09-05 Alexandre Oliva <aoliva@redhat.com>
11256
11257 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
11258 (bootstrap*): Depend on all-bootstrap.
11259
31ab897a 112602000-09-05 Philipp Thomas <pthomas@suse.de>
11261
11262 * config.guess: Import CVS version 1.156.
11263 * config.sub: Import CVS version 1.179.
11264
add841d2 112652000-09-02 Anthony Green <green@cygnus.com>
11266
11267 * Makefile.in (all-gcc): Depend on all-zlib.
11268 (CLEAN_MODULES): Add clean-zlib.
11269 (ALL_MODULES): Add all-zlib.
11270 * configure.in (host_libs): Add zlib.
11271
aff0af06 112722000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
e2bac683 11273
11274 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
11275 crosses, but add gcc/include to the header search path for them.
11276
d6f4f260 112772000-08-04 David E. O'Brien <obrien@FreeBSD.org>
11278
11279 * MAINTAINERS: Add self to Write After Approval list.
11280
352d4040 112812000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11282
11283 * config.guess: Import CVS version 1.152.
11284 * config.sub: Import CVS version 1.177.
11285
a49a3523 112862000-08-25 Alexandre Oliva <aoliva@redhat.com>
11287
681dbe98 11288 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
11289 $targargs to tell whether newlib is going to be built.
11290
a49a3523 11291 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
11292 $$r/TARGET_SUBDIR/libio for _G_config.h.
11293
2fb10547 112942000-08-23 Alexandre Oliva <aoliva@redhat.com>
11295
11296 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
11297
1554dae1 112982000-08-22 DJ Delorie <dj@redhat.com>
11299
11300 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
11301
883e4a54 113022000-08-22 Alexandre Oliva <aoliva@redhat.com>
11303
11304 * config-ml.in (CC, CXX): Avoid trailing whitespace.
11305 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
11306 sub-configures.
11307
47e1a34e 113082000-08-21 DJ Delorie <dj@redhat.com>
11309
11310 * MAINTAINERS: Add self as a libiberty maintainer
11311
f4fb1596 113122000-08-16 Alexandre Oliva <aoliva@redhat.com>
11313
11314 * configure.in (libstdcxx_flags): Use
11315 libstdc++-v3/src/libstdc++.INC.
11316
a4b68c89 113172000-08-15 Alexandre Oliva <aoliva@redhat.com>
11318
11319 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11320
e800dd2f 113212000-08-14 Zack Weinberg <zack@wolery.cumb.org>
11322
e5d5867a 11323 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11324
f9daa432 11325 * configure: Make enable_threads and enable_shared defaults
e800dd2f 11326 explicit. Substitute enable_threads into generated Makefiles.
11327 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11328 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11329
4a5bda50 113302000-08-13 Geoff Keating <geoffk@cygnus.com>
11331
11332 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11333
2968054b 113342000-08-12 Alexandre Oliva <aoliva@redhat.com>
11335
11336 * config-ml.in (CC): Remove bogus duplicate quotation mark from
11337 previous delta.
11338
cbf326ce 113392000-08-11 Jason Merrill <jason@redhat.com>
d793b7ed 11340
cbf326ce 11341 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11342 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11343 (FLAGS_FOR_TARGET): Not here.
11344 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
d793b7ed 11345
287d2cfb 113462000-08-11 Alexandre Oliva <aoliva@redhat.com>
11347
11348 * config-ml.in (CC, CXX): Don't introduce a leading space.
11349
9b573fd8 113502000-08-07 DJ Delorie <dj@delorie.com>
11351
11352 * MAINTAINERS: Add self as a DJGPP maintainer
11353
ede08f9f 113542000-08-07 DJ Delorie <dj@redhat.com>
11355
11356 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
11357 "if we're also building gcc, and it's a gcc that will run on the
11358 build machine, we want to use its includes instead of the system's
11359 default includes".
11360
85895852 113612000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
11362
11363 * MAINTAINERS: Add self to Write After Approval list.
11364
454c751b 113652000-08-03 Alexandre Oliva <aoliva@redhat.com>
11366
feb7523c 11367 * configure.in (libstdcxx_flags): Don't use `"'.
11368
454c751b 11369 * config-ml.in: Adjust multilib search paths to the
11370 appropriate multilib tree.
11371
0a120c53 113722000-08-02 Alexandre Oliva <aoliva@redhat.com>
11373
11374 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11375 commas in $LANGUAGES.
11376
f3efc960 113772000-08-02 Manfred Hollstein <manfredh@redhat.com>
11378
11379 * configure.in: Re-enable all references to libg++ and librx.
11380
00c97451 113812000-08-01 Alexandre Oliva <aoliva@redhat.com>
11382
650713eb 11383 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11384 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
11385 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11386 * ltcf-cxx.sh (need_lc): Set based on postdeps.
11387
00c97451 11388 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11389
4d3fd3b7 113902000-07-31 Alexandre Oliva <aoliva@redhat.com>
11391
11392 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11393 CXX_FOR_TARGET for sed.
11394
32999451 113952000-07-30 Alexandre Oliva <aoliva@redhat.com>
11396
11397 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11398 Do not override if already set in the environment or in configure.
11399 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11400 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11401
c102b56d 114022000-07-28 Alexandre Oliva <aoliva@redhat.com>
11403
11404 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11405 the libtool CVS tree multi-language branch.
11406 * ltconfig, ltmain.sh: Updated.
f9daa432 11407
bc7af389 114082000-07-27 Alexandre Oliva <aoliva@redhat.com>
11409
ed2dfc92 11410 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11411 (clean-target): Depend on it.
11412
bc7af389 11413 * Makefile.in (FLAGS_FOR_TARGET): New macro.
11414 (GCC_FOR_TARGET): Use it.
11415 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11416 * configure.in: ... here.
11417 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
11418 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11419
aee16bda 114202000-07-24 Eric Christopher <echristo@cygnus.com>
11421
11422 * MAINTAINERS: Add self to Write After Approval list.
11423
bae203e7 114242000-07-24 Alexandre Oliva <aoliva@redhat.com>
11425
8ad0b02a 11426 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11427 (configure-target-libchill, configure-target-libobjc): Likewise.
11428
bae203e7 11429 * configure.in: Use the same cache file for all target libs.
11430 * config-ml.in: But different cache files per multilib variant.
11431
2dce220b 114322000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11433
11434 * configure (topsrcdir): Don't use dirname.
11435
84a55ca2 114362000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
11437
11438 * MAINTAINERS: Add self to Write After Approval list.
11439
151ad919 114402000-07-20 Jason Merrill <jason@redhat.com>
11441
11442 * configure.in: Remove all references to libg++ and librx.
11443
11444 * configure, configure.in, Makefile.in: Unify gcc and binutils.
11445
114462000-07-20 Hans-Peter Nilsson <hp@axis.com>
11447
11448 * config.sub: Update to subversions version 2000-07-06.
11449
99545576 114502000-07-12 Andrew Haley <aph@cygnus.com>
11451
11452 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11453 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11454
1ac432f1 114552000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
11456
11457 * symlink-tree: Check number of arguments.
11458
8d6dd244 114592000-07-05 Jim Wilson <wilson@cygnus.com>
11460
11461 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11462 search path for a g++ extracted from the build tree. This
11463 will allow link tests run by configure scripts in
11464 subdirectories to succeed.
11465
151ad919 114662000-07-01 Koundinya K <kk@ddeorg.soft.net>
11467
31972771 11468 * ltconfig: Add support for mips-dde-sysv4.2MP
aee16bda 11469
74c42694 114702000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
11471
11472 * MAINTAINERS: Add myself as loop discovery maintainer.
11473
151ad919 114742000-06-28 Corinna Vinschen <vinschen@cygnus.com>
11475
11476 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11477 `os2'. Force ac_cv_exeext to be ".exe" in that case.
11478
114792000-06-19 Timothy Wall <twall@cygnus.com>
11480
11481 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11482 * config.sub: Add tic54x target.
11483
39d9b770 11484Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11485
11486 * MAINTAINERS: Add self as Fortran maintainer,
11487 remove Craig Burley.
11488
151ad919 11489Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
13645f53 11490
151ad919 11491 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11492 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13645f53 11493
a71aa125 11494Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
11495
11496 * MAINTAINERS: Add self as i18n maintainer
11497
151ad919 1149820000-05-21 H.J. Lu (hjl@gnu.org)
11499
31972771 11500 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11501 directory are used if they exist. Make sure
11502 $(build_tooldir)/include is searched for header files,
11503 $(build_tooldir)/lib/ for library files.
151ad919 11504 (GCC_FOR_TARGET): Likewise.
31972771 11505 (CXX_FOR_TARGET): Likewise.
151ad919 11506
1ef89cd1 11507Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
11508
11509 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11510
151ad919 11511Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
810e9e00 11512
11513 * Makefile.in (configure-target-libiberty): Depend on
11514 configure-target-newlib.
11515
ffee4df0 115162000-05-16 Alexandre Oliva <aoliva@cygnus.com>
11517
11518 * configure.in, Makefile.in: Merge all libffi-related
11519 configury stuff from the libgcj tree.
11520
151ad919 11521Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
11522
11523 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11524 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11525
11526Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
11527
11528 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11529 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
4b695c23 11530 current version information. Add to proto-toplev directory.
151ad919 11531 (gdb-taz): Build do-djunpack.
11532
677b224d 115332000-05-15 David Edelsohn <edelsohn@gnu.org>
11534
11535 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11536
36d84962 11537Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
11538
11539 * MAINTAINERS: Add self to Write After Approval list.
11540
151ad919 115412000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11542
11543 * ltmain.sh: Preserve in relink_command any environment
11544 variables that may affect the linker behavior.
11545
b4ae6e19 11546Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
11547
151ad919 11548 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11549
11550Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
11551
11552 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11553
115542000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
11555
11556 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
31972771 11557 with the version name.
b4ae6e19 11558
9f8322d4 11559Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
11560
11561 * MAINTAINERS: Add self as bb-reorder maintainer.
11562
212276a1 115632000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
11564
11565 * config.if: Tweak.
11566
151ad919 115672000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
11568
11569 * djunpack.bat: New file.
11570
11571Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
11572
11573 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
4b695c23 11574 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
11575 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
11576 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
151ad919 11577
1e866de7 115782000-04-16 Dave Pitts <dpitts@cozx.com>
11579
31972771 11580 * config.sub (case $basic_machine): Change default for "ibm-*"
11581 to "openedition".
1e866de7 11582
c3d0c692 115832000-04-13 Andreas Jaeger <aj@suse.de>
11584
11585 * MAINTAINERS: Added myself.
11586
151ad919 11587Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
11588
11589 * Makefile.in (gdb-taz): New target. GDB specific archive.
11590 (do-md5sum): New target.
11591 (MD5PROG): Define.
11592 (PACKAGE): Default to TOOL.
11593 (VER): Default to a shell script.
11594 (taz): Rewrite target. Move real work to do-proto-toplev. Include
4b695c23 11595 md5 checksum generation.
151ad919 11596 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
11597 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
11598 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
4b695c23 11599 insight.tar.bz2): Use gdb-taz to create archive.
151ad919 11600
11601Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
11602
11603 * configure (warn_cflags): Delete.
11604
dd0ac352 11605Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
11606
11607 * MAINTAINERS: Added myself.
11608
84d8005c 116092000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
d3eff7bb 11610 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
84d8005c 11611
31972771 11612 * configure.in (enable_libstdcxx_v3): Add.
11613 (target_libs): Add bits here to switch between libstdc++-v2 and
11614 libstdc++-v3.
11615 * config.if: And this file too.
11616 * Makefile.in: Add libstdc++-v3 targets.
aee16bda 11617
a995bb42 116182000-04-05 Michael Meissner <meissner@redhat.com>
11619
11620 * config.sub (d30v): Add d30v as a basic machine type.
11621
c1d2a99e 116222000-03-29 Jason Merrill <jason@casey.cygnus.com>
11623
11624 * configure.in: -linux-gnu*, not -linux-gnu.
11625
6437c7c8 11626Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
11627
11628 * MAINTAINERS: Add self in write-after-approval section.
11629
48ad86bd 11630Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
11631
11632 * MAINTAINERS: Add self as ia64 port maintainer.
11633
cb86f6e1 116342000-03-08 Neil Booth <NeilB@earthling.net>
11635
11636 * MAINTAINERS: Add self in write-after-approval section.
11637
151ad919 11638Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
3d94c7f0 11639
151ad919 11640 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
11641 (do-tar-bz2): Replace TOOL with PACKAGE.
11642 (gdb.tar.bz2): Remove GDBTK from GDB package.
11643 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
4b695c23 11644 dejagnu.tar.bz2): New packages.
151ad919 11645
116462000-02-27 Andreas Jaeger <aj@suse.de>
11647
11648 * configure.in: Add entry for mips*-*-linux*, move catch all
11649 *-*-*linux* entry below this one.
11650
116512000-02-27 Ian Lance Taylor <ian@zembu.com>
11652
11653 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
3d94c7f0 11654
1872c686 116552000-02-24 Nick Clifton <nickc@cygnus.com>
11656
11657 * config.sub: Support an OS of "wince".
11658
151ad919 11659Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
11660
11661 * config.guess, config.sub: Updated to match config's 2000-02-15
4b695c23 11662 version.
151ad919 11663
dcde3c07 116642000-02-23 Linas Vepstas <linas@linas.org>
151ad919 11665
11666 * config.sub: Add support for Linux/IBM 370.
11667 * configure.in: Likewise.
11668
8027f1d6 116692000-02-22 Nick Clifton <nickc@cygnus.com>
11670
11671 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
11672
dcde3c07 116732000-02-20 Christopher Faylor <cgf@cygnus.com>
d32a1334 11674
151ad919 11675 * config.guess: Guess "cygwin" rather than "cygwin32".
d32a1334 11676
4f5e65d7 116772000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11678
11679 * configure (gcc_version): When setting, narrow search to
11680 lines containing `version_string'.
11681
cb257c25 116822000-02-15 Denis Chertykov <denisc@overta.ru>
11683
11684 * config.sub: Add support for avr target.
11685
b1b2e339 116862000-02-14 Nick Clifton <nickc@cygnus.com>
11687
11688 * MAINTAINERS: Add maintainers for MCore port.
11689
def2c3fb 11690Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
11691
11692 * config.sub: Add mmix-knuth-mmixware.
11693
f0e58719 116942000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11695
11696 * MAINTAINERS: Pair cccp with cpplib maintainership.
11697
dcde3c07 116982000-01-27 Christopher Faylor <cgf@redhat.com>
151ad919 11699
11700 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
11701 structure stuff to -L library search.
11702 (CXX_FOR_TARGET): Ditto.
11703 (CROSS_CHECK_MODULES): Fix spelling mistake.
11704
6ba3324d 117052000-01-24 Mark Mitchell <mark@codesourcery.com>
11706
11707 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
11708 the C++ compiler.
11709
1532359f 117102000-01-12 Richard Henderson <rth@cygnus.com>
11711
11712 * configure.in: Don't build some bits for beos.
11713
75daeef1 117142000-01-12 Joel Sherrill (joel@OARcorp.com)
11715
11716 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
11717 as include files.
11718
2774282e 117192000-01-11 Zack Weinberg <zack@wolery.cumb.org>
11720
11721 * Add self as cpplib maintainer, as requested by Jason
11722 Merrill. Correct my e-mail address.
11723
d08e2cf4 117242000-01-06 Geoff Keating <geoffk@cygnus.com>
11725
11726 * configure.in: Use mt-aix43 to handle *_TARGET defs,
11727 not mh-aix43.
11728
cee0655e 11729Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
11730
11731 * MAINTAINERS: Add myself to "write after approval" list.
11732
a23a249a 117331999-12-14 Richard Henderson <rth@cygnus.com>
11734
11735 * config.guess (alpha-osf, alpha-linux): Detect ev67.
11736 * config.sub: Accept alphaev[78], alphaev8.
11737
7f620b51 117381999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11739
11740 * config.guess, config.sub: Update from autoconf.
11741
76323487 117421999-11-29 Bruce Korb <autogen@linuxbox.com>
11743
3beb0b4d 11744 * MAINTAINERS: update my playtime e-address.
76323487 11745
5514758e 11746Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11747
11748 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
11749 necessary libraries are missing.
11750
dcde3c07 11751Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
4e11cb65 11752
11753 * MAINTAINERS: Add new 'write after approval' maintainer.
11754
4a6db447 11755Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
11756
11757 * MAINTAINERS: Add new Java maintainer.
11758
34834d2a 117591999-10-25 Andreas Schwab <schwab@suse.de>
11760
11761 * configure: Fix quoting inside arguments of eval.
11762
26186f46 117631999-10-21 Nick Clifton <nickc@cygnus.com>
11764
11765 * config-ml.in: Allow suppression of some ARM multilibs.
11766
b384fc18 11767Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
11768
11769 * config.guess: Add OS/390 match pattern.
11770 * config.sub: Add mvs, openedition targets.
11771 * configure.in (i370-ibm-opened*): New.
11772
151ad919 117731999-09-04 Steve Chamberlain <sac@pobox.com>
11774
11775 * config.sub: Add support for configuring for pj.
11776
117771999-08-31 Nick Clifton <nickc@cygnus.com>
11778
11779 * config.sub (maybe_os): Add support for configuring for fr30.
11780
3e6b7981 117811999-08-25 Nick Clifton <nickc@cygnus.com>
11782
11783 * configure.in: Do not configure or build ld for AIX
11784 platforms. ld is known to be broken on these platforms.
11785
49c01ead 11786Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11787
11788 * config-ml.in: Pass compiler flag corresponding to multidirs to
11789 subdir configures.
11790
151ad919 117911999-08-09 Ian Lance Taylor <ian@zembu.com>
11792
11793 * Makefile.in (LDFLAGS): Define.
11794
117951999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
11796
11797 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
11798 noconfigdirs.
11799 (*-*-cygwin*): Likewise.
11800
118011999-08-08 Ian Lance Taylor <ian@zembu.com>
11802
11803 * mkdep: New file.
11804 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
11805 (BINUTILS_SUPPORT_DIRS): Add mkdep.
11806
11807 From Eli Zaretskii <eliz@is.elta.co.il>:
11808 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
11809 long file name when using DJGPP on MS-DOS.
11810
90916687 11811Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
11812
11813 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
11814
151ad919 118151999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
11816
11817 * Makefile.in (check-target-libio): Remove all-target-libstdc++
11818 dependency as this causes "make check" to globally "make all"
11819
ed4e41d7 11820Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
11821
11822 * configure.in (target_libs): Added target-zlib.
11823 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
11824 (CONFIGURE_TARGET_MODULES): Likewise.
11825 (CHECK_TARGET_MODULES): Likewise.
11826 (INSTALL_TARGET_MODULES): Likewise.
11827 (CLEAN_TARGET_MODULES): Likewise.
11828 (configure-target-zlib): New target.
11829 (all-target-zlib): Likewise.
11830 (all-target-libjava): Depend on all-target-zlib.
11831 (configure-target-libjava): Depend on configure-target-zlib.
11832
11833 * Makefile.in (configure-target-libjava): Depend on
11834 configure-target-newlib.
11835 (configure-target-boehm-gc): New target.
11836 (configure-target-qthreads): New target.
11837
31972771 11838 * configure.in (target_libs): Added target-qthreads.
11839 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
11840 (CONFIGURE_TARGET_MODULES): Likewise.
11841 (CHECK_TARGET_MODULES): Likewise.
11842 (INSTALL_TARGET_MODULES): Likewise.
11843 (CLEAN_TARGET_MODULES): Likewise.
11844 (all-target-qthreads): New target.
11845 (configure-target-libjava): Depend on configure-target-qthreads.
11846 (all-target-libjava): Depend on all-target-qthreads.
ed4e41d7 11847
11848 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
11849 (CONFIGURE_TARGET_MODULES): Likewise.
11850 (CHECK_TARGET_MODULES): Likewise.
11851 (INSTALL_TARGET_MODULES): Likewise.
11852 (CLEAN_TARGET_MODULES): Likewise.
11853 (all-target-libjava): New target.
11854 (all-target-boehm-gc): Likewise.
11855 * configure.in (target_libs): Added libjava, boehm-gc.
11856
151ad919 118571999-07-22 Ian Lance Taylor <ian@zembu.com>
11858
11859 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
11860 configure.bat in SUPPORT_FILES.
11861 (gas+binutils.tar.bz2): Likewise.
11862
11863 * makeall.bat: Remove; obsolete.
11864
118651999-07-21 Ian Lance Taylor <ian@zembu.com>
11866
11867 From Mark Elbrecht:
11868 * configure.bat: Remove; obsolete.
11869
118701999-07-11 Ian Lance Taylor <ian@zembu.com>
11871
11872 * configure: Add -W -Wall to the default CFLAGS when compiling with
11873 gcc.
11874
11875Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
11876
11877 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
11878
118791999-06-30 Mark Mitchell <mark@codesourcery.com>
11880
11881 * configure.in: Build ld on IRIX6.
11882
118831999-06-12 Ian Lance Taylor <ian@zembu.com>
11884
11885 * Makefile.in: Change distribution targets to use bzip2 instead of
11886 gzip.
11887 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
11888 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
11889
118901999-06-04 Nick Clifton <nickc@cygnus.com>
11891
11892 * config.sub: Add mcore target.
11893
4960e263 11894Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
11895
11896 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
11897
fb873f96 11898Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
11899
11900 * config.guess (dummy): Changed to $dummy.
11901
f0d0ef7c 119021999-05-24 Nick Clifton <nickc@cygnus.com>
11903
11904 * config.sub: Tidied up case statements.
11905
0522f2f0 119061999-05-22 Ben Elliston <bje@cygnus.com>
11907
e571eca2 11908 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
11909 <jiro@din.or.jp>.
11910
0522f2f0 11911 * config.guess: Merge with FSF version. Future changes will be
11912 more accurately recorded in this ChangeLog.
11913 * config.sub: Likewise.
11914
8566565c 11915Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
11916
11917 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
11918
151ad919 119191999-04-30 Tom Tromey <tromey@cygnus.com>
11920
11921 * ltmain.sh: [mode link] Always use CC given by ltconfig.
11922
688d5631 119231999-04-23 Tom Tromey <tromey@cygnus.com>
11924
11925 * ltconfig, ltmain.sh: Update to libtool 1.2f.
11926
151ad919 119271999-04-20 Drew Moseley <dmoseley@cygnus.com>
11928
11929 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
11930 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
11931 Bad merge removed these two changes.
11932
e020fd98 11933Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
31972771 11934 Martin Heller (Ing.-Buero_Heller@t-online.de)
e020fd98 11935
11936 * config.guess (interix Alpha): Add.
11937
151ad919 119381999-04-11 Richard Henderson <rth@cygnus.com>
11939
11940 * configure.in (i?86-*-beos*): Do config gperf; don't config
11941 gdb, newlib, or libgloss.
11942
a48ef8ee 11943Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
aee16bda 11944
a48ef8ee 11945 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
11946 link a trivial program with -mabi=64. If it fails, remove mabi=64
11947 from multidirs.
11948
c3a180dc 11949Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
11950
11951 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
11952
151ad919 119531999-04-08 Nick Clifton <nickc@cygnus.com>
11954
11955 * config.sub: Add support for mcore targets.
11956
119571999-04-07 Michael Meissner <meissner@cygnus.com>
11958
11959 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
11960 not mt-ospace, in order to shut up assembler warning about using
11961 symbols that are named the same as registers.
11962
119631999-04-07 Drew Moseley <dmoseley@cygnus.com>
11964
11965 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
11966 dependency list for all-target-cygmon.
11967
119681999-04-05 Doug Evans <devans@casey.cygnus.com>
11969
11970 * config-ml.in: Check $host, not $target, for selective multilibs.
11971 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
11972 thumb interworking, and underscore prefix multilibs.
11973
119741999-04-04 Ian Lance Taylor <ian@zembu.com>
11975
11976 * missing: Update to version from current automake.
11977
b7ba05c0 11978Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
11979
11980 * configure (gxx_include_dir): Removed.
11981
11982 * configure.in (gxx_include_dir): Handle it.
11983 * Makefile.in: Likewise.
11984
151ad919 119851999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
11986
11987 * config.sub (mips64vr4111,mips64vr4111el) Add.
11988
119891999-03-21 Ben Elliston <bje@cygnus.com>
11990
31972771 11991 * config.guess: Correct typo for detecting ELF on FreeBSD.
151ad919 11992
9862eda4 11993Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
11994
9862eda4 11995 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
11996 config/mh-djgpp.
11997
151ad919 11998Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
11999
12000 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12001 all-target-newlib to dependency list for all-target-bsp.
12002
26a1dadb 12003Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
12004
12005 * config.sub: Add i386-uwin support.
12006 * config.guess: Likewise.
12007
fea0107e 12008Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12009
12010 * configure.in: cleanup, add mh-*pic handling for arm, special
12011 case powerpc*-*-aix*
12012
151ad919 12013Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
12014
12015 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12016 can be built.
12017
12018Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
12019
12020 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
4b695c23 12021 targets.
151ad919 12022
daa90679 120231999-03-02 Nick Clifton <nickc@cygnus.com>
12024
12025 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
12026
f6a095e9 12027Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
12028
12029 * config.sub: Check for "cygwin*" rather than "cygwin32*"
12030
47d8eb1d 120311999-02-24 Nick Clifton <nickc@cygnus.com>
12032
12033 * config.sub: Fix typo in arm recognition.
12034
151ad919 12035Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
12036
12037 * configure.in (noconfigdirs): Changed target_configdirs to
12038 include target-bsp only for m68k-*-elf* and m68k-*-coff*
12039 rather than m68k-*-* since it is not known to work on
12040 m68k-aout. Ditto for arm-*-*oabi.
12041
12042Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
12043
12044 * configure.in (*-*-windows*): Remove, no longer used.
151ad919 12045
120461999-02-19 Ben Elliston <bje@cygnus.com>
12047
12048 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
12049 Smart and improved by Andrew Cagney.
12050
52b143d0 12051Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
12052
12053 * config.guess: Recognize openbsd-*-hppa.
12054
c441c977 12055Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
12056
12057 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
12058 only if it is not empty.
12059
8faa2109 120601999-02-17 Nick Clifton <nickc@cygnus.com>
12061
12062 Patch from: Scott Bambrough <scottb@corelcomputer.com>
aee16bda 12063
151ad919 12064 * config.guess: Modified to recognize uname's armv* syntax.
8faa2109 12065
12066 * config.sub: Modified to recognize uname's armv* syntax.
12067
151ad919 120681999-02-17 Mark Salter <msalter@cygnus.com>
12069
12070 * configure.in: Added target-bsp for sparclite.
12071
12072Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
12073
12074 * config.sub: Recognize alphapca5[67] and up to alphaev8.
12075
120761999-02-08 Nick Clifton <nickc@cygnus.com>
12077
12078 * configure.in: Add support for strongarm port.
12079 * config.sub: Add support for strongarm target.
12080
654a22b1 12081Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
aee16bda 12082
654a22b1 12083 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
12084 the old name config/mh-cygwin32.
12085 Enable texinfo.
12086
151ad919 12087Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
12088
12089 * configure.in: Do build ld for ix86 Solaris.
12090
46fb7091 12091Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
12092
12093 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
12094 $AR_FOR_TARGET. Likewise for RANLIB.
12095
115ec39e 12096Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
aee16bda 12097
31972771 12098 * config.sub (oabi): Recognize.
12099 * configure.in (arm-*-oabi): Handle.
115ec39e 12100
5cca51e0 12101Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
12102
12103 * config.guess: Improve detection of i686 on UnixWare 7.
12104
183a8abb 12105Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
12106
12107 * config.guess: Add support for i386-pc-interix.
12108 * config.sub: Likewise.
12109 * configure.in: Likewise.
183a8abb 12110
151ad919 12111Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
12112
12113 * Makefile.in: Remove unneeded all-target-libio from
12114 from all-target-winsup target since it is now unneeded.
12115 Add all-target-libtermcap in its place since it is now
12116 needed.
12117
12118Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
12119
12120 * configure.in: makefile stub for cygwin target is probably
12121 unnecessary. Remove it for now.
151ad919 12122
12123Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
12124
12125 * configure.in: libtermcap.a should be built when cygwin is the
12126 target as well as the host.
12127 * config.guess: Allow mixed case in cygwin uname output.
12128 * Makefile.in: Add libtermcap target.
151ad919 12129
0db75088 12130Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
12131
12132 * config.sub: Clean up handling of hppa2.0.
12133
a30dcfee 12134Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
12135
12136 * config.guess: Use C code to identify more HP machines.
12137
44cfa345 12138Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
12139
12140 * config.sub: Handle hppa2.0.
12141
151ad919 12142Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
12143
12144 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
4b695c23 12145 cygmon for all sparclite targets, regardless of object format.
151ad919 12146
121471998-12-15 Mark Salter <msalter@cygnus.com>
12148
12149 * configure.in: Added target-bsp for several target architectures.
12150
12151 * Makefile.in: Added rules for bsp.
12152
be0f7b24 12153Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
12154
12155 * config.guess: Improve detection of hppa2.0 processors.
12156
12157Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
12158
12159 * config.guess: Recognize FreeBSD using ELF automatically.
12160
76103b2c 121611998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
12162
12163 * configure (skip-this-dir): Add handling for new shell script, which
12164 might be created by a sub-directory's configure to indicate, this particular
12165 directory is "unwanted".
12166 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
12167
151ad919 12168Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
12169
12170 * ltconfig: import from libtool, after changing libtool to
12171 account for the cygwin name change.
12172
12173Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
12174
12175 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
12176 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
12177
12178Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
12179
12180 * configure.in: Add libtermcap to list of cygwin dependencies.
12181
12182Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
12183
31972771 12184 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
12185 they include winsup/include when it's a cygwin target.
151ad919 12186
121871998-11-12 Tom Tromey <tromey@cygnus.com>
12188
12189 * configure.in (host_tools): Added zip.
12190 * Makefile.in (all-target-libjava): Depend on all-zip.
12191 (all-zip): New target.
12192 (ALL_MODULES): Added all-zip.
12193 (NATIVE_CHECK_MODULES): Added check-zip.
12194 (INSTALL_MODULES): Added install-zip.
12195 (CLEAN_MODULES): Added clean-zip.
12196
12197Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
12198
12199 * Makefile.in: lose "32" from comment about cygwin.
12200
12201Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
12202
12203 * configure.in: Use -Os to build target libraries for the fr30.
12204
12205Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
12206
12207 * config.sub: Add fr30.
12208
12209Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
12210
31972771 12211 * configure.in: drop "32" from config/mh-cygwin32. Check
151ad919 12212 cygwin* instead of cygwin32*.
12213 * config.sub: Check cygwin* instead of cygwin32*.
12214
39ebcbe1 12215Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
12216
12217 * config.guess: Match any version of Unixware7.
12218
151ad919 122191998-10-20 Syd Polk <spolk@cygnus.com>
12220
12221 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
12222 if desired.
12223
de79e382 12224Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
12225
12226 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
12227 these if the appropriate directories and files to not exist.
12228
e7104d38 12229Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
12230
12231 * Makefile.in (DEVO_SUPPORT): Add config.if.
12232
fb1c80df 12233Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
12234
12235 * configure: Add pattern to replace "build_tooldir"'s
12236 definition in the generated Makefile with "tooldir"'s
12237 actual value.
12238
46a4cc47 12239Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
12240
0ee69c06 12241 * config.sub: Bring back lost sparcv9.
12242
46a4cc47 12243 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
12244
3a8c0cab 12245Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
12246
12247 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
12248 CC_FOR_TARGET and friends.
12249
12250Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
aee16bda 12251
ea0cacfb 12252 * Makefile.in (build_tooldir): New variable, same as tooldir.
12253 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
12254 -B$(build_tooldir)/bin/.
12255 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
3a8c0cab 12256
de7dcc81 12257Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12258
12259 * README: Remove installation instructions and refer to the
12260 INSTALL directory instead.
12261
67139a60 12262Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
151ad919 12263
67139a60 12264 * config.sub: Add support for i[34567]86-pc-udk.
12265 * configure.in: Likewise.
12266
ed37269d 12267Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
12268
12269 * Makefile.in: add bzip2 package building bits for user
12270 tools module
12271 * configure.in: ditto
12272
fc449a71 12273Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
12274
12275 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
12276 (ALL_TARGET_MODULES): Add all-target-libobjc.
12277 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12278 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12279 (all-target-libchill): Add dependencies.
12280 * configure.in (target_libs): Add libchill.
aee16bda 12281
7bb9dd92 122821998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
12283
12284 * configure.in (target_subdir): Remove duplicate line.
12285
ed37269d 12286Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
12287
12288 * Makefile.in (all-automake): fix dependencies.
12289
a9ff8bf0 12290Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
12291
12292 * configure.in: Minor cleanups for building in the $(target_alias)
12293 subdir.
12294
5869bc6a 122951998-09-22 Jim Wilson <wilson@cygnus.com>
12296
12297 * Makefile.in (bootstrap): Set r and s before make all. Use
12298 BASE_FLAGS_TO_PASS in make all.
12299 (cross): Likewise.
12300
a5caa84c 123011998-09-20 Mark Mitchell <mark@markmitchell.com>
12302
12303 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
12304
331d5855 12305Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
12306
12307 * config.sub: Fix typo in last change.
12308
4d004c41 123091998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12310
12311 * config.sub: Add support for C4x target.
12312 * configure.in: Likewise.
12313
0a2a3792 123141998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
12315
12316 * config.sub: Recognize sparcv9 just like sparc64.
12317
67e059d3 12318Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
12319
12320 * config.guess: Match "Pent II" or "PentII" for OpenServer.
12321
cd547500 12322Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
12323
7325e595 12324 * config.guess: Correctly identify Pentium II sco boxes.
12325
cd547500 12326 * config.guess: Fix "tr" code. From Weiwen Liu.
12327
0b632721 12328Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
12329
12330 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12331 stabs.
12332
ae568fff 12333Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
12334
12335 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12336 (ALL_TARGET_MODULES): Add all-target-libchill.
12337 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12338 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12339 (all-target-libchill): Add dependencies.
12340 * configure.in (target_libs): Add libchill.
12341
68da0d0a 12342Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
12343
12344 * config.guess: Avoid assumptions about "tr" behaves when
12345 LANG is set to something other than English.
12346
d722107d 12347Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
12348
12349 * configure (gxx_include_dir): Changed to
12350 '${prefix}/include/g++'-${libstdcxx_interface}.
12351
12352 * config.if: New to determine the interfaces.
12353
5e6f60dc 12354Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
12355
12356 * config.guess: Detect and handle MPE/IX.
12357 * config.sub: Deal with MPE/IX.
12358
8a70d526 12359Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
12360
12361 * configure.in: Use mh-aix43.
12362
f890b212 123631998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
12364
12365 * configure: Fix --without/--disable cases for gxx-include-dir.
12366
ed37269d 12367Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
12368
12369 * mdata-sh: Imported. Needed for automake support.
12370
12371Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
12372
12373 * Makefile.in (taz): Try "chmod -R og=u ." before
12374 "chmod og=u `find . -print`".
12375
12376Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
12377
12378 * configure.in: Add arm-elf and thumb-elf support.
12379
12380Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
12381
12382 * Makefile.in: Undo previous patch.
12383
12384Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
12385
12386 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12387 to here ...
12388 (install-no-fixedincludes): and here
12389 (INSTALL_MODULES): ... from here.
12390
6d2063db 12391Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
12392
12393 * config.sub: Merge with FSF.
12394
2f7b048d 12395 * config.guess: Merge with FSF.
12396
151ad919 12397Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
12398
12399 * configure (extraconfigdirs): New variable.
12400 (SUBDIRS): Add extraconfigdirs and recurse on them too.
12401 * Makefile.in (all): Move higher in file.
12402 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12403 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12404 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12405 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12406 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12407
124081998-07-23 Brendan Kehoe <brendan@cygnus.com>
12409
12410 * Makefile.in (all-target-libjava): Depend on all-gcc and
12411 all-target-newlib.
12412 (configure-target-libjava): Depend on $(ALL_GCC).
12413
1c802742 12414Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
12415
12416 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12417 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12418
eb7921e4 12419Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
12420
12421 * INSTALL/README: Fix typo.
12422
a8071b4d 12423Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
12424
ed37269d 12425 * ylwrap: Change absolute path checks to check for DOS style path
12426 names.
a8071b4d 12427
ed37269d 12428 * ylwrap: Don't use a full path name if the source file is in the
12429 same directory. From hjl@lucon.org (H.J. Lu).
a8071b4d 12430
26d9569a 12431 * config-ml.in: Default to being verbose, to match Feb 18 change to
12432 configure.
12433
ed37269d 12434Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
12435
12436 Brought over from egcs:
12437
12438 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12439
12440 * configure.in (target_subdir): Set to ${target_alias} instead
12441 of "libraries".
12442
12443 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
12444
12445 * configure.in (target_subdir): Set to libraries if enable_multilib.
12446
12447Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
12448
12449 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12450 multilibs, force reconfiguration the first time we create
12451 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12452
12453Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
12454
12455 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12456 avoid confusion with --no-recursion.
12457
12458Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
12459
12460 * configure.in: Win32 hosts shouldn't use install -x
12461 * install-sh: remove -x option, and special .exe-handling
12462 hack.
12463
151ad919 12464Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
12465
12466 * config.guess: Recognize i586-pc-beos.
12467 * configure.in: Don't build some bits for beos.
12468
81cf37ba 12469Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
12470
ed37269d 12471 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12472 CFLAGS default to -O2.
12473
81cf37ba 12474 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12475 when using GNU ld.
12476
12477Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
12478
12479 * ltmain.sh: Correct install when using a different shell.
12480
12481Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
12482
12483 * ltconfig, ltmain.sh: Update to libtool 1.2b.
12484
151ad919 12485Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
12486
12487 * makefile.vms: Update to build binutils/makefile.vms. Add install
12488 target.
81cf37ba 12489
12490Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
12491
12492 * ltconfig: Update to correct AIX handling.
12493
d6cf7517 12494Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
12495
e98d756a 12496 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12497
d6cf7517 12498 * configure.in (target_subdir): Set to ${target_alias} instead
12499 of "libraries".
12500
eb85e8b7 125011998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
12502
12503 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12504 (Makefile): Depend on $(gcc_version_trigger).
12505
12506 * configure (gcc_version): Change default initializer to empty
12507 string.
12508 (gcc_version_trigger): New variable; pass this variable down
12509 to subdir configures to enable them checking gcc's version
12510 themselves. Emit make macros for both gcc_version vars.
12511 (topsrcdir): Initialize reliably.
12512 (recursion line): Remove --with-gcc-version=${gcc_version}.
12513
da421e40 125141998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12515
12516 * configure (enable_version_specific_runtime_libs): Implement new flag
eb85e8b7 12517 --enable-version-specific-runtime-libs which installs C++ runtime stuff
12518 in $(libsubdir); emit definition in each generated Makefile.
12519 (gxx_include_dir): Initialize depending on
12520 $enable_version_specific_runtime_libs.
da421e40 12521
d9f2c557 125221998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
12523
12524 * configure (gcc_version): Initialize properly depending on
12525 how and where configure is started.
12526 (recursion line): Pass a --with-gcc-version=${gcc_version}
12527 to configures in subdirs.
12528
151ad919 12529Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
12530
12531 * configure.in (noconfigdirs): Add configure pattern for mips tx39
4b695c23 12532 cygmon
151ad919 12533
ed37269d 12534Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
12535
12536 * configure.in: Add cygmon and libstub support for mn10200.
12537
1ee34a17 125381998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
12539
12540 * configure (gcc_version): Add new variable describing the
12541 particular gcc version we're building.
12542 * Makefile.in (libsubdir): Add new macro for the directory
12543 in which the compiler finds executables, libraries, etc.
12544 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12545 and libsubdir.
12546
6c2f7b46 12547Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12548
ea0cacfb 12549 * Makefile.in (local-clean): Remove *.log.
12550 (warning.log): Built with warn_summary from build.log.
12551 (mail-report.log): Run test_summary.
12552 (mail-report-with-warnings.log): Run test_summary including
12553 warning.log in the report.
6c2f7b46 12554
c8d7e712 12555Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
12556
12557 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
12558
ed37269d 12559Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
12560
12561 * Makefile.in (grep): Grep no longer depends on libiberty.
12562
12563Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
12564
12565 * Makefile.in: all-snavigator needs all-libgui.
12566
12567Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
12568
12569 * configure.in: Add cygmon and libstub support for mn10300.
12570
1b402317 12571Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
12572
12573 * missing: Update to version from automake 1.3.
12574
81cf37ba 12575 * ltmain.sh: On installation, don't get confused if the same name
12576 appears more than once in the list of library names.
12577
6d2063db 12578Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
12579
12580 * config.sub: Accept m68060 and m5200 as CPU names.
12581
ed37269d 12582Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
12583
12584 * configure: Use && rather than using -a in test, because odd
12585 strings can confuse test.
12586 * configure.in: Likewise.
12587
81cf37ba 12588Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
12589
12590 * ltconfig, ltmain.sh: Bring in Visual C++ support.
12591
5afc2f4d 12592Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12593
12594 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ea0cacfb 12595 bootstrap4-lean): New targets.
5afc2f4d 12596
c51cbc45 12597Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
12598
12599 * mpw-* Delete. Not used.
12600
ed37269d 12601Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
12602
12603 * COPYING.LIB: Update FSF address.
12604
c51cbc45 12605Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
12606
12607 * ltconfig, ltmain.sh: Update to libtool 1.2a.
12608
ed37269d 12609 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
12610 GAS_SUPPORT_DIRS.
12611
c51cbc45 12612Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
12613
12614 * ltconfig, ltmain.sh: Avoid producing a version number if
12615 -version-info was not used.
12616
ed37269d 12617Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
12618
12619 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
12620 building with newlib.
12621
126221998-04-30 Paul Eggert <eggert@twinsun.com>
12623
151ad919 12624 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
aee16bda 12625 Solaris `make' causes it to continue to next definition.
151ad919 12626
12627Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
12628
12629 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
12630 the right GUI libraries and files are installed along with GDB.
ed37269d 12631
12632Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
12633
12634 * configure.in: Change alpha to alpha* in several places.
12635
151ad919 12636Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
12637
12638 * config.sub: Recognize sparc86x.
12639
803e9d57 12640Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
12641
12642 * configure.in (--enable-target-optspace): Remove debug echo.
12643
2aabe804 12644Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
12645
12646 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
12647
c51cbc45 12648Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
12649
12650 * ltconfig: Update cygwin32 support.
12651
ed37269d 12652 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
12653 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
12654 (GDB_SUPPORT_DIRS): Likewise.
12655
650ebf2f 12656Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
12657
12658 * configure.in (target_makefile_frag): If --enable-target-optspace,
12659 use -Os to compile target libraries rather than -O2. Default to
151ad919 12660 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
12661 not used.
12662 * configure.in (target_cflags): Ditto for d30v.
650ebf2f 12663
ed37269d 12664Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
12665
12666 * Makefile.in (all-bfd): Depend on all-intl.
12667 (all-binutils): Likewise.
12668 (all-gas): Likewise.
12669 (all-gprof): Likewise.
12670 (all-ld): Likewise.
12671
126721998-04-19 Brendan Kehoe <brendan@cygnus.com>
12673
12674 * configure.in (host_tools): Fix typo, lbtool -> libtool.
12675
c51cbc45 12676Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
12677
ed37269d 12678 * Makefile.in (all-bfd): Depend upon all-libiberty.
12679
c51cbc45 12680 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
12681
ed37269d 12682Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
12683
12684 * Makefile.in: Add libstub.
12685
12686 * configure.in: Ditto. Build libstub for targets that have cygmon
12687 support.
12688
12689Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
12690
12691 * configure.in: Don't set PICFLAG on ix86-cygwin32.
12692
12693Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
12694
12695 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
12696 use mh-sysv5 if specified. Support gprof on SCO Open Server.
12697
c7879c37 12698Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
12699
12700 * configure: Define DEFAULT_M4 by searching PATH.
12701 * Makfile.in: Use DEFAULT_M4.
12702
c51cbc45 12703Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
12704
12705 * ltconfig: Add cygwin32 support.
12706
ed37269d 12707 * Makefile.in, configure.in: Add libtool as a native only directory
12708 to configure and build.
12709
a79ac5e8 12710Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
12711
12712 * Makefile.in (INSTALL_MODULES): Remove texinfo.
12713
ed37269d 12714Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
151ad919 12715
ed37269d 12716 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
12717
12718Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
12719
12720 * Makefile.in: add ash make rules
12721 * configure.in: add ash to native_only and host_tools lists
12722
12723Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
12724
12725 * Makefile.in (all-gettext, all-intl): New targets.
12726 (ALL_MODULES): Added all-gettext, all-intl.
12727 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
12728 (INSTALL_MODULES): Added install-gettext, install-intl.
12729 (CLEAN_MODULES): Added clean-gettext, clean-intl.
12730
12731 * configure.in (host_tools): Added gettext.
12732 (native_only): Likewise.
12733 (noconfigdirs) [various cases]: Likewise.
12734 (host_libs): Added intl.
12735
151ad919 12736Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
12737
12738 * configure: Do not disable building gdbtk for cygwin32 hosts.
12739
0579e60e 12740Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
12741
12742 * configure.in: Add thumb-coff target.
12743 * config.sub: Add thumb-coff target.
12744
ed37269d 12745Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12746
12747 * Makefile.in: Revert yesterday's change.
12748 (all-target-winsup): all-target-librx stays out of here.
12749
12750Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
12751
12752 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
12753 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
12754 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
12755 Remove references to librx and libg++.
12756
12757Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
12758
12759 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
12760 recursive makes
12761
c51cbc45 12762Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
12763
12764 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
151ad919 12765 for newlib directory.
c51cbc45 12766 (CXX_FOR_TARGET): Likewise.
12767
12768Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
12769
12770 * ltconfig: Update after libtool/ltconfig.in change for
12771 hpux11.
12772
12773Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
12774
12775 * ltconfig, ltmain.sh: Update to libtool 1.2.
12776
80a9e3eb 12777Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
12778
12779 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
12780 (install-gcc-cross): Instead, override LANGUAGES here.
12781
474d50b3 127821998-03-18 Dave Love <d.love@dl.ac.uk>
12783
12784 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
12785 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
12786
151ad919 12787Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
12788
12789 * configure.in: Add Thumb-pe target.
12790
ed37269d 12791Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
151ad919 12792
ed37269d 12793 * Makefile.in - changed sn targets to snavigator
12794 * configure.in - changed sn targets to snavigator
12795
69d10d87 12796Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
12797
12798 * config-ml.in: After building symlink tree call make distclean
12799 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
12800 to be the case for libiberty.
12801
5628bc1c 12802Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
12803
12804 * configure: When making link, also check the current
12805 directory. The configure scripts may create one.
12806
4d821bda 12807Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
12808
12809 * config.sub: Accept alphapca56 and alphaev6 properly.
12810
263cd6a9 12811Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12812
12813 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
12814
83536831 12815Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
eb7921e4 12816
31972771 12817 * config.sub (sco5): Fix typo.
83536831 12818
ed37269d 12819Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
12820
12821 * Makefile.in (INSTALL_MODULES): Move install-tcl before
12822 install-itcl.
12823 (install-itcl): Remove dependency on install-tcl.
12824
12825Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
12826
12827 * configure.in: Remove libgloss from noconfigdirs for MN10300.
12828
12829Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
12830
12831 * configure.in: Don't build libgui for a cygwin32 target when not on
12832 a cygwin32 host.
12833
12834Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
12835
12836 * configure (redirect): Set to null, so default behavior of
12837 configure is now --verbose.
12838
2590786c 128391998-02-16 Dave Love <d.love@dl.ac.uk>
12840
12841 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
12842 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
12843
dd5a56be 12844Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
12845
12846 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
12847 this change to sync Makefile.in with its ChangeLog entries.
12848
ed37269d 12849Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
12850
12851 * ltmain.sh (mkdir): Check that the directory doesn't exist
12852 before we exit with error, so that we don't get races during
12853 parallel builds.
12854
c51cbc45 12855Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
12856
12857 * ltconfig, ltmain.sh: Update from libtool 1.0i.
12858
92424a17 12859Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
12860
12861 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
12862 PICFLAG_FOR_TARGET.
12863 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
12864
12865 * configure: Emit a definition for the new macro enable_shared
12866 into each Makefile.
12867
ed37269d 12868Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
12869
12870 * configure.in (host_tools, native_only): Add libtool.
12871
12872Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
12873
12874 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
12875 Fix typo in ming config comment.
12876
c51cbc45 12877Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
12878
12879 * ltconfig, ltmain.sh: Update from libtool 1.0h.
12880
ed37269d 12881Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
12882
12883 * config.sub: Add tic30 cases, and map c30 to tic30.
12884
c495fa66 12885Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
12886
12887 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
12888 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
12889 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
12890 (CLEAN_TARGET_MODULES): Similarly
12891 (all-target-libf2c): Add dependences.
aee16bda 12892 * configure.in (target_libs): Add libf2c.
c495fa66 12893
ed37269d 12894Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
12895
12896 * configure.in: Remove expect from noconfigdirs when target
12897 is cygwin32. OK to build expect and dejagnu with Canadian
12898 Cross.
12899
6563ae0c 12900Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
12901
ed37269d 12902 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
12903 host.
12904
6563ae0c 12905 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
12906 and mingw32.
12907
87f6ff88 12908Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
12909
12910 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
12911 here as it is not defined in the toplevel Makefile.
12912
3d2749bb 12913Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
12914
12915 * configure (package_makefile_rules_frag): New variable, which names
12916 a file with generic rules, ...
12917 Change comment to mention we now have FIVE parts.
12918 * configure: Undo last change.
12919
580bb6d9 12920Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
12921
12922 * config.guess: More accurate determination of HP processor types.
ed37269d 12923 * config.sub: More accurate determination of HP processor types.
580bb6d9 12924
72f9a66a 12925Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
12926
12927 * configure (package_makefile_frag): Move inserting the
12928 ${package_makefile_frag} to where it should be according
12929 to the comment.
12930
696f1132 12931Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
12932
12933 * config.guess: Add support for Linux/ARM.
12934
151ad919 12935Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
12936
12937 * .cvsignore: Remove *-info and *-install since they match
12938 release-info and mpw-install, which we don't want to just ignore.
12939
e29d857e 12940Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
12941
12942 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
12943
ab426314 12944Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
12945
12946 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
12947 local_prefix to sub-make invocations.
12948
fa6212f1 12949Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
12950
12951 * configure.in: Check makefile fragments in the source
12952 directory.
12953
99e98fcd 12954Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
12955
ea0cacfb 12956 * configure.in: Check whether host and target makefile
12957 fragments exist before adding them to *_makefile_frag.
99e98fcd 12958
ed37269d 12959Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
12960
12961 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
12962
12963Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
12964
12965 * configure.in: Make sure we only replace RPATH_ENVVAR on
12966 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
12967 regexp to sed.
12968
12969 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
12970 to sub-makes.
12971
c0a2f1ac 129721998-01-13 Lee Iverson (leei@ai.sri.com)
12973
12974 * config-ml.in (multi-do): LDFLAGS must include multilib
12975 designator.
12976
6eaa4c2d 12977Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
2668caae 12978
12979 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
12980
ba7b87c8 12981Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
12982
12983 * config.sub: Add mingw32 support.
12984 * configure.in: Likewise.
ba7b87c8 12985
ebabad97 12986Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
12987
12988 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
12989
ed37269d 12990Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
12991
12992 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
12993 * configure (gxx_include_dir): Provide a definition for subdirs
12994 which do not use autoconf.
12995
12996Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
12997
12998 * config.guess: Sync with egcs. Picks up new alpha support,
12999 BeOS & some additional linux support.
13000
e5af4166 13001Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
13002
13003 * config.guess: HP 9000/803 is a PA1.1 machine.
13004
8c7cf808 13005Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
13006
13007 * configure.in: It's alpha*-...
13008
b05392a6 13009Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13010
13011 * configure.in (host_makefile_frag, target_makefile_frag):
13012 Handle multiple config files.
13013 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13014 alpha-*-*.
13015
151ad919 13016Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
13017
13018 * mkdep: New file.
13019
13020Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
13021
13022 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
13023
ed37269d 13024Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
13025
13026 * Makefile.in: Add libgui directory.
13027 (GDB_TK): Add all-libgui.
13028 * configure.in: Add libgui directory.
13029 * configure: Add all-libgui to GDB_TK.
13030
13031Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
13032
13033 * config-ml.in (multidirs): Add m32r to multilib list.
13034
13035Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
13036
13037 * Makefile.in (all-target-gperf): Change dependency to
13038 all-target-libstdc++.
13039
e4182547 13040Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
13041
13042 * config.guess: Add BeOS support.
13043
ed37269d 13044Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
13045
13046 Source directory cvs renamed to cvssrc:
13047 * configure.in (host_tools): Change cvs to cvssrc.
13048 (native_only): Likewise.
13049 (noconfigdirs) [various cases]: Likewise.
13050 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
13051 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
13052 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
13053 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
13054 (all-cvssrc): Rename target from all-cvs.
13055
c0a49bd7 13056Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
13057
13058 * configure (gxx_include_dir): Fix thinko.
13059
33148f33 13060Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
13061
13062 * Makefile.in (INSTALL_TARGET_CROSS): Define.
13063 (install-cross, install-gcc-cross): New targets.
13064
ed37269d 13065Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
13066
13067 * configure.in (noconfigdirs): Add support for Thumb target.
13068
13069 * config.sub (maybe_os): Add support for Thumb target.
13070
13071Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
13072
13073 * Makefile.in: Add rules for cygmon.
13074
13075 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
13076
66e82180 13077Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
13078
13079 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13080 * configure (gxx_include_dir): Provide a definition for subdirs
13081 which do not use autoconf.
151ad919 13082
13083Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
13084
13085 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
aee16bda 13086 11/18/97 build
151ad919 13087
db8f5cfe 13088Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
13089
13090 * From Franz Sirl.
13091 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
13092 found on RedHat Linux systems.
66e82180 13093
b58ae2dc 13094Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
13095
13096 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
13097 guesses.
13098
db8f5cfe 13099Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
13100
13101 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
13102
ed37269d 13103Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
13104
13105 * ltmain.sh: If mkdir fails, check whether the directory was created
13106 anyhow by some other process.
13107
151ad919 13108Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
13109
13110 * configure.in (d30v-*-*): Configure all directories.
13111
13112Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
13113
13114 * configure.in (d30v-*-*): Configure newlib, libiberty directories
13115 for the D30V.
13116
13117Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
13118
13119 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
13120
ed37269d 13121Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
13122
31972771 13123 * include/libiberty.h: Add extern "C" { so it can be used with C++
13124 progrms.
13125 * include/remote-sim.h: Add extern "C" { so it can be used with C++
13126 programs.
ed37269d 13127
151ad919 13128Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
13129
13130 * configure.in (d30v-*-*): Configure GCC now.
13131
ed37269d 13132Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
13133
13134 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
13135 is no longer needed.
13136
62a42df9 13137Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
13138
13139 * Makefile.in: check-target-libio depends on all-target-libstdc++.
13140
75a1ca82 13141Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
13142
13143 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
13144 targets using "$@" to provide support for similar but not identical
13145 targets without having to duplicate code.
13146
151ad919 13147Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
13148
13149 * makefile.vms: Fix to work with DEC C.
13150
13151Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
13152
13153 * config.sub: Add mips-tx39-elf to marketing names.
13154
13155Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
13156
13157 * ltmain.sh: Handle symlinks in generated script.
13158
13159Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
13160
13161 * configure: Handle autoconf style directory options: --bindir,
13162 --datadir, --includedir, --infodir, --libdir, --libexecdir,
13163 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
13164 --sysconfdir.
13165 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
13166 (sharedstatedir, localstatedir, oldincludedir): New variables.
13167 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
13168 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
13169 sbindir, sharedstatedir, and sysconfdir.
13170
732395de 13171Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
13172
13173 * Makefile.in (bootstrap-lean): New target.
13174
151ad919 13175Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
13176
13177 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
4b695c23 13178 sn, and gnuserv from noconfigdirs.
151ad919 13179
13180Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
13181
13182 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
13183
20e61444 13184Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
13185
13186 * Makefile.in (cross): New target.
13187
53647f74 13188Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
13189 Jeff Law <law@cygnus.com>
13190
13191 * Makefile.in (bootstrap2, bootstrap3): New targets.
13192 (all-bootstrap): Remove outdated and confusing target.
c6d9586e 13193 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
53647f74 13194
151ad919 13195Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
13196
13197 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
4b695c23 13198 windows. Consistent with gdb/configure.
151ad919 13199
a6bb47e0 132001997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
13201
a6bb47e0 13202 * configure.in: Name Linux target fragment.
13203
13204 * configure: Rewrite so that project Makefile fragment is inserted
13205 first and appears last in the resulting Makefile.
13206
151ad919 13207Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
13208
13209 * Makefile.in (install-itcl): Install tcl first.
13210
ed37269d 13211Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
13212
13213 * configure.in: remove bison from noconfigdirs for Cygwin32 host
13214
2e678402 13215Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13216
13217 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
13218
13219 * configure.in (skipdirs): Add target-librx for Linux.
13220 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
13221
6b071baa 13222Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
13223
13224 * Makefile.in (bootstrap): New target.
13225
b496f822 13226Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
13227
fee90afd 13228 * config.sub: Accept 'amigados' for backward compatibility.
b496f822 13229
151ad919 13230Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
13231
13232 * config.guess: Merge with FSF.
13233
d99ec4a1 13234Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
13235
13236 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
13237
151ad919 13238Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
13239
13240 * config.sub: Add "marketing-names" patch.
13241
952fead6 13242Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
13243
31972771 13244 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
952fead6 13245
9defe53a 13246Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
13247
13248 * config.sub: Handle v850-elf.
13249
9efeb2e1 13250Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
4c13bcbd 13251
13252 * .cvsignore (*-install): Remove.
13253
c51cbc45 13254Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
13255
13256 * ltconfig: Set CONFIG_SHELL in libtool.
13257 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
13258
0dcb4a65 13259Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13260
13261 * configure.in (target_subdir): Set to libraries if enable_multilib.
13262
01a35b7f 13263Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
13264
13265 * config.guess: Update from gcc directory.
13266
151ad919 13267Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
13268
13269 * Makefile.in (all-sim): Depends on all-readline.
13270
28e9041c 13271Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
13272
13273 * Makefile.in (BISON, YACC): Use $$s.
13274 (all-bison): Depend on all-texinfo.
13275
13276Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
13277
13278 * Makefile.in (BISON): Add -L flag.
13279 (YACC): Likewise.
13280
151ad919 13281Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13282
aee16bda 13283 * configure.in (noconfigdirs): Add support for v850e target.
13284
151ad919 13285 * config.sub (maybe_os): Add support for v850e target.
13286
13287Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
13288
aee16bda 13289 * configure.in (noconfigdirs): Add support for v850ea target.
13290
151ad919 13291 * config.sub (maybe_os): Add support for v850ea target.
13292
28e9041c 13293Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
13294
13295 * config.sub: Add mipstx39. Delete r3900.
13296
13297Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13298
13299 * Makefile.in (all-autoconf): Depends on all-texinfo.
13300
13301Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
13302
13303 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
13304 eabi targets.
13305
13306Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
13307
13308 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13309
13310 * configure: When handling a Canadian Cross, handle YACC as well as
13311 BISON. Just set BISON to bison. When setting YACC, prefer bison.
31972771 13312 * Makefile.in (all-bison): Depend upon all-texinfo.
28e9041c 13313
13314Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
13315
13316 * Makefile.in (BISON): bison, not byacc or bison -y.
13317 (YACC): bison -y or byacc or yacc.
13318 (various): Add *-bison as appropriate.
13319 (taz): No need to mess with BISON anymore.
13320
13321Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
13322
13323 * configure: If OSTYPE matches *win32*, try to find a good value for
13324 CONFIG_SHELL.
13325
13326Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
13327
13328 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13329 configure.in if it is present.
13330
13331Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
13332
13333 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13334
13335Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
13336
13337 * config.sub: Recognize `arc' cpu.
13338 * configure.in: Likewise.
13339 * config-ml.in: Likewise.
13340
13341Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
13342
13343 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
13344
13345Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
13346
13347 * configure: Changed sed delimiter from ':' to '|' when
13348 attempting to substitute ${config_shell} for SHELL. On
13349 NT ${config_shell} may contain a ':' in it.
13350
13351Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
13352
13353 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13354
13355Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
13356
13357 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
13358
13359Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
13360
13361 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
13362
13363 * ylwrap: If the program is a relative path, force it to be
13364 absolute.
13365
13366Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
13367
13368 * configure (tooldir): Set BISON to `bison -y' and not just bison.
13369
13370Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
13371
13372 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
4b695c23 13373 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13374 for libraries.
28e9041c 13375
13376Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
13377
13378 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
4b695c23 13379 separated by spaces.
28e9041c 13380
13381Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
13382
13383 * ylwrap: New file.
13384 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13385
13386 * ltmain.sh: Handle /bin/sh at start of install program.
13387
13388 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13389
13390 * ltconfig, ltmain.sh: New files, from libtool 1.0.
13391 * missing: New file, from automake 1.2.
13392
13393Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
13394
13395 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
13396 check-tk to CHECK_X11_MODULES.
13397
13398Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
13399
13400 * config.sub: Merge with FSF.
13401
13402Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
13403
13404 * config.guess: Merge with FSF.
13405
13406Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13407
13408 * configure: Treat msdosdjgpp like go32.
13409 * configure.in: Likewise. Don't remove gprof for go32.
13410
13411 * configure: Change Makefile.tem2 to Makefile.tm2.
13412
13413Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
13414
13415 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13416
13417Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13418
13419 * install-sh (chmodcmd): Set to null if the DST directory already
13420 exists. Same as Nov 11th change.
13421
13422Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
13423
aee16bda 13424 * configure (GDB_TK): Needs itcl and tix.
28e9041c 13425
13426Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
13427
13428 * config.guess: Update from FSF.
13429
13430Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
13431
13432 * Makefile.in (GDB_TK): Depend on itcl and tix.
13433
13434Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
13435
13436 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13437 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13438 (INSTALL_SCRIPT): New variable.
13439 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13440 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13441 to -x.
13442 * install-sh: Add support for -x option.
13443
13444Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
13445
13446 * configure.in, Makefile.in: Treat tix like itcl.
13447
13448Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
13449
13450 * Makefile.in (WINDRES): New variable.
13451 (WINDRES_FOR_TARGET): New variable.
13452 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13453 (EXTRA_HOST_FLAGS): Add WINDRES.
13454 (EXTRA_TARGET_FLAGS): Add WINDRES.
13455 (EXTRA_GCC_FLAGS): Add WINDRES.
13456 ($(DO_X)): Pass down WINDRES.
13457 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13458 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13459 DLLTOOL_FOR_TARGET.
13460
13461Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
13462
13463 * configure.in: configure sim before gdb for win32-x-ppc
13464
13465Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13466
13467 Move gperf into the toplevel, from libg++.
13468 * configure.in (target_tools): Add target-gperf.
13469 (native_only): Add target-gperf.
13470 * Makefile.in (all-target-gperf): New target, depend on
13471 all-target-libg++.
13472 (configure-target-gperf): Empty rule.
13473 (ALL_TARGET_MODULES): Add all-target-gperf.
13474 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13475 (CHECK_TARGET_MODULES): Add check-target-gperf.
13476 (INSTALL_TARGET_MODULES): Add install-target-gperf.
13477 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13478
13479Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
aee16bda 13480
28e9041c 13481 * config.sub (mn10200): Recognize new basic machine.
13482
13483Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13484
13485 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13486 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13487
13488Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
13489
13490 * configure.in: If we're building mips-sgi-irix6* native, turn on
13491 ENABLE_MULTILIB and set TARGET_SUBDIR.
13492
13493Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
13494
13495 * Makefile.in (all-sn): Depend on all-grep.
13496
13497Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
13498
13499 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13500
13501 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13502 Makefile. From Jeff Makey <jeff@cts.com>.
13503 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13504
13505 * Makefile.in (DISTBISONFILES): Remove.
13506 (taz): Don't futz with DISTBISONFILES. Change BISON to use
13507 $(DEFAULT_YACC).
13508
13509 * configure.in: Build itl, db, sn, etc., when building for native
4b695c23 13510 cygwin32.
28e9041c 13511
13512 * Makefile.in (LD): New variable.
13513 (EXTRA_HOST_FLAGS): Pass down LD.
13514 ($(DO_X)): Likewise.
13515
13516Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
13517
13518 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13519
13520Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
13521
13522 * configure.in (targargs): Strip out any supplied --build argument
4b695c23 13523 before adding our own. Always add --build.
28e9041c 13524
13525Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
13526
13527 * configure.in (targargs): Pass --build if we're doing
13528 a cross-compile.
13529
13530Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
13531
ac6fd7b6 13532 * configure: Use '|' instead of ":" as the separator in
28e9041c 13533 sed. Otherwise sed chokes on NT path names with drive
13534 designators. Also look for "?:*" as the leading characters in an
13535 absolute pathname.
13536
13537Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
13538
13539 * config.sub: Support for r3900.
13540
13541Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
13542
13543 * configure.in: Use install-sh, not install.sh.
13544
13545Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
13546
13547 * Makefile.in (taz): Improve check for BISON so it doesn't try to
13548 apply it twice.
13549
13550Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
13551
13552 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13553 install-binutils.
13554
13555Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
13556
13557 * Makefile.in: Add automake targets.
13558 * configure.in (host_tools): Add automake.
13559
13560Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
13561
13562 * configure: Default CXX to c++, not gcc.
13563 * Makefile.in (CXX): Set to c++, not gcc.
13564 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
13565
13566Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
13567
13568 * install-sh: try appending a .exe if source file doesn't
13569 exist
13570
13571Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
13572
13573 * configure.in: Turn on multilib by default.
13574 (cross_only): Remove target-libiberty.
13575
13576 * Makefile.in (all-gcc): Don't depend on libiberty.
13577
13578Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
13579
13580 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
13581
13582Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
13583
13584 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
13585 (DISTBISONFILES): Add ld/Makefile.in
13586
13587Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
13588
13589 * configure.in: if target is cygwin32 but host isn't cygwin32,
13590 don't configure gdb tcl tk expect, not just gdb.
13591
13592Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
13593
13594 * configure.in: Added gnuserv everywhere sn appears.
13595
13596 * Makefile.in (ALL_MODULES): Added all-gnuserv.
13597 (CROSS_CHECK_MODULES): Added check-gnuserv.
13598 (INSTALL_MODULES): Added install-gnuserv.
13599 (CLEAN_MODULES): Added clean-gnuserv.
13600 (all-gnuserv): New target.
13601
13602Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
13603
13604 * config.guess: Fixes for MIPS OpenBSD systems.
13605
13606Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
13607
13608 * Makefile.in (INSTALL_XFORM): Remove.
13609 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
13610
13611 * mkinstalldirs: New file, copied from automake.
13612 * Makefile.in (installdirs): Rename from install-dirs. Use
13613 mkinstalldirs. Change all users.
13614 (DEVO_SUPPORT): Add mkinstalldirs.
13615
13616Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
13617
13618 * install-sh: Rename from install.sh.
13619 * Makefile.in (INSTALL): Change install.sh to install-sh.
13620 (DEVO_SUPPORT): Likewise.
13621
13622 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
13623 Graichen <graichen@rzpd.de>.
13624
13625Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
13626
13627 * config.guess: Recognize OpenBSD systems correctly.
13628
13629Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
13630
13631 * README, Makefile.in (ETC_SUPPORT): Remove references to
13632 cfg-paper*, configure.{texi,man,info*}._
13633
13634Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
13635
13636 * Makefile.in (all.normal): Ensure that gcc is built after all
13637 the x11 - ie gdb - targets.
13638
13639Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
13640
13641 * makefile.vms: Don't run conf-a-gas.
13642
13643Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
13644
31972771 13645 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
28e9041c 13646
151ad919 13647Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
13648
13649 * configure.in: Remove noconfigdirs case since gdb also
13650 configures and builds for tic80-coff.
13651
28e9041c 13652Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
13653
13654 * configure: Set cache_file to config.cache.
13655 * Makefile.in (local-distclean): Remove config.cache.
13656
13657Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
13658
13659 * COPYING: Update FSF address.
13660
151ad919 13661Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
13662
13663 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
13664 noconfigdirs.
13665
28e9041c 13666Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
13667
13668 * Makefile.in (install-dirs): Don't crash if prefix, and hence
13669 MAKEDIRS, is empty.
13670
13671Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
13672
13673 * config.sub: Tweak mn10300 entry.
13674
13675Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
13676
13677 * configure.in (host_tools): Put sim before gdb, so gdb's
13678 configure.tgt can determine if the simulator was configured.
13679
13680Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
13681
13682 * config.sub: Move BeOS $os case to be with other Cygnus
13683 local cases.
13684
13685Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
13686
13687 * config.sub: Remove misplaced comment that broke Linux.
13688
13689Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
13690
13691 * config.sub: Add BeOS support.
13692
13693Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
13694
13695 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
13696
13697Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
13698
13699 * configure.in (noconfigdirs): Remove tcl and tk from
13700 noconfigdirs for cygwin32 builds.
13701
151ad919 13702Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
13703
13704 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
13705
28e9041c 13706Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
13707
13708 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
13709 make-all.com, use makefile.vms instead.
13710
13711Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
13712
13713 * config.sub: Accept -lnews*.
13714
151ad919 13715Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
13716
13717 * configure.in (noconfigdirs): Disable target-newlib,
4b695c23 13718 target-examples and target-libiberty for d30v.
151ad919 13719
13720Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13721
13722 * configure.in (noconfigdirs): Enable ld for d30v.
13723
13724Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
13725
13726 * configure.in (tic80-*-*): Build compiler.
13727
13728Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
13729
13730 * configure.in (d30v-*): Remove sim directory from list of
4b695c23 13731 unsupported d30v directories
151ad919 13732
13733Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
13734
aee16bda 13735 * config.sub, configure.in: Add d30v target cpu.
13736
28e9041c 13737Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
13738
13739 * makefile.vms: New file.
13740 * make-all.com: Remove.
13741
13742Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
13743
13744 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
13745
13746Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
13747
13748 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
13749
13750Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
13751
13752 * Makefile.in (ALL_MODULES): Added all-db.
13753 (CROSS_CHECK_MODULES): Addec check-db.
13754 (INSTALL_MODULES): Added install-db.
13755 (CLEAN_MODULES): Added clean-db.
13756
13757Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
13758
13759 * config.guess: Merge with latest FSF sources.
13760
13761Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
13762
13763 * Makefile.in (ALL_MODULES): Added all-itcl.
13764 (CROSS_CHECK_MODULES): Added check-itcl.
13765 (INSTALL_MODULES): Added install-itcl.
13766 (CLEAN_MODULES): Added clean-itcl.
13767
13768Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
13769
13770 * configure.in: build gdb for mn10200
13771
13772Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
13773
13774 * Makefile.in (all-target-winsup): Depend on all-target-libio.
13775
151ad919 13776Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
13777
13778 * configure.in (tic80-*-*): Turn off most targets right now.
13779
28e9041c 13780Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
13781
13782 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
13783 rather than the makeinfo program.
13784 (do-info): Depend upon all-texinfo.
13785
13786Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
13787
13788 * configure.in: Remove uses of config/mh-linux.
13789
13790 * config.sub, config.guess: Merge with latest FSF sources.
13791
151ad919 13792Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
13793
13794 * config.sub (case $basic_machine): Add tic80 entries.
13795
28e9041c 13796Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
13797
13798 * config.sub, config.guess: Merge with latest FSF sources.
13799
13800Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
13801
13802 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
13803 * mpw-config.in: Test for NewFolderRecursive.
13804 * mpw-install: Use symbolic name for startup filename.
13805 * mpw-README: Add various additional details.
13806
13807Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
13808
13809 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
13810
13811Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
13812
13813 * configure.in: Do build gcc and the target libraries for
13814 the mn10200.
13815
13816Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
13817
13818 * configure.in: don't avoid building gdb for mn10300 any more
13819 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
13820 instead of single-quoting it.
13821
13822Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
13823
13824 * configure.in: Don't use --with-stabs on IRIX 6.
13825
13826Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
13827
13828 * configure.in (m32r): Build gdb, libg++ now.
13829
13830Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13831
13832 * configure.in (mips*-sgi-irix6*): Remove gdb and related
13833 directories from noconfigdirs.
13834
13835Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
13836
13837 * config.sub (basic_machine): added mips16 configuration
13838
13839Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13840
13841 * config.sub: Handle d10v-unknown.
13842
151ad919 13843Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
13844
13845 * config.sub: Handle v850-unknown.
13846
28e9041c 13847Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
13848
13849 * Makefile.in: add findutils
13850 * configure.in: add findutils to list of host_tools
13851
13852Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
13853
13854 * config.sub: Handle mn10200 and mn10300.
13855
13856Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13857
13858 * configure.in (d10v-*): Do not build librx.
13859
13860Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
13861
13862 * configure.in (mn10300): Build everything except gdb & libgloss.
13863
13864Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
13865
13866 * config.guess: Patch for Dansk Data Elektronik servers,
13867 from Niels Skou Olsen <nso@dde.dk>.
13868
13869 For ncr, use /bin/uname rather than uname, since GNU uname does not
13870 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
13871
13872 Patch for MIPS R4000 running System V,
13873 from Eric S. Raymond <esr@snark.thyrsus.com>.
13874
13875 Fix thinko for nextstep.
13876
13877 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
13878
13879 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
13880 * config.guess: Guess mips-dec-mach_bsd4.3.
13881
13882 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
13883 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
13884 release numbers.
13885 * config.guess (mips-mips-riscos*): Emit just enough of the
13886 release number.
13887
13888 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
13889 * config.guess (sparc-auspex-sunos*): Added.
13890 (f300-fujitsu-*): Added.
13891
13892 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
13893 * config.guess: Recognize a Tadpole as a sparc.
13894
13895Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13896
13897 * config.guess: Don't assume that NextStep version is either 2 or
13898 3. NextStep 4 (aka OpenStep 4) has come out now.
13899
13900Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
13901
13902 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
13903 From Rik Faith <faith@cs.unc.edu>.
13904
13905Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
13906
13907 * config.sub: Contributions from bug-gnu-utils to:
13908 Support plain "hppa" (no version given) architecture, reported by
13909 OpenStep.
13910 OpenBSD like NetBSD.
13911 LynxOs is not a hardware supplier.
13912
13913 * config.guess: Contributions from bug-gnu-utils to add support for:
4b695c23 13914 OpenBSD like NetBSD.
28e9041c 13915 Stratus systems.
13916 More Pyramid systems.
13917 i[n>4]86 Intel chips.
13918 M680[n>4]0 Motorola chips.
13919 Use unknown instead of lynx for hardware manufacturer.
13920
13921Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
13922
13923 * install.sh (chmodcmd): Set to null if the DST directory already
13924 exists.
13925
13926Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
13927
13928 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
13929 not use mt-ppc target Makefile fragment any more.
13930
13931Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13932
13933 * configure.in (*-*-windows): Exclude everything but those dirs
13934 needed to build windows.
13935
13936Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
13937
13938 * Makefile.in (all-target-winsup): Depend on all-target-librx.
13939
13940Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13941
13942 * configure.in: Exclude mmalloc from i386-windows.
28e9041c 13943
13944Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
13945
13946 * Undo my previous change.
13947
13948Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
13949
13950 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
13951 unconditionally.
13952 (MAKEOVERRIDES): Define (revert this part of October 18 change).
13953
13954Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
13955
13956 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
13957 host to add it's own flags.
28e9041c 13958
13959Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
13960
13961 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
13962
13963Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
13964
13965 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
13966 (CXX_FOR_TARGET): Likewise.
13967 (GCC_FOR_TARGET): Define.
13968 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
13969 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
13970 CC_FOR_TARGET was specified on the command line.
13971 (MAKEOVERRIDES): Don't define.
13972
13973Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
13974
13975 * configure.in (m32r): Fix spelling of libg++ libs.
13976
13977Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
13978
13979 * config.sub (-apple*): Remove, now redundant.
13980
13981Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
13982
13983 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
13984
13985 * configure: Rework yesterday's sed script patch.
13986
13987 * config.sub: Merge with FSF.
13988
13989Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
13990
13991 * config.guess: Merge from FSF.
13992
13993 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
31972771 13994 * config.guess: Use pc instead of unknown, for pc clone systems.
13995 Change linux to linux-gnu.
28e9041c 13996
13997 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
31972771 13998 * config.guess: Avoid non-portable tr syntax.
28e9041c 13999
14000Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
14001
14002 * test-build.mk (HOLES): Add "xargs" for gdb.
14003
14004 * configure: Avoid hpux10.20 sed bug.
14005
14006Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
14007
5309a301 14008 * configure.in: Add support for windows host
28e9041c 14009 (that is a build done under the Microsoft build environment).
14010
14011Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
14012
14013 * Makefile.in: Replace all uses of srcroot with s, to shrink
14014 command line lengths.
14015
14016 Patches from Geoffrey Noer <noer@cygnus.com>:
14017 * configure.in: If configuring for newlib, pass --with-newlib to
14018 subdirectories.
14019 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
14020 -Bnewlib/ and -Lwinsup to gcc.
14021 (CXX_FOR_TARGET): Likewise.
14022
14023Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
14024
14025 * Makefile.in (ETC_SUPPORT): Add configure.
14026
14027Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
14028
aee16bda 14029 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
28e9041c 14030 host configuration file.
14031
14032Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
14033
14034 * configure.in: Break mn10x00 support into separate
14035 mn10200 and mn10300 configurations.
14036 * config.sub: Likewise.
14037
14038Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
14039
14040 * configure.in: Add lots of stuff to noconfigdirs for
14041 the mn10x00 targets.
14042
14043 * config.sub, configure.in: Add mn10x00 support.
14044
14045Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
14046
14047 * make-all.com: Call conf-a-gas, not config-a-gas.
14048
14049Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
14050
14051 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
4b695c23 14052 targets.
28e9041c 14053
14054Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
14055
14056 * mpw-README: Add much more detail for native PowerMac.
14057 * mpw-install: New file.
14058 * mpw-configure: Add --norecursion and --help options.
14059 * mpw-config.in: Translate readme and install files when
14060 copying to objdir.
14061 * mpw-build.in: Don't always depend on byacc and flex.
14062 (install-only-top): New action.
14063
151ad919 14064Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
14065
14066 * configure.in: You can now configure GDB for the v850.
14067
28e9041c 14068Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
14069
14070 * configure.in (noconfigdirs): Don't configure any C++ dirs
14071 if targeting D10V.
14072
14073Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
14074
14075 * config.sub: Recognize mips64vr5000.
14076
14077Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
14078
14079 * configure.in: Use a single line for host_tools and native_only.
14080
14081Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
14082
14083 * config.sub, configure.in: Add entries for m32r.
14084
14085Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
14086
14087 * Makefile.in (inet-install): Don't run install-gzip.
14088
14089Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
14090
14091 * configure.in: Don't config lots of things for *-*-windows*.
14092
14093Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
14094
14095 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
14096 (host_libs, host_tools): Copy from configure.in.
14097 * mpw-configure: Don't complain about directories not found.
14098
14099Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14100
14101 * configure.in (i[345]86): Recognize i686 for pentium pro.
14102 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
14103 file.
14104
14105 * config.guess (i[345]86): Ditto.
14106
14107Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14108
14109 * configure.in (noconfigdirs): Removed gdb for D10V.
14110
151ad919 14111Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
ed37269d 14112
151ad919 14113 * configure.in: Remove ld, target-libio, target-libg++, and
14114 target-libstdc++ from noconfigdirs.
ed37269d 14115
28e9041c 14116Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
14117
14118 * configure: Fix three locations where shell scripts were
14119 being run directly rather than with config_shell.
14120
151ad919 14121Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
14122
14123 * configure.in (v850-*-*): Set up initial $noconfigdirs.
14124 * config.sub (basic_machine): Recognize v850.
14125
28e9041c 14126Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
14127
14128 * mpw-configure: Handle multiple enable/disable options and
14129 pass them down recursively, handle -c and -s flags appropriately
14130 depending on choice of compiler, add escape mechanism for
14131 quoted arguments to gC.
14132
14133Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14134
14135 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
14136 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
14137 so that -mrelocatable-lib and -mno-eabi are used.
14138
14139 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
14140 not support --print-multi-lib, don't abort.
14141
28e9041c 14142Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
14143
14144 * make-all.com: Run config-a-gas.
14145 * setup.com: Don't copy subdirectory files around.
14146
14147Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
14148
14149 * configure.in (*-*-ose): Remove exclusion of libgloss for this
14150 target, it now compiles correctly.
14151
14152Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
14153
14154 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
14155
14156Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14157
aee16bda 14158 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
28e9041c 14159
14160Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14161
14162 * configure.in (native_only): Add prms.
14163
14164Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
14165
14166 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
14167 (BINUTILS_SUPPORT_DIRS): Likewise.
14168
14169Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14170
14171 * configure.in (d10v-*-*): Don't configure ld or gdb until the
14172 d10v support is added.
14173
14174Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14175
14176 * configure.in (d10v-*-*): New target.
14177
14178Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
14179
14180 * config.guess (HP 9000/811): Recognize this as a PA1.1
14181 machine.
14182
14183Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
14184
14185 * Makefile.in (do-tar-gz): New target, split out from tail end of
14186 taz target. Run each command separately, don't use pipes.
14187 (taz): Use it.
14188
14189Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
14190
14191 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
14192 * mpw-build.in: No builds should depend on building byacc or flex,
14193 they are assumed to be installed already.
14194
14195Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14196
14197 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
14198 variable that CC_FOR_TARGET needs.
14199
14200Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14201
14202 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
14203 options have changed since the last time the subdirectory was
14204 configured, and if it has, reconfigure.
14205 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
14206 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
14207
14208Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
14209
14210 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
14211 CLEAN_MODULES): Add bash.
14212 (all-bash): New target.
14213
14214Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
14215
14216 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
14217
14218Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14219
14220 * config.sub (basic_machine): Recognize d10v as a valid processor.
14221
14222Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
14223
14224 * mpw-configure: Add support for --bindir.
14225 * mpw-build.in: Use a GCC-specific build script for GCC actions.
14226
14227Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
14228
14229 * configure.in: add bash, time, gawk to list of hosttools and things
14230 to only build for native toolchains
14231
14232Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14233
14234 * Makefile.in (docdir): Remove.
14235
14236Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
14237
14238 * Makefile.in (datadir): Set to $(prefix)/share.
14239
14240Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
14241
14242 * configure.in: build diff and patch for cygwin32-hosted
14243 toolchains.
14244
14245Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
14246
14247 * config.sub: Accept -rtems*.
14248
14249Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
14250
31972771 14251 * configure.in: enable dosrel for cygwin32-hosted builds,
14252 remove diff from the list of things not buildable
14253 via Canadian Cross
28e9041c 14254
14255Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
14256
14257 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
4b695c23 14258 don't get ". ".
28e9041c 14259
14260Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
14261
14262 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
14263
14264Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
14265
14266 * Makefile.in (taz): Handle case where tex3patch didn't even get
14267 checked out. Also, if it was found, put the symlink in a new util
14268 subdirectory.
14269
14270Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14271
14272 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
14273
14274Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
14275
14276 * config.sub: Recognize -openvms.
14277 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
14278 * make-all.com, setup.com: New files.
14279
14280Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14281
14282 * Makefile.in (taz): tex3patch moved to texinfo/util.
14283
14284Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
14285
14286 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
14287 * configure.in: remove make from disable-if-Can-Cross list
14288 enable gdb if ${host} and ${target} are cygwin32
14289
14290Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
14291
14292 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
14293 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
14294
14295Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14296
14297 * config.guess: Combine mips-mips-riscos cases, and use cpp to
14298 distinguish sysv/svr4/bsd variants.
14299 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
14300
14301Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
14302
14303 * configure.in: Added copyright notice.
14304 * move-if-change: Added copyright notice.
14305
14306Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14307
14308 * configure.in (powerpcle-*-solaris*): Until we get shared
14309 libraries working, don't build gdb, sim, make, tcl, tk, or
14310 expect.
14311
14312Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
14313
14314 * config.guess: Merge with FSF:
14315
14316 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14317 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14318
14319 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
14320 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14321
14322 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
14323 * config.guess: Combine two OSF1 rules.
14324 Also recognize field test versions. From mjr@zk3.dec.com.
14325 * config.guess (dgux): Use /usr/bin/uname rather than uname,
14326 because GNU uname does not support -p. From pmr@pajato.com.
14327
14328Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
14329
14330 * Makefile.in (MAKEDIRS): Removed $(tooldir).
14331
14332Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
14333
14334 * mpw-README: Document GCCIncludes.
14335
14336Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
14337
14338 * configure.in (alpha-*-linux*): Set enable_shared to yes.
14339
14340Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14341
14342 * mpw-configure: Handle --enable-FOO and --disable-FOO.
14343
14344Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
14345
14346 * configure.in (*-*-cygwin32): Configure make.
14347
14348Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
14349
14350 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14351
14352Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
14353
14354 * Makefile.in (all-inet): Depend on all-perl.
14355
14356 * Makefile.in (inet-install): New target.
14357
14358 * Makefile.in (all-inet): Depend on all-tcl.
14359 (all-inet): Depend on all-send-pr.
14360
14361Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14362
14363 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
14364 temporarily.
14365
14366Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
14367
14368 * configure.in: Don't configure --with-gnu-ld on AIX.
14369
14370Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14371
14372 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14373
14374Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
14375
14376 * Makefile.in (ALL_MODULES): Added all-inet.
14377 (CROSS_CHECK_MODULES): Added check-inet.
14378 (INSTALL_MODULES): Added install-inet.
14379 (CLEAN_MODULES): Added clean-inet.
14380 (all-indent): New target.
14381
14382 * configure.in (host_tools): Added inet.
14383 (native_only): Added inet.
14384 (noconfigdirs): Added inet.
14385
14386Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
14387
14388 * configure.in: Don't configure libgloss if we are not configuring
14389 newlib.
14390
14391Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
14392
14393 * configure.in: Don't configure libgloss for unsupported
14394 architectures.
14395
14396Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14397
14398 * Makefile.in (CLEAN_MODULES): Add clean-apache.
14399
14400Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
14401
14402 * Makefile.in (ALL_MODULES): Include all-apache.
14403 (CROSS_CHECK_MODULES): Include check-apache.
14404 (INSTALL_MODULES): Include install-apache.
14405 (all-apache): New target.
14406
14407 * configure.in: Added apache everywhere perl is seen.
14408
14409Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14410
14411 * Makefile.in: Add support for clean-{module} and
14412 clean-target-{module} rules.
14413
14414Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
14415
14416 * configure.in (*-*-ose) do not build libgloss.
14417
14418Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14419
14420 * config.guess (prep*:SunOS:5.*:*): Turn into
14421 powerpele-unknown-solaris2.
14422
14423Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
14424
14425 * configure.in: Permit --enable-shared to specify a list of
14426 directories.
14427
14428Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14429
14430 * configure.in (host==solaris): Pass only the first word of $CC
14431 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14432
14433Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
14434
14435 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14436
14437Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
14438
14439 * Makefile.in (ALL_MODULES): Include all-perl.
14440 (CROSS_CHECK_MODULES): Include check-perl.
14441 (INSTALL_MODULES): Include install-perl.
14442 (ALL_X11_MODULES): Include all-guile.
14443 (CHECK_X11_MODULES): Include check-guile.
14444 (INSTALL_X11_MODULES): Include install-guile.
14445 (all-perl): New target.
14446 (all-guile): New target.
14447
14448 * configure.in (host_tools): Include perl and guile.
14449 (native_only): Include perl and guile.
14450 (noconfigdirs): Don't build guile and perl; no ports have been
14451 done.
14452
14453Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
14454
31972771 14455 * configure (--enable-*): Handle quoted option lists such as
14456 --enable-sim-cflags='-g0 -O' better.
28e9041c 14457
14458Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14459
14460 * Makefile.in ({,inst}all-target): New rule so we can make and
14461 install all of the target directories easily.
14462
14463Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14464
14465 * configure.in: Add missing global flag in sed substitution when
14466 deleting `target-' from ${configdirs}.
14467
14468Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
14469
14470 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14471 option.
14472
14473 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14474 config/mh-necv4.
14475
14476 * install.sh: Correct misspelling of transformbasename.
14477
14478 * config.guess: Recognize mips-*-sysv*.
14479
14480Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
14481
14482 * config.sub: Recognize mon960.
14483
14484Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
14485
14486 * configure: Restore Canadian Cross handling of BISON and LEX,
14487 removed in Feb 20 change.
14488
14489Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
14490
14491 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14492 Mention make install. Remove the old copyright date as well the
14493 clumsy and rather pointless copyright on the README file.
14494
14495Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
14496
14497 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14498 Makefile after running symlink-tree, then run `make distclean' to
14499 avoid clobbering any generated files in srcdir.
14500
14501Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
14502
14503 * configure.in (m68k-*-netbsd*): Build everything now.
14504
14505Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
14506
14507 * Makefile.in (taz): Fix quoting.
14508
14509Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
14510
14511 * configure.in (sparclet-*-*): Build everything now.
14512
14513Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14514
14515 * configure.in (m68k-*-linux*): New host.
14516
14517Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
14518
14519 * configure: Check for bison before byacc.
14520
14521Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
14522
14523 * Makefile.in configure: Change the way LEX and BISON/YACC are
14524 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
14525 searching PATH. These are used as fallbacks by Makefile.in if
14526 flex/bison/byacc aren't in objdir.
14527
14528Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
14529
14530 * Makefile.in: Make everything which depends upon all-bfd also
14531 depend upon all-opcodes, in case --with-commonbfdlib is used.
14532
14533Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14534
14535 * configure.in (host *-*-cygwin32): Don't build gdb if we are
14536 building NT native compilers on Unix.
14537
14538Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
14539
14540 * configure.in: Don't get CC from the host Makefile fragment if we
14541 can find gcc in PATH, or if this is a Canadian Cross. Move the
14542 Solaris test for /usr/ucb/cc to the post target script, just after
14543 the compiler sanity test.
14544
14545Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
14546
14547 * config.sub: Merge with FSF.
14548
14549Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
14550
14551 * Makefile.in (RPATH_ENVVAR): New variable.
14552 (REALLY_SET_LIB_PATH): Use it.
14553 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
14554
14555Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
14556
14557 * config.sub, configure.in: Recognize sparclet cpu.
14558
14559Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
14560
14561 * config.guess: Support m68k-cbm-sysv4.
14562
14563Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
14564
14565 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
14566 m68k-unknown-linuxaout from linker help string. Put quotes around
14567 $ld_help_string.
14568
14569Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
14570
14571 * config.guess (powerpc-harris-powerunix): Add guess for port
14572 to new target.
14573
14574Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14575
14576 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
14577
14578Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
14579
14580 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
14581 $(REALLY_SET_LIB_PATH) in Makefile.
14582 * Makefile.in (SET_LIB_PATH): New variable.
14583 (REALLY_SET_LIB_PATH): New variable.
14584 ($(DO_X)): Use $(SET_LIB_PATH).
14585 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
14586 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
14587 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
14588 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
14589 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
14590 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
14591 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
14592 (install-dosrel): Likewise.
14593 (all-opcodes): Depend upon all-libiberty.
14594
14595Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
14596
14597 * config.guess (*:CYGWIN*): New
14598
14599Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14600
14601 * Makefile.in (all-target-winsup): All all-target-libiberty.
14602
14603Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14604
14605 * configure.in (noconfigdirs): Add missing # in front of comment.
14606
14607Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
14608
14609 * configure.in: add second pass to things added to noconfigdirs
14610 so *-gm-magic can exclude libgloss properly.
14611
14612Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
14613
14614 * mpw-configure (extralibs_name, rez_name): Set correctly
14615 for MWC68K compiler.
14616
14617 * mpw-README: Add more info on the necessary build tools.
14618
14619Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
14620
14621 * configure.in, config.sub: Recognize cygwin32.
14622
14623Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
14624
14625 * config.guess, config.sub: Recognize A/UX.
14626
14627Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
14628
14629 * config.sub: Merge with gcc/config.sub.
14630
14631Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
14632
14633 * mpw-build.in (do-binutils): Add build of stamps.
14634
14635Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
14636
14637 * config.sub: Add recognition for mips64vr4100*-* targets.
14638
14639Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14640
14641 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
14642 Add creation of gconfigargs with `--enable-shared' turned on.
14643 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
14644 ($(host)-stamp-stage3-configured): Likewise.
14645 (HOLES): Add chatr and ldd.
14646 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
14647
14648Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
14649
14650 * configure: Pass --nfp to recursive configures.
14651
14652Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
14653
14654 * Makefile.in (DLLTOOL): New.
14655 (DLLTOOL_FOR_TARGET): New.
14656 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
14657 (EXTRA_TARGET_FLAGS): Ditto.
14658 (EXTRA_GCC_FLAGS): Ditto.
14659 (CONFIGURE_TARGET_MODULES): Ditto.
14660 (DO_X): Ditto.
14661 * configure: Add DLLTOOL.
14662
14663Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
14664
14665 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
14666 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
14667 mh-sco, since old workarounds no longer needed, and don't
14668 build ld, since libraries have weak symbols in COFF.
14669
14670Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
14671
14672 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
14673
14674Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
14675
14676 * configure.in: Make sure that ${CC} can be used to compile an
14677 executable.
14678
14679Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
14680
14681 * Makefile.in (all-gdb): Depend on $(GDB_TK).
14682 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
14683 nothing depending on whether gdbtk is being built.
14684
14685Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
14686
14687 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
14688
14689Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
14690
14691 * configure.in (noconfigdirs): Put ld or gas in this early, if the
14692 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
14693
14694Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
14695
14696 * config-ml.in: Add support for
14697 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
14698 Simplify setting of multidirs from --disable-foo.
14699
14700Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14701
14702 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
14703 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
14704 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
4b695c23 14705 non-empty, pass them on to the GCC make.
28e9041c 14706 (all-bootstrap): New rule that is like all-gcc, except it executes
14707 the GCC bootstrap rule instead of the GCC all rule.
14708
14709Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
14710
14711 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
14712
14713Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14714
14715 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
14716 DG/UX support.
14717
14718Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
14719
14720 * config.sub (i*86*) Change [345] to [3456]
14721
14722Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
14723
14724 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
14725 --with-gnu-ld=no.
14726
14727Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
14728
14729 * config-ml.in (rs6000*, powerpc*): Add switches to control which
14730 AIX multilibs get built.
14731
14732Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14733
14734 * configure.in (i386-win32): Don't build expect if we're not
14735 building the tcl subdir.
14736
14737Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
14738
14739 * Makefile.in: (configure-target-examples, all-target-examples):
14740 New targets, configure and build example programs.
14741
14742Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
14743
14744 * mpw-configure: If an mpw-config.in generated a file mk.sed,
14745 use it as input to sedit the generated MPW makefile.
14746 * mpw-README: Add a suggestion about Gestalt.h.
14747
14748Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
14749
14750 * config.sub: Accept *-*-ieee*.
14751
14752Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
14753
14754 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
14755 Ronald F. Guilmette <rfg@monkeys.com>.
14756
14757Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14758
14759 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
14760 for powerpc-pe native.
14761 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
14762 (target==powerpc-pe): duplicate i386-win32 entry.
14763
14764Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14765
14766 * configure.in (noconfigdirs): Exclude target-newlib for all versions
14767 of vxworks, not just vxworks5.1.
14768
14769Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
14770
14771 * mpw-configure: Add support for exec-prefix.
14772
14773Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
14774
14775 * config.guess: Recognize HP model 816 machines as having
14776 a PA1.1 processor.
14777
14778Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
14779
14780 * configure: Ignore new autoconf configure options.
14781
28e9041c 14782Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
14783
14784 * config.guess: Recognize Pentium under SCO.
14785 From Robert Lipe <robertl@arnet.com>.
14786
14787Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
14788
14789 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
28e9041c 14790
14791Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
14792
14793 * configure.in: Don't configure gas for alpha-dec-osf*.
14794
14795Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
14796
14797 * configure.in: Default to --with-stabs for some targets for which
14798 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
14799 i[345]86*-*-unixware*.
14800
14801Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
14802
14803 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
14804 rather than basing it on the target. Simplify handling of options
14805 controlling which directories to configure. Remove extraneous
14806 slash in multi-clean target.
14807
14808Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
14809
14810 * config-ml.in: Prefix more variables with ml_ so they don't collide
14811 with configure's.
14812
14813Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
14814
14815 * configure: Don't turn -v into --v.
14816
14817Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
14818
14819 * configure.in (targargs): Fix typo.
14820
14821 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
14822
14823Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
14824
14825 * configure.in: Strip --host and --target options from
14826 CONFIG_ARGUMENTS, and always configure for --host only. Add
14827 --with-cross-host option when building with a cross-compiler.
14828 * configure: Canonicalize the arguments put into config.status by
14829 always using `=' for an option with an argument. Pass a presumed
14830 --host or --target explicitly.
14831
14832Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
14833
14834 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
14835 into general OS recognition case.
14836
14837Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14838
14839 * configure.in (target_configdirs): add target-winsup only
14840 for win32 target systems.
14841
14842Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
14843
14844 * Makefile.in (all-target-libgloss): Depend upon
14845 configure-target-newlib, since when libgloss is built it looks to
14846 see if the newlib directory exists.
14847
14848Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
14849
14850 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
14851 cfg-ml-*.in.
14852
14853Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
14854
14855 * configure: Handle LD and LD_FOR_TARGET when configuring a
14856 Canadian Cross.
14857
28e9041c 14858Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14859
14860 * configure.in (target_libs): add target-winsup.
14861 (target==i386-win32): add patch diff flex make to $noconfigdirs.
14862 (target==ppcle-pe): remove ld from $noconfigdirs.
14863
14864Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
14865
14866 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
14867 Preserve relative path names in $srcdir. Build symlink tree if
14868 configuring cross target dir and srcdir=. (= no VPATH support).
14869 (configure-target-libg++): Depend on configure-target-librx.
14870 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
14871 * config-ml.in: New file.
14872 * symlink-tree: New file.
14873 * configure: Ensure srcdir="." if that's what it is.
14874
14875Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
14876
14877 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
14878 includes and FLEX_SKELETON setting.
14879 * mpw-configure (--with-gnu-ld): New option, controls whether
14880 to use PPCLink or ld with PowerMac GCC.
14881 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
14882 * mpw-config.in: Configure grez if targeting Mac.
14883
14884 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
4b695c23 14885 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
14886 just macos.
28e9041c 14887 * configure.in: Configure grez resource compiler if targeting Mac.
14888 * Makefile.in (all-grez, install-grez): New targets.
14889
14890Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
14891
14892 * configure: CXX defaults to gcc, not g++. If we find
4b695c23 14893 gcc in the path, set CC to gcc -O2.
28e9041c 14894
14895Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
14896
14897 * configure: Default ${build} correctly. Avoid picking up extra
14898 spaces when reading CC and CXX from Makefile. When doing a
14899 Canadian Cross, use plausible default values for numerous
14900 variables.
14901 * configure.in: When doing a Canadian Cross, don't try to
14902 configure tools whose configure script can't handle it.
14903
14904Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14905
14906 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
14907
14908Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
14909
14910 * configure: Remove dubious bug reporting address.
14911
14912Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
14913
14914 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
14915 configure script, run that instead of this directory's configure.
14916 In either case, print a message that we're configuring the sub-dir.
14917
14918Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
14919
14920 * configure.in: Before checking for the existence of various files,
14921 use sed to filter out "target-".
14922
14923Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
14924
14925 * Makefile.in (DO_X): Split rule to decrease command line length
14926 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
14927 (Philippe De Muyter).
14928
14929Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
14930
14931 * Makefile.in (all-patch): depend on all-libiberty.
14932
14933Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
14934
14935 * configure.in: If the only directory in target_configdirs which
14936 actually exists is libiberty, then set target_configdirs to empty,
14937 to avoid trying to build a target libiberty in a gas or gdb
14938 distribution.
14939
14940Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
14941
14942 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
4b695c23 14943 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
14944 systems.
28e9041c 14945
14946Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
14947
14948 * configure.in (copy_dirs): Use sys-include instead of include
14949 for --with-headers option.
14950
14951Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
14952
14953 * Makefile.in, configure.in: Make winsup builds work with
14954 new scheme.
14955
14956Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
14957
14958 * configure.in: Build the linker on AIX.
14959
14960Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
14961
14962 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
14963 where needed.
14964
14965Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
14966
14967 * Makefile.in (all-gcc): Fix typo.
14968
14969Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
14970
14971 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
14972
14973Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
14974
14975 * configure.in: Rename libFOO to target-libFOO, and xiberty
14976 to target-xiberty, to provide more flexibility.
14977 (target_subdir): Define. Create if cross.
14978 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
14979 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
14980 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
14981 check-libFOO -> check-target-libFOO, etc.
14982 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
14983 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
14984 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
14985 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
14986 allow ALL_GCC="" to only configure.
14987 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
14988 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
14989 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
14990
14991Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
14992
14993 * Makefile.in (taz): Build "info" in etc explicitly.
14994
14995Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
14996
14997 * configure.in: Make sure that CC is undefined (as opposed to
14998 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
14999 problem with autoconf trying to configure on a host without GCC.
15000
15001Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15002
15003 * mpw-configure: Set host alias from choice of host compiler,
15004 only use generic MPW Makefile sed if present, edit a file
15005 named "hacked_Makefile.in" instead of "Makefile.in" if present.
15006 * mpw-README: Add problem notes about CW6 and CW7.
15007
15008Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
15009
15010 * Makefile.in (taz): Use ";" instead of ";;".
15011
15012Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15013
15014 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
15015 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15016 DISTDOCDIRS.
15017 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
15018 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
15019
15020Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
15021
15022 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
15023 and gnats, because they are now subsumed by DISTSTUFFDIRS.
15024 Move bfd to DISTSTUFFDIRS.
15025
15026Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15027
15028 * Makefile.in (X11_LIB): Removed.
15029 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
15030
15031 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
15032
15033Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15034
15035 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
15036 names.
15037
15038Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15039
15040 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
15041
15042Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
15043
15044 * configure.in (i[345]86-*-win32): Always build newlib.
15045 Don't configure cvs, autoconf or texinfo.
15046 * Makefile.in (LD_FOR_TARGET): New.
15047 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
15048 Pass down LD_FOR_TARGET.
15049
15050Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
15051
15052 * winsup: New directory.
15053 * Makefile.in: Build winsup.
15054 * configure.in: Winsup is configured when target is win32.
15055 Can only build win32 target GDB when native.
aee16bda 15056
28e9041c 15057Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
15058
15059 * config.guess: Recognize HP model 819 machines as having
15060 a PA 1.1 processor.
15061
15062Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
15063
15064 * configure: Fix sed loop which substitutes for CC and CXX to
15065 avoid bug found in various sed implementations.
15066
15067Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15068
15069 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
15070 simulator. Use standard powerpc-*-eabi*.
15071
15072Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
15073
15074 * configure.in: Stop putting gas and binutils in noconfigdirs for
15075 powerpc-*-aix* and rs6000-*-*.
15076
15077Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
15078
15079 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
15080 -mcall-aixdesc libraries.
15081
15082Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
15083
15084 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15085
15086 * config.sub (arm | armel | armeb): Fix shell syntax.
15087
15088Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15089
15090 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
15091 -msoft-float and -mcpu=common support.
15092 (powerpc*-*-eabisim*): Add support for building -mcall-aix
15093 libraries.
15094
15095Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15096
15097 * configure.in: Allow configuration and build of emacs19 for the alpha.
15098
15099Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15100
15101 * configure.in (CC): Get ^CC, not just any old CC, from
15102 ${host_makefile_frag}.
15103
15104Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15105
aee16bda 15106 * configure.in (CC): Try to get CC from
28e9041c 15107 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
15108
15109Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15110
15111 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
15112 only if it exists in $(srcdir).
15113
15114Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
15115
15116 * configure: If CC and CXX are not set in the environment, set
15117 them, based on either an existing Makefile or on searching for gcc
15118 in PATH. Substitute for CC and CXX in Makefile.
15119 * configure.in: Remove libm from target_libs. Separate
15120 target_configdirs from configdirs. If CC is not set in
15121 environment, try to get it from a host Makefile fragment. Rewrite
15122 changes of configdirs to use skipdirs instead. A few minor
15123 tweaks. Take directories out of target_configdirs as they are
15124 taken out of configdirs. Remove existing Makefile files from
15125 subdirectories. Substitute for TARGET_CONFIGDIRS and
15126 CONFIG_ARGUMENTS in Makefile.
15127 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
15128 by configure.in.
15129 (CONFIG_ARGUMENTS): Likewise.
15130 (CONFIGURE_TARGET_MODULES): New variable.
15131 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
15132 ($(CONFIGURE_TARGET_MODULES)): New target.
15133 (configure-libg++, configure-libio): New targets.
15134 (all-libg++): Depend upon configure-libg++.
15135 (all-libio): Depend upon configure-libio.
15136 (configure-libgloss, all-libgloss): New targets.
15137 (configure-libstdc++): New target.
15138 (all-libstdc++): Depend upon configure-libstdc++.
15139 (configure-librx, all-librx): New targets.
15140 (configure-newlib): New target.
15141 (all-newlib): Depend upon configure-newlib
15142 (configure-xiberty): New target.
15143 (all-xiberty): Depend upon configure-xiberty.
15144
15145Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15146
15147 * configure.in (host i[345]86-*-win32): Expand the
15148 noconfigdirs again.
15149
15150Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
15151
15152 * mpw-configure: Fix sed command file name.
15153
15154Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
15155
aee16bda 15156 * configure.in (host i[345]86-*-win32): Reduce the
28e9041c 15157 noconfigdirs again.
15158
15159Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
15160
15161 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
15162 or powerpc*-*-pe*, since they are not yet supported.
15163
15164Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15165
15166 Add PowerMac support and many other enhancements.
15167 * mpw-configure: New option --cc to select compiler to use,
15168 paste options set according to --cc into the generated
15169 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
15170 if mpw-make.sed is present.
15171 * mpw-config.in: Don't test for gC1, test for mpw-touch,
15172 add forward includes for PowerPC include files.
15173 * mpw-build.in: Build using Makefile.PPC if present.
15174 (do-byacc, etc): Remove separate version resource builds.
15175 (do-gas): Build "stamps" before "all".
15176 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
15177 * mpw-README: Update to reflect --cc option, PowerMac support,
15178 and recently-reported compatibility problems.
15179
15180Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
15181
15182 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
15183 embedded m68k systems (-aout, -coff, -elf, -vxworks).
15184 (--with-multilib-top): Pass to recursive invocations.
15185
15186Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
15187
15188 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
15189 v810-*-*.
15190
15191Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15192
15193 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
15194 gdb, ld and opcodes on v810-*-*.
15195
28e9041c 15196Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
15197
15198 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
15199 (local-maintainer-clean): New target.
15200 (maintainer-clean): New target.
15201 (realclean): Just depend upon maintainer-clean.
15202
15203Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15204
15205 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
15206
15207Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
15208
15209 * configure.in: Build ld in mips*-*-bsd* case.
15210
15211Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
15212
15213 * config.sub: Accept -lites* OS. From Ian Dall.
15214
15215Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
15216
15217 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
4b695c23 15218 targets.
28e9041c 15219
15220Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15221
15222 * configure.in: treat i386-win32 canadian cross the same as
15223 i386-go32 canadian cross.
15224
15225Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15226
15227 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
15228 running under the simulator to build a reduced set of libraries.
15229 (powerpc-*-eabiaix): Add fine grained multilib support added to
15230 other powerpc targets yesterday.
15231
15232Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15233
15234 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
15235 -disable-softfloat, -disable-relocatable, -disable-aix, and
15236 -disable-sysv to control which multilib libraries get built.
15237
15238Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15239
15240 * configure: Add Makefile.tem to list of files to remove in trap
15241 handler.
15242
15243Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
15244
15245 * config.guess (*Linux*): Add missing "exit"s.
15246 Also, need specific check for alpha-unknown-linux (uses COFF).
15247
15248Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
15249
15250 * config.guess: Merge with FSF:
15251
15252 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
15253 * config.guess (AIX4): More robust release numbering discovery.
15254
15255 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
15256 * config.guess (i386-sequent-ptx): Properly get version number.
15257
15258 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
15259 * config.guess (mips:*:4*:UMIPS): New case.
15260
15261Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
15262
15263 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
15264 (i386-win32 host): Likewise. Don't build readline.
15265
15266Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
15267
15268 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
15269 SUPPORT_FILES to submakes.
15270
15271Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
15272
15273 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
15274 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
15275 mpw-configure.
15276
15277Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
15278
15279 * configure.in (appdirs): Use =, not ==, in test expression when
15280 trying to build the text to print in the warning message for
15281 Solaris users.
15282
15283Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
15284
15285 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
15286
15287Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15288
15289 * config.guess: Recognize lynx-2.3.
15290
15291Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
15292
15293 * config.sub (z8ksim): Deleted
15294 (z8k-*-coff): New, this is the one true name of the target.
15295
15296Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
15297
15298 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
15299
15300Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
15301
15302 * config.guess (*:Linux:*:*): First try asking the linker what the
15303 default object file format is (elf, aout, or coff). Then if this
15304 fails, try previous methods.
15305
15306Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15307
15308 * configure.in: Don't build newlib for *-*-vxworks5.1.
15309
15310Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15311
15312 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15313 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15314
15315Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
15316
15317 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15318
15319Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
15320
15321 * cfg-ml-com.in: New file.
15322 * cfg-ml-pos.in: New file.
15323
15324Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15325
15326 * COPYING.NEWLIB: Add HP free copyright to list.
15327
15328Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15329
15330 * config.sub: Recognize -eabi* for the system, not just -eabi.
15331
15332Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
15333
15334 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15335 * config.sub, configure.in (win32): New target and host.
15336
15337Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
15338
15339 * configure.in: Add i386-pe configuration.
15340
15341Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
15342
15343 * mpw-build.in (install): Install GDB after LD.
15344
15345Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
15346
15347 * mpw-config.in (elf/mips.h): Always forward-include, needed
15348 for GDB to build.
15349
15350Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
15351
15352 * testsuite: New directory for customer acceptance and whole tool
15353 chain tests.
15354
15355Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15356
15357 * configure: If per-host line isn't found, but AC_OUTPUT is found
15358 and a configure script exists, run it instead.
15359
15360Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15361
15362 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
15363
15364Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
15365
15366 * configure: Set build_{cpu,vendor,os,alias} to host values when
15367 --build isn't specified.
15368
15369Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15370
15371 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15372 (FLAGS_TO_PASS): Pass them.
15373 (EXTRA_TARGET_FLAGS): Ditto.
15374
28e9041c 15375Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15376
15377 * Makefile.in (all-libg++): Depend on all-libstdc++.
15378
15379Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15380
15381 * configure.in (noconfigdirs): Enable all packages for
15382 i386-unknown-netbsd.
15383
15384Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
15385
15386 * configure.in (noconfigdirs): Don't configure tk for i386-go32
15387 hosted builds (DOS builds)
15388
15389Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
15390
15391 Changes for ARM based on patches from Richard Earnshaw:
15392 * config.sub: Handle armeb and armel.
15393 * configure.in: Omit arm linker only for riscix.
15394
15395Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
15396
15397 * config.guess: Update from FSF.
15398
15399Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
15400
fee90afd 15401 * config.sub: Recognize powerpcle as the little endian variant of
28e9041c 15402 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
15403 powerpcle variant. Convert pentium into i586, not i486. Add p5
15404 alias for i586. Map new x86 variants p6, k5, nexgen into i586
15405 temporarily.
15406
15407Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
15408
15409 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15410
15411Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
15412
15413 * config.sub: Accept -lites* as a basic system type.
15414
15415Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
15416
15417 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15418 installed, and if so return linuxoldld as the system name.
15419
15420Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
15421
15422 * config.guess: Add hppa1.1-hp-lites support.
15423
15424Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
15425
15426 * configure.in: Don't build newlib for m68k-vxworks5.1.
15427
15428Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15429
15430 * configure.in (mips-sgi-irix6): Use mh-irix5.
15431
15432Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
15433
15434 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15435
15436Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15437
15438 * test-build.mk: Enable building of shared libraries on IRIX 5 and
31972771 15439 OSF/1. Fix compiler flags.
28e9041c 15440 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
15441
15442Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
15443
15444 * configure.in: Recognize --with-newlib.
15445 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15446
15447Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15448
151ad919 15449 * Makefile.in: move {all,check,install}-gdb from *_MODULES
28e9041c 15450 to *_X11_MODULES due to gdbtk needing X include files et al.
15451
15452Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
15453
15454 Merge in support for Mac MPW as a host.
15455 (Old change descriptions retained for informational value.)
15456
15457 * mpw-config.in: Add generic include forwards for cpu-specific
15458 include files in aout and elf directories.
15459
15460 * mpw-configure: Added copyright.
15461 * mpw-config.in: Check for presence of required build tools.
15462 (target_libs): Add newlib.
15463 (target_tools): Add examples.
15464 (Read Me): Generate as "Read Me for MPW" instead.
15465 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15466 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15467 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15468
15469 * mpw-configure: Remove subdir-specific makefile hackery,
15470 delete mk.tmp after using it.
15471
15472 * mpw-build.in (all): Display start and end times.
15473
15474 * mpw-configure (host_canonical): Set.
15475 (target_cpu): Always add to makefiles.
15476 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15477 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15478 (mpw-mh-mpw): Look for in srcdir and srcroot.
15479 Use sed instead of mpw-edit-prefix to edit prefix definitions.
15480
15481 * mpw-build.in: (install-only): New target.
15482
15483 * mpw-configure (host_alias, target_alias): Rename from hostalias
15484 and targetalias, add into generated Makefile.
15485 (mk.tmp): If present, add into generated Makefile.
15486 * mpw-build.in (all-gas): Build config.h first before gas proper.
15487
15488 * mpw-configure (config.status): Write only if changed.
15489 * mpw-config.in (readline): Configure it (not built, just used for
15490 definitions).
15491
15492 * mpw-config.in (elf/mips.h): Add a forward include.
15493
15494 * mpw-config.in: Forward-include most .h files in include into
15495 extra-include.
15496 (readline): Don't build.
15497 mpw-build.in (install): Install GDB.
15498
15499 * mpw-configure (prefix, mpw_prefix): Handle it.
15500 * mpw-config.in (mmalloc, readline): Don't configure.
15501 * mpw-build.in (thisscript): Rename to ThisScript.
15502 Use mpw-build instead of BuildProgram everywhere.
15503 (mmalloc, readline): Don't build.
15504 * mpw-README: New file, basic documentation about the MPW port.
15505
15506 * mpw-config.in: Use forward-include to create include files.
15507
15508 * mpw-configure: Add more things to the top of each configured
15509 Makefile, including contents of config/mpw-mh-mpw.
15510 * mpw-config.in (extra-include): Create this directory and fill it
15511 with Posix-like include files when configuring.
15512
15513 * config.sub (apple, mac, mpw): Add various aliases.
15514
15515 * mpw-build.in: New file, top-level build script fragment for MPW.
15516 * mpw-configure: New file, configure script for MPW.
15517 * mpw-config.in: New file, config fragment for MPW.
15518
15519Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15520
15521 * configure.in (host_libs): Remove glob, since it is gone from the
15522 sources.
15523
15524Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15525
15526 * Makefile.in: define empty GDB_NLM_DEPS var.
15527
15528 * configure.in(target_makefile_frag): use config/mt-netware
15529 for netware targets.
15530
15531Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
15532
15533 * config.sub: Merge in recent FSF changes. Remove linux special
15534 cases.
15535
15536Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15537
5309a301 15538 Revert this change:
28e9041c 15539
15540 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
15541
15542 * build-all.mk: Use CC=cc -Xs on Solaris.
15543
28e9041c 15544Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15545
15546 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
15547 stop using it.
15548 * Makefile.in: Nuke all references to glob subdirectory.
15549
15550Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15551
15552 * configure.in: Fix --enable-shared logic in per-host.
15553
15554Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
15555
15556 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
15557
15558Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
15559
15560 * configure.in (noconfigdirs): Don't build gas on AIX, for
15561 powerpc*-*-aix* as well as for rs6000*-*-aix*.
15562
15563Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
15564
15565 * configure: Fix --cache-file to work if the file argument is a
15566 relative path.
15567
15568Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
15569
15570 * configure: If the --cache-file is used, pass it down to
15571 configure in subdirectories.
15572
15573Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
15574
15575 * config.sub: add vxworks29k configuration.
15576
15577Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
15578
15579 * Makefile.in (taz): Do "diststuff" part quietly.
15580
15581Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
15582
15583 * config.sub: Mini-merge with gcc/config.sub.
15584
15585Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15586
15587 * config.guess (IRIX): Sed - to _.
15588
15589Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15590
15591 * Makefile.in (source-vault, binary-vault): New targets.
15592
15593Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
15594
15595 * config.sub: Recognize -eabi as a basic system type.
15596
15597Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15598
15599 * configure.in (enable_shared stuff): Fix typo.
15600
15601Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
15602
15603 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
15604
15605Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
15606
15607 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
15608
15609Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
15610
15611 * configure.in (rs6000-*-*): Don't build gas.
15612
15613Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
15614
15615 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
15616 reduce command line length.
15617 (AS_FOR_TARGET): Check for as.new, not Makefile.
15618 (NM_FOR_TARGET): Check for nm.new, not Makefile.
15619
15620Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
15621
15622 * config.guess: Merge from FSF.
15623
15624Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15625
15626 * configure: Don't use $ when handling program_suffix.
15627
15628Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
15629
15630 * configure.in: Configure tk for hppa/hpux.
15631
15632Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
15633
15634 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
15635
15636Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15637
15638 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
15639 to LIBCXXFLAGS. Tests are better run without it.
15640
15641Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
15642
15643 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
15644
15645Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
15646
15647 * configure.in (*-*-netware*): Don't configure xiberty.
15648
15649Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
15650
15651 * configure.in: Remove tk from native_only list.
15652
15653Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
15654
15655 * build-all.mk: Add mips-ncd-elf target to sun4 targets
15656 for special NCD build.
15657
15658Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15659
15660 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
15661 makeall.bat, they're only useful for binutils snapshots.
15662 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
15663 makeall.bat to specified SUPPORT_FILES.
15664
15665Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
15666
15667 * build-all.mk: Add Ericsson targets to sun4 and solaris
15668 hosts. Add BNR's sun4 target to solaris host, so their
15669 build-from-source will be tested in-house first.
15670
15671Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15672
15673 * Makefile.in (LIBCFLAGS): New variable.
15674 (CFLAGS_FOR_TARGET): Ditto.
15675 (LIBCFLAGS_FOR_TARGET): Ditto.
15676 (LIBCXXFLAGS): Ditto.
15677 (CXXFLAGS_FOR_TARGET): Ditto.
15678 (LIBCXXFLAGS_FOR_TARGET): Ditto.
15679 (BASE_FLAGS_TO_PASS): Pass them.
15680 (EXTRA_TARGET_FLAGS): Ditto.
15681
5309a301 15682 * configure.in: Support --enable-shared.
28e9041c 15683
15684Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
15685
15686 * configure.in (target_libs): Include libstdc++ again.
15687 * config.guess: Update from FSF (for FreeBSD).
15688
15689Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15690
15691 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
15692 makeall.bat.
15693 (DISTDOCDIRS): Add `etc'.
15694 (ETC_SUPPORT_PFX): New variable.
15695 (taz): Include anything from etc starting with a word in
15696 ETC_SUPPORT_PFX.
15697
15698Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15699
15700 * config.sub: Update for recent FSF changes. Remove obsolete
15701 h8300hds entry. Add -windows* and -osx as basic os. Minor
15702 spacing changes.
15703
15704Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
15705
15706 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
15707
15708 * config.guess: Merge with FSF.
15709 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
15710
15711Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15712
15713 * configure: Since the "trap 0" handler will override the exit
15714 status on many systems, only use it for "exit 1", and make it set
15715 a non-zero exit status; reset it before "exit 0". Also, check
15716 exit status of config.sub, and error out if it failed.
15717
15718Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
15719
15720 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
15721 and install libgloss.
15722
15723Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15724
15725 * Makefile.in (all-binutils): Depend upon all-byacc.
15726
15727 * configure.in: Don't build emacs on Irix 5.
15728
15729Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15730
15731 * configure.in (*-*-netware*): Add libio.
15732
15733Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15734
15735 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
15736 (CHECK_TARGET_MODULES): Ditto.
15737 (INSTALL_TARGET_MODULES): Ditto.
15738 (TARGET_LIBS): Ditto.
15739 (all-libstdc++): Note dependencies.
15740
15741Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15742
15743 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
15744
15745Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
15746
15747 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
15748 -fexternal-templates.
15749
15750 * configure.in (target_libs): Add libstdc++.
15751 (noconfigdirs): Add libstdc++ as appropriate.
15752
15753Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
15754
15755 * config.guess: Update from FSF.
15756
15757Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15758
15759 * configure: Use ${config_shell} when running ${configsub}.
15760
15761Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
15762
15763 * config.sub: No longer recognize h8300h.
15764
15765Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
15766
15767 * config.sub: Remove extraneous differences between config.sub and
15768 gcc/config.sub.
15769
15770Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
15771
15772 * Makefile.in (DISTSTUFFDIRS): Add gas.
15773
15774Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
15775
15776 * COPYING.NEWLIB: New file.
15777
15778Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
15779
15780 * config.guess (HP-UX): Patch from Harlan Stenn
15781 <harlan@landmark.com> to also emit release level.
15782
15783Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
15784
15785 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
15786
15787Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
15788
15789 * config.sub: Merge nextstep cleanup from FSF.
15790
15791Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
15792
15793 * configure.in (arm-*-*): Don't configure ld for this target.
15794
15795Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
15796
15797 * configure.in (*-*-netware): don't configure libg++, libio,
15798 librx, or newlib.
15799
15800Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15801
15802 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
15803 configure ld--it works, but it doesn't support shared libraries.
15804
15805Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15806
15807 * config.guess (*-unknown-freebsd*): Get rid of possible
15808 trailing "(Release)" in version string.
15809 Patch from Paul Richards <paul@isl.cf.ac.uk>.
15810
15811Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
15812
15813 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
15814 Fix type: *-next-neststep -> *-next-nextstep.
15815
15816 * config.guess: Merge from FSF:
15817
15818 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15819
15820 * config.guess: Recognize powerpc-ibm-aix3.2.5.
15821
15822 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
15823
15824 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
15825 instead of UNIX_SV for UnixWare 1.0).
15826
15827Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
15828
15829 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
15830 to make gdb/nlm/* build after the compiler and linker.
15831
15832Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
15833
15834 * config.guess (netbsd, freebsd, linux): Accept any machine,
15835 not just i[34]86.
15836 (m68k-atari-sysv4): Relocate to match FSF version.
15837
15838 * config.guess: More merges from the FSF:
15839
15840 Add a space before function call or macro invocation.
15841
15842 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15843
15844 * config.guess: Add trap cmd to remove dummy.c and dummy when
15845 interrupted.
15846
15847 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
15848
15849 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
15850 (dummy): Redirect stderr from compilation of dummy.c.
15851
15852 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
15853
15854 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
15855
15856Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
15857
15858 * configure: Accept and ignore --cache*, for compatibility with
15859 new autoconf.
15860
15861Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
15862
15863 * config.guess: Merge from FSF:
15864
15865 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15866
15867 * config.guess (Pyramid*:OSx*:*:*): New case.
31972771 15868 (PATH): Add /.attbin at end for finding uname.
15869 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
28e9041c 15870
15871 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
15872
31972771 15873 * config.guess (M88*:DolphinOS:*:*): New case.
28e9041c 15874
15875 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
15876
31972771 15877 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
15878 to select whether to use ELF or COFF.
28e9041c 15879
15880 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
15881
31972771 15882 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
28e9041c 15883
15884 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
15885
15886 * config.guess: Guess the OS version for HPUX.
15887
15888 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
15889
15890 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
15891
15892Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15893
15894 * configure.in: Recognize --with-headers, --with-libs, and
15895 --without-newlib.
15896 * Makefile.in (all-xiberty): Depend upon all-ld.
15897
15898Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15899
15900 * configure.in: Change i[34]86 to i[345]86.
15901
15902Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15903
15904 * configure (version): A few more tweaks to help message.
15905
15906Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
15907
15908 * Makefile.in: Remove (for now) librx as a host library,
15909 now that we're building it for target.
15910
15911Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15912
15913 * configure: Fix up help message; from karl@owl.hq.ileaf.com
15914 (Karl Berry).
15915
15916Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
15917
15918 * configure.in: Also configure librx.
15919
15920Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
15921
15922 * Makefile.in: Update various rules to reflect that librx
15923 is now needed for libg++.
15924
15925Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15926
15927 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
15928
15929Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
15930
15931 * configure.in: Configure the examples directory.
15932
15933Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15934
15935 * configure: Simplify Jun 2 1994 change.
15936
15937Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
15938
15939 * change CC to /usr/latest/bin/gcc for lynx host builds, since
15940 /bin/gcc isn't good enough to build gcc.
15941
15942Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
15943
15944 * Makefile.in (GDB_SUPPORT_FILES): Remove
15945 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
15946 (gdb.tar.gz): Add new rule to use standard distribution building
15947 mechanism.
15948
15949Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
15950
15951 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
15952 Bill Cox <bill@cygnus.com>.
15953
15954Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
15955
15956 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
15957
15958Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
15959
15960 * configure: Search current dir first in .gdbinit.
15961
15962Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
15963
15964 * config.sub: Recognize freebsd (merged from gcc config.sub).
15965
15966Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
15967
15968 * config.sub: Refer to NeXT's operating system as nextstep.
15969
15970 * config.sub (case $basic_machine): Re-order the cases, to match
15971 the order in the FSF version (which is mostly alphabethical).
15972 Merge in some additions and changes from the FSF.
15973
15974Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
15975
15976 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
15977 * config.sub: Recognize cxux7.
15978 * configure.in: Use mh-cxux for m88k-harris-cxux*.
15979
15980Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
15981
15982 * config.sub: Fix typo powerpc -> powerpc-*.
15983
15984Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
15985
15986 * Makefile.in: `all-emacs19' depends on `all-byacc'.
15987
15988 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
15989 parallel with all-emacs and install-emacs). Top-level command
15990 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
15991
15992Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
15993
15994 * test-build.mk ($(host)-stamp-stage2-installed): Remove
15995 $(relbindir)/make before doing ``make install'', and use
15996 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
15997 installing over running make binary.
15998 ($(host)-stamp-stage3-installed): Likewise.
15999
16000Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16001
16002 * config.guess: Recognize Mach.
16003
16004Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16005
16006 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16007 see whether --exec-prefix was used.
16008
16009Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16010
16011 * README: Explicitly mention libg++/README. (Zoo's idea.)
16012
16013Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16014
16015 * Makefile.in: Add all-librx target similar to all-libproc.
16016
16017Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
16018
16019 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
16020 with post 1.2 uname bogosity.
16021
16022Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16023
16024 * configure: Remove temporary files on receipt of a signal.
16025
16026Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
16027
16028 * configure: If there is a package_makefile_frag, remove
16029 ${subdir}/Makefile.tem after copying it in.
16030
16031Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16032
16033 * build_all.mk: support rs6000 lynx identifies itself as
16034 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
16035 since /bin/gcc is too feeble to compile a modern gcc.
16036
16037Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16038
16039 * brought devo/test-build.mk update-to-date with progressive/
16040 test-build.mk. Add lynx targets and hppa flag info.
16041
16042Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16043
16044 * configure.in: Use mh-ncrsvr43. Patch from
16045 Tom McConnell <tmcconne@sedona.intel.com>.
16046
16047Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
16048
16049 * config.guess (i386-unknown-bsdi): No longer need to
16050 check #if defined(__bsdi__) && defined(__i386__).
16051
16052Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16053
16054 * configure: Set program_transform_nameoption correctly.
16055
16056Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16057
16058 * brought build-all.mk update-to-date with progressive build-all.mk,
16059 added new targets and hppa info.
aee16bda 16060
28e9041c 16061Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16062
16063 * configure: If config.guess result is a prefix of the user
16064 specified target, assume a native build and use the user specified
16065 target as the host alias. Remove SunOS patch suffix removal hack.
16066 * configure.in: Remove SunOS patch suffix removal hack.
16067
16068 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
16069 in NATIVE_CHECK_MODULES.
16070
16071Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
16072
16073 * Makefile.in: Rename HOST_ONLY to NATIVE.
16074 * configure: Delete SunOs patch suffix from host_canonical
16075 and build_canonical variables that are prepended to Makefiles.
16076 * configure.in: Add comments for easier maintenance.
16077
16078Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16079
16080 * Makefile.in: Add all-libproc target similar to all-gui.
16081
16082Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
16083
16084 * Makefile.in (CHECK_MODULES): split into
16085 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
16086
16087Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
16088
16089 * config.guess (i386-unknown-bsdi): New system to guess.
16090
16091Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16092
16093 * Makefile.in: Add all-gui target (but not yet build by "all").
16094
16095Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
16096
16097 * config.sub: Move deletion of patch suffix from here...
16098 * configure.in: To here, at Ian's suggestion. The top-
16099 level scripts might need to know of a patch level.
16100
16101Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
16102
16103 * config.sub: Strip off patch suffix so rtl is recognized
16104 as a sunos4.1.3 machine, even though it's been patched.
16105
16106Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
16107
16108 * Makefile.in (INSTALL_LAST): Delete.
16109 (INSTALL_DOSREL): New.
16110
16111Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16112
16113 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
16114 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
16115 whether we pass down --with-gnu-ld anyhow.
16116
16117Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
16118
16119 * Makefile.in (INSTALL_LAST): Change operation so it works
16120 on more flavors of make.
16121 * configure.in (go32): Don't build libg++ or libio.
16122
16123Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
16124
16125 * Makefile.in (Move HOST_PREFIX_1 and friends up so
16126 they can be overriden by templates.
16127
16128Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
16129
16130 * configure.in (target==go32): Don't build gdb.
16131 * dosrel: New directory.
16132
16133Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
16134
16135 * configure.in (host==go32): Configure dosrel too.
16136 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
16137 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
16138 be set by incoming names or templates.
16139 (INSTALL_LAST): New rule.
28e9041c 16140
16141Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
16142
16143 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
16144
16145Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16146
28e9041c 16147 * configure.in (appdirs): New variable. Currently empty, but will
16148 be used in gas distribution. If nonempty, lists a set of
16149 directories at least one of which must get configured, or top
16150 level configuration is considered to have failed.
16151 (rs6000-*-lynxos*): Use new file name.
16152
16153Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16154
16155 Eliminate XTRAFLAGS.
16156 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
16157 newlib include files using -idirafter, and also use -nostdinc.
16158 (CXX_FOR_TARGET): Likewise.
16159 (XTRAFLAGS): Removed.
16160 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
16161 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
16162 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
16163 ($(DO_X)): Don't pass down XTRAFLAGS.
16164
16165Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16166
16167 * configure.in (mips*-dec-bsd*): New target; do build linker.
16168 (mips*-*-bsd*): New target; don't build linker.
16169
16170Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16171
16172 * configure.in: support rs6000-*-lynxos* configuration.
16173 support sunos4 as a cross target.
16174
16175 * config.sub: look for lynx*, not lynx since the OS version may
16176 legitimately be part of the name.
16177
16178Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16179
16180 * configure.in (i[34]86-*-sco*): Move to be with other i386
16181 targets.
16182 (romp-*-*): New target. Skip various binary utilities.
16183 (vax-*-*): New target. Don't build newlib.
16184 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
16185
16186Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16187
16188 * configure.in: Only set host_makefile_frag if config
16189 directory exists.
16190
16191Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16192
16193 * install.sh: If $dstdir exists, don't check whether each
16194 component does.
16195
16196Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16197
16198 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
16199
16200Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
16201
4b695c23 16202 * configure.in (*-*-lynxos*): Don't configure newlib for either
16203 native or cross Lynx.
28e9041c 16204
16205Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
16206
16207 * config.sub (sparc64-elf): Fix os.
16208 (z8k): Remove duplicate.
16209
16210Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16211
16212 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
16213 gcc/stmp-fixproto, to try to prevent fixproto from being run.
16214
16215Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
16216
16217 * configure: Make file links cleanly even if Lynx fails on
31972771 16218 an NFS symlink (at least fail cleanly).
28e9041c 16219
16220Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16221
16222 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
16223 -XNh2000.
16224
16225Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16226
16227 * configure: Unknown options are fatal again.
16228
16229Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
16230
16231 * configure: Ignore --x-includes and --x-libraries, for Autoconf
aee16bda 16232 compatibility.
28e9041c 16233
16234Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
16235
16236 * build-all.mk: Add `clean' target.
16237
16238Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16239
16240 * config.guess: Add SINIX support.
16241 * configure.in: Add mips-*-sysv4* support.
16242
16243Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
16244
16245 * build-all.mk: Document all useful targets.
16246 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
16247 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
16248
16249Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16250
16251 * configure: Support --silent, --quiet.
16252
16253Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16254
16255 * configure: Support --disable-FEATURE.
16256
16257Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16258
16259 * config.guess: Recognize NCR running SVR4.3.
16260
16261Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
16262
16263 * config.guess: Make BSDI generate i386-unknown-bsd386.
16264 Patch from Paul Eggert <eggert@twinsun.com>.
16265
16266Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16267
16268 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
16269
16270Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16271
16272 * configure: Make unrecognized options give nonfatal warnings
16273 instead of fatal errors, and pass them to any subdirectory
16274 configures in case they recognize them.
16275 Make --x equivalent to --with-x.
16276
16277Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
16278
16279 * configure: Add --enable-* options. Clean up usage message and
16280 some comments.
16281
16282Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
16283
16284 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
16285
16286Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16287
16288 * configure.in (hppa*-*-*): Enable binutils.
16289
16290Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16291
16292 * config.sub: Recognize cisco.
16293
16294Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
16295
16296 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
16297
16298Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16299
16300 * config.guess: about target *-hitachi-hiuxwe2, don't print more
16301 than one configuration name. Add comment.
16302
16303Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
16304
16305 * config.guess: about target *-hitachi-hiuxwe2, fixed
16306 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
16307 macro is incorrect.]
16308
16309Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16310
16311 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16312 than the "make ls" stuff which used to be here.
16313
16314Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16315
16316 * config.guess: Recognize i[34]86-unknown-freebsd.
16317 From Shawn M Carey <smcarey@rodan.syr.edu>.
16318
16319Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
16320
16321 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16322
16323Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
16324
16325 * config.guess: Check for ptx.
16326
16327Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
16328
16329 * config.sub: Add os9k checking.
16330
16331Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16332
16333 * config.guess: Handle OSF1 running on HPPA processors
16334
16335Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16336
16337 * configure: If subdir configure fails, print out a message with
16338 subdirectory name, in case subdir's configure code didn't identify
16339 itself.
16340
16341Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
16342
16343 * configure.in: Remove embedded newlines from configdirs.
16344 Avoid mismatches of substrings. Fix matching strings at end
16345 of configdirs.
16346
16347Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
16348
16349 * config.guess: Add Lynx/rs6000 config support.
16350
16351Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
16352
16353 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16354
16355Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
16356
16357 * configure.in (hppa*-*-osf*): Treat this just like most other
16358 PA configurations (eg no binutils or ld).
16359 (hppa*-*-*elf*): These configurations have binutils and ld.
16360
16361Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16362
16363 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
16364
16365Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16366
16367 * configure.in (rs6000-*-*): Build gas.
16368
16369Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
16370
31972771 16371 * Makefile.in: Avoid bug in losing hpux sed.
28e9041c 16372
16373Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16374
16375 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16376 for GDB and GDB has been fixed to not need it.
16377
28e9041c 16378Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16379
16380 * config.guess: Recognize vax hosts.
16381
16382Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16383
16384 * configure (while loop): Don't use "break 2" inside case
16385 statement -- the case statement isn't an enclosing loop.
16386
16387Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
16388
16389 * config.guess: Clean up NeXT support, to allow nextstep
16390 on Intel machines. Make OS be nextstep.
16391
16392Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
16393
16394 * config.guess: Add alternate forms for Convex.
16395
16396Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
16397
16398 * configure: Completely rewrite option processing. Take
16399 advantage of pattern-matching to avoid invoking test frequently.
16400 Also clean up host and target defaulting logic.
16401
16402Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
16403
16404 * Makefile.in: Replace all occurrances of "rootme" with "r" and
16405 "$${rootme}" with "$$r", to increase the likelihood that the do-*
16406 commands (plus user environment) will fit SCO limits.
16407
16408Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16409
16410 * configure.in: Don't issue warnings about directories which are
16411 not being configured if -norecursion is set. Correct test for
16412 --with-gnu-as and --with-gnu-ld to not get confused by substring
16413 matches.
16414
16415 * configure.in: Don't build gas for alpha-dec-osf1*.
16416
16417Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
16418
16419 * configure: Back out Per's change of 12/19/1993. It changes the
16420 behavior of configure in unexpected and confusing ways.
16421
16422 Also, use different delim char when calculating
16423 program_transform_name so that the name can contain slashes.
16424
16425Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
16426
16427 * configure.in, config.sub: Add support for VSTa micro-kernel.
16428
16429Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
16430
16431 * configure.in: Nuke hacks which were used to get a special
16432 version of GAS for HPPA configurations.
16433
16434Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
16435
16436 * configure: If only ${target_alias} is given, use that
16437 as the default for ${host_alias}.
16438 * configure: Add missing back-slashes before nested quotes.
16439
16440Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16441
16442 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16443
16444Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
16445
16446 * config.guess: Recognize some Tektronix configurations.
16447 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16448
16449Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
16450
16451 * config.sub: Match any flavor of SH.
16452
16453Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
16454
16455 * configure.in: Don't try to configure newlib for Alpha.
16456
16457Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16458
16459 * configure.in: Don't build ld for Irix 5. Don't build gas,
16460 libg++ or libio for any Alpha target.
16461
16462 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
28e9041c 16463
16464Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
16465
16466 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16467 default arguments -- so it tried to compress itself.
16468
16469Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
16470
16471 * configure.in (notsupp): ensure that a space is always at the end
16472 of the configdirs list, since the grep checks for an explicit space
16473
16474Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16475
16476 * configure.in (target i386-sysv4.2): don't build ld, since static
16477 versions of many libraries are not available.
16478
16479Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16480
16481 * config.guess: Recognize Apollos (using environment variables).
16482 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16483
16484Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16485
16486 * config.guess: Recognize Sony news mips running newsos.
16487
16488Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
16489
16490 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16491 "fi ; else" for bash.
16492
16493Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
16494
16495 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16496
16497Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
16498
16499 * config.sub: accept unixware as an alias for svr4.2.
16500 Fix some inconsistancies with the gcc version.
16501
16502Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16503
16504 * Makefile.in (DISTDOCDIRS): Add gdb.
16505
16506Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
16507
16508 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
16509
16510Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16511
16512 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16513 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16514 this now.
16515
16516Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16517
16518 * config.sub: Accept hiux* as an OS name.
16519
16520 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16521 etc/make-stds.texi. The underscore came from gcc, and dje now
16522 agrees that RUNTESTFLAGS is the correct name.
16523
16524Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
16525
16526 * install.sh: Remove 'set -e'. It makes any conditionals
16527 in the script useless.
16528
16529 * config.guess: Automatically recognize arm-acorn-riscix
16530 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16531
16532Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
16533
16534 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16535
16536Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16537
16538 * Makefile.in (DISTDOCDIRS): New variable.
16539 (taz): Edit local Makefile.in sooner, instead of proto-toplev
aee16bda 16540 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
28e9041c 16541
16542Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16543
16544 * configure.in (hppa target): check the source directory for the
16545 pagas sub-directory
16546
16547Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
16548
16549 * config.sub: Allow -aout* and -elf*.
16550
16551Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16552
16553 * configure.in: Don't build ld on i386-solaris2, same as for
16554 sparc-solaris2.
16555
16556Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
16557
16558 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
16559
16560Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16561
16562 * configure.in: Configure gdb for alpha.
16563
16564Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16565
16566 * Makefile.in (CXXFLAGS): Add -O.
16567
16568Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16569
16570 * config.guess: added support for DG Aviion
16571
16572Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16573
16574 * configure.in: Produce warning message for subdirectories not
16575 configurable for this host/target combination. Don't try to
16576 configure gdb for vms.
16577
16578Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
16579
16580 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
16581 appropriate files before making "diststuff".
16582 (DISTBISONFILES): New var: list of files to be edited.
16583 (DISTSTUFFDIRS): Add binutils.
16584
16585Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16586
16587 * config.sub: also handle mipsel and mips64el (for little endian mips)
16588
16589Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16590
16591 * configure.in: Add * to end of all OS names.
16592
16593Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
16594
16595 * configure.in: Build newlib for LynxOS native.
16596
16597Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16598
16599 * config.guess: Add support for delta 88k running SVR3.
16600
16601 * configure.in: Add comment about HP compiler vs. emacs.
16602
16603Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16604
16605 * configure.in: don't build ld on solaris2 (not a viable option
16606 due to bugs in getpwnam & getpwuid)
16607
16608Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
16609
16610 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
16611 config.guess will produce a full version number.
16612
16613Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16614
16615 * configure.in: Build linker and binutils for alpha-dec-osf1.
16616
16617Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16618
16619 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
16620 and gdb/testsuite/Makefile.in.
16621
16622Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16623
16624 * configure.in: recognize mips*- instead of mips-
16625
16626Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
16627
16628 * config.sub: Accept linux*coff and linux*elf as operating
16629 systems.
16630
16631Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16632
16633 * config.sub: Recognize mips64, and mips3 as an alias for it.
16634
16635Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16636
16637 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
16638 gdb knows how to handle OSF/1 shared libraries.
16639
16640Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16641
16642 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
16643 * config.guess: Recognize Hitachi's HIUX.
16644 * config.sub: Recognize h3050r* and hppahitachi.
16645 Remove redundant cases for hp9k[23]*.
16646
16647Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16648
16649 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
16650 if gas and ld are in the source tree and are in ${configdirs}.
16651 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
3398e91d 16652 --with options (but still pass them down on the command line,
28e9041c 16653 if they were explicitly specified).
16654
16655Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16656
16657 * configure: substitute SHELL value in Makefile.in with
16658 ${CONFIG_SHELL}
16659
16660Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16661
16662 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
16663 *-*-solaris2* targets.
16664
16665Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16666
16667 * Makefile.in: define M4, and pass it down to sub-makes;
16668 all-autoconf now depends on all-m4
16669
16670Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16671
16672 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
16673 presence of {ar,ranlib} instead of a configured directory
16674
16675Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
16676
16677 * config.guess: Accept 34?? as well as 33?? for NCR.
16678
16679Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16680
16681 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
16682 of 'gas' in sed commands, since 'gash' is now in the tree as well.
16683
16684Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16685
16686 * configure: grab values for $(CC) and $(CXX) from the
16687 environment, so that someone can do "CC=gcc configure; make" and
16688 have it work right (matching the way that autoconf works now)
16689
16690 * configure.in, Makefile.in: add support for gash, the tcl
16691 interface to Galaxy
16692
16693 * config.guess: add NetBSD variants (hp300, x86)
16694
16695Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
16696
16697 * install.sh: Support -d option (in the manner of SunOS 4 install,
16698 as it is more deterministic than that of GNU install)
16699 (chmodcmd): Set file to mode 755 by default (should also do default
16700 chgrp and chown, but I don't feel like dealing with that now)
16701
16702Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
16703
16704 * config.sub: Remove h8300hhms alias.
16705
16706Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16707
16708 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
16709
16710Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16711
16712 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
16713 as stmp-fixinc
16714
16715Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16716
16717 * config.sub: recognize m88110-bug-coff.
16718
16719Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16720
16721 * Makefile.in (all-libio): all dependencies on the toolchain used
16722 to build this (gcc, gas, ld, etc)
16723
16724Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16725
16726 * config.guess: Deal with OSF/1 1.3 on alpha.
16727
16728Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16729
16730 * install.sh: add some 'else true' clauses for portability
16731
16732 * configure.in: don't build libio for h8[35]00-*-* targets
16733
16734Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
16735
16736 * Makefile.in: Add support for new libio.
16737
16738Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16739
16740 * install.sh: If one command fails, don't try the rest. Don't try
16741 to remove $dsttmp (via trap) unless we have already created it.
16742 If $src doesn't exist, detect it and exit with an error.
16743
16744 * config.guess: Recognize BSD on hp300.
16745
16746Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
16747
16748 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
16749 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
16750
16751Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
16752
16753 * Makefile.in (all-send-pr): depends on all-prms
16754
16755Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16756
16757 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
16758
16759Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16760
16761 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
16762 Added test for mips-mips-riscos5.
16763
16764Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16765
16766 * configure.in: use mh-hp300 for 68k HP hosts
16767
16768Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16769
16770 * configure: add support for CONFIG_SHELL, so that you can use
16771 some alternate shell for evaluating configure scripts
16772
16773Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
16774
16775 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
16776 in configure script to bug-gdb@prep.ai.mit.edu when building
16777 distribution archive.
16778 * Makefile.in (COMPRESS): Remove def.
16779 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
16780 gdb.tar.Z and make-gdb.tar.Z respectively.
16781 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
16782 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
16783 to convergence with 'taz' target in Makefile.in.
16784
16785Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16786
16787 * install.sh (dsttmp): use trap to ensure that tmp files go
16788 away on error conditions
16789
16790Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16791
16792 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
16793
16794Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16795
16796 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
16797 its parent is '/' not ''.
16798
16799 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
16800
16801Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
16802
16803 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
16804 that ${newsrcdir}/configure.in does.
16805
16806Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
16807
16808 * test-build.mk: support for CONFIG_SHELL
16809
16810Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
16811
16812 * config.sub (netware): Add as a basic system type.
16813
16814Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
16815
16816 * Makefile.in (Makefile): depend on configure.in. Also drop the
16817 $(srcdir)/ from the dependency on Makefile.in.
16818
16819Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
16820
16821 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
16822 (h8300hhms is temporary until multi-libraries are implemented).
16823 * configure.in: Handle h8300h too.
16824
16825Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16826
16827 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
16828
16829Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
16830
16831 * configure: Remove extraneous output when guessing host type.
16832 * config.guess: Remove extraneous output when guessing using C
16833 compiler rather than uname, or when guessing fails.
16834
16835Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
16836
16837 * Makefile.in: remove all.cross and install.cross targets
16838
16839 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
16840 definitions
16841
16842Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
16843
16844 * configure.in (target sh): Build gprof.
16845
16846Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16847
16848 * config.sub: change -solaris to -solaris2
16849
16850Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16851
16852 * configure.in: Use config/mh-riscos for mips-*-sysv*.
16853
16854Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
16855
16856 * configure: Correct error message for missing Makefile.in to
16857 print correct directory.
16858
16859Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16860
16861 * install.sh: kludge around 386BSD shell bug
16862
16863Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
16864
16865 * config.guess: Recognize NeXT.
16866 * config.guess: Recognize i486-ncr-sysv4.
16867 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
16868
16869Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
16870
16871 * Makefile.in (MAKEINFOFLAGS): New variable.
16872 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
16873 * build-all.mk, test-build.mk: Pass down --no-split as
16874 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
16875
16876Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
16877
16878 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
16879
16880Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
16881
16882 * Makefile.in (libg++.tar.z): New rule.
16883 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
16884 * Makefile.in (taz): Only do a single chmod.
16885
16886Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16887
16888 * install.sh: don't use dirname anymore (replaced with sed usage)
16889
16890Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
16891
16892 * Makefile.in: Change extension for gzip'd files from '.z' to
16893 '.gz' per new FSF standard usage.
16894
16895Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
16896
16897 * configure: put quotes around the final value of program_transform_name
16898
16899Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16900
16901 * Makefile.in: new install.sh support; update install-info rules
16902
16903Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
16904
16905 * configure.in: Build diff for crosses, but not for go32 host.
16906
16907 * configure.in: Build gprof only for native, and don't build it
16908 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
16909
16910Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
16911
16912 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
16913
16914Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
16915
16916 * configure.in (host_tools): Add prms.
16917
16918Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16919
16920 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
16921 with $(FLAGS_TO_PASS) on the command line
16922
16923 * config.sub: Recognize lynx and lynxos
16924
16925Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
16926
16927 * config.sub: Accept -ecoff*, not just -ecoff.
16928
16929Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16930
16931 * Makefile.in (taz): Use .gz suffix instead of .z.
16932 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
16933 names.
16934
16935Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16936
16937 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
16938
16939Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16940
16941 * Makefile.in (install-no-fixedincludes): install gcc last, so
16942 that rebuilds that might happen during 'make install' don't get
16943 bogus gcc include files
16944
16945Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
16946
16947 Change from Utah for HPPA support:
16948 * config.guess: Recognize hppa1.x-hp-bsd.
16949
16950Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
16951
16952 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
16953 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
16954
16955Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
16956
16957 * config.sub: Add support for rom68k and bug boot monitors.
16958
16959Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
16960
16961 * Makefile.in: Make all-opcodes depend on all-bfd.
16962
16963Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
16964
16965 * config.guess: Added special check for i[34]86-univel-sysv4*.
16966
16967Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
16968
16969 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
16970 the processor rather than assuming i486.
16971
16972Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
16973
16974 * config.guess: Recognize SunOS6 as Solaris3.
16975
16976Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
16977
16978 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
16979 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
16980
16981Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
16982
16983 * build-all.mk (all-cross): New target for Canadian Cross.
16984 Added Q2 go32 targets.
16985 * test-build.mk: Configure go32 cross sparclite-aout and
16986 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
16987 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
16988
16989Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
16990
16991 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
16992 GO32 hosted toolchains
16993
16994Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
16995
16996 * configure: change so "-exec-prefix" gets passed down rather
16997 than "-exec_prefix" so autoconf generated Makefiles get the
16998 exec_prefix set right.
16999
17000Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17001
17002 * config.guess: get the Solaris2 minor version number
17003
17004 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17005
17006Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17007
17008 * config.guess: Recognize some Sequent platforms.
17009
17010Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17011
17012 * Makefile.in: added the vault-install target
17013
17014 * configure.in: actually use the Sun3 makefile fragment that's in
17015 config, also added the release dir to configdirs
17016
17017Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17018
17019 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
17020
17021Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17022
17023 * configure.in: remove some program from Alpha targetted toolchains
17024
17025Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
17026
17027 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
17028 gprof.
17029 (taz): Run "make diststuff" in those directories instead of "make
17030 proto-dir". Look for "VERSION=" only at start of line in subdir
17031 Makefile. Use "gzip -9" for compression.
17032 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
17033 (binutils.tar.z): New target.
17034
17035Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17036
17037 * Makefile.in (taz): Include gpl.texinfo.
17038
17039Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17040
17041 * Makefile.in (setup-dirs): Merged into "taz" target.
17042 (taz): Only do `proto-dir' stuff if a directory is actually needed
17043 for this target.
17044
17045Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
17046
17047 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
17048 (FLAGS_TO_PASS): Pass down MUNCH_NM.
17049 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
17050 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
17051 (gcc-no-fixedincludes): Correct for current gcc Makefile.
17052
17053Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
17054
17055 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
17056 config.sub, and move-if-change to gdb testsuite distribution
17057 archive, so the testsuite can be extracted, configured, and
17058 run separately from the gdb distribution. Blow away the Chill
17059 tests that require a Chill compiled executable, since GNU Chill
17060 is not yet publically available.
17061
17062Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17063
17064 * test-build.mk: set environment variables in a single command,
17065 instead of a list of assignments and exports
17066
17067 * config.guess: recognize Alpha/OSF1 systems
17068
17069Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17070
17071 * configure: Change help message to prefer --options rather than
17072 -options.
17073
17074Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17075
17076 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
17077 zippy@ecst.csuchico.edu.
17078 * config.guess: Recognize miniframe.
17079
17080Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
17081
248deaff 17082 * Makefile.in: Use srcroot to find runtest rather than rootme.
17083 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
28e9041c 17084
17085Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
17086
17087 * test-build.mk: Extensive additions to support building on a
17088 machine other than the host.
17089
17090Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17091
17092 * configure (tooldir): Fix for i386-aix again.
17093
17094Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
17095
17096 * configure, Makefile.in: Change definition of $(tooldir)
17097 to match the FSF.
17098
17099Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
17100
17101 * config.guess: Recognize i[34]86/SVR4.
17102
17103Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17104
17105 * Makefile.in (all-gdb): gdb depends on sim.
17106
17107Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
17108
17109 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
17110 at the same time we make the prototype gdb directory.
17111 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
17112 files at the same time as the gdb base release distribution.
17113
17114Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
17115
17116 * Makefile.in (check): Use individual check targets rather than
17117 DO_X rule.
17118 (check-gcc): Added.
17119
17120Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
17121
17122 * config.sub: Use sysv3.2 not sysv32 for canonical OS
17123 for System V release 3.2.
17124
17125Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17126
17127 * config.sub: Recognize hppaosf.
17128 * configure.in: Do configure ld/binutils/gas for it.
17129
17130Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17131
17132 * configure (tooldir): Alter syntax used to set this, for systems
17133 where "\$" isn't handled right, like i386-aix.
17134
17135Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
17136
17137 * configure: Pass program-transform-name, not
17138 program_transform_name, to recursive configures.
17139
17140Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
17141
17142 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
17143 of gas+ld+binutils.
17144
17145Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
17146
17147 * config.guess: Recognize AIX3.2 as distinct from 3.1.
17148
17149Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17150
17151 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
17152
28e9041c 17153Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17154
17155 * Makefile.in (PRMS): Set back to all-prms.
17156
17157Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
17158
17159 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
17160 targets, rather than for MIPS hosts.
17161
17162Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17163
17164 * configure.in: add comment for --with-x default values
17165
17166 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
17167
17168 * Makefile.in: add check-* targets for each of the directories in
17169 the tree. Add a definition of RUNTEST that will use the one we
17170 just built, if it exists. Pass this down via FLAGS_TO_PASS.
17171
17172Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
17173
17174 * configure.in: Removed obsolete references to bfd_target and
17175 target_makefile_frag.
17176
17177 * build-all.mk: Set assorted targets for Q2.
17178 * config.sub: Recognize z8k-sim and h8300-hms.
17179 * test-build.mk: Really don't pass host to configure.
17180 (HOLES): Added uname.
17181
17182Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
17183
17184 * configure: Handle an empty program-prefix, program-suffix or
17185 program-transform-name correctly.
17186
17187Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
17188
17189 * build-all.mk: -G 8 no longer required for MIPS targets.
17190 * test-build.mk: Don't pass host argument to configure; make it
17191 guess.
17192
17193Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
17194
17195 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
17196 * Makefile.in (COMPRESS): New macro, like GZIP.
17197
17198Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
17199
17200 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
17201
17202 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
17203 with gas currently defaults to -G 0.
17204
17205Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
17206
17207 * Makefile.in (all-flex): flex depends on byacc.
17208
17209 * build-all.mk: If host not specified, use config.guess. Pass TAG
17210 to test-build.mk as RELEASE_TAG.
17211 * test-build.mk (configargs): New variable containing arguments to
17212 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
17213 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
17214
17215 * config.guess: Use /bin/uname when checking -X argument on SCO,
17216 to avoid invoking GNU uname which doesn't understand -X.
17217
17218 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
17219
17220 * configure.in: Build gas for mips-*-*.
17221
17222Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17223
17224 * Makefile.in (all.normal): insert missing backslash.
17225
17226Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
17227
5309a301 17228 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
28e9041c 17229
17230 * Makefile.in: Complete overhaul to merge many almost identical
17231 targets.
17232
17233Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17234
17235 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
17236 (gdb.tar.Z): Adjusted.
17237
17238 * Makefile.in (setup-dirs, taz): New targets; should be general
17239 enough to adapt for gdb sometime. Build only .z file.
17240 (gas.tar.z): New target.
17241
17242Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
17243
17244 * build-all.mk: Use CC=cc -Xs on Solaris.
17245
28e9041c 17246Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
17247
17248 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
17249 for handling BISON for FSF releases.
17250
17251Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17252
17253 * configure: Actually implement the change zoo just documented.
17254
17255Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
17256
17257 * configure: when using config.guess, only set target_alias when
17258 it's not already been set (ie, on the command line)
17259
17260Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17261
17262 * Makefile.in: add installcheck target, set PRMS to install-prms
17263
17264Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17265
17266 * configure: add support for package_makefile_fragment, handle the
17267 case where a directory has a configure.in file but no Makefile.in
17268 more gracefully (with an actual understandable error message, even);
17269 add support for --without (and add this to the usage message); also
17270 explicitly add a --host=${host_alias} to the command line when
17271 config.guess is used
17272
17273Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17274
17275 * configure: Must use both --host and --target in recursive calls.
17276
17277Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
17278
17279 * Makefile.in: Change deja-gnu to dejagnu.
17280
17281Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
17282
17283 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
17284
17285Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17286
17287 * configure.in: canonicalize all instances to *-*-solaris2*,
17288 also strip out a number of tools to not build for go32 host
17289
17290Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17291
17292 * config.guess: add GPL.
17293
17294 * Makefile.in, config.guess, config.sub, configure: bump
17295 copyrights to 93.
17296
17297Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
17298
17299 * Makefile.in (do-info): Removed obsolete check for existence of
17300 localenv file.
17301
17302 * Makefile.in (MAKEOVERRIDES): Define to be empty.
17303
17304Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17305
17306 * Makefile.in: a couple of 'else true' for decstation,
17307 support for TclX
17308
17309 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17310
17311Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
17312
17313 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17314
17315Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
17316
17317 * config.guess: Recognize i386-ibm-aix (PS/2).
17318 * configure.in: Use config/mh-aix386 file for it.
17319
17320Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
17321
17322 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17323 CC_FOR_TARGET instead.
17324 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17325
17326Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
17327
17328 * Makefile.in: Add sim to list of directories sent with gdb
17329
17330Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
17331
17332 * configure.in: Put back mips-dec-bsd* case.
17333
17334Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
17335
17336 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17337 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
17338 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
28e9041c 17339
17340Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17341
17342 * configure.in: remove no-op mips-dec-bsd* in "case $target"
17343
17344 * Makefile.in (dir.info): only run gen-info-dir if it exists,
17345 (install-info): install dir.info only if it exists,
17346 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
17347
17348Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
17349
17350 * configure.in: For vms target, skip bfd, ld, binutils. Do build
17351 gas for mips-dec-bsd.
17352
17353Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
17354
17355 * configure (makesrcdir): If ${srcdir} is relative and not ".",
17356 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
17357
17358Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
17359
17360 * configure.in: Added "dejagnu" to hosttools list.
17361
17362Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
17363
17364 * config.sub, configure.in, config.guess: Add support
17365 for Bosx, an AIX variant from Bull.
17366 Patches from F.Pierresteguy@frcl.bull.fr.
17367
17368Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
17369
17370 * devo/dejagnu: Initial creation of devo/dejagnu.
17371 Migrated dejagnu testcases and support files for testing software
17372 tools to reside as subdirectories, currently called "testsuite",
17373 within the directory of the software tool. Migrated all programs,
17374 support libraries, etc. beloging to dejagnu proper from
17375 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
17376 with no modifications. The changes to these files which will
17377 allow them to configure, build, and execute properly will be made
17378 in a future update.
17379
17380Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17381
17382 * Makefile.in: Change send_pr to send-pr.
17383 * configure.in: Likewise.
17384 * send_pr: Renamed directory to send-pr.
17385
17386Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
17387
17388 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
17389
17390Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
17391
17392 * README: Update for gdb-4.8 release.
17393 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
17394 gdb-xxx.tar.z (gzip'd) file also.
17395
17396Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17397
17398 * Makefile.in: make all-diff depend on all-libiberty
17399
17400Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
17401
17402 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17403
17404Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17405
17406 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17407
17408Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
17409
17410 * Makefile.in (DEVO_SUPPORT): Remove etc directory
17411 (ETC_SUPPORT): Only add the files GDB wants from etc/.
17412 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
17413
17414Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17415
17416 * Makefile.in: makeinfo binary is in a new location
17417
17418Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
17419
17420 * config.sub: Accept -ecoff as an OS.
17421
17422 * Makefile.in: Various changes to eliminate a level of make
17423 recursion and reduce the required command line length.
17424 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17425 sub-makes.
17426 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17427 variables holding settings for specific sub-makes.
17428 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17429 in terms of BASE_FLAGS_TO_PASS.
17430 (TARGET_LIBS): New variable listing directories which use
17431 TARGET_FLAGS_TO_PASS.
17432 (subdir_do): Eliminated.
17433 (do-*): New set of targets to replace subdir_do.
17434 (various): All targets which used subdir_do now depend on do-*.
17435 (local-clean): Renamed from do_clean.
17436 (local-distclean): New target, dependency of distclean and
17437 realclean.
17438 (install-info): Don't create directories. Depend on dir.info
17439 rather than calling make recursively.
17440 (install-dir.info): Eliminated.
17441 (install-info-dirs): Create all info directories here.
17442 (dir.info): Depend upon do-install-info.
17443
17444 * test-build.mk (HOLES): Added false.
17445
17446Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
17447
17448 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
17449
17450Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17451
17452 * Makefile.in (info): remove dependency on all-texinfo. The
17453 problem was really in texinfo/C, not at this level.
17454
17455Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
17456
17457 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17458
17459Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
17460
17461 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
17462 GDB releases.
17463
17464Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17465
17466 * configure: Include srcdir in message about target of link not
17467 being found. Don't convert `-' to `_' in `with' options being
17468 passed to subdirs.
17469
17470Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17471
17472 * configure.in: add uudecode to host_tools
17473
17474 * Makefile.in: added {all,install}-uudecode targets, added them to
17475 the appropriate lists
17476
17477Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
17478
17479 * Makefile.in (all-gcc): Added dependency on all-gas.
17480
17481 * configure.in (mips-*-*): Build ld and binutils.
17482
17483Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17484
17485 * configure: check return code from mkdir, print error message and
17486 exit on failure.
17487
17488Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
17489
17490 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
17491
17492Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
17493
17494 * test-build.mk (HOLES): Added tar, cpio and uudecode.
17495
17496Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17497
17498 * config.sub (h8500): Recognize this as a cpu type.
17499
17500Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17501
17502 * configure: source directory missing is no longer a warning
17503
17504 * configure.in: recognize irix[34]* instead of irix[34]
17505
17506 * Makefile.in: define and pass down X11_LIB
17507
28e9041c 17508Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
17509
17510 * guess-systype: Renamed to ...
17511 * config.guess: ... by popular request.
17512 * configure.in, Makefile.in: Update accordingly.
17513
17514Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
17515
17516 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
17517 + Add Convex, Cray/Unicos, and Encore/Multimax support.
17518 + Execute ./dummy instead of assuming . is in PATH.
17519
17520Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
17521
17522 * guess-systype: New shell script. Attempts to guess the
17523 canonical host name of the executing host.
17524 Only a few hosts are supported so far.
17525 * configure: Call guess-systype if no host is specified.
17526
17527Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
17528
17529 * Makefile.in (gcc-no-fixedincludes): Made to work with current
17530 gcc Makefile.
17531
17532
17533Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
17534
17535 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17536 (all-gcc, install-gcc, subdir_do): Use it.
17537
17538Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
17539
17540 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17541
17542Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
17543
17544 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17545 set exclusively by configure, using configure.in .
17546
17547Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17548
17549 * test-build.mk: set $PATH for all builds
17550
17551 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17552
17553Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
17554
17555 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
17556 the one used in gcc/Makefile.in, so that a null expansion doesn't
17557 override the one needed to build gcc with a native cc.
17558
17559
17560Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17561
17562 * configure: Accept -with arguments.
17563
17564Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17565
17566 * Makefile.in: added h8300sim
17567
17568Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
17569
28e9041c 17570 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
17571 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
17572 (all-cygnus, native, build-cygnus): Make
17573 $(canonhost)-stamp-3stage-done, not $(host)....
17574 * test-build.mk (stamp-3stage-compared): Use tail +10c for
17575 i386-sco3.2v4. Added else true to if command.
17576
17577Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
17578
17579 * config.sub: (from FSF) Sequent uses a BSD-like OS.
17580
17581Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
17582
17583 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
17584
17585Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17586
17587 * configure.in: don't remove binutils from Solaris builds
17588
17589Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
17590
17591 * Makefile.in: get rid of earlier definitions for *clean,
17592 also handle the recursive info rule better
17593
17594Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
17595
17596 * Makefile.in (mostlyclean, distclean, realclean): Fix to
17597 do more-or-less the right thing.
17598
17599Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
17600
17601 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
17602 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
17603
17604Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17605
17606 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
17607 $(host_canonical).
17608
17609 * configure.in: split the configdirs list into 4 categories (native
17610 v. cross, library v. tool) and handle the cross-only and native-
17611 only in more reasonable (and correct!) way.
17612
17613Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
17614
17615 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
17616 configdirs anymore.
17617
17618Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17619
17620 * Makefile.in: extensive cleanup:: removed all of the explicit
17621 clean-* targets, collapsed many wrappers around subdir_do into
17622 one, added additional targets to satisfy standards.texi, deleted
17623 some old targets, some changes for consistency
17624
17625Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17626
17627 * configure.in: handle some programs as cross-only, and others as
17628 native only
17629
17630 * test-build.mk: handle partial holes in a more generic manner
17631
17632 * Makefile.in: m4 depends on libiberty
17633
28e9041c 17634Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17635
17636 * configure.in: add m4, textutils, fileutils, sed, shellutils,
17637 time, wdiff, and find to configdirs
17638
17639 * Makefile.in: all, clean, and install rules for the new programs
17640 added to configure.in
17641
17642Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17643
17644 * configure.in: use mh-sun for all *-sun-* hosts
17645
28e9041c 17646Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17647
17648 * Makefile.in: define flags for X11 include files and library file
17649 locations, pass them down to the programs that need this info
17650
17651 * build-all.mk: added a 'native' target, to 3stage the native toolchain
17652
28e9041c 17653Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17654
17655 * configure.in: start building libg++ for HP-UX targets
17656
17657Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
17658
17659 * README: Update references to files moved into etc/.
17660
17661Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
17662
17663 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
17664 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
17665
17666Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
17667
17668 * configure: accept dash as well as underscore in long option
17669 names for FSF compatibility.
17670
17671Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
17672
17673 * config.sub: added -sco3.2v4 support from FSF.
17674
17675Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17676
17677 * configure.in: expand the section that adds or removes
17678 directories from the list of programs to build, to handle native
17679 vs. cross in addition to host v. native
17680
17681Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
17682
17683 * Makefile.in: Replace C++ in macro names with CXX.
17684 This is less likely to break ...
17685
17686Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17687
17688 * test-build.mk: add -w to GNU_MAKE
17689
17690Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17691
17692 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
17693 add 'sparc' to list of recognized cpus. This needed to make
17694 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
17695 Delete some redundant ose68 variants. Recognize -wrs as an os,
17696 then changes that into $CPU-wrs-vxworks.
17697
17698 * configure.in: remove most references to gdbtest, regularize
17699 target based program removal
17700
17701 * test-build.mk: import from p3 tree (many fixes and changes)
17702
17703Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17704
17705 * Makefile.in: added rules to handle tcl, tk, and expect
17706
17707 * configure.in: handle those directories if they exist
17708
17709Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17710
17711 * config.sub: removed bogus hppabsd and hppahpux names, since
17712 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
17713
17714Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17715
17716 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
17717 depends upon all-xiberty
17718
17719 * Makefile.in: changes from p3, including:
17720
17721 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
17722
17723 * Makefile.in (XTRAFLAGS): include newlib directories if
17724 newlib/Makefile exists, rather than if host != target.
17725
17726 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
17727
17728 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17729 from the same source tree and not building a cross-compiler. This
17730 matters for the libg++ configuration if reconfiguring a tree that
17731 has already been installed.
17732
17733 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
17734
17735 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17736 pick up the machine and system specific header files.
17737
17738 * Makefile.in: added AS_FOR_TARGET, passed down in
17739 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17740 the C compiler to use to create programs which are run in the
17741 build environment, set it to default to $(CC), and passed it down
17742 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17743
17744 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
17745
17746 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
17747 We need them for unusual native builds, like systems without
17748 ranlib.
17749
17750 * configure: also define $(host_canonical) and
31972771 17751 $(target_canonical), which are the full, canonical names for the
17752 given host and target
28e9041c 17753
17754Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
17755
17756 * Makefile.in: Added separate definitions for C++.
17757
17758Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
17759
17760 * configure.in (configdirs): Add deja-gnu.
17761
17762Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
17763
17764 * README: Update for configure.texi and gdb-4.7 release.
17765
17766Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
17767
17768 * Makefile.in: Move "all" target to top of file.
17769 Previously, first target was ".PHONY" which caused BSD4.4 make
17770 to build .PHONY when make was run without arguments.
17771
17772Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
17773
17774 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
17775 Library-copylefted code in libiberty.
17776
17777Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
17778
17779 * config.sub: Replace m68kmote with plain old m68k.
17780
17781Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
17782
17783 * Makefile.in: Remove space from blank line, avoid Make complaints.
17784
17785Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
17786
17787 * config.sub: Complain if no argument is given. Added support for
17788 386bsd as OS and target alias.
17789
17790Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
17791
17792 * Makefile.in (XTRAFLAGS): include newlib directories if
17793 newlib/Makefile exists, rather than if host != target.
17794
17795Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
17796
17797 * config.sub: recognize sparclite-wrs-vxworks.
17798
17799 * Makefile.in (install-xiberty): added *-xiberty make rules (from
17800 p3.) Added clean-xiberty to clean.
17801
17802Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17803
17804 * configure.in: use *-*-* instead of nested cases for host and target
17805
17806Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
17807
17808 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
17809 from the same source tree and not building a cross-compiler. This
17810 matters for the libg++ configuration if reconfiguring a tree that
17811 has already been installed.
17812
17813Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
17814
17815 * config.sub (i486v/i486v4): Merge in from FSF version.
17816
17817Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
17818
17819 * configure: only set PWD if it is already set.
17820
17821Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
17822
17823 * configure: just set PWD=`pwd` at the top, since Ultrix sh
17824 doesn't have unset and all success paths (and most error paths)
17825 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
17826 to just ${PWD} to avoid confusion.)
17827
17828Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
17829
17830 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
17831 even for a native compilation.
17832
17833Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
17834
17835 Changes to make the gdb.tar.Z rule work better.
17836
17837 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
17838 (DEVO_SUPPORT): Add configure.texi.
17839 (bfd-ilrt.tar.Z): Remove ancient rule.
17840
17841Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
17842
17843 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
17844 pick up the machine and system specific header files.
17845
17846 * configure.in, config.sub: added new target m68010-adobe-scout,
17847 with alias of adobe68k. Changed configure.in to check for
17848 -scout before -sco* to avoid a false match.
17849
17850 * Makefile.in: added AS_FOR_TARGET, passed down in
17851 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
17852 the C compiler to use to create programs which are run in the
17853 build environment, set it to default to $(CC), and passed it down
17854 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
17855
17856Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
17857
17858 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
17859 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
17860 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
17861 FOR_TARGET variants, to newlib and libg++.
17862
17863Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
17864
17865 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
17866 first.
17867
17868Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
17869
17870 * config.sub: Accept `elf' as an environment.
17871
17872Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17873
17874 * Makefile.in (all-opcodes): cd into the right directory
17875
17876Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
17877
17878 * configure: added -program_transform_name option, used as
17879 argument to sed when installing programs.
17880 configure.texi: added documentation for -program_prefix,
17881 -program_suffix and -program_transform_name.
17882
17883Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
17884
17885 * config.sub: Accept i486 where i386 ok.
17886
17887Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
17888
17889 * config.sub: accept we32k
17890
17891Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
17892
4b695c23 17893 * config.sub, configure.in: accept OSE68000 and OSE68k.
28e9041c 17894
17895 * Makefile.in: don't create all directories for ``make install'';
17896 let the subdirectories create the ones they need.
17897
17898Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17899
31972771 17900 * COPYING: new file, GPL v2
28e9041c 17901
17902Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17903
17904 * Makefile.in: use the new gen-info-dir, which needs a template
17905 argument (which also lives in texinfo)
17906
17907 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
17908
28e9041c 17909Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
17910
17911 * config.sub (ncr3000): Change i386 to i486.
17912
17913Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17914
17915 * Makefile.in: add install-rcs, install-grep to
17916 install-no-fixedincludes, removed install-bison and install-libgcc
17917
17918Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
17919
17920 * configure.in: grab the HPUX makefile fragment if on HPUX
17921
17922Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17923
17924 * Makefile.in: eradicate bison spoor (ditto libgcc).
17925 configure.in: recognise m68{k,000}-ericsson-OSE.
17926 es1800 is alias for m68k-ericsson-OSE
17927
17928Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17929
17930 * configure.in: rearrange the parts that remove programs from
17931 configdirs, based now on HOST==TARGET or by canonical triple.
17932
17933Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17934
17935 * test-build.mk: recurse explicitly with -f test-build.mk when
17936 appropriate. predicate stage3 and comparison on the existence
17937 of gcc. That is, if gcc isn't around, we aren't three-staging.
17938 On very clean, also remove ...stamp-co. Build in-place before
17939 doing other builds.
17940
17941Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17942
17943 * Makefile.in, configure.in: add tgas
17944
17945Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
17946
17947 * Makefile.in: a number of changes merged in from progressive.
17948
17949 * configure.in: add libm.
17950
17951 * .cvsignore: ignore some stuff that comes from test-build.mk.
17952
28e9041c 17953Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
17954
17955 * config.sub: Add es1800 (m68k-ericsson-es1800).
17956
17957Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
17958
17959 * configure: Add program_suffix (parallel to program_prefix)
17960 * Makefile.in: adjust directory-creating script for losing decstation
17961
17962Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
17963
17964 * configure: Minor $subdir-related fixes.
17965
17966Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
17967
17968 * configure: fix various problems with propogating
17969 makefile_target_frag in subdirs.
17970 * configure.in: config libgcc if its there
17971
17972Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
17973
17974 * config.sub: HPPA merge.
17975
28e9041c 17976Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
17977
17978 * Makefile.in: Replace all-bison with all-byacc in all
17979 dependency lines for other tools (which now use byacc).
17980
17981Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
17982
17983 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
17984
28e9041c 17985Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
17986
17987 * Makefile.in: make gprof rules similar to byacc rules (instead of
17988 vestigal $(unsubdir) that didn't work...)
17989
17990Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
17991
17992 * config.sub: Add support for Linux.
17993 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
17994 (at least for libg++).
17995
17996Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
17997
17998 * configure.texi: fix doc for the -nfp option to configure
17999
18000Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
18001
18002 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18003
18004Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
18005
18006 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18007 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18008 * configure.in: added solaris* host_makefile_frag hook.
18009
18010Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18011
18012 * config.sub: changed recognition of m68000 so that various
18013 m68k types can be specified via m680[01234]0
18014
18015Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18016
18017 * config.sub (basic_machine): fix sed so that '-foo' isn't
18018 completely substituted out while .+'-foo' loses the '-foo'
18019
18020Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18021
18022 * config.sub ($os): Add -aout.
18023
18024Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
18025
18026 * configure: If host_makefile_frag is absolute, don't
18027 prefix ${invsubdir} (relevant to libg++ auto-configure).
18028
18029Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18030
18031 * Makefile.in (tooldir): Define it.
18032 (all-ld): Depend on all-flex.
18033
18034Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
18035
18036 * Makefile.in (check): Fix libg++ special case.
18037
18038Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
18039
18040 * configure: do not bury `pwd` into config.status, thus do fewer
18041 pwd's.
18042
18043 * configure: print the "Building in" message only when building in
18044 other than "." AND verbose.
18045
fee90afd 18046 * configure: remove -s, rework -v to better accommodate guested
28e9041c 18047 configures.
18048
18049 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
18050
18051Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
18052
18053 * Makefile.in: macroize flags passed on recursion. remove
18054 fileutils.
18055
18056Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
18057
18058 * configure: get makesrcdir right for subdirs deeper than 1.
18059
18060 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
18061 install.
18062
18063Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
18064
18065 * Makefile.in: don't print subdir_do or recursion lines.
18066
18067Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
18068
18069 * standards.texi: added menu item.
18070
18071 * Makefile.in: build and install standards.info.
18072
18073 * standards.texi: new file.
18074
18075Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18076
18077 * configure: test for and move config.status pieces from
18078 ${subdir}/.
18079
18080Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
18081
28e9041c 18082 * configure: Test for existance of files before trying to mv
18083 them, to avoid numerous non-existance messages.
18084
18085Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
18086
18087 * configure: correct final line of config.status.
18088
18089 * configure: patch from eggert. Avoids a protection problem if
18090 the original Makefile.in is read only.
18091
18092 * configure: use move-if-change from gcc to create config.status.
18093 Some makefiles depend on config.status to tell if a directory
18094 has been reconfigured for a different host. This change
18095 prevents those directories from remaking everything in the case
18096 where the reconfig was only intended to rebuild a Makefile.
18097
18098 * configure: test for config.sub with "config.sub sun4" rather
18099 than "config.sub ${host_alias}". Otherwise we can't tell a bad
18100 host alias from a missing config.sub.
18101
18102Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18103
18104 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
18105 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
18106
18107Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
18108
18109 * configure: mkdir ${subdir} as needed.
18110
18111Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
18112
18113 * Makefile.in,configure.in: added autoconf.
18114
18115Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18116
18117 * Makefile.in: no longer pass against on recursion.
18118
18119 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
18120 definitions are not inherited.
18121
18122 * configure: correct makesrcdir when subdir is .
18123
18124Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
18125
18126 * configure: Add support for 'subdirs' variable, which is
18127 like 'configdirs', except that configure doesn't re-invoke
18128 itself for subdirs, it just creates a Makefile for each subdir.
18129 * configure.texi: Document subdirs.
18130
18131Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18132
18133 * configure.in: added flex to configdirs
18134
18135Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
18136
18137 * Makefile.in: remove clean-stamps from clean.
18138
18139Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
18140
18141 * configure.in: Add gdbtest to configdirs.
18142
18143Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
18144
18145 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
18146 to recursive makes.
18147 * configure.in: Recognize new ncr3000 config.
18148
18149Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
18150
18151 * Makefile.in, configure.in: removed references to gdbm.
18152
18153Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
18154
18155 * config.sub: Don't canonicalize os value
18156 newsos* to bsd (readline needs to check for newsos).
18157 (This fix was earlier made Jan 31, but got re-broken.)
18158
18159Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
18160
18161 * configure.in: sco is an os, not a vendor!
18162
18163 * configure: Quote $( better. Keep various shells happy.
18164
18165Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
18166
18167 * Makefile.in: eliminate stamp-files.
18168
18169Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
18170
18171 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
18172 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
18173
18174Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
18175
18176 * config.sub: fix iris/iris3.
18177
18178Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
18179
18180 * configure: re-add -rm.
18181
18182Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
18183
18184 * Maskefile.in: add .stmp-rcs to all.
18185
18186 * configure.in: remove gas from rs6000 build, use aix host fragment.
18187
18188Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
18189
18190 * configure: pass down site_option during recursion.
18191
18192Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
18193
18194 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
18195
18196Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
18197
18198 * configure: Change exec_prefix so that it really defaults to prefix.
18199
18200Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
18201
18202 * Makefile.in, configure.in: Add support for mmalloc library.
18203
18204Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
18205
18206 * Makefile.in: add stmp dependencies for a few more things.
18207
18208Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
18209
18210 * configure: adjusted error message on objdir/srcdir configure
18211 collision, per john's suggestion.
18212
18213 * Makefile.in: add libiberty stmp to all and all.cross.
18214
18215Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
18216
18217 * Makefile.in: remove force dependencies, add grep to all.
18218
18219Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
18220
18221 * Makefile.in: drop flex. make stamp files work.
18222
18223 * configure: added test for conflicting configuration in srcdir,
18224 remove trailing slashes from srcdir. Otherwise emacs gdb mode
18225 gets cranky. use relative paths for configure and srcdir
18226 whenever possible. Send some error messages to stderr that were
18227 going to stdout.
18228
18229Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
18230
18231 * Makefile.in: Fix libg++ rule to check for gcc directory
18232 before using gcc/gcc. Also pass XTRAFLAGS.
18233
18234Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
18235
18236 * Makefile.in: added stmp-files so that directories aren't polled
18237 when they are already built.
18238
18239 * configure.texi: fixed a node pointer problem.
18240
18241Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
18242
5309a301 18243 * config.sub configure.in gdb/configure.in
28e9041c 18244 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
18245 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
18246 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
18247
18248Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18249
18250 * configure: -recurring becomes -silent. corrected help message
18251 for -site= option.
18252
18253 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
18254
18255Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18256
18257 * configure: when building Makefile for crosses, replace
18258 tooldir and program_prefix. default srcdir from location of
18259 config.sub. remove "for host in hosts" and "for target in
18260 targets" loops.
18261
18262Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18263
18264 * Makefile.in: Do not pass bindir or mandir to cvs.
18265
18266Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
18267
18268 * Makefile.in, configure.in: removed traces of namesubdir,
18269 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
18270 copyrights to '92, changed some from Cygnus to FSF.
18271
18272 * configure.texi: remove most references to multiple hosts,
18273 multiple targets, subdirs, etc.
18274
18275 * configure.man: removed rcsid. reference config.sub not
18276 config.subr.
18277
18278 * Makefile.in: mkdir $(infodir) on install-info.
18279
18280Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
18281
18282 * configure.texi: Explain better about .gdbinit and about
18283 the environment that configure.in sections run in.
18284
18285Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
18286
18287 * configure.in: Ultrix is only a decstation if it's a MIPS.
18288
18289Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
18290
18291 * README: DOC.configure => cfg-paper.texi.
18292
18293Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
18294
18295 * config.sub (near case $os): Don't convert newsos* to bsd!
18296
18297Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
18298
18299 * Makefile.in: Reinstall change from gdb-4.3 that reduces
18300 the number of copies of COPYING that go into the GDB tar file.
18301
18302Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
18303
5309a301 18304 * bfd/configure.in, gdb/config/mh-i386sco,
28e9041c 18305 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
18306 Fix SCO configuration stuff.
18307
18308Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
18309
18310 * Makefile.in: For libg++, make sure the -I pointing
18311 to the gcc directory goes *after* all the libg++-local -I flags.
18312 Also, move just-gcc dependency from just-libg++ to all-libg++.
18313
18314Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
18315
18316 * configure: Change -x to -f to keep Ultrix /bin/test happy.
18317
18318Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
18319
18320 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
18321
18322Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
18323
18324 * config.sub: Add stratus configuration frags. Also
18325 submitted to FSF.
18326
18327Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
18328
18329 * Makefile.in (DEV_SUPPORT): add configure.man.
18330
18331 * config.sub(Decode manufacturer-specific): add -none*.
18332
18333Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
18334
18335 * Makefile.in: remove form feeds to make Sun's make happy.
18336 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
18337
18338Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
18339
18340 * Makefile.in (AR_FLAGS): Make quieter.
18341
18342Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
18343
18344 * configure.in: Add libg++.
18345 * configure: When verbose, don't output the command line at each
18346 level; it will be unremarkably the same as the previous version,
18347 which will be the same as what the user typed.
18348
18349Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
18350
18351 * configure.in, Makefile.in: fix clean-info, add flex. add
18352 fileutils.
18353
18354 * configure: be less sensitive to spaces in Makefile.in. Do not
18355 look for sources in "..". Doing so breaks subdirectories that
18356 might have their own configure. If a subdir has it's own
18357 configure script, use it.
18358
18359Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
18360
18361 * cfg-paper.texi: some changes suggested by rms.
18362
18363Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
18364
18365 * config.sub: Merge in some small additions from the FSF version,
18366 taken from the gcc distribution, to bring the Cygnus and FSF
18367 versions into closer sync.
18368
18369Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
18370
18371 * configure.in: Changed svr4 references to sysv4.
18372
18373Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
18374
18375 * configure: added -V for version number option.
18376
18377Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
18378
18379 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18380 renamed from DOC.configure to cfg-paper.texi.
18381
18382Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18383
18384 * configure, config.subr, config.sub: config.subr is now
18385 config.sub again.
18386
18387Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
18388
18389 * configure.texi: new file, in progress.
18390
18391 * Makefile.in: build info file and install the man page for
18392 configure.
18393
18394 * configure.man: new file, first cut.
18395
18396 * configure: find config.subr again now that configuration "none"
18397 has gone. removed all traces of the -ansi option. removed all
18398 traces of the -languages option.
18399
18400 * config.subr: resync from rms.
18401
18402Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18403
18404 * configure, config.sub, config.subr: merge config.sub into
18405 config.subr, call the result config.subr, remove config.sub, use
18406 config.subr.
18407
18408 * Makefile.in: revised install for dir.info.
18409
18410Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18411
18412 * configure.in: add decstation host makefile frag.
18413
18414 * Makefile.in: BISON now bison -y again. also install-gcc on
18415 install. clean-gdbm on clean. infodir belongs in datadir.
18416 Make directories for info install. Build dir.info here then
18417 install it.
18418
18419Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18420
18421 * Makefile.in: fix for bad directory tests.
18422
18423Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18424
18425 * configure: \{1,2\} appears to be a sysv'ism. Use a different
18426 regexp. -srcdir relative was being handled incorrectly.
18427
18428 * Makefile.in: unwrapped some for loops so that parallel makes
18429 work again and so one can focus one's attention on a particular
18430 package.
18431
18432Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18433
18434 * configure: added PWD as a stand in for `pwd` (for speed). use
18435 elif wherever possible. make -srcdir work without -objdir.
18436 -objdir= commented out.
18437
18438Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18439
18440 * configure: +options become --options. -subdirs commented out.
18441 added -host, -datadir. Renamed -destdir to -prefix. Comment in
18442 Makefile now at top of generated Makefile. Removed cvs log
18443 entries. added -srcdir. create .gdbinit only if there is one
18444 in ${srcdir}.
18445
18446 * Makefile.in: idestdir and ddestdir go away. Added copyrights
18447 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
18448 and mandir now keyed off datadir by default.
18449
18450Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
18451
18452 * Freshly created ChangeLog.
18453
18454\f
18455Local Variables:
18456mode: change-log
18457left-margin: 8
18458fill-column: 76
18459version-control: never
18460End: