Improve the MSP430 disassembler's handling of memory read errors.
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
b43b8535
NC
12016-05-23 Nick Clifton <nickc@redhat.com>
2
3 * Import these patches from the gcc mainline:
4
5 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
6
7 * config.guess: Import version 2016-04-02 (newest).
8 * config.sub: Import version 2016-05-10 (newest).
9
bb7dc663
NC
102016-04-19 Nick Clifton <nickc@redhat.com>
11
12 * Import this patch from the GCC mainline:
13
14 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
15
16 PR bootstrap/70173
17 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
18 and gotools directories. Delete the stage_final file.
19 * Makefile.in: Regenerate.
20
ea016470
CC
212016-03-17 Cary Coutant <ccoutant@gmail.com>
22
23 * configure.ac: Add mips and s390 to the gold target check.
24 * configure: Regenerate.
25
52cf9762
NC
262016-02-10 Nick Clifton <nickc@redhat.com>
27
28 Import these patches from the GCC mainline:
29
30 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
31
32 * configure.ac: Enable LTO for DJGPP
33 * configure: Regenerate
34
35 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
36
37 PR bootstrap/69329
38 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
39 * Makefile.in: Regenerate.
40
41 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
42 Sebastian Pop <s.pop@samsung.com>
43
44 * Makefile.in: Regenerate.
45 * Makefile.tpl: Export ISLVER.
46 * configure: Regenerate.
47 * config/isl.m4: Detect isl-0.15.
48
49 2016-01-29 Sebastian Pop <s.pop@samsung.com>
50
51 * config/isl.m4: Add comments about isl-0.16.
52 * configure: Regenerate.
53
1985dc2d
L
542016-01-12 H.J. Lu <hongjiu.lu@intel.com>
55
56 Sync with GCC
57 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
58
59 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
60 symbols.
61
62 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
63
64 PR bootstrap/69134
65 * Makefile.def (mpfr): Disable assembler.
66 * Makefile.in: Regenerate.
67
4849dfd8
NC
682016-01-11 Nick Clifton <nickc@redhat.com>
69
70 Import the following changes from the GCC mainline:
71
72 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
73
74 * configure.ac: Enable libmpx by default.
75 * configure: Regenerated.
76
77 2015-11-19 Martin Liska <mliska@suse.cz>
78
79 * .gitignore: Add .clang-format to ignored files.
80 * Makefile.tpl: Add clang-format.
81 * Makefile.in: Regenerate.
82
83 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
84
85 PR libffi/65726
86 * Makefile.def (lang_env_dependencies): Make libffi depend
87 on cxx.
88 * Makefile.in: Regenerate.
89
90 2015-12-02 Ian Lance Taylor <iant@google.com>
91
92 PR go/66147
93 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
94 * Makefile.in: Regenerate.
95
96 2015-12-17 Nathan Sidwell <nathan@acm.org>
97
98 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
99 * configure: Regenerate.
100
101 2015-12-17 Sebastian Pop <s.pop@samsung.com>
102
103 * Makefile.in: Replace ISL with isl.
104 * Makefile.tpl: Same.
105 * config/isl.m4: Same.
106 * configure.ac: Same.
107 * contrib/download_prerequisites: Same.
108 * configure: Regenerate.
109
110 2016-01-01 Ben Elliston <bje@gnu.org>
111
112 * config.guess: Import version 2016-01-01.
113 * config.sub: Likewise.
114
f075eb5e
TG
1152015-11-20 Tristan Gingold <gingold@adacore.com>
116
117 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
118 * configure: Regenerate.
119
6c3bc0f8
NC
1202015-10-21 Nick Clifton <nickc@redhat.com>
121
122 PR gas/19109
123 * configure.ac: Note the 'none' is an acceptable argument to
124 --enable-compressed-debug-sections.
125 * configure: Regenerate.
126
edeefb67
L
1272015-10-20 H.J. Lu <hongjiu.lu@intel.com>
128
129 PR gas/19109
130 * configure.ac: Add
131 --enable-compressed-debug-sections={all,gas,gold,ld}.
132 * configure: Regenerated.
133
68996839
NC
1342015-09-30 Nick Clifton <nickc@redhat.com>
135
136 Import the following patches from the GCC mainline:
137
138 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
139
140 PR libfortran/54572
141 * Makefile.def: Make libgfortran depend on libbacktrace.
142 * Makefile.in: Regenerate.
143
144 2015-08-12 Tom de Vries <tom@codesourcery.com>
145
146 PR other/67092
147 PR other/67098
148 * configure.ac: Remove --with_host_libstdcxx support.
149 * configure: Regenerate.
150
151 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
152 Jakub Jelinek <jakub@redhat.com>
153
154 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
155 nvptx*-*-*.
156 * configure: Regenerate.
157
5960642a
L
1582015-08-07 H.J. Lu <hongjiu.lu@intel.com>
159
160 Sync with GCC
161 2015-07-28 Ben Elliston <bje@gnu.org>
162
163 * config.sub, config.guess: Import from upstream.
164
016a3251
DD
1652015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
166
167 * Makefile.def (libiconv): Define bootstrap=true.
168 Mark pdf/html/info as missing.
169 (configure-gcc): Depend on all-libiconv.
170 (all-gcc): Ditto.
171 (configure-libcpp): Ditto.
172 (all-libcpp): Ditto.
173 (configure-intl): Ditto.
174 (all-intl): Ditto.
175 * Makefile.in: Regenerate.
176
136bb21f
L
1772015-07-27 H.J. Lu <hongjiu.lu@intel.com>
178
179 Sync with GCC
180 2015-07-24 Michael Darling <darlingm@gmail.com>
181
182 PR other/66259
183 * config-ml.in: Reflects renaming of configure.in to configure.ac
184 * configure: Likewise
185 * configure.ac: Likewise
186
22121df0
L
1872015-07-14 H.J. Lu <hongjiu.lu@intel.com>
188
189 * Makefile.in: Regenerated.
190
191 Sync with GCC
192 2015-05-21 Jason Merrill <jason@redhat.com>
193
194 * Makefile.tpl: Update comments.
195
196 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
197
198 * Makefile.tpl: Remove surplus whitespace throughout.
199
200 2015-03-25 Martin Liska <mliska@suse.cz>
201 Yury Gribov <y.gribov@samsung.com>
202
203 * Makefile.tpl: Fix ln source location for vimrc file.
204
969b1713
L
2052015-07-14 H.J. Lu <hongjiu.lu@intel.com>
206
207 Sync with GCC
208 2015-05-16 James Bowman <james.bowman@ftdichip.com>
209
210 * configure.ac: FT32 target added.
211 * configure: Regenerate.
212
ce6c656d
L
2132015-07-14 H.J. Lu <hongjiu.lu@intel.com>
214
215 Sync with GCC
216 2015-06-02 Jason Merrill <jason@redhat.com>
217
218 PR bootstrap/66319
219 * configure.ac: Use -std=gnu++98.
220
221 2015-05-28 Mike Frysinger <vapier@gentoo.org>
222
223 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
224 * configure: Regenerate.
225
226 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
227
228 * configure.ac: Fix typo.
229 * configure: Regenerate.
230
231 2015-05-03 Matthias Klose <doko@ubuntu.com>
232
233 * configure.ac: Match $host configured with triplets.
234 * configure: Regenerate.
235
236 2015-04-17 Jakub Jelinek <jakub@redhat.com>
237
238 PR bootstrap/62077
239 * configure.ac (--enable-stage1-checking): Default to
240 release,misc,gimple,rtlflag,tree,types if --disable-checking
241 or --enable-checking is not specified and DEV-PHASE is not
242 experimental.
243 * configure: Regenerated.
244
245 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
246
247 Install back PR target/47230 fix (Revert the revert).
248
16beab3d
L
2492015-06-30 H.J. Lu <hongjiu.lu@intel.com>
250
251 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
252 target.
253 * configure: Regenerate.
254
5569a85f
JDA
2552015-05-13 John David Anglin <dave.anglin@bell.net>
256
257 * configure.ac: Disable configuration of GDB for HPUX targets.
258 * configure: Regenerate.
259
e81d5d05
L
2602015-05-01 H.J. Lu <hongjiu.lu@intel.com>
261
262 PR ld/18355
263 * Makefile.def: Add extra_configure_flags to host zlib.
264 * configure.ac (extra_host_zlib_configure_flags): New. Set
265 to --enable-host-shared When bfd is to be built as shared
266 library. AC_SUBST.
267 * Makefile.in: Regenerated.
268
ec5b9462
HPN
2692015-04-15 Mike Frysinger <vapier@gentoo.org>
270 Hans-Peter Nilsson <hp@axis.com>
271
272 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 273 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
274 use that in the getver call instead of $tool.
275 (sim_release): Pass gdb as fifth parameter to tar_compress.
276 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
277
f91ca6bc
IB
2782015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
279
280 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
281 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
282 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
283 * Makefile.in: Regenerate.
284
cf39cfc5
L
2852015-04-01 H.J. Lu <hongjiu.lu@intel.com>
286
287 * configure.ac: Add --with-system-zlib.
288 * configure: Regenerated.
289
6ac1079e
L
2902015-03-31 H.J. Lu <hongjiu.lu@intel.com>
291
292 * src-release.sh: Don't configure with --with-target-subdir=.
293 --disable-multilib.
294
890ba06f
L
2952015-03-31 H.J. Lu <hongjiu.lu@intel.com>
296
297 * src-release.sh (DEVO_SUPPORT): Replace src-release with
298 src-release.sh.
299
5675acd9
ES
3002015-03-30 Ed Schouten <ed@nuxi.nl>
301
302 * config.sub: Update from upstream, to 2015-03-04 version.
303 * config.guess: Likewise.
304
d2d67aea
L
3052015-03-30 H.J. Lu <hongjiu.lu@intel.com>
306
307 * Makefile.def (dependencies): Add all-zlib to all-bfd.
308 * Makefile.in: Regenerated.
309
92c695a1
L
3102015-03-28 H.J. Lu <hongjiu.lu@intel.com>
311
312 * src-release.sh (do_proto_toplev): Configure with --target
313 --with-target-subdir and --disable-multilib.
314 (BINUTILS_SUPPORT_DIRS): Add zlib.
315 (GAS_SUPPORT_DIRS): Likewise.
316 (GDB_SUPPORT_DIRS): Likewise.
317 (SIM_SUPPORT_DIRS): Likewise.
318
091021fa
L
3192015-03-17 H.J. Lu <hongjiu.lu@intel.com>
320
321 * configure.ac (target_configdirs): Exclude target-zlib if
322 target-libjava isn't built.
323 * configure: Regenerated.
324
5df8a8fc
L
3252015-03-17 H.J. Lu <hongjiu.lu@intel.com>
326
327 Sync with GCC
328 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
329
330 * config-ml.in: Robustify ac_configure_args parsing.
331
1b6c0831
L
3322015-03-16 H.J. Lu <hongjiu.lu@intel.com>
333
334 * Makefile.def: Updated from GCC trunk.
335 * Makefile.tpl: Likewise.
336 * configure.ac: Likewise.
337 * Makefile.in: Regenerated.
338 * configure: Likewise.
339
3f8107ab
AM
3402015-01-28 James Bowman <james.bowman@ftdichip.com>
341
342 * configure.ac: Add FT32 support.
343 * configure: Regenerate.
344
10b8fe5e
AG
3452015-01-12 Anthony Green <green@moxielogic.com>
346
347 * configure.ac: Don't disable gprof for moxie.
348 * configure: Rebuild.
349
6b91c541
AP
3502015-01-03 Andrew Pinski <apinski@cavium.com>
351
352 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
353 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
354 (BASE_TARGET_EXPORTS): Add OBJCOPY.
355 (OBJCOPY_FOR_TARGET): New variable.
356 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
357 * Makefile.in: Regenerate.
358 * configure.ac: Check for already installed target objcopy.
359 Also GCC_TARGET_TOOL on objcopy.
360 * configure: Regenerate.
361
6ba37ab4
HPN
3622015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
363
364 * config.sub: Update from upstream, to 2015-01-01 version.
365 * config.guess: Ditto.
366
bb5f7690
EB
3672014-12-06 Eric Botcazou <ebotcazou@adacore.com>
368
369 * config.sub: Update from upstream config repo.
370
6e733cce
L
3712014-11-24 H.J. Lu <hongjiu.lu@intel.com>
372
373 * libtool.m4: Updated from GCC trunk.
374
8969c424
JBG
3752014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
376
377 * config.guess: Update from upstream config repo.
378 * config.sub: Ditto.
379
37e77caf
JBG
3802014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
381
382 * move-if-change: Update from upstream gnulib.
383
e3046511
JBG
3842014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
385
386 * compile: Sync with upstream Automake.
387 * depcomp: Ditto.
388 * install-sh: Ditto.
389 * missing: Ditto.
390 * mkinstalldirs: Ditto.
391 * ylwrap: Ditto.
392
3e615393
TG
3932014-10-15 Tristan Gingold <gingold@adacore.com>
394
395 * src-release.sh (do_proto_toplev): Configure with --target.
396
6d26190c
JY
3972014-10-03 Jing Yu <jingyu@google.com>
398
399 * configure.ac: Add aarch64 to list of targets that support gold.
400 * configure: Regenerate.
401
a9d58c06
AB
4022014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
403
404 * configure.ac: Add mips*-img-elf* target triple.
405 * configure: Regenerate.
406
b25b5cef
CJW
4072014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
408 * configure: Disable gdb for nds32*-*-* until supported.
409 * configure.ac: Disable gdb for nds32*-*-* until supported.
410
f8797b5a
JB
4112014-09-05 Joel Brobecker <brobecker@adacore.com>
412
413 * configure: Regenerate.
414
2536ee9d
WN
4152014-08-27 Will Newton <will.newton@linaro.org>
416
417 * src-release.sh: New file.
418 * src-release: Remove file.
419
1f995db6
JS
4202014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
421
422 GDB not supported for or1k*-*-rtems*
423 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
424 of the stanzas results in this not being caught by or1k*-*-* later.
425 * configure. Regenerated.
426
a843ea33
SB
4272014-07-25 Samuel Bronson <naesten@gmail.com>
428
429 * .gitattributes: New file for use with git-merge-changelog.
430
cfbc1a6c
JS
4312014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
432
433 Disable gdb for or1k*-*-* until supported
434 * configure.ac (or1k*-*-*): Disable gdb.
435 * configure: Regenerated.
436
d9e042ac
SL
4372014-05-14 Sandra Loosemore <sandra@codesourcery.com>
438
439 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
440 * configure: Regenerated.
441
201f096f 4422014-03-26 Jakub Jelinek <jakub@redhat.com>
443
444 PR sanitizer/56781
445 * Makefile.def: Set bootstrap=true; for host fixincludes.
446 * configure.ac: Don't bootstrap host fixincludes unless
447 --with-build-config=bootstrap-{a,ub}san.
448 * Makefile.in: Regenerated.
449 * configure: Regenerated.
450
730af8ee 4512014-03-21 Jakub Jelinek <jakub@redhat.com>
452
453 * configure.ac: Move BUILD_CONFIG set up earlier. Add
454 --enable-vtable-verify option parsing. Don't add
455 target-libsanitizer to bootstrap_target_libs unless
456 --with-build-config=bootstrap-asan or
457 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
458 to bootstrap_target_libs unless --enable-vtable-verify.
459 * configure: Regenerated.
460
abca8d87 4612014-03-07 Jakub Jelinek <jakub@redhat.com>
462
463 PR bootstrap/58572
464 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
465 -I for libstdc++-v3 includes if $(LEAN).
466 * Makefile.in: Regenerated.
467
68d122bb 4682014-02-24 Walter Lee <walt@tilera.com>
469
470 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
471 (tilegx-*-*): Change to tilegx*-*-*.
472 * configure: Regenerate.
473
39d1b2ae
RS
4742014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
475
476 * config.sub, config.guess: Import from upstream.
477
50f80006
EB
4782014-04-04 Eric Botcazou <ebotcazou@adacore.com>
479
480 PR bootstrap/60620
72f4393d 481 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
482 * Makefile.in: Regenerate.
483
a6305403
YS
4842014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
485
486 * Makefile.def (dependencies): Make all-ld depend on all-binutils
487 for WINDRES_FOR_TARGET in default-manifest.o rule.
488 * Makefile.in: Regenerate.
489
62a0f723
RO
4902014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
491
492 PR target/59788
493 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
494 *solaris2*.
495
530e8392
KB
4962013-12-19 Keven Boell <keven.boell@intel.com>
497
498 * cp-namespace.c (cp_lookup_nested_symbol): Enable
499 nested lookups for fortran modules.
500 * dwarf2read.c (read_module): Add fortran module to
501 the symbol table.
502 (add_partial_symbol, add_partial_module): Add fortran
503 module to the partial symbol table.
504 (new_symbol_full): Create full symbol for fortran module.
505 * f-exp.y (yylex): Add new module domain to be parsed.
506 * symtab.h: New domain for fortran modules.
507
7f9b20bb
KB
5082013-12-19 Keven Boell <keven.boell@intel.com>
509
510 * f-exp.y (yylex): Add domain array to enable lookup
511 in multiple domains. Loop over lookup domains and try
512 to find requested symbol. Add STRUCT_DOMAIN to lookup
513 domains to be able to query for user defined types.
514
afc0578d 5152013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
516
517 * configure.ac: Add user-friendly check for native x86_64-linux
518 multilibs.
519 * configure: Regenerate.
520
f3f51a69
AM
5212013-11-23 Alan Modra <amodra@gmail.com>
522
523 * config.sub, config.guess: Import from upstream.
524
2440009d 5252013-11-07 Thomas Schwinge <thomas@codesourcery.com>
526
2440009d 527 * Makefile.in: Regenerate.
528
e78e02e6 529 * Makefile.tpl: Fix typo.
530 * Makefile.in: Regenerate partially.
531
9aaf2a7e 5322013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
533
534 * configure.ac: Added libcilkrts to noconfig list when C++ is not
535 supported.
536 * configure: Regenerated.
537
880b18d1 5382013-10-30 Jason Merrill <jason@redhat.com>
539
540 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
541 --disable-build-format-warnings.
542
522e3d71 5432013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
544
f3f51a69 545 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 546 depend on libstdc++ and libgcc.
547 * configure: Regenerate.
548 * configure.ac: Added libcilkrts to target binaries. Also, restrict
549 libcilkrts for POSIX and i*86, and x86_64 architectures.
550 * Makefile.in: Added libcilkrts related fields to support building it.
551
cb49a9e1 5522013-10-26 Jeff Law <law@redhat.com>
553
554 * Makefile.def (target_modules): Remove libmudflap
555 (languages): Remove check-target-libmudflap).
556 * Makefile.in: Rebuilt.
557 * Makefile.tpl (check-target-libmudflap-c++): Remove.
558 * configure.ac (target_libraries): Remove target-libmudflap.
559 Remove checks which disabled libmudflap on some systems.
560 * configure: Rebuilt.
561 * libmudflap: Directory removed.
562
82033c9b
JBG
5632013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
564
565 * configure.ac: Update from GCC.
566 * configure: Regenerate.
567
b50d7605
HPN
5682013-10-15 Hans-Peter Nilsson <hp@axis.com>
569
570 * src-release (do-proto-toplevel): Support subdir-path-prefixed
571 files in SUPPORT_FILES.
572 (SIM_SUPPORT_DIRS): New variable.
573 (sim.tar.bz2): New rule.
574
f4cfb980
JBG
5752013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
576
577 * configure.ac: Update from GCC.
578 * configure: Regenerate.
579
78b1434c
JJ
5802013-10-01 Jeff Johnston <jjohnstn@redhat.com>
581
582 * COPYING.NEWLIB: Update with new copyright.
583
b3fc79f8
JBG
5842013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
585
586 * configure.ac: Update from GCC.
587 * configure: Regenerate.
588
cc9afea3
AM
5892013-09-20 Alan Modra <amodra@gmail.com>
590
591 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
592 ppc host match. Support little-endian powerpc linux hosts.
593
f006cabd
JB
5942013-08-16 Joel Brobecker <brobecker@adacore.com>
595
596 * src-release (VER): When using $(TOOL)/common/create-version.sh,
597 strip the "-cvs" suffix from the version number if present.
598
95e43135
JBG
5992013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
600
601 * configure.ac: Sync with GCC repo.
602 * Makefile.def: Ditto.
603 * configure: Regenerate.
604 * Makefile.in: Ditto.
605
7539e41e
JB
6062013-07-22 Joel Brobecker <brobecker@adacore.com>
607
608 * src-release (VER): Use $(TOOL)/common/create-version.sh
609 if it exists.
610
e8044f35
RS
6112013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
612
613 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
614 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
615 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
616 * configure: Regenerate.
617
7bab7634
DC
6182013-06-01 George Thomas <george.thomas@atmel.com>
619
95e43135
JBG
620 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
621 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 622
b5364c9e
JJ
6232013-05-06 Sandra Loosemore <sandra@codesourcery.com>
624
625 * COPYING.NEWLIB: Add Altera Corporation copyright.
626
5dad867c
JBG
6272013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
628
629 * config.guess: Update from config repo.
630 * config.sub: Ditto.
631
b836cb18
JBG
6322013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
633
634 * Makefile.def: Sync with GCC.
635 * Makefile.in: Regenerate.
636
e7d5abf1
JBG
6372013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
638
639 * configure.ac: Sync with GCC.
b836cb18 640 * configure: Regenerate.
e7d5abf1 641
4f778543
MF
6422013-03-22 Mike Frysinger <vapier@gentoo.org>
643
644 * src-release (VER): Change bfd/configure.in sed to use the new
645 `bfd/configure --version` output.
646
f1dd87fc
YZ
6472013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
648
649 * configure.ac: Sync with GCC repo.
650 * configure: Ditto.
651
a413f71a
ILT
6522013-02-05 Ian Lance Taylor <iant@google.com>
653
654 PR go/55969
655 * configure.ac: Disable libgo on some systems where it does not
656 work.
657 * configure: Rebuild.
658
3a98824c
AM
6592013-02-05 Alan Modra <amodra@gmail.com>
660
661 * configure: Regenerate after syncing config/.
662
3dae1673
JBG
6632013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
664
665 * configure.ac: Sync with GCC repo.
666 * configure: Ditto.
667 * Makefile.def: Ditto.
668 * Makefile.in: Ditto.
669
bf51454b
JB
6702013-01-11 Joel Brobecker <brobecker@adacore.com>
671
672 Sync with GCC, merge:
673
674 2013-01-09 Jason Merrill <jason@redhat.com>
675
676 * .gitignore: Import from gdb repository.
677
c841a2be
JBG
6782013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
679
680 * config.sub: Update from config repo.
681
d7b9dae9
EB
6822013-01-11 Eric Botcazou <ebotcazou@adacore.com>
683
684 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
685 * Makefile.in: Regenerate.
686
861ea9c8
L
6872013-01-09 H.J. Lu <hongjiu.lu@intel.com>
688
689 * Makefile.def (configure-gcc): Depend on all-gmp.
690 (all-gcc): Remove dependency on all-gmp.
691 * Makefile.in: Regenerated.
692
ce82b126
JBG
6932013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
694
1b4f418d 695 * config.guess: Update from config repo.
c2e5e6d7 696 * config.sub: Ditto.
ce82b126 697
fd62a30d
JJ
6982013-01-07 Jeff Johnston <jjohnstn@redhat.com>
699
700 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
701 exists and replace the new bfin license in its location.
702
0140d685
L
7032013-01-07 H.J. Lu <hongjiu.lu@intel.com>
704
705 PR gas/14899
706 * Makefile.def (dependencies): Make all-binutils, all-gprof,
707 all-ld and all-gold depend on all-gas.
708 * Makefile.in: Regenerated.
709
c3d399e7
L
7102012-12-29 Ben Elliston <bje@gnu.org>
711
712 * config.guess: Update to 2012-12-29 version.
713 * config.sub: Likewise.
714
9417cd2f
JBG
7152012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
716
717 * Makefile.def (install-target-libgo): Depend on
718 install-target-libatomic. Merged from GCC repo.
719 * Makefile.in: Regenerate.
720
68dad382
JJ
7212012-12-17 Jeff Johnston <jjohnstn@redhat.com>
722
723 * COPYING.LIBGLOSS: Add license for bfin libgloss.
724
2344b8da
TS
7252012-12-16 Thomas Schwinge <thomas@codesourcery.com>
726
727 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
728 * configure: Regenerate.
729
5eb08693
L
7302012-12-11 H.J. Lu <hongjiu.lu@intel.com>
731
732 * Makefile.def (target_modules): Add bootstrap=true and
733 raw_cxx=true to libsanitizer.
734 * configure.ac (bootstrap_target_libs): Add libsanitizer.
735 * Makefile.in: Regenerated.
736 * configure: Likewise.
737
53ab32d8
JBG
7382012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
739
740 * config.sub: Merge from config repo.
741
d2489204
JBG
7422012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
743
744 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
745 * Makefile.tpl: Ditto.
746 * Makefile.in: Ditto.
747 * configure: Ditto.
d2489204 748
c23b5043
JBG
7492012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
750
751 * configure.ac (noconfigdirs): Merge from GCC.
752 * configure: Regenerate.
753
1dd1f7f6
JBG
7542012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
755
756 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
757
2bda3143
L
7582012-11-14 Roland McGrath <mcgrathr@google.com>
759
760 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
761 * configure: Regenerate.
762
5286fdef
L
7632012-11-13 Richard Henderson <rth@redhat.com>
764
765 * configure.ac: Move libsanitizer logic to subdirectory.
766 * configure: Regenerate.
767
7682012-11-13 Dodji Seketeli <dodji@redhat.com>
769
770 * configure.ac: Enable libsanitizer just on x86 linux for now.
771 * configure: Re-generate.
772
7732012-11-13 David Edelsohn <dje.gcc@gmail.com>
774
775 * configure.ac: Merge libquadmath sections.
776 * configure: Regenerate.
777
7782012-11-12 Wei Mi <wmi@google.com>
779
780 * configure.ac: Add libsanitizer to target_libraries.
781 * Makefile.def: Ditto.
782 * configure: Regenerate.
783 * Makefile.in: Regenerate.
784
f66a9a70
L
7852012-11-03 H.J. Lu <hongjiu.lu@intel.com>
786
787 * configure: Regenerated.
788
7892012-11-03 Robert Mason <rbmj@verizon.net>
790
791 * configure.ac: add --disable-libstdcxx configure option
792 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
793
6d94c122
CV
7942012-10-24 Corinna Vinschen <corinna@vinschen.de>
795
796 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
797 against Mingw64 w32api.
798 * configure: Regenerate.
799
a882be68
EB
8002012-10-23 Eric Botcazou <ebotcazou@adacore.com>
801
802 PR bootstrap/54820
803 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
804 * configure: Regenerate.
805
b3676d82
EB
8062012-10-22 Eric Botcazou <ebotcazou@adacore.com>
807
808 PR bootstrap/54820
809 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
810 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
811 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
812 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
813 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
814 * Makefile.in: Regenerate.
815 * configure.ac (have_static_libs): New variable and associated check.
816 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
817 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
818 * configure: Regenerate.
819
7b0e8ca5
MF
8202012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
821
822 * config.guess, config.sub: Include updated version from
823 config-patches. Adds microblaze little endian support.
824
8e71395b
L
8252012-09-28 Ian Lance Taylor <iant@google.com>
826
827 * Makefile.def: Make all-target-libgo depend on
828 all-target-libbacktrace.
829 * Makefile.in: Rebuild.
830
8312012-09-26 Ian Lance Taylor <iant@google.com>
832
833 * Makefile.def: Make all-gcc depend on all-libbacktrace.
834 * Makefile.in: Rebuild.
835
8362012-09-06 Diego Novillo <dnovillo@google.com>
837
838 * configure.ac: Bump minimum GMP version to 4.2.3.
839 * configure: Re-generate.
840
8412012-09-05 Georg-Johann Lay <avr@gjlay.de>
842
843 PR target/54461
844 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
845 target-libgloss if not configured --with-avrlibc=no.
846 * configure: Regenerate.
847
8482012-09-04 Jason Merrill <jason@redhat.com>
849
850 * configure.ac: Fix --enable-languages=all.
851
8522012-09-03 Richard Guenther <rguenther@suse.de>
853
854 PR bootstrap/54138
855 * configure.ac: Re-organize ISL / CLOOG checks to allow
856 disabling with either --without-isl or --without-cloog.
857 * configure: Regenerated.
858
8592012-09-03 Georg-Johann Lay <avr@gjlay.de>
860
861 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
862 * configure: Regenerate.
863
d09bbf00
SE
8642012-09-21 Steve Ellcey <sellcey@mips.com>
865
866 * configure.ac: Add mips*-mti-elf* target.
867 * configure: Regenerate.
868
2bf680c4
ILT
8692012-09-19 Ian Lance Taylor <iant@google.com>
870
871 * configure.ac (host_libs): Add libbacktrace.
872 (target_libraries): Add libbacktrace.
873 * Makefile.def (host_modules): Add libbacktrace.
874 (target_modules): Likewise.
875 * configure, Makefile.in: Rebuild.
876
5c0b3823
WL
8772012-09-15 Jiong Wang <jiwang@tilera.com>
878
879 * configure.ac (ENABLE_GOLD): support tilegx*
880 * configure: rebuild
881
1488e230
DE
8822012-09-14 David Edelsohn <dje.gcc@gmail.com>
883
884 PR target/38607
885 Merge upstream change.
886 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
887
888 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
889 Add libgomp*.o to compare_exclusions for AIX.
890 * configure: Regenerate.
891
df6795ce
L
8922012-08-26 H.J. Lu <hongjiu.lu@intel.com>
893
894 PR binutils/4970
895 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
896 and opcodes.
897 * Makefile.in: Regenerated.
898
7ec59b9e
L
8992012-08-14 Diego Novillo <dnovillo@google.com>
900
901 Merge from cxx-conversion branch.
902
903 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
904 POSTSTAGE1_CONFIGURE_FLAGS.
905 * Makefile.in: Regenerate.
906 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
907 Force C++ when bootstrapping.
908 * configure: Regenerate.
909
9102012-07-06 Richard Guenther <rguenther@suse.de>
911
912 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
913 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
914 --with-gmp=system.
915 * Makefile.in: Regenerated.
916 * configure: Likewise.
917
9182012-07-06 Richard Guenther <rguenther@suse.de>
919
920 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
921 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
922 supply V=1 as extra_make_flags.
923 * configure: Regenerated.
924 * Makefile.in: Likewise.
925
9262012-07-03 Richard Guenther <rguenther@suse.de>
927
928 * Makfile.def (isl): Remove not necessary extra_exports and
929 extra_make_flags.
930 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
931 * Makefile.in: Regenerated.
932
9332012-07-03 Richard Guenther <rguenther@suse.de>
934
935 * Makefile.def (cloog): Add V=1 to extra_make_flags.
936 * configure.ac: If either the ISL or the CLooG check failed
937 do not try to build in-tree versions.
938 * Makefile.in: Regenerated.
939 * configure: Regenerated.
940
9412012-07-02 Richard Guenther <rguenther@suse.de>
942 Michael Matz <matz@suse.de>
943 Tobias Grosser <tobias@grosser.es>
944 Sebastian Pop <sebpop@gmail.com>
945
946 * Makefile.def: Add ISL host module, remove PPL host module.
947 Adjust ClooG host module to use the proper ISL.
948 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
949 * configure.ac: Include config/isl.m4. Add ISL host library,
950 remove PPL. Remove PPL configury, add ISL configury, adjust
951 ClooG configury.
952 * Makefile.in: Regenerated.
953 * configure: Likewise.
954
9552012-07-02 Richard Guenther <rguenther@suse.de>
956
957 Merge from graphite branch
958 2011-07-21 Tobias Grosser <tobias@grosser.es>
959
960 * configure: Regenerated.
961 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
962 both cloog.org and legacy versions. The only supported version will
963 be CLooG with the isl backend.
964
965 2011-07-21 Tobias Grosser <tobias@grosser.es>
966
967 * configure: Regenerated.
968 * configure.ac: Require cloog isl 0.17.0
969
970 2011-07-21 Tobias Grosser <tobias@grosser.es>
971
972 * configure: Regenerated.
973 * config/cloog.m4: Do not define CLOOG_ORG
974
9752012-06-29 Steven Bosscher <steven@gcc.gnu.org>
976
977 * configure.ac: Skip C if explicitly selected.
978 * configure: Regenerate.
979
9802012-06-28 Christophe Lyon <christophe.lyon@st.com>
981
982 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
983 they contain -O2.
984 * configure: Regenerate.
985
9862012-06-20 Jason Merrill <jason@redhat.com>
987
988 * Makefile.tpl (check-target-libgomp-c++): New.
989 (check-target-libitm-c++): New.
990 * Makefile.def (c++): Add them.
991 * Makefile.in: Regenerate.
992
9932012-05-16 Olivier Hainque <hainque@adacore.com>
994
995 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
996 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
997 (install-no-fixedincludes): Adjust accordingly.
998 * Makefile.in: Regenerate.
999
10002012-05-09 Nick Clifton <nickc@redhat.com>
1001 Paul Smith <psmith@gnu.org>
1002
1003 PR bootstrap/50461
1004 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1005 allow for the fact that from release v3.1.0 of MPFR the source
1006 files were moved into a src sub-directory.
1007 * configure: Regenerate.
1008
10092012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1010
1011 * configure.ac: Bump minimum MPFR version to 2.4.0.
1012 * configure: Regenerated.
1013
10142012-05-01 Richard Henderson <rth@redhat.com>
1015
1016 * Makefile.def (libatomic): New target_module.
1017 * configure.ac (target_libraries): Add libatomic.
1018 (noconfigdirs): Check if libatomic is supported.
1019 * Makefile.in, configure: Rebuild.
1020
f87f9c61
L
10212012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1022
1023 Merge upstream change
1024 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1025
10262011-11-21 Andreas Tobler <andreast@fgznet.ch>
1027
1028 * libtool.m4: Additional FreeBSD 10 fixes.
1029
68f107fa
AO
10302012-06-28 Christophe Lyon <christophe.lyon@st.com>
1031
1032 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1033 they contain -O2.
1034 * configure: Regenerate.
1035
b9c361e0
JL
10362012-05-14 Catherine Moore <clm@codesourcery.com>
1037
1038 * NEWS: Mention PowerPC VLE port.
1039
9eb322aa
MF
10402012-05-11 Mike Frysinger <vapier@gentoo.org>
1041
1042 * MAINTAINERS (config/): Move to intl/ section.
1043 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1044
58b1dd21
NC
10452012-05-09 Nick Clifton <nickc@redhat.com>
1046 Paul Smith <psmith@gnu.org>
1047
1048 PR bootstrap/50461
1049 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1050 allow for the fact that from release v3.1.0 of MPFR the source
1051 files were moved into a src sub-directory.
1052 * configure: Regenerate.
1053
2e702c99
RM
10542012-05-02 Roland McGrath <mcgrathr@google.com>
1055
1056 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1057 * configure: Regenerate.
1058
d2213593
JB
10592012-04-25 Joel Brobecker <brobecker@adacore.com>
1060
1061 * config.sub: Update to 2012-04-18 version from official repo.
1062
202e2356
NC
10632012-03-19 Tristan Gingold <gingold@adacore.com>
1064
1065 * configure.ac (ia64*-*-*vms*): Add support for ld.
1066 * configure: Regenerate.
1067
2479f722
RO
10682012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1069
1070 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1071 (unsupported_languages): Remove mips-sgi-irix6.*.
1072 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1073 (with_stabs): Remove.
1074 * configure: Regenerate.
1075
4e97d92b
RO
10762012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1077
1078 * configure.ac (enable_libgomp): Remove *-*-osf*.
1079 (with_stabs): Remove alpha*-*-osf*.
1080 * configure: Regenerate.
1081
f9ea6f98
JJ
10822012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1083
1084 * COPYING.NEWLIB: Modify DJ Delorie license to include
1085 modification rights in clause as permitted by DJ Delorie.
1086 * COPYING.LIBGLOSS: Ditto.
1087
48688b3e
JJ
10882012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1089
1090 * COPYING.NEWLIB: Remove two unused licenses.
1091
0945bbee
TG
10922012-03-05 Tristan Gingold <gingold@adacore.com>
1093
1094 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1095 * configure: Regenerate.
1096
516be0c5
JJ
10972012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1098
1099 * COPYING.NEWLIB: Add Adapteva notice.
1100 * COPYING.LIBGLOSS: Add Adapteva notice.
1101
64b986c0
EB
11022011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1103
1104 * configure: Regenerate.
1105
58cddc18
JJ
11062011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1107
1108 * COPYING.LIBGLOSS: Add GPL with exception license.
1109
b121d7d4
DD
11102011-11-09 Roland McGrath <mcgrathr@google.com>
1111
1112 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1113 * configure: Rebuild.
1114 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1115 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1116 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1117 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1118 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1119 Add READELF.
1120 * Makefile.in: Rebuild.
1121
d32e2926
RH
11222011-11-08 Richard Henderson <rth@redhat.com>
1123
1124 * configure.ac: Test for libitm directory present first.
1125
1126 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1127
1128 * configure.ac: Test libitm/configure.tgt to disable libitm.
1129 * configure: Rebuild.
1130
98dd765a
RO
11312011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1132
1133 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1134 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1135 * Makefile.in: Regenerate.
1136
99c513f6
DD
11372011-11-01 DJ Delorie <dj@redhat.com>
1138
1139 * configure.ac (rl78-*-*) New case.
1140 * configure: Regenerate.
1141
ff3ec4ee
DD
11422011-11-01 DJ Delorie <dj@redhat.com>
1143
1144 * config.sub: Update to version 2011-10-29 (added rl78)
1145
c28a9f49
NC
11462011-10-27 Nick Clifton <nickc@redhat.com>
1147
1148 * config.sub: Import these changes from the config project:
1149
a903d6ac 1150 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1151 Ben Elliston <bje@gnu.org>
1152
1153 * config.sub (epiphany): New.
1154
1155 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1156 Ben Elliston <bje@gnu.org>
1157
9eb322aa 1158 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
1159
1160 2011-08-23 Roland McGrath <mcgrathr@google.com>
1161
1162 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1163 64eb to be64.
1164
1165 2011-08-16 Roland McGrath <mcgrathr@google.com>
1166
1167 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1168 (nacl): Grok as alias for 32el-unknown-nacl.
1169
860144e4
JB
11702011-08-19 Joel Brobecker <brobecker@adacore.com>
1171
1172 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1173
40ae9136
YQ
11742011-08-14 Yao Qi <yao@codesourcery.com>
1175
1176 Merge from gcc:
1177
1178 2011-08-14 Yao Qi <yao@codesourcery.com>
1179 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1180 * configure: Regenerate.
1181
ffdd6afc
ILT
11822011-07-26 Ian Lance Taylor <iant@google.com>
1183
1184 Merge from gcc:
1185
1186 2011-07-26 Ian Lance Taylor <iant@google.com>
1187 * configure.ac: Set have_compiler based on whether gcc directory
1188 exists, rather than on whether gcc is in configdirs.
1189 * configure: Rebuild.
1190
1191 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1192 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1193 link directories.
1194 * Makefile.in: Rebuild.
1195
1196 2011-07-20 Ian Lance Taylor <iant@google.com>
1197 PR bootstrap/49787
1198 * configure.ac: Move --enable-bootstrap handling earlier in file.
1199 If --enable-bootstrap and either --enable-build-with-cxx or
1200 --enable-build-poststage1-with-cxx, enable C++ automatically.
1201 * configure: Rebuild.
1202
1203 2011-07-19 Ian Lance Taylor <iant@google.com>
1204 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1205 make C++ a boot_language. Set and substitute
1206 POSTSTAGE1_CONFIGURE_FLAGS.
1207 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1208 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1209 * configure, Makefile.in: Rebuild.
1210
1211 2011-07-16 Jason Merrill <jason@redhat.com>
1212 * Makefile.def (language=c++): Add check-c++0x and
1213 check-target-libmudflap-c++.
1214 * Makefile.tpl (check-target-libmudflap-c++): New.
1215 * Makefile.in: Regenerate.
1216
1217 2011-07-16 Matthias Klose <doko@ubuntu.com>
1218 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1219 * Makefile.def (target_modules/libjava): Pass
1220 $(EXTRA_CONFIGARGS_LIBJAVA).
1221 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1222 if not configured with --enable-static-libjava.
1223 * Makefile.in: Regenerate.
1224 * configure: Likewise.
1225
1226 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1227 PR regression/47836
1228 PR bootstrap/23656
1229 PR other/47733
1230 PR bootstrap/49247
1231 PR c/48825
1232 * configure.ac (target_libraries): Remove target-libiberty.
1233 Remove case-statement setting skipdirs=target-libiberty for
1234 multiple targets. Remove checking target_configdirs and
1235 removing target-libiberty but keeping target-libgcc if
1236 otherwise empty.
1237 * Makefile.def (target_modules): Don't add libiberty.
1238 (dependencies): Remove all traces of target-libiberty.
1239 * configure, Makefile.in: Regenerate.
1240
9ccb86e7
JM
12412011-07-22 Jason Merrill <jason@redhat.com>
1242
1243 * Makefile.def (language=c++): Add check-c++0x and
1244 check-target-libmudflap-c++.
1245 * Makefile.tpl (check-target-libmudflap-c++): New.
1246 * Makefile.in: Regenerate.
1247
090bc50f
RO
12482011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1249
1250 * configure: Regenerate.
1251
cff32a7c
RO
12522011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1253
1254 PR target/39150
1255 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1256 x86_64-*-solaris2.1[0-9]*.
1257 * configure: Regenerate.
1258
eb4b2452
NC
12592011-06-13 Walter Lee <walt@tilera.com>
1260
1261 * configure.ac (tilepro-*-*) New case.
1262 (tilegx-*-*): Likewise.
1263 * configure: Regenerate.
1264
3c0013bf
NC
12652011-06-06 Nick Clifton <nickc@redhat.com>
1266
1267 * config.sub: Sync from upstream.
1268
91c1f14c
DK
12692011-05-08 Doug Kwan <dougkwan@google.com>
1270
1271 Merge from gcc:
1272
1273 2011-05-08 Doug Kwan <dougkwan@google.com>
1274
1275 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1276 * configure: Regenerated.
1277 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1278 value from configure.
1279 * Makefile.in: Regenerated.
1280
c7e4b184
JM
12812011-05-05 Joseph Myers <joseph@codesourcery.com>
1282
1283 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1284 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1285 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1286 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1287 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1288 *-*-vxworks*): Disable newlib and libgloss in separate case
1289 statement.
1290 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1291 to separate case statement.
1292 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1293 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1294 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1295 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1296 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1297 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1298 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1299 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1300 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1301 i[[3456789]]86-*-rdos*, m32r-*-*,
1302 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1303 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1304 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1305 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1306 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1307 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1308 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1309 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1310 and libgloss in main case over targets. Remove most empty cases
1311 in main case over targets.
1312 * configure: Regenerate.
1313
7152a690
JM
13142011-05-04 Joseph Myers <joseph@codesourcery.com>
1315
1316 * configure.ac: Remove code setting special library locations for
1317 hppa*64*-*-hpux11*. Remove code setting compiler for
1318 sparc-sun-solaris2*.
1319 * configure: Regenerate.
1320
ff46fb8f
JM
13212011-05-04 Joseph Myers <joseph@codesourcery.com>
1322
1323 * configure.ac: Separate libgloss_dir settings from general case
1324 over targets.
1325 * configure: Regenerate.
1326
82ae827f
JM
13272011-04-28 Joseph Myers <joseph@codesourcery.com>
1328
1329 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1330 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1331 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1332 cases in libgcj-disabling case statement.
1333 (hppa*64*-*-linux*): Set unsupported_languages instead of
1334 disabling target-zlib.
1335 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1336 to hppa*64*-*-hpux*.
1337 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1338 hppa*-*-hpux*.
1339 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1340 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1341 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1342 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1343 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1344 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1345 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1346 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1347 libgcj-disabling case statement.
1348 * configure: Regenerate.
1349
0827f9a6
JM
13502011-04-28 Joseph Myers <joseph@codesourcery.com>
1351
1352 * configure.ac: Disable Java for targets not supporting libffi.
1353 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1354 Remove cases in Java-disabling statement.
1355 (*arm-wince-pe): Change to arm-wince-pe.
1356 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1357 cases in Java-disabling statement.
1358 (bfin-*-*): Don't disable Java again.
1359 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1360 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1361 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1362 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1363 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1364 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1365 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1366 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1367 Java-disabling statement.
1368 (mmix-*-*): Don't disable Java again.
1369 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1370 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1371 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1372 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1373 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1374 statement.
1375 * configure: Regenerate.
1376
899b04ef
JM
13772011-04-28 Joseph Myers <joseph@codesourcery.com>
1378
1379 Merge from GCC:
1380
1381 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1382
1383 PR lto/48086
1384 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1385 * configure: Regenerate.
1386
9863d716
JM
13872011-04-28 Joseph Myers <joseph@codesourcery.com>
1388
1389 * configure.ac: Separate cases disabling Java and Java libraries
1390 from general case over targets.
1391 * configure: Regenerate.
1392
a90ef4bf
JM
13932011-04-06 Joseph Myers <joseph@codesourcery.com>
1394
1395 * configure.ac (build_tools): Remove build-byacc.
1396 (host_libs): Remove mmalloc.
1397 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1398 autoconf automake libtool diff rcs fileutils shellutils time
1399 textutils wdiff find uudecode hello tar gzip indent recode release
1400 sed perl gawk findutils gettext zip.
1401 (libgcj): Remove target-qthreads.
1402 (target_tools): Remove target-examples target-gperf.
1403 (YACC): Don't handle building byacc.
1404 * configure: Regenerate.
1405 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1406 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1407 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1408 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1409 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1410 handle building components.
1411 * Makefile.in: Regenerate.
1412
05a02268
RW
14132011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1414
1415 * config.sub: Sync from upstream.
1416
c5f5c3c2
JM
14172011-04-01 Joseph Myers <joseph@codesourcery.com>
1418
1419 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1420 (microblaze*): Don't disable libssp.
1421 * configure: Regenerate.
1422
f6c1938b
JM
14232011-04-01 Joseph Myers <joseph@codesourcery.com>
1424
1425 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1426 moveifchange.
1427 * configure: Regenerate.
1428 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1429 * Makefile.in: Regenerate.
1430
1f111696
JM
14312011-04-01 Joseph Myers <joseph@codesourcery.com>
1432
1433 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1434 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1435 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1436 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1437 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1438 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1439 md_exec_prefix cases.
1440 * configure: Regenerate.
1441
065a5627
JM
14422011-04-01 Joseph Myers <joseph@codesourcery.com>
1443
1444 * configure.ac: Separate cases disabling target-libssp,
1445 target-libiberty, target-libstdc++-v3 and Fortran from general
1446 case over targets.
1447 * configure: Regenerate.
1448
b2f14e4a
JM
14492011-04-01 Joseph Myers <joseph@codesourcery.com>
1450
1451 * configure.ac (*-*-chorusos): Don't disable libgcj.
1452 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1453 Remove case.
1454 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1455 (arm-*-coff): Don't disable libgcj.
1456 (arm*-*-linux-gnueabi): Remove useless assignment.
1457 (arm-*-riscix*): Don't disable libgcj.
1458 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1459 configuration.
1460 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1461 (c54x*-*-*): Remove case.
1462 (tic54x-*-*): Don't disable GCC or GCC libraries.
1463 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1464 to *.
1465 (d10v-*-*): Don't disable GCC libraries.
1466 (d30v-*-*): Don't disable libgcj.
1467 (h8500-*-*): Don't disable GCC libraries.
1468 (i960-*-*): Don't disable libgcj.
1469 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1470 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1471 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1472 libgcj.
1473 (m68k-*-coff*): Remove case.
1474 (mmix-*-*): Don't disable libgloss on host.
1475 (mn10200-*-*, mn10300-*-*): Remove cases.
1476 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1477 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1478 Don't disable libgcj.
1479 (romp-*-*): Remove case.
1480 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1481 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1482 case.
1483 (v810-*-*): Don't disable GCC libraries.
1484 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1485 (ip2k-*-*): Don't disable GCC libraries.
1486 * configure: Regenerate.
1487
6a608608
JM
14882011-03-28 Joseph Myers <joseph@codesourcery.com>
1489
1490 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1491 libffi on host.
1492 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1493 on host.
1494 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1495 * configure: Regenerate.
1496
5b806d27
NC
14972011-03-26 John Marino <binutils@marino.st>
1498
1499 * configure.ac: Add support for *-*-dragonfly*
1500 * configure: Regenerate.
1501
0377a422
JM
15022011-03-25 Joseph Myers <joseph@codesourcery.com>
1503
1504 * configure.ac (native_only): Remove.
1505 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1506 send-pr uudecode guile gnuserv on host.
1507 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1508 send-pr rcs guile perl texinfo libtool on host.
1509 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1510 automake send-pr rcs guile perl texinfo libtool on host.
1511 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1512 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1513 (alpha*-dec-osf*): Don't disable fileutils on target.
1514 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1515 texinfo send-pr expect dejagnu on target.
1516 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1517 target-qthreads on target.
1518 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1519 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1520 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1521 x86_64-*-mingw*): Don't disable expect on target.
1522 (*-*-cygwin*): Don't disable target-gperf on target.
1523 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1524 gnuserv on target.
1525 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1526 target.
1527 * configure: Regenerate.
1528
2354b38b
JM
15292011-03-25 Joseph Myers <joseph@codesourcery.com>
1530
1531 * configure.ac (target_tools): Remove target-groff.
1532 (native_only): Remove target-groff.
1533 (hppa*64*-*-*): Don't disable byacc.
1534 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1535 setting.
1536 (*-*-kaos*): Don't skip target-librx and target-groff.
1537 (*-*-netware*): Don't skip target-libmudflap.
1538 (*-*-tpf*): Don't skip target-libmudflap.
1539 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1540 directories on the host.
1541 (ia64*-*-*vms*): Don't skip tix.
1542 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1543 host.
1544 * configure: Regenerate.
1545
28d9b232
PB
15462011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1547
1548 * configure.ac: Remove references to mt-mep, mt-netware,
1549 mt-wince.
1550 * Makefile.def: Add all-utils soft dependencies.
1551 * Makefile.tpl: Remove GDB_NLM_DEPS.
1552 * configure: Regenerate.
1553 * Makefile.in: Regenerate.
1554
dbbe5f95
PB
15552011-03-24 Paolo Bonzini <bonzini@gnu.org>
1556
1557 Sync from GCC:
1558
1559 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1560
1561 * configure.ac: Do not include mh-x86omitfp.
1562 * configure: Regenerate.
1563
1564 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1565
1566 * configure.ac: Remove empty cases.
1567 * configure: Regenerate.
1568
1569 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1570
1571 * Makefile.def: Add dependency from termcap to gdb.
1572 * Makefile.in: Regenerate.
1573
1574 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1575
1576 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1577 * configure: Regenerate.
1578 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1579 * Makefile.tpl: Likewise.
1580 * Makefile.in: Regenerate.
1581
1582 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1583
1584 * configure.ac: Remove all mentions of tentative_cc.
1585 * configure: Regenerate.
1586
1587 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1588
1589 PR lto/48086
1590 * configure.ac: Re-enable LTO on *-apple-darwin9.
1591 * configure: Regenerate.
1592
3516a403
JM
15932011-03-24 Joseph Myers <joseph@codesourcery.com>
1594
1595 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1596 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1597 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1598 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1599 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1600 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1601 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1602 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1603 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1604 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1605 *-*-rhapsody*): Remove host cases.
1606 * configure: Regenerate.
1607
93cc359e
JM
16082011-03-24 Joseph Myers <joseph@codesourcery.com>
1609
1610 * configure.ac (ppc*-*-pe): Remove host case.
1611 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1612 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1613 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1614 cases.
1615 * configure: Regenerate.
1616
29b2c556
JM
16172011-03-24 Joseph Myers <joseph@codesourcery.com>
1618
1619 * config.sub: Update to version 2011-03-23.
1620
f0ff0f90
JM
16212011-03-22 Joseph Myers <joseph@codesourcery.com>
1622
1623 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1624 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1625 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1626 * configure: Regenerate.
1627
782cb41f
JM
16282011-03-22 Joseph Myers <joseph@codesourcery.com>
1629
1630 * config-ml.in: Don't handle arc-*-elf*.
1631 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1632 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1633 handle GCC libraries.
1634 * configure: Regenerate.
1635
0e8ad34f
RO
16362011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1637
1638 PR bootstrap/48120:
1639 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1640 Add -lstdc++ -lm to LIBS.
1641 * configure: Regenerate.
1642
5548b4ce
DE
16432011-03-18 David Edelsohn <dje.gcc@gmail.com>
1644
1645 * config.guess: Update to version 2011-02-02
1646 * config.sub: Update to version 2011-02-24
2e702c99 1647
86ed8cf6
SP
16482011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1649
9eb322aa
MF
1650 * configure.ac: Adjust test of with_ppl.
1651 * configure: Regenerated.
86ed8cf6 1652
b123da99
SP
16532011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1654
1655 * configure.ac: Add -lpwl to ppllibs.
1656 * config/cloog.m4: Add -lisl to clooglibs.
1657 * configure: Regenerated.
1658
822ce8ee
RW
16592011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1660
1661 Import from Libtool and gnulib:
1662
1663 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1664
1665 Prepare for supporting FreeBSD 10.
1666 * config.rpath: Remove handling of freebsd1* which soon would
1667 match FreeBSD 10.0.
1668
1669 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1670
1671 Remove support for FreeBSD 1.x.
1672 * libtool.m4 (_LT_LINKER_SHLIBS)
1673 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1674 soon would incorrectly match FreeBSD 10.0.
1675
dcb5e506
RW
16762011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1677
1678 PR binutils/12283
1679 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1680 (move-if-change): Comes from gnulib.
1681 * move-if-change: Import version from gnulib.
1682
8d8eef9a
RW
16832011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1684
1685 Sync from GCC:
1686
1687 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1688
1689 PR lto/47225
1690 * Makefile.def (lto-plugin): Double dash for enable-shared.
1691 (configure-gcc): Depend on all-lto-plugin.
1692 * Makefile.in: Rebuilt.
1693
1694 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1695
1696 * configure.ac: Remove extra bracket.
1697 * configure: Regenerate.
1698
1699 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1700
1701 PR lto/47225
1702 * Makefile.def: Add dependency for install-gcc
1703 on install-lto-plugin.
1704 * Makfile.in: Regenerated
1705
1706 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1707
1708 * configure.ac: If with_ppl is no, move setting with_cloog=no
1709 after CLOOG_REQUESTED check.
1710 * configure: Regenerated.
1711
1712 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1713
1714 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1715 CLooG has been requested.
1716 * configure: Regenerated.
1717
1718 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1719
1720 * configure: Regenerated.
1721 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1722
1723 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1724
1725 * configure: Regenerated.
1726 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1727
1728 2011-01-07 Jan Hubicka <jh@suse.cz>
1729
1730 PR lto/47225
1731 * Makefile.in: Regenerate.
1732 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1733 configure.
1734
65b4571a
AO
17352011-01-31 Alexandre Oliva <aoliva@redhat.com>
1736
1737 PR libgcj/44341
1738 * configure.ac: Discard --with-* flags for host when configuring
1739 target libraries for cross build.
1740 * configure: Rebuilt.
1741
7837304f
AS
17422011-01-21 Andreas Schwab <schwab@redhat.com>
1743
1744 Sync from GCC:
1745
1746 2011-01-21 Andreas Schwab <schwab@redhat.com>
1747
1748 * configure.ac: Use AS_HELP_STRING throughout.
1749 * configure: Regenerate.
1750
1751 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1752
1753 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1754 * configure: Regenerate.
1755
115ef890
RW
17562010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1757
1758 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1759
92c9a463
JB
17602011-01-13 Joel Brobecker <brobecker@adacore.com>
1761
1762 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1763 for ia64-hpux.
1764 * configure: Regenerate.
1765
887ebfb4
RW
17662011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1767
1768 Sync from GCC:
1769 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1770
1771 * configure.ac: (picochip): Disable libiberty.
1772 * configure: Regenerate.
1773
04d2c2b2
JJ
17742010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1775
1776 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1777
33d23ee8
ILT
17782010-12-10 Ian Lance Taylor <iant@google.com>
1779
1780 PR bootstrap/46819
1781 * configure.ac: For --disable-libgcj clear libgcj_saved.
1782 * configure: Rebuild.
1783
89a1e9c3
PB
17842010-12-10 Tobias Burnus <burnus@net-b.de>
1785
1786 PR fortran/46540
1787 * configure.ac: Add --disable-libquadmath and
1788 --disable-libquadmath-support.
1789 * configure: Regenerate.
1790
ac7bcd26
TG
17912010-12-10 Tristan Gingold <gingold@adacore.com>
1792
1793 * src-release (ETC_SUPPORT): add gnu-oids.texi
1794
d357cef7
HPN
17952010-12-03 Hans-Peter Nilsson <hp@axis.com>
1796
1797 PR libffi/46792
1798 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1799 * configure: Regenerate.
1800
4f11b223
ILT
18012010-12-02 Ian Lance Taylor <iant@google.com>
1802
1803 * configure.ac: Always set default for poststage1_ldflags to
1804 -static-libstdc++ -static-libgcc.
1805
989abc33
JJ
18062010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1807
1808 * COPYING.NEWLIB: Add National Semiconductor notice.
1809
950386c6
AS
18102010-11-29 Andreas Schwab <schwab@redhat.com>
1811
1812 * configure.ac: Move comment to remove extra space in last argument
1813 of GCC_TARGET_TOOL.
1814
87cda2cf
AO
18152010-11-26 Alexandre Oliva <aoliva@redhat.com>
1816
7d509c83 1817 PR other/46026
87cda2cf
AO
1818 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1819 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1820 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1821 (BASE_FLAGS_TO_PASS): Use it.
1822 * configure: Rebuilt.
1823 * Makefile.in: Rebuilt.
1824
d3b50760
L
18252010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1826
1827 PR binutils/12258
1828 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1829 Properly check default linker.
1830 * configure: Regnerated.
1831
c7791212
NC
18322010-11-23 Matthias Klose <doko@ubuntu.com>
1833
1834 * configure.ac: For --enable-gold, handle value `default' instead of
1835 `both*'. New configure option --{en,dis}able-ld.
1836 * configure: Regenerate.
1837
9e1a94f4
ILT
18382010-11-20 Ian Lance Taylor <iant@google.com>
1839
1840 * configure.ac: Only disable a language library if no language needs
1841 it. Don't let --disable-libgcj uncondtionally disable libffi.
1842 * configure: Rebuild.
1843
ceca0218
PB
18442010-11-20 Paolo Bonzini <bonzini@gnu.org>
1845
1846 * configure: Regenerate.
1847
9b980aa1
RW
18482010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1849
1850 PR other/46202
1851 * configure.ac: Fix just-built in-tree STRIP name to be
1852 binutils/strip-new.
1853 * configure: Regenerate.
1854 * Makefile.def (install-strip-gcc, install-strip-binutils)
1855 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1856 (install-strip-sid): Mirror dependencies on non-strip variants
1857 of these targets on the respective -strip prerequisites.
1858 * Makefile.tpl (install-strip, install-strip-host)
1859 (install-strip-target): New targets.
1860 (install-strip-[+module+], install-strip-target-[+module+]):
1861 New targets.
1862 * Makefile.in: Regenerate.
1863
e552509b
ILT
18642010-11-19 Ian Lance Taylor <iant@google.com>
1865 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1866
1867 * configure.ac: Add target-libgo to target_libraries. Set
1868 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1869 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1870 (HOST_EXPORTS): Add GOC.
1871 (BASE_TARGET_EXPORTS): Add GOC.
1872 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1873 (GOCFLAGS_FOR_TARGET): New variable.
1874 (EXTRA_HOST_FLAGS): Add GOC.
1875 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1876 * Makefile.def (target_modules): Add libgo.
1877 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1878 (dependencies): Add dependency from configure-target-libgo to
1879 configure-target-libffi and all-target-libstdc++-v3. Add
1880 dependencies from all-target-libgo to all-target-libffi.
1881 (languages): Add go.
1882 * configure: Rebuild.
1883 * Makefile.in: Rebuild.
1884
18852010-11-19 Ian Lance Taylor <iant@google.com>
1886
1887 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1888 compiler/flag environment variables.
1889
18902010-11-18 Ian Lance Taylor <iant@google.com>
1891
1892 * configure.ac: Check for lang_requires_boot_languages in
1893 config-lang.in files.
1894 * configure: Rebuild.
1895
8c21d9c7
MF
18962010-11-17 Mike Frysinger <vapier@gentoo.org>
1897
1898 * .gitignore: New file.
1899
e552509b
ILT
19002010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1901 Tobias Burnus <burnus@net-b.de>
1902
1903 PR fortran/32049
1904 * Makefile.def: Add libquadmath; build it with language=fortran.
1905 * configure.ac: Add libquadmath.
1906 * Makefile.tpl: Handle multiple libs in check-[+language+].
1907 * Makefile.in: Regenerate.
1908 * configure: Regenerate.
1909
19102010-11-15 Andreas Schwab <schwab@redhat.com>
1911
1912 * configure.ac: Fix spelling in option names.
1913 * configure: Regenerated.
1914
19152010-11-13 Georg-Johann Lay <georgjohann@web.de>
1916
1917 PR bootstrap/39622
1918 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1919 * configure: Regenerated.
1920
19212010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1922
1923 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1924 define the cloog backend to use. Furthermore, only pass the ppllibs to
1925 the configure checks, if necessary.
1926 * configure: Regenerate.
1927
19282010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1929
1930 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1931 * configure: regenerate
1932
19332010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1934
1935 * config/cloog.m4: Fix typo. verison -> version.
1936 * configure: Regenerate.
1937
19382010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1939
1940 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1941 * configure: Regenerate.
1942
19432010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1944
1945 * configure.ac: Support official CLooG.org versions.
1946 * configure: Regenerate.
1947 * config/cloog.m4: New.
1948
aa291e2d
ME
19492010-11-05 Michael Eager <eager@eagercon.com>
1950
1951 * COPYING.LIBGLOSS: Correct typo in microblaze.
1952 * COPYING.NEWLIB: Same.
1953
e552509b
ILT
19542010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1955
1956 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1957 * configure: Regenerate.
1958
74cea91b
DK
19592010-11-03 Ian Lance Taylor <iant@google.com>
1960 Dave Korn <dave.korn.cygwin@gmail.com>
1961
1962 PR lto/46273
1963 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1964 and on other supported platforms whenever LTO is enabled.
1965 * configure: Rebuild.
1966
6d0cd39e
AM
19672010-11-02 Alan Modra <amodra@gmail.com>
1968
1969 PR binutils/12110
1970 * configure.ac: Error when source path contains spaces.
1971 * configure: Regenerate.
1972
18a8530e
ILT
19732010-10-20 Ian Lance Taylor <iant@google.com>
1974
1975 * Makefile.def (target_modules): Set lib_path to src/.libs for
1976 libstdc++-v3 module.
1977 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1978 * Makefile.in: Rebuild.
1979
6ed3211e
JJ
19802010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1981 Joseph Myers <joseph@codesourcery.com>
1982
1983 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1984 notices.
1985 * COPYING.NEWLIB: Add Texas Instruments notice.
1986
a8eb3f0a
DK
19872010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1988
1989 * configure.ac (build_lto_plugin): New shell variable.
1990 (--enable-lto): Turn on by default for all non-ELF platforms that
1991 have had LTO support added so far. Set build_lto_plugin appropriately
1992 for both ELF and non-ELF.
1993 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1994 * configure: Regenerate.
1995
4074d5f2
RW
19962010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1997
1998 PR bootstrap/45326
1999 PR bootstrap/45174
2000 * configure.ac: Honor initial values of $build_configargs,
2001 $host_configargs, $target_configargs. Mark the precious, so
2002 environment settings get recorded.
2003 * configure: Regenerate.
2004
29821356
RW
20052010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2006
2007 Sync from GCC:
2008
2009 2010-09-30 Michael Eager <eager@eagercon.com>
2010
2011 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2012 * configure: Regenerate.
2013
2014 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2015
2016 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2017 targets and amend comment.
2018 * configure: Regenerate.
2019
2020 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2021
2022 * configure.ac: Enable LTO by default on Darwin.
2023 * configure: Regenerate.
2024
2025 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2026
2027 PR bootstrap/44455
2028 * configure.ac (extra_mpfr_configure_flags): Copy from
2029 extra_mpc_gmp_configure_flags.
2030 * configure: Re-generated.
2031
57eefe4d
RW
20322010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2033
2034 Sync from GCC:
2035
2036 PR bootstrap/45796
2037 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2038 Depend on all-build-libiberty.
2039 * Makefile.in: Regenerate.
2040
20412010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2042
2043 Sync from GCC:
2044
2045 PR bootstrap/44621
2046 * configure.ac: Fix unportable shell quoting.
2047 * configure: Regenerate.
2048
48bb73dd
RW
20492010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2050
2051 * configure.ac: Support all v850 targets.
2052 * configure: Regenerate.
2053
1d14850f
PB
20542010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2055
2056 PR target/44862
2057 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2058 Provide -B option to allow for link spec %s substitutions for
2059 libstdc++.a on darwin.
2060 * Makefile.in: Regenerate.
2061
7530c480
AO
20622010-06-10 Alexandre Oliva <aoliva@redhat.com>
2063
2064 * Makefile.def (configure-gcc): Depend on all-libelf.
2065 * Makefile.in: Rebuild.
2066
285d560d
RW
20672010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2068
2069 * config.sub, config.guess: Update from upstream sources.
2070
a009f2e7
RW
20712010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2072
2073 Sync from GCC:
2074
2075 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2076 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2077 * configure: Regenerated.
2078
2079 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2080 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2081 * configure: Regenerate.
2082
2083 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2084 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2085 * configure: Regenerate.
2086
2087 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2088 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2089 separately.
2090 * configure: Regenerate.
2091
2092 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2093 * configure: Regenerate after change to elf.m4.
2094
2095 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2096 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2097 * configure: Regenerated.
2098
2099 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2100 * configure.ac: Print "buggy but acceptable" when CLooG
2101 revision is less than 9.
2102 * configure: Regenerated.
2103
e49e5c92
DK
21042010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2105
2106 Merge from gcc:
2107
2108 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2109 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2110 * configure: Regenerate.
2111
2112 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2113 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2114 a platform that supports LTO.
2115 * configure: Regenerate.
2116
2117 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2118 PR lto/42776
2119 * configure.ac (--enable-lto): Refactor handling so libelf tests
2120 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2121 and allow LTO to be explicitly enabled on non-ELF platforms that
2122 are known to support it inside else-clause.
2123 * configure: Regenerate.
2124
e6de499b
NC
21252010-04-27 Roland McGrath <roland@redhat.com>
2126 H.J. Lu <hongjiu.lu@intel.com>
2127
2128 * configure.ac (--enable-gold): Support both, both/gold and
2129 both/bfd to add gold to configdirs without removing ld.
2130 * configure: Regenerated.
2131
2132 * Makefile.def: Add install-gold dependency to install-ld.
2133 * Makefile.in: Regenerated.
2134
d594eacc
TG
21352010-04-14 Tristan Gingold <gingold@adacore.com>
2136
2137 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2138 * configure: Regenerate.
2139
938d2b74
RW
21402010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2141
2142 Merge from gcc:
2143 PR bootstrap/43615
2144 PR bootstrap/43328
2145 Revert:
2146 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2147 * configure.ac: Do not pass --enable-multilib nor
2148 --disable-multilib in baseargs. Accept explicitly passed
2149 --enable_multilib.
2150 * configure: Regenerate.
2151
a9ef41a7
RW
21522010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2153
2154 PR bootstrap/43328
2155 * configure.ac: Do not pass --enable-multilib nor
2156 --disable-multilib in baseargs. Accept explicitly passed
2157 --enable_multilib.
2158 * configure: Regenerate.
2159
619a3713
JM
21602010-03-23 Joseph Myers <joseph@codesourcery.com>
2161
2162 * configure.ac (tic6x-*-*): New case.
2163 * configure: Regenerate.
2164
92f4e989
JM
21652010-03-23 Joseph Myers <joseph@codesourcery.com>
2166
2167 Merge from gcc:
2168 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2169 PR ada/42554
2170 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2171 * configure: Regenerate.
2172
c35a0556
JM
21732010-03-23 Joseph Myers <joseph@codesourcery.com>
2174
2175 * config.sub: Update to version 2010-03-22.
2176 * config.guess: Update to version 2009-12-30.
2177
18fa8f9c
JM
21782010-03-14 Joseph Myers <joseph@codesourcery.com>
2179
2180 Merge from gcc:
2181 2010-01-11 Richard Guenther <rguenther@suse.de>
2182 PR lto/41569
2183 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2184 * Makefile.in: Regenerated.
2185
ba98da75
RO
21862010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2187
2188 PR libstdc++/32499
2189 * configure.ac (RANLIB): Default to true.
2190 (STRIP): Likewise.
2191 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2192 * configure: Regenerate.
2193
3994761f
NC
21942010-02-17 Nick Clifton <nickc@redhat.com>
2195
2196 PR 11238
2197 * Makefile.tpl (local-distclean): Also remove config.cache files in
2198 sub-directories as there may not be Makefiles present in the
2199 sub-directories.
792cdb50
NC
2200 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2201 the config.cache files found by the find command.
2202
3994761f
NC
2203 * Makefile.in: Regenerate.
2204 * configure.ac: Revert previous delta.
2205 * configure: Regenerate.
2206
01a82011
NC
22072010-02-15 Nick Clifton <nickc@redhat.com>
2208
2209 PR 11238
2210 * configure.ac: Delete config.cache files in sub-directories when
2211 deleting Makefiles.
2212 * configure: Regenerate.
2213
143754cd
NC
22142010-02-15 Nick Clifton <nickc@redhat.com>
2215
2216 * configure.ac: Sync from gcc.
2217 * configure: Regenerate.
2218
a6b5846e
KG
22192010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2220
2221 Sync from gcc:
2222 * configure.ac: Add "recommended" version checks for GMP/MPC.
2223 Update recommended GMP/MPFR/MPC versions.
2224 * configure: Regenerate.
2225
2aa2364a
JR
22262010-01-25 Joern Rennecke <amylaar@spamcop.net>
2227
2228 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2229 * configure.ac (bootstrap_target_libs): Make inclusion of
2230 target-libgomp conditional on libgomb being in target_configdirs.
2231 * configure: Regenerate.
2232
d35e937f
JR
22332010-01-23 Joern Rennecke <amylaar@spamcop.net>
2234
2235 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2236 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2237 * configure: Regenerate.
2238
911e63d0
JR
22392010-01-22 Joern Rennecke <amylaar@spamcop.net>
2240
2241 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2242 * configure.ac (target_configdirs): Substitute.
2243 * Makefile.def: Bootstrap target module libgomp.
2244 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2245 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2246 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2247 * configure, Makefile.in: Regenerate.
2248
3725885a
RW
22492009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2250
2251 * libtool.m4: Sync from git Libtool.
2252 * ltmain.sh: Likewise.
2253 * ltoptions.m4: Likewise.
2254 * ltversion.m4: Likewise.
2255 * lt~obsolete.m4: Likewise.
2256
d5f2ee2e 22572010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 2258 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
2259
2260 PR bootstrap/42424
2261 * configure.ac: Include libtool m4 files.
9eb322aa 2262 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
2263 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2264 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 2265
d5f2ee2e
KG
2266 * configure: Regenerate.
2267
f2b2dd91
RW
22682010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2269
2270 PR bootstrap/41818
2271 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2272 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2273 * Makefile.in: Regenerate.
2274
06ca7962
BE
22752009-12-18 Ben Elliston <bje@au.ibm.com>
2276
2277 * config.sub, config.guess: Update from upstream sources.
2278
30a16d7b
JJ
22792009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2280
2281 * COPYING.NEWLIB: Update copyright date.
2282 * COPYING.LIBGLOSS: Ditto.
2283
d9b76ff9
KG
22842009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2285
2286 PR middle-end/30447
2287 PR middle-end/30789
2288 PR other/40302
2289
2290 * configure.ac: Require MPC.
2291 * configure: Regenerate.
2292
2293 * configure.ac: Update minimum MPC version to 0.8.
2294 * configure: Regenerate.
2295
e12dec02
PB
22962009-11-20 Paolo Bonzini <bonzini@gnu.org>
2297
2298 * config.guess: Sync with upstream and gcc.
2299 * config.sub: Sync with upstream and gcc.
2300
606a9ca0
AO
23012009-11-16 Alexandre Oliva <aoliva@redhat.com>
2302
2303 * Makefile.def: Restore host and target settings for gmp.
2304 * Makefile.in: Rebuild.
2305
1f53ca9a
AO
23062009-11-16 Alexandre Oliva <aoliva@redhat.com>
2307
2308 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2309 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2310 Fix portability of test of C++ as bootstrap language. Add
2311 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2312 * configure: Rebuild.
2313 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2314 and cloog. Fix in-tree ppl configuration. Introduce libelf
2315 in-tree building.
2316 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2317 (POSTSTAGE1_HOST_EXPORTS): Use it.
2318 (STAGE[+id+]_CXXFLAGS): New.
2319 (BASE_FLAGS_TO_PASS): Pass it down.
2320 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2321 extra_exports.
2322 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2323 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2324 extra_exports.
2325 * Makefile.in: Rebuild.
2326
23272009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2328
2329 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2330 paths for *-w64-mingw* and x86_64-*mingw*.
2331 * configure: Regenerated.
2332
23332009-10-30 Kai Tietz <kai.tietz@onevision.com>
2334
2335 * configure.ac: Disable target-winsup & co for
2336 x86_64-*-mingw* and *-w64-mingw* targets.
2337 * configure: Regenerated.
2338
23392009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2340
2341 * configure.ac (CLooG test): Use = with test.
2342 * configure: Regenerate.
2343
23442009-10-22 Richard Guenther <rguenther@suse.de>
2345
2346 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2347 cloog if the ppl version check failed. Move flags saving
2348 before setting in libelf check.
2349 * configure: Regenerate.
2350
23512009-10-21 Richard Guenther <rguenther@suse.de>
2352
2353 * configure.ac: Adjust the ppl and cloog configure to work as
2354 documented. Disable cloog if ppl was disabled. Omit the version
2355 checks if they were disabled.
2356 * configure: Re-generate.
2357
6811fb56
RW
23582009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2359
2360 * configure.ac: Add 'lto' to enable_languages, not
2361 new_enable_languages, and only if not already present.
2362 * configure: Regenerate.
2363
700d40ca
ILT
23642009-10-06 Ian Lance Taylor <iant@google.com>
2365
2366 * Makefile.def: check-gold depends upon all-gas.
2367 * Makefile.in: Rebuild.
2368
23692009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2370
2371 * Makefile.def: all-lto-plugin depends on all-libiberty.
2372 set bootstrap=true for lto-plugin.
2373 Add lto-plugin.
2374 * Makefile.in: Regenerate.
2375 * configure.ac (host_libs): Add lto-plugin.
2376 * configure: Regenerate.
2377
23782009-10-03 Diego Novillo <dnovillo@google.com>
2379
2380 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2381 (HOST_LIBELFLIBS): Define.
2382 (HOST_LIBELFINC): Define.
2383 * Makefile.in: Regenerate.
2384 * configure.ac: Add --enable-lto.
2385 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2386 If --enable-lto is used, add 'lto' to new_enable_languages.
2387 If --enable-lto is used and gold is enabled, add
2388 lto-plugin to configdirs.
2389 * configure: Regenerate.
2390
23912009-10-03 Simon Baldwin <simonb@google.com>
2392
2393 * configure.ac: If --with-system-zlib, suppress local zlib and
2394 pass --with-system-zlib to subdir configure scripts.
2395 * configure: Regenerate.
2396
23972009-10-01 Loren J. Rittle <ljrittle@acm.org>
2398 Paolo Bonzini <bonzini@gnu.org>
2399
2400 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2401 $(srcdir).
2402 * Makefile.in: Rebuilt.
2403
c8cb1b3e
PB
24042009-09-29 Paolo Bonzini <bonzini@gnu.org>
2405
2406 Sync from gcc:
2407 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2408
2409 * configure.ac: Update minimum MPC version to 0.7.
2410 * configure: Regenerate.
2411
30167e0a
NC
24122009-09-25 Nick Clifton <nickc@redhat.com>
2413
2414 * configure.ac: Pass any --cache-file=/dev/null option on to
2415 subconfigures.
2416 * configure: Regenerate.
2417
707a0b5c
NC
24182009-09-23 Nick Clifton <nickc@redhat.com>
2419
2420 * config.sub, config.guess: Update from upstream sources.
2421
700d40ca
ILT
24222009-09-22 Loren J. Rittle <ljrittle@acm.org>
2423
2424 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2425 * Makefile.in: Rebuilt.
2426
2fd0b40b
RW
24272009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2428
2429 PR bootstrap/32272
2430 * configure.ac: Error out if $srcdir isn't '.' but contains
2431 host-${host_noncanonical}.
2432 * configure: Regenerate.
2433
4385ad3c
RW
24342009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2435
16b1ad29
RW
2436 * configure.ac: If bootstrapping a combined tree with
2437 --enable-gold, require c++ in stage1_languages.
2438 * configure: Regenerate.
2439
f8dc745f
RW
2440 * configure.ac: Also add target_libs of stage1_languages to
2441 bootstrap_target_libs.
2442 * configure: Regenerate.
2443
4385ad3c
RW
2444 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2445 with --enable-languages not containing c++.
2446 * configure: Regenerate.
2447
df51e4e1
JZ
24482009-09-16 Jie Zhang <jie.zhang@analog.com>
2449
2450 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2451 * configure: Regenerate.
2452
06a51eac
RW
24532009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2454
2455 * configure.ac: Do not use $extrasub for replacing @if/@endif
2456 parts in Makefile; instead, use additional arguments to
2457 AC_CONFIG_COMMANDS to do the replacement manually, with several
2458 sed invocations, to avoid HP-UX sed command limits.
2459 * configure: Regenerate.
2460
96655cc4
AO
24612009-09-04 Alexandre Oliva <aoliva@redhat.com>
2462
2463 * configure.ac (with-build-config): Document. Handle without.
2464 Handle missing argument.
2465 * configure: Rebuilt.
2466
24672009-09-03 Alexandre Oliva <aoliva@redhat.com>
2468
2469 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2470 Default to bootstrap-debug only if compare-debug works.
2471 * configure: Rebuilt.
2472 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2473 * Makefile.in: Rebuilt.
2474
24752009-09-01 Alexandre Oliva <aoliva@redhat.com>
2476
2477 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2478 * Makefile.in: Rebuilt.
2479
8e957354
PB
24802009-09-02 Paolo Bonzini <bonzini@gnu.org>
2481
2482 * Makefile.tpl (AWK): Fix typo.
2483 * Makefile.in: Regenerate.
2484
24852009-09-02 Paolo Bonzini <bonzini@gnu.org>
2486
2487 * configure.ac: Detect awk and sed.
2488 * Makefile.def (flags_to_pass): Add AWK and SED.
2489 * Makefile.tpl (AWK, SED): New.
2490 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2491 * configure: Regenerate.
2492 * Makefile.in: Regenerate.
2493
fb792462
TG
24942009-09-01 Tristan Gingold <gingold@adacore.com>
2495
2496 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2497 Remove logical names.
2498
a69e7d0a
DK
24992009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2500
2501 * ltmain.sh (func_normal_abspath): New function.
2502 (func_relative_path): Likewise.
2503 (func_mode_help): Document new -bindir option for link mode.
2504 (func_mode_link): Add new -bindir option, and use it to place
2505 output DLL if specified.
2506
d444d2ba
RW
25072009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2508
2509 * configure.ac (AC_PREREQ): Bump to 2.64.
2510
13b7343a
RW
25112009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2512
af542c2e
RW
2513 * README-maintainer-mode: Point directly to upstream locations
2514 for autoconf, automake, libtool, gettext, instead of copies on
2515 sources.redhat.com. Document required versions.
2516 * configure.ac: Do not substitute datarootdir, htmldir,
2517 pdfdir, docdir. Do not process --with-datarootdir,
2518 --with-htmldir, --with-pdfdir, --with-docdir.
2519 * configure: Regenerate.
2520
81ecdfbb
RW
2521 * configure: Regenerate.
2522
13b7343a
RW
2523 * compile: Sync from Automake 1.11.
2524 * depcomp: Likewise.
2525 * install-sh: Likewise.
2526 * missing: Likewise.
2527 * mkinstalldirs: Likewise.
2528 * ylwrap: Likewise.
2529
c1102ce7
RW
25302009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2531
34a0f3cf
RW
2532 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2533 (baseargs): Add --disable-option-checking.
2534 * configure: Regenerate.
2535
c1102ce7
RW
2536 * Makefile.def (configure-target-libiberty): Depend on
2537 all-binutils and all-ld.
2538 (configure-target-newlib): Likewise.
2539 * Makefile.in: Regenerate.
2540
e8a5fa9c
RW
25412009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2542
2543 Sync with GCC, merge:
2544
2545 2009-07-31 Christian Bruel <christian.bruel@st.com>
2546
2547 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2548 * configure: Regenerate.
2549
2550 2009-07-06 Ian Lance Taylor <iant@google.com>
2551
2552 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2553 * configure: Rebuild.
2554
2555 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2556
2557 PR bootstrap/40338
2558 * configure.ac (comparestring): Create new variable.
2559 * Makefile.tpl (comparestring): Use to skip some comparisions.
2560 * configure: Regenerate.
2561 * Makefile.in: Regenerate.
2562
2563 2009-06-23 Ian Lance Taylor <iant@google.com>
2564
2565 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2566 boot_languages. Only bootstrap target libraries listed in
2567 target_libs for some boot language. Add --with-stage1-ldflags,
2568 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2569 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2570 if not building with C++.
2571 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2572 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2573 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2574 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2575 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2576 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2577 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2578 * configure, Makefile.in: Rebuild.
2579
2580 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2581
2582 * configure.ac: Detect MPC in default directory.
2583 * configure: Regenerate.
2584
2585 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2586
2587 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2588 to noconfdirs.
2589 * configure: Regenerate.
2590
2591 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2592
2593 * Makefile.def: Add MPC support and dependencies.
2594 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2595
2596 * Makefile.in, configure: Regenerate.
2597
2598 2009-05-24 Nicolas Roche <roche@adacore.com>
2599
2600 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2601 * Makefile.in: Regenerate.
2602
2603 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2604
2605 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2606 * configure: Regenerate.
2607
2608 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2609
2610 * configure.ac ($with_ppl): Default to no if not supplied.
2611 ($with_cloog): Likewise.
2612 configure: Regenerate.
2613
2614 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2615
2616 PR bootstrap/39739
2617 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2618 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2619
2620 * configure, Makefile.in: Regenerate.
2621
2622 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2623
2624 * configure.ac: Change copyright header to refer to version
2625 3 of the GNU General Public License and to point readers at the
2626 COPYING3 file and the FSF's license web page.
2627 * Makefile.def: Likewise.
2628 * Makefile.tpl: Likewise.
2629 * Makefile.in: Regenerate.
2630
2631 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2632
2633 * configure.ac: Restore match for darwin9 or later. Use double
2634 brackets since regeneration eats one pair.
2635 * configure: Regenerate.
2636
bf110216
CF
26372009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2638
2639 * MAINTAINERS: Perform some obvious fixups.
2640
2262bbf4
BE
26412009-08-17 Ben Elliston <bje@au.ibm.com>
2642
2643 * config.sub, config.guess: Update from upstream sources.
2644
25a07265
NC
26452009-08-06 Michael Eager <eager@eagercon.com>
2646
2647 * configure.ac: Add Microblaze target.
2648 * configure: Regenerate.
2649
85bd1942
TG
26502009-07-02 Tristan Gingold <gingold@adacore.com>
2651
2652 * configure.ac: Do not exclude gas for i386-*-darwin.
2653 Add a case for x86_64-*-darwin.
2654 * configure: Regenerate.
2655
f9806fa5
DE
26562009-06-26 Doug Evans <dje@sebabeach.org>
2657
2658 * Makefile.def (host_modules): Add cgen.
2659 * Makefile.in: Regenerate.
2660 * configure.ac (host_tools): Add cgen.
2661 * configure: Regenerate.
2662
6bfb4e30
JJ
26632009-06-17 Michael Eager <eager@eagercon.com>
2664
2665 * COPYING.LIBGLOSS: Add Xilinx license.
2666
8bcf2718
NC
26672009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2668
2669 * configure.ac: Define is_elf for QNX Neutrino targets.
2670 * configure: Regenerate.
2671
04ec0acb
RW
26722009-06-03 Jerome Guitton <guitton@adacore.com>
2673 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2674
9eb322aa
MF
2675 * Makefile.tpl (all): Avoid a trailing backslash.
2676 * Makefile.in: Regenerate.
04ec0acb 2677
7ee5dbeb
BE
26782009-06-03 Ben Elliston <bje@au.ibm.com>
2679
2680 * config.sub, config.guess: Update from upstream sources.
2681
fda13ee8
AO
26822009-06-02 Alexandre Oliva <aoliva@redhat.com>
2683
2684 * Makefile.tpl ([+compare-target+]): Compare all stage
2685 directories, rather than just gcc.
2686 * Makefile.in: Rebuilt.
2687
4a657b0d
DK
26882009-05-28 Doug Kwan <dougkwan@google.com>
2689
2690 * configure.ac: Support gold for target arm*-*-*.
2691 * configure: Regenerate.
2692
07fc31c9
AO
26932009-05-27 Alexandre Oliva <aoliva@redhat.com>
2694
2695 * Makefile.tpl (all): Avoid harmless warning in make all when
2696 gcc-bootstrap is enabled but stage_last does not exist.
2697 * Makefile.in: Rebuilt.
2698
8a7a39ab
TG
26992009-05-25 Tristan Gingold <gingold@adacore.com>
2700
2701 * setup.com: Complete the file with configuration and build.
2702
b5233201
AO
27032009-05-18 Alexandre Oliva <aoliva@redhat.com>
2704
2705 PR other/40159
2706 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2707 gcc-no-bootstrap are mutually exclusive.
2708 * Makefile.in: Rebuilt.
2709
7b6175f9
AO
27102009-05-18 Alexandre Oliva <aoliva@redhat.com>
2711
2712 PR other/40159
2713 * Makefile.tpl (all): Don't end with unconditional success.
2714 * Makefile.in: Rebuilt.
2715
1b05fbbd
AO
27162009-05-12 Alexandre Oliva <aoliva@redhat.com>
2717
2718 PR target/37137
2719 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2720 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2721 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2722 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2723 stage_configureflags, stage_cflags and stage_libcflags into
2724 explicit Makefile macros.
2725 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2726 GFORTRAN.
2727 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2728 CC. Set CC_FOR_BUILD from CC.
2729 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2730 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2731 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2732 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2733 and GFORTRAN.
2734 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2735 (_LIBCFLAGS): Renamed to _TFLAGS.
2736 (do-compare-debug, do-compare3-debug): Drop.
2737 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2738 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2739 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2740 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2741 (XGCC_FLAGS_FOR_TARGET): New.
2742 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2743 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2744 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2745 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2746 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2747 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2748 TFLAGS.
2749 (BUILD_CONFIG): Include if requested.
2750 (all): Set TFLAGS on bootstrap.
2751 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2752 (all-stageid-prefixmodule): Likewise.
2753 (do-clean, distclean-stageid): Set TFLAGS.
2754 (restrap): Fix whitespace.
2755 * Makefile.in: Rebuilt.
2756
dc17c78c
EB
27572009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2758
2759 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2760 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2761 * Makefile.in: Regenerate.
2762
14324cd7
EZ
27632009-04-24 Eli Zaretskii <eliz@gnu.org>
2764
2765 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2766 consistency with config.sub. (Update from upstream sources.)
2767
f8d5f06c
JM
27682009-04-21 Joseph Myers <joseph@codesourcery.com>
2769
2770 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2771
0000e2bf
BE
27722009-04-17 Ben Elliston <bje@au.ibm.com>
2773
2774 * config.sub, config.guess: Update from upstream sources.
2775
20135e4c
NC
27762009-04-15 Anthony Green <green@moxielogic.com>
2777
34adf976 2778 * configure.ac: Add moxie support.
20135e4c
NC
2779 * configure: Rebuilt.
2780
ef699244
L
27812009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2782
2783 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2784 * configure: Regenerate.
2785
10ad8ef3
L
27862009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2787
2788 PR gas/10039
2789 * configure.ac: Require texinfo 4.7.
2790 * configure: Regenerated.
2791
c50523ce
L
27922009-04-09 Steve Ellcey <sje@cup.hp.com>
2793
2794 * Makefil.def (languages): New entries.
2795 * Makefile.tpl (check-gcc-*): New generic target.
2796 * Makefile.in: Regenerate.
2797
47afba5f
EZ
27982009-03-27 Eli Zaretskii <eliz@gnu.org>
2799
2800 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2801 Windows builds of Sed.
2802
dc448a7b
TT
28032009-03-18 Tom Tromey <tromey@redhat.com>
2804
2805 * configure: Rebuild.
2806 * configure.ac (host_libs): Add libiconv.
2807 * Makefile.in: Rebuild.
2808 * Makefile.def (host_modules): Add libiconv.
2809 (configure-gdb, all-gdb): Depend on libiconv.
2810
24741ab2
JB
28112009-03-16 Tristan Gingold <gingold@adacore.com>
2812
2813 * configure.ac: Treat gdb as supported on x86_64-darwin.
2814 * configure: Regenerate.
2815
29383458
JM
28162009-03-16 Joseph Myers <joseph@codesourcery.com>
2817
2818 Merge from GCC:
2819
2820 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2821
2822 * configure.ac (--with-host-libstdcxx): New option.
2823 * configure: Regenerate.
2824
2825 2009-01-29 Robert Millan <rmh@aybabtu.com>
2826
2827 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2828 * configure: Regenerate.
2829
2830 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2831
2832 PR tree-optimization/38515
2833 * configure.ac (cloog-polylib): Removed.
2834 (with_ppl, with_cloog): Test for "no".
2835 * configure: Regenerated.
2836
58e24671
RW
28372009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2838
2839 Backport from git Libtool:
2840
2841 2009-01-19 Robert Millan <rmh@aybabtu.com>
2842 Support GNU/kOpenSolaris.
2843 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2844 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2845 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2846 GNU/kOpenSolaris.
2847
314b2e66
AS
28482009-02-05 Andreas Schwab <schwab@suse.de>
2849
2850 * Makefile.tpl (stage_last): Define $r and $s before using
2851 $(RECURSE_FLAGS_TO_PASS).
2852 * Makefile.in: Regenerate
2853
8b700390
JJ
28542009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2855
2856 * COPYING.NEWLIB: Add ARM license.
2857
66775d67
AM
28582009-01-16 Alan Modra <amodra@bigpond.net.au>
2859
2860 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 2861 (all-opcodes): Depend on all-libiberty.
66775d67
AM
2862 * Makefile.in: Regenerate.
2863
19e99079
NC
28642009-01-15 Douglas B Rupp <rupp@gnat.com>
2865
2866 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2867 * configure: Regenerate.
2868
22e8c8e0
RW
28692008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2870
2871 Backport link test fix from upstream Libtool:
2872
2873 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2874 Add cache variables to tests that require the linker to work.
2875 For shlibpath_overrides_runpath, this also changes the semantics
2876 to let the result from the C compiler take precedence.
2877 compiler take precedence.
2878
7d6d7764
BE
28792008-12-02 Ben Elliston <bje@au.ibm.com>
2880
2881 * config.sub, config.guess: Update from upstream sources.
2882
ea8af06e
JJ
28832008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2884
2885 * COPYING.NEWLIB: Updated.
2886 * COPYING.LIBGLOSS: Ditto.
2887
af0771d3
PB
28882008-12-16 Paolo Bonzini <bonzini@gnu.org>
2889
2890 Sync with GCC:
2891
2892 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2893
2894 * configure.ac (ppllibs): Add by default the lib flags.
2895 * configure: Regenerate.
2896
2897 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2898
314b2e66
AS
2899 * configure.ac: Add double brackets on darwin[912].
2900 * configure: Regenerate.
af0771d3
PB
2901
2902 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2903
314b2e66
AS
2904 * configure.ac: Expand to darwin10 and later.
2905 * configure: Regenerate.
af0771d3 2906
f7c83eac
AS
29072008-12-02 Andreas Schwab <schwab@suse.de>
2908
2909 * Makefile.def: configure-target-boehm-gc depends on
2910 all-target-libstdc++-v3.
2911 * Makefile.in: Regenerate.
2912
bc67ad83
BE
29132008-12-02 Ben Elliston <bje@au.ibm.com>
2914
2915 * config.sub, config.guess: Update from upstream sources.
2916
e28c595f
JM
29172008-11-27 Joseph Myers <joseph@codesourcery.com>
2918
2919 Merge from GCC:
2920
2921 2007-12-02 Matthias Klose <doko@ubuntu.com>
2922
2923 * config-ml.in: Remove 64bit configure tests.
2924
2925 2008-05-14 Rafael Espindola <espindola@google.com>
2926
2927 * config-ml.in: don't handle --enable-shared and --enable-static.
2928
2929 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2930 Tobias Grosser <grosser@fim.uni-passau.de>
2931 Jan Sjodin <jan.sjodin@amd.com>
2932 Harsha Jagasia <harsha.jagasia@amd.com>
2933 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2934 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2935 Adrien Eliche <aeliche@isty.uvsq.fr>
2936
2937 Merge from graphite branch.
2938 * configure: Regenerate.
2939 * Makefile.in: Regenerate.
2940 * configure.ac (host_libs): Add ppl and cloog.
2941 Add checks for PPL and CLooG.
2942 * Makefile.def (ppl, cloog): Added modules and dependences.
2943 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2944 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2945
2946 2008-09-03 Richard Guenther <rguenther@suse.de>
2947
2948 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2949 cloog test.
2950 * configure: Re-generate.
2951
2952 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2953
2954 * configure.ac (--with-cloog-polylib): New.
2955 (--disable-cloog-version-check): New.
2956 (--disable-ppl-version-check): New.
2957 * configure: Re-generate.
2958
2959 2008-09-05 Richard Guenther <rguenther@suse.de>
2960
2961 * configure.ac: Initialize clooglibs to -lcloog.
2962 * configure: Re-generate.
2963
2964 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2965
2966 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2967 recommended version to 2.3.2.
2968
2969 * configure: Regenerate.
2970
2971 2008-10-31 Ben Elliston <bje@au.ibm.com>
2972
2973 * configure.ac (spu-*-*): Remove special case.
2974 * configure: Regenerate.
2975
2976 Complete comment text from GCC version of:
2977
2978 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2979
2980 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2981 (GCC_SHLIB_SUBDIR): New.
2982 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2983 * configure: Regenerate.
2984 * Makefile.in: Regenerate.
2985
652dec25
TG
29862008-11-27 Tristan Gingold <gingold@adacore.com>
2987
2988 * configure.ac: Build gdb for i?86-*-darwin*
2989 * configure: Regenerated.
2990
7582fb4a
DJ
29912008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2992
2993 PR bootstrap/38014
2994 PR bootstrap/37923
2995
2996 Revert:
2997
2998 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2999
3000 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3001 * Makefile.in: Regenerated.
3002
3003 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3004
3005 PR gdb/921
3006 PR gdb/1646
3007 PR gdb/2175
3008 PR gdb/2176
3009
3010 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3011 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3012 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3013 (HOST_EXPORTS): Pass CPPFLAGS.
3014 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3015 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3016 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3017 * Makefile.in, configure: Regenerated.
3018 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3019 and CPPFLAGS_FOR_BUILD.
3020
faee1be2
UW
30212008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3022
3023 * configure.ac [spu-*-*]: Do not set skipdirs.
3024 * configure: Re-generate.
3025
b7c2dce4
DJ
30262008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3027
3028 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3029 * Makefile.in: Regenerated.
3030
bb52de30
DJ
30312008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3032
3033 PR gdb/921
3034 PR gdb/1646
3035 PR gdb/2175
3036 PR gdb/2176
3037
3038 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3039 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3040 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3041 (HOST_EXPORTS): Pass CPPFLAGS.
3042 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3043 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3044 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3045 * Makefile.in, configure: Regenerated.
3046 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3047 and CPPFLAGS_FOR_BUILD.
3048
b25062ae
SE
30492008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3050
3051 * libtool.m4: Update to libtool 2.2.6.
3052 * lt~obsolete.m4: Update to libtool 2.2.6.
3053 * ltmain.sh: Update to libtool 2.2.6.
3054 * ltsugar.m4: Update to libtool 2.2.6.
3055 * ltversion.m4: Update to libtool 2.2.6.
3056 * ltoptions.m4: Update to libtool 2.2.6.
3057 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3058
3bbd2f8f
AL
30592008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3060
3061 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3062 (GCC_SHLIB_SUBDIR): New.
3063 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3064 * configure: Regenerate.
3065 * Makefile.in: Regenerate.
3066
b29d32ce
TG
30672008-08-28 Tristan Gingold <gingold@adacore.com>
3068
3069 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3070 Enable bfd, binutils and opcodes.
3071 * configure: Regenerate.
3072
c325a203
DD
30732008-08-16 Nicolas Roche <roche@adacore.com>
3074
3075 * Makefile.tpl: Add BOOT_ADAFLAGS.
3076 * Makefile.in: Regenerate.
3077
e7c8859c
RS
30782008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3079
3080 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3081 * configure: Regenerate.
3082
da888c87
PB
30832008-07-30 Paolo Bonzini <bonzini@gnu.org>
3084
3085 Sync with gcc:
3086 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3087
f7c83eac
AS
3088 * configure.ac: Add makefile fragments for hpux.
3089 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3090 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3091 * configure: Regenerate.
3092 * Makefile.in: Regenerate.
da888c87
PB
3093
3094 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3095
f7c83eac
AS
3096 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3097 * Makefile.in: Regenerate.
3098 * configure: Regenerate.
da888c87 3099
944982cf
ILT
31002008-06-18 Ian Lance Taylor <iant@google.com>
3101
662c6704
ILT
3102 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3103
944982cf
ILT
3104 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3105
7a283e07
RW
31062008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3107
3108 * configure: Regenerate.
3109
5b553f7e
RW
31102008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3111
3112 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3113 "$@" is still intact with both Autoconf 2.59 and 2.62.
3114 * configure: Regenerate.
3115
675492f0
RW
31162008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3117
3118 * Makefile.tpl: Fix comment errors.
3119 * Makefile.in: Regenerate.
3120
b018a5d1
JB
31212008-06-13 Julian Brown <julian@codesourcery.com>
3122
3123 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3124 of libobjc for ARM EABI Linux.
3125 * configure: Regenerate.
3126
310213e8
DE
31272008-06-12 David S. Miller <davem@davemloft.net>
3128 David Edelsohn <edelsohn@gnu.org>
3129
3130 * configure.ac: Add powerpc*-*-* to gold supported targets.
3131 * configure: Regenerate.
3132
6641ce42
JM
31332008-06-08 Joseph Myers <joseph@codesourcery.com>
3134
3135 PR tree-optimization/36218
3136 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3137 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3138 (all prefix="build-"): Pass them to build-system sub-makes.
3139 * Makefile.in: Regenerate.
3140
03c2f9e6
DJ
31412008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3142
3143 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3144 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3145 mkdep, and compile. Update comments.
3146 (ETC_SUPPORT): Add ChangeLog and update comments.
3147
4538db8b
ILT
31482008-05-11 Ian Lance Taylor <iant@google.com>
3149
3150 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3151
266df637
PB
31522008-04-18 Paolo Bonzini <bonzini@gnu.org>
3153
3154 Sync with gcc:
3155 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3156
3157 PR bootstrap/35457
3158 * configure.ac: Include override.m4.
3159 * configure: Regenerate.
3160
3161 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3162
f7c83eac
AS
3163 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3164 * Makefile.in: Regenerate.
266df637
PB
3165
3166 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3167
f7c83eac
AS
3168 * configure.ac: Do not build libssp for the AVR.
3169 * configure: Regenerate.
266df637 3170
a86a761e
NC
31712008-04-18 Nick Clifton <nickc@redhat.com>
3172
3173 * MAINTAINERS: Replace reference to configure.in with reference to
3174 configure.ac.
3175
52310858
NC
31762008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3177
f7c83eac 3178 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 3179 as nonconfigurable directories list.
f7c83eac 3180 * configure: Regenerate.
52310858 3181
f5314dd5
DM
31822008-04-14 David S. Miller <davem@davemloft.net>
3183
3184 * configure.ac: Add sparc*-*-* to gold supported targets.
3185 * configure: Regenerate.
3186
e2208220
BE
31872008-04-14 Ben Elliston <bje@au.ibm.com>
3188
3189 * config.sub, config.guess: Update from upstream sources.
3190
0bb6ea20
HPN
31912008-04-12 Hans-Peter Nilsson <hp@axis.com>
3192
3193 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3194 * Makefile.in: Regenerate.
3195
e5164e97
ILT
31962008-04-07 Ian Lance Taylor <iant@google.com>
3197
3198 * Makefile.def: check-gold depends upon all-binutils.
3199 * Makefile.in: Regenerate.
3200
e33b51a6
NC
32012008-04-04 Nick Clifton <nickc@redhat.com>
3202
3203 PR binutils/4334
3204 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3205 builds.
3206 * configure: Regenerate.
3207
fc5df3ab
NC
32082008-04-04 NightStrike <NightStrike@gmail.com>
3209
3210 PR other/35151
f7c83eac
AS
3211 * configure.ac: Combine rules for mingw32 and mingw64.
3212 * configure: Regenerate.
fc5df3ab 3213
c779bab8
PB
32142008-03-27 Paolo Bonzini <bonzini@gnu.org>
3215
3216 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3217 * Makefile.in: Regenerate.
3218
93f9b408
ILT
32192008-03-20 Ian Lance Taylor <iant@google.com>
3220
3221 * configure.ac: Add support for --enable-gold.
3222 * Makefile.def: Add gold as a directory like ld.
3223 * configure, Makefile.in: Regenerate.
3224
5746fb46
AK
32252008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3226
3227 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3228 (s390_cond_extensions): Reduced extensions to the compare related.
3229 (main): z10 cpu type option added.
3230 (expandConditionalJump): Renamed to ...
3231 (insertExpandedMnemonic): ... this.
3232
3233 * opcodes/s390-opc.c: Re-group the operand format makros.
3234 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3235 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3236 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3237 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3238 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3239 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3240 INSTR_SIL_RDU): New instruction formats added.
3241 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3242 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3243 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3244 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3245 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3246 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3247 masks added.
3248 (s390_opformats): New formats added "ris", "rrs", "sil".
3249 * opcodes/s390-opc.txt: Add the conditional jumps with the
3250 extensions removed from automatic expansion in s390-mkopc.c manually.
3251 (asi - trtre): Add new System z10 EC instructions.
3252 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3253
58c85be7
RW
32542008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3255
3256 * configure.ac: m4_include config/proginstall.m4.
3257 * configure: Regenerate.
3258
78124051
RW
32592008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3260
3261 Backport from upstream Libtool:
f7c83eac 3262
78124051 3263 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 3264
78124051
RW
3265 Deal with Autoconf 2.62's semantic change in m4_append.
3266 * ltsugar.m4 (lt_append): Replace broken versions of
3267 m4_append.
3268 (lt_if_append_uniq): Don't require separator to be overquoted,
3269 and avoid broken m4_append.
3270 (lt_dict_add): Fix typo.
3271 * libtool.m4 (_LT_DECL): Don't overquote separator.
3272
018f1bea
DE
32732008-03-13 David Edelsohn <edelsohn@gnu.org>
3274
3275 * config.rpath: Add AIX 6 support.
3276
5c5f596d
PB
32772008-03-13 Paolo Bonzini <bonzini@gnu.org>
3278
3279 * Makefile.def (stageprofile). Remove -fprofile-generate
3280 from stage_libcflags.
3281 * Makefile.in: Regenerate.
3282
a1f93a5e
BE
32832008-03-13 Ben Elliston <bje@au.ibm.com>
3284
3285 * config.sub, config.guess: Update from upstream sources.
3286
98c3d905
AK
32872008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3288
3289 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3290 * s390-opc.txt (cmpsc): Duplicate entry removed.
3291 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3292 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3293 fier, cu42, cu41): Fix operand format.
3294
7f6ef0c0
PB
32952008-02-20 Paolo Bonzini <bonzini@gnu.org>
3296
f7c83eac
AS
3297 PR bootstrap/32009
3298 PR bootstrap/32161
3299
3300 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3301 * configure: Regenerate.
3302
3303 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3304 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3305 STAGE4_LIBCFLAGS): New.
3306 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3307 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3308 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3309 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3310 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3311 for target modules. Don't export LIBCFLAGS.
3312 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3313 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3314 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3315 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3316 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3317 * Makefile.in: Regenerate.
7f6ef0c0 3318
eaf19029
PB
33192008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3320
3321 PR libgcj/33085
3322 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3323 Do not use -DDLL_EXPORT. Backport from upstream.
3324
680c43e9
NC
33252008-02-14 Nick Clifton <nickc@redhat.com>
3326
3327 Import this patch from gcc:
3328 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3329
3330 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3331
c72b1d96
HPN
33322008-02-02 Hans-Peter Nilsson <hp@axis.com>
3333
3334 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3335 * configure: Regenerate.
3336
8b66833e
BW
33372008-01-31 Marc Gauthier <marc@tensilica.com>
3338
3339 * configure.ac (xtensa*-*-*): Recognize processor variants.
3340 * configure: Regenerate.
3341
9cc8ae67
PB
33422008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3343
f7c83eac
AS
3344 PR bootstrap/34922
3345 * configure.ac (PARSE_ARGS): Push suitable setting of
3346 ac_subdirs_all, for `./configure --help=recursive'.
3347 Handle `+' in generic toplevel directory disabling.
3348 * configure: Regenerate.
9cc8ae67 3349
19090595
BE
33502008-01-23 Ben Elliston <bje@au.ibm.com>
3351
3352 * config.sub, config.guess: Update from upstream sources.
3353
9f1e7fd3
BE
33542008-01-08 Ben Elliston <bje@au.ibm.com>
3355
3356 * config.sub, config.guess: Update from upstream sources.
3357
2f959d61
JJ
33582007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3359
3360 * COPYING.LIBGLOSS: Update default copyright.
3361
aa054b85
JJ
33622007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3363
3364 * COPYING.NEWLIB: Update default copyright.
3365
57c53b2b
RS
33662007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3367
3368 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3369 Change recommended MPFR from 2.2.1 > 2.3.0.
3370 * configure: Regenerate.
3371
fee14b60
RS
33722007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3373
3374 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3375 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3376 * Makefile.in: Regenerate.
3377
c9b68031
DD
33782007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3379
3380 * configure.ac: Enable libjava for x86_64-*-darwin9.
3381 * configure: Regenerate.
3382
ad25e7d5
BE
33832007-12-05 Ben Elliston <bje@au.ibm.com>
3384
3385 * config.sub, config.guess: Update from upstream sources.
3386
6ac84f65
PB
33872007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3388
f7c83eac
AS
3389 * config-ml.in: Robustify against white space in absolute file
3390 names.
6ac84f65 3391
f7c83eac
AS
3392 * config-ml.in (multi-clean): Substitute ${Makefile}.
3393 Remove superfluous ${Makefile} in list.
6ac84f65 3394
7b3200f9
DJ
33952007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3396
3397 * Makefile.def (dependencies): Make configure-gdb depend on
3398 all-intl.
3399 * Makefile.in: Regenerated.
3400
2c133ff9
JJ
34012007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3402
3403 * Makefile.def: To avoid problems running with parallel makes,
3404 build newlib before libgloss so that target specific header
3405 files are availble.
3406 * Makefile.in: Regenerate.
3407
5074315a
DJ
34082007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3409
3410 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3411 * Makefile.in: Regenerate.
3412
f5bc1778
DJ
34132007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3414
3415 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3416 * libdecnumber: New directory, imported from GCC.
3417
c66487f8
NC
34182007-10-08 Mike Frysinger <vapier@gentoo.org>
3419
3420 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3421 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3422 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3423 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3424 * configure: Regenerate.
3425
b5714970
PB
34262007-10-01 Paolo Bonzini <bonzini@gnu.org>
3427
3428 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3429 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3430 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3431 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3432 * configure.ac: Default them to host tools for $host = $build.
3433 Subst them.
3434
3435 * configure: Regenerate.
3436 * Makefile.in: Regenerate.
3437
f3b1e08e
RS
34382007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3439
3440 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3441 * configure: Regenerate.
3442
cff87f51
DD
34432007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3444
3445 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3446 libstdc++.
3447 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3448 * configure: Regenerate.
3449 * Makefile.in: Regenerate.
f7c83eac 3450
625a61cd
AS
34512007-09-17 Andreas Schwab <schwab@suse.de>
3452
3453 * configure.ac: Raise minimum makeinfo version to 4.6.
3454 * configure: Regenerate.
3455
83a3a68b
AM
34562007-09-15 Alan Modra <amodra@bigpond.net.au>
3457
3458 * configure.ac: Correct makeinfo version check.
3459 * configure: Regenerate.
3460
5bd8be13
RS
34612007-09-14 Richard Sandiford <richard@codesourcery.com>
3462
3463 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3464 to $skipdirs and only disable gprof for newlib. Use the normal
3465 mips*-elf* handling in other respects.
3466 * configure: Regnerate.
3467
5566c1fa
DD
34682007-09-12 David Daney <ddaney@avtrex.com>
3469
3470 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3471 enabling libgcj.
3472 * configure: Regenerate.
3473
34742007-09-12 Richard Guenther <rguenther@suse.de>
3475
3476 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3477 nor --disable-checking is provided also turn on yes and types
3478 checking for stage1.
3479 * configure: Re-generate.
3480
a18e2996 34812007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
3482
3483 PR target/33281
3484 * configure.ac: Use config/mh-mingw on mingw.
3485 * configure: Regenerate.
84e7906e 3486
691bb5a1
DD
34872007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3488
3489 PR other/32154
3490 * configure.ac: For libgloss targets, point the linker to the linker
3491 script, startup code and simulator library.
3492 * configure: Regenerate.
3493
6d18b86b
AH
34942007-09-09 Andrew Haley <aph@redhat.com>
3495
3496 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 3497 target-libjava.
6d18b86b 3498
f00a3165 34992007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 3500
f00a3165 3501 * config.sub, config.guess: Update from upstream sources.
971aaaa5 3502
2abc4e65
BE
35032007-08-21 Richard Guenther <rguenther@suse.de>
3504
3505 * configure.ac: Add types checking to stage1 checking flags.
3506 * configure: Regenerate.
3507
8a6ee3ab 35082007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 3509 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
3510
3511 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3512 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3513 * Makefile.in: Regenerate.
3514 * configure.ac (--with-debug-prefix-map): New.
3515 * configure: Regenerate.
3516
429acdec
RS
35172007-08-17 Richard Sandiford <richard@codesourcery.com>
3518 Nigel Stephens <nigel@mips.com>
3519
429acdec
RS
3520 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3521 as target_makefile_frag.
3522 * configure: Regenerate.
3523
8520c408
AO
35242007-08-16 Alexandre Oliva <aoliva@redhat.com>
3525
3526 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3527 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3528 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3529 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3530 (do-compare, do-compare3, do-compare-debug): New.
3531 ([+compare-target+]): Use them.
3532
35332007-08-16 Alexandre Oliva <aoliva@redhat.com>
3534
3535 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3536 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3537 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3538 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3539 (do-compare, do-compare3, do-compare-debug): New.
3540 ([+compare-target+]): Use them.
3541
2444379b
BE
35422007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3543 Ben Elliston <bje@au.ibm.com>
3544
3545 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3546 --silent if $silent.
3547 * configure: Regenerate.
3548
d6f99447
DJ
35492007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3550
3551 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3552
bd0aa315
NC
35532007-07-17 Nick Clifton <nickc@redhat.com>
3554
3555 * COPYING3: New file. Contains version 3 of the GNU General
3556 Public License.
3557 * COPYING3.LIB: New file. Contains version 3 of the GNU
3558 Lesser General Public License.
3559
0ebe98fb
BS
35602007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3561
3562 * configure.ac: Fix my previous change to really match GCC.
3563 * configure: Regenerate.
3564
521ec477
DD
35652007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3566
3567 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3568 * configure: Regenerate.
3569
35702007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3571
3572 * configure.ac: Add some missing m4 quotation.
3573 * configure: Regenerate.
3574
0c24b341
NC
35752007-07-09 Kai Tietz <kai.tietz@onevision.com>
3576
f7c83eac
AS
3577 * Makefile.def: Add windmc tool to build.
3578 * Makefile.tpl: Likewise.
3579 * configure.ac: Likewise.
3580 * Makefile.in: Regenerate.
3581 * configure: Regenerate.
0c24b341 3582
a09314d0
L
35832007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3584
3585 * lt~obsolete.m4: New. Import from 20070318 libtool.
3586
7c3e1d12
BS
35872007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3588
3589 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3590 uclinux and linux-uclibc targets.
3591 * configure: Regenerate.
3592
a5b3b4dd
DD
35932007-06-28 DJ Delorie <dj@redhat.com>
3594
3595 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3596 not building newlib.
3597 * configure: Regenerated.
f7c83eac 3598
184d813c
DJ
35992007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3600
3601 * src-release (DEVO_SUPPORT): Correct typos.
3602
31d99776
DJ
36032007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3604
3605 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3606 * Makefile.in: Regenerated.
3607
e00a73e3
PB
36082007-06-14 Paolo Bonzini <bonzini@gnu.org>
3609
f7c83eac
AS
3610 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3611 (distclean-stage[+id+]): Possibly delete stage_last.
3612 * Makefile.in: Regenerate.
e00a73e3 3613
98a1bbc5
BE
36142007-06-07 Ben Elliston <bje@au.ibm.com>
3615
3616 * config.sub, config.guess: Update from upstream sources.
3617
973601e1
BE
36182007-06-07 Ben Elliston <bje@au.ibm.com>
3619
3620 * Makefile.tpl: Fix spelling error.
3621 * Makefile.in: Regenerate.
3622
2038f525
PB
36232007-06-04 Paolo Bonzini <bonzini@gnu.org>
3624
3625 Sync with gcc:
3626 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3627
f7c83eac
AS
3628 PR bootstrap/29382
3629 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3630 * configure: Rebuilt.
2038f525 3631
f7c5c4b5
PB
36322007-06-01 Steve Ellcey <sje@cup.hp.com>
3633
12a64d4f
L
3634 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3635 lt_cv_sys_max_cmd_len.
f7c5c4b5 3636
7ad9660b
PB
36372007-05-31 Paolo Bonzini <bonzini@gnu.org>
3638
3639 * ltgcc.m4: Update from GCC.
3640
0e7ef45c
EC
36412007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3642
12a64d4f 3643 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 3644
37ad9514
SE
36452007-05-24 Steve Ellcey <sje@cup.hp.com>
3646
3647 * ltmain.sh: Update from GCC.
3648 * libtool.m4: Update from GCC.
3649 * ltsugar.m4: New. Update from GCC.
3650 * ltversion.m4: New. Update from GCC.
3651 * ltoptions.m4: New. Update from GCC.
3652 * ltconfig: Remove.
3653 * ltcf-c.sh: Remove.
3654 * ltcf-cxx.sh: Remove.
3655 * ltcf-gcj.sh: Remove.
3656 * src-release: Update with new libtool file list.
3657
8ee82aff
PB
36582007-05-16 Paolo Bonzini <bonzini@gnu.org>
3659
3660 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3661 stage_cflags.
3662 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3663 Remove CFLAGS/LIBCFLAGS.
3664 (configure-stage[+id+]-[+prefix+][+module+],
3665 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3666 * Makefile.in: Regenerate.
3667
149cb58d
SE
36682007-04-14 Steve Ellcey <sje@cup.hp.com>
3669
3670 * config-ml.in: Update from GCC.
3671
91506736
DJ
36722007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3673
3674 * src-release (do-proto-toplev): Process the support directories before
3675 the tool directory.
3676
ffa8bd48
RS
36772007-03-21 Richard Sandiford <richard@codesourcery.com>
3678
3679 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3680 of glob. Quote arguments with single quotes too.
3681 * configure: Regenerate.
3682
a4fd3374
DD
36832007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3684
3685 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3686 * Makefile.in: Regenerate
3687
b8025f34
AS
36882007-03-07 Andreas Schwab <schwab@suse.de>
3689
3690 * configure: Regenerate.
3691
a3ca38d2
DD
36922007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3693
3694 * configure.ac: Add "--with-pdfdir" configure option,
3695 which defines pdfdir variable.
3696 * Makefile.def (target=fixincludes): Add install-pdf to
3697 missing targets.
3698 (recursive_targets): Add install-pdf target.
3699 (flags_to_pass): Add pdfdir.
3700 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3701 target.
3702 * configure: Regenerate
3703 * Makefile.in: Regenerate
3704
37052007-02-28 Eric Christopher <echristo@apple.com>
3706
3707 Revert:
3708 2006-12-07 Mike Stump <mrs@apple.com>
3709
3710 * Makefile.def (dependencies): Add dependency for
3711 install-target-libssp and install-target-libgomp on
3712 install-gcc.
3713 * Makefile.in: Regenerate.
3714
37152007-02-27 Matt Kraai <kraai@ftbfs.org>
3716
3717 * configure: Regenerate.
3718 * configure.ac: Move statements after variable declarations.
3719
a4708fba
JM
37202007-02-19 Joseph Myers <joseph@codesourcery.com>
3721
3722 * configure.ac: Adjust for loop syntax.
3723 * configure: Regenerate.
3724
9a819804
AO
37252007-02-18 Alexandre Oliva <aoliva@redhat.com>
3726
3727 * configure: Rebuilt.
3728
81ec575a
AO
37292007-02-18 Alexandre Oliva <aoliva@redhat.com>
3730
3731 * configure.ac: Drop multiple occurrences of --enable-languages,
3732 and fix its quoting.
3733 * configure: Rebuilt.
3734
92f01d61 37352007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
3736 Nathan Sidwell <nathan@codesourcery.com>
3737 Vladimir Prus <vladimir@codesourcery.com
3738 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
3739
3740 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3741 * configure: Regenerate.
3742
b1299c4e
DJ
37432007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3744
3745 * configure.ac (target_libraries): Move libgcc before libiberty.
3746 * configure: Regenerated.
3747
18f6b6ee
PB
37482007-02-13 Paolo Bonzini <bonzini@gnu.org>
3749
3750 * configure: Regenerate again?
3751
9c4e9f27
PB
37522007-02-13 Paolo Bonzini <bonzini@gnu.org>
3753
3754 * configure: Reapply PR30748 fix which was lost in the previous commit.
3755
24ff9987
DJ
37562007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3757 Paolo Bonzini <bonzini@gnu.org>
3758
3759 PR bootstrap/30753
3760 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3761 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3762 * configure: Regenerated.
3763
7df2cd5d
PB
37642007-02-10 Paolo Bonzini <bonzini@gnu.org>
3765
3766 * configure: Regenerate.
3767
b0aaa663
DJ
37682007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3769
3770 PR bootstrap/30748
3771 * configure.ac: Correct syntax for Solaris ksh.
3772 * configure: Regenerated.
3773
a0323144
PB
37742007-02-09 Paolo Bonzini <bonzini@gnu.org>
3775
3776 * Makefile.def: Sync with GCC.
3777 * Makefile.tpl: Sync with GCC.
3778 * Makefile.in: Regenerate.
3779 * configure: Regenerate.
3780
c6b750e1
DJ
37812007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3782
3783 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3784 noncanonical equivalents.
3785 * configure.in: Rename to...
3786 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3787 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3788 target_noncanonical. Use them. Rewrite removal of configure
3789 arguments for autoconf 2.59. Discard variable settings. Force
3790 program_transform_name for native tools.
3791
3792 * Makefile.in: Regenerated.
3793 * configure: Regenerated with autoconf 2.59.
3794
3795 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3796
f3cd89f4
JJ
37972007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3798
3799 * COPYING.LIBGLOSS: Reformat default Red Hat
3800 license to fit within 80 columns.
3801 * COPYING.NEWLIB: Ditto.
3802
4e206d7e
DB
38032007-02-05 Dave Brolley <brolley@redhat.com>
3804
3805 * Contribute the following changes:
3806 2006-11-28 DJ Delorie <dj@redhat.com>
3807
3808 * configure.in: Fix typo for mep's target_makefile_frag.
3809 * configure: Regenerated.
3810
3811 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3812
3813 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3814 * configure: Regenerate.
3815
3816 2001-09-19 DJ Delorie <dj@redhat.com>
3817
3818 * configure.in (target_makefile_frag): use mt-mep
3819
3820 2001-06-12 Don Howard <dhoward@redhat.com>
3821
3822 * configure.in: Remove gdb from MeP skip list.
3823
3824 2001-04-05 DJ Delorie <dj@redhat.com>
3825
3826 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3827
3828 2001-03-20 Ben Elliston <bje@redhat.com>
3829
3830 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3831
3832 2001-03-19 Ben Elliston <bje@redhat.com>
3833
3834 * config.sub (mep, mep-*): Add.
3835
b2edfdd2
AS
38362007-01-31 Andreas Schwab <schwab@suse.de>
3837
3838 * Makefile.tpl (LDFLAGS): Substitute it.
3839 * Makefile.in: Regenerate.
3840
ceb92e78
PB
38412007-01-11 Paolo Bonzini <bonzini@gnu.org>
3842
3843 * configure.in: Change == to = in test command.
f7c83eac 3844 * configure: Regenerate.
ceb92e78 3845
4b900473 38462007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
3847 Nick Clifton <nickc@redhat.com>
3848 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3849
3850 * configure.in (build_configargs, host_configargs, target_configargs):
3851 Remove build/host/target parameters.
3852 (host_libs): Add gmp and mpfr.
3853 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3854 * Makefile.def (gmp, mpfr): New.
3855 (gcc): Remove target.
3856 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3857 target_os, target_vendor): New.
3858 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3859 * configure: Regenerate.
3860 * Makefile.in: Regenerate.
4b900473
PB
3861
38622007-01-11 Matt Fago <fago@earthlink.net>
3863
3864 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 3865 to improve robustness of configure tests.
4b900473
PB
3866 * configure: Regenerate.
3867
80f6dcbc
NC
38682007-01-08 Kai Tietz <kai.tietz@onevision.com>
3869
3870 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 3871 * configure: Regenerate.
80f6dcbc 3872
f86e35b8
NC
38732007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3874
3875 * Makefile.tpl (all-target): Correct @if conditional for target
3876 modules.
3877 * configure.in: Omit libiberty if building only target libgcc.
3878 * configure, Makefile.in: Regenerated.
3879
79fcd0ec
PB
38802007-01-04 Paolo Bonzini <bonzini@gnu.org>
3881
3882 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3883 * configure: Regenerate.
3884
6aa8ef82
DJ
38852007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3886
3887 * Makefile.def (target_modules): Add libgcc.
3888 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3889 * Makefile.tpl (clean-target-libgcc): Delete.
3890 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3891 on gcc even for bootstrapped modules. Rewrite handling of
3892 lang_env_dependencies to loop over target_modules.
3893 * configure.in (target_libraries): Add target-libgcc.
3894 * Makefile.in, configure: Regenerated.
3895
9b134994
PB
38962006-12-29 Paolo Bonzini <bonzini@gnu.org>
3897
3898 Sync with gcc:
3899 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3900
f7c83eac
AS
3901 * configure.in: Reorganize recognition of languages. Add
3902 --enable-stage1-languages. Show supported languages for the chosen
3903 target rather than all recognized languages.
3904 * configure: Regenerate.
9b134994
PB
3905
3906 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3907
f7c83eac
AS
3908 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3909 * Makefile.in: Regenerate.
9b134994
PB
3910
3911 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3912
f7c83eac
AS
3913 * configure.in: Warn that MPFR 2.2.0 is buggy.
3914 * configure: Regenerate.
9b134994 3915
8cf39b1b
ILT
39162006-12-27 Ian Lance Taylor <iant@google.com>
3917
3918 * configure.in: When removing Makefiles to force a reconfigure, also
3919 remove prev-DIR*/Makefile.
3920 * configure: Regenerate.
3921
ebff6cd5
KH
39222006-12-23 Kazu Hirata <kazu@codesourcery.com>
3923
3924 * config.bfd: Recognize fido.
3925
8a0d8a5c
PB
39262006-12-19 Paolo Bonzini <bonzini@gnu.org>
3927
3928 Sync with gcc:
3929
3930 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3931
3932 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3933 it only affects bootstrap and could be tested on "$host" as well.
3934 * configure: Regenerate.
3935 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3936
3937 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3938
3939 PR bootstrap/29544
3940 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3941 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3942 move here comment from Makefile.tpl.
3943 * Makefile.tpl: Move some definitions higher in the file.
3944 (STAGE1_CHECKING): New.
3945 * configure.in: Add --enable-stage1-checking.
3946 * configure: Regenerate.
3947 * Makefile.in: Regenerate.
3948
3949 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3950
3951 * configure.in: Update error message for missing GMP/MPFR.
3952
3953 * configure: Regenerate.
3954
3955 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3956
3957 * configure.in: Update MPFR version in error message.
3958
3959 * configure: Regenerate.
3960
3961 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3962
3963 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3964 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3965 --with-gmp-lib): New flags.
3966
3967 * configure: Regenerate.
3968
790c0838
AM
39692006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3970
3971 PR bootstrap/30134
3972 * configure.in: Correct x86 darwin support for libjava to powerpc
3973 and i?86 only.
3974 * configure: Regenerate.
3975
77d7106f
AM
39762006-12-11 Alan Modra <amodra@bigpond.net.au>
3977
3978 * configure.in: Handle spu makefile frag.
77d7106f
AM
3979 * Makefile.tpl (MAINT): Define
3980 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3981 * configure: Regenerate.
3982 * Makefile.in: Regenerate.
3983
0cfa5389
BE
39842006-12-11 Ben Elliston <bje@au.ibm.com>
3985
3986 * config.sub, config.guess: Update from upstream sources.
3987
2839fe5d
BE
39882006-12-11 Ben Elliston <bje@au.ibm.com>
3989
3990 * configure.in: Sync with GCC (spu-*-*).
3991 * configure: Sync with GCC.
3992
b897f5d4
MS
39932006-12-07 Mike Stump <mrs@apple.com>
3994
3995 * Makefile.def (dependencies): Add dependency for
3996 install-target-libssp and install-target-libgomp on
3997 install-gcc.
3998 * Makefile.in: Regenerate.
3999
9daf3993
PB
40002006-11-16 Paolo Bonzini <bonzini@gnu.org>
4001
4002 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4003 (unstage): Test for stage_last presence.
4004
4005 PR bootstrap/29802
4006 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4007 * Makefile.in: Regenerate.
4008
9dbaa842
DD
40092006-11-14 DJ Delorie <dj@redhat.com>
4010
4011 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4012 * Makefile.in: Sync with GCC.
4013 * configure.in: Sync with GCC (mpfr, gmp).
4014 * configure: Sync with GCC.
4015
b0cbce8d
JJ
40162006-11-08 Jie Zhang <jie.zhang@analog.com>
4017
4018 * configure.in: Remove target-libgloss from noconfigdirs for
4019 bfin-*-*.
4020 * configure: Regenerated.
4021
44330a94
JJ
40222006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4023
4024 * COPYING.NEWLIB: Add spu license.
7de05dd5 4025 * COPYING.LIBGLOSS: Ditto.
44330a94 4026
56a8fe78
DD
40272006-10-17 Brooks Moses <bmoses@stanford.edu>
4028
4029 * Makefile.def: Added pdf target handling.
4030 * Makefile.tpl: Added pdf target handling.
4031 * Makefile.in: Regenerated.
4032
fbb00ad0
JJ
40332006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4034
4035 * COPYING.NEWLIB: Updated.
4036 * COPYING.LIBGLOSS: Ditto.
4037
6b89cc21
DB
40382006-09-27 Dave Brolley <brolley@redhat.com>
4039
4040 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4041 $s instead of $r.
4042 * configure: Regenerated.
4043
17bcf627
BE
40442006-09-26 Ben Elliston <bje@au.ibm.com>
4045
4046 * config.sub, config.guess: Update from upstream sources.
4047
f3529cf1
TS
40482006-09-20 Thiemo Seufer <ths@mips.com>
4049
4050 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4051 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4052 * configure: Regenerate.
4053
45055374
CV
40542006-08-30 Corinna Vinschen <corinna@vinschen.de>
4055
4056 * configure.in: Never build newlib for a Mingw host.
4057 Never build newlib as Mingw target library.
4058 Test the existence of winsup/cygwin for building a Cygwin newlib,
4059 rather than just winsup.
4060 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4061 building a Mingw target.
4062 * configure: Regenerate.
4063
4be041b2 40642006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4065 Nigel Stephens <nigel@mips.com>
4066 David Ung <davidu@mips.com>
4be041b2
TS
4067
4068 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4069
1d89b610
PB
40702006-07-25 Paolo Bonzini <bonzini@gnu.org>
4071
4072 Sync from GCC:
4073 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4074
f7c83eac
AS
4075 PR bootstrap/18058
4076 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4077 if the bootstrap compiler is a GCC version that supports it.
4078 * configure: Regenerate.
1d89b610 4079
66a79c16
DJ
40802006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4081
4082 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4083 * configure: Regenerated.
4084
c1cb7e02
PB
40852006-07-18 Paolo Bonzini <bonzini@gnu.org>
4086
f7c83eac
AS
4087 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4088 for stages after the first.
c1cb7e02 4089
7206a0ee
JJ
40902006-07-17 Jakub Jelinek <jakub@redhat.com>
4091
4092 * Makefile.def: Add dependencies for configure-opcodes
4093 on configure-intl and all-opcodes on all-intl.
4094 * Makefile.in: Regenerated.
4095
6816f995
AO
40962006-07-04 Peter O'Gorman <peter@pogma.com>
4097
4098 * ltconfig: chmod 644 before ranlib during install.
4099
3d3adb43
PB
41002006-07-03 Paolo Bonzini <bonzini@gnu.org>
4101
1f3f1bbf 4102 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4103 * configure: Regenerate.
4104
64ce424c
PB
41052006-07-03 Paolo Bonzini <bonzini@gnu.org>
4106
4107 Sync from gcc:
4108
4109 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4110
4111 PR other/27063
4112 * configure.in: Test subdir_requires and give an appropriate
4113 error message.
4114 * configure: Regenerate.
4115
4116 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4117
4118 PR target/27540
4119 * configure.in: Only enable libgomp on IRIX 6.
4120 * configure: Regenerate.
4121
d42c4017
DA
41222006-06-20 David Ayers <d.ayers@inode.at>
4123
4124 PR bootstrap/28072
4125 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4126 whether target-libjava is being configured instead of whether the
4127 java front end is enabled.
4128 * configure: Regenerate.
0e7ef45c 4129
4962c51a
MS
41302006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4131
4132 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4133 to R_ARM_LDC_SB_G{0,1,2} respectively.
4134
caee866a
PB
41352006-06-15 Paolo Bonzini <bonzini@gnu.org>
4136
4137 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4138 too.
4139 * Makefile.in: Regenerate.
4140
363ef840
DA
41412006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4142
4143 Sync from gcc:
4144
4145 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4146 * configure.in: Don't enable libgomp on hpux10.
4147 * configure: Rebuilt.
4148
54d1c879
DA
41492006-06-13 David Ayers <d.ayers@inode.at>
4150
4151 Sync from gcc:
4152
4153 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4154
54d1c879
DA
4155 PR bootstrap/27963
4156 PR target/19970
0e7ef45c 4157 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
4158 ${libgcj} is specified.
4159 * configure: Regenerate.
0e7ef45c 4160
a4d8b690
JJ
41612006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4162
4163 Sync from gcc:
4164
4165 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 4166 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
4167
4168 PR bootstrap/18033
4169 * config-ml.in: Eval option if surrounded by single quotes.
4170
4f0ef2d8
CD
41712006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4172
4173 Sync from gcc:
0e7ef45c 4174
4f0ef2d8 4175 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 4176
4f0ef2d8
CD
4177 PR libobjc/13946
4178 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4179 * Makefile.in: Regenerate.
4180 * configure.in: Add --enable-objc-gc at toplevel and have it
4181 enable boehm-gc for Objective-C.
4182 Remove target-boehm-gc from libgcj.
4183 Add target-boehm-gc to target_libraries.
4184 Add target-boehm-gc to noconfigdirs where ${libgcj}
4185 is specified.
4186 Assert that boehm-gc is supported when requested for Objective-C.
4187 Only build boehm-gc if needed either for Java or Objective-C.
4188 * configure: Regenerate.
4189
4190 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 4191
4f0ef2d8
CD
4192 PR 27674
4193 * Makefile.tpl (configure-[+prefix+][+module+],
4194 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4195 Remove rule to unstage bootstrapped modules.
4196 (stage_current): New.
4197 * Makefile.in: Regenerate.
4198
4199 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4200 Andreas Tobler <a.tobler@schweiz.ch>
4201
4202 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4203 * configure: Rebuilt.
4204
4205 Revert
4206 2006-01-31 Richard Guenther <rguenther@suse.de>
4207 Paolo Bonzini <bonzini@gnu.org>
4208
4209 * Makefile.def (target_modules): Add libgcc-math target module.
4210 * configure.in (target_libraries): Add libgcc-math target library.
4211 (--enable-libgcc-math): New configure switch.
4212 * Makefile.in: Re-generate.
4213 * configure: Re-generate.
4214
c17b816b
JJ
42152006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4216
4217 * config-ml.in: Alter CCASFLAGS to include special
4218 multilib options the same as is done for CFLAGS.
4219
20e95c23
DJ
42202006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4221
4222 * Makefile.def: Added dependencies from sim and gdb on intl, and
4223 added configure dependencies to everything with an all dependency
4224 on intl.
4225 * gettext.m4: Removed.
4226 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4227 (GDB_SUPPORT_DIRS): Add intl.
4228 * Makefile.in: Regenerated.
4229
4bd8ad80
DJ
42302006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4231
4232 * src-release (DEVO_SUPPORT): Add config.rpath.
4233
c380fdd8
PB
42342006-05-25 Paolo Bonzini <bonzini@gnu.org>
4235
4236 * Makefile.def (bfd, opcodes): Fix lib_path.
4237 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4238 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4239 * Makefile.in: Regenerate.
4240
701628f5
MS
42412006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4242
4243 * configure.in: Enable gprof for cross builds.
4244 * configure: Regenerate.
4245
25aae7f2
DJ
42462006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4247
4248 * src-release (MAKEINFOFLAGS): Define.
4249 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4250
ea3d1626
BE
42512006-05-14 Ben Elliston <bje@au.ibm.com>
4252
4253 * config.sub, config.guess: Update from upstream sources.
4254
49b9e644
BE
42552006-05-12 Ben Elliston <bje@au.ibm.com>
4256
4257 * config.sub, config.guess: Update from upstream sources.
4258
482dd2f6
DJ
42592006-05-04 Steve Ellcey <sje@cup.hp.com>
4260
4261 * blt, iwidgets, mmalloc: Remove directories.
4262
8b01a5c2
DD
42632006-05-01 DJ Delorie <dj@redhat.com>
4264
641a3af4 4265 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
4266 * configure: Regenerate.
4267
a481dbb7
DD
42682006-04-18 DJ Delorie <dj@redhat.com>
4269
4270 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4271 reference libgloss so that libssp can be built in a combined
4272 tree.
4273 * configure: Regenerate.
4274
962c9e74
BE
42752006-04-10 Ben Elliston <bje@au.ibm.com>
4276
4277 * contrib: Remove directory.
4278
108a6f8e
CD
42792006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4280
4281 * Makefile.tpl: Add install-html target.
4282 * Makefile.def: Add install-html target.
4283 * Makefile.in: Regenerate.
4284 * configure.in: Add --with-datarootdir, --with-docdir,
4285 and --with-htmldir options.
4286 * configure: Regenerate.
4287
a4ef73e9
BE
42882006-03-31 Ben Elliston <bje@au.ibm.com>
4289
4290 PR binutils/1860
4291 * configure.in: Require makeinfo 4.4 or higher.
4292 * configure: Regenerate.
4293
b37df25a
PB
42942006-03-14 Paolo Bonzini <bonzini@gnu.org>
4295
4296 * Makefile.in: Regenerate.
4297
a6df5a19
PB
42982006-03-14 Paolo Bonzini <bonzini@gnu.org>
4299
4300 Sync with gcc:
4301 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4302
f7c83eac
AS
4303 * configure.in: Handle --disable-<component> generically.
4304 * configure: Regenerate.
a6df5a19
PB
4305
4306 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 4307
f7c83eac
AS
4308 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4309 (TARGET_CONFIGDIRS): Remove.
4310 * configure.in: Remove AC_SUBST(target_configdirs).
4311 * Makefile.in, configure: Regenerated.
a6df5a19
PB
4312
4313
65419985
L
43142006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4315
4316 PR libgcj/17311
4317 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4318
c52c6897
PB
43192006-02-20 Paolo Bonzini <bonzini@gnu.org>
4320
4321 PR bootstrap/25670
4322
4323 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4324
4325 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4326 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4327 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4328 BUILD_PREFIX, BUILD_PREFIX_1.
4329 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4330
4331 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4332 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4333
4334 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4335 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4336 of `cat stage_current`. Always provide the `r' and `s' variables.
4337 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4338 a single shell execution.
4339 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4340 bootstrapped modules, make the stage1 module if the build was not
4341 started yet, else build the current stage.
4342 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4343 (all-build, all-host, all-target, [+make_target+]-host,
4344 [+make_target+]-target): Do not use \-continued lines.
4345 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4346 (current_stage, restrap, stage_last): New.
4347
4348 * Makefile.in: Regenerate.
4349 * configure: Regenerate.
4350
b3ded179
PB
43512006-02-14 Paolo Bonzini <bonzini@gnu.org>
4352
4353 Sync from gcc:
4354
4355 2006-01-31 Richard Guenther <rguenther@suse.de>
4356 Paolo Bonzini <bonzini@gnu.org>
4357
f7c83eac
AS
4358 * Makefile.def (target_modules): Add libgcc-math target module.
4359 * configure.in (target_libraries): Add libgcc-math target library.
4360 (--enable-libgcc-math): New configure switch.
4361 * Makefile.in: Re-generate.
4362 * configure: Re-generate.
4363 * libgcc-math: New toplevel directory.
b3ded179
PB
4364
4365 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
4366 Jakub Jelinek <jakub@redhat.com>
4367 Diego Novillo <dnovillo@redhat.com>
b3ded179 4368
f7c83eac
AS
4369 * libgomp: New directory.
4370 * Makefile.def: Add target_module libgomp.
4371 * Makefile.in: Regenerate.
4372 * configure.in (target_libraries): Add target-libgomp.
4373 * configure: Regenerate.
b3ded179 4374
3a35eeb3
PB
43752006-02-14 Paolo Bonzini <bonzini@gnu.org>
4376 Andreas Schwab <schwab@suse.de>
0e7ef45c 4377
3a35eeb3
PB
4378 * configure: Regenerate.
4379
2429c060
PB
43802006-01-16 Paolo Bonzini <bonzini@gnu.org>
4381
4382 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4383 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4384 the assembler, linker and binutils.
4385 * configure: Regenerate.
4386
ec49b2b8
NC
43872006-01-16 Nick Clifton <nickc@redhat.com>
4388
49b9e644 4389 * config.sub, config.guess: Sync from config repository.
ec49b2b8 4390
44b2308f
AO
43912006-01-05 Alexandre Oliva <aoliva@redhat.com>
4392
4393 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4394 @ from continuation.
4395 * Makefile.in: Rebuilt.
4396
80911fe1
PB
43972006-01-04 Paolo Bonzini <bonzini@gnu.org>
4398
4399 Sync from gcc:
4400
4401 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4402
f7c83eac 4403 PR bootstrap/24252
80911fe1 4404
f7c83eac
AS
4405 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4406 * Makefile.tpl (OBJDUMP): New.
4407 (EXTRA_HOST_FLAGS): Add it.
4408 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 4409
f7c83eac
AS
4410 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4411 to use symbolic links between directories. Avoid race conditions
4412 or make them harmless.
4413 * configure.in: Do not try to use symbolic links between directories.
80911fe1 4414
f7c83eac
AS
4415 * Makefile.def (LEAN): Pass.
4416 * Makefile.tpl (LEAN): Define.
4417 (stage[+id+]-start): Accept that the previous directory does not
4418 exist, if the bootstrap is lean.
4419 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4420 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4421 configure substitution.
4422 ([+compare-target+]): Likewise.
4423 ([+bootstrap-target+]-lean): New.
4424 * configure.in: Remove lean bootstrap support from here.
80911fe1 4425
f7c83eac
AS
4426 * Makefile.in: Regenerate.
4427 * configure: Regenerate.
80911fe1
PB
4428
4429 2006-01-02 Andreas Schwab <schwab@suse.de>
4430
f7c83eac
AS
4431 * configure.in: When reconfiguring remove Makefile in
4432 all stage directories.
4433 * configure: Regenerate.
80911fe1 4434
b59bea8a
NC
44352005-12-27 Leif Ekblad <leif@rdos.net>
4436
4437 * configure.in: Add support for RDOS target.
4438 * configure: Regenerate.
4439
d7730bac
NC
44402005-12-27 Nick Clifton <nickc@redhat.com>
4441
4442 PR binutils/1990
4443 * libtool.m4: Synchronize with version in GCC sources.
4444
c02dabc3
PB
44452005-12-20 Paolo Bonzini <bonzini@gnu.org>
4446
f7c83eac 4447 Revert Ada-related part of the previous change.
c02dabc3 4448
f7c83eac
AS
4449 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4450 Do not pass.
4451 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4452 * Makefile.in: Regenerate.
4453 * configure.in: Do not include mt-ppc-aix target fragment.
4454 * configure: Regenerate.
c02dabc3 4455
f6d183c0
PB
44562005-12-19 Paolo Bonzini <bonzini@gnu.org>
4457
4458 * configure.in: Select appropriate fragments for PowerPC/AIX.
4459 * configure: Regenerate.
4460
4461 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4462 BOOT_CFLAGS, BOOT_LDFLAGS.
4463 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4464 BOOT_CFLAGS, BOOT_LDFLAGS.
4465 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4466 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4467 (stage): Fail if we cannot complete the work.
4468 * Makefile.in: Regenerate.
4469
f29759fc
JJ
44702005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4471
4472 * COPYING.NEWLIB: Update copyright year for default
4473 copyright.
4474
1f054001
PB
44752005-12-15 Paolo Bonzini <bonzini@gnu.org>
4476
4477 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4478 install-host-nogcc): Don't invoke $(stage) at the end.
4479 * Makefile.in: Regenerate.
4480
0aed8855
PB
44812005-12-14 Paolo Bonzini <bonzini@gnu.org>
4482
4483 * configure.in: Flip the top-level bootstrap switch.
4484 * configure: Regenerate.
4485
4486 Merge from gcc:
4487
4488 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4489
f7c83eac
AS
4490 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4491 $(stage) and $(unstage).
4492 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4493 (all): Remove stray semicolon.
4494 (local-distclean): Don't handle multilib.tmp and multilib.out.
4495 (install.all): Set $s for consistency.
4496 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4497 check_multilibs setting. Always make the install directory.
4498 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4499 Correct @if/@endif.
4500 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4501 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4502 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4503 (multilib.out): Remove.
4504 * Makefile.in: Regenerated.
0aed8855
PB
4505
45062005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4507
4508 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4509 * configure.in: Replace ms1 arch with mt.
4510 * configure: Rebuilt.
4511
45122005-12-05 Paolo Bonzini <bonzini@gnu.org>
4513
4514 Sync with gcc:
4515
4970f871
NS
45162005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4517
4518 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4519 * configure.in: Replace ms1 arch with mt.
4520 * configure: Rebuilt.
4521
be01d343
PB
45222005-12-05 Paolo Bonzini <bonzini@gnu.org>
4523
4524 Sync with gcc:
4525
4526 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4527
f7c83eac
AS
4528 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4529 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4530 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4531 Find in-tree tools if available.
4532 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4533 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4534 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4535 (COMPILER_*_FOR_TARGET): New.
4536 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4537 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4538 (CONFIGURED_*, USUAL_*): Remove.
4539 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4540 STRIP): Use autoconf substitutions.
4541 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4542 COMPILER_NM_FOR_TARGET): New.
4543 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4544
4545 (all): Make all-host and all-target in parallel.
4546 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4547 that $$r and $$s are set before invoking a recursive make.
4548 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4549 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
4550
4551 2005-11-29 Ben Elliston <bje@au.ibm.com>
4552
f7c83eac
AS
4553 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4554 from the gcc build directory.
4555 * Makefile.in: Regenerate.
be01d343
PB
4556
4557 2005-11-29 Ben Elliston <bje@au.ibm.com>
4558
f7c83eac
AS
4559 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4560 depend on all-libdecnumber.
4561 * configure.in (host_libs): Include libdecnumber.
4562 * Makefile.in: Regenerate.
4563 * configure: Likewise.
be01d343
PB
4564
4565 2005-11-21 Kean Johnston <jkj@sco.com>
4566
f7c83eac 4567 * config.sub, config.guess: Sync from upstream sources.
be01d343 4568
907be67c
DJ
45692005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4570
4571 * Makefile.def: Remove gdb dependencies for gdbtk.
4572 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4573 (configure-gdb, install-gdb): New rules.
4574 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4575 * Makefile.in, configure: Regenerated.
4576
e360f423
PB
45772005-10-22 Paolo Bonzini <bonzini@gnu.org>
4578
4579 PR bootstrap/24297
4580 * Makefile.tpl (do-[+make-target+], do-check, install,
4581 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4582 are set before recursing.
4583 * Makefile.in: Regenerate.
4584
45d5eb0a
EB
45852005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4586
4587 PR bootstrap/18939
4588 * Makefile.def (gcc) <target>: Fix thinko.
4589 * Makefile.in: Regenerate.
4590
3cf3372e
BS
45912005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4592
4593 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4594 * configure: Regenerate.
4595
bd70a46f
KH
45962005-10-09 Kazu Hirata <kazu@codesourcery.com>
4597
4598 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4599 target-libffi, target-qthreads, target-libjava, and
4600 targetlibobjc.
4601 * configure: Regenerate.
4602
5ae72758
DJ
46032005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4604
4605 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4606 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4607 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4608 (USUAL_OBJDUMP_FOR_TARGET): New.
4609 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4610 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 4611 * configure, Makefile.in: Regenerated.
5ae72758 4612
cc96343e
PB
46132005-10-05 Paolo Bonzini <bonzini@gnu.org>
4614
4615 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4616 before other host packages.
4617
f70224b5
PB
46182005-10-05 Paolo Bonzini <bonzini@gnu.org>
4619
4620 PR bootstrap/22340
4621
4622 * configure.in (default_target): Remove.
4623 * Makefile.tpl (all): Do not use prerequisites as subroutines
4624 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4625 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4626 use prerequisites as subroutines.
4627 (check-host, check-target): New.
4628 (bootstrap configure & all targets): Do not use stage*-start
4629 if the directory layout is already ok.
4630 (non-bootstrap configure & all targets): Prepend a $(unstage).
4631 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4632 (NOTPARALLEL): Remove.
4633 (unstage, stage variables): New variables.
4634 (unstage, stage targets): Simply expand to those variables.
4635
4636 * configure: Regenerate.
4637 * Makefile.in: Regenerate.
4638
c13c918a
JW
46392005-10-04 James E Wilson <wilson@specifix.com>
4640
4641 * Makefile.def (lang_env_dependencies): Add libmudflap.
4642 * Makefile.in: Regenerate.
4643
376a0e54
CM
46442005-10-03 Catherine Moore <clm@cm00re.com>
4645
4646 * configure.in (bfin-*-*): Support bfin.
4647 * configure: Regenerated.
4648
d320aacb
L
46492005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4650
4651 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4652 * configure: Regenerated.
4653
7e0f7140
GK
46542005-09-28 Geoffrey Keating <geoffk@apple.com>
4655
4656 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4657 (LIPO_FOR_TARGET): New.
4658 (CONFIGURED_LIPO_FOR_TARGET): New.
4659 (USUAL_LIPO_FOR_TARGET): New.
4660 (STRIP_FOR_TARGET): New.
4661 (CONFIGURED_STRIP_FOR_TARGET): New.
4662 (USUAL_STRIP_FOR_TARGET): New.
4663 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4664 STRIP_FOR_TARGET.
4665 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4666 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4667 * Makefile.in: Regenerate.
4668 * configure: Regenerate.
0e7ef45c 4669
096f7d00
DE
46702005-09-19 David Edelsohn <edelsohn@gnu.org>
4671
4672 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4673 (rs6000-*-aix*): Same.
4674 * configure: Regenerate.
4675
46762005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4677
4678 * configure.in: Recognize f95 in the --enable-languages option,
4679 and substitute it for fortran, issuing a warning.
4680 * configure: Regenerate.
4681
2016dfcc
BE
46822005-09-07 Ben Elliston <bje@au.ibm.com>
4683
4684 Import from Autoconf sources:
4685
4686 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4687 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4688 Elliston. Handle weird characters correctly.
4689
6dd2fda9
DD
46902005-08-30 Phil Edwards <phil@codesourcery.com>
4691
4692 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4693 * configure: Regenerated.
4694
e6db70d4
RE
46952005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4696
f7c83eac
AS
4697 * Makefile.def (libssp): Add to lang_env_dependencies.
4698 * Makefile.in: Regenerate.
e6db70d4 4699
e1e3d0f5
CG
47002005-08-17 Christian Groessler <chris@groessler.org>
4701
4702 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4703 * Makefile.in: Regenerate.
4704
05cbd757
PB
47052005-08-12 Paolo Bonzini <bonzini@gnu.org>
4706
4707 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4708 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4709 Look for alternate names of the target cc and c++
4710 * configure: Regenerate.
4711
55db4b87
PB
47122005-08-08 Paolo Bonzini <bonzini@gnu.org>
4713
4714 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4715 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4716 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4717 tools; remove code to manually set them.
4718 (Target tools): Look in the environment for them.
4719 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4720 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4721 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4722 build directory.
4723 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4724 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4725 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4726 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4727 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4728 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4729 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4730 * configure: Regenerate.
4731 * Makefile.in: Regenerate.
4732
414e5532
MM
47332005-07-27 Mark Mitchell <mark@codesourcery.com>
4734
4735 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 4736 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
4737 * Makefile.in: Regenerated.
4738
a19b6204
MM
47392005-07-26 Mark Mitchell <mark@codesourcery.com>
4740
4741 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4742 (CFLAGS_FOR_TARGET): Use it.
4743 (CXXFLAGS_FOR_TARGET): Likewise.
4744 * Makefile.in: Regenerated.
4745 * configure.in (--with-build-sysroot): New option.
4746 * configure: Regenerated.
4747
b73aa406
PB
47482005-07-24 Paolo Bonzini <bonzini@gnu.org>
4749
4750 * Makefile.tpl: Wrap install between unstage and stage
4751 * Makefile.in: Regenerate.
4752
6e4d0bcb
KC
47532005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4754
4755 * all files: Update FSF address.
4756
49f58d10
JB
47572005-07-14 Jim Blandy <jimb@redhat.com>
4758
4759 * configure.in: Add cases for Renesas m32c.
4760 * configure: Regenerated.
0e7ef45c 4761
1d9c9cd7
KC
47622005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4763
4764 * COPYING, compile, config-ml.in, config.guess,
4765 config.sub, install-sh, missing, mkinstalldirs,
4766 symlink-tree, ylwrap: Sync from upstream sources.
4767
1587117a
EC
47682005-07-13 Eric Christopher <echristo@redhat.com>
4769
4770 * configure.in: Add toplevel noconfigdir support for tpf.
4771 * configure: Regenerate.
4772
bb780410
DD
47732005-07-11 Jakub Jelinek <jakub@redhat.com>
4774
4775 * Makefile.def (target_modules): Add libssp.
4776 * configure.in (target_libraries): Add target-libssp.
4777 * configure: Rebuilt.
4778 * Makefile.in: Rebuilt.
4779
064d0a7c
PB
47802005-07-11 Paolo Bonzini <bonzini@gnu.org>
4781
4782 PR ada/22340
4783
4784 * Makefile.def: Sync with gcc.
4785 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4786 * Makefile.in: Regenerate.
4787
b2edd3b5
AS
47882005-07-07 Andreas Schwab <schwab@suse.de>
4789
4790 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4791 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4792 * Makefile.in: Regenerated.
4793
5f128533
KH
47942005-07-07 Kazu Hirata <kazu@codesourcery.com>
4795
4796 * configure.in: Add --enable-libssp and --disable-libssp.
4797 * configure: Regenerate with autoconf-2.13.
4798
4e3fc8e5
GK
47992005-07-06 Geoffrey Keating <geoffk@apple.com>
4800
4801 * configure.in: Don't build sim or rda when targetting darwin.
4802 * configure: Regenerate.
4803
c7357d6a
BE
48042005-07-04 Ben Elliston <bje@gnu.org>
4805
4806 * src-release (do-proto-toplev): Remove dejagnu bits.
4807 (DEJAGNU_SUPPORT_DIRS): Remove.
4808 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4809 (GDBD_SUPPORT_DIRS): Likewise.
4810 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4811 (INSIGHTD_SUPPORT_DIRS): Likewise.
4812 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4813
48142005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
4815
4816 * setup.com (mpw): Remove unused directive.
4817
7d329e61
PB
48182005-06-22 Paolo Bonzini <bonzini@gnu.org>
4819
4820 * Makefile.def (stagefeedback): Come after profile.
4821 Define profiledbootstrap target.
4822 * Makefile.tpl (profiledbootstrap): Remove.
4823 (stageprofile-end): Zap stagefeedback.
4824 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4825 * Makefile.in: Regenerate.
4826
e5fbed21
DD
48272005-06-13 Zack Weinberg <zack@codesourcery.com>
4828
4829 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4830 In 'cpp' stanza, support '#line' as well as '# '.
4831
59f7ec45
HPN
48322005-06-07 Hans-Peter Nilsson <hp@axis.com>
4833
4834 * configure.in (unsupported_languages): New macro.
4835 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4836 non-ported target libraries in noconfigdirs.
4837 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4838 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 4839 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
4840 unsupported_languages.
4841 * configure: Regenerate.
4842
c10e9ba7
DD
48432005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4844
4845 * configure.in: Fix typo in handling of --with-mpfr-dir.
4846 * configure: Regenerate.
4847
20deb2b8
JB
48482005-06-02 Jim Blandy <jimb@redhat.com>
4849
4850 * config.sub: Add cases for the Renesas m32c. (This patch has been
4851 accepted into the master sources.)
4852
cdb9b172 48532005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
4854 Michael Snyder <msnyder@redhat.com>
4855 Stan Cox <scox@redhat.com>
cdb9b172 4856
f7c83eac 4857 * configure.in: Set noconfigdirs for ms1.
cdb9b172 4858
f7c83eac 4859 * configure: Regenerate.
cdb9b172 4860
1dc3053f
PB
48612005-05-25 Paolo Bonzini <bonzini@gnu.org>
4862
4863 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4864 (Dependencies): Consider target modules for bootstrap dependencies.
4865 Make target bootstrap modules depend on each stage's gcc.
4866 * Makefile.in: Regenerate.
4867
c60fe18b
PB
48682005-05-20 Paolo Bonzini <bonzini@gnu.org>
4869
4870 * Makefile.def (configure-gcc): Depend on binutils having been built.
4871 (all-gcc): No need to do it here.
4872 * Makefile.in: Regenerate.
4873
27258dd4
PB
48742005-05-19 Paul Brook <paul@codesourcery.com>
4875
0e7ef45c 4876 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
4877 language cannot be built.
4878 * configure: Regenerate.
4879
42ecbf5e
DJ
48802005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4881
4882 * ylwrap: Import from Automake 1.9.5.
4883
ae380b45
MS
48842005-05-04 Mike Stump <mrs@apple.com>
4885
4886 * configure.in: Always pass --target to target configures as
4887 otherwise rebuilds that do --recheck will fail.
811d3af8 4888 * configure: Rebuilt.
ae380b45 4889
d545f33b
PB
48902005-05-04 Paolo Bonzini <bonzini@gnu.org>
4891
4892 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4893 STAGE_HOST_EXPORTS.
4894 (configure, all): Add bootstrap support.
4895 (Host modules, target modules): Pass post-stage1 flags and exports.
4896 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4897 * Makefile.in: Regenerate.
4898
2faa2958
PB
48992005-04-29 Paolo Bonzini <bonzini@gnu.org>
4900
4901 Sync from gcc:
4902
4903 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4904
f7c83eac 4905 * config.sub: Update from master copy.
2faa2958
PB
4906
4907 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4908
f7c83eac
AS
4909 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4910 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4911 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4912 "*-*-elf" and "*-*-linux*".
4913 * configure: Regenerate.
2faa2958 4914
a7254363
PB
49152005-04-06 Paolo Bonzini <bonzini@gnu.org>
4916
f7c83eac 4917 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
4918 (TARGET_CONFIGARGS): Include --with-target-subdir.
4919 (configure, all): New macros. Use them throughout.
4920
a8637a7d
PB
49212005-04-05 Paolo Bonzini <bonzini@gnu.org>
4922
4923 * Makefile.tpl: Sync with gcc.
4924 * Makefile.in: Regenerate.
4925
dd387d52
JR
49262005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4927
4928 * config/mh-mingw32: Delete.
4929 * configure.in: Don't use it.
4930 * configure: Regenerate.
4931
e90269c8
PB
49322005-03-31 Paolo Bonzini <bonzini@gnu.org>
4933
4934 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4935 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4936 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4937 (HOST_LIB_PATH): Generate from Makefile.def.
4938 (TARGET_LIB_PATH): Likewise.
4939 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4940 * Makefile.in: Regenerate.
4941 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4942 (RPATH_ENVVAR): Include Darwin case.
4943 * configure: Regenerate.
4944
9a237d9e
PB
49452005-03-25 Paolo Bonzini <bonzini@gnu.org>
4946
4947 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4948 * configure: Regenerate.
4949
479759c8
ZW
49502005-03-21 Zack Weinberg <zack@codesourcery.com>
4951
4952 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4953 gcc_version, and gcc_version_trigger from set of flags to pass.
4954 * Makefile.tpl: Remove definitions of above variables.
4955 (config.status): Remove dependency on $(gcc_version_trigger).
4956 * Makefile.in: Regenerate.
4957 * configure.in: Do not reference config/gcc-version.m4 nor
4958 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4959 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4960 * configure: Regenerate.
4961
4cfaf6d5
DD
49622005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4963 Andrew Pinski <pinskia@physics.uc.edu>
4964
4965 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4966 * Makefile.in: Regenerate.
4967
33a3fb7b
AO
49682005-03-01 Alexandre Oliva <aoliva@redhat.com>
4969
4970 PR libgcj/20160
4971 * ltmain.sh: Avoid creating archives with components that have
4972 duplicate basenames.
4973
2da12f12
PB
49742005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4975
479759c8
ZW
4976 PR bootstrap/20250
4977 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4978 instead of check.
4979 * Makefile.in: Regenerate.
2da12f12 4980
b00612cc
PB
49812005-02-28 Paolo Bonzini <bonzini@gnu.org>
4982
4983 Sync from gcc.
4984
4985 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4986
4987 PR bootstrap/17383
4988 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4989 * Makefile.tpl (HOST_SUBDIR): New substitution.
4990 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4991 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4992 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4993 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4994 (Host modules, Bootstrapped modules): Use it.
4995 (Build modules, Target modules): Do not create symlink trees,
4996 always configure out-of-srcdir.
4997 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4998 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4999 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5000 $(HOST_SUBDIR). Create a symlink for host_subdir.
5001
5002 * Makefile.in: Regenerate.
5003 * configure: Regenerate.
5004
5005 Merged from libada-gnattools-branch:
5006 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5007
5008 * Makefile.def: Add gnattools as a module, depending on target-libada.
5009 * Makefile.in: Regenerate.
5010 * configure.in: Include gnattools in host_tools; disable it if ada
5011 is disabled.
5012 * configure: Regenerate.
5013
c3e65f62
NC
50142005-02-23 Nick Clifton <nickc@redhat.com>
5015
5016 * configure: Regenerate.
5017
e4d180c2
NC
50182005-02-22 Paul Schlie <schlie@comcast.net>
5019
5020 * configure.in: Allow darwin targeted ports to build tk, itcl and
5021 libgui.
5022
e3c770b1
EB
50232005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5024
5025 PR libgcj/10353
5026 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5027 * configure: Regenerate.
5028
9c73618c
AC
50292005-02-08 Andrew Cagney <cagney@gnu.org>
5030
5031 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5032 gdb/ section. Update GDB's URL.
5033
c46f8c51
AC
50342005-01-31 Andrew Cagney <cagney@gnu.org>
5035
5036 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5037
c7e66c6d
HPN
50382005-01-29 Hans-Peter Nilsson <hp@axis.com>
5039
5040 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5041 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5042 target-libgloss when not *-*-elf and *-*-aout.
5043 * configure: Regenerate.
5044
a53bf506
AC
50452005-01-27 Andrew Cagney <cagney@gnu.org>
5046
5047 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5048
45181ed1
AC
50492005-01-24 Andrew Cagney <cagney@gnu.org>
5050
5051 * gettext.m4: Only fall back to ../intl/ when it's present.
5052
a1e0f4e4
KC
50532005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5054
5055 * install-sh, config.sub: Import from upstream.
5056
50572005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5058
5059 PR bootstrap/18222
5060 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5061 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5062 * Makefile.in: Regenerate.
5063
c50382e2
PB
50642005-01-03 Paolo Bonzini <bonzini@gnu.org>
5065
5066 Revert 2004-12-28 Makefile changes, a better fix will be
5067 applied to mainline and src after GCC 4.0 branches.
5068
11d07737
PB
50692004-12-28 Paolo Bonzini <bonzini@gnu.org>
5070
5071 PR bootstrap/17383
5072
5073 * Makefile.def (target_modules): Remove stage parameter,
5074 it is always true now.
5075 * Makefile.tpl (configure-build-[+module+],
5076 configure-target-[+module+]): Always build symlink tree
5077 for the directory and for include. BUILD_SUBDIR and
5078 TARGET_SUBDIR cannot be . anymore.
5079 * Makefile.in: Regenerate.
5080
dadfdbe2
DD
50812004-12-25 David Edelsohn <edelsohn@gnu.org>
5082
5083 Revert 2004-12-08 Makefile changes.
5084
dbf85af7
JR
50852004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5086
5087 * configure.in (sh64-*-*): Reenable gprof.
5088 * configure: Regenerate.
5089
6b8fea99
JB
50902004-12-09 Jim Blandy <jimb@redhat.com>
5091
5092 * MAINTAINERS: List 'depcomp' as part of automake.
5093
7341462c
DE
50942004-12-08 David Edelsohn <edelsohn@gnu.org>
5095
5096 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5097 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5098 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5099 * Makefile.in: Regenerate.
5100
21fde4dc
DD
51012004-12-07 Matt Kraai <kraai@ftbfs.org>
5102
5103 * Makefile.tpl: Generate normal dependencies if the LHS module is
5104 not bootstrapped.
5105 * Makefile.in: Regenerate.
5106
3da796a2
RS
51072004-12-03 Richard Sandiford <rsandifo@redhat.com>
5108
5109 * configure.in: Include config/gxx-include-dir.m4. Use
5110 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5111 * configure: Regenerate.
5112
73fb7068
RS
51132004-12-03 Richard Sandiford <rsandifo@redhat.com>
5114
5115 * config.if: Delete.
5116 * configure.in: Set libstdcxx_incdir directly.
5117 * configure: Regenerate.
5118 * MAINTAINERS: Remove mention of config.if.
5119 * src-release (DEVO_SUPPORT): Remove config.if.
5120
6c8e6ce9
EC
51212004-12-02 Eric Christopher <echristo@redhat.com>
5122
3b6098f8
EC
5123 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5124 of things to remove.
6c8e6ce9 5125 * Makefile.in: Regenerate.
479759c8 5126
b8658a2f
RS
51272004-12-02 Richard Sandiford <rsandifo@redhat.com>
5128
5129 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5130 * configure: Regenerate.
5131
afefada0
RS
51322004-12-02 Richard Sandiford <rsandifo@redhat.com>
5133
5134 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5135 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5136 * configure: Regenerate.
5137
5dcac624
DA
51382004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5139
5140 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5141 (hppa*64*-*-*): Delete incorrect comment.
5142 * configure: Rebuilt.
5143
57d1eb1a
DD
51442004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5145
5146 * install-sh, compile: Import from automake.
5147
51482004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5149
5150 * config.guess, config.sub: Import from savannnah.
5151
6d389afc
MS
51522004-11-12 Mike Stump <mrs@apple.com>
5153
5154 * Makefile.def: Add html support.
5155 * Makefile.tpl: Likewise.
5156 * Makefile.in: Regenerate.
5157
69e57115
GK
51582004-11-11 Geoffrey Keating <geoffk@apple.com>
5159
5160 PR 18423
5161 * configure.in: Remove all instances of build-fixincludes from
5162 noconfigdirs.
5163 (build_configargs): Supply --target to subdirectories.
5164 * configure: Regenerate.
5165
5166 * Makefile.def: Make gcc install depend on fixincludes install.
5167 * Makefile.in: Regenerate.
5168
ba719b26
HPN
51692004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5170
5171 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5172 target-libgfortran.
5173 * configure: Regenerate.
5174
c37653e7
DE
51752004-11-07 David Edelsohn <edelsohn@gnu.org>
5176
5177 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5178 like CC.
5179
1eefd493
PB
51802004-11-05 Paolo Bonzini <bonzini@gnu.org>
5181
5182 * Makefile.def (host fixincludes): Specify missing targets.
5183 * Makefile.in: Regenerate.
5184
02b1af09
L
51852004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5186
5187 PR other/17783
5188 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5189 * configure: Regenerated.
5190
7f266840
DJ
51912004-11-04 Daniel Jacobowitz <dan@debian.org>
5192
5193 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5194 * configure: Regenerated.
5195
47444073
AL
51962004-10-28 Eric B. Weddington <ericw@evcohs.com>
5197
5198 PR target/18151
5199 * configure.in (case ${target}): Do not build fixincludes for avr.
5200 * configure: Regenerated.
5201
caeba88f
AL
52022004-10-26 Paolo Bonzini <bonzini@gnu.org>
5203
5204 * configure.in (case ${target}): Do not build fixincludes
5205 on platforms where it is not used.
5206 * configure: Regenerated.
5207
0fdbe983
DJ
52082004-10-23 Daniel Jacobowitz <dan@debian.org>
5209
5210 * configure.in: Use an absolute path to install-sh.
5211 * configure: Regenerated.
5212
1c0f67c1
AC
52132004-10-19 Andrew Cagney <cagney@gnu.org>
5214
5215 * src-release (do-djunpack, do-md5sum): Install the generated file
5216 directly into the proto-toplev/ directory.
479759c8 5217
a9cfce9c
AC
52182004-10-19 Andrew Cagney <cagney@gnu.org>
5219
5220 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5221
ac0fa625
DD
52222004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5223
5224 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5225 * configure: Regenerate.
5226
d27cc32e
PB
52272004-10-06 Paolo Bonzini <bonzini@gnu.org>
5228
5229 Fix wrong conflict resolution in:
5230
5231 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5232
5233 * Makefile.in: Regenerate.
5234 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5235 in the recursive `make', instead of hardwiring `all'.
5236 (Autogenerated TARGET-* variables): New.
5237
1763908f
UW
52382004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5239
5240 Merged from GCC / libtool upstream:
5241 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5242 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5243 * ltcf-cxx.sh (tpf*): Likewise.
5244 * ltconfig (tpf*): Add TPF OS configuration support.
5245
0490e016
NC
52462004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5247
5248 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 5249 * configure: Regenerate.
0490e016 5250
32be62b5
RS
52512004-09-24 Michael Roth <mroth@nessie.de>
5252
5253 * configure.in (--without-headers): Add missing double quotes.
5254 * configure: Regenerate.
5255
6048df60
DD
52562004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5257
5258 * ylwrap: Revert to previous version.
5259
315b3b02
L
52602004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5261
6048df60 5262 PR bootstrap/17369
315b3b02
L
5263 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5264 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5265 SET_GCC_LIB_PATH_CMD.
5266 (BASE_TARGET_EXPORTS): Likewise.
5267 * Makefile.in: Regenerated.
5268
5269 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5270 * configure: Regenerated.
5271
fe69863c
DD
52722004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5273
5274 * config.guess: New upstream version
5275 * compile, depcomp, install-sh, ylwrap: Likewise.
5276
52772004-09-19 Roger Sayle <roger@eyesopen.com>
5278
5279 * config/mh-x86omitfp: New host makefile fragment. Add
5280 -fomit-frame-pointer to the default BOOT_CFLAGS.
5281 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5282 * configure: Regenerate.
5283
52842004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5285
5286 PR target/11572
5287 * configure.in (*-*-darwin*): Renable libobjc.
5288 * configure: Regenerate.
5289
be75bbe1 52902004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 5291
be75bbe1
DB
5292 * Makefile.def: Remove libbanshee.
5293 * Makefile.tpl: Ditto.
5294 * configure.in: Ditto.
5295 * Makefile.in: Regen.
5296 * configure: Ditto.
5297
1b882a91
PB
52982004-09-07 Paolo Bonzini <bonzini@gnu.org>
5299
5300 * missing: Import latest version from master repository.
5301
eb1352ed
NC
53022004-09-04 Nick Clifton <nickc@redhat.com>
5303
5304 * config.sub: Import latest version from master repository.
5305 * config.guess: Likewise.
5306 This includes these changes:
479759c8 5307
eb1352ed
NC
5308 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5309
5310 * config.sub: Handle crisv32, alias etraxfs.
5311 * config.guess (crisv32:Linux:*:*): Handle.
5312
5313 2004-08-13 Brad Smith <brad@comstyle.com>
5314
5315 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5316 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5317
5318 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5319
5320 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5321 assume the processor is a powerpc. This is because coreutils
5322 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5323 in this case, due to a MacOS X bug that causes
5324 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5325 to return a negative number.
5326 Problem reported by Petter Reinholdtsen in:
5327 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5328
5329 2004-07-19 Ben Elliston <bje@gnu.org>
5330
5331 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5332
5333 2004-06-24 Ben Elliston <bje@gnu.org>
5334
5335 * config.guess: Update copyright years.
5336 * config.sub: Likewise.
5337
5338 2004-06-22 Robert Millan <robertmh@gnu.org>
5339
5340 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5341 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5342
5343 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5344
5345 * config.guess (*:*VMS:*:*): New entry. Replaces
5346 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5347 manufacturer.
5348
5349 2004-06-22 Ben Elliston <bje@gnu.org>
5350
5351 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5352 * config.sub: Likewise.
5353
5354 2004-06-22 Ben Elliston <bje@gnu.org>
5355
5356 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5357 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5358
5359 2004-06-11 Ben Elliston <bje@gnu.org>
5360
5361 * config.guess (pegasos:OpenBSD:*:*): Remove.
5362
5363 2004-06-11 Ben Elliston <bje@gnu.org>
5364
5365 From Wouter Verhelst <wouter@grep.be>:
5366 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5367
5368 2004-06-11 Ben Elliston <bje@gnu.org>
5369
5370 * config.guess (luna88k:OpenBSD:*:*): New.
5371
5372 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5373
5374 * config.guess (m32r*:Linux:*:*): New case.
5375 * config.sub: Handle m32rle.
5376
5377 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5378
5379 From Jens Petersen <petersen@redhat.com>:
5380 * config.sub: Handle sparcv8.
5381
5382 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5383
5384 From Tom Smith <smith@cag.lkg.hp.com>:
5385 * config.guess: Version suffixes are equally significant on Tru64
5386 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5387 prefix of "P" (patched kernel).
5388
5389 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5390
5391 * config.sub: Add support for National Semiconductor CRX target.
5392
2a3124ca 53932004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 5394
2a3124ca
RH
5395 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5396 *-*-netware, but add target-libmudflap.
5397 Consolidate *-*-netware targets (of which really only i?86 exists)
5398 into a single entry.
5399 * configure: Likewise.
5400
0df3d27f
PB
54012004-09-01 Paolo Bonzini <bonzini@gnu.org>
5402
5403 * Makefile.tpl (sorry): Remove.
5404 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5405 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5406 (do-clean): Clean per-stage directories too.
5407 (do-distclean): Run distclean-stage1 too.
5408 (.NOTPARALLEL): Enable during toplevel bootstrap.
5409 (stage[+id+]-bubble): Enable parallel execution during
5410 the recursive invocation.
5411 * Makefile.in: Regenerate.
5412
5413 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5414
5415 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5416
5417 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5418 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5419 * configure: regenerate
479759c8
ZW
5420 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5421 -mdynamic-no-pic
0df3d27f
PB
5422
54232004-08-31 Paolo Bonzini <bonzini@gnu.org>
5424
5425 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5426 include.
5427 * configure.in: Fix indentation.
5428 * configure: Regenerate.
5429
ee025550
PB
54302004-08-31 Paolo Bonzini <bonzini@gnu.org>
5431
5432 * Makefile.def (build_modules): Add fixincludes.
5433 (dependencies): Make gcc depend on fixincludes.
5434 * configure.in (build_tools): Add fixincludes.
5435 (build_configdirs): Always include build_libs.
5436 * Makefile.in: Regenerate.
5437 * configure: Regenerate.
5438
54392004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
5440
5441 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5442 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5443 phony targets; do not generate timestamp files.
5444 (distclean-stageN): Remove references to their timestamp files.
5445 (restageN, touch-stageN): Remove.
5446 (stageN-bubble): Rewritten.
5447 (compare): Support lean bootstraps.
5448 * Makefile.in: Regenerate.
5449
5450 * configure.in: Only warn when bootstrapping but
5451 build != host or build != target. Support lean bootstraps.
5452 * configure: Regenerate.
5453
5454 Sync from gcc:
5455 2004-08-26 Phil Edwards <phil@codesourcery.com>
5456
5457 * configure.in: Give a better error message if GMP/MPFR are missing
5458 and a language needing them has been requested.
5459 * configure: Regenerated.
5460
5461 2004-08-25 Phil Edwards <phil@codesourcery.com>
5462
5463 * configure.in: Print a list of available language front-ends if
5464 a requested one is missing. Tidy stray tab characters.
5465 * configure: Regenerated.
5466
72b2455a
PB
54672004-08-17 Paolo Bonzini <bonzini@gnu.org>
5468
5469 * Makefile.in: Regenerate.
5470 * configure: Regenerate.
5471
5472 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5473 stage_*_flags.
5474 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5475 for bootstrapped modules if toplevel bootstrap is going.
5476 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5477 modules. Adjust for changes in Makefile.def. Enable several
5478 rules even in non-bootstrap mode, just to avoid peppering the
5479 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5480 (stage-[+prev+]-bubble): Remove.
5481
5482 * Makefile.def (Dependencies): Depend on all-build-bison,
5483 all-build-flex, all-build-byacc, all-build-texinfo, rather
5484 than the host variations.
5485 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5486 with BUILD_SUBDIR.
5487 (BISON): Update for recent Bisons.
5488 (YACC): Fix typo.
5489 (cross): Depend on all-build.
5490 (all): Do not depend on all-build.
5491 (prebootstrap): Remove.
5492 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5493 (Prebootstrap dependencies): Add them to the per-stage targets
5494 and to all-prebootstrap.
5495 * configure.in (build_configdirs): Always enable build_tools.
5496 (BUILD_DIR_PREFIX): Remove.
5497
5498 * Makefile.def (gcc): Add target variable.
5499 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5500 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5501 in the recursive `make', instead of hardwiring `all'.
5502 (Autogenerated TARGET-* variables): New.
5503
de0b4a87
JW
55042004-08-17 Robert Millan <robertmh@gnu.org>
5505
5506 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5507 (instead of FreeBSD).
5508 * configure: Regenerate.
5509
ad681c85
NN
55102004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5511
675c6968
NN
5512 * Makefile.def, configure.in, src-release: Remove useless, bogus
5513 references to tix.
5514 * Makefile.in, configure: Regenerate.
5515
ad681c85
NN
5516 * src-release: Stop distributing mmalloc with gdb (which doesn't
5517 use it).
5518 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5519 * Makefile.in: Regenerate.
5520
11b04d1f
DD
55212004-08-09 Mark Mitchell <mark@codesourcery.com>
5522
5523 * configure.in (arm*-*-eabi*): New target.
5524 * configure: Regenerate.
5525
f2420bea
NN
55262004-08-01 Robert Millan <robertmh@gnu.org>
5527
5528 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5529 libmudflap for all GNU-based systems (with Glibc).
5530 * configure: Regenerate.
5531
9e6ce191
PB
55322004-08-06 Paolo Bonzini <bonzini@gnu.org>
5533
5534 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5535 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5536 (Dependencies): New section.
5537 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5538 (configure-target-[+module+]): Depend on maybe-all-gcc
5539 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5540 (toplevel profiledbootstrap): Fix dependencies.
5541 * Makefile.in: Regenerate.
5542
df4a6958
MM
55432004-08-03 Mark Mitchell <mark@codesourcery.com>
5544
5545 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5546 target-libiberty to noconfigdirs.
5547
11b04d1f
DD
55482004-08-03 Paul Brook <paul@codesourcery.com>
5549
5550 * configure.in: Check for MPFR as well as GMP.
5551 * configure: Regenerate.
5552
b813574b
PB
55532004-08-03 Paolo Bonzini <bonzini@gnu.org>
5554
5555 * Makefile.def (host-modules): Add gcc.
5556 * Makefile.in: Regenerate.
5557 * Makefile.tpl (sorry): New rule.
5558 (configure-host, all-host, [+make_target+]-host, do-check,
5559 install-host): Do not add gcc as a special case.
5560 (host modules): Add a small special-casing for gcc. Export
5561 extra_make_flags through the environment.
5562 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5563 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5564 other recursive targets for gcc): Remove.
5565
5566 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5567 (stage, unstage): New rules.
5568 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5569 distclean-stage[+id+]): Use stage_current.
5570 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5571 the stage*-start rules.
5572
61edac0c
JW
55732004-07-19 Robert Millan <robertmh@gnu.org>
5574
5575 Synced from gcc:
5576
5577 2004-04-26 Robert Millan <robertmh@gnu.org>
5578
5579 Add patches from libtool CVS.
5580 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5581 * ltconfig: Likewise.
5582 * ltcf-c.sh: Likewise.
5583 * ltcf-cxx.sh: Likewise.
5584 * ltcf-gcj.sh: Likewise.
5585
3e707e94
PB
55862004-07-12 Paolo Bonzini <bonzini@gnu.org>
5587
5588 * configure.in: Add noconfigdirs for crx-*-*.
5589 * configure: Regenerate.
5590
55912004-07-12 Paolo Bonzini <bonzini@gnu.org>
5592
5593 Synced from gcc:
5594
5595 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5596
5597 * configure.in: Build libmudflap by default on FreeBSD.
5598 * configure: Regenerated.
5599
5600 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5601
5602 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5603 systems.
5604 * configure: Regenerated.
5605
5606 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5607
5608 PR target/16344
5609 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5610 feedback based compiler.
5611 * Makefile.in: Rebuilt.
5612
5613 2004-07-05 Phil Edwards <phil@codesourcery.com>
5614
5615 * configure.in: Do not prepend $srcdir to /dev/null in
5616 makefile fragments.
5617 * configure: Regenerate.
5618
a7ee7660
AO
56192004-07-08 Alexandre Oliva <aoliva@redhat.com>
5620
5621 * Makefile.def (host_modules): Set bootstrap=true for flex.
5622 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5623 * Makefile.in: Rebuilt.
5624
6a9cf61e
PB
56252004-07-01 Paolo Bonzini <bonzini@gnu.org>
5626
5627 * Makefile.def (build_modules): Add bison, byacc, flex,
5628 m4, texinfo.
5629 (flags_to_pass): Add FLEX.
5630 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5631 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5632 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5633 DEFAULT_MAKEINFO): Remove.
5634 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5635 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5636 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5637 objdir or else use configured tool.
5638 (all-build): New.
5639 (all): Depend on it.
5640 (Build module dependencies): Add.
5641 * Makefile.in: Regenerate.
5642 * configure.in: Better support for multiple build modules,
5643 matching what is done for host/target modules. Do not look
5644 for "plausible" locations of build tools if Canadian cross.
5645 Use autoconf's AC_PROG_CC to find a C compiler. Define
5646 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5647 * configure: Regenerate.
5648
95b6a1f2
PB
56492004-06-22 Paolo Bonzini <bonzini@gnu.org>
5650
5651 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5652 * Makefile.in: Regenerate.
5653
7ffa0b57
PB
56542004-06-22 Paolo Bonzini <bonzini@gnu.org>
5655
5656 * Makefile.tpl (configure-build-[+module+],
5657 configure-[+module+], configure-target-[+module+]): Pass
5658 [+extra_configure_args+].
5659 (all-build-[+module+], all-[+module+], check-[+module+],
5660 install-[+module+], [+make_target+]-[+module+],
5661 all-target-[+module+], check-target-[+module+],
5662 install-target-[+module+], [+make_target+]-target-[+module+]):
5663 Pass [+extra_make_args+].
5664 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5665 (GCC_HOST_EXPORTS): Remove.
5666 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5667 cross, check-gcc, check-gcc-c++, install-gcc,
5668 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5669 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5670 * Makefile.in: Regenerate.
5671
929ba6e7
CF
56722004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5673
5674 * configure.in: Check for srcdir/winsup rather than build directory
5675 winsup.
5676 * configure: Regenerate.
5677
b76d7de0
CV
56782004-06-17 Corinna Vinschen <vinschen@redhat.com>
5679
5680 * configure.in: Don't build Cygwin native newlib if winsup
5681 directory is missing. Emit warning instead.
5682 * configure: Regenerate.
5683
656fdd47
PB
56842004-06-09 Paolo Bonzini <bonzini@gnu.org>
5685
5686 * Makefile.tpl (touch-stage[+id+]): New.
5687 (restage[+prev+]): Depend on touch-stage[+id+].
5688
5689 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5690 Use it throughout.
5691
5692 * Makefile.def: Add profile and feedback bootstrap stages.
5693 Remove next field from bootstrap stages.
5694 * Makefile.tpl (LN, LN_S): Substitute.
5695 (stageN-start, stageN-end): Use double-colon rules, to
5696 provide a hook for additional setup commands.
5697 (distclean-stageN-gcc, restageN): Create dependencies from
5698 [+prev+], not from [+next+].
5699 (stageN-bubble): Add commands for successive stages from
5700 [+prev+], using double-colon rules.
5701 (all-stageN-gcc): Fix typo.
5702 (stagefeedback-start, profiledbootstrap): New.
5703 * Makefile.in: Regenerate.
5704 * configure.in: Call ACX_PROG_LN.
5705 * configure: Regenerate.
5706
498d4a71
CF
57072004-06-03 Paolo Bonzini <bonzini@gnu.org>
5708
5709 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5710 without gcc.
5711 * configure: Regenerate.
5712
377d8c42
PB
57132004-06-01 Paolo Bonzini <bonzini@gnu.org>
5714
5715 * Makefile.tpl: Fix typo.
5716 * Makefile.in: Regenerate.
5717
f5f8a794
PB
57182004-06-01 Paolo Bonzini <bonzini@gnu.org>
5719
5720 * configure.in: Remove new- prefix from toplevel
5721 bootstrap targets.
5722 * configure: Regenerate.
5723
f7a4c34f
PB
57242004-06-01 Paolo Bonzini <bonzini@gnu.org>
5725
5726 Merge this patch from the gcc tree:
5727
5728 2004-05-30 Andreas Jaeger <aj@suse.de>
5729 Jim Wilson <wilson@specifixinc.com>
5730
5731 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5732 like CC.
5733
319cab08
PB
57342004-06-01 Paolo Bonzini <bonzini@gnu.org>
5735
5736 * Makefile.tpl (all.normal): Rename to all.
5737 (all): Replace with a rule to pick the default
5738 target from configure.
5739 (all-gcc, configure-gcc): Use conditionals to
5740 do nothing when toplevel bootstrap is going on.
5741 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5742 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5743 * configure.in: Support --enable-bootstrap.
5744
5745 * Makefile.def: Remove new- prefix from toplevel
5746 bootstrap targets.
5747 * Makefile.tpl: Likewise.
5748
5749 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5750 target.
5751
5752 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5753 $(RECURSE_FLAGS) to recursive invocation of make.
5754
5755 * Makefile.in: Regenerate.
5756 * configure: Regenerate.
5757
88f64edc
DJ
57582004-05-27 Daniel Jacobowitz <dan@debian.org>
5759
5760 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5761 * configure: Regenerate.
5762
378fce5b
DD
57632004-05-25 Daniel Jacobowitz <drow@false.org>
5764
5765 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5766 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5767 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5768 targets.
5769 * Makefile.in: Regenerate.
5770
dfdffa2c
PB
57712005-05-24 Paolo Bonzini <bonzini@gnu.org>
5772
5773 * configure.in: Test the ability to symlink directories.
5774 * configure: Regenerate.
5775
5776 * Makefile.def (bootstrap-stage): New definitions.
5777 * Makefile.tpl (configure-stage1-gcc,
5778 configure-stage2-gcc, configure-stage3-gcc,
5779 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5780 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5781 new-restage3, compare): Autogenerate, see Makefile.in
5782 entry for behavioral changes.
5783 (distclean-stage1, new-stage1-start, new-stage1-end,
5784 new-stage1-bubble, distclean-stage2, new-stage2-start,
5785 new-stage2-end, new-stage2-bubble, distclean-stage3,
5786 new-stage3-start, new-stage3-end): New autogenerated targets.
5787 (objext, prebootstrap, BOOT_CFLAGS,
5788 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5789 targets.
5790
5791 * Makefile.in: Regenerate.
5792 (distclean-stage1, new-stage1-start, new-stage1-end,
5793 new-stage1-bubble, distclean-stage2, new-stage2-start,
5794 new-stage2-end, new-stage2-bubble, distclean-stage3,
5795 new-stage3-start, new-stage3-end): New targets.
5796 (all-stage1-gcc): Move prebootstrap dependency from here...
5797 (configure-stage1-gcc): ...to here.
5798 (new-bootstrap): Use bubble targets.
5799 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5800 Use per-stage distclean targets.
5801 (configure-stage1-gcc, configure-stage2-gcc,
5802 configure-stage3-gcc, all-stage1-gcc,
5803 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5804 Use new-stageN-start to prepare the tree.
5805
04cf1b77
PB
58062004-05-23 Paolo Bonzini <bonzini@gnu.org>
5807
5808 * Makefile.def (host_modules): add libcpp.
5809 * Makefile.tpl: Add dependencies on and for libcpp.
5810 * Makefile.in: Regenerate.
5811 * configure.in: Add libcpp host module.
5812 * configure: Regenerate.
5813
80b200a1
ZW
58142004-05-17 Zack Weinberg <zack@codesourcery.com>
5815
5816 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5817 of libf2c.
5818 * configure, Makefile.in: Regenerate.
5819
4b1cb4fe
DD
58202004-05-13 Diego Novillo <dnovillo@redhat.com>
5821
5822 Merge from tree-ssa-20020619-branch.
5823
5824 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5825 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5826 (HOST_GMPLIBS): Define.
5827 (HOST_GMPINC): Define.
5828 (TARGET_LIB_PATH): Add libmudflap.
5829 (GFORTRAN_FOR_TARGET): Define.
5830 (configure-build*): Export GFORTRAN.
5831 (configure-gcc): Export GMPLIBS and GMPINC.
5832 (all-gcc): Add maybe-all-libbanshee.
5833 (configure-target-libgfortran): Define.
5834 * Makefile.in: Regenerate.
5835 * configure.in (host_libs): Add libbanshee.
5836 (target_libraries): Add target-libmudflap and target-libgfortran.
5837 Add --with-libbanshee.
5838 Handle --disable-libmudflap.
5839 (*-*-freebsd*): Use with_gmp.
5840 Add $(libgcj) to noconfigdirs.
5841 * configure: Regenerate.
5842 * depcomp: New file.
5843 * MAINTAINERS: Add tree-ssa maintainers.
5844
58452004-04-28 Paolo Bonzini <bonzini@gnu.org>
5846
5847 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5848 * configure: Regenerate.
5849
b8908782
DD
58502004-04-27 Paolo Bonzini <bonzini@gnu.org>
5851
5852 Revert:
5853 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5854
5855 * Makefile.def (flags_to_pass): Remove *dir variables that
5856 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5857 as well as prefix and exec_prefix.
5858 * Makefile.in: Regenerate.
5859
58602004-04-26 Paolo Bonzini <bonzini@gnu.org>
5861
5862 * Makefile.def (host_modules): Mark with the bootstrap
5863 flag packages on which gcc depends.
5864 * Makefile.tpl (all-bootstrap): Use it.
5865 * Makefile.in: Regenerate.
5866
58672004-04-26 Paolo Bonzini <bonzini@gnu.org>
5868
5869 * Makefile.def (flags_to_pass): Remove *dir variables that
5870 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5871 as well as prefix and exec_prefix.
5872 * Makefile.in: Regenerate.
5873
58742004-04-26 Paolo Bonzini <bonzini@gnu.org>
5875
80b200a1
ZW
5876 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5877 * configure: Regenerate.
5878 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5879 * gcc/Makefile.tpl (compare): Use the result of the test.
5880 * gcc/Makefile.in: Regenerate.
b8908782
DD
5881
58822004-04-23 Paolo Bonzini <bonzini@gnu.org>
5883
5884 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5885 Always relocate gcc and prev-gcc to the original names, even
5886 if the build fails.
5887 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5888 New targets.
5889
0f260896
RO
58902004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5891
5892 * configure.in (mips*-*-irix5*): Enable ld.
5893 * configure: Regenerate.
5894
51860f05
JW
58952004-04-15 James E Wilson <wilson@specifixinc.com>
5896
5897 * Makefile.tpl (configure-[+module+], configure-gcc,
5898 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5899 Set and export LDFLAGS.
5900 * Makefile.in: Regenerate.
5901
54752a6b
NN
59022004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5903
5904 PR bootstrap/14871
5905 * Makefile.tpl: If we don't have built-in-tree target tools,
5906 use the ones found by configure rather than hacking around with
5907 program_transform_name.
5908 * configure.in: Give Makefile.tpl the information necessary
5909 to do that.
5910 * Makefile.in: Regenerate.
5911 * configure: Regenerate.
5912
59132004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5914
5915 PR bootstrap/14760
5916 * configure.in: When computing baseargs, strip *all* copies of
5917 offending options. Also, don't match/substitute the trailing space,
5918 so that this actually works when two similar options are separated by
5919 only one space.
5920 * configure: Regenerate.
5921
59222004-04-06 David Edelsohn <edelsohn@gnu.org>
5923
80b200a1
ZW
5924 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5925 (rs6000-*-aix*): Same.
5926 * configure: Regenerate.
54752a6b 5927
5e2b61fb
SS
59282004-03-25 Stan Shebs <shebs@apple.com>
5929
5930 Remove MPW support, no longer used.
5931 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5932 mpw-install: Remove files.
5933 * src-release (DEVO_SUPPORT): Remove names of removed files.
5934 * MAINTAINERS: Likewise.
5935
1a6f2dc7
NN
59362004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5937
a0049f1b
NN
5938 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5939 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5940 * Makefile.in: Regenerate.
5941
1a6f2dc7
NN
5942 * configure.in (top level bootstrap support): Rework --enable-werror
5943 to set @stage2_werror_flag@.
5944 * configure: Regenerate.
5945 * Makefile.tpl (top level bootstrap support): Pass
5946 @stage2_werror_flag@ down to configure in stages 2 and 3.
5947 * Makefile.in: Regenerate.
5948
920e3419
NN
59492004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5950
5951 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5952 for stages 2 and 3 as well as in make. As a consequence, remove
5953 OUTPUT_OPTION (now detected by configure) from the flags passed down
5954 to make.
5955 * Makefile.in: Regenerate.
5956
5957 * Makefile.tpl (new-bootstrap): Fix typo.
5958 * Makefile.in: Regenerate.
5959
4fa63067
NN
59602004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5961
5962 * Makefile.tpl: Rearrange by moving recursive_targets rules
5963 into their proper sections.
5964 * Makefile.tpl (top level bootstrap support): Move disabling
5965 of coverage flags from 'make' to 'configure'; improve comments.
5966 * Makefile.in: Regenerate.
5967
5968 * Makefile.tpl (experimental top level bootstrap) Move stage1
5969 language setting from all- target to configure- target; disable
5970 intermodule optimization in stage 1; prevent gratuitous rebuilds
5971 of stage 1.
5972 * Makefile.in: Regenerate.
5973 * configure.in: Comma-separate stage 1 language list for top
5974 level bootstrap.
5975 * configure: Regenerate.
5976
5977 * Makefile.tpl: Clean up experimental top level bootstrap support:
5978 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5979 prev-gcc in configure- targets as well as all- targets.
5980 * Makefile.in: Regenerate.
5981
fb8a10fd
NN
59822004-03-17 Paolo Bonzini <bonzini@gnu.org>
5983
5984 * configure.in: Remove symbolic link section.
5985 * configure: Regenerate.
5986 * Makefile.tpl (links): Remove.
5987 * Makefile.in: Regenerate.
5988
947f426e 59892004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 5990 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
5991
5992 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 5993 Set with AC_CHECK_PROGS.
947f426e
NN
5994 * configure.in: Fix comment typo from last patch.
5995 * configure: Regenerate.
5996
1d39f329
NN
59972004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5998
5999 * Makefile.tpl: Introduce experimental top level bootstrap support.
6000 * Makefile.in: Regenerate.
6001 * configure.in: Introduce support for top level bootstrap.
6002 * configure: Regenerate.
6003
4b0ac75d 60042004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6005 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6006
6007 PR bootstrap/14522
6008 * configure.in: Cope with shells that do not support unquoted ^
6009 * configure: Regenerate.
6010
2e70b094 60112004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6012 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6013
6014 PR bootstrap/14522
6015 * configure.in: Cope with shell that do not support nesting
6016 quotes inside quoted backquote substitutions.
6017 * configure: Regenerate.
6018
60192004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6020
6021 PR bootstrap/14522
6022 * configure.in: Fix escaping of $.
6023 * configure: Regenerate.
6024
9e07f89d
NN
60252004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6026
6027 * configure: Regenerate.
6028
60292004-03-08 Paolo Bonzini <bonzini@gnu.org>
6030
6031 PR ada/14131
6032 Move language detection to the top level.
6033 * configure.in: Find default values for the tools as
6034 soon as possible. Disable ada if GNAT is not found.
6035 Emit error message about missing languages. Expand
6036 --enable-languages=all for the gcc subdirectory.
6037
1712ab83
RS
60382004-03-01 Richard Sandiford <rsandifo@redhat.com>
6039
6040 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6041 and disable libgcj.
6042 * configure: Regenerated.
6043
3dee29da
NN
60442004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6045
6046 PR bootstrap/7087
6047 * Makefile.tpl: Guard XFOO sed statements better.
6048 * Makefile.tpl: Add dependency for configure-target-libada.
6049 * Makefile.in: Regenerate (incidentally fixes broken
6050 commit when libada-branch was merged).
6051
0558264b
AC
60522004-02-28 Andrew Cagney <cagney@redhat.com>
6053
6054 * src-release (CVS_NAMES): Define.
6055 (do-tar, do-tar): Prune $(CVS_NAMES).
6056
c38f9803
AC
60572004-02-23 Andrew Cagney <cagney@redhat.com>
6058
6059 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6060 2004-02-19.09.
6061
55636792
NN
60622004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6063
6064 PR bootstrap/11932
6065 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6066
1e600082
AC
60672004-02-19 Andrew Cagney <cagney@redhat.com>
6068
6069 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6070 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6071
3769cd82
DD
60722004-02-11 David Edelsohn <edelsohn@gnu.org>
6073
6074 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6075 (rs6000-*-aix*): Same.
6076 * configure: Regenerate.
6077
a92834c8
DD
60782004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6079
6080 * configure.in (host): Add in missing $noconfigdirs to defines.
6081 * configure: Regenerate.
6082
a2592b1b
DD
60832004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6084 Nathanael Nerode <neroden@gcc.gnu.org>
6085
6086 PR ada/6637, PR ada/5911
80b200a1 6087 Merge with libada-branch:
a2592b1b
DD
6088 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6089 with appropriate dependencies. Add --enable-libada configure switch.
6090 * configure, Makefile.in: Regenerate.
6091
e31d1ea3
DD
60922004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6093
6094 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6095 * configure: Regenerate.
6096
db85f5c0
JJ
60972004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6098
6099 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6100
fc434214
DD
61012004-01-23 DJ Delorie <dj@redhat.com>
6102
6103 * Makefile.def (target_modules) [libiberty]: Don't stage.
6104 * Makefile.in: Rebuilt.
6105
ad445c2c 61062004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6107
ad445c2c
JJ
6108 * COPYING.NEWLIB: Update to include copyrights for new
6109 iconv code.
6110
72bbedde
AC
61112004-01-15 Andrew Cagney <cagney@redhat.com>
6112
6113 * src-release: Update copyright year.
6114 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6115 (NEWLIB_SUPPORT_DIRS): Delete macro.
6116 (newlib.tar.bz2): Delete rule.
6117
a6d6062d
DD
61182004-01-14 Loren J. Rittle <ljrittle@acm.org>
6119
6120 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6121 * Makefile.tpl (configure-target-[+module+]): Support stage.
6122 * Makefile.in: Rebuilt.
6123
f8b73030
MR
61242003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6125
6126 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6127 throughout.
6128
aff0e9df
NN
61292004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6130
bb5dca17
NN
6131 * configure.in: Use ./config.cache, not config.cache.
6132 * configure: Regenerate.
6133 * Makefile.tpl: Special-casing not needed for GCC any more.
6134 * Makefile.in: Regenerate.
6135
82252c06
NN
6136 * configure.in: Don't share a cache file for host dirs.
6137 * configure: Regenerate.
6138
aff0e9df
NN
6139 * config-ml.in: Don't mess with the cache file.
6140
95036d20
NN
61412004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6142
ac7b618e
NN
6143 * Makefile.tpl: Make GCC use a separate config.cache.
6144 * Makefile.in: Regenerate.
6145
95036d20
NN
6146 PR bootstrap/11932, PR bootstrap/11933
6147 (I don't know if it will fix either of them, but it relates
6148 to them.)
6149 * configure.in: Don't use shared config.cache for target
6150 directories.
6151 * configure: Regenerate.
6152
08c1856b
DD
61532003-12-31 Roger Sayle <roger@eyesopen.com>
6154
6155 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6156 * configure: Regenerated.
6157
c1968181 61582003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 6159
9eb322aa
MF
6160 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6161 * configure: Regenerated.
c1968181 6162
10ecffb9
NN
61632003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6164
6165 Port change over from GCC:
6166 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6167 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6168 (configure-build-[+module+], configure-[+module+]): Likewise.
6169 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6170 * Makefile.in: Regenerate.
6171
f2ab5990
TF
61722003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6173
6174 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6175 * configure: Regenerate.
6176
41a7d11a
JJ
61772003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6178
80b200a1 6179 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
6180 stdlib.
6181
d9441a1f
DD
61822003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6183
6184 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6185 * Makefile.in: Regenerate.
6186
3a48a978
DD
61872003-10-20 Phil Edwards <phil@codesourcery.com>
6188
6189 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6190 * configure: Regenerate.
6191
f0b24077
NN
61922003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6193
6194 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6195 HOST_FLAGS_TO_PASS.
6196 * Makefile.in: Regenerate.
6197
5fbad20a
DD
61982003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6199
6200 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6201 * configure: Rebuilt
6202 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6203 * Makefile.in: Rebuilt
6204
78be4155
L
62052003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6206
6207 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6208
051fcc7a
L
62092003-10-01 Phil Edwards <pme@gcc.gnu.org>
6210
6211 * config-ml.in: Use ac_configure_args directly instead of
6212 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6213 actually seen.
6214
62152003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6216
6217 * config-ml.in: Propagate INSTALL variables.
6218
f27d4f92
DJ
62192003-09-21 Daniel Jacobowitz <drow@mvista.com>
6220
6221 * configure.in: Pass a computed --program-transform-name
6222 to subconfigures.
6223 * configure: Regenerated.
6224
cae4d560
NN
62252003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6226
6227 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6228 * Makefile.in: Regenerate.
6229
6230 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6231 * Makefile.in: Regenerate.
6232
8ff944f6
DJ
62332003-09-17 Daniel Jacobowitz <drow@mvista.com>
6234
6235 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6236 quoting.
6237 * configure: Regenerated.
6238
d9a35680
MC
62392003-09-12 Michael Chastain <mec@shout.net>
6240
6241 Fix PR gdb/857.
6242 * src-release (do-proto-topleve): Remove junk files
6243 intl/config.cache, intl/config.status,
6244 intl/config.h, intl/stamp-h.
6245
710068b9
AC
62462003-09-14 Andrew Cagney <cagney@redhat.com>
6247
6248 * src-release (dejagnu.tar): New target.
6249 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6250 (do-djunpack): Use $(PACKAGE) for the package name.
6251
e1008165
DD
62522003-09-04 DJ Delorie <dj@redhat.com>
6253
6254 * configure: Regenerate.
6255
21998d12
NC
62562003-09-04 Robert Millan <robertmh@gnu.org>
6257
6258 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 6259
ccca4bb3
DD
62602003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6261
6262 * configure.in: Ensure arguments to sed are properly spaced.
6263 * configure: Regenerate.
6264
ee949b5e
DJ
62652003-08-28 Daniel Jacobowitz <drow@mvista.com>
6266
6267 Merge from gcc:
6268 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6269 * install-sh: Update to newer upstream versions (associated with
6270 aclocal 1.7).
6271 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6272
75addda2
DJ
62732003-08-27 Daniel Jacobowitz <drow@mvista.com>
6274
6275 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6276 * configure: Regenerated.
6277
8d2877d8
NN
62782003-08-23 Phil Edwards <pme@gcc.gnu.org>
6279
6280 * configure.in: Use newline instead of semicolon when assuming
6281 shell arguments in a for loop.
6282 * configure: Regenerated.
6283
d2cc0e0d
GK
62842003-08-20 Geoffrey Keating <geoffk@apple.com>
6285
6286 PR 8180
6287 * configure.in: When testing with_libs and with_headers, treat
6288 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6289 * configure: Regenerate.
80b200a1 6290
d2cc0e0d
GK
6291 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6292 make, shell, etc.
6293 (baseargs): Likewise.
6294 * configure: Regenerate.
6295
04d1ab34
GK
62962003-08-19 Geoffrey Keating <geoffk@apple.com>
6297
6298 * configure.in: Disable libgcj for darwin not on powerpc.
6299 * configure: Rebuild.
6300
ca506da8
MC
63012003-08-15 Michael Chastain <mec@shout.net>
6302
6303 * src-release (do-proto-toplev): Remove junk files
6304 dejagnu/example/calc/config.status,
6305 dejagnu/example/calc/config.log.
6306
a4aa3f49
DD
63072003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6308
6309 * config-ml.in, symlink-tree: Add license.
6310
ede4fbe4
NN
63112003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6312
6313 Merge from gcc:
6314
6315 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6316 * Makefile.tpl (check, check-c++): Express dependencies using
6317 dependencies rather than commands.
6318 * Makefile.in: Regenerate.
6319
6320 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6321 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6322 * Makefile.in: Update.
6323
970f29af
AC
63242003-08-01 Andrew Cagney <cagney@redhat.com>
6325
6326 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6327 * configure: Ditto.
6328
b2884a0c
DD
63292003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6330
6331 * configure.in: Enable libgcj for darwin.
6332 * configure: Rebuild.
6333
c07f46a4
NN
63342003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6335
6336 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6337
9175bfc0
NN
63382003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6339
6340 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6341 creating target and build subdirs to build all parent dirs as needed.
6342 * Makefile.in: Rebuild.
6343 * configure.in: Don't build dirs explicitly here.
6344 * configure: Rebuild.
6345
b9abda6a
AO
63462003-07-22 Alexandre Oliva <aoliva@redhat.com>
6347
6348 * Makefile.tpl (all-make): Depend on intl.
6349 * Makefile.in: Rebuilt.
6350
eef8ffd4
NN
63512003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6352
6353 * config.if: Remove unused libc_interface determination.
6354
295efaf0
NN
63552003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6356
6357 * Makefile.in: Regenerate, correctly this time.
6358
e5c3f801
NN
63592003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6360
6361 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6362 unused INSTALL_PROGRAM_ARGS.
6363 * configure.in: Use AC_PROG_INSTALL.
6364 * Makefile.in: Regenerate.
6365 * configure: Regenerate.
6366
4a18bd6b
AO
63672003-07-10 Alexandre Oliva <aoliva@redhat.com>
6368
6369 * configure: Rebuilt.
6370 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6371 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6372 newlib nor libgloss.
6373 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6374 * configure.in (am33_2.0-*-linux*): Added.
6375
fbd1054d
BW
63762003-07-09 Bob Wilson <bob.wilson@acm.org>
6377
6378 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6379 * configure: Regenerate.
6380
b40e3958
L
63812003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6382
6383 * config-ml.in: Replace PWD with PWD_COMMAND.
6384 * Makefile.tpl: Likewise.
6385 * Makefile.in: Regenerated.
6386
4a5be7ba
NN
63872003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6388
6389 * configure.in: Clean up config-lang.in handling. Delete
6390 useless assignment to "subdirs".
6391 * configure: Regenerate.
6392
9c14acb8
NN
63932003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6394
6395 * configure.in: Rename 'target_libs' to 'target_libraries'.
6396 Remove useless reference to 'target_libs'.
6397 * configure: Regenerate.
6398
8f32e830
KS
63992003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6400
6401 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6402 * Makefile.in: Regenerate.
6403
12f0bd74
NN
64042003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6405
6406 * Makefile.def: Introduce flags_to_pass.
6407 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6408 * Makefile.in: Regenerate.
6409
b07c2aad
HPN
64102003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6411
6412 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6413 and target-libgloss.
6414 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6415 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 6416 * configure: Regenerate.
b07c2aad 6417
56f25033
DD
64182003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6419
6420 * configure.in: Update testsuite_flags to new location.
6421 * configure. Regenerate.
80b200a1 6422
4ec9a3b2
NN
64232003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6424
6425 * Makefile.tpl: Remove BUILD_CC stuff.
6426 * Makefile.in: Regenerate.
6427
059083b1 64282003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6429
059083b1
L
6430 * config.guess: Update to 2003-06-12 version.
6431 * config.sub: Update to 2003-06-13 version.
6432
535b046a
TS
64332003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6434
6435 * MAINTAINERS: Add myself as MIPS co-maintainer.
6436
00c22daa 64372003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6438
00c22daa
L
6439 * config.guess: Update to 2003-06-06 version.
6440 * config.sub: Update to 2003-06-06 version.
6441
1047cb91
DD
64422003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6443
6444 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6445 * configure. Regenerate.
6446
123494c8
NN
64472003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6448
1047cb91
DD
6449 * configure.in: Disable serial configure by default.
6450 * configure: Regenerate.
6451 * Makefile.tpl: Abolish .NOTPARALLEL.
6452 * Makefile.in: Regenerate.
6453
7f121bbf
NN
6454 * Makefile.tpl: Replace {build,host,target}_canonical by
6455 {build,host,target}.
6456 * Makefile.in: Regenerate.
6457
123494c8
NN
6458 * Makefile.tpl: Fix stupid pasto.
6459 * Makefile.in: Regenerate.
6460
ec7e0995
NN
64612003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6462
6463 * Makefile.tpl: Remove bogus conditional.
6464 * Makefile.in: Regenerate.
6465
27b1cc72
NN
64662003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6467
2a4cbe27
NN
6468 * Makefile.tpl: Make 'recursive targets' using autogen rather
6469 than shell loop. Remove duplicate 'clean' targets and false
6470 comments.
6471 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6472 Add systematic method of specifying missing targets in subdirs.
6473 Add copyright boilerplate.
6474 * Makefile.in: Regenerate.
6475 * configure.in: Add 'recursive targets' to maybe list.
6476 * configure: Regenerate.
6477
27b1cc72
NN
6478 * Makefile.tpl: Rename [+target+] to [+make_target+].
6479 * Makefile.def: Rename 'target' to 'make_target'.
6480
01e51bd0
NC
64812003-05-30 Nick Clifton <nickc@redhat.com>
6482
6483 * README-maintainer-mode: Update URL for locating blessed config
6484 tools.
6485
2fd84b42
NC
64862003-05-29 Robert Millan <rmh@debian.org>
6487
6488 * ltconfig: Import this patch and modify for use with current
6489 version of ltconfig:
6490
6491 2003-05-21 Bruno Haible <bruno@clisp.org>
6492
6493 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6494 GNU/FreeBSD.
6495
8945c6bb
DD
64962003-05-28 DJ Delorie <dj@redhat.com>
6497
6498 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6499 * Makefile.in: Regenerate.
6500
2f9632a1
JJ
65012003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6502
80b200a1 6503 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 6504
3a12db16 65052003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 6506
3a12db16
DD
6507 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6508 newlib or libgloss.
6509 * Makefile.in: Regenerate.
6510
44482353
DD
65112003-05-21 DJ Delorie <dj@redhat.com>
6512
6513 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6514 * Makefile.in: Regenerate.
6515
fec2c52d
MR
65162003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6517
6518 * configure.in: Use curly braces in the definition of tooldir.
6519 * configure: Regenerate.
6520
16ae0395
NN
65212003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6522
6523 * configure.in: Switch more things to use maybe dependencies.
80b200a1 6524 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
6525 Factor out common code from autogen IF statements.
6526 * configure: Regenerate.
6527 * Makefile.in: Regenerate.
6528
ec11bdc6
DD
65292003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6530
6531 * configure.in: Accept i[3456789]86 for machine type.
6532 * configure: Regenerate.
6533
dd12c3a8
NN
65342003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6535
6536 * configure.in: Switch more things to use maybe dependencies.
6537 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6538 * configure: Regenerate.
6539 * Makefile.tpl: Switch more things to use maybe dependencies.
6540 * Makefile.in: Regenerate.
6541
cf662e21
AJ
65422003-05-16 Andreas Schwab <schwab@suse.de>
6543
6544 * Makefile.tpl (install-opcodes): Define.
6545 * Makefile.in: Rebuild.
6546
5481b376
AJ
65472003-05-13 Andreas Jaeger <aj@suse.de>
6548
6549 * config.guess: Update to 2003-05-09 version.
6550 * config.sub: Update to 2003-05-09 version.
6551
3959a22a
AJ
65522003-05-13 Michael Eager <eager@mvista.com>
6553
6554 * configure.in: Correct sed script so that options in quotes are not
6555 deleted.
6556 * configure: Rebuild.
6557
564b43e5
CV
65582003-05-12 Corinna Vinschen <corinna@vinschen.de>
6559
6560 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6561 and $$s/newlib/libc/sys/cygwin32 include paths.
6562 * configure: Ditto.
6563
bb947dc9
L
65642003-05-05 H.J. Lu <hjl@gnu.org>
6565
6566 * config-ml.in: Restored from gcc repository.
6567
77f7441a
CD
65682003-05-02 Chris Demetriou <cgd@broadcom.com>
6569
80b200a1
ZW
6570 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6571 * Makefile.in: Regenerate.
77f7441a 6572
a26d7085
DJ
65732003-04-27 Daniel Jacobowitz <drow@mvista.com>
6574
6575 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6576 and Makefile.def.
6577
e4c4d240
DJ
65782003-04-27 Daniel Jacobowitz <drow@mvista.com>
6579
6580 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6581 * Makefile.in: Regenerated.
6582
62a3fc85
DD
65832003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6584
6585 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6586 * Makefile.in: Regenerate.
6587
65882003-04-18 Jakub Jelinek <jakub@redhat.com>
6589
6590 * configure.in (powerpc64*-*-linux*): Remove.
6591 * configure: Rebuilt.
6592
5b474aa8
DD
65932003-04-17 Phil Edwards <pme@gcc.gnu.org>
6594
6595 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6596 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6597 and restrap.
6598 * Makefile.in: Regenerate.
6599
66002003-04-16 Richard Earnshaw <rearnsha@arm.com>
6601
6602 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6603 * configure: Regenerated.
6604
bc295afe
AO
66052003-04-11 Alexandre Oliva <aoliva@redhat.com>
6606
6607 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6608 * */configure: Rebuilt.
6609
3728fade
NN
66102003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6611
6612 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6613 * Makefile.in: Regenerate.
6614
ce5b542e
MC
66152003-03-14 Michael Chastain <mec@shout.net>
6616
6617 * Makefile.in: Regenerate with correct Makefile.def.
6618
3db0a37f
NN
66192003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6620
6621 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6622 Make macro.
6623 * Makefile.in: Regenerate.
6624 * configure.in: Clean up gxx_include_dir logic.
6625 * configure: Regenerate.
6626
34349c6e
DD
66272003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6628
6629 * configure.in (gxx_include_dir): Fix typo.
6630 * configure: Regenerated.
6631
686c28c9
AC
66322003-03-06 Andrew Cagney <cagney@redhat.com>
6633
6634 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6635
bba45b8b 66362003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 6637
bba45b8b
NN
6638 * configure.in: Include $(build_tooldir)/sys-include in
6639 FLAGS_FOR_TARGET.
6640 * configure: Regenerated.
6641
2683747f
NN
66422003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6643
bba45b8b
NN
6644 * Makefile.tpl: Reindent.
6645 * Makefile.in: Regenerate.
6646 * configure.in: Reindent. Don't set unused variables.
6647 * configure: Regenerate.
6648
2683747f
NN
6649 * Makefile.tpl: Always pass down RANLIB.
6650 * Makefile.in: Regenerate.
6651
6652 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6653 * Makefile.in: Regenerate.
6654 * configure.in: Remove unused logic relating to --enable-shared
6655 and --enable-threads. Remove bogus comments. Remove redundant
6656 noconfigdirs.
6657 * configure: Regenerate.
6658
6659 * configure.in: Replace ${libstdcxx_version} by its value.
6660 Remove reference to mh-dgux.
6661 * configure: Regenerate.
6662
50212802
NN
66632003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6664
6665 * Makefile.tpl: Rearrange.
6666 * Makefile.in: Regenerate.
6667
a6be7fc6
NC
66682003-02-25 Nick Clifton <nickc@redhat.com>
6669
6670 * configure: Remove site-file supprot - it is obsolete.
6671
f8a495c8
NC
66722003-02-24 Uwe Stieber <uwe@wwws.de>
6673
6674 * configure.in: Add support for kaOS as cross build target system.
6675 * configure: Regenerated.
6676
3decd77d
DD
66772003-02-20 Sean McNeil <sean@blue.mcneil.com>
6678
6679 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6680 configure-target-* as some target builds may require additional
6681 flags for preprocessor tests.
6682 * Makefile.in: Regenerated.
6683
f4ff34a3
AO
66842003-02-19 Alexandre Oliva <aoliva@redhat.com>
6685
6686 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6687 * ltconfig: Handle it.
6688 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6689 auto-detecting it.
6690
b7e4a931
AO
66912003-02-19 Alexandre Oliva <aoliva@redhat.com>
6692
6693 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6694 it is used as argument to $CC.
6695 * ltcf-gcj.sh: Likewise.
6696
6b784d9f
AO
66972003-02-19 Alexandre Oliva <aoliva@redhat.com>
6698
6699 * configure.in: Introduce --enable-maintainer-mode.
6700 * configure: Rebuilt.
6701 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6702 for maintainer mode.
6703 * Makefile.in: Rebuilt.
6704
8bcd8a07
AC
67052003-02-19 Andrew Cagney <ac131313@redhat.com>
6706
6707 * configure: Regenerate using autoconf 2.13.
6708
ee3fd329
AM
67092003-02-19 Alan Modra <amodra@bigpond.net.au>
6710
6711 * config.guess: Import latest version.
6712 * config.sub: Import latest version.
6713
e9e45685
JM
67142003-02-18 Jason Merrill <jason@redhat.com>
6715
6716 * Makefile.tpl (check-c++): Allow parallelism.
6717
859789af
AC
67182003-02-17 Andrew Cagney <ac131313@redhat.com>
6719
6720 * configure: Regenerate using autoconf 000227.
6721
b3f16a9b
GK
67222003-02-15 Geoffrey Keating <geoffk@apple.com>
6723
6724 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6725 don't configure target-libobjc.
6726 * configure: Regenerate.
6727
72e60e02
DD
67282003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6729
6730 * Makefile.tpl (RANLIB): Define.
6731 * Makefile.in: Regenerate.
6732
91f0e695
KS
67332003-02-06 Keith R Seitz <keiths@redhat.com>
6734
6735 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6736 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6737 * Makefile.in: Regenerated.
6738 * configure.in: Remove all traces of snavigator, db, and grep.
6739 * configure: Regenerated.
6740
122bfa92
FCE
67412003-01-31 Frank Ch. Eigler <fche@redhat.com>
6742
6743 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6744 * Makefile.in: Regenerated.
6745
264095c3
AO
67462003-01-30 Alexandre Oliva <aoliva@redhat.com>
6747
6748 * config.if: Copy from GCC.
6749
a84dbcb3
AO
67502003-01-27 Phil Edwards <pme@gcc.gnu.org>
6751
6752 * configure.in: Revert 24Jan change.
6753 * configure: Regenerate.
6754
19618276
NN
67552003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6756
6757 * configure.in: Revert previous change.
6758 * configure: Regenerate.
6759
b7f27a92
NN
67602003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6761
6762 * configure.in: Make rda native-only.
6763 * configure: Regenerate.
6764
83326456
NN
67652003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6766
6767 * configure.in: Add missing \.
6768 * configure: Rebuilt.
6769
5e367fa5
JJ
67702003-01-17 Jakub Jelinek <jakub@redhat.com>
6771
6772 * configure.in (baseargs): Avoid using \| in sed regular
6773 expressions.
6774 * configure: Rebuilt.
6775
e01f337c
JJ
67762003-01-16 Jakub Jelinek <jakub@redhat.com>
6777
6778 * configure.in (baseargs): Remove all supported forms of
6779 --cache-file, --srcdir, --host, --build and --target options
6780 from argument lists.
6781 * configure: Rebuilt.
6782
aa236487
AO
67832003-01-15 Alexandre Oliva <aoliva@redhat.com>
6784
6785 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6786 * configure: Rebuilt.
6787
586c0873
NN
67882003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6789
6790 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6791 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6792 * Makefile.in: Regenerate.
6793 * configure: Regenerate.
6794
497f816e
DD
67952003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6796
6797 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6798 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6799 * Makefile.in: Regenerate.
6800
bfbe5519
AO
68012003-01-09 Alexandre Oliva <aoliva@redhat.com>
6802
6803 * configure.in: Remove Makefile in build, host and target modules
6804 unless configure was run with --no-recursion.
6805 * configure: Rebuilt.
6806
3f234ef5
CD
68072003-01-08 Chris Demetriou <cgd@broadcom.com>
6808
6809 * config.guess: Update to 2003-01-03 version.
6810 * config.sub: Update to 2003-01-03 version.
6811
a3982d48
CF
68122003-01-07 Christopher Faylor <cgf@redhat.com>
6813
6814 * configure: Regenerate with proper autoconf 2.13.
6815
75778ec4
CF
68162003-01-07 Christopher Faylor <cgf@redhat.com>
6817
80b200a1
ZW
6818 * configure.in: Add AC_PREREQ for consistency.
6819 * configure: Regenerate.
75778ec4 6820
c180f501
AC
68212003-01-06 Andrew Cagney <ac131313@redhat.com>
6822
6823 * configure.in (GDB_TK): Add tcl directories conditional on
6824 gdb/gdbtk directory being present.
6825 * configure: Regenerate.
5481b376 6826
46ca2cc2
DA
68272003-01-04 John David Anglin <dave.anglin@nrc.ca>
6828
6829 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6830 by gcc if LD is not defined and we are not doing a Canadian Cross.
6831 * configure: Rebuilt.
6832
53dd8dab
DJ
68332003-01-01 Daniel Jacobowitz <drow@mvista.com>
6834
6835 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6836
50ceb20c
TT
68372002-12-31 Tom Tromey <tromey@redhat.com>
6838
6839 * Makefile.in: Rebuilt.
6840 * Makefile.def (target_modules) [libffi]: Allow installation.
6841
e78b5cfe
AS
68422002-12-31 Andreas Schwab <schwab@suse.de>
6843
6844 * configure.in: Fix use of $program_transform_name.
6845 * configure: Regenerated.
6846
67448102
DJ
68472002-12-30 Daniel Jacobowitz <drow@mvista.com>
6848
6849 * configure.in (baseargs): Don't remove first configure argument.
6850 * configure: Regenerated.
6851
e6bfb94a
AO
68522002-12-29 Alexandre Oliva <aoliva@redhat.com>
6853
6854 * Makefile.tpl (local-distclean): Don't remove...
6855 (multilib.ts): ... this. Moved into...
6856 (multilib.out): ... this. Don't use sub-make.
6857 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6858 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6859 (configure-build-[+module+], configure-[+module+],
6860 configure-target-[+module+], configure-gcc): ... these. Test
6861 for Makefile existence. Drop config.status from dependencies.
6862 * Makefile.in: Rebuilt.
6863 * configure.in: Move gcc-version-trigger to the end of
6864 ac_configure_args. Add comments to maybedep.tmp and
6865 serdep.tmp. Introduce --disable-serial-configure. Remove
6866 nonopt from baseargs, matching and removing corresponding
6867 whitespace while at it.
6868 * configure: Rebuilt.
6869
8f0dfb36
AO
68702002-12-28 Alexandre Oliva <aoliva@redhat.com>
6871
6872 * configure.in (host_configargs): Replace reference to
6873 no-longer-defined buildopts with --build=${build_alias}.
6874 * configure: Rebuilt.
6875
43be203f
AO
68762002-12-28 Alexandre Oliva <aoliva@redhat.com>
6877
6878 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6879 program_transform_name to standard idiom.
6880 (AUTOGEN, AUTOCONF): Define.
6881 (Makefile.in): Use $(AUTOGEN).
6882 (Makefile): Depend on config.status, and use autoconf-style rule to
6883 build it. Move original commands to...
6884 (config.status): ... this new target.
6885 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6886 $(AUTOCONF).
6887 * Makefile.in: Rebuilt.
6888
a0da8069
NN
68892002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6890
d18f1c9f
NN
6891 * Makefile.tpl: Fix dramatic bustage due to change in
6892 program_transform_name.
6893 * Makefile.in: Regenerate.
6894
6895 * configure.in: Remove unnecessary PATH setting.
6896 * configure: Regnerate.
6897
6898 * configure.in: Don't default to unprefixed tools unless
6899 the native tools will work.
6900 * configure: Regenerate.
6901
a0da8069
NN
6902 * configure.in: Convert to autoconf script. Blow away lots
6903 of now-redundant Makefile fragments.
6904 * configure: Generate using Autoconf.
6905 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6906 * Makefile.in: Regenerate.
6907
c567df0a
NN
69082002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6909
5481b376 6910 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
6911 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6912
5481b376 6913 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 6914 where they belong.
2c7f9a32 6915
2dabcfb4
AS
69162002-12-24 Andreas Schwab <schwab@suse.de>
6917
6918 * Makefile.tpl (multilib.out): Fix missing space.
6919 * Makefile.in: Regenerate.
6920
1086bc09
NN
69212002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6922
6923 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6924 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6925 * Makefile.in: Regenerate.
6926 * configure.in: Remove unnecessary leftovers.
6927
1086bc09
NN
69282002-12-21 Geoffrey Keating <geoffk@apple.com>
6929
6930 * configure.in (extra_ranlibflags_for_target): New variable.
6931 (*-*-darwin): Add -c to ranlib commands.
6932 * configure (tooldir): Handle extra_ranlibflags_for_target.
6933
14e9ca95
JJ
69342002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6935
6936 * COPYING.NEWLIB: Updated.
6937 * COPYING.LIBGLOSS: Ditto.
6938
14c428fb
NN
69392002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6940
6941 * Makefile.tpl: Revert HJL's change.
6942 * Makefile.in: Regenerated.
6943 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6944 always.
6945
313b8244
AS
69462002-12-19 Andreas Schwab <schwab@suse.de>
6947
6948 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6949 * Makefile.in: Regenerate.
6950
efeae3db
L
69512002-12-18 H.J. Lu <hjl@gnu.org>
6952
6953 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6954 * Makefile.in: Regenerated.
6955
6956 * configure.in (build_prefix): New. Substitute.
6957
43d92c63
NN
69582002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6959
59da4fe6
NN
6960 * Makefile.tpl: Don't let real targets depend on phony targets.
6961 * Makefile.in: Regenerate.
6962
43d92c63
NN
6963 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6964 * Makefile.in: Regenerate.
6965
b72e6a2d
JM
69662002-12-16 Jason Merrill <jason@redhat.com>
6967
6968 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6969 previous 'make bootstrap'.
6970 * Makefile.in: Regenerate.
6971
95c72c44
HPN
69722002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6973
6974 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6975
7d695d07
JM
69762002-12-13 Jason Merrill <jason@redhat.com>
6977
6978 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6979 library tests.
6980 (check-c++): Just depend on it and check-target-libstdc++-v3.
6981 * Makefile.in: Regenerate.
6982
54103d1e
NN
69832002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6984
6985 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6986 * Makefile.in: Regenerate.
6987
4024f1e1
JJ
69882002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6989
80b200a1
ZW
6990 * COPYING.NEWLIB: Update list of alternate Regent of California
6991 licenses and discuss official revoking of advertising clause.
6992 * COPYING.LIBGLOSS: Ditto.
4024f1e1 6993
7dda0df6
AO
69942002-12-12 Alexandre Oliva <aoliva@redhat.com>
6995
6996 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6997 * Makefile.in: Rebuilt.
6998
d03be79e 69992002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7000
929293f4
NN
7001 * configure: Fix bug put in by gremlins.
7002
d03be79e
NN
7003 * Makefile.tpl: Substitute more autoconfily.
7004 * configure: Substitute more autoconfily.
7005 * Makefile.in: Regenerate.
7006
70072002-12-08 Andrew Cagney <ac131313@redhat.com>
7008
7009 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7010 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7011
70122002-12-06 DJ Delorie <dj@redhat.com>
7013
7014 * Makefile.tpl: Change configure dependencies to not have real
7015 targets depend on phony targets.
b4a77b47 7016
db1ac78d
NN
70172002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7018
bcaf2395
NN
7019 * configure.in: Revert unintentional change.
7020
b4fa093e
NN
7021 * src-release: Configure host subdirs.
7022
db1ac78d
NN
7023 * Makefile.tpl: Change dependency for */multilib.out so that
7024 it works when gcc isn't in the tree.
7025
7026 * configure.in: Substitute more.
7027 * configure: Run subconfigures from the Makefile.
7028 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7029 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7030
15723a45
NN
70312002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7032
e2b9e2dc
NN
7033 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7034 and corresponding dependencies.
7035 * Makefile.in: Regenerate.
7036
2af579c4
NN
7037 * configure.in (host_tools): Order binutils, gas and ld for
7038 convenience in running the testsuites.
7039
a2cc058a
NN
7040 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7041 * Makefile.in: Regenerate.
7042 * configure.in: Introduce rules to serialize subconfigure runs.
7043
15723a45
NN
7044 * configure.in: Introduce BASE_CC_FOR_TARGET.
7045 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7046 Realize configure-build-* targets. Realize configure-target-* targets.
7047 * Makefile.in: Regenerate.
7048
ae831be5
NN
70492002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7050
7051 * configure: Move gcc_version_trigger stuff from here...
7052 * configure.in: ...to here.
7053
7054 * configure.in: Separate subconfigure options added by this file from
7055 options given by the user. Add machinery to put args for host
7056 subconfigures into the Makefile.
7057
7058 * Makefile.tpl: Remove 'vault' targets.
7059 * Makefile.tpl: Reorder and comment dependencies.
7060 * Makefile.in: Regenerate.
7061
bbf7c8ac
NN
70622002-11-28 Geoffrey Keating <geoffk@apple.com>
7063
7064 * configure.in: Move host-specific darwin noconfigdirs into
7065 the host-specific section.
7066
930314a4
NN
70672002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7068
52d7cdee
NN
7069 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7070 during replay.
7071 * Makefile.in: Regenerate.
7072
930314a4
NN
7073 (finishing slow-motion replay)
7074 * configure: Remove skip-this-dir support.
7075 * Makefile.tpl: Remove skip-this-dir support.
7076
7077 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7078 subdirectories.
7079 * Makefile.in: Regenerate.
7080
7081 * Makefile.tpl: Strip out useless setting of 'dir'.
7082 * Makefile.in: Regenerate.
5481b376 7083
930314a4
NN
70842002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7085
7086 (finishing slow-motion replay)
7087 * configure.in: Fix deeply stupid bug.
7088
7089 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7090 shell code in CXX_FOR_TARGET
7091 * Makefile.def: Introduce raw_cxx.
7092 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7093 RAW_CXX_FOR_TARGET.
7094 * Makefile.in: Regenerate.
7095
70962002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7097
7098 (finishing slow-motion replay)
7099 * Makefile.tpl: Remove unnecessary ifs.
7100 * Makefile.in: Regenerate.
7101
5481b376 7102 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7103 dependencies. Maybe-ize build-libiberty. Create dummy install
7104 targets for 'no_install' modules.
5481b376 7105 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7106 build_modules stuff to configure.in.
5481b376 7107 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7108 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7109 * Makefile.in: Regenerate.
7110
3866be5d
NN
71112002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7112
7113 (continuing slow-motion replay)
7114 * Makefile.tpl: Make all-target, install-target behave similarly
7115 to all, install (only hitting configured targets). Eliminate
7116 unused macro defintions.
7117
7118 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7119 build != host.
7120
7121 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7122
7123 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7124
5481b376 7125 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7126 configuring. Remove references to "dosrel".
7127 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7128 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7129 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7130 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7131 and redundant dependency; rearrange slightly.
7132 * Makefile.def: Add host-side libtermcap, utils.
7133
7134 * Makefile.in: Regenerate.
7135
e393202e
NN
71362002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7137
7138 (Continuing slow-motion replay)
7139 * Makefile.def: Add list of recursive targets to autogenerate.
7140 Add build_modules.
7141 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7142 targets. Autogenerate *-build-* targets.
7143 * Makefile.in: Regenerate.
7144
583d52d7
NN
71452002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7146
7147 (Continuing slow-motion replay)
7148 * configure: More autoconf-style substitutions.
7149 * Makefile.tpl: More autoconf-style substitutions.
7150 * Makefile.in: Regenerate.
7151
71522002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7153
7154 (Continuing slow-motion replay)
7155 * configure: Substitute more variables in a more autoconf-friendly
7156 way. Simplify slightly.
7157 * Makefile.tpl: Make more variables substitutable in an
7158 autoconf-friendly way.
7159 * Makefile.in: Regenerate.
7160
874e38b4
NN
71612002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7162
7163 (Continuing slow-motion replay)
7164 * configure.in (v810*): Remove special setting of tools.
7165
7166 * configure: Add support for extra required flags for ar or nm.
7167 * configure.in (aix4.3+): Use above support for target-specific
7168 issues, rather than using config/mt-aix43.
7169
852e5f18
NN
71702002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7171
7172 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7173 * configure: Remove 'removing', which doesn't work. Replace $subdir
7174 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7175 with $srcdir. Reformat indentation. Substitute some variables
7176 formerly hard-coded in the Makefile for build=host.
7177 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7178 * Makefile.def: Autogenerate more.
7179 * Makefile.in: Regenerate.
7180
c9a0d920
DD
71812002-11-13 Bruce Korb <bkorb@gnu.org>
7182
7183 * Makefile.tpl: syntactic cleanup
7184
dd2768ff
KB
71852002-11-04 Kevin Buettner <kevinb@redhat.com>
7186
7187 * Makefile.def (host_modules): Add rda.
7188 * Makefile.in: Regenerate.
7189 * configure.in (target_tool): Add target-rda to list.
7190
1aa8389d
DD
71912002-10-25 Phil Edwards <pme@gcc.gnu.org>
7192
7193 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7194 and restrap targets to this rule.
7195 * Makefile.in: Regenerate.
7196
28f46298
HPN
71972002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7198
7199 * configure.in (i[3456]86-*-linux*): Add check to disable
7200 ${libgcj} for glibc1.
7201
ff72e302
NC
72022002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7203
7204 * configure.in: Add tic4x target.
7205
8607b6c9
NN
72062002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7207
7208 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7209 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7210 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7211 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7212 * Makefile.in: Regenerate.
7213
f8f61f4a
NN
72142002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7215
c86f794b
NN
7216 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7217 * Makefile.in: Regenerate.
7218
a9590527
NN
7219 * Makefile.def: Remove order dependency comments.
7220 * Makefile.tpl: Add explicit install-install dependencies.
7221 * Makefile.in: Regenerate.
7222
8412ce72
NN
7223 * Makefile.tpl: Remove material now in src-release. (Finally!)
7224 * Makefile.in: Regenerate.
7225
8b9f37f1
NN
7226 * configure: Restore my original patch by syncing with gcc version.
7227
f8f61f4a
NN
7228 * Bring following over from gcc:
7229
72302002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7231
7232 * configure.in (s390*-*-linux*): Enable libgcj.
7233
403d9505
NN
72342002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7235
7236 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7237
95f6f383
AM
72382002-10-02 Alan Modra <amodra@bigpond.net.au>
7239
e4673b0a 7240 * configure: Move stray lines back to where they belong.
95f6f383 7241
748503c8
NN
72422002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7243
a581b5c3
NN
7244 * Makefile.tpl: Insert configure-target target, for src-release.
7245
c084f5b4
NN
7246 * configure: Finish reverting change which Andrew Cagney started
7247 reverting. Should fix bustage.
7248
7aa673ed 7249 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
7250 * src-release: New file. Contains material for making net
7251 releases for gdb, binutils, et al., formerly in Makefile.in.
7252
82a9b2d9
NC
72532002-09-30 Nick Clifton <nickc@redhat.com>
7254
7255 * cpu: New top level directory. Intended to hold input files for
7256 CGEN which have FSF copyright assignment.
7257 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7258
c2463a00
AC
72592002-09-29 Andrew Cagney <ac131313@redhat.com>
7260
7261 Revert below (note that src does not contain Makefile.tpl):
7262 * Makefile.tpl: Make subsituted variables more autoconfy.
7263 * Makefile.in: Regenerate.
7264
f03b4789
NN
72652002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7266
c11e16a9
NN
7267 * configure: Revert accidentally applied changes.
7268
f03b4789
NN
7269 * Makefile.tpl: Make more autoconf-friendly.
7270 * Makefile.in: Regenerate.
7271 * configure: Make substitution more autoconf-like.
7272
72732002-09-28 Richard Earnshaw <rearnsha@arm.com>
7274
7275 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7276 single entry to handle all these.
7277 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7278 libjava on arm-*-elf.
7279
c0292023
GK
72802002-09-27 Geoffrey Keating <geoffk@apple.com>
7281
7282 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7283 things that depend on them.
7284
c66d951e
NN
72852002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7286
7287 * Makefile.tpl: Make subsituted variables more autoconfy.
7288 * Makefile.in: Regenerate.
7289 * configure: Make seds more autoconfy.
7290
907a7241 72912002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
7292
7293 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7294 * Makefile.in: Regenerate.
7295 * configure.in: Rewrite sed statements to look autoconfy.
7296
907a7241
NN
7297 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7298 all-target-foo on configure-target-foo.
7299 * Makefile.def: Ditto.
7300 * Makefile.in: Rebuild.
7301
405ea7a0
NN
73022002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7303
7304 * Makefile.def: New file.
7305 * Makefile.tpl: New file.
7306 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7307
7308 * configure.in: Minor rearrangement. Simplify tests.
7309
bdc57bfd
JT
73102002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7311
7312 * configure.in (with_headers): Skip copy if value is "yes".
7313 (with_libs): Likewise.
7314
ae03d6e2
NN
73152002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7316
7317 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7318 * configure.in (sh*-*-pe*): Ditto.
7319 * configure.in (mips*-*-pe*): Ditto.
7320 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
7321
7322 * configure.in: Rearrange.
7323
707960fe
NC
73242002-09-12 Nick Clifton <nickc@redhat.com>
7325
7326 * Import these changes from the config master repository:
7327
7328 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7329
7330 * config.sub: Add tic4x target.
7331
7332 2002-09-03 Ben Elliston <bje@redhat.com>
7333
7334 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7335 Reported by <Duncan_Stodart@insession.com>.
7336
36ea319f
JJ
73372002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7338
7339 * COPYING.NEWLIB: More updates.
7340
cf57480a
JJ
73412002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7342
7343 * COPYING.NEWLIB: Update.
7344
fd31a171
AC
73452002-08-23 Andrew Cagney <ac131313@redhat.com>
7346
23b632fc
AC
7347 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7348
fd31a171
AC
7349 * config.guess: Import version 2002-08-23.
7350 * config.sub: Import version 2002-08-22.
7351
a08bafb5
AO
73522002-08-20 Alexandre Oliva <aoliva@redhat.com>
7353
7354 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7355 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7356 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7357
17240c1f
NC
73582002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7359
7360 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7361
e70ad0c6
L
73622002-08-04 H.J. Lu (hjl@gnu.org)
7363
7364 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7365
574e6d11
DD
73662002-07-31 Alan Modra <amodra@bigpond.net.au>
7367
7368 * configure.in: Move generic linux case to end. Copy generic
7369 linux noconfigdirs to mips*-*-linux* entry and new
7370 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7371
611e7523
CD
73722002-07-19 Chris Demetriou <cgd@broadcom.com>
7373
7374 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7375 one instance of them which was missed to the list to update.
7376
51759676
CD
73772002-07-16 Chris Demetriou <cgd@broadcom.com>
7378
7379 * config.guess: Update to 2002-07-09 version.
7380 * config.sub: Update to 2002-07-03 version.
7381
7c1f909c
DD
73822002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7383
7384 * configure.in: Remove two redundant tests.
7385
d7cf5d30
DD
73862002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7387
7388 * configure.in (mips*-*-irix6*o32): Enable stabs.
7389
c74222f7
DD
73902002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7391
5b53c336
DD
7392 * configure.in: Don't build grez.
7393 * Makefile.in: Ditto.
7394
c74222f7
DD
7395 * Makefile.in: Remove references to bsp, cygmon, libstub.
7396 * configure.in: Ditto.
7397
7398 * configure.in: Remove leftover reference to gdbtest.
7399
edd1b227
DD
74002002-07-08 Phil Edwards <pme@gcc.gnu.org>
7401
7402 * configure.in (gxx_include_dir): Change to match versioned
7403 C++ headers if --enable-version-specific-runtime-libs is used.
7404
486186e3
AO
74052002-07-04 Steve Ellcey <sje@cup.hp.com>
7406
7407 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7408
ff0a3bf8
DD
74092002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7410
7411 * configure.in: Make --without-x work.
7412
1dfa8174
NC
74132002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7414
7415 * contrib: New directory. Created to contain a copy of the
5481b376 7416 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
7417 the FSF GCC sources.
7418
07637366
DD
74192002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7420
b6f83f2a
DD
7421 * configure.in: Rearrange target Makefile fragment collection.
7422
07637366
DD
7423 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7424 cvs[src].
7425 * configure.in: Ditto.
7426
f48556b1
DD
74272002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7428
7429 * Makefile.in: Eliminate 'apache' targets.
7430 * configure.in: Eliminate 'apache' targets.
7431
7432 * configure.in: Eliminate redundant tests. Reorganize.
7433
7434 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7435
7436 * config-ml.in: Eliminate references to Cygnus configure.
7437
7438 * Makefile.in: Eliminate references to building emacs.
7439
74402002-07-01 Denis Chertykov <denisc@overta.ru>
7441
7442 * configure.in: Add support for ip2k.
7443
cdb9e2b8
BE
74442002-06-24 Ben Elliston <bje@redhat.com>
7445
7446 * configure.in (host_tools): Remove cgen.
7447
7448 * Makefile.in (all-cgen): Remove; runs from its source directory.
7449 (check-cgen, install-cgen, clean-cgen): Likewise.
7450 (all-opcodes): No not depend on all-cgen.
7451 (all-sim): Likewise.
7452
3558860c
DD
74532002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7454
7455 * configure.in: Fix AIX configury bug.
7456
e3b0c936
DD
74572002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7458
cdb9e2b8 7459 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 7460
cdb9e2b8
BE
7461 * configure.in: Move definition of libstdcxx_flags right above
7462 usage, rather than way earlier.
8ee424c0 7463
c712250a
DD
7464 * configure.in: Pull definition of is_cross_compiler earlier.
7465
9ee1a75c
DD
7466 * configure.in: Rearrange a little.
7467
e3b0c936
DD
7468 * configure.in: Remove references to librx.
7469 * Makefile.in: Remove references to librx.
7470
b2bd228e
DD
74712002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7472
7473 * configure.in: Eliminate ${gasdir} variable.
7474
7cd52483
DB
74752002-06-18 Dave Brolley <brolley@redhat.com>
7476
7477 * configure.in: Add support for frv.
7478 * config.sub: Add support for frv.
7479
6c5e141a
DD
74802002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7481
7482 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7483
0d18b56d
JT
74842002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7485
7486 * configure.in (vax-*-netbsd*): Re-enable gas.
7487
fd8958d5
DD
74882002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7489
27f15fdd
DD
7490 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7491 BUILD_PREFIX_1, to correct nomenclature.
7492 * configure: Likewise.
7493
fd8958d5
DD
7494 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7495 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7496
0c2442b7
DD
74972002-05-31 Olaf Hering <olh@suse.de>
7498
7499 * config-ml.in: Propogate DESTDIR also.
7500
a3602181
JT
75012002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7502
7503 * configure.in (vax-*-netbsd*): Don't build gas for this
7504 platform.
7505
c95f53ae
MM
75062002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7507
7508 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7509 and libgcj for AVR.
7510
1d7c1053
NC
75112002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7512
7513 * config.sub: Add DLX target.
7514
4b37028f
JT
75152002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7516
7517 * config.guess: Update to 2002-05-22 version.
7518 * config.sub: Likewise.
7519
d5de0a84
NC
75202002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7521
7522 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7523 * config-ml.in: Likewise.
7524 * configure: Likewise.
7525 * configure.in: Likewise.
7526
c92a0210
DD
75272002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7528
115a77aa
DD
7529 * configure.in: Simplify makefile fragment collection.
7530
7531 * configure.in: Remove code to build emacs.
e99daf2b 7532
91e060aa
DD
7533 * configure.in : Remove --srcdir argument from targargs and buildargs
7534 (it's always overridden in the Makefile anyway). Rearrange a bit.
7535
7536 * configure: Move some logic to configure.in.
7537 * configure.in: Move some logic from configure.
c92a0210 7538
91217342
JJ
75392002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7540
7541 * COPYING.LIBGLOSS: New file.
7542
d3d8a9ee
NC
75432002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7544
7545 * Makefile.in: Honour DESTDIR.
7546
3a036cdc
AO
75472002-05-05 Alexandre Oliva <aoliva@redhat.com>
7548
7549 * configure.in (noconfigdirs): Don't disable libgcj on
7550 sparc64-*-solaris* and sparcv9-*-solaris*.
7551
6d095fe4
AO
75522002-05-03 Alexandre Oliva <aoliva@redhat.com>
7553
7554 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7555
dac55df9
TF
75562002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7557
7558 * configure.in (FLAGS_FOR_TARGET): Do not add
7559 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7560 on i[3456]86-*-linux*.
7561
a018e15b
TF
75622002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7563
7564 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
7565
7566 * configure.in (noconfigdirs): Do not add target-newlib if
7567 target == i[3456]86-*-linux*, and host == target.
7568
5f284831
MM
75692002-04-29 Mark Mitchell <mark@codesourcery.com>
7570
7571 * config.guess: Updated to 2002-04-26's version.
7572 * config.sub: Updated to 2002-04-26's version.
7573
33babf59
DD
75742002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7575
bd5f7da2
DD
7576 * configure.in: delete reference to absent file
7577
a0c4f3a0
DD
7578 * configure.in: replace '[' with 'test'
7579
66f1ba4f
DD
7580 * configure.in: Eliminate references to gash.
7581 * Makefile.in: Eliminate references to gash.
7582
7c3ab50c
DD
7583 * configure.in: remove useless references to 'pic' makefile fragments.
7584
bbc025f5
DD
7585 * configure.in: (*-*-windows*) Finish removing.
7586
33babf59
DD
7587 * configure.in: Eliminate redundant test for libgui.
7588
d5ec694c
DD
75892002-04-26 Joel Sherrill <joel@OARcorp.com>
7590
7591 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7592 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7593
57a5346c
DD
75942002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7595
7596 * configure.in: remove references to dead files
7597
dbf93899
DD
75982002-04-18 Tom Tromey <tromey@redhat.com>
7599
7600 * configure.in: Disallow configuring libgcj when it is already
7601 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7602 Solaris 2.8 by default. For PR libgcj/6158.
7603
26eadf68
DD
76042002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7605
7606 * configure.in: Move default CC setting out of config/mh-* fragments
7607 directly into here.
7608
a0a2c6c6
DD
76092002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7610
7611 * configure.in: don't even try to configure or make a subdirectory
7612 if there's no configure script for it.
7613
9972f812
DD
76142002-04-15 Mark Mitchell <mark@codesourcery.com>
7615
7616 * MAINTAINERS: Remove chill maintainers.
7617 * Makefile.in (CHILLFLAGS): Remove.
7618 (CHILL_LIB): Remove.
7619 (TARGET_CONFIGDIRS): Remove libchill.
7620 (CHILL_FOR_TARGET): Remove.
7621 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7622 CHILL_LIB.
7623 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7624 (CHECK_TARGET_MODULES): Likewise.
7625 (INSTALL_TARGET_MODULES): Likewise.
7626 (CLEAN_TARGET_MODULES): Likewise.
7627 (configure-target-libchill): Remove.
7628 (all-target-libchill): Remove.
7629 * configure.in (target_libs): Remove target-libchill.
7630 Do not compute CHILL_FOR_TARGET.
7631 * libchill: Remove directory.
5481b376 7632
75205f78
DD
76332002-04-15 DJ Delorie <dj@redhat.com>
7634
7635 * Makefile.in, configure.in, configure: Sync with gcc, entries
7636 follow...
7637
76382002-04-08 Tom Tromey <tromey@redhat.com>
7639
7640 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7641 Fixes PR libgcj/6068.
7642
76432002-03-30 Krister Walfridsson <cato@df.lth.se>
7644
7645 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7646
76472002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7648
7649 * configure.in (alpha*-dec-osf*): Enable libgcj.
7650
76512002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7652
7653 Fix for: PR bootstrap/3591, target/5676
7654 * configure.in (mcore-pe): Disable the configuration of
7655 libstdc++-v3 since exceptions are not supported.
7656
76572002-03-20 Anthony Green <green@redhat.com>
7658
7659 * configure.in: Enable libgcj for xscale-elf target.
7660
76612002-02-28 Alexandre Oliva <aoliva@redhat.com>
7662
7663 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7664 libjava.
7665 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7666
76672002-02-22 Alexandre Oliva <aoliva@redhat.com>
7668
7669 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7670 libstdc++-v3 and libjava.
7671
76722002-02-11 Adam Megacz <adam@xwt.org>
7673
7674 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7675 boehm-gc
7676
76772002-02-09 Alexandre Oliva <aoliva@redhat.com>
7678
7679 * config.guess: Updated to 2002-01-30's version.
7680 * config.sub: Updated to 2002-02-01's version.
7681 Contribute sh64-elf.
7682 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7683 * configure.in: Added sh64-*-*.
7684
76852002-01-17 H.J. Lu <hjl@gnu.org>
7686
7687 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7688 (all-target-fastjar): Also depend on all-target-libiberty.
7689
7690Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7691
7692 * configure, configure.in: Use temp file for long sed commands.
7693
76942001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7695
7696 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7697 libf2c.
7698
76992001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7700
7701 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7702
77032001-10-11 Hans-Peter Nilsson <hp@axis.com>
7704
7705 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7706
77072001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7708
7709 * configure: Handle temporary files securely using mkdir.
7710
77112001-09-26 Will Cohen <wcohen@redhat.com>
7712
7713 * configure.in (*-*-linux*): Disable configuration of target-newlib
7714 and target-libgloss.
7715
77162001-09-26 Alexandre Oliva <aoliva@redhat.com>
7717
7718 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7719 RANLIB.
7720
77212001-08-11 Graham Stott <grahams@redhat.com>
7722
7723 * Makefile.in (check-c++): Add missing semicolon.
7724
77252001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7726
7727 * configure.in (sh-*-linux*): New.
7728
77292001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7730
7731 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7732 and libgcj on m68hc11/m68hc12.
7733
77342001-06-27 H.J. Lu (hjl@gnu.org)
7735
7736 * Makefile (CFLAGS_FOR_BUILD): New.
7737 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7738
77392001-06-01 Hans-Peter Nilsson <hp@axis.com>
7740
7741 * configure.in (libstdcxx_flags): Do not try to execute
7742 libstdc++-v3/testsuite_flags until it exists.
7743
77442001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7745
7746 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7747
77482001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7749
7750 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7751
7752Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7753
7754 * configure.in: Move *-chorusos target case to the proper switch.
7755 Disable libgcj.
7756
77572001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7758
7759 * Makefile.in (STAGE1_CFLAGS): Pass down.
7760
77612001-04-13 Alan Modra <amodra@one.net.au>
7762
7763 * config.guess: Add hppa64-linux support. Note for next import that
7764 this is already in the master file.
7765 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7766
77672001-03-22 Colin Howell <chowell@redhat.com>
7768
7769 * Makefile.in (DO_X): Do not backslash single-quotes in
7770 backquotes (two places).
7771
77722001-03-18 Laurynas Biveinis <lauras@softhome.net>
7773
7774 * Makefile.in (DO_X): Quote nested quotes.
7775
77762001-03-15 Laurynas Biveinis <lauras@softhome.net>
7777
7778 * Makefile.in (DO_X): Use double quotes for quoting
7779 "RANLIB=$${RANLIB}".
7780
77812001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7782
7783 * configure.in: Only use `lang_requires' for languages athat are
7784 actually enabled.
7785
77862001-03-07 Tom Tromey <tromey@redhat.com>
7787
7788 * configure.in: Allow config-lang.in to set `lang_requires' to list
7789 of other required languages.
7790
77912001-03-06 Laurynas Biveinis <lauras@softhome.net>
7792
7793 * Makefile.in: Remove RANLIB definition. Use RANLIB
7794 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7795 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7796
77972001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7798 Alexandre Oliva <aoliva@redhat.com>
7799
7800 * Makefile.in (check-c++): Use tabs, not spaces.
7801
78022001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7803
7804 * Makefile.in (check-c++): New rule.
7805
7806 * configure.in (target_libs): Remove libg++.
7807 (noconfigdirs): Remove libg++.
7808 (noconfigdirs): Same.
7809 (noconfigdirs): Same.
7810 (noconfigdirs): Same.
7811
7812 * config-ml.in: Remove libg++ references.
7813
7814 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7815 (ALL_TARGET_MODULES): Same.
7816 (configure-target-libg++): Remove.
7817 (all-target-libg++): Remove.
7818 (configure-target-libio): Remove.
7819 (all-target-libio): Remove.
7820 (check-target-libio): Remove.
7821 (.PHONY): Remove.
7822 (libg++.tar.bz2): Remove.
7823 (all-target-cygmon): Remove libio.
7824 (all-target-libstdc++): Remove.
7825 (configure-target-libstdc++): Remove.
7826 (TARGET_LIB_PATH): Remove libstdc++.
7827 (ALL_GCC_CXX): Remove libstdc++.
7828 (all-target-gperf): Correct.
7829
78302001-02-15 Anthony Green <green@redhat.com>
7831
7832 * configure: Introduce GCJ_FOR_TARGET.
7833 * configure.in: Ditto.
7834 * Makefile.in: Ditto.
7835
78362001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7837
7838 * configure.in: for *-chorusos, don't config target-newlib and
7839 target-libgloss.
7840
78412001-02-04 Mark Mitchell <mark@codesourcery.com>
7842
7843 Remove V2 C++ library.
7844 * configure.in: Remove --enable-libstdcxx_v3 support.
7845
78462001-01-27 Richard Henderson <rth@redhat.com>
7847
7848 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7849
78502001-01-26 Tom Tromey <tromey@redhat.com>
7851
7852 * configure.in: Allow libgcj to be built on Sparc Solaris.
7853
78542001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7855
7856 * configure.in: Enable libgcj on several additional platforms.
7857
78582001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7859
7860 * configure.in: Enable libgcj for linux targets.
7861
78622001-01-09 Mike Stump <mrs@wrs.com>
7863
7864 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7865 failures of subdirectories.
7866
78672001-01-02 Laurynas Biveinis <lauras@softhome.net>
7868
7869 * configure: handle DOS-style absolute paths.
7870
78712001-01-02 Laurynas Biveinis <lauras@softhome.net>
7872
7873 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7874
78752000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7876
7877 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7878 (libstdcxx_incdir): Pass down.
7879 * config.if: Remove expired bits for cxx_interface, add stub.
7880 (libstdcxx_incdir): Add variable for g++ include directory.
7881 * configure.in (gxx_include_dir): Use it.
7882
78832000-12-15 Andreas Jaeger <aj@suse.de>
7884
7885 * configure.in: Handle lang_dirs.
7886
78872000-12-13 Anthony Green <green@redhat.com>
7888
7889 * configure.in: Disable libgcj for any target not specifically
7890 listed. Disable libgcj for x86 and Alpha Linux until compatible
7891 with g++ abi.
7892
78932000-12-13 Mike Stump <mrs@wrs.com>
7894
7895 * Makefile.in (local-distclean): Also remove fastjar.
7896
78972000-12-10 Anthony Green <green@redhat.com>
7898
7899 * configure.in: Define libgcj. Disable libgcj target libraries for
7900 most targets.
7901
79022000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7903
7904 * configure.in (target_libs): Revert 2000-12-08 patch.
7905 (noconfigdirs): Added target-libjava.
7906
79072000-12-09 Laurynas Biveinis <lauras@softhome.net>
7908
7909 * Makefile.in: handle DOS-style absolute paths.
7910
79112000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7912
7913 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7914 libjava.
7915 * configure.in (target_libs): Removed `target-libjava'.
7916
79172000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7918
7919 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7920 (ALL_MODULES): Added fastjar.
7921 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7922 (all-target-libjava): all-fastjar replaces all-zip.
7923 (all-fastjar): Added.
7924 (configure-target-fastjar, all-target-fastjar): Likewise.
7925 * configure.in (host_tools): Added fastjar.
7926
79272000-12-07 Mike Stump <mrs@wrs.com>
7928
7929 * Makefile.in (local-distclean): Remove leftover built files.
7930
79312000-11-16 Fred Fish <fnf@be.com>
7932
7933 * configure.in (enable_libstdcxx_v3): Fix typo,
7934 libstd++ -> libstdc++.
7935
79362000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7937
7938 * configure: Provide the original toplevel configure arguments
7939 (including $0) to subprocesses in the environment rather than
7940 through gcc/configargs.h.
7941
79422000-11-12 Mark Mitchell <mark@codesourcery.com>
7943
7944 * configure: Turn on libstdc++ V3 by default.
7945
79462000-10-16 Michael Meissner <meissner@redhat.com>
7947
7948 * configure (gcc/configargs.h): Only create if there is a build GCC
7949 directory created.
7950
79512000-10-05 Phil Edwards <pme@gcc.gnu.org>
7952
7953 * configure: Save configure arguments to gcc/configargs.h.
7954
79552000-10-04 Andris Pavenis <pavenis@latnet.lv>
7956
7957 * Makefile.in (bootstrap): avoid recursion if subdir missing
7958 (cross): ditto
7959 (do-proto-toplev): ditto
7960
7961Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7962
7963 * configure.in: Do not build byacc for hppa64. Provide paths to the
7964 X11 libraries for hppa64.
7965
79662000-09-02 Anthony Green <green@cygnus.com>
7967
7968 * Makefile.in (all-gcc): Depend on all-zlib.
7969 (CLEAN_MODULES): Add clean-zlib.
7970 (ALL_MODULES): Add all-zlib.
7971 * configure.in (host_libs): Add zlib.
7972
79732000-08-25 Alexandre Oliva <aoliva@redhat.com>
7974
7975 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7976 $targargs to tell whether newlib is going to be built.
7977
7978 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7979 $$r/TARGET_SUBDIR/libio for _G_config.h.
7980
79812000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7982
7983 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7984
7985 * configure: Make enable_threads and enable_shared defaults
7986 explicit. Substitute enable_threads into generated Makefiles.
7987 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7988 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7989
79902000-08-02 Manfred Hollstein <manfredh@redhat.com>
7991
7992 * configure.in: Re-enable all references to libg++ and librx.
7993
ffb97b2f 79942002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 7995
ffb97b2f
DD
7996 * configure.in: Add *-*-freebsd* configurations.
7997
bbf6e9e3
AC
79982002-04-07 Andrew Cagney <ac131313@redhat.com>
7999
8000 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8001 (do-tar, do-bz2): New rules.
8002 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8003 (gdb-tar): New rule.
8004 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8005 (insight_dejagnu.tar): New rule.
8006 (insight.tar): New rule.
8007 (gdb+dejagnu.tar): New rule.
8008 (gdb.tar): New rule.
8009
8f1579c0
AC
80102002-04-07 Andrew Cagney <ac131313@redhat.com>
8011
8012 * MAINTAINERS: Update dejagnu/
8013
ba3c59ab
AO
80142002-03-16 Alexandre Oliva <aoliva@redhat.com>
8015
8016 * ltmain.sh (relink_command): Fix typo in previous change.
8017
6243d5dd
AO
80182002-03-15 Alexandre Oliva <aoliva@redhat.com>
8019
8020 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8021 (relink_command): Added --tag flags.
8022 (mode=install): If relinking fails; error out.
8023
80413487
RH
80242002-03-12 Richard Henderson <rth@redhat.com>
8025
8026 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8027 .NOTPARALLEL tag.
8028 (do-check): Rename from check.
8029 (check): Allow parallel check.
8030
3daeddf6
RH
80312002-03-11 Richard Henderson <rth@redhat.com>
8032
8033 * Makefile.in (.NOTPARALLEL): Add fake tag.
8034
fad93c55
L
80352002-03-07 H.J. Lu (hjl@gnu.org)
8036
8037 * configure.in: Enable gprof for mips*-*-linux*.
8038
2e8357fc
AO
80392002-02-28 Alexandre Oliva <aoliva@redhat.com>
8040
8041 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8042 libjava.
8043 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8044
bd48e1a9
AC
80452002-02-24 Andrew Cagney <ac131313@redhat.com>
8046
8047 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8048
39121370
DJ
80492002-02-23 Daniel Jacobowitz <drow@mvista.com>
8050
8051 * config.guess: Import from master sources, rev 1.232.
8052 * config.sub: Import from master sources, rev 1.246.
8053
081ff160
AO
80542002-02-23 Alexandre Oliva <aoliva@redhat.com>
8055
8056 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8057 because its Makefile is there; test for the executable instead.
8058
20a5393b
AO
80592002-02-09 Alexandre Oliva <aoliva@redhat.com>
8060
8061 Contribute sh64-elf.
8062 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8063 * configure.in: Added sh64-*-*.
8064
38135629
JJ
80652002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8066
80413487
RH
8067 * COPYING.NEWLIB: Remove advertising clause from
8068 Berkeley and Red Hat licenses.
38135629 8069
48d19748
MD
80702002-02-01 Mo DeJong <supermo@bayarea.net>
8071
8072 * Makefile.in: Add all-tix to deps for all-snavigator
8073 so that tix is built when building snavigator.
8074
f6e1c110
BE
80752002-02-01 Ben Elliston <bje@redhat.com>
8076
8077 * config.guess: Import from master sources, rev 1.229.
8078 * config.sub: Import from master sources, rev 1.240.
8079
4867be41
DJ
80802002-01-27 Daniel Jacobowitz <drow@mvista.com>
8081
8082 From Steve Ellcey <sje@cup.hp.com>:
8083 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8084 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8085 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8086 IA64.
8087 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8088 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8089 soname_spec, sys_lib_search_path_spec): Ditto.
8090
e82380cc
JT
80912002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8092
8093 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8094 target-libiberty, and target-libgloss. Skip Java-related
8095 libraries if not supported for NetBSD on target CPU.
8096
1319fb9c
NC
80972002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8098
8099 * configure.in: Import StrongARM and XScale target_configdirs from
8100 FSF GCC version.
8101
b020f6ac
L
81022002-01-16 H.J. Lu (hjl@gnu.org)
8103
8104 * config.guess: Import from master sources, rev 1.225.
8105 * config.sub: Import from master sources, rev 1.238.
8106
8107 * MAINTAINERS: Updated notes on config.guess and config.sub.
8108
a0c1c920
NC
81092002-01-11 Steve Ellcey <sje@cup.hp.com>
8110
8111 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8112 ld and gdb are not supported.
8113
a9fa5e1f
JJ
81142002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8115
8116 * Change reference to Cygnus Solutions to be Red Hat.
8117
94077108
JJ
81182002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8119
8120 * COPYING.NEWLIB: Update generic copyright date.
8121
05ecd75c
MS
81222002-01-07 Mark Salter <msalter@redhat.com>
8123
8124 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8125 Allow target-libgloss to be built for arm, strongarm, and xscale.
8126
a106bb62
BE
81272002-01-03 Ben Elliston <bje@redhat.com>
8128
8129 * MAINTAINERS: Update URL for config.* scripts.
8130
0e254642
AM
81312001-12-18 Alan Modra <amodra@bigpond.net.au>
8132
8133 * config.sub: Import latest version.
8134 * config.guess: Likewise.
8135
0a0d0041
TF
81362001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8137
8138 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8139 options for i[3456]86-pc-linux* native builds.
8140
d932cae7
NC
81412001-12-05 Laurent Guerby <guerby@acm.org>
8142
8143 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8144 libiberty.
d932cae7
NC
8145
8146 Import this patch from gcc:
5481b376 8147
d932cae7
NC
8148 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8149
8150 * symlink-tree: handle DOS-style absolute paths.
8151
49b7683b
DD
81522001-11-28 DJ Delorie <dj@redhat.com>
8153 Zack Weinberg <zack@codesourcery.com>
8154
8155 When build != host, create libiberty for the build machine.
8156
8157 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8158 CONFIG_ARGUMENTS.
8159 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8160 New variables.
8161 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8162 and rules.
8163 (all.normal): Depend on ALL_BUILD_MODULES.
8164 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8165 (all-build-libiberty): Depend on configure-build-libiberty.
8166
8167 * configure: Calculate and substitute proper value for
8168 ALL_BUILD_MODULES.
8169 * configure.in: Create the build subdirectory.
8170 Calculate and substitute TARGET_CONFIGARGS (formerly
8171 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8172
26ef82f4
GK
81732001-11-26 Geoffrey Keating <geoffk@redhat.com>
8174
8175 * config.sub: Update to version 1.232 on subversion.
8176
43e64072
NC
81772001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8178
8179 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8180 files from .po files for a distribution.
8181
66f6c0d5
HPN
81822001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8183
8184 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8185
4a02fdb2
JH
81862001-11-13 Jeff Holcomb <jeffh@redhat.com>
8187
8188 Merged from net gcc:
8189 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8190 * ltcf-c.sh: Use $objext, not $ac_objext.
8191 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8192 * ltcf-cxx.sh: Add support for GNU.
8193 2001-07-22 Timothy Wall <twall@redhat.com>
8194 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8195 default settings if using GNU tools with that configuration.
8196 * ltcf-cxx.sh: Ditto.
8197 * ltcf-gcj.sh: Ditto.
8198 2001-07-21 Michael Chastain <chastain@redhat.com>
8199 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8200 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8201 * ltmain.sh: Mark as gcc-local.
8202
227b9953
JH
82032001-11-13 Jeff Holcomb <jeffh@redhat.com>
8204
8205 * Makefile.in (all-bison): Revert 2001-10-24.
8206 Don't depend on texinfo.
8207
cbbab8fb
JJ
82082001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8209
80413487 8210 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 8211
922b2485
DD
82122001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8213
8214 * configure.in (--enable-languages): Be more permissive about
8215 syntax. Check for empty lists better. Warn about $LANGUAGES.
8216
f08fa01d
HPN
82172001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8218
8219 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8220
fee3da4e
JH
82212001-10-24 Jeff Holcomb <jeffh@redhat.com>
8222
8223 Makefile.in (all-bison): Don't depend on texinfo.
8224
73fb1ef9
AM
82252001-10-03 Alan Modra <amodra@bigpond.net.au>
8226
8227 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8228
373688ac
AO
82292001-09-29 Alexandre Oliva <aoliva@redhat.com>
8230
8231 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8232
9c07660b
HPN
82332001-09-28 Hans-Peter Nilsson <hp@axis.com>
8234
8235 * config.sub, config.guess: Import latest from subversions.
8236
3f152009
AO
82372001-09-21 Alexandre Oliva <aoliva@redhat.com>
8238
8239 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8240 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8241 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8242 avoid quotes nesting problems.
8243 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8244 (DO_X): Export only variables that are set.
8245
8f6a59e5
BE
82462001-09-19 Ben Elliston <bje@redhat.com>
8247
8248 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8249 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8250 semantics. Use the shell built-in "type" command instead.
8251
a1ec19fa
TS
82522001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8253
8254 * config.sub: Reverted the earlier change, this version is not the
8255 master file.
8256
4008bd9b
TS
82572001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8258
8259 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8260 Add support for mips64.
8261
dd1e52a4
JH
82622001-09-03 Jeff Holcomb <jeffh@redhat.com>
8263
8264 * configure.in: Enable libstdc++-v3 for h8300 targets.
8265
91549d1c
EC
82662001-08-30 Eric Christopher <echristo@redhat.com>
8267 Jason Eckhardt <jle@redhat.com>
8268
8269 * config.sub: Add support for mipsisa32.
8270
cf966cf9
EC
82712001-08-30 Eric Christopher <echristo@redhat.com>
8272
8273 * config.sub, config.guess: Import latest from subversions.
8274
82208dc5
AM
82752001-08-20 Alan Modra <amodra@bigpond.net.au>
8276
8277 * config.sub, config.guess: Import latest from subversions.
8278
4dca8403
DD
82792001-07-26 DJ Delorie <dj@redhat.com>
8280
8281 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8282
1107dce2
AM
82832001-06-19 Alan Modra <amodra@bigpond.net.au>
8284
8285 * Makefile.in: Revert 2001-06-17.
8286 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8287
e09a6604
L
82882001-06-17 H.J. Lu <hjl@gnu.org>
8289
8290 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8291 (gas+binutils.tar.bz2): Likewise.
8292 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8293
31a8b634
AC
8294Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8295
8296 * Makefile.in (VER): When present, extract the version number from
5481b376 8297 the file version.in.
31a8b634 8298
dc70af01
AO
82992001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8300
8301 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8302 gcc/xgcc is built, use -print-prog-name to find out the program
8303 name to use.
8304
839bbd8c
AO
83052001-06-04 Mark Mitchell <mark@codesourcery.com>
8306
8307 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8308 with_gcc]: Use `gcc -shared' to build a shared library.
8309
566e9a30
AO
83102001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8311
8312 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8313 archives.
8314
e877bb69
AO
83152001-05-28 Simon Patarin <simon.patarin@inria.fr>
8316
8317 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8318 libraries when using g++ with native linker.
8319
1605288b
AO
83202001-05-28 Alexandre Oliva <aoliva@redhat.com>
8321
8322 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8323
11a383ba
TR
83242001-05-24 Tom Rix <trix@redhat.com>
8325
8326 * configure.in : enable ld for aix
cf966cf9 8327
18611226
AO
83282001-05-22 Alexandre Oliva <aoliva@redhat.com>
8329
8330 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8331 [aix4*|aix5*]: Prepend blank.
8332
6be7c12c
AO
83332001-05-20 Alexandre Oliva <aoliva@redhat.com>
8334
8335 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8336 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8337 of subdir/configure scripts to use the new libtool.m4.
8338
4ed00bba
L
83392001-05-14 H.J. Lu <hjl@gnu.org>
8340
8341 * config.if (libc_interface): Set to -libc6.2- for cross
8342 compiling to Linux/glibc 2.2.
8343
b1af961c
AO
83442001-05-03 Alexandre Oliva <aoliva@redhat.com>
8345
8346 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8347 libgcj.
8348
5ec3e74e
AO
83492001-04-26 Alexandre Oliva <aoliva@redhat.com>
8350
8351 * configure.in (noconfigdirs): Don't reset it from scratch in the
8352 target case; only append to it.
8353
b3ed1d6b
AO
83542001-04-26 Alexandre Oliva <aoliva@redhat.com>
8355
8356 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8357 sparc-*-solaris2.8]: Disable ${libgcj}.
8358
96111c10
AO
83592001-04-25 Alexandre Oliva <aoliva@redhat.com>
8360
8361 * configure.in (libgcj_saved): Copy from $libgcj.
8362 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8363 --disable-libgcj.
8364
b5bf43f2
AO
83652001-04-20 Alexandre Oliva <aoliva@redhat.com>
8366
8367 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8368 1.641.2.228.
8369
8cc32590
AO
83702001-04-12 Alexandre Oliva <aoliva@redhat.com>
8371
8372 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8373 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8374
dec0cb0c
AO
83752001-04-01 Alexandre Oliva <aoliva@redhat.com>
8376
8377 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8378 New macros.
8379 (bootstrap, cross): Use RECURSE_FLAGS.
8380 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8381
6a9c3886
AO
83822001-03-27 Alexandre Oliva <aoliva@redhat.com>
8383
8384 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8385
d4fc7db8
NC
83862001-03-23 Nick Clifton <nickc@redhat.com>
8387
8388 * README-maintainer-mode: Add note about inability to use "make
8389 distclean" in maintainer mode.
8390
7389ff65
AO
83912001-03-22 Alexandre Oliva <aoliva@redhat.com>
8392
8393 Re-installed:
8394 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8395 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8396 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8397 * ltcf-cxx.sh: Likewise.
8398 * ltcf-gcj.sh: Likewise.
8399
b3e0dc8e
PB
84002001-03-22 Philip Blundell <philb@gnu.org>
8401
8402 * config.sub, config.guess: Import latest from subversions.
8403
469b781c
AO
84042001-03-22 Alexandre Oliva <aoliva@redhat.com>
8405
8406 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8407 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8408
b0dad762
MC
84092001-03-20 Michael Chastain <chastain@redhat.com>
8410
8411 * Makefile.in: all-m4 depends on all-texinfo.
8412
c559bb17
AO
84132001-03-08 Alexandre Oliva <aoliva@redhat.com>
8414
8415 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8416
fef4ae2e
JJ
84172001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8418
8419 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8420 longer valid.
8421
8d6dd99d
NC
84222001-02-16 Nick Clifton <nickc@redhat.com>
8423
8424 * configure.in (noconfigdirs): Allow configuration of texinfo
8425 for Cygwin hosts.
8426
a85d7ed0
NC
84272001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8428
8429 * config.guess: Add linux target for S/390.
8430 * config.sub: Likewise.
8431 * configure.in: Likewise.
8432
51221c5e
DD
84332001-02-06 Ben Elliston <bje@redhat.com>
8434
8435 * configure: Output host type to stdout, not stderr.
8436
9dec4c71
MS
84372001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8438
8439 * config.guess: Import from subversions.gnu.org (revision 1.181).
8440 * config.sub: Import from subversions.gnu.org (revision 1.199).
8441
9add9c04
AM
84422001-01-30 Alan Modra <alan@linuxcare.com.au>
8443
8444 * config.guess: Handle hppa64-linux systems.
8445
8679174d
MS
84462001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8447
8448 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8449 Don't unset, it's non-portable and no longer necessary, set to empty
8450 instead.
8451
02d01ed4
MS
84522001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8453
8454 * ltconfig: Shell portability fix for the tagname validity check.
8455
4cc5853d
MS
84562001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8457
8458 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8459
7487e485
AO
84602001-01-27 Alexandre Oliva <aoliva@redhat.com>
8461
8462 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8463 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8464
f332af52
AO
84652001-01-24 Alexandre Oliva <aoliva@redhat.com>
8466
8467 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8468 keep at least one of build_libtool_libs or build_old_libs set to
8469 yes.
8470
ef099754
AO
84712001-01-24 Alexandre Oliva <aoliva@redhat.com>
8472
8473 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8474 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8475
8341f2fc 84762000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 8477
8341f2fc
AJ
8478 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8479
84802000-11-03 Philip Blundell <pb@futuretv.com>
8481
8482 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8483 files.
ebf0fa2e 8484
c320a39f
JJ
84852001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8486
8487 * COPYING.NEWLIB: Put into source repository.
8488
8817b92e
BE
84892001-01-15 Ben Elliston <bje@redhat.com>
8490
8491 * configure.in (host_tools): Add sid.
8492 Always configure cgen.
8493 * Makefile.in (all-sid): New target.
8494 (check-sid, clean-sid, install-sid): Likewise.
8495
35590697
AJ
84962001-01-07 Andreas Jaeger <aj@suse.de>
8497
80413487 8498 * config.sub, config.guess: Update from subversions.
35590697 8499
6ee6cea6
AO
85002000-12-12 Alexandre Oliva <aoliva@redhat.com>
8501
8502 * configure.in: Disable language-specific target libraries for
8503 languages that aren't enabled.
8504
077b8428
NC
85052000-11-24 Nick Clifton <nickc@redhat.com>
8506
8507 * configure.in (xscale-elf): Add target.
8508 (xscale-coff): Add target.
8509 (c4x, c5x, tic54x): Move after ARM targets.
8510
9e28a1ed
AO
85112000-11-23 Alexandre Oliva <aoliva@redhat.com>
8512
8513 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8514
be98a80a
ILT
85152000-11-20 Ian Lance Taylor <ian@zembu.com>
8516
8517 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8518
5cec67bf
AO
85192000-11-18 Alexandre Oliva <aoliva@redhat.com>
8520
8521 * Makefile.in: Merge with GCC and libgcj.
8522 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8523 configure-target-<library> when their configure scripts need the C
8524 or C++ library to have already been built to work properly.
8525 (do_proto_toplev): Set them to an empty string.
8526
d932cae7 85272000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
8528
8529 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8530 (REALLY_SET_LIB_PATH): Use them.
8531
d932cae7 85322000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
8533
8534 * config.sub: Add support for Sun Chorus
8535
8602ff0c
NC
85362000-11-02 Per Lundberg <plundis@chaosdev.org>
8537
8538 * config.sub: Add support for the *-storm-chaos OS.
8539
f9e0997d
NC
85402000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8541
80413487
RH
8542 * configure.in (noconfigdirs): Don't compile some
8543 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 8544
d64552c5
AO
85452000-09-30 Alexandre Oliva <aoliva@redhat.com>
8546
8547 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8548 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8549 all affected `configure' scripts.
8550
97f60b31
AO
85512000-09-25 Alexandre Oliva <aoliva@redhat.com>
8552
8553 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8554 ltcf-c.sh.
8555
6e8dd58f
PB
85562000-09-12 Philip Blundell <philb@gnu.org>
8557
8558 * config.sub, config.guess: Update from subversions.
8559
103a2e99
AO
85602000-09-06 Alexandre Oliva <aoliva@redhat.com>
8561
51601921
AO
8562 * Makefile.in (all-zlib): Added dummy target.
8563
103a2e99
AO
8564 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8565 multi-language branch.
8566
2809b4b9
AO
85672000-09-05 Alexandre Oliva <aoliva@redhat.com>
8568
8569 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8570 (bootstrap*): Depend on all-bootstrap.
8571
7450026c
AO
85722000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8573
8574 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8575 crosses, but add gcc/include to the header search path for them.
8576
6cf86f7f
AO
85772000-08-31 Alexandre Oliva <aoliva@redhat.com>
8578
8579 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8580 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8581 * gettext.m4: New file, extracted from aclocal.m4.
8582
ce2ea6e3
AO
85832000-08-22 Alexandre Oliva <aoliva@redhat.com>
8584
8585 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8586 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8587 sub-configures.
8588
9765193e
DE
85892000-08-20 Doug Evans <dje@casey.transmeta.com>
8590
8591 * Makefile.in (ALL_MODULES): Add all-cgen.
8592 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8593 (all-cgen): New target.
8594 (all-opcodes,all-sim): Depend on all-cgen.
8595 * configure.in (host_tools): Add cgen.
8596 Only configure cgen if --enable-cgen-maint.
8597
d7b32520
AO
85982000-08-17 Alexandre Oliva <aoliva@redhat.com>
8599
8600 * config-ml.in (CC, CXX): Don't introduce a leading space.
8601
e52ef561
AO
86022000-08-16 Alexandre Oliva <aoliva@redhat.com>
8603
8604 * configure.in (libstdcxx_flags): Use
8605 libstdc++-v3/src/libstdc++.INC.
8606
88f9c2a0
AO
86072000-08-15 Alexandre Oliva <aoliva@redhat.com>
8608
8609 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8610
98fbe43f
JM
86112000-08-11 Jason Merrill <jason@redhat.com>
8612
8613 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8614 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8615 (FLAGS_FOR_TARGET): Not here.
8616 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8617
279ddab4
DD
86182000-08-07 DJ Delorie <dj@redhat.com>
8619
8620 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8621 "if we're also building gcc, and it's a gcc that will run on the
8622 build machine, we want to use its includes instead of the system's
8623 default includes".
8624
60523a83
AO
86252000-08-03 Alexandre Oliva <aoliva@redhat.com>
8626
24ffec7a
AO
8627 * configure.in (libstdcxx_flags): Don't use `"'.
8628
60523a83
AO
8629 * config-ml.in: Adjust multilib search paths to the
8630 appropriate multilib tree.
8631
daf644b5
AO
86322000-08-02 Alexandre Oliva <aoliva@redhat.com>
8633
8634 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8635 commas in $LANGUAGES.
8636
63266560
DD
86372000-08-01 Alexandre Oliva <aoliva@redhat.com>
8638
8639 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8640
86412000-07-31 Alexandre Oliva <aoliva@redhat.com>
8642
8643 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8644 CXX_FOR_TARGET for sed.
8645
86462000-07-30 Alexandre Oliva <aoliva@redhat.com>
8647
8648 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8649 Do not override if already set in the environment or in configure.
8650 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8651 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8652
9e449d3e
AO
86532000-07-27 Alexandre Oliva <aoliva@redhat.com>
8654
8655 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8656 (GCC_FOR_TARGET): Use it.
8657 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8658 * configure.in: ... here.
8659 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8660 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8661
8bbd92e0
AO
86622000-07-24 Alexandre Oliva <aoliva@redhat.com>
8663
fd1f87b2
AO
8664 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8665 (configure-target-libchill, configure-target-libobjc): Likewise.
8666
8bbd92e0
AO
8667 * configure.in: Use the same cache file for all target libs.
8668 * config-ml.in: But different cache files per multilib variant.
8669
25c6c112
JL
86702000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8671
8672 * configure (topsrcdir): Don't use dirname.
8673
ba73c63f
JM
86742000-07-20 Jason Merrill <jason@redhat.com>
8675
8676 * configure.in: Remove all references to libg++ and librx.
8677
8678 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8679
1af08294
HPN
86802000-07-20 Hans-Peter Nilsson <hp@axis.com>
8681
8682 * config.sub: Update to subversions version 2000-07-06.
8683
ba73c63f
JM
86842000-07-12 Andrew Haley <aph@cygnus.com>
8685
8686 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8687 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8688
86892000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
8690
8691 * symlink-tree: Check number of arguments.
8692
d932cae7 86932000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
8694
8695 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8696
ba73c63f
JM
86972000-07-05 Jim Wilson <wilson@cygnus.com>
8698
8699 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8700 search path for a g++ extracted from the build tree. This
8701 will allow link tests run by configure scripts in
8702 subdirectories to succeed.
8703
92ee2f86
UC
87042000-07-01 Koundinya K <kk@ddeorg.soft.net>
8705
80413487 8706 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 8707
23f2f29f
CV
87082000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8709
8710 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8711 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8712
f04f5a67
TW
87132000-06-19 Timothy Wall <twall@cygnus.com>
8714
8715 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8716 * config.sub: Add tic54x target.
8717
11da68be
NC
87182000-06-07 Phillip Thomas <pthomas@suse.de>
8719
8720 * README-maintainer-mode: New file: Contains notes on using
8721 --enable-maintainer-mode with binutils.
8722
d932cae7 87232000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
8724
8725 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8726
d932cae7 87272000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
8728
8729 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8730 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8731
9442cea3
L
873220000-05-21 H.J. Lu (hjl@gnu.org)
8733
80413487
RH
8734 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8735 directory are used if they exist. Make sure
8736 $(build_tooldir)/include is searched for header files,
8737 $(build_tooldir)/lib/ for library files.
9442cea3 8738 (GCC_FOR_TARGET): Likewise.
80413487 8739 (CXX_FOR_TARGET): Likewise.
9442cea3 8740
d932cae7 87412000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
8742
8743 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8744
d932cae7 87452000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
8746
8747 * Makefile.in (configure-target-libiberty): Depend on
8748 configure-target-newlib.
8749
ba73c63f
JM
87502000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8751
8752 * configure.in, Makefile.in: Merge all libffi-related
8753 configury stuff from the libgcj tree.
8754
d932cae7 87552000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
8756
8757 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8758 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8759
d932cae7 87602000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
8761
8762 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8763 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 8764 current version information. Add to proto-toplev directory.
b5a23627
AC
8765 (gdb-taz): Build do-djunpack.
8766
ba73c63f
JM
87672000-05-15 David Edelsohn <edelsohn@gnu.org>
8768
8769 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8770
7c86ed39
L
87712000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8772
8773 * ltmain.sh: Preserve in relink_command any environment
8774 variables that may affect the linker behavior.
8775
d932cae7 87762000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
8777
8778 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8779
d932cae7 87802000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
8781
8782 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8783
ed0a91a5
EZ
87842000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8785
8786 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 8787 with the version name.
ed0a91a5 8788
ba73c63f 87892000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 8790
ba73c63f 8791 * config.if: Tweak.
6cafa39f 8792
ba73c63f 87932000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 8794
ba73c63f 8795 * djunpack.bat: New file.
66156876 8796
d932cae7 87972000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
8798
8799 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
8800 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8801 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8802 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 8803
ba73c63f
JM
88042000-04-16 Dave Pitts <dpitts@cozx.com>
8805
80413487
RH
8806 * config.sub (case $basic_machine): Change default for "ibm-*"
8807 to "openedition".
ba73c63f 8808
d932cae7 88092000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
8810
8811 * Makefile.in (gdb-taz): New target. GDB specific archive.
8812 (do-md5sum): New target.
8813 (MD5PROG): Define.
8814 (PACKAGE): Default to TOOL.
8815 (VER): Default to a shell script.
8816 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 8817 md5 checksum generation.
b35ece4e
AC
8818 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8819 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8820 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 8821 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 8822
d932cae7 88232000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
8824
8825 * configure (warn_cflags): Delete.
8826
ba73c63f 88272000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 8828 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 8829
80413487
RH
8830 * configure.in (enable_libstdcxx_v3): Add.
8831 (target_libs): Add bits here to switch between libstdc++-v2 and
8832 libstdc++-v3.
8833 * config.if: And this file too.
8834 * Makefile.in: Add libstdc++-v3 targets.
35590697 8835
ba73c63f
JM
88362000-04-05 Michael Meissner <meissner@redhat.com>
8837
8838 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 8839
d332c5ac
JM
88402000-03-29 Jason Merrill <jason@casey.cygnus.com>
8841
8842 * configure.in: -linux-gnu*, not -linux-gnu.
8843
d932cae7 88442000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
8845
8846 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8847 (do-tar-bz2): Replace TOOL with PACKAGE.
8848 (gdb.tar.bz2): Remove GDBTK from GDB package.
8849 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 8850 dejagnu.tar.bz2): New packages.
6dcbc97b 8851
96ce09a7
ILT
88522000-02-27 Andreas Jaeger <aj@suse.de>
8853
8854 * configure.in: Add entry for mips*-*-linux*, move catch all
8855 *-*-*linux* entry below this one.
8856
2031769e
ILT
88572000-02-27 Ian Lance Taylor <ian@zembu.com>
8858
8859 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8860
4bab746c
NC
88612000-02-24 Nick Clifton <nickc@cygnus.com>
8862
8863 * config.sub: Support an OS of "wince".
8864
d932cae7 88652000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
8866
8867 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 8868 version.
ada59422 8869
5b93d8bb
AM
88702000-02-23 Linas Vepstas <linas@linas.org>
8871
8872 * config.sub: Add support for Linux/IBM 370.
8873 * configure.in: Likewise.
8874
2fb651f6
NC
88752000-02-22 Nick Clifton <nickc@cygnus.com>
8876
8877 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8878
b8441c25
CF
88792000-02-20 Christopher Faylor <cgf@cygnus.com>
8880
8881 * config.guess: Guess "cygwin" rather than "cygwin32".
8882
d332c5ac
JM
88832000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8884
8885 * configure (gcc_version): When setting, narrow search to
8886 lines containing `version_string'.
8887
ba73c63f
JM
88882000-02-15 Denis Chertykov <denisc@overta.ru>
8889
8890 * config.sub: Add support for avr target.
8891
d932cae7 88922000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
8893
8894 * config.sub: Add mmix-knuth-mmixware.
8895
88962000-01-27 Christopher Faylor <cgf@redhat.com>
8897
8898 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8899 structure stuff to -L library search.
8900 (CXX_FOR_TARGET): Ditto.
8901 (CROSS_CHECK_MODULES): Fix spelling mistake.
8902
89032000-01-24 Mark Mitchell <mark@codesourcery.com>
8904
8905 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8906 the C++ compiler.
8907
89082000-01-12 Richard Henderson <rth@cygnus.com>
8909
8910 * configure.in: Don't build some bits for beos.
8911
89122000-01-12 Joel Sherrill (joel@OARcorp.com)
8913
8914 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8915 as include files.
8916
91b2c84d
GK
89172000-01-06 Geoff Keating <geoffk@cygnus.com>
8918
8919 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8920 not mh-aix43.
8921
ba73c63f
JM
89221999-12-14 Richard Henderson <rth@cygnus.com>
8923
8924 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8925 * config.sub: Accept alphaev[78], alphaev8.
8926
89271999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8928
8929 * config.guess, config.sub: Update from autoconf.
8930
8931Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8932
8933 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8934 necessary libraries are missing.
8935
89361999-10-25 Andreas Schwab <schwab@suse.de>
8937
8938 * configure: Fix quoting inside arguments of eval.
8939
89401999-10-21 Nick Clifton <nickc@cygnus.com>
8941
8942 * config-ml.in: Allow suppression of some ARM multilibs.
8943
8944Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8945
8946 * config.guess: Add OS/390 match pattern.
8947 * config.sub: Add mvs, openedition targets.
8948 * configure.in (i370-ibm-opened*): New.
8949
ef14edc4
ILT
89501999-09-04 Steve Chamberlain <sac@pobox.com>
8951
8952 * config.sub: Add support for configuring for pj.
8953
afb478e8
NC
89541999-08-31 Nick Clifton <nickc@cygnus.com>
8955
fd6848f6 8956 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 8957
ba73c63f 89581999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
8959
8960 * configure.in: Do not configure or build ld for AIX
8961 platforms. ld is known to be broken on these platforms.
8962
ba73c63f
JM
8963Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8964
8965 * config-ml.in: Pass compiler flag corresponding to multidirs to
8966 subdir configures.
8967
c363de44
ILT
89681999-08-09 Ian Lance Taylor <ian@zembu.com>
8969
8970 * Makefile.in (LDFLAGS): Define.
8971
dc8bc5a6
ILT
89721999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8973
8974 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8975 noconfigdirs.
8976 (*-*-cygwin*): Likewise.
8977
6ca3858e
ILT
89781999-08-08 Ian Lance Taylor <ian@zembu.com>
8979
71141bb6
ILT
8980 * mkdep: New file.
8981 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8982 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8983
6ca3858e
ILT
8984 From Eli Zaretskii <eliz@is.elta.co.il>:
8985 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8986 long file name when using DJGPP on MS-DOS.
8987
ba73c63f
JM
8988Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8989
8990 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8991
2735a327
AM
89921999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8993
8994 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8995 dependency as this causes "make check" to globally "make all"
8996
ba73c63f
JM
8997Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8998
8999 * configure.in (target_libs): Added target-zlib.
9000 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9001 (CONFIGURE_TARGET_MODULES): Likewise.
9002 (CHECK_TARGET_MODULES): Likewise.
9003 (INSTALL_TARGET_MODULES): Likewise.
9004 (CLEAN_TARGET_MODULES): Likewise.
9005 (configure-target-zlib): New target.
9006 (all-target-zlib): Likewise.
9007 (all-target-libjava): Depend on all-target-zlib.
9008 (configure-target-libjava): Depend on configure-target-zlib.
9009
9010 * Makefile.in (configure-target-libjava): Depend on
9011 configure-target-newlib.
9012 (configure-target-boehm-gc): New target.
9013 (configure-target-qthreads): New target.
9014
80413487
RH
9015 * configure.in (target_libs): Added target-qthreads.
9016 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9017 (CONFIGURE_TARGET_MODULES): Likewise.
9018 (CHECK_TARGET_MODULES): Likewise.
9019 (INSTALL_TARGET_MODULES): Likewise.
9020 (CLEAN_TARGET_MODULES): Likewise.
9021 (all-target-qthreads): New target.
9022 (configure-target-libjava): Depend on configure-target-qthreads.
9023 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9024
9025 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9026 (CONFIGURE_TARGET_MODULES): Likewise.
9027 (CHECK_TARGET_MODULES): Likewise.
9028 (INSTALL_TARGET_MODULES): Likewise.
9029 (CLEAN_TARGET_MODULES): Likewise.
9030 (all-target-libjava): New target.
9031 (all-target-boehm-gc): Likewise.
9032 * configure.in (target_libs): Added libjava, boehm-gc.
9033
08d836d6
ILT
90341999-07-22 Ian Lance Taylor <ian@zembu.com>
9035
9036 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9037 configure.bat in SUPPORT_FILES.
9038 (gas+binutils.tar.bz2): Likewise.
9039
9040 * makeall.bat: Remove; obsolete.
9041
8f36e47c
ILT
90421999-07-21 Ian Lance Taylor <ian@zembu.com>
9043
9044 From Mark Elbrecht:
9045 * configure.bat: Remove; obsolete.
9046
56e82f25
ILT
90471999-07-11 Ian Lance Taylor <ian@zembu.com>
9048
9049 * configure: Add -W -Wall to the default CFLAGS when compiling with
9050 gcc.
9051
1001d816
JL
9052Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9053
9054 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9055
106117aa
MM
90561999-06-30 Mark Mitchell <mark@codesourcery.com>
9057
9058 * configure.in: Build ld on IRIX6.
9059
c376f4ed
ILT
90601999-06-12 Ian Lance Taylor <ian@zembu.com>
9061
9062 * Makefile.in: Change distribution targets to use bzip2 instead of
9063 gzip.
9064 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9065 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9066
306b7445
NC
90671999-06-04 Nick Clifton <nickc@cygnus.com>
9068
9069 * config.sub: Add mcore target.
9070
d932cae7 90711999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9072
9073 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9074
d932cae7 90751999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9076
9077 * config.guess (dummy): Changed to $dummy.
9078
6c3175b0
NC
90791999-05-24 Nick Clifton <nickc@cygnus.com>
9080
ba73c63f
JM
9081 * config.sub: Tidied up case statements.
9082
90831999-05-22 Ben Elliston <bje@cygnus.com>
9084
9085 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9086 <jiro@din.or.jp>.
9087
9088 * config.guess: Merge with FSF version. Future changes will be
9089 more accurately recorded in this ChangeLog.
9090 * config.sub: Likewise.
9091
d932cae7 90921999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9093
9094 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9095
252b5132
RH
90961999-04-30 Tom Tromey <tromey@cygnus.com>
9097
9098 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9099
91001999-04-23 Tom Tromey <tromey@cygnus.com>
9101
9102 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9103
91041999-04-20 Drew Moseley <dmoseley@cygnus.com>
9105
9106 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9107 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9108 Bad merge removed these two changes.
9109
ba73c63f 9110Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9111 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9112
9113 * config.guess (interix Alpha): Add.
9114
252b5132
RH
91151999-04-11 Richard Henderson <rth@cygnus.com>
9116
9117 * configure.in (i?86-*-beos*): Do config gperf; don't config
9118 gdb, newlib, or libgloss.
9119
d932cae7 91201999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9121
ba73c63f
JM
9122 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9123 link a trivial program with -mabi=64. If it fails, remove mabi=64
9124 from multidirs.
9125
d932cae7 91261999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9127
9128 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9129
252b5132
RH
91301999-04-08 Nick Clifton <nickc@cygnus.com>
9131
9132 * config.sub: Add support for mcore targets.
9133
91341999-04-07 Michael Meissner <meissner@cygnus.com>
9135
9136 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9137 not mt-ospace, in order to shut up assembler warning about using
9138 symbols that are named the same as registers.
9139
91401999-04-07 Drew Moseley <dmoseley@cygnus.com>
9141
9142 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9143 dependency list for all-target-cygmon.
9144
91451999-04-05 Doug Evans <devans@casey.cygnus.com>
9146
9147 * config-ml.in: Check $host, not $target, for selective multilibs.
9148 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9149 thumb interworking, and underscore prefix multilibs.
9150
91511999-04-04 Ian Lance Taylor <ian@zembu.com>
9152
9153 * missing: Update to version from current automake.
9154
9155Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9156
9157 * configure (gxx_include_dir): Removed.
9158
9159 * configure.in (gxx_include_dir): Handle it.
9160 * Makefile.in: Likewise.
9161
91621999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9163
9164 * config.sub (mips64vr4111,mips64vr4111el) Add.
9165
91661999-03-21 Ben Elliston <bje@cygnus.com>
9167
80413487 9168 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
9169
9170Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9171
252b5132
RH
9172 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9173 config/mh-djgpp.
9174
9175Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9176
9177 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9178 all-target-newlib to dependency list for all-target-bsp.
9179
9180Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9181
9182 * config.sub: Add i386-uwin support.
9183 * config.guess: Likewise.
9184
9185Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9186
9187 * configure.in: cleanup, add mh-*pic handling for arm, special
9188 case powerpc*-*-aix*
9189
9190Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9191
9192 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9193 can be built.
9194
9195Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9196
9197 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 9198 targets.
252b5132
RH
9199
92001999-03-02 Nick Clifton <nickc@cygnus.com>
9201
9202 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9203
d932cae7 92041999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9205
9206 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9207
92081999-02-24 Nick Clifton <nickc@cygnus.com>
9209
9210 * config.sub: Fix typo in arm recognition.
9211
d932cae7 92121999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
9213
9214 * configure.in (noconfigdirs): Changed target_configdirs to
9215 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9216 rather than m68k-*-* since it is not known to work on
9217 m68k-aout. Ditto for arm-*-*oabi.
9218
d932cae7 92191999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
9220
9221 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
9222
92231999-02-19 Ben Elliston <bje@cygnus.com>
9224
9225 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9226 Smart and improved by Andrew Cagney.
9227
d932cae7 92281999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
9229
9230 * config.guess: Recognize openbsd-*-hppa.
9231
d932cae7 92321999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
9233
9234 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9235 only if it is not empty.
9236
92371999-02-17 Nick Clifton <nickc@cygnus.com>
9238
9239 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 9240
fd6848f6 9241 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
9242
9243 * config.sub: Modified to recognize uname's armv* syntax.
9244
92451999-02-17 Mark Salter <msalter@cygnus.com>
9246
9247 * configure.in: Added target-bsp for sparclite.
9248
d932cae7 92491999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
9250
9251 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9252
92531999-02-08 Nick Clifton <nickc@cygnus.com>
9254
9255 * configure.in: Add support for strongarm port.
9256 * config.sub: Add support for strongarm target.
9257
d932cae7 92581999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 9259
252b5132
RH
9260 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9261 the old name config/mh-cygwin32.
9262 Enable texinfo.
9263
d932cae7 92641999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
9265
9266 * configure.in: Do build ld for ix86 Solaris.
9267
d932cae7 92681999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
9269
9270 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9271 $AR_FOR_TARGET. Likewise for RANLIB.
9272
d932cae7 92731999-02-02 Catherine Moore <clm@cygnus.com>
35590697 9274
80413487
RH
9275 * config.sub (oabi): Recognize.
9276 * configure.in (arm-*-oabi): Handle.
252b5132 9277
d932cae7 92781999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
9279
9280 * config.guess: Improve detection of i686 on UnixWare 7.
9281
d932cae7 92821999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
9283
9284 * config.guess: Add support for i386-pc-interix.
9285 * config.sub: Likewise.
9286 * configure.in: Likewise.
252b5132 9287
d932cae7 92881999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9289
9290 * Makefile.in: Remove unneeded all-target-libio from
9291 from all-target-winsup target since it is now unneeded.
9292 Add all-target-libtermcap in its place since it is now
9293 needed.
9294
d932cae7 92951998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9296
9297 * configure.in: makefile stub for cygwin target is probably
9298 unnecessary. Remove it for now.
252b5132 9299
d932cae7 93001998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9301
9302 * configure.in: libtermcap.a should be built when cygwin is the
9303 target as well as the host.
9304 * config.guess: Allow mixed case in cygwin uname output.
9305 * Makefile.in: Add libtermcap target.
252b5132 9306
d932cae7 93071998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9308
9309 * config.sub: Clean up handling of hppa2.0.
9310
d932cae7 93111998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
9312
9313 * config.guess: Use C code to identify more HP machines.
9314
9315Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9316
9317 * config.sub: Handle hppa2.0.
9318
ba73c63f
JM
9319Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9320
9321 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 9322 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
9323
93241998-12-15 Mark Salter <msalter@cygnus.com>
9325
9326 * configure.in: Added target-bsp for several target architectures.
9327
9328 * Makefile.in: Added rules for bsp.
9329
252b5132
RH
9330Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9331
9332 * config.guess: Improve detection of hppa2.0 processors.
9333
9334Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9335
9336 * config.guess: Recognize FreeBSD using ELF automatically.
9337
93381998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9339
9340 * configure (skip-this-dir): Add handling for new shell script, which
9341 might be created by a sub-directory's configure to indicate, this particular
9342 directory is "unwanted".
9343 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9344
252b5132
RH
9345Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9346
9347 * ltconfig: import from libtool, after changing libtool to
9348 account for the cygwin name change.
9349
9350Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9351
9352 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9353 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9354
9355Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9356
9357 * configure.in: Add libtermcap to list of cygwin dependencies.
9358
d932cae7 93591998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 9360
80413487
RH
9361 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9362 they include winsup/include when it's a cygwin target.
252b5132
RH
9363
93641998-11-12 Tom Tromey <tromey@cygnus.com>
9365
9366 * configure.in (host_tools): Added zip.
9367 * Makefile.in (all-target-libjava): Depend on all-zip.
9368 (all-zip): New target.
9369 (ALL_MODULES): Added all-zip.
9370 (NATIVE_CHECK_MODULES): Added check-zip.
9371 (INSTALL_MODULES): Added install-zip.
9372 (CLEAN_MODULES): Added clean-zip.
9373
d932cae7 93741998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9375
9376 * Makefile.in: lose "32" from comment about cygwin.
9377
d932cae7 93781998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
9379
9380 * configure.in: Use -Os to build target libraries for the fr30.
9381
d932cae7 93821998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
9383
9384 * config.sub: Add fr30.
9385
d932cae7 93861998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 9387
80413487 9388 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
9389 cygwin* instead of cygwin32*.
9390 * config.sub: Check cygwin* instead of cygwin32*.
9391
d932cae7 93921998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
9393
9394 * config.guess: Match any version of Unixware7.
9395
252b5132
RH
93961998-10-20 Syd Polk <spolk@cygnus.com>
9397
9398 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9399 if desired.
9400
d932cae7 94011998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9402
9403 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9404 these if the appropriate directories and files to not exist.
9405
d932cae7 94061998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9407
9408 * Makefile.in (DEVO_SUPPORT): Add config.if.
9409
d932cae7 94101998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
9411
9412 * configure: Add pattern to replace "build_tooldir"'s
9413 definition in the generated Makefile with "tooldir"'s
9414 actual value.
9415
252b5132
RH
9416Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9417
9418 * config.sub: Bring back lost sparcv9.
9419
ba73c63f
JM
9420 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9421
9422Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9423
9424 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9425 CC_FOR_TARGET and friends.
9426
9427Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9428
ba73c63f
JM
9429 * Makefile.in (build_tooldir): New variable, same as tooldir.
9430 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9431 -B$(build_tooldir)/bin/.
9432 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9433
252b5132
RH
9434Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9435
9436 * config.sub: Add support for i[34567]86-pc-udk.
9437 * configure.in: Likewise.
9438
9439Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9440
9441 * Makefile.in: add bzip2 package building bits for user
9442 tools module
9443 * configure.in: ditto
9444
ba73c63f
JM
9445Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9446
9447 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9448 (ALL_TARGET_MODULES): Add all-target-libobjc.
9449 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9450 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9451 (all-target-libchill): Add dependencies.
9452 * configure.in (target_libs): Add libchill.
35590697 9453
252b5132
RH
94541998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9455
ba73c63f 9456 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
9457
9458Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9459
9460 * Makefile.in (all-automake): fix dependencies.
9461
9462Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9463
9464 * configure.in: Minor cleanups for building in the $(target_alias)
9465 subdir.
9466
94671998-09-22 Jim Wilson <wilson@cygnus.com>
9468
9469 * Makefile.in (bootstrap): Set r and s before make all. Use
9470 BASE_FLAGS_TO_PASS in make all.
9471 (cross): Likewise.
9472
94731998-09-20 Mark Mitchell <mark@markmitchell.com>
9474
9475 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9476
252b5132
RH
9477Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9478
9479 * config.sub: Fix typo in last change.
9480
94811998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9482
9483 * config.sub: Add support for C4x target.
9484 * configure.in: Likewise.
9485
94861998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9487
9488 * config.sub: Recognize sparcv9 just like sparc64.
9489
9490Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9491
9492 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9493
9494Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9495
9496 * config.guess: Correctly identify Pentium II sco boxes.
9497
9498 * config.guess: Fix "tr" code. From Weiwen Liu.
9499
9500Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9501
9502 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9503 stabs.
9504
9505Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9506
9507 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9508 (ALL_TARGET_MODULES): Add all-target-libchill.
9509 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9510 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9511 (all-target-libchill): Add dependencies.
9512 * configure.in (target_libs): Add libchill.
9513
9514Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9515
9516 * config.guess: Avoid assumptions about "tr" behaves when
9517 LANG is set to something other than English.
9518
9519Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9520
9521 * configure (gxx_include_dir): Changed to
9522 '${prefix}/include/g++'-${libstdcxx_interface}.
9523
9524 * config.if: New to determine the interfaces.
9525
9526Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9527
9528 * config.guess: Detect and handle MPE/IX.
9529 * config.sub: Deal with MPE/IX.
9530
9531Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9532
9533 * configure.in: Use mh-aix43.
9534
95351998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9536
9537 * configure: Fix --without/--disable cases for gxx-include-dir.
9538
9539Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9540
9541 * mdata-sh: Imported. Needed for automake support.
9542
9543Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9544
ba73c63f 9545 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
9546 "chmod og=u `find . -print`".
9547
9548Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9549
ba73c63f 9550 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
9551
9552Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9553
9554 * Makefile.in: Undo previous patch.
9555
9556Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9557
9558 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9559 to here ...
9560 (install-no-fixedincludes): and here
9561 (INSTALL_MODULES): ... from here.
9562
9563Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9564
9565 * config.sub: Merge with FSF.
9566
9567 * config.guess: Merge with FSF.
9568
9569Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9570
9571 * configure (extraconfigdirs): New variable.
9572 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9573 * Makefile.in (all): Move higher in file.
9574 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9575 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9576 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9577 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9578 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9579
95801998-07-23 Brendan Kehoe <brendan@cygnus.com>
9581
9582 * Makefile.in (all-target-libjava): Depend on all-gcc and
9583 all-target-newlib.
9584 (configure-target-libjava): Depend on $(ALL_GCC).
9585
9586Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9587
9588 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9589 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9590
9591Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9592
9593 * ylwrap: Change absolute path checks to check for DOS style path
9594 names.
9595
9596 * ylwrap: Don't use a full path name if the source file is in the
9597 same directory. From hjl@lucon.org (H.J. Lu).
9598
9599 * config-ml.in: Default to being verbose, to match Feb 18 change to
9600 configure.
9601
9602Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9603
9604 Brought over from egcs:
9605
9606 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9607
9608 * configure.in (target_subdir): Set to ${target_alias} instead
9609 of "libraries".
9610
9611 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9612
9613 * configure.in (target_subdir): Set to libraries if enable_multilib.
9614
9615Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9616
9617 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9618 multilibs, force reconfiguration the first time we create
9619 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9620
9621Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9622
9623 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9624 avoid confusion with --no-recursion.
9625
9626Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9627
9628 * configure.in: Win32 hosts shouldn't use install -x
9629 * install-sh: remove -x option, and special .exe-handling
9630 hack.
9631
9632Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9633
9634 * config.guess: Recognize i586-pc-beos.
9635 * configure.in: Don't build some bits for beos.
9636
9637Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9638
9639 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9640 CFLAGS default to -O2.
9641
9642 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9643 when using GNU ld.
9644
9645Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9646
9647 * ltmain.sh: Correct install when using a different shell.
9648
9649Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9650
9651 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9652
9653Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9654
9655 * makefile.vms: Update to build binutils/makefile.vms. Add install
9656 target.
9657
9658Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9659
9660 * ltconfig: Update to correct AIX handling.
9661
9662Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9663
9664 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9665
9666 * configure.in (target_subdir): Set to ${target_alias} instead
9667 of "libraries".
9668
96691998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9670
9671 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9672 (Makefile): Depend on $(gcc_version_trigger).
9673
9674 * configure (gcc_version): Change default initializer to empty
9675 string.
9676 (gcc_version_trigger): New variable; pass this variable down
9677 to subdir configures to enable them checking gcc's version
9678 themselves. Emit make macros for both gcc_version vars.
9679 (topsrcdir): Initialize reliably.
9680 (recursion line): Remove --with-gcc-version=${gcc_version}.
9681
96821998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9683
9684 * configure (enable_version_specific_runtime_libs): Implement new flag
9685 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9686 in $(libsubdir); emit definition in each generated Makefile.
9687 (gxx_include_dir): Initialize depending on
9688 $enable_version_specific_runtime_libs.
9689
96901998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9691
9692 * configure (gcc_version): Initialize properly depending on
9693 how and where configure is started.
9694 (recursion line): Pass a --with-gcc-version=${gcc_version}
9695 to configures in subdirs.
9696
9697Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9698
9699 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 9700 cygmon
252b5132
RH
9701
9702Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9703
9704 * configure.in: Add cygmon and libstub support for mn10200.
9705
97061998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9707
9708 * configure (gcc_version): Add new variable describing the
9709 particular gcc version we're building.
9710 * Makefile.in (libsubdir): Add new macro for the directory
9711 in which the compiler finds executables, libraries, etc.
9712 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9713 and libsubdir.
9714
9715Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9716
ba73c63f
JM
9717 * Makefile.in (local-clean): Remove *.log.
9718 (warning.log): Built with warn_summary from build.log.
9719 (mail-report.log): Run test_summary.
9720 (mail-report-with-warnings.log): Run test_summary including
9721 warning.log in the report.
252b5132
RH
9722
9723Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9724
9725 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9726
9727Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9728
9729 * Makefile.in (grep): Grep no longer depends on libiberty.
9730
9731Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9732
9733 * Makefile.in: all-snavigator needs all-libgui.
9734
9735Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9736
9737 * configure.in: Add cygmon and libstub support for mn10300.
9738
9739Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9740
9741 * missing: Update to version from automake 1.3.
9742
9743 * ltmain.sh: On installation, don't get confused if the same name
9744 appears more than once in the list of library names.
9745
9746Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9747
9748 * config.sub: Accept m68060 and m5200 as CPU names.
9749
9750Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9751
9752 * configure: Use && rather than using -a in test, because odd
9753 strings can confuse test.
9754 * configure.in: Likewise.
9755
9756Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9757
9758 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9759
9760Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9761
9762 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
9763 bootstrap4-lean): New targets.
9764
9765Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9766
9767 * mpw-* Delete. Not used.
252b5132
RH
9768
9769Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9770
9771 * COPYING.LIB: Update FSF address.
9772
9773Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9774
9775 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9776
9777 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9778 GAS_SUPPORT_DIRS.
9779
9780Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9781
9782 * ltconfig, ltmain.sh: Avoid producing a version number if
9783 -version-info was not used.
9784
9785Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9786
9787 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9788 building with newlib.
9789
97901998-04-30 Paul Eggert <eggert@twinsun.com>
9791
ba73c63f 9792 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 9793 Solaris `make' causes it to continue to next definition.
252b5132 9794
afb8d725
JM
9795Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9796
9797 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9798 the right GUI libraries and files are installed along with GDB.
9799
252b5132
RH
9800Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9801
9802 * configure.in: Change alpha to alpha* in several places.
9803
9804Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9805
9806 * config.sub: Recognize sparc86x.
9807
9808Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 9809
252b5132
RH
9810 * configure.in (--enable-target-optspace): Remove debug echo.
9811
9812Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9813
9814 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9815
9816Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9817
9818 * ltconfig: Update cygwin32 support.
9819
9820 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9821 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9822 (GDB_SUPPORT_DIRS): Likewise.
9823
9824Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9825
9826 * configure.in (target_makefile_frag): If --enable-target-optspace,
9827 use -Os to compile target libraries rather than -O2. Default to
9828 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9829 not used.
9830 * configure.in (target_cflags): Ditto for d30v.
9831
9832Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9833
9834 * Makefile.in (all-bfd): Depend on all-intl.
9835 (all-binutils): Likewise.
9836 (all-gas): Likewise.
9837 (all-gprof): Likewise.
9838 (all-ld): Likewise.
9839
252b5132
RH
98401998-04-19 Brendan Kehoe <brendan@cygnus.com>
9841
9842 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9843
9844Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9845
9846 * Makefile.in (all-bfd): Depend upon all-libiberty.
9847
9848 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9849
9850Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9851
9852 * Makefile.in: Add libstub.
9853
9854 * configure.in: Ditto. Build libstub for targets that have cygmon
9855 support.
9856
9857Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9858
9859 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9860
9861Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9862
9863 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9864 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9865
9866Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9867
9868 * configure: Define DEFAULT_M4 by searching PATH.
9869 * Makfile.in: Use DEFAULT_M4.
9870
9871Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9872
9873 * ltconfig: Add cygwin32 support.
9874
9875 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
9876 to configure and build.
9877
9878Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9879
9880 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
9881
9882Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9883
9884 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9885
9886Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9887
9888 * Makefile.in: add ash make rules
9889 * configure.in: add ash to native_only and host_tools lists
9890
9891Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9892
9893 * Makefile.in (all-gettext, all-intl): New targets.
9894 (ALL_MODULES): Added all-gettext, all-intl.
9895 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9896 (INSTALL_MODULES): Added install-gettext, install-intl.
9897 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9898
9899 * configure.in (host_tools): Added gettext.
9900 (native_only): Likewise.
9901 (noconfigdirs) [various cases]: Likewise.
9902 (host_libs): Added intl.
9903
afb8d725
JM
9904Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9905
9906 * configure: Do not disable building gdbtk for cygwin32 hosts.
9907
ba73c63f
JM
9908Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9909
9910 * configure.in: Add thumb-coff target.
9911 * config.sub: Add thumb-coff target.
9912
252b5132
RH
9913Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9914
9915 * Makefile.in: Revert yesterday's change.
9916 (all-target-winsup): all-target-librx stays out of here.
9917
9918Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9919
ba73c63f
JM
9920 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9921 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9922 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
9923 Remove references to librx and libg++.
9924
9925Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9926
9927 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9928 recursive makes
9929
9930Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9931
9932 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9933 for newlib directory.
9934 (CXX_FOR_TARGET): Likewise.
9935
9936Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9937
9938 * ltconfig: Update after libtool/ltconfig.in change for
9939 hpux11.
9940
9941Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9942
9943 * ltconfig, ltmain.sh: Update to libtool 1.2.
9944
9945Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9946
9947 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9948 (install-gcc-cross): Instead, override LANGUAGES here.
9949
99501998-03-18 Dave Love <d.love@dl.ac.uk>
9951
9952 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9953 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9954
9955Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9956
9957 * configure.in: Add Thumb-pe target.
9958
9959Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 9960
252b5132
RH
9961 * Makefile.in - changed sn targets to snavigator
9962 * configure.in - changed sn targets to snavigator
9963
9964Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9965
9966 * config-ml.in: After building symlink tree call make distclean
9967 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9968 to be the case for libiberty.
9969
9970Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9971
9972 * configure: When making link, also check the current
9973 directory. The configure scripts may create one.
9974
9975Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9976
9977 * config.sub: Accept alphapca56 and alphaev6 properly.
9978
9979Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9980
9981 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9982
252b5132
RH
9983Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9984
80413487 9985 * config.sub (sco5): Fix typo.
252b5132
RH
9986
9987Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9988
9989 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9990 install-itcl.
9991 (install-itcl): Remove dependency on install-tcl.
9992
9993Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9994
9995 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9996
252b5132
RH
9997Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9998
9999 * configure.in: Don't build libgui for a cygwin32 target when not on
10000 a cygwin32 host.
10001
10002Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10003
10004 * configure (redirect): Set to null, so default behavior of
10005 configure is now --verbose.
10006
100071998-02-16 Dave Love <d.love@dl.ac.uk>
10008
10009 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10010 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10011
10012Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10013
10014 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10015 this change to sync Makefile.in with its ChangeLog entries.
10016
10017Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10018
10019 * ltmain.sh (mkdir): Check that the directory doesn't exist
10020 before we exit with error, so that we don't get races during
10021 parallel builds.
10022
10023Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10024
10025 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10026
10027Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10028
10029 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10030 PICFLAG_FOR_TARGET.
10031 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10032
10033 * configure: Emit a definition for the new macro enable_shared
10034 into each Makefile.
10035
252b5132
RH
10036Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10037
10038 * configure.in (host_tools, native_only): Add libtool.
10039
10040Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10041
10042 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10043 Fix typo in ming config comment.
10044
10045Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10046
10047 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10048
10049Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10050
10051 * config.sub: Add tic30 cases, and map c30 to tic30.
10052
ba73c63f
JM
10053Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10054
10055 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10056 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10057 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10058 (CLEAN_TARGET_MODULES): Similarly
10059 (all-target-libf2c): Add dependences.
35590697 10060 * configure.in (target_libs): Add libf2c.
ba73c63f 10061
252b5132
RH
10062Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10063
ba73c63f
JM
10064 * configure.in: Remove expect from noconfigdirs when target
10065 is cygwin32. OK to build expect and dejagnu with Canadian
10066 Cross.
252b5132
RH
10067
10068Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10069
10070 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10071 host.
10072
10073 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10074 and mingw32.
10075
10076Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10077
10078 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10079 here as it is not defined in the toplevel Makefile.
10080
10081Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10082
10083 * configure (package_makefile_rules_frag): New variable, which names
10084 a file with generic rules, ...
10085 Change comment to mention we now have FIVE parts.
10086 * configure: Undo last change.
10087
10088Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10089
10090 * config.guess: More accurate determination of HP processor types.
10091 * config.sub: More accurate determination of HP processor types.
10092
10093Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10094
10095 * configure (package_makefile_frag): Move inserting the
10096 ${package_makefile_frag} to where it should be according
10097 to the comment.
10098
ba73c63f 10099Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10100
10101 * config.guess: Add support for Linux/ARM.
10102
10103Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10104
10105 * .cvsignore: Remove *-info and *-install since they match
10106 release-info and mpw-install, which we don't want to just ignore.
10107
10108Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10109
10110 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10111
10112Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10113
10114 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10115 local_prefix to sub-make invocations.
10116
10117Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10118
10119 * configure.in: Check makefile fragments in the source
10120 directory.
10121
10122Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10123
ba73c63f
JM
10124 * configure.in: Check whether host and target makefile
10125 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10126
10127Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10128
10129 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10130
252b5132
RH
10131Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10132
10133 * configure.in: Make sure we only replace RPATH_ENVVAR on
10134 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10135 regexp to sed.
10136
10137 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10138 to sub-makes.
10139
101401998-01-13 Lee Iverson (leei@ai.sri.com)
10141
10142 * config-ml.in (multi-do): LDFLAGS must include multilib
10143 designator.
10144
10145Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10146
10147 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10148
10149Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10150
10151 * config.sub: Add mingw32 support.
10152 * configure.in: Likewise.
252b5132
RH
10153
10154Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10155
10156 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10157
10158Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10159
10160 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10161 * configure (gxx_include_dir): Provide a definition for subdirs
10162 which do not use autoconf.
10163
10164Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10165
10166 * config.guess: Sync with egcs. Picks up new alpha support,
10167 BeOS & some additional linux support.
10168
ba73c63f 10169Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10170
10171 * config.guess: HP 9000/803 is a PA1.1 machine.
10172
ba73c63f
JM
10173Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10174
10175 * configure.in: It's alpha*-...
252b5132
RH
10176
10177Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10178
ba73c63f
JM
10179 * configure.in (host_makefile_frag, target_makefile_frag):
10180 Handle multiple config files.
10181 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10182 alpha-*-*.
252b5132
RH
10183
10184Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10185
10186 * mkdep: New file.
10187
10188Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10189
10190 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10191
10192Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10193
10194 * Makefile.in: Add libgui directory.
10195 (GDB_TK): Add all-libgui.
10196 * configure.in: Add libgui directory.
10197 * configure: Add all-libgui to GDB_TK.
10198
10199Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10200
10201 * config-ml.in (multidirs): Add m32r to multilib list.
10202
10203Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10204
10205 * Makefile.in (all-target-gperf): Change dependency to
10206 all-target-libstdc++.
10207
10208Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10209
10210 * config.guess: Add BeOS support.
10211
10212Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10213
10214 Source directory cvs renamed to cvssrc:
10215 * configure.in (host_tools): Change cvs to cvssrc.
10216 (native_only): Likewise.
10217 (noconfigdirs) [various cases]: Likewise.
10218 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10219 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10220 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10221 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10222 (all-cvssrc): Rename target from all-cvs.
10223
10224Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10225
10226 * configure (gxx_include_dir): Fix thinko.
10227
10228Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10229
10230 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10231 (install-cross, install-gcc-cross): New targets.
10232
10233Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10234
10235 * configure.in (noconfigdirs): Add support for Thumb target.
10236
10237 * config.sub (maybe_os): Add support for Thumb target.
10238
10239Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10240
10241 * Makefile.in: Add rules for cygmon.
10242
10243 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10244
10245Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10246
10247 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10248 * configure (gxx_include_dir): Provide a definition for subdirs
10249 which do not use autoconf.
10250
10251Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10252
10253 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 10254 11/18/97 build
252b5132
RH
10255
10256Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10257
10258 * From Franz Sirl.
10259 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10260 found on RedHat Linux systems.
10261
10262Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10263
10264 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10265 guesses.
10266
10267Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10268
10269 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10270
10271Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10272
10273 * ltmain.sh: If mkdir fails, check whether the directory was created
10274 anyhow by some other process.
10275
10276Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10277
10278 * configure.in (d30v-*-*): Configure all directories.
10279
10280Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10281
10282 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10283 for the D30V.
10284
10285Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10286
10287 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10288
10289Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10290
80413487
RH
10291 * include/libiberty.h: Add extern "C" { so it can be used with C++
10292 progrms.
10293 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10294 programs.
252b5132
RH
10295
10296Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10297
10298 * configure.in (d30v-*-*): Configure GCC now.
10299
10300Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10301
10302 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10303 is no longer needed.
10304
10305Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10306
10307 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10308
10309Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10310
10311 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10312 targets using "$@" to provide support for similar but not identical
10313 targets without having to duplicate code.
10314
10315Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10316
10317 * makefile.vms: Fix to work with DEC C.
10318
10319Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10320
10321 * config.sub: Add mips-tx39-elf to marketing names.
10322
10323Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10324
10325 * ltmain.sh: Handle symlinks in generated script.
10326
10327Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10328
10329 * configure: Handle autoconf style directory options: --bindir,
10330 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10331 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10332 --sysconfdir.
10333 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10334 (sharedstatedir, localstatedir, oldincludedir): New variables.
10335 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10336 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10337 sbindir, sharedstatedir, and sysconfdir.
10338
10339Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10340
10341 * Makefile.in (bootstrap-lean): New target.
10342
10343Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10344
10345 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 10346 sn, and gnuserv from noconfigdirs.
252b5132
RH
10347
10348Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10349
10350 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10351
10352Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10353
ba73c63f 10354 * Makefile.in (cross): New target.
252b5132
RH
10355
10356Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 10357 Jeff Law <law@cygnus.com>
252b5132
RH
10358
10359 * Makefile.in (bootstrap2, bootstrap3): New targets.
10360 (all-bootstrap): Remove outdated and confusing target.
10361 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10362
afb8d725
JM
10363Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10364
10365 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 10366 windows. Consistent with gdb/configure.
afb8d725 10367
252b5132
RH
103681997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10369
252b5132
RH
10370 * configure.in: Name Linux target fragment.
10371
10372 * configure: Rewrite so that project Makefile fragment is inserted
10373 first and appears last in the resulting Makefile.
10374
10375Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10376
10377 * Makefile.in (install-itcl): Install tcl first.
10378
252b5132 10379Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 10380
252b5132
RH
10381 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10382
10383Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10384
10385 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10386
10387 * configure.in (skipdirs): Add target-librx for Linux.
10388 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10389
10390Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10391
10392 * Makefile.in (bootstrap): New target.
10393
10394Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10395
10396 * config.sub: Accept 'amigados' for backward compatability.
10397
10398Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10399
10400 * config.guess: Merge with FSF.
10401
ba73c63f
JM
10402Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10403
10404 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10405
252b5132
RH
10406Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10407
10408 * config.sub: Add "marketing-names" patch.
10409
10410Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10411
80413487 10412 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
10413
10414Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10415
10416 * config.sub: Handle v850-elf.
10417
ba73c63f
JM
10418Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10419
10420 * .cvsignore (*-install): Remove.
10421
252b5132
RH
10422Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10423
10424 * ltconfig: Set CONFIG_SHELL in libtool.
10425 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10426
10427Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10428
10429 * configure.in (target_subdir): Set to libraries if enable_multilib.
10430
10431Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10432
10433 * config.guess: Update from gcc directory.
10434
10435Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10436
10437 * Makefile.in (all-sim): Depends on all-readline.
10438
10439Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10440
10441 * Makefile.in (BISON, YACC): Use $$s.
10442 (all-bison): Depend on all-texinfo.
10443
10444Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10445
10446 * Makefile.in (BISON): Add -L flag.
10447 (YACC): Likewise.
10448
10449Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10450
35590697
AJ
10451 * configure.in (noconfigdirs): Add support for v850e target.
10452
252b5132
RH
10453 * config.sub (maybe_os): Add support for v850e target.
10454
10455Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10456
35590697
AJ
10457 * configure.in (noconfigdirs): Add support for v850ea target.
10458
252b5132
RH
10459 * config.sub (maybe_os): Add support for v850ea target.
10460
10461Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10462
10463 * config.sub: Add mipstx39. Delete r3900.
10464
10465Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10466
10467 * Makefile.in (all-autoconf): Depends on all-texinfo.
10468
10469Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10470
10471 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10472 eabi targets.
10473
10474Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10475
10476 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10477
10478 * configure: When handling a Canadian Cross, handle YACC as well as
10479 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 10480 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
10481
10482Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10483
10484 * Makefile.in (BISON): bison, not byacc or bison -y.
10485 (YACC): bison -y or byacc or yacc.
10486 (various): Add *-bison as appropriate.
10487 (taz): No need to mess with BISON anymore.
10488
10489Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10490
10491 * configure: If OSTYPE matches *win32*, try to find a good value for
10492 CONFIG_SHELL.
10493
10494Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10495
10496 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10497 configure.in if it is present.
10498
10499Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10500
10501 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10502
10503Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10504
10505 * config.sub: Recognize `arc' cpu.
10506 * configure.in: Likewise.
10507 * config-ml.in: Likewise.
10508
10509Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10510
10511 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10512
10513Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10514
10515 * configure: Changed sed delimiter from ':' to '|' when
10516 attempting to substitute ${config_shell} for SHELL. On
10517 NT ${config_shell} may contain a ':' in it.
10518
10519Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10520
10521 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10522
10523Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10524
10525 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10526
10527Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10528
10529 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10530
10531 * ylwrap: If the program is a relative path, force it to be
10532 absolute.
10533
10534Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10535
10536 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10537
10538Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10539
10540 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
10541 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10542 for libraries.
252b5132
RH
10543
10544Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10545
10546 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 10547 separated by spaces.
252b5132
RH
10548
10549Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10550
10551 * ylwrap: New file.
10552 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10553
10554 * ltmain.sh: Handle /bin/sh at start of install program.
10555
10556 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10557
10558 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10559 * missing: New file, from automake 1.2.
10560
10561Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10562
10563 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10564 check-tk to CHECK_X11_MODULES.
10565
10566Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10567
10568 * config.sub: Merge with FSF.
10569
10570Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10571
10572 * config.guess: Merge with FSF.
10573
10574Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10575
10576 * configure: Treat msdosdjgpp like go32.
10577 * configure.in: Likewise. Don't remove gprof for go32.
10578
10579 * configure: Change Makefile.tem2 to Makefile.tm2.
10580
10581Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10582
10583 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10584
10585Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10586
10587 * install-sh (chmodcmd): Set to null if the DST directory already
10588 exists. Same as Nov 11th change.
10589
10590Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10591
35590697 10592 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
10593
10594Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10595
10596 * config.guess: Update from FSF.
10597
10598Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10599
10600 * Makefile.in (GDB_TK): Depend on itcl and tix.
10601
10602Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10603
10604 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10605 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10606 (INSTALL_SCRIPT): New variable.
10607 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10608 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10609 to -x.
10610 * install-sh: Add support for -x option.
10611
10612Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10613
10614 * configure.in, Makefile.in: Treat tix like itcl.
10615
10616Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10617
10618 * Makefile.in (WINDRES): New variable.
10619 (WINDRES_FOR_TARGET): New variable.
10620 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10621 (EXTRA_HOST_FLAGS): Add WINDRES.
10622 (EXTRA_TARGET_FLAGS): Add WINDRES.
10623 (EXTRA_GCC_FLAGS): Add WINDRES.
10624 ($(DO_X)): Pass down WINDRES.
10625 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10626 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10627 DLLTOOL_FOR_TARGET.
10628
10629Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10630
10631 * configure.in: configure sim before gdb for win32-x-ppc
10632
10633Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10634
10635 Move gperf into the toplevel, from libg++.
10636 * configure.in (target_tools): Add target-gperf.
10637 (native_only): Add target-gperf.
10638 * Makefile.in (all-target-gperf): New target, depend on
10639 all-target-libg++.
10640 (configure-target-gperf): Empty rule.
10641 (ALL_TARGET_MODULES): Add all-target-gperf.
10642 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10643 (CHECK_TARGET_MODULES): Add check-target-gperf.
10644 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10645 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10646
10647Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 10648
252b5132
RH
10649 * config.sub (mn10200): Recognize new basic machine.
10650
10651Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10652
10653 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10654 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10655
10656Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10657
10658 * configure.in: If we're building mips-sgi-irix6* native, turn on
10659 ENABLE_MULTILIB and set TARGET_SUBDIR.
10660
10661Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10662
10663 * Makefile.in (all-sn): Depend on all-grep.
10664
10665Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10666
10667 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10668
10669 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10670 Makefile. From Jeff Makey <jeff@cts.com>.
10671 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10672
10673 * Makefile.in (DISTBISONFILES): Remove.
10674 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10675 $(DEFAULT_YACC).
10676
10677 * configure.in: Build itl, db, sn, etc., when building for native
35590697 10678 cygwin32.
252b5132
RH
10679
10680 * Makefile.in (LD): New variable.
10681 (EXTRA_HOST_FLAGS): Pass down LD.
10682 ($(DO_X)): Likewise.
10683
10684Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10685
10686 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10687
10688Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10689
10690 * configure.in (targargs): Strip out any supplied --build argument
35590697 10691 before adding our own. Always add --build.
252b5132
RH
10692
10693Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10694
10695 * configure.in (targargs): Pass --build if we're doing
10696 a cross-compile.
10697
10698Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10699
ba73c63f 10700 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
10701 sed. Otherwise sed chokes on NT path names with drive
10702 designators. Also look for "?:*" as the leading characters in an
10703 absolute pathname.
10704
10705Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10706
10707 * config.sub: Support for r3900.
10708
10709Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10710
10711 * configure.in: Use install-sh, not install.sh.
10712
10713Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10714
10715 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10716 apply it twice.
10717
10718Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10719
10720 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10721 install-binutils.
10722
10723Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10724
10725 * Makefile.in: Add automake targets.
10726 * configure.in (host_tools): Add automake.
10727
10728Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10729
10730 * configure: Default CXX to c++, not gcc.
10731 * Makefile.in (CXX): Set to c++, not gcc.
10732 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10733
10734Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10735
10736 * install-sh: try appending a .exe if source file doesn't
10737 exist
10738
10739Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10740
10741 * configure.in: Turn on multilib by default.
10742 (cross_only): Remove target-libiberty.
10743
10744 * Makefile.in (all-gcc): Don't depend on libiberty.
10745
10746Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10747
10748 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10749
10750Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10751
10752 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10753 (DISTBISONFILES): Add ld/Makefile.in
10754
10755Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10756
10757 * configure.in: if target is cygwin32 but host isn't cygwin32,
10758 don't configure gdb tcl tk expect, not just gdb.
10759
10760Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10761
10762 * configure.in: Added gnuserv everywhere sn appears.
10763
10764 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10765 (CROSS_CHECK_MODULES): Added check-gnuserv.
10766 (INSTALL_MODULES): Added install-gnuserv.
10767 (CLEAN_MODULES): Added clean-gnuserv.
10768 (all-gnuserv): New target.
10769
10770Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10771
10772 * config.guess: Fixes for MIPS OpenBSD systems.
10773
10774Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10775
10776 * Makefile.in (INSTALL_XFORM): Remove.
10777 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10778
10779 * mkinstalldirs: New file, copied from automake.
10780 * Makefile.in (installdirs): Rename from install-dirs. Use
10781 mkinstalldirs. Change all users.
10782 (DEVO_SUPPORT): Add mkinstalldirs.
10783
10784Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10785
10786 * install-sh: Rename from install.sh.
10787 * Makefile.in (INSTALL): Change install.sh to install-sh.
10788 (DEVO_SUPPORT): Likewise.
10789
10790 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10791 Graichen <graichen@rzpd.de>.
10792
10793Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10794
10795 * config.guess: Recognize OpenBSD systems correctly.
10796
10797Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10798
10799 * README, Makefile.in (ETC_SUPPORT): Remove references to
10800 cfg-paper*, configure.{texi,man,info*}._
10801
10802Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10803
10804 * Makefile.in (all.normal): Ensure that gcc is built after all
10805 the x11 - ie gdb - targets.
10806
10807Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10808
10809 * makefile.vms: Don't run conf-a-gas.
10810
10811Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10812
80413487 10813 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
10814
10815Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10816
10817 * configure.in: Remove noconfigdirs case since gdb also
10818 configures and builds for tic80-coff.
10819
10820Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10821
10822 * configure: Set cache_file to config.cache.
10823 * Makefile.in (local-distclean): Remove config.cache.
10824
10825Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10826
10827 * COPYING: Update FSF address.
10828
10829Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10830
10831 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10832 noconfigdirs.
10833
10834Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10835
10836 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10837 MAKEDIRS, is empty.
10838
10839Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10840
10841 * config.sub: Tweak mn10300 entry.
10842
10843Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10844
10845 * configure.in (host_tools): Put sim before gdb, so gdb's
10846 configure.tgt can determine if the simulator was configured.
10847
10848Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10849
10850 * config.sub: Move BeOS $os case to be with other Cygnus
10851 local cases.
10852
10853Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10854
10855 * config.sub: Remove misplaced comment that broke Linux.
10856
10857Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10858
10859 * config.sub: Add BeOS support.
10860
10861Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10862
10863 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10864
10865Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10866
10867 * configure.in (noconfigdirs): Remove tcl and tk from
10868 noconfigdirs for cygwin32 builds.
10869
10870Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10871
10872 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10873
10874Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10875
10876 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10877 make-all.com, use makefile.vms instead.
10878
10879Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10880
10881 * config.sub: Accept -lnews*.
10882
10883Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10884
10885 * configure.in (noconfigdirs): Disable target-newlib,
35590697 10886 target-examples and target-libiberty for d30v.
252b5132
RH
10887
10888Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10889
10890 * configure.in (noconfigdirs): Enable ld for d30v.
10891
10892Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10893
10894 * configure.in (tic80-*-*): Build compiler.
10895
10896Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10897
10898 * configure.in (d30v-*): Remove sim directory from list of
35590697 10899 unsupported d30v directories
252b5132
RH
10900
10901Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10902
35590697
AJ
10903 * config.sub, configure.in: Add d30v target cpu.
10904
252b5132
RH
10905Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10906
10907 * makefile.vms: New file.
10908 * make-all.com: Remove.
10909
10910Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10911
10912 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10913
10914Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10915
10916 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10917
10918Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10919
10920 * Makefile.in (ALL_MODULES): Added all-db.
10921 (CROSS_CHECK_MODULES): Addec check-db.
10922 (INSTALL_MODULES): Added install-db.
10923 (CLEAN_MODULES): Added clean-db.
10924
10925Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10926
10927 * config.guess: Merge with latest FSF sources.
10928
10929Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10930
10931 * Makefile.in (ALL_MODULES): Added all-itcl.
10932 (CROSS_CHECK_MODULES): Added check-itcl.
10933 (INSTALL_MODULES): Added install-itcl.
10934 (CLEAN_MODULES): Added clean-itcl.
10935
10936Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10937
10938 * configure.in: build gdb for mn10200
10939
10940Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10941
10942 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10943
10944Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10945
10946 * configure.in (tic80-*-*): Turn off most targets right now.
10947
10948Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10949
10950 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10951 rather than the makeinfo program.
10952 (do-info): Depend upon all-texinfo.
10953
10954Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10955
10956 * configure.in: Remove uses of config/mh-linux.
10957
10958 * config.sub, config.guess: Merge with latest FSF sources.
10959
10960Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10961
10962 * config.sub (case $basic_machine): Add tic80 entries.
10963
10964Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10965
10966 * config.sub, config.guess: Merge with latest FSF sources.
10967
10968Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10969
10970 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10971 * mpw-config.in: Test for NewFolderRecursive.
10972 * mpw-install: Use symbolic name for startup filename.
10973 * mpw-README: Add various additional details.
10974
10975Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10976
10977 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10978
10979Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10980
10981 * configure.in: Do build gcc and the target libraries for
10982 the mn10200.
10983
10984Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10985
10986 * configure.in: don't avoid building gdb for mn10300 any more
10987 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10988 instead of single-quoting it.
10989
10990Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10991
10992 * configure.in: Don't use --with-stabs on IRIX 6.
10993
10994Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10995
10996 * configure.in (m32r): Build gdb, libg++ now.
10997
10998Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10999
11000 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11001 directories from noconfigdirs.
11002
11003Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11004
11005 * config.sub (basic_machine): added mips16 configuration
11006
11007Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11008
11009 * config.sub: Handle d10v-unknown.
11010
11011Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11012
11013 * config.sub: Handle v850-unknown.
11014
11015Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11016
11017 * Makefile.in: add findutils
11018 * configure.in: add findutils to list of host_tools
11019
11020Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11021
11022 * config.sub: Handle mn10200 and mn10300.
11023
11024Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11025
11026 * configure.in (d10v-*): Do not build librx.
11027
11028Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11029
11030 * configure.in (mn10300): Build everything except gdb & libgloss.
11031
11032Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11033
11034 * config.guess: Patch for Dansk Data Elektronik servers,
11035 from Niels Skou Olsen <nso@dde.dk>.
11036
11037 For ncr, use /bin/uname rather than uname, since GNU uname does not
11038 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11039
11040 Patch for MIPS R4000 running System V,
11041 from Eric S. Raymond <esr@snark.thyrsus.com>.
11042
11043 Fix thinko for nextstep.
11044
11045 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11046
11047 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11048 * config.guess: Guess mips-dec-mach_bsd4.3.
11049
11050 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11051 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11052 release numbers.
11053 * config.guess (mips-mips-riscos*): Emit just enough of the
11054 release number.
11055
11056 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11057 * config.guess (sparc-auspex-sunos*): Added.
11058 (f300-fujitsu-*): Added.
11059
11060 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11061 * config.guess: Recognize a Tadpole as a sparc.
11062
11063Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11064
11065 * config.guess: Don't assume that NextStep version is either 2 or
11066 3. NextStep 4 (aka OpenStep 4) has come out now.
11067
11068Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11069
11070 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11071 From Rik Faith <faith@cs.unc.edu>.
11072
11073Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11074
11075 * config.sub: Contributions from bug-gnu-utils to:
11076 Support plain "hppa" (no version given) architecture, reported by
11077 OpenStep.
11078 OpenBSD like NetBSD.
11079 LynxOs is not a hardware supplier.
11080
11081 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11082 OpenBSD like NetBSD.
252b5132
RH
11083 Stratus systems.
11084 More Pyramid systems.
11085 i[n>4]86 Intel chips.
11086 M680[n>4]0 Motorola chips.
11087 Use unknown instead of lynx for hardware manufacturer.
11088
11089Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11090
11091 * install.sh (chmodcmd): Set to null if the DST directory already
11092 exists.
11093
11094Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11095
11096 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11097 not use mt-ppc target Makefile fragment any more.
11098
11099Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11100
11101 * configure.in (*-*-windows): Exclude everything but those dirs
11102 needed to build windows.
11103
11104Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11105
11106 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11107
11108Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11109
11110 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11111
11112Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11113
11114 * Undo my previous change.
11115
11116Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11117
11118 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11119 unconditionally.
11120 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11121
11122Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11123
11124 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11125 host to add it's own flags.
252b5132
RH
11126
11127Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11128
11129 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11130
11131Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11132
11133 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11134 (CXX_FOR_TARGET): Likewise.
11135 (GCC_FOR_TARGET): Define.
11136 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11137 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11138 CC_FOR_TARGET was specified on the command line.
11139 (MAKEOVERRIDES): Don't define.
11140
11141Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11142
11143 * configure.in (m32r): Fix spelling of libg++ libs.
11144
11145Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11146
11147 * config.sub (-apple*): Remove, now redundant.
11148
11149Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11150
11151 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11152
11153 * configure: Rework yesterday's sed script patch.
11154
11155 * config.sub: Merge with FSF.
11156
11157Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11158
11159 * config.guess: Merge from FSF.
11160
11161 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
11162 * config.guess: Use pc instead of unknown, for pc clone systems.
11163 Change linux to linux-gnu.
252b5132
RH
11164
11165 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 11166 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
11167
11168Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11169
11170 * test-build.mk (HOLES): Add "xargs" for gdb.
11171
11172 * configure: Avoid hpux10.20 sed bug.
11173
11174Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11175
4bddf3ad 11176 * configure.in: Add support for windows host
252b5132
RH
11177 (that is a build done under the Microsoft build environment).
11178
11179Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11180
11181 * Makefile.in: Replace all uses of srcroot with s, to shrink
11182 command line lengths.
11183
11184 Patches from Geoffrey Noer <noer@cygnus.com>:
11185 * configure.in: If configuring for newlib, pass --with-newlib to
11186 subdirectories.
11187 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11188 -Bnewlib/ and -Lwinsup to gcc.
11189 (CXX_FOR_TARGET): Likewise.
11190
11191Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11192
11193 * Makefile.in (ETC_SUPPORT): Add configure.
11194
11195Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11196
35590697 11197 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
11198 host configuration file.
11199
11200Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11201
11202 * configure.in: Break mn10x00 support into separate
11203 mn10200 and mn10300 configurations.
11204 * config.sub: Likewise.
11205
11206Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11207
11208 * configure.in: Add lots of stuff to noconfigdirs for
11209 the mn10x00 targets.
11210
11211 * config.sub, configure.in: Add mn10x00 support.
11212
11213Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11214
11215 * make-all.com: Call conf-a-gas, not config-a-gas.
11216
11217Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11218
11219 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 11220 targets.
252b5132
RH
11221
11222Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11223
11224 * mpw-README: Add much more detail for native PowerMac.
11225 * mpw-install: New file.
11226 * mpw-configure: Add --norecursion and --help options.
11227 * mpw-config.in: Translate readme and install files when
11228 copying to objdir.
11229 * mpw-build.in: Don't always depend on byacc and flex.
11230 (install-only-top): New action.
11231
11232Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11233
11234 * configure.in: You can now configure GDB for the v850.
11235
11236Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11237
11238 * configure.in (noconfigdirs): Don't configure any C++ dirs
11239 if targeting D10V.
11240
11241Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11242
11243 * config.sub: Recognize mips64vr5000.
11244
11245Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11246
11247 * configure.in: Use a single line for host_tools and native_only.
11248
11249Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11250
11251 * config.sub, configure.in: Add entries for m32r.
11252
11253Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11254
11255 * Makefile.in (inet-install): Don't run install-gzip.
11256
11257Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11258
11259 * configure.in: Don't config lots of things for *-*-windows*.
11260
11261Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11262
11263 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11264 (host_libs, host_tools): Copy from configure.in.
11265 * mpw-configure: Don't complain about directories not found.
11266
11267Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11268
11269 * configure.in (i[345]86): Recognize i686 for pentium pro.
11270 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11271 file.
11272
11273 * config.guess (i[345]86): Ditto.
11274
11275Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11276
11277 * configure.in (noconfigdirs): Removed gdb for D10V.
11278
11279Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11280
11281 * configure.in: Remove ld, target-libio, target-libg++, and
11282 target-libstdc++ from noconfigdirs.
11283
11284Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11285
11286 * configure: Fix three locations where shell scripts were
11287 being run directly rather than with config_shell.
11288
11289Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11290
11291 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11292 * config.sub (basic_machine): Recognize v850.
11293
11294Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11295
11296 * mpw-configure: Handle multiple enable/disable options and
11297 pass them down recursively, handle -c and -s flags appropriately
11298 depending on choice of compiler, add escape mechanism for
11299 quoted arguments to gC.
11300
11301Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11302
11303 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11304 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11305 so that -mrelocatable-lib and -mno-eabi are used.
11306
11307 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11308 not support --print-multi-lib, don't abort.
11309
252b5132
RH
11310Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11311
11312 * make-all.com: Run config-a-gas.
11313 * setup.com: Don't copy subdirectory files around.
11314
11315Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11316
11317 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11318 target, it now compiles correctly.
11319
11320Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11321
11322 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11323
11324Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11325
35590697 11326 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
11327
11328Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11329
11330 * configure.in (native_only): Add prms.
11331
11332Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11333
11334 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11335 (BINUTILS_SUPPORT_DIRS): Likewise.
11336
11337Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11338
11339 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11340 d10v support is added.
11341
11342Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11343
11344 * configure.in (d10v-*-*): New target.
11345
11346Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11347
11348 * config.guess (HP 9000/811): Recognize this as a PA1.1
11349 machine.
11350
11351Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11352
11353 * Makefile.in (do-tar-gz): New target, split out from tail end of
11354 taz target. Run each command separately, don't use pipes.
11355 (taz): Use it.
11356
11357Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11358
11359 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11360 * mpw-build.in: No builds should depend on building byacc or flex,
11361 they are assumed to be installed already.
11362
11363Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11364
11365 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11366 variable that CC_FOR_TARGET needs.
11367
11368Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11369
11370 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11371 options have changed since the last time the subdirectory was
11372 configured, and if it has, reconfigure.
11373 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11374 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11375
11376Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11377
11378 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11379 CLEAN_MODULES): Add bash.
11380 (all-bash): New target.
11381
11382Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11383
11384 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11385
11386Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11387
11388 * config.sub (basic_machine): Recognize d10v as a valid processor.
11389
11390Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11391
11392 * mpw-configure: Add support for --bindir.
11393 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11394
11395Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11396
11397 * configure.in: add bash, time, gawk to list of hosttools and things
11398 to only build for native toolchains
11399
11400Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11401
11402 * Makefile.in (docdir): Remove.
11403
11404Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11405
11406 * Makefile.in (datadir): Set to $(prefix)/share.
11407
11408Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11409
11410 * configure.in: build diff and patch for cygwin32-hosted
11411 toolchains.
11412
11413Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11414
11415 * config.sub: Accept -rtems*.
11416
11417Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11418
80413487 11419 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
11420 remove diff from the list of things not buildable
11421 via Canadian Cross
252b5132
RH
11422
11423Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11424
11425 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 11426 don't get ". ".
252b5132
RH
11427
11428Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11429
11430 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11431
11432Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11433
11434 * Makefile.in (taz): Handle case where tex3patch didn't even get
11435 checked out. Also, if it was found, put the symlink in a new util
11436 subdirectory.
11437
11438Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11439
11440 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11441
11442Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11443
11444 * config.sub: Recognize -openvms.
11445 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11446 * make-all.com, setup.com: New files.
11447
11448Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11449
11450 * Makefile.in (taz): tex3patch moved to texinfo/util.
11451
11452Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11453
afb8d725 11454 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
11455 * configure.in: remove make from disable-if-Can-Cross list
11456 enable gdb if ${host} and ${target} are cygwin32
11457
11458Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11459
11460 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11461 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11462
11463Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11464
11465 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11466 distinguish sysv/svr4/bsd variants.
11467 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11468
11469Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11470
11471 * configure.in: Added copyright notice.
11472 * move-if-change: Added copyright notice.
11473
11474Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11475
11476 * configure.in (powerpcle-*-solaris*): Until we get shared
11477 libraries working, don't build gdb, sim, make, tcl, tk, or
11478 expect.
11479
11480Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11481
11482 * config.guess: Merge with FSF:
11483
11484 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11485 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11486
11487 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11488 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11489
11490 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11491 * config.guess: Combine two OSF1 rules.
11492 Also recognize field test versions. From mjr@zk3.dec.com.
11493 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11494 because GNU uname does not support -p. From pmr@pajato.com.
11495
11496Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11497
11498 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11499
11500Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11501
11502 * mpw-README: Document GCCIncludes.
11503
11504Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11505
11506 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11507
11508Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11509
11510 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11511
11512Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11513
11514 * configure.in (*-*-cygwin32): Configure make.
11515
11516Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11517
11518 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11519
11520Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11521
11522 * Makefile.in (all-inet): Depend on all-perl.
11523
11524 * Makefile.in (inet-install): New target.
11525
11526 * Makefile.in (all-inet): Depend on all-tcl.
11527 (all-inet): Depend on all-send-pr.
11528
11529Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11530
11531 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11532 temporarily.
11533
11534Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11535
11536 * configure.in: Don't configure --with-gnu-ld on AIX.
11537
11538Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11539
11540 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11541
11542Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11543
11544 * Makefile.in (ALL_MODULES): Added all-inet.
11545 (CROSS_CHECK_MODULES): Added check-inet.
11546 (INSTALL_MODULES): Added install-inet.
11547 (CLEAN_MODULES): Added clean-inet.
11548 (all-indent): New target.
11549
11550 * configure.in (host_tools): Added inet.
11551 (native_only): Added inet.
11552 (noconfigdirs): Added inet.
11553
11554Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11555
11556 * configure.in: Don't configure libgloss if we are not configuring
11557 newlib.
11558
11559Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11560
11561 * configure.in: Don't configure libgloss for unsupported
11562 architectures.
11563
11564Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11565
11566 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11567
11568Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11569
11570 * Makefile.in (ALL_MODULES): Include all-apache.
11571 (CROSS_CHECK_MODULES): Include check-apache.
11572 (INSTALL_MODULES): Include install-apache.
11573 (all-apache): New target.
11574
11575 * configure.in: Added apache everywhere perl is seen.
11576
11577Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11578
11579 * Makefile.in: Add support for clean-{module} and
11580 clean-target-{module} rules.
11581
11582Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11583
11584 * configure.in (*-*-ose) do not build libgloss.
11585
11586Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11587
11588 * config.guess (prep*:SunOS:5.*:*): Turn into
11589 powerpele-unknown-solaris2.
11590
11591Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11592
11593 * configure.in: Permit --enable-shared to specify a list of
11594 directories.
11595
11596Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11597
11598 * configure.in (host==solaris): Pass only the first word of $CC
11599 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11600
11601Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11602
11603 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11604
11605Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11606
11607 * Makefile.in (ALL_MODULES): Include all-perl.
11608 (CROSS_CHECK_MODULES): Include check-perl.
11609 (INSTALL_MODULES): Include install-perl.
11610 (ALL_X11_MODULES): Include all-guile.
11611 (CHECK_X11_MODULES): Include check-guile.
11612 (INSTALL_X11_MODULES): Include install-guile.
11613 (all-perl): New target.
11614 (all-guile): New target.
11615
11616 * configure.in (host_tools): Include perl and guile.
11617 (native_only): Include perl and guile.
11618 (noconfigdirs): Don't build guile and perl; no ports have been
11619 done.
11620
11621Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11622
80413487
RH
11623 * configure (--enable-*): Handle quoted option lists such as
11624 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
11625
11626Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11627
11628 * Makefile.in ({,inst}all-target): New rule so we can make and
11629 install all of the target directories easily.
11630
11631Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11632
11633 * configure.in: Add missing global flag in sed substitution when
11634 deleting `target-' from ${configdirs}.
11635
11636Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11637
11638 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11639 option.
11640
11641 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11642 config/mh-necv4.
11643
11644 * install.sh: Correct misspelling of transformbasename.
11645
11646 * config.guess: Recognize mips-*-sysv*.
11647
11648Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11649
11650 * config.sub: Recognize mon960.
11651
11652Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11653
11654 * configure: Restore Canadian Cross handling of BISON and LEX,
11655 removed in Feb 20 change.
11656
11657Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11658
11659 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11660 Mention make install. Remove the old copyright date as well the
11661 clumsy and rather pointless copyright on the README file.
11662
11663Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11664
11665 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11666 Makefile after running symlink-tree, then run `make distclean' to
11667 avoid clobbering any generated files in srcdir.
11668
11669Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11670
11671 * configure.in (m68k-*-netbsd*): Build everything now.
11672
11673Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11674
11675 * Makefile.in (taz): Fix quoting.
11676
11677Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11678
11679 * configure.in (sparclet-*-*): Build everything now.
11680
11681Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11682
11683 * configure.in (m68k-*-linux*): New host.
11684
11685Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11686
11687 * configure: Check for bison before byacc.
11688
11689Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11690
11691 * Makefile.in configure: Change the way LEX and BISON/YACC are
11692 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11693 searching PATH. These are used as fallbacks by Makefile.in if
11694 flex/bison/byacc aren't in objdir.
11695
11696Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11697
11698 * Makefile.in: Make everything which depends upon all-bfd also
11699 depend upon all-opcodes, in case --with-commonbfdlib is used.
11700
11701Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11702
11703 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11704 building NT native compilers on Unix.
11705
11706Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11707
11708 * configure.in: Don't get CC from the host Makefile fragment if we
11709 can find gcc in PATH, or if this is a Canadian Cross. Move the
11710 Solaris test for /usr/ucb/cc to the post target script, just after
11711 the compiler sanity test.
11712
11713Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11714
11715 * config.sub: Merge with FSF.
11716
11717Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11718
11719 * Makefile.in (RPATH_ENVVAR): New variable.
11720 (REALLY_SET_LIB_PATH): Use it.
11721 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11722
11723Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11724
11725 * config.sub, configure.in: Recognize sparclet cpu.
11726
11727Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11728
11729 * config.guess: Support m68k-cbm-sysv4.
11730
11731Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11732
11733 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11734 m68k-unknown-linuxaout from linker help string. Put quotes around
11735 $ld_help_string.
11736
11737Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11738
11739 * config.guess (powerpc-harris-powerunix): Add guess for port
11740 to new target.
11741
11742Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11743
11744 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11745
11746Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11747
11748 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11749 $(REALLY_SET_LIB_PATH) in Makefile.
11750 * Makefile.in (SET_LIB_PATH): New variable.
11751 (REALLY_SET_LIB_PATH): New variable.
11752 ($(DO_X)): Use $(SET_LIB_PATH).
11753 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11754 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11755 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11756 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11757 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11758 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11759 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11760 (install-dosrel): Likewise.
11761 (all-opcodes): Depend upon all-libiberty.
11762
11763Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11764
11765 * config.guess (*:CYGWIN*): New
11766
11767Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11768
11769 * Makefile.in (all-target-winsup): All all-target-libiberty.
11770
11771Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11772
11773 * configure.in (noconfigdirs): Add missing # in front of comment.
11774
11775Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11776
11777 * configure.in: add second pass to things added to noconfigdirs
11778 so *-gm-magic can exclude libgloss properly.
11779
11780Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11781
11782 * mpw-configure (extralibs_name, rez_name): Set correctly
11783 for MWC68K compiler.
11784
11785 * mpw-README: Add more info on the necessary build tools.
11786
11787Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11788
11789 * configure.in, config.sub: Recognize cygwin32.
11790
11791Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11792
11793 * config.guess, config.sub: Recognize A/UX.
11794
11795Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11796
11797 * config.sub: Merge with gcc/config.sub.
11798
11799Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11800
11801 * mpw-build.in (do-binutils): Add build of stamps.
11802
11803Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11804
11805 * config.sub: Add recognition for mips64vr4100*-* targets.
11806
11807Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11808
11809 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11810 Add creation of gconfigargs with `--enable-shared' turned on.
11811 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11812 ($(host)-stamp-stage3-configured): Likewise.
11813 (HOLES): Add chatr and ldd.
11814 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11815
11816Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11817
11818 * configure: Pass --nfp to recursive configures.
11819
11820Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11821
11822 * Makefile.in (DLLTOOL): New.
11823 (DLLTOOL_FOR_TARGET): New.
11824 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11825 (EXTRA_TARGET_FLAGS): Ditto.
11826 (EXTRA_GCC_FLAGS): Ditto.
11827 (CONFIGURE_TARGET_MODULES): Ditto.
11828 (DO_X): Ditto.
11829 * configure: Add DLLTOOL.
11830
11831Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11832
11833 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11834 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11835 mh-sco, since old workarounds no longer needed, and don't
11836 build ld, since libraries have weak symbols in COFF.
11837
11838Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11839
11840 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11841
11842Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11843
11844 * configure.in: Make sure that ${CC} can be used to compile an
11845 executable.
11846
afb8d725
JM
11847Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11848
11849 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11850 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11851 nothing depending on whether gdbtk is being built.
11852
252b5132
RH
11853Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11854
11855 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11856
11857Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11858
11859 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11860 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11861
11862Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11863
11864 * config-ml.in: Add support for
11865 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11866 Simplify setting of multidirs from --disable-foo.
11867
11868Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11869
11870 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11871 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11872 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 11873 non-empty, pass them on to the GCC make.
252b5132
RH
11874 (all-bootstrap): New rule that is like all-gcc, except it executes
11875 the GCC bootstrap rule instead of the GCC all rule.
11876
11877Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11878
11879 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11880
11881Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11882
11883 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11884 DG/UX support.
11885
11886Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11887
11888 * config.sub (i*86*) Change [345] to [3456]
11889
11890Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11891
11892 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11893 --with-gnu-ld=no.
11894
11895Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11896
11897 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11898 AIX multilibs get built.
11899
11900Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11901
11902 * configure.in (i386-win32): Don't build expect if we're not
11903 building the tcl subdir.
11904
11905Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11906
11907 * Makefile.in: (configure-target-examples, all-target-examples):
11908 New targets, configure and build example programs.
11909
11910Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11911
11912 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11913 use it as input to sedit the generated MPW makefile.
11914 * mpw-README: Add a suggestion about Gestalt.h.
11915
11916Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11917
11918 * config.sub: Accept *-*-ieee*.
11919
11920Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11921
11922 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11923 Ronald F. Guilmette <rfg@monkeys.com>.
11924
11925Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11926
11927 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11928 for powerpc-pe native.
11929 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11930 (target==powerpc-pe): duplicate i386-win32 entry.
11931
11932Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11933
11934 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11935 of vxworks, not just vxworks5.1.
11936
11937Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11938
11939 * mpw-configure: Add support for exec-prefix.
11940
11941Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11942
11943 * config.guess: Recognize HP model 816 machines as having
11944 a PA1.1 processor.
11945
11946Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11947
11948 * configure: Ignore new autoconf configure options.
11949
252b5132
RH
11950Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11951
11952 * config.guess: Recognize Pentium under SCO.
11953 From Robert Lipe <robertl@arnet.com>.
11954
11955Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11956
11957 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
11958
11959Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11960
11961 * configure.in: Don't configure gas for alpha-dec-osf*.
11962
11963Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11964
11965 * configure.in: Default to --with-stabs for some targets for which
11966 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11967 i[345]86*-*-unixware*.
11968
11969Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11970
11971 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11972 rather than basing it on the target. Simplify handling of options
11973 controlling which directories to configure. Remove extraneous
11974 slash in multi-clean target.
11975
11976Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11977
11978 * config-ml.in: Prefix more variables with ml_ so they don't collide
11979 with configure's.
11980
11981Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11982
11983 * configure: Don't turn -v into --v.
11984
11985Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11986
11987 * configure.in (targargs): Fix typo.
11988
11989 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11990
11991Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11992
11993 * configure.in: Strip --host and --target options from
11994 CONFIG_ARGUMENTS, and always configure for --host only. Add
11995 --with-cross-host option when building with a cross-compiler.
11996 * configure: Canonicalize the arguments put into config.status by
11997 always using `=' for an option with an argument. Pass a presumed
11998 --host or --target explicitly.
11999
12000Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12001
12002 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12003 into general OS recognition case.
12004
12005Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12006
12007 * configure.in (target_configdirs): add target-winsup only
12008 for win32 target systems.
12009
12010Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12011
12012 * Makefile.in (all-target-libgloss): Depend upon
12013 configure-target-newlib, since when libgloss is built it looks to
12014 see if the newlib directory exists.
12015
12016Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12017
12018 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12019 cfg-ml-*.in.
12020
12021Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12022
12023 * configure: Handle LD and LD_FOR_TARGET when configuring a
12024 Canadian Cross.
12025
252b5132
RH
12026Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12027
12028 * configure.in (target_libs): add target-winsup.
12029 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12030 (target==ppcle-pe): remove ld from $noconfigdirs.
12031
12032Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12033
12034 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12035 Preserve relative path names in $srcdir. Build symlink tree if
12036 configuring cross target dir and srcdir=. (= no VPATH support).
12037 (configure-target-libg++): Depend on configure-target-librx.
12038 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12039 * config-ml.in: New file.
12040 * symlink-tree: New file.
12041 * configure: Ensure srcdir="." if that's what it is.
12042
12043Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12044
12045 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12046 includes and FLEX_SKELETON setting.
12047 * mpw-configure (--with-gnu-ld): New option, controls whether
12048 to use PPCLink or ld with PowerMac GCC.
12049 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12050 * mpw-config.in: Configure grez if targeting Mac.
12051
12052 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12053 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12054 just macos.
252b5132
RH
12055 * configure.in: Configure grez resource compiler if targeting Mac.
12056 * Makefile.in (all-grez, install-grez): New targets.
12057
12058Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12059
12060 * configure: CXX defaults to gcc, not g++. If we find
35590697 12061 gcc in the path, set CC to gcc -O2.
252b5132
RH
12062
12063Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12064
12065 * configure: Default ${build} correctly. Avoid picking up extra
12066 spaces when reading CC and CXX from Makefile. When doing a
12067 Canadian Cross, use plausible default values for numerous
12068 variables.
12069 * configure.in: When doing a Canadian Cross, don't try to
12070 configure tools whose configure script can't handle it.
12071
12072Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12073
12074 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12075
12076Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12077
12078 * configure: Remove dubious bug reporting address.
12079
12080Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12081
12082 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12083 configure script, run that instead of this directory's configure.
12084 In either case, print a message that we're configuring the sub-dir.
12085
12086Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12087
12088 * configure.in: Before checking for the existence of various files,
12089 use sed to filter out "target-".
12090
12091Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12092
12093 * Makefile.in (DO_X): Split rule to decrease command line length
12094 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12095 (Philippe De Muyter).
12096
12097Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12098
12099 * Makefile.in (all-patch): depend on all-libiberty.
12100
12101Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12102
12103 * configure.in: If the only directory in target_configdirs which
12104 actually exists is libiberty, then set target_configdirs to empty,
12105 to avoid trying to build a target libiberty in a gas or gdb
12106 distribution.
12107
12108Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12109
12110 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12111 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12112 systems.
252b5132
RH
12113
12114Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12115
12116 * configure.in (copy_dirs): Use sys-include instead of include
12117 for --with-headers option.
12118
12119Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12120
12121 * Makefile.in, configure.in: Make winsup builds work with
12122 new scheme.
12123
12124Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12125
12126 * configure.in: Build the linker on AIX.
12127
12128Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12129
12130 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12131 where needed.
12132
12133Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12134
12135 * Makefile.in (all-gcc): Fix typo.
12136
12137Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12138
12139 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12140
12141Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12142
12143 * configure.in: Rename libFOO to target-libFOO, and xiberty
12144 to target-xiberty, to provide more flexibility.
12145 (target_subdir): Define. Create if cross.
12146 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12147 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12148 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12149 check-libFOO -> check-target-libFOO, etc.
12150 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12151 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12152 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12153 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12154 allow ALL_GCC="" to only configure.
12155 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12156 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12157 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12158
12159Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12160
12161 * Makefile.in (taz): Build "info" in etc explicitly.
12162
12163Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12164
12165 * configure.in: Make sure that CC is undefined (as opposed to
12166 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12167 problem with autoconf trying to configure on a host without GCC.
12168
12169Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12170
12171 * mpw-configure: Set host alias from choice of host compiler,
12172 only use generic MPW Makefile sed if present, edit a file
12173 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12174 * mpw-README: Add problem notes about CW6 and CW7.
12175
12176Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12177
12178 * Makefile.in (taz): Use ";" instead of ";;".
12179
12180Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12181
12182 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12183 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12184 DISTDOCDIRS.
12185 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12186 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12187
12188Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12189
12190 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12191 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12192 Move bfd to DISTSTUFFDIRS.
12193
12194Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12195
12196 * Makefile.in (X11_LIB): Removed.
12197 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12198
12199 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12200
12201Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12202
12203 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12204 names.
12205
12206Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12207
12208 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12209
12210Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12211
12212 * configure.in (i[345]86-*-win32): Always build newlib.
12213 Don't configure cvs, autoconf or texinfo.
12214 * Makefile.in (LD_FOR_TARGET): New.
12215 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12216 Pass down LD_FOR_TARGET.
12217
12218Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12219
12220 * winsup: New directory.
12221 * Makefile.in: Build winsup.
12222 * configure.in: Winsup is configured when target is win32.
12223 Can only build win32 target GDB when native.
35590697 12224
252b5132
RH
12225Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12226
12227 * config.guess: Recognize HP model 819 machines as having
12228 a PA 1.1 processor.
12229
12230Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12231
12232 * configure: Fix sed loop which substitutes for CC and CXX to
12233 avoid bug found in various sed implementations.
12234
12235Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12236
12237 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12238 simulator. Use standard powerpc-*-eabi*.
12239
12240Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12241
12242 * configure.in: Stop putting gas and binutils in noconfigdirs for
12243 powerpc-*-aix* and rs6000-*-*.
12244
12245Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12246
12247 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12248 -mcall-aixdesc libraries.
12249
12250Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12251
12252 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12253
12254 * config.sub (arm | armel | armeb): Fix shell syntax.
12255
12256Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12257
12258 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12259 -msoft-float and -mcpu=common support.
12260 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12261 libraries.
12262
12263Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12264
12265 * configure.in: Allow configuration and build of emacs19 for the alpha.
12266
12267Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12268
12269 * configure.in (CC): Get ^CC, not just any old CC, from
12270 ${host_makefile_frag}.
12271
12272Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12273
35590697 12274 * configure.in (CC): Try to get CC from
252b5132
RH
12275 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12276
12277Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12278
12279 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12280 only if it exists in $(srcdir).
12281
12282Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12283
12284 * configure: If CC and CXX are not set in the environment, set
12285 them, based on either an existing Makefile or on searching for gcc
12286 in PATH. Substitute for CC and CXX in Makefile.
12287 * configure.in: Remove libm from target_libs. Separate
12288 target_configdirs from configdirs. If CC is not set in
12289 environment, try to get it from a host Makefile fragment. Rewrite
12290 changes of configdirs to use skipdirs instead. A few minor
12291 tweaks. Take directories out of target_configdirs as they are
12292 taken out of configdirs. Remove existing Makefile files from
12293 subdirectories. Substitute for TARGET_CONFIGDIRS and
12294 CONFIG_ARGUMENTS in Makefile.
12295 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12296 by configure.in.
12297 (CONFIG_ARGUMENTS): Likewise.
12298 (CONFIGURE_TARGET_MODULES): New variable.
12299 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12300 ($(CONFIGURE_TARGET_MODULES)): New target.
12301 (configure-libg++, configure-libio): New targets.
12302 (all-libg++): Depend upon configure-libg++.
12303 (all-libio): Depend upon configure-libio.
12304 (configure-libgloss, all-libgloss): New targets.
12305 (configure-libstdc++): New target.
12306 (all-libstdc++): Depend upon configure-libstdc++.
12307 (configure-librx, all-librx): New targets.
12308 (configure-newlib): New target.
12309 (all-newlib): Depend upon configure-newlib
12310 (configure-xiberty): New target.
12311 (all-xiberty): Depend upon configure-xiberty.
12312
12313Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12314
12315 * configure.in (host i[345]86-*-win32): Expand the
12316 noconfigdirs again.
12317
12318Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12319
12320 * mpw-configure: Fix sed command file name.
12321
12322Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12323
35590697 12324 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
12325 noconfigdirs again.
12326
12327Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12328
12329 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12330 or powerpc*-*-pe*, since they are not yet supported.
12331
12332Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12333
12334 Add PowerMac support and many other enhancements.
12335 * mpw-configure: New option --cc to select compiler to use,
12336 paste options set according to --cc into the generated
12337 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12338 if mpw-make.sed is present.
12339 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12340 add forward includes for PowerPC include files.
12341 * mpw-build.in: Build using Makefile.PPC if present.
12342 (do-byacc, etc): Remove separate version resource builds.
12343 (do-gas): Build "stamps" before "all".
12344 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12345 * mpw-README: Update to reflect --cc option, PowerMac support,
12346 and recently-reported compatibility problems.
12347
12348Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12349
12350 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12351 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12352 (--with-multilib-top): Pass to recursive invocations.
12353
12354Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12355
12356 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12357 v810-*-*.
12358
12359Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12360
12361 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12362 gdb, ld and opcodes on v810-*-*.
12363
252b5132
RH
12364Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12365
12366 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12367 (local-maintainer-clean): New target.
12368 (maintainer-clean): New target.
12369 (realclean): Just depend upon maintainer-clean.
12370
12371Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12372
12373 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12374
12375Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12376
12377 * configure.in: Build ld in mips*-*-bsd* case.
12378
12379Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12380
12381 * config.sub: Accept -lites* OS. From Ian Dall.
12382
12383Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12384
12385 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 12386 targets.
252b5132
RH
12387
12388Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12389
12390 * configure.in: treat i386-win32 canadian cross the same as
12391 i386-go32 canadian cross.
12392
12393Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12394
12395 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12396 running under the simulator to build a reduced set of libraries.
12397 (powerpc-*-eabiaix): Add fine grained multilib support added to
12398 other powerpc targets yesterday.
12399
12400Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12401
12402 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12403 -disable-softfloat, -disable-relocatable, -disable-aix, and
12404 -disable-sysv to control which multilib libraries get built.
12405
12406Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12407
12408 * configure: Add Makefile.tem to list of files to remove in trap
12409 handler.
12410
12411Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12412
12413 * config.guess (*Linux*): Add missing "exit"s.
12414 Also, need specific check for alpha-unknown-linux (uses COFF).
12415
12416Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12417
12418 * config.guess: Merge with FSF:
12419
12420 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12421 * config.guess (AIX4): More robust release numbering discovery.
12422
12423 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12424 * config.guess (i386-sequent-ptx): Properly get version number.
12425
12426 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12427 * config.guess (mips:*:4*:UMIPS): New case.
12428
12429Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12430
12431 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12432 (i386-win32 host): Likewise. Don't build readline.
12433
afb8d725
JM
12434Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12435
12436 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12437 SUPPORT_FILES to submakes.
12438
252b5132
RH
12439Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12440
12441 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12442 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12443 mpw-configure.
12444
12445Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12446
12447 * configure.in (appdirs): Use =, not ==, in test expression when
12448 trying to build the text to print in the warning message for
12449 Solaris users.
12450
12451Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12452
12453 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12454
12455Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12456
12457 * config.guess: Recognize lynx-2.3.
12458
12459Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12460
12461 * config.sub (z8ksim): Deleted
12462 (z8k-*-coff): New, this is the one true name of the target.
12463
12464Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12465
12466 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12467
12468Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12469
12470 * config.guess (*:Linux:*:*): First try asking the linker what the
12471 default object file format is (elf, aout, or coff). Then if this
12472 fails, try previous methods.
12473
12474Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12475
12476 * configure.in: Don't build newlib for *-*-vxworks5.1.
12477
12478Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12479
12480 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12481 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12482
12483Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12484
12485 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12486
12487Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12488
12489 * cfg-ml-com.in: New file.
12490 * cfg-ml-pos.in: New file.
12491
12492Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12493
12494 * COPYING.NEWLIB: Add HP free copyright to list.
12495
12496Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12497
12498 * config.sub: Recognize -eabi* for the system, not just -eabi.
12499
12500Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12501
12502 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12503 * config.sub, configure.in (win32): New target and host.
12504
12505Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12506
12507 * configure.in: Add i386-pe configuration.
12508
12509Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12510
12511 * mpw-build.in (install): Install GDB after LD.
12512
12513Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12514
12515 * mpw-config.in (elf/mips.h): Always forward-include, needed
12516 for GDB to build.
12517
12518Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12519
12520 * testsuite: New directory for customer acceptance and whole tool
12521 chain tests.
12522
12523Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12524
12525 * configure: If per-host line isn't found, but AC_OUTPUT is found
12526 and a configure script exists, run it instead.
12527
12528Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12529
12530 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12531
12532Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12533
12534 * configure: Set build_{cpu,vendor,os,alias} to host values when
12535 --build isn't specified.
12536
12537Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12538
12539 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12540 (FLAGS_TO_PASS): Pass them.
12541 (EXTRA_TARGET_FLAGS): Ditto.
12542
252b5132
RH
12543Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12544
12545 * Makefile.in (all-libg++): Depend on all-libstdc++.
12546
12547Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12548
12549 * configure.in (noconfigdirs): Enable all packages for
12550 i386-unknown-netbsd.
12551
12552Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12553
12554 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12555 hosted builds (DOS builds)
12556
12557Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12558
12559 Changes for ARM based on patches from Richard Earnshaw:
12560 * config.sub: Handle armeb and armel.
12561 * configure.in: Omit arm linker only for riscix.
12562
12563Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12564
12565 * config.guess: Update from FSF.
12566
12567Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12568
12569 * config.sub: Recognize powerpcle as the little endian varient of
12570 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12571 powerpcle variant. Convert pentium into i586, not i486. Add p5
12572 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12573 temporarily.
12574
12575Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12576
12577 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12578
12579Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12580
12581 * config.sub: Accept -lites* as a basic system type.
12582
12583Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12584
12585 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12586 installed, and if so return linuxoldld as the system name.
12587
12588Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12589
12590 * config.guess: Add hppa1.1-hp-lites support.
12591
12592Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12593
12594 * configure.in: Don't build newlib for m68k-vxworks5.1.
12595
12596Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12597
12598 * configure.in (mips-sgi-irix6): Use mh-irix5.
12599
12600Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12601
12602 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12603
12604Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12605
12606 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 12607 OSF/1. Fix compiler flags.
252b5132
RH
12608 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12609
12610Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12611
12612 * configure.in: Recognize --with-newlib.
12613 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12614
afb8d725
JM
12615Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12616
12617 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12618 to *_X11_MODULES due to gdbtk needing X include files et al.
12619
252b5132
RH
12620Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12621
12622 Merge in support for Mac MPW as a host.
12623 (Old change descriptions retained for informational value.)
12624
12625 * mpw-config.in: Add generic include forwards for cpu-specific
12626 include files in aout and elf directories.
12627
12628 * mpw-configure: Added copyright.
12629 * mpw-config.in: Check for presence of required build tools.
12630 (target_libs): Add newlib.
12631 (target_tools): Add examples.
12632 (Read Me): Generate as "Read Me for MPW" instead.
12633 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12634 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12635 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12636
12637 * mpw-configure: Remove subdir-specific makefile hackery,
12638 delete mk.tmp after using it.
12639
12640 * mpw-build.in (all): Display start and end times.
12641
12642 * mpw-configure (host_canonical): Set.
12643 (target_cpu): Always add to makefiles.
12644 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12645 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12646 (mpw-mh-mpw): Look for in srcdir and srcroot.
12647 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12648
12649 * mpw-build.in: (install-only): New target.
12650
12651 * mpw-configure (host_alias, target_alias): Rename from hostalias
12652 and targetalias, add into generated Makefile.
12653 (mk.tmp): If present, add into generated Makefile.
12654 * mpw-build.in (all-gas): Build config.h first before gas proper.
12655
12656 * mpw-configure (config.status): Write only if changed.
12657 * mpw-config.in (readline): Configure it (not built, just used for
12658 definitions).
12659
12660 * mpw-config.in (elf/mips.h): Add a forward include.
12661
12662 * mpw-config.in: Forward-include most .h files in include into
12663 extra-include.
12664 (readline): Don't build.
12665 mpw-build.in (install): Install GDB.
12666
12667 * mpw-configure (prefix, mpw_prefix): Handle it.
12668 * mpw-config.in (mmalloc, readline): Don't configure.
12669 * mpw-build.in (thisscript): Rename to ThisScript.
12670 Use mpw-build instead of BuildProgram everywhere.
12671 (mmalloc, readline): Don't build.
12672 * mpw-README: New file, basic documentation about the MPW port.
12673
12674 * mpw-config.in: Use forward-include to create include files.
12675
12676 * mpw-configure: Add more things to the top of each configured
12677 Makefile, including contents of config/mpw-mh-mpw.
12678 * mpw-config.in (extra-include): Create this directory and fill it
12679 with Posix-like include files when configuring.
12680
12681 * config.sub (apple, mac, mpw): Add various aliases.
12682
12683 * mpw-build.in: New file, top-level build script fragment for MPW.
12684 * mpw-configure: New file, configure script for MPW.
12685 * mpw-config.in: New file, config fragment for MPW.
12686
12687Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12688
12689 * configure.in (host_libs): Remove glob, since it is gone from the
12690 sources.
12691
12692Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12693
12694 * Makefile.in: define empty GDB_NLM_DEPS var.
12695
12696 * configure.in(target_makefile_frag): use config/mt-netware
12697 for netware targets.
12698
12699Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12700
12701 * config.sub: Merge in recent FSF changes. Remove linux special
12702 cases.
12703
12704Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12705
4bddf3ad 12706 Revert this change:
252b5132
RH
12707
12708 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12709
12710 * build-all.mk: Use CC=cc -Xs on Solaris.
12711
252b5132
RH
12712Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12713
12714 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12715 stop using it.
12716 * Makefile.in: Nuke all references to glob subdirectory.
12717
12718Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12719
12720 * configure.in: Fix --enable-shared logic in per-host.
12721
12722Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12723
12724 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12725
12726Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12727
12728 * configure.in (noconfigdirs): Don't build gas on AIX, for
12729 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12730
12731Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12732
12733 * configure: Fix --cache-file to work if the file argument is a
12734 relative path.
12735
12736Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12737
12738 * configure: If the --cache-file is used, pass it down to
12739 configure in subdirectories.
12740
12741Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12742
12743 * config.sub: add vxworks29k configuration.
12744
12745Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12746
12747 * Makefile.in (taz): Do "diststuff" part quietly.
12748
12749Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12750
12751 * config.sub: Mini-merge with gcc/config.sub.
12752
12753Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12754
12755 * config.guess (IRIX): Sed - to _.
12756
12757Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12758
12759 * Makefile.in (source-vault, binary-vault): New targets.
12760
12761Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12762
12763 * config.sub: Recognize -eabi as a basic system type.
12764
12765Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12766
12767 * configure.in (enable_shared stuff): Fix typo.
12768
12769Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12770
12771 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12772
12773Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12774
12775 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12776
12777Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12778
12779 * configure.in (rs6000-*-*): Don't build gas.
12780
12781Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12782
12783 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12784 reduce command line length.
12785 (AS_FOR_TARGET): Check for as.new, not Makefile.
12786 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12787
12788Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12789
12790 * config.guess: Merge from FSF.
12791
12792Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12793
12794 * configure: Don't use $ when handling program_suffix.
12795
12796Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12797
12798 * configure.in: Configure tk for hppa/hpux.
12799
12800Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12801
12802 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12803
12804Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12805
12806 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12807 to LIBCXXFLAGS. Tests are better run without it.
12808
12809Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12810
12811 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12812
12813Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12814
12815 * configure.in (*-*-netware*): Don't configure xiberty.
12816
12817Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12818
12819 * configure.in: Remove tk from native_only list.
12820
12821Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12822
12823 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12824 for special NCD build.
12825
12826Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12827
12828 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12829 makeall.bat, they're only useful for binutils snapshots.
12830 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12831 makeall.bat to specified SUPPORT_FILES.
12832
12833Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12834
12835 * build-all.mk: Add Ericsson targets to sun4 and solaris
12836 hosts. Add BNR's sun4 target to solaris host, so their
12837 build-from-source will be tested in-house first.
12838
12839Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12840
12841 * Makefile.in (LIBCFLAGS): New variable.
12842 (CFLAGS_FOR_TARGET): Ditto.
12843 (LIBCFLAGS_FOR_TARGET): Ditto.
12844 (LIBCXXFLAGS): Ditto.
12845 (CXXFLAGS_FOR_TARGET): Ditto.
12846 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12847 (BASE_FLAGS_TO_PASS): Pass them.
12848 (EXTRA_TARGET_FLAGS): Ditto.
12849
4bddf3ad 12850 * configure.in: Support --enable-shared.
252b5132
RH
12851
12852Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12853
12854 * configure.in (target_libs): Include libstdc++ again.
12855 * config.guess: Update from FSF (for FreeBSD).
12856
12857Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12858
12859 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12860 makeall.bat.
12861 (DISTDOCDIRS): Add `etc'.
12862 (ETC_SUPPORT_PFX): New variable.
12863 (taz): Include anything from etc starting with a word in
12864 ETC_SUPPORT_PFX.
12865
12866Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12867
12868 * config.sub: Update for recent FSF changes. Remove obsolete
12869 h8300hds entry. Add -windows* and -osx as basic os. Minor
12870 spacing changes.
12871
12872Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12873
12874 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12875
12876 * config.guess: Merge with FSF.
12877 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12878
12879Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12880
12881 * configure: Since the "trap 0" handler will override the exit
12882 status on many systems, only use it for "exit 1", and make it set
12883 a non-zero exit status; reset it before "exit 0". Also, check
12884 exit status of config.sub, and error out if it failed.
12885
12886Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12887
12888 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12889 and install libgloss.
12890
12891Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12892
12893 * Makefile.in (all-binutils): Depend upon all-byacc.
12894
12895 * configure.in: Don't build emacs on Irix 5.
12896
12897Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12898
12899 * configure.in (*-*-netware*): Add libio.
12900
12901Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12902
12903 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12904 (CHECK_TARGET_MODULES): Ditto.
12905 (INSTALL_TARGET_MODULES): Ditto.
12906 (TARGET_LIBS): Ditto.
12907 (all-libstdc++): Note dependencies.
12908
12909Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12910
12911 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12912
12913Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12914
12915 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12916 -fexternal-templates.
12917
12918 * configure.in (target_libs): Add libstdc++.
12919 (noconfigdirs): Add libstdc++ as appropriate.
12920
12921Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12922
12923 * config.guess: Update from FSF.
12924
12925Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12926
12927 * configure: Use ${config_shell} when running ${configsub}.
12928
12929Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12930
12931 * config.sub: No longer recognize h8300h.
12932
12933Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12934
12935 * config.sub: Remove extraneous differences between config.sub and
12936 gcc/config.sub.
12937
12938Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12939
12940 * Makefile.in (DISTSTUFFDIRS): Add gas.
12941
12942Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12943
12944 * COPYING.NEWLIB: New file.
12945
12946Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12947
12948 * config.guess (HP-UX): Patch from Harlan Stenn
12949 <harlan@landmark.com> to also emit release level.
12950
12951Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12952
12953 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12954
12955Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12956
12957 * config.sub: Merge nextstep cleanup from FSF.
12958
12959Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12960
12961 * configure.in (arm-*-*): Don't configure ld for this target.
12962
12963Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12964
12965 * configure.in (*-*-netware): don't configure libg++, libio,
12966 librx, or newlib.
12967
12968Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12969
12970 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12971 configure ld--it works, but it doesn't support shared libraries.
12972
12973Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12974
12975 * config.guess (*-unknown-freebsd*): Get rid of possible
12976 trailing "(Release)" in version string.
12977 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12978
12979Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12980
12981 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12982 Fix type: *-next-neststep -> *-next-nextstep.
12983
12984 * config.guess: Merge from FSF:
12985
12986 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12987
12988 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12989
12990 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12991
12992 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12993 instead of UNIX_SV for UnixWare 1.0).
12994
12995Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12996
12997 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12998 to make gdb/nlm/* build after the compiler and linker.
12999
13000Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13001
13002 * config.guess (netbsd, freebsd, linux): Accept any machine,
13003 not just i[34]86.
13004 (m68k-atari-sysv4): Relocate to match FSF version.
13005
13006 * config.guess: More merges from the FSF:
13007
13008 Add a space before function call or macro invocation.
13009
13010 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13011
13012 * config.guess: Add trap cmd to remove dummy.c and dummy when
13013 interrupted.
13014
13015 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13016
13017 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13018 (dummy): Redirect stderr from compilation of dummy.c.
13019
13020 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13021
13022 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13023
13024Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13025
13026 * configure: Accept and ignore --cache*, for compatibility with
13027 new autoconf.
13028
13029Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13030
13031 * config.guess: Merge from FSF:
13032
13033 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13034
13035 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13036 (PATH): Add /.attbin at end for finding uname.
13037 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13038
13039 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13040
80413487 13041 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13042
13043 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13044
80413487
RH
13045 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13046 to select whether to use ELF or COFF.
252b5132
RH
13047
13048 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13049
80413487 13050 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13051
13052 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13053
13054 * config.guess: Guess the OS version for HPUX.
13055
13056 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13057
13058 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13059
13060Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13061
13062 * configure.in: Recognize --with-headers, --with-libs, and
13063 --without-newlib.
13064 * Makefile.in (all-xiberty): Depend upon all-ld.
13065
13066Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13067
13068 * configure.in: Change i[34]86 to i[345]86.
13069
13070Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13071
13072 * configure (version): A few more tweaks to help message.
13073
13074Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13075
13076 * Makefile.in: Remove (for now) librx as a host library,
13077 now that we're building it for target.
13078
13079Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13080
13081 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13082 (Karl Berry).
13083
13084Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13085
13086 * configure.in: Also configure librx.
13087
13088Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13089
13090 * Makefile.in: Update various rules to reflect that librx
13091 is now needed for libg++.
13092
13093Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13094
13095 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13096
13097Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13098
13099 * configure.in: Configure the examples directory.
13100
13101Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13102
13103 * configure: Simplify Jun 2 1994 change.
13104
13105Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13106
13107 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13108 /bin/gcc isn't good enough to build gcc.
13109
13110Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13111
13112 * Makefile.in (GDB_SUPPORT_FILES): Remove
13113 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13114 (gdb.tar.gz): Add new rule to use standard distribution building
13115 mechanism.
13116
13117Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13118
13119 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13120 Bill Cox <bill@cygnus.com>.
13121
13122Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13123
13124 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13125
13126Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13127
13128 * configure: Search current dir first in .gdbinit.
13129
13130Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13131
13132 * config.sub: Recognize freebsd (merged from gcc config.sub).
13133
13134Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13135
13136 * config.sub: Refer to NeXT's operating system as nextstep.
13137
13138 * config.sub (case $basic_machine): Re-order the cases, to match
13139 the order in the FSF version (which is mostly alphabethical).
13140 Merge in some additions and changes from the FSF.
13141
13142Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13143
13144 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13145 * config.sub: Recognize cxux7.
13146 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13147
13148Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13149
13150 * config.sub: Fix typo powerpc -> powerpc-*.
13151
13152Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13153
13154 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13155
13156 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13157 parallel with all-emacs and install-emacs). Top-level command
13158 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13159
13160Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13161
13162 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13163 $(relbindir)/make before doing ``make install'', and use
13164 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13165 installing over running make binary.
13166 ($(host)-stamp-stage3-installed): Likewise.
13167
13168Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13169
13170 * config.guess: Recognize Mach.
13171
13172Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13173
13174 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13175 see whether --exec-prefix was used.
13176
13177Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13178
13179 * README: Explicitly mention libg++/README. (Zoo's idea.)
13180
13181Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13182
13183 * Makefile.in: Add all-librx target similar to all-libproc.
13184
13185Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13186
13187 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13188 with post 1.2 uname bogosity.
13189
13190Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13191
13192 * configure: Remove temporary files on receipt of a signal.
13193
13194Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13195
13196 * configure: If there is a package_makefile_frag, remove
13197 ${subdir}/Makefile.tem after copying it in.
13198
13199Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13200
13201 * build_all.mk: support rs6000 lynx identifies itself as
13202 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13203 since /bin/gcc is too feeble to compile a modern gcc.
13204
13205Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13206
13207 * brought devo/test-build.mk update-to-date with progressive/
13208 test-build.mk. Add lynx targets and hppa flag info.
13209
13210Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13211
13212 * configure.in: Use mh-ncrsvr43. Patch from
13213 Tom McConnell <tmcconne@sedona.intel.com>.
13214
13215Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13216
13217 * config.guess (i386-unknown-bsdi): No longer need to
13218 check #if defined(__bsdi__) && defined(__i386__).
13219
13220Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13221
13222 * configure: Set program_transform_nameoption correctly.
13223
13224Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13225
13226 * brought build-all.mk update-to-date with progressive build-all.mk,
13227 added new targets and hppa info.
35590697 13228
252b5132
RH
13229Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13230
13231 * configure: If config.guess result is a prefix of the user
13232 specified target, assume a native build and use the user specified
13233 target as the host alias. Remove SunOS patch suffix removal hack.
13234 * configure.in: Remove SunOS patch suffix removal hack.
13235
13236 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13237 in NATIVE_CHECK_MODULES.
13238
13239Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13240
13241 * Makefile.in: Rename HOST_ONLY to NATIVE.
13242 * configure: Delete SunOs patch suffix from host_canonical
13243 and build_canonical variables that are prepended to Makefiles.
13244 * configure.in: Add comments for easier maintenance.
13245
13246Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13247
13248 * Makefile.in: Add all-libproc target similar to all-gui.
13249
13250Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13251
13252 * Makefile.in (CHECK_MODULES): split into
13253 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13254
13255Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13256
13257 * config.guess (i386-unknown-bsdi): New system to guess.
13258
13259Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13260
13261 * Makefile.in: Add all-gui target (but not yet build by "all").
13262
13263Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13264
13265 * config.sub: Move deletion of patch suffix from here...
13266 * configure.in: To here, at Ian's suggestion. The top-
13267 level scripts might need to know of a patch level.
13268
13269Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13270
13271 * config.sub: Strip off patch suffix so rtl is recognized
13272 as a sunos4.1.3 machine, even though it's been patched.
13273
13274Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13275
13276 * Makefile.in (INSTALL_LAST): Delete.
13277 (INSTALL_DOSREL): New.
13278
13279Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13280
13281 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13282 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13283 whether we pass down --with-gnu-ld anyhow.
13284
13285Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13286
13287 * Makefile.in (INSTALL_LAST): Change operation so it works
13288 on more flavors of make.
13289 * configure.in (go32): Don't build libg++ or libio.
13290
13291Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13292
13293 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13294 they can be overriden by templates.
13295
13296Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13297
13298 * configure.in (target==go32): Don't build gdb.
13299 * dosrel: New directory.
13300
13301Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13302
13303 * configure.in (host==go32): Configure dosrel too.
13304 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13305 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13306 be set by incoming names or templates.
13307 (INSTALL_LAST): New rule.
252b5132
RH
13308
13309Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13310
13311 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13312
13313Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13314
252b5132
RH
13315 * configure.in (appdirs): New variable. Currently empty, but will
13316 be used in gas distribution. If nonempty, lists a set of
13317 directories at least one of which must get configured, or top
13318 level configuration is considered to have failed.
13319 (rs6000-*-lynxos*): Use new file name.
13320
13321Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13322
13323 Eliminate XTRAFLAGS.
13324 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13325 newlib include files using -idirafter, and also use -nostdinc.
13326 (CXX_FOR_TARGET): Likewise.
13327 (XTRAFLAGS): Removed.
13328 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13329 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13330 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13331 ($(DO_X)): Don't pass down XTRAFLAGS.
13332
13333Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13334
13335 * configure.in (mips*-dec-bsd*): New target; do build linker.
13336 (mips*-*-bsd*): New target; don't build linker.
13337
13338Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13339
13340 * configure.in: support rs6000-*-lynxos* configuration.
13341 support sunos4 as a cross target.
13342
13343 * config.sub: look for lynx*, not lynx since the OS version may
13344 legitimately be part of the name.
13345
13346Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13347
13348 * configure.in (i[34]86-*-sco*): Move to be with other i386
13349 targets.
13350 (romp-*-*): New target. Skip various binary utilities.
13351 (vax-*-*): New target. Don't build newlib.
13352 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13353
13354Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13355
13356 * configure.in: Only set host_makefile_frag if config
13357 directory exists.
13358
13359Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13360
13361 * install.sh: If $dstdir exists, don't check whether each
13362 component does.
13363
13364Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13365
13366 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13367
13368Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13369
35590697
AJ
13370 * configure.in (*-*-lynxos*): Don't configure newlib for either
13371 native or cross Lynx.
252b5132
RH
13372
13373Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13374
13375 * config.sub (sparc64-elf): Fix os.
13376 (z8k): Remove duplicate.
13377
13378Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13379
13380 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13381 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13382
13383Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13384
13385 * configure: Make file links cleanly even if Lynx fails on
80413487 13386 an NFS symlink (at least fail cleanly).
252b5132
RH
13387
13388Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13389
13390 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13391 -XNh2000.
13392
13393Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13394
13395 * configure: Unknown options are fatal again.
13396
13397Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13398
13399 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 13400 compatibility.
252b5132
RH
13401
13402Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13403
13404 * build-all.mk: Add `clean' target.
13405
13406Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13407
13408 * config.guess: Add SINIX support.
13409 * configure.in: Add mips-*-sysv4* support.
13410
13411Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13412
13413 * build-all.mk: Document all useful targets.
13414 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13415 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13416
13417Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13418
13419 * configure: Support --silent, --quiet.
13420
13421Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13422
13423 * configure: Support --disable-FEATURE.
13424
13425Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13426
13427 * config.guess: Recognize NCR running SVR4.3.
13428
13429Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13430
13431 * config.guess: Make BSDI generate i386-unknown-bsd386.
13432 Patch from Paul Eggert <eggert@twinsun.com>.
13433
13434Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13435
13436 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13437
13438Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13439
13440 * configure: Make unrecognized options give nonfatal warnings
13441 instead of fatal errors, and pass them to any subdirectory
13442 configures in case they recognize them.
13443 Make --x equivalent to --with-x.
13444
13445Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13446
13447 * configure: Add --enable-* options. Clean up usage message and
13448 some comments.
13449
13450Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13451
13452 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13453
13454Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13455
13456 * configure.in (hppa*-*-*): Enable binutils.
13457
13458Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13459
13460 * config.sub: Recognize cisco.
13461
13462Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13463
13464 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13465
13466Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13467
13468 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13469 than one configuration name. Add comment.
13470
13471Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13472
13473 * config.guess: about target *-hitachi-hiuxwe2, fixed
13474 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13475 macro is incorrect.]
13476
13477Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13478
13479 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13480 than the "make ls" stuff which used to be here.
13481
13482Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13483
13484 * config.guess: Recognize i[34]86-unknown-freebsd.
13485 From Shawn M Carey <smcarey@rodan.syr.edu>.
13486
13487Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13488
13489 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13490
13491Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13492
13493 * config.guess: Check for ptx.
13494
13495Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13496
13497 * config.sub: Add os9k checking.
13498
13499Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13500
13501 * config.guess: Handle OSF1 running on HPPA processors
13502
13503Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13504
13505 * configure: If subdir configure fails, print out a message with
13506 subdirectory name, in case subdir's configure code didn't identify
13507 itself.
13508
13509Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13510
13511 * configure.in: Remove embedded newlines from configdirs.
13512 Avoid mismatches of substrings. Fix matching strings at end
13513 of configdirs.
13514
13515Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13516
13517 * config.guess: Add Lynx/rs6000 config support.
13518
13519Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13520
13521 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13522
13523Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13524
13525 * configure.in (hppa*-*-osf*): Treat this just like most other
13526 PA configurations (eg no binutils or ld).
13527 (hppa*-*-*elf*): These configurations have binutils and ld.
13528
13529Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13530
13531 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13532
13533Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13534
13535 * configure.in (rs6000-*-*): Build gas.
13536
13537Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13538
80413487 13539 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
13540
13541Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13542
13543 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13544 for GDB and GDB has been fixed to not need it.
13545
252b5132
RH
13546Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13547
13548 * config.guess: Recognize vax hosts.
13549
13550Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13551
13552 * configure (while loop): Don't use "break 2" inside case
13553 statement -- the case statement isn't an enclosing loop.
13554
13555Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13556
13557 * config.guess: Clean up NeXT support, to allow nextstep
13558 on Intel machines. Make OS be nextstep.
13559
13560Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13561
13562 * config.guess: Add alternate forms for Convex.
13563
13564Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13565
13566 * configure: Completely rewrite option processing. Take
13567 advantage of pattern-matching to avoid invoking test frequently.
13568 Also clean up host and target defaulting logic.
13569
13570Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13571
13572 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13573 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13574 commands (plus user environment) will fit SCO limits.
13575
13576Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13577
13578 * configure.in: Don't issue warnings about directories which are
13579 not being configured if -norecursion is set. Correct test for
13580 --with-gnu-as and --with-gnu-ld to not get confused by substring
13581 matches.
13582
13583 * configure.in: Don't build gas for alpha-dec-osf1*.
13584
13585Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13586
13587 * configure: Back out Per's change of 12/19/1993. It changes the
13588 behavior of configure in unexpected and confusing ways.
13589
13590 Also, use different delim char when calculating
13591 program_transform_name so that the name can contain slashes.
13592
13593Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13594
13595 * configure.in, config.sub: Add support for VSTa micro-kernel.
13596
13597Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13598
13599 * configure.in: Nuke hacks which were used to get a special
13600 version of GAS for HPPA configurations.
13601
13602Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13603
13604 * configure: If only ${target_alias} is given, use that
13605 as the default for ${host_alias}.
13606 * configure: Add missing back-slashes before nested quotes.
13607
13608Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13609
13610 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13611
13612Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13613
13614 * config.guess: Recognize some Tektronix configurations.
13615 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13616
13617Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13618
13619 * config.sub: Match any flavor of SH.
13620
13621Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13622
13623 * configure.in: Don't try to configure newlib for Alpha.
13624
13625Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13626
13627 * configure.in: Don't build ld for Irix 5. Don't build gas,
13628 libg++ or libio for any Alpha target.
13629
13630 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
13631
13632Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13633
13634 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13635 default arguments -- so it tried to compress itself.
13636
13637Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13638
13639 * configure.in (notsupp): ensure that a space is always at the end
13640 of the configdirs list, since the grep checks for an explicit space
13641
13642Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13643
13644 * configure.in (target i386-sysv4.2): don't build ld, since static
13645 versions of many libraries are not available.
13646
13647Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13648
13649 * config.guess: Recognize Apollos (using environment variables).
13650 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13651
13652Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13653
13654 * config.guess: Recognize Sony news mips running newsos.
13655
13656Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13657
13658 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13659 "fi ; else" for bash.
13660
13661Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13662
13663 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13664
13665Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13666
13667 * config.sub: accept unixware as an alias for svr4.2.
13668 Fix some inconsistancies with the gcc version.
13669
13670Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13671
13672 * Makefile.in (DISTDOCDIRS): Add gdb.
13673
13674Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13675
13676 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13677
13678Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13679
13680 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13681 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13682 this now.
13683
13684Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13685
13686 * config.sub: Accept hiux* as an OS name.
13687
13688 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13689 etc/make-stds.texi. The underscore came from gcc, and dje now
13690 agrees that RUNTESTFLAGS is the correct name.
13691
13692Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13693
13694 * install.sh: Remove 'set -e'. It makes any conditionals
13695 in the script useless.
13696
13697 * config.guess: Automatically recognize arm-acorn-riscix
13698 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13699
13700Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13701
13702 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13703
13704Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13705
13706 * Makefile.in (DISTDOCDIRS): New variable.
13707 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 13708 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
13709
13710Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13711
13712 * configure.in (hppa target): check the source directory for the
13713 pagas sub-directory
13714
13715Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13716
13717 * config.sub: Allow -aout* and -elf*.
13718
13719Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13720
13721 * configure.in: Don't build ld on i386-solaris2, same as for
13722 sparc-solaris2.
13723
13724Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13725
13726 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13727
13728Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13729
13730 * configure.in: Configure gdb for alpha.
13731
13732Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13733
13734 * Makefile.in (CXXFLAGS): Add -O.
13735
13736Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13737
13738 * config.guess: added support for DG Aviion
13739
13740Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13741
13742 * configure.in: Produce warning message for subdirectories not
13743 configurable for this host/target combination. Don't try to
13744 configure gdb for vms.
13745
13746Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13747
13748 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13749 appropriate files before making "diststuff".
13750 (DISTBISONFILES): New var: list of files to be edited.
13751 (DISTSTUFFDIRS): Add binutils.
13752
13753Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13754
13755 * config.sub: also handle mipsel and mips64el (for little endian mips)
13756
13757Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13758
13759 * configure.in: Add * to end of all OS names.
13760
13761Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13762
13763 * configure.in: Build newlib for LynxOS native.
13764
13765Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13766
13767 * config.guess: Add support for delta 88k running SVR3.
13768
13769 * configure.in: Add comment about HP compiler vs. emacs.
13770
13771Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13772
13773 * configure.in: don't build ld on solaris2 (not a viable option
13774 due to bugs in getpwnam & getpwuid)
13775
13776Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13777
13778 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13779 config.guess will produce a full version number.
13780
13781Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13782
13783 * configure.in: Build linker and binutils for alpha-dec-osf1.
13784
13785Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13786
13787 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13788 and gdb/testsuite/Makefile.in.
13789
13790Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13791
13792 * configure.in: recognize mips*- instead of mips-
13793
13794Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13795
13796 * config.sub: Accept linux*coff and linux*elf as operating
13797 systems.
13798
13799Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13800
13801 * config.sub: Recognize mips64, and mips3 as an alias for it.
13802
13803Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13804
13805 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13806 gdb knows how to handle OSF/1 shared libraries.
13807
13808Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13809
13810 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13811 * config.guess: Recognize Hitachi's HIUX.
13812 * config.sub: Recognize h3050r* and hppahitachi.
13813 Remove redundant cases for hp9k[23]*.
13814
13815Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13816
13817 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13818 if gas and ld are in the source tree and are in ${configdirs}.
13819 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 13820 --with options (but still pass them down on the command line,
252b5132
RH
13821 if they were explicitly specified).
13822
13823Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13824
13825 * configure: substitute SHELL value in Makefile.in with
13826 ${CONFIG_SHELL}
13827
13828Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13829
13830 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13831 *-*-solaris2* targets.
13832
13833Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13834
13835 * Makefile.in: define M4, and pass it down to sub-makes;
13836 all-autoconf now depends on all-m4
13837
13838Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13839
13840 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13841 presence of {ar,ranlib} instead of a configured directory
13842
13843Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13844
13845 * config.guess: Accept 34?? as well as 33?? for NCR.
13846
13847Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13848
13849 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13850 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13851
13852Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13853
13854 * configure: grab values for $(CC) and $(CXX) from the
13855 environment, so that someone can do "CC=gcc configure; make" and
13856 have it work right (matching the way that autoconf works now)
13857
13858 * configure.in, Makefile.in: add support for gash, the tcl
13859 interface to Galaxy
13860
13861 * config.guess: add NetBSD variants (hp300, x86)
13862
13863Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13864
13865 * install.sh: Support -d option (in the manner of SunOS 4 install,
13866 as it is more deterministic than that of GNU install)
13867 (chmodcmd): Set file to mode 755 by default (should also do default
13868 chgrp and chown, but I don't feel like dealing with that now)
13869
13870Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13871
13872 * config.sub: Remove h8300hhms alias.
13873
13874Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13875
13876 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13877
13878Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13879
13880 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13881 as stmp-fixinc
13882
13883Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13884
13885 * config.sub: recognize m88110-bug-coff.
13886
13887Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13888
13889 * Makefile.in (all-libio): all dependencies on the toolchain used
13890 to build this (gcc, gas, ld, etc)
13891
13892Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13893
13894 * config.guess: Deal with OSF/1 1.3 on alpha.
13895
13896Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13897
13898 * install.sh: add some 'else true' clauses for portability
13899
13900 * configure.in: don't build libio for h8[35]00-*-* targets
13901
13902Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13903
13904 * Makefile.in: Add support for new libio.
13905
13906Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13907
13908 * install.sh: If one command fails, don't try the rest. Don't try
13909 to remove $dsttmp (via trap) unless we have already created it.
13910 If $src doesn't exist, detect it and exit with an error.
13911
13912 * config.guess: Recognize BSD on hp300.
13913
13914Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13915
13916 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13917 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13918
13919Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13920
13921 * Makefile.in (all-send-pr): depends on all-prms
13922
13923Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13924
13925 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13926
13927Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13928
13929 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13930 Added test for mips-mips-riscos5.
13931
13932Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13933
13934 * configure.in: use mh-hp300 for 68k HP hosts
13935
13936Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13937
13938 * configure: add support for CONFIG_SHELL, so that you can use
13939 some alternate shell for evaluating configure scripts
13940
13941Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13942
13943 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13944 in configure script to bug-gdb@prep.ai.mit.edu when building
13945 distribution archive.
13946 * Makefile.in (COMPRESS): Remove def.
13947 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13948 gdb.tar.Z and make-gdb.tar.Z respectively.
13949 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13950 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13951 to convergence with 'taz' target in Makefile.in.
13952
13953Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13954
13955 * install.sh (dsttmp): use trap to ensure that tmp files go
13956 away on error conditions
13957
13958Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13959
13960 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13961
13962Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13963
13964 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13965 its parent is '/' not ''.
13966
13967 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13968
13969Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13970
13971 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13972 that ${newsrcdir}/configure.in does.
13973
13974Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13975
13976 * test-build.mk: support for CONFIG_SHELL
13977
13978Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13979
13980 * config.sub (netware): Add as a basic system type.
13981
13982Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13983
13984 * Makefile.in (Makefile): depend on configure.in. Also drop the
13985 $(srcdir)/ from the dependency on Makefile.in.
13986
13987Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13988
13989 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13990 (h8300hhms is temporary until multi-libraries are implemented).
13991 * configure.in: Handle h8300h too.
13992
13993Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13994
13995 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13996
13997Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13998
13999 * configure: Remove extraneous output when guessing host type.
14000 * config.guess: Remove extraneous output when guessing using C
14001 compiler rather than uname, or when guessing fails.
14002
14003Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14004
14005 * Makefile.in: remove all.cross and install.cross targets
14006
14007 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14008 definitions
14009
14010Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14011
14012 * configure.in (target sh): Build gprof.
14013
14014Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14015
14016 * config.sub: change -solaris to -solaris2
14017
14018Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14019
14020 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14021
14022Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14023
14024 * configure: Correct error message for missing Makefile.in to
14025 print correct directory.
14026
14027Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14028
14029 * install.sh: kludge around 386BSD shell bug
14030
14031Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14032
14033 * config.guess: Recognize NeXT.
14034 * config.guess: Recognize i486-ncr-sysv4.
14035 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14036
14037Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14038
14039 * Makefile.in (MAKEINFOFLAGS): New variable.
14040 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14041 * build-all.mk, test-build.mk: Pass down --no-split as
14042 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14043
14044Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14045
14046 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14047
14048Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14049
14050 * Makefile.in (libg++.tar.z): New rule.
14051 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14052 * Makefile.in (taz): Only do a single chmod.
14053
14054Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14055
14056 * install.sh: don't use dirname anymore (replaced with sed usage)
14057
14058Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14059
14060 * Makefile.in: Change extension for gzip'd files from '.z' to
14061 '.gz' per new FSF standard usage.
14062
14063Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14064
14065 * configure: put quotes around the final value of program_transform_name
14066
14067Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14068
14069 * Makefile.in: new install.sh support; update install-info rules
14070
14071Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14072
14073 * configure.in: Build diff for crosses, but not for go32 host.
14074
14075 * configure.in: Build gprof only for native, and don't build it
14076 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14077
14078Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14079
14080 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14081
14082Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14083
14084 * configure.in (host_tools): Add prms.
14085
14086Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14087
14088 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14089 with $(FLAGS_TO_PASS) on the command line
14090
14091 * config.sub: Recognize lynx and lynxos
14092
14093Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14094
14095 * config.sub: Accept -ecoff*, not just -ecoff.
14096
14097Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14098
14099 * Makefile.in (taz): Use .gz suffix instead of .z.
14100 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14101 names.
14102
14103Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14104
14105 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14106
14107Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14108
14109 * Makefile.in (install-no-fixedincludes): install gcc last, so
14110 that rebuilds that might happen during 'make install' don't get
14111 bogus gcc include files
14112
14113Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14114
14115 Change from Utah for HPPA support:
14116 * config.guess: Recognize hppa1.x-hp-bsd.
14117
14118Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14119
14120 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14121 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14122
14123Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14124
14125 * config.sub: Add support for rom68k and bug boot monitors.
14126
14127Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14128
14129 * Makefile.in: Make all-opcodes depend on all-bfd.
14130
14131Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14132
14133 * config.guess: Added special check for i[34]86-univel-sysv4*.
14134
14135Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14136
14137 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14138 the processor rather than assuming i486.
14139
14140Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14141
14142 * config.guess: Recognize SunOS6 as Solaris3.
14143
14144Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14145
14146 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14147 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14148
14149Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14150
14151 * build-all.mk (all-cross): New target for Canadian Cross.
14152 Added Q2 go32 targets.
14153 * test-build.mk: Configure go32 cross sparclite-aout and
14154 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14155 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14156
14157Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14158
14159 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14160 GO32 hosted toolchains
14161
14162Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14163
14164 * configure: change so "-exec-prefix" gets passed down rather
14165 than "-exec_prefix" so autoconf generated Makefiles get the
14166 exec_prefix set right.
14167
14168Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14169
14170 * config.guess: get the Solaris2 minor version number
14171
14172 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14173
14174Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14175
14176 * config.guess: Recognize some Sequent platforms.
14177
14178Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14179
14180 * Makefile.in: added the vault-install target
14181
14182 * configure.in: actually use the Sun3 makefile fragment that's in
14183 config, also added the release dir to configdirs
14184
14185Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14186
14187 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14188
14189Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14190
14191 * configure.in: remove some program from Alpha targetted toolchains
14192
14193Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14194
14195 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14196 gprof.
14197 (taz): Run "make diststuff" in those directories instead of "make
14198 proto-dir". Look for "VERSION=" only at start of line in subdir
14199 Makefile. Use "gzip -9" for compression.
14200 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14201 (binutils.tar.z): New target.
14202
14203Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14204
14205 * Makefile.in (taz): Include gpl.texinfo.
14206
14207Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14208
14209 * Makefile.in (setup-dirs): Merged into "taz" target.
14210 (taz): Only do `proto-dir' stuff if a directory is actually needed
14211 for this target.
14212
14213Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14214
14215 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14216 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14217 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14218 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14219 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14220
14221Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14222
14223 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14224 config.sub, and move-if-change to gdb testsuite distribution
14225 archive, so the testsuite can be extracted, configured, and
14226 run separately from the gdb distribution. Blow away the Chill
14227 tests that require a Chill compiled executable, since GNU Chill
14228 is not yet publically available.
14229
14230Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14231
14232 * test-build.mk: set environment variables in a single command,
14233 instead of a list of assignments and exports
14234
14235 * config.guess: recognize Alpha/OSF1 systems
14236
14237Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14238
14239 * configure: Change help message to prefer --options rather than
14240 -options.
14241
14242Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14243
14244 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14245 zippy@ecst.csuchico.edu.
14246 * config.guess: Recognize miniframe.
14247
14248Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14249
9eb322aa
MF
14250 * Makefile.in: Use srcroot to find runtest rather than rootme.
14251 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
14252
14253Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14254
14255 * test-build.mk: Extensive additions to support building on a
14256 machine other than the host.
14257
14258Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14259
14260 * configure (tooldir): Fix for i386-aix again.
14261
14262Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14263
14264 * configure, Makefile.in: Change definition of $(tooldir)
14265 to match the FSF.
14266
14267Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14268
14269 * config.guess: Recognize i[34]86/SVR4.
14270
14271Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14272
14273 * Makefile.in (all-gdb): gdb depends on sim.
14274
14275Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14276
14277 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14278 at the same time we make the prototype gdb directory.
14279 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14280 files at the same time as the gdb base release distribution.
14281
14282Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14283
14284 * Makefile.in (check): Use individual check targets rather than
14285 DO_X rule.
14286 (check-gcc): Added.
14287
14288Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14289
14290 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14291 for System V release 3.2.
14292
14293Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14294
14295 * config.sub: Recognize hppaosf.
14296 * configure.in: Do configure ld/binutils/gas for it.
14297
14298Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14299
14300 * configure (tooldir): Alter syntax used to set this, for systems
14301 where "\$" isn't handled right, like i386-aix.
14302
14303Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14304
14305 * configure: Pass program-transform-name, not
14306 program_transform_name, to recursive configures.
14307
14308Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14309
14310 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14311 of gas+ld+binutils.
14312
14313Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14314
14315 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14316
14317Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14318
14319 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14320
252b5132
RH
14321Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14322
14323 * Makefile.in (PRMS): Set back to all-prms.
14324
14325Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14326
14327 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14328 targets, rather than for MIPS hosts.
14329
14330Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14331
14332 * configure.in: add comment for --with-x default values
14333
14334 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14335
14336 * Makefile.in: add check-* targets for each of the directories in
14337 the tree. Add a definition of RUNTEST that will use the one we
14338 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14339
14340Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14341
14342 * configure.in: Removed obsolete references to bfd_target and
14343 target_makefile_frag.
14344
14345 * build-all.mk: Set assorted targets for Q2.
14346 * config.sub: Recognize z8k-sim and h8300-hms.
14347 * test-build.mk: Really don't pass host to configure.
14348 (HOLES): Added uname.
14349
14350Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14351
14352 * configure: Handle an empty program-prefix, program-suffix or
14353 program-transform-name correctly.
14354
14355Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14356
14357 * build-all.mk: -G 8 no longer required for MIPS targets.
14358 * test-build.mk: Don't pass host argument to configure; make it
14359 guess.
14360
14361Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14362
14363 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14364 * Makefile.in (COMPRESS): New macro, like GZIP.
14365
14366Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14367
14368 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14369
14370 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14371 with gas currently defaults to -G 0.
14372
14373Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14374
14375 * Makefile.in (all-flex): flex depends on byacc.
14376
14377 * build-all.mk: If host not specified, use config.guess. Pass TAG
14378 to test-build.mk as RELEASE_TAG.
14379 * test-build.mk (configargs): New variable containing arguments to
14380 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14381 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14382
14383 * config.guess: Use /bin/uname when checking -X argument on SCO,
14384 to avoid invoking GNU uname which doesn't understand -X.
14385
14386 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14387
14388 * configure.in: Build gas for mips-*-*.
14389
14390Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14391
14392 * Makefile.in (all.normal): insert missing backslash.
14393
14394Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14395
4bddf3ad 14396 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
14397
14398 * Makefile.in: Complete overhaul to merge many almost identical
14399 targets.
14400
14401Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14402
14403 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14404 (gdb.tar.Z): Adjusted.
14405
14406 * Makefile.in (setup-dirs, taz): New targets; should be general
14407 enough to adapt for gdb sometime. Build only .z file.
14408 (gas.tar.z): New target.
14409
14410Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14411
14412 * build-all.mk: Use CC=cc -Xs on Solaris.
14413
252b5132
RH
14414Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14415
14416 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14417 for handling BISON for FSF releases.
14418
14419Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14420
14421 * configure: Actually implement the change zoo just documented.
14422
14423Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14424
14425 * configure: when using config.guess, only set target_alias when
14426 it's not already been set (ie, on the command line)
14427
14428Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14429
14430 * Makefile.in: add installcheck target, set PRMS to install-prms
14431
14432Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14433
14434 * configure: add support for package_makefile_fragment, handle the
14435 case where a directory has a configure.in file but no Makefile.in
14436 more gracefully (with an actual understandable error message, even);
14437 add support for --without (and add this to the usage message); also
14438 explicitly add a --host=${host_alias} to the command line when
14439 config.guess is used
14440
14441Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14442
14443 * configure: Must use both --host and --target in recursive calls.
14444
14445Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14446
14447 * Makefile.in: Change deja-gnu to dejagnu.
14448
14449Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14450
14451 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14452
14453Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14454
14455 * configure.in: canonicalize all instances to *-*-solaris2*,
14456 also strip out a number of tools to not build for go32 host
14457
14458Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14459
14460 * config.guess: add GPL.
14461
14462 * Makefile.in, config.guess, config.sub, configure: bump
14463 copyrights to 93.
14464
14465Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14466
14467 * Makefile.in (do-info): Removed obsolete check for existence of
14468 localenv file.
14469
14470 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14471
14472Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14473
14474 * Makefile.in: a couple of 'else true' for decstation,
14475 support for TclX
14476
14477 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14478
14479Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14480
14481 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14482
14483Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14484
14485 * config.guess: Recognize i386-ibm-aix (PS/2).
14486 * configure.in: Use config/mh-aix386 file for it.
14487
14488Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14489
14490 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14491 CC_FOR_TARGET instead.
14492 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14493
14494Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14495
14496 * Makefile.in: Add sim to list of directories sent with gdb
14497
14498Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14499
14500 * configure.in: Put back mips-dec-bsd* case.
14501
14502Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14503
14504 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14505 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14506 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
14507
14508Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14509
14510 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14511
14512 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14513 (install-info): install dir.info only if it exists,
14514 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14515
14516Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14517
14518 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14519 gas for mips-dec-bsd.
14520
14521Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14522
14523 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14524 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14525
14526Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14527
14528 * configure.in: Added "dejagnu" to hosttools list.
14529
14530Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14531
14532 * config.sub, configure.in, config.guess: Add support
14533 for Bosx, an AIX variant from Bull.
14534 Patches from F.Pierresteguy@frcl.bull.fr.
14535
14536Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14537
14538 * devo/dejagnu: Initial creation of devo/dejagnu.
14539 Migrated dejagnu testcases and support files for testing software
14540 tools to reside as subdirectories, currently called "testsuite",
14541 within the directory of the software tool. Migrated all programs,
14542 support libraries, etc. beloging to dejagnu proper from
14543 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14544 with no modifications. The changes to these files which will
14545 allow them to configure, build, and execute properly will be made
14546 in a future update.
14547
14548Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14549
14550 * Makefile.in: Change send_pr to send-pr.
14551 * configure.in: Likewise.
14552 * send_pr: Renamed directory to send-pr.
14553
14554Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14555
14556 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14557
14558Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14559
14560 * README: Update for gdb-4.8 release.
14561 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14562 gdb-xxx.tar.z (gzip'd) file also.
14563
14564Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14565
14566 * Makefile.in: make all-diff depend on all-libiberty
14567
14568Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14569
14570 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14571
14572Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14573
14574 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14575
14576Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14577
14578 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14579 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14580 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14581
14582Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14583
14584 * Makefile.in: makeinfo binary is in a new location
14585
14586Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14587
14588 * config.sub: Accept -ecoff as an OS.
14589
14590 * Makefile.in: Various changes to eliminate a level of make
14591 recursion and reduce the required command line length.
14592 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14593 sub-makes.
14594 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14595 variables holding settings for specific sub-makes.
14596 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14597 in terms of BASE_FLAGS_TO_PASS.
14598 (TARGET_LIBS): New variable listing directories which use
14599 TARGET_FLAGS_TO_PASS.
14600 (subdir_do): Eliminated.
14601 (do-*): New set of targets to replace subdir_do.
14602 (various): All targets which used subdir_do now depend on do-*.
14603 (local-clean): Renamed from do_clean.
14604 (local-distclean): New target, dependency of distclean and
14605 realclean.
14606 (install-info): Don't create directories. Depend on dir.info
14607 rather than calling make recursively.
14608 (install-dir.info): Eliminated.
14609 (install-info-dirs): Create all info directories here.
14610 (dir.info): Depend upon do-install-info.
14611
14612 * test-build.mk (HOLES): Added false.
14613
14614Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14615
14616 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14617
14618Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14619
14620 * Makefile.in (info): remove dependency on all-texinfo. The
14621 problem was really in texinfo/C, not at this level.
14622
14623Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14624
14625 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14626
14627Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14628
14629 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14630 GDB releases.
14631
14632Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14633
14634 * configure: Include srcdir in message about target of link not
14635 being found. Don't convert `-' to `_' in `with' options being
14636 passed to subdirs.
14637
14638Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14639
14640 * configure.in: add uudecode to host_tools
14641
14642 * Makefile.in: added {all,install}-uudecode targets, added them to
14643 the appropriate lists
14644
14645Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14646
14647 * Makefile.in (all-gcc): Added dependency on all-gas.
14648
14649 * configure.in (mips-*-*): Build ld and binutils.
14650
14651Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14652
14653 * configure: check return code from mkdir, print error message and
14654 exit on failure.
14655
14656Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14657
14658 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14659
14660Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14661
14662 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14663
14664Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14665
14666 * config.sub (h8500): Recognize this as a cpu type.
14667
14668Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14669
14670 * configure: source directory missing is no longer a warning
14671
14672 * configure.in: recognize irix[34]* instead of irix[34]
14673
14674 * Makefile.in: define and pass down X11_LIB
14675
252b5132
RH
14676Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14677
14678 * guess-systype: Renamed to ...
14679 * config.guess: ... by popular request.
14680 * configure.in, Makefile.in: Update accordingly.
14681
14682Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14683
14684 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14685 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14686 + Execute ./dummy instead of assuming . is in PATH.
14687
14688Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14689
14690 * guess-systype: New shell script. Attempts to guess the
14691 canonical host name of the executing host.
14692 Only a few hosts are supported so far.
14693 * configure: Call guess-systype if no host is specified.
14694
14695Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14696
14697 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14698 gcc Makefile.
14699
14700
14701Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14702
14703 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14704 (all-gcc, install-gcc, subdir_do): Use it.
14705
14706Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14707
14708 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14709
14710Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14711
14712 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14713 set exclusively by configure, using configure.in .
14714
14715Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14716
14717 * test-build.mk: set $PATH for all builds
14718
14719 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14720
14721Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14722
14723 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14724 the one used in gcc/Makefile.in, so that a null expansion doesn't
14725 override the one needed to build gcc with a native cc.
14726
14727
14728Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14729
14730 * configure: Accept -with arguments.
14731
14732Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14733
14734 * Makefile.in: added h8300sim
14735
14736Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14737
252b5132
RH
14738 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14739 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14740 (all-cygnus, native, build-cygnus): Make
14741 $(canonhost)-stamp-3stage-done, not $(host)....
14742 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14743 i386-sco3.2v4. Added else true to if command.
14744
14745Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14746
14747 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14748
14749Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14750
14751 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14752
14753Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14754
14755 * configure.in: don't remove binutils from Solaris builds
14756
14757Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14758
14759 * Makefile.in: get rid of earlier definitions for *clean,
14760 also handle the recursive info rule better
14761
14762Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14763
14764 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14765 do more-or-less the right thing.
14766
14767Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14768
14769 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14770 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14771
14772Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14773
14774 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14775 $(host_canonical).
14776
14777 * configure.in: split the configdirs list into 4 categories (native
14778 v. cross, library v. tool) and handle the cross-only and native-
14779 only in more reasonable (and correct!) way.
14780
14781Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14782
14783 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14784 configdirs anymore.
14785
14786Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14787
14788 * Makefile.in: extensive cleanup:: removed all of the explicit
14789 clean-* targets, collapsed many wrappers around subdir_do into
14790 one, added additional targets to satisfy standards.texi, deleted
14791 some old targets, some changes for consistency
14792
14793Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14794
14795 * configure.in: handle some programs as cross-only, and others as
14796 native only
14797
14798 * test-build.mk: handle partial holes in a more generic manner
14799
14800 * Makefile.in: m4 depends on libiberty
14801
252b5132
RH
14802Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14803
14804 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14805 time, wdiff, and find to configdirs
14806
14807 * Makefile.in: all, clean, and install rules for the new programs
14808 added to configure.in
14809
14810Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14811
14812 * configure.in: use mh-sun for all *-sun-* hosts
14813
252b5132
RH
14814Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14815
14816 * Makefile.in: define flags for X11 include files and library file
14817 locations, pass them down to the programs that need this info
14818
14819 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14820
252b5132
RH
14821Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14822
14823 * configure.in: start building libg++ for HP-UX targets
14824
14825Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14826
14827 * README: Update references to files moved into etc/.
14828
14829Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14830
14831 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14832 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14833
14834Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14835
14836 * configure: accept dash as well as underscore in long option
14837 names for FSF compatibility.
14838
14839Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14840
14841 * config.sub: added -sco3.2v4 support from FSF.
14842
14843Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14844
14845 * configure.in: expand the section that adds or removes
14846 directories from the list of programs to build, to handle native
14847 vs. cross in addition to host v. native
14848
14849Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14850
14851 * Makefile.in: Replace C++ in macro names with CXX.
14852 This is less likely to break ...
14853
14854Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14855
14856 * test-build.mk: add -w to GNU_MAKE
14857
14858Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14859
14860 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14861 add 'sparc' to list of recognized cpus. This needed to make
14862 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14863 Delete some redundant ose68 variants. Recognize -wrs as an os,
14864 then changes that into $CPU-wrs-vxworks.
14865
14866 * configure.in: remove most references to gdbtest, regularize
14867 target based program removal
14868
14869 * test-build.mk: import from p3 tree (many fixes and changes)
14870
14871Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14872
14873 * Makefile.in: added rules to handle tcl, tk, and expect
14874
14875 * configure.in: handle those directories if they exist
14876
14877Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14878
14879 * config.sub: removed bogus hppabsd and hppahpux names, since
14880 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14881
14882Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14883
14884 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14885 depends upon all-xiberty
14886
14887 * Makefile.in: changes from p3, including:
14888
14889 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14890
14891 * Makefile.in (XTRAFLAGS): include newlib directories if
14892 newlib/Makefile exists, rather than if host != target.
14893
14894 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14895
14896 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14897 from the same source tree and not building a cross-compiler. This
14898 matters for the libg++ configuration if reconfiguring a tree that
14899 has already been installed.
14900
14901 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14902
14903 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14904 pick up the machine and system specific header files.
14905
14906 * Makefile.in: added AS_FOR_TARGET, passed down in
14907 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14908 the C compiler to use to create programs which are run in the
14909 build environment, set it to default to $(CC), and passed it down
14910 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14911
14912 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14913
14914 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14915 We need them for unusual native builds, like systems without
14916 ranlib.
14917
14918 * configure: also define $(host_canonical) and
80413487
RH
14919 $(target_canonical), which are the full, canonical names for the
14920 given host and target
252b5132
RH
14921
14922Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14923
14924 * Makefile.in: Added separate definitions for C++.
14925
14926Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14927
14928 * configure.in (configdirs): Add deja-gnu.
14929
14930Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14931
14932 * README: Update for configure.texi and gdb-4.7 release.
14933
14934Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14935
14936 * Makefile.in: Move "all" target to top of file.
14937 Previously, first target was ".PHONY" which caused BSD4.4 make
14938 to build .PHONY when make was run without arguments.
14939
14940Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14941
14942 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14943 Library-copylefted code in libiberty.
14944
14945Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14946
14947 * config.sub: Replace m68kmote with plain old m68k.
14948
14949Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14950
14951 * Makefile.in: Remove space from blank line, avoid Make complaints.
14952
14953Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14954
14955 * config.sub: Complain if no argument is given. Added support for
14956 386bsd as OS and target alias.
14957
14958Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14959
14960 * Makefile.in (XTRAFLAGS): include newlib directories if
14961 newlib/Makefile exists, rather than if host != target.
14962
14963Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14964
14965 * config.sub: recognize sparclite-wrs-vxworks.
14966
14967 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14968 p3.) Added clean-xiberty to clean.
14969
14970Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14971
14972 * configure.in: use *-*-* instead of nested cases for host and target
14973
14974Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14975
14976 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14977 from the same source tree and not building a cross-compiler. This
14978 matters for the libg++ configuration if reconfiguring a tree that
14979 has already been installed.
14980
14981Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14982
14983 * config.sub (i486v/i486v4): Merge in from FSF version.
14984
14985Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14986
14987 * configure: only set PWD if it is already set.
14988
14989Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14990
14991 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14992 doesn't have unset and all success paths (and most error paths)
14993 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14994 to just ${PWD} to avoid confusion.)
14995
14996Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14997
14998 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14999 even for a native compilation.
15000
15001Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15002
15003 Changes to make the gdb.tar.Z rule work better.
15004
15005 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15006 (DEVO_SUPPORT): Add configure.texi.
15007 (bfd-ilrt.tar.Z): Remove ancient rule.
15008
15009Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15010
15011 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15012 pick up the machine and system specific header files.
15013
15014 * configure.in, config.sub: added new target m68010-adobe-scout,
15015 with alias of adobe68k. Changed configure.in to check for
15016 -scout before -sco* to avoid a false match.
15017
15018 * Makefile.in: added AS_FOR_TARGET, passed down in
15019 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15020 the C compiler to use to create programs which are run in the
15021 build environment, set it to default to $(CC), and passed it down
15022 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15023
15024Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15025
15026 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15027 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15028 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15029 FOR_TARGET variants, to newlib and libg++.
15030
15031Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15032
15033 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15034 first.
15035
15036Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15037
15038 * config.sub: Accept `elf' as an environment.
15039
15040Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15041
15042 * Makefile.in (all-opcodes): cd into the right directory
15043
15044Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15045
15046 * configure: added -program_transform_name option, used as
15047 argument to sed when installing programs.
15048 configure.texi: added documentation for -program_prefix,
15049 -program_suffix and -program_transform_name.
15050
15051Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15052
15053 * config.sub: Accept i486 where i386 ok.
15054
15055Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15056
15057 * config.sub: accept we32k
15058
15059Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15060
35590697 15061 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15062
15063 * Makefile.in: don't create all directories for ``make install'';
15064 let the subdirectories create the ones they need.
15065
15066Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15067
80413487 15068 * COPYING: new file, GPL v2
252b5132
RH
15069
15070Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15071
15072 * Makefile.in: use the new gen-info-dir, which needs a template
15073 argument (which also lives in texinfo)
15074
15075 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15076
252b5132
RH
15077Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15078
15079 * config.sub (ncr3000): Change i386 to i486.
15080
15081Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15082
15083 * Makefile.in: add install-rcs, install-grep to
15084 install-no-fixedincludes, removed install-bison and install-libgcc
15085
15086Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15087
15088 * configure.in: grab the HPUX makefile fragment if on HPUX
15089
15090Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15091
15092 * Makefile.in: eradicate bison spoor (ditto libgcc).
15093 configure.in: recognise m68{k,000}-ericsson-OSE.
15094 es1800 is alias for m68k-ericsson-OSE
15095
15096Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15097
15098 * configure.in: rearrange the parts that remove programs from
15099 configdirs, based now on HOST==TARGET or by canonical triple.
15100
15101Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15102
15103 * test-build.mk: recurse explicitly with -f test-build.mk when
15104 appropriate. predicate stage3 and comparison on the existence
15105 of gcc. That is, if gcc isn't around, we aren't three-staging.
15106 On very clean, also remove ...stamp-co. Build in-place before
15107 doing other builds.
15108
15109Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15110
15111 * Makefile.in, configure.in: add tgas
15112
15113Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15114
15115 * Makefile.in: a number of changes merged in from progressive.
15116
15117 * configure.in: add libm.
15118
15119 * .cvsignore: ignore some stuff that comes from test-build.mk.
15120
252b5132
RH
15121Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15122
15123 * config.sub: Add es1800 (m68k-ericsson-es1800).
15124
15125Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15126
15127 * configure: Add program_suffix (parallel to program_prefix)
15128 * Makefile.in: adjust directory-creating script for losing decstation
15129
15130Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15131
15132 * configure: Minor $subdir-related fixes.
15133
15134Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15135
15136 * configure: fix various problems with propogating
15137 makefile_target_frag in subdirs.
15138 * configure.in: config libgcc if its there
15139
15140Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15141
15142 * config.sub: HPPA merge.
15143
252b5132
RH
15144Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15145
15146 * Makefile.in: Replace all-bison with all-byacc in all
15147 dependency lines for other tools (which now use byacc).
15148
15149Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15150
15151 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15152
252b5132
RH
15153Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15154
15155 * Makefile.in: make gprof rules similar to byacc rules (instead of
15156 vestigal $(unsubdir) that didn't work...)
15157
15158Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15159
15160 * config.sub: Add support for Linux.
15161 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15162 (at least for libg++).
15163
15164Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15165
15166 * configure.texi: fix doc for the -nfp option to configure
15167
15168Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15169
15170 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15171
15172Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15173
15174 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15175 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15176 * configure.in: added solaris* host_makefile_frag hook.
15177
15178Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15179
15180 * config.sub: changed recognition of m68000 so that various
15181 m68k types can be specified via m680[01234]0
15182
15183Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15184
15185 * config.sub (basic_machine): fix sed so that '-foo' isn't
15186 completely substituted out while .+'-foo' loses the '-foo'
15187
15188Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15189
15190 * config.sub ($os): Add -aout.
15191
15192Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15193
15194 * configure: If host_makefile_frag is absolute, don't
15195 prefix ${invsubdir} (relevant to libg++ auto-configure).
15196
15197Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15198
15199 * Makefile.in (tooldir): Define it.
15200 (all-ld): Depend on all-flex.
15201
15202Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15203
15204 * Makefile.in (check): Fix libg++ special case.
15205
15206Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15207
15208 * configure: do not bury `pwd` into config.status, thus do fewer
15209 pwd's.
15210
15211 * configure: print the "Building in" message only when building in
15212 other than "." AND verbose.
15213
15214 * configure: remove -s, rework -v to better accomodate guested
15215 configures.
15216
15217 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15218
15219Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15220
15221 * Makefile.in: macroize flags passed on recursion. remove
15222 fileutils.
15223
15224Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15225
15226 * configure: get makesrcdir right for subdirs deeper than 1.
15227
15228 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15229 install.
15230
15231Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15232
15233 * Makefile.in: don't print subdir_do or recursion lines.
15234
15235Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15236
15237 * standards.texi: added menu item.
15238
15239 * Makefile.in: build and install standards.info.
15240
15241 * standards.texi: new file.
15242
15243Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15244
15245 * configure: test for and move config.status pieces from
15246 ${subdir}/.
15247
15248Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15249
252b5132
RH
15250 * configure: Test for existance of files before trying to mv
15251 them, to avoid numerous non-existance messages.
15252
15253Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15254
15255 * configure: correct final line of config.status.
15256
15257 * configure: patch from eggert. Avoids a protection problem if
15258 the original Makefile.in is read only.
15259
15260 * configure: use move-if-change from gcc to create config.status.
15261 Some makefiles depend on config.status to tell if a directory
15262 has been reconfigured for a different host. This change
15263 prevents those directories from remaking everything in the case
15264 where the reconfig was only intended to rebuild a Makefile.
15265
15266 * configure: test for config.sub with "config.sub sun4" rather
15267 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15268 host alias from a missing config.sub.
15269
15270Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15271
15272 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15273 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15274
15275Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15276
15277 * configure: mkdir ${subdir} as needed.
15278
15279Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15280
15281 * Makefile.in,configure.in: added autoconf.
15282
15283Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15284
15285 * Makefile.in: no longer pass against on recursion.
15286
15287 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15288 definitions are not inherited.
15289
15290 * configure: correct makesrcdir when subdir is .
15291
15292Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15293
15294 * configure: Add support for 'subdirs' variable, which is
15295 like 'configdirs', except that configure doesn't re-invoke
15296 itself for subdirs, it just creates a Makefile for each subdir.
15297 * configure.texi: Document subdirs.
15298
15299Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15300
15301 * configure.in: added flex to configdirs
15302
15303Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15304
15305 * Makefile.in: remove clean-stamps from clean.
15306
15307Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15308
15309 * configure.in: Add gdbtest to configdirs.
15310
15311Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15312
15313 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15314 to recursive makes.
15315 * configure.in: Recognize new ncr3000 config.
15316
15317Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15318
15319 * Makefile.in, configure.in: removed references to gdbm.
15320
15321Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15322
15323 * config.sub: Don't canonicalize os value
15324 newsos* to bsd (readline needs to check for newsos).
15325 (This fix was earlier made Jan 31, but got re-broken.)
15326
15327Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15328
15329 * configure.in: sco is an os, not a vendor!
15330
15331 * configure: Quote $( better. Keep various shells happy.
15332
15333Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15334
15335 * Makefile.in: eliminate stamp-files.
15336
15337Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15338
15339 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15340 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15341
15342Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15343
15344 * config.sub: fix iris/iris3.
15345
15346Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15347
15348 * configure: re-add -rm.
15349
15350Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15351
15352 * Maskefile.in: add .stmp-rcs to all.
15353
15354 * configure.in: remove gas from rs6000 build, use aix host fragment.
15355
15356Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15357
15358 * configure: pass down site_option during recursion.
15359
15360Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15361
15362 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15363
15364Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15365
15366 * configure: Change exec_prefix so that it really defaults to prefix.
15367
15368Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15369
15370 * Makefile.in, configure.in: Add support for mmalloc library.
15371
15372Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15373
15374 * Makefile.in: add stmp dependencies for a few more things.
15375
15376Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15377
15378 * configure: adjusted error message on objdir/srcdir configure
15379 collision, per john's suggestion.
15380
15381 * Makefile.in: add libiberty stmp to all and all.cross.
15382
15383Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15384
15385 * Makefile.in: remove force dependencies, add grep to all.
15386
15387Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15388
15389 * Makefile.in: drop flex. make stamp files work.
15390
15391 * configure: added test for conflicting configuration in srcdir,
15392 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15393 gets cranky. use relative paths for configure and srcdir
15394 whenever possible. Send some error messages to stderr that were
15395 going to stdout.
15396
15397Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15398
15399 * Makefile.in: Fix libg++ rule to check for gcc directory
15400 before using gcc/gcc. Also pass XTRAFLAGS.
15401
15402Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15403
15404 * Makefile.in: added stmp-files so that directories aren't polled
15405 when they are already built.
15406
15407 * configure.texi: fixed a node pointer problem.
15408
15409Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15410
4bddf3ad 15411 * config.sub configure.in gdb/configure.in
252b5132
RH
15412 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15413 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15414 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15415
15416Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15417
15418 * configure: -recurring becomes -silent. corrected help message
15419 for -site= option.
15420
15421 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15422
15423Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15424
15425 * configure: when building Makefile for crosses, replace
15426 tooldir and program_prefix. default srcdir from location of
15427 config.sub. remove "for host in hosts" and "for target in
15428 targets" loops.
15429
15430Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15431
15432 * Makefile.in: Do not pass bindir or mandir to cvs.
15433
15434Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15435
15436 * Makefile.in, configure.in: removed traces of namesubdir,
15437 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15438 copyrights to '92, changed some from Cygnus to FSF.
15439
15440 * configure.texi: remove most references to multiple hosts,
15441 multiple targets, subdirs, etc.
15442
15443 * configure.man: removed rcsid. reference config.sub not
15444 config.subr.
15445
15446 * Makefile.in: mkdir $(infodir) on install-info.
15447
15448Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15449
15450 * configure.texi: Explain better about .gdbinit and about
15451 the environment that configure.in sections run in.
15452
15453Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15454
15455 * configure.in: Ultrix is only a decstation if it's a MIPS.
15456
15457Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15458
15459 * README: DOC.configure => cfg-paper.texi.
15460
15461Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15462
15463 * config.sub (near case $os): Don't convert newsos* to bsd!
15464
15465Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15466
15467 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15468 the number of copies of COPYING that go into the GDB tar file.
15469
15470Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15471
4bddf3ad 15472 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
15473 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15474 Fix SCO configuration stuff.
15475
15476Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15477
15478 * Makefile.in: For libg++, make sure the -I pointing
15479 to the gcc directory goes *after* all the libg++-local -I flags.
15480 Also, move just-gcc dependency from just-libg++ to all-libg++.
15481
15482Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15483
15484 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15485
15486Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15487
15488 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15489
15490Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15491
15492 * config.sub: Add stratus configuration frags. Also
15493 submitted to FSF.
15494
15495Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15496
15497 * Makefile.in (DEV_SUPPORT): add configure.man.
15498
15499 * config.sub(Decode manufacturer-specific): add -none*.
15500
15501Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15502
15503 * Makefile.in: remove form feeds to make Sun's make happy.
15504 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15505
15506Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15507
15508 * Makefile.in (AR_FLAGS): Make quieter.
15509
15510Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15511
15512 * configure.in: Add libg++.
15513 * configure: When verbose, don't output the command line at each
15514 level; it will be unremarkably the same as the previous version,
15515 which will be the same as what the user typed.
15516
15517Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15518
15519 * configure.in, Makefile.in: fix clean-info, add flex. add
15520 fileutils.
15521
15522 * configure: be less sensitive to spaces in Makefile.in. Do not
15523 look for sources in "..". Doing so breaks subdirectories that
15524 might have their own configure. If a subdir has it's own
15525 configure script, use it.
15526
15527Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15528
15529 * cfg-paper.texi: some changes suggested by rms.
15530
15531Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15532
15533 * config.sub: Merge in some small additions from the FSF version,
15534 taken from the gcc distribution, to bring the Cygnus and FSF
15535 versions into closer sync.
15536
15537Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15538
15539 * configure.in: Changed svr4 references to sysv4.
15540
15541Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15542
15543 * configure: added -V for version number option.
15544
15545Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15546
15547 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15548 renamed from DOC.configure to cfg-paper.texi.
15549
15550Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15551
15552 * configure, config.subr, config.sub: config.subr is now
15553 config.sub again.
15554
15555Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15556
15557 * configure.texi: new file, in progress.
15558
15559 * Makefile.in: build info file and install the man page for
15560 configure.
15561
15562 * configure.man: new file, first cut.
15563
15564 * configure: find config.subr again now that configuration "none"
15565 has gone. removed all traces of the -ansi option. removed all
15566 traces of the -languages option.
15567
15568 * config.subr: resync from rms.
15569
d932cae7 155701991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15571
15572 * configure, config.sub, config.subr: merge config.sub into
15573 config.subr, call the result config.subr, remove config.sub, use
15574 config.subr.
15575
15576 * Makefile.in: revised install for dir.info.
15577
d932cae7 155781991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15579
15580 * configure.in: add decstation host makefile frag.
15581
15582 * Makefile.in: BISON now bison -y again. also install-gcc on
15583 install. clean-gdbm on clean. infodir belongs in datadir.
15584 Make directories for info install. Build dir.info here then
15585 install it.
15586
d932cae7 155871991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15588
15589 * Makefile.in: fix for bad directory tests.
15590
d932cae7 155911991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15592
15593 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15594 regexp. -srcdir relative was being handled incorrectly.
15595
15596 * Makefile.in: unwrapped some for loops so that parallel makes
15597 work again and so one can focus one's attention on a particular
15598 package.
15599
d932cae7 156001991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15601
15602 * configure: added PWD as a stand in for `pwd` (for speed). use
15603 elif wherever possible. make -srcdir work without -objdir.
15604 -objdir= commented out.
15605
d932cae7 156061991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15607
15608 * configure: +options become --options. -subdirs commented out.
15609 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15610 Makefile now at top of generated Makefile. Removed cvs log
15611 entries. added -srcdir. create .gdbinit only if there is one
15612 in ${srcdir}.
15613
15614 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15615 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15616 and mandir now keyed off datadir by default.
15617
d932cae7 156181991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15619
15620 * Freshly created ChangeLog.
15621
15622\f
15623Local Variables:
15624mode: change-log
15625left-margin: 8
15626fill-column: 76
15627version-control: never
15628End:
This page took 1.365266 seconds and 4 git commands to generate.