]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / ChangeLog
CommitLineData
73cc7272
TT
12019-06-14 Tom Tromey <tom@tromey.com>
2
3 * MAINTAINERS: Add gnulib.
4 * gnulib: New directory, move from gdb/gnulib.
5 * configure.ac (host_libs): Add gnulib.
6 * configure: Rebuild.
7 * Makefile.def (host_modules, dependencies): Add gnulib.
8 * Makefile.in: Rebuild.
9
79b377b3
NC
102019-06-03 Nick Clifton <nickc@redhat.com>
11
12 Revert:
13 2019-05-29 Nick Clifton <nickc@redhat.com>
14
15 * configure.ac (noconfigdirs): Add libctf if the target does not use
16 the ELF file format.
17 * configure: Regenerate.
18
e33f2313
NC
192019-05-29 Nick Clifton <nickc@redhat.com>
20
21 * src-release.sh (do_proto_toplev): Add libctf to list of
22 directories that can be disabled.
23
90bd5423
NC
242019-05-29 Nick Clifton <nickc@redhat.com>
25
26 * configure.ac (noconfigdirs): Add libctf if the target does not use
27 the ELF file format.
28 * configure: Regenerate.
29
9698cf9b
NA
302019-05-28 Nick Alcock <nick.alcock@oracle.com>
31
32 * Makefile.def (dependencies): configure-libctf depends on all-bfd
33 and all its deps.
34 * Makefile.in: Regenerated.
35
88981b15
NA
362019-05-28 Nick Alcock <nick.alcock@oracle.com>
37
38 * MAINTAINERS: Add libctf.
39
0e65dfba
NA
402019-05-28 Nick Alcock <nick.alcock@oracle.com>
41
42 * Makefile.def (host_modules): Add libctf.
43 * Makefile.def (dependencies): Likewise.
44 libctf depends on zlib, libiberty, and bfd.
45 * Makefile.in: Regenerated.
46 * configure.ac (host_libs): Add libctf.
47 * configure: Regenerated.
48
2376c370
JM
492019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
50
51 * config.guess: Synchronize with config project master sources.
52 * config.sub: Likewise.
53 * readline/support/config.guess: Likewise.
54 * readline/support/config.sub: Likewise.
55
c1202057
NC
562019-04-10 Nick Clifton <nickc@redhat.com>
57
58 * libiberty: Sync with gcc. Bring in:
59 2019-04-10 Nick Clifton <nickc@redhat.com>
60
61 PR 89394
62 * cp-demangle.c (cplus_demangle_fill_name): Reject negative
63 lengths.
64 (d_count_templates_scopes): Replace num_templates and num_scopes
65 parameters with a struct d_print_info pointer parameter. Adjust
66 body of the function accordingly. Add recursion counter and check
67 that the recursion limit is not reached.
68 (d_print_init): Pass dpi parameter to d_count_templates_scopes.
69 Reset recursion counter afterwards, unless the recursion limit was
70 reached.
71
f974f26c
NC
722018-06-24 Nick Clifton <nickc@redhat.com>
73
74 2.32 branch created.
75
d63f2be2
RO
762019-01-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
77
78 Merge from GCC:
79 PR target/88535
80 * config.guess: Import upstream version 2019-01-03.
81 * config.sub: Import upstream version 2019-01-01.
82
1910070b
NC
832019-01-10 Nick Clifton <nickc@redhat.com>
84
85 * libiberty: Sync with gcc. Bring in:
86 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
87
88 PR other/16615
89
90 * cp-demangle.c: Mechanically replace "can not" with "cannot".
91 * floatformat.c: Likewise.
92 * strerror.c: Likewise.
93
94 2018-12-22 Jason Merrill <jason@redhat.com>
95
96 Remove support for demangling GCC 2.x era mangling schemes.
97 * cplus-dem.c: Remove cplus_mangle_opname, cplus_demangle_opname,
98 internal_cplus_demangle, and all subroutines.
99 (libiberty_demanglers): Remove entries for ancient GNU (pre-3.0),
100 Lucid, ARM, HP, and EDG demangling styles.
101 (cplus_demangle): Remove 'work' variable. Don't call
102 internal_cplus_demangle.
103
69961a84
ДП
1042019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org>
105
106 * configure.ac: Don't configure readline if --with-system-readline is
107 used.
108 * configure: Re-generate.
109
b555fb21
JM
1102018-10-31 Joseph Myers <joseph@codesourcery.com>
111
112 Merge from GCC:
113 PR bootstrap/82856
114 * multilib.am: New file. From automake.
115
80ca5f98
SDJ
1162018-09-12 Sergio Durigan Junior <sergiodj@redhat.com>
117
118 * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
119
0a8288f7
NC
1202018-07-16 Nick Clifton <nickc@redhat.com>
121
122 * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
123
26996596
SH
1242018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
125
126 * config.sub: Sync with upstream version 2018-07-03.
127
c5244148
SH
1282018-07-05 Sebastian Huber <sebastian.huber@embedded-brains.de>
129
130 * config.guess: Sync with upstream version 2018-06-26.
131 * config.sub: Sync with upstream version 2018-07-02.
132
4119873a
AO
1332018-06-29 Alexandre Oliva <oliva@adacore.com>
134
135 * configure.ac: Introduce support for @unless/@endunless.
136 * Makefile.tpl (dep-kind): Rewrite with cond; return
137 postbootstrap in some cases.
138 (make-postboot-dep, postboot-targets): New.
139 (dependencies): Do not output postbootstrap dependencies at
140 first. Output non-target ones changed for configure to depend
141 on stage_last @if gcc-bootstrap, and the original deps @unless
142 gcc-bootstrap.
143 * configure.in, Makefile.in: Rebuilt.
144
71300e2c
NC
1452018-06-24 Nick Clifton <nickc@redhat.com>
146
147 * configure: Regenerate.
148
d0ac1c44
SM
1492018-06-19 Simon Marchi <simon.marchi@ericsson.com>
150
151 * libtool.m4: Use AC_LANG_SOURCE.
152 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
153 * README-maintainer-mode: Update version requirements.
154 * ar-lib: New file.
155 * test-driver: New file.
156 * configure: Re-generate.
157
e0541124
EB
1582018-06-18 Eric Botcazou <ebotcazou@adacore.com>
159
160 * Makefile.def (fortran): Add check-target-libgomp-fortran.
161 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
162 * Makefile.in: Regenerate.
163
164 * configure: Regenerate.
165
db67d458
SM
1662018-06-18 Simon Marchi <simon.marchi@ericsson.com>
167
168 * configure.ac: Sync with GCC, remove MPX-related things.
169
b5778783
NC
1702018-05-01 Nick Clifton <nickc@redhat.com>
171
172 * config.guess: Synchronize with config project master sources.
173 * config.sub: Likewise.
174
1063beb5
FT
1752018-05-01 Francois H. Theron <francois.theron@netronome.com>
176
177 * configure.ac: Added "nfp" target.
178 * configure: Regenerate.
179
b29d2641
MR
1802018-02-13 Maciej W. Rozycki <macro@mips.com>
181
182 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
183 * configure: Regenerate.
184
52b2f300
NC
1852018-01-30 Nick Clifton <nickc@redhat.com>
186
187 * src-release.sh (do_proto_toplev): Add patterns for more junk files
188 to delete before creating the tarball.
189
b431b4ea
NC
1902018-01-29 Nick Clifton <nickc@redhat.com>
191
192 * src-release.sh (do_proto_toplev): Strip patch remnant files from
193 the sources before creating the tarball.
194
19e2900b
NC
1952018-01-13 Nick Clifton <nickc@redhat.com>
196
197 * src-release.sh: Update copyright notice. Change reference to devo
198 to be a reference to root.
199
bf41f30d
NC
2002018-01-10 Nick Clifton <nickc@redhat.com>
201
202 * config-ml.in: Sync with gcc sources.
203 * config.guess: Likewise.
204 * config.sub: Likewise.
205 * configure.ac: Likewise.
7ec0cd50 206 * configure: Regenerate.
bf41f30d 207
863f7a5f
NC
2082017-12-14 Nick Clifton <nickc@redhat.com>
209
210 * COPYING.LIBGLOSS: Update address of FSF in copyright notice.
211
638d9137
SH
2122017-12-12 Stafford Horne <shorne@gmail.com>
213
214 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
215 * configure: Regenerate.
216
ef87240f
NC
2172017-09-15 Nick Clifton <nickc@redhat.com>
218
219 * src-release.sh (LZIPPROG): New define. Provides the name of the
220 lzip program.
221 (do_lz): New function. Compresses a tarball using the lzip
222 program.
223 (do_compress): Add support for lzip compression.
224 (usage): Mention -l option.
225 (build_release): Support -l option to invoke lzip compression.
226
817b7711
AM
2272017-09-15 Alan Modra <amodra@gmail.com>
228
229 * src-release.sh (do_proto_toplev): Revert last patch. Enable or
230 disable binutils, gas, gdb, gold, gprof, ld, libdecnumber, readline,
231 and sim depending on $tool and $support_files. Echo configure line.
232
255300f5 2332017-09-14 Matt Rice <ratmice@gmail.com>
234
235 * src-release.sh (do_proto_toplev): Enable gold during release process.
236
8f0dd45f
AJ
2372017-04-13 Andrew Jenner <andrew@codesourcery.com>
238
239 * config.sub: Sync with master version in config project.
240
2f5f29ca
AJ
2412017-04-03 Andrew Jenner <andrew@codesourcery.com>
242
243 * config.sub: Handle ia16 in $basic_machine.
244
245 bfd/
246 * config.bfd: Handle ia16.
247
248 gas/
249 * configure.tgt: Handle ia16.
250
251 ld/
252 * configure.tgt: Handle ia16.
253
11997a83
NC
2542017-03-22 Nick Clifton <nickc@redhat.com>
255
256 * config.sub: Sync with master version in config project.
257 * config.guess: Likewise.
258
05a13254
NC
2592017-01-23 Nick Clifton <nickc@redhat.com>
260
261 * configure.ac: Update year in copyright notice.
262 Sync from FSF GCC mainline, bringing in the following patches.
263 * Makefile.def: Likewise.
264 * Makefile.tpl: Likewise.
265 * configure: Regenerate.
266 * Makefile.in: Regenerate.
267
268 2016-12-21 Jakub Jelinek <jakub@redhat.com>
269
270 * configure.ac: Don't bootstrap libmpx unless --with-build-config
271 includes bootstrap-mpx.
272
273 2016-12-01 Matthias Klose <doko@ubuntu.com>
274
275 * configure.ac: Don't use pkg-config to check for bdw-gc.
276
277 2016-11-30 Matthias Klose <doko@ubuntu.com>
278
279 * Makefile.def: Remove reference to boehm-gc target module.
280 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
281 options and for the bdw-gc pkg-config module.
282
283 2016-11-15 Matthias Klose <doko@ubuntu.com>
284
285 * config-ml.in: Remove references to GCJ.
286 * configure.ac: Likewise.
287
288 2016-09-30 Jakub Jelinek <jakub@redhat.com>
289
290 * configure.ac: Add target-libffi to target_libraries.
291 Readd libgcj target disablings, modified to only target-libffi.
292 Readd target addition of go to unsupported languages.
293
294 2016-09-30 Andrew Haley <aph@redhat.com>
295
296 * Makefile.def: Remove libjava.
297 * Makefile.tpl: Likewise.
298 * configure.ac: Likewise.
299
300 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
301
302 * configure.ac: Disable "sim" directory for arc*-*-*.
303
304 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
305
306 * configure.ac: Check for the minimum in-tree MPFR version
307 handled.
308
3f66c01b
AM
3092016-12-31 Alan Modra <amodra@gmail.com>
310
311 * config.sub: Import from upstream.
312
da17fe9d
AM
3132016-12-08 Alan Modra <amodra@gmail.com>
314
315 * configure: Regenerate.
316
d5451cd4
JC
3172016-12-02 Josh Conner <joshconner@google.com>
318
319 * configure.ac: Add fuchsia to targets that use ELF.
320 * configure: Regenerated.
321
5ada5c6f
DE
3222016-11-07 Doug Evans <dje@google.com>
323
324 * config.sub: Sync with upstream version 2016-11-03.
325 git://git.sv.gnu.org/config.git
326 * config.guess: Sync with upstream version 2016-10-02.
327
07619d52
SM
3282016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
329
330 * .gitignore: Add archives and make stamps.
331
bedbe19c
YTL
3322016-07-20 Yan-Ting Lin <currygt52@gmail.com>
333
334 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
335 * configure: Regenerated.
336
9abdce70
WL
3372016-06-28 Walter Lee <walt@tilera.com>
338
339 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
340 * configure: Regenerate.
341
0597bdc4
AM
3422016-05-28 Alan Modra <amodra@gmail.com>
343
344 * Makefile.tpl (configure): Depend on m4 files included.
345 * Makefile.in: Regenerate.
346
1690f1db
NC
3472016-05-27 Nick Clifton <nickc@redhat.com>
348
349 * config.guess (Alpha OSF1): Fix typo introduced during the most
350 recent synchronization update.
351
b43b8535
NC
3522016-05-23 Nick Clifton <nickc@redhat.com>
353
354 * Import these patches from the gcc mainline:
355
356 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
357
358 * config.guess: Import version 2016-04-02 (newest).
359 * config.sub: Import version 2016-05-10 (newest).
360
bb7dc663
NC
3612016-04-19 Nick Clifton <nickc@redhat.com>
362
363 * Import this patch from the GCC mainline:
364
365 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
366
367 PR bootstrap/70173
368 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
369 and gotools directories. Delete the stage_final file.
370 * Makefile.in: Regenerate.
371
ea016470
CC
3722016-03-17 Cary Coutant <ccoutant@gmail.com>
373
374 * configure.ac: Add mips and s390 to the gold target check.
375 * configure: Regenerate.
376
52cf9762
NC
3772016-02-10 Nick Clifton <nickc@redhat.com>
378
379 Import these patches from the GCC mainline:
380
381 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
382
383 * configure.ac: Enable LTO for DJGPP
384 * configure: Regenerate
385
386 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
387
388 PR bootstrap/69329
389 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
390 * Makefile.in: Regenerate.
391
392 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
393 Sebastian Pop <s.pop@samsung.com>
394
395 * Makefile.in: Regenerate.
396 * Makefile.tpl: Export ISLVER.
397 * configure: Regenerate.
398 * config/isl.m4: Detect isl-0.15.
399
400 2016-01-29 Sebastian Pop <s.pop@samsung.com>
401
402 * config/isl.m4: Add comments about isl-0.16.
403 * configure: Regenerate.
404
1985dc2d
L
4052016-01-12 H.J. Lu <hongjiu.lu@intel.com>
406
407 Sync with GCC
408 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
409
410 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
411 symbols.
412
413 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
414
415 PR bootstrap/69134
416 * Makefile.def (mpfr): Disable assembler.
417 * Makefile.in: Regenerate.
418
4849dfd8
NC
4192016-01-11 Nick Clifton <nickc@redhat.com>
420
421 Import the following changes from the GCC mainline:
422
423 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
424
425 * configure.ac: Enable libmpx by default.
426 * configure: Regenerated.
427
428 2015-11-19 Martin Liska <mliska@suse.cz>
429
430 * .gitignore: Add .clang-format to ignored files.
431 * Makefile.tpl: Add clang-format.
432 * Makefile.in: Regenerate.
433
434 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
435
436 PR libffi/65726
437 * Makefile.def (lang_env_dependencies): Make libffi depend
438 on cxx.
439 * Makefile.in: Regenerate.
440
441 2015-12-02 Ian Lance Taylor <iant@google.com>
442
443 PR go/66147
444 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
445 * Makefile.in: Regenerate.
446
447 2015-12-17 Nathan Sidwell <nathan@acm.org>
448
449 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
450 * configure: Regenerate.
451
452 2015-12-17 Sebastian Pop <s.pop@samsung.com>
453
454 * Makefile.in: Replace ISL with isl.
455 * Makefile.tpl: Same.
456 * config/isl.m4: Same.
457 * configure.ac: Same.
458 * contrib/download_prerequisites: Same.
459 * configure: Regenerate.
460
461 2016-01-01 Ben Elliston <bje@gnu.org>
462
463 * config.guess: Import version 2016-01-01.
464 * config.sub: Likewise.
465
f075eb5e
TG
4662015-11-20 Tristan Gingold <gingold@adacore.com>
467
468 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
469 * configure: Regenerate.
470
6c3bc0f8
NC
4712015-10-21 Nick Clifton <nickc@redhat.com>
472
473 PR gas/19109
474 * configure.ac: Note the 'none' is an acceptable argument to
475 --enable-compressed-debug-sections.
476 * configure: Regenerate.
477
edeefb67
L
4782015-10-20 H.J. Lu <hongjiu.lu@intel.com>
479
480 PR gas/19109
481 * configure.ac: Add
482 --enable-compressed-debug-sections={all,gas,gold,ld}.
483 * configure: Regenerated.
484
68996839
NC
4852015-09-30 Nick Clifton <nickc@redhat.com>
486
487 Import the following patches from the GCC mainline:
488
489 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
490
491 PR libfortran/54572
492 * Makefile.def: Make libgfortran depend on libbacktrace.
493 * Makefile.in: Regenerate.
494
495 2015-08-12 Tom de Vries <tom@codesourcery.com>
496
497 PR other/67092
498 PR other/67098
499 * configure.ac: Remove --with_host_libstdcxx support.
500 * configure: Regenerate.
501
502 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
503 Jakub Jelinek <jakub@redhat.com>
504
505 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
506 nvptx*-*-*.
507 * configure: Regenerate.
508
5960642a
L
5092015-08-07 H.J. Lu <hongjiu.lu@intel.com>
510
511 Sync with GCC
512 2015-07-28 Ben Elliston <bje@gnu.org>
513
514 * config.sub, config.guess: Import from upstream.
515
016a3251
DD
5162015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
517
518 * Makefile.def (libiconv): Define bootstrap=true.
519 Mark pdf/html/info as missing.
520 (configure-gcc): Depend on all-libiconv.
521 (all-gcc): Ditto.
522 (configure-libcpp): Ditto.
523 (all-libcpp): Ditto.
524 (configure-intl): Ditto.
525 (all-intl): Ditto.
526 * Makefile.in: Regenerate.
527
136bb21f
L
5282015-07-27 H.J. Lu <hongjiu.lu@intel.com>
529
530 Sync with GCC
531 2015-07-24 Michael Darling <darlingm@gmail.com>
532
533 PR other/66259
534 * config-ml.in: Reflects renaming of configure.in to configure.ac
535 * configure: Likewise
536 * configure.ac: Likewise
537
22121df0
L
5382015-07-14 H.J. Lu <hongjiu.lu@intel.com>
539
540 * Makefile.in: Regenerated.
541
542 Sync with GCC
543 2015-05-21 Jason Merrill <jason@redhat.com>
544
545 * Makefile.tpl: Update comments.
546
547 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
548
549 * Makefile.tpl: Remove surplus whitespace throughout.
550
551 2015-03-25 Martin Liska <mliska@suse.cz>
552 Yury Gribov <y.gribov@samsung.com>
553
554 * Makefile.tpl: Fix ln source location for vimrc file.
555
969b1713
L
5562015-07-14 H.J. Lu <hongjiu.lu@intel.com>
557
558 Sync with GCC
559 2015-05-16 James Bowman <james.bowman@ftdichip.com>
560
561 * configure.ac: FT32 target added.
562 * configure: Regenerate.
563
ce6c656d
L
5642015-07-14 H.J. Lu <hongjiu.lu@intel.com>
565
566 Sync with GCC
567 2015-06-02 Jason Merrill <jason@redhat.com>
568
569 PR bootstrap/66319
570 * configure.ac: Use -std=gnu++98.
571
572 2015-05-28 Mike Frysinger <vapier@gentoo.org>
573
574 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
575 * configure: Regenerate.
576
577 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
578
579 * configure.ac: Fix typo.
580 * configure: Regenerate.
581
582 2015-05-03 Matthias Klose <doko@ubuntu.com>
583
584 * configure.ac: Match $host configured with triplets.
585 * configure: Regenerate.
586
587 2015-04-17 Jakub Jelinek <jakub@redhat.com>
588
589 PR bootstrap/62077
590 * configure.ac (--enable-stage1-checking): Default to
591 release,misc,gimple,rtlflag,tree,types if --disable-checking
592 or --enable-checking is not specified and DEV-PHASE is not
593 experimental.
594 * configure: Regenerated.
595
596 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
597
598 Install back PR target/47230 fix (Revert the revert).
599
16beab3d
L
6002015-06-30 H.J. Lu <hongjiu.lu@intel.com>
601
602 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
603 target.
604 * configure: Regenerate.
605
5569a85f
JDA
6062015-05-13 John David Anglin <dave.anglin@bell.net>
607
608 * configure.ac: Disable configuration of GDB for HPUX targets.
609 * configure: Regenerate.
610
e81d5d05
L
6112015-05-01 H.J. Lu <hongjiu.lu@intel.com>
612
613 PR ld/18355
614 * Makefile.def: Add extra_configure_flags to host zlib.
615 * configure.ac (extra_host_zlib_configure_flags): New. Set
616 to --enable-host-shared When bfd is to be built as shared
617 library. AC_SUBST.
618 * Makefile.in: Regenerated.
619
ec5b9462
HPN
6202015-04-15 Mike Frysinger <vapier@gentoo.org>
621 Hans-Peter Nilsson <hp@axis.com>
622
623 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 624 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
625 use that in the getver call instead of $tool.
626 (sim_release): Pass gdb as fifth parameter to tar_compress.
627 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
628
f91ca6bc
IB
6292015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
630
631 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
632 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
633 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
634 * Makefile.in: Regenerate.
635
cf39cfc5
L
6362015-04-01 H.J. Lu <hongjiu.lu@intel.com>
637
638 * configure.ac: Add --with-system-zlib.
639 * configure: Regenerated.
640
6ac1079e
L
6412015-03-31 H.J. Lu <hongjiu.lu@intel.com>
642
643 * src-release.sh: Don't configure with --with-target-subdir=.
644 --disable-multilib.
645
890ba06f
L
6462015-03-31 H.J. Lu <hongjiu.lu@intel.com>
647
648 * src-release.sh (DEVO_SUPPORT): Replace src-release with
649 src-release.sh.
650
5675acd9
ES
6512015-03-30 Ed Schouten <ed@nuxi.nl>
652
653 * config.sub: Update from upstream, to 2015-03-04 version.
654 * config.guess: Likewise.
655
d2d67aea
L
6562015-03-30 H.J. Lu <hongjiu.lu@intel.com>
657
658 * Makefile.def (dependencies): Add all-zlib to all-bfd.
659 * Makefile.in: Regenerated.
660
92c695a1
L
6612015-03-28 H.J. Lu <hongjiu.lu@intel.com>
662
663 * src-release.sh (do_proto_toplev): Configure with --target
664 --with-target-subdir and --disable-multilib.
665 (BINUTILS_SUPPORT_DIRS): Add zlib.
666 (GAS_SUPPORT_DIRS): Likewise.
667 (GDB_SUPPORT_DIRS): Likewise.
668 (SIM_SUPPORT_DIRS): Likewise.
669
091021fa
L
6702015-03-17 H.J. Lu <hongjiu.lu@intel.com>
671
672 * configure.ac (target_configdirs): Exclude target-zlib if
673 target-libjava isn't built.
674 * configure: Regenerated.
675
5df8a8fc
L
6762015-03-17 H.J. Lu <hongjiu.lu@intel.com>
677
678 Sync with GCC
679 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
680
681 * config-ml.in: Robustify ac_configure_args parsing.
682
1b6c0831
L
6832015-03-16 H.J. Lu <hongjiu.lu@intel.com>
684
685 * Makefile.def: Updated from GCC trunk.
686 * Makefile.tpl: Likewise.
687 * configure.ac: Likewise.
688 * Makefile.in: Regenerated.
689 * configure: Likewise.
690
3f8107ab
AM
6912015-01-28 James Bowman <james.bowman@ftdichip.com>
692
693 * configure.ac: Add FT32 support.
694 * configure: Regenerate.
695
10b8fe5e
AG
6962015-01-12 Anthony Green <green@moxielogic.com>
697
698 * configure.ac: Don't disable gprof for moxie.
699 * configure: Rebuild.
700
6b91c541
AP
7012015-01-03 Andrew Pinski <apinski@cavium.com>
702
703 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
704 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
705 (BASE_TARGET_EXPORTS): Add OBJCOPY.
706 (OBJCOPY_FOR_TARGET): New variable.
707 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
708 * Makefile.in: Regenerate.
709 * configure.ac: Check for already installed target objcopy.
710 Also GCC_TARGET_TOOL on objcopy.
711 * configure: Regenerate.
712
6ba37ab4
HPN
7132015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
714
715 * config.sub: Update from upstream, to 2015-01-01 version.
716 * config.guess: Ditto.
717
bb5f7690
EB
7182014-12-06 Eric Botcazou <ebotcazou@adacore.com>
719
720 * config.sub: Update from upstream config repo.
721
6e733cce
L
7222014-11-24 H.J. Lu <hongjiu.lu@intel.com>
723
724 * libtool.m4: Updated from GCC trunk.
725
8969c424
JBG
7262014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
727
728 * config.guess: Update from upstream config repo.
729 * config.sub: Ditto.
730
37e77caf
JBG
7312014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
732
733 * move-if-change: Update from upstream gnulib.
734
e3046511
JBG
7352014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
736
737 * compile: Sync with upstream Automake.
738 * depcomp: Ditto.
739 * install-sh: Ditto.
740 * missing: Ditto.
741 * mkinstalldirs: Ditto.
742 * ylwrap: Ditto.
743
3e615393
TG
7442014-10-15 Tristan Gingold <gingold@adacore.com>
745
746 * src-release.sh (do_proto_toplev): Configure with --target.
747
6d26190c
JY
7482014-10-03 Jing Yu <jingyu@google.com>
749
750 * configure.ac: Add aarch64 to list of targets that support gold.
751 * configure: Regenerate.
752
a9d58c06
AB
7532014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
754
755 * configure.ac: Add mips*-img-elf* target triple.
756 * configure: Regenerate.
757
b25b5cef
CJW
7582014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
759 * configure: Disable gdb for nds32*-*-* until supported.
760 * configure.ac: Disable gdb for nds32*-*-* until supported.
761
f8797b5a
JB
7622014-09-05 Joel Brobecker <brobecker@adacore.com>
763
764 * configure: Regenerate.
765
2536ee9d
WN
7662014-08-27 Will Newton <will.newton@linaro.org>
767
768 * src-release.sh: New file.
769 * src-release: Remove file.
770
1f995db6
JS
7712014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
772
773 GDB not supported for or1k*-*-rtems*
774 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
775 of the stanzas results in this not being caught by or1k*-*-* later.
776 * configure. Regenerated.
777
a843ea33
SB
7782014-07-25 Samuel Bronson <naesten@gmail.com>
779
780 * .gitattributes: New file for use with git-merge-changelog.
781
cfbc1a6c
JS
7822014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
783
784 Disable gdb for or1k*-*-* until supported
785 * configure.ac (or1k*-*-*): Disable gdb.
786 * configure: Regenerated.
787
d9e042ac
SL
7882014-05-14 Sandra Loosemore <sandra@codesourcery.com>
789
790 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
791 * configure: Regenerated.
792
201f096f 7932014-03-26 Jakub Jelinek <jakub@redhat.com>
794
795 PR sanitizer/56781
796 * Makefile.def: Set bootstrap=true; for host fixincludes.
797 * configure.ac: Don't bootstrap host fixincludes unless
798 --with-build-config=bootstrap-{a,ub}san.
799 * Makefile.in: Regenerated.
800 * configure: Regenerated.
801
730af8ee 8022014-03-21 Jakub Jelinek <jakub@redhat.com>
803
804 * configure.ac: Move BUILD_CONFIG set up earlier. Add
805 --enable-vtable-verify option parsing. Don't add
806 target-libsanitizer to bootstrap_target_libs unless
807 --with-build-config=bootstrap-asan or
808 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
809 to bootstrap_target_libs unless --enable-vtable-verify.
810 * configure: Regenerated.
811
abca8d87 8122014-03-07 Jakub Jelinek <jakub@redhat.com>
813
814 PR bootstrap/58572
815 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
816 -I for libstdc++-v3 includes if $(LEAN).
817 * Makefile.in: Regenerated.
818
68d122bb 8192014-02-24 Walter Lee <walt@tilera.com>
820
821 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
822 (tilegx-*-*): Change to tilegx*-*-*.
823 * configure: Regenerate.
824
39d1b2ae
RS
8252014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
826
827 * config.sub, config.guess: Import from upstream.
828
50f80006
EB
8292014-04-04 Eric Botcazou <ebotcazou@adacore.com>
830
831 PR bootstrap/60620
72f4393d 832 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
833 * Makefile.in: Regenerate.
834
a6305403
YS
8352014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
836
837 * Makefile.def (dependencies): Make all-ld depend on all-binutils
838 for WINDRES_FOR_TARGET in default-manifest.o rule.
839 * Makefile.in: Regenerate.
840
62a0f723
RO
8412014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
842
843 PR target/59788
844 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
845 *solaris2*.
846
530e8392
KB
8472013-12-19 Keven Boell <keven.boell@intel.com>
848
849 * cp-namespace.c (cp_lookup_nested_symbol): Enable
850 nested lookups for fortran modules.
851 * dwarf2read.c (read_module): Add fortran module to
852 the symbol table.
853 (add_partial_symbol, add_partial_module): Add fortran
854 module to the partial symbol table.
855 (new_symbol_full): Create full symbol for fortran module.
856 * f-exp.y (yylex): Add new module domain to be parsed.
857 * symtab.h: New domain for fortran modules.
858
7f9b20bb
KB
8592013-12-19 Keven Boell <keven.boell@intel.com>
860
861 * f-exp.y (yylex): Add domain array to enable lookup
862 in multiple domains. Loop over lookup domains and try
863 to find requested symbol. Add STRUCT_DOMAIN to lookup
864 domains to be able to query for user defined types.
865
afc0578d 8662013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
867
868 * configure.ac: Add user-friendly check for native x86_64-linux
869 multilibs.
870 * configure: Regenerate.
871
f3f51a69
AM
8722013-11-23 Alan Modra <amodra@gmail.com>
873
874 * config.sub, config.guess: Import from upstream.
875
2440009d 8762013-11-07 Thomas Schwinge <thomas@codesourcery.com>
877
2440009d 878 * Makefile.in: Regenerate.
879
e78e02e6 880 * Makefile.tpl: Fix typo.
881 * Makefile.in: Regenerate partially.
882
9aaf2a7e 8832013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
884
885 * configure.ac: Added libcilkrts to noconfig list when C++ is not
886 supported.
887 * configure: Regenerated.
888
880b18d1 8892013-10-30 Jason Merrill <jason@redhat.com>
890
891 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
892 --disable-build-format-warnings.
893
522e3d71 8942013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
895
f3f51a69 896 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 897 depend on libstdc++ and libgcc.
898 * configure: Regenerate.
899 * configure.ac: Added libcilkrts to target binaries. Also, restrict
900 libcilkrts for POSIX and i*86, and x86_64 architectures.
901 * Makefile.in: Added libcilkrts related fields to support building it.
902
cb49a9e1 9032013-10-26 Jeff Law <law@redhat.com>
904
905 * Makefile.def (target_modules): Remove libmudflap
906 (languages): Remove check-target-libmudflap).
907 * Makefile.in: Rebuilt.
908 * Makefile.tpl (check-target-libmudflap-c++): Remove.
909 * configure.ac (target_libraries): Remove target-libmudflap.
910 Remove checks which disabled libmudflap on some systems.
911 * configure: Rebuilt.
912 * libmudflap: Directory removed.
913
82033c9b
JBG
9142013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
915
916 * configure.ac: Update from GCC.
917 * configure: Regenerate.
918
b50d7605
HPN
9192013-10-15 Hans-Peter Nilsson <hp@axis.com>
920
921 * src-release (do-proto-toplevel): Support subdir-path-prefixed
922 files in SUPPORT_FILES.
923 (SIM_SUPPORT_DIRS): New variable.
924 (sim.tar.bz2): New rule.
925
f4cfb980
JBG
9262013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
927
928 * configure.ac: Update from GCC.
929 * configure: Regenerate.
930
78b1434c
JJ
9312013-10-01 Jeff Johnston <jjohnstn@redhat.com>
932
933 * COPYING.NEWLIB: Update with new copyright.
934
b3fc79f8
JBG
9352013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
936
937 * configure.ac: Update from GCC.
938 * configure: Regenerate.
939
cc9afea3
AM
9402013-09-20 Alan Modra <amodra@gmail.com>
941
942 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
943 ppc host match. Support little-endian powerpc linux hosts.
944
f006cabd
JB
9452013-08-16 Joel Brobecker <brobecker@adacore.com>
946
947 * src-release (VER): When using $(TOOL)/common/create-version.sh,
948 strip the "-cvs" suffix from the version number if present.
949
95e43135
JBG
9502013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
951
952 * configure.ac: Sync with GCC repo.
953 * Makefile.def: Ditto.
954 * configure: Regenerate.
955 * Makefile.in: Ditto.
956
7539e41e
JB
9572013-07-22 Joel Brobecker <brobecker@adacore.com>
958
959 * src-release (VER): Use $(TOOL)/common/create-version.sh
960 if it exists.
961
e8044f35
RS
9622013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
963
964 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
965 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
966 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
967 * configure: Regenerate.
968
7bab7634
DC
9692013-06-01 George Thomas <george.thomas@atmel.com>
970
95e43135
JBG
971 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
972 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 973
b5364c9e
JJ
9742013-05-06 Sandra Loosemore <sandra@codesourcery.com>
975
976 * COPYING.NEWLIB: Add Altera Corporation copyright.
977
5dad867c
JBG
9782013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
979
980 * config.guess: Update from config repo.
981 * config.sub: Ditto.
982
b836cb18
JBG
9832013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
984
985 * Makefile.def: Sync with GCC.
986 * Makefile.in: Regenerate.
987
e7d5abf1
JBG
9882013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
989
990 * configure.ac: Sync with GCC.
b836cb18 991 * configure: Regenerate.
e7d5abf1 992
4f778543
MF
9932013-03-22 Mike Frysinger <vapier@gentoo.org>
994
995 * src-release (VER): Change bfd/configure.in sed to use the new
996 `bfd/configure --version` output.
997
f1dd87fc
YZ
9982013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
999
1000 * configure.ac: Sync with GCC repo.
1001 * configure: Ditto.
1002
a413f71a
ILT
10032013-02-05 Ian Lance Taylor <iant@google.com>
1004
1005 PR go/55969
1006 * configure.ac: Disable libgo on some systems where it does not
1007 work.
1008 * configure: Rebuild.
1009
3a98824c
AM
10102013-02-05 Alan Modra <amodra@gmail.com>
1011
1012 * configure: Regenerate after syncing config/.
1013
3dae1673
JBG
10142013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1015
1016 * configure.ac: Sync with GCC repo.
1017 * configure: Ditto.
1018 * Makefile.def: Ditto.
1019 * Makefile.in: Ditto.
1020
bf51454b
JB
10212013-01-11 Joel Brobecker <brobecker@adacore.com>
1022
1023 Sync with GCC, merge:
1024
1025 2013-01-09 Jason Merrill <jason@redhat.com>
1026
1027 * .gitignore: Import from gdb repository.
1028
c841a2be
JBG
10292013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1030
1031 * config.sub: Update from config repo.
1032
d7b9dae9
EB
10332013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1034
1035 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1036 * Makefile.in: Regenerate.
1037
861ea9c8
L
10382013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1039
1040 * Makefile.def (configure-gcc): Depend on all-gmp.
1041 (all-gcc): Remove dependency on all-gmp.
1042 * Makefile.in: Regenerated.
1043
ce82b126
JBG
10442013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1045
1b4f418d 1046 * config.guess: Update from config repo.
c2e5e6d7 1047 * config.sub: Ditto.
ce82b126 1048
fd62a30d
JJ
10492013-01-07 Jeff Johnston <jjohnstn@redhat.com>
1050
1051 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
1052 exists and replace the new bfin license in its location.
1053
0140d685
L
10542013-01-07 H.J. Lu <hongjiu.lu@intel.com>
1055
1056 PR gas/14899
1057 * Makefile.def (dependencies): Make all-binutils, all-gprof,
1058 all-ld and all-gold depend on all-gas.
1059 * Makefile.in: Regenerated.
1060
c3d399e7
L
10612012-12-29 Ben Elliston <bje@gnu.org>
1062
1063 * config.guess: Update to 2012-12-29 version.
1064 * config.sub: Likewise.
1065
9417cd2f
JBG
10662012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1067
1068 * Makefile.def (install-target-libgo): Depend on
1069 install-target-libatomic. Merged from GCC repo.
1070 * Makefile.in: Regenerate.
1071
68dad382
JJ
10722012-12-17 Jeff Johnston <jjohnstn@redhat.com>
1073
1074 * COPYING.LIBGLOSS: Add license for bfin libgloss.
1075
2344b8da
TS
10762012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1077
1078 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1079 * configure: Regenerate.
1080
5eb08693
L
10812012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1082
1083 * Makefile.def (target_modules): Add bootstrap=true and
1084 raw_cxx=true to libsanitizer.
1085 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1086 * Makefile.in: Regenerated.
1087 * configure: Likewise.
1088
53ab32d8
JBG
10892012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1090
1091 * config.sub: Merge from config repo.
1092
d2489204
JBG
10932012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1094
1095 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
1096 * Makefile.tpl: Ditto.
1097 * Makefile.in: Ditto.
1098 * configure: Ditto.
d2489204 1099
c23b5043
JBG
11002012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1101
1102 * configure.ac (noconfigdirs): Merge from GCC.
1103 * configure: Regenerate.
1104
1dd1f7f6
JBG
11052012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1106
1107 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
1108
2bda3143
L
11092012-11-14 Roland McGrath <mcgrathr@google.com>
1110
1111 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1112 * configure: Regenerate.
1113
5286fdef
L
11142012-11-13 Richard Henderson <rth@redhat.com>
1115
1116 * configure.ac: Move libsanitizer logic to subdirectory.
1117 * configure: Regenerate.
1118
11192012-11-13 Dodji Seketeli <dodji@redhat.com>
1120
1121 * configure.ac: Enable libsanitizer just on x86 linux for now.
1122 * configure: Re-generate.
1123
11242012-11-13 David Edelsohn <dje.gcc@gmail.com>
1125
1126 * configure.ac: Merge libquadmath sections.
1127 * configure: Regenerate.
1128
11292012-11-12 Wei Mi <wmi@google.com>
1130
1131 * configure.ac: Add libsanitizer to target_libraries.
1132 * Makefile.def: Ditto.
1133 * configure: Regenerate.
1134 * Makefile.in: Regenerate.
1135
f66a9a70
L
11362012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1137
1138 * configure: Regenerated.
1139
11402012-11-03 Robert Mason <rbmj@verizon.net>
1141
1142 * configure.ac: add --disable-libstdcxx configure option
1143 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1144
6d94c122
CV
11452012-10-24 Corinna Vinschen <corinna@vinschen.de>
1146
1147 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1148 against Mingw64 w32api.
1149 * configure: Regenerate.
1150
a882be68
EB
11512012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1152
1153 PR bootstrap/54820
1154 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1155 * configure: Regenerate.
1156
b3676d82
EB
11572012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1158
1159 PR bootstrap/54820
1160 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1161 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1162 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1163 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1164 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1165 * Makefile.in: Regenerate.
1166 * configure.ac (have_static_libs): New variable and associated check.
1167 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1168 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1169 * configure: Regenerate.
1170
7b0e8ca5
MF
11712012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
1172
1173 * config.guess, config.sub: Include updated version from
1174 config-patches. Adds microblaze little endian support.
1175
8e71395b
L
11762012-09-28 Ian Lance Taylor <iant@google.com>
1177
1178 * Makefile.def: Make all-target-libgo depend on
1179 all-target-libbacktrace.
1180 * Makefile.in: Rebuild.
1181
11822012-09-26 Ian Lance Taylor <iant@google.com>
1183
1184 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1185 * Makefile.in: Rebuild.
1186
11872012-09-06 Diego Novillo <dnovillo@google.com>
1188
1189 * configure.ac: Bump minimum GMP version to 4.2.3.
1190 * configure: Re-generate.
1191
11922012-09-05 Georg-Johann Lay <avr@gjlay.de>
1193
1194 PR target/54461
1195 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1196 target-libgloss if not configured --with-avrlibc=no.
1197 * configure: Regenerate.
1198
11992012-09-04 Jason Merrill <jason@redhat.com>
1200
1201 * configure.ac: Fix --enable-languages=all.
1202
12032012-09-03 Richard Guenther <rguenther@suse.de>
1204
1205 PR bootstrap/54138
1206 * configure.ac: Re-organize ISL / CLOOG checks to allow
1207 disabling with either --without-isl or --without-cloog.
1208 * configure: Regenerated.
1209
12102012-09-03 Georg-Johann Lay <avr@gjlay.de>
1211
1212 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1213 * configure: Regenerate.
1214
d09bbf00
SE
12152012-09-21 Steve Ellcey <sellcey@mips.com>
1216
1217 * configure.ac: Add mips*-mti-elf* target.
1218 * configure: Regenerate.
1219
2bf680c4
ILT
12202012-09-19 Ian Lance Taylor <iant@google.com>
1221
1222 * configure.ac (host_libs): Add libbacktrace.
1223 (target_libraries): Add libbacktrace.
1224 * Makefile.def (host_modules): Add libbacktrace.
1225 (target_modules): Likewise.
1226 * configure, Makefile.in: Rebuild.
1227
5c0b3823
WL
12282012-09-15 Jiong Wang <jiwang@tilera.com>
1229
1230 * configure.ac (ENABLE_GOLD): support tilegx*
1231 * configure: rebuild
1232
1488e230
DE
12332012-09-14 David Edelsohn <dje.gcc@gmail.com>
1234
1235 PR target/38607
1236 Merge upstream change.
1237 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1238
1239 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1240 Add libgomp*.o to compare_exclusions for AIX.
1241 * configure: Regenerate.
1242
df6795ce
L
12432012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1244
1245 PR binutils/4970
1246 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1247 and opcodes.
1248 * Makefile.in: Regenerated.
1249
7ec59b9e
L
12502012-08-14 Diego Novillo <dnovillo@google.com>
1251
1252 Merge from cxx-conversion branch.
1253
1254 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1255 POSTSTAGE1_CONFIGURE_FLAGS.
1256 * Makefile.in: Regenerate.
1257 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1258 Force C++ when bootstrapping.
1259 * configure: Regenerate.
1260
12612012-07-06 Richard Guenther <rguenther@suse.de>
1262
1263 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1264 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1265 --with-gmp=system.
1266 * Makefile.in: Regenerated.
1267 * configure: Likewise.
1268
12692012-07-06 Richard Guenther <rguenther@suse.de>
1270
1271 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1272 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1273 supply V=1 as extra_make_flags.
1274 * configure: Regenerated.
1275 * Makefile.in: Likewise.
1276
12772012-07-03 Richard Guenther <rguenther@suse.de>
1278
1279 * Makfile.def (isl): Remove not necessary extra_exports and
1280 extra_make_flags.
1281 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1282 * Makefile.in: Regenerated.
1283
12842012-07-03 Richard Guenther <rguenther@suse.de>
1285
1286 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1287 * configure.ac: If either the ISL or the CLooG check failed
1288 do not try to build in-tree versions.
1289 * Makefile.in: Regenerated.
1290 * configure: Regenerated.
1291
12922012-07-02 Richard Guenther <rguenther@suse.de>
1293 Michael Matz <matz@suse.de>
1294 Tobias Grosser <tobias@grosser.es>
1295 Sebastian Pop <sebpop@gmail.com>
1296
1297 * Makefile.def: Add ISL host module, remove PPL host module.
1298 Adjust ClooG host module to use the proper ISL.
1299 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1300 * configure.ac: Include config/isl.m4. Add ISL host library,
1301 remove PPL. Remove PPL configury, add ISL configury, adjust
1302 ClooG configury.
1303 * Makefile.in: Regenerated.
1304 * configure: Likewise.
1305
13062012-07-02 Richard Guenther <rguenther@suse.de>
1307
1308 Merge from graphite branch
1309 2011-07-21 Tobias Grosser <tobias@grosser.es>
1310
1311 * configure: Regenerated.
1312 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1313 both cloog.org and legacy versions. The only supported version will
1314 be CLooG with the isl backend.
1315
1316 2011-07-21 Tobias Grosser <tobias@grosser.es>
1317
1318 * configure: Regenerated.
1319 * configure.ac: Require cloog isl 0.17.0
1320
1321 2011-07-21 Tobias Grosser <tobias@grosser.es>
1322
1323 * configure: Regenerated.
1324 * config/cloog.m4: Do not define CLOOG_ORG
1325
13262012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1327
1328 * configure.ac: Skip C if explicitly selected.
1329 * configure: Regenerate.
1330
13312012-06-28 Christophe Lyon <christophe.lyon@st.com>
1332
1333 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1334 they contain -O2.
1335 * configure: Regenerate.
1336
13372012-06-20 Jason Merrill <jason@redhat.com>
1338
1339 * Makefile.tpl (check-target-libgomp-c++): New.
1340 (check-target-libitm-c++): New.
1341 * Makefile.def (c++): Add them.
1342 * Makefile.in: Regenerate.
1343
13442012-05-16 Olivier Hainque <hainque@adacore.com>
1345
1346 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1347 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1348 (install-no-fixedincludes): Adjust accordingly.
1349 * Makefile.in: Regenerate.
1350
13512012-05-09 Nick Clifton <nickc@redhat.com>
1352 Paul Smith <psmith@gnu.org>
1353
1354 PR bootstrap/50461
1355 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1356 allow for the fact that from release v3.1.0 of MPFR the source
1357 files were moved into a src sub-directory.
1358 * configure: Regenerate.
1359
13602012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1361
1362 * configure.ac: Bump minimum MPFR version to 2.4.0.
1363 * configure: Regenerated.
1364
13652012-05-01 Richard Henderson <rth@redhat.com>
1366
1367 * Makefile.def (libatomic): New target_module.
1368 * configure.ac (target_libraries): Add libatomic.
1369 (noconfigdirs): Check if libatomic is supported.
1370 * Makefile.in, configure: Rebuild.
1371
f87f9c61
L
13722012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1373
1374 Merge upstream change
1375 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1376
13772011-11-21 Andreas Tobler <andreast@fgznet.ch>
1378
1379 * libtool.m4: Additional FreeBSD 10 fixes.
1380
68f107fa
AO
13812012-06-28 Christophe Lyon <christophe.lyon@st.com>
1382
1383 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1384 they contain -O2.
1385 * configure: Regenerate.
1386
b9c361e0
JL
13872012-05-14 Catherine Moore <clm@codesourcery.com>
1388
1389 * NEWS: Mention PowerPC VLE port.
1390
9eb322aa
MF
13912012-05-11 Mike Frysinger <vapier@gentoo.org>
1392
1393 * MAINTAINERS (config/): Move to intl/ section.
1394 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1395
58b1dd21
NC
13962012-05-09 Nick Clifton <nickc@redhat.com>
1397 Paul Smith <psmith@gnu.org>
1398
1399 PR bootstrap/50461
1400 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1401 allow for the fact that from release v3.1.0 of MPFR the source
1402 files were moved into a src sub-directory.
1403 * configure: Regenerate.
1404
2e702c99
RM
14052012-05-02 Roland McGrath <mcgrathr@google.com>
1406
1407 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1408 * configure: Regenerate.
1409
d2213593
JB
14102012-04-25 Joel Brobecker <brobecker@adacore.com>
1411
1412 * config.sub: Update to 2012-04-18 version from official repo.
1413
202e2356
NC
14142012-03-19 Tristan Gingold <gingold@adacore.com>
1415
1416 * configure.ac (ia64*-*-*vms*): Add support for ld.
1417 * configure: Regenerate.
1418
2479f722
RO
14192012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1420
1421 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1422 (unsupported_languages): Remove mips-sgi-irix6.*.
1423 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1424 (with_stabs): Remove.
1425 * configure: Regenerate.
1426
4e97d92b
RO
14272012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1428
1429 * configure.ac (enable_libgomp): Remove *-*-osf*.
1430 (with_stabs): Remove alpha*-*-osf*.
1431 * configure: Regenerate.
1432
f9ea6f98
JJ
14332012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1434
1435 * COPYING.NEWLIB: Modify DJ Delorie license to include
1436 modification rights in clause as permitted by DJ Delorie.
1437 * COPYING.LIBGLOSS: Ditto.
1438
48688b3e
JJ
14392012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1440
1441 * COPYING.NEWLIB: Remove two unused licenses.
1442
0945bbee
TG
14432012-03-05 Tristan Gingold <gingold@adacore.com>
1444
1445 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1446 * configure: Regenerate.
1447
516be0c5
JJ
14482012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1449
1450 * COPYING.NEWLIB: Add Adapteva notice.
1451 * COPYING.LIBGLOSS: Add Adapteva notice.
1452
64b986c0
EB
14532011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1454
1455 * configure: Regenerate.
1456
58cddc18
JJ
14572011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1458
1459 * COPYING.LIBGLOSS: Add GPL with exception license.
1460
b121d7d4
DD
14612011-11-09 Roland McGrath <mcgrathr@google.com>
1462
1463 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1464 * configure: Rebuild.
1465 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1466 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1467 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1468 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1469 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1470 Add READELF.
1471 * Makefile.in: Rebuild.
1472
d32e2926
RH
14732011-11-08 Richard Henderson <rth@redhat.com>
1474
1475 * configure.ac: Test for libitm directory present first.
1476
1477 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1478
1479 * configure.ac: Test libitm/configure.tgt to disable libitm.
1480 * configure: Rebuild.
1481
98dd765a
RO
14822011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1483
1484 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1485 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1486 * Makefile.in: Regenerate.
1487
99c513f6
DD
14882011-11-01 DJ Delorie <dj@redhat.com>
1489
1490 * configure.ac (rl78-*-*) New case.
1491 * configure: Regenerate.
1492
ff3ec4ee
DD
14932011-11-01 DJ Delorie <dj@redhat.com>
1494
1495 * config.sub: Update to version 2011-10-29 (added rl78)
1496
c28a9f49
NC
14972011-10-27 Nick Clifton <nickc@redhat.com>
1498
1499 * config.sub: Import these changes from the config project:
1500
a903d6ac 1501 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1502 Ben Elliston <bje@gnu.org>
1503
1504 * config.sub (epiphany): New.
1505
1506 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1507 Ben Elliston <bje@gnu.org>
1508
9eb322aa 1509 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
1510
1511 2011-08-23 Roland McGrath <mcgrathr@google.com>
1512
1513 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1514 64eb to be64.
1515
1516 2011-08-16 Roland McGrath <mcgrathr@google.com>
1517
1518 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1519 (nacl): Grok as alias for 32el-unknown-nacl.
1520
860144e4
JB
15212011-08-19 Joel Brobecker <brobecker@adacore.com>
1522
1523 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1524
40ae9136
YQ
15252011-08-14 Yao Qi <yao@codesourcery.com>
1526
1527 Merge from gcc:
1528
1529 2011-08-14 Yao Qi <yao@codesourcery.com>
1530 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1531 * configure: Regenerate.
1532
ffdd6afc
ILT
15332011-07-26 Ian Lance Taylor <iant@google.com>
1534
1535 Merge from gcc:
1536
1537 2011-07-26 Ian Lance Taylor <iant@google.com>
1538 * configure.ac: Set have_compiler based on whether gcc directory
1539 exists, rather than on whether gcc is in configdirs.
1540 * configure: Rebuild.
1541
1542 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1543 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1544 link directories.
1545 * Makefile.in: Rebuild.
1546
1547 2011-07-20 Ian Lance Taylor <iant@google.com>
1548 PR bootstrap/49787
1549 * configure.ac: Move --enable-bootstrap handling earlier in file.
1550 If --enable-bootstrap and either --enable-build-with-cxx or
1551 --enable-build-poststage1-with-cxx, enable C++ automatically.
1552 * configure: Rebuild.
1553
1554 2011-07-19 Ian Lance Taylor <iant@google.com>
1555 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1556 make C++ a boot_language. Set and substitute
1557 POSTSTAGE1_CONFIGURE_FLAGS.
1558 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1559 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1560 * configure, Makefile.in: Rebuild.
1561
1562 2011-07-16 Jason Merrill <jason@redhat.com>
1563 * Makefile.def (language=c++): Add check-c++0x and
1564 check-target-libmudflap-c++.
1565 * Makefile.tpl (check-target-libmudflap-c++): New.
1566 * Makefile.in: Regenerate.
1567
1568 2011-07-16 Matthias Klose <doko@ubuntu.com>
1569 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1570 * Makefile.def (target_modules/libjava): Pass
1571 $(EXTRA_CONFIGARGS_LIBJAVA).
1572 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1573 if not configured with --enable-static-libjava.
1574 * Makefile.in: Regenerate.
1575 * configure: Likewise.
1576
1577 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1578 PR regression/47836
1579 PR bootstrap/23656
1580 PR other/47733
1581 PR bootstrap/49247
1582 PR c/48825
1583 * configure.ac (target_libraries): Remove target-libiberty.
1584 Remove case-statement setting skipdirs=target-libiberty for
1585 multiple targets. Remove checking target_configdirs and
1586 removing target-libiberty but keeping target-libgcc if
1587 otherwise empty.
1588 * Makefile.def (target_modules): Don't add libiberty.
1589 (dependencies): Remove all traces of target-libiberty.
1590 * configure, Makefile.in: Regenerate.
1591
9ccb86e7
JM
15922011-07-22 Jason Merrill <jason@redhat.com>
1593
1594 * Makefile.def (language=c++): Add check-c++0x and
1595 check-target-libmudflap-c++.
1596 * Makefile.tpl (check-target-libmudflap-c++): New.
1597 * Makefile.in: Regenerate.
1598
090bc50f
RO
15992011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1600
1601 * configure: Regenerate.
1602
cff32a7c
RO
16032011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1604
1605 PR target/39150
1606 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1607 x86_64-*-solaris2.1[0-9]*.
1608 * configure: Regenerate.
1609
eb4b2452
NC
16102011-06-13 Walter Lee <walt@tilera.com>
1611
1612 * configure.ac (tilepro-*-*) New case.
1613 (tilegx-*-*): Likewise.
1614 * configure: Regenerate.
1615
3c0013bf
NC
16162011-06-06 Nick Clifton <nickc@redhat.com>
1617
1618 * config.sub: Sync from upstream.
1619
91c1f14c
DK
16202011-05-08 Doug Kwan <dougkwan@google.com>
1621
1622 Merge from gcc:
1623
1624 2011-05-08 Doug Kwan <dougkwan@google.com>
1625
1626 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1627 * configure: Regenerated.
1628 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1629 value from configure.
1630 * Makefile.in: Regenerated.
1631
c7e4b184
JM
16322011-05-05 Joseph Myers <joseph@codesourcery.com>
1633
1634 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1635 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1636 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1637 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1638 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1639 *-*-vxworks*): Disable newlib and libgloss in separate case
1640 statement.
1641 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1642 to separate case statement.
1643 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1644 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1645 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1646 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1647 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1648 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1649 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1650 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1651 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1652 i[[3456789]]86-*-rdos*, m32r-*-*,
1653 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1654 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1655 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1656 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1657 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1658 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1659 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1660 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1661 and libgloss in main case over targets. Remove most empty cases
1662 in main case over targets.
1663 * configure: Regenerate.
1664
7152a690
JM
16652011-05-04 Joseph Myers <joseph@codesourcery.com>
1666
1667 * configure.ac: Remove code setting special library locations for
1668 hppa*64*-*-hpux11*. Remove code setting compiler for
1669 sparc-sun-solaris2*.
1670 * configure: Regenerate.
1671
ff46fb8f
JM
16722011-05-04 Joseph Myers <joseph@codesourcery.com>
1673
1674 * configure.ac: Separate libgloss_dir settings from general case
1675 over targets.
1676 * configure: Regenerate.
1677
82ae827f
JM
16782011-04-28 Joseph Myers <joseph@codesourcery.com>
1679
1680 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1681 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1682 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1683 cases in libgcj-disabling case statement.
1684 (hppa*64*-*-linux*): Set unsupported_languages instead of
1685 disabling target-zlib.
1686 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1687 to hppa*64*-*-hpux*.
1688 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1689 hppa*-*-hpux*.
1690 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1691 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1692 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1693 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1694 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1695 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1696 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1697 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1698 libgcj-disabling case statement.
1699 * configure: Regenerate.
1700
0827f9a6
JM
17012011-04-28 Joseph Myers <joseph@codesourcery.com>
1702
1703 * configure.ac: Disable Java for targets not supporting libffi.
1704 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1705 Remove cases in Java-disabling statement.
1706 (*arm-wince-pe): Change to arm-wince-pe.
1707 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1708 cases in Java-disabling statement.
1709 (bfin-*-*): Don't disable Java again.
1710 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1711 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1712 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1713 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1714 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1715 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1716 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1717 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1718 Java-disabling statement.
1719 (mmix-*-*): Don't disable Java again.
1720 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1721 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1722 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1723 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1724 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1725 statement.
1726 * configure: Regenerate.
1727
899b04ef
JM
17282011-04-28 Joseph Myers <joseph@codesourcery.com>
1729
1730 Merge from GCC:
1731
1732 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1733
1734 PR lto/48086
1735 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1736 * configure: Regenerate.
1737
9863d716
JM
17382011-04-28 Joseph Myers <joseph@codesourcery.com>
1739
1740 * configure.ac: Separate cases disabling Java and Java libraries
1741 from general case over targets.
1742 * configure: Regenerate.
1743
a90ef4bf
JM
17442011-04-06 Joseph Myers <joseph@codesourcery.com>
1745
1746 * configure.ac (build_tools): Remove build-byacc.
1747 (host_libs): Remove mmalloc.
1748 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1749 autoconf automake libtool diff rcs fileutils shellutils time
1750 textutils wdiff find uudecode hello tar gzip indent recode release
1751 sed perl gawk findutils gettext zip.
1752 (libgcj): Remove target-qthreads.
1753 (target_tools): Remove target-examples target-gperf.
1754 (YACC): Don't handle building byacc.
1755 * configure: Regenerate.
1756 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1757 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1758 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1759 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1760 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1761 handle building components.
1762 * Makefile.in: Regenerate.
1763
05a02268
RW
17642011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1765
1766 * config.sub: Sync from upstream.
1767
c5f5c3c2
JM
17682011-04-01 Joseph Myers <joseph@codesourcery.com>
1769
1770 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1771 (microblaze*): Don't disable libssp.
1772 * configure: Regenerate.
1773
f6c1938b
JM
17742011-04-01 Joseph Myers <joseph@codesourcery.com>
1775
1776 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1777 moveifchange.
1778 * configure: Regenerate.
1779 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1780 * Makefile.in: Regenerate.
1781
1f111696
JM
17822011-04-01 Joseph Myers <joseph@codesourcery.com>
1783
1784 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1785 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1786 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1787 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1788 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1789 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1790 md_exec_prefix cases.
1791 * configure: Regenerate.
1792
065a5627
JM
17932011-04-01 Joseph Myers <joseph@codesourcery.com>
1794
1795 * configure.ac: Separate cases disabling target-libssp,
1796 target-libiberty, target-libstdc++-v3 and Fortran from general
1797 case over targets.
1798 * configure: Regenerate.
1799
b2f14e4a
JM
18002011-04-01 Joseph Myers <joseph@codesourcery.com>
1801
1802 * configure.ac (*-*-chorusos): Don't disable libgcj.
1803 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1804 Remove case.
1805 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1806 (arm-*-coff): Don't disable libgcj.
1807 (arm*-*-linux-gnueabi): Remove useless assignment.
1808 (arm-*-riscix*): Don't disable libgcj.
1809 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1810 configuration.
1811 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1812 (c54x*-*-*): Remove case.
1813 (tic54x-*-*): Don't disable GCC or GCC libraries.
1814 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1815 to *.
1816 (d10v-*-*): Don't disable GCC libraries.
1817 (d30v-*-*): Don't disable libgcj.
1818 (h8500-*-*): Don't disable GCC libraries.
1819 (i960-*-*): Don't disable libgcj.
1820 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1821 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1822 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1823 libgcj.
1824 (m68k-*-coff*): Remove case.
1825 (mmix-*-*): Don't disable libgloss on host.
1826 (mn10200-*-*, mn10300-*-*): Remove cases.
1827 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1828 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1829 Don't disable libgcj.
1830 (romp-*-*): Remove case.
1831 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1832 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1833 case.
1834 (v810-*-*): Don't disable GCC libraries.
1835 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1836 (ip2k-*-*): Don't disable GCC libraries.
1837 * configure: Regenerate.
1838
6a608608
JM
18392011-03-28 Joseph Myers <joseph@codesourcery.com>
1840
1841 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1842 libffi on host.
1843 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1844 on host.
1845 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1846 * configure: Regenerate.
1847
5b806d27
NC
18482011-03-26 John Marino <binutils@marino.st>
1849
1850 * configure.ac: Add support for *-*-dragonfly*
1851 * configure: Regenerate.
1852
0377a422
JM
18532011-03-25 Joseph Myers <joseph@codesourcery.com>
1854
1855 * configure.ac (native_only): Remove.
1856 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1857 send-pr uudecode guile gnuserv on host.
1858 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1859 send-pr rcs guile perl texinfo libtool on host.
1860 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1861 automake send-pr rcs guile perl texinfo libtool on host.
1862 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1863 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1864 (alpha*-dec-osf*): Don't disable fileutils on target.
1865 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1866 texinfo send-pr expect dejagnu on target.
1867 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1868 target-qthreads on target.
1869 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1870 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1871 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1872 x86_64-*-mingw*): Don't disable expect on target.
1873 (*-*-cygwin*): Don't disable target-gperf on target.
1874 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1875 gnuserv on target.
1876 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1877 target.
1878 * configure: Regenerate.
1879
2354b38b
JM
18802011-03-25 Joseph Myers <joseph@codesourcery.com>
1881
1882 * configure.ac (target_tools): Remove target-groff.
1883 (native_only): Remove target-groff.
1884 (hppa*64*-*-*): Don't disable byacc.
1885 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1886 setting.
1887 (*-*-kaos*): Don't skip target-librx and target-groff.
1888 (*-*-netware*): Don't skip target-libmudflap.
1889 (*-*-tpf*): Don't skip target-libmudflap.
1890 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1891 directories on the host.
1892 (ia64*-*-*vms*): Don't skip tix.
1893 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1894 host.
1895 * configure: Regenerate.
1896
28d9b232
PB
18972011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1898
1899 * configure.ac: Remove references to mt-mep, mt-netware,
1900 mt-wince.
1901 * Makefile.def: Add all-utils soft dependencies.
1902 * Makefile.tpl: Remove GDB_NLM_DEPS.
1903 * configure: Regenerate.
1904 * Makefile.in: Regenerate.
1905
dbbe5f95
PB
19062011-03-24 Paolo Bonzini <bonzini@gnu.org>
1907
1908 Sync from GCC:
1909
1910 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1911
1912 * configure.ac: Do not include mh-x86omitfp.
1913 * configure: Regenerate.
1914
1915 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1916
1917 * configure.ac: Remove empty cases.
1918 * configure: Regenerate.
1919
1920 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1921
1922 * Makefile.def: Add dependency from termcap to gdb.
1923 * Makefile.in: Regenerate.
1924
1925 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1926
1927 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1928 * configure: Regenerate.
1929 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1930 * Makefile.tpl: Likewise.
1931 * Makefile.in: Regenerate.
1932
1933 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1934
1935 * configure.ac: Remove all mentions of tentative_cc.
1936 * configure: Regenerate.
1937
1938 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1939
1940 PR lto/48086
1941 * configure.ac: Re-enable LTO on *-apple-darwin9.
1942 * configure: Regenerate.
1943
3516a403
JM
19442011-03-24 Joseph Myers <joseph@codesourcery.com>
1945
1946 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1947 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1948 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1949 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1950 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1951 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1952 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1953 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1954 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1955 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1956 *-*-rhapsody*): Remove host cases.
1957 * configure: Regenerate.
1958
93cc359e
JM
19592011-03-24 Joseph Myers <joseph@codesourcery.com>
1960
1961 * configure.ac (ppc*-*-pe): Remove host case.
1962 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1963 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1964 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1965 cases.
1966 * configure: Regenerate.
1967
29b2c556
JM
19682011-03-24 Joseph Myers <joseph@codesourcery.com>
1969
1970 * config.sub: Update to version 2011-03-23.
1971
f0ff0f90
JM
19722011-03-22 Joseph Myers <joseph@codesourcery.com>
1973
1974 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1975 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1976 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1977 * configure: Regenerate.
1978
782cb41f
JM
19792011-03-22 Joseph Myers <joseph@codesourcery.com>
1980
1981 * config-ml.in: Don't handle arc-*-elf*.
1982 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1983 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1984 handle GCC libraries.
1985 * configure: Regenerate.
1986
0e8ad34f
RO
19872011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1988
1989 PR bootstrap/48120:
1990 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1991 Add -lstdc++ -lm to LIBS.
1992 * configure: Regenerate.
1993
5548b4ce
DE
19942011-03-18 David Edelsohn <dje.gcc@gmail.com>
1995
1996 * config.guess: Update to version 2011-02-02
1997 * config.sub: Update to version 2011-02-24
2e702c99 1998
86ed8cf6
SP
19992011-03-03 Sebastian Pop <sebastian.pop@amd.com>
2000
9eb322aa
MF
2001 * configure.ac: Adjust test of with_ppl.
2002 * configure: Regenerated.
86ed8cf6 2003
b123da99
SP
20042011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2005
2006 * configure.ac: Add -lpwl to ppllibs.
2007 * config/cloog.m4: Add -lisl to clooglibs.
2008 * configure: Regenerated.
2009
822ce8ee
RW
20102011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2011
2012 Import from Libtool and gnulib:
2013
2014 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2015
2016 Prepare for supporting FreeBSD 10.
2017 * config.rpath: Remove handling of freebsd1* which soon would
2018 match FreeBSD 10.0.
2019
2020 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2021
2022 Remove support for FreeBSD 1.x.
2023 * libtool.m4 (_LT_LINKER_SHLIBS)
2024 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2025 soon would incorrectly match FreeBSD 10.0.
2026
dcb5e506
RW
20272011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2028
2029 PR binutils/12283
2030 * MAINTAINERS (mkinstalldirs): Comes from Automake.
2031 (move-if-change): Comes from gnulib.
2032 * move-if-change: Import version from gnulib.
2033
8d8eef9a
RW
20342011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2035
2036 Sync from GCC:
2037
2038 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2039
2040 PR lto/47225
2041 * Makefile.def (lto-plugin): Double dash for enable-shared.
2042 (configure-gcc): Depend on all-lto-plugin.
2043 * Makefile.in: Rebuilt.
2044
2045 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2046
2047 * configure.ac: Remove extra bracket.
2048 * configure: Regenerate.
2049
2050 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
2051
2052 PR lto/47225
2053 * Makefile.def: Add dependency for install-gcc
2054 on install-lto-plugin.
2055 * Makfile.in: Regenerated
2056
2057 2011-01-25 Jakub Jelinek <jakub@redhat.com>
2058
2059 * configure.ac: If with_ppl is no, move setting with_cloog=no
2060 after CLOOG_REQUESTED check.
2061 * configure: Regenerated.
2062
2063 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2064
2065 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2066 CLooG has been requested.
2067 * configure: Regenerated.
2068
2069 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
2070
2071 * configure: Regenerated.
2072 * configure.ac: Check for version 0.11 (or later revision) of PPL.
2073
2074 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
2075
2076 * configure: Regenerated.
2077 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2078
2079 2011-01-07 Jan Hubicka <jh@suse.cz>
2080
2081 PR lto/47225
2082 * Makefile.in: Regenerate.
2083 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2084 configure.
2085
65b4571a
AO
20862011-01-31 Alexandre Oliva <aoliva@redhat.com>
2087
2088 PR libgcj/44341
2089 * configure.ac: Discard --with-* flags for host when configuring
2090 target libraries for cross build.
2091 * configure: Rebuilt.
2092
7837304f
AS
20932011-01-21 Andreas Schwab <schwab@redhat.com>
2094
2095 Sync from GCC:
2096
2097 2011-01-21 Andreas Schwab <schwab@redhat.com>
2098
2099 * configure.ac: Use AS_HELP_STRING throughout.
2100 * configure: Regenerate.
2101
2102 2011-01-18 Jie Zhang <jie.zhang@analog.com>
2103
2104 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2105 * configure: Regenerate.
2106
115ef890
RW
21072010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2108
2109 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2110
92c9a463
JB
21112011-01-13 Joel Brobecker <brobecker@adacore.com>
2112
2113 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2114 for ia64-hpux.
2115 * configure: Regenerate.
2116
887ebfb4
RW
21172011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2118
2119 Sync from GCC:
2120 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
2121
2122 * configure.ac: (picochip): Disable libiberty.
2123 * configure: Regenerate.
2124
04d2c2b2
JJ
21252010-12-18 Jeff Johnston <jjohnstn@redhat.com>
2126
2127 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
2128
33d23ee8
ILT
21292010-12-10 Ian Lance Taylor <iant@google.com>
2130
2131 PR bootstrap/46819
2132 * configure.ac: For --disable-libgcj clear libgcj_saved.
2133 * configure: Rebuild.
2134
89a1e9c3
PB
21352010-12-10 Tobias Burnus <burnus@net-b.de>
2136
2137 PR fortran/46540
2138 * configure.ac: Add --disable-libquadmath and
2139 --disable-libquadmath-support.
2140 * configure: Regenerate.
2141
ac7bcd26
TG
21422010-12-10 Tristan Gingold <gingold@adacore.com>
2143
2144 * src-release (ETC_SUPPORT): add gnu-oids.texi
2145
d357cef7
HPN
21462010-12-03 Hans-Peter Nilsson <hp@axis.com>
2147
2148 PR libffi/46792
2149 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2150 * configure: Regenerate.
2151
4f11b223
ILT
21522010-12-02 Ian Lance Taylor <iant@google.com>
2153
2154 * configure.ac: Always set default for poststage1_ldflags to
2155 -static-libstdc++ -static-libgcc.
2156
989abc33
JJ
21572010-12-02 Jeff Johnston <jjohnstn@redhat.com>
2158
2159 * COPYING.NEWLIB: Add National Semiconductor notice.
2160
950386c6
AS
21612010-11-29 Andreas Schwab <schwab@redhat.com>
2162
2163 * configure.ac: Move comment to remove extra space in last argument
2164 of GCC_TARGET_TOOL.
2165
87cda2cf
AO
21662010-11-26 Alexandre Oliva <aoliva@redhat.com>
2167
7d509c83 2168 PR other/46026
87cda2cf
AO
2169 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2170 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2171 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2172 (BASE_FLAGS_TO_PASS): Use it.
2173 * configure: Rebuilt.
2174 * Makefile.in: Rebuilt.
2175
d3b50760
L
21762010-11-23 H.J. Lu <hongjiu.lu@intel.com>
2177
2178 PR binutils/12258
2179 * configure.ac: Correct comments for --enable-gold/--enable-ld.
2180 Properly check default linker.
2181 * configure: Regnerated.
2182
c7791212
NC
21832010-11-23 Matthias Klose <doko@ubuntu.com>
2184
2185 * configure.ac: For --enable-gold, handle value `default' instead of
2186 `both*'. New configure option --{en,dis}able-ld.
2187 * configure: Regenerate.
2188
9e1a94f4
ILT
21892010-11-20 Ian Lance Taylor <iant@google.com>
2190
2191 * configure.ac: Only disable a language library if no language needs
2192 it. Don't let --disable-libgcj uncondtionally disable libffi.
2193 * configure: Rebuild.
2194
ceca0218
PB
21952010-11-20 Paolo Bonzini <bonzini@gnu.org>
2196
2197 * configure: Regenerate.
2198
9b980aa1
RW
21992010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2200
2201 PR other/46202
2202 * configure.ac: Fix just-built in-tree STRIP name to be
2203 binutils/strip-new.
2204 * configure: Regenerate.
2205 * Makefile.def (install-strip-gcc, install-strip-binutils)
2206 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2207 (install-strip-sid): Mirror dependencies on non-strip variants
2208 of these targets on the respective -strip prerequisites.
2209 * Makefile.tpl (install-strip, install-strip-host)
2210 (install-strip-target): New targets.
2211 (install-strip-[+module+], install-strip-target-[+module+]):
2212 New targets.
2213 * Makefile.in: Regenerate.
2214
e552509b
ILT
22152010-11-19 Ian Lance Taylor <iant@google.com>
2216 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2217
2218 * configure.ac: Add target-libgo to target_libraries. Set
2219 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2220 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2221 (HOST_EXPORTS): Add GOC.
2222 (BASE_TARGET_EXPORTS): Add GOC.
2223 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2224 (GOCFLAGS_FOR_TARGET): New variable.
2225 (EXTRA_HOST_FLAGS): Add GOC.
2226 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2227 * Makefile.def (target_modules): Add libgo.
2228 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2229 (dependencies): Add dependency from configure-target-libgo to
2230 configure-target-libffi and all-target-libstdc++-v3. Add
2231 dependencies from all-target-libgo to all-target-libffi.
2232 (languages): Add go.
2233 * configure: Rebuild.
2234 * Makefile.in: Rebuild.
2235
22362010-11-19 Ian Lance Taylor <iant@google.com>
2237
2238 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2239 compiler/flag environment variables.
2240
22412010-11-18 Ian Lance Taylor <iant@google.com>
2242
2243 * configure.ac: Check for lang_requires_boot_languages in
2244 config-lang.in files.
2245 * configure: Rebuild.
2246
8c21d9c7
MF
22472010-11-17 Mike Frysinger <vapier@gentoo.org>
2248
2249 * .gitignore: New file.
2250
e552509b
ILT
22512010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2252 Tobias Burnus <burnus@net-b.de>
2253
2254 PR fortran/32049
2255 * Makefile.def: Add libquadmath; build it with language=fortran.
2256 * configure.ac: Add libquadmath.
2257 * Makefile.tpl: Handle multiple libs in check-[+language+].
2258 * Makefile.in: Regenerate.
2259 * configure: Regenerate.
2260
22612010-11-15 Andreas Schwab <schwab@redhat.com>
2262
2263 * configure.ac: Fix spelling in option names.
2264 * configure: Regenerated.
2265
22662010-11-13 Georg-Johann Lay <georgjohann@web.de>
2267
2268 PR bootstrap/39622
2269 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2270 * configure: Regenerated.
2271
22722010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2273
2274 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
2275 define the cloog backend to use. Furthermore, only pass the ppllibs to
2276 the configure checks, if necessary.
2277 * configure: Regenerate.
2278
22792010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2280
2281 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
2282 * configure: regenerate
2283
22842010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2285
2286 * config/cloog.m4: Fix typo. verison -> version.
2287 * configure: Regenerate.
2288
22892010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
2290
2291 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
2292 * configure: Regenerate.
2293
22942010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
2295
2296 * configure.ac: Support official CLooG.org versions.
2297 * configure: Regenerate.
2298 * config/cloog.m4: New.
2299
aa291e2d
ME
23002010-11-05 Michael Eager <eager@eagercon.com>
2301
2302 * COPYING.LIBGLOSS: Correct typo in microblaze.
2303 * COPYING.NEWLIB: Same.
2304
e552509b
ILT
23052010-11-04 Iain Sandoe <iains@gcc.gnu.org>
2306
2307 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2308 * configure: Regenerate.
2309
74cea91b
DK
23102010-11-03 Ian Lance Taylor <iant@google.com>
2311 Dave Korn <dave.korn.cygwin@gmail.com>
2312
2313 PR lto/46273
2314 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2315 and on other supported platforms whenever LTO is enabled.
2316 * configure: Rebuild.
2317
6d0cd39e
AM
23182010-11-02 Alan Modra <amodra@gmail.com>
2319
2320 PR binutils/12110
2321 * configure.ac: Error when source path contains spaces.
2322 * configure: Regenerate.
2323
18a8530e
ILT
23242010-10-20 Ian Lance Taylor <iant@google.com>
2325
2326 * Makefile.def (target_modules): Set lib_path to src/.libs for
2327 libstdc++-v3 module.
2328 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2329 * Makefile.in: Rebuild.
2330
6ed3211e
JJ
23312010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2332 Joseph Myers <joseph@codesourcery.com>
2333
2334 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2335 notices.
2336 * COPYING.NEWLIB: Add Texas Instruments notice.
2337
a8eb3f0a
DK
23382010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2339
2340 * configure.ac (build_lto_plugin): New shell variable.
2341 (--enable-lto): Turn on by default for all non-ELF platforms that
2342 have had LTO support added so far. Set build_lto_plugin appropriately
2343 for both ELF and non-ELF.
2344 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2345 * configure: Regenerate.
2346
4074d5f2
RW
23472010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2348
2349 PR bootstrap/45326
2350 PR bootstrap/45174
2351 * configure.ac: Honor initial values of $build_configargs,
2352 $host_configargs, $target_configargs. Mark the precious, so
2353 environment settings get recorded.
2354 * configure: Regenerate.
2355
29821356
RW
23562010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2357
2358 Sync from GCC:
2359
2360 2010-09-30 Michael Eager <eager@eagercon.com>
2361
2362 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2363 * configure: Regenerate.
2364
2365 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2366
2367 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2368 targets and amend comment.
2369 * configure: Regenerate.
2370
2371 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2372
2373 * configure.ac: Enable LTO by default on Darwin.
2374 * configure: Regenerate.
2375
2376 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2377
2378 PR bootstrap/44455
2379 * configure.ac (extra_mpfr_configure_flags): Copy from
2380 extra_mpc_gmp_configure_flags.
2381 * configure: Re-generated.
2382
57eefe4d
RW
23832010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2384
2385 Sync from GCC:
2386
2387 PR bootstrap/45796
2388 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2389 Depend on all-build-libiberty.
2390 * Makefile.in: Regenerate.
2391
23922010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2393
2394 Sync from GCC:
2395
2396 PR bootstrap/44621
2397 * configure.ac: Fix unportable shell quoting.
2398 * configure: Regenerate.
2399
48bb73dd
RW
24002010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2401
2402 * configure.ac: Support all v850 targets.
2403 * configure: Regenerate.
2404
1d14850f
PB
24052010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2406
2407 PR target/44862
2408 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2409 Provide -B option to allow for link spec %s substitutions for
2410 libstdc++.a on darwin.
2411 * Makefile.in: Regenerate.
2412
7530c480
AO
24132010-06-10 Alexandre Oliva <aoliva@redhat.com>
2414
2415 * Makefile.def (configure-gcc): Depend on all-libelf.
2416 * Makefile.in: Rebuild.
2417
285d560d
RW
24182010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2419
2420 * config.sub, config.guess: Update from upstream sources.
2421
a009f2e7
RW
24222010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2423
2424 Sync from GCC:
2425
2426 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2427 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2428 * configure: Regenerated.
2429
2430 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2431 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2432 * configure: Regenerate.
2433
2434 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2435 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2436 * configure: Regenerate.
2437
2438 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2439 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2440 separately.
2441 * configure: Regenerate.
2442
2443 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2444 * configure: Regenerate after change to elf.m4.
2445
2446 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2447 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2448 * configure: Regenerated.
2449
2450 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2451 * configure.ac: Print "buggy but acceptable" when CLooG
2452 revision is less than 9.
2453 * configure: Regenerated.
2454
e49e5c92
DK
24552010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2456
2457 Merge from gcc:
2458
2459 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2460 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2461 * configure: Regenerate.
2462
2463 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2464 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2465 a platform that supports LTO.
2466 * configure: Regenerate.
2467
2468 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2469 PR lto/42776
2470 * configure.ac (--enable-lto): Refactor handling so libelf tests
2471 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2472 and allow LTO to be explicitly enabled on non-ELF platforms that
2473 are known to support it inside else-clause.
2474 * configure: Regenerate.
2475
e6de499b
NC
24762010-04-27 Roland McGrath <roland@redhat.com>
2477 H.J. Lu <hongjiu.lu@intel.com>
2478
2479 * configure.ac (--enable-gold): Support both, both/gold and
2480 both/bfd to add gold to configdirs without removing ld.
2481 * configure: Regenerated.
2482
2483 * Makefile.def: Add install-gold dependency to install-ld.
2484 * Makefile.in: Regenerated.
2485
d594eacc
TG
24862010-04-14 Tristan Gingold <gingold@adacore.com>
2487
2488 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2489 * configure: Regenerate.
2490
938d2b74
RW
24912010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2492
2493 Merge from gcc:
2494 PR bootstrap/43615
2495 PR bootstrap/43328
2496 Revert:
2497 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2498 * configure.ac: Do not pass --enable-multilib nor
2499 --disable-multilib in baseargs. Accept explicitly passed
2500 --enable_multilib.
2501 * configure: Regenerate.
2502
a9ef41a7
RW
25032010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2504
2505 PR bootstrap/43328
2506 * configure.ac: Do not pass --enable-multilib nor
2507 --disable-multilib in baseargs. Accept explicitly passed
2508 --enable_multilib.
2509 * configure: Regenerate.
2510
619a3713
JM
25112010-03-23 Joseph Myers <joseph@codesourcery.com>
2512
2513 * configure.ac (tic6x-*-*): New case.
2514 * configure: Regenerate.
2515
92f4e989
JM
25162010-03-23 Joseph Myers <joseph@codesourcery.com>
2517
2518 Merge from gcc:
2519 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2520 PR ada/42554
2521 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2522 * configure: Regenerate.
2523
c35a0556
JM
25242010-03-23 Joseph Myers <joseph@codesourcery.com>
2525
2526 * config.sub: Update to version 2010-03-22.
2527 * config.guess: Update to version 2009-12-30.
2528
18fa8f9c
JM
25292010-03-14 Joseph Myers <joseph@codesourcery.com>
2530
2531 Merge from gcc:
2532 2010-01-11 Richard Guenther <rguenther@suse.de>
2533 PR lto/41569
2534 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2535 * Makefile.in: Regenerated.
2536
ba98da75
RO
25372010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2538
2539 PR libstdc++/32499
2540 * configure.ac (RANLIB): Default to true.
2541 (STRIP): Likewise.
2542 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2543 * configure: Regenerate.
2544
3994761f
NC
25452010-02-17 Nick Clifton <nickc@redhat.com>
2546
2547 PR 11238
2548 * Makefile.tpl (local-distclean): Also remove config.cache files in
2549 sub-directories as there may not be Makefiles present in the
2550 sub-directories.
792cdb50
NC
2551 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2552 the config.cache files found by the find command.
2553
3994761f
NC
2554 * Makefile.in: Regenerate.
2555 * configure.ac: Revert previous delta.
2556 * configure: Regenerate.
2557
01a82011
NC
25582010-02-15 Nick Clifton <nickc@redhat.com>
2559
2560 PR 11238
2561 * configure.ac: Delete config.cache files in sub-directories when
2562 deleting Makefiles.
2563 * configure: Regenerate.
2564
143754cd
NC
25652010-02-15 Nick Clifton <nickc@redhat.com>
2566
2567 * configure.ac: Sync from gcc.
2568 * configure: Regenerate.
2569
a6b5846e
KG
25702010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2571
2572 Sync from gcc:
2573 * configure.ac: Add "recommended" version checks for GMP/MPC.
2574 Update recommended GMP/MPFR/MPC versions.
2575 * configure: Regenerate.
2576
2aa2364a
JR
25772010-01-25 Joern Rennecke <amylaar@spamcop.net>
2578
2579 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2580 * configure.ac (bootstrap_target_libs): Make inclusion of
2581 target-libgomp conditional on libgomb being in target_configdirs.
2582 * configure: Regenerate.
2583
d35e937f
JR
25842010-01-23 Joern Rennecke <amylaar@spamcop.net>
2585
2586 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2587 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2588 * configure: Regenerate.
2589
911e63d0
JR
25902010-01-22 Joern Rennecke <amylaar@spamcop.net>
2591
2592 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2593 * configure.ac (target_configdirs): Substitute.
2594 * Makefile.def: Bootstrap target module libgomp.
2595 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2596 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2597 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2598 * configure, Makefile.in: Regenerate.
2599
3725885a
RW
26002009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2601
2602 * libtool.m4: Sync from git Libtool.
2603 * ltmain.sh: Likewise.
2604 * ltoptions.m4: Likewise.
2605 * ltversion.m4: Likewise.
2606 * lt~obsolete.m4: Likewise.
2607
d5f2ee2e 26082010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 2609 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
2610
2611 PR bootstrap/42424
2612 * configure.ac: Include libtool m4 files.
9eb322aa 2613 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
2614 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2615 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 2616
d5f2ee2e
KG
2617 * configure: Regenerate.
2618
f2b2dd91
RW
26192010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2620
2621 PR bootstrap/41818
2622 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2623 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2624 * Makefile.in: Regenerate.
2625
06ca7962
BE
26262009-12-18 Ben Elliston <bje@au.ibm.com>
2627
2628 * config.sub, config.guess: Update from upstream sources.
2629
30a16d7b
JJ
26302009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2631
2632 * COPYING.NEWLIB: Update copyright date.
2633 * COPYING.LIBGLOSS: Ditto.
2634
d9b76ff9
KG
26352009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2636
2637 PR middle-end/30447
2638 PR middle-end/30789
2639 PR other/40302
2640
2641 * configure.ac: Require MPC.
2642 * configure: Regenerate.
2643
2644 * configure.ac: Update minimum MPC version to 0.8.
2645 * configure: Regenerate.
2646
e12dec02
PB
26472009-11-20 Paolo Bonzini <bonzini@gnu.org>
2648
2649 * config.guess: Sync with upstream and gcc.
2650 * config.sub: Sync with upstream and gcc.
2651
606a9ca0
AO
26522009-11-16 Alexandre Oliva <aoliva@redhat.com>
2653
2654 * Makefile.def: Restore host and target settings for gmp.
2655 * Makefile.in: Rebuild.
2656
1f53ca9a
AO
26572009-11-16 Alexandre Oliva <aoliva@redhat.com>
2658
2659 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2660 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2661 Fix portability of test of C++ as bootstrap language. Add
2662 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2663 * configure: Rebuild.
2664 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2665 and cloog. Fix in-tree ppl configuration. Introduce libelf
2666 in-tree building.
2667 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2668 (POSTSTAGE1_HOST_EXPORTS): Use it.
2669 (STAGE[+id+]_CXXFLAGS): New.
2670 (BASE_FLAGS_TO_PASS): Pass it down.
2671 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2672 extra_exports.
2673 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2674 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2675 extra_exports.
2676 * Makefile.in: Rebuild.
2677
26782009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2679
2680 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2681 paths for *-w64-mingw* and x86_64-*mingw*.
2682 * configure: Regenerated.
2683
26842009-10-30 Kai Tietz <kai.tietz@onevision.com>
2685
2686 * configure.ac: Disable target-winsup & co for
2687 x86_64-*-mingw* and *-w64-mingw* targets.
2688 * configure: Regenerated.
2689
26902009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2691
2692 * configure.ac (CLooG test): Use = with test.
2693 * configure: Regenerate.
2694
26952009-10-22 Richard Guenther <rguenther@suse.de>
2696
2697 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2698 cloog if the ppl version check failed. Move flags saving
2699 before setting in libelf check.
2700 * configure: Regenerate.
2701
27022009-10-21 Richard Guenther <rguenther@suse.de>
2703
2704 * configure.ac: Adjust the ppl and cloog configure to work as
2705 documented. Disable cloog if ppl was disabled. Omit the version
2706 checks if they were disabled.
2707 * configure: Re-generate.
2708
6811fb56
RW
27092009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2710
2711 * configure.ac: Add 'lto' to enable_languages, not
2712 new_enable_languages, and only if not already present.
2713 * configure: Regenerate.
2714
700d40ca
ILT
27152009-10-06 Ian Lance Taylor <iant@google.com>
2716
2717 * Makefile.def: check-gold depends upon all-gas.
2718 * Makefile.in: Rebuild.
2719
27202009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2721
2722 * Makefile.def: all-lto-plugin depends on all-libiberty.
2723 set bootstrap=true for lto-plugin.
2724 Add lto-plugin.
2725 * Makefile.in: Regenerate.
2726 * configure.ac (host_libs): Add lto-plugin.
2727 * configure: Regenerate.
2728
27292009-10-03 Diego Novillo <dnovillo@google.com>
2730
2731 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2732 (HOST_LIBELFLIBS): Define.
2733 (HOST_LIBELFINC): Define.
2734 * Makefile.in: Regenerate.
2735 * configure.ac: Add --enable-lto.
2736 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2737 If --enable-lto is used, add 'lto' to new_enable_languages.
2738 If --enable-lto is used and gold is enabled, add
2739 lto-plugin to configdirs.
2740 * configure: Regenerate.
2741
27422009-10-03 Simon Baldwin <simonb@google.com>
2743
2744 * configure.ac: If --with-system-zlib, suppress local zlib and
2745 pass --with-system-zlib to subdir configure scripts.
2746 * configure: Regenerate.
2747
27482009-10-01 Loren J. Rittle <ljrittle@acm.org>
2749 Paolo Bonzini <bonzini@gnu.org>
2750
2751 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2752 $(srcdir).
2753 * Makefile.in: Rebuilt.
2754
c8cb1b3e
PB
27552009-09-29 Paolo Bonzini <bonzini@gnu.org>
2756
2757 Sync from gcc:
2758 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2759
2760 * configure.ac: Update minimum MPC version to 0.7.
2761 * configure: Regenerate.
2762
30167e0a
NC
27632009-09-25 Nick Clifton <nickc@redhat.com>
2764
2765 * configure.ac: Pass any --cache-file=/dev/null option on to
2766 subconfigures.
2767 * configure: Regenerate.
2768
707a0b5c
NC
27692009-09-23 Nick Clifton <nickc@redhat.com>
2770
2771 * config.sub, config.guess: Update from upstream sources.
2772
700d40ca
ILT
27732009-09-22 Loren J. Rittle <ljrittle@acm.org>
2774
2775 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2776 * Makefile.in: Rebuilt.
2777
2fd0b40b
RW
27782009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2779
2780 PR bootstrap/32272
2781 * configure.ac: Error out if $srcdir isn't '.' but contains
2782 host-${host_noncanonical}.
2783 * configure: Regenerate.
2784
4385ad3c
RW
27852009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2786
16b1ad29
RW
2787 * configure.ac: If bootstrapping a combined tree with
2788 --enable-gold, require c++ in stage1_languages.
2789 * configure: Regenerate.
2790
f8dc745f
RW
2791 * configure.ac: Also add target_libs of stage1_languages to
2792 bootstrap_target_libs.
2793 * configure: Regenerate.
2794
4385ad3c
RW
2795 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2796 with --enable-languages not containing c++.
2797 * configure: Regenerate.
2798
df51e4e1
JZ
27992009-09-16 Jie Zhang <jie.zhang@analog.com>
2800
2801 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2802 * configure: Regenerate.
2803
06a51eac
RW
28042009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2805
2806 * configure.ac: Do not use $extrasub for replacing @if/@endif
2807 parts in Makefile; instead, use additional arguments to
2808 AC_CONFIG_COMMANDS to do the replacement manually, with several
2809 sed invocations, to avoid HP-UX sed command limits.
2810 * configure: Regenerate.
2811
96655cc4
AO
28122009-09-04 Alexandre Oliva <aoliva@redhat.com>
2813
2814 * configure.ac (with-build-config): Document. Handle without.
2815 Handle missing argument.
2816 * configure: Rebuilt.
2817
28182009-09-03 Alexandre Oliva <aoliva@redhat.com>
2819
2820 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2821 Default to bootstrap-debug only if compare-debug works.
2822 * configure: Rebuilt.
2823 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2824 * Makefile.in: Rebuilt.
2825
28262009-09-01 Alexandre Oliva <aoliva@redhat.com>
2827
2828 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2829 * Makefile.in: Rebuilt.
2830
8e957354
PB
28312009-09-02 Paolo Bonzini <bonzini@gnu.org>
2832
2833 * Makefile.tpl (AWK): Fix typo.
2834 * Makefile.in: Regenerate.
2835
28362009-09-02 Paolo Bonzini <bonzini@gnu.org>
2837
2838 * configure.ac: Detect awk and sed.
2839 * Makefile.def (flags_to_pass): Add AWK and SED.
2840 * Makefile.tpl (AWK, SED): New.
2841 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2842 * configure: Regenerate.
2843 * Makefile.in: Regenerate.
2844
fb792462
TG
28452009-09-01 Tristan Gingold <gingold@adacore.com>
2846
2847 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2848 Remove logical names.
2849
a69e7d0a
DK
28502009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2851
2852 * ltmain.sh (func_normal_abspath): New function.
2853 (func_relative_path): Likewise.
2854 (func_mode_help): Document new -bindir option for link mode.
2855 (func_mode_link): Add new -bindir option, and use it to place
2856 output DLL if specified.
2857
d444d2ba
RW
28582009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2859
2860 * configure.ac (AC_PREREQ): Bump to 2.64.
2861
13b7343a
RW
28622009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2863
af542c2e
RW
2864 * README-maintainer-mode: Point directly to upstream locations
2865 for autoconf, automake, libtool, gettext, instead of copies on
2866 sources.redhat.com. Document required versions.
2867 * configure.ac: Do not substitute datarootdir, htmldir,
2868 pdfdir, docdir. Do not process --with-datarootdir,
2869 --with-htmldir, --with-pdfdir, --with-docdir.
2870 * configure: Regenerate.
2871
81ecdfbb
RW
2872 * configure: Regenerate.
2873
13b7343a
RW
2874 * compile: Sync from Automake 1.11.
2875 * depcomp: Likewise.
2876 * install-sh: Likewise.
2877 * missing: Likewise.
2878 * mkinstalldirs: Likewise.
2879 * ylwrap: Likewise.
2880
c1102ce7
RW
28812009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2882
34a0f3cf
RW
2883 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2884 (baseargs): Add --disable-option-checking.
2885 * configure: Regenerate.
2886
c1102ce7
RW
2887 * Makefile.def (configure-target-libiberty): Depend on
2888 all-binutils and all-ld.
2889 (configure-target-newlib): Likewise.
2890 * Makefile.in: Regenerate.
2891
e8a5fa9c
RW
28922009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2893
2894 Sync with GCC, merge:
2895
2896 2009-07-31 Christian Bruel <christian.bruel@st.com>
2897
2898 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2899 * configure: Regenerate.
2900
2901 2009-07-06 Ian Lance Taylor <iant@google.com>
2902
2903 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2904 * configure: Rebuild.
2905
2906 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2907
2908 PR bootstrap/40338
2909 * configure.ac (comparestring): Create new variable.
2910 * Makefile.tpl (comparestring): Use to skip some comparisions.
2911 * configure: Regenerate.
2912 * Makefile.in: Regenerate.
2913
2914 2009-06-23 Ian Lance Taylor <iant@google.com>
2915
2916 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2917 boot_languages. Only bootstrap target libraries listed in
2918 target_libs for some boot language. Add --with-stage1-ldflags,
2919 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2920 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2921 if not building with C++.
2922 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2923 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2924 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2925 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2926 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2927 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2928 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2929 * configure, Makefile.in: Rebuild.
2930
2931 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2932
2933 * configure.ac: Detect MPC in default directory.
2934 * configure: Regenerate.
2935
2936 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2937
2938 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2939 to noconfdirs.
2940 * configure: Regenerate.
2941
2942 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2943
2944 * Makefile.def: Add MPC support and dependencies.
2945 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2946
2947 * Makefile.in, configure: Regenerate.
2948
2949 2009-05-24 Nicolas Roche <roche@adacore.com>
2950
2951 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2952 * Makefile.in: Regenerate.
2953
2954 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2955
2956 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2957 * configure: Regenerate.
2958
2959 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2960
2961 * configure.ac ($with_ppl): Default to no if not supplied.
2962 ($with_cloog): Likewise.
2963 configure: Regenerate.
2964
2965 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2966
2967 PR bootstrap/39739
2968 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2969 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2970
2971 * configure, Makefile.in: Regenerate.
2972
2973 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2974
2975 * configure.ac: Change copyright header to refer to version
2976 3 of the GNU General Public License and to point readers at the
2977 COPYING3 file and the FSF's license web page.
2978 * Makefile.def: Likewise.
2979 * Makefile.tpl: Likewise.
2980 * Makefile.in: Regenerate.
2981
2982 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2983
2984 * configure.ac: Restore match for darwin9 or later. Use double
2985 brackets since regeneration eats one pair.
2986 * configure: Regenerate.
2987
bf110216
CF
29882009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2989
2990 * MAINTAINERS: Perform some obvious fixups.
2991
2262bbf4
BE
29922009-08-17 Ben Elliston <bje@au.ibm.com>
2993
2994 * config.sub, config.guess: Update from upstream sources.
2995
25a07265
NC
29962009-08-06 Michael Eager <eager@eagercon.com>
2997
2998 * configure.ac: Add Microblaze target.
2999 * configure: Regenerate.
3000
85bd1942
TG
30012009-07-02 Tristan Gingold <gingold@adacore.com>
3002
3003 * configure.ac: Do not exclude gas for i386-*-darwin.
3004 Add a case for x86_64-*-darwin.
3005 * configure: Regenerate.
3006
f9806fa5
DE
30072009-06-26 Doug Evans <dje@sebabeach.org>
3008
3009 * Makefile.def (host_modules): Add cgen.
3010 * Makefile.in: Regenerate.
3011 * configure.ac (host_tools): Add cgen.
3012 * configure: Regenerate.
3013
6bfb4e30
JJ
30142009-06-17 Michael Eager <eager@eagercon.com>
3015
3016 * COPYING.LIBGLOSS: Add Xilinx license.
3017
8bcf2718
NC
30182009-06-15 Ryan Mansfield <rmansfield@qnx.com>
3019
3020 * configure.ac: Define is_elf for QNX Neutrino targets.
3021 * configure: Regenerate.
3022
04ec0acb
RW
30232009-06-03 Jerome Guitton <guitton@adacore.com>
3024 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3025
9eb322aa
MF
3026 * Makefile.tpl (all): Avoid a trailing backslash.
3027 * Makefile.in: Regenerate.
04ec0acb 3028
7ee5dbeb
BE
30292009-06-03 Ben Elliston <bje@au.ibm.com>
3030
3031 * config.sub, config.guess: Update from upstream sources.
3032
fda13ee8
AO
30332009-06-02 Alexandre Oliva <aoliva@redhat.com>
3034
3035 * Makefile.tpl ([+compare-target+]): Compare all stage
3036 directories, rather than just gcc.
3037 * Makefile.in: Rebuilt.
3038
4a657b0d
DK
30392009-05-28 Doug Kwan <dougkwan@google.com>
3040
3041 * configure.ac: Support gold for target arm*-*-*.
3042 * configure: Regenerate.
3043
07fc31c9
AO
30442009-05-27 Alexandre Oliva <aoliva@redhat.com>
3045
3046 * Makefile.tpl (all): Avoid harmless warning in make all when
3047 gcc-bootstrap is enabled but stage_last does not exist.
3048 * Makefile.in: Rebuilt.
3049
8a7a39ab
TG
30502009-05-25 Tristan Gingold <gingold@adacore.com>
3051
3052 * setup.com: Complete the file with configuration and build.
3053
b5233201
AO
30542009-05-18 Alexandre Oliva <aoliva@redhat.com>
3055
3056 PR other/40159
3057 * Makefile.tpl (all): Don't assume gcc-bootstrap and
3058 gcc-no-bootstrap are mutually exclusive.
3059 * Makefile.in: Rebuilt.
3060
7b6175f9
AO
30612009-05-18 Alexandre Oliva <aoliva@redhat.com>
3062
3063 PR other/40159
3064 * Makefile.tpl (all): Don't end with unconditional success.
3065 * Makefile.in: Rebuilt.
3066
1b05fbbd
AO
30672009-05-12 Alexandre Oliva <aoliva@redhat.com>
3068
3069 PR target/37137
3070 * Makefile.def (flags_to_pass): Remove redundant and incomplete
3071 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3072 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3073 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
3074 stage_configureflags, stage_cflags and stage_libcflags into
3075 explicit Makefile macros.
3076 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3077 GFORTRAN.
3078 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3079 CC. Set CC_FOR_BUILD from CC.
3080 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3081 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3082 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3083 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
3084 and GFORTRAN.
3085 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3086 (_LIBCFLAGS): Renamed to _TFLAGS.
3087 (do-compare-debug, do-compare3-debug): Drop.
3088 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3089 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3090 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3091 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3092 (XGCC_FLAGS_FOR_TARGET): New.
3093 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3094 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3095 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3096 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3097 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
3098 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
3099 TFLAGS.
3100 (BUILD_CONFIG): Include if requested.
3101 (all): Set TFLAGS on bootstrap.
3102 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3103 (all-stageid-prefixmodule): Likewise.
3104 (do-clean, distclean-stageid): Set TFLAGS.
3105 (restrap): Fix whitespace.
3106 * Makefile.in: Rebuilt.
3107
dc17c78c
EB
31082009-04-25 Eric Botcazou <ebotcazou@adacore.com>
3109
3110 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3111 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3112 * Makefile.in: Regenerate.
3113
14324cd7
EZ
31142009-04-24 Eli Zaretskii <eliz@gnu.org>
3115
3116 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
3117 consistency with config.sub. (Update from upstream sources.)
3118
f8d5f06c
JM
31192009-04-21 Joseph Myers <joseph@codesourcery.com>
3120
3121 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
3122
0000e2bf
BE
31232009-04-17 Ben Elliston <bje@au.ibm.com>
3124
3125 * config.sub, config.guess: Update from upstream sources.
3126
20135e4c
NC
31272009-04-15 Anthony Green <green@moxielogic.com>
3128
34adf976 3129 * configure.ac: Add moxie support.
20135e4c
NC
3130 * configure: Rebuilt.
3131
ef699244
L
31322009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3133
3134 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
3135 * configure: Regenerate.
3136
10ad8ef3
L
31372009-04-09 H.J. Lu <hongjiu.lu@intel.com>
3138
3139 PR gas/10039
3140 * configure.ac: Require texinfo 4.7.
3141 * configure: Regenerated.
3142
c50523ce
L
31432009-04-09 Steve Ellcey <sje@cup.hp.com>
3144
3145 * Makefil.def (languages): New entries.
3146 * Makefile.tpl (check-gcc-*): New generic target.
3147 * Makefile.in: Regenerate.
3148
47afba5f
EZ
31492009-03-27 Eli Zaretskii <eliz@gnu.org>
3150
3151 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
3152 Windows builds of Sed.
3153
dc448a7b
TT
31542009-03-18 Tom Tromey <tromey@redhat.com>
3155
3156 * configure: Rebuild.
3157 * configure.ac (host_libs): Add libiconv.
3158 * Makefile.in: Rebuild.
3159 * Makefile.def (host_modules): Add libiconv.
3160 (configure-gdb, all-gdb): Depend on libiconv.
3161
24741ab2
JB
31622009-03-16 Tristan Gingold <gingold@adacore.com>
3163
3164 * configure.ac: Treat gdb as supported on x86_64-darwin.
3165 * configure: Regenerate.
3166
29383458
JM
31672009-03-16 Joseph Myers <joseph@codesourcery.com>
3168
3169 Merge from GCC:
3170
3171 2009-03-16 Joseph Myers <joseph@codesourcery.com>
3172
3173 * configure.ac (--with-host-libstdcxx): New option.
3174 * configure: Regenerate.
3175
3176 2009-01-29 Robert Millan <rmh@aybabtu.com>
3177
3178 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
3179 * configure: Regenerate.
3180
3181 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
3182
3183 PR tree-optimization/38515
3184 * configure.ac (cloog-polylib): Removed.
3185 (with_ppl, with_cloog): Test for "no".
3186 * configure: Regenerated.
3187
58e24671
RW
31882009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3189
3190 Backport from git Libtool:
3191
3192 2009-01-19 Robert Millan <rmh@aybabtu.com>
3193 Support GNU/kOpenSolaris.
3194 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
3195 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
3196 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
3197 GNU/kOpenSolaris.
3198
314b2e66
AS
31992009-02-05 Andreas Schwab <schwab@suse.de>
3200
3201 * Makefile.tpl (stage_last): Define $r and $s before using
3202 $(RECURSE_FLAGS_TO_PASS).
3203 * Makefile.in: Regenerate
3204
8b700390
JJ
32052009-01-21 Jeff Johnston <jjohnstn@redhat.com>
3206
3207 * COPYING.NEWLIB: Add ARM license.
3208
66775d67
AM
32092009-01-16 Alan Modra <amodra@bigpond.net.au>
3210
3211 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 3212 (all-opcodes): Depend on all-libiberty.
66775d67
AM
3213 * Makefile.in: Regenerate.
3214
19e99079
NC
32152009-01-15 Douglas B Rupp <rupp@gnat.com>
3216
3217 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
3218 * configure: Regenerate.
3219
22e8c8e0
RW
32202008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3221
3222 Backport link test fix from upstream Libtool:
3223
3224 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
3225 Add cache variables to tests that require the linker to work.
3226 For shlibpath_overrides_runpath, this also changes the semantics
3227 to let the result from the C compiler take precedence.
3228 compiler take precedence.
3229
7d6d7764
BE
32302008-12-02 Ben Elliston <bje@au.ibm.com>
3231
3232 * config.sub, config.guess: Update from upstream sources.
3233
ea8af06e
JJ
32342008-12-17 Jeff Johnston <jjohnstn@redhat.com>
3235
3236 * COPYING.NEWLIB: Updated.
3237 * COPYING.LIBGLOSS: Ditto.
3238
af0771d3
PB
32392008-12-16 Paolo Bonzini <bonzini@gnu.org>
3240
3241 Sync with GCC:
3242
3243 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
3244
3245 * configure.ac (ppllibs): Add by default the lib flags.
3246 * configure: Regenerate.
3247
3248 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3249
314b2e66
AS
3250 * configure.ac: Add double brackets on darwin[912].
3251 * configure: Regenerate.
af0771d3
PB
3252
3253 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
3254
314b2e66
AS
3255 * configure.ac: Expand to darwin10 and later.
3256 * configure: Regenerate.
af0771d3 3257
f7c83eac
AS
32582008-12-02 Andreas Schwab <schwab@suse.de>
3259
3260 * Makefile.def: configure-target-boehm-gc depends on
3261 all-target-libstdc++-v3.
3262 * Makefile.in: Regenerate.
3263
bc67ad83
BE
32642008-12-02 Ben Elliston <bje@au.ibm.com>
3265
3266 * config.sub, config.guess: Update from upstream sources.
3267
e28c595f
JM
32682008-11-27 Joseph Myers <joseph@codesourcery.com>
3269
3270 Merge from GCC:
3271
3272 2007-12-02 Matthias Klose <doko@ubuntu.com>
3273
3274 * config-ml.in: Remove 64bit configure tests.
3275
3276 2008-05-14 Rafael Espindola <espindola@google.com>
3277
3278 * config-ml.in: don't handle --enable-shared and --enable-static.
3279
3280 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
3281 Tobias Grosser <grosser@fim.uni-passau.de>
3282 Jan Sjodin <jan.sjodin@amd.com>
3283 Harsha Jagasia <harsha.jagasia@amd.com>
3284 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
3285 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3286 Adrien Eliche <aeliche@isty.uvsq.fr>
3287
3288 Merge from graphite branch.
3289 * configure: Regenerate.
3290 * Makefile.in: Regenerate.
3291 * configure.ac (host_libs): Add ppl and cloog.
3292 Add checks for PPL and CLooG.
3293 * Makefile.def (ppl, cloog): Added modules and dependences.
3294 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
3295 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
3296
3297 2008-09-03 Richard Guenther <rguenther@suse.de>
3298
3299 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
3300 cloog test.
3301 * configure: Re-generate.
3302
3303 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
3304
3305 * configure.ac (--with-cloog-polylib): New.
3306 (--disable-cloog-version-check): New.
3307 (--disable-ppl-version-check): New.
3308 * configure: Re-generate.
3309
3310 2008-09-05 Richard Guenther <rguenther@suse.de>
3311
3312 * configure.ac: Initialize clooglibs to -lcloog.
3313 * configure: Re-generate.
3314
3315 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3316
3317 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3318 recommended version to 2.3.2.
3319
3320 * configure: Regenerate.
3321
3322 2008-10-31 Ben Elliston <bje@au.ibm.com>
3323
3324 * configure.ac (spu-*-*): Remove special case.
3325 * configure: Regenerate.
3326
3327 Complete comment text from GCC version of:
3328
3329 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3330
3331 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3332 (GCC_SHLIB_SUBDIR): New.
3333 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3334 * configure: Regenerate.
3335 * Makefile.in: Regenerate.
3336
652dec25
TG
33372008-11-27 Tristan Gingold <gingold@adacore.com>
3338
3339 * configure.ac: Build gdb for i?86-*-darwin*
3340 * configure: Regenerated.
3341
7582fb4a
DJ
33422008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3343
3344 PR bootstrap/38014
3345 PR bootstrap/37923
3346
3347 Revert:
3348
3349 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3350
3351 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3352 * Makefile.in: Regenerated.
3353
3354 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3355
3356 PR gdb/921
3357 PR gdb/1646
3358 PR gdb/2175
3359 PR gdb/2176
3360
3361 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3362 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3363 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3364 (HOST_EXPORTS): Pass CPPFLAGS.
3365 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3366 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3367 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3368 * Makefile.in, configure: Regenerated.
3369 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3370 and CPPFLAGS_FOR_BUILD.
3371
faee1be2
UW
33722008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3373
3374 * configure.ac [spu-*-*]: Do not set skipdirs.
3375 * configure: Re-generate.
3376
b7c2dce4
DJ
33772008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3378
3379 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3380 * Makefile.in: Regenerated.
3381
bb52de30
DJ
33822008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3383
3384 PR gdb/921
3385 PR gdb/1646
3386 PR gdb/2175
3387 PR gdb/2176
3388
3389 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3390 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3391 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3392 (HOST_EXPORTS): Pass CPPFLAGS.
3393 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3394 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3395 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3396 * Makefile.in, configure: Regenerated.
3397 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3398 and CPPFLAGS_FOR_BUILD.
3399
b25062ae
SE
34002008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3401
3402 * libtool.m4: Update to libtool 2.2.6.
3403 * lt~obsolete.m4: Update to libtool 2.2.6.
3404 * ltmain.sh: Update to libtool 2.2.6.
3405 * ltsugar.m4: Update to libtool 2.2.6.
3406 * ltversion.m4: Update to libtool 2.2.6.
3407 * ltoptions.m4: Update to libtool 2.2.6.
3408 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3409
3bbd2f8f
AL
34102008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3411
3412 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3413 (GCC_SHLIB_SUBDIR): New.
3414 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3415 * configure: Regenerate.
3416 * Makefile.in: Regenerate.
3417
b29d32ce
TG
34182008-08-28 Tristan Gingold <gingold@adacore.com>
3419
3420 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3421 Enable bfd, binutils and opcodes.
3422 * configure: Regenerate.
3423
c325a203
DD
34242008-08-16 Nicolas Roche <roche@adacore.com>
3425
3426 * Makefile.tpl: Add BOOT_ADAFLAGS.
3427 * Makefile.in: Regenerate.
3428
e7c8859c
RS
34292008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3430
3431 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3432 * configure: Regenerate.
3433
da888c87
PB
34342008-07-30 Paolo Bonzini <bonzini@gnu.org>
3435
3436 Sync with gcc:
3437 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3438
f7c83eac
AS
3439 * configure.ac: Add makefile fragments for hpux.
3440 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3441 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3442 * configure: Regenerate.
3443 * Makefile.in: Regenerate.
da888c87
PB
3444
3445 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3446
f7c83eac
AS
3447 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3448 * Makefile.in: Regenerate.
3449 * configure: Regenerate.
da888c87 3450
944982cf
ILT
34512008-06-18 Ian Lance Taylor <iant@google.com>
3452
662c6704
ILT
3453 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3454
944982cf
ILT
3455 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3456
7a283e07
RW
34572008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3458
3459 * configure: Regenerate.
3460
5b553f7e
RW
34612008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3462
3463 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3464 "$@" is still intact with both Autoconf 2.59 and 2.62.
3465 * configure: Regenerate.
3466
675492f0
RW
34672008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3468
3469 * Makefile.tpl: Fix comment errors.
3470 * Makefile.in: Regenerate.
3471
b018a5d1
JB
34722008-06-13 Julian Brown <julian@codesourcery.com>
3473
3474 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3475 of libobjc for ARM EABI Linux.
3476 * configure: Regenerate.
3477
310213e8
DE
34782008-06-12 David S. Miller <davem@davemloft.net>
3479 David Edelsohn <edelsohn@gnu.org>
3480
3481 * configure.ac: Add powerpc*-*-* to gold supported targets.
3482 * configure: Regenerate.
3483
6641ce42
JM
34842008-06-08 Joseph Myers <joseph@codesourcery.com>
3485
3486 PR tree-optimization/36218
3487 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3488 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3489 (all prefix="build-"): Pass them to build-system sub-makes.
3490 * Makefile.in: Regenerate.
3491
03c2f9e6
DJ
34922008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3493
3494 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3495 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3496 mkdep, and compile. Update comments.
3497 (ETC_SUPPORT): Add ChangeLog and update comments.
3498
4538db8b
ILT
34992008-05-11 Ian Lance Taylor <iant@google.com>
3500
3501 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3502
266df637
PB
35032008-04-18 Paolo Bonzini <bonzini@gnu.org>
3504
3505 Sync with gcc:
3506 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3507
3508 PR bootstrap/35457
3509 * configure.ac: Include override.m4.
3510 * configure: Regenerate.
3511
3512 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3513
f7c83eac
AS
3514 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3515 * Makefile.in: Regenerate.
266df637
PB
3516
3517 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3518
f7c83eac
AS
3519 * configure.ac: Do not build libssp for the AVR.
3520 * configure: Regenerate.
266df637 3521
a86a761e
NC
35222008-04-18 Nick Clifton <nickc@redhat.com>
3523
3524 * MAINTAINERS: Replace reference to configure.in with reference to
3525 configure.ac.
3526
52310858
NC
35272008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3528
f7c83eac 3529 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 3530 as nonconfigurable directories list.
f7c83eac 3531 * configure: Regenerate.
52310858 3532
f5314dd5
DM
35332008-04-14 David S. Miller <davem@davemloft.net>
3534
3535 * configure.ac: Add sparc*-*-* to gold supported targets.
3536 * configure: Regenerate.
3537
e2208220
BE
35382008-04-14 Ben Elliston <bje@au.ibm.com>
3539
3540 * config.sub, config.guess: Update from upstream sources.
3541
0bb6ea20
HPN
35422008-04-12 Hans-Peter Nilsson <hp@axis.com>
3543
3544 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3545 * Makefile.in: Regenerate.
3546
e5164e97
ILT
35472008-04-07 Ian Lance Taylor <iant@google.com>
3548
3549 * Makefile.def: check-gold depends upon all-binutils.
3550 * Makefile.in: Regenerate.
3551
e33b51a6
NC
35522008-04-04 Nick Clifton <nickc@redhat.com>
3553
3554 PR binutils/4334
3555 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3556 builds.
3557 * configure: Regenerate.
3558
fc5df3ab
NC
35592008-04-04 NightStrike <NightStrike@gmail.com>
3560
3561 PR other/35151
f7c83eac
AS
3562 * configure.ac: Combine rules for mingw32 and mingw64.
3563 * configure: Regenerate.
fc5df3ab 3564
c779bab8
PB
35652008-03-27 Paolo Bonzini <bonzini@gnu.org>
3566
3567 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3568 * Makefile.in: Regenerate.
3569
93f9b408
ILT
35702008-03-20 Ian Lance Taylor <iant@google.com>
3571
3572 * configure.ac: Add support for --enable-gold.
3573 * Makefile.def: Add gold as a directory like ld.
3574 * configure, Makefile.in: Regenerate.
3575
5746fb46
AK
35762008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3577
3578 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3579 (s390_cond_extensions): Reduced extensions to the compare related.
3580 (main): z10 cpu type option added.
3581 (expandConditionalJump): Renamed to ...
3582 (insertExpandedMnemonic): ... this.
3583
3584 * opcodes/s390-opc.c: Re-group the operand format makros.
3585 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3586 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3587 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3588 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3589 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3590 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3591 INSTR_SIL_RDU): New instruction formats added.
3592 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3593 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3594 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3595 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3596 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3597 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3598 masks added.
3599 (s390_opformats): New formats added "ris", "rrs", "sil".
3600 * opcodes/s390-opc.txt: Add the conditional jumps with the
3601 extensions removed from automatic expansion in s390-mkopc.c manually.
3602 (asi - trtre): Add new System z10 EC instructions.
3603 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3604
58c85be7
RW
36052008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3606
3607 * configure.ac: m4_include config/proginstall.m4.
3608 * configure: Regenerate.
3609
78124051
RW
36102008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3611
3612 Backport from upstream Libtool:
f7c83eac 3613
78124051 3614 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 3615
78124051
RW
3616 Deal with Autoconf 2.62's semantic change in m4_append.
3617 * ltsugar.m4 (lt_append): Replace broken versions of
3618 m4_append.
3619 (lt_if_append_uniq): Don't require separator to be overquoted,
3620 and avoid broken m4_append.
3621 (lt_dict_add): Fix typo.
3622 * libtool.m4 (_LT_DECL): Don't overquote separator.
3623
018f1bea
DE
36242008-03-13 David Edelsohn <edelsohn@gnu.org>
3625
3626 * config.rpath: Add AIX 6 support.
3627
5c5f596d
PB
36282008-03-13 Paolo Bonzini <bonzini@gnu.org>
3629
3630 * Makefile.def (stageprofile). Remove -fprofile-generate
3631 from stage_libcflags.
3632 * Makefile.in: Regenerate.
3633
a1f93a5e
BE
36342008-03-13 Ben Elliston <bje@au.ibm.com>
3635
3636 * config.sub, config.guess: Update from upstream sources.
3637
98c3d905
AK
36382008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3639
3640 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3641 * s390-opc.txt (cmpsc): Duplicate entry removed.
3642 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3643 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3644 fier, cu42, cu41): Fix operand format.
3645
7f6ef0c0
PB
36462008-02-20 Paolo Bonzini <bonzini@gnu.org>
3647
f7c83eac
AS
3648 PR bootstrap/32009
3649 PR bootstrap/32161
3650
3651 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3652 * configure: Regenerate.
3653
3654 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3655 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3656 STAGE4_LIBCFLAGS): New.
3657 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3658 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3659 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3660 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3661 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3662 for target modules. Don't export LIBCFLAGS.
3663 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3664 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3665 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3666 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3667 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3668 * Makefile.in: Regenerate.
7f6ef0c0 3669
eaf19029
PB
36702008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3671
3672 PR libgcj/33085
3673 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3674 Do not use -DDLL_EXPORT. Backport from upstream.
3675
680c43e9
NC
36762008-02-14 Nick Clifton <nickc@redhat.com>
3677
3678 Import this patch from gcc:
3679 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3680
3681 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3682
c72b1d96
HPN
36832008-02-02 Hans-Peter Nilsson <hp@axis.com>
3684
3685 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3686 * configure: Regenerate.
3687
8b66833e
BW
36882008-01-31 Marc Gauthier <marc@tensilica.com>
3689
3690 * configure.ac (xtensa*-*-*): Recognize processor variants.
3691 * configure: Regenerate.
3692
9cc8ae67
PB
36932008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3694
f7c83eac
AS
3695 PR bootstrap/34922
3696 * configure.ac (PARSE_ARGS): Push suitable setting of
3697 ac_subdirs_all, for `./configure --help=recursive'.
3698 Handle `+' in generic toplevel directory disabling.
3699 * configure: Regenerate.
9cc8ae67 3700
19090595
BE
37012008-01-23 Ben Elliston <bje@au.ibm.com>
3702
3703 * config.sub, config.guess: Update from upstream sources.
3704
9f1e7fd3
BE
37052008-01-08 Ben Elliston <bje@au.ibm.com>
3706
3707 * config.sub, config.guess: Update from upstream sources.
3708
2f959d61
JJ
37092007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3710
3711 * COPYING.LIBGLOSS: Update default copyright.
3712
aa054b85
JJ
37132007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3714
3715 * COPYING.NEWLIB: Update default copyright.
3716
57c53b2b
RS
37172007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3718
3719 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3720 Change recommended MPFR from 2.2.1 > 2.3.0.
3721 * configure: Regenerate.
3722
fee14b60
RS
37232007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3724
3725 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3726 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3727 * Makefile.in: Regenerate.
3728
c9b68031
DD
37292007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3730
3731 * configure.ac: Enable libjava for x86_64-*-darwin9.
3732 * configure: Regenerate.
3733
ad25e7d5
BE
37342007-12-05 Ben Elliston <bje@au.ibm.com>
3735
3736 * config.sub, config.guess: Update from upstream sources.
3737
6ac84f65
PB
37382007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3739
f7c83eac
AS
3740 * config-ml.in: Robustify against white space in absolute file
3741 names.
6ac84f65 3742
f7c83eac
AS
3743 * config-ml.in (multi-clean): Substitute ${Makefile}.
3744 Remove superfluous ${Makefile} in list.
6ac84f65 3745
7b3200f9
DJ
37462007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3747
3748 * Makefile.def (dependencies): Make configure-gdb depend on
3749 all-intl.
3750 * Makefile.in: Regenerated.
3751
2c133ff9
JJ
37522007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3753
3754 * Makefile.def: To avoid problems running with parallel makes,
3755 build newlib before libgloss so that target specific header
3756 files are availble.
3757 * Makefile.in: Regenerate.
3758
5074315a
DJ
37592007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3760
3761 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3762 * Makefile.in: Regenerate.
3763
f5bc1778
DJ
37642007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3765
3766 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3767 * libdecnumber: New directory, imported from GCC.
3768
c66487f8
NC
37692007-10-08 Mike Frysinger <vapier@gentoo.org>
3770
3771 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3772 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3773 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3774 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3775 * configure: Regenerate.
3776
b5714970
PB
37772007-10-01 Paolo Bonzini <bonzini@gnu.org>
3778
3779 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3780 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3781 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3782 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3783 * configure.ac: Default them to host tools for $host = $build.
3784 Subst them.
3785
3786 * configure: Regenerate.
3787 * Makefile.in: Regenerate.
3788
f3b1e08e
RS
37892007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3790
3791 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3792 * configure: Regenerate.
3793
cff87f51
DD
37942007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3795
3796 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3797 libstdc++.
3798 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3799 * configure: Regenerate.
3800 * Makefile.in: Regenerate.
f7c83eac 3801
625a61cd
AS
38022007-09-17 Andreas Schwab <schwab@suse.de>
3803
3804 * configure.ac: Raise minimum makeinfo version to 4.6.
3805 * configure: Regenerate.
3806
83a3a68b
AM
38072007-09-15 Alan Modra <amodra@bigpond.net.au>
3808
3809 * configure.ac: Correct makeinfo version check.
3810 * configure: Regenerate.
3811
5bd8be13
RS
38122007-09-14 Richard Sandiford <richard@codesourcery.com>
3813
3814 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3815 to $skipdirs and only disable gprof for newlib. Use the normal
3816 mips*-elf* handling in other respects.
3817 * configure: Regnerate.
3818
5566c1fa
DD
38192007-09-12 David Daney <ddaney@avtrex.com>
3820
3821 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3822 enabling libgcj.
3823 * configure: Regenerate.
3824
38252007-09-12 Richard Guenther <rguenther@suse.de>
3826
3827 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3828 nor --disable-checking is provided also turn on yes and types
3829 checking for stage1.
3830 * configure: Re-generate.
3831
a18e2996 38322007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
3833
3834 PR target/33281
3835 * configure.ac: Use config/mh-mingw on mingw.
3836 * configure: Regenerate.
84e7906e 3837
691bb5a1
DD
38382007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3839
3840 PR other/32154
3841 * configure.ac: For libgloss targets, point the linker to the linker
3842 script, startup code and simulator library.
3843 * configure: Regenerate.
3844
6d18b86b
AH
38452007-09-09 Andrew Haley <aph@redhat.com>
3846
3847 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 3848 target-libjava.
6d18b86b 3849
f00a3165 38502007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 3851
f00a3165 3852 * config.sub, config.guess: Update from upstream sources.
971aaaa5 3853
2abc4e65
BE
38542007-08-21 Richard Guenther <rguenther@suse.de>
3855
3856 * configure.ac: Add types checking to stage1 checking flags.
3857 * configure: Regenerate.
3858
8a6ee3ab 38592007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 3860 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
3861
3862 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3863 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3864 * Makefile.in: Regenerate.
3865 * configure.ac (--with-debug-prefix-map): New.
3866 * configure: Regenerate.
3867
429acdec
RS
38682007-08-17 Richard Sandiford <richard@codesourcery.com>
3869 Nigel Stephens <nigel@mips.com>
3870
429acdec
RS
3871 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3872 as target_makefile_frag.
3873 * configure: Regenerate.
3874
8520c408
AO
38752007-08-16 Alexandre Oliva <aoliva@redhat.com>
3876
3877 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3878 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3879 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3880 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3881 (do-compare, do-compare3, do-compare-debug): New.
3882 ([+compare-target+]): Use them.
3883
38842007-08-16 Alexandre Oliva <aoliva@redhat.com>
3885
3886 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3887 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3888 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3889 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3890 (do-compare, do-compare3, do-compare-debug): New.
3891 ([+compare-target+]): Use them.
3892
2444379b
BE
38932007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3894 Ben Elliston <bje@au.ibm.com>
3895
3896 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3897 --silent if $silent.
3898 * configure: Regenerate.
3899
d6f99447
DJ
39002007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3901
3902 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3903
bd0aa315
NC
39042007-07-17 Nick Clifton <nickc@redhat.com>
3905
3906 * COPYING3: New file. Contains version 3 of the GNU General
3907 Public License.
3908 * COPYING3.LIB: New file. Contains version 3 of the GNU
3909 Lesser General Public License.
3910
0ebe98fb
BS
39112007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3912
3913 * configure.ac: Fix my previous change to really match GCC.
3914 * configure: Regenerate.
3915
521ec477
DD
39162007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3917
3918 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3919 * configure: Regenerate.
3920
39212007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3922
3923 * configure.ac: Add some missing m4 quotation.
3924 * configure: Regenerate.
3925
0c24b341
NC
39262007-07-09 Kai Tietz <kai.tietz@onevision.com>
3927
f7c83eac
AS
3928 * Makefile.def: Add windmc tool to build.
3929 * Makefile.tpl: Likewise.
3930 * configure.ac: Likewise.
3931 * Makefile.in: Regenerate.
3932 * configure: Regenerate.
0c24b341 3933
a09314d0
L
39342007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3935
3936 * lt~obsolete.m4: New. Import from 20070318 libtool.
3937
7c3e1d12
BS
39382007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3939
3940 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3941 uclinux and linux-uclibc targets.
3942 * configure: Regenerate.
3943
a5b3b4dd
DD
39442007-06-28 DJ Delorie <dj@redhat.com>
3945
3946 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3947 not building newlib.
3948 * configure: Regenerated.
f7c83eac 3949
184d813c
DJ
39502007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3951
3952 * src-release (DEVO_SUPPORT): Correct typos.
3953
31d99776
DJ
39542007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3955
3956 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3957 * Makefile.in: Regenerated.
3958
e00a73e3
PB
39592007-06-14 Paolo Bonzini <bonzini@gnu.org>
3960
f7c83eac
AS
3961 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3962 (distclean-stage[+id+]): Possibly delete stage_last.
3963 * Makefile.in: Regenerate.
e00a73e3 3964
98a1bbc5
BE
39652007-06-07 Ben Elliston <bje@au.ibm.com>
3966
3967 * config.sub, config.guess: Update from upstream sources.
3968
973601e1
BE
39692007-06-07 Ben Elliston <bje@au.ibm.com>
3970
3971 * Makefile.tpl: Fix spelling error.
3972 * Makefile.in: Regenerate.
3973
2038f525
PB
39742007-06-04 Paolo Bonzini <bonzini@gnu.org>
3975
3976 Sync with gcc:
3977 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3978
f7c83eac
AS
3979 PR bootstrap/29382
3980 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3981 * configure: Rebuilt.
2038f525 3982
f7c5c4b5
PB
39832007-06-01 Steve Ellcey <sje@cup.hp.com>
3984
12a64d4f
L
3985 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3986 lt_cv_sys_max_cmd_len.
f7c5c4b5 3987
7ad9660b
PB
39882007-05-31 Paolo Bonzini <bonzini@gnu.org>
3989
3990 * ltgcc.m4: Update from GCC.
3991
0e7ef45c
EC
39922007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3993
12a64d4f 3994 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 3995
37ad9514
SE
39962007-05-24 Steve Ellcey <sje@cup.hp.com>
3997
3998 * ltmain.sh: Update from GCC.
3999 * libtool.m4: Update from GCC.
4000 * ltsugar.m4: New. Update from GCC.
4001 * ltversion.m4: New. Update from GCC.
4002 * ltoptions.m4: New. Update from GCC.
4003 * ltconfig: Remove.
4004 * ltcf-c.sh: Remove.
4005 * ltcf-cxx.sh: Remove.
4006 * ltcf-gcj.sh: Remove.
4007 * src-release: Update with new libtool file list.
4008
8ee82aff
PB
40092007-05-16 Paolo Bonzini <bonzini@gnu.org>
4010
4011 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
4012 stage_cflags.
4013 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
4014 Remove CFLAGS/LIBCFLAGS.
4015 (configure-stage[+id+]-[+prefix+][+module+],
4016 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
4017 * Makefile.in: Regenerate.
4018
149cb58d
SE
40192007-04-14 Steve Ellcey <sje@cup.hp.com>
4020
4021 * config-ml.in: Update from GCC.
4022
91506736
DJ
40232007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
4024
4025 * src-release (do-proto-toplev): Process the support directories before
4026 the tool directory.
4027
ffa8bd48
RS
40282007-03-21 Richard Sandiford <richard@codesourcery.com>
4029
4030 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
4031 of glob. Quote arguments with single quotes too.
4032 * configure: Regenerate.
4033
a4fd3374
DD
40342007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
4035
4036 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
4037 * Makefile.in: Regenerate
4038
b8025f34
AS
40392007-03-07 Andreas Schwab <schwab@suse.de>
4040
4041 * configure: Regenerate.
4042
a3ca38d2
DD
40432007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
4044
4045 * configure.ac: Add "--with-pdfdir" configure option,
4046 which defines pdfdir variable.
4047 * Makefile.def (target=fixincludes): Add install-pdf to
4048 missing targets.
4049 (recursive_targets): Add install-pdf target.
4050 (flags_to_pass): Add pdfdir.
4051 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
4052 target.
4053 * configure: Regenerate
4054 * Makefile.in: Regenerate
4055
40562007-02-28 Eric Christopher <echristo@apple.com>
4057
4058 Revert:
4059 2006-12-07 Mike Stump <mrs@apple.com>
4060
4061 * Makefile.def (dependencies): Add dependency for
4062 install-target-libssp and install-target-libgomp on
4063 install-gcc.
4064 * Makefile.in: Regenerate.
4065
40662007-02-27 Matt Kraai <kraai@ftbfs.org>
4067
4068 * configure: Regenerate.
4069 * configure.ac: Move statements after variable declarations.
4070
a4708fba
JM
40712007-02-19 Joseph Myers <joseph@codesourcery.com>
4072
4073 * configure.ac: Adjust for loop syntax.
4074 * configure: Regenerate.
4075
9a819804
AO
40762007-02-18 Alexandre Oliva <aoliva@redhat.com>
4077
4078 * configure: Rebuilt.
4079
81ec575a
AO
40802007-02-18 Alexandre Oliva <aoliva@redhat.com>
4081
4082 * configure.ac: Drop multiple occurrences of --enable-languages,
4083 and fix its quoting.
4084 * configure: Rebuilt.
4085
92f01d61 40862007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
4087 Nathan Sidwell <nathan@codesourcery.com>
4088 Vladimir Prus <vladimir@codesourcery.com
4089 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
4090
4091 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
4092 * configure: Regenerate.
4093
b1299c4e
DJ
40942007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4095
4096 * configure.ac (target_libraries): Move libgcc before libiberty.
4097 * configure: Regenerated.
4098
18f6b6ee
PB
40992007-02-13 Paolo Bonzini <bonzini@gnu.org>
4100
4101 * configure: Regenerate again?
4102
9c4e9f27
PB
41032007-02-13 Paolo Bonzini <bonzini@gnu.org>
4104
4105 * configure: Reapply PR30748 fix which was lost in the previous commit.
4106
24ff9987
DJ
41072007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
4108 Paolo Bonzini <bonzini@gnu.org>
4109
4110 PR bootstrap/30753
4111 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
4112 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
4113 * configure: Regenerated.
4114
7df2cd5d
PB
41152007-02-10 Paolo Bonzini <bonzini@gnu.org>
4116
4117 * configure: Regenerate.
4118
b0aaa663
DJ
41192007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4120
4121 PR bootstrap/30748
4122 * configure.ac: Correct syntax for Solaris ksh.
4123 * configure: Regenerated.
4124
a0323144
PB
41252007-02-09 Paolo Bonzini <bonzini@gnu.org>
4126
4127 * Makefile.def: Sync with GCC.
4128 * Makefile.tpl: Sync with GCC.
4129 * Makefile.in: Regenerate.
4130 * configure: Regenerate.
4131
c6b750e1
DJ
41322007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
4133
4134 * Makefile.tpl (build_alias, host_alias, target_alias): Use
4135 noncanonical equivalents.
4136 * configure.in: Rename to...
4137 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
4138 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
4139 target_noncanonical. Use them. Rewrite removal of configure
4140 arguments for autoconf 2.59. Discard variable settings. Force
4141 program_transform_name for native tools.
4142
4143 * Makefile.in: Regenerated.
4144 * configure: Regenerated with autoconf 2.59.
4145
4146 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
4147
f3cd89f4
JJ
41482007-02-08 Jeff Johnston <jjohnstn@redhat.com>
4149
4150 * COPYING.LIBGLOSS: Reformat default Red Hat
4151 license to fit within 80 columns.
4152 * COPYING.NEWLIB: Ditto.
4153
4e206d7e
DB
41542007-02-05 Dave Brolley <brolley@redhat.com>
4155
4156 * Contribute the following changes:
4157 2006-11-28 DJ Delorie <dj@redhat.com>
4158
4159 * configure.in: Fix typo for mep's target_makefile_frag.
4160 * configure: Regenerated.
4161
4162 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
4163
4164 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
4165 * configure: Regenerate.
4166
4167 2001-09-19 DJ Delorie <dj@redhat.com>
4168
4169 * configure.in (target_makefile_frag): use mt-mep
4170
4171 2001-06-12 Don Howard <dhoward@redhat.com>
4172
4173 * configure.in: Remove gdb from MeP skip list.
4174
4175 2001-04-05 DJ Delorie <dj@redhat.com>
4176
4177 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
4178
4179 2001-03-20 Ben Elliston <bje@redhat.com>
4180
4181 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
4182
4183 2001-03-19 Ben Elliston <bje@redhat.com>
4184
4185 * config.sub (mep, mep-*): Add.
4186
b2edfdd2
AS
41872007-01-31 Andreas Schwab <schwab@suse.de>
4188
4189 * Makefile.tpl (LDFLAGS): Substitute it.
4190 * Makefile.in: Regenerate.
4191
ceb92e78
PB
41922007-01-11 Paolo Bonzini <bonzini@gnu.org>
4193
4194 * configure.in: Change == to = in test command.
f7c83eac 4195 * configure: Regenerate.
ceb92e78 4196
4b900473 41972007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
4198 Nick Clifton <nickc@redhat.com>
4199 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
4200
4201 * configure.in (build_configargs, host_configargs, target_configargs):
4202 Remove build/host/target parameters.
4203 (host_libs): Add gmp and mpfr.
4204 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
4205 * Makefile.def (gmp, mpfr): New.
4206 (gcc): Remove target.
4207 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
4208 target_os, target_vendor): New.
4209 (configure): Add host_alias/target_alias arguments. Adjust invocations.
4210 * configure: Regenerate.
4211 * Makefile.in: Regenerate.
4b900473
PB
4212
42132007-01-11 Matt Fago <fago@earthlink.net>
4214
4215 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 4216 to improve robustness of configure tests.
4b900473
PB
4217 * configure: Regenerate.
4218
80f6dcbc
NC
42192007-01-08 Kai Tietz <kai.tietz@onevision.com>
4220
4221 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 4222 * configure: Regenerate.
80f6dcbc 4223
f86e35b8
NC
42242007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
4225
4226 * Makefile.tpl (all-target): Correct @if conditional for target
4227 modules.
4228 * configure.in: Omit libiberty if building only target libgcc.
4229 * configure, Makefile.in: Regenerated.
4230
79fcd0ec
PB
42312007-01-04 Paolo Bonzini <bonzini@gnu.org>
4232
4233 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
4234 * configure: Regenerate.
4235
6aa8ef82
DJ
42362007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
4237
4238 * Makefile.def (target_modules): Add libgcc.
4239 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
4240 * Makefile.tpl (clean-target-libgcc): Delete.
4241 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
4242 on gcc even for bootstrapped modules. Rewrite handling of
4243 lang_env_dependencies to loop over target_modules.
4244 * configure.in (target_libraries): Add target-libgcc.
4245 * Makefile.in, configure: Regenerated.
4246
9b134994
PB
42472006-12-29 Paolo Bonzini <bonzini@gnu.org>
4248
4249 Sync with gcc:
4250 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4251
f7c83eac
AS
4252 * configure.in: Reorganize recognition of languages. Add
4253 --enable-stage1-languages. Show supported languages for the chosen
4254 target rather than all recognized languages.
4255 * configure: Regenerate.
9b134994
PB
4256
4257 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
4258
f7c83eac
AS
4259 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
4260 * Makefile.in: Regenerate.
9b134994
PB
4261
4262 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4263
f7c83eac
AS
4264 * configure.in: Warn that MPFR 2.2.0 is buggy.
4265 * configure: Regenerate.
9b134994 4266
8cf39b1b
ILT
42672006-12-27 Ian Lance Taylor <iant@google.com>
4268
4269 * configure.in: When removing Makefiles to force a reconfigure, also
4270 remove prev-DIR*/Makefile.
4271 * configure: Regenerate.
4272
ebff6cd5
KH
42732006-12-23 Kazu Hirata <kazu@codesourcery.com>
4274
4275 * config.bfd: Recognize fido.
4276
8a0d8a5c
PB
42772006-12-19 Paolo Bonzini <bonzini@gnu.org>
4278
4279 Sync with gcc:
4280
4281 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4282
4283 * configure.in: Remove "$build" case for powerpc-*-darwin* since
4284 it only affects bootstrap and could be tested on "$host" as well.
4285 * configure: Regenerate.
4286 * config/mh-ppc-darwin: Add to the stage1 cflags here.
4287
4288 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
4289
4290 PR bootstrap/29544
4291 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
4292 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
4293 move here comment from Makefile.tpl.
4294 * Makefile.tpl: Move some definitions higher in the file.
4295 (STAGE1_CHECKING): New.
4296 * configure.in: Add --enable-stage1-checking.
4297 * configure: Regenerate.
4298 * Makefile.in: Regenerate.
4299
4300 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4301
4302 * configure.in: Update error message for missing GMP/MPFR.
4303
4304 * configure: Regenerate.
4305
4306 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4307
4308 * configure.in: Update MPFR version in error message.
4309
4310 * configure: Regenerate.
4311
4312 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4313
4314 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4315 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4316 --with-gmp-lib): New flags.
4317
4318 * configure: Regenerate.
4319
790c0838
AM
43202006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4321
4322 PR bootstrap/30134
4323 * configure.in: Correct x86 darwin support for libjava to powerpc
4324 and i?86 only.
4325 * configure: Regenerate.
4326
77d7106f
AM
43272006-12-11 Alan Modra <amodra@bigpond.net.au>
4328
4329 * configure.in: Handle spu makefile frag.
77d7106f
AM
4330 * Makefile.tpl (MAINT): Define
4331 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4332 * configure: Regenerate.
4333 * Makefile.in: Regenerate.
4334
0cfa5389
BE
43352006-12-11 Ben Elliston <bje@au.ibm.com>
4336
4337 * config.sub, config.guess: Update from upstream sources.
4338
2839fe5d
BE
43392006-12-11 Ben Elliston <bje@au.ibm.com>
4340
4341 * configure.in: Sync with GCC (spu-*-*).
4342 * configure: Sync with GCC.
4343
b897f5d4
MS
43442006-12-07 Mike Stump <mrs@apple.com>
4345
4346 * Makefile.def (dependencies): Add dependency for
4347 install-target-libssp and install-target-libgomp on
4348 install-gcc.
4349 * Makefile.in: Regenerate.
4350
9daf3993
PB
43512006-11-16 Paolo Bonzini <bonzini@gnu.org>
4352
4353 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4354 (unstage): Test for stage_last presence.
4355
4356 PR bootstrap/29802
4357 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4358 * Makefile.in: Regenerate.
4359
9dbaa842
DD
43602006-11-14 DJ Delorie <dj@redhat.com>
4361
4362 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4363 * Makefile.in: Sync with GCC.
4364 * configure.in: Sync with GCC (mpfr, gmp).
4365 * configure: Sync with GCC.
4366
b0cbce8d
JJ
43672006-11-08 Jie Zhang <jie.zhang@analog.com>
4368
4369 * configure.in: Remove target-libgloss from noconfigdirs for
4370 bfin-*-*.
4371 * configure: Regenerated.
4372
44330a94
JJ
43732006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4374
4375 * COPYING.NEWLIB: Add spu license.
7de05dd5 4376 * COPYING.LIBGLOSS: Ditto.
44330a94 4377
56a8fe78
DD
43782006-10-17 Brooks Moses <bmoses@stanford.edu>
4379
4380 * Makefile.def: Added pdf target handling.
4381 * Makefile.tpl: Added pdf target handling.
4382 * Makefile.in: Regenerated.
4383
fbb00ad0
JJ
43842006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4385
4386 * COPYING.NEWLIB: Updated.
4387 * COPYING.LIBGLOSS: Ditto.
4388
6b89cc21
DB
43892006-09-27 Dave Brolley <brolley@redhat.com>
4390
4391 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4392 $s instead of $r.
4393 * configure: Regenerated.
4394
17bcf627
BE
43952006-09-26 Ben Elliston <bje@au.ibm.com>
4396
4397 * config.sub, config.guess: Update from upstream sources.
4398
f3529cf1
TS
43992006-09-20 Thiemo Seufer <ths@mips.com>
4400
4401 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4402 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4403 * configure: Regenerate.
4404
45055374
CV
44052006-08-30 Corinna Vinschen <corinna@vinschen.de>
4406
4407 * configure.in: Never build newlib for a Mingw host.
4408 Never build newlib as Mingw target library.
4409 Test the existence of winsup/cygwin for building a Cygwin newlib,
4410 rather than just winsup.
4411 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4412 building a Mingw target.
4413 * configure: Regenerate.
4414
4be041b2 44152006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4416 Nigel Stephens <nigel@mips.com>
4417 David Ung <davidu@mips.com>
4be041b2
TS
4418
4419 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4420
1d89b610
PB
44212006-07-25 Paolo Bonzini <bonzini@gnu.org>
4422
4423 Sync from GCC:
4424 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4425
f7c83eac
AS
4426 PR bootstrap/18058
4427 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4428 if the bootstrap compiler is a GCC version that supports it.
4429 * configure: Regenerate.
1d89b610 4430
66a79c16
DJ
44312006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4432
4433 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4434 * configure: Regenerated.
4435
c1cb7e02
PB
44362006-07-18 Paolo Bonzini <bonzini@gnu.org>
4437
f7c83eac
AS
4438 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4439 for stages after the first.
c1cb7e02 4440
7206a0ee
JJ
44412006-07-17 Jakub Jelinek <jakub@redhat.com>
4442
4443 * Makefile.def: Add dependencies for configure-opcodes
4444 on configure-intl and all-opcodes on all-intl.
4445 * Makefile.in: Regenerated.
4446
6816f995
AO
44472006-07-04 Peter O'Gorman <peter@pogma.com>
4448
4449 * ltconfig: chmod 644 before ranlib during install.
4450
3d3adb43
PB
44512006-07-03 Paolo Bonzini <bonzini@gnu.org>
4452
1f3f1bbf 4453 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4454 * configure: Regenerate.
4455
64ce424c
PB
44562006-07-03 Paolo Bonzini <bonzini@gnu.org>
4457
4458 Sync from gcc:
4459
4460 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4461
4462 PR other/27063
4463 * configure.in: Test subdir_requires and give an appropriate
4464 error message.
4465 * configure: Regenerate.
4466
4467 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4468
4469 PR target/27540
4470 * configure.in: Only enable libgomp on IRIX 6.
4471 * configure: Regenerate.
4472
d42c4017
DA
44732006-06-20 David Ayers <d.ayers@inode.at>
4474
4475 PR bootstrap/28072
4476 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4477 whether target-libjava is being configured instead of whether the
4478 java front end is enabled.
4479 * configure: Regenerate.
0e7ef45c 4480
4962c51a
MS
44812006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4482
4483 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4484 to R_ARM_LDC_SB_G{0,1,2} respectively.
4485
caee866a
PB
44862006-06-15 Paolo Bonzini <bonzini@gnu.org>
4487
4488 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4489 too.
4490 * Makefile.in: Regenerate.
4491
363ef840
DA
44922006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4493
4494 Sync from gcc:
4495
4496 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4497 * configure.in: Don't enable libgomp on hpux10.
4498 * configure: Rebuilt.
4499
54d1c879
DA
45002006-06-13 David Ayers <d.ayers@inode.at>
4501
4502 Sync from gcc:
4503
4504 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4505
54d1c879
DA
4506 PR bootstrap/27963
4507 PR target/19970
0e7ef45c 4508 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
4509 ${libgcj} is specified.
4510 * configure: Regenerate.
0e7ef45c 4511
a4d8b690
JJ
45122006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4513
4514 Sync from gcc:
4515
4516 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 4517 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
4518
4519 PR bootstrap/18033
4520 * config-ml.in: Eval option if surrounded by single quotes.
4521
4f0ef2d8
CD
45222006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4523
4524 Sync from gcc:
0e7ef45c 4525
4f0ef2d8 4526 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 4527
4f0ef2d8
CD
4528 PR libobjc/13946
4529 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4530 * Makefile.in: Regenerate.
4531 * configure.in: Add --enable-objc-gc at toplevel and have it
4532 enable boehm-gc for Objective-C.
4533 Remove target-boehm-gc from libgcj.
4534 Add target-boehm-gc to target_libraries.
4535 Add target-boehm-gc to noconfigdirs where ${libgcj}
4536 is specified.
4537 Assert that boehm-gc is supported when requested for Objective-C.
4538 Only build boehm-gc if needed either for Java or Objective-C.
4539 * configure: Regenerate.
4540
4541 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 4542
4f0ef2d8
CD
4543 PR 27674
4544 * Makefile.tpl (configure-[+prefix+][+module+],
4545 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4546 Remove rule to unstage bootstrapped modules.
4547 (stage_current): New.
4548 * Makefile.in: Regenerate.
4549
4550 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4551 Andreas Tobler <a.tobler@schweiz.ch>
4552
4553 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4554 * configure: Rebuilt.
4555
4556 Revert
4557 2006-01-31 Richard Guenther <rguenther@suse.de>
4558 Paolo Bonzini <bonzini@gnu.org>
4559
4560 * Makefile.def (target_modules): Add libgcc-math target module.
4561 * configure.in (target_libraries): Add libgcc-math target library.
4562 (--enable-libgcc-math): New configure switch.
4563 * Makefile.in: Re-generate.
4564 * configure: Re-generate.
4565
c17b816b
JJ
45662006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4567
4568 * config-ml.in: Alter CCASFLAGS to include special
4569 multilib options the same as is done for CFLAGS.
4570
20e95c23
DJ
45712006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4572
4573 * Makefile.def: Added dependencies from sim and gdb on intl, and
4574 added configure dependencies to everything with an all dependency
4575 on intl.
4576 * gettext.m4: Removed.
4577 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4578 (GDB_SUPPORT_DIRS): Add intl.
4579 * Makefile.in: Regenerated.
4580
4bd8ad80
DJ
45812006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4582
4583 * src-release (DEVO_SUPPORT): Add config.rpath.
4584
c380fdd8
PB
45852006-05-25 Paolo Bonzini <bonzini@gnu.org>
4586
4587 * Makefile.def (bfd, opcodes): Fix lib_path.
4588 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4589 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4590 * Makefile.in: Regenerate.
4591
701628f5
MS
45922006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4593
4594 * configure.in: Enable gprof for cross builds.
4595 * configure: Regenerate.
4596
25aae7f2
DJ
45972006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4598
4599 * src-release (MAKEINFOFLAGS): Define.
4600 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4601
ea3d1626
BE
46022006-05-14 Ben Elliston <bje@au.ibm.com>
4603
4604 * config.sub, config.guess: Update from upstream sources.
4605
49b9e644
BE
46062006-05-12 Ben Elliston <bje@au.ibm.com>
4607
4608 * config.sub, config.guess: Update from upstream sources.
4609
482dd2f6
DJ
46102006-05-04 Steve Ellcey <sje@cup.hp.com>
4611
4612 * blt, iwidgets, mmalloc: Remove directories.
4613
8b01a5c2
DD
46142006-05-01 DJ Delorie <dj@redhat.com>
4615
641a3af4 4616 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
4617 * configure: Regenerate.
4618
a481dbb7
DD
46192006-04-18 DJ Delorie <dj@redhat.com>
4620
4621 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4622 reference libgloss so that libssp can be built in a combined
4623 tree.
4624 * configure: Regenerate.
4625
962c9e74
BE
46262006-04-10 Ben Elliston <bje@au.ibm.com>
4627
4628 * contrib: Remove directory.
4629
108a6f8e
CD
46302006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4631
4632 * Makefile.tpl: Add install-html target.
4633 * Makefile.def: Add install-html target.
4634 * Makefile.in: Regenerate.
4635 * configure.in: Add --with-datarootdir, --with-docdir,
4636 and --with-htmldir options.
4637 * configure: Regenerate.
4638
a4ef73e9
BE
46392006-03-31 Ben Elliston <bje@au.ibm.com>
4640
4641 PR binutils/1860
4642 * configure.in: Require makeinfo 4.4 or higher.
4643 * configure: Regenerate.
4644
b37df25a
PB
46452006-03-14 Paolo Bonzini <bonzini@gnu.org>
4646
4647 * Makefile.in: Regenerate.
4648
a6df5a19
PB
46492006-03-14 Paolo Bonzini <bonzini@gnu.org>
4650
4651 Sync with gcc:
4652 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4653
f7c83eac
AS
4654 * configure.in: Handle --disable-<component> generically.
4655 * configure: Regenerate.
a6df5a19
PB
4656
4657 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 4658
f7c83eac
AS
4659 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4660 (TARGET_CONFIGDIRS): Remove.
4661 * configure.in: Remove AC_SUBST(target_configdirs).
4662 * Makefile.in, configure: Regenerated.
a6df5a19
PB
4663
4664
65419985
L
46652006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4666
4667 PR libgcj/17311
4668 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4669
c52c6897
PB
46702006-02-20 Paolo Bonzini <bonzini@gnu.org>
4671
4672 PR bootstrap/25670
4673
4674 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4675
4676 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4677 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4678 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4679 BUILD_PREFIX, BUILD_PREFIX_1.
4680 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4681
4682 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4683 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4684
4685 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4686 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4687 of `cat stage_current`. Always provide the `r' and `s' variables.
4688 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4689 a single shell execution.
4690 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4691 bootstrapped modules, make the stage1 module if the build was not
4692 started yet, else build the current stage.
4693 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4694 (all-build, all-host, all-target, [+make_target+]-host,
4695 [+make_target+]-target): Do not use \-continued lines.
4696 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4697 (current_stage, restrap, stage_last): New.
4698
4699 * Makefile.in: Regenerate.
4700 * configure: Regenerate.
4701
b3ded179
PB
47022006-02-14 Paolo Bonzini <bonzini@gnu.org>
4703
4704 Sync from gcc:
4705
4706 2006-01-31 Richard Guenther <rguenther@suse.de>
4707 Paolo Bonzini <bonzini@gnu.org>
4708
f7c83eac
AS
4709 * Makefile.def (target_modules): Add libgcc-math target module.
4710 * configure.in (target_libraries): Add libgcc-math target library.
4711 (--enable-libgcc-math): New configure switch.
4712 * Makefile.in: Re-generate.
4713 * configure: Re-generate.
4714 * libgcc-math: New toplevel directory.
b3ded179
PB
4715
4716 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
4717 Jakub Jelinek <jakub@redhat.com>
4718 Diego Novillo <dnovillo@redhat.com>
b3ded179 4719
f7c83eac
AS
4720 * libgomp: New directory.
4721 * Makefile.def: Add target_module libgomp.
4722 * Makefile.in: Regenerate.
4723 * configure.in (target_libraries): Add target-libgomp.
4724 * configure: Regenerate.
b3ded179 4725
3a35eeb3
PB
47262006-02-14 Paolo Bonzini <bonzini@gnu.org>
4727 Andreas Schwab <schwab@suse.de>
0e7ef45c 4728
3a35eeb3
PB
4729 * configure: Regenerate.
4730
2429c060
PB
47312006-01-16 Paolo Bonzini <bonzini@gnu.org>
4732
4733 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4734 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4735 the assembler, linker and binutils.
4736 * configure: Regenerate.
4737
ec49b2b8
NC
47382006-01-16 Nick Clifton <nickc@redhat.com>
4739
49b9e644 4740 * config.sub, config.guess: Sync from config repository.
ec49b2b8 4741
44b2308f
AO
47422006-01-05 Alexandre Oliva <aoliva@redhat.com>
4743
4744 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4745 @ from continuation.
4746 * Makefile.in: Rebuilt.
4747
80911fe1
PB
47482006-01-04 Paolo Bonzini <bonzini@gnu.org>
4749
4750 Sync from gcc:
4751
4752 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4753
f7c83eac 4754 PR bootstrap/24252
80911fe1 4755
f7c83eac
AS
4756 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4757 * Makefile.tpl (OBJDUMP): New.
4758 (EXTRA_HOST_FLAGS): Add it.
4759 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 4760
f7c83eac
AS
4761 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4762 to use symbolic links between directories. Avoid race conditions
4763 or make them harmless.
4764 * configure.in: Do not try to use symbolic links between directories.
80911fe1 4765
f7c83eac
AS
4766 * Makefile.def (LEAN): Pass.
4767 * Makefile.tpl (LEAN): Define.
4768 (stage[+id+]-start): Accept that the previous directory does not
4769 exist, if the bootstrap is lean.
4770 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4771 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4772 configure substitution.
4773 ([+compare-target+]): Likewise.
4774 ([+bootstrap-target+]-lean): New.
4775 * configure.in: Remove lean bootstrap support from here.
80911fe1 4776
f7c83eac
AS
4777 * Makefile.in: Regenerate.
4778 * configure: Regenerate.
80911fe1
PB
4779
4780 2006-01-02 Andreas Schwab <schwab@suse.de>
4781
f7c83eac
AS
4782 * configure.in: When reconfiguring remove Makefile in
4783 all stage directories.
4784 * configure: Regenerate.
80911fe1 4785
b59bea8a
NC
47862005-12-27 Leif Ekblad <leif@rdos.net>
4787
4788 * configure.in: Add support for RDOS target.
4789 * configure: Regenerate.
4790
d7730bac
NC
47912005-12-27 Nick Clifton <nickc@redhat.com>
4792
4793 PR binutils/1990
4794 * libtool.m4: Synchronize with version in GCC sources.
4795
c02dabc3
PB
47962005-12-20 Paolo Bonzini <bonzini@gnu.org>
4797
f7c83eac 4798 Revert Ada-related part of the previous change.
c02dabc3 4799
f7c83eac
AS
4800 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4801 Do not pass.
4802 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4803 * Makefile.in: Regenerate.
4804 * configure.in: Do not include mt-ppc-aix target fragment.
4805 * configure: Regenerate.
c02dabc3 4806
f6d183c0
PB
48072005-12-19 Paolo Bonzini <bonzini@gnu.org>
4808
4809 * configure.in: Select appropriate fragments for PowerPC/AIX.
4810 * configure: Regenerate.
4811
4812 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4813 BOOT_CFLAGS, BOOT_LDFLAGS.
4814 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4815 BOOT_CFLAGS, BOOT_LDFLAGS.
4816 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4817 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4818 (stage): Fail if we cannot complete the work.
4819 * Makefile.in: Regenerate.
4820
f29759fc
JJ
48212005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4822
4823 * COPYING.NEWLIB: Update copyright year for default
4824 copyright.
4825
1f054001
PB
48262005-12-15 Paolo Bonzini <bonzini@gnu.org>
4827
4828 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4829 install-host-nogcc): Don't invoke $(stage) at the end.
4830 * Makefile.in: Regenerate.
4831
0aed8855
PB
48322005-12-14 Paolo Bonzini <bonzini@gnu.org>
4833
4834 * configure.in: Flip the top-level bootstrap switch.
4835 * configure: Regenerate.
4836
4837 Merge from gcc:
4838
4839 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4840
f7c83eac
AS
4841 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4842 $(stage) and $(unstage).
4843 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4844 (all): Remove stray semicolon.
4845 (local-distclean): Don't handle multilib.tmp and multilib.out.
4846 (install.all): Set $s for consistency.
4847 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4848 check_multilibs setting. Always make the install directory.
4849 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4850 Correct @if/@endif.
4851 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4852 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4853 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4854 (multilib.out): Remove.
4855 * Makefile.in: Regenerated.
0aed8855
PB
4856
48572005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4858
4859 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4860 * configure.in: Replace ms1 arch with mt.
4861 * configure: Rebuilt.
4862
48632005-12-05 Paolo Bonzini <bonzini@gnu.org>
4864
4865 Sync with gcc:
4866
4970f871
NS
48672005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4868
4869 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4870 * configure.in: Replace ms1 arch with mt.
4871 * configure: Rebuilt.
4872
be01d343
PB
48732005-12-05 Paolo Bonzini <bonzini@gnu.org>
4874
4875 Sync with gcc:
4876
4877 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4878
f7c83eac
AS
4879 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4880 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4881 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4882 Find in-tree tools if available.
4883 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4884 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4885 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4886 (COMPILER_*_FOR_TARGET): New.
4887 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4888 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4889 (CONFIGURED_*, USUAL_*): Remove.
4890 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4891 STRIP): Use autoconf substitutions.
4892 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4893 COMPILER_NM_FOR_TARGET): New.
4894 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4895
4896 (all): Make all-host and all-target in parallel.
4897 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4898 that $$r and $$s are set before invoking a recursive make.
4899 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4900 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
4901
4902 2005-11-29 Ben Elliston <bje@au.ibm.com>
4903
f7c83eac
AS
4904 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4905 from the gcc build directory.
4906 * Makefile.in: Regenerate.
be01d343
PB
4907
4908 2005-11-29 Ben Elliston <bje@au.ibm.com>
4909
f7c83eac
AS
4910 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4911 depend on all-libdecnumber.
4912 * configure.in (host_libs): Include libdecnumber.
4913 * Makefile.in: Regenerate.
4914 * configure: Likewise.
be01d343
PB
4915
4916 2005-11-21 Kean Johnston <jkj@sco.com>
4917
f7c83eac 4918 * config.sub, config.guess: Sync from upstream sources.
be01d343 4919
907be67c
DJ
49202005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4921
4922 * Makefile.def: Remove gdb dependencies for gdbtk.
4923 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4924 (configure-gdb, install-gdb): New rules.
4925 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4926 * Makefile.in, configure: Regenerated.
4927
e360f423
PB
49282005-10-22 Paolo Bonzini <bonzini@gnu.org>
4929
4930 PR bootstrap/24297
4931 * Makefile.tpl (do-[+make-target+], do-check, install,
4932 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4933 are set before recursing.
4934 * Makefile.in: Regenerate.
4935
45d5eb0a
EB
49362005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4937
4938 PR bootstrap/18939
4939 * Makefile.def (gcc) <target>: Fix thinko.
4940 * Makefile.in: Regenerate.
4941
3cf3372e
BS
49422005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4943
4944 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4945 * configure: Regenerate.
4946
bd70a46f
KH
49472005-10-09 Kazu Hirata <kazu@codesourcery.com>
4948
4949 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4950 target-libffi, target-qthreads, target-libjava, and
4951 targetlibobjc.
4952 * configure: Regenerate.
4953
5ae72758
DJ
49542005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4955
4956 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4957 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4958 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4959 (USUAL_OBJDUMP_FOR_TARGET): New.
4960 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4961 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 4962 * configure, Makefile.in: Regenerated.
5ae72758 4963
cc96343e
PB
49642005-10-05 Paolo Bonzini <bonzini@gnu.org>
4965
4966 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4967 before other host packages.
4968
f70224b5
PB
49692005-10-05 Paolo Bonzini <bonzini@gnu.org>
4970
4971 PR bootstrap/22340
4972
4973 * configure.in (default_target): Remove.
4974 * Makefile.tpl (all): Do not use prerequisites as subroutines
4975 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4976 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4977 use prerequisites as subroutines.
4978 (check-host, check-target): New.
4979 (bootstrap configure & all targets): Do not use stage*-start
4980 if the directory layout is already ok.
4981 (non-bootstrap configure & all targets): Prepend a $(unstage).
4982 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4983 (NOTPARALLEL): Remove.
4984 (unstage, stage variables): New variables.
4985 (unstage, stage targets): Simply expand to those variables.
4986
4987 * configure: Regenerate.
4988 * Makefile.in: Regenerate.
4989
c13c918a
JW
49902005-10-04 James E Wilson <wilson@specifix.com>
4991
4992 * Makefile.def (lang_env_dependencies): Add libmudflap.
4993 * Makefile.in: Regenerate.
4994
376a0e54
CM
49952005-10-03 Catherine Moore <clm@cm00re.com>
4996
4997 * configure.in (bfin-*-*): Support bfin.
4998 * configure: Regenerated.
4999
d320aacb
L
50002005-09-30 H.J. Lu <hongjiu.lu@intel.com>
5001
5002 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
5003 * configure: Regenerated.
5004
7e0f7140
GK
50052005-09-28 Geoffrey Keating <geoffk@apple.com>
5006
5007 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
5008 (LIPO_FOR_TARGET): New.
5009 (CONFIGURED_LIPO_FOR_TARGET): New.
5010 (USUAL_LIPO_FOR_TARGET): New.
5011 (STRIP_FOR_TARGET): New.
5012 (CONFIGURED_STRIP_FOR_TARGET): New.
5013 (USUAL_STRIP_FOR_TARGET): New.
5014 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
5015 STRIP_FOR_TARGET.
5016 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
5017 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
5018 * Makefile.in: Regenerate.
5019 * configure: Regenerate.
0e7ef45c 5020
096f7d00
DE
50212005-09-19 David Edelsohn <edelsohn@gnu.org>
5022
5023 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
5024 (rs6000-*-aix*): Same.
5025 * configure: Regenerate.
5026
50272005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
5028
5029 * configure.in: Recognize f95 in the --enable-languages option,
5030 and substitute it for fortran, issuing a warning.
5031 * configure: Regenerate.
5032
2016dfcc
BE
50332005-09-07 Ben Elliston <bje@au.ibm.com>
5034
5035 Import from Autoconf sources:
5036
5037 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
5038 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
5039 Elliston. Handle weird characters correctly.
5040
6dd2fda9
DD
50412005-08-30 Phil Edwards <phil@codesourcery.com>
5042
5043 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
5044 * configure: Regenerated.
5045
e6db70d4
RE
50462005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
5047
f7c83eac
AS
5048 * Makefile.def (libssp): Add to lang_env_dependencies.
5049 * Makefile.in: Regenerate.
e6db70d4 5050
e1e3d0f5
CG
50512005-08-17 Christian Groessler <chris@groessler.org>
5052
5053 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
5054 * Makefile.in: Regenerate.
5055
05cbd757
PB
50562005-08-12 Paolo Bonzini <bonzini@gnu.org>
5057
5058 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
5059 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
5060 Look for alternate names of the target cc and c++
5061 * configure: Regenerate.
5062
55db4b87
PB
50632005-08-08 Paolo Bonzini <bonzini@gnu.org>
5064
5065 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5066 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
5067 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
5068 tools; remove code to manually set them.
5069 (Target tools): Look in the environment for them.
5070 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
5071 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
5072 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
5073 build directory.
5074 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
5075 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
5076 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
5077 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5078 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
5079 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
5080 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
5081 * configure: Regenerate.
5082 * Makefile.in: Regenerate.
5083
414e5532
MM
50842005-07-27 Mark Mitchell <mark@codesourcery.com>
5085
5086 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 5087 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
5088 * Makefile.in: Regenerated.
5089
a19b6204
MM
50902005-07-26 Mark Mitchell <mark@codesourcery.com>
5091
5092 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
5093 (CFLAGS_FOR_TARGET): Use it.
5094 (CXXFLAGS_FOR_TARGET): Likewise.
5095 * Makefile.in: Regenerated.
5096 * configure.in (--with-build-sysroot): New option.
5097 * configure: Regenerated.
5098
b73aa406
PB
50992005-07-24 Paolo Bonzini <bonzini@gnu.org>
5100
5101 * Makefile.tpl: Wrap install between unstage and stage
5102 * Makefile.in: Regenerate.
5103
6e4d0bcb
KC
51042005-07-16 Kelley Cook <kcook@gcc.gnu.org>
5105
5106 * all files: Update FSF address.
5107
49f58d10
JB
51082005-07-14 Jim Blandy <jimb@redhat.com>
5109
5110 * configure.in: Add cases for Renesas m32c.
5111 * configure: Regenerated.
0e7ef45c 5112
1d9c9cd7
KC
51132005-07-14 Kelley Cook <kcook@gcc.gnu.org>
5114
5115 * COPYING, compile, config-ml.in, config.guess,
5116 config.sub, install-sh, missing, mkinstalldirs,
5117 symlink-tree, ylwrap: Sync from upstream sources.
5118
1587117a
EC
51192005-07-13 Eric Christopher <echristo@redhat.com>
5120
5121 * configure.in: Add toplevel noconfigdir support for tpf.
5122 * configure: Regenerate.
5123
bb780410
DD
51242005-07-11 Jakub Jelinek <jakub@redhat.com>
5125
5126 * Makefile.def (target_modules): Add libssp.
5127 * configure.in (target_libraries): Add target-libssp.
5128 * configure: Rebuilt.
5129 * Makefile.in: Rebuilt.
5130
064d0a7c
PB
51312005-07-11 Paolo Bonzini <bonzini@gnu.org>
5132
5133 PR ada/22340
5134
5135 * Makefile.def: Sync with gcc.
5136 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
5137 * Makefile.in: Regenerate.
5138
b2edd3b5
AS
51392005-07-07 Andreas Schwab <schwab@suse.de>
5140
5141 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
5142 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
5143 * Makefile.in: Regenerated.
5144
5f128533
KH
51452005-07-07 Kazu Hirata <kazu@codesourcery.com>
5146
5147 * configure.in: Add --enable-libssp and --disable-libssp.
5148 * configure: Regenerate with autoconf-2.13.
5149
4e3fc8e5
GK
51502005-07-06 Geoffrey Keating <geoffk@apple.com>
5151
5152 * configure.in: Don't build sim or rda when targetting darwin.
5153 * configure: Regenerate.
5154
c7357d6a
BE
51552005-07-04 Ben Elliston <bje@gnu.org>
5156
5157 * src-release (do-proto-toplev): Remove dejagnu bits.
5158 (DEJAGNU_SUPPORT_DIRS): Remove.
5159 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
5160 (GDBD_SUPPORT_DIRS): Likewise.
5161 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
5162 (INSIGHTD_SUPPORT_DIRS): Likewise.
5163 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
5164
51652005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
5166
5167 * setup.com (mpw): Remove unused directive.
5168
7d329e61
PB
51692005-06-22 Paolo Bonzini <bonzini@gnu.org>
5170
5171 * Makefile.def (stagefeedback): Come after profile.
5172 Define profiledbootstrap target.
5173 * Makefile.tpl (profiledbootstrap): Remove.
5174 (stageprofile-end): Zap stagefeedback.
5175 (stagefeedback-start): Copy all .gcda files, not only GCC's.
5176 * Makefile.in: Regenerate.
5177
e5fbed21
DD
51782005-06-13 Zack Weinberg <zack@codesourcery.com>
5179
5180 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
5181 In 'cpp' stanza, support '#line' as well as '# '.
5182
59f7ec45
HPN
51832005-06-07 Hans-Peter Nilsson <hp@axis.com>
5184
5185 * configure.in (unsupported_languages): New macro.
5186 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
5187 non-ported target libraries in noconfigdirs.
5188 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
5189 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 5190 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
5191 unsupported_languages.
5192 * configure: Regenerate.
5193
c10e9ba7
DD
51942005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
5195
5196 * configure.in: Fix typo in handling of --with-mpfr-dir.
5197 * configure: Regenerate.
5198
20deb2b8
JB
51992005-06-02 Jim Blandy <jimb@redhat.com>
5200
5201 * config.sub: Add cases for the Renesas m32c. (This patch has been
5202 accepted into the master sources.)
5203
cdb9b172 52042005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
5205 Michael Snyder <msnyder@redhat.com>
5206 Stan Cox <scox@redhat.com>
cdb9b172 5207
f7c83eac 5208 * configure.in: Set noconfigdirs for ms1.
cdb9b172 5209
f7c83eac 5210 * configure: Regenerate.
cdb9b172 5211
1dc3053f
PB
52122005-05-25 Paolo Bonzini <bonzini@gnu.org>
5213
5214 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
5215 (Dependencies): Consider target modules for bootstrap dependencies.
5216 Make target bootstrap modules depend on each stage's gcc.
5217 * Makefile.in: Regenerate.
5218
c60fe18b
PB
52192005-05-20 Paolo Bonzini <bonzini@gnu.org>
5220
5221 * Makefile.def (configure-gcc): Depend on binutils having been built.
5222 (all-gcc): No need to do it here.
5223 * Makefile.in: Regenerate.
5224
27258dd4
PB
52252005-05-19 Paul Brook <paul@codesourcery.com>
5226
0e7ef45c 5227 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
5228 language cannot be built.
5229 * configure: Regenerate.
5230
42ecbf5e
DJ
52312005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
5232
5233 * ylwrap: Import from Automake 1.9.5.
5234
ae380b45
MS
52352005-05-04 Mike Stump <mrs@apple.com>
5236
5237 * configure.in: Always pass --target to target configures as
5238 otherwise rebuilds that do --recheck will fail.
811d3af8 5239 * configure: Rebuilt.
ae380b45 5240
d545f33b
PB
52412005-05-04 Paolo Bonzini <bonzini@gnu.org>
5242
5243 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
5244 STAGE_HOST_EXPORTS.
5245 (configure, all): Add bootstrap support.
5246 (Host modules, target modules): Pass post-stage1 flags and exports.
5247 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
5248 * Makefile.in: Regenerate.
5249
2faa2958
PB
52502005-04-29 Paolo Bonzini <bonzini@gnu.org>
5251
5252 Sync from gcc:
5253
5254 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
5255
f7c83eac 5256 * config.sub: Update from master copy.
2faa2958
PB
5257
5258 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
5259
f7c83eac
AS
5260 * configure.in <crisv32-*-*, cris-*-*>: New local variable
5261 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
5262 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
5263 "*-*-elf" and "*-*-linux*".
5264 * configure: Regenerate.
2faa2958 5265
a7254363
PB
52662005-04-06 Paolo Bonzini <bonzini@gnu.org>
5267
f7c83eac 5268 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
5269 (TARGET_CONFIGARGS): Include --with-target-subdir.
5270 (configure, all): New macros. Use them throughout.
5271
a8637a7d
PB
52722005-04-05 Paolo Bonzini <bonzini@gnu.org>
5273
5274 * Makefile.tpl: Sync with gcc.
5275 * Makefile.in: Regenerate.
5276
dd387d52
JR
52772005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5278
5279 * config/mh-mingw32: Delete.
5280 * configure.in: Don't use it.
5281 * configure: Regenerate.
5282
e90269c8
PB
52832005-03-31 Paolo Bonzini <bonzini@gnu.org>
5284
5285 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
5286 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
5287 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
5288 (HOST_LIB_PATH): Generate from Makefile.def.
5289 (TARGET_LIB_PATH): Likewise.
5290 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
5291 * Makefile.in: Regenerate.
5292 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
5293 (RPATH_ENVVAR): Include Darwin case.
5294 * configure: Regenerate.
5295
9a237d9e
PB
52962005-03-25 Paolo Bonzini <bonzini@gnu.org>
5297
5298 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
5299 * configure: Regenerate.
5300
479759c8
ZW
53012005-03-21 Zack Weinberg <zack@codesourcery.com>
5302
5303 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
5304 gcc_version, and gcc_version_trigger from set of flags to pass.
5305 * Makefile.tpl: Remove definitions of above variables.
5306 (config.status): Remove dependency on $(gcc_version_trigger).
5307 * Makefile.in: Regenerate.
5308 * configure.in: Do not reference config/gcc-version.m4 nor
5309 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5310 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5311 * configure: Regenerate.
5312
4cfaf6d5
DD
53132005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5314 Andrew Pinski <pinskia@physics.uc.edu>
5315
5316 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5317 * Makefile.in: Regenerate.
5318
33a3fb7b
AO
53192005-03-01 Alexandre Oliva <aoliva@redhat.com>
5320
5321 PR libgcj/20160
5322 * ltmain.sh: Avoid creating archives with components that have
5323 duplicate basenames.
5324
2da12f12
PB
53252005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5326
479759c8
ZW
5327 PR bootstrap/20250
5328 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5329 instead of check.
5330 * Makefile.in: Regenerate.
2da12f12 5331
b00612cc
PB
53322005-02-28 Paolo Bonzini <bonzini@gnu.org>
5333
5334 Sync from gcc.
5335
5336 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5337
5338 PR bootstrap/17383
5339 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5340 * Makefile.tpl (HOST_SUBDIR): New substitution.
5341 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5342 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5343 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5344 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5345 (Host modules, Bootstrapped modules): Use it.
5346 (Build modules, Target modules): Do not create symlink trees,
5347 always configure out-of-srcdir.
5348 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5349 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5350 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5351 $(HOST_SUBDIR). Create a symlink for host_subdir.
5352
5353 * Makefile.in: Regenerate.
5354 * configure: Regenerate.
5355
5356 Merged from libada-gnattools-branch:
5357 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5358
5359 * Makefile.def: Add gnattools as a module, depending on target-libada.
5360 * Makefile.in: Regenerate.
5361 * configure.in: Include gnattools in host_tools; disable it if ada
5362 is disabled.
5363 * configure: Regenerate.
5364
c3e65f62
NC
53652005-02-23 Nick Clifton <nickc@redhat.com>
5366
5367 * configure: Regenerate.
5368
e4d180c2
NC
53692005-02-22 Paul Schlie <schlie@comcast.net>
5370
5371 * configure.in: Allow darwin targeted ports to build tk, itcl and
5372 libgui.
5373
e3c770b1
EB
53742005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5375
5376 PR libgcj/10353
5377 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5378 * configure: Regenerate.
5379
9c73618c
AC
53802005-02-08 Andrew Cagney <cagney@gnu.org>
5381
5382 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5383 gdb/ section. Update GDB's URL.
5384
c46f8c51
AC
53852005-01-31 Andrew Cagney <cagney@gnu.org>
5386
5387 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5388
c7e66c6d
HPN
53892005-01-29 Hans-Peter Nilsson <hp@axis.com>
5390
5391 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5392 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5393 target-libgloss when not *-*-elf and *-*-aout.
5394 * configure: Regenerate.
5395
a53bf506
AC
53962005-01-27 Andrew Cagney <cagney@gnu.org>
5397
5398 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5399
45181ed1
AC
54002005-01-24 Andrew Cagney <cagney@gnu.org>
5401
5402 * gettext.m4: Only fall back to ../intl/ when it's present.
5403
a1e0f4e4
KC
54042005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5405
5406 * install-sh, config.sub: Import from upstream.
5407
54082005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5409
5410 PR bootstrap/18222
5411 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5412 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5413 * Makefile.in: Regenerate.
5414
c50382e2
PB
54152005-01-03 Paolo Bonzini <bonzini@gnu.org>
5416
5417 Revert 2004-12-28 Makefile changes, a better fix will be
5418 applied to mainline and src after GCC 4.0 branches.
5419
11d07737
PB
54202004-12-28 Paolo Bonzini <bonzini@gnu.org>
5421
5422 PR bootstrap/17383
5423
5424 * Makefile.def (target_modules): Remove stage parameter,
5425 it is always true now.
5426 * Makefile.tpl (configure-build-[+module+],
5427 configure-target-[+module+]): Always build symlink tree
5428 for the directory and for include. BUILD_SUBDIR and
5429 TARGET_SUBDIR cannot be . anymore.
5430 * Makefile.in: Regenerate.
5431
dadfdbe2
DD
54322004-12-25 David Edelsohn <edelsohn@gnu.org>
5433
5434 Revert 2004-12-08 Makefile changes.
5435
dbf85af7
JR
54362004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5437
5438 * configure.in (sh64-*-*): Reenable gprof.
5439 * configure: Regenerate.
5440
6b8fea99
JB
54412004-12-09 Jim Blandy <jimb@redhat.com>
5442
5443 * MAINTAINERS: List 'depcomp' as part of automake.
5444
7341462c
DE
54452004-12-08 David Edelsohn <edelsohn@gnu.org>
5446
5447 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5448 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5449 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5450 * Makefile.in: Regenerate.
5451
21fde4dc
DD
54522004-12-07 Matt Kraai <kraai@ftbfs.org>
5453
5454 * Makefile.tpl: Generate normal dependencies if the LHS module is
5455 not bootstrapped.
5456 * Makefile.in: Regenerate.
5457
3da796a2
RS
54582004-12-03 Richard Sandiford <rsandifo@redhat.com>
5459
5460 * configure.in: Include config/gxx-include-dir.m4. Use
5461 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5462 * configure: Regenerate.
5463
73fb7068
RS
54642004-12-03 Richard Sandiford <rsandifo@redhat.com>
5465
5466 * config.if: Delete.
5467 * configure.in: Set libstdcxx_incdir directly.
5468 * configure: Regenerate.
5469 * MAINTAINERS: Remove mention of config.if.
5470 * src-release (DEVO_SUPPORT): Remove config.if.
5471
6c8e6ce9
EC
54722004-12-02 Eric Christopher <echristo@redhat.com>
5473
3b6098f8
EC
5474 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5475 of things to remove.
6c8e6ce9 5476 * Makefile.in: Regenerate.
479759c8 5477
b8658a2f
RS
54782004-12-02 Richard Sandiford <rsandifo@redhat.com>
5479
5480 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5481 * configure: Regenerate.
5482
afefada0
RS
54832004-12-02 Richard Sandiford <rsandifo@redhat.com>
5484
5485 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5486 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5487 * configure: Regenerate.
5488
5dcac624
DA
54892004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5490
5491 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5492 (hppa*64*-*-*): Delete incorrect comment.
5493 * configure: Rebuilt.
5494
57d1eb1a
DD
54952004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5496
5497 * install-sh, compile: Import from automake.
5498
54992004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5500
5501 * config.guess, config.sub: Import from savannnah.
5502
6d389afc
MS
55032004-11-12 Mike Stump <mrs@apple.com>
5504
5505 * Makefile.def: Add html support.
5506 * Makefile.tpl: Likewise.
5507 * Makefile.in: Regenerate.
5508
69e57115
GK
55092004-11-11 Geoffrey Keating <geoffk@apple.com>
5510
5511 PR 18423
5512 * configure.in: Remove all instances of build-fixincludes from
5513 noconfigdirs.
5514 (build_configargs): Supply --target to subdirectories.
5515 * configure: Regenerate.
5516
5517 * Makefile.def: Make gcc install depend on fixincludes install.
5518 * Makefile.in: Regenerate.
5519
ba719b26
HPN
55202004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5521
5522 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5523 target-libgfortran.
5524 * configure: Regenerate.
5525
c37653e7
DE
55262004-11-07 David Edelsohn <edelsohn@gnu.org>
5527
5528 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5529 like CC.
5530
1eefd493
PB
55312004-11-05 Paolo Bonzini <bonzini@gnu.org>
5532
5533 * Makefile.def (host fixincludes): Specify missing targets.
5534 * Makefile.in: Regenerate.
5535
02b1af09
L
55362004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5537
5538 PR other/17783
5539 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5540 * configure: Regenerated.
5541
7f266840
DJ
55422004-11-04 Daniel Jacobowitz <dan@debian.org>
5543
5544 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5545 * configure: Regenerated.
5546
47444073
AL
55472004-10-28 Eric B. Weddington <ericw@evcohs.com>
5548
5549 PR target/18151
5550 * configure.in (case ${target}): Do not build fixincludes for avr.
5551 * configure: Regenerated.
5552
caeba88f
AL
55532004-10-26 Paolo Bonzini <bonzini@gnu.org>
5554
5555 * configure.in (case ${target}): Do not build fixincludes
5556 on platforms where it is not used.
5557 * configure: Regenerated.
5558
0fdbe983
DJ
55592004-10-23 Daniel Jacobowitz <dan@debian.org>
5560
5561 * configure.in: Use an absolute path to install-sh.
5562 * configure: Regenerated.
5563
1c0f67c1
AC
55642004-10-19 Andrew Cagney <cagney@gnu.org>
5565
5566 * src-release (do-djunpack, do-md5sum): Install the generated file
5567 directly into the proto-toplev/ directory.
479759c8 5568
a9cfce9c
AC
55692004-10-19 Andrew Cagney <cagney@gnu.org>
5570
5571 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5572
ac0fa625
DD
55732004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5574
5575 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5576 * configure: Regenerate.
5577
d27cc32e
PB
55782004-10-06 Paolo Bonzini <bonzini@gnu.org>
5579
5580 Fix wrong conflict resolution in:
5581
5582 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5583
5584 * Makefile.in: Regenerate.
5585 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5586 in the recursive `make', instead of hardwiring `all'.
5587 (Autogenerated TARGET-* variables): New.
5588
1763908f
UW
55892004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5590
5591 Merged from GCC / libtool upstream:
5592 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5593 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5594 * ltcf-cxx.sh (tpf*): Likewise.
5595 * ltconfig (tpf*): Add TPF OS configuration support.
5596
0490e016
NC
55972004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5598
5599 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 5600 * configure: Regenerate.
0490e016 5601
32be62b5
RS
56022004-09-24 Michael Roth <mroth@nessie.de>
5603
5604 * configure.in (--without-headers): Add missing double quotes.
5605 * configure: Regenerate.
5606
6048df60
DD
56072004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5608
5609 * ylwrap: Revert to previous version.
5610
315b3b02
L
56112004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5612
6048df60 5613 PR bootstrap/17369
315b3b02
L
5614 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5615 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5616 SET_GCC_LIB_PATH_CMD.
5617 (BASE_TARGET_EXPORTS): Likewise.
5618 * Makefile.in: Regenerated.
5619
5620 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5621 * configure: Regenerated.
5622
fe69863c
DD
56232004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5624
5625 * config.guess: New upstream version
5626 * compile, depcomp, install-sh, ylwrap: Likewise.
5627
56282004-09-19 Roger Sayle <roger@eyesopen.com>
5629
5630 * config/mh-x86omitfp: New host makefile fragment. Add
5631 -fomit-frame-pointer to the default BOOT_CFLAGS.
5632 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5633 * configure: Regenerate.
5634
56352004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5636
5637 PR target/11572
5638 * configure.in (*-*-darwin*): Renable libobjc.
5639 * configure: Regenerate.
5640
be75bbe1 56412004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 5642
be75bbe1
DB
5643 * Makefile.def: Remove libbanshee.
5644 * Makefile.tpl: Ditto.
5645 * configure.in: Ditto.
5646 * Makefile.in: Regen.
5647 * configure: Ditto.
5648
1b882a91
PB
56492004-09-07 Paolo Bonzini <bonzini@gnu.org>
5650
5651 * missing: Import latest version from master repository.
5652
eb1352ed
NC
56532004-09-04 Nick Clifton <nickc@redhat.com>
5654
5655 * config.sub: Import latest version from master repository.
5656 * config.guess: Likewise.
5657 This includes these changes:
479759c8 5658
eb1352ed
NC
5659 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5660
5661 * config.sub: Handle crisv32, alias etraxfs.
5662 * config.guess (crisv32:Linux:*:*): Handle.
5663
5664 2004-08-13 Brad Smith <brad@comstyle.com>
5665
5666 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5667 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5668
5669 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5670
5671 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5672 assume the processor is a powerpc. This is because coreutils
5673 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5674 in this case, due to a MacOS X bug that causes
5675 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5676 to return a negative number.
5677 Problem reported by Petter Reinholdtsen in:
5678 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5679
5680 2004-07-19 Ben Elliston <bje@gnu.org>
5681
5682 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5683
5684 2004-06-24 Ben Elliston <bje@gnu.org>
5685
5686 * config.guess: Update copyright years.
5687 * config.sub: Likewise.
5688
5689 2004-06-22 Robert Millan <robertmh@gnu.org>
5690
5691 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5692 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5693
5694 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5695
5696 * config.guess (*:*VMS:*:*): New entry. Replaces
5697 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5698 manufacturer.
5699
5700 2004-06-22 Ben Elliston <bje@gnu.org>
5701
5702 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5703 * config.sub: Likewise.
5704
5705 2004-06-22 Ben Elliston <bje@gnu.org>
5706
5707 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5708 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5709
5710 2004-06-11 Ben Elliston <bje@gnu.org>
5711
5712 * config.guess (pegasos:OpenBSD:*:*): Remove.
5713
5714 2004-06-11 Ben Elliston <bje@gnu.org>
5715
5716 From Wouter Verhelst <wouter@grep.be>:
5717 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5718
5719 2004-06-11 Ben Elliston <bje@gnu.org>
5720
5721 * config.guess (luna88k:OpenBSD:*:*): New.
5722
5723 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5724
5725 * config.guess (m32r*:Linux:*:*): New case.
5726 * config.sub: Handle m32rle.
5727
5728 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5729
5730 From Jens Petersen <petersen@redhat.com>:
5731 * config.sub: Handle sparcv8.
5732
5733 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5734
5735 From Tom Smith <smith@cag.lkg.hp.com>:
5736 * config.guess: Version suffixes are equally significant on Tru64
5737 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5738 prefix of "P" (patched kernel).
5739
5740 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5741
5742 * config.sub: Add support for National Semiconductor CRX target.
5743
2a3124ca 57442004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 5745
2a3124ca
RH
5746 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5747 *-*-netware, but add target-libmudflap.
5748 Consolidate *-*-netware targets (of which really only i?86 exists)
5749 into a single entry.
5750 * configure: Likewise.
5751
0df3d27f
PB
57522004-09-01 Paolo Bonzini <bonzini@gnu.org>
5753
5754 * Makefile.tpl (sorry): Remove.
5755 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5756 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5757 (do-clean): Clean per-stage directories too.
5758 (do-distclean): Run distclean-stage1 too.
5759 (.NOTPARALLEL): Enable during toplevel bootstrap.
5760 (stage[+id+]-bubble): Enable parallel execution during
5761 the recursive invocation.
5762 * Makefile.in: Regenerate.
5763
5764 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5765
5766 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5767
5768 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5769 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5770 * configure: regenerate
479759c8
ZW
5771 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5772 -mdynamic-no-pic
0df3d27f
PB
5773
57742004-08-31 Paolo Bonzini <bonzini@gnu.org>
5775
5776 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5777 include.
5778 * configure.in: Fix indentation.
5779 * configure: Regenerate.
5780
ee025550
PB
57812004-08-31 Paolo Bonzini <bonzini@gnu.org>
5782
5783 * Makefile.def (build_modules): Add fixincludes.
5784 (dependencies): Make gcc depend on fixincludes.
5785 * configure.in (build_tools): Add fixincludes.
5786 (build_configdirs): Always include build_libs.
5787 * Makefile.in: Regenerate.
5788 * configure: Regenerate.
5789
57902004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
5791
5792 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5793 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5794 phony targets; do not generate timestamp files.
5795 (distclean-stageN): Remove references to their timestamp files.
5796 (restageN, touch-stageN): Remove.
5797 (stageN-bubble): Rewritten.
5798 (compare): Support lean bootstraps.
5799 * Makefile.in: Regenerate.
5800
5801 * configure.in: Only warn when bootstrapping but
5802 build != host or build != target. Support lean bootstraps.
5803 * configure: Regenerate.
5804
5805 Sync from gcc:
5806 2004-08-26 Phil Edwards <phil@codesourcery.com>
5807
5808 * configure.in: Give a better error message if GMP/MPFR are missing
5809 and a language needing them has been requested.
5810 * configure: Regenerated.
5811
5812 2004-08-25 Phil Edwards <phil@codesourcery.com>
5813
5814 * configure.in: Print a list of available language front-ends if
5815 a requested one is missing. Tidy stray tab characters.
5816 * configure: Regenerated.
5817
72b2455a
PB
58182004-08-17 Paolo Bonzini <bonzini@gnu.org>
5819
5820 * Makefile.in: Regenerate.
5821 * configure: Regenerate.
5822
5823 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5824 stage_*_flags.
5825 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5826 for bootstrapped modules if toplevel bootstrap is going.
5827 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5828 modules. Adjust for changes in Makefile.def. Enable several
5829 rules even in non-bootstrap mode, just to avoid peppering the
5830 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5831 (stage-[+prev+]-bubble): Remove.
5832
5833 * Makefile.def (Dependencies): Depend on all-build-bison,
5834 all-build-flex, all-build-byacc, all-build-texinfo, rather
5835 than the host variations.
5836 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5837 with BUILD_SUBDIR.
5838 (BISON): Update for recent Bisons.
5839 (YACC): Fix typo.
5840 (cross): Depend on all-build.
5841 (all): Do not depend on all-build.
5842 (prebootstrap): Remove.
5843 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5844 (Prebootstrap dependencies): Add them to the per-stage targets
5845 and to all-prebootstrap.
5846 * configure.in (build_configdirs): Always enable build_tools.
5847 (BUILD_DIR_PREFIX): Remove.
5848
5849 * Makefile.def (gcc): Add target variable.
5850 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5851 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5852 in the recursive `make', instead of hardwiring `all'.
5853 (Autogenerated TARGET-* variables): New.
5854
de0b4a87
JW
58552004-08-17 Robert Millan <robertmh@gnu.org>
5856
5857 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5858 (instead of FreeBSD).
5859 * configure: Regenerate.
5860
ad681c85
NN
58612004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5862
675c6968
NN
5863 * Makefile.def, configure.in, src-release: Remove useless, bogus
5864 references to tix.
5865 * Makefile.in, configure: Regenerate.
5866
ad681c85
NN
5867 * src-release: Stop distributing mmalloc with gdb (which doesn't
5868 use it).
5869 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5870 * Makefile.in: Regenerate.
5871
11b04d1f
DD
58722004-08-09 Mark Mitchell <mark@codesourcery.com>
5873
5874 * configure.in (arm*-*-eabi*): New target.
5875 * configure: Regenerate.
5876
f2420bea
NN
58772004-08-01 Robert Millan <robertmh@gnu.org>
5878
5879 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5880 libmudflap for all GNU-based systems (with Glibc).
5881 * configure: Regenerate.
5882
9e6ce191
PB
58832004-08-06 Paolo Bonzini <bonzini@gnu.org>
5884
5885 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5886 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5887 (Dependencies): New section.
5888 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5889 (configure-target-[+module+]): Depend on maybe-all-gcc
5890 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5891 (toplevel profiledbootstrap): Fix dependencies.
5892 * Makefile.in: Regenerate.
5893
df4a6958
MM
58942004-08-03 Mark Mitchell <mark@codesourcery.com>
5895
5896 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5897 target-libiberty to noconfigdirs.
5898
11b04d1f
DD
58992004-08-03 Paul Brook <paul@codesourcery.com>
5900
5901 * configure.in: Check for MPFR as well as GMP.
5902 * configure: Regenerate.
5903
b813574b
PB
59042004-08-03 Paolo Bonzini <bonzini@gnu.org>
5905
5906 * Makefile.def (host-modules): Add gcc.
5907 * Makefile.in: Regenerate.
5908 * Makefile.tpl (sorry): New rule.
5909 (configure-host, all-host, [+make_target+]-host, do-check,
5910 install-host): Do not add gcc as a special case.
5911 (host modules): Add a small special-casing for gcc. Export
5912 extra_make_flags through the environment.
5913 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5914 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5915 other recursive targets for gcc): Remove.
5916
5917 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5918 (stage, unstage): New rules.
5919 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5920 distclean-stage[+id+]): Use stage_current.
5921 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5922 the stage*-start rules.
5923
61edac0c
JW
59242004-07-19 Robert Millan <robertmh@gnu.org>
5925
5926 Synced from gcc:
5927
5928 2004-04-26 Robert Millan <robertmh@gnu.org>
5929
5930 Add patches from libtool CVS.
5931 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5932 * ltconfig: Likewise.
5933 * ltcf-c.sh: Likewise.
5934 * ltcf-cxx.sh: Likewise.
5935 * ltcf-gcj.sh: Likewise.
5936
3e707e94
PB
59372004-07-12 Paolo Bonzini <bonzini@gnu.org>
5938
5939 * configure.in: Add noconfigdirs for crx-*-*.
5940 * configure: Regenerate.
5941
59422004-07-12 Paolo Bonzini <bonzini@gnu.org>
5943
5944 Synced from gcc:
5945
5946 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5947
5948 * configure.in: Build libmudflap by default on FreeBSD.
5949 * configure: Regenerated.
5950
5951 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5952
5953 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5954 systems.
5955 * configure: Regenerated.
5956
5957 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5958
5959 PR target/16344
5960 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5961 feedback based compiler.
5962 * Makefile.in: Rebuilt.
5963
5964 2004-07-05 Phil Edwards <phil@codesourcery.com>
5965
5966 * configure.in: Do not prepend $srcdir to /dev/null in
5967 makefile fragments.
5968 * configure: Regenerate.
5969
a7ee7660
AO
59702004-07-08 Alexandre Oliva <aoliva@redhat.com>
5971
5972 * Makefile.def (host_modules): Set bootstrap=true for flex.
5973 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5974 * Makefile.in: Rebuilt.
5975
6a9cf61e
PB
59762004-07-01 Paolo Bonzini <bonzini@gnu.org>
5977
5978 * Makefile.def (build_modules): Add bison, byacc, flex,
5979 m4, texinfo.
5980 (flags_to_pass): Add FLEX.
5981 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5982 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5983 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5984 DEFAULT_MAKEINFO): Remove.
5985 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5986 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5987 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5988 objdir or else use configured tool.
5989 (all-build): New.
5990 (all): Depend on it.
5991 (Build module dependencies): Add.
5992 * Makefile.in: Regenerate.
5993 * configure.in: Better support for multiple build modules,
5994 matching what is done for host/target modules. Do not look
5995 for "plausible" locations of build tools if Canadian cross.
5996 Use autoconf's AC_PROG_CC to find a C compiler. Define
5997 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5998 * configure: Regenerate.
5999
95b6a1f2
PB
60002004-06-22 Paolo Bonzini <bonzini@gnu.org>
6001
6002 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
6003 * Makefile.in: Regenerate.
6004
7ffa0b57
PB
60052004-06-22 Paolo Bonzini <bonzini@gnu.org>
6006
6007 * Makefile.tpl (configure-build-[+module+],
6008 configure-[+module+], configure-target-[+module+]): Pass
6009 [+extra_configure_args+].
6010 (all-build-[+module+], all-[+module+], check-[+module+],
6011 install-[+module+], [+make_target+]-[+module+],
6012 all-target-[+module+], check-target-[+module+],
6013 install-target-[+module+], [+make_target+]-target-[+module+]):
6014 Pass [+extra_make_args+].
6015 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
6016 (GCC_HOST_EXPORTS): Remove.
6017 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
6018 cross, check-gcc, check-gcc-c++, install-gcc,
6019 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
6020 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
6021 * Makefile.in: Regenerate.
6022
929ba6e7
CF
60232004-06-21 Christopher Faylor <cgf@alum.bu.edu>
6024
6025 * configure.in: Check for srcdir/winsup rather than build directory
6026 winsup.
6027 * configure: Regenerate.
6028
b76d7de0
CV
60292004-06-17 Corinna Vinschen <vinschen@redhat.com>
6030
6031 * configure.in: Don't build Cygwin native newlib if winsup
6032 directory is missing. Emit warning instead.
6033 * configure: Regenerate.
6034
656fdd47
PB
60352004-06-09 Paolo Bonzini <bonzini@gnu.org>
6036
6037 * Makefile.tpl (touch-stage[+id+]): New.
6038 (restage[+prev+]): Depend on touch-stage[+id+].
6039
6040 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
6041 Use it throughout.
6042
6043 * Makefile.def: Add profile and feedback bootstrap stages.
6044 Remove next field from bootstrap stages.
6045 * Makefile.tpl (LN, LN_S): Substitute.
6046 (stageN-start, stageN-end): Use double-colon rules, to
6047 provide a hook for additional setup commands.
6048 (distclean-stageN-gcc, restageN): Create dependencies from
6049 [+prev+], not from [+next+].
6050 (stageN-bubble): Add commands for successive stages from
6051 [+prev+], using double-colon rules.
6052 (all-stageN-gcc): Fix typo.
6053 (stagefeedback-start, profiledbootstrap): New.
6054 * Makefile.in: Regenerate.
6055 * configure.in: Call ACX_PROG_LN.
6056 * configure: Regenerate.
6057
498d4a71
CF
60582004-06-03 Paolo Bonzini <bonzini@gnu.org>
6059
6060 * configure.in: Fix --enable-bootstrap breakage introduced in trees
6061 without gcc.
6062 * configure: Regenerate.
6063
377d8c42
PB
60642004-06-01 Paolo Bonzini <bonzini@gnu.org>
6065
6066 * Makefile.tpl: Fix typo.
6067 * Makefile.in: Regenerate.
6068
f5f8a794
PB
60692004-06-01 Paolo Bonzini <bonzini@gnu.org>
6070
6071 * configure.in: Remove new- prefix from toplevel
6072 bootstrap targets.
6073 * configure: Regenerate.
6074
f7a4c34f
PB
60752004-06-01 Paolo Bonzini <bonzini@gnu.org>
6076
6077 Merge this patch from the gcc tree:
6078
6079 2004-05-30 Andreas Jaeger <aj@suse.de>
6080 Jim Wilson <wilson@specifixinc.com>
6081
6082 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
6083 like CC.
6084
319cab08
PB
60852004-06-01 Paolo Bonzini <bonzini@gnu.org>
6086
6087 * Makefile.tpl (all.normal): Rename to all.
6088 (all): Replace with a rule to pick the default
6089 target from configure.
6090 (all-gcc, configure-gcc): Use conditionals to
6091 do nothing when toplevel bootstrap is going on.
6092 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
6093 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
6094 * configure.in: Support --enable-bootstrap.
6095
6096 * Makefile.def: Remove new- prefix from toplevel
6097 bootstrap targets.
6098 * Makefile.tpl: Likewise.
6099
6100 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
6101 target.
6102
6103 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
6104 $(RECURSE_FLAGS) to recursive invocation of make.
6105
6106 * Makefile.in: Regenerate.
6107 * configure: Regenerate.
6108
88f64edc
DJ
61092004-05-27 Daniel Jacobowitz <dan@debian.org>
6110
6111 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
6112 * configure: Regenerate.
6113
378fce5b
DD
61142004-05-25 Daniel Jacobowitz <drow@false.org>
6115
6116 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
6117 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
6118 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
6119 targets.
6120 * Makefile.in: Regenerate.
6121
dfdffa2c
PB
61222005-05-24 Paolo Bonzini <bonzini@gnu.org>
6123
6124 * configure.in: Test the ability to symlink directories.
6125 * configure: Regenerate.
6126
6127 * Makefile.def (bootstrap-stage): New definitions.
6128 * Makefile.tpl (configure-stage1-gcc,
6129 configure-stage2-gcc, configure-stage3-gcc,
6130 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
6131 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
6132 new-restage3, compare): Autogenerate, see Makefile.in
6133 entry for behavioral changes.
6134 (distclean-stage1, new-stage1-start, new-stage1-end,
6135 new-stage1-bubble, distclean-stage2, new-stage2-start,
6136 new-stage2-end, new-stage2-bubble, distclean-stage3,
6137 new-stage3-start, new-stage3-end): New autogenerated targets.
6138 (objext, prebootstrap, BOOT_CFLAGS,
6139 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
6140 targets.
6141
6142 * Makefile.in: Regenerate.
6143 (distclean-stage1, new-stage1-start, new-stage1-end,
6144 new-stage1-bubble, distclean-stage2, new-stage2-start,
6145 new-stage2-end, new-stage2-bubble, distclean-stage3,
6146 new-stage3-start, new-stage3-end): New targets.
6147 (all-stage1-gcc): Move prebootstrap dependency from here...
6148 (configure-stage1-gcc): ...to here.
6149 (new-bootstrap): Use bubble targets.
6150 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6151 Use per-stage distclean targets.
6152 (configure-stage1-gcc, configure-stage2-gcc,
6153 configure-stage3-gcc, all-stage1-gcc,
6154 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
6155 Use new-stageN-start to prepare the tree.
6156
04cf1b77
PB
61572004-05-23 Paolo Bonzini <bonzini@gnu.org>
6158
6159 * Makefile.def (host_modules): add libcpp.
6160 * Makefile.tpl: Add dependencies on and for libcpp.
6161 * Makefile.in: Regenerate.
6162 * configure.in: Add libcpp host module.
6163 * configure: Regenerate.
6164
80b200a1
ZW
61652004-05-17 Zack Weinberg <zack@codesourcery.com>
6166
6167 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
6168 of libf2c.
6169 * configure, Makefile.in: Regenerate.
6170
4b1cb4fe
DD
61712004-05-13 Diego Novillo <dnovillo@redhat.com>
6172
6173 Merge from tree-ssa-20020619-branch.
6174
6175 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
6176 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
6177 (HOST_GMPLIBS): Define.
6178 (HOST_GMPINC): Define.
6179 (TARGET_LIB_PATH): Add libmudflap.
6180 (GFORTRAN_FOR_TARGET): Define.
6181 (configure-build*): Export GFORTRAN.
6182 (configure-gcc): Export GMPLIBS and GMPINC.
6183 (all-gcc): Add maybe-all-libbanshee.
6184 (configure-target-libgfortran): Define.
6185 * Makefile.in: Regenerate.
6186 * configure.in (host_libs): Add libbanshee.
6187 (target_libraries): Add target-libmudflap and target-libgfortran.
6188 Add --with-libbanshee.
6189 Handle --disable-libmudflap.
6190 (*-*-freebsd*): Use with_gmp.
6191 Add $(libgcj) to noconfigdirs.
6192 * configure: Regenerate.
6193 * depcomp: New file.
6194 * MAINTAINERS: Add tree-ssa maintainers.
6195
61962004-04-28 Paolo Bonzini <bonzini@gnu.org>
6197
6198 * config/acx.m4: Fix fastcompare support for new-bootstrap.
6199 * configure: Regenerate.
6200
b8908782
DD
62012004-04-27 Paolo Bonzini <bonzini@gnu.org>
6202
6203 Revert:
6204 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
6205
6206 * Makefile.def (flags_to_pass): Remove *dir variables that
6207 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6208 as well as prefix and exec_prefix.
6209 * Makefile.in: Regenerate.
6210
62112004-04-26 Paolo Bonzini <bonzini@gnu.org>
6212
6213 * Makefile.def (host_modules): Mark with the bootstrap
6214 flag packages on which gcc depends.
6215 * Makefile.tpl (all-bootstrap): Use it.
6216 * Makefile.in: Regenerate.
6217
62182004-04-26 Paolo Bonzini <bonzini@gnu.org>
6219
6220 * Makefile.def (flags_to_pass): Remove *dir variables that
6221 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
6222 as well as prefix and exec_prefix.
6223 * Makefile.in: Regenerate.
6224
62252004-04-26 Paolo Bonzini <bonzini@gnu.org>
6226
80b200a1
ZW
6227 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
6228 * configure: Regenerate.
6229 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
6230 * gcc/Makefile.tpl (compare): Use the result of the test.
6231 * gcc/Makefile.in: Regenerate.
b8908782
DD
6232
62332004-04-23 Paolo Bonzini <bonzini@gnu.org>
6234
6235 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
6236 Always relocate gcc and prev-gcc to the original names, even
6237 if the build fails.
6238 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
6239 New targets.
6240
0f260896
RO
62412004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6242
6243 * configure.in (mips*-*-irix5*): Enable ld.
6244 * configure: Regenerate.
6245
51860f05
JW
62462004-04-15 James E Wilson <wilson@specifixinc.com>
6247
6248 * Makefile.tpl (configure-[+module+], configure-gcc,
6249 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
6250 Set and export LDFLAGS.
6251 * Makefile.in: Regenerate.
6252
54752a6b
NN
62532004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
6254
6255 PR bootstrap/14871
6256 * Makefile.tpl: If we don't have built-in-tree target tools,
6257 use the ones found by configure rather than hacking around with
6258 program_transform_name.
6259 * configure.in: Give Makefile.tpl the information necessary
6260 to do that.
6261 * Makefile.in: Regenerate.
6262 * configure: Regenerate.
6263
62642004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
6265
6266 PR bootstrap/14760
6267 * configure.in: When computing baseargs, strip *all* copies of
6268 offending options. Also, don't match/substitute the trailing space,
6269 so that this actually works when two similar options are separated by
6270 only one space.
6271 * configure: Regenerate.
6272
62732004-04-06 David Edelsohn <edelsohn@gnu.org>
6274
80b200a1
ZW
6275 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
6276 (rs6000-*-aix*): Same.
6277 * configure: Regenerate.
54752a6b 6278
5e2b61fb
SS
62792004-03-25 Stan Shebs <shebs@apple.com>
6280
6281 Remove MPW support, no longer used.
6282 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
6283 mpw-install: Remove files.
6284 * src-release (DEVO_SUPPORT): Remove names of removed files.
6285 * MAINTAINERS: Likewise.
6286
1a6f2dc7
NN
62872004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
6288
a0049f1b
NN
6289 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
6290 STRICT_WARN, WARN_CFLAGS flags passed down to make.
6291 * Makefile.in: Regenerate.
6292
1a6f2dc7
NN
6293 * configure.in (top level bootstrap support): Rework --enable-werror
6294 to set @stage2_werror_flag@.
6295 * configure: Regenerate.
6296 * Makefile.tpl (top level bootstrap support): Pass
6297 @stage2_werror_flag@ down to configure in stages 2 and 3.
6298 * Makefile.in: Regenerate.
6299
920e3419
NN
63002004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
6301
6302 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
6303 for stages 2 and 3 as well as in make. As a consequence, remove
6304 OUTPUT_OPTION (now detected by configure) from the flags passed down
6305 to make.
6306 * Makefile.in: Regenerate.
6307
6308 * Makefile.tpl (new-bootstrap): Fix typo.
6309 * Makefile.in: Regenerate.
6310
4fa63067
NN
63112004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6312
6313 * Makefile.tpl: Rearrange by moving recursive_targets rules
6314 into their proper sections.
6315 * Makefile.tpl (top level bootstrap support): Move disabling
6316 of coverage flags from 'make' to 'configure'; improve comments.
6317 * Makefile.in: Regenerate.
6318
6319 * Makefile.tpl (experimental top level bootstrap) Move stage1
6320 language setting from all- target to configure- target; disable
6321 intermodule optimization in stage 1; prevent gratuitous rebuilds
6322 of stage 1.
6323 * Makefile.in: Regenerate.
6324 * configure.in: Comma-separate stage 1 language list for top
6325 level bootstrap.
6326 * configure: Regenerate.
6327
6328 * Makefile.tpl: Clean up experimental top level bootstrap support:
6329 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6330 prev-gcc in configure- targets as well as all- targets.
6331 * Makefile.in: Regenerate.
6332
fb8a10fd
NN
63332004-03-17 Paolo Bonzini <bonzini@gnu.org>
6334
6335 * configure.in: Remove symbolic link section.
6336 * configure: Regenerate.
6337 * Makefile.tpl (links): Remove.
6338 * Makefile.in: Regenerate.
6339
947f426e 63402004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6341 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6342
6343 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6344 Set with AC_CHECK_PROGS.
947f426e
NN
6345 * configure.in: Fix comment typo from last patch.
6346 * configure: Regenerate.
6347
1d39f329
NN
63482004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6349
6350 * Makefile.tpl: Introduce experimental top level bootstrap support.
6351 * Makefile.in: Regenerate.
6352 * configure.in: Introduce support for top level bootstrap.
6353 * configure: Regenerate.
6354
4b0ac75d 63552004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6356 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6357
6358 PR bootstrap/14522
6359 * configure.in: Cope with shells that do not support unquoted ^
6360 * configure: Regenerate.
6361
2e70b094 63622004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6363 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6364
6365 PR bootstrap/14522
6366 * configure.in: Cope with shell that do not support nesting
6367 quotes inside quoted backquote substitutions.
6368 * configure: Regenerate.
6369
63702004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6371
6372 PR bootstrap/14522
6373 * configure.in: Fix escaping of $.
6374 * configure: Regenerate.
6375
9e07f89d
NN
63762004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6377
6378 * configure: Regenerate.
6379
63802004-03-08 Paolo Bonzini <bonzini@gnu.org>
6381
6382 PR ada/14131
6383 Move language detection to the top level.
6384 * configure.in: Find default values for the tools as
6385 soon as possible. Disable ada if GNAT is not found.
6386 Emit error message about missing languages. Expand
6387 --enable-languages=all for the gcc subdirectory.
6388
1712ab83
RS
63892004-03-01 Richard Sandiford <rsandifo@redhat.com>
6390
6391 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6392 and disable libgcj.
6393 * configure: Regenerated.
6394
3dee29da
NN
63952004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6396
6397 PR bootstrap/7087
6398 * Makefile.tpl: Guard XFOO sed statements better.
6399 * Makefile.tpl: Add dependency for configure-target-libada.
6400 * Makefile.in: Regenerate (incidentally fixes broken
6401 commit when libada-branch was merged).
6402
0558264b
AC
64032004-02-28 Andrew Cagney <cagney@redhat.com>
6404
6405 * src-release (CVS_NAMES): Define.
6406 (do-tar, do-tar): Prune $(CVS_NAMES).
6407
c38f9803
AC
64082004-02-23 Andrew Cagney <cagney@redhat.com>
6409
6410 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6411 2004-02-19.09.
6412
55636792
NN
64132004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6414
6415 PR bootstrap/11932
6416 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6417
1e600082
AC
64182004-02-19 Andrew Cagney <cagney@redhat.com>
6419
6420 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6421 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6422
3769cd82
DD
64232004-02-11 David Edelsohn <edelsohn@gnu.org>
6424
6425 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6426 (rs6000-*-aix*): Same.
6427 * configure: Regenerate.
6428
a92834c8
DD
64292004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6430
6431 * configure.in (host): Add in missing $noconfigdirs to defines.
6432 * configure: Regenerate.
6433
a2592b1b
DD
64342004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6435 Nathanael Nerode <neroden@gcc.gnu.org>
6436
6437 PR ada/6637, PR ada/5911
80b200a1 6438 Merge with libada-branch:
a2592b1b
DD
6439 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6440 with appropriate dependencies. Add --enable-libada configure switch.
6441 * configure, Makefile.in: Regenerate.
6442
e31d1ea3
DD
64432004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6444
6445 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6446 * configure: Regenerate.
6447
db85f5c0
JJ
64482004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6449
6450 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6451
fc434214
DD
64522004-01-23 DJ Delorie <dj@redhat.com>
6453
6454 * Makefile.def (target_modules) [libiberty]: Don't stage.
6455 * Makefile.in: Rebuilt.
6456
ad445c2c 64572004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6458
ad445c2c
JJ
6459 * COPYING.NEWLIB: Update to include copyrights for new
6460 iconv code.
6461
72bbedde
AC
64622004-01-15 Andrew Cagney <cagney@redhat.com>
6463
6464 * src-release: Update copyright year.
6465 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6466 (NEWLIB_SUPPORT_DIRS): Delete macro.
6467 (newlib.tar.bz2): Delete rule.
6468
a6d6062d
DD
64692004-01-14 Loren J. Rittle <ljrittle@acm.org>
6470
6471 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6472 * Makefile.tpl (configure-target-[+module+]): Support stage.
6473 * Makefile.in: Rebuilt.
6474
f8b73030
MR
64752003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6476
6477 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6478 throughout.
6479
aff0e9df
NN
64802004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6481
bb5dca17
NN
6482 * configure.in: Use ./config.cache, not config.cache.
6483 * configure: Regenerate.
6484 * Makefile.tpl: Special-casing not needed for GCC any more.
6485 * Makefile.in: Regenerate.
6486
82252c06
NN
6487 * configure.in: Don't share a cache file for host dirs.
6488 * configure: Regenerate.
6489
aff0e9df
NN
6490 * config-ml.in: Don't mess with the cache file.
6491
95036d20
NN
64922004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6493
ac7b618e
NN
6494 * Makefile.tpl: Make GCC use a separate config.cache.
6495 * Makefile.in: Regenerate.
6496
95036d20
NN
6497 PR bootstrap/11932, PR bootstrap/11933
6498 (I don't know if it will fix either of them, but it relates
6499 to them.)
6500 * configure.in: Don't use shared config.cache for target
6501 directories.
6502 * configure: Regenerate.
6503
08c1856b
DD
65042003-12-31 Roger Sayle <roger@eyesopen.com>
6505
6506 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6507 * configure: Regenerated.
6508
c1968181 65092003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 6510
9eb322aa
MF
6511 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6512 * configure: Regenerated.
c1968181 6513
10ecffb9
NN
65142003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6515
6516 Port change over from GCC:
6517 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6518 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6519 (configure-build-[+module+], configure-[+module+]): Likewise.
6520 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6521 * Makefile.in: Regenerate.
6522
f2ab5990
TF
65232003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6524
6525 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6526 * configure: Regenerate.
6527
41a7d11a
JJ
65282003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6529
80b200a1 6530 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
6531 stdlib.
6532
d9441a1f
DD
65332003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6534
6535 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6536 * Makefile.in: Regenerate.
6537
3a48a978
DD
65382003-10-20 Phil Edwards <phil@codesourcery.com>
6539
6540 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6541 * configure: Regenerate.
6542
f0b24077
NN
65432003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6544
6545 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6546 HOST_FLAGS_TO_PASS.
6547 * Makefile.in: Regenerate.
6548
5fbad20a
DD
65492003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6550
6551 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6552 * configure: Rebuilt
6553 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6554 * Makefile.in: Rebuilt
6555
78be4155
L
65562003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6557
6558 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6559
051fcc7a
L
65602003-10-01 Phil Edwards <pme@gcc.gnu.org>
6561
6562 * config-ml.in: Use ac_configure_args directly instead of
6563 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6564 actually seen.
6565
65662003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6567
6568 * config-ml.in: Propagate INSTALL variables.
6569
f27d4f92
DJ
65702003-09-21 Daniel Jacobowitz <drow@mvista.com>
6571
6572 * configure.in: Pass a computed --program-transform-name
6573 to subconfigures.
6574 * configure: Regenerated.
6575
cae4d560
NN
65762003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6577
6578 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6579 * Makefile.in: Regenerate.
6580
6581 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6582 * Makefile.in: Regenerate.
6583
8ff944f6
DJ
65842003-09-17 Daniel Jacobowitz <drow@mvista.com>
6585
6586 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6587 quoting.
6588 * configure: Regenerated.
6589
d9a35680
MC
65902003-09-12 Michael Chastain <mec@shout.net>
6591
6592 Fix PR gdb/857.
6593 * src-release (do-proto-topleve): Remove junk files
6594 intl/config.cache, intl/config.status,
6595 intl/config.h, intl/stamp-h.
6596
710068b9
AC
65972003-09-14 Andrew Cagney <cagney@redhat.com>
6598
6599 * src-release (dejagnu.tar): New target.
6600 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6601 (do-djunpack): Use $(PACKAGE) for the package name.
6602
e1008165
DD
66032003-09-04 DJ Delorie <dj@redhat.com>
6604
6605 * configure: Regenerate.
6606
21998d12
NC
66072003-09-04 Robert Millan <robertmh@gnu.org>
6608
6609 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 6610
ccca4bb3
DD
66112003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6612
6613 * configure.in: Ensure arguments to sed are properly spaced.
6614 * configure: Regenerate.
6615
ee949b5e
DJ
66162003-08-28 Daniel Jacobowitz <drow@mvista.com>
6617
6618 Merge from gcc:
6619 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6620 * install-sh: Update to newer upstream versions (associated with
6621 aclocal 1.7).
6622 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6623
75addda2
DJ
66242003-08-27 Daniel Jacobowitz <drow@mvista.com>
6625
6626 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6627 * configure: Regenerated.
6628
8d2877d8
NN
66292003-08-23 Phil Edwards <pme@gcc.gnu.org>
6630
6631 * configure.in: Use newline instead of semicolon when assuming
6632 shell arguments in a for loop.
6633 * configure: Regenerated.
6634
d2cc0e0d
GK
66352003-08-20 Geoffrey Keating <geoffk@apple.com>
6636
6637 PR 8180
6638 * configure.in: When testing with_libs and with_headers, treat
6639 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6640 * configure: Regenerate.
80b200a1 6641
d2cc0e0d
GK
6642 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6643 make, shell, etc.
6644 (baseargs): Likewise.
6645 * configure: Regenerate.
6646
04d1ab34
GK
66472003-08-19 Geoffrey Keating <geoffk@apple.com>
6648
6649 * configure.in: Disable libgcj for darwin not on powerpc.
6650 * configure: Rebuild.
6651
ca506da8
MC
66522003-08-15 Michael Chastain <mec@shout.net>
6653
6654 * src-release (do-proto-toplev): Remove junk files
6655 dejagnu/example/calc/config.status,
6656 dejagnu/example/calc/config.log.
6657
a4aa3f49
DD
66582003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6659
6660 * config-ml.in, symlink-tree: Add license.
6661
ede4fbe4
NN
66622003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6663
6664 Merge from gcc:
6665
6666 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6667 * Makefile.tpl (check, check-c++): Express dependencies using
6668 dependencies rather than commands.
6669 * Makefile.in: Regenerate.
6670
6671 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6672 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6673 * Makefile.in: Update.
6674
970f29af
AC
66752003-08-01 Andrew Cagney <cagney@redhat.com>
6676
6677 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6678 * configure: Ditto.
6679
b2884a0c
DD
66802003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6681
6682 * configure.in: Enable libgcj for darwin.
6683 * configure: Rebuild.
6684
c07f46a4
NN
66852003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6686
6687 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6688
9175bfc0
NN
66892003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6690
6691 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6692 creating target and build subdirs to build all parent dirs as needed.
6693 * Makefile.in: Rebuild.
6694 * configure.in: Don't build dirs explicitly here.
6695 * configure: Rebuild.
6696
b9abda6a
AO
66972003-07-22 Alexandre Oliva <aoliva@redhat.com>
6698
6699 * Makefile.tpl (all-make): Depend on intl.
6700 * Makefile.in: Rebuilt.
6701
eef8ffd4
NN
67022003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6703
6704 * config.if: Remove unused libc_interface determination.
6705
295efaf0
NN
67062003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6707
6708 * Makefile.in: Regenerate, correctly this time.
6709
e5c3f801
NN
67102003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6711
6712 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6713 unused INSTALL_PROGRAM_ARGS.
6714 * configure.in: Use AC_PROG_INSTALL.
6715 * Makefile.in: Regenerate.
6716 * configure: Regenerate.
6717
4a18bd6b
AO
67182003-07-10 Alexandre Oliva <aoliva@redhat.com>
6719
6720 * configure: Rebuilt.
6721 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6722 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6723 newlib nor libgloss.
6724 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6725 * configure.in (am33_2.0-*-linux*): Added.
6726
fbd1054d
BW
67272003-07-09 Bob Wilson <bob.wilson@acm.org>
6728
6729 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6730 * configure: Regenerate.
6731
b40e3958
L
67322003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6733
6734 * config-ml.in: Replace PWD with PWD_COMMAND.
6735 * Makefile.tpl: Likewise.
6736 * Makefile.in: Regenerated.
6737
4a5be7ba
NN
67382003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6739
6740 * configure.in: Clean up config-lang.in handling. Delete
6741 useless assignment to "subdirs".
6742 * configure: Regenerate.
6743
9c14acb8
NN
67442003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6745
6746 * configure.in: Rename 'target_libs' to 'target_libraries'.
6747 Remove useless reference to 'target_libs'.
6748 * configure: Regenerate.
6749
8f32e830
KS
67502003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6751
6752 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6753 * Makefile.in: Regenerate.
6754
12f0bd74
NN
67552003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6756
6757 * Makefile.def: Introduce flags_to_pass.
6758 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6759 * Makefile.in: Regenerate.
6760
b07c2aad
HPN
67612003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6762
6763 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6764 and target-libgloss.
6765 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6766 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 6767 * configure: Regenerate.
b07c2aad 6768
56f25033
DD
67692003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6770
6771 * configure.in: Update testsuite_flags to new location.
6772 * configure. Regenerate.
80b200a1 6773
4ec9a3b2
NN
67742003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6775
6776 * Makefile.tpl: Remove BUILD_CC stuff.
6777 * Makefile.in: Regenerate.
6778
059083b1 67792003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6780
059083b1
L
6781 * config.guess: Update to 2003-06-12 version.
6782 * config.sub: Update to 2003-06-13 version.
6783
535b046a
TS
67842003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6785
6786 * MAINTAINERS: Add myself as MIPS co-maintainer.
6787
00c22daa 67882003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6789
00c22daa
L
6790 * config.guess: Update to 2003-06-06 version.
6791 * config.sub: Update to 2003-06-06 version.
6792
1047cb91
DD
67932003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6794
6795 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6796 * configure. Regenerate.
6797
123494c8
NN
67982003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6799
1047cb91
DD
6800 * configure.in: Disable serial configure by default.
6801 * configure: Regenerate.
6802 * Makefile.tpl: Abolish .NOTPARALLEL.
6803 * Makefile.in: Regenerate.
6804
7f121bbf
NN
6805 * Makefile.tpl: Replace {build,host,target}_canonical by
6806 {build,host,target}.
6807 * Makefile.in: Regenerate.
6808
123494c8
NN
6809 * Makefile.tpl: Fix stupid pasto.
6810 * Makefile.in: Regenerate.
6811
ec7e0995
NN
68122003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6813
6814 * Makefile.tpl: Remove bogus conditional.
6815 * Makefile.in: Regenerate.
6816
27b1cc72
NN
68172003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6818
2a4cbe27
NN
6819 * Makefile.tpl: Make 'recursive targets' using autogen rather
6820 than shell loop. Remove duplicate 'clean' targets and false
6821 comments.
6822 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6823 Add systematic method of specifying missing targets in subdirs.
6824 Add copyright boilerplate.
6825 * Makefile.in: Regenerate.
6826 * configure.in: Add 'recursive targets' to maybe list.
6827 * configure: Regenerate.
6828
27b1cc72
NN
6829 * Makefile.tpl: Rename [+target+] to [+make_target+].
6830 * Makefile.def: Rename 'target' to 'make_target'.
6831
01e51bd0
NC
68322003-05-30 Nick Clifton <nickc@redhat.com>
6833
6834 * README-maintainer-mode: Update URL for locating blessed config
6835 tools.
6836
2fd84b42
NC
68372003-05-29 Robert Millan <rmh@debian.org>
6838
6839 * ltconfig: Import this patch and modify for use with current
6840 version of ltconfig:
6841
6842 2003-05-21 Bruno Haible <bruno@clisp.org>
6843
6844 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6845 GNU/FreeBSD.
6846
8945c6bb
DD
68472003-05-28 DJ Delorie <dj@redhat.com>
6848
6849 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6850 * Makefile.in: Regenerate.
6851
2f9632a1
JJ
68522003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6853
80b200a1 6854 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 6855
3a12db16 68562003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 6857
3a12db16
DD
6858 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6859 newlib or libgloss.
6860 * Makefile.in: Regenerate.
6861
44482353
DD
68622003-05-21 DJ Delorie <dj@redhat.com>
6863
6864 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6865 * Makefile.in: Regenerate.
6866
fec2c52d
MR
68672003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6868
6869 * configure.in: Use curly braces in the definition of tooldir.
6870 * configure: Regenerate.
6871
16ae0395
NN
68722003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6873
6874 * configure.in: Switch more things to use maybe dependencies.
80b200a1 6875 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
6876 Factor out common code from autogen IF statements.
6877 * configure: Regenerate.
6878 * Makefile.in: Regenerate.
6879
ec11bdc6
DD
68802003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6881
6882 * configure.in: Accept i[3456789]86 for machine type.
6883 * configure: Regenerate.
6884
dd12c3a8
NN
68852003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6886
6887 * configure.in: Switch more things to use maybe dependencies.
6888 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6889 * configure: Regenerate.
6890 * Makefile.tpl: Switch more things to use maybe dependencies.
6891 * Makefile.in: Regenerate.
6892
cf662e21
AJ
68932003-05-16 Andreas Schwab <schwab@suse.de>
6894
6895 * Makefile.tpl (install-opcodes): Define.
6896 * Makefile.in: Rebuild.
6897
5481b376
AJ
68982003-05-13 Andreas Jaeger <aj@suse.de>
6899
6900 * config.guess: Update to 2003-05-09 version.
6901 * config.sub: Update to 2003-05-09 version.
6902
3959a22a
AJ
69032003-05-13 Michael Eager <eager@mvista.com>
6904
6905 * configure.in: Correct sed script so that options in quotes are not
6906 deleted.
6907 * configure: Rebuild.
6908
564b43e5
CV
69092003-05-12 Corinna Vinschen <corinna@vinschen.de>
6910
6911 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6912 and $$s/newlib/libc/sys/cygwin32 include paths.
6913 * configure: Ditto.
6914
bb947dc9
L
69152003-05-05 H.J. Lu <hjl@gnu.org>
6916
6917 * config-ml.in: Restored from gcc repository.
6918
77f7441a
CD
69192003-05-02 Chris Demetriou <cgd@broadcom.com>
6920
80b200a1
ZW
6921 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6922 * Makefile.in: Regenerate.
77f7441a 6923
a26d7085
DJ
69242003-04-27 Daniel Jacobowitz <drow@mvista.com>
6925
6926 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6927 and Makefile.def.
6928
e4c4d240
DJ
69292003-04-27 Daniel Jacobowitz <drow@mvista.com>
6930
6931 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6932 * Makefile.in: Regenerated.
6933
62a3fc85
DD
69342003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6935
6936 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6937 * Makefile.in: Regenerate.
6938
69392003-04-18 Jakub Jelinek <jakub@redhat.com>
6940
6941 * configure.in (powerpc64*-*-linux*): Remove.
6942 * configure: Rebuilt.
6943
5b474aa8
DD
69442003-04-17 Phil Edwards <pme@gcc.gnu.org>
6945
6946 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6947 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6948 and restrap.
6949 * Makefile.in: Regenerate.
6950
69512003-04-16 Richard Earnshaw <rearnsha@arm.com>
6952
6953 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6954 * configure: Regenerated.
6955
bc295afe
AO
69562003-04-11 Alexandre Oliva <aoliva@redhat.com>
6957
6958 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6959 * */configure: Rebuilt.
6960
3728fade
NN
69612003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6962
6963 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6964 * Makefile.in: Regenerate.
6965
ce5b542e
MC
69662003-03-14 Michael Chastain <mec@shout.net>
6967
6968 * Makefile.in: Regenerate with correct Makefile.def.
6969
3db0a37f
NN
69702003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6971
6972 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6973 Make macro.
6974 * Makefile.in: Regenerate.
6975 * configure.in: Clean up gxx_include_dir logic.
6976 * configure: Regenerate.
6977
34349c6e
DD
69782003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6979
6980 * configure.in (gxx_include_dir): Fix typo.
6981 * configure: Regenerated.
6982
686c28c9
AC
69832003-03-06 Andrew Cagney <cagney@redhat.com>
6984
6985 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6986
bba45b8b 69872003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 6988
bba45b8b
NN
6989 * configure.in: Include $(build_tooldir)/sys-include in
6990 FLAGS_FOR_TARGET.
6991 * configure: Regenerated.
6992
2683747f
NN
69932003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6994
bba45b8b
NN
6995 * Makefile.tpl: Reindent.
6996 * Makefile.in: Regenerate.
6997 * configure.in: Reindent. Don't set unused variables.
6998 * configure: Regenerate.
6999
2683747f
NN
7000 * Makefile.tpl: Always pass down RANLIB.
7001 * Makefile.in: Regenerate.
7002
7003 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
7004 * Makefile.in: Regenerate.
7005 * configure.in: Remove unused logic relating to --enable-shared
7006 and --enable-threads. Remove bogus comments. Remove redundant
7007 noconfigdirs.
7008 * configure: Regenerate.
7009
7010 * configure.in: Replace ${libstdcxx_version} by its value.
7011 Remove reference to mh-dgux.
7012 * configure: Regenerate.
7013
50212802
NN
70142003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7015
7016 * Makefile.tpl: Rearrange.
7017 * Makefile.in: Regenerate.
7018
a6be7fc6
NC
70192003-02-25 Nick Clifton <nickc@redhat.com>
7020
7021 * configure: Remove site-file supprot - it is obsolete.
7022
f8a495c8
NC
70232003-02-24 Uwe Stieber <uwe@wwws.de>
7024
7025 * configure.in: Add support for kaOS as cross build target system.
7026 * configure: Regenerated.
7027
3decd77d
DD
70282003-02-20 Sean McNeil <sean@blue.mcneil.com>
7029
7030 * Makefile.tpl: Add definition of CPPFLAGS to pass into
7031 configure-target-* as some target builds may require additional
7032 flags for preprocessor tests.
7033 * Makefile.in: Regenerated.
7034
f4ff34a3
AO
70352003-02-19 Alexandre Oliva <aoliva@redhat.com>
7036
7037 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
7038 * ltconfig: Handle it.
7039 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
7040 auto-detecting it.
7041
b7e4a931
AO
70422003-02-19 Alexandre Oliva <aoliva@redhat.com>
7043
7044 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
7045 it is used as argument to $CC.
7046 * ltcf-gcj.sh: Likewise.
7047
6b784d9f
AO
70482003-02-19 Alexandre Oliva <aoliva@redhat.com>
7049
7050 * configure.in: Introduce --enable-maintainer-mode.
7051 * configure: Rebuilt.
7052 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
7053 for maintainer mode.
7054 * Makefile.in: Rebuilt.
7055
8bcd8a07
AC
70562003-02-19 Andrew Cagney <ac131313@redhat.com>
7057
7058 * configure: Regenerate using autoconf 2.13.
7059
ee3fd329
AM
70602003-02-19 Alan Modra <amodra@bigpond.net.au>
7061
7062 * config.guess: Import latest version.
7063 * config.sub: Import latest version.
7064
e9e45685
JM
70652003-02-18 Jason Merrill <jason@redhat.com>
7066
7067 * Makefile.tpl (check-c++): Allow parallelism.
7068
859789af
AC
70692003-02-17 Andrew Cagney <ac131313@redhat.com>
7070
7071 * configure: Regenerate using autoconf 000227.
7072
b3f16a9b
GK
70732003-02-15 Geoffrey Keating <geoffk@apple.com>
7074
7075 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
7076 don't configure target-libobjc.
7077 * configure: Regenerate.
7078
72e60e02
DD
70792003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7080
7081 * Makefile.tpl (RANLIB): Define.
7082 * Makefile.in: Regenerate.
7083
91f0e695
KS
70842003-02-06 Keith R Seitz <keiths@redhat.com>
7085
7086 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
7087 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
7088 * Makefile.in: Regenerated.
7089 * configure.in: Remove all traces of snavigator, db, and grep.
7090 * configure: Regenerated.
7091
122bfa92
FCE
70922003-01-31 Frank Ch. Eigler <fche@redhat.com>
7093
7094 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
7095 * Makefile.in: Regenerated.
7096
264095c3
AO
70972003-01-30 Alexandre Oliva <aoliva@redhat.com>
7098
7099 * config.if: Copy from GCC.
7100
a84dbcb3
AO
71012003-01-27 Phil Edwards <pme@gcc.gnu.org>
7102
7103 * configure.in: Revert 24Jan change.
7104 * configure: Regenerate.
7105
19618276
NN
71062003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7107
7108 * configure.in: Revert previous change.
7109 * configure: Regenerate.
7110
b7f27a92
NN
71112003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
7112
7113 * configure.in: Make rda native-only.
7114 * configure: Regenerate.
7115
83326456
NN
71162003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
7117
7118 * configure.in: Add missing \.
7119 * configure: Rebuilt.
7120
5e367fa5
JJ
71212003-01-17 Jakub Jelinek <jakub@redhat.com>
7122
7123 * configure.in (baseargs): Avoid using \| in sed regular
7124 expressions.
7125 * configure: Rebuilt.
7126
e01f337c
JJ
71272003-01-16 Jakub Jelinek <jakub@redhat.com>
7128
7129 * configure.in (baseargs): Remove all supported forms of
7130 --cache-file, --srcdir, --host, --build and --target options
7131 from argument lists.
7132 * configure: Rebuilt.
7133
aa236487
AO
71342003-01-15 Alexandre Oliva <aoliva@redhat.com>
7135
7136 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
7137 * configure: Rebuilt.
7138
586c0873
NN
71392003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
7140
7141 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
7142 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
7143 * Makefile.in: Regenerate.
7144 * configure: Regenerate.
7145
497f816e
DD
71462003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
7147
7148 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
7149 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
7150 * Makefile.in: Regenerate.
7151
bfbe5519
AO
71522003-01-09 Alexandre Oliva <aoliva@redhat.com>
7153
7154 * configure.in: Remove Makefile in build, host and target modules
7155 unless configure was run with --no-recursion.
7156 * configure: Rebuilt.
7157
3f234ef5
CD
71582003-01-08 Chris Demetriou <cgd@broadcom.com>
7159
7160 * config.guess: Update to 2003-01-03 version.
7161 * config.sub: Update to 2003-01-03 version.
7162
a3982d48
CF
71632003-01-07 Christopher Faylor <cgf@redhat.com>
7164
7165 * configure: Regenerate with proper autoconf 2.13.
7166
75778ec4
CF
71672003-01-07 Christopher Faylor <cgf@redhat.com>
7168
80b200a1
ZW
7169 * configure.in: Add AC_PREREQ for consistency.
7170 * configure: Regenerate.
75778ec4 7171
c180f501
AC
71722003-01-06 Andrew Cagney <ac131313@redhat.com>
7173
7174 * configure.in (GDB_TK): Add tcl directories conditional on
7175 gdb/gdbtk directory being present.
7176 * configure: Regenerate.
5481b376 7177
46ca2cc2
DA
71782003-01-04 John David Anglin <dave.anglin@nrc.ca>
7179
7180 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
7181 by gcc if LD is not defined and we are not doing a Canadian Cross.
7182 * configure: Rebuilt.
7183
53dd8dab
DJ
71842003-01-01 Daniel Jacobowitz <drow@mvista.com>
7185
7186 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
7187
50ceb20c
TT
71882002-12-31 Tom Tromey <tromey@redhat.com>
7189
7190 * Makefile.in: Rebuilt.
7191 * Makefile.def (target_modules) [libffi]: Allow installation.
7192
e78b5cfe
AS
71932002-12-31 Andreas Schwab <schwab@suse.de>
7194
7195 * configure.in: Fix use of $program_transform_name.
7196 * configure: Regenerated.
7197
67448102
DJ
71982002-12-30 Daniel Jacobowitz <drow@mvista.com>
7199
7200 * configure.in (baseargs): Don't remove first configure argument.
7201 * configure: Regenerated.
7202
e6bfb94a
AO
72032002-12-29 Alexandre Oliva <aoliva@redhat.com>
7204
7205 * Makefile.tpl (local-distclean): Don't remove...
7206 (multilib.ts): ... this. Moved into...
7207 (multilib.out): ... this. Don't use sub-make.
7208 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
7209 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
7210 (configure-build-[+module+], configure-[+module+],
7211 configure-target-[+module+], configure-gcc): ... these. Test
7212 for Makefile existence. Drop config.status from dependencies.
7213 * Makefile.in: Rebuilt.
7214 * configure.in: Move gcc-version-trigger to the end of
7215 ac_configure_args. Add comments to maybedep.tmp and
7216 serdep.tmp. Introduce --disable-serial-configure. Remove
7217 nonopt from baseargs, matching and removing corresponding
7218 whitespace while at it.
7219 * configure: Rebuilt.
7220
8f0dfb36
AO
72212002-12-28 Alexandre Oliva <aoliva@redhat.com>
7222
7223 * configure.in (host_configargs): Replace reference to
7224 no-longer-defined buildopts with --build=${build_alias}.
7225 * configure: Rebuilt.
7226
43be203f
AO
72272002-12-28 Alexandre Oliva <aoliva@redhat.com>
7228
7229 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
7230 program_transform_name to standard idiom.
7231 (AUTOGEN, AUTOCONF): Define.
7232 (Makefile.in): Use $(AUTOGEN).
7233 (Makefile): Depend on config.status, and use autoconf-style rule to
7234 build it. Move original commands to...
7235 (config.status): ... this new target.
7236 (configure): Add $(srcdir). Depend on config/acx.m4. Use
7237 $(AUTOCONF).
7238 * Makefile.in: Rebuilt.
7239
a0da8069
NN
72402002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
7241
d18f1c9f
NN
7242 * Makefile.tpl: Fix dramatic bustage due to change in
7243 program_transform_name.
7244 * Makefile.in: Regenerate.
7245
7246 * configure.in: Remove unnecessary PATH setting.
7247 * configure: Regnerate.
7248
7249 * configure.in: Don't default to unprefixed tools unless
7250 the native tools will work.
7251 * configure: Regenerate.
7252
a0da8069
NN
7253 * configure.in: Convert to autoconf script. Blow away lots
7254 of now-redundant Makefile fragments.
7255 * configure: Generate using Autoconf.
7256 * Makefile.tpl: Rewrite to reflect autoconfiscation.
7257 * Makefile.in: Regenerate.
7258
c567df0a
NN
72592002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
7260
5481b376 7261 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
7262 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
7263
5481b376 7264 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 7265 where they belong.
2c7f9a32 7266
2dabcfb4
AS
72672002-12-24 Andreas Schwab <schwab@suse.de>
7268
7269 * Makefile.tpl (multilib.out): Fix missing space.
7270 * Makefile.in: Regenerate.
7271
1086bc09
NN
72722002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
7273
7274 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
7275 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
7276 * Makefile.in: Regenerate.
7277 * configure.in: Remove unnecessary leftovers.
7278
1086bc09
NN
72792002-12-21 Geoffrey Keating <geoffk@apple.com>
7280
7281 * configure.in (extra_ranlibflags_for_target): New variable.
7282 (*-*-darwin): Add -c to ranlib commands.
7283 * configure (tooldir): Handle extra_ranlibflags_for_target.
7284
14e9ca95
JJ
72852002-12-20 Jeff Johnston <jjohnstn@redhat.com>
7286
7287 * COPYING.NEWLIB: Updated.
7288 * COPYING.LIBGLOSS: Ditto.
7289
14c428fb
NN
72902002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
7291
7292 * Makefile.tpl: Revert HJL's change.
7293 * Makefile.in: Regenerated.
7294 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
7295 always.
7296
313b8244
AS
72972002-12-19 Andreas Schwab <schwab@suse.de>
7298
7299 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
7300 * Makefile.in: Regenerate.
7301
efeae3db
L
73022002-12-18 H.J. Lu <hjl@gnu.org>
7303
7304 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
7305 * Makefile.in: Regenerated.
7306
7307 * configure.in (build_prefix): New. Substitute.
7308
43d92c63
NN
73092002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7310
59da4fe6
NN
7311 * Makefile.tpl: Don't let real targets depend on phony targets.
7312 * Makefile.in: Regenerate.
7313
43d92c63
NN
7314 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7315 * Makefile.in: Regenerate.
7316
b72e6a2d
JM
73172002-12-16 Jason Merrill <jason@redhat.com>
7318
7319 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7320 previous 'make bootstrap'.
7321 * Makefile.in: Regenerate.
7322
95c72c44
HPN
73232002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7324
7325 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7326
7d695d07
JM
73272002-12-13 Jason Merrill <jason@redhat.com>
7328
7329 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7330 library tests.
7331 (check-c++): Just depend on it and check-target-libstdc++-v3.
7332 * Makefile.in: Regenerate.
7333
54103d1e
NN
73342002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7335
7336 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7337 * Makefile.in: Regenerate.
7338
4024f1e1
JJ
73392002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7340
80b200a1
ZW
7341 * COPYING.NEWLIB: Update list of alternate Regent of California
7342 licenses and discuss official revoking of advertising clause.
7343 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7344
7dda0df6
AO
73452002-12-12 Alexandre Oliva <aoliva@redhat.com>
7346
7347 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7348 * Makefile.in: Rebuilt.
7349
d03be79e 73502002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7351
929293f4
NN
7352 * configure: Fix bug put in by gremlins.
7353
d03be79e
NN
7354 * Makefile.tpl: Substitute more autoconfily.
7355 * configure: Substitute more autoconfily.
7356 * Makefile.in: Regenerate.
7357
73582002-12-08 Andrew Cagney <ac131313@redhat.com>
7359
7360 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7361 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7362
73632002-12-06 DJ Delorie <dj@redhat.com>
7364
7365 * Makefile.tpl: Change configure dependencies to not have real
7366 targets depend on phony targets.
b4a77b47 7367
db1ac78d
NN
73682002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7369
bcaf2395
NN
7370 * configure.in: Revert unintentional change.
7371
b4fa093e
NN
7372 * src-release: Configure host subdirs.
7373
db1ac78d
NN
7374 * Makefile.tpl: Change dependency for */multilib.out so that
7375 it works when gcc isn't in the tree.
7376
7377 * configure.in: Substitute more.
7378 * configure: Run subconfigures from the Makefile.
7379 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7380 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7381
15723a45
NN
73822002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7383
e2b9e2dc
NN
7384 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7385 and corresponding dependencies.
7386 * Makefile.in: Regenerate.
7387
2af579c4
NN
7388 * configure.in (host_tools): Order binutils, gas and ld for
7389 convenience in running the testsuites.
7390
a2cc058a
NN
7391 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7392 * Makefile.in: Regenerate.
7393 * configure.in: Introduce rules to serialize subconfigure runs.
7394
15723a45
NN
7395 * configure.in: Introduce BASE_CC_FOR_TARGET.
7396 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7397 Realize configure-build-* targets. Realize configure-target-* targets.
7398 * Makefile.in: Regenerate.
7399
ae831be5
NN
74002002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7401
7402 * configure: Move gcc_version_trigger stuff from here...
7403 * configure.in: ...to here.
7404
7405 * configure.in: Separate subconfigure options added by this file from
7406 options given by the user. Add machinery to put args for host
7407 subconfigures into the Makefile.
7408
7409 * Makefile.tpl: Remove 'vault' targets.
7410 * Makefile.tpl: Reorder and comment dependencies.
7411 * Makefile.in: Regenerate.
7412
bbf7c8ac
NN
74132002-11-28 Geoffrey Keating <geoffk@apple.com>
7414
7415 * configure.in: Move host-specific darwin noconfigdirs into
7416 the host-specific section.
7417
930314a4
NN
74182002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7419
52d7cdee
NN
7420 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7421 during replay.
7422 * Makefile.in: Regenerate.
7423
930314a4
NN
7424 (finishing slow-motion replay)
7425 * configure: Remove skip-this-dir support.
7426 * Makefile.tpl: Remove skip-this-dir support.
7427
7428 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7429 subdirectories.
7430 * Makefile.in: Regenerate.
7431
7432 * Makefile.tpl: Strip out useless setting of 'dir'.
7433 * Makefile.in: Regenerate.
5481b376 7434
930314a4
NN
74352002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7436
7437 (finishing slow-motion replay)
7438 * configure.in: Fix deeply stupid bug.
7439
7440 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7441 shell code in CXX_FOR_TARGET
7442 * Makefile.def: Introduce raw_cxx.
7443 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7444 RAW_CXX_FOR_TARGET.
7445 * Makefile.in: Regenerate.
7446
74472002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7448
7449 (finishing slow-motion replay)
7450 * Makefile.tpl: Remove unnecessary ifs.
7451 * Makefile.in: Regenerate.
7452
5481b376 7453 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7454 dependencies. Maybe-ize build-libiberty. Create dummy install
7455 targets for 'no_install' modules.
5481b376 7456 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7457 build_modules stuff to configure.in.
5481b376 7458 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7459 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7460 * Makefile.in: Regenerate.
7461
3866be5d
NN
74622002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7463
7464 (continuing slow-motion replay)
7465 * Makefile.tpl: Make all-target, install-target behave similarly
7466 to all, install (only hitting configured targets). Eliminate
7467 unused macro defintions.
7468
7469 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7470 build != host.
7471
7472 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7473
7474 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7475
5481b376 7476 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7477 configuring. Remove references to "dosrel".
7478 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7479 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7480 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7481 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7482 and redundant dependency; rearrange slightly.
7483 * Makefile.def: Add host-side libtermcap, utils.
7484
7485 * Makefile.in: Regenerate.
7486
e393202e
NN
74872002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7488
7489 (Continuing slow-motion replay)
7490 * Makefile.def: Add list of recursive targets to autogenerate.
7491 Add build_modules.
7492 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7493 targets. Autogenerate *-build-* targets.
7494 * Makefile.in: Regenerate.
7495
583d52d7
NN
74962002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7497
7498 (Continuing slow-motion replay)
7499 * configure: More autoconf-style substitutions.
7500 * Makefile.tpl: More autoconf-style substitutions.
7501 * Makefile.in: Regenerate.
7502
75032002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7504
7505 (Continuing slow-motion replay)
7506 * configure: Substitute more variables in a more autoconf-friendly
7507 way. Simplify slightly.
7508 * Makefile.tpl: Make more variables substitutable in an
7509 autoconf-friendly way.
7510 * Makefile.in: Regenerate.
7511
874e38b4
NN
75122002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7513
7514 (Continuing slow-motion replay)
7515 * configure.in (v810*): Remove special setting of tools.
7516
7517 * configure: Add support for extra required flags for ar or nm.
7518 * configure.in (aix4.3+): Use above support for target-specific
7519 issues, rather than using config/mt-aix43.
7520
852e5f18
NN
75212002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7522
7523 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7524 * configure: Remove 'removing', which doesn't work. Replace $subdir
7525 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7526 with $srcdir. Reformat indentation. Substitute some variables
7527 formerly hard-coded in the Makefile for build=host.
7528 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7529 * Makefile.def: Autogenerate more.
7530 * Makefile.in: Regenerate.
7531
c9a0d920
DD
75322002-11-13 Bruce Korb <bkorb@gnu.org>
7533
7534 * Makefile.tpl: syntactic cleanup
7535
dd2768ff
KB
75362002-11-04 Kevin Buettner <kevinb@redhat.com>
7537
7538 * Makefile.def (host_modules): Add rda.
7539 * Makefile.in: Regenerate.
7540 * configure.in (target_tool): Add target-rda to list.
7541
1aa8389d
DD
75422002-10-25 Phil Edwards <pme@gcc.gnu.org>
7543
7544 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7545 and restrap targets to this rule.
7546 * Makefile.in: Regenerate.
7547
28f46298
HPN
75482002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7549
7550 * configure.in (i[3456]86-*-linux*): Add check to disable
7551 ${libgcj} for glibc1.
7552
ff72e302
NC
75532002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7554
7555 * configure.in: Add tic4x target.
7556
8607b6c9
NN
75572002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7558
7559 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7560 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7561 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7562 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7563 * Makefile.in: Regenerate.
7564
f8f61f4a
NN
75652002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7566
c86f794b
NN
7567 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7568 * Makefile.in: Regenerate.
7569
a9590527
NN
7570 * Makefile.def: Remove order dependency comments.
7571 * Makefile.tpl: Add explicit install-install dependencies.
7572 * Makefile.in: Regenerate.
7573
8412ce72
NN
7574 * Makefile.tpl: Remove material now in src-release. (Finally!)
7575 * Makefile.in: Regenerate.
7576
8b9f37f1
NN
7577 * configure: Restore my original patch by syncing with gcc version.
7578
f8f61f4a
NN
7579 * Bring following over from gcc:
7580
75812002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7582
7583 * configure.in (s390*-*-linux*): Enable libgcj.
7584
403d9505
NN
75852002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7586
7587 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7588
95f6f383
AM
75892002-10-02 Alan Modra <amodra@bigpond.net.au>
7590
e4673b0a 7591 * configure: Move stray lines back to where they belong.
95f6f383 7592
748503c8
NN
75932002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7594
a581b5c3
NN
7595 * Makefile.tpl: Insert configure-target target, for src-release.
7596
c084f5b4
NN
7597 * configure: Finish reverting change which Andrew Cagney started
7598 reverting. Should fix bustage.
7599
7aa673ed 7600 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
7601 * src-release: New file. Contains material for making net
7602 releases for gdb, binutils, et al., formerly in Makefile.in.
7603
82a9b2d9
NC
76042002-09-30 Nick Clifton <nickc@redhat.com>
7605
7606 * cpu: New top level directory. Intended to hold input files for
7607 CGEN which have FSF copyright assignment.
7608 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7609
c2463a00
AC
76102002-09-29 Andrew Cagney <ac131313@redhat.com>
7611
7612 Revert below (note that src does not contain Makefile.tpl):
7613 * Makefile.tpl: Make subsituted variables more autoconfy.
7614 * Makefile.in: Regenerate.
7615
f03b4789
NN
76162002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7617
c11e16a9
NN
7618 * configure: Revert accidentally applied changes.
7619
f03b4789
NN
7620 * Makefile.tpl: Make more autoconf-friendly.
7621 * Makefile.in: Regenerate.
7622 * configure: Make substitution more autoconf-like.
7623
76242002-09-28 Richard Earnshaw <rearnsha@arm.com>
7625
7626 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7627 single entry to handle all these.
7628 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7629 libjava on arm-*-elf.
7630
c0292023
GK
76312002-09-27 Geoffrey Keating <geoffk@apple.com>
7632
7633 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7634 things that depend on them.
7635
c66d951e
NN
76362002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7637
7638 * Makefile.tpl: Make subsituted variables more autoconfy.
7639 * Makefile.in: Regenerate.
7640 * configure: Make seds more autoconfy.
7641
907a7241 76422002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
7643
7644 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7645 * Makefile.in: Regenerate.
7646 * configure.in: Rewrite sed statements to look autoconfy.
7647
907a7241
NN
7648 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7649 all-target-foo on configure-target-foo.
7650 * Makefile.def: Ditto.
7651 * Makefile.in: Rebuild.
7652
405ea7a0
NN
76532002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7654
7655 * Makefile.def: New file.
7656 * Makefile.tpl: New file.
7657 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7658
7659 * configure.in: Minor rearrangement. Simplify tests.
7660
bdc57bfd
JT
76612002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7662
7663 * configure.in (with_headers): Skip copy if value is "yes".
7664 (with_libs): Likewise.
7665
ae03d6e2
NN
76662002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7667
7668 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7669 * configure.in (sh*-*-pe*): Ditto.
7670 * configure.in (mips*-*-pe*): Ditto.
7671 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
7672
7673 * configure.in: Rearrange.
7674
707960fe
NC
76752002-09-12 Nick Clifton <nickc@redhat.com>
7676
7677 * Import these changes from the config master repository:
7678
7679 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7680
7681 * config.sub: Add tic4x target.
7682
7683 2002-09-03 Ben Elliston <bje@redhat.com>
7684
7685 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7686 Reported by <Duncan_Stodart@insession.com>.
7687
36ea319f
JJ
76882002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7689
7690 * COPYING.NEWLIB: More updates.
7691
cf57480a
JJ
76922002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7693
7694 * COPYING.NEWLIB: Update.
7695
fd31a171
AC
76962002-08-23 Andrew Cagney <ac131313@redhat.com>
7697
23b632fc
AC
7698 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7699
fd31a171
AC
7700 * config.guess: Import version 2002-08-23.
7701 * config.sub: Import version 2002-08-22.
7702
a08bafb5
AO
77032002-08-20 Alexandre Oliva <aoliva@redhat.com>
7704
7705 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7706 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7707 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7708
17240c1f
NC
77092002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7710
7711 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7712
e70ad0c6
L
77132002-08-04 H.J. Lu (hjl@gnu.org)
7714
7715 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7716
574e6d11
DD
77172002-07-31 Alan Modra <amodra@bigpond.net.au>
7718
7719 * configure.in: Move generic linux case to end. Copy generic
7720 linux noconfigdirs to mips*-*-linux* entry and new
7721 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7722
611e7523
CD
77232002-07-19 Chris Demetriou <cgd@broadcom.com>
7724
7725 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7726 one instance of them which was missed to the list to update.
7727
51759676
CD
77282002-07-16 Chris Demetriou <cgd@broadcom.com>
7729
7730 * config.guess: Update to 2002-07-09 version.
7731 * config.sub: Update to 2002-07-03 version.
7732
7c1f909c
DD
77332002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7734
7735 * configure.in: Remove two redundant tests.
7736
d7cf5d30
DD
77372002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7738
7739 * configure.in (mips*-*-irix6*o32): Enable stabs.
7740
c74222f7
DD
77412002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7742
5b53c336
DD
7743 * configure.in: Don't build grez.
7744 * Makefile.in: Ditto.
7745
c74222f7
DD
7746 * Makefile.in: Remove references to bsp, cygmon, libstub.
7747 * configure.in: Ditto.
7748
7749 * configure.in: Remove leftover reference to gdbtest.
7750
edd1b227
DD
77512002-07-08 Phil Edwards <pme@gcc.gnu.org>
7752
7753 * configure.in (gxx_include_dir): Change to match versioned
7754 C++ headers if --enable-version-specific-runtime-libs is used.
7755
486186e3
AO
77562002-07-04 Steve Ellcey <sje@cup.hp.com>
7757
7758 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7759
ff0a3bf8
DD
77602002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7761
7762 * configure.in: Make --without-x work.
7763
1dfa8174
NC
77642002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7765
7766 * contrib: New directory. Created to contain a copy of the
5481b376 7767 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
7768 the FSF GCC sources.
7769
07637366
DD
77702002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7771
b6f83f2a
DD
7772 * configure.in: Rearrange target Makefile fragment collection.
7773
07637366
DD
7774 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7775 cvs[src].
7776 * configure.in: Ditto.
7777
f48556b1
DD
77782002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7779
7780 * Makefile.in: Eliminate 'apache' targets.
7781 * configure.in: Eliminate 'apache' targets.
7782
7783 * configure.in: Eliminate redundant tests. Reorganize.
7784
7785 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7786
7787 * config-ml.in: Eliminate references to Cygnus configure.
7788
7789 * Makefile.in: Eliminate references to building emacs.
7790
77912002-07-01 Denis Chertykov <denisc@overta.ru>
7792
7793 * configure.in: Add support for ip2k.
7794
cdb9e2b8
BE
77952002-06-24 Ben Elliston <bje@redhat.com>
7796
7797 * configure.in (host_tools): Remove cgen.
7798
7799 * Makefile.in (all-cgen): Remove; runs from its source directory.
7800 (check-cgen, install-cgen, clean-cgen): Likewise.
7801 (all-opcodes): No not depend on all-cgen.
7802 (all-sim): Likewise.
7803
3558860c
DD
78042002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7805
7806 * configure.in: Fix AIX configury bug.
7807
e3b0c936
DD
78082002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7809
cdb9e2b8 7810 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 7811
cdb9e2b8
BE
7812 * configure.in: Move definition of libstdcxx_flags right above
7813 usage, rather than way earlier.
8ee424c0 7814
c712250a
DD
7815 * configure.in: Pull definition of is_cross_compiler earlier.
7816
9ee1a75c
DD
7817 * configure.in: Rearrange a little.
7818
e3b0c936
DD
7819 * configure.in: Remove references to librx.
7820 * Makefile.in: Remove references to librx.
7821
b2bd228e
DD
78222002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7823
7824 * configure.in: Eliminate ${gasdir} variable.
7825
7cd52483
DB
78262002-06-18 Dave Brolley <brolley@redhat.com>
7827
7828 * configure.in: Add support for frv.
7829 * config.sub: Add support for frv.
7830
6c5e141a
DD
78312002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7832
7833 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7834
0d18b56d
JT
78352002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7836
7837 * configure.in (vax-*-netbsd*): Re-enable gas.
7838
fd8958d5
DD
78392002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7840
27f15fdd
DD
7841 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7842 BUILD_PREFIX_1, to correct nomenclature.
7843 * configure: Likewise.
7844
fd8958d5
DD
7845 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7846 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7847
0c2442b7
DD
78482002-05-31 Olaf Hering <olh@suse.de>
7849
7850 * config-ml.in: Propogate DESTDIR also.
7851
a3602181
JT
78522002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7853
7854 * configure.in (vax-*-netbsd*): Don't build gas for this
7855 platform.
7856
c95f53ae
MM
78572002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7858
7859 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7860 and libgcj for AVR.
7861
1d7c1053
NC
78622002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7863
7864 * config.sub: Add DLX target.
7865
4b37028f
JT
78662002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7867
7868 * config.guess: Update to 2002-05-22 version.
7869 * config.sub: Likewise.
7870
d5de0a84
NC
78712002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7872
7873 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7874 * config-ml.in: Likewise.
7875 * configure: Likewise.
7876 * configure.in: Likewise.
7877
c92a0210
DD
78782002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7879
115a77aa
DD
7880 * configure.in: Simplify makefile fragment collection.
7881
7882 * configure.in: Remove code to build emacs.
e99daf2b 7883
91e060aa
DD
7884 * configure.in : Remove --srcdir argument from targargs and buildargs
7885 (it's always overridden in the Makefile anyway). Rearrange a bit.
7886
7887 * configure: Move some logic to configure.in.
7888 * configure.in: Move some logic from configure.
c92a0210 7889
91217342
JJ
78902002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7891
7892 * COPYING.LIBGLOSS: New file.
7893
d3d8a9ee
NC
78942002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7895
7896 * Makefile.in: Honour DESTDIR.
7897
3a036cdc
AO
78982002-05-05 Alexandre Oliva <aoliva@redhat.com>
7899
7900 * configure.in (noconfigdirs): Don't disable libgcj on
7901 sparc64-*-solaris* and sparcv9-*-solaris*.
7902
6d095fe4
AO
79032002-05-03 Alexandre Oliva <aoliva@redhat.com>
7904
7905 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7906
dac55df9
TF
79072002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7908
7909 * configure.in (FLAGS_FOR_TARGET): Do not add
7910 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7911 on i[3456]86-*-linux*.
7912
a018e15b
TF
79132002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7914
7915 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
7916
7917 * configure.in (noconfigdirs): Do not add target-newlib if
7918 target == i[3456]86-*-linux*, and host == target.
7919
5f284831
MM
79202002-04-29 Mark Mitchell <mark@codesourcery.com>
7921
7922 * config.guess: Updated to 2002-04-26's version.
7923 * config.sub: Updated to 2002-04-26's version.
7924
33babf59
DD
79252002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7926
bd5f7da2
DD
7927 * configure.in: delete reference to absent file
7928
a0c4f3a0
DD
7929 * configure.in: replace '[' with 'test'
7930
66f1ba4f
DD
7931 * configure.in: Eliminate references to gash.
7932 * Makefile.in: Eliminate references to gash.
7933
7c3ab50c
DD
7934 * configure.in: remove useless references to 'pic' makefile fragments.
7935
bbc025f5
DD
7936 * configure.in: (*-*-windows*) Finish removing.
7937
33babf59
DD
7938 * configure.in: Eliminate redundant test for libgui.
7939
d5ec694c
DD
79402002-04-26 Joel Sherrill <joel@OARcorp.com>
7941
7942 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7943 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7944
57a5346c
DD
79452002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7946
7947 * configure.in: remove references to dead files
7948
dbf93899
DD
79492002-04-18 Tom Tromey <tromey@redhat.com>
7950
7951 * configure.in: Disallow configuring libgcj when it is already
7952 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7953 Solaris 2.8 by default. For PR libgcj/6158.
7954
26eadf68
DD
79552002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7956
7957 * configure.in: Move default CC setting out of config/mh-* fragments
7958 directly into here.
7959
a0a2c6c6
DD
79602002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7961
7962 * configure.in: don't even try to configure or make a subdirectory
7963 if there's no configure script for it.
7964
9972f812
DD
79652002-04-15 Mark Mitchell <mark@codesourcery.com>
7966
7967 * MAINTAINERS: Remove chill maintainers.
7968 * Makefile.in (CHILLFLAGS): Remove.
7969 (CHILL_LIB): Remove.
7970 (TARGET_CONFIGDIRS): Remove libchill.
7971 (CHILL_FOR_TARGET): Remove.
7972 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7973 CHILL_LIB.
7974 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7975 (CHECK_TARGET_MODULES): Likewise.
7976 (INSTALL_TARGET_MODULES): Likewise.
7977 (CLEAN_TARGET_MODULES): Likewise.
7978 (configure-target-libchill): Remove.
7979 (all-target-libchill): Remove.
7980 * configure.in (target_libs): Remove target-libchill.
7981 Do not compute CHILL_FOR_TARGET.
7982 * libchill: Remove directory.
5481b376 7983
75205f78
DD
79842002-04-15 DJ Delorie <dj@redhat.com>
7985
7986 * Makefile.in, configure.in, configure: Sync with gcc, entries
7987 follow...
7988
79892002-04-08 Tom Tromey <tromey@redhat.com>
7990
7991 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7992 Fixes PR libgcj/6068.
7993
79942002-03-30 Krister Walfridsson <cato@df.lth.se>
7995
7996 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7997
79982002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7999
8000 * configure.in (alpha*-dec-osf*): Enable libgcj.
8001
80022002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
8003
8004 Fix for: PR bootstrap/3591, target/5676
8005 * configure.in (mcore-pe): Disable the configuration of
8006 libstdc++-v3 since exceptions are not supported.
8007
80082002-03-20 Anthony Green <green@redhat.com>
8009
8010 * configure.in: Enable libgcj for xscale-elf target.
8011
80122002-02-28 Alexandre Oliva <aoliva@redhat.com>
8013
8014 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8015 libjava.
8016 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
8017
80182002-02-22 Alexandre Oliva <aoliva@redhat.com>
8019
8020 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
8021 libstdc++-v3 and libjava.
8022
80232002-02-11 Adam Megacz <adam@xwt.org>
8024
8025 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
8026 boehm-gc
8027
80282002-02-09 Alexandre Oliva <aoliva@redhat.com>
8029
8030 * config.guess: Updated to 2002-01-30's version.
8031 * config.sub: Updated to 2002-02-01's version.
8032 Contribute sh64-elf.
8033 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8034 * configure.in: Added sh64-*-*.
8035
80362002-01-17 H.J. Lu <hjl@gnu.org>
8037
8038 * Makefile.in (all-fastjar): Also depend on all-libiberty.
8039 (all-target-fastjar): Also depend on all-target-libiberty.
8040
8041Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
8042
8043 * configure, configure.in: Use temp file for long sed commands.
8044
80452001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
8046
8047 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
8048 libf2c.
8049
80502001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
8051
8052 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
8053
80542001-10-11 Hans-Peter Nilsson <hp@axis.com>
8055
8056 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
8057
80582001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
8059
8060 * configure: Handle temporary files securely using mkdir.
8061
80622001-09-26 Will Cohen <wcohen@redhat.com>
8063
8064 * configure.in (*-*-linux*): Disable configuration of target-newlib
8065 and target-libgloss.
8066
80672001-09-26 Alexandre Oliva <aoliva@redhat.com>
8068
8069 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
8070 RANLIB.
8071
80722001-08-11 Graham Stott <grahams@redhat.com>
8073
8074 * Makefile.in (check-c++): Add missing semicolon.
8075
80762001-07-25 Andrew Haley <aph@cambridge.redhat.com>
8077
8078 * configure.in (sh-*-linux*): New.
8079
80802001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
8081
8082 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
8083 and libgcj on m68hc11/m68hc12.
8084
80852001-06-27 H.J. Lu (hjl@gnu.org)
8086
8087 * Makefile (CFLAGS_FOR_BUILD): New.
8088 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
8089
80902001-06-01 Hans-Peter Nilsson <hp@axis.com>
8091
8092 * configure.in (libstdcxx_flags): Do not try to execute
8093 libstdc++-v3/testsuite_flags until it exists.
8094
80952001-05-18 Benjamin Kosnik <bkoz@redhat.com>
8096
8097 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
8098
80992001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
8100
8101 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
8102
8103Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
8104
8105 * configure.in: Move *-chorusos target case to the proper switch.
8106 Disable libgcj.
8107
81082001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8109
8110 * Makefile.in (STAGE1_CFLAGS): Pass down.
8111
81122001-04-13 Alan Modra <amodra@one.net.au>
8113
8114 * config.guess: Add hppa64-linux support. Note for next import that
8115 this is already in the master file.
8116 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
8117
81182001-03-22 Colin Howell <chowell@redhat.com>
8119
8120 * Makefile.in (DO_X): Do not backslash single-quotes in
8121 backquotes (two places).
8122
81232001-03-18 Laurynas Biveinis <lauras@softhome.net>
8124
8125 * Makefile.in (DO_X): Quote nested quotes.
8126
81272001-03-15 Laurynas Biveinis <lauras@softhome.net>
8128
8129 * Makefile.in (DO_X): Use double quotes for quoting
8130 "RANLIB=$${RANLIB}".
8131
81322001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
8133
8134 * configure.in: Only use `lang_requires' for languages athat are
8135 actually enabled.
8136
81372001-03-07 Tom Tromey <tromey@redhat.com>
8138
8139 * configure.in: Allow config-lang.in to set `lang_requires' to list
8140 of other required languages.
8141
81422001-03-06 Laurynas Biveinis <lauras@softhome.net>
8143
8144 * Makefile.in: Remove RANLIB definition. Use RANLIB
8145 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
8146 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
8147
81482001-02-28 Benjamin Kosnik <bkoz@redhat.com>
8149 Alexandre Oliva <aoliva@redhat.com>
8150
8151 * Makefile.in (check-c++): Use tabs, not spaces.
8152
81532001-02-19 Benjamin Kosnik <bkoz@redhat.com>
8154
8155 * Makefile.in (check-c++): New rule.
8156
8157 * configure.in (target_libs): Remove libg++.
8158 (noconfigdirs): Remove libg++.
8159 (noconfigdirs): Same.
8160 (noconfigdirs): Same.
8161 (noconfigdirs): Same.
8162
8163 * config-ml.in: Remove libg++ references.
8164
8165 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
8166 (ALL_TARGET_MODULES): Same.
8167 (configure-target-libg++): Remove.
8168 (all-target-libg++): Remove.
8169 (configure-target-libio): Remove.
8170 (all-target-libio): Remove.
8171 (check-target-libio): Remove.
8172 (.PHONY): Remove.
8173 (libg++.tar.bz2): Remove.
8174 (all-target-cygmon): Remove libio.
8175 (all-target-libstdc++): Remove.
8176 (configure-target-libstdc++): Remove.
8177 (TARGET_LIB_PATH): Remove libstdc++.
8178 (ALL_GCC_CXX): Remove libstdc++.
8179 (all-target-gperf): Correct.
8180
81812001-02-15 Anthony Green <green@redhat.com>
8182
8183 * configure: Introduce GCJ_FOR_TARGET.
8184 * configure.in: Ditto.
8185 * Makefile.in: Ditto.
8186
81872001-02-08 Chandrakala Chavva <cchavva@redhat.com>
8188
8189 * configure.in: for *-chorusos, don't config target-newlib and
8190 target-libgloss.
8191
81922001-02-04 Mark Mitchell <mark@codesourcery.com>
8193
8194 Remove V2 C++ library.
8195 * configure.in: Remove --enable-libstdcxx_v3 support.
8196
81972001-01-27 Richard Henderson <rth@redhat.com>
8198
8199 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
8200
82012001-01-26 Tom Tromey <tromey@redhat.com>
8202
8203 * configure.in: Allow libgcj to be built on Sparc Solaris.
8204
82052001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
8206
8207 * configure.in: Enable libgcj on several additional platforms.
8208
82092001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
8210
8211 * configure.in: Enable libgcj for linux targets.
8212
82132001-01-09 Mike Stump <mrs@wrs.com>
8214
8215 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
8216 failures of subdirectories.
8217
82182001-01-02 Laurynas Biveinis <lauras@softhome.net>
8219
8220 * configure: handle DOS-style absolute paths.
8221
82222001-01-02 Laurynas Biveinis <lauras@softhome.net>
8223
8224 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
8225
82262000-12-18 Benjamin Kosnik <bkoz@redhat.com>
8227
8228 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
8229 (libstdcxx_incdir): Pass down.
8230 * config.if: Remove expired bits for cxx_interface, add stub.
8231 (libstdcxx_incdir): Add variable for g++ include directory.
8232 * configure.in (gxx_include_dir): Use it.
8233
82342000-12-15 Andreas Jaeger <aj@suse.de>
8235
8236 * configure.in: Handle lang_dirs.
8237
82382000-12-13 Anthony Green <green@redhat.com>
8239
8240 * configure.in: Disable libgcj for any target not specifically
8241 listed. Disable libgcj for x86 and Alpha Linux until compatible
8242 with g++ abi.
8243
82442000-12-13 Mike Stump <mrs@wrs.com>
8245
8246 * Makefile.in (local-distclean): Also remove fastjar.
8247
82482000-12-10 Anthony Green <green@redhat.com>
8249
8250 * configure.in: Define libgcj. Disable libgcj target libraries for
8251 most targets.
8252
82532000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
8254
8255 * configure.in (target_libs): Revert 2000-12-08 patch.
8256 (noconfigdirs): Added target-libjava.
8257
82582000-12-09 Laurynas Biveinis <lauras@softhome.net>
8259
8260 * Makefile.in: handle DOS-style absolute paths.
8261
82622000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8263
8264 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
8265 libjava.
8266 * configure.in (target_libs): Removed `target-libjava'.
8267
82682000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
8269
8270 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
8271 (ALL_MODULES): Added fastjar.
8272 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
8273 (all-target-libjava): all-fastjar replaces all-zip.
8274 (all-fastjar): Added.
8275 (configure-target-fastjar, all-target-fastjar): Likewise.
8276 * configure.in (host_tools): Added fastjar.
8277
82782000-12-07 Mike Stump <mrs@wrs.com>
8279
8280 * Makefile.in (local-distclean): Remove leftover built files.
8281
82822000-11-16 Fred Fish <fnf@be.com>
8283
8284 * configure.in (enable_libstdcxx_v3): Fix typo,
8285 libstd++ -> libstdc++.
8286
82872000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
8288
8289 * configure: Provide the original toplevel configure arguments
8290 (including $0) to subprocesses in the environment rather than
8291 through gcc/configargs.h.
8292
82932000-11-12 Mark Mitchell <mark@codesourcery.com>
8294
8295 * configure: Turn on libstdc++ V3 by default.
8296
82972000-10-16 Michael Meissner <meissner@redhat.com>
8298
8299 * configure (gcc/configargs.h): Only create if there is a build GCC
8300 directory created.
8301
83022000-10-05 Phil Edwards <pme@gcc.gnu.org>
8303
8304 * configure: Save configure arguments to gcc/configargs.h.
8305
83062000-10-04 Andris Pavenis <pavenis@latnet.lv>
8307
8308 * Makefile.in (bootstrap): avoid recursion if subdir missing
8309 (cross): ditto
8310 (do-proto-toplev): ditto
8311
8312Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8313
8314 * configure.in: Do not build byacc for hppa64. Provide paths to the
8315 X11 libraries for hppa64.
8316
83172000-09-02 Anthony Green <green@cygnus.com>
8318
8319 * Makefile.in (all-gcc): Depend on all-zlib.
8320 (CLEAN_MODULES): Add clean-zlib.
8321 (ALL_MODULES): Add all-zlib.
8322 * configure.in (host_libs): Add zlib.
8323
83242000-08-25 Alexandre Oliva <aoliva@redhat.com>
8325
8326 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8327 $targargs to tell whether newlib is going to be built.
8328
8329 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8330 $$r/TARGET_SUBDIR/libio for _G_config.h.
8331
83322000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8333
8334 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8335
8336 * configure: Make enable_threads and enable_shared defaults
8337 explicit. Substitute enable_threads into generated Makefiles.
8338 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8339 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8340
83412000-08-02 Manfred Hollstein <manfredh@redhat.com>
8342
8343 * configure.in: Re-enable all references to libg++ and librx.
8344
ffb97b2f 83452002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8346
ffb97b2f
DD
8347 * configure.in: Add *-*-freebsd* configurations.
8348
bbf6e9e3
AC
83492002-04-07 Andrew Cagney <ac131313@redhat.com>
8350
8351 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8352 (do-tar, do-bz2): New rules.
8353 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8354 (gdb-tar): New rule.
8355 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8356 (insight_dejagnu.tar): New rule.
8357 (insight.tar): New rule.
8358 (gdb+dejagnu.tar): New rule.
8359 (gdb.tar): New rule.
8360
8f1579c0
AC
83612002-04-07 Andrew Cagney <ac131313@redhat.com>
8362
8363 * MAINTAINERS: Update dejagnu/
8364
ba3c59ab
AO
83652002-03-16 Alexandre Oliva <aoliva@redhat.com>
8366
8367 * ltmain.sh (relink_command): Fix typo in previous change.
8368
6243d5dd
AO
83692002-03-15 Alexandre Oliva <aoliva@redhat.com>
8370
8371 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8372 (relink_command): Added --tag flags.
8373 (mode=install): If relinking fails; error out.
8374
80413487
RH
83752002-03-12 Richard Henderson <rth@redhat.com>
8376
8377 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8378 .NOTPARALLEL tag.
8379 (do-check): Rename from check.
8380 (check): Allow parallel check.
8381
3daeddf6
RH
83822002-03-11 Richard Henderson <rth@redhat.com>
8383
8384 * Makefile.in (.NOTPARALLEL): Add fake tag.
8385
fad93c55
L
83862002-03-07 H.J. Lu (hjl@gnu.org)
8387
8388 * configure.in: Enable gprof for mips*-*-linux*.
8389
2e8357fc
AO
83902002-02-28 Alexandre Oliva <aoliva@redhat.com>
8391
8392 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8393 libjava.
8394 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8395
bd48e1a9
AC
83962002-02-24 Andrew Cagney <ac131313@redhat.com>
8397
8398 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8399
39121370
DJ
84002002-02-23 Daniel Jacobowitz <drow@mvista.com>
8401
8402 * config.guess: Import from master sources, rev 1.232.
8403 * config.sub: Import from master sources, rev 1.246.
8404
081ff160
AO
84052002-02-23 Alexandre Oliva <aoliva@redhat.com>
8406
8407 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8408 because its Makefile is there; test for the executable instead.
8409
20a5393b
AO
84102002-02-09 Alexandre Oliva <aoliva@redhat.com>
8411
8412 Contribute sh64-elf.
8413 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8414 * configure.in: Added sh64-*-*.
8415
38135629
JJ
84162002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8417
80413487
RH
8418 * COPYING.NEWLIB: Remove advertising clause from
8419 Berkeley and Red Hat licenses.
38135629 8420
48d19748
MD
84212002-02-01 Mo DeJong <supermo@bayarea.net>
8422
8423 * Makefile.in: Add all-tix to deps for all-snavigator
8424 so that tix is built when building snavigator.
8425
f6e1c110
BE
84262002-02-01 Ben Elliston <bje@redhat.com>
8427
8428 * config.guess: Import from master sources, rev 1.229.
8429 * config.sub: Import from master sources, rev 1.240.
8430
4867be41
DJ
84312002-01-27 Daniel Jacobowitz <drow@mvista.com>
8432
8433 From Steve Ellcey <sje@cup.hp.com>:
8434 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8435 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8436 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8437 IA64.
8438 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8439 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8440 soname_spec, sys_lib_search_path_spec): Ditto.
8441
e82380cc
JT
84422002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8443
8444 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8445 target-libiberty, and target-libgloss. Skip Java-related
8446 libraries if not supported for NetBSD on target CPU.
8447
1319fb9c
NC
84482002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8449
8450 * configure.in: Import StrongARM and XScale target_configdirs from
8451 FSF GCC version.
8452
b020f6ac
L
84532002-01-16 H.J. Lu (hjl@gnu.org)
8454
8455 * config.guess: Import from master sources, rev 1.225.
8456 * config.sub: Import from master sources, rev 1.238.
8457
8458 * MAINTAINERS: Updated notes on config.guess and config.sub.
8459
a0c1c920
NC
84602002-01-11 Steve Ellcey <sje@cup.hp.com>
8461
8462 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8463 ld and gdb are not supported.
8464
a9fa5e1f
JJ
84652002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8466
8467 * Change reference to Cygnus Solutions to be Red Hat.
8468
94077108
JJ
84692002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8470
8471 * COPYING.NEWLIB: Update generic copyright date.
8472
05ecd75c
MS
84732002-01-07 Mark Salter <msalter@redhat.com>
8474
8475 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8476 Allow target-libgloss to be built for arm, strongarm, and xscale.
8477
a106bb62
BE
84782002-01-03 Ben Elliston <bje@redhat.com>
8479
8480 * MAINTAINERS: Update URL for config.* scripts.
8481
0e254642
AM
84822001-12-18 Alan Modra <amodra@bigpond.net.au>
8483
8484 * config.sub: Import latest version.
8485 * config.guess: Likewise.
8486
0a0d0041
TF
84872001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8488
8489 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8490 options for i[3456]86-pc-linux* native builds.
8491
d932cae7
NC
84922001-12-05 Laurent Guerby <guerby@acm.org>
8493
8494 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8495 libiberty.
d932cae7
NC
8496
8497 Import this patch from gcc:
5481b376 8498
d932cae7
NC
8499 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8500
8501 * symlink-tree: handle DOS-style absolute paths.
8502
49b7683b
DD
85032001-11-28 DJ Delorie <dj@redhat.com>
8504 Zack Weinberg <zack@codesourcery.com>
8505
8506 When build != host, create libiberty for the build machine.
8507
8508 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8509 CONFIG_ARGUMENTS.
8510 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8511 New variables.
8512 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8513 and rules.
8514 (all.normal): Depend on ALL_BUILD_MODULES.
8515 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8516 (all-build-libiberty): Depend on configure-build-libiberty.
8517
8518 * configure: Calculate and substitute proper value for
8519 ALL_BUILD_MODULES.
8520 * configure.in: Create the build subdirectory.
8521 Calculate and substitute TARGET_CONFIGARGS (formerly
8522 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8523
26ef82f4
GK
85242001-11-26 Geoffrey Keating <geoffk@redhat.com>
8525
8526 * config.sub: Update to version 1.232 on subversion.
8527
43e64072
NC
85282001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8529
8530 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8531 files from .po files for a distribution.
8532
66f6c0d5
HPN
85332001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8534
8535 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8536
4a02fdb2
JH
85372001-11-13 Jeff Holcomb <jeffh@redhat.com>
8538
8539 Merged from net gcc:
8540 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8541 * ltcf-c.sh: Use $objext, not $ac_objext.
8542 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8543 * ltcf-cxx.sh: Add support for GNU.
8544 2001-07-22 Timothy Wall <twall@redhat.com>
8545 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8546 default settings if using GNU tools with that configuration.
8547 * ltcf-cxx.sh: Ditto.
8548 * ltcf-gcj.sh: Ditto.
8549 2001-07-21 Michael Chastain <chastain@redhat.com>
8550 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8551 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8552 * ltmain.sh: Mark as gcc-local.
8553
227b9953
JH
85542001-11-13 Jeff Holcomb <jeffh@redhat.com>
8555
8556 * Makefile.in (all-bison): Revert 2001-10-24.
8557 Don't depend on texinfo.
8558
cbbab8fb
JJ
85592001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8560
80413487 8561 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 8562
922b2485
DD
85632001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8564
8565 * configure.in (--enable-languages): Be more permissive about
8566 syntax. Check for empty lists better. Warn about $LANGUAGES.
8567
f08fa01d
HPN
85682001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8569
8570 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8571
fee3da4e
JH
85722001-10-24 Jeff Holcomb <jeffh@redhat.com>
8573
8574 Makefile.in (all-bison): Don't depend on texinfo.
8575
73fb1ef9
AM
85762001-10-03 Alan Modra <amodra@bigpond.net.au>
8577
8578 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8579
373688ac
AO
85802001-09-29 Alexandre Oliva <aoliva@redhat.com>
8581
8582 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8583
9c07660b
HPN
85842001-09-28 Hans-Peter Nilsson <hp@axis.com>
8585
8586 * config.sub, config.guess: Import latest from subversions.
8587
3f152009
AO
85882001-09-21 Alexandre Oliva <aoliva@redhat.com>
8589
8590 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8591 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8592 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8593 avoid quotes nesting problems.
8594 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8595 (DO_X): Export only variables that are set.
8596
8f6a59e5
BE
85972001-09-19 Ben Elliston <bje@redhat.com>
8598
8599 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8600 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8601 semantics. Use the shell built-in "type" command instead.
8602
a1ec19fa
TS
86032001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8604
8605 * config.sub: Reverted the earlier change, this version is not the
8606 master file.
8607
4008bd9b
TS
86082001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8609
8610 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8611 Add support for mips64.
8612
dd1e52a4
JH
86132001-09-03 Jeff Holcomb <jeffh@redhat.com>
8614
8615 * configure.in: Enable libstdc++-v3 for h8300 targets.
8616
91549d1c
EC
86172001-08-30 Eric Christopher <echristo@redhat.com>
8618 Jason Eckhardt <jle@redhat.com>
8619
8620 * config.sub: Add support for mipsisa32.
8621
cf966cf9
EC
86222001-08-30 Eric Christopher <echristo@redhat.com>
8623
8624 * config.sub, config.guess: Import latest from subversions.
8625
82208dc5
AM
86262001-08-20 Alan Modra <amodra@bigpond.net.au>
8627
8628 * config.sub, config.guess: Import latest from subversions.
8629
4dca8403
DD
86302001-07-26 DJ Delorie <dj@redhat.com>
8631
8632 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8633
1107dce2
AM
86342001-06-19 Alan Modra <amodra@bigpond.net.au>
8635
8636 * Makefile.in: Revert 2001-06-17.
8637 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8638
e09a6604
L
86392001-06-17 H.J. Lu <hjl@gnu.org>
8640
8641 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8642 (gas+binutils.tar.bz2): Likewise.
8643 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8644
31a8b634
AC
8645Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8646
8647 * Makefile.in (VER): When present, extract the version number from
5481b376 8648 the file version.in.
31a8b634 8649
dc70af01
AO
86502001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8651
8652 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8653 gcc/xgcc is built, use -print-prog-name to find out the program
8654 name to use.
8655
839bbd8c
AO
86562001-06-04 Mark Mitchell <mark@codesourcery.com>
8657
8658 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8659 with_gcc]: Use `gcc -shared' to build a shared library.
8660
566e9a30
AO
86612001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8662
8663 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8664 archives.
8665
e877bb69
AO
86662001-05-28 Simon Patarin <simon.patarin@inria.fr>
8667
8668 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8669 libraries when using g++ with native linker.
8670
1605288b
AO
86712001-05-28 Alexandre Oliva <aoliva@redhat.com>
8672
8673 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8674
11a383ba
TR
86752001-05-24 Tom Rix <trix@redhat.com>
8676
8677 * configure.in : enable ld for aix
cf966cf9 8678
18611226
AO
86792001-05-22 Alexandre Oliva <aoliva@redhat.com>
8680
8681 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8682 [aix4*|aix5*]: Prepend blank.
8683
6be7c12c
AO
86842001-05-20 Alexandre Oliva <aoliva@redhat.com>
8685
8686 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8687 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8688 of subdir/configure scripts to use the new libtool.m4.
8689
4ed00bba
L
86902001-05-14 H.J. Lu <hjl@gnu.org>
8691
8692 * config.if (libc_interface): Set to -libc6.2- for cross
8693 compiling to Linux/glibc 2.2.
8694
b1af961c
AO
86952001-05-03 Alexandre Oliva <aoliva@redhat.com>
8696
8697 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8698 libgcj.
8699
5ec3e74e
AO
87002001-04-26 Alexandre Oliva <aoliva@redhat.com>
8701
8702 * configure.in (noconfigdirs): Don't reset it from scratch in the
8703 target case; only append to it.
8704
b3ed1d6b
AO
87052001-04-26 Alexandre Oliva <aoliva@redhat.com>
8706
8707 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8708 sparc-*-solaris2.8]: Disable ${libgcj}.
8709
96111c10
AO
87102001-04-25 Alexandre Oliva <aoliva@redhat.com>
8711
8712 * configure.in (libgcj_saved): Copy from $libgcj.
8713 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8714 --disable-libgcj.
8715
b5bf43f2
AO
87162001-04-20 Alexandre Oliva <aoliva@redhat.com>
8717
8718 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8719 1.641.2.228.
8720
8cc32590
AO
87212001-04-12 Alexandre Oliva <aoliva@redhat.com>
8722
8723 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8724 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8725
dec0cb0c
AO
87262001-04-01 Alexandre Oliva <aoliva@redhat.com>
8727
8728 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8729 New macros.
8730 (bootstrap, cross): Use RECURSE_FLAGS.
8731 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8732
6a9c3886
AO
87332001-03-27 Alexandre Oliva <aoliva@redhat.com>
8734
8735 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8736
d4fc7db8
NC
87372001-03-23 Nick Clifton <nickc@redhat.com>
8738
8739 * README-maintainer-mode: Add note about inability to use "make
8740 distclean" in maintainer mode.
8741
7389ff65
AO
87422001-03-22 Alexandre Oliva <aoliva@redhat.com>
8743
8744 Re-installed:
8745 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8746 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8747 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8748 * ltcf-cxx.sh: Likewise.
8749 * ltcf-gcj.sh: Likewise.
8750
b3e0dc8e
PB
87512001-03-22 Philip Blundell <philb@gnu.org>
8752
8753 * config.sub, config.guess: Import latest from subversions.
8754
469b781c
AO
87552001-03-22 Alexandre Oliva <aoliva@redhat.com>
8756
8757 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8758 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8759
b0dad762
MC
87602001-03-20 Michael Chastain <chastain@redhat.com>
8761
8762 * Makefile.in: all-m4 depends on all-texinfo.
8763
c559bb17
AO
87642001-03-08 Alexandre Oliva <aoliva@redhat.com>
8765
8766 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8767
fef4ae2e
JJ
87682001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8769
8770 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8771 longer valid.
8772
8d6dd99d
NC
87732001-02-16 Nick Clifton <nickc@redhat.com>
8774
8775 * configure.in (noconfigdirs): Allow configuration of texinfo
8776 for Cygwin hosts.
8777
a85d7ed0
NC
87782001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8779
8780 * config.guess: Add linux target for S/390.
8781 * config.sub: Likewise.
8782 * configure.in: Likewise.
8783
51221c5e
DD
87842001-02-06 Ben Elliston <bje@redhat.com>
8785
8786 * configure: Output host type to stdout, not stderr.
8787
9dec4c71
MS
87882001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8789
8790 * config.guess: Import from subversions.gnu.org (revision 1.181).
8791 * config.sub: Import from subversions.gnu.org (revision 1.199).
8792
9add9c04
AM
87932001-01-30 Alan Modra <alan@linuxcare.com.au>
8794
8795 * config.guess: Handle hppa64-linux systems.
8796
8679174d
MS
87972001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8798
8799 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8800 Don't unset, it's non-portable and no longer necessary, set to empty
8801 instead.
8802
02d01ed4
MS
88032001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8804
8805 * ltconfig: Shell portability fix for the tagname validity check.
8806
4cc5853d
MS
88072001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8808
8809 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8810
7487e485
AO
88112001-01-27 Alexandre Oliva <aoliva@redhat.com>
8812
8813 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8814 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8815
f332af52
AO
88162001-01-24 Alexandre Oliva <aoliva@redhat.com>
8817
8818 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8819 keep at least one of build_libtool_libs or build_old_libs set to
8820 yes.
8821
ef099754
AO
88222001-01-24 Alexandre Oliva <aoliva@redhat.com>
8823
8824 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8825 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8826
8341f2fc 88272000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 8828
8341f2fc
AJ
8829 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8830
88312000-11-03 Philip Blundell <pb@futuretv.com>
8832
8833 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8834 files.
ebf0fa2e 8835
c320a39f
JJ
88362001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8837
8838 * COPYING.NEWLIB: Put into source repository.
8839
8817b92e
BE
88402001-01-15 Ben Elliston <bje@redhat.com>
8841
8842 * configure.in (host_tools): Add sid.
8843 Always configure cgen.
8844 * Makefile.in (all-sid): New target.
8845 (check-sid, clean-sid, install-sid): Likewise.
8846
35590697
AJ
88472001-01-07 Andreas Jaeger <aj@suse.de>
8848
80413487 8849 * config.sub, config.guess: Update from subversions.
35590697 8850
6ee6cea6
AO
88512000-12-12 Alexandre Oliva <aoliva@redhat.com>
8852
8853 * configure.in: Disable language-specific target libraries for
8854 languages that aren't enabled.
8855
077b8428
NC
88562000-11-24 Nick Clifton <nickc@redhat.com>
8857
8858 * configure.in (xscale-elf): Add target.
8859 (xscale-coff): Add target.
8860 (c4x, c5x, tic54x): Move after ARM targets.
8861
9e28a1ed
AO
88622000-11-23 Alexandre Oliva <aoliva@redhat.com>
8863
8864 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8865
be98a80a
ILT
88662000-11-20 Ian Lance Taylor <ian@zembu.com>
8867
8868 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8869
5cec67bf
AO
88702000-11-18 Alexandre Oliva <aoliva@redhat.com>
8871
8872 * Makefile.in: Merge with GCC and libgcj.
8873 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8874 configure-target-<library> when their configure scripts need the C
8875 or C++ library to have already been built to work properly.
8876 (do_proto_toplev): Set them to an empty string.
8877
d932cae7 88782000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
8879
8880 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8881 (REALLY_SET_LIB_PATH): Use them.
8882
d932cae7 88832000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
8884
8885 * config.sub: Add support for Sun Chorus
8886
8602ff0c
NC
88872000-11-02 Per Lundberg <plundis@chaosdev.org>
8888
8889 * config.sub: Add support for the *-storm-chaos OS.
8890
f9e0997d
NC
88912000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8892
80413487
RH
8893 * configure.in (noconfigdirs): Don't compile some
8894 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 8895
d64552c5
AO
88962000-09-30 Alexandre Oliva <aoliva@redhat.com>
8897
8898 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8899 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8900 all affected `configure' scripts.
8901
97f60b31
AO
89022000-09-25 Alexandre Oliva <aoliva@redhat.com>
8903
8904 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8905 ltcf-c.sh.
8906
6e8dd58f
PB
89072000-09-12 Philip Blundell <philb@gnu.org>
8908
8909 * config.sub, config.guess: Update from subversions.
8910
103a2e99
AO
89112000-09-06 Alexandre Oliva <aoliva@redhat.com>
8912
51601921
AO
8913 * Makefile.in (all-zlib): Added dummy target.
8914
103a2e99
AO
8915 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8916 multi-language branch.
8917
2809b4b9
AO
89182000-09-05 Alexandre Oliva <aoliva@redhat.com>
8919
8920 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8921 (bootstrap*): Depend on all-bootstrap.
8922
7450026c
AO
89232000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8924
8925 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8926 crosses, but add gcc/include to the header search path for them.
8927
6cf86f7f
AO
89282000-08-31 Alexandre Oliva <aoliva@redhat.com>
8929
8930 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8931 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8932 * gettext.m4: New file, extracted from aclocal.m4.
8933
ce2ea6e3
AO
89342000-08-22 Alexandre Oliva <aoliva@redhat.com>
8935
8936 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8937 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8938 sub-configures.
8939
9765193e
DE
89402000-08-20 Doug Evans <dje@casey.transmeta.com>
8941
8942 * Makefile.in (ALL_MODULES): Add all-cgen.
8943 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8944 (all-cgen): New target.
8945 (all-opcodes,all-sim): Depend on all-cgen.
8946 * configure.in (host_tools): Add cgen.
8947 Only configure cgen if --enable-cgen-maint.
8948
d7b32520
AO
89492000-08-17 Alexandre Oliva <aoliva@redhat.com>
8950
8951 * config-ml.in (CC, CXX): Don't introduce a leading space.
8952
e52ef561
AO
89532000-08-16 Alexandre Oliva <aoliva@redhat.com>
8954
8955 * configure.in (libstdcxx_flags): Use
8956 libstdc++-v3/src/libstdc++.INC.
8957
88f9c2a0
AO
89582000-08-15 Alexandre Oliva <aoliva@redhat.com>
8959
8960 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8961
98fbe43f
JM
89622000-08-11 Jason Merrill <jason@redhat.com>
8963
8964 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8965 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8966 (FLAGS_FOR_TARGET): Not here.
8967 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8968
279ddab4
DD
89692000-08-07 DJ Delorie <dj@redhat.com>
8970
8971 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8972 "if we're also building gcc, and it's a gcc that will run on the
8973 build machine, we want to use its includes instead of the system's
8974 default includes".
8975
60523a83
AO
89762000-08-03 Alexandre Oliva <aoliva@redhat.com>
8977
24ffec7a
AO
8978 * configure.in (libstdcxx_flags): Don't use `"'.
8979
60523a83
AO
8980 * config-ml.in: Adjust multilib search paths to the
8981 appropriate multilib tree.
8982
daf644b5
AO
89832000-08-02 Alexandre Oliva <aoliva@redhat.com>
8984
8985 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8986 commas in $LANGUAGES.
8987
63266560
DD
89882000-08-01 Alexandre Oliva <aoliva@redhat.com>
8989
8990 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8991
89922000-07-31 Alexandre Oliva <aoliva@redhat.com>
8993
8994 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8995 CXX_FOR_TARGET for sed.
8996
89972000-07-30 Alexandre Oliva <aoliva@redhat.com>
8998
8999 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
9000 Do not override if already set in the environment or in configure.
9001 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
9002 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
9003
9e449d3e
AO
90042000-07-27 Alexandre Oliva <aoliva@redhat.com>
9005
9006 * Makefile.in (FLAGS_FOR_TARGET): New macro.
9007 (GCC_FOR_TARGET): Use it.
9008 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
9009 * configure.in: ... here.
9010 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
9011 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
9012
8bbd92e0
AO
90132000-07-24 Alexandre Oliva <aoliva@redhat.com>
9014
fd1f87b2
AO
9015 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
9016 (configure-target-libchill, configure-target-libobjc): Likewise.
9017
8bbd92e0
AO
9018 * configure.in: Use the same cache file for all target libs.
9019 * config-ml.in: But different cache files per multilib variant.
9020
25c6c112
JL
90212000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
9022
9023 * configure (topsrcdir): Don't use dirname.
9024
ba73c63f
JM
90252000-07-20 Jason Merrill <jason@redhat.com>
9026
9027 * configure.in: Remove all references to libg++ and librx.
9028
9029 * configure, configure.in, Makefile.in: Unify gcc and binutils.
9030
1af08294
HPN
90312000-07-20 Hans-Peter Nilsson <hp@axis.com>
9032
9033 * config.sub: Update to subversions version 2000-07-06.
9034
ba73c63f
JM
90352000-07-12 Andrew Haley <aph@cygnus.com>
9036
9037 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
9038 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
9039
90402000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
9041
9042 * symlink-tree: Check number of arguments.
9043
d932cae7 90442000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
9045
9046 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
9047
ba73c63f
JM
90482000-07-05 Jim Wilson <wilson@cygnus.com>
9049
9050 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
9051 search path for a g++ extracted from the build tree. This
9052 will allow link tests run by configure scripts in
9053 subdirectories to succeed.
9054
92ee2f86
UC
90552000-07-01 Koundinya K <kk@ddeorg.soft.net>
9056
80413487 9057 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 9058
23f2f29f
CV
90592000-06-28 Corinna Vinschen <vinschen@cygnus.com>
9060
9061 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
9062 `os2'. Force ac_cv_exeext to be ".exe" in that case.
9063
f04f5a67
TW
90642000-06-19 Timothy Wall <twall@cygnus.com>
9065
9066 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
9067 * config.sub: Add tic54x target.
9068
11da68be
NC
90692000-06-07 Phillip Thomas <pthomas@suse.de>
9070
9071 * README-maintainer-mode: New file: Contains notes on using
9072 --enable-maintainer-mode with binutils.
9073
d932cae7 90742000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
9075
9076 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
9077
d932cae7 90782000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
9079
9080 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
9081 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
9082
9442cea3
L
908320000-05-21 H.J. Lu (hjl@gnu.org)
9084
80413487
RH
9085 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
9086 directory are used if they exist. Make sure
9087 $(build_tooldir)/include is searched for header files,
9088 $(build_tooldir)/lib/ for library files.
9442cea3 9089 (GCC_FOR_TARGET): Likewise.
80413487 9090 (CXX_FOR_TARGET): Likewise.
9442cea3 9091
d932cae7 90922000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
9093
9094 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
9095
d932cae7 90962000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
9097
9098 * Makefile.in (configure-target-libiberty): Depend on
9099 configure-target-newlib.
9100
ba73c63f
JM
91012000-05-16 Alexandre Oliva <aoliva@cygnus.com>
9102
9103 * configure.in, Makefile.in: Merge all libffi-related
9104 configury stuff from the libgcj tree.
9105
d932cae7 91062000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
9107
9108 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9109 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
9110
d932cae7 91112000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
9112
9113 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
9114 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 9115 current version information. Add to proto-toplev directory.
b5a23627
AC
9116 (gdb-taz): Build do-djunpack.
9117
ba73c63f
JM
91182000-05-15 David Edelsohn <edelsohn@gnu.org>
9119
9120 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
9121
7c86ed39
L
91222000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9123
9124 * ltmain.sh: Preserve in relink_command any environment
9125 variables that may affect the linker behavior.
9126
d932cae7 91272000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
9128
9129 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
9130
d932cae7 91312000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
9132
9133 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
9134
ed0a91a5
EZ
91352000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9136
9137 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 9138 with the version name.
ed0a91a5 9139
ba73c63f 91402000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 9141
ba73c63f 9142 * config.if: Tweak.
6cafa39f 9143
ba73c63f 91442000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 9145
ba73c63f 9146 * djunpack.bat: New file.
66156876 9147
d932cae7 91482000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
9149
9150 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
9151 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
9152 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
9153 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 9154
ba73c63f
JM
91552000-04-16 Dave Pitts <dpitts@cozx.com>
9156
80413487
RH
9157 * config.sub (case $basic_machine): Change default for "ibm-*"
9158 to "openedition".
ba73c63f 9159
d932cae7 91602000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
9161
9162 * Makefile.in (gdb-taz): New target. GDB specific archive.
9163 (do-md5sum): New target.
9164 (MD5PROG): Define.
9165 (PACKAGE): Default to TOOL.
9166 (VER): Default to a shell script.
9167 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 9168 md5 checksum generation.
b35ece4e
AC
9169 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
9170 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
9171 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 9172 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 9173
d932cae7 91742000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
9175
9176 * configure (warn_cflags): Delete.
9177
ba73c63f 91782000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 9179 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 9180
80413487
RH
9181 * configure.in (enable_libstdcxx_v3): Add.
9182 (target_libs): Add bits here to switch between libstdc++-v2 and
9183 libstdc++-v3.
9184 * config.if: And this file too.
9185 * Makefile.in: Add libstdc++-v3 targets.
35590697 9186
ba73c63f
JM
91872000-04-05 Michael Meissner <meissner@redhat.com>
9188
9189 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 9190
d332c5ac
JM
91912000-03-29 Jason Merrill <jason@casey.cygnus.com>
9192
9193 * configure.in: -linux-gnu*, not -linux-gnu.
9194
d932cae7 91952000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
9196
9197 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
9198 (do-tar-bz2): Replace TOOL with PACKAGE.
9199 (gdb.tar.bz2): Remove GDBTK from GDB package.
9200 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 9201 dejagnu.tar.bz2): New packages.
6dcbc97b 9202
96ce09a7
ILT
92032000-02-27 Andreas Jaeger <aj@suse.de>
9204
9205 * configure.in: Add entry for mips*-*-linux*, move catch all
9206 *-*-*linux* entry below this one.
9207
2031769e
ILT
92082000-02-27 Ian Lance Taylor <ian@zembu.com>
9209
9210 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
9211
4bab746c
NC
92122000-02-24 Nick Clifton <nickc@cygnus.com>
9213
9214 * config.sub: Support an OS of "wince".
9215
d932cae7 92162000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
9217
9218 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 9219 version.
ada59422 9220
5b93d8bb
AM
92212000-02-23 Linas Vepstas <linas@linas.org>
9222
9223 * config.sub: Add support for Linux/IBM 370.
9224 * configure.in: Likewise.
9225
2fb651f6
NC
92262000-02-22 Nick Clifton <nickc@cygnus.com>
9227
9228 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
9229
b8441c25
CF
92302000-02-20 Christopher Faylor <cgf@cygnus.com>
9231
9232 * config.guess: Guess "cygwin" rather than "cygwin32".
9233
d332c5ac
JM
92342000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9235
9236 * configure (gcc_version): When setting, narrow search to
9237 lines containing `version_string'.
9238
ba73c63f
JM
92392000-02-15 Denis Chertykov <denisc@overta.ru>
9240
9241 * config.sub: Add support for avr target.
9242
d932cae7 92432000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
9244
9245 * config.sub: Add mmix-knuth-mmixware.
9246
92472000-01-27 Christopher Faylor <cgf@redhat.com>
9248
9249 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
9250 structure stuff to -L library search.
9251 (CXX_FOR_TARGET): Ditto.
9252 (CROSS_CHECK_MODULES): Fix spelling mistake.
9253
92542000-01-24 Mark Mitchell <mark@codesourcery.com>
9255
9256 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
9257 the C++ compiler.
9258
92592000-01-12 Richard Henderson <rth@cygnus.com>
9260
9261 * configure.in: Don't build some bits for beos.
9262
92632000-01-12 Joel Sherrill (joel@OARcorp.com)
9264
9265 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
9266 as include files.
9267
91b2c84d
GK
92682000-01-06 Geoff Keating <geoffk@cygnus.com>
9269
9270 * configure.in: Use mt-aix43 to handle *_TARGET defs,
9271 not mh-aix43.
9272
ba73c63f
JM
92731999-12-14 Richard Henderson <rth@cygnus.com>
9274
9275 * config.guess (alpha-osf, alpha-linux): Detect ev67.
9276 * config.sub: Accept alphaev[78], alphaev8.
9277
92781999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
9279
9280 * config.guess, config.sub: Update from autoconf.
9281
9282Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9283
9284 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
9285 necessary libraries are missing.
9286
92871999-10-25 Andreas Schwab <schwab@suse.de>
9288
9289 * configure: Fix quoting inside arguments of eval.
9290
92911999-10-21 Nick Clifton <nickc@cygnus.com>
9292
9293 * config-ml.in: Allow suppression of some ARM multilibs.
9294
9295Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
9296
9297 * config.guess: Add OS/390 match pattern.
9298 * config.sub: Add mvs, openedition targets.
9299 * configure.in (i370-ibm-opened*): New.
9300
ef14edc4
ILT
93011999-09-04 Steve Chamberlain <sac@pobox.com>
9302
9303 * config.sub: Add support for configuring for pj.
9304
afb478e8
NC
93051999-08-31 Nick Clifton <nickc@cygnus.com>
9306
fd6848f6 9307 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9308
ba73c63f 93091999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9310
9311 * configure.in: Do not configure or build ld for AIX
9312 platforms. ld is known to be broken on these platforms.
9313
ba73c63f
JM
9314Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9315
9316 * config-ml.in: Pass compiler flag corresponding to multidirs to
9317 subdir configures.
9318
c363de44
ILT
93191999-08-09 Ian Lance Taylor <ian@zembu.com>
9320
9321 * Makefile.in (LDFLAGS): Define.
9322
dc8bc5a6
ILT
93231999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9324
9325 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9326 noconfigdirs.
9327 (*-*-cygwin*): Likewise.
9328
6ca3858e
ILT
93291999-08-08 Ian Lance Taylor <ian@zembu.com>
9330
71141bb6
ILT
9331 * mkdep: New file.
9332 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9333 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9334
6ca3858e
ILT
9335 From Eli Zaretskii <eliz@is.elta.co.il>:
9336 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9337 long file name when using DJGPP on MS-DOS.
9338
ba73c63f
JM
9339Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9340
9341 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9342
2735a327
AM
93431999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9344
9345 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9346 dependency as this causes "make check" to globally "make all"
9347
ba73c63f
JM
9348Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9349
9350 * configure.in (target_libs): Added target-zlib.
9351 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9352 (CONFIGURE_TARGET_MODULES): Likewise.
9353 (CHECK_TARGET_MODULES): Likewise.
9354 (INSTALL_TARGET_MODULES): Likewise.
9355 (CLEAN_TARGET_MODULES): Likewise.
9356 (configure-target-zlib): New target.
9357 (all-target-zlib): Likewise.
9358 (all-target-libjava): Depend on all-target-zlib.
9359 (configure-target-libjava): Depend on configure-target-zlib.
9360
9361 * Makefile.in (configure-target-libjava): Depend on
9362 configure-target-newlib.
9363 (configure-target-boehm-gc): New target.
9364 (configure-target-qthreads): New target.
9365
80413487
RH
9366 * configure.in (target_libs): Added target-qthreads.
9367 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9368 (CONFIGURE_TARGET_MODULES): Likewise.
9369 (CHECK_TARGET_MODULES): Likewise.
9370 (INSTALL_TARGET_MODULES): Likewise.
9371 (CLEAN_TARGET_MODULES): Likewise.
9372 (all-target-qthreads): New target.
9373 (configure-target-libjava): Depend on configure-target-qthreads.
9374 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9375
9376 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9377 (CONFIGURE_TARGET_MODULES): Likewise.
9378 (CHECK_TARGET_MODULES): Likewise.
9379 (INSTALL_TARGET_MODULES): Likewise.
9380 (CLEAN_TARGET_MODULES): Likewise.
9381 (all-target-libjava): New target.
9382 (all-target-boehm-gc): Likewise.
9383 * configure.in (target_libs): Added libjava, boehm-gc.
9384
08d836d6
ILT
93851999-07-22 Ian Lance Taylor <ian@zembu.com>
9386
9387 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9388 configure.bat in SUPPORT_FILES.
9389 (gas+binutils.tar.bz2): Likewise.
9390
9391 * makeall.bat: Remove; obsolete.
9392
8f36e47c
ILT
93931999-07-21 Ian Lance Taylor <ian@zembu.com>
9394
9395 From Mark Elbrecht:
9396 * configure.bat: Remove; obsolete.
9397
56e82f25
ILT
93981999-07-11 Ian Lance Taylor <ian@zembu.com>
9399
9400 * configure: Add -W -Wall to the default CFLAGS when compiling with
9401 gcc.
9402
1001d816
JL
9403Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9404
9405 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9406
106117aa
MM
94071999-06-30 Mark Mitchell <mark@codesourcery.com>
9408
9409 * configure.in: Build ld on IRIX6.
9410
c376f4ed
ILT
94111999-06-12 Ian Lance Taylor <ian@zembu.com>
9412
9413 * Makefile.in: Change distribution targets to use bzip2 instead of
9414 gzip.
9415 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9416 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9417
306b7445
NC
94181999-06-04 Nick Clifton <nickc@cygnus.com>
9419
9420 * config.sub: Add mcore target.
9421
d932cae7 94221999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9423
9424 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9425
d932cae7 94261999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9427
9428 * config.guess (dummy): Changed to $dummy.
9429
6c3175b0
NC
94301999-05-24 Nick Clifton <nickc@cygnus.com>
9431
ba73c63f
JM
9432 * config.sub: Tidied up case statements.
9433
94341999-05-22 Ben Elliston <bje@cygnus.com>
9435
9436 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9437 <jiro@din.or.jp>.
9438
9439 * config.guess: Merge with FSF version. Future changes will be
9440 more accurately recorded in this ChangeLog.
9441 * config.sub: Likewise.
9442
d932cae7 94431999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9444
9445 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9446
252b5132
RH
94471999-04-30 Tom Tromey <tromey@cygnus.com>
9448
9449 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9450
94511999-04-23 Tom Tromey <tromey@cygnus.com>
9452
9453 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9454
94551999-04-20 Drew Moseley <dmoseley@cygnus.com>
9456
9457 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9458 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9459 Bad merge removed these two changes.
9460
ba73c63f 9461Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9462 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9463
9464 * config.guess (interix Alpha): Add.
9465
252b5132
RH
94661999-04-11 Richard Henderson <rth@cygnus.com>
9467
9468 * configure.in (i?86-*-beos*): Do config gperf; don't config
9469 gdb, newlib, or libgloss.
9470
d932cae7 94711999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9472
ba73c63f
JM
9473 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9474 link a trivial program with -mabi=64. If it fails, remove mabi=64
9475 from multidirs.
9476
d932cae7 94771999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9478
9479 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9480
252b5132
RH
94811999-04-08 Nick Clifton <nickc@cygnus.com>
9482
9483 * config.sub: Add support for mcore targets.
9484
94851999-04-07 Michael Meissner <meissner@cygnus.com>
9486
9487 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9488 not mt-ospace, in order to shut up assembler warning about using
9489 symbols that are named the same as registers.
9490
94911999-04-07 Drew Moseley <dmoseley@cygnus.com>
9492
9493 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9494 dependency list for all-target-cygmon.
9495
94961999-04-05 Doug Evans <devans@casey.cygnus.com>
9497
9498 * config-ml.in: Check $host, not $target, for selective multilibs.
9499 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9500 thumb interworking, and underscore prefix multilibs.
9501
95021999-04-04 Ian Lance Taylor <ian@zembu.com>
9503
9504 * missing: Update to version from current automake.
9505
9506Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9507
9508 * configure (gxx_include_dir): Removed.
9509
9510 * configure.in (gxx_include_dir): Handle it.
9511 * Makefile.in: Likewise.
9512
95131999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9514
9515 * config.sub (mips64vr4111,mips64vr4111el) Add.
9516
95171999-03-21 Ben Elliston <bje@cygnus.com>
9518
80413487 9519 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
9520
9521Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9522
252b5132
RH
9523 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9524 config/mh-djgpp.
9525
9526Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9527
9528 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9529 all-target-newlib to dependency list for all-target-bsp.
9530
9531Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9532
9533 * config.sub: Add i386-uwin support.
9534 * config.guess: Likewise.
9535
9536Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9537
9538 * configure.in: cleanup, add mh-*pic handling for arm, special
9539 case powerpc*-*-aix*
9540
9541Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9542
9543 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9544 can be built.
9545
9546Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9547
9548 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 9549 targets.
252b5132
RH
9550
95511999-03-02 Nick Clifton <nickc@cygnus.com>
9552
9553 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9554
d932cae7 95551999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9556
9557 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9558
95591999-02-24 Nick Clifton <nickc@cygnus.com>
9560
9561 * config.sub: Fix typo in arm recognition.
9562
d932cae7 95631999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
9564
9565 * configure.in (noconfigdirs): Changed target_configdirs to
9566 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9567 rather than m68k-*-* since it is not known to work on
9568 m68k-aout. Ditto for arm-*-*oabi.
9569
d932cae7 95701999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
9571
9572 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
9573
95741999-02-19 Ben Elliston <bje@cygnus.com>
9575
9576 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9577 Smart and improved by Andrew Cagney.
9578
d932cae7 95791999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
9580
9581 * config.guess: Recognize openbsd-*-hppa.
9582
d932cae7 95831999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
9584
9585 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9586 only if it is not empty.
9587
95881999-02-17 Nick Clifton <nickc@cygnus.com>
9589
9590 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 9591
fd6848f6 9592 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
9593
9594 * config.sub: Modified to recognize uname's armv* syntax.
9595
95961999-02-17 Mark Salter <msalter@cygnus.com>
9597
9598 * configure.in: Added target-bsp for sparclite.
9599
d932cae7 96001999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
9601
9602 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9603
96041999-02-08 Nick Clifton <nickc@cygnus.com>
9605
9606 * configure.in: Add support for strongarm port.
9607 * config.sub: Add support for strongarm target.
9608
d932cae7 96091999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 9610
252b5132
RH
9611 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9612 the old name config/mh-cygwin32.
9613 Enable texinfo.
9614
d932cae7 96151999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
9616
9617 * configure.in: Do build ld for ix86 Solaris.
9618
d932cae7 96191999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
9620
9621 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9622 $AR_FOR_TARGET. Likewise for RANLIB.
9623
d932cae7 96241999-02-02 Catherine Moore <clm@cygnus.com>
35590697 9625
80413487
RH
9626 * config.sub (oabi): Recognize.
9627 * configure.in (arm-*-oabi): Handle.
252b5132 9628
d932cae7 96291999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
9630
9631 * config.guess: Improve detection of i686 on UnixWare 7.
9632
d932cae7 96331999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
9634
9635 * config.guess: Add support for i386-pc-interix.
9636 * config.sub: Likewise.
9637 * configure.in: Likewise.
252b5132 9638
d932cae7 96391999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9640
9641 * Makefile.in: Remove unneeded all-target-libio from
9642 from all-target-winsup target since it is now unneeded.
9643 Add all-target-libtermcap in its place since it is now
9644 needed.
9645
d932cae7 96461998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9647
9648 * configure.in: makefile stub for cygwin target is probably
9649 unnecessary. Remove it for now.
252b5132 9650
d932cae7 96511998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9652
9653 * configure.in: libtermcap.a should be built when cygwin is the
9654 target as well as the host.
9655 * config.guess: Allow mixed case in cygwin uname output.
9656 * Makefile.in: Add libtermcap target.
252b5132 9657
d932cae7 96581998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9659
9660 * config.sub: Clean up handling of hppa2.0.
9661
d932cae7 96621998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
9663
9664 * config.guess: Use C code to identify more HP machines.
9665
9666Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9667
9668 * config.sub: Handle hppa2.0.
9669
ba73c63f
JM
9670Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9671
9672 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 9673 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
9674
96751998-12-15 Mark Salter <msalter@cygnus.com>
9676
9677 * configure.in: Added target-bsp for several target architectures.
9678
9679 * Makefile.in: Added rules for bsp.
9680
252b5132
RH
9681Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9682
9683 * config.guess: Improve detection of hppa2.0 processors.
9684
9685Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9686
9687 * config.guess: Recognize FreeBSD using ELF automatically.
9688
96891998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9690
9691 * configure (skip-this-dir): Add handling for new shell script, which
9692 might be created by a sub-directory's configure to indicate, this particular
9693 directory is "unwanted".
9694 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9695
252b5132
RH
9696Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9697
9698 * ltconfig: import from libtool, after changing libtool to
9699 account for the cygwin name change.
9700
9701Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9702
9703 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9704 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9705
9706Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9707
9708 * configure.in: Add libtermcap to list of cygwin dependencies.
9709
d932cae7 97101998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 9711
80413487
RH
9712 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9713 they include winsup/include when it's a cygwin target.
252b5132
RH
9714
97151998-11-12 Tom Tromey <tromey@cygnus.com>
9716
9717 * configure.in (host_tools): Added zip.
9718 * Makefile.in (all-target-libjava): Depend on all-zip.
9719 (all-zip): New target.
9720 (ALL_MODULES): Added all-zip.
9721 (NATIVE_CHECK_MODULES): Added check-zip.
9722 (INSTALL_MODULES): Added install-zip.
9723 (CLEAN_MODULES): Added clean-zip.
9724
d932cae7 97251998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9726
9727 * Makefile.in: lose "32" from comment about cygwin.
9728
d932cae7 97291998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
9730
9731 * configure.in: Use -Os to build target libraries for the fr30.
9732
d932cae7 97331998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
9734
9735 * config.sub: Add fr30.
9736
d932cae7 97371998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 9738
80413487 9739 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
9740 cygwin* instead of cygwin32*.
9741 * config.sub: Check cygwin* instead of cygwin32*.
9742
d932cae7 97431998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
9744
9745 * config.guess: Match any version of Unixware7.
9746
252b5132
RH
97471998-10-20 Syd Polk <spolk@cygnus.com>
9748
9749 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9750 if desired.
9751
d932cae7 97521998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9753
9754 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9755 these if the appropriate directories and files to not exist.
9756
d932cae7 97571998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9758
9759 * Makefile.in (DEVO_SUPPORT): Add config.if.
9760
d932cae7 97611998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
9762
9763 * configure: Add pattern to replace "build_tooldir"'s
9764 definition in the generated Makefile with "tooldir"'s
9765 actual value.
9766
252b5132
RH
9767Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9768
9769 * config.sub: Bring back lost sparcv9.
9770
ba73c63f
JM
9771 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9772
9773Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9774
9775 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9776 CC_FOR_TARGET and friends.
9777
9778Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9779
ba73c63f
JM
9780 * Makefile.in (build_tooldir): New variable, same as tooldir.
9781 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9782 -B$(build_tooldir)/bin/.
9783 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9784
252b5132
RH
9785Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9786
9787 * config.sub: Add support for i[34567]86-pc-udk.
9788 * configure.in: Likewise.
9789
9790Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9791
9792 * Makefile.in: add bzip2 package building bits for user
9793 tools module
9794 * configure.in: ditto
9795
ba73c63f
JM
9796Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9797
9798 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9799 (ALL_TARGET_MODULES): Add all-target-libobjc.
9800 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9801 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9802 (all-target-libchill): Add dependencies.
9803 * configure.in (target_libs): Add libchill.
35590697 9804
252b5132
RH
98051998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9806
ba73c63f 9807 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
9808
9809Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9810
9811 * Makefile.in (all-automake): fix dependencies.
9812
9813Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9814
9815 * configure.in: Minor cleanups for building in the $(target_alias)
9816 subdir.
9817
98181998-09-22 Jim Wilson <wilson@cygnus.com>
9819
9820 * Makefile.in (bootstrap): Set r and s before make all. Use
9821 BASE_FLAGS_TO_PASS in make all.
9822 (cross): Likewise.
9823
98241998-09-20 Mark Mitchell <mark@markmitchell.com>
9825
9826 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9827
252b5132
RH
9828Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9829
9830 * config.sub: Fix typo in last change.
9831
98321998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9833
9834 * config.sub: Add support for C4x target.
9835 * configure.in: Likewise.
9836
98371998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9838
9839 * config.sub: Recognize sparcv9 just like sparc64.
9840
9841Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9842
9843 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9844
9845Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9846
9847 * config.guess: Correctly identify Pentium II sco boxes.
9848
9849 * config.guess: Fix "tr" code. From Weiwen Liu.
9850
9851Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9852
9853 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9854 stabs.
9855
9856Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9857
9858 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9859 (ALL_TARGET_MODULES): Add all-target-libchill.
9860 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9861 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9862 (all-target-libchill): Add dependencies.
9863 * configure.in (target_libs): Add libchill.
9864
9865Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9866
9867 * config.guess: Avoid assumptions about "tr" behaves when
9868 LANG is set to something other than English.
9869
9870Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9871
9872 * configure (gxx_include_dir): Changed to
9873 '${prefix}/include/g++'-${libstdcxx_interface}.
9874
9875 * config.if: New to determine the interfaces.
9876
9877Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9878
9879 * config.guess: Detect and handle MPE/IX.
9880 * config.sub: Deal with MPE/IX.
9881
9882Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9883
9884 * configure.in: Use mh-aix43.
9885
98861998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9887
9888 * configure: Fix --without/--disable cases for gxx-include-dir.
9889
9890Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9891
9892 * mdata-sh: Imported. Needed for automake support.
9893
9894Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9895
ba73c63f 9896 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
9897 "chmod og=u `find . -print`".
9898
9899Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9900
ba73c63f 9901 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
9902
9903Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9904
9905 * Makefile.in: Undo previous patch.
9906
9907Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9908
9909 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9910 to here ...
9911 (install-no-fixedincludes): and here
9912 (INSTALL_MODULES): ... from here.
9913
9914Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9915
9916 * config.sub: Merge with FSF.
9917
9918 * config.guess: Merge with FSF.
9919
9920Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9921
9922 * configure (extraconfigdirs): New variable.
9923 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9924 * Makefile.in (all): Move higher in file.
9925 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9926 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9927 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9928 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9929 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9930
99311998-07-23 Brendan Kehoe <brendan@cygnus.com>
9932
9933 * Makefile.in (all-target-libjava): Depend on all-gcc and
9934 all-target-newlib.
9935 (configure-target-libjava): Depend on $(ALL_GCC).
9936
9937Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9938
9939 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9940 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9941
9942Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9943
9944 * ylwrap: Change absolute path checks to check for DOS style path
9945 names.
9946
9947 * ylwrap: Don't use a full path name if the source file is in the
9948 same directory. From hjl@lucon.org (H.J. Lu).
9949
9950 * config-ml.in: Default to being verbose, to match Feb 18 change to
9951 configure.
9952
9953Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9954
9955 Brought over from egcs:
9956
9957 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9958
9959 * configure.in (target_subdir): Set to ${target_alias} instead
9960 of "libraries".
9961
9962 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9963
9964 * configure.in (target_subdir): Set to libraries if enable_multilib.
9965
9966Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9967
9968 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9969 multilibs, force reconfiguration the first time we create
9970 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9971
9972Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9973
9974 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9975 avoid confusion with --no-recursion.
9976
9977Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9978
9979 * configure.in: Win32 hosts shouldn't use install -x
9980 * install-sh: remove -x option, and special .exe-handling
9981 hack.
9982
9983Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9984
9985 * config.guess: Recognize i586-pc-beos.
9986 * configure.in: Don't build some bits for beos.
9987
9988Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9989
9990 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9991 CFLAGS default to -O2.
9992
9993 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9994 when using GNU ld.
9995
9996Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9997
9998 * ltmain.sh: Correct install when using a different shell.
9999
10000Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
10001
10002 * ltconfig, ltmain.sh: Update to libtool 1.2b.
10003
10004Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
10005
10006 * makefile.vms: Update to build binutils/makefile.vms. Add install
10007 target.
10008
10009Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
10010
10011 * ltconfig: Update to correct AIX handling.
10012
10013Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
10014
10015 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
10016
10017 * configure.in (target_subdir): Set to ${target_alias} instead
10018 of "libraries".
10019
100201998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
10021
10022 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
10023 (Makefile): Depend on $(gcc_version_trigger).
10024
10025 * configure (gcc_version): Change default initializer to empty
10026 string.
10027 (gcc_version_trigger): New variable; pass this variable down
10028 to subdir configures to enable them checking gcc's version
10029 themselves. Emit make macros for both gcc_version vars.
10030 (topsrcdir): Initialize reliably.
10031 (recursion line): Remove --with-gcc-version=${gcc_version}.
10032
100331998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10034
10035 * configure (enable_version_specific_runtime_libs): Implement new flag
10036 --enable-version-specific-runtime-libs which installs C++ runtime stuff
10037 in $(libsubdir); emit definition in each generated Makefile.
10038 (gxx_include_dir): Initialize depending on
10039 $enable_version_specific_runtime_libs.
10040
100411998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
10042
10043 * configure (gcc_version): Initialize properly depending on
10044 how and where configure is started.
10045 (recursion line): Pass a --with-gcc-version=${gcc_version}
10046 to configures in subdirs.
10047
10048Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
10049
10050 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 10051 cygmon
252b5132
RH
10052
10053Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
10054
10055 * configure.in: Add cygmon and libstub support for mn10200.
10056
100571998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
10058
10059 * configure (gcc_version): Add new variable describing the
10060 particular gcc version we're building.
10061 * Makefile.in (libsubdir): Add new macro for the directory
10062 in which the compiler finds executables, libraries, etc.
10063 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
10064 and libsubdir.
10065
10066Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10067
ba73c63f
JM
10068 * Makefile.in (local-clean): Remove *.log.
10069 (warning.log): Built with warn_summary from build.log.
10070 (mail-report.log): Run test_summary.
10071 (mail-report-with-warnings.log): Run test_summary including
10072 warning.log in the report.
252b5132
RH
10073
10074Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
10075
10076 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
10077
10078Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
10079
10080 * Makefile.in (grep): Grep no longer depends on libiberty.
10081
10082Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
10083
10084 * Makefile.in: all-snavigator needs all-libgui.
10085
10086Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
10087
10088 * configure.in: Add cygmon and libstub support for mn10300.
10089
10090Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
10091
10092 * missing: Update to version from automake 1.3.
10093
10094 * ltmain.sh: On installation, don't get confused if the same name
10095 appears more than once in the list of library names.
10096
10097Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
10098
10099 * config.sub: Accept m68060 and m5200 as CPU names.
10100
10101Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
10102
10103 * configure: Use && rather than using -a in test, because odd
10104 strings can confuse test.
10105 * configure.in: Likewise.
10106
10107Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
10108
10109 * ltconfig, ltmain.sh: Bring in Visual C++ support.
10110
10111Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10112
10113 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
10114 bootstrap4-lean): New targets.
10115
10116Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
10117
10118 * mpw-* Delete. Not used.
252b5132
RH
10119
10120Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
10121
10122 * COPYING.LIB: Update FSF address.
10123
10124Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
10125
10126 * ltconfig, ltmain.sh: Update to libtool 1.2a.
10127
10128 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
10129 GAS_SUPPORT_DIRS.
10130
10131Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
10132
10133 * ltconfig, ltmain.sh: Avoid producing a version number if
10134 -version-info was not used.
10135
10136Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
10137
10138 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
10139 building with newlib.
10140
101411998-04-30 Paul Eggert <eggert@twinsun.com>
10142
ba73c63f 10143 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 10144 Solaris `make' causes it to continue to next definition.
252b5132 10145
afb8d725
JM
10146Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
10147
10148 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
10149 the right GUI libraries and files are installed along with GDB.
10150
252b5132
RH
10151Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
10152
10153 * configure.in: Change alpha to alpha* in several places.
10154
10155Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
10156
10157 * config.sub: Recognize sparc86x.
10158
10159Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 10160
252b5132
RH
10161 * configure.in (--enable-target-optspace): Remove debug echo.
10162
10163Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
10164
10165 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
10166
10167Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
10168
10169 * ltconfig: Update cygwin32 support.
10170
10171 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
10172 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
10173 (GDB_SUPPORT_DIRS): Likewise.
10174
10175Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
10176
10177 * configure.in (target_makefile_frag): If --enable-target-optspace,
10178 use -Os to compile target libraries rather than -O2. Default to
10179 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
10180 not used.
10181 * configure.in (target_cflags): Ditto for d30v.
10182
10183Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
10184
10185 * Makefile.in (all-bfd): Depend on all-intl.
10186 (all-binutils): Likewise.
10187 (all-gas): Likewise.
10188 (all-gprof): Likewise.
10189 (all-ld): Likewise.
10190
252b5132
RH
101911998-04-19 Brendan Kehoe <brendan@cygnus.com>
10192
10193 * configure.in (host_tools): Fix typo, lbtool -> libtool.
10194
10195Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
10196
10197 * Makefile.in (all-bfd): Depend upon all-libiberty.
10198
10199 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
10200
10201Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
10202
10203 * Makefile.in: Add libstub.
10204
10205 * configure.in: Ditto. Build libstub for targets that have cygmon
10206 support.
10207
10208Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
10209
10210 * configure.in: Don't set PICFLAG on ix86-cygwin32.
10211
10212Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
10213
10214 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
10215 use mh-sysv5 if specified. Support gprof on SCO Open Server.
10216
10217Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
10218
10219 * configure: Define DEFAULT_M4 by searching PATH.
10220 * Makfile.in: Use DEFAULT_M4.
10221
10222Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
10223
10224 * ltconfig: Add cygwin32 support.
10225
10226 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
10227 to configure and build.
10228
10229Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
10230
10231 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
10232
10233Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
10234
10235 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
10236
10237Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
10238
10239 * Makefile.in: add ash make rules
10240 * configure.in: add ash to native_only and host_tools lists
10241
10242Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
10243
10244 * Makefile.in (all-gettext, all-intl): New targets.
10245 (ALL_MODULES): Added all-gettext, all-intl.
10246 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
10247 (INSTALL_MODULES): Added install-gettext, install-intl.
10248 (CLEAN_MODULES): Added clean-gettext, clean-intl.
10249
10250 * configure.in (host_tools): Added gettext.
10251 (native_only): Likewise.
10252 (noconfigdirs) [various cases]: Likewise.
10253 (host_libs): Added intl.
10254
afb8d725
JM
10255Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
10256
10257 * configure: Do not disable building gdbtk for cygwin32 hosts.
10258
ba73c63f
JM
10259Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
10260
10261 * configure.in: Add thumb-coff target.
10262 * config.sub: Add thumb-coff target.
10263
252b5132
RH
10264Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10265
10266 * Makefile.in: Revert yesterday's change.
10267 (all-target-winsup): all-target-librx stays out of here.
10268
10269Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
10270
ba73c63f
JM
10271 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
10272 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
10273 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
10274 Remove references to librx and libg++.
10275
10276Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
10277
10278 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
10279 recursive makes
10280
10281Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
10282
10283 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
10284 for newlib directory.
10285 (CXX_FOR_TARGET): Likewise.
10286
10287Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
10288
10289 * ltconfig: Update after libtool/ltconfig.in change for
10290 hpux11.
10291
10292Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
10293
10294 * ltconfig, ltmain.sh: Update to libtool 1.2.
10295
10296Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
10297
10298 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
10299 (install-gcc-cross): Instead, override LANGUAGES here.
10300
103011998-03-18 Dave Love <d.love@dl.ac.uk>
10302
10303 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
10304 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
10305
10306Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
10307
10308 * configure.in: Add Thumb-pe target.
10309
10310Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10311
252b5132
RH
10312 * Makefile.in - changed sn targets to snavigator
10313 * configure.in - changed sn targets to snavigator
10314
10315Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10316
10317 * config-ml.in: After building symlink tree call make distclean
10318 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10319 to be the case for libiberty.
10320
10321Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10322
10323 * configure: When making link, also check the current
10324 directory. The configure scripts may create one.
10325
10326Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10327
10328 * config.sub: Accept alphapca56 and alphaev6 properly.
10329
10330Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10331
10332 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10333
252b5132
RH
10334Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10335
80413487 10336 * config.sub (sco5): Fix typo.
252b5132
RH
10337
10338Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10339
10340 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10341 install-itcl.
10342 (install-itcl): Remove dependency on install-tcl.
10343
10344Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10345
10346 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10347
252b5132
RH
10348Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10349
10350 * configure.in: Don't build libgui for a cygwin32 target when not on
10351 a cygwin32 host.
10352
10353Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10354
10355 * configure (redirect): Set to null, so default behavior of
10356 configure is now --verbose.
10357
103581998-02-16 Dave Love <d.love@dl.ac.uk>
10359
10360 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10361 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10362
10363Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10364
10365 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10366 this change to sync Makefile.in with its ChangeLog entries.
10367
10368Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10369
10370 * ltmain.sh (mkdir): Check that the directory doesn't exist
10371 before we exit with error, so that we don't get races during
10372 parallel builds.
10373
10374Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10375
10376 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10377
10378Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10379
10380 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10381 PICFLAG_FOR_TARGET.
10382 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10383
10384 * configure: Emit a definition for the new macro enable_shared
10385 into each Makefile.
10386
252b5132
RH
10387Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10388
10389 * configure.in (host_tools, native_only): Add libtool.
10390
10391Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10392
10393 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10394 Fix typo in ming config comment.
10395
10396Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10397
10398 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10399
10400Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10401
10402 * config.sub: Add tic30 cases, and map c30 to tic30.
10403
ba73c63f
JM
10404Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10405
10406 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10407 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10408 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10409 (CLEAN_TARGET_MODULES): Similarly
10410 (all-target-libf2c): Add dependences.
35590697 10411 * configure.in (target_libs): Add libf2c.
ba73c63f 10412
252b5132
RH
10413Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10414
ba73c63f
JM
10415 * configure.in: Remove expect from noconfigdirs when target
10416 is cygwin32. OK to build expect and dejagnu with Canadian
10417 Cross.
252b5132
RH
10418
10419Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10420
10421 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10422 host.
10423
10424 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10425 and mingw32.
10426
10427Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10428
10429 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10430 here as it is not defined in the toplevel Makefile.
10431
10432Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10433
10434 * configure (package_makefile_rules_frag): New variable, which names
10435 a file with generic rules, ...
10436 Change comment to mention we now have FIVE parts.
10437 * configure: Undo last change.
10438
10439Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10440
10441 * config.guess: More accurate determination of HP processor types.
10442 * config.sub: More accurate determination of HP processor types.
10443
10444Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10445
10446 * configure (package_makefile_frag): Move inserting the
10447 ${package_makefile_frag} to where it should be according
10448 to the comment.
10449
ba73c63f 10450Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10451
10452 * config.guess: Add support for Linux/ARM.
10453
10454Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10455
10456 * .cvsignore: Remove *-info and *-install since they match
10457 release-info and mpw-install, which we don't want to just ignore.
10458
10459Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10460
10461 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10462
10463Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10464
10465 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10466 local_prefix to sub-make invocations.
10467
10468Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10469
10470 * configure.in: Check makefile fragments in the source
10471 directory.
10472
10473Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10474
ba73c63f
JM
10475 * configure.in: Check whether host and target makefile
10476 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10477
10478Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10479
10480 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10481
252b5132
RH
10482Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10483
10484 * configure.in: Make sure we only replace RPATH_ENVVAR on
10485 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10486 regexp to sed.
10487
10488 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10489 to sub-makes.
10490
104911998-01-13 Lee Iverson (leei@ai.sri.com)
10492
10493 * config-ml.in (multi-do): LDFLAGS must include multilib
10494 designator.
10495
10496Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10497
10498 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10499
10500Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10501
10502 * config.sub: Add mingw32 support.
10503 * configure.in: Likewise.
252b5132
RH
10504
10505Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10506
10507 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10508
10509Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10510
10511 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10512 * configure (gxx_include_dir): Provide a definition for subdirs
10513 which do not use autoconf.
10514
10515Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10516
10517 * config.guess: Sync with egcs. Picks up new alpha support,
10518 BeOS & some additional linux support.
10519
ba73c63f 10520Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10521
10522 * config.guess: HP 9000/803 is a PA1.1 machine.
10523
ba73c63f
JM
10524Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10525
10526 * configure.in: It's alpha*-...
252b5132
RH
10527
10528Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10529
ba73c63f
JM
10530 * configure.in (host_makefile_frag, target_makefile_frag):
10531 Handle multiple config files.
10532 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10533 alpha-*-*.
252b5132
RH
10534
10535Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10536
10537 * mkdep: New file.
10538
10539Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10540
10541 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10542
10543Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10544
10545 * Makefile.in: Add libgui directory.
10546 (GDB_TK): Add all-libgui.
10547 * configure.in: Add libgui directory.
10548 * configure: Add all-libgui to GDB_TK.
10549
10550Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10551
10552 * config-ml.in (multidirs): Add m32r to multilib list.
10553
10554Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10555
10556 * Makefile.in (all-target-gperf): Change dependency to
10557 all-target-libstdc++.
10558
10559Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10560
10561 * config.guess: Add BeOS support.
10562
10563Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10564
10565 Source directory cvs renamed to cvssrc:
10566 * configure.in (host_tools): Change cvs to cvssrc.
10567 (native_only): Likewise.
10568 (noconfigdirs) [various cases]: Likewise.
10569 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10570 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10571 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10572 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10573 (all-cvssrc): Rename target from all-cvs.
10574
10575Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10576
10577 * configure (gxx_include_dir): Fix thinko.
10578
10579Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10580
10581 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10582 (install-cross, install-gcc-cross): New targets.
10583
10584Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10585
10586 * configure.in (noconfigdirs): Add support for Thumb target.
10587
10588 * config.sub (maybe_os): Add support for Thumb target.
10589
10590Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10591
10592 * Makefile.in: Add rules for cygmon.
10593
10594 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10595
10596Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10597
10598 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10599 * configure (gxx_include_dir): Provide a definition for subdirs
10600 which do not use autoconf.
10601
10602Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10603
10604 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 10605 11/18/97 build
252b5132
RH
10606
10607Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10608
10609 * From Franz Sirl.
10610 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10611 found on RedHat Linux systems.
10612
10613Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10614
10615 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10616 guesses.
10617
10618Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10619
10620 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10621
10622Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10623
10624 * ltmain.sh: If mkdir fails, check whether the directory was created
10625 anyhow by some other process.
10626
10627Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10628
10629 * configure.in (d30v-*-*): Configure all directories.
10630
10631Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10632
10633 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10634 for the D30V.
10635
10636Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10637
10638 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10639
10640Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10641
80413487
RH
10642 * include/libiberty.h: Add extern "C" { so it can be used with C++
10643 progrms.
10644 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10645 programs.
252b5132
RH
10646
10647Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10648
10649 * configure.in (d30v-*-*): Configure GCC now.
10650
10651Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10652
10653 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10654 is no longer needed.
10655
10656Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10657
10658 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10659
10660Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10661
10662 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10663 targets using "$@" to provide support for similar but not identical
10664 targets without having to duplicate code.
10665
10666Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10667
10668 * makefile.vms: Fix to work with DEC C.
10669
10670Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10671
10672 * config.sub: Add mips-tx39-elf to marketing names.
10673
10674Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10675
10676 * ltmain.sh: Handle symlinks in generated script.
10677
10678Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10679
10680 * configure: Handle autoconf style directory options: --bindir,
10681 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10682 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10683 --sysconfdir.
10684 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10685 (sharedstatedir, localstatedir, oldincludedir): New variables.
10686 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10687 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10688 sbindir, sharedstatedir, and sysconfdir.
10689
10690Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10691
10692 * Makefile.in (bootstrap-lean): New target.
10693
10694Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10695
10696 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 10697 sn, and gnuserv from noconfigdirs.
252b5132
RH
10698
10699Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10700
10701 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10702
10703Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10704
ba73c63f 10705 * Makefile.in (cross): New target.
252b5132
RH
10706
10707Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 10708 Jeff Law <law@cygnus.com>
252b5132
RH
10709
10710 * Makefile.in (bootstrap2, bootstrap3): New targets.
10711 (all-bootstrap): Remove outdated and confusing target.
10712 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10713
afb8d725
JM
10714Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10715
10716 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 10717 windows. Consistent with gdb/configure.
afb8d725 10718
252b5132
RH
107191997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10720
252b5132
RH
10721 * configure.in: Name Linux target fragment.
10722
10723 * configure: Rewrite so that project Makefile fragment is inserted
10724 first and appears last in the resulting Makefile.
10725
10726Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10727
10728 * Makefile.in (install-itcl): Install tcl first.
10729
252b5132 10730Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 10731
252b5132
RH
10732 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10733
10734Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10735
10736 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10737
10738 * configure.in (skipdirs): Add target-librx for Linux.
10739 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10740
10741Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10742
10743 * Makefile.in (bootstrap): New target.
10744
10745Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10746
10747 * config.sub: Accept 'amigados' for backward compatability.
10748
10749Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10750
10751 * config.guess: Merge with FSF.
10752
ba73c63f
JM
10753Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10754
10755 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10756
252b5132
RH
10757Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10758
10759 * config.sub: Add "marketing-names" patch.
10760
10761Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10762
80413487 10763 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
10764
10765Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10766
10767 * config.sub: Handle v850-elf.
10768
ba73c63f
JM
10769Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10770
10771 * .cvsignore (*-install): Remove.
10772
252b5132
RH
10773Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10774
10775 * ltconfig: Set CONFIG_SHELL in libtool.
10776 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10777
10778Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10779
10780 * configure.in (target_subdir): Set to libraries if enable_multilib.
10781
10782Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10783
10784 * config.guess: Update from gcc directory.
10785
10786Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10787
10788 * Makefile.in (all-sim): Depends on all-readline.
10789
10790Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10791
10792 * Makefile.in (BISON, YACC): Use $$s.
10793 (all-bison): Depend on all-texinfo.
10794
10795Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10796
10797 * Makefile.in (BISON): Add -L flag.
10798 (YACC): Likewise.
10799
10800Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10801
35590697
AJ
10802 * configure.in (noconfigdirs): Add support for v850e target.
10803
252b5132
RH
10804 * config.sub (maybe_os): Add support for v850e target.
10805
10806Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10807
35590697
AJ
10808 * configure.in (noconfigdirs): Add support for v850ea target.
10809
252b5132
RH
10810 * config.sub (maybe_os): Add support for v850ea target.
10811
10812Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10813
10814 * config.sub: Add mipstx39. Delete r3900.
10815
10816Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10817
10818 * Makefile.in (all-autoconf): Depends on all-texinfo.
10819
10820Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10821
10822 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10823 eabi targets.
10824
10825Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10826
10827 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10828
10829 * configure: When handling a Canadian Cross, handle YACC as well as
10830 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 10831 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
10832
10833Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10834
10835 * Makefile.in (BISON): bison, not byacc or bison -y.
10836 (YACC): bison -y or byacc or yacc.
10837 (various): Add *-bison as appropriate.
10838 (taz): No need to mess with BISON anymore.
10839
10840Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10841
10842 * configure: If OSTYPE matches *win32*, try to find a good value for
10843 CONFIG_SHELL.
10844
10845Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10846
10847 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10848 configure.in if it is present.
10849
10850Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10851
10852 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10853
10854Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10855
10856 * config.sub: Recognize `arc' cpu.
10857 * configure.in: Likewise.
10858 * config-ml.in: Likewise.
10859
10860Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10861
10862 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10863
10864Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10865
10866 * configure: Changed sed delimiter from ':' to '|' when
10867 attempting to substitute ${config_shell} for SHELL. On
10868 NT ${config_shell} may contain a ':' in it.
10869
10870Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10871
10872 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10873
10874Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10875
10876 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10877
10878Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10879
10880 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10881
10882 * ylwrap: If the program is a relative path, force it to be
10883 absolute.
10884
10885Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10886
10887 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10888
10889Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10890
10891 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
10892 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10893 for libraries.
252b5132
RH
10894
10895Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10896
10897 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 10898 separated by spaces.
252b5132
RH
10899
10900Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10901
10902 * ylwrap: New file.
10903 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10904
10905 * ltmain.sh: Handle /bin/sh at start of install program.
10906
10907 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10908
10909 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10910 * missing: New file, from automake 1.2.
10911
10912Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10913
10914 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10915 check-tk to CHECK_X11_MODULES.
10916
10917Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10918
10919 * config.sub: Merge with FSF.
10920
10921Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10922
10923 * config.guess: Merge with FSF.
10924
10925Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10926
10927 * configure: Treat msdosdjgpp like go32.
10928 * configure.in: Likewise. Don't remove gprof for go32.
10929
10930 * configure: Change Makefile.tem2 to Makefile.tm2.
10931
10932Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10933
10934 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10935
10936Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10937
10938 * install-sh (chmodcmd): Set to null if the DST directory already
10939 exists. Same as Nov 11th change.
10940
10941Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10942
35590697 10943 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
10944
10945Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10946
10947 * config.guess: Update from FSF.
10948
10949Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10950
10951 * Makefile.in (GDB_TK): Depend on itcl and tix.
10952
10953Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10954
10955 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10956 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10957 (INSTALL_SCRIPT): New variable.
10958 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10959 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10960 to -x.
10961 * install-sh: Add support for -x option.
10962
10963Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10964
10965 * configure.in, Makefile.in: Treat tix like itcl.
10966
10967Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10968
10969 * Makefile.in (WINDRES): New variable.
10970 (WINDRES_FOR_TARGET): New variable.
10971 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10972 (EXTRA_HOST_FLAGS): Add WINDRES.
10973 (EXTRA_TARGET_FLAGS): Add WINDRES.
10974 (EXTRA_GCC_FLAGS): Add WINDRES.
10975 ($(DO_X)): Pass down WINDRES.
10976 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10977 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10978 DLLTOOL_FOR_TARGET.
10979
10980Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10981
10982 * configure.in: configure sim before gdb for win32-x-ppc
10983
10984Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10985
10986 Move gperf into the toplevel, from libg++.
10987 * configure.in (target_tools): Add target-gperf.
10988 (native_only): Add target-gperf.
10989 * Makefile.in (all-target-gperf): New target, depend on
10990 all-target-libg++.
10991 (configure-target-gperf): Empty rule.
10992 (ALL_TARGET_MODULES): Add all-target-gperf.
10993 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10994 (CHECK_TARGET_MODULES): Add check-target-gperf.
10995 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10996 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10997
10998Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 10999
252b5132
RH
11000 * config.sub (mn10200): Recognize new basic machine.
11001
11002Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11003
11004 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
11005 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
11006
11007Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
11008
11009 * configure.in: If we're building mips-sgi-irix6* native, turn on
11010 ENABLE_MULTILIB and set TARGET_SUBDIR.
11011
11012Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
11013
11014 * Makefile.in (all-sn): Depend on all-grep.
11015
11016Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
11017
11018 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
11019
11020 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
11021 Makefile. From Jeff Makey <jeff@cts.com>.
11022 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
11023
11024 * Makefile.in (DISTBISONFILES): Remove.
11025 (taz): Don't futz with DISTBISONFILES. Change BISON to use
11026 $(DEFAULT_YACC).
11027
11028 * configure.in: Build itl, db, sn, etc., when building for native
35590697 11029 cygwin32.
252b5132
RH
11030
11031 * Makefile.in (LD): New variable.
11032 (EXTRA_HOST_FLAGS): Pass down LD.
11033 ($(DO_X)): Likewise.
11034
11035Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
11036
11037 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
11038
11039Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
11040
11041 * configure.in (targargs): Strip out any supplied --build argument
35590697 11042 before adding our own. Always add --build.
252b5132
RH
11043
11044Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
11045
11046 * configure.in (targargs): Pass --build if we're doing
11047 a cross-compile.
11048
11049Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
11050
ba73c63f 11051 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
11052 sed. Otherwise sed chokes on NT path names with drive
11053 designators. Also look for "?:*" as the leading characters in an
11054 absolute pathname.
11055
11056Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
11057
11058 * config.sub: Support for r3900.
11059
11060Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
11061
11062 * configure.in: Use install-sh, not install.sh.
11063
11064Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
11065
11066 * Makefile.in (taz): Improve check for BISON so it doesn't try to
11067 apply it twice.
11068
11069Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
11070
11071 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
11072 install-binutils.
11073
11074Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
11075
11076 * Makefile.in: Add automake targets.
11077 * configure.in (host_tools): Add automake.
11078
11079Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
11080
11081 * configure: Default CXX to c++, not gcc.
11082 * Makefile.in (CXX): Set to c++, not gcc.
11083 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
11084
11085Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
11086
11087 * install-sh: try appending a .exe if source file doesn't
11088 exist
11089
11090Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
11091
11092 * configure.in: Turn on multilib by default.
11093 (cross_only): Remove target-libiberty.
11094
11095 * Makefile.in (all-gcc): Don't depend on libiberty.
11096
11097Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
11098
11099 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
11100
11101Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
11102
11103 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
11104 (DISTBISONFILES): Add ld/Makefile.in
11105
11106Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
11107
11108 * configure.in: if target is cygwin32 but host isn't cygwin32,
11109 don't configure gdb tcl tk expect, not just gdb.
11110
11111Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
11112
11113 * configure.in: Added gnuserv everywhere sn appears.
11114
11115 * Makefile.in (ALL_MODULES): Added all-gnuserv.
11116 (CROSS_CHECK_MODULES): Added check-gnuserv.
11117 (INSTALL_MODULES): Added install-gnuserv.
11118 (CLEAN_MODULES): Added clean-gnuserv.
11119 (all-gnuserv): New target.
11120
11121Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
11122
11123 * config.guess: Fixes for MIPS OpenBSD systems.
11124
11125Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
11126
11127 * Makefile.in (INSTALL_XFORM): Remove.
11128 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
11129
11130 * mkinstalldirs: New file, copied from automake.
11131 * Makefile.in (installdirs): Rename from install-dirs. Use
11132 mkinstalldirs. Change all users.
11133 (DEVO_SUPPORT): Add mkinstalldirs.
11134
11135Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
11136
11137 * install-sh: Rename from install.sh.
11138 * Makefile.in (INSTALL): Change install.sh to install-sh.
11139 (DEVO_SUPPORT): Likewise.
11140
11141 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
11142 Graichen <graichen@rzpd.de>.
11143
11144Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
11145
11146 * config.guess: Recognize OpenBSD systems correctly.
11147
11148Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
11149
11150 * README, Makefile.in (ETC_SUPPORT): Remove references to
11151 cfg-paper*, configure.{texi,man,info*}._
11152
11153Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
11154
11155 * Makefile.in (all.normal): Ensure that gcc is built after all
11156 the x11 - ie gdb - targets.
11157
11158Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
11159
11160 * makefile.vms: Don't run conf-a-gas.
11161
11162Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
11163
80413487 11164 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
11165
11166Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
11167
11168 * configure.in: Remove noconfigdirs case since gdb also
11169 configures and builds for tic80-coff.
11170
11171Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
11172
11173 * configure: Set cache_file to config.cache.
11174 * Makefile.in (local-distclean): Remove config.cache.
11175
11176Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
11177
11178 * COPYING: Update FSF address.
11179
11180Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
11181
11182 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
11183 noconfigdirs.
11184
11185Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
11186
11187 * Makefile.in (install-dirs): Don't crash if prefix, and hence
11188 MAKEDIRS, is empty.
11189
11190Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
11191
11192 * config.sub: Tweak mn10300 entry.
11193
11194Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
11195
11196 * configure.in (host_tools): Put sim before gdb, so gdb's
11197 configure.tgt can determine if the simulator was configured.
11198
11199Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
11200
11201 * config.sub: Move BeOS $os case to be with other Cygnus
11202 local cases.
11203
11204Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
11205
11206 * config.sub: Remove misplaced comment that broke Linux.
11207
11208Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
11209
11210 * config.sub: Add BeOS support.
11211
11212Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
11213
11214 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
11215
11216Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
11217
11218 * configure.in (noconfigdirs): Remove tcl and tk from
11219 noconfigdirs for cygwin32 builds.
11220
11221Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
11222
11223 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
11224
11225Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
11226
11227 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
11228 make-all.com, use makefile.vms instead.
11229
11230Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
11231
11232 * config.sub: Accept -lnews*.
11233
11234Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
11235
11236 * configure.in (noconfigdirs): Disable target-newlib,
35590697 11237 target-examples and target-libiberty for d30v.
252b5132
RH
11238
11239Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11240
11241 * configure.in (noconfigdirs): Enable ld for d30v.
11242
11243Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
11244
11245 * configure.in (tic80-*-*): Build compiler.
11246
11247Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
11248
11249 * configure.in (d30v-*): Remove sim directory from list of
35590697 11250 unsupported d30v directories
252b5132
RH
11251
11252Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
11253
35590697
AJ
11254 * config.sub, configure.in: Add d30v target cpu.
11255
252b5132
RH
11256Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
11257
11258 * makefile.vms: New file.
11259 * make-all.com: Remove.
11260
11261Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
11262
11263 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
11264
11265Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
11266
11267 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
11268
11269Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
11270
11271 * Makefile.in (ALL_MODULES): Added all-db.
11272 (CROSS_CHECK_MODULES): Addec check-db.
11273 (INSTALL_MODULES): Added install-db.
11274 (CLEAN_MODULES): Added clean-db.
11275
11276Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
11277
11278 * config.guess: Merge with latest FSF sources.
11279
11280Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
11281
11282 * Makefile.in (ALL_MODULES): Added all-itcl.
11283 (CROSS_CHECK_MODULES): Added check-itcl.
11284 (INSTALL_MODULES): Added install-itcl.
11285 (CLEAN_MODULES): Added clean-itcl.
11286
11287Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
11288
11289 * configure.in: build gdb for mn10200
11290
11291Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
11292
11293 * Makefile.in (all-target-winsup): Depend on all-target-libio.
11294
11295Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
11296
11297 * configure.in (tic80-*-*): Turn off most targets right now.
11298
11299Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
11300
11301 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
11302 rather than the makeinfo program.
11303 (do-info): Depend upon all-texinfo.
11304
11305Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
11306
11307 * configure.in: Remove uses of config/mh-linux.
11308
11309 * config.sub, config.guess: Merge with latest FSF sources.
11310
11311Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11312
11313 * config.sub (case $basic_machine): Add tic80 entries.
11314
11315Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11316
11317 * config.sub, config.guess: Merge with latest FSF sources.
11318
11319Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11320
11321 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11322 * mpw-config.in: Test for NewFolderRecursive.
11323 * mpw-install: Use symbolic name for startup filename.
11324 * mpw-README: Add various additional details.
11325
11326Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11327
11328 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11329
11330Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11331
11332 * configure.in: Do build gcc and the target libraries for
11333 the mn10200.
11334
11335Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11336
11337 * configure.in: don't avoid building gdb for mn10300 any more
11338 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11339 instead of single-quoting it.
11340
11341Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11342
11343 * configure.in: Don't use --with-stabs on IRIX 6.
11344
11345Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11346
11347 * configure.in (m32r): Build gdb, libg++ now.
11348
11349Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11350
11351 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11352 directories from noconfigdirs.
11353
11354Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11355
11356 * config.sub (basic_machine): added mips16 configuration
11357
11358Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11359
11360 * config.sub: Handle d10v-unknown.
11361
11362Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11363
11364 * config.sub: Handle v850-unknown.
11365
11366Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11367
11368 * Makefile.in: add findutils
11369 * configure.in: add findutils to list of host_tools
11370
11371Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11372
11373 * config.sub: Handle mn10200 and mn10300.
11374
11375Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11376
11377 * configure.in (d10v-*): Do not build librx.
11378
11379Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11380
11381 * configure.in (mn10300): Build everything except gdb & libgloss.
11382
11383Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11384
11385 * config.guess: Patch for Dansk Data Elektronik servers,
11386 from Niels Skou Olsen <nso@dde.dk>.
11387
11388 For ncr, use /bin/uname rather than uname, since GNU uname does not
11389 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11390
11391 Patch for MIPS R4000 running System V,
11392 from Eric S. Raymond <esr@snark.thyrsus.com>.
11393
11394 Fix thinko for nextstep.
11395
11396 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11397
11398 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11399 * config.guess: Guess mips-dec-mach_bsd4.3.
11400
11401 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11402 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11403 release numbers.
11404 * config.guess (mips-mips-riscos*): Emit just enough of the
11405 release number.
11406
11407 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11408 * config.guess (sparc-auspex-sunos*): Added.
11409 (f300-fujitsu-*): Added.
11410
11411 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11412 * config.guess: Recognize a Tadpole as a sparc.
11413
11414Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11415
11416 * config.guess: Don't assume that NextStep version is either 2 or
11417 3. NextStep 4 (aka OpenStep 4) has come out now.
11418
11419Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11420
11421 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11422 From Rik Faith <faith@cs.unc.edu>.
11423
11424Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11425
11426 * config.sub: Contributions from bug-gnu-utils to:
11427 Support plain "hppa" (no version given) architecture, reported by
11428 OpenStep.
11429 OpenBSD like NetBSD.
11430 LynxOs is not a hardware supplier.
11431
11432 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11433 OpenBSD like NetBSD.
252b5132
RH
11434 Stratus systems.
11435 More Pyramid systems.
11436 i[n>4]86 Intel chips.
11437 M680[n>4]0 Motorola chips.
11438 Use unknown instead of lynx for hardware manufacturer.
11439
11440Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11441
11442 * install.sh (chmodcmd): Set to null if the DST directory already
11443 exists.
11444
11445Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11446
11447 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11448 not use mt-ppc target Makefile fragment any more.
11449
11450Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11451
11452 * configure.in (*-*-windows): Exclude everything but those dirs
11453 needed to build windows.
11454
11455Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11456
11457 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11458
11459Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11460
11461 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11462
11463Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11464
11465 * Undo my previous change.
11466
11467Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11468
11469 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11470 unconditionally.
11471 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11472
11473Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11474
11475 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11476 host to add it's own flags.
252b5132
RH
11477
11478Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11479
11480 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11481
11482Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11483
11484 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11485 (CXX_FOR_TARGET): Likewise.
11486 (GCC_FOR_TARGET): Define.
11487 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11488 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11489 CC_FOR_TARGET was specified on the command line.
11490 (MAKEOVERRIDES): Don't define.
11491
11492Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11493
11494 * configure.in (m32r): Fix spelling of libg++ libs.
11495
11496Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11497
11498 * config.sub (-apple*): Remove, now redundant.
11499
11500Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11501
11502 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11503
11504 * configure: Rework yesterday's sed script patch.
11505
11506 * config.sub: Merge with FSF.
11507
11508Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11509
11510 * config.guess: Merge from FSF.
11511
11512 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
11513 * config.guess: Use pc instead of unknown, for pc clone systems.
11514 Change linux to linux-gnu.
252b5132
RH
11515
11516 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 11517 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
11518
11519Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11520
11521 * test-build.mk (HOLES): Add "xargs" for gdb.
11522
11523 * configure: Avoid hpux10.20 sed bug.
11524
11525Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11526
4bddf3ad 11527 * configure.in: Add support for windows host
252b5132
RH
11528 (that is a build done under the Microsoft build environment).
11529
11530Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11531
11532 * Makefile.in: Replace all uses of srcroot with s, to shrink
11533 command line lengths.
11534
11535 Patches from Geoffrey Noer <noer@cygnus.com>:
11536 * configure.in: If configuring for newlib, pass --with-newlib to
11537 subdirectories.
11538 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11539 -Bnewlib/ and -Lwinsup to gcc.
11540 (CXX_FOR_TARGET): Likewise.
11541
11542Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11543
11544 * Makefile.in (ETC_SUPPORT): Add configure.
11545
11546Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11547
35590697 11548 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
11549 host configuration file.
11550
11551Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11552
11553 * configure.in: Break mn10x00 support into separate
11554 mn10200 and mn10300 configurations.
11555 * config.sub: Likewise.
11556
11557Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11558
11559 * configure.in: Add lots of stuff to noconfigdirs for
11560 the mn10x00 targets.
11561
11562 * config.sub, configure.in: Add mn10x00 support.
11563
11564Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11565
11566 * make-all.com: Call conf-a-gas, not config-a-gas.
11567
11568Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11569
11570 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 11571 targets.
252b5132
RH
11572
11573Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11574
11575 * mpw-README: Add much more detail for native PowerMac.
11576 * mpw-install: New file.
11577 * mpw-configure: Add --norecursion and --help options.
11578 * mpw-config.in: Translate readme and install files when
11579 copying to objdir.
11580 * mpw-build.in: Don't always depend on byacc and flex.
11581 (install-only-top): New action.
11582
11583Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11584
11585 * configure.in: You can now configure GDB for the v850.
11586
11587Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11588
11589 * configure.in (noconfigdirs): Don't configure any C++ dirs
11590 if targeting D10V.
11591
11592Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11593
11594 * config.sub: Recognize mips64vr5000.
11595
11596Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11597
11598 * configure.in: Use a single line for host_tools and native_only.
11599
11600Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11601
11602 * config.sub, configure.in: Add entries for m32r.
11603
11604Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11605
11606 * Makefile.in (inet-install): Don't run install-gzip.
11607
11608Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11609
11610 * configure.in: Don't config lots of things for *-*-windows*.
11611
11612Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11613
11614 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11615 (host_libs, host_tools): Copy from configure.in.
11616 * mpw-configure: Don't complain about directories not found.
11617
11618Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11619
11620 * configure.in (i[345]86): Recognize i686 for pentium pro.
11621 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11622 file.
11623
11624 * config.guess (i[345]86): Ditto.
11625
11626Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11627
11628 * configure.in (noconfigdirs): Removed gdb for D10V.
11629
11630Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11631
11632 * configure.in: Remove ld, target-libio, target-libg++, and
11633 target-libstdc++ from noconfigdirs.
11634
11635Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11636
11637 * configure: Fix three locations where shell scripts were
11638 being run directly rather than with config_shell.
11639
11640Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11641
11642 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11643 * config.sub (basic_machine): Recognize v850.
11644
11645Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11646
11647 * mpw-configure: Handle multiple enable/disable options and
11648 pass them down recursively, handle -c and -s flags appropriately
11649 depending on choice of compiler, add escape mechanism for
11650 quoted arguments to gC.
11651
11652Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11653
11654 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11655 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11656 so that -mrelocatable-lib and -mno-eabi are used.
11657
11658 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11659 not support --print-multi-lib, don't abort.
11660
252b5132
RH
11661Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11662
11663 * make-all.com: Run config-a-gas.
11664 * setup.com: Don't copy subdirectory files around.
11665
11666Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11667
11668 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11669 target, it now compiles correctly.
11670
11671Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11672
11673 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11674
11675Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11676
35590697 11677 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
11678
11679Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11680
11681 * configure.in (native_only): Add prms.
11682
11683Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11684
11685 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11686 (BINUTILS_SUPPORT_DIRS): Likewise.
11687
11688Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11689
11690 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11691 d10v support is added.
11692
11693Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11694
11695 * configure.in (d10v-*-*): New target.
11696
11697Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11698
11699 * config.guess (HP 9000/811): Recognize this as a PA1.1
11700 machine.
11701
11702Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11703
11704 * Makefile.in (do-tar-gz): New target, split out from tail end of
11705 taz target. Run each command separately, don't use pipes.
11706 (taz): Use it.
11707
11708Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11709
11710 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11711 * mpw-build.in: No builds should depend on building byacc or flex,
11712 they are assumed to be installed already.
11713
11714Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11715
11716 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11717 variable that CC_FOR_TARGET needs.
11718
11719Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11720
11721 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11722 options have changed since the last time the subdirectory was
11723 configured, and if it has, reconfigure.
11724 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11725 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11726
11727Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11728
11729 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11730 CLEAN_MODULES): Add bash.
11731 (all-bash): New target.
11732
11733Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11734
11735 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11736
11737Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11738
11739 * config.sub (basic_machine): Recognize d10v as a valid processor.
11740
11741Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11742
11743 * mpw-configure: Add support for --bindir.
11744 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11745
11746Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11747
11748 * configure.in: add bash, time, gawk to list of hosttools and things
11749 to only build for native toolchains
11750
11751Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11752
11753 * Makefile.in (docdir): Remove.
11754
11755Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11756
11757 * Makefile.in (datadir): Set to $(prefix)/share.
11758
11759Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11760
11761 * configure.in: build diff and patch for cygwin32-hosted
11762 toolchains.
11763
11764Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11765
11766 * config.sub: Accept -rtems*.
11767
11768Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11769
80413487 11770 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
11771 remove diff from the list of things not buildable
11772 via Canadian Cross
252b5132
RH
11773
11774Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11775
11776 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 11777 don't get ". ".
252b5132
RH
11778
11779Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11780
11781 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11782
11783Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11784
11785 * Makefile.in (taz): Handle case where tex3patch didn't even get
11786 checked out. Also, if it was found, put the symlink in a new util
11787 subdirectory.
11788
11789Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11790
11791 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11792
11793Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11794
11795 * config.sub: Recognize -openvms.
11796 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11797 * make-all.com, setup.com: New files.
11798
11799Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11800
11801 * Makefile.in (taz): tex3patch moved to texinfo/util.
11802
11803Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11804
afb8d725 11805 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
11806 * configure.in: remove make from disable-if-Can-Cross list
11807 enable gdb if ${host} and ${target} are cygwin32
11808
11809Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11810
11811 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11812 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11813
11814Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11815
11816 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11817 distinguish sysv/svr4/bsd variants.
11818 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11819
11820Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11821
11822 * configure.in: Added copyright notice.
11823 * move-if-change: Added copyright notice.
11824
11825Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11826
11827 * configure.in (powerpcle-*-solaris*): Until we get shared
11828 libraries working, don't build gdb, sim, make, tcl, tk, or
11829 expect.
11830
11831Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11832
11833 * config.guess: Merge with FSF:
11834
11835 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11836 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11837
11838 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11839 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11840
11841 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11842 * config.guess: Combine two OSF1 rules.
11843 Also recognize field test versions. From mjr@zk3.dec.com.
11844 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11845 because GNU uname does not support -p. From pmr@pajato.com.
11846
11847Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11848
11849 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11850
11851Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11852
11853 * mpw-README: Document GCCIncludes.
11854
11855Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11856
11857 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11858
11859Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11860
11861 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11862
11863Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11864
11865 * configure.in (*-*-cygwin32): Configure make.
11866
11867Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11868
11869 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11870
11871Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11872
11873 * Makefile.in (all-inet): Depend on all-perl.
11874
11875 * Makefile.in (inet-install): New target.
11876
11877 * Makefile.in (all-inet): Depend on all-tcl.
11878 (all-inet): Depend on all-send-pr.
11879
11880Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11881
11882 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11883 temporarily.
11884
11885Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11886
11887 * configure.in: Don't configure --with-gnu-ld on AIX.
11888
11889Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11890
11891 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11892
11893Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11894
11895 * Makefile.in (ALL_MODULES): Added all-inet.
11896 (CROSS_CHECK_MODULES): Added check-inet.
11897 (INSTALL_MODULES): Added install-inet.
11898 (CLEAN_MODULES): Added clean-inet.
11899 (all-indent): New target.
11900
11901 * configure.in (host_tools): Added inet.
11902 (native_only): Added inet.
11903 (noconfigdirs): Added inet.
11904
11905Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11906
11907 * configure.in: Don't configure libgloss if we are not configuring
11908 newlib.
11909
11910Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11911
11912 * configure.in: Don't configure libgloss for unsupported
11913 architectures.
11914
11915Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11916
11917 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11918
11919Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11920
11921 * Makefile.in (ALL_MODULES): Include all-apache.
11922 (CROSS_CHECK_MODULES): Include check-apache.
11923 (INSTALL_MODULES): Include install-apache.
11924 (all-apache): New target.
11925
11926 * configure.in: Added apache everywhere perl is seen.
11927
11928Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11929
11930 * Makefile.in: Add support for clean-{module} and
11931 clean-target-{module} rules.
11932
11933Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11934
11935 * configure.in (*-*-ose) do not build libgloss.
11936
11937Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11938
11939 * config.guess (prep*:SunOS:5.*:*): Turn into
11940 powerpele-unknown-solaris2.
11941
11942Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11943
11944 * configure.in: Permit --enable-shared to specify a list of
11945 directories.
11946
11947Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11948
11949 * configure.in (host==solaris): Pass only the first word of $CC
11950 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11951
11952Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11953
11954 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11955
11956Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11957
11958 * Makefile.in (ALL_MODULES): Include all-perl.
11959 (CROSS_CHECK_MODULES): Include check-perl.
11960 (INSTALL_MODULES): Include install-perl.
11961 (ALL_X11_MODULES): Include all-guile.
11962 (CHECK_X11_MODULES): Include check-guile.
11963 (INSTALL_X11_MODULES): Include install-guile.
11964 (all-perl): New target.
11965 (all-guile): New target.
11966
11967 * configure.in (host_tools): Include perl and guile.
11968 (native_only): Include perl and guile.
11969 (noconfigdirs): Don't build guile and perl; no ports have been
11970 done.
11971
11972Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11973
80413487
RH
11974 * configure (--enable-*): Handle quoted option lists such as
11975 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
11976
11977Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11978
11979 * Makefile.in ({,inst}all-target): New rule so we can make and
11980 install all of the target directories easily.
11981
11982Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11983
11984 * configure.in: Add missing global flag in sed substitution when
11985 deleting `target-' from ${configdirs}.
11986
11987Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11988
11989 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11990 option.
11991
11992 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11993 config/mh-necv4.
11994
11995 * install.sh: Correct misspelling of transformbasename.
11996
11997 * config.guess: Recognize mips-*-sysv*.
11998
11999Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
12000
12001 * config.sub: Recognize mon960.
12002
12003Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
12004
12005 * configure: Restore Canadian Cross handling of BISON and LEX,
12006 removed in Feb 20 change.
12007
12008Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
12009
12010 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
12011 Mention make install. Remove the old copyright date as well the
12012 clumsy and rather pointless copyright on the README file.
12013
12014Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
12015
12016 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
12017 Makefile after running symlink-tree, then run `make distclean' to
12018 avoid clobbering any generated files in srcdir.
12019
12020Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
12021
12022 * configure.in (m68k-*-netbsd*): Build everything now.
12023
12024Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
12025
12026 * Makefile.in (taz): Fix quoting.
12027
12028Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
12029
12030 * configure.in (sparclet-*-*): Build everything now.
12031
12032Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12033
12034 * configure.in (m68k-*-linux*): New host.
12035
12036Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
12037
12038 * configure: Check for bison before byacc.
12039
12040Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
12041
12042 * Makefile.in configure: Change the way LEX and BISON/YACC are
12043 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
12044 searching PATH. These are used as fallbacks by Makefile.in if
12045 flex/bison/byacc aren't in objdir.
12046
12047Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
12048
12049 * Makefile.in: Make everything which depends upon all-bfd also
12050 depend upon all-opcodes, in case --with-commonbfdlib is used.
12051
12052Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12053
12054 * configure.in (host *-*-cygwin32): Don't build gdb if we are
12055 building NT native compilers on Unix.
12056
12057Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
12058
12059 * configure.in: Don't get CC from the host Makefile fragment if we
12060 can find gcc in PATH, or if this is a Canadian Cross. Move the
12061 Solaris test for /usr/ucb/cc to the post target script, just after
12062 the compiler sanity test.
12063
12064Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
12065
12066 * config.sub: Merge with FSF.
12067
12068Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
12069
12070 * Makefile.in (RPATH_ENVVAR): New variable.
12071 (REALLY_SET_LIB_PATH): Use it.
12072 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
12073
12074Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
12075
12076 * config.sub, configure.in: Recognize sparclet cpu.
12077
12078Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
12079
12080 * config.guess: Support m68k-cbm-sysv4.
12081
12082Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12083
12084 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
12085 m68k-unknown-linuxaout from linker help string. Put quotes around
12086 $ld_help_string.
12087
12088Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
12089
12090 * config.guess (powerpc-harris-powerunix): Add guess for port
12091 to new target.
12092
12093Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12094
12095 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
12096
12097Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
12098
12099 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
12100 $(REALLY_SET_LIB_PATH) in Makefile.
12101 * Makefile.in (SET_LIB_PATH): New variable.
12102 (REALLY_SET_LIB_PATH): New variable.
12103 ($(DO_X)): Use $(SET_LIB_PATH).
12104 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
12105 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
12106 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
12107 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
12108 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
12109 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
12110 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
12111 (install-dosrel): Likewise.
12112 (all-opcodes): Depend upon all-libiberty.
12113
12114Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
12115
12116 * config.guess (*:CYGWIN*): New
12117
12118Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12119
12120 * Makefile.in (all-target-winsup): All all-target-libiberty.
12121
12122Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
12123
12124 * configure.in (noconfigdirs): Add missing # in front of comment.
12125
12126Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
12127
12128 * configure.in: add second pass to things added to noconfigdirs
12129 so *-gm-magic can exclude libgloss properly.
12130
12131Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
12132
12133 * mpw-configure (extralibs_name, rez_name): Set correctly
12134 for MWC68K compiler.
12135
12136 * mpw-README: Add more info on the necessary build tools.
12137
12138Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
12139
12140 * configure.in, config.sub: Recognize cygwin32.
12141
12142Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
12143
12144 * config.guess, config.sub: Recognize A/UX.
12145
12146Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
12147
12148 * config.sub: Merge with gcc/config.sub.
12149
12150Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
12151
12152 * mpw-build.in (do-binutils): Add build of stamps.
12153
12154Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
12155
12156 * config.sub: Add recognition for mips64vr4100*-* targets.
12157
12158Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
12159
12160 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
12161 Add creation of gconfigargs with `--enable-shared' turned on.
12162 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
12163 ($(host)-stamp-stage3-configured): Likewise.
12164 (HOLES): Add chatr and ldd.
12165 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
12166
12167Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
12168
12169 * configure: Pass --nfp to recursive configures.
12170
12171Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
12172
12173 * Makefile.in (DLLTOOL): New.
12174 (DLLTOOL_FOR_TARGET): New.
12175 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
12176 (EXTRA_TARGET_FLAGS): Ditto.
12177 (EXTRA_GCC_FLAGS): Ditto.
12178 (CONFIGURE_TARGET_MODULES): Ditto.
12179 (DO_X): Ditto.
12180 * configure: Add DLLTOOL.
12181
12182Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
12183
12184 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
12185 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
12186 mh-sco, since old workarounds no longer needed, and don't
12187 build ld, since libraries have weak symbols in COFF.
12188
12189Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
12190
12191 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
12192
12193Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
12194
12195 * configure.in: Make sure that ${CC} can be used to compile an
12196 executable.
12197
afb8d725
JM
12198Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
12199
12200 * Makefile.in (all-gdb): Depend on $(GDB_TK).
12201 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
12202 nothing depending on whether gdbtk is being built.
12203
252b5132
RH
12204Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
12205
12206 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
12207
12208Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
12209
12210 * configure.in (noconfigdirs): Put ld or gas in this early, if the
12211 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
12212
12213Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
12214
12215 * config-ml.in: Add support for
12216 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
12217 Simplify setting of multidirs from --disable-foo.
12218
12219Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12220
12221 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
12222 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
12223 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 12224 non-empty, pass them on to the GCC make.
252b5132
RH
12225 (all-bootstrap): New rule that is like all-gcc, except it executes
12226 the GCC bootstrap rule instead of the GCC all rule.
12227
12228Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
12229
12230 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
12231
12232Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12233
12234 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
12235 DG/UX support.
12236
12237Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
12238
12239 * config.sub (i*86*) Change [345] to [3456]
12240
12241Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12242
12243 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
12244 --with-gnu-ld=no.
12245
12246Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12247
12248 * config-ml.in (rs6000*, powerpc*): Add switches to control which
12249 AIX multilibs get built.
12250
12251Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12252
12253 * configure.in (i386-win32): Don't build expect if we're not
12254 building the tcl subdir.
12255
12256Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
12257
12258 * Makefile.in: (configure-target-examples, all-target-examples):
12259 New targets, configure and build example programs.
12260
12261Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
12262
12263 * mpw-configure: If an mpw-config.in generated a file mk.sed,
12264 use it as input to sedit the generated MPW makefile.
12265 * mpw-README: Add a suggestion about Gestalt.h.
12266
12267Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
12268
12269 * config.sub: Accept *-*-ieee*.
12270
12271Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
12272
12273 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
12274 Ronald F. Guilmette <rfg@monkeys.com>.
12275
12276Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12277
12278 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
12279 for powerpc-pe native.
12280 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
12281 (target==powerpc-pe): duplicate i386-win32 entry.
12282
12283Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12284
12285 * configure.in (noconfigdirs): Exclude target-newlib for all versions
12286 of vxworks, not just vxworks5.1.
12287
12288Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
12289
12290 * mpw-configure: Add support for exec-prefix.
12291
12292Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12293
12294 * config.guess: Recognize HP model 816 machines as having
12295 a PA1.1 processor.
12296
12297Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
12298
12299 * configure: Ignore new autoconf configure options.
12300
252b5132
RH
12301Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
12302
12303 * config.guess: Recognize Pentium under SCO.
12304 From Robert Lipe <robertl@arnet.com>.
12305
12306Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12307
12308 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12309
12310Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12311
12312 * configure.in: Don't configure gas for alpha-dec-osf*.
12313
12314Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12315
12316 * configure.in: Default to --with-stabs for some targets for which
12317 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12318 i[345]86*-*-unixware*.
12319
12320Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12321
12322 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12323 rather than basing it on the target. Simplify handling of options
12324 controlling which directories to configure. Remove extraneous
12325 slash in multi-clean target.
12326
12327Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12328
12329 * config-ml.in: Prefix more variables with ml_ so they don't collide
12330 with configure's.
12331
12332Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12333
12334 * configure: Don't turn -v into --v.
12335
12336Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12337
12338 * configure.in (targargs): Fix typo.
12339
12340 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12341
12342Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12343
12344 * configure.in: Strip --host and --target options from
12345 CONFIG_ARGUMENTS, and always configure for --host only. Add
12346 --with-cross-host option when building with a cross-compiler.
12347 * configure: Canonicalize the arguments put into config.status by
12348 always using `=' for an option with an argument. Pass a presumed
12349 --host or --target explicitly.
12350
12351Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12352
12353 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12354 into general OS recognition case.
12355
12356Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12357
12358 * configure.in (target_configdirs): add target-winsup only
12359 for win32 target systems.
12360
12361Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12362
12363 * Makefile.in (all-target-libgloss): Depend upon
12364 configure-target-newlib, since when libgloss is built it looks to
12365 see if the newlib directory exists.
12366
12367Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12368
12369 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12370 cfg-ml-*.in.
12371
12372Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12373
12374 * configure: Handle LD and LD_FOR_TARGET when configuring a
12375 Canadian Cross.
12376
252b5132
RH
12377Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12378
12379 * configure.in (target_libs): add target-winsup.
12380 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12381 (target==ppcle-pe): remove ld from $noconfigdirs.
12382
12383Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12384
12385 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12386 Preserve relative path names in $srcdir. Build symlink tree if
12387 configuring cross target dir and srcdir=. (= no VPATH support).
12388 (configure-target-libg++): Depend on configure-target-librx.
12389 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12390 * config-ml.in: New file.
12391 * symlink-tree: New file.
12392 * configure: Ensure srcdir="." if that's what it is.
12393
12394Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12395
12396 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12397 includes and FLEX_SKELETON setting.
12398 * mpw-configure (--with-gnu-ld): New option, controls whether
12399 to use PPCLink or ld with PowerMac GCC.
12400 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12401 * mpw-config.in: Configure grez if targeting Mac.
12402
12403 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12404 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12405 just macos.
252b5132
RH
12406 * configure.in: Configure grez resource compiler if targeting Mac.
12407 * Makefile.in (all-grez, install-grez): New targets.
12408
12409Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12410
12411 * configure: CXX defaults to gcc, not g++. If we find
35590697 12412 gcc in the path, set CC to gcc -O2.
252b5132
RH
12413
12414Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12415
12416 * configure: Default ${build} correctly. Avoid picking up extra
12417 spaces when reading CC and CXX from Makefile. When doing a
12418 Canadian Cross, use plausible default values for numerous
12419 variables.
12420 * configure.in: When doing a Canadian Cross, don't try to
12421 configure tools whose configure script can't handle it.
12422
12423Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12424
12425 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12426
12427Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12428
12429 * configure: Remove dubious bug reporting address.
12430
12431Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12432
12433 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12434 configure script, run that instead of this directory's configure.
12435 In either case, print a message that we're configuring the sub-dir.
12436
12437Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12438
12439 * configure.in: Before checking for the existence of various files,
12440 use sed to filter out "target-".
12441
12442Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12443
12444 * Makefile.in (DO_X): Split rule to decrease command line length
12445 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12446 (Philippe De Muyter).
12447
12448Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12449
12450 * Makefile.in (all-patch): depend on all-libiberty.
12451
12452Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12453
12454 * configure.in: If the only directory in target_configdirs which
12455 actually exists is libiberty, then set target_configdirs to empty,
12456 to avoid trying to build a target libiberty in a gas or gdb
12457 distribution.
12458
12459Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12460
12461 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12462 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12463 systems.
252b5132
RH
12464
12465Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12466
12467 * configure.in (copy_dirs): Use sys-include instead of include
12468 for --with-headers option.
12469
12470Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12471
12472 * Makefile.in, configure.in: Make winsup builds work with
12473 new scheme.
12474
12475Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12476
12477 * configure.in: Build the linker on AIX.
12478
12479Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12480
12481 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12482 where needed.
12483
12484Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12485
12486 * Makefile.in (all-gcc): Fix typo.
12487
12488Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12489
12490 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12491
12492Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12493
12494 * configure.in: Rename libFOO to target-libFOO, and xiberty
12495 to target-xiberty, to provide more flexibility.
12496 (target_subdir): Define. Create if cross.
12497 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12498 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12499 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12500 check-libFOO -> check-target-libFOO, etc.
12501 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12502 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12503 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12504 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12505 allow ALL_GCC="" to only configure.
12506 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12507 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12508 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12509
12510Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12511
12512 * Makefile.in (taz): Build "info" in etc explicitly.
12513
12514Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12515
12516 * configure.in: Make sure that CC is undefined (as opposed to
12517 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12518 problem with autoconf trying to configure on a host without GCC.
12519
12520Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12521
12522 * mpw-configure: Set host alias from choice of host compiler,
12523 only use generic MPW Makefile sed if present, edit a file
12524 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12525 * mpw-README: Add problem notes about CW6 and CW7.
12526
12527Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12528
12529 * Makefile.in (taz): Use ";" instead of ";;".
12530
12531Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12532
12533 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12534 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12535 DISTDOCDIRS.
12536 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12537 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12538
12539Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12540
12541 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12542 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12543 Move bfd to DISTSTUFFDIRS.
12544
12545Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12546
12547 * Makefile.in (X11_LIB): Removed.
12548 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12549
12550 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12551
12552Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12553
12554 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12555 names.
12556
12557Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12558
12559 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12560
12561Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12562
12563 * configure.in (i[345]86-*-win32): Always build newlib.
12564 Don't configure cvs, autoconf or texinfo.
12565 * Makefile.in (LD_FOR_TARGET): New.
12566 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12567 Pass down LD_FOR_TARGET.
12568
12569Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12570
12571 * winsup: New directory.
12572 * Makefile.in: Build winsup.
12573 * configure.in: Winsup is configured when target is win32.
12574 Can only build win32 target GDB when native.
35590697 12575
252b5132
RH
12576Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12577
12578 * config.guess: Recognize HP model 819 machines as having
12579 a PA 1.1 processor.
12580
12581Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12582
12583 * configure: Fix sed loop which substitutes for CC and CXX to
12584 avoid bug found in various sed implementations.
12585
12586Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12587
12588 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12589 simulator. Use standard powerpc-*-eabi*.
12590
12591Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12592
12593 * configure.in: Stop putting gas and binutils in noconfigdirs for
12594 powerpc-*-aix* and rs6000-*-*.
12595
12596Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12597
12598 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12599 -mcall-aixdesc libraries.
12600
12601Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12602
12603 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12604
12605 * config.sub (arm | armel | armeb): Fix shell syntax.
12606
12607Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12608
12609 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12610 -msoft-float and -mcpu=common support.
12611 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12612 libraries.
12613
12614Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12615
12616 * configure.in: Allow configuration and build of emacs19 for the alpha.
12617
12618Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12619
12620 * configure.in (CC): Get ^CC, not just any old CC, from
12621 ${host_makefile_frag}.
12622
12623Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12624
35590697 12625 * configure.in (CC): Try to get CC from
252b5132
RH
12626 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12627
12628Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12629
12630 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12631 only if it exists in $(srcdir).
12632
12633Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12634
12635 * configure: If CC and CXX are not set in the environment, set
12636 them, based on either an existing Makefile or on searching for gcc
12637 in PATH. Substitute for CC and CXX in Makefile.
12638 * configure.in: Remove libm from target_libs. Separate
12639 target_configdirs from configdirs. If CC is not set in
12640 environment, try to get it from a host Makefile fragment. Rewrite
12641 changes of configdirs to use skipdirs instead. A few minor
12642 tweaks. Take directories out of target_configdirs as they are
12643 taken out of configdirs. Remove existing Makefile files from
12644 subdirectories. Substitute for TARGET_CONFIGDIRS and
12645 CONFIG_ARGUMENTS in Makefile.
12646 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12647 by configure.in.
12648 (CONFIG_ARGUMENTS): Likewise.
12649 (CONFIGURE_TARGET_MODULES): New variable.
12650 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12651 ($(CONFIGURE_TARGET_MODULES)): New target.
12652 (configure-libg++, configure-libio): New targets.
12653 (all-libg++): Depend upon configure-libg++.
12654 (all-libio): Depend upon configure-libio.
12655 (configure-libgloss, all-libgloss): New targets.
12656 (configure-libstdc++): New target.
12657 (all-libstdc++): Depend upon configure-libstdc++.
12658 (configure-librx, all-librx): New targets.
12659 (configure-newlib): New target.
12660 (all-newlib): Depend upon configure-newlib
12661 (configure-xiberty): New target.
12662 (all-xiberty): Depend upon configure-xiberty.
12663
12664Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12665
12666 * configure.in (host i[345]86-*-win32): Expand the
12667 noconfigdirs again.
12668
12669Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12670
12671 * mpw-configure: Fix sed command file name.
12672
12673Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12674
35590697 12675 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
12676 noconfigdirs again.
12677
12678Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12679
12680 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12681 or powerpc*-*-pe*, since they are not yet supported.
12682
12683Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12684
12685 Add PowerMac support and many other enhancements.
12686 * mpw-configure: New option --cc to select compiler to use,
12687 paste options set according to --cc into the generated
12688 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12689 if mpw-make.sed is present.
12690 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12691 add forward includes for PowerPC include files.
12692 * mpw-build.in: Build using Makefile.PPC if present.
12693 (do-byacc, etc): Remove separate version resource builds.
12694 (do-gas): Build "stamps" before "all".
12695 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12696 * mpw-README: Update to reflect --cc option, PowerMac support,
12697 and recently-reported compatibility problems.
12698
12699Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12700
12701 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12702 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12703 (--with-multilib-top): Pass to recursive invocations.
12704
12705Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12706
12707 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12708 v810-*-*.
12709
12710Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12711
12712 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12713 gdb, ld and opcodes on v810-*-*.
12714
252b5132
RH
12715Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12716
12717 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12718 (local-maintainer-clean): New target.
12719 (maintainer-clean): New target.
12720 (realclean): Just depend upon maintainer-clean.
12721
12722Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12723
12724 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12725
12726Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12727
12728 * configure.in: Build ld in mips*-*-bsd* case.
12729
12730Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12731
12732 * config.sub: Accept -lites* OS. From Ian Dall.
12733
12734Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12735
12736 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 12737 targets.
252b5132
RH
12738
12739Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12740
12741 * configure.in: treat i386-win32 canadian cross the same as
12742 i386-go32 canadian cross.
12743
12744Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12745
12746 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12747 running under the simulator to build a reduced set of libraries.
12748 (powerpc-*-eabiaix): Add fine grained multilib support added to
12749 other powerpc targets yesterday.
12750
12751Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12752
12753 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12754 -disable-softfloat, -disable-relocatable, -disable-aix, and
12755 -disable-sysv to control which multilib libraries get built.
12756
12757Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12758
12759 * configure: Add Makefile.tem to list of files to remove in trap
12760 handler.
12761
12762Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12763
12764 * config.guess (*Linux*): Add missing "exit"s.
12765 Also, need specific check for alpha-unknown-linux (uses COFF).
12766
12767Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12768
12769 * config.guess: Merge with FSF:
12770
12771 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12772 * config.guess (AIX4): More robust release numbering discovery.
12773
12774 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12775 * config.guess (i386-sequent-ptx): Properly get version number.
12776
12777 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12778 * config.guess (mips:*:4*:UMIPS): New case.
12779
12780Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12781
12782 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12783 (i386-win32 host): Likewise. Don't build readline.
12784
afb8d725
JM
12785Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12786
12787 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12788 SUPPORT_FILES to submakes.
12789
252b5132
RH
12790Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12791
12792 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12793 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12794 mpw-configure.
12795
12796Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12797
12798 * configure.in (appdirs): Use =, not ==, in test expression when
12799 trying to build the text to print in the warning message for
12800 Solaris users.
12801
12802Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12803
12804 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12805
12806Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12807
12808 * config.guess: Recognize lynx-2.3.
12809
12810Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12811
12812 * config.sub (z8ksim): Deleted
12813 (z8k-*-coff): New, this is the one true name of the target.
12814
12815Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12816
12817 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12818
12819Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12820
12821 * config.guess (*:Linux:*:*): First try asking the linker what the
12822 default object file format is (elf, aout, or coff). Then if this
12823 fails, try previous methods.
12824
12825Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12826
12827 * configure.in: Don't build newlib for *-*-vxworks5.1.
12828
12829Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12830
12831 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12832 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12833
12834Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12835
12836 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12837
12838Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12839
12840 * cfg-ml-com.in: New file.
12841 * cfg-ml-pos.in: New file.
12842
12843Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12844
12845 * COPYING.NEWLIB: Add HP free copyright to list.
12846
12847Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12848
12849 * config.sub: Recognize -eabi* for the system, not just -eabi.
12850
12851Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12852
12853 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12854 * config.sub, configure.in (win32): New target and host.
12855
12856Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12857
12858 * configure.in: Add i386-pe configuration.
12859
12860Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12861
12862 * mpw-build.in (install): Install GDB after LD.
12863
12864Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12865
12866 * mpw-config.in (elf/mips.h): Always forward-include, needed
12867 for GDB to build.
12868
12869Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12870
12871 * testsuite: New directory for customer acceptance and whole tool
12872 chain tests.
12873
12874Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12875
12876 * configure: If per-host line isn't found, but AC_OUTPUT is found
12877 and a configure script exists, run it instead.
12878
12879Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12880
12881 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12882
12883Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12884
12885 * configure: Set build_{cpu,vendor,os,alias} to host values when
12886 --build isn't specified.
12887
12888Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12889
12890 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12891 (FLAGS_TO_PASS): Pass them.
12892 (EXTRA_TARGET_FLAGS): Ditto.
12893
252b5132
RH
12894Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12895
12896 * Makefile.in (all-libg++): Depend on all-libstdc++.
12897
12898Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12899
12900 * configure.in (noconfigdirs): Enable all packages for
12901 i386-unknown-netbsd.
12902
12903Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12904
12905 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12906 hosted builds (DOS builds)
12907
12908Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12909
12910 Changes for ARM based on patches from Richard Earnshaw:
12911 * config.sub: Handle armeb and armel.
12912 * configure.in: Omit arm linker only for riscix.
12913
12914Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12915
12916 * config.guess: Update from FSF.
12917
12918Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12919
12920 * config.sub: Recognize powerpcle as the little endian varient of
12921 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12922 powerpcle variant. Convert pentium into i586, not i486. Add p5
12923 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12924 temporarily.
12925
12926Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12927
12928 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12929
12930Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12931
12932 * config.sub: Accept -lites* as a basic system type.
12933
12934Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12935
12936 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12937 installed, and if so return linuxoldld as the system name.
12938
12939Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12940
12941 * config.guess: Add hppa1.1-hp-lites support.
12942
12943Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12944
12945 * configure.in: Don't build newlib for m68k-vxworks5.1.
12946
12947Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12948
12949 * configure.in (mips-sgi-irix6): Use mh-irix5.
12950
12951Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12952
12953 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12954
12955Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12956
12957 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 12958 OSF/1. Fix compiler flags.
252b5132
RH
12959 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12960
12961Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12962
12963 * configure.in: Recognize --with-newlib.
12964 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12965
afb8d725
JM
12966Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12967
12968 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12969 to *_X11_MODULES due to gdbtk needing X include files et al.
12970
252b5132
RH
12971Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12972
12973 Merge in support for Mac MPW as a host.
12974 (Old change descriptions retained for informational value.)
12975
12976 * mpw-config.in: Add generic include forwards for cpu-specific
12977 include files in aout and elf directories.
12978
12979 * mpw-configure: Added copyright.
12980 * mpw-config.in: Check for presence of required build tools.
12981 (target_libs): Add newlib.
12982 (target_tools): Add examples.
12983 (Read Me): Generate as "Read Me for MPW" instead.
12984 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12985 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12986 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12987
12988 * mpw-configure: Remove subdir-specific makefile hackery,
12989 delete mk.tmp after using it.
12990
12991 * mpw-build.in (all): Display start and end times.
12992
12993 * mpw-configure (host_canonical): Set.
12994 (target_cpu): Always add to makefiles.
12995 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12996 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12997 (mpw-mh-mpw): Look for in srcdir and srcroot.
12998 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12999
13000 * mpw-build.in: (install-only): New target.
13001
13002 * mpw-configure (host_alias, target_alias): Rename from hostalias
13003 and targetalias, add into generated Makefile.
13004 (mk.tmp): If present, add into generated Makefile.
13005 * mpw-build.in (all-gas): Build config.h first before gas proper.
13006
13007 * mpw-configure (config.status): Write only if changed.
13008 * mpw-config.in (readline): Configure it (not built, just used for
13009 definitions).
13010
13011 * mpw-config.in (elf/mips.h): Add a forward include.
13012
13013 * mpw-config.in: Forward-include most .h files in include into
13014 extra-include.
13015 (readline): Don't build.
13016 mpw-build.in (install): Install GDB.
13017
13018 * mpw-configure (prefix, mpw_prefix): Handle it.
13019 * mpw-config.in (mmalloc, readline): Don't configure.
13020 * mpw-build.in (thisscript): Rename to ThisScript.
13021 Use mpw-build instead of BuildProgram everywhere.
13022 (mmalloc, readline): Don't build.
13023 * mpw-README: New file, basic documentation about the MPW port.
13024
13025 * mpw-config.in: Use forward-include to create include files.
13026
13027 * mpw-configure: Add more things to the top of each configured
13028 Makefile, including contents of config/mpw-mh-mpw.
13029 * mpw-config.in (extra-include): Create this directory and fill it
13030 with Posix-like include files when configuring.
13031
13032 * config.sub (apple, mac, mpw): Add various aliases.
13033
13034 * mpw-build.in: New file, top-level build script fragment for MPW.
13035 * mpw-configure: New file, configure script for MPW.
13036 * mpw-config.in: New file, config fragment for MPW.
13037
13038Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13039
13040 * configure.in (host_libs): Remove glob, since it is gone from the
13041 sources.
13042
13043Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13044
13045 * Makefile.in: define empty GDB_NLM_DEPS var.
13046
13047 * configure.in(target_makefile_frag): use config/mt-netware
13048 for netware targets.
13049
13050Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
13051
13052 * config.sub: Merge in recent FSF changes. Remove linux special
13053 cases.
13054
13055Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
13056
4bddf3ad 13057 Revert this change:
252b5132
RH
13058
13059 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13060
13061 * build-all.mk: Use CC=cc -Xs on Solaris.
13062
252b5132
RH
13063Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13064
13065 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
13066 stop using it.
13067 * Makefile.in: Nuke all references to glob subdirectory.
13068
13069Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13070
13071 * configure.in: Fix --enable-shared logic in per-host.
13072
13073Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
13074
13075 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
13076
13077Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
13078
13079 * configure.in (noconfigdirs): Don't build gas on AIX, for
13080 powerpc*-*-aix* as well as for rs6000*-*-aix*.
13081
13082Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
13083
13084 * configure: Fix --cache-file to work if the file argument is a
13085 relative path.
13086
13087Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
13088
13089 * configure: If the --cache-file is used, pass it down to
13090 configure in subdirectories.
13091
13092Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
13093
13094 * config.sub: add vxworks29k configuration.
13095
13096Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
13097
13098 * Makefile.in (taz): Do "diststuff" part quietly.
13099
13100Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
13101
13102 * config.sub: Mini-merge with gcc/config.sub.
13103
13104Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
13105
13106 * config.guess (IRIX): Sed - to _.
13107
13108Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
13109
13110 * Makefile.in (source-vault, binary-vault): New targets.
13111
13112Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
13113
13114 * config.sub: Recognize -eabi as a basic system type.
13115
13116Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13117
13118 * configure.in (enable_shared stuff): Fix typo.
13119
13120Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
13121
13122 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
13123
13124Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
13125
13126 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
13127
13128Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
13129
13130 * configure.in (rs6000-*-*): Don't build gas.
13131
13132Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
13133
13134 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
13135 reduce command line length.
13136 (AS_FOR_TARGET): Check for as.new, not Makefile.
13137 (NM_FOR_TARGET): Check for nm.new, not Makefile.
13138
13139Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
13140
13141 * config.guess: Merge from FSF.
13142
13143Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13144
13145 * configure: Don't use $ when handling program_suffix.
13146
13147Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
13148
13149 * configure.in: Configure tk for hppa/hpux.
13150
13151Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
13152
13153 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
13154
13155Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13156
13157 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
13158 to LIBCXXFLAGS. Tests are better run without it.
13159
13160Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
13161
13162 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
13163
13164Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
13165
13166 * configure.in (*-*-netware*): Don't configure xiberty.
13167
13168Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
13169
13170 * configure.in: Remove tk from native_only list.
13171
13172Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
13173
13174 * build-all.mk: Add mips-ncd-elf target to sun4 targets
13175 for special NCD build.
13176
13177Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13178
13179 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
13180 makeall.bat, they're only useful for binutils snapshots.
13181 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
13182 makeall.bat to specified SUPPORT_FILES.
13183
13184Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
13185
13186 * build-all.mk: Add Ericsson targets to sun4 and solaris
13187 hosts. Add BNR's sun4 target to solaris host, so their
13188 build-from-source will be tested in-house first.
13189
13190Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13191
13192 * Makefile.in (LIBCFLAGS): New variable.
13193 (CFLAGS_FOR_TARGET): Ditto.
13194 (LIBCFLAGS_FOR_TARGET): Ditto.
13195 (LIBCXXFLAGS): Ditto.
13196 (CXXFLAGS_FOR_TARGET): Ditto.
13197 (LIBCXXFLAGS_FOR_TARGET): Ditto.
13198 (BASE_FLAGS_TO_PASS): Pass them.
13199 (EXTRA_TARGET_FLAGS): Ditto.
13200
4bddf3ad 13201 * configure.in: Support --enable-shared.
252b5132
RH
13202
13203Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
13204
13205 * configure.in (target_libs): Include libstdc++ again.
13206 * config.guess: Update from FSF (for FreeBSD).
13207
13208Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13209
13210 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
13211 makeall.bat.
13212 (DISTDOCDIRS): Add `etc'.
13213 (ETC_SUPPORT_PFX): New variable.
13214 (taz): Include anything from etc starting with a word in
13215 ETC_SUPPORT_PFX.
13216
13217Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13218
13219 * config.sub: Update for recent FSF changes. Remove obsolete
13220 h8300hds entry. Add -windows* and -osx as basic os. Minor
13221 spacing changes.
13222
13223Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
13224
13225 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
13226
13227 * config.guess: Merge with FSF.
13228 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
13229
13230Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13231
13232 * configure: Since the "trap 0" handler will override the exit
13233 status on many systems, only use it for "exit 1", and make it set
13234 a non-zero exit status; reset it before "exit 0". Also, check
13235 exit status of config.sub, and error out if it failed.
13236
13237Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
13238
13239 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
13240 and install libgloss.
13241
13242Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13243
13244 * Makefile.in (all-binutils): Depend upon all-byacc.
13245
13246 * configure.in: Don't build emacs on Irix 5.
13247
13248Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13249
13250 * configure.in (*-*-netware*): Add libio.
13251
13252Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13253
13254 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
13255 (CHECK_TARGET_MODULES): Ditto.
13256 (INSTALL_TARGET_MODULES): Ditto.
13257 (TARGET_LIBS): Ditto.
13258 (all-libstdc++): Note dependencies.
13259
13260Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13261
13262 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
13263
13264Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
13265
13266 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
13267 -fexternal-templates.
13268
13269 * configure.in (target_libs): Add libstdc++.
13270 (noconfigdirs): Add libstdc++ as appropriate.
13271
13272Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13273
13274 * config.guess: Update from FSF.
13275
13276Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13277
13278 * configure: Use ${config_shell} when running ${configsub}.
13279
13280Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
13281
13282 * config.sub: No longer recognize h8300h.
13283
13284Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
13285
13286 * config.sub: Remove extraneous differences between config.sub and
13287 gcc/config.sub.
13288
13289Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
13290
13291 * Makefile.in (DISTSTUFFDIRS): Add gas.
13292
13293Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
13294
13295 * COPYING.NEWLIB: New file.
13296
13297Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
13298
13299 * config.guess (HP-UX): Patch from Harlan Stenn
13300 <harlan@landmark.com> to also emit release level.
13301
13302Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13303
13304 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
13305
13306Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
13307
13308 * config.sub: Merge nextstep cleanup from FSF.
13309
13310Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13311
13312 * configure.in (arm-*-*): Don't configure ld for this target.
13313
13314Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13315
13316 * configure.in (*-*-netware): don't configure libg++, libio,
13317 librx, or newlib.
13318
13319Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13320
13321 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13322 configure ld--it works, but it doesn't support shared libraries.
13323
13324Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13325
13326 * config.guess (*-unknown-freebsd*): Get rid of possible
13327 trailing "(Release)" in version string.
13328 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13329
13330Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13331
13332 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13333 Fix type: *-next-neststep -> *-next-nextstep.
13334
13335 * config.guess: Merge from FSF:
13336
13337 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13338
13339 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13340
13341 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13342
13343 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13344 instead of UNIX_SV for UnixWare 1.0).
13345
13346Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13347
13348 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13349 to make gdb/nlm/* build after the compiler and linker.
13350
13351Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13352
13353 * config.guess (netbsd, freebsd, linux): Accept any machine,
13354 not just i[34]86.
13355 (m68k-atari-sysv4): Relocate to match FSF version.
13356
13357 * config.guess: More merges from the FSF:
13358
13359 Add a space before function call or macro invocation.
13360
13361 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13362
13363 * config.guess: Add trap cmd to remove dummy.c and dummy when
13364 interrupted.
13365
13366 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13367
13368 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13369 (dummy): Redirect stderr from compilation of dummy.c.
13370
13371 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13372
13373 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13374
13375Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13376
13377 * configure: Accept and ignore --cache*, for compatibility with
13378 new autoconf.
13379
13380Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13381
13382 * config.guess: Merge from FSF:
13383
13384 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13385
13386 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13387 (PATH): Add /.attbin at end for finding uname.
13388 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13389
13390 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13391
80413487 13392 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13393
13394 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13395
80413487
RH
13396 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13397 to select whether to use ELF or COFF.
252b5132
RH
13398
13399 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13400
80413487 13401 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13402
13403 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13404
13405 * config.guess: Guess the OS version for HPUX.
13406
13407 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13408
13409 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13410
13411Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13412
13413 * configure.in: Recognize --with-headers, --with-libs, and
13414 --without-newlib.
13415 * Makefile.in (all-xiberty): Depend upon all-ld.
13416
13417Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13418
13419 * configure.in: Change i[34]86 to i[345]86.
13420
13421Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13422
13423 * configure (version): A few more tweaks to help message.
13424
13425Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13426
13427 * Makefile.in: Remove (for now) librx as a host library,
13428 now that we're building it for target.
13429
13430Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13431
13432 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13433 (Karl Berry).
13434
13435Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13436
13437 * configure.in: Also configure librx.
13438
13439Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13440
13441 * Makefile.in: Update various rules to reflect that librx
13442 is now needed for libg++.
13443
13444Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13445
13446 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13447
13448Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13449
13450 * configure.in: Configure the examples directory.
13451
13452Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13453
13454 * configure: Simplify Jun 2 1994 change.
13455
13456Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13457
13458 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13459 /bin/gcc isn't good enough to build gcc.
13460
13461Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13462
13463 * Makefile.in (GDB_SUPPORT_FILES): Remove
13464 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13465 (gdb.tar.gz): Add new rule to use standard distribution building
13466 mechanism.
13467
13468Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13469
13470 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13471 Bill Cox <bill@cygnus.com>.
13472
13473Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13474
13475 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13476
13477Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13478
13479 * configure: Search current dir first in .gdbinit.
13480
13481Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13482
13483 * config.sub: Recognize freebsd (merged from gcc config.sub).
13484
13485Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13486
13487 * config.sub: Refer to NeXT's operating system as nextstep.
13488
13489 * config.sub (case $basic_machine): Re-order the cases, to match
13490 the order in the FSF version (which is mostly alphabethical).
13491 Merge in some additions and changes from the FSF.
13492
13493Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13494
13495 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13496 * config.sub: Recognize cxux7.
13497 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13498
13499Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13500
13501 * config.sub: Fix typo powerpc -> powerpc-*.
13502
13503Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13504
13505 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13506
13507 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13508 parallel with all-emacs and install-emacs). Top-level command
13509 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13510
13511Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13512
13513 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13514 $(relbindir)/make before doing ``make install'', and use
13515 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13516 installing over running make binary.
13517 ($(host)-stamp-stage3-installed): Likewise.
13518
13519Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13520
13521 * config.guess: Recognize Mach.
13522
13523Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13524
13525 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13526 see whether --exec-prefix was used.
13527
13528Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13529
13530 * README: Explicitly mention libg++/README. (Zoo's idea.)
13531
13532Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13533
13534 * Makefile.in: Add all-librx target similar to all-libproc.
13535
13536Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13537
13538 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13539 with post 1.2 uname bogosity.
13540
13541Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13542
13543 * configure: Remove temporary files on receipt of a signal.
13544
13545Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13546
13547 * configure: If there is a package_makefile_frag, remove
13548 ${subdir}/Makefile.tem after copying it in.
13549
13550Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13551
13552 * build_all.mk: support rs6000 lynx identifies itself as
13553 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13554 since /bin/gcc is too feeble to compile a modern gcc.
13555
13556Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13557
13558 * brought devo/test-build.mk update-to-date with progressive/
13559 test-build.mk. Add lynx targets and hppa flag info.
13560
13561Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13562
13563 * configure.in: Use mh-ncrsvr43. Patch from
13564 Tom McConnell <tmcconne@sedona.intel.com>.
13565
13566Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13567
13568 * config.guess (i386-unknown-bsdi): No longer need to
13569 check #if defined(__bsdi__) && defined(__i386__).
13570
13571Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13572
13573 * configure: Set program_transform_nameoption correctly.
13574
13575Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13576
13577 * brought build-all.mk update-to-date with progressive build-all.mk,
13578 added new targets and hppa info.
35590697 13579
252b5132
RH
13580Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13581
13582 * configure: If config.guess result is a prefix of the user
13583 specified target, assume a native build and use the user specified
13584 target as the host alias. Remove SunOS patch suffix removal hack.
13585 * configure.in: Remove SunOS patch suffix removal hack.
13586
13587 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13588 in NATIVE_CHECK_MODULES.
13589
13590Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13591
13592 * Makefile.in: Rename HOST_ONLY to NATIVE.
13593 * configure: Delete SunOs patch suffix from host_canonical
13594 and build_canonical variables that are prepended to Makefiles.
13595 * configure.in: Add comments for easier maintenance.
13596
13597Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13598
13599 * Makefile.in: Add all-libproc target similar to all-gui.
13600
13601Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13602
13603 * Makefile.in (CHECK_MODULES): split into
13604 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13605
13606Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13607
13608 * config.guess (i386-unknown-bsdi): New system to guess.
13609
13610Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13611
13612 * Makefile.in: Add all-gui target (but not yet build by "all").
13613
13614Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13615
13616 * config.sub: Move deletion of patch suffix from here...
13617 * configure.in: To here, at Ian's suggestion. The top-
13618 level scripts might need to know of a patch level.
13619
13620Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13621
13622 * config.sub: Strip off patch suffix so rtl is recognized
13623 as a sunos4.1.3 machine, even though it's been patched.
13624
13625Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13626
13627 * Makefile.in (INSTALL_LAST): Delete.
13628 (INSTALL_DOSREL): New.
13629
13630Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13631
13632 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13633 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13634 whether we pass down --with-gnu-ld anyhow.
13635
13636Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13637
13638 * Makefile.in (INSTALL_LAST): Change operation so it works
13639 on more flavors of make.
13640 * configure.in (go32): Don't build libg++ or libio.
13641
13642Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13643
13644 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13645 they can be overriden by templates.
13646
13647Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13648
13649 * configure.in (target==go32): Don't build gdb.
13650 * dosrel: New directory.
13651
13652Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13653
13654 * configure.in (host==go32): Configure dosrel too.
13655 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13656 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13657 be set by incoming names or templates.
13658 (INSTALL_LAST): New rule.
252b5132
RH
13659
13660Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13661
13662 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13663
13664Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13665
252b5132
RH
13666 * configure.in (appdirs): New variable. Currently empty, but will
13667 be used in gas distribution. If nonempty, lists a set of
13668 directories at least one of which must get configured, or top
13669 level configuration is considered to have failed.
13670 (rs6000-*-lynxos*): Use new file name.
13671
13672Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13673
13674 Eliminate XTRAFLAGS.
13675 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13676 newlib include files using -idirafter, and also use -nostdinc.
13677 (CXX_FOR_TARGET): Likewise.
13678 (XTRAFLAGS): Removed.
13679 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13680 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13681 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13682 ($(DO_X)): Don't pass down XTRAFLAGS.
13683
13684Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13685
13686 * configure.in (mips*-dec-bsd*): New target; do build linker.
13687 (mips*-*-bsd*): New target; don't build linker.
13688
13689Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13690
13691 * configure.in: support rs6000-*-lynxos* configuration.
13692 support sunos4 as a cross target.
13693
13694 * config.sub: look for lynx*, not lynx since the OS version may
13695 legitimately be part of the name.
13696
13697Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13698
13699 * configure.in (i[34]86-*-sco*): Move to be with other i386
13700 targets.
13701 (romp-*-*): New target. Skip various binary utilities.
13702 (vax-*-*): New target. Don't build newlib.
13703 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13704
13705Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13706
13707 * configure.in: Only set host_makefile_frag if config
13708 directory exists.
13709
13710Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13711
13712 * install.sh: If $dstdir exists, don't check whether each
13713 component does.
13714
13715Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13716
13717 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13718
13719Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13720
35590697
AJ
13721 * configure.in (*-*-lynxos*): Don't configure newlib for either
13722 native or cross Lynx.
252b5132
RH
13723
13724Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13725
13726 * config.sub (sparc64-elf): Fix os.
13727 (z8k): Remove duplicate.
13728
13729Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13730
13731 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13732 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13733
13734Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13735
13736 * configure: Make file links cleanly even if Lynx fails on
80413487 13737 an NFS symlink (at least fail cleanly).
252b5132
RH
13738
13739Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13740
13741 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13742 -XNh2000.
13743
13744Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13745
13746 * configure: Unknown options are fatal again.
13747
13748Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13749
13750 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 13751 compatibility.
252b5132
RH
13752
13753Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13754
13755 * build-all.mk: Add `clean' target.
13756
13757Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13758
13759 * config.guess: Add SINIX support.
13760 * configure.in: Add mips-*-sysv4* support.
13761
13762Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13763
13764 * build-all.mk: Document all useful targets.
13765 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13766 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13767
13768Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13769
13770 * configure: Support --silent, --quiet.
13771
13772Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13773
13774 * configure: Support --disable-FEATURE.
13775
13776Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13777
13778 * config.guess: Recognize NCR running SVR4.3.
13779
13780Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13781
13782 * config.guess: Make BSDI generate i386-unknown-bsd386.
13783 Patch from Paul Eggert <eggert@twinsun.com>.
13784
13785Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13786
13787 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13788
13789Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13790
13791 * configure: Make unrecognized options give nonfatal warnings
13792 instead of fatal errors, and pass them to any subdirectory
13793 configures in case they recognize them.
13794 Make --x equivalent to --with-x.
13795
13796Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13797
13798 * configure: Add --enable-* options. Clean up usage message and
13799 some comments.
13800
13801Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13802
13803 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13804
13805Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13806
13807 * configure.in (hppa*-*-*): Enable binutils.
13808
13809Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13810
13811 * config.sub: Recognize cisco.
13812
13813Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13814
13815 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13816
13817Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13818
13819 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13820 than one configuration name. Add comment.
13821
13822Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13823
13824 * config.guess: about target *-hitachi-hiuxwe2, fixed
13825 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13826 macro is incorrect.]
13827
13828Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13829
13830 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13831 than the "make ls" stuff which used to be here.
13832
13833Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13834
13835 * config.guess: Recognize i[34]86-unknown-freebsd.
13836 From Shawn M Carey <smcarey@rodan.syr.edu>.
13837
13838Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13839
13840 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13841
13842Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13843
13844 * config.guess: Check for ptx.
13845
13846Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13847
13848 * config.sub: Add os9k checking.
13849
13850Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13851
13852 * config.guess: Handle OSF1 running on HPPA processors
13853
13854Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13855
13856 * configure: If subdir configure fails, print out a message with
13857 subdirectory name, in case subdir's configure code didn't identify
13858 itself.
13859
13860Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13861
13862 * configure.in: Remove embedded newlines from configdirs.
13863 Avoid mismatches of substrings. Fix matching strings at end
13864 of configdirs.
13865
13866Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13867
13868 * config.guess: Add Lynx/rs6000 config support.
13869
13870Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13871
13872 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13873
13874Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13875
13876 * configure.in (hppa*-*-osf*): Treat this just like most other
13877 PA configurations (eg no binutils or ld).
13878 (hppa*-*-*elf*): These configurations have binutils and ld.
13879
13880Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13881
13882 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13883
13884Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13885
13886 * configure.in (rs6000-*-*): Build gas.
13887
13888Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13889
80413487 13890 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
13891
13892Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13893
13894 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13895 for GDB and GDB has been fixed to not need it.
13896
252b5132
RH
13897Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13898
13899 * config.guess: Recognize vax hosts.
13900
13901Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13902
13903 * configure (while loop): Don't use "break 2" inside case
13904 statement -- the case statement isn't an enclosing loop.
13905
13906Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13907
13908 * config.guess: Clean up NeXT support, to allow nextstep
13909 on Intel machines. Make OS be nextstep.
13910
13911Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13912
13913 * config.guess: Add alternate forms for Convex.
13914
13915Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13916
13917 * configure: Completely rewrite option processing. Take
13918 advantage of pattern-matching to avoid invoking test frequently.
13919 Also clean up host and target defaulting logic.
13920
13921Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13922
13923 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13924 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13925 commands (plus user environment) will fit SCO limits.
13926
13927Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13928
13929 * configure.in: Don't issue warnings about directories which are
13930 not being configured if -norecursion is set. Correct test for
13931 --with-gnu-as and --with-gnu-ld to not get confused by substring
13932 matches.
13933
13934 * configure.in: Don't build gas for alpha-dec-osf1*.
13935
13936Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13937
13938 * configure: Back out Per's change of 12/19/1993. It changes the
13939 behavior of configure in unexpected and confusing ways.
13940
13941 Also, use different delim char when calculating
13942 program_transform_name so that the name can contain slashes.
13943
13944Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13945
13946 * configure.in, config.sub: Add support for VSTa micro-kernel.
13947
13948Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13949
13950 * configure.in: Nuke hacks which were used to get a special
13951 version of GAS for HPPA configurations.
13952
13953Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13954
13955 * configure: If only ${target_alias} is given, use that
13956 as the default for ${host_alias}.
13957 * configure: Add missing back-slashes before nested quotes.
13958
13959Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13960
13961 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13962
13963Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13964
13965 * config.guess: Recognize some Tektronix configurations.
13966 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13967
13968Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13969
13970 * config.sub: Match any flavor of SH.
13971
13972Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13973
13974 * configure.in: Don't try to configure newlib for Alpha.
13975
13976Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13977
13978 * configure.in: Don't build ld for Irix 5. Don't build gas,
13979 libg++ or libio for any Alpha target.
13980
13981 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
13982
13983Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13984
13985 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13986 default arguments -- so it tried to compress itself.
13987
13988Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13989
13990 * configure.in (notsupp): ensure that a space is always at the end
13991 of the configdirs list, since the grep checks for an explicit space
13992
13993Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13994
13995 * configure.in (target i386-sysv4.2): don't build ld, since static
13996 versions of many libraries are not available.
13997
13998Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13999
14000 * config.guess: Recognize Apollos (using environment variables).
14001 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
14002
14003Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14004
14005 * config.guess: Recognize Sony news mips running newsos.
14006
14007Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
14008
14009 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
14010 "fi ; else" for bash.
14011
14012Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
14013
14014 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
14015
14016Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
14017
14018 * config.sub: accept unixware as an alias for svr4.2.
14019 Fix some inconsistancies with the gcc version.
14020
14021Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14022
14023 * Makefile.in (DISTDOCDIRS): Add gdb.
14024
14025Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
14026
14027 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
14028
14029Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14030
14031 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
14032 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
14033 this now.
14034
14035Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14036
14037 * config.sub: Accept hiux* as an OS name.
14038
14039 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
14040 etc/make-stds.texi. The underscore came from gcc, and dje now
14041 agrees that RUNTESTFLAGS is the correct name.
14042
14043Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
14044
14045 * install.sh: Remove 'set -e'. It makes any conditionals
14046 in the script useless.
14047
14048 * config.guess: Automatically recognize arm-acorn-riscix
14049 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
14050
14051Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
14052
14053 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
14054
14055Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14056
14057 * Makefile.in (DISTDOCDIRS): New variable.
14058 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 14059 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
14060
14061Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14062
14063 * configure.in (hppa target): check the source directory for the
14064 pagas sub-directory
14065
14066Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
14067
14068 * config.sub: Allow -aout* and -elf*.
14069
14070Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14071
14072 * configure.in: Don't build ld on i386-solaris2, same as for
14073 sparc-solaris2.
14074
14075Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
14076
14077 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
14078
14079Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14080
14081 * configure.in: Configure gdb for alpha.
14082
14083Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14084
14085 * Makefile.in (CXXFLAGS): Add -O.
14086
14087Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14088
14089 * config.guess: added support for DG Aviion
14090
14091Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14092
14093 * configure.in: Produce warning message for subdirectories not
14094 configurable for this host/target combination. Don't try to
14095 configure gdb for vms.
14096
14097Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
14098
14099 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
14100 appropriate files before making "diststuff".
14101 (DISTBISONFILES): New var: list of files to be edited.
14102 (DISTSTUFFDIRS): Add binutils.
14103
14104Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14105
14106 * config.sub: also handle mipsel and mips64el (for little endian mips)
14107
14108Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14109
14110 * configure.in: Add * to end of all OS names.
14111
14112Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
14113
14114 * configure.in: Build newlib for LynxOS native.
14115
14116Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14117
14118 * config.guess: Add support for delta 88k running SVR3.
14119
14120 * configure.in: Add comment about HP compiler vs. emacs.
14121
14122Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14123
14124 * configure.in: don't build ld on solaris2 (not a viable option
14125 due to bugs in getpwnam & getpwuid)
14126
14127Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
14128
14129 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
14130 config.guess will produce a full version number.
14131
14132Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14133
14134 * configure.in: Build linker and binutils for alpha-dec-osf1.
14135
14136Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14137
14138 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
14139 and gdb/testsuite/Makefile.in.
14140
14141Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14142
14143 * configure.in: recognize mips*- instead of mips-
14144
14145Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
14146
14147 * config.sub: Accept linux*coff and linux*elf as operating
14148 systems.
14149
14150Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14151
14152 * config.sub: Recognize mips64, and mips3 as an alias for it.
14153
14154Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14155
14156 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
14157 gdb knows how to handle OSF/1 shared libraries.
14158
14159Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14160
14161 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
14162 * config.guess: Recognize Hitachi's HIUX.
14163 * config.sub: Recognize h3050r* and hppahitachi.
14164 Remove redundant cases for hp9k[23]*.
14165
14166Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14167
14168 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
14169 if gas and ld are in the source tree and are in ${configdirs}.
14170 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 14171 --with options (but still pass them down on the command line,
252b5132
RH
14172 if they were explicitly specified).
14173
14174Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14175
14176 * configure: substitute SHELL value in Makefile.in with
14177 ${CONFIG_SHELL}
14178
14179Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14180
14181 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
14182 *-*-solaris2* targets.
14183
14184Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14185
14186 * Makefile.in: define M4, and pass it down to sub-makes;
14187 all-autoconf now depends on all-m4
14188
14189Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14190
14191 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
14192 presence of {ar,ranlib} instead of a configured directory
14193
14194Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
14195
14196 * config.guess: Accept 34?? as well as 33?? for NCR.
14197
14198Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14199
14200 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
14201 of 'gas' in sed commands, since 'gash' is now in the tree as well.
14202
14203Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14204
14205 * configure: grab values for $(CC) and $(CXX) from the
14206 environment, so that someone can do "CC=gcc configure; make" and
14207 have it work right (matching the way that autoconf works now)
14208
14209 * configure.in, Makefile.in: add support for gash, the tcl
14210 interface to Galaxy
14211
14212 * config.guess: add NetBSD variants (hp300, x86)
14213
14214Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
14215
14216 * install.sh: Support -d option (in the manner of SunOS 4 install,
14217 as it is more deterministic than that of GNU install)
14218 (chmodcmd): Set file to mode 755 by default (should also do default
14219 chgrp and chown, but I don't feel like dealing with that now)
14220
14221Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
14222
14223 * config.sub: Remove h8300hhms alias.
14224
14225Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14226
14227 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
14228
14229Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14230
14231 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
14232 as stmp-fixinc
14233
14234Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14235
14236 * config.sub: recognize m88110-bug-coff.
14237
14238Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14239
14240 * Makefile.in (all-libio): all dependencies on the toolchain used
14241 to build this (gcc, gas, ld, etc)
14242
14243Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14244
14245 * config.guess: Deal with OSF/1 1.3 on alpha.
14246
14247Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14248
14249 * install.sh: add some 'else true' clauses for portability
14250
14251 * configure.in: don't build libio for h8[35]00-*-* targets
14252
14253Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
14254
14255 * Makefile.in: Add support for new libio.
14256
14257Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14258
14259 * install.sh: If one command fails, don't try the rest. Don't try
14260 to remove $dsttmp (via trap) unless we have already created it.
14261 If $src doesn't exist, detect it and exit with an error.
14262
14263 * config.guess: Recognize BSD on hp300.
14264
14265Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
14266
14267 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
14268 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
14269
14270Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
14271
14272 * Makefile.in (all-send-pr): depends on all-prms
14273
14274Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14275
14276 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
14277
14278Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
14279
14280 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
14281 Added test for mips-mips-riscos5.
14282
14283Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14284
14285 * configure.in: use mh-hp300 for 68k HP hosts
14286
14287Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14288
14289 * configure: add support for CONFIG_SHELL, so that you can use
14290 some alternate shell for evaluating configure scripts
14291
14292Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
14293
14294 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
14295 in configure script to bug-gdb@prep.ai.mit.edu when building
14296 distribution archive.
14297 * Makefile.in (COMPRESS): Remove def.
14298 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
14299 gdb.tar.Z and make-gdb.tar.Z respectively.
14300 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
14301 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
14302 to convergence with 'taz' target in Makefile.in.
14303
14304Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14305
14306 * install.sh (dsttmp): use trap to ensure that tmp files go
14307 away on error conditions
14308
14309Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14310
14311 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14312
14313Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14314
14315 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14316 its parent is '/' not ''.
14317
14318 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14319
14320Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14321
14322 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14323 that ${newsrcdir}/configure.in does.
14324
14325Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14326
14327 * test-build.mk: support for CONFIG_SHELL
14328
14329Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14330
14331 * config.sub (netware): Add as a basic system type.
14332
14333Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14334
14335 * Makefile.in (Makefile): depend on configure.in. Also drop the
14336 $(srcdir)/ from the dependency on Makefile.in.
14337
14338Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14339
14340 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14341 (h8300hhms is temporary until multi-libraries are implemented).
14342 * configure.in: Handle h8300h too.
14343
14344Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14345
14346 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14347
14348Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14349
14350 * configure: Remove extraneous output when guessing host type.
14351 * config.guess: Remove extraneous output when guessing using C
14352 compiler rather than uname, or when guessing fails.
14353
14354Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14355
14356 * Makefile.in: remove all.cross and install.cross targets
14357
14358 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14359 definitions
14360
14361Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14362
14363 * configure.in (target sh): Build gprof.
14364
14365Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14366
14367 * config.sub: change -solaris to -solaris2
14368
14369Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14370
14371 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14372
14373Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14374
14375 * configure: Correct error message for missing Makefile.in to
14376 print correct directory.
14377
14378Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14379
14380 * install.sh: kludge around 386BSD shell bug
14381
14382Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14383
14384 * config.guess: Recognize NeXT.
14385 * config.guess: Recognize i486-ncr-sysv4.
14386 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14387
14388Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14389
14390 * Makefile.in (MAKEINFOFLAGS): New variable.
14391 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14392 * build-all.mk, test-build.mk: Pass down --no-split as
14393 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14394
14395Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14396
14397 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14398
14399Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14400
14401 * Makefile.in (libg++.tar.z): New rule.
14402 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14403 * Makefile.in (taz): Only do a single chmod.
14404
14405Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14406
14407 * install.sh: don't use dirname anymore (replaced with sed usage)
14408
14409Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14410
14411 * Makefile.in: Change extension for gzip'd files from '.z' to
14412 '.gz' per new FSF standard usage.
14413
14414Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14415
14416 * configure: put quotes around the final value of program_transform_name
14417
14418Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14419
14420 * Makefile.in: new install.sh support; update install-info rules
14421
14422Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14423
14424 * configure.in: Build diff for crosses, but not for go32 host.
14425
14426 * configure.in: Build gprof only for native, and don't build it
14427 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14428
14429Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14430
14431 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14432
14433Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14434
14435 * configure.in (host_tools): Add prms.
14436
14437Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14438
14439 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14440 with $(FLAGS_TO_PASS) on the command line
14441
14442 * config.sub: Recognize lynx and lynxos
14443
14444Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14445
14446 * config.sub: Accept -ecoff*, not just -ecoff.
14447
14448Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14449
14450 * Makefile.in (taz): Use .gz suffix instead of .z.
14451 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14452 names.
14453
14454Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14455
14456 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14457
14458Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14459
14460 * Makefile.in (install-no-fixedincludes): install gcc last, so
14461 that rebuilds that might happen during 'make install' don't get
14462 bogus gcc include files
14463
14464Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14465
14466 Change from Utah for HPPA support:
14467 * config.guess: Recognize hppa1.x-hp-bsd.
14468
14469Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14470
14471 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14472 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14473
14474Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14475
14476 * config.sub: Add support for rom68k and bug boot monitors.
14477
14478Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14479
14480 * Makefile.in: Make all-opcodes depend on all-bfd.
14481
14482Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14483
14484 * config.guess: Added special check for i[34]86-univel-sysv4*.
14485
14486Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14487
14488 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14489 the processor rather than assuming i486.
14490
14491Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14492
14493 * config.guess: Recognize SunOS6 as Solaris3.
14494
14495Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14496
14497 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14498 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14499
14500Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14501
14502 * build-all.mk (all-cross): New target for Canadian Cross.
14503 Added Q2 go32 targets.
14504 * test-build.mk: Configure go32 cross sparclite-aout and
14505 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14506 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14507
14508Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14509
14510 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14511 GO32 hosted toolchains
14512
14513Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14514
14515 * configure: change so "-exec-prefix" gets passed down rather
14516 than "-exec_prefix" so autoconf generated Makefiles get the
14517 exec_prefix set right.
14518
14519Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14520
14521 * config.guess: get the Solaris2 minor version number
14522
14523 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14524
14525Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14526
14527 * config.guess: Recognize some Sequent platforms.
14528
14529Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14530
14531 * Makefile.in: added the vault-install target
14532
14533 * configure.in: actually use the Sun3 makefile fragment that's in
14534 config, also added the release dir to configdirs
14535
14536Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14537
14538 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14539
14540Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14541
14542 * configure.in: remove some program from Alpha targetted toolchains
14543
14544Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14545
14546 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14547 gprof.
14548 (taz): Run "make diststuff" in those directories instead of "make
14549 proto-dir". Look for "VERSION=" only at start of line in subdir
14550 Makefile. Use "gzip -9" for compression.
14551 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14552 (binutils.tar.z): New target.
14553
14554Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14555
14556 * Makefile.in (taz): Include gpl.texinfo.
14557
14558Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14559
14560 * Makefile.in (setup-dirs): Merged into "taz" target.
14561 (taz): Only do `proto-dir' stuff if a directory is actually needed
14562 for this target.
14563
14564Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14565
14566 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14567 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14568 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14569 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14570 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14571
14572Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14573
14574 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14575 config.sub, and move-if-change to gdb testsuite distribution
14576 archive, so the testsuite can be extracted, configured, and
14577 run separately from the gdb distribution. Blow away the Chill
14578 tests that require a Chill compiled executable, since GNU Chill
14579 is not yet publically available.
14580
14581Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14582
14583 * test-build.mk: set environment variables in a single command,
14584 instead of a list of assignments and exports
14585
14586 * config.guess: recognize Alpha/OSF1 systems
14587
14588Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14589
14590 * configure: Change help message to prefer --options rather than
14591 -options.
14592
14593Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14594
14595 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14596 zippy@ecst.csuchico.edu.
14597 * config.guess: Recognize miniframe.
14598
14599Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14600
9eb322aa
MF
14601 * Makefile.in: Use srcroot to find runtest rather than rootme.
14602 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
14603
14604Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14605
14606 * test-build.mk: Extensive additions to support building on a
14607 machine other than the host.
14608
14609Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14610
14611 * configure (tooldir): Fix for i386-aix again.
14612
14613Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14614
14615 * configure, Makefile.in: Change definition of $(tooldir)
14616 to match the FSF.
14617
14618Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14619
14620 * config.guess: Recognize i[34]86/SVR4.
14621
14622Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14623
14624 * Makefile.in (all-gdb): gdb depends on sim.
14625
14626Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14627
14628 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14629 at the same time we make the prototype gdb directory.
14630 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14631 files at the same time as the gdb base release distribution.
14632
14633Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14634
14635 * Makefile.in (check): Use individual check targets rather than
14636 DO_X rule.
14637 (check-gcc): Added.
14638
14639Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14640
14641 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14642 for System V release 3.2.
14643
14644Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14645
14646 * config.sub: Recognize hppaosf.
14647 * configure.in: Do configure ld/binutils/gas for it.
14648
14649Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14650
14651 * configure (tooldir): Alter syntax used to set this, for systems
14652 where "\$" isn't handled right, like i386-aix.
14653
14654Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14655
14656 * configure: Pass program-transform-name, not
14657 program_transform_name, to recursive configures.
14658
14659Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14660
14661 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14662 of gas+ld+binutils.
14663
14664Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14665
14666 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14667
14668Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14669
14670 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14671
252b5132
RH
14672Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14673
14674 * Makefile.in (PRMS): Set back to all-prms.
14675
14676Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14677
14678 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14679 targets, rather than for MIPS hosts.
14680
14681Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14682
14683 * configure.in: add comment for --with-x default values
14684
14685 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14686
14687 * Makefile.in: add check-* targets for each of the directories in
14688 the tree. Add a definition of RUNTEST that will use the one we
14689 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14690
14691Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14692
14693 * configure.in: Removed obsolete references to bfd_target and
14694 target_makefile_frag.
14695
14696 * build-all.mk: Set assorted targets for Q2.
14697 * config.sub: Recognize z8k-sim and h8300-hms.
14698 * test-build.mk: Really don't pass host to configure.
14699 (HOLES): Added uname.
14700
14701Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14702
14703 * configure: Handle an empty program-prefix, program-suffix or
14704 program-transform-name correctly.
14705
14706Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14707
14708 * build-all.mk: -G 8 no longer required for MIPS targets.
14709 * test-build.mk: Don't pass host argument to configure; make it
14710 guess.
14711
14712Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14713
14714 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14715 * Makefile.in (COMPRESS): New macro, like GZIP.
14716
14717Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14718
14719 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14720
14721 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14722 with gas currently defaults to -G 0.
14723
14724Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14725
14726 * Makefile.in (all-flex): flex depends on byacc.
14727
14728 * build-all.mk: If host not specified, use config.guess. Pass TAG
14729 to test-build.mk as RELEASE_TAG.
14730 * test-build.mk (configargs): New variable containing arguments to
14731 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14732 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14733
14734 * config.guess: Use /bin/uname when checking -X argument on SCO,
14735 to avoid invoking GNU uname which doesn't understand -X.
14736
14737 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14738
14739 * configure.in: Build gas for mips-*-*.
14740
14741Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14742
14743 * Makefile.in (all.normal): insert missing backslash.
14744
14745Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14746
4bddf3ad 14747 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
14748
14749 * Makefile.in: Complete overhaul to merge many almost identical
14750 targets.
14751
14752Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14753
14754 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14755 (gdb.tar.Z): Adjusted.
14756
14757 * Makefile.in (setup-dirs, taz): New targets; should be general
14758 enough to adapt for gdb sometime. Build only .z file.
14759 (gas.tar.z): New target.
14760
14761Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14762
14763 * build-all.mk: Use CC=cc -Xs on Solaris.
14764
252b5132
RH
14765Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14766
14767 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14768 for handling BISON for FSF releases.
14769
14770Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14771
14772 * configure: Actually implement the change zoo just documented.
14773
14774Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14775
14776 * configure: when using config.guess, only set target_alias when
14777 it's not already been set (ie, on the command line)
14778
14779Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14780
14781 * Makefile.in: add installcheck target, set PRMS to install-prms
14782
14783Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14784
14785 * configure: add support for package_makefile_fragment, handle the
14786 case where a directory has a configure.in file but no Makefile.in
14787 more gracefully (with an actual understandable error message, even);
14788 add support for --without (and add this to the usage message); also
14789 explicitly add a --host=${host_alias} to the command line when
14790 config.guess is used
14791
14792Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14793
14794 * configure: Must use both --host and --target in recursive calls.
14795
14796Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14797
14798 * Makefile.in: Change deja-gnu to dejagnu.
14799
14800Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14801
14802 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14803
14804Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14805
14806 * configure.in: canonicalize all instances to *-*-solaris2*,
14807 also strip out a number of tools to not build for go32 host
14808
14809Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14810
14811 * config.guess: add GPL.
14812
14813 * Makefile.in, config.guess, config.sub, configure: bump
14814 copyrights to 93.
14815
14816Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14817
14818 * Makefile.in (do-info): Removed obsolete check for existence of
14819 localenv file.
14820
14821 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14822
14823Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14824
14825 * Makefile.in: a couple of 'else true' for decstation,
14826 support for TclX
14827
14828 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14829
14830Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14831
14832 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14833
14834Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14835
14836 * config.guess: Recognize i386-ibm-aix (PS/2).
14837 * configure.in: Use config/mh-aix386 file for it.
14838
14839Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14840
14841 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14842 CC_FOR_TARGET instead.
14843 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14844
14845Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14846
14847 * Makefile.in: Add sim to list of directories sent with gdb
14848
14849Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14850
14851 * configure.in: Put back mips-dec-bsd* case.
14852
14853Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14854
14855 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14856 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14857 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
14858
14859Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14860
14861 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14862
14863 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14864 (install-info): install dir.info only if it exists,
14865 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14866
14867Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14868
14869 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14870 gas for mips-dec-bsd.
14871
14872Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14873
14874 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14875 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14876
14877Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14878
14879 * configure.in: Added "dejagnu" to hosttools list.
14880
14881Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14882
14883 * config.sub, configure.in, config.guess: Add support
14884 for Bosx, an AIX variant from Bull.
14885 Patches from F.Pierresteguy@frcl.bull.fr.
14886
14887Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14888
14889 * devo/dejagnu: Initial creation of devo/dejagnu.
14890 Migrated dejagnu testcases and support files for testing software
14891 tools to reside as subdirectories, currently called "testsuite",
14892 within the directory of the software tool. Migrated all programs,
14893 support libraries, etc. beloging to dejagnu proper from
14894 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14895 with no modifications. The changes to these files which will
14896 allow them to configure, build, and execute properly will be made
14897 in a future update.
14898
14899Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14900
14901 * Makefile.in: Change send_pr to send-pr.
14902 * configure.in: Likewise.
14903 * send_pr: Renamed directory to send-pr.
14904
14905Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14906
14907 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14908
14909Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14910
14911 * README: Update for gdb-4.8 release.
14912 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14913 gdb-xxx.tar.z (gzip'd) file also.
14914
14915Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14916
14917 * Makefile.in: make all-diff depend on all-libiberty
14918
14919Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14920
14921 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14922
14923Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14924
14925 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14926
14927Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14928
14929 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14930 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14931 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14932
14933Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14934
14935 * Makefile.in: makeinfo binary is in a new location
14936
14937Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14938
14939 * config.sub: Accept -ecoff as an OS.
14940
14941 * Makefile.in: Various changes to eliminate a level of make
14942 recursion and reduce the required command line length.
14943 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14944 sub-makes.
14945 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14946 variables holding settings for specific sub-makes.
14947 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14948 in terms of BASE_FLAGS_TO_PASS.
14949 (TARGET_LIBS): New variable listing directories which use
14950 TARGET_FLAGS_TO_PASS.
14951 (subdir_do): Eliminated.
14952 (do-*): New set of targets to replace subdir_do.
14953 (various): All targets which used subdir_do now depend on do-*.
14954 (local-clean): Renamed from do_clean.
14955 (local-distclean): New target, dependency of distclean and
14956 realclean.
14957 (install-info): Don't create directories. Depend on dir.info
14958 rather than calling make recursively.
14959 (install-dir.info): Eliminated.
14960 (install-info-dirs): Create all info directories here.
14961 (dir.info): Depend upon do-install-info.
14962
14963 * test-build.mk (HOLES): Added false.
14964
14965Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14966
14967 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14968
14969Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14970
14971 * Makefile.in (info): remove dependency on all-texinfo. The
14972 problem was really in texinfo/C, not at this level.
14973
14974Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14975
14976 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14977
14978Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14979
14980 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14981 GDB releases.
14982
14983Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14984
14985 * configure: Include srcdir in message about target of link not
14986 being found. Don't convert `-' to `_' in `with' options being
14987 passed to subdirs.
14988
14989Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14990
14991 * configure.in: add uudecode to host_tools
14992
14993 * Makefile.in: added {all,install}-uudecode targets, added them to
14994 the appropriate lists
14995
14996Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14997
14998 * Makefile.in (all-gcc): Added dependency on all-gas.
14999
15000 * configure.in (mips-*-*): Build ld and binutils.
15001
15002Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
15003
15004 * configure: check return code from mkdir, print error message and
15005 exit on failure.
15006
15007Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
15008
15009 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
15010
15011Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
15012
15013 * test-build.mk (HOLES): Added tar, cpio and uudecode.
15014
15015Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15016
15017 * config.sub (h8500): Recognize this as a cpu type.
15018
15019Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15020
15021 * configure: source directory missing is no longer a warning
15022
15023 * configure.in: recognize irix[34]* instead of irix[34]
15024
15025 * Makefile.in: define and pass down X11_LIB
15026
252b5132
RH
15027Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
15028
15029 * guess-systype: Renamed to ...
15030 * config.guess: ... by popular request.
15031 * configure.in, Makefile.in: Update accordingly.
15032
15033Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
15034
15035 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
15036 + Add Convex, Cray/Unicos, and Encore/Multimax support.
15037 + Execute ./dummy instead of assuming . is in PATH.
15038
15039Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
15040
15041 * guess-systype: New shell script. Attempts to guess the
15042 canonical host name of the executing host.
15043 Only a few hosts are supported so far.
15044 * configure: Call guess-systype if no host is specified.
15045
15046Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
15047
15048 * Makefile.in (gcc-no-fixedincludes): Made to work with current
15049 gcc Makefile.
15050
15051
15052Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
15053
15054 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
15055 (all-gcc, install-gcc, subdir_do): Use it.
15056
15057Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
15058
15059 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
15060
15061Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
15062
15063 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
15064 set exclusively by configure, using configure.in .
15065
15066Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15067
15068 * test-build.mk: set $PATH for all builds
15069
15070 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
15071
15072Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
15073
15074 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
15075 the one used in gcc/Makefile.in, so that a null expansion doesn't
15076 override the one needed to build gcc with a native cc.
15077
15078
15079Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
15080
15081 * configure: Accept -with arguments.
15082
15083Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
15084
15085 * Makefile.in: added h8300sim
15086
15087Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
15088
252b5132
RH
15089 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
15090 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
15091 (all-cygnus, native, build-cygnus): Make
15092 $(canonhost)-stamp-3stage-done, not $(host)....
15093 * test-build.mk (stamp-3stage-compared): Use tail +10c for
15094 i386-sco3.2v4. Added else true to if command.
15095
15096Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
15097
15098 * config.sub: (from FSF) Sequent uses a BSD-like OS.
15099
15100Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
15101
15102 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
15103
15104Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15105
15106 * configure.in: don't remove binutils from Solaris builds
15107
15108Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
15109
15110 * Makefile.in: get rid of earlier definitions for *clean,
15111 also handle the recursive info rule better
15112
15113Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
15114
15115 * Makefile.in (mostlyclean, distclean, realclean): Fix to
15116 do more-or-less the right thing.
15117
15118Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
15119
15120 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
15121 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
15122
15123Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15124
15125 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
15126 $(host_canonical).
15127
15128 * configure.in: split the configdirs list into 4 categories (native
15129 v. cross, library v. tool) and handle the cross-only and native-
15130 only in more reasonable (and correct!) way.
15131
15132Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
15133
15134 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
15135 configdirs anymore.
15136
15137Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15138
15139 * Makefile.in: extensive cleanup:: removed all of the explicit
15140 clean-* targets, collapsed many wrappers around subdir_do into
15141 one, added additional targets to satisfy standards.texi, deleted
15142 some old targets, some changes for consistency
15143
15144Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15145
15146 * configure.in: handle some programs as cross-only, and others as
15147 native only
15148
15149 * test-build.mk: handle partial holes in a more generic manner
15150
15151 * Makefile.in: m4 depends on libiberty
15152
252b5132
RH
15153Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15154
15155 * configure.in: add m4, textutils, fileutils, sed, shellutils,
15156 time, wdiff, and find to configdirs
15157
15158 * Makefile.in: all, clean, and install rules for the new programs
15159 added to configure.in
15160
15161Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15162
15163 * configure.in: use mh-sun for all *-sun-* hosts
15164
252b5132
RH
15165Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15166
15167 * Makefile.in: define flags for X11 include files and library file
15168 locations, pass them down to the programs that need this info
15169
15170 * build-all.mk: added a 'native' target, to 3stage the native toolchain
15171
252b5132
RH
15172Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15173
15174 * configure.in: start building libg++ for HP-UX targets
15175
15176Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
15177
15178 * README: Update references to files moved into etc/.
15179
15180Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
15181
15182 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
15183 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
15184
15185Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
15186
15187 * configure: accept dash as well as underscore in long option
15188 names for FSF compatibility.
15189
15190Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
15191
15192 * config.sub: added -sco3.2v4 support from FSF.
15193
15194Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15195
15196 * configure.in: expand the section that adds or removes
15197 directories from the list of programs to build, to handle native
15198 vs. cross in addition to host v. native
15199
15200Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
15201
15202 * Makefile.in: Replace C++ in macro names with CXX.
15203 This is less likely to break ...
15204
15205Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15206
15207 * test-build.mk: add -w to GNU_MAKE
15208
15209Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15210
15211 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
15212 add 'sparc' to list of recognized cpus. This needed to make
15213 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
15214 Delete some redundant ose68 variants. Recognize -wrs as an os,
15215 then changes that into $CPU-wrs-vxworks.
15216
15217 * configure.in: remove most references to gdbtest, regularize
15218 target based program removal
15219
15220 * test-build.mk: import from p3 tree (many fixes and changes)
15221
15222Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15223
15224 * Makefile.in: added rules to handle tcl, tk, and expect
15225
15226 * configure.in: handle those directories if they exist
15227
15228Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15229
15230 * config.sub: removed bogus hppabsd and hppahpux names, since
15231 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
15232
15233Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15234
15235 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
15236 depends upon all-xiberty
15237
15238 * Makefile.in: changes from p3, including:
15239
15240 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
15241
15242 * Makefile.in (XTRAFLAGS): include newlib directories if
15243 newlib/Makefile exists, rather than if host != target.
15244
15245 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
15246
15247 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15248 from the same source tree and not building a cross-compiler. This
15249 matters for the libg++ configuration if reconfiguring a tree that
15250 has already been installed.
15251
15252 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
15253
15254 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15255 pick up the machine and system specific header files.
15256
15257 * Makefile.in: added AS_FOR_TARGET, passed down in
15258 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15259 the C compiler to use to create programs which are run in the
15260 build environment, set it to default to $(CC), and passed it down
15261 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15262
15263 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
15264
15265 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
15266 We need them for unusual native builds, like systems without
15267 ranlib.
15268
15269 * configure: also define $(host_canonical) and
80413487
RH
15270 $(target_canonical), which are the full, canonical names for the
15271 given host and target
252b5132
RH
15272
15273Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
15274
15275 * Makefile.in: Added separate definitions for C++.
15276
15277Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
15278
15279 * configure.in (configdirs): Add deja-gnu.
15280
15281Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
15282
15283 * README: Update for configure.texi and gdb-4.7 release.
15284
15285Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
15286
15287 * Makefile.in: Move "all" target to top of file.
15288 Previously, first target was ".PHONY" which caused BSD4.4 make
15289 to build .PHONY when make was run without arguments.
15290
15291Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
15292
15293 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
15294 Library-copylefted code in libiberty.
15295
15296Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
15297
15298 * config.sub: Replace m68kmote with plain old m68k.
15299
15300Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
15301
15302 * Makefile.in: Remove space from blank line, avoid Make complaints.
15303
15304Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
15305
15306 * config.sub: Complain if no argument is given. Added support for
15307 386bsd as OS and target alias.
15308
15309Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15310
15311 * Makefile.in (XTRAFLAGS): include newlib directories if
15312 newlib/Makefile exists, rather than if host != target.
15313
15314Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15315
15316 * config.sub: recognize sparclite-wrs-vxworks.
15317
15318 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15319 p3.) Added clean-xiberty to clean.
15320
15321Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15322
15323 * configure.in: use *-*-* instead of nested cases for host and target
15324
15325Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15326
15327 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15328 from the same source tree and not building a cross-compiler. This
15329 matters for the libg++ configuration if reconfiguring a tree that
15330 has already been installed.
15331
15332Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15333
15334 * config.sub (i486v/i486v4): Merge in from FSF version.
15335
15336Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15337
15338 * configure: only set PWD if it is already set.
15339
15340Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15341
15342 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15343 doesn't have unset and all success paths (and most error paths)
15344 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15345 to just ${PWD} to avoid confusion.)
15346
15347Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15348
15349 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15350 even for a native compilation.
15351
15352Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15353
15354 Changes to make the gdb.tar.Z rule work better.
15355
15356 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15357 (DEVO_SUPPORT): Add configure.texi.
15358 (bfd-ilrt.tar.Z): Remove ancient rule.
15359
15360Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15361
15362 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15363 pick up the machine and system specific header files.
15364
15365 * configure.in, config.sub: added new target m68010-adobe-scout,
15366 with alias of adobe68k. Changed configure.in to check for
15367 -scout before -sco* to avoid a false match.
15368
15369 * Makefile.in: added AS_FOR_TARGET, passed down in
15370 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15371 the C compiler to use to create programs which are run in the
15372 build environment, set it to default to $(CC), and passed it down
15373 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15374
15375Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15376
15377 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15378 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15379 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15380 FOR_TARGET variants, to newlib and libg++.
15381
15382Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15383
15384 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15385 first.
15386
15387Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15388
15389 * config.sub: Accept `elf' as an environment.
15390
15391Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15392
15393 * Makefile.in (all-opcodes): cd into the right directory
15394
15395Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15396
15397 * configure: added -program_transform_name option, used as
15398 argument to sed when installing programs.
15399 configure.texi: added documentation for -program_prefix,
15400 -program_suffix and -program_transform_name.
15401
15402Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15403
15404 * config.sub: Accept i486 where i386 ok.
15405
15406Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15407
15408 * config.sub: accept we32k
15409
15410Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15411
35590697 15412 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15413
15414 * Makefile.in: don't create all directories for ``make install'';
15415 let the subdirectories create the ones they need.
15416
15417Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15418
80413487 15419 * COPYING: new file, GPL v2
252b5132
RH
15420
15421Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15422
15423 * Makefile.in: use the new gen-info-dir, which needs a template
15424 argument (which also lives in texinfo)
15425
15426 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15427
252b5132
RH
15428Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15429
15430 * config.sub (ncr3000): Change i386 to i486.
15431
15432Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15433
15434 * Makefile.in: add install-rcs, install-grep to
15435 install-no-fixedincludes, removed install-bison and install-libgcc
15436
15437Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15438
15439 * configure.in: grab the HPUX makefile fragment if on HPUX
15440
15441Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15442
15443 * Makefile.in: eradicate bison spoor (ditto libgcc).
15444 configure.in: recognise m68{k,000}-ericsson-OSE.
15445 es1800 is alias for m68k-ericsson-OSE
15446
15447Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15448
15449 * configure.in: rearrange the parts that remove programs from
15450 configdirs, based now on HOST==TARGET or by canonical triple.
15451
15452Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15453
15454 * test-build.mk: recurse explicitly with -f test-build.mk when
15455 appropriate. predicate stage3 and comparison on the existence
15456 of gcc. That is, if gcc isn't around, we aren't three-staging.
15457 On very clean, also remove ...stamp-co. Build in-place before
15458 doing other builds.
15459
15460Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15461
15462 * Makefile.in, configure.in: add tgas
15463
15464Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15465
15466 * Makefile.in: a number of changes merged in from progressive.
15467
15468 * configure.in: add libm.
15469
15470 * .cvsignore: ignore some stuff that comes from test-build.mk.
15471
252b5132
RH
15472Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15473
15474 * config.sub: Add es1800 (m68k-ericsson-es1800).
15475
15476Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15477
15478 * configure: Add program_suffix (parallel to program_prefix)
15479 * Makefile.in: adjust directory-creating script for losing decstation
15480
15481Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15482
15483 * configure: Minor $subdir-related fixes.
15484
15485Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15486
15487 * configure: fix various problems with propogating
15488 makefile_target_frag in subdirs.
15489 * configure.in: config libgcc if its there
15490
15491Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15492
15493 * config.sub: HPPA merge.
15494
252b5132
RH
15495Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15496
15497 * Makefile.in: Replace all-bison with all-byacc in all
15498 dependency lines for other tools (which now use byacc).
15499
15500Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15501
15502 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15503
252b5132
RH
15504Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15505
15506 * Makefile.in: make gprof rules similar to byacc rules (instead of
15507 vestigal $(unsubdir) that didn't work...)
15508
15509Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15510
15511 * config.sub: Add support for Linux.
15512 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15513 (at least for libg++).
15514
15515Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15516
15517 * configure.texi: fix doc for the -nfp option to configure
15518
15519Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15520
15521 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15522
15523Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15524
15525 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15526 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15527 * configure.in: added solaris* host_makefile_frag hook.
15528
15529Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15530
15531 * config.sub: changed recognition of m68000 so that various
15532 m68k types can be specified via m680[01234]0
15533
15534Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15535
15536 * config.sub (basic_machine): fix sed so that '-foo' isn't
15537 completely substituted out while .+'-foo' loses the '-foo'
15538
15539Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15540
15541 * config.sub ($os): Add -aout.
15542
15543Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15544
15545 * configure: If host_makefile_frag is absolute, don't
15546 prefix ${invsubdir} (relevant to libg++ auto-configure).
15547
15548Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15549
15550 * Makefile.in (tooldir): Define it.
15551 (all-ld): Depend on all-flex.
15552
15553Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15554
15555 * Makefile.in (check): Fix libg++ special case.
15556
15557Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15558
15559 * configure: do not bury `pwd` into config.status, thus do fewer
15560 pwd's.
15561
15562 * configure: print the "Building in" message only when building in
15563 other than "." AND verbose.
15564
15565 * configure: remove -s, rework -v to better accomodate guested
15566 configures.
15567
15568 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15569
15570Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15571
15572 * Makefile.in: macroize flags passed on recursion. remove
15573 fileutils.
15574
15575Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15576
15577 * configure: get makesrcdir right for subdirs deeper than 1.
15578
15579 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15580 install.
15581
15582Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15583
15584 * Makefile.in: don't print subdir_do or recursion lines.
15585
15586Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15587
15588 * standards.texi: added menu item.
15589
15590 * Makefile.in: build and install standards.info.
15591
15592 * standards.texi: new file.
15593
15594Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15595
15596 * configure: test for and move config.status pieces from
15597 ${subdir}/.
15598
15599Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15600
252b5132
RH
15601 * configure: Test for existance of files before trying to mv
15602 them, to avoid numerous non-existance messages.
15603
15604Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15605
15606 * configure: correct final line of config.status.
15607
15608 * configure: patch from eggert. Avoids a protection problem if
15609 the original Makefile.in is read only.
15610
15611 * configure: use move-if-change from gcc to create config.status.
15612 Some makefiles depend on config.status to tell if a directory
15613 has been reconfigured for a different host. This change
15614 prevents those directories from remaking everything in the case
15615 where the reconfig was only intended to rebuild a Makefile.
15616
15617 * configure: test for config.sub with "config.sub sun4" rather
15618 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15619 host alias from a missing config.sub.
15620
15621Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15622
15623 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15624 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15625
15626Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15627
15628 * configure: mkdir ${subdir} as needed.
15629
15630Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15631
15632 * Makefile.in,configure.in: added autoconf.
15633
15634Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15635
15636 * Makefile.in: no longer pass against on recursion.
15637
15638 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15639 definitions are not inherited.
15640
15641 * configure: correct makesrcdir when subdir is .
15642
15643Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15644
15645 * configure: Add support for 'subdirs' variable, which is
15646 like 'configdirs', except that configure doesn't re-invoke
15647 itself for subdirs, it just creates a Makefile for each subdir.
15648 * configure.texi: Document subdirs.
15649
15650Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15651
15652 * configure.in: added flex to configdirs
15653
15654Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15655
15656 * Makefile.in: remove clean-stamps from clean.
15657
15658Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15659
15660 * configure.in: Add gdbtest to configdirs.
15661
15662Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15663
15664 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15665 to recursive makes.
15666 * configure.in: Recognize new ncr3000 config.
15667
15668Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15669
15670 * Makefile.in, configure.in: removed references to gdbm.
15671
15672Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15673
15674 * config.sub: Don't canonicalize os value
15675 newsos* to bsd (readline needs to check for newsos).
15676 (This fix was earlier made Jan 31, but got re-broken.)
15677
15678Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15679
15680 * configure.in: sco is an os, not a vendor!
15681
15682 * configure: Quote $( better. Keep various shells happy.
15683
15684Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15685
15686 * Makefile.in: eliminate stamp-files.
15687
15688Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15689
15690 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15691 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15692
15693Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15694
15695 * config.sub: fix iris/iris3.
15696
15697Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15698
15699 * configure: re-add -rm.
15700
15701Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15702
15703 * Maskefile.in: add .stmp-rcs to all.
15704
15705 * configure.in: remove gas from rs6000 build, use aix host fragment.
15706
15707Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15708
15709 * configure: pass down site_option during recursion.
15710
15711Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15712
15713 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15714
15715Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15716
15717 * configure: Change exec_prefix so that it really defaults to prefix.
15718
15719Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15720
15721 * Makefile.in, configure.in: Add support for mmalloc library.
15722
15723Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15724
15725 * Makefile.in: add stmp dependencies for a few more things.
15726
15727Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15728
15729 * configure: adjusted error message on objdir/srcdir configure
15730 collision, per john's suggestion.
15731
15732 * Makefile.in: add libiberty stmp to all and all.cross.
15733
15734Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15735
15736 * Makefile.in: remove force dependencies, add grep to all.
15737
15738Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15739
15740 * Makefile.in: drop flex. make stamp files work.
15741
15742 * configure: added test for conflicting configuration in srcdir,
15743 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15744 gets cranky. use relative paths for configure and srcdir
15745 whenever possible. Send some error messages to stderr that were
15746 going to stdout.
15747
15748Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15749
15750 * Makefile.in: Fix libg++ rule to check for gcc directory
15751 before using gcc/gcc. Also pass XTRAFLAGS.
15752
15753Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15754
15755 * Makefile.in: added stmp-files so that directories aren't polled
15756 when they are already built.
15757
15758 * configure.texi: fixed a node pointer problem.
15759
15760Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15761
4bddf3ad 15762 * config.sub configure.in gdb/configure.in
252b5132
RH
15763 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15764 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15765 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15766
15767Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15768
15769 * configure: -recurring becomes -silent. corrected help message
15770 for -site= option.
15771
15772 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15773
15774Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15775
15776 * configure: when building Makefile for crosses, replace
15777 tooldir and program_prefix. default srcdir from location of
15778 config.sub. remove "for host in hosts" and "for target in
15779 targets" loops.
15780
15781Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15782
15783 * Makefile.in: Do not pass bindir or mandir to cvs.
15784
15785Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15786
15787 * Makefile.in, configure.in: removed traces of namesubdir,
15788 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15789 copyrights to '92, changed some from Cygnus to FSF.
15790
15791 * configure.texi: remove most references to multiple hosts,
15792 multiple targets, subdirs, etc.
15793
15794 * configure.man: removed rcsid. reference config.sub not
15795 config.subr.
15796
15797 * Makefile.in: mkdir $(infodir) on install-info.
15798
15799Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15800
15801 * configure.texi: Explain better about .gdbinit and about
15802 the environment that configure.in sections run in.
15803
15804Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15805
15806 * configure.in: Ultrix is only a decstation if it's a MIPS.
15807
15808Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15809
15810 * README: DOC.configure => cfg-paper.texi.
15811
15812Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15813
15814 * config.sub (near case $os): Don't convert newsos* to bsd!
15815
15816Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15817
15818 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15819 the number of copies of COPYING that go into the GDB tar file.
15820
15821Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15822
4bddf3ad 15823 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
15824 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15825 Fix SCO configuration stuff.
15826
15827Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15828
15829 * Makefile.in: For libg++, make sure the -I pointing
15830 to the gcc directory goes *after* all the libg++-local -I flags.
15831 Also, move just-gcc dependency from just-libg++ to all-libg++.
15832
15833Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15834
15835 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15836
15837Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15838
15839 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15840
15841Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15842
15843 * config.sub: Add stratus configuration frags. Also
15844 submitted to FSF.
15845
15846Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15847
15848 * Makefile.in (DEV_SUPPORT): add configure.man.
15849
15850 * config.sub(Decode manufacturer-specific): add -none*.
15851
15852Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15853
15854 * Makefile.in: remove form feeds to make Sun's make happy.
15855 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15856
15857Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15858
15859 * Makefile.in (AR_FLAGS): Make quieter.
15860
15861Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15862
15863 * configure.in: Add libg++.
15864 * configure: When verbose, don't output the command line at each
15865 level; it will be unremarkably the same as the previous version,
15866 which will be the same as what the user typed.
15867
15868Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15869
15870 * configure.in, Makefile.in: fix clean-info, add flex. add
15871 fileutils.
15872
15873 * configure: be less sensitive to spaces in Makefile.in. Do not
15874 look for sources in "..". Doing so breaks subdirectories that
15875 might have their own configure. If a subdir has it's own
15876 configure script, use it.
15877
15878Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15879
15880 * cfg-paper.texi: some changes suggested by rms.
15881
15882Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15883
15884 * config.sub: Merge in some small additions from the FSF version,
15885 taken from the gcc distribution, to bring the Cygnus and FSF
15886 versions into closer sync.
15887
15888Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15889
15890 * configure.in: Changed svr4 references to sysv4.
15891
15892Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15893
15894 * configure: added -V for version number option.
15895
15896Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15897
15898 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15899 renamed from DOC.configure to cfg-paper.texi.
15900
15901Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15902
15903 * configure, config.subr, config.sub: config.subr is now
15904 config.sub again.
15905
15906Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15907
15908 * configure.texi: new file, in progress.
15909
15910 * Makefile.in: build info file and install the man page for
15911 configure.
15912
15913 * configure.man: new file, first cut.
15914
15915 * configure: find config.subr again now that configuration "none"
15916 has gone. removed all traces of the -ansi option. removed all
15917 traces of the -languages option.
15918
15919 * config.subr: resync from rms.
15920
d932cae7 159211991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15922
15923 * configure, config.sub, config.subr: merge config.sub into
15924 config.subr, call the result config.subr, remove config.sub, use
15925 config.subr.
15926
15927 * Makefile.in: revised install for dir.info.
15928
d932cae7 159291991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15930
15931 * configure.in: add decstation host makefile frag.
15932
15933 * Makefile.in: BISON now bison -y again. also install-gcc on
15934 install. clean-gdbm on clean. infodir belongs in datadir.
15935 Make directories for info install. Build dir.info here then
15936 install it.
15937
d932cae7 159381991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15939
15940 * Makefile.in: fix for bad directory tests.
15941
d932cae7 159421991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15943
15944 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15945 regexp. -srcdir relative was being handled incorrectly.
15946
15947 * Makefile.in: unwrapped some for loops so that parallel makes
15948 work again and so one can focus one's attention on a particular
15949 package.
15950
d932cae7 159511991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15952
15953 * configure: added PWD as a stand in for `pwd` (for speed). use
15954 elif wherever possible. make -srcdir work without -objdir.
15955 -objdir= commented out.
15956
d932cae7 159571991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15958
15959 * configure: +options become --options. -subdirs commented out.
15960 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15961 Makefile now at top of generated Makefile. Removed cvs log
15962 entries. added -srcdir. create .gdbinit only if there is one
15963 in ${srcdir}.
15964
15965 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15966 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15967 and mandir now keyed off datadir by default.
15968
d932cae7 159691991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15970
15971 * Freshly created ChangeLog.
15972
15973\f
15974Local Variables:
15975mode: change-log
15976left-margin: 8
15977fill-column: 76
15978version-control: never
15979End: