PR ld/20828: Work around RISC-V failures
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
3f66c01b
AM
12016-12-31 Alan Modra <amodra@gmail.com>
2
3 * config.sub: Import from upstream.
4
da17fe9d
AM
52016-12-08 Alan Modra <amodra@gmail.com>
6
7 * configure: Regenerate.
8
d5451cd4
JC
92016-12-02 Josh Conner <joshconner@google.com>
10
11 * configure.ac: Add fuchsia to targets that use ELF.
12 * configure: Regenerated.
13
5ada5c6f
DE
142016-11-07 Doug Evans <dje@google.com>
15
16 * config.sub: Sync with upstream version 2016-11-03.
17 git://git.sv.gnu.org/config.git
18 * config.guess: Sync with upstream version 2016-10-02.
19
07619d52
SM
202016-09-27 Simon Marchi <simon.marchi@polymtl.ca>
21
22 * .gitignore: Add archives and make stamps.
23
bedbe19c
YTL
242016-07-20 Yan-Ting Lin <currygt52@gmail.com>
25
26 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
27 * configure: Regenerated.
28
9abdce70
WL
292016-06-28 Walter Lee <walt@tilera.com>
30
31 * configure.ac (tilepro-*-*): Add gdb to noconfigdirs.
32 * configure: Regenerate.
33
0597bdc4
AM
342016-05-28 Alan Modra <amodra@gmail.com>
35
36 * Makefile.tpl (configure): Depend on m4 files included.
37 * Makefile.in: Regenerate.
38
1690f1db
NC
392016-05-27 Nick Clifton <nickc@redhat.com>
40
41 * config.guess (Alpha OSF1): Fix typo introduced during the most
42 recent synchronization update.
43
b43b8535
NC
442016-05-23 Nick Clifton <nickc@redhat.com>
45
46 * Import these patches from the gcc mainline:
47
48 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
49
50 * config.guess: Import version 2016-04-02 (newest).
51 * config.sub: Import version 2016-05-10 (newest).
52
bb7dc663
NC
532016-04-19 Nick Clifton <nickc@redhat.com>
54
55 * Import this patch from the GCC mainline:
56
57 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
58
59 PR bootstrap/70173
60 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
61 and gotools directories. Delete the stage_final file.
62 * Makefile.in: Regenerate.
63
ea016470
CC
642016-03-17 Cary Coutant <ccoutant@gmail.com>
65
66 * configure.ac: Add mips and s390 to the gold target check.
67 * configure: Regenerate.
68
52cf9762
NC
692016-02-10 Nick Clifton <nickc@redhat.com>
70
71 Import these patches from the GCC mainline:
72
73 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
74
75 * configure.ac: Enable LTO for DJGPP
76 * configure: Regenerate
77
78 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
79
80 PR bootstrap/69329
81 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
82 * Makefile.in: Regenerate.
83
84 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
85 Sebastian Pop <s.pop@samsung.com>
86
87 * Makefile.in: Regenerate.
88 * Makefile.tpl: Export ISLVER.
89 * configure: Regenerate.
90 * config/isl.m4: Detect isl-0.15.
91
92 2016-01-29 Sebastian Pop <s.pop@samsung.com>
93
94 * config/isl.m4: Add comments about isl-0.16.
95 * configure: Regenerate.
96
1985dc2d
L
972016-01-12 H.J. Lu <hongjiu.lu@intel.com>
98
99 Sync with GCC
100 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
101
102 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
103 symbols.
104
105 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
ce5e165e
L
106
107 PR bootstrap/69134
108 * Makefile.def (mpfr): Disable assembler.
109 * Makefile.in: Regenerate.
110
4849dfd8
NC
1112016-01-11 Nick Clifton <nickc@redhat.com>
112
113 Import the following changes from the GCC mainline:
114
115 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
116
117 * configure.ac: Enable libmpx by default.
118 * configure: Regenerated.
119
120 2015-11-19 Martin Liska <mliska@suse.cz>
121
122 * .gitignore: Add .clang-format to ignored files.
123 * Makefile.tpl: Add clang-format.
124 * Makefile.in: Regenerate.
125
126 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
127
128 PR libffi/65726
129 * Makefile.def (lang_env_dependencies): Make libffi depend
130 on cxx.
131 * Makefile.in: Regenerate.
132
133 2015-12-02 Ian Lance Taylor <iant@google.com>
134
135 PR go/66147
136 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
137 * Makefile.in: Regenerate.
138
139 2015-12-17 Nathan Sidwell <nathan@acm.org>
140
141 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
142 * configure: Regenerate.
143
144 2015-12-17 Sebastian Pop <s.pop@samsung.com>
145
146 * Makefile.in: Replace ISL with isl.
147 * Makefile.tpl: Same.
148 * config/isl.m4: Same.
149 * configure.ac: Same.
150 * contrib/download_prerequisites: Same.
151 * configure: Regenerate.
152
153 2016-01-01 Ben Elliston <bje@gnu.org>
154
155 * config.guess: Import version 2016-01-01.
156 * config.sub: Likewise.
157
f075eb5e
TG
1582015-11-20 Tristan Gingold <gingold@adacore.com>
159
160 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
161 * configure: Regenerate.
162
6c3bc0f8
NC
1632015-10-21 Nick Clifton <nickc@redhat.com>
164
165 PR gas/19109
166 * configure.ac: Note the 'none' is an acceptable argument to
167 --enable-compressed-debug-sections.
168 * configure: Regenerate.
169
edeefb67
L
1702015-10-20 H.J. Lu <hongjiu.lu@intel.com>
171
172 PR gas/19109
173 * configure.ac: Add
174 --enable-compressed-debug-sections={all,gas,gold,ld}.
175 * configure: Regenerated.
176
68996839
NC
1772015-09-30 Nick Clifton <nickc@redhat.com>
178
179 Import the following patches from the GCC mainline:
180
181 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
182
183 PR libfortran/54572
184 * Makefile.def: Make libgfortran depend on libbacktrace.
185 * Makefile.in: Regenerate.
186
187 2015-08-12 Tom de Vries <tom@codesourcery.com>
188
189 PR other/67092
190 PR other/67098
191 * configure.ac: Remove --with_host_libstdcxx support.
192 * configure: Regenerate.
193
194 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
195 Jakub Jelinek <jakub@redhat.com>
196
197 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
198 nvptx*-*-*.
199 * configure: Regenerate.
200
5960642a
L
2012015-08-07 H.J. Lu <hongjiu.lu@intel.com>
202
203 Sync with GCC
204 2015-07-28 Ben Elliston <bje@gnu.org>
205
206 * config.sub, config.guess: Import from upstream.
207
016a3251
DD
2082015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
209
210 * Makefile.def (libiconv): Define bootstrap=true.
211 Mark pdf/html/info as missing.
212 (configure-gcc): Depend on all-libiconv.
213 (all-gcc): Ditto.
214 (configure-libcpp): Ditto.
215 (all-libcpp): Ditto.
216 (configure-intl): Ditto.
217 (all-intl): Ditto.
218 * Makefile.in: Regenerate.
219
136bb21f
L
2202015-07-27 H.J. Lu <hongjiu.lu@intel.com>
221
222 Sync with GCC
223 2015-07-24 Michael Darling <darlingm@gmail.com>
224
225 PR other/66259
226 * config-ml.in: Reflects renaming of configure.in to configure.ac
227 * configure: Likewise
228 * configure.ac: Likewise
229
22121df0
L
2302015-07-14 H.J. Lu <hongjiu.lu@intel.com>
231
232 * Makefile.in: Regenerated.
233
234 Sync with GCC
235 2015-05-21 Jason Merrill <jason@redhat.com>
236
237 * Makefile.tpl: Update comments.
238
239 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
240
241 * Makefile.tpl: Remove surplus whitespace throughout.
242
243 2015-03-25 Martin Liska <mliska@suse.cz>
244 Yury Gribov <y.gribov@samsung.com>
245
246 * Makefile.tpl: Fix ln source location for vimrc file.
247
969b1713
L
2482015-07-14 H.J. Lu <hongjiu.lu@intel.com>
249
250 Sync with GCC
251 2015-05-16 James Bowman <james.bowman@ftdichip.com>
252
253 * configure.ac: FT32 target added.
254 * configure: Regenerate.
255
ce6c656d
L
2562015-07-14 H.J. Lu <hongjiu.lu@intel.com>
257
258 Sync with GCC
259 2015-06-02 Jason Merrill <jason@redhat.com>
260
261 PR bootstrap/66319
262 * configure.ac: Use -std=gnu++98.
263
264 2015-05-28 Mike Frysinger <vapier@gentoo.org>
265
266 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
267 * configure: Regenerate.
268
269 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
270
271 * configure.ac: Fix typo.
272 * configure: Regenerate.
273
274 2015-05-03 Matthias Klose <doko@ubuntu.com>
275
276 * configure.ac: Match $host configured with triplets.
277 * configure: Regenerate.
278
279 2015-04-17 Jakub Jelinek <jakub@redhat.com>
280
281 PR bootstrap/62077
282 * configure.ac (--enable-stage1-checking): Default to
283 release,misc,gimple,rtlflag,tree,types if --disable-checking
284 or --enable-checking is not specified and DEV-PHASE is not
285 experimental.
286 * configure: Regenerated.
287
288 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
289
290 Install back PR target/47230 fix (Revert the revert).
291
16beab3d
L
2922015-06-30 H.J. Lu <hongjiu.lu@intel.com>
293
294 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
295 target.
296 * configure: Regenerate.
297
5569a85f
JDA
2982015-05-13 John David Anglin <dave.anglin@bell.net>
299
300 * configure.ac: Disable configuration of GDB for HPUX targets.
301 * configure: Regenerate.
302
e81d5d05
L
3032015-05-01 H.J. Lu <hongjiu.lu@intel.com>
304
305 PR ld/18355
306 * Makefile.def: Add extra_configure_flags to host zlib.
307 * configure.ac (extra_host_zlib_configure_flags): New. Set
308 to --enable-host-shared When bfd is to be built as shared
309 library. AC_SUBST.
310 * Makefile.in: Regenerated.
311
ec5b9462
HPN
3122015-04-15 Mike Frysinger <vapier@gentoo.org>
313 Hans-Peter Nilsson <hp@axis.com>
314
315 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 316 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
317 use that in the getver call instead of $tool.
318 (sim_release): Pass gdb as fifth parameter to tar_compress.
319 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
320
f91ca6bc
IB
3212015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
322
323 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
324 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
325 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
326 * Makefile.in: Regenerate.
327
cf39cfc5
L
3282015-04-01 H.J. Lu <hongjiu.lu@intel.com>
329
330 * configure.ac: Add --with-system-zlib.
331 * configure: Regenerated.
332
6ac1079e
L
3332015-03-31 H.J. Lu <hongjiu.lu@intel.com>
334
335 * src-release.sh: Don't configure with --with-target-subdir=.
336 --disable-multilib.
337
890ba06f
L
3382015-03-31 H.J. Lu <hongjiu.lu@intel.com>
339
340 * src-release.sh (DEVO_SUPPORT): Replace src-release with
341 src-release.sh.
342
5675acd9
ES
3432015-03-30 Ed Schouten <ed@nuxi.nl>
344
345 * config.sub: Update from upstream, to 2015-03-04 version.
346 * config.guess: Likewise.
347
d2d67aea
L
3482015-03-30 H.J. Lu <hongjiu.lu@intel.com>
349
350 * Makefile.def (dependencies): Add all-zlib to all-bfd.
351 * Makefile.in: Regenerated.
352
92c695a1
L
3532015-03-28 H.J. Lu <hongjiu.lu@intel.com>
354
355 * src-release.sh (do_proto_toplev): Configure with --target
356 --with-target-subdir and --disable-multilib.
357 (BINUTILS_SUPPORT_DIRS): Add zlib.
358 (GAS_SUPPORT_DIRS): Likewise.
359 (GDB_SUPPORT_DIRS): Likewise.
360 (SIM_SUPPORT_DIRS): Likewise.
361
091021fa
L
3622015-03-17 H.J. Lu <hongjiu.lu@intel.com>
363
364 * configure.ac (target_configdirs): Exclude target-zlib if
365 target-libjava isn't built.
366 * configure: Regenerated.
367
5df8a8fc
L
3682015-03-17 H.J. Lu <hongjiu.lu@intel.com>
369
370 Sync with GCC
371 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
372
373 * config-ml.in: Robustify ac_configure_args parsing.
374
1b6c0831
L
3752015-03-16 H.J. Lu <hongjiu.lu@intel.com>
376
377 * Makefile.def: Updated from GCC trunk.
378 * Makefile.tpl: Likewise.
379 * configure.ac: Likewise.
380 * Makefile.in: Regenerated.
381 * configure: Likewise.
382
3f8107ab
AM
3832015-01-28 James Bowman <james.bowman@ftdichip.com>
384
385 * configure.ac: Add FT32 support.
386 * configure: Regenerate.
387
10b8fe5e
AG
3882015-01-12 Anthony Green <green@moxielogic.com>
389
390 * configure.ac: Don't disable gprof for moxie.
391 * configure: Rebuild.
392
6b91c541
AP
3932015-01-03 Andrew Pinski <apinski@cavium.com>
394
395 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
396 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
397 (BASE_TARGET_EXPORTS): Add OBJCOPY.
398 (OBJCOPY_FOR_TARGET): New variable.
399 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
400 * Makefile.in: Regenerate.
401 * configure.ac: Check for already installed target objcopy.
402 Also GCC_TARGET_TOOL on objcopy.
403 * configure: Regenerate.
404
6ba37ab4
HPN
4052015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
406
407 * config.sub: Update from upstream, to 2015-01-01 version.
408 * config.guess: Ditto.
409
bb5f7690
EB
4102014-12-06 Eric Botcazou <ebotcazou@adacore.com>
411
412 * config.sub: Update from upstream config repo.
413
6e733cce
L
4142014-11-24 H.J. Lu <hongjiu.lu@intel.com>
415
416 * libtool.m4: Updated from GCC trunk.
417
8969c424
JBG
4182014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
419
420 * config.guess: Update from upstream config repo.
421 * config.sub: Ditto.
422
37e77caf
JBG
4232014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
424
425 * move-if-change: Update from upstream gnulib.
426
e3046511
JBG
4272014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
428
429 * compile: Sync with upstream Automake.
430 * depcomp: Ditto.
431 * install-sh: Ditto.
432 * missing: Ditto.
433 * mkinstalldirs: Ditto.
434 * ylwrap: Ditto.
435
3e615393
TG
4362014-10-15 Tristan Gingold <gingold@adacore.com>
437
438 * src-release.sh (do_proto_toplev): Configure with --target.
439
6d26190c
JY
4402014-10-03 Jing Yu <jingyu@google.com>
441
442 * configure.ac: Add aarch64 to list of targets that support gold.
443 * configure: Regenerate.
444
a9d58c06
AB
4452014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
446
447 * configure.ac: Add mips*-img-elf* target triple.
448 * configure: Regenerate.
449
b25b5cef
CJW
4502014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
451 * configure: Disable gdb for nds32*-*-* until supported.
452 * configure.ac: Disable gdb for nds32*-*-* until supported.
453
f8797b5a
JB
4542014-09-05 Joel Brobecker <brobecker@adacore.com>
455
456 * configure: Regenerate.
457
2536ee9d
WN
4582014-08-27 Will Newton <will.newton@linaro.org>
459
460 * src-release.sh: New file.
461 * src-release: Remove file.
462
1f995db6
JS
4632014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
464
465 GDB not supported for or1k*-*-rtems*
466 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
467 of the stanzas results in this not being caught by or1k*-*-* later.
468 * configure. Regenerated.
469
a843ea33
SB
4702014-07-25 Samuel Bronson <naesten@gmail.com>
471
472 * .gitattributes: New file for use with git-merge-changelog.
473
cfbc1a6c
JS
4742014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
475
476 Disable gdb for or1k*-*-* until supported
477 * configure.ac (or1k*-*-*): Disable gdb.
478 * configure: Regenerated.
479
d9e042ac
SL
4802014-05-14 Sandra Loosemore <sandra@codesourcery.com>
481
482 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
483 * configure: Regenerated.
484
201f096f 4852014-03-26 Jakub Jelinek <jakub@redhat.com>
486
487 PR sanitizer/56781
488 * Makefile.def: Set bootstrap=true; for host fixincludes.
489 * configure.ac: Don't bootstrap host fixincludes unless
490 --with-build-config=bootstrap-{a,ub}san.
491 * Makefile.in: Regenerated.
492 * configure: Regenerated.
493
730af8ee 4942014-03-21 Jakub Jelinek <jakub@redhat.com>
495
496 * configure.ac: Move BUILD_CONFIG set up earlier. Add
497 --enable-vtable-verify option parsing. Don't add
498 target-libsanitizer to bootstrap_target_libs unless
499 --with-build-config=bootstrap-asan or
500 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
501 to bootstrap_target_libs unless --enable-vtable-verify.
502 * configure: Regenerated.
503
abca8d87 5042014-03-07 Jakub Jelinek <jakub@redhat.com>
505
506 PR bootstrap/58572
507 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
508 -I for libstdc++-v3 includes if $(LEAN).
509 * Makefile.in: Regenerated.
510
68d122bb 5112014-02-24 Walter Lee <walt@tilera.com>
512
513 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
514 (tilegx-*-*): Change to tilegx*-*-*.
515 * configure: Regenerate.
516
39d1b2ae
RS
5172014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
518
519 * config.sub, config.guess: Import from upstream.
520
50f80006
EB
5212014-04-04 Eric Botcazou <ebotcazou@adacore.com>
522
523 PR bootstrap/60620
72f4393d 524 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
525 * Makefile.in: Regenerate.
526
a6305403
YS
5272014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
528
529 * Makefile.def (dependencies): Make all-ld depend on all-binutils
530 for WINDRES_FOR_TARGET in default-manifest.o rule.
531 * Makefile.in: Regenerate.
532
62a0f723
RO
5332014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
534
535 PR target/59788
536 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
537 *solaris2*.
538
530e8392
KB
5392013-12-19 Keven Boell <keven.boell@intel.com>
540
541 * cp-namespace.c (cp_lookup_nested_symbol): Enable
542 nested lookups for fortran modules.
543 * dwarf2read.c (read_module): Add fortran module to
544 the symbol table.
545 (add_partial_symbol, add_partial_module): Add fortran
546 module to the partial symbol table.
547 (new_symbol_full): Create full symbol for fortran module.
548 * f-exp.y (yylex): Add new module domain to be parsed.
549 * symtab.h: New domain for fortran modules.
550
7f9b20bb
KB
5512013-12-19 Keven Boell <keven.boell@intel.com>
552
553 * f-exp.y (yylex): Add domain array to enable lookup
554 in multiple domains. Loop over lookup domains and try
555 to find requested symbol. Add STRUCT_DOMAIN to lookup
556 domains to be able to query for user defined types.
557
afc0578d 5582013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
559
560 * configure.ac: Add user-friendly check for native x86_64-linux
561 multilibs.
562 * configure: Regenerate.
563
f3f51a69
AM
5642013-11-23 Alan Modra <amodra@gmail.com>
565
566 * config.sub, config.guess: Import from upstream.
567
2440009d 5682013-11-07 Thomas Schwinge <thomas@codesourcery.com>
569
2440009d 570 * Makefile.in: Regenerate.
571
e78e02e6 572 * Makefile.tpl: Fix typo.
573 * Makefile.in: Regenerate partially.
574
9aaf2a7e 5752013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
576
577 * configure.ac: Added libcilkrts to noconfig list when C++ is not
578 supported.
579 * configure: Regenerated.
580
880b18d1 5812013-10-30 Jason Merrill <jason@redhat.com>
582
583 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
584 --disable-build-format-warnings.
585
522e3d71 5862013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
587
f3f51a69 588 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 589 depend on libstdc++ and libgcc.
590 * configure: Regenerate.
591 * configure.ac: Added libcilkrts to target binaries. Also, restrict
592 libcilkrts for POSIX and i*86, and x86_64 architectures.
593 * Makefile.in: Added libcilkrts related fields to support building it.
594
cb49a9e1 5952013-10-26 Jeff Law <law@redhat.com>
596
597 * Makefile.def (target_modules): Remove libmudflap
598 (languages): Remove check-target-libmudflap).
599 * Makefile.in: Rebuilt.
600 * Makefile.tpl (check-target-libmudflap-c++): Remove.
601 * configure.ac (target_libraries): Remove target-libmudflap.
602 Remove checks which disabled libmudflap on some systems.
603 * configure: Rebuilt.
604 * libmudflap: Directory removed.
605
82033c9b
JBG
6062013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
607
608 * configure.ac: Update from GCC.
609 * configure: Regenerate.
610
b50d7605
HPN
6112013-10-15 Hans-Peter Nilsson <hp@axis.com>
612
613 * src-release (do-proto-toplevel): Support subdir-path-prefixed
614 files in SUPPORT_FILES.
615 (SIM_SUPPORT_DIRS): New variable.
616 (sim.tar.bz2): New rule.
617
f4cfb980
JBG
6182013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
619
620 * configure.ac: Update from GCC.
621 * configure: Regenerate.
622
78b1434c
JJ
6232013-10-01 Jeff Johnston <jjohnstn@redhat.com>
624
625 * COPYING.NEWLIB: Update with new copyright.
626
b3fc79f8
JBG
6272013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
628
629 * configure.ac: Update from GCC.
630 * configure: Regenerate.
631
cc9afea3
AM
6322013-09-20 Alan Modra <amodra@gmail.com>
633
634 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
635 ppc host match. Support little-endian powerpc linux hosts.
636
f006cabd
JB
6372013-08-16 Joel Brobecker <brobecker@adacore.com>
638
639 * src-release (VER): When using $(TOOL)/common/create-version.sh,
640 strip the "-cvs" suffix from the version number if present.
641
95e43135
JBG
6422013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
643
644 * configure.ac: Sync with GCC repo.
645 * Makefile.def: Ditto.
646 * configure: Regenerate.
647 * Makefile.in: Ditto.
648
7539e41e
JB
6492013-07-22 Joel Brobecker <brobecker@adacore.com>
650
651 * src-release (VER): Use $(TOOL)/common/create-version.sh
652 if it exists.
653
e8044f35
RS
6542013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
655
656 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
657 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
658 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
659 * configure: Regenerate.
660
7bab7634
DC
6612013-06-01 George Thomas <george.thomas@atmel.com>
662
95e43135
JBG
663 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
664 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 665
b5364c9e
JJ
6662013-05-06 Sandra Loosemore <sandra@codesourcery.com>
667
668 * COPYING.NEWLIB: Add Altera Corporation copyright.
669
5dad867c
JBG
6702013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
671
672 * config.guess: Update from config repo.
673 * config.sub: Ditto.
674
b836cb18
JBG
6752013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
676
677 * Makefile.def: Sync with GCC.
678 * Makefile.in: Regenerate.
679
e7d5abf1
JBG
6802013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
681
682 * configure.ac: Sync with GCC.
b836cb18 683 * configure: Regenerate.
e7d5abf1 684
4f778543
MF
6852013-03-22 Mike Frysinger <vapier@gentoo.org>
686
687 * src-release (VER): Change bfd/configure.in sed to use the new
688 `bfd/configure --version` output.
689
f1dd87fc
YZ
6902013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
691
692 * configure.ac: Sync with GCC repo.
693 * configure: Ditto.
694
a413f71a
ILT
6952013-02-05 Ian Lance Taylor <iant@google.com>
696
697 PR go/55969
698 * configure.ac: Disable libgo on some systems where it does not
699 work.
700 * configure: Rebuild.
701
3a98824c
AM
7022013-02-05 Alan Modra <amodra@gmail.com>
703
704 * configure: Regenerate after syncing config/.
705
3dae1673
JBG
7062013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
707
708 * configure.ac: Sync with GCC repo.
709 * configure: Ditto.
710 * Makefile.def: Ditto.
711 * Makefile.in: Ditto.
712
bf51454b
JB
7132013-01-11 Joel Brobecker <brobecker@adacore.com>
714
715 Sync with GCC, merge:
716
717 2013-01-09 Jason Merrill <jason@redhat.com>
718
719 * .gitignore: Import from gdb repository.
720
c841a2be
JBG
7212013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
722
723 * config.sub: Update from config repo.
724
d7b9dae9
EB
7252013-01-11 Eric Botcazou <ebotcazou@adacore.com>
726
727 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
728 * Makefile.in: Regenerate.
729
861ea9c8
L
7302013-01-09 H.J. Lu <hongjiu.lu@intel.com>
731
732 * Makefile.def (configure-gcc): Depend on all-gmp.
733 (all-gcc): Remove dependency on all-gmp.
734 * Makefile.in: Regenerated.
735
ce82b126
JBG
7362013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
737
1b4f418d 738 * config.guess: Update from config repo.
c2e5e6d7 739 * config.sub: Ditto.
ce82b126 740
fd62a30d
JJ
7412013-01-07 Jeff Johnston <jjohnstn@redhat.com>
742
743 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
744 exists and replace the new bfin license in its location.
745
0140d685
L
7462013-01-07 H.J. Lu <hongjiu.lu@intel.com>
747
748 PR gas/14899
749 * Makefile.def (dependencies): Make all-binutils, all-gprof,
750 all-ld and all-gold depend on all-gas.
751 * Makefile.in: Regenerated.
752
c3d399e7
L
7532012-12-29 Ben Elliston <bje@gnu.org>
754
755 * config.guess: Update to 2012-12-29 version.
756 * config.sub: Likewise.
757
9417cd2f
JBG
7582012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
759
760 * Makefile.def (install-target-libgo): Depend on
761 install-target-libatomic. Merged from GCC repo.
762 * Makefile.in: Regenerate.
763
68dad382
JJ
7642012-12-17 Jeff Johnston <jjohnstn@redhat.com>
765
766 * COPYING.LIBGLOSS: Add license for bfin libgloss.
767
2344b8da
TS
7682012-12-16 Thomas Schwinge <thomas@codesourcery.com>
769
770 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
771 * configure: Regenerate.
772
5eb08693
L
7732012-12-11 H.J. Lu <hongjiu.lu@intel.com>
774
775 * Makefile.def (target_modules): Add bootstrap=true and
776 raw_cxx=true to libsanitizer.
777 * configure.ac (bootstrap_target_libs): Add libsanitizer.
778 * Makefile.in: Regenerated.
779 * configure: Likewise.
780
53ab32d8
JBG
7812012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
782
783 * config.sub: Merge from config repo.
784
d2489204
JBG
7852012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
786
787 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
788 * Makefile.tpl: Ditto.
789 * Makefile.in: Ditto.
790 * configure: Ditto.
d2489204 791
c23b5043
JBG
7922012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
793
794 * configure.ac (noconfigdirs): Merge from GCC.
795 * configure: Regenerate.
796
1dd1f7f6
JBG
7972012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
798
799 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
800
2bda3143
L
8012012-11-14 Roland McGrath <mcgrathr@google.com>
802
803 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
804 * configure: Regenerate.
805
5286fdef
L
8062012-11-13 Richard Henderson <rth@redhat.com>
807
808 * configure.ac: Move libsanitizer logic to subdirectory.
809 * configure: Regenerate.
810
8112012-11-13 Dodji Seketeli <dodji@redhat.com>
812
813 * configure.ac: Enable libsanitizer just on x86 linux for now.
814 * configure: Re-generate.
815
8162012-11-13 David Edelsohn <dje.gcc@gmail.com>
817
818 * configure.ac: Merge libquadmath sections.
819 * configure: Regenerate.
820
8212012-11-12 Wei Mi <wmi@google.com>
822
823 * configure.ac: Add libsanitizer to target_libraries.
824 * Makefile.def: Ditto.
825 * configure: Regenerate.
826 * Makefile.in: Regenerate.
827
f66a9a70
L
8282012-11-03 H.J. Lu <hongjiu.lu@intel.com>
829
830 * configure: Regenerated.
831
8322012-11-03 Robert Mason <rbmj@verizon.net>
833
834 * configure.ac: add --disable-libstdcxx configure option
835 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
836
6d94c122
CV
8372012-10-24 Corinna Vinschen <corinna@vinschen.de>
838
839 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
840 against Mingw64 w32api.
841 * configure: Regenerate.
842
a882be68
EB
8432012-10-23 Eric Botcazou <ebotcazou@adacore.com>
844
845 PR bootstrap/54820
846 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
847 * configure: Regenerate.
848
b3676d82
EB
8492012-10-22 Eric Botcazou <ebotcazou@adacore.com>
850
851 PR bootstrap/54820
852 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
853 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
854 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
855 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
856 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
857 * Makefile.in: Regenerate.
858 * configure.ac (have_static_libs): New variable and associated check.
859 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
860 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
861 * configure: Regenerate.
862
7b0e8ca5
MF
8632012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
864
865 * config.guess, config.sub: Include updated version from
866 config-patches. Adds microblaze little endian support.
867
8e71395b
L
8682012-09-28 Ian Lance Taylor <iant@google.com>
869
870 * Makefile.def: Make all-target-libgo depend on
871 all-target-libbacktrace.
872 * Makefile.in: Rebuild.
873
8742012-09-26 Ian Lance Taylor <iant@google.com>
875
876 * Makefile.def: Make all-gcc depend on all-libbacktrace.
877 * Makefile.in: Rebuild.
878
8792012-09-06 Diego Novillo <dnovillo@google.com>
880
881 * configure.ac: Bump minimum GMP version to 4.2.3.
882 * configure: Re-generate.
883
8842012-09-05 Georg-Johann Lay <avr@gjlay.de>
885
886 PR target/54461
887 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
888 target-libgloss if not configured --with-avrlibc=no.
889 * configure: Regenerate.
890
8912012-09-04 Jason Merrill <jason@redhat.com>
892
893 * configure.ac: Fix --enable-languages=all.
894
8952012-09-03 Richard Guenther <rguenther@suse.de>
896
897 PR bootstrap/54138
898 * configure.ac: Re-organize ISL / CLOOG checks to allow
899 disabling with either --without-isl or --without-cloog.
900 * configure: Regenerated.
901
9022012-09-03 Georg-Johann Lay <avr@gjlay.de>
903
904 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
905 * configure: Regenerate.
906
d09bbf00
SE
9072012-09-21 Steve Ellcey <sellcey@mips.com>
908
909 * configure.ac: Add mips*-mti-elf* target.
910 * configure: Regenerate.
911
2bf680c4
ILT
9122012-09-19 Ian Lance Taylor <iant@google.com>
913
914 * configure.ac (host_libs): Add libbacktrace.
915 (target_libraries): Add libbacktrace.
916 * Makefile.def (host_modules): Add libbacktrace.
917 (target_modules): Likewise.
918 * configure, Makefile.in: Rebuild.
919
5c0b3823
WL
9202012-09-15 Jiong Wang <jiwang@tilera.com>
921
922 * configure.ac (ENABLE_GOLD): support tilegx*
923 * configure: rebuild
924
1488e230
DE
9252012-09-14 David Edelsohn <dje.gcc@gmail.com>
926
927 PR target/38607
928 Merge upstream change.
929 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
930
931 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
932 Add libgomp*.o to compare_exclusions for AIX.
933 * configure: Regenerate.
934
df6795ce
L
9352012-08-26 H.J. Lu <hongjiu.lu@intel.com>
936
937 PR binutils/4970
938 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
939 and opcodes.
940 * Makefile.in: Regenerated.
941
7ec59b9e
L
9422012-08-14 Diego Novillo <dnovillo@google.com>
943
944 Merge from cxx-conversion branch.
945
946 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
947 POSTSTAGE1_CONFIGURE_FLAGS.
948 * Makefile.in: Regenerate.
949 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
950 Force C++ when bootstrapping.
951 * configure: Regenerate.
952
9532012-07-06 Richard Guenther <rguenther@suse.de>
954
955 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
956 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
957 --with-gmp=system.
958 * Makefile.in: Regenerated.
959 * configure: Likewise.
960
9612012-07-06 Richard Guenther <rguenther@suse.de>
962
963 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
964 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
965 supply V=1 as extra_make_flags.
966 * configure: Regenerated.
967 * Makefile.in: Likewise.
968
9692012-07-03 Richard Guenther <rguenther@suse.de>
970
971 * Makfile.def (isl): Remove not necessary extra_exports and
972 extra_make_flags.
973 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
974 * Makefile.in: Regenerated.
975
9762012-07-03 Richard Guenther <rguenther@suse.de>
977
978 * Makefile.def (cloog): Add V=1 to extra_make_flags.
979 * configure.ac: If either the ISL or the CLooG check failed
980 do not try to build in-tree versions.
981 * Makefile.in: Regenerated.
982 * configure: Regenerated.
983
9842012-07-02 Richard Guenther <rguenther@suse.de>
985 Michael Matz <matz@suse.de>
986 Tobias Grosser <tobias@grosser.es>
987 Sebastian Pop <sebpop@gmail.com>
988
989 * Makefile.def: Add ISL host module, remove PPL host module.
990 Adjust ClooG host module to use the proper ISL.
991 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
992 * configure.ac: Include config/isl.m4. Add ISL host library,
993 remove PPL. Remove PPL configury, add ISL configury, adjust
994 ClooG configury.
995 * Makefile.in: Regenerated.
996 * configure: Likewise.
997
9982012-07-02 Richard Guenther <rguenther@suse.de>
999
1000 Merge from graphite branch
1001 2011-07-21 Tobias Grosser <tobias@grosser.es>
1002
1003 * configure: Regenerated.
1004 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1005 both cloog.org and legacy versions. The only supported version will
1006 be CLooG with the isl backend.
1007
1008 2011-07-21 Tobias Grosser <tobias@grosser.es>
1009
1010 * configure: Regenerated.
1011 * configure.ac: Require cloog isl 0.17.0
1012
1013 2011-07-21 Tobias Grosser <tobias@grosser.es>
1014
1015 * configure: Regenerated.
1016 * config/cloog.m4: Do not define CLOOG_ORG
1017
10182012-06-29 Steven Bosscher <steven@gcc.gnu.org>
1019
1020 * configure.ac: Skip C if explicitly selected.
1021 * configure: Regenerate.
1022
10232012-06-28 Christophe Lyon <christophe.lyon@st.com>
1024
1025 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1026 they contain -O2.
1027 * configure: Regenerate.
1028
10292012-06-20 Jason Merrill <jason@redhat.com>
1030
1031 * Makefile.tpl (check-target-libgomp-c++): New.
1032 (check-target-libitm-c++): New.
1033 * Makefile.def (c++): Add them.
1034 * Makefile.in: Regenerate.
1035
10362012-05-16 Olivier Hainque <hainque@adacore.com>
1037
1038 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1039 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1040 (install-no-fixedincludes): Adjust accordingly.
1041 * Makefile.in: Regenerate.
1042
10432012-05-09 Nick Clifton <nickc@redhat.com>
1044 Paul Smith <psmith@gnu.org>
1045
1046 PR bootstrap/50461
1047 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1048 allow for the fact that from release v3.1.0 of MPFR the source
1049 files were moved into a src sub-directory.
1050 * configure: Regenerate.
1051
10522012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
1053
1054 * configure.ac: Bump minimum MPFR version to 2.4.0.
1055 * configure: Regenerated.
1056
10572012-05-01 Richard Henderson <rth@redhat.com>
1058
1059 * Makefile.def (libatomic): New target_module.
1060 * configure.ac (target_libraries): Add libatomic.
1061 (noconfigdirs): Check if libatomic is supported.
1062 * Makefile.in, configure: Rebuild.
1063
f87f9c61
L
10642012-05-15 H.J. Lu <hongjiu.lu@intel.com>
1065
1066 Merge upstream change
1067 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1068
10692011-11-21 Andreas Tobler <andreast@fgznet.ch>
1070
1071 * libtool.m4: Additional FreeBSD 10 fixes.
1072
68f107fa
AO
10732012-06-28 Christophe Lyon <christophe.lyon@st.com>
1074
1075 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1076 they contain -O2.
1077 * configure: Regenerate.
1078
b9c361e0
JL
10792012-05-14 Catherine Moore <clm@codesourcery.com>
1080
1081 * NEWS: Mention PowerPC VLE port.
1082
9eb322aa
MF
10832012-05-11 Mike Frysinger <vapier@gentoo.org>
1084
1085 * MAINTAINERS (config/): Move to intl/ section.
1086 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
1087
58b1dd21
NC
10882012-05-09 Nick Clifton <nickc@redhat.com>
1089 Paul Smith <psmith@gnu.org>
1090
1091 PR bootstrap/50461
1092 * configure.ac (mpfr-dir): When using in-tree MPFR sources
1093 allow for the fact that from release v3.1.0 of MPFR the source
1094 files were moved into a src sub-directory.
1095 * configure: Regenerate.
1096
2e702c99
RM
10972012-05-02 Roland McGrath <mcgrathr@google.com>
1098
1099 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1100 * configure: Regenerate.
1101
d2213593
JB
11022012-04-25 Joel Brobecker <brobecker@adacore.com>
1103
1104 * config.sub: Update to 2012-04-18 version from official repo.
1105
202e2356
NC
11062012-03-19 Tristan Gingold <gingold@adacore.com>
1107
1108 * configure.ac (ia64*-*-*vms*): Add support for ld.
1109 * configure: Regenerate.
1110
2479f722
RO
11112012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1112
1113 * configure.ac (enable_libgomp): Remove *-*-irix6*.
1114 (unsupported_languages): Remove mips-sgi-irix6.*.
1115 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1116 (with_stabs): Remove.
1117 * configure: Regenerate.
1118
4e97d92b
RO
11192012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1120
1121 * configure.ac (enable_libgomp): Remove *-*-osf*.
1122 (with_stabs): Remove alpha*-*-osf*.
1123 * configure: Regenerate.
1124
f9ea6f98
JJ
11252012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1126
1127 * COPYING.NEWLIB: Modify DJ Delorie license to include
1128 modification rights in clause as permitted by DJ Delorie.
1129 * COPYING.LIBGLOSS: Ditto.
1130
48688b3e
JJ
11312012-03-09 Jeff Johnston <jjohnstn@redhat.com>
1132
1133 * COPYING.NEWLIB: Remove two unused licenses.
1134
0945bbee
TG
11352012-03-05 Tristan Gingold <gingold@adacore.com>
1136
1137 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1138 * configure: Regenerate.
1139
516be0c5
JJ
11402012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
1141
1142 * COPYING.NEWLIB: Add Adapteva notice.
1143 * COPYING.LIBGLOSS: Add Adapteva notice.
1144
64b986c0
EB
11452011-12-18 Eric Botcazou <ebotcazou@adacore.com>
1146
1147 * configure: Regenerate.
1148
58cddc18
JJ
11492011-12-15 Jeff Johnston <jjohnstn@redhat.com>
1150
1151 * COPYING.LIBGLOSS: Add GPL with exception license.
1152
b121d7d4
DD
11532011-11-09 Roland McGrath <mcgrathr@google.com>
1154
1155 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1156 * configure: Rebuild.
1157 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1158 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1159 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1160 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1161 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1162 Add READELF.
1163 * Makefile.in: Rebuild.
1164
d32e2926
RH
11652011-11-08 Richard Henderson <rth@redhat.com>
1166
1167 * configure.ac: Test for libitm directory present first.
1168
1169 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1170
1171 * configure.ac: Test libitm/configure.tgt to disable libitm.
1172 * configure: Rebuild.
1173
98dd765a
RO
11742011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1175
1176 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1177 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1178 * Makefile.in: Regenerate.
1179
99c513f6
DD
11802011-11-01 DJ Delorie <dj@redhat.com>
1181
1182 * configure.ac (rl78-*-*) New case.
1183 * configure: Regenerate.
1184
ff3ec4ee
DD
11852011-11-01 DJ Delorie <dj@redhat.com>
1186
1187 * config.sub: Update to version 2011-10-29 (added rl78)
1188
c28a9f49
NC
11892011-10-27 Nick Clifton <nickc@redhat.com>
1190
1191 * config.sub: Import these changes from the config project:
1192
a903d6ac 1193 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
1194 Ben Elliston <bje@gnu.org>
1195
1196 * config.sub (epiphany): New.
1197
1198 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
1199 Ben Elliston <bje@gnu.org>
1200
9eb322aa 1201 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
1202
1203 2011-08-23 Roland McGrath <mcgrathr@google.com>
1204
1205 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1206 64eb to be64.
1207
1208 2011-08-16 Roland McGrath <mcgrathr@google.com>
1209
1210 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1211 (nacl): Grok as alias for 32el-unknown-nacl.
1212
860144e4
JB
12132011-08-19 Joel Brobecker <brobecker@adacore.com>
1214
1215 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
1216
40ae9136
YQ
12172011-08-14 Yao Qi <yao@codesourcery.com>
1218
1219 Merge from gcc:
1220
1221 2011-08-14 Yao Qi <yao@codesourcery.com>
1222 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1223 * configure: Regenerate.
1224
ffdd6afc
ILT
12252011-07-26 Ian Lance Taylor <iant@google.com>
1226
1227 Merge from gcc:
1228
1229 2011-07-26 Ian Lance Taylor <iant@google.com>
1230 * configure.ac: Set have_compiler based on whether gcc directory
1231 exists, rather than on whether gcc is in configdirs.
1232 * configure: Rebuild.
1233
1234 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1235 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1236 link directories.
1237 * Makefile.in: Rebuild.
1238
1239 2011-07-20 Ian Lance Taylor <iant@google.com>
1240 PR bootstrap/49787
1241 * configure.ac: Move --enable-bootstrap handling earlier in file.
1242 If --enable-bootstrap and either --enable-build-with-cxx or
1243 --enable-build-poststage1-with-cxx, enable C++ automatically.
1244 * configure: Rebuild.
1245
1246 2011-07-19 Ian Lance Taylor <iant@google.com>
1247 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1248 make C++ a boot_language. Set and substitute
1249 POSTSTAGE1_CONFIGURE_FLAGS.
1250 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1251 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1252 * configure, Makefile.in: Rebuild.
1253
1254 2011-07-16 Jason Merrill <jason@redhat.com>
1255 * Makefile.def (language=c++): Add check-c++0x and
1256 check-target-libmudflap-c++.
1257 * Makefile.tpl (check-target-libmudflap-c++): New.
1258 * Makefile.in: Regenerate.
1259
1260 2011-07-16 Matthias Klose <doko@ubuntu.com>
1261 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1262 * Makefile.def (target_modules/libjava): Pass
1263 $(EXTRA_CONFIGARGS_LIBJAVA).
1264 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1265 if not configured with --enable-static-libjava.
1266 * Makefile.in: Regenerate.
1267 * configure: Likewise.
1268
1269 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1270 PR regression/47836
1271 PR bootstrap/23656
1272 PR other/47733
1273 PR bootstrap/49247
1274 PR c/48825
1275 * configure.ac (target_libraries): Remove target-libiberty.
1276 Remove case-statement setting skipdirs=target-libiberty for
1277 multiple targets. Remove checking target_configdirs and
1278 removing target-libiberty but keeping target-libgcc if
1279 otherwise empty.
1280 * Makefile.def (target_modules): Don't add libiberty.
1281 (dependencies): Remove all traces of target-libiberty.
1282 * configure, Makefile.in: Regenerate.
1283
9ccb86e7
JM
12842011-07-22 Jason Merrill <jason@redhat.com>
1285
1286 * Makefile.def (language=c++): Add check-c++0x and
1287 check-target-libmudflap-c++.
1288 * Makefile.tpl (check-target-libmudflap-c++): New.
1289 * Makefile.in: Regenerate.
1290
090bc50f
RO
12912011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1292
1293 * configure: Regenerate.
1294
cff32a7c
RO
12952011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1296
1297 PR target/39150
1298 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1299 x86_64-*-solaris2.1[0-9]*.
1300 * configure: Regenerate.
1301
eb4b2452
NC
13022011-06-13 Walter Lee <walt@tilera.com>
1303
1304 * configure.ac (tilepro-*-*) New case.
1305 (tilegx-*-*): Likewise.
1306 * configure: Regenerate.
1307
3c0013bf
NC
13082011-06-06 Nick Clifton <nickc@redhat.com>
1309
1310 * config.sub: Sync from upstream.
1311
91c1f14c
DK
13122011-05-08 Doug Kwan <dougkwan@google.com>
1313
1314 Merge from gcc:
1315
1316 2011-05-08 Doug Kwan <dougkwan@google.com>
1317
1318 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1319 * configure: Regenerated.
1320 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1321 value from configure.
1322 * Makefile.in: Regenerated.
1323
c7e4b184
JM
13242011-05-05 Joseph Myers <joseph@codesourcery.com>
1325
1326 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1327 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1328 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1329 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1330 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1331 *-*-vxworks*): Disable newlib and libgloss in separate case
1332 statement.
1333 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1334 to separate case statement.
1335 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1336 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1337 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1338 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1339 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1340 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1341 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1342 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1343 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1344 i[[3456789]]86-*-rdos*, m32r-*-*,
1345 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1346 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1347 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1348 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1349 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1350 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1351 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1352 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1353 and libgloss in main case over targets. Remove most empty cases
1354 in main case over targets.
1355 * configure: Regenerate.
1356
7152a690
JM
13572011-05-04 Joseph Myers <joseph@codesourcery.com>
1358
1359 * configure.ac: Remove code setting special library locations for
1360 hppa*64*-*-hpux11*. Remove code setting compiler for
1361 sparc-sun-solaris2*.
1362 * configure: Regenerate.
1363
ff46fb8f
JM
13642011-05-04 Joseph Myers <joseph@codesourcery.com>
1365
1366 * configure.ac: Separate libgloss_dir settings from general case
1367 over targets.
1368 * configure: Regenerate.
1369
82ae827f
JM
13702011-04-28 Joseph Myers <joseph@codesourcery.com>
1371
1372 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1373 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1374 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1375 cases in libgcj-disabling case statement.
1376 (hppa*64*-*-linux*): Set unsupported_languages instead of
1377 disabling target-zlib.
1378 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1379 to hppa*64*-*-hpux*.
1380 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1381 hppa*-*-hpux*.
1382 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1383 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1384 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1385 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1386 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1387 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1388 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1389 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1390 libgcj-disabling case statement.
1391 * configure: Regenerate.
1392
0827f9a6
JM
13932011-04-28 Joseph Myers <joseph@codesourcery.com>
1394
1395 * configure.ac: Disable Java for targets not supporting libffi.
1396 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1397 Remove cases in Java-disabling statement.
1398 (*arm-wince-pe): Change to arm-wince-pe.
1399 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1400 cases in Java-disabling statement.
1401 (bfin-*-*): Don't disable Java again.
1402 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1403 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1404 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1405 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1406 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1407 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1408 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1409 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1410 Java-disabling statement.
1411 (mmix-*-*): Don't disable Java again.
1412 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1413 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1414 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1415 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1416 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1417 statement.
1418 * configure: Regenerate.
1419
899b04ef
JM
14202011-04-28 Joseph Myers <joseph@codesourcery.com>
1421
1422 Merge from GCC:
1423
1424 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1425
1426 PR lto/48086
1427 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1428 * configure: Regenerate.
1429
9863d716
JM
14302011-04-28 Joseph Myers <joseph@codesourcery.com>
1431
1432 * configure.ac: Separate cases disabling Java and Java libraries
1433 from general case over targets.
1434 * configure: Regenerate.
1435
a90ef4bf
JM
14362011-04-06 Joseph Myers <joseph@codesourcery.com>
1437
1438 * configure.ac (build_tools): Remove build-byacc.
1439 (host_libs): Remove mmalloc.
1440 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1441 autoconf automake libtool diff rcs fileutils shellutils time
1442 textutils wdiff find uudecode hello tar gzip indent recode release
1443 sed perl gawk findutils gettext zip.
1444 (libgcj): Remove target-qthreads.
1445 (target_tools): Remove target-examples target-gperf.
1446 (YACC): Don't handle building byacc.
1447 * configure: Regenerate.
1448 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1449 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1450 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1451 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1452 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1453 handle building components.
1454 * Makefile.in: Regenerate.
1455
05a02268
RW
14562011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1457
1458 * config.sub: Sync from upstream.
1459
c5f5c3c2
JM
14602011-04-01 Joseph Myers <joseph@codesourcery.com>
1461
1462 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1463 (microblaze*): Don't disable libssp.
1464 * configure: Regenerate.
1465
f6c1938b
JM
14662011-04-01 Joseph Myers <joseph@codesourcery.com>
1467
1468 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1469 moveifchange.
1470 * configure: Regenerate.
1471 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1472 * Makefile.in: Regenerate.
1473
1f111696
JM
14742011-04-01 Joseph Myers <joseph@codesourcery.com>
1475
1476 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1477 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1478 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1479 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1480 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1481 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1482 md_exec_prefix cases.
1483 * configure: Regenerate.
1484
065a5627
JM
14852011-04-01 Joseph Myers <joseph@codesourcery.com>
1486
1487 * configure.ac: Separate cases disabling target-libssp,
1488 target-libiberty, target-libstdc++-v3 and Fortran from general
1489 case over targets.
1490 * configure: Regenerate.
1491
b2f14e4a
JM
14922011-04-01 Joseph Myers <joseph@codesourcery.com>
1493
1494 * configure.ac (*-*-chorusos): Don't disable libgcj.
1495 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1496 Remove case.
1497 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1498 (arm-*-coff): Don't disable libgcj.
1499 (arm*-*-linux-gnueabi): Remove useless assignment.
1500 (arm-*-riscix*): Don't disable libgcj.
1501 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1502 configuration.
1503 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1504 (c54x*-*-*): Remove case.
1505 (tic54x-*-*): Don't disable GCC or GCC libraries.
1506 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1507 to *.
1508 (d10v-*-*): Don't disable GCC libraries.
1509 (d30v-*-*): Don't disable libgcj.
1510 (h8500-*-*): Don't disable GCC libraries.
1511 (i960-*-*): Don't disable libgcj.
1512 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1513 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1514 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1515 libgcj.
1516 (m68k-*-coff*): Remove case.
1517 (mmix-*-*): Don't disable libgloss on host.
1518 (mn10200-*-*, mn10300-*-*): Remove cases.
1519 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1520 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1521 Don't disable libgcj.
1522 (romp-*-*): Remove case.
1523 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1524 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1525 case.
1526 (v810-*-*): Don't disable GCC libraries.
1527 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1528 (ip2k-*-*): Don't disable GCC libraries.
1529 * configure: Regenerate.
1530
6a608608
JM
15312011-03-28 Joseph Myers <joseph@codesourcery.com>
1532
1533 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1534 libffi on host.
1535 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1536 on host.
1537 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1538 * configure: Regenerate.
1539
5b806d27
NC
15402011-03-26 John Marino <binutils@marino.st>
1541
1542 * configure.ac: Add support for *-*-dragonfly*
1543 * configure: Regenerate.
1544
0377a422
JM
15452011-03-25 Joseph Myers <joseph@codesourcery.com>
1546
1547 * configure.ac (native_only): Remove.
1548 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1549 send-pr uudecode guile gnuserv on host.
1550 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1551 send-pr rcs guile perl texinfo libtool on host.
1552 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1553 automake send-pr rcs guile perl texinfo libtool on host.
1554 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1555 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1556 (alpha*-dec-osf*): Don't disable fileutils on target.
1557 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1558 texinfo send-pr expect dejagnu on target.
1559 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1560 target-qthreads on target.
1561 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1562 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1563 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1564 x86_64-*-mingw*): Don't disable expect on target.
1565 (*-*-cygwin*): Don't disable target-gperf on target.
1566 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1567 gnuserv on target.
1568 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1569 target.
1570 * configure: Regenerate.
1571
2354b38b
JM
15722011-03-25 Joseph Myers <joseph@codesourcery.com>
1573
1574 * configure.ac (target_tools): Remove target-groff.
1575 (native_only): Remove target-groff.
1576 (hppa*64*-*-*): Don't disable byacc.
1577 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1578 setting.
1579 (*-*-kaos*): Don't skip target-librx and target-groff.
1580 (*-*-netware*): Don't skip target-libmudflap.
1581 (*-*-tpf*): Don't skip target-libmudflap.
1582 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1583 directories on the host.
1584 (ia64*-*-*vms*): Don't skip tix.
1585 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1586 host.
1587 * configure: Regenerate.
1588
28d9b232
PB
15892011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1590
1591 * configure.ac: Remove references to mt-mep, mt-netware,
1592 mt-wince.
1593 * Makefile.def: Add all-utils soft dependencies.
1594 * Makefile.tpl: Remove GDB_NLM_DEPS.
1595 * configure: Regenerate.
1596 * Makefile.in: Regenerate.
1597
dbbe5f95
PB
15982011-03-24 Paolo Bonzini <bonzini@gnu.org>
1599
1600 Sync from GCC:
1601
1602 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1603
1604 * configure.ac: Do not include mh-x86omitfp.
1605 * configure: Regenerate.
1606
1607 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1608
1609 * configure.ac: Remove empty cases.
1610 * configure: Regenerate.
1611
1612 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1613
1614 * Makefile.def: Add dependency from termcap to gdb.
1615 * Makefile.in: Regenerate.
1616
1617 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1618
1619 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1620 * configure: Regenerate.
1621 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1622 * Makefile.tpl: Likewise.
1623 * Makefile.in: Regenerate.
1624
1625 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1626
1627 * configure.ac: Remove all mentions of tentative_cc.
1628 * configure: Regenerate.
1629
1630 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1631
1632 PR lto/48086
1633 * configure.ac: Re-enable LTO on *-apple-darwin9.
1634 * configure: Regenerate.
1635
3516a403
JM
16362011-03-24 Joseph Myers <joseph@codesourcery.com>
1637
1638 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1639 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1640 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1641 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1642 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1643 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1644 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1645 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1646 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1647 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1648 *-*-rhapsody*): Remove host cases.
1649 * configure: Regenerate.
1650
93cc359e
JM
16512011-03-24 Joseph Myers <joseph@codesourcery.com>
1652
1653 * configure.ac (ppc*-*-pe): Remove host case.
1654 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1655 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1656 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1657 cases.
1658 * configure: Regenerate.
1659
29b2c556
JM
16602011-03-24 Joseph Myers <joseph@codesourcery.com>
1661
1662 * config.sub: Update to version 2011-03-23.
1663
f0ff0f90
JM
16642011-03-22 Joseph Myers <joseph@codesourcery.com>
1665
1666 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1667 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1668 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1669 * configure: Regenerate.
1670
782cb41f
JM
16712011-03-22 Joseph Myers <joseph@codesourcery.com>
1672
1673 * config-ml.in: Don't handle arc-*-elf*.
1674 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1675 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1676 handle GCC libraries.
1677 * configure: Regenerate.
1678
0e8ad34f
RO
16792011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1680
1681 PR bootstrap/48120:
1682 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1683 Add -lstdc++ -lm to LIBS.
1684 * configure: Regenerate.
1685
5548b4ce
DE
16862011-03-18 David Edelsohn <dje.gcc@gmail.com>
1687
1688 * config.guess: Update to version 2011-02-02
1689 * config.sub: Update to version 2011-02-24
2e702c99 1690
86ed8cf6
SP
16912011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1692
9eb322aa
MF
1693 * configure.ac: Adjust test of with_ppl.
1694 * configure: Regenerated.
86ed8cf6 1695
b123da99
SP
16962011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1697
1698 * configure.ac: Add -lpwl to ppllibs.
1699 * config/cloog.m4: Add -lisl to clooglibs.
1700 * configure: Regenerated.
1701
822ce8ee
RW
17022011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1703
1704 Import from Libtool and gnulib:
1705
1706 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1707
1708 Prepare for supporting FreeBSD 10.
1709 * config.rpath: Remove handling of freebsd1* which soon would
1710 match FreeBSD 10.0.
1711
1712 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1713
1714 Remove support for FreeBSD 1.x.
1715 * libtool.m4 (_LT_LINKER_SHLIBS)
1716 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1717 soon would incorrectly match FreeBSD 10.0.
1718
dcb5e506
RW
17192011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1720
1721 PR binutils/12283
1722 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1723 (move-if-change): Comes from gnulib.
1724 * move-if-change: Import version from gnulib.
1725
8d8eef9a
RW
17262011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1727
1728 Sync from GCC:
1729
1730 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1731
1732 PR lto/47225
1733 * Makefile.def (lto-plugin): Double dash for enable-shared.
1734 (configure-gcc): Depend on all-lto-plugin.
1735 * Makefile.in: Rebuilt.
1736
1737 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1738
1739 * configure.ac: Remove extra bracket.
1740 * configure: Regenerate.
1741
1742 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1743
1744 PR lto/47225
1745 * Makefile.def: Add dependency for install-gcc
1746 on install-lto-plugin.
1747 * Makfile.in: Regenerated
1748
1749 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1750
1751 * configure.ac: If with_ppl is no, move setting with_cloog=no
1752 after CLOOG_REQUESTED check.
1753 * configure: Regenerated.
1754
1755 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1756
1757 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1758 CLooG has been requested.
1759 * configure: Regenerated.
1760
1761 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1762
1763 * configure: Regenerated.
1764 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1765
1766 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1767
1768 * configure: Regenerated.
1769 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1770
1771 2011-01-07 Jan Hubicka <jh@suse.cz>
1772
1773 PR lto/47225
1774 * Makefile.in: Regenerate.
1775 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1776 configure.
1777
65b4571a
AO
17782011-01-31 Alexandre Oliva <aoliva@redhat.com>
1779
1780 PR libgcj/44341
1781 * configure.ac: Discard --with-* flags for host when configuring
1782 target libraries for cross build.
1783 * configure: Rebuilt.
1784
7837304f
AS
17852011-01-21 Andreas Schwab <schwab@redhat.com>
1786
1787 Sync from GCC:
1788
1789 2011-01-21 Andreas Schwab <schwab@redhat.com>
1790
1791 * configure.ac: Use AS_HELP_STRING throughout.
1792 * configure: Regenerate.
1793
1794 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1795
1796 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1797 * configure: Regenerate.
1798
115ef890
RW
17992010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1800
1801 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1802
92c9a463
JB
18032011-01-13 Joel Brobecker <brobecker@adacore.com>
1804
1805 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1806 for ia64-hpux.
1807 * configure: Regenerate.
1808
887ebfb4
RW
18092011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1810
1811 Sync from GCC:
1812 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1813
1814 * configure.ac: (picochip): Disable libiberty.
1815 * configure: Regenerate.
1816
04d2c2b2
JJ
18172010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1818
1819 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1820
33d23ee8
ILT
18212010-12-10 Ian Lance Taylor <iant@google.com>
1822
1823 PR bootstrap/46819
1824 * configure.ac: For --disable-libgcj clear libgcj_saved.
1825 * configure: Rebuild.
1826
89a1e9c3
PB
18272010-12-10 Tobias Burnus <burnus@net-b.de>
1828
1829 PR fortran/46540
1830 * configure.ac: Add --disable-libquadmath and
1831 --disable-libquadmath-support.
1832 * configure: Regenerate.
1833
ac7bcd26
TG
18342010-12-10 Tristan Gingold <gingold@adacore.com>
1835
1836 * src-release (ETC_SUPPORT): add gnu-oids.texi
1837
d357cef7
HPN
18382010-12-03 Hans-Peter Nilsson <hp@axis.com>
1839
1840 PR libffi/46792
1841 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1842 * configure: Regenerate.
1843
4f11b223
ILT
18442010-12-02 Ian Lance Taylor <iant@google.com>
1845
1846 * configure.ac: Always set default for poststage1_ldflags to
1847 -static-libstdc++ -static-libgcc.
1848
989abc33
JJ
18492010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1850
1851 * COPYING.NEWLIB: Add National Semiconductor notice.
1852
950386c6
AS
18532010-11-29 Andreas Schwab <schwab@redhat.com>
1854
1855 * configure.ac: Move comment to remove extra space in last argument
1856 of GCC_TARGET_TOOL.
1857
87cda2cf
AO
18582010-11-26 Alexandre Oliva <aoliva@redhat.com>
1859
7d509c83 1860 PR other/46026
87cda2cf
AO
1861 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1862 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1863 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1864 (BASE_FLAGS_TO_PASS): Use it.
1865 * configure: Rebuilt.
1866 * Makefile.in: Rebuilt.
1867
d3b50760
L
18682010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1869
1870 PR binutils/12258
1871 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1872 Properly check default linker.
1873 * configure: Regnerated.
1874
c7791212
NC
18752010-11-23 Matthias Klose <doko@ubuntu.com>
1876
1877 * configure.ac: For --enable-gold, handle value `default' instead of
1878 `both*'. New configure option --{en,dis}able-ld.
1879 * configure: Regenerate.
1880
9e1a94f4
ILT
18812010-11-20 Ian Lance Taylor <iant@google.com>
1882
1883 * configure.ac: Only disable a language library if no language needs
1884 it. Don't let --disable-libgcj uncondtionally disable libffi.
1885 * configure: Rebuild.
1886
ceca0218
PB
18872010-11-20 Paolo Bonzini <bonzini@gnu.org>
1888
1889 * configure: Regenerate.
1890
9b980aa1
RW
18912010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1892
1893 PR other/46202
1894 * configure.ac: Fix just-built in-tree STRIP name to be
1895 binutils/strip-new.
1896 * configure: Regenerate.
1897 * Makefile.def (install-strip-gcc, install-strip-binutils)
1898 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1899 (install-strip-sid): Mirror dependencies on non-strip variants
1900 of these targets on the respective -strip prerequisites.
1901 * Makefile.tpl (install-strip, install-strip-host)
1902 (install-strip-target): New targets.
1903 (install-strip-[+module+], install-strip-target-[+module+]):
1904 New targets.
1905 * Makefile.in: Regenerate.
1906
e552509b
ILT
19072010-11-19 Ian Lance Taylor <iant@google.com>
1908 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1909
1910 * configure.ac: Add target-libgo to target_libraries. Set
1911 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1912 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1913 (HOST_EXPORTS): Add GOC.
1914 (BASE_TARGET_EXPORTS): Add GOC.
1915 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1916 (GOCFLAGS_FOR_TARGET): New variable.
1917 (EXTRA_HOST_FLAGS): Add GOC.
1918 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1919 * Makefile.def (target_modules): Add libgo.
1920 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1921 (dependencies): Add dependency from configure-target-libgo to
1922 configure-target-libffi and all-target-libstdc++-v3. Add
1923 dependencies from all-target-libgo to all-target-libffi.
1924 (languages): Add go.
1925 * configure: Rebuild.
1926 * Makefile.in: Rebuild.
1927
19282010-11-19 Ian Lance Taylor <iant@google.com>
1929
1930 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1931 compiler/flag environment variables.
1932
19332010-11-18 Ian Lance Taylor <iant@google.com>
1934
1935 * configure.ac: Check for lang_requires_boot_languages in
1936 config-lang.in files.
1937 * configure: Rebuild.
1938
8c21d9c7
MF
19392010-11-17 Mike Frysinger <vapier@gentoo.org>
1940
1941 * .gitignore: New file.
1942
e552509b
ILT
19432010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1944 Tobias Burnus <burnus@net-b.de>
1945
1946 PR fortran/32049
1947 * Makefile.def: Add libquadmath; build it with language=fortran.
1948 * configure.ac: Add libquadmath.
1949 * Makefile.tpl: Handle multiple libs in check-[+language+].
1950 * Makefile.in: Regenerate.
1951 * configure: Regenerate.
1952
19532010-11-15 Andreas Schwab <schwab@redhat.com>
1954
1955 * configure.ac: Fix spelling in option names.
1956 * configure: Regenerated.
1957
19582010-11-13 Georg-Johann Lay <georgjohann@web.de>
1959
1960 PR bootstrap/39622
1961 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1962 * configure: Regenerated.
1963
19642010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1965
1966 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1967 define the cloog backend to use. Furthermore, only pass the ppllibs to
1968 the configure checks, if necessary.
1969 * configure: Regenerate.
1970
19712010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1972
1973 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1974 * configure: regenerate
1975
19762010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1977
1978 * config/cloog.m4: Fix typo. verison -> version.
1979 * configure: Regenerate.
1980
19812010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1982
1983 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1984 * configure: Regenerate.
1985
19862010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1987
1988 * configure.ac: Support official CLooG.org versions.
1989 * configure: Regenerate.
1990 * config/cloog.m4: New.
1991
aa291e2d
ME
19922010-11-05 Michael Eager <eager@eagercon.com>
1993
1994 * COPYING.LIBGLOSS: Correct typo in microblaze.
1995 * COPYING.NEWLIB: Same.
1996
e552509b
ILT
19972010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1998
1999 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2000 * configure: Regenerate.
2001
74cea91b
DK
20022010-11-03 Ian Lance Taylor <iant@google.com>
2003 Dave Korn <dave.korn.cygwin@gmail.com>
2004
2005 PR lto/46273
2006 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
2007 and on other supported platforms whenever LTO is enabled.
2008 * configure: Rebuild.
2009
6d0cd39e
AM
20102010-11-02 Alan Modra <amodra@gmail.com>
2011
2012 PR binutils/12110
2013 * configure.ac: Error when source path contains spaces.
2014 * configure: Regenerate.
2015
18a8530e
ILT
20162010-10-20 Ian Lance Taylor <iant@google.com>
2017
2018 * Makefile.def (target_modules): Set lib_path to src/.libs for
2019 libstdc++-v3 module.
2020 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2021 * Makefile.in: Rebuild.
2022
6ed3211e
JJ
20232010-10-08 Bernd Schmidt <bernds@codesourcery.com>
2024 Joseph Myers <joseph@codesourcery.com>
2025
2026 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
2027 notices.
2028 * COPYING.NEWLIB: Add Texas Instruments notice.
2029
a8eb3f0a
DK
20302010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
2031
2032 * configure.ac (build_lto_plugin): New shell variable.
2033 (--enable-lto): Turn on by default for all non-ELF platforms that
2034 have had LTO support added so far. Set build_lto_plugin appropriately
2035 for both ELF and non-ELF.
2036 (configdirs): Add lto-plugin or not based on build_lto_plugin.
2037 * configure: Regenerate.
2038
4074d5f2
RW
20392010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2040
2041 PR bootstrap/45326
2042 PR bootstrap/45174
2043 * configure.ac: Honor initial values of $build_configargs,
2044 $host_configargs, $target_configargs. Mark the precious, so
2045 environment settings get recorded.
2046 * configure: Regenerate.
2047
29821356
RW
20482010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2049
2050 Sync from GCC:
2051
2052 2010-09-30 Michael Eager <eager@eagercon.com>
2053
2054 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2055 * configure: Regenerate.
2056
2057 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
2058
2059 * configure.ac (enable-lto): Add Darwin to the list of supported lto
2060 targets and amend comment.
2061 * configure: Regenerate.
2062
2063 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
2064
2065 * configure.ac: Enable LTO by default on Darwin.
2066 * configure: Regenerate.
2067
2068 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
2069
2070 PR bootstrap/44455
2071 * configure.ac (extra_mpfr_configure_flags): Copy from
2072 extra_mpc_gmp_configure_flags.
2073 * configure: Re-generated.
2074
57eefe4d
RW
20752010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2076
2077 Sync from GCC:
2078
2079 PR bootstrap/45796
2080 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2081 Depend on all-build-libiberty.
2082 * Makefile.in: Regenerate.
2083
20842010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
2085
2086 Sync from GCC:
2087
2088 PR bootstrap/44621
2089 * configure.ac: Fix unportable shell quoting.
2090 * configure: Regenerate.
2091
48bb73dd
RW
20922010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
2093
2094 * configure.ac: Support all v850 targets.
2095 * configure: Regenerate.
2096
1d14850f
PB
20972010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
2098
2099 PR target/44862
2100 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
2101 Provide -B option to allow for link spec %s substitutions for
2102 libstdc++.a on darwin.
2103 * Makefile.in: Regenerate.
2104
7530c480
AO
21052010-06-10 Alexandre Oliva <aoliva@redhat.com>
2106
2107 * Makefile.def (configure-gcc): Depend on all-libelf.
2108 * Makefile.in: Rebuild.
2109
285d560d
RW
21102010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2111
2112 * config.sub, config.guess: Update from upstream sources.
2113
a009f2e7
RW
21142010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2115
2116 Sync from GCC:
2117
2118 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
2119 * configure.ac: Allow all the versions greater than 0.10 of PPL.
2120 * configure: Regenerated.
2121
2122 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
2123 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
2124 * configure: Regenerate.
2125
2126 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
2127 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
2128 * configure: Regenerate.
2129
2130 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2131 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
2132 separately.
2133 * configure: Regenerate.
2134
2135 2010-04-13 Steve Ellcey <sje@cup.hp.com>
2136 * configure: Regenerate after change to elf.m4.
2137
2138 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2139 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
2140 * configure: Regenerated.
2141
2142 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
2143 * configure.ac: Print "buggy but acceptable" when CLooG
2144 revision is less than 9.
2145 * configure: Regenerated.
2146
e49e5c92
DK
21472010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
2148
2149 Merge from gcc:
2150
2151 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
2152 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
2153 * configure: Regenerate.
2154
2155 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
2156 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
2157 a platform that supports LTO.
2158 * configure: Regenerate.
2159
2160 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
2161 PR lto/42776
2162 * configure.ac (--enable-lto): Refactor handling so libelf tests
2163 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
2164 and allow LTO to be explicitly enabled on non-ELF platforms that
2165 are known to support it inside else-clause.
2166 * configure: Regenerate.
2167
e6de499b
NC
21682010-04-27 Roland McGrath <roland@redhat.com>
2169 H.J. Lu <hongjiu.lu@intel.com>
2170
2171 * configure.ac (--enable-gold): Support both, both/gold and
2172 both/bfd to add gold to configdirs without removing ld.
2173 * configure: Regenerated.
2174
2175 * Makefile.def: Add install-gold dependency to install-ld.
2176 * Makefile.in: Regenerated.
2177
d594eacc
TG
21782010-04-14 Tristan Gingold <gingold@adacore.com>
2179
2180 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
2181 * configure: Regenerate.
2182
938d2b74
RW
21832010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2184
2185 Merge from gcc:
2186 PR bootstrap/43615
2187 PR bootstrap/43328
2188 Revert:
2189 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2190 * configure.ac: Do not pass --enable-multilib nor
2191 --disable-multilib in baseargs. Accept explicitly passed
2192 --enable_multilib.
2193 * configure: Regenerate.
2194
a9ef41a7
RW
21952010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2196
2197 PR bootstrap/43328
2198 * configure.ac: Do not pass --enable-multilib nor
2199 --disable-multilib in baseargs. Accept explicitly passed
2200 --enable_multilib.
2201 * configure: Regenerate.
2202
619a3713
JM
22032010-03-23 Joseph Myers <joseph@codesourcery.com>
2204
2205 * configure.ac (tic6x-*-*): New case.
2206 * configure: Regenerate.
2207
92f4e989
JM
22082010-03-23 Joseph Myers <joseph@codesourcery.com>
2209
2210 Merge from gcc:
2211 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
2212 PR ada/42554
2213 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
2214 * configure: Regenerate.
2215
c35a0556
JM
22162010-03-23 Joseph Myers <joseph@codesourcery.com>
2217
2218 * config.sub: Update to version 2010-03-22.
2219 * config.guess: Update to version 2009-12-30.
2220
18fa8f9c
JM
22212010-03-14 Joseph Myers <joseph@codesourcery.com>
2222
2223 Merge from gcc:
2224 2010-01-11 Richard Guenther <rguenther@suse.de>
2225 PR lto/41569
2226 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2227 * Makefile.in: Regenerated.
2228
ba98da75
RO
22292010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2230
2231 PR libstdc++/32499
2232 * configure.ac (RANLIB): Default to true.
2233 (STRIP): Likewise.
2234 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2235 * configure: Regenerate.
2236
3994761f
NC
22372010-02-17 Nick Clifton <nickc@redhat.com>
2238
2239 PR 11238
2240 * Makefile.tpl (local-distclean): Also remove config.cache files in
2241 sub-directories as there may not be Makefiles present in the
2242 sub-directories.
792cdb50
NC
2243 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2244 the config.cache files found by the find command.
2245
3994761f
NC
2246 * Makefile.in: Regenerate.
2247 * configure.ac: Revert previous delta.
2248 * configure: Regenerate.
2249
01a82011
NC
22502010-02-15 Nick Clifton <nickc@redhat.com>
2251
2252 PR 11238
2253 * configure.ac: Delete config.cache files in sub-directories when
2254 deleting Makefiles.
2255 * configure: Regenerate.
2256
143754cd
NC
22572010-02-15 Nick Clifton <nickc@redhat.com>
2258
2259 * configure.ac: Sync from gcc.
2260 * configure: Regenerate.
2261
a6b5846e
KG
22622010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2263
2264 Sync from gcc:
2265 * configure.ac: Add "recommended" version checks for GMP/MPC.
2266 Update recommended GMP/MPFR/MPC versions.
2267 * configure: Regenerate.
2268
2aa2364a
JR
22692010-01-25 Joern Rennecke <amylaar@spamcop.net>
2270
2271 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2272 * configure.ac (bootstrap_target_libs): Make inclusion of
2273 target-libgomp conditional on libgomb being in target_configdirs.
2274 * configure: Regenerate.
2275
d35e937f
JR
22762010-01-23 Joern Rennecke <amylaar@spamcop.net>
2277
2278 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2279 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2280 * configure: Regenerate.
2281
911e63d0
JR
22822010-01-22 Joern Rennecke <amylaar@spamcop.net>
2283
2284 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2285 * configure.ac (target_configdirs): Substitute.
2286 * Makefile.def: Bootstrap target module libgomp.
2287 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2288 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2289 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2290 * configure, Makefile.in: Regenerate.
2291
3725885a
RW
22922009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2293
2294 * libtool.m4: Sync from git Libtool.
2295 * ltmain.sh: Likewise.
2296 * ltoptions.m4: Likewise.
2297 * ltversion.m4: Likewise.
2298 * lt~obsolete.m4: Likewise.
2299
d5f2ee2e 23002010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 2301 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
2302
2303 PR bootstrap/42424
2304 * configure.ac: Include libtool m4 files.
9eb322aa 2305 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
2306 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2307 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 2308
d5f2ee2e
KG
2309 * configure: Regenerate.
2310
f2b2dd91
RW
23112010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2312
2313 PR bootstrap/41818
2314 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2315 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2316 * Makefile.in: Regenerate.
2317
06ca7962
BE
23182009-12-18 Ben Elliston <bje@au.ibm.com>
2319
2320 * config.sub, config.guess: Update from upstream sources.
2321
30a16d7b
JJ
23222009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2323
2324 * COPYING.NEWLIB: Update copyright date.
2325 * COPYING.LIBGLOSS: Ditto.
2326
d9b76ff9
KG
23272009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2328
2329 PR middle-end/30447
2330 PR middle-end/30789
2331 PR other/40302
2332
2333 * configure.ac: Require MPC.
2334 * configure: Regenerate.
2335
2336 * configure.ac: Update minimum MPC version to 0.8.
2337 * configure: Regenerate.
2338
e12dec02
PB
23392009-11-20 Paolo Bonzini <bonzini@gnu.org>
2340
2341 * config.guess: Sync with upstream and gcc.
2342 * config.sub: Sync with upstream and gcc.
2343
606a9ca0
AO
23442009-11-16 Alexandre Oliva <aoliva@redhat.com>
2345
2346 * Makefile.def: Restore host and target settings for gmp.
2347 * Makefile.in: Rebuild.
2348
1f53ca9a
AO
23492009-11-16 Alexandre Oliva <aoliva@redhat.com>
2350
2351 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2352 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2353 Fix portability of test of C++ as bootstrap language. Add
2354 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2355 * configure: Rebuild.
2356 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2357 and cloog. Fix in-tree ppl configuration. Introduce libelf
2358 in-tree building.
2359 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2360 (POSTSTAGE1_HOST_EXPORTS): Use it.
2361 (STAGE[+id+]_CXXFLAGS): New.
2362 (BASE_FLAGS_TO_PASS): Pass it down.
2363 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2364 extra_exports.
2365 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2366 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2367 extra_exports.
2368 * Makefile.in: Rebuild.
2369
23702009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2371
2372 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2373 paths for *-w64-mingw* and x86_64-*mingw*.
2374 * configure: Regenerated.
2375
23762009-10-30 Kai Tietz <kai.tietz@onevision.com>
2377
2378 * configure.ac: Disable target-winsup & co for
2379 x86_64-*-mingw* and *-w64-mingw* targets.
2380 * configure: Regenerated.
2381
23822009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2383
2384 * configure.ac (CLooG test): Use = with test.
2385 * configure: Regenerate.
2386
23872009-10-22 Richard Guenther <rguenther@suse.de>
2388
2389 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2390 cloog if the ppl version check failed. Move flags saving
2391 before setting in libelf check.
2392 * configure: Regenerate.
2393
23942009-10-21 Richard Guenther <rguenther@suse.de>
2395
2396 * configure.ac: Adjust the ppl and cloog configure to work as
2397 documented. Disable cloog if ppl was disabled. Omit the version
2398 checks if they were disabled.
2399 * configure: Re-generate.
2400
6811fb56
RW
24012009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2402
2403 * configure.ac: Add 'lto' to enable_languages, not
2404 new_enable_languages, and only if not already present.
2405 * configure: Regenerate.
2406
700d40ca
ILT
24072009-10-06 Ian Lance Taylor <iant@google.com>
2408
2409 * Makefile.def: check-gold depends upon all-gas.
2410 * Makefile.in: Rebuild.
2411
24122009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2413
2414 * Makefile.def: all-lto-plugin depends on all-libiberty.
2415 set bootstrap=true for lto-plugin.
2416 Add lto-plugin.
2417 * Makefile.in: Regenerate.
2418 * configure.ac (host_libs): Add lto-plugin.
2419 * configure: Regenerate.
2420
24212009-10-03 Diego Novillo <dnovillo@google.com>
2422
2423 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2424 (HOST_LIBELFLIBS): Define.
2425 (HOST_LIBELFINC): Define.
2426 * Makefile.in: Regenerate.
2427 * configure.ac: Add --enable-lto.
2428 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2429 If --enable-lto is used, add 'lto' to new_enable_languages.
2430 If --enable-lto is used and gold is enabled, add
2431 lto-plugin to configdirs.
2432 * configure: Regenerate.
2433
24342009-10-03 Simon Baldwin <simonb@google.com>
2435
2436 * configure.ac: If --with-system-zlib, suppress local zlib and
2437 pass --with-system-zlib to subdir configure scripts.
2438 * configure: Regenerate.
2439
24402009-10-01 Loren J. Rittle <ljrittle@acm.org>
2441 Paolo Bonzini <bonzini@gnu.org>
2442
2443 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2444 $(srcdir).
2445 * Makefile.in: Rebuilt.
2446
c8cb1b3e
PB
24472009-09-29 Paolo Bonzini <bonzini@gnu.org>
2448
2449 Sync from gcc:
2450 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2451
2452 * configure.ac: Update minimum MPC version to 0.7.
2453 * configure: Regenerate.
2454
30167e0a
NC
24552009-09-25 Nick Clifton <nickc@redhat.com>
2456
2457 * configure.ac: Pass any --cache-file=/dev/null option on to
2458 subconfigures.
2459 * configure: Regenerate.
2460
707a0b5c
NC
24612009-09-23 Nick Clifton <nickc@redhat.com>
2462
2463 * config.sub, config.guess: Update from upstream sources.
2464
700d40ca
ILT
24652009-09-22 Loren J. Rittle <ljrittle@acm.org>
2466
2467 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2468 * Makefile.in: Rebuilt.
2469
2fd0b40b
RW
24702009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2471
2472 PR bootstrap/32272
2473 * configure.ac: Error out if $srcdir isn't '.' but contains
2474 host-${host_noncanonical}.
2475 * configure: Regenerate.
2476
4385ad3c
RW
24772009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2478
16b1ad29
RW
2479 * configure.ac: If bootstrapping a combined tree with
2480 --enable-gold, require c++ in stage1_languages.
2481 * configure: Regenerate.
2482
f8dc745f
RW
2483 * configure.ac: Also add target_libs of stage1_languages to
2484 bootstrap_target_libs.
2485 * configure: Regenerate.
2486
4385ad3c
RW
2487 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2488 with --enable-languages not containing c++.
2489 * configure: Regenerate.
2490
df51e4e1
JZ
24912009-09-16 Jie Zhang <jie.zhang@analog.com>
2492
2493 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2494 * configure: Regenerate.
2495
06a51eac
RW
24962009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2497
2498 * configure.ac: Do not use $extrasub for replacing @if/@endif
2499 parts in Makefile; instead, use additional arguments to
2500 AC_CONFIG_COMMANDS to do the replacement manually, with several
2501 sed invocations, to avoid HP-UX sed command limits.
2502 * configure: Regenerate.
2503
96655cc4
AO
25042009-09-04 Alexandre Oliva <aoliva@redhat.com>
2505
2506 * configure.ac (with-build-config): Document. Handle without.
2507 Handle missing argument.
2508 * configure: Rebuilt.
2509
25102009-09-03 Alexandre Oliva <aoliva@redhat.com>
2511
2512 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2513 Default to bootstrap-debug only if compare-debug works.
2514 * configure: Rebuilt.
2515 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2516 * Makefile.in: Rebuilt.
2517
25182009-09-01 Alexandre Oliva <aoliva@redhat.com>
2519
2520 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2521 * Makefile.in: Rebuilt.
2522
8e957354
PB
25232009-09-02 Paolo Bonzini <bonzini@gnu.org>
2524
2525 * Makefile.tpl (AWK): Fix typo.
2526 * Makefile.in: Regenerate.
2527
25282009-09-02 Paolo Bonzini <bonzini@gnu.org>
2529
2530 * configure.ac: Detect awk and sed.
2531 * Makefile.def (flags_to_pass): Add AWK and SED.
2532 * Makefile.tpl (AWK, SED): New.
2533 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2534 * configure: Regenerate.
2535 * Makefile.in: Regenerate.
2536
fb792462
TG
25372009-09-01 Tristan Gingold <gingold@adacore.com>
2538
2539 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2540 Remove logical names.
2541
a69e7d0a
DK
25422009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2543
2544 * ltmain.sh (func_normal_abspath): New function.
2545 (func_relative_path): Likewise.
2546 (func_mode_help): Document new -bindir option for link mode.
2547 (func_mode_link): Add new -bindir option, and use it to place
2548 output DLL if specified.
2549
d444d2ba
RW
25502009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2551
2552 * configure.ac (AC_PREREQ): Bump to 2.64.
2553
13b7343a
RW
25542009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2555
af542c2e
RW
2556 * README-maintainer-mode: Point directly to upstream locations
2557 for autoconf, automake, libtool, gettext, instead of copies on
2558 sources.redhat.com. Document required versions.
2559 * configure.ac: Do not substitute datarootdir, htmldir,
2560 pdfdir, docdir. Do not process --with-datarootdir,
2561 --with-htmldir, --with-pdfdir, --with-docdir.
2562 * configure: Regenerate.
2563
81ecdfbb
RW
2564 * configure: Regenerate.
2565
13b7343a
RW
2566 * compile: Sync from Automake 1.11.
2567 * depcomp: Likewise.
2568 * install-sh: Likewise.
2569 * missing: Likewise.
2570 * mkinstalldirs: Likewise.
2571 * ylwrap: Likewise.
2572
c1102ce7
RW
25732009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2574
34a0f3cf
RW
2575 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2576 (baseargs): Add --disable-option-checking.
2577 * configure: Regenerate.
2578
c1102ce7
RW
2579 * Makefile.def (configure-target-libiberty): Depend on
2580 all-binutils and all-ld.
2581 (configure-target-newlib): Likewise.
2582 * Makefile.in: Regenerate.
2583
e8a5fa9c
RW
25842009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2585
2586 Sync with GCC, merge:
2587
2588 2009-07-31 Christian Bruel <christian.bruel@st.com>
2589
2590 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2591 * configure: Regenerate.
2592
2593 2009-07-06 Ian Lance Taylor <iant@google.com>
2594
2595 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2596 * configure: Rebuild.
2597
2598 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2599
2600 PR bootstrap/40338
2601 * configure.ac (comparestring): Create new variable.
2602 * Makefile.tpl (comparestring): Use to skip some comparisions.
2603 * configure: Regenerate.
2604 * Makefile.in: Regenerate.
2605
2606 2009-06-23 Ian Lance Taylor <iant@google.com>
2607
2608 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2609 boot_languages. Only bootstrap target libraries listed in
2610 target_libs for some boot language. Add --with-stage1-ldflags,
2611 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2612 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2613 if not building with C++.
2614 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2615 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2616 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2617 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2618 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2619 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2620 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2621 * configure, Makefile.in: Rebuild.
2622
2623 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2624
2625 * configure.ac: Detect MPC in default directory.
2626 * configure: Regenerate.
2627
2628 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2629
2630 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2631 to noconfdirs.
2632 * configure: Regenerate.
2633
2634 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2635
2636 * Makefile.def: Add MPC support and dependencies.
2637 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2638
2639 * Makefile.in, configure: Regenerate.
2640
2641 2009-05-24 Nicolas Roche <roche@adacore.com>
2642
2643 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2644 * Makefile.in: Regenerate.
2645
2646 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2647
2648 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2649 * configure: Regenerate.
2650
2651 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2652
2653 * configure.ac ($with_ppl): Default to no if not supplied.
2654 ($with_cloog): Likewise.
2655 configure: Regenerate.
2656
2657 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2658
2659 PR bootstrap/39739
2660 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2661 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2662
2663 * configure, Makefile.in: Regenerate.
2664
2665 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2666
2667 * configure.ac: Change copyright header to refer to version
2668 3 of the GNU General Public License and to point readers at the
2669 COPYING3 file and the FSF's license web page.
2670 * Makefile.def: Likewise.
2671 * Makefile.tpl: Likewise.
2672 * Makefile.in: Regenerate.
2673
2674 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2675
2676 * configure.ac: Restore match for darwin9 or later. Use double
2677 brackets since regeneration eats one pair.
2678 * configure: Regenerate.
2679
bf110216
CF
26802009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2681
2682 * MAINTAINERS: Perform some obvious fixups.
2683
2262bbf4
BE
26842009-08-17 Ben Elliston <bje@au.ibm.com>
2685
2686 * config.sub, config.guess: Update from upstream sources.
2687
25a07265
NC
26882009-08-06 Michael Eager <eager@eagercon.com>
2689
2690 * configure.ac: Add Microblaze target.
2691 * configure: Regenerate.
2692
85bd1942
TG
26932009-07-02 Tristan Gingold <gingold@adacore.com>
2694
2695 * configure.ac: Do not exclude gas for i386-*-darwin.
2696 Add a case for x86_64-*-darwin.
2697 * configure: Regenerate.
2698
f9806fa5
DE
26992009-06-26 Doug Evans <dje@sebabeach.org>
2700
2701 * Makefile.def (host_modules): Add cgen.
2702 * Makefile.in: Regenerate.
2703 * configure.ac (host_tools): Add cgen.
2704 * configure: Regenerate.
2705
6bfb4e30
JJ
27062009-06-17 Michael Eager <eager@eagercon.com>
2707
2708 * COPYING.LIBGLOSS: Add Xilinx license.
2709
8bcf2718
NC
27102009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2711
2712 * configure.ac: Define is_elf for QNX Neutrino targets.
2713 * configure: Regenerate.
2714
04ec0acb
RW
27152009-06-03 Jerome Guitton <guitton@adacore.com>
2716 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2717
9eb322aa
MF
2718 * Makefile.tpl (all): Avoid a trailing backslash.
2719 * Makefile.in: Regenerate.
04ec0acb 2720
7ee5dbeb
BE
27212009-06-03 Ben Elliston <bje@au.ibm.com>
2722
2723 * config.sub, config.guess: Update from upstream sources.
2724
fda13ee8
AO
27252009-06-02 Alexandre Oliva <aoliva@redhat.com>
2726
2727 * Makefile.tpl ([+compare-target+]): Compare all stage
2728 directories, rather than just gcc.
2729 * Makefile.in: Rebuilt.
2730
4a657b0d
DK
27312009-05-28 Doug Kwan <dougkwan@google.com>
2732
2733 * configure.ac: Support gold for target arm*-*-*.
2734 * configure: Regenerate.
2735
07fc31c9
AO
27362009-05-27 Alexandre Oliva <aoliva@redhat.com>
2737
2738 * Makefile.tpl (all): Avoid harmless warning in make all when
2739 gcc-bootstrap is enabled but stage_last does not exist.
2740 * Makefile.in: Rebuilt.
2741
8a7a39ab
TG
27422009-05-25 Tristan Gingold <gingold@adacore.com>
2743
2744 * setup.com: Complete the file with configuration and build.
2745
b5233201
AO
27462009-05-18 Alexandre Oliva <aoliva@redhat.com>
2747
2748 PR other/40159
2749 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2750 gcc-no-bootstrap are mutually exclusive.
2751 * Makefile.in: Rebuilt.
2752
7b6175f9
AO
27532009-05-18 Alexandre Oliva <aoliva@redhat.com>
2754
2755 PR other/40159
2756 * Makefile.tpl (all): Don't end with unconditional success.
2757 * Makefile.in: Rebuilt.
2758
1b05fbbd
AO
27592009-05-12 Alexandre Oliva <aoliva@redhat.com>
2760
2761 PR target/37137
2762 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2763 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2764 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2765 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2766 stage_configureflags, stage_cflags and stage_libcflags into
2767 explicit Makefile macros.
2768 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2769 GFORTRAN.
2770 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2771 CC. Set CC_FOR_BUILD from CC.
2772 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2773 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2774 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2775 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2776 and GFORTRAN.
2777 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2778 (_LIBCFLAGS): Renamed to _TFLAGS.
2779 (do-compare-debug, do-compare3-debug): Drop.
2780 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2781 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2782 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2783 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2784 (XGCC_FLAGS_FOR_TARGET): New.
2785 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2786 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2787 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2788 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2789 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2790 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2791 TFLAGS.
2792 (BUILD_CONFIG): Include if requested.
2793 (all): Set TFLAGS on bootstrap.
2794 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2795 (all-stageid-prefixmodule): Likewise.
2796 (do-clean, distclean-stageid): Set TFLAGS.
2797 (restrap): Fix whitespace.
2798 * Makefile.in: Rebuilt.
2799
dc17c78c
EB
28002009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2801
2802 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2803 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2804 * Makefile.in: Regenerate.
2805
14324cd7
EZ
28062009-04-24 Eli Zaretskii <eliz@gnu.org>
2807
2808 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2809 consistency with config.sub. (Update from upstream sources.)
2810
f8d5f06c
JM
28112009-04-21 Joseph Myers <joseph@codesourcery.com>
2812
2813 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2814
0000e2bf
BE
28152009-04-17 Ben Elliston <bje@au.ibm.com>
2816
2817 * config.sub, config.guess: Update from upstream sources.
2818
20135e4c
NC
28192009-04-15 Anthony Green <green@moxielogic.com>
2820
34adf976 2821 * configure.ac: Add moxie support.
20135e4c
NC
2822 * configure: Rebuilt.
2823
ef699244
L
28242009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2825
2826 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2827 * configure: Regenerate.
2828
10ad8ef3
L
28292009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2830
2831 PR gas/10039
2832 * configure.ac: Require texinfo 4.7.
2833 * configure: Regenerated.
2834
c50523ce
L
28352009-04-09 Steve Ellcey <sje@cup.hp.com>
2836
2837 * Makefil.def (languages): New entries.
2838 * Makefile.tpl (check-gcc-*): New generic target.
2839 * Makefile.in: Regenerate.
2840
47afba5f
EZ
28412009-03-27 Eli Zaretskii <eliz@gnu.org>
2842
2843 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2844 Windows builds of Sed.
2845
dc448a7b
TT
28462009-03-18 Tom Tromey <tromey@redhat.com>
2847
2848 * configure: Rebuild.
2849 * configure.ac (host_libs): Add libiconv.
2850 * Makefile.in: Rebuild.
2851 * Makefile.def (host_modules): Add libiconv.
2852 (configure-gdb, all-gdb): Depend on libiconv.
2853
24741ab2
JB
28542009-03-16 Tristan Gingold <gingold@adacore.com>
2855
2856 * configure.ac: Treat gdb as supported on x86_64-darwin.
2857 * configure: Regenerate.
2858
29383458
JM
28592009-03-16 Joseph Myers <joseph@codesourcery.com>
2860
2861 Merge from GCC:
2862
2863 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2864
2865 * configure.ac (--with-host-libstdcxx): New option.
2866 * configure: Regenerate.
2867
2868 2009-01-29 Robert Millan <rmh@aybabtu.com>
2869
2870 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2871 * configure: Regenerate.
2872
2873 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2874
2875 PR tree-optimization/38515
2876 * configure.ac (cloog-polylib): Removed.
2877 (with_ppl, with_cloog): Test for "no".
2878 * configure: Regenerated.
2879
58e24671
RW
28802009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2881
2882 Backport from git Libtool:
2883
2884 2009-01-19 Robert Millan <rmh@aybabtu.com>
2885 Support GNU/kOpenSolaris.
2886 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2887 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2888 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2889 GNU/kOpenSolaris.
2890
314b2e66
AS
28912009-02-05 Andreas Schwab <schwab@suse.de>
2892
2893 * Makefile.tpl (stage_last): Define $r and $s before using
2894 $(RECURSE_FLAGS_TO_PASS).
2895 * Makefile.in: Regenerate
2896
8b700390
JJ
28972009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2898
2899 * COPYING.NEWLIB: Add ARM license.
2900
66775d67
AM
29012009-01-16 Alan Modra <amodra@bigpond.net.au>
2902
2903 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 2904 (all-opcodes): Depend on all-libiberty.
66775d67
AM
2905 * Makefile.in: Regenerate.
2906
19e99079
NC
29072009-01-15 Douglas B Rupp <rupp@gnat.com>
2908
2909 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2910 * configure: Regenerate.
2911
22e8c8e0
RW
29122008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2913
2914 Backport link test fix from upstream Libtool:
2915
2916 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2917 Add cache variables to tests that require the linker to work.
2918 For shlibpath_overrides_runpath, this also changes the semantics
2919 to let the result from the C compiler take precedence.
2920 compiler take precedence.
2921
7d6d7764
BE
29222008-12-02 Ben Elliston <bje@au.ibm.com>
2923
2924 * config.sub, config.guess: Update from upstream sources.
2925
ea8af06e
JJ
29262008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2927
2928 * COPYING.NEWLIB: Updated.
2929 * COPYING.LIBGLOSS: Ditto.
2930
af0771d3
PB
29312008-12-16 Paolo Bonzini <bonzini@gnu.org>
2932
2933 Sync with GCC:
2934
2935 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2936
2937 * configure.ac (ppllibs): Add by default the lib flags.
2938 * configure: Regenerate.
2939
2940 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2941
314b2e66
AS
2942 * configure.ac: Add double brackets on darwin[912].
2943 * configure: Regenerate.
af0771d3
PB
2944
2945 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2946
314b2e66
AS
2947 * configure.ac: Expand to darwin10 and later.
2948 * configure: Regenerate.
af0771d3 2949
f7c83eac
AS
29502008-12-02 Andreas Schwab <schwab@suse.de>
2951
2952 * Makefile.def: configure-target-boehm-gc depends on
2953 all-target-libstdc++-v3.
2954 * Makefile.in: Regenerate.
2955
bc67ad83
BE
29562008-12-02 Ben Elliston <bje@au.ibm.com>
2957
2958 * config.sub, config.guess: Update from upstream sources.
2959
e28c595f
JM
29602008-11-27 Joseph Myers <joseph@codesourcery.com>
2961
2962 Merge from GCC:
2963
2964 2007-12-02 Matthias Klose <doko@ubuntu.com>
2965
2966 * config-ml.in: Remove 64bit configure tests.
2967
2968 2008-05-14 Rafael Espindola <espindola@google.com>
2969
2970 * config-ml.in: don't handle --enable-shared and --enable-static.
2971
2972 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2973 Tobias Grosser <grosser@fim.uni-passau.de>
2974 Jan Sjodin <jan.sjodin@amd.com>
2975 Harsha Jagasia <harsha.jagasia@amd.com>
2976 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2977 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2978 Adrien Eliche <aeliche@isty.uvsq.fr>
2979
2980 Merge from graphite branch.
2981 * configure: Regenerate.
2982 * Makefile.in: Regenerate.
2983 * configure.ac (host_libs): Add ppl and cloog.
2984 Add checks for PPL and CLooG.
2985 * Makefile.def (ppl, cloog): Added modules and dependences.
2986 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2987 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2988
2989 2008-09-03 Richard Guenther <rguenther@suse.de>
2990
2991 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2992 cloog test.
2993 * configure: Re-generate.
2994
2995 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2996
2997 * configure.ac (--with-cloog-polylib): New.
2998 (--disable-cloog-version-check): New.
2999 (--disable-ppl-version-check): New.
3000 * configure: Re-generate.
3001
3002 2008-09-05 Richard Guenther <rguenther@suse.de>
3003
3004 * configure.ac: Initialize clooglibs to -lcloog.
3005 * configure: Re-generate.
3006
3007 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3008
3009 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
3010 recommended version to 2.3.2.
3011
3012 * configure: Regenerate.
3013
3014 2008-10-31 Ben Elliston <bje@au.ibm.com>
3015
3016 * configure.ac (spu-*-*): Remove special case.
3017 * configure: Regenerate.
3018
3019 Complete comment text from GCC version of:
3020
3021 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3022
3023 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3024 (GCC_SHLIB_SUBDIR): New.
3025 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3026 * configure: Regenerate.
3027 * Makefile.in: Regenerate.
3028
652dec25
TG
30292008-11-27 Tristan Gingold <gingold@adacore.com>
3030
3031 * configure.ac: Build gdb for i?86-*-darwin*
3032 * configure: Regenerated.
3033
7582fb4a
DJ
30342008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
3035
3036 PR bootstrap/38014
3037 PR bootstrap/37923
3038
3039 Revert:
3040
3041 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3042
3043 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3044 * Makefile.in: Regenerated.
3045
3046 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3047
3048 PR gdb/921
3049 PR gdb/1646
3050 PR gdb/2175
3051 PR gdb/2176
3052
3053 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3054 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3055 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3056 (HOST_EXPORTS): Pass CPPFLAGS.
3057 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3058 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3059 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3060 * Makefile.in, configure: Regenerated.
3061 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3062 and CPPFLAGS_FOR_BUILD.
3063
faee1be2
UW
30642008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
3065
3066 * configure.ac [spu-*-*]: Do not set skipdirs.
3067 * configure: Re-generate.
3068
b7c2dce4
DJ
30692008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
3070
3071 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
3072 * Makefile.in: Regenerated.
3073
bb52de30
DJ
30742008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
3075
3076 PR gdb/921
3077 PR gdb/1646
3078 PR gdb/2175
3079 PR gdb/2176
3080
3081 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
3082 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
3083 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
3084 (HOST_EXPORTS): Pass CPPFLAGS.
3085 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
3086 (LDFLAGS_FOR_TARGET): Initialize from configure script.
3087 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
3088 * Makefile.in, configure: Regenerated.
3089 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
3090 and CPPFLAGS_FOR_BUILD.
3091
b25062ae
SE
30922008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
3093
3094 * libtool.m4: Update to libtool 2.2.6.
3095 * lt~obsolete.m4: Update to libtool 2.2.6.
3096 * ltmain.sh: Update to libtool 2.2.6.
3097 * ltsugar.m4: Update to libtool 2.2.6.
3098 * ltversion.m4: Update to libtool 2.2.6.
3099 * ltoptions.m4: Update to libtool 2.2.6.
3100 * ltgcc.m4: Update to match changes from libtool 2.2.6.
3101
3bbd2f8f
AL
31022008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3103
3104 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
3105 (GCC_SHLIB_SUBDIR): New.
3106 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
3107 * configure: Regenerate.
3108 * Makefile.in: Regenerate.
3109
b29d32ce
TG
31102008-08-28 Tristan Gingold <gingold@adacore.com>
3111
3112 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
3113 Enable bfd, binutils and opcodes.
3114 * configure: Regenerate.
3115
c325a203
DD
31162008-08-16 Nicolas Roche <roche@adacore.com>
3117
3118 * Makefile.tpl: Add BOOT_ADAFLAGS.
3119 * Makefile.in: Regenerate.
3120
e7c8859c
RS
31212008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
3122
3123 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
3124 * configure: Regenerate.
3125
da888c87
PB
31262008-07-30 Paolo Bonzini <bonzini@gnu.org>
3127
3128 Sync with gcc:
3129 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
3130
f7c83eac
AS
3131 * configure.ac: Add makefile fragments for hpux.
3132 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
3133 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
3134 * configure: Regenerate.
3135 * Makefile.in: Regenerate.
da888c87
PB
3136
3137 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3138
f7c83eac
AS
3139 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
3140 * Makefile.in: Regenerate.
3141 * configure: Regenerate.
da888c87 3142
944982cf
ILT
31432008-06-18 Ian Lance Taylor <iant@google.com>
3144
662c6704
ILT
3145 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
3146
944982cf
ILT
3147 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
3148
7a283e07
RW
31492008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3150
3151 * configure: Regenerate.
3152
5b553f7e
RW
31532008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3154
3155 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
3156 "$@" is still intact with both Autoconf 2.59 and 2.62.
3157 * configure: Regenerate.
3158
675492f0
RW
31592008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3160
3161 * Makefile.tpl: Fix comment errors.
3162 * Makefile.in: Regenerate.
3163
b018a5d1
JB
31642008-06-13 Julian Brown <julian@codesourcery.com>
3165
3166 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
3167 of libobjc for ARM EABI Linux.
3168 * configure: Regenerate.
3169
310213e8
DE
31702008-06-12 David S. Miller <davem@davemloft.net>
3171 David Edelsohn <edelsohn@gnu.org>
3172
3173 * configure.ac: Add powerpc*-*-* to gold supported targets.
3174 * configure: Regenerate.
3175
6641ce42
JM
31762008-06-08 Joseph Myers <joseph@codesourcery.com>
3177
3178 PR tree-optimization/36218
3179 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
3180 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
3181 (all prefix="build-"): Pass them to build-system sub-makes.
3182 * Makefile.in: Regenerate.
3183
03c2f9e6
DJ
31842008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
3185
3186 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
3187 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
3188 mkdep, and compile. Update comments.
3189 (ETC_SUPPORT): Add ChangeLog and update comments.
3190
4538db8b
ILT
31912008-05-11 Ian Lance Taylor <iant@google.com>
3192
3193 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
3194
266df637
PB
31952008-04-18 Paolo Bonzini <bonzini@gnu.org>
3196
3197 Sync with gcc:
3198 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3199
3200 PR bootstrap/35457
3201 * configure.ac: Include override.m4.
3202 * configure: Regenerate.
3203
3204 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
3205
f7c83eac
AS
3206 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
3207 * Makefile.in: Regenerate.
266df637
PB
3208
3209 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
3210
f7c83eac
AS
3211 * configure.ac: Do not build libssp for the AVR.
3212 * configure: Regenerate.
266df637 3213
a86a761e
NC
32142008-04-18 Nick Clifton <nickc@redhat.com>
3215
3216 * MAINTAINERS: Replace reference to configure.in with reference to
3217 configure.ac.
3218
52310858
NC
32192008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3220
f7c83eac 3221 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 3222 as nonconfigurable directories list.
f7c83eac 3223 * configure: Regenerate.
52310858 3224
f5314dd5
DM
32252008-04-14 David S. Miller <davem@davemloft.net>
3226
3227 * configure.ac: Add sparc*-*-* to gold supported targets.
3228 * configure: Regenerate.
3229
e2208220
BE
32302008-04-14 Ben Elliston <bje@au.ibm.com>
3231
3232 * config.sub, config.guess: Update from upstream sources.
3233
0bb6ea20
HPN
32342008-04-12 Hans-Peter Nilsson <hp@axis.com>
3235
3236 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3237 * Makefile.in: Regenerate.
3238
e5164e97
ILT
32392008-04-07 Ian Lance Taylor <iant@google.com>
3240
3241 * Makefile.def: check-gold depends upon all-binutils.
3242 * Makefile.in: Regenerate.
3243
e33b51a6
NC
32442008-04-04 Nick Clifton <nickc@redhat.com>
3245
3246 PR binutils/4334
3247 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3248 builds.
3249 * configure: Regenerate.
3250
fc5df3ab
NC
32512008-04-04 NightStrike <NightStrike@gmail.com>
3252
3253 PR other/35151
f7c83eac
AS
3254 * configure.ac: Combine rules for mingw32 and mingw64.
3255 * configure: Regenerate.
fc5df3ab 3256
c779bab8
PB
32572008-03-27 Paolo Bonzini <bonzini@gnu.org>
3258
3259 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3260 * Makefile.in: Regenerate.
3261
93f9b408
ILT
32622008-03-20 Ian Lance Taylor <iant@google.com>
3263
3264 * configure.ac: Add support for --enable-gold.
3265 * Makefile.def: Add gold as a directory like ld.
3266 * configure, Makefile.in: Regenerate.
3267
5746fb46
AK
32682008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3269
3270 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3271 (s390_cond_extensions): Reduced extensions to the compare related.
3272 (main): z10 cpu type option added.
3273 (expandConditionalJump): Renamed to ...
3274 (insertExpandedMnemonic): ... this.
3275
3276 * opcodes/s390-opc.c: Re-group the operand format makros.
3277 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3278 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3279 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3280 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3281 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3282 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3283 INSTR_SIL_RDU): New instruction formats added.
3284 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3285 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3286 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3287 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3288 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3289 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3290 masks added.
3291 (s390_opformats): New formats added "ris", "rrs", "sil".
3292 * opcodes/s390-opc.txt: Add the conditional jumps with the
3293 extensions removed from automatic expansion in s390-mkopc.c manually.
3294 (asi - trtre): Add new System z10 EC instructions.
3295 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3296
58c85be7
RW
32972008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3298
3299 * configure.ac: m4_include config/proginstall.m4.
3300 * configure: Regenerate.
3301
78124051
RW
33022008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3303
3304 Backport from upstream Libtool:
f7c83eac 3305
78124051 3306 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 3307
78124051
RW
3308 Deal with Autoconf 2.62's semantic change in m4_append.
3309 * ltsugar.m4 (lt_append): Replace broken versions of
3310 m4_append.
3311 (lt_if_append_uniq): Don't require separator to be overquoted,
3312 and avoid broken m4_append.
3313 (lt_dict_add): Fix typo.
3314 * libtool.m4 (_LT_DECL): Don't overquote separator.
3315
018f1bea
DE
33162008-03-13 David Edelsohn <edelsohn@gnu.org>
3317
3318 * config.rpath: Add AIX 6 support.
3319
5c5f596d
PB
33202008-03-13 Paolo Bonzini <bonzini@gnu.org>
3321
3322 * Makefile.def (stageprofile). Remove -fprofile-generate
3323 from stage_libcflags.
3324 * Makefile.in: Regenerate.
3325
a1f93a5e
BE
33262008-03-13 Ben Elliston <bje@au.ibm.com>
3327
3328 * config.sub, config.guess: Update from upstream sources.
3329
98c3d905
AK
33302008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3331
3332 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3333 * s390-opc.txt (cmpsc): Duplicate entry removed.
3334 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3335 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3336 fier, cu42, cu41): Fix operand format.
3337
7f6ef0c0
PB
33382008-02-20 Paolo Bonzini <bonzini@gnu.org>
3339
f7c83eac
AS
3340 PR bootstrap/32009
3341 PR bootstrap/32161
3342
3343 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3344 * configure: Regenerate.
3345
3346 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3347 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3348 STAGE4_LIBCFLAGS): New.
3349 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3350 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3351 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3352 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3353 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3354 for target modules. Don't export LIBCFLAGS.
3355 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3356 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3357 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3358 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3359 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3360 * Makefile.in: Regenerate.
7f6ef0c0 3361
eaf19029
PB
33622008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3363
3364 PR libgcj/33085
3365 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3366 Do not use -DDLL_EXPORT. Backport from upstream.
3367
680c43e9
NC
33682008-02-14 Nick Clifton <nickc@redhat.com>
3369
3370 Import this patch from gcc:
3371 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3372
3373 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3374
c72b1d96
HPN
33752008-02-02 Hans-Peter Nilsson <hp@axis.com>
3376
3377 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3378 * configure: Regenerate.
3379
8b66833e
BW
33802008-01-31 Marc Gauthier <marc@tensilica.com>
3381
3382 * configure.ac (xtensa*-*-*): Recognize processor variants.
3383 * configure: Regenerate.
3384
9cc8ae67
PB
33852008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3386
f7c83eac
AS
3387 PR bootstrap/34922
3388 * configure.ac (PARSE_ARGS): Push suitable setting of
3389 ac_subdirs_all, for `./configure --help=recursive'.
3390 Handle `+' in generic toplevel directory disabling.
3391 * configure: Regenerate.
9cc8ae67 3392
19090595
BE
33932008-01-23 Ben Elliston <bje@au.ibm.com>
3394
3395 * config.sub, config.guess: Update from upstream sources.
3396
9f1e7fd3
BE
33972008-01-08 Ben Elliston <bje@au.ibm.com>
3398
3399 * config.sub, config.guess: Update from upstream sources.
3400
2f959d61
JJ
34012007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3402
3403 * COPYING.LIBGLOSS: Update default copyright.
3404
aa054b85
JJ
34052007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3406
3407 * COPYING.NEWLIB: Update default copyright.
3408
57c53b2b
RS
34092007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3410
3411 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3412 Change recommended MPFR from 2.2.1 > 2.3.0.
3413 * configure: Regenerate.
3414
fee14b60
RS
34152007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3416
3417 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3418 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3419 * Makefile.in: Regenerate.
3420
c9b68031
DD
34212007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3422
3423 * configure.ac: Enable libjava for x86_64-*-darwin9.
3424 * configure: Regenerate.
3425
ad25e7d5
BE
34262007-12-05 Ben Elliston <bje@au.ibm.com>
3427
3428 * config.sub, config.guess: Update from upstream sources.
3429
6ac84f65
PB
34302007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3431
f7c83eac
AS
3432 * config-ml.in: Robustify against white space in absolute file
3433 names.
6ac84f65 3434
f7c83eac
AS
3435 * config-ml.in (multi-clean): Substitute ${Makefile}.
3436 Remove superfluous ${Makefile} in list.
6ac84f65 3437
7b3200f9
DJ
34382007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3439
3440 * Makefile.def (dependencies): Make configure-gdb depend on
3441 all-intl.
3442 * Makefile.in: Regenerated.
3443
2c133ff9
JJ
34442007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3445
3446 * Makefile.def: To avoid problems running with parallel makes,
3447 build newlib before libgloss so that target specific header
3448 files are availble.
3449 * Makefile.in: Regenerate.
3450
5074315a
DJ
34512007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3452
3453 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3454 * Makefile.in: Regenerate.
3455
f5bc1778
DJ
34562007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3457
3458 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3459 * libdecnumber: New directory, imported from GCC.
3460
c66487f8
NC
34612007-10-08 Mike Frysinger <vapier@gentoo.org>
3462
3463 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3464 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3465 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3466 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3467 * configure: Regenerate.
3468
b5714970
PB
34692007-10-01 Paolo Bonzini <bonzini@gnu.org>
3470
3471 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3472 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3473 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3474 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3475 * configure.ac: Default them to host tools for $host = $build.
3476 Subst them.
3477
3478 * configure: Regenerate.
3479 * Makefile.in: Regenerate.
3480
f3b1e08e
RS
34812007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3482
3483 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3484 * configure: Regenerate.
3485
cff87f51
DD
34862007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3487
3488 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3489 libstdc++.
3490 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3491 * configure: Regenerate.
3492 * Makefile.in: Regenerate.
f7c83eac 3493
625a61cd
AS
34942007-09-17 Andreas Schwab <schwab@suse.de>
3495
3496 * configure.ac: Raise minimum makeinfo version to 4.6.
3497 * configure: Regenerate.
3498
83a3a68b
AM
34992007-09-15 Alan Modra <amodra@bigpond.net.au>
3500
3501 * configure.ac: Correct makeinfo version check.
3502 * configure: Regenerate.
3503
5bd8be13
RS
35042007-09-14 Richard Sandiford <richard@codesourcery.com>
3505
3506 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3507 to $skipdirs and only disable gprof for newlib. Use the normal
3508 mips*-elf* handling in other respects.
3509 * configure: Regnerate.
3510
5566c1fa
DD
35112007-09-12 David Daney <ddaney@avtrex.com>
3512
3513 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3514 enabling libgcj.
3515 * configure: Regenerate.
3516
35172007-09-12 Richard Guenther <rguenther@suse.de>
3518
3519 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3520 nor --disable-checking is provided also turn on yes and types
3521 checking for stage1.
3522 * configure: Re-generate.
3523
a18e2996 35242007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
3525
3526 PR target/33281
3527 * configure.ac: Use config/mh-mingw on mingw.
3528 * configure: Regenerate.
84e7906e 3529
691bb5a1
DD
35302007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3531
3532 PR other/32154
3533 * configure.ac: For libgloss targets, point the linker to the linker
3534 script, startup code and simulator library.
3535 * configure: Regenerate.
3536
6d18b86b
AH
35372007-09-09 Andrew Haley <aph@redhat.com>
3538
3539 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 3540 target-libjava.
6d18b86b 3541
f00a3165 35422007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 3543
f00a3165 3544 * config.sub, config.guess: Update from upstream sources.
971aaaa5 3545
2abc4e65
BE
35462007-08-21 Richard Guenther <rguenther@suse.de>
3547
3548 * configure.ac: Add types checking to stage1 checking flags.
3549 * configure: Regenerate.
3550
8a6ee3ab 35512007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 3552 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
3553
3554 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3555 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3556 * Makefile.in: Regenerate.
3557 * configure.ac (--with-debug-prefix-map): New.
3558 * configure: Regenerate.
3559
429acdec
RS
35602007-08-17 Richard Sandiford <richard@codesourcery.com>
3561 Nigel Stephens <nigel@mips.com>
3562
429acdec
RS
3563 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3564 as target_makefile_frag.
3565 * configure: Regenerate.
3566
8520c408
AO
35672007-08-16 Alexandre Oliva <aoliva@redhat.com>
3568
3569 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3570 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3571 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3572 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3573 (do-compare, do-compare3, do-compare-debug): New.
3574 ([+compare-target+]): Use them.
3575
35762007-08-16 Alexandre Oliva <aoliva@redhat.com>
3577
3578 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3579 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3580 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3581 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3582 (do-compare, do-compare3, do-compare-debug): New.
3583 ([+compare-target+]): Use them.
3584
2444379b
BE
35852007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3586 Ben Elliston <bje@au.ibm.com>
3587
3588 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3589 --silent if $silent.
3590 * configure: Regenerate.
3591
d6f99447
DJ
35922007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3593
3594 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3595
bd0aa315
NC
35962007-07-17 Nick Clifton <nickc@redhat.com>
3597
3598 * COPYING3: New file. Contains version 3 of the GNU General
3599 Public License.
3600 * COPYING3.LIB: New file. Contains version 3 of the GNU
3601 Lesser General Public License.
3602
0ebe98fb
BS
36032007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3604
3605 * configure.ac: Fix my previous change to really match GCC.
3606 * configure: Regenerate.
3607
521ec477
DD
36082007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3609
3610 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3611 * configure: Regenerate.
3612
36132007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3614
3615 * configure.ac: Add some missing m4 quotation.
3616 * configure: Regenerate.
3617
0c24b341
NC
36182007-07-09 Kai Tietz <kai.tietz@onevision.com>
3619
f7c83eac
AS
3620 * Makefile.def: Add windmc tool to build.
3621 * Makefile.tpl: Likewise.
3622 * configure.ac: Likewise.
3623 * Makefile.in: Regenerate.
3624 * configure: Regenerate.
0c24b341 3625
a09314d0
L
36262007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3627
3628 * lt~obsolete.m4: New. Import from 20070318 libtool.
3629
7c3e1d12
BS
36302007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3631
3632 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3633 uclinux and linux-uclibc targets.
3634 * configure: Regenerate.
3635
a5b3b4dd
DD
36362007-06-28 DJ Delorie <dj@redhat.com>
3637
3638 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3639 not building newlib.
3640 * configure: Regenerated.
f7c83eac 3641
184d813c
DJ
36422007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3643
3644 * src-release (DEVO_SUPPORT): Correct typos.
3645
31d99776
DJ
36462007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3647
3648 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3649 * Makefile.in: Regenerated.
3650
e00a73e3
PB
36512007-06-14 Paolo Bonzini <bonzini@gnu.org>
3652
f7c83eac
AS
3653 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3654 (distclean-stage[+id+]): Possibly delete stage_last.
3655 * Makefile.in: Regenerate.
e00a73e3 3656
98a1bbc5
BE
36572007-06-07 Ben Elliston <bje@au.ibm.com>
3658
3659 * config.sub, config.guess: Update from upstream sources.
3660
973601e1
BE
36612007-06-07 Ben Elliston <bje@au.ibm.com>
3662
3663 * Makefile.tpl: Fix spelling error.
3664 * Makefile.in: Regenerate.
3665
2038f525
PB
36662007-06-04 Paolo Bonzini <bonzini@gnu.org>
3667
3668 Sync with gcc:
3669 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3670
f7c83eac
AS
3671 PR bootstrap/29382
3672 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3673 * configure: Rebuilt.
2038f525 3674
f7c5c4b5
PB
36752007-06-01 Steve Ellcey <sje@cup.hp.com>
3676
12a64d4f
L
3677 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3678 lt_cv_sys_max_cmd_len.
f7c5c4b5 3679
7ad9660b
PB
36802007-05-31 Paolo Bonzini <bonzini@gnu.org>
3681
3682 * ltgcc.m4: Update from GCC.
3683
0e7ef45c
EC
36842007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3685
12a64d4f 3686 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 3687
37ad9514
SE
36882007-05-24 Steve Ellcey <sje@cup.hp.com>
3689
3690 * ltmain.sh: Update from GCC.
3691 * libtool.m4: Update from GCC.
3692 * ltsugar.m4: New. Update from GCC.
3693 * ltversion.m4: New. Update from GCC.
3694 * ltoptions.m4: New. Update from GCC.
3695 * ltconfig: Remove.
3696 * ltcf-c.sh: Remove.
3697 * ltcf-cxx.sh: Remove.
3698 * ltcf-gcj.sh: Remove.
3699 * src-release: Update with new libtool file list.
3700
8ee82aff
PB
37012007-05-16 Paolo Bonzini <bonzini@gnu.org>
3702
3703 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3704 stage_cflags.
3705 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3706 Remove CFLAGS/LIBCFLAGS.
3707 (configure-stage[+id+]-[+prefix+][+module+],
3708 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3709 * Makefile.in: Regenerate.
3710
149cb58d
SE
37112007-04-14 Steve Ellcey <sje@cup.hp.com>
3712
3713 * config-ml.in: Update from GCC.
3714
91506736
DJ
37152007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3716
3717 * src-release (do-proto-toplev): Process the support directories before
3718 the tool directory.
3719
ffa8bd48
RS
37202007-03-21 Richard Sandiford <richard@codesourcery.com>
3721
3722 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3723 of glob. Quote arguments with single quotes too.
3724 * configure: Regenerate.
3725
a4fd3374
DD
37262007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3727
3728 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3729 * Makefile.in: Regenerate
3730
b8025f34
AS
37312007-03-07 Andreas Schwab <schwab@suse.de>
3732
3733 * configure: Regenerate.
3734
a3ca38d2
DD
37352007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3736
3737 * configure.ac: Add "--with-pdfdir" configure option,
3738 which defines pdfdir variable.
3739 * Makefile.def (target=fixincludes): Add install-pdf to
3740 missing targets.
3741 (recursive_targets): Add install-pdf target.
3742 (flags_to_pass): Add pdfdir.
3743 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3744 target.
3745 * configure: Regenerate
3746 * Makefile.in: Regenerate
3747
37482007-02-28 Eric Christopher <echristo@apple.com>
3749
3750 Revert:
3751 2006-12-07 Mike Stump <mrs@apple.com>
3752
3753 * Makefile.def (dependencies): Add dependency for
3754 install-target-libssp and install-target-libgomp on
3755 install-gcc.
3756 * Makefile.in: Regenerate.
3757
37582007-02-27 Matt Kraai <kraai@ftbfs.org>
3759
3760 * configure: Regenerate.
3761 * configure.ac: Move statements after variable declarations.
3762
a4708fba
JM
37632007-02-19 Joseph Myers <joseph@codesourcery.com>
3764
3765 * configure.ac: Adjust for loop syntax.
3766 * configure: Regenerate.
3767
9a819804
AO
37682007-02-18 Alexandre Oliva <aoliva@redhat.com>
3769
3770 * configure: Rebuilt.
3771
81ec575a
AO
37722007-02-18 Alexandre Oliva <aoliva@redhat.com>
3773
3774 * configure.ac: Drop multiple occurrences of --enable-languages,
3775 and fix its quoting.
3776 * configure: Rebuilt.
3777
92f01d61 37782007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
3779 Nathan Sidwell <nathan@codesourcery.com>
3780 Vladimir Prus <vladimir@codesourcery.com
3781 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
3782
3783 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3784 * configure: Regenerate.
3785
b1299c4e
DJ
37862007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3787
3788 * configure.ac (target_libraries): Move libgcc before libiberty.
3789 * configure: Regenerated.
3790
18f6b6ee
PB
37912007-02-13 Paolo Bonzini <bonzini@gnu.org>
3792
3793 * configure: Regenerate again?
3794
9c4e9f27
PB
37952007-02-13 Paolo Bonzini <bonzini@gnu.org>
3796
3797 * configure: Reapply PR30748 fix which was lost in the previous commit.
3798
24ff9987
DJ
37992007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3800 Paolo Bonzini <bonzini@gnu.org>
3801
3802 PR bootstrap/30753
3803 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3804 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3805 * configure: Regenerated.
3806
7df2cd5d
PB
38072007-02-10 Paolo Bonzini <bonzini@gnu.org>
3808
3809 * configure: Regenerate.
3810
b0aaa663
DJ
38112007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3812
3813 PR bootstrap/30748
3814 * configure.ac: Correct syntax for Solaris ksh.
3815 * configure: Regenerated.
3816
a0323144
PB
38172007-02-09 Paolo Bonzini <bonzini@gnu.org>
3818
3819 * Makefile.def: Sync with GCC.
3820 * Makefile.tpl: Sync with GCC.
3821 * Makefile.in: Regenerate.
3822 * configure: Regenerate.
3823
c6b750e1
DJ
38242007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3825
3826 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3827 noncanonical equivalents.
3828 * configure.in: Rename to...
3829 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3830 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3831 target_noncanonical. Use them. Rewrite removal of configure
3832 arguments for autoconf 2.59. Discard variable settings. Force
3833 program_transform_name for native tools.
3834
3835 * Makefile.in: Regenerated.
3836 * configure: Regenerated with autoconf 2.59.
3837
3838 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3839
f3cd89f4
JJ
38402007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3841
3842 * COPYING.LIBGLOSS: Reformat default Red Hat
3843 license to fit within 80 columns.
3844 * COPYING.NEWLIB: Ditto.
3845
4e206d7e
DB
38462007-02-05 Dave Brolley <brolley@redhat.com>
3847
3848 * Contribute the following changes:
3849 2006-11-28 DJ Delorie <dj@redhat.com>
3850
3851 * configure.in: Fix typo for mep's target_makefile_frag.
3852 * configure: Regenerated.
3853
3854 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3855
3856 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3857 * configure: Regenerate.
3858
3859 2001-09-19 DJ Delorie <dj@redhat.com>
3860
3861 * configure.in (target_makefile_frag): use mt-mep
3862
3863 2001-06-12 Don Howard <dhoward@redhat.com>
3864
3865 * configure.in: Remove gdb from MeP skip list.
3866
3867 2001-04-05 DJ Delorie <dj@redhat.com>
3868
3869 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3870
3871 2001-03-20 Ben Elliston <bje@redhat.com>
3872
3873 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3874
3875 2001-03-19 Ben Elliston <bje@redhat.com>
3876
3877 * config.sub (mep, mep-*): Add.
3878
b2edfdd2
AS
38792007-01-31 Andreas Schwab <schwab@suse.de>
3880
3881 * Makefile.tpl (LDFLAGS): Substitute it.
3882 * Makefile.in: Regenerate.
3883
ceb92e78
PB
38842007-01-11 Paolo Bonzini <bonzini@gnu.org>
3885
3886 * configure.in: Change == to = in test command.
f7c83eac 3887 * configure: Regenerate.
ceb92e78 3888
4b900473 38892007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
3890 Nick Clifton <nickc@redhat.com>
3891 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3892
3893 * configure.in (build_configargs, host_configargs, target_configargs):
3894 Remove build/host/target parameters.
3895 (host_libs): Add gmp and mpfr.
3896 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3897 * Makefile.def (gmp, mpfr): New.
3898 (gcc): Remove target.
3899 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3900 target_os, target_vendor): New.
3901 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3902 * configure: Regenerate.
3903 * Makefile.in: Regenerate.
4b900473
PB
3904
39052007-01-11 Matt Fago <fago@earthlink.net>
3906
3907 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 3908 to improve robustness of configure tests.
4b900473
PB
3909 * configure: Regenerate.
3910
80f6dcbc
NC
39112007-01-08 Kai Tietz <kai.tietz@onevision.com>
3912
3913 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 3914 * configure: Regenerate.
80f6dcbc 3915
f86e35b8
NC
39162007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3917
3918 * Makefile.tpl (all-target): Correct @if conditional for target
3919 modules.
3920 * configure.in: Omit libiberty if building only target libgcc.
3921 * configure, Makefile.in: Regenerated.
3922
79fcd0ec
PB
39232007-01-04 Paolo Bonzini <bonzini@gnu.org>
3924
3925 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3926 * configure: Regenerate.
3927
6aa8ef82
DJ
39282007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3929
3930 * Makefile.def (target_modules): Add libgcc.
3931 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3932 * Makefile.tpl (clean-target-libgcc): Delete.
3933 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3934 on gcc even for bootstrapped modules. Rewrite handling of
3935 lang_env_dependencies to loop over target_modules.
3936 * configure.in (target_libraries): Add target-libgcc.
3937 * Makefile.in, configure: Regenerated.
3938
9b134994
PB
39392006-12-29 Paolo Bonzini <bonzini@gnu.org>
3940
3941 Sync with gcc:
3942 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3943
f7c83eac
AS
3944 * configure.in: Reorganize recognition of languages. Add
3945 --enable-stage1-languages. Show supported languages for the chosen
3946 target rather than all recognized languages.
3947 * configure: Regenerate.
9b134994
PB
3948
3949 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3950
f7c83eac
AS
3951 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3952 * Makefile.in: Regenerate.
9b134994
PB
3953
3954 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3955
f7c83eac
AS
3956 * configure.in: Warn that MPFR 2.2.0 is buggy.
3957 * configure: Regenerate.
9b134994 3958
8cf39b1b
ILT
39592006-12-27 Ian Lance Taylor <iant@google.com>
3960
3961 * configure.in: When removing Makefiles to force a reconfigure, also
3962 remove prev-DIR*/Makefile.
3963 * configure: Regenerate.
3964
ebff6cd5
KH
39652006-12-23 Kazu Hirata <kazu@codesourcery.com>
3966
3967 * config.bfd: Recognize fido.
3968
8a0d8a5c
PB
39692006-12-19 Paolo Bonzini <bonzini@gnu.org>
3970
3971 Sync with gcc:
3972
3973 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3974
3975 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3976 it only affects bootstrap and could be tested on "$host" as well.
3977 * configure: Regenerate.
3978 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3979
3980 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3981
3982 PR bootstrap/29544
3983 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3984 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3985 move here comment from Makefile.tpl.
3986 * Makefile.tpl: Move some definitions higher in the file.
3987 (STAGE1_CHECKING): New.
3988 * configure.in: Add --enable-stage1-checking.
3989 * configure: Regenerate.
3990 * Makefile.in: Regenerate.
3991
3992 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3993
3994 * configure.in: Update error message for missing GMP/MPFR.
3995
3996 * configure: Regenerate.
3997
3998 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3999
4000 * configure.in: Update MPFR version in error message.
4001
4002 * configure: Regenerate.
4003
4004 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4005
4006 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
4007 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
4008 --with-gmp-lib): New flags.
4009
4010 * configure: Regenerate.
4011
790c0838
AM
40122006-12-12 Andreas Tobler <a.tobler@schweiz.org>
4013
4014 PR bootstrap/30134
4015 * configure.in: Correct x86 darwin support for libjava to powerpc
4016 and i?86 only.
4017 * configure: Regenerate.
4018
77d7106f
AM
40192006-12-11 Alan Modra <amodra@bigpond.net.au>
4020
4021 * configure.in: Handle spu makefile frag.
77d7106f
AM
4022 * Makefile.tpl (MAINT): Define
4023 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
4024 * configure: Regenerate.
4025 * Makefile.in: Regenerate.
4026
0cfa5389
BE
40272006-12-11 Ben Elliston <bje@au.ibm.com>
4028
4029 * config.sub, config.guess: Update from upstream sources.
4030
2839fe5d
BE
40312006-12-11 Ben Elliston <bje@au.ibm.com>
4032
4033 * configure.in: Sync with GCC (spu-*-*).
4034 * configure: Sync with GCC.
4035
b897f5d4
MS
40362006-12-07 Mike Stump <mrs@apple.com>
4037
4038 * Makefile.def (dependencies): Add dependency for
4039 install-target-libssp and install-target-libgomp on
4040 install-gcc.
4041 * Makefile.in: Regenerate.
4042
9daf3993
PB
40432006-11-16 Paolo Bonzini <bonzini@gnu.org>
4044
4045 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
4046 (unstage): Test for stage_last presence.
4047
4048 PR bootstrap/29802
4049 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
4050 * Makefile.in: Regenerate.
4051
9dbaa842
DD
40522006-11-14 DJ Delorie <dj@redhat.com>
4053
4054 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
4055 * Makefile.in: Sync with GCC.
4056 * configure.in: Sync with GCC (mpfr, gmp).
4057 * configure: Sync with GCC.
4058
b0cbce8d
JJ
40592006-11-08 Jie Zhang <jie.zhang@analog.com>
4060
4061 * configure.in: Remove target-libgloss from noconfigdirs for
4062 bfin-*-*.
4063 * configure: Regenerated.
4064
44330a94
JJ
40652006-10-27 Jeff Johnston <jjohnstn@redhat.com>
4066
4067 * COPYING.NEWLIB: Add spu license.
7de05dd5 4068 * COPYING.LIBGLOSS: Ditto.
44330a94 4069
56a8fe78
DD
40702006-10-17 Brooks Moses <bmoses@stanford.edu>
4071
4072 * Makefile.def: Added pdf target handling.
4073 * Makefile.tpl: Added pdf target handling.
4074 * Makefile.in: Regenerated.
4075
fbb00ad0
JJ
40762006-10-11 Jeff Johnston <jjohnstn@redhat.com>
4077
4078 * COPYING.NEWLIB: Updated.
4079 * COPYING.LIBGLOSS: Ditto.
4080
6b89cc21
DB
40812006-09-27 Dave Brolley <brolley@redhat.com>
4082
4083 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
4084 $s instead of $r.
4085 * configure: Regenerated.
4086
17bcf627
BE
40872006-09-26 Ben Elliston <bje@au.ibm.com>
4088
4089 * config.sub, config.guess: Update from upstream sources.
4090
f3529cf1
TS
40912006-09-20 Thiemo Seufer <ths@mips.com>
4092
4093 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
4094 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
4095 * configure: Regenerate.
4096
45055374
CV
40972006-08-30 Corinna Vinschen <corinna@vinschen.de>
4098
4099 * configure.in: Never build newlib for a Mingw host.
4100 Never build newlib as Mingw target library.
4101 Test the existence of winsup/cygwin for building a Cygwin newlib,
4102 rather than just winsup.
4103 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
4104 building a Mingw target.
4105 * configure: Regenerate.
4106
4be041b2 41072006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
4108 Nigel Stephens <nigel@mips.com>
4109 David Ung <davidu@mips.com>
4be041b2
TS
4110
4111 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
4112
1d89b610
PB
41132006-07-25 Paolo Bonzini <bonzini@gnu.org>
4114
4115 Sync from GCC:
4116 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4117
f7c83eac
AS
4118 PR bootstrap/18058
4119 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
4120 if the bootstrap compiler is a GCC version that supports it.
4121 * configure: Regenerate.
1d89b610 4122
66a79c16
DJ
41232006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
4124
4125 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
4126 * configure: Regenerated.
4127
c1cb7e02
PB
41282006-07-18 Paolo Bonzini <bonzini@gnu.org>
4129
f7c83eac
AS
4130 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
4131 for stages after the first.
c1cb7e02 4132
7206a0ee
JJ
41332006-07-17 Jakub Jelinek <jakub@redhat.com>
4134
4135 * Makefile.def: Add dependencies for configure-opcodes
4136 on configure-intl and all-opcodes on all-intl.
4137 * Makefile.in: Regenerated.
4138
6816f995
AO
41392006-07-04 Peter O'Gorman <peter@pogma.com>
4140
4141 * ltconfig: chmod 644 before ranlib during install.
4142
3d3adb43
PB
41432006-07-03 Paolo Bonzini <bonzini@gnu.org>
4144
1f3f1bbf 4145 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
4146 * configure: Regenerate.
4147
64ce424c
PB
41482006-07-03 Paolo Bonzini <bonzini@gnu.org>
4149
4150 Sync from gcc:
4151
4152 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
4153
4154 PR other/27063
4155 * configure.in: Test subdir_requires and give an appropriate
4156 error message.
4157 * configure: Regenerate.
4158
4159 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4160
4161 PR target/27540
4162 * configure.in: Only enable libgomp on IRIX 6.
4163 * configure: Regenerate.
4164
d42c4017
DA
41652006-06-20 David Ayers <d.ayers@inode.at>
4166
4167 PR bootstrap/28072
4168 * configure.in: Add target-boehm-gc to noconfigdirs depending on
4169 whether target-libjava is being configured instead of whether the
4170 java front end is enabled.
4171 * configure: Regenerate.
0e7ef45c 4172
4962c51a
MS
41732006-06-15 Mark Shinwell <shinwell@codesourcery.com>
4174
4175 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
4176 to R_ARM_LDC_SB_G{0,1,2} respectively.
4177
caee866a
PB
41782006-06-15 Paolo Bonzini <bonzini@gnu.org>
4179
4180 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
4181 too.
4182 * Makefile.in: Regenerate.
4183
363ef840
DA
41842006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4185
4186 Sync from gcc:
4187
4188 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4189 * configure.in: Don't enable libgomp on hpux10.
4190 * configure: Rebuilt.
4191
54d1c879
DA
41922006-06-13 David Ayers <d.ayers@inode.at>
4193
4194 Sync from gcc:
4195
4196 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 4197
54d1c879
DA
4198 PR bootstrap/27963
4199 PR target/19970
0e7ef45c 4200 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
4201 ${libgcj} is specified.
4202 * configure: Regenerate.
0e7ef45c 4203
a4d8b690
JJ
42042006-06-08 Jeff Johnston <jjohnstn@redhat.com>
4205
4206 Sync from gcc:
4207
4208 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 4209 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
4210
4211 PR bootstrap/18033
4212 * config-ml.in: Eval option if surrounded by single quotes.
4213
4f0ef2d8
CD
42142006-06-07 Carlos O'Donell <carlos@codesourcery.com>
4215
4216 Sync from gcc:
0e7ef45c 4217
4f0ef2d8 4218 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 4219
4f0ef2d8
CD
4220 PR libobjc/13946
4221 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4222 * Makefile.in: Regenerate.
4223 * configure.in: Add --enable-objc-gc at toplevel and have it
4224 enable boehm-gc for Objective-C.
4225 Remove target-boehm-gc from libgcj.
4226 Add target-boehm-gc to target_libraries.
4227 Add target-boehm-gc to noconfigdirs where ${libgcj}
4228 is specified.
4229 Assert that boehm-gc is supported when requested for Objective-C.
4230 Only build boehm-gc if needed either for Java or Objective-C.
4231 * configure: Regenerate.
4232
4233 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 4234
4f0ef2d8
CD
4235 PR 27674
4236 * Makefile.tpl (configure-[+prefix+][+module+],
4237 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4238 Remove rule to unstage bootstrapped modules.
4239 (stage_current): New.
4240 * Makefile.in: Regenerate.
4241
4242 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4243 Andreas Tobler <a.tobler@schweiz.ch>
4244
4245 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4246 * configure: Rebuilt.
4247
4248 Revert
4249 2006-01-31 Richard Guenther <rguenther@suse.de>
4250 Paolo Bonzini <bonzini@gnu.org>
4251
4252 * Makefile.def (target_modules): Add libgcc-math target module.
4253 * configure.in (target_libraries): Add libgcc-math target library.
4254 (--enable-libgcc-math): New configure switch.
4255 * Makefile.in: Re-generate.
4256 * configure: Re-generate.
4257
c17b816b
JJ
42582006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4259
4260 * config-ml.in: Alter CCASFLAGS to include special
4261 multilib options the same as is done for CFLAGS.
4262
20e95c23
DJ
42632006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4264
4265 * Makefile.def: Added dependencies from sim and gdb on intl, and
4266 added configure dependencies to everything with an all dependency
4267 on intl.
4268 * gettext.m4: Removed.
4269 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4270 (GDB_SUPPORT_DIRS): Add intl.
4271 * Makefile.in: Regenerated.
4272
4bd8ad80
DJ
42732006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4274
4275 * src-release (DEVO_SUPPORT): Add config.rpath.
4276
c380fdd8
PB
42772006-05-25 Paolo Bonzini <bonzini@gnu.org>
4278
4279 * Makefile.def (bfd, opcodes): Fix lib_path.
4280 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4281 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4282 * Makefile.in: Regenerate.
4283
701628f5
MS
42842006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4285
4286 * configure.in: Enable gprof for cross builds.
4287 * configure: Regenerate.
4288
25aae7f2
DJ
42892006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4290
4291 * src-release (MAKEINFOFLAGS): Define.
4292 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4293
ea3d1626
BE
42942006-05-14 Ben Elliston <bje@au.ibm.com>
4295
4296 * config.sub, config.guess: Update from upstream sources.
4297
49b9e644
BE
42982006-05-12 Ben Elliston <bje@au.ibm.com>
4299
4300 * config.sub, config.guess: Update from upstream sources.
4301
482dd2f6
DJ
43022006-05-04 Steve Ellcey <sje@cup.hp.com>
4303
4304 * blt, iwidgets, mmalloc: Remove directories.
4305
8b01a5c2
DD
43062006-05-01 DJ Delorie <dj@redhat.com>
4307
641a3af4 4308 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
4309 * configure: Regenerate.
4310
a481dbb7
DD
43112006-04-18 DJ Delorie <dj@redhat.com>
4312
4313 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4314 reference libgloss so that libssp can be built in a combined
4315 tree.
4316 * configure: Regenerate.
4317
962c9e74
BE
43182006-04-10 Ben Elliston <bje@au.ibm.com>
4319
4320 * contrib: Remove directory.
4321
108a6f8e
CD
43222006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4323
4324 * Makefile.tpl: Add install-html target.
4325 * Makefile.def: Add install-html target.
4326 * Makefile.in: Regenerate.
4327 * configure.in: Add --with-datarootdir, --with-docdir,
4328 and --with-htmldir options.
4329 * configure: Regenerate.
4330
a4ef73e9
BE
43312006-03-31 Ben Elliston <bje@au.ibm.com>
4332
4333 PR binutils/1860
4334 * configure.in: Require makeinfo 4.4 or higher.
4335 * configure: Regenerate.
4336
b37df25a
PB
43372006-03-14 Paolo Bonzini <bonzini@gnu.org>
4338
4339 * Makefile.in: Regenerate.
4340
a6df5a19
PB
43412006-03-14 Paolo Bonzini <bonzini@gnu.org>
4342
4343 Sync with gcc:
4344 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4345
f7c83eac
AS
4346 * configure.in: Handle --disable-<component> generically.
4347 * configure: Regenerate.
a6df5a19
PB
4348
4349 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 4350
f7c83eac
AS
4351 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4352 (TARGET_CONFIGDIRS): Remove.
4353 * configure.in: Remove AC_SUBST(target_configdirs).
4354 * Makefile.in, configure: Regenerated.
a6df5a19
PB
4355
4356
65419985
L
43572006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4358
4359 PR libgcj/17311
4360 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4361
c52c6897
PB
43622006-02-20 Paolo Bonzini <bonzini@gnu.org>
4363
4364 PR bootstrap/25670
4365
4366 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4367
4368 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4369 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4370 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4371 BUILD_PREFIX, BUILD_PREFIX_1.
4372 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4373
4374 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4375 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4376
4377 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4378 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4379 of `cat stage_current`. Always provide the `r' and `s' variables.
4380 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4381 a single shell execution.
4382 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4383 bootstrapped modules, make the stage1 module if the build was not
4384 started yet, else build the current stage.
4385 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4386 (all-build, all-host, all-target, [+make_target+]-host,
4387 [+make_target+]-target): Do not use \-continued lines.
4388 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4389 (current_stage, restrap, stage_last): New.
4390
4391 * Makefile.in: Regenerate.
4392 * configure: Regenerate.
4393
b3ded179
PB
43942006-02-14 Paolo Bonzini <bonzini@gnu.org>
4395
4396 Sync from gcc:
4397
4398 2006-01-31 Richard Guenther <rguenther@suse.de>
4399 Paolo Bonzini <bonzini@gnu.org>
4400
f7c83eac
AS
4401 * Makefile.def (target_modules): Add libgcc-math target module.
4402 * configure.in (target_libraries): Add libgcc-math target library.
4403 (--enable-libgcc-math): New configure switch.
4404 * Makefile.in: Re-generate.
4405 * configure: Re-generate.
4406 * libgcc-math: New toplevel directory.
b3ded179
PB
4407
4408 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
4409 Jakub Jelinek <jakub@redhat.com>
4410 Diego Novillo <dnovillo@redhat.com>
b3ded179 4411
f7c83eac
AS
4412 * libgomp: New directory.
4413 * Makefile.def: Add target_module libgomp.
4414 * Makefile.in: Regenerate.
4415 * configure.in (target_libraries): Add target-libgomp.
4416 * configure: Regenerate.
b3ded179 4417
3a35eeb3
PB
44182006-02-14 Paolo Bonzini <bonzini@gnu.org>
4419 Andreas Schwab <schwab@suse.de>
0e7ef45c 4420
3a35eeb3
PB
4421 * configure: Regenerate.
4422
2429c060
PB
44232006-01-16 Paolo Bonzini <bonzini@gnu.org>
4424
4425 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4426 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4427 the assembler, linker and binutils.
4428 * configure: Regenerate.
4429
ec49b2b8
NC
44302006-01-16 Nick Clifton <nickc@redhat.com>
4431
49b9e644 4432 * config.sub, config.guess: Sync from config repository.
ec49b2b8 4433
44b2308f
AO
44342006-01-05 Alexandre Oliva <aoliva@redhat.com>
4435
4436 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4437 @ from continuation.
4438 * Makefile.in: Rebuilt.
4439
80911fe1
PB
44402006-01-04 Paolo Bonzini <bonzini@gnu.org>
4441
4442 Sync from gcc:
4443
4444 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4445
f7c83eac 4446 PR bootstrap/24252
80911fe1 4447
f7c83eac
AS
4448 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4449 * Makefile.tpl (OBJDUMP): New.
4450 (EXTRA_HOST_FLAGS): Add it.
4451 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 4452
f7c83eac
AS
4453 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4454 to use symbolic links between directories. Avoid race conditions
4455 or make them harmless.
4456 * configure.in: Do not try to use symbolic links between directories.
80911fe1 4457
f7c83eac
AS
4458 * Makefile.def (LEAN): Pass.
4459 * Makefile.tpl (LEAN): Define.
4460 (stage[+id+]-start): Accept that the previous directory does not
4461 exist, if the bootstrap is lean.
4462 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4463 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4464 configure substitution.
4465 ([+compare-target+]): Likewise.
4466 ([+bootstrap-target+]-lean): New.
4467 * configure.in: Remove lean bootstrap support from here.
80911fe1 4468
f7c83eac
AS
4469 * Makefile.in: Regenerate.
4470 * configure: Regenerate.
80911fe1
PB
4471
4472 2006-01-02 Andreas Schwab <schwab@suse.de>
4473
f7c83eac
AS
4474 * configure.in: When reconfiguring remove Makefile in
4475 all stage directories.
4476 * configure: Regenerate.
80911fe1 4477
b59bea8a
NC
44782005-12-27 Leif Ekblad <leif@rdos.net>
4479
4480 * configure.in: Add support for RDOS target.
4481 * configure: Regenerate.
4482
d7730bac
NC
44832005-12-27 Nick Clifton <nickc@redhat.com>
4484
4485 PR binutils/1990
4486 * libtool.m4: Synchronize with version in GCC sources.
4487
c02dabc3
PB
44882005-12-20 Paolo Bonzini <bonzini@gnu.org>
4489
f7c83eac 4490 Revert Ada-related part of the previous change.
c02dabc3 4491
f7c83eac
AS
4492 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4493 Do not pass.
4494 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4495 * Makefile.in: Regenerate.
4496 * configure.in: Do not include mt-ppc-aix target fragment.
4497 * configure: Regenerate.
c02dabc3 4498
f6d183c0
PB
44992005-12-19 Paolo Bonzini <bonzini@gnu.org>
4500
4501 * configure.in: Select appropriate fragments for PowerPC/AIX.
4502 * configure: Regenerate.
4503
4504 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4505 BOOT_CFLAGS, BOOT_LDFLAGS.
4506 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4507 BOOT_CFLAGS, BOOT_LDFLAGS.
4508 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4509 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4510 (stage): Fail if we cannot complete the work.
4511 * Makefile.in: Regenerate.
4512
f29759fc
JJ
45132005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4514
4515 * COPYING.NEWLIB: Update copyright year for default
4516 copyright.
4517
1f054001
PB
45182005-12-15 Paolo Bonzini <bonzini@gnu.org>
4519
4520 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4521 install-host-nogcc): Don't invoke $(stage) at the end.
4522 * Makefile.in: Regenerate.
4523
0aed8855
PB
45242005-12-14 Paolo Bonzini <bonzini@gnu.org>
4525
4526 * configure.in: Flip the top-level bootstrap switch.
4527 * configure: Regenerate.
4528
4529 Merge from gcc:
4530
4531 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4532
f7c83eac
AS
4533 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4534 $(stage) and $(unstage).
4535 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4536 (all): Remove stray semicolon.
4537 (local-distclean): Don't handle multilib.tmp and multilib.out.
4538 (install.all): Set $s for consistency.
4539 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4540 check_multilibs setting. Always make the install directory.
4541 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4542 Correct @if/@endif.
4543 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4544 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4545 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4546 (multilib.out): Remove.
4547 * Makefile.in: Regenerated.
0aed8855
PB
4548
45492005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4550
4551 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4552 * configure.in: Replace ms1 arch with mt.
4553 * configure: Rebuilt.
4554
45552005-12-05 Paolo Bonzini <bonzini@gnu.org>
4556
4557 Sync with gcc:
4558
4970f871
NS
45592005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4560
4561 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4562 * configure.in: Replace ms1 arch with mt.
4563 * configure: Rebuilt.
4564
be01d343
PB
45652005-12-05 Paolo Bonzini <bonzini@gnu.org>
4566
4567 Sync with gcc:
4568
4569 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4570
f7c83eac
AS
4571 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4572 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4573 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4574 Find in-tree tools if available.
4575 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4576 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4577 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4578 (COMPILER_*_FOR_TARGET): New.
4579 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4580 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4581 (CONFIGURED_*, USUAL_*): Remove.
4582 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4583 STRIP): Use autoconf substitutions.
4584 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4585 COMPILER_NM_FOR_TARGET): New.
4586 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4587
4588 (all): Make all-host and all-target in parallel.
4589 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4590 that $$r and $$s are set before invoking a recursive make.
4591 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4592 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
4593
4594 2005-11-29 Ben Elliston <bje@au.ibm.com>
4595
f7c83eac
AS
4596 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4597 from the gcc build directory.
4598 * Makefile.in: Regenerate.
be01d343
PB
4599
4600 2005-11-29 Ben Elliston <bje@au.ibm.com>
4601
f7c83eac
AS
4602 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4603 depend on all-libdecnumber.
4604 * configure.in (host_libs): Include libdecnumber.
4605 * Makefile.in: Regenerate.
4606 * configure: Likewise.
be01d343
PB
4607
4608 2005-11-21 Kean Johnston <jkj@sco.com>
4609
f7c83eac 4610 * config.sub, config.guess: Sync from upstream sources.
be01d343 4611
907be67c
DJ
46122005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4613
4614 * Makefile.def: Remove gdb dependencies for gdbtk.
4615 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4616 (configure-gdb, install-gdb): New rules.
4617 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4618 * Makefile.in, configure: Regenerated.
4619
e360f423
PB
46202005-10-22 Paolo Bonzini <bonzini@gnu.org>
4621
4622 PR bootstrap/24297
4623 * Makefile.tpl (do-[+make-target+], do-check, install,
4624 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4625 are set before recursing.
4626 * Makefile.in: Regenerate.
4627
45d5eb0a
EB
46282005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4629
4630 PR bootstrap/18939
4631 * Makefile.def (gcc) <target>: Fix thinko.
4632 * Makefile.in: Regenerate.
4633
3cf3372e
BS
46342005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4635
4636 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4637 * configure: Regenerate.
4638
bd70a46f
KH
46392005-10-09 Kazu Hirata <kazu@codesourcery.com>
4640
4641 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4642 target-libffi, target-qthreads, target-libjava, and
4643 targetlibobjc.
4644 * configure: Regenerate.
4645
5ae72758
DJ
46462005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4647
4648 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4649 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4650 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4651 (USUAL_OBJDUMP_FOR_TARGET): New.
4652 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4653 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 4654 * configure, Makefile.in: Regenerated.
5ae72758 4655
cc96343e
PB
46562005-10-05 Paolo Bonzini <bonzini@gnu.org>
4657
4658 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4659 before other host packages.
4660
f70224b5
PB
46612005-10-05 Paolo Bonzini <bonzini@gnu.org>
4662
4663 PR bootstrap/22340
4664
4665 * configure.in (default_target): Remove.
4666 * Makefile.tpl (all): Do not use prerequisites as subroutines
4667 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4668 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4669 use prerequisites as subroutines.
4670 (check-host, check-target): New.
4671 (bootstrap configure & all targets): Do not use stage*-start
4672 if the directory layout is already ok.
4673 (non-bootstrap configure & all targets): Prepend a $(unstage).
4674 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4675 (NOTPARALLEL): Remove.
4676 (unstage, stage variables): New variables.
4677 (unstage, stage targets): Simply expand to those variables.
4678
4679 * configure: Regenerate.
4680 * Makefile.in: Regenerate.
4681
c13c918a
JW
46822005-10-04 James E Wilson <wilson@specifix.com>
4683
4684 * Makefile.def (lang_env_dependencies): Add libmudflap.
4685 * Makefile.in: Regenerate.
4686
376a0e54
CM
46872005-10-03 Catherine Moore <clm@cm00re.com>
4688
4689 * configure.in (bfin-*-*): Support bfin.
4690 * configure: Regenerated.
4691
d320aacb
L
46922005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4693
4694 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4695 * configure: Regenerated.
4696
7e0f7140
GK
46972005-09-28 Geoffrey Keating <geoffk@apple.com>
4698
4699 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4700 (LIPO_FOR_TARGET): New.
4701 (CONFIGURED_LIPO_FOR_TARGET): New.
4702 (USUAL_LIPO_FOR_TARGET): New.
4703 (STRIP_FOR_TARGET): New.
4704 (CONFIGURED_STRIP_FOR_TARGET): New.
4705 (USUAL_STRIP_FOR_TARGET): New.
4706 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4707 STRIP_FOR_TARGET.
4708 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4709 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4710 * Makefile.in: Regenerate.
4711 * configure: Regenerate.
0e7ef45c 4712
096f7d00
DE
47132005-09-19 David Edelsohn <edelsohn@gnu.org>
4714
4715 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4716 (rs6000-*-aix*): Same.
4717 * configure: Regenerate.
4718
47192005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4720
4721 * configure.in: Recognize f95 in the --enable-languages option,
4722 and substitute it for fortran, issuing a warning.
4723 * configure: Regenerate.
4724
2016dfcc
BE
47252005-09-07 Ben Elliston <bje@au.ibm.com>
4726
4727 Import from Autoconf sources:
4728
4729 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4730 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4731 Elliston. Handle weird characters correctly.
4732
6dd2fda9
DD
47332005-08-30 Phil Edwards <phil@codesourcery.com>
4734
4735 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4736 * configure: Regenerated.
4737
e6db70d4
RE
47382005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4739
f7c83eac
AS
4740 * Makefile.def (libssp): Add to lang_env_dependencies.
4741 * Makefile.in: Regenerate.
e6db70d4 4742
e1e3d0f5
CG
47432005-08-17 Christian Groessler <chris@groessler.org>
4744
4745 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4746 * Makefile.in: Regenerate.
4747
05cbd757
PB
47482005-08-12 Paolo Bonzini <bonzini@gnu.org>
4749
4750 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4751 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4752 Look for alternate names of the target cc and c++
4753 * configure: Regenerate.
4754
55db4b87
PB
47552005-08-08 Paolo Bonzini <bonzini@gnu.org>
4756
4757 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4758 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4759 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4760 tools; remove code to manually set them.
4761 (Target tools): Look in the environment for them.
4762 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4763 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4764 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4765 build directory.
4766 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4767 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4768 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4769 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4770 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4771 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4772 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4773 * configure: Regenerate.
4774 * Makefile.in: Regenerate.
4775
414e5532
MM
47762005-07-27 Mark Mitchell <mark@codesourcery.com>
4777
4778 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 4779 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
4780 * Makefile.in: Regenerated.
4781
a19b6204
MM
47822005-07-26 Mark Mitchell <mark@codesourcery.com>
4783
4784 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4785 (CFLAGS_FOR_TARGET): Use it.
4786 (CXXFLAGS_FOR_TARGET): Likewise.
4787 * Makefile.in: Regenerated.
4788 * configure.in (--with-build-sysroot): New option.
4789 * configure: Regenerated.
4790
b73aa406
PB
47912005-07-24 Paolo Bonzini <bonzini@gnu.org>
4792
4793 * Makefile.tpl: Wrap install between unstage and stage
4794 * Makefile.in: Regenerate.
4795
6e4d0bcb
KC
47962005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4797
4798 * all files: Update FSF address.
4799
49f58d10
JB
48002005-07-14 Jim Blandy <jimb@redhat.com>
4801
4802 * configure.in: Add cases for Renesas m32c.
4803 * configure: Regenerated.
0e7ef45c 4804
1d9c9cd7
KC
48052005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4806
4807 * COPYING, compile, config-ml.in, config.guess,
4808 config.sub, install-sh, missing, mkinstalldirs,
4809 symlink-tree, ylwrap: Sync from upstream sources.
4810
1587117a
EC
48112005-07-13 Eric Christopher <echristo@redhat.com>
4812
4813 * configure.in: Add toplevel noconfigdir support for tpf.
4814 * configure: Regenerate.
4815
bb780410
DD
48162005-07-11 Jakub Jelinek <jakub@redhat.com>
4817
4818 * Makefile.def (target_modules): Add libssp.
4819 * configure.in (target_libraries): Add target-libssp.
4820 * configure: Rebuilt.
4821 * Makefile.in: Rebuilt.
4822
064d0a7c
PB
48232005-07-11 Paolo Bonzini <bonzini@gnu.org>
4824
4825 PR ada/22340
4826
4827 * Makefile.def: Sync with gcc.
4828 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4829 * Makefile.in: Regenerate.
4830
b2edd3b5
AS
48312005-07-07 Andreas Schwab <schwab@suse.de>
4832
4833 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4834 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4835 * Makefile.in: Regenerated.
4836
5f128533
KH
48372005-07-07 Kazu Hirata <kazu@codesourcery.com>
4838
4839 * configure.in: Add --enable-libssp and --disable-libssp.
4840 * configure: Regenerate with autoconf-2.13.
4841
4e3fc8e5
GK
48422005-07-06 Geoffrey Keating <geoffk@apple.com>
4843
4844 * configure.in: Don't build sim or rda when targetting darwin.
4845 * configure: Regenerate.
4846
c7357d6a
BE
48472005-07-04 Ben Elliston <bje@gnu.org>
4848
4849 * src-release (do-proto-toplev): Remove dejagnu bits.
4850 (DEJAGNU_SUPPORT_DIRS): Remove.
4851 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4852 (GDBD_SUPPORT_DIRS): Likewise.
4853 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4854 (INSIGHTD_SUPPORT_DIRS): Likewise.
4855 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4856
48572005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
4858
4859 * setup.com (mpw): Remove unused directive.
4860
7d329e61
PB
48612005-06-22 Paolo Bonzini <bonzini@gnu.org>
4862
4863 * Makefile.def (stagefeedback): Come after profile.
4864 Define profiledbootstrap target.
4865 * Makefile.tpl (profiledbootstrap): Remove.
4866 (stageprofile-end): Zap stagefeedback.
4867 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4868 * Makefile.in: Regenerate.
4869
e5fbed21
DD
48702005-06-13 Zack Weinberg <zack@codesourcery.com>
4871
4872 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4873 In 'cpp' stanza, support '#line' as well as '# '.
4874
59f7ec45
HPN
48752005-06-07 Hans-Peter Nilsson <hp@axis.com>
4876
4877 * configure.in (unsupported_languages): New macro.
4878 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4879 non-ported target libraries in noconfigdirs.
4880 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4881 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 4882 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
4883 unsupported_languages.
4884 * configure: Regenerate.
4885
c10e9ba7
DD
48862005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4887
4888 * configure.in: Fix typo in handling of --with-mpfr-dir.
4889 * configure: Regenerate.
4890
20deb2b8
JB
48912005-06-02 Jim Blandy <jimb@redhat.com>
4892
4893 * config.sub: Add cases for the Renesas m32c. (This patch has been
4894 accepted into the master sources.)
4895
cdb9b172 48962005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
4897 Michael Snyder <msnyder@redhat.com>
4898 Stan Cox <scox@redhat.com>
cdb9b172 4899
f7c83eac 4900 * configure.in: Set noconfigdirs for ms1.
cdb9b172 4901
f7c83eac 4902 * configure: Regenerate.
cdb9b172 4903
1dc3053f
PB
49042005-05-25 Paolo Bonzini <bonzini@gnu.org>
4905
4906 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4907 (Dependencies): Consider target modules for bootstrap dependencies.
4908 Make target bootstrap modules depend on each stage's gcc.
4909 * Makefile.in: Regenerate.
4910
c60fe18b
PB
49112005-05-20 Paolo Bonzini <bonzini@gnu.org>
4912
4913 * Makefile.def (configure-gcc): Depend on binutils having been built.
4914 (all-gcc): No need to do it here.
4915 * Makefile.in: Regenerate.
4916
27258dd4
PB
49172005-05-19 Paul Brook <paul@codesourcery.com>
4918
0e7ef45c 4919 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
4920 language cannot be built.
4921 * configure: Regenerate.
4922
42ecbf5e
DJ
49232005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4924
4925 * ylwrap: Import from Automake 1.9.5.
4926
ae380b45
MS
49272005-05-04 Mike Stump <mrs@apple.com>
4928
4929 * configure.in: Always pass --target to target configures as
4930 otherwise rebuilds that do --recheck will fail.
811d3af8 4931 * configure: Rebuilt.
ae380b45 4932
d545f33b
PB
49332005-05-04 Paolo Bonzini <bonzini@gnu.org>
4934
4935 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4936 STAGE_HOST_EXPORTS.
4937 (configure, all): Add bootstrap support.
4938 (Host modules, target modules): Pass post-stage1 flags and exports.
4939 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4940 * Makefile.in: Regenerate.
4941
2faa2958
PB
49422005-04-29 Paolo Bonzini <bonzini@gnu.org>
4943
4944 Sync from gcc:
4945
4946 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4947
f7c83eac 4948 * config.sub: Update from master copy.
2faa2958
PB
4949
4950 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4951
f7c83eac
AS
4952 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4953 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4954 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4955 "*-*-elf" and "*-*-linux*".
4956 * configure: Regenerate.
2faa2958 4957
a7254363
PB
49582005-04-06 Paolo Bonzini <bonzini@gnu.org>
4959
f7c83eac 4960 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
4961 (TARGET_CONFIGARGS): Include --with-target-subdir.
4962 (configure, all): New macros. Use them throughout.
4963
a8637a7d
PB
49642005-04-05 Paolo Bonzini <bonzini@gnu.org>
4965
4966 * Makefile.tpl: Sync with gcc.
4967 * Makefile.in: Regenerate.
4968
dd387d52
JR
49692005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4970
4971 * config/mh-mingw32: Delete.
4972 * configure.in: Don't use it.
4973 * configure: Regenerate.
4974
e90269c8
PB
49752005-03-31 Paolo Bonzini <bonzini@gnu.org>
4976
4977 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4978 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4979 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4980 (HOST_LIB_PATH): Generate from Makefile.def.
4981 (TARGET_LIB_PATH): Likewise.
4982 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4983 * Makefile.in: Regenerate.
4984 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4985 (RPATH_ENVVAR): Include Darwin case.
4986 * configure: Regenerate.
4987
9a237d9e
PB
49882005-03-25 Paolo Bonzini <bonzini@gnu.org>
4989
4990 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4991 * configure: Regenerate.
4992
479759c8
ZW
49932005-03-21 Zack Weinberg <zack@codesourcery.com>
4994
4995 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4996 gcc_version, and gcc_version_trigger from set of flags to pass.
4997 * Makefile.tpl: Remove definitions of above variables.
4998 (config.status): Remove dependency on $(gcc_version_trigger).
4999 * Makefile.in: Regenerate.
5000 * configure.in: Do not reference config/gcc-version.m4 nor
5001 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
5002 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
5003 * configure: Regenerate.
5004
4cfaf6d5
DD
50052005-03-16 Manfred Hollstein <manfred.h@gmx.net>
5006 Andrew Pinski <pinskia@physics.uc.edu>
5007
5008 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
5009 * Makefile.in: Regenerate.
5010
33a3fb7b
AO
50112005-03-01 Alexandre Oliva <aoliva@redhat.com>
5012
5013 PR libgcj/20160
5014 * ltmain.sh: Avoid creating archives with components that have
5015 duplicate basenames.
5016
2da12f12
PB
50172005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
5018
479759c8
ZW
5019 PR bootstrap/20250
5020 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
5021 instead of check.
5022 * Makefile.in: Regenerate.
2da12f12 5023
b00612cc
PB
50242005-02-28 Paolo Bonzini <bonzini@gnu.org>
5025
5026 Sync from gcc.
5027
5028 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
5029
5030 PR bootstrap/17383
5031 * Makefile.def (target_modules): Remove "stage", now unnecessary.
5032 * Makefile.tpl (HOST_SUBDIR): New substitution.
5033 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
5034 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
5035 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
5036 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
5037 (Host modules, Bootstrapped modules): Use it.
5038 (Build modules, Target modules): Do not create symlink trees,
5039 always configure out-of-srcdir.
5040 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
5041 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
5042 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
5043 $(HOST_SUBDIR). Create a symlink for host_subdir.
5044
5045 * Makefile.in: Regenerate.
5046 * configure: Regenerate.
5047
5048 Merged from libada-gnattools-branch:
5049 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
5050
5051 * Makefile.def: Add gnattools as a module, depending on target-libada.
5052 * Makefile.in: Regenerate.
5053 * configure.in: Include gnattools in host_tools; disable it if ada
5054 is disabled.
5055 * configure: Regenerate.
5056
c3e65f62
NC
50572005-02-23 Nick Clifton <nickc@redhat.com>
5058
5059 * configure: Regenerate.
5060
e4d180c2
NC
50612005-02-22 Paul Schlie <schlie@comcast.net>
5062
5063 * configure.in: Allow darwin targeted ports to build tk, itcl and
5064 libgui.
5065
e3c770b1
EB
50662005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5067
5068 PR libgcj/10353
5069 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
5070 * configure: Regenerate.
5071
9c73618c
AC
50722005-02-08 Andrew Cagney <cagney@gnu.org>
5073
5074 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
5075 gdb/ section. Update GDB's URL.
5076
c46f8c51
AC
50772005-01-31 Andrew Cagney <cagney@gnu.org>
5078
5079 * gettext.m4: Only set ENABLE_NLS when gettext is present.
5080
c7e66c6d
HPN
50812005-01-29 Hans-Peter Nilsson <hp@axis.com>
5082
5083 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
5084 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
5085 target-libgloss when not *-*-elf and *-*-aout.
5086 * configure: Regenerate.
5087
a53bf506
AC
50882005-01-27 Andrew Cagney <cagney@gnu.org>
5089
5090 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
5091
45181ed1
AC
50922005-01-24 Andrew Cagney <cagney@gnu.org>
5093
5094 * gettext.m4: Only fall back to ../intl/ when it's present.
5095
a1e0f4e4
KC
50962005-01-17 Kelley Cook <kcook@gcc.gnu.org>
5097
5098 * install-sh, config.sub: Import from upstream.
5099
51002005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
5101
5102 PR bootstrap/18222
5103 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
5104 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
5105 * Makefile.in: Regenerate.
5106
c50382e2
PB
51072005-01-03 Paolo Bonzini <bonzini@gnu.org>
5108
5109 Revert 2004-12-28 Makefile changes, a better fix will be
5110 applied to mainline and src after GCC 4.0 branches.
5111
11d07737
PB
51122004-12-28 Paolo Bonzini <bonzini@gnu.org>
5113
5114 PR bootstrap/17383
5115
5116 * Makefile.def (target_modules): Remove stage parameter,
5117 it is always true now.
5118 * Makefile.tpl (configure-build-[+module+],
5119 configure-target-[+module+]): Always build symlink tree
5120 for the directory and for include. BUILD_SUBDIR and
5121 TARGET_SUBDIR cannot be . anymore.
5122 * Makefile.in: Regenerate.
5123
dadfdbe2
DD
51242004-12-25 David Edelsohn <edelsohn@gnu.org>
5125
5126 Revert 2004-12-08 Makefile changes.
5127
dbf85af7
JR
51282004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
5129
5130 * configure.in (sh64-*-*): Reenable gprof.
5131 * configure: Regenerate.
5132
6b8fea99
JB
51332004-12-09 Jim Blandy <jimb@redhat.com>
5134
5135 * MAINTAINERS: List 'depcomp' as part of automake.
5136
7341462c
DE
51372004-12-08 David Edelsohn <edelsohn@gnu.org>
5138
5139 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
5140 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
5141 (EXTRA_TARGET_FLAGS): Add PICFLAG.
5142 * Makefile.in: Regenerate.
5143
21fde4dc
DD
51442004-12-07 Matt Kraai <kraai@ftbfs.org>
5145
5146 * Makefile.tpl: Generate normal dependencies if the LHS module is
5147 not bootstrapped.
5148 * Makefile.in: Regenerate.
5149
3da796a2
RS
51502004-12-03 Richard Sandiford <rsandifo@redhat.com>
5151
5152 * configure.in: Include config/gxx-include-dir.m4. Use
5153 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
5154 * configure: Regenerate.
5155
73fb7068
RS
51562004-12-03 Richard Sandiford <rsandifo@redhat.com>
5157
5158 * config.if: Delete.
5159 * configure.in: Set libstdcxx_incdir directly.
5160 * configure: Regenerate.
5161 * MAINTAINERS: Remove mention of config.if.
5162 * src-release (DEVO_SUPPORT): Remove config.if.
5163
6c8e6ce9
EC
51642004-12-02 Eric Christopher <echristo@redhat.com>
5165
3b6098f8
EC
5166 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
5167 of things to remove.
6c8e6ce9 5168 * Makefile.in: Regenerate.
479759c8 5169
b8658a2f
RS
51702004-12-02 Richard Sandiford <rsandifo@redhat.com>
5171
5172 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
5173 * configure: Regenerate.
5174
afefada0
RS
51752004-12-02 Richard Sandiford <rsandifo@redhat.com>
5176
5177 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
5178 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
5179 * configure: Regenerate.
5180
5dcac624
DA
51812004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5182
5183 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
5184 (hppa*64*-*-*): Delete incorrect comment.
5185 * configure: Rebuilt.
5186
57d1eb1a
DD
51872004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5188
5189 * install-sh, compile: Import from automake.
5190
51912004-11-15 Kelley Cook <kcook@gcc.gnu.org>
5192
5193 * config.guess, config.sub: Import from savannnah.
5194
6d389afc
MS
51952004-11-12 Mike Stump <mrs@apple.com>
5196
5197 * Makefile.def: Add html support.
5198 * Makefile.tpl: Likewise.
5199 * Makefile.in: Regenerate.
5200
69e57115
GK
52012004-11-11 Geoffrey Keating <geoffk@apple.com>
5202
5203 PR 18423
5204 * configure.in: Remove all instances of build-fixincludes from
5205 noconfigdirs.
5206 (build_configargs): Supply --target to subdirectories.
5207 * configure: Regenerate.
5208
5209 * Makefile.def: Make gcc install depend on fixincludes install.
5210 * Makefile.in: Regenerate.
5211
ba719b26
HPN
52122004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
5213
5214 * configure.in (noconfigdirs) [mmix-*-*]: Disable
5215 target-libgfortran.
5216 * configure: Regenerate.
5217
c37653e7
DE
52182004-11-07 David Edelsohn <edelsohn@gnu.org>
5219
5220 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5221 like CC.
5222
1eefd493
PB
52232004-11-05 Paolo Bonzini <bonzini@gnu.org>
5224
5225 * Makefile.def (host fixincludes): Specify missing targets.
5226 * Makefile.in: Regenerate.
5227
02b1af09
L
52282004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5229
5230 PR other/17783
5231 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5232 * configure: Regenerated.
5233
7f266840
DJ
52342004-11-04 Daniel Jacobowitz <dan@debian.org>
5235
5236 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5237 * configure: Regenerated.
5238
47444073
AL
52392004-10-28 Eric B. Weddington <ericw@evcohs.com>
5240
5241 PR target/18151
5242 * configure.in (case ${target}): Do not build fixincludes for avr.
5243 * configure: Regenerated.
5244
caeba88f
AL
52452004-10-26 Paolo Bonzini <bonzini@gnu.org>
5246
5247 * configure.in (case ${target}): Do not build fixincludes
5248 on platforms where it is not used.
5249 * configure: Regenerated.
5250
0fdbe983
DJ
52512004-10-23 Daniel Jacobowitz <dan@debian.org>
5252
5253 * configure.in: Use an absolute path to install-sh.
5254 * configure: Regenerated.
5255
1c0f67c1
AC
52562004-10-19 Andrew Cagney <cagney@gnu.org>
5257
5258 * src-release (do-djunpack, do-md5sum): Install the generated file
5259 directly into the proto-toplev/ directory.
479759c8 5260
a9cfce9c
AC
52612004-10-19 Andrew Cagney <cagney@gnu.org>
5262
5263 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5264
ac0fa625
DD
52652004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5266
5267 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5268 * configure: Regenerate.
5269
d27cc32e
PB
52702004-10-06 Paolo Bonzini <bonzini@gnu.org>
5271
5272 Fix wrong conflict resolution in:
5273
5274 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5275
5276 * Makefile.in: Regenerate.
5277 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5278 in the recursive `make', instead of hardwiring `all'.
5279 (Autogenerated TARGET-* variables): New.
5280
1763908f
UW
52812004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5282
5283 Merged from GCC / libtool upstream:
5284 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5285 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5286 * ltcf-cxx.sh (tpf*): Likewise.
5287 * ltconfig (tpf*): Add TPF OS configuration support.
5288
0490e016
NC
52892004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5290
5291 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 5292 * configure: Regenerate.
0490e016 5293
32be62b5
RS
52942004-09-24 Michael Roth <mroth@nessie.de>
5295
5296 * configure.in (--without-headers): Add missing double quotes.
5297 * configure: Regenerate.
5298
6048df60
DD
52992004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5300
5301 * ylwrap: Revert to previous version.
5302
315b3b02
L
53032004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5304
6048df60 5305 PR bootstrap/17369
315b3b02
L
5306 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5307 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5308 SET_GCC_LIB_PATH_CMD.
5309 (BASE_TARGET_EXPORTS): Likewise.
5310 * Makefile.in: Regenerated.
5311
5312 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5313 * configure: Regenerated.
5314
fe69863c
DD
53152004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5316
5317 * config.guess: New upstream version
5318 * compile, depcomp, install-sh, ylwrap: Likewise.
5319
53202004-09-19 Roger Sayle <roger@eyesopen.com>
5321
5322 * config/mh-x86omitfp: New host makefile fragment. Add
5323 -fomit-frame-pointer to the default BOOT_CFLAGS.
5324 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5325 * configure: Regenerate.
5326
53272004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5328
5329 PR target/11572
5330 * configure.in (*-*-darwin*): Renable libobjc.
5331 * configure: Regenerate.
5332
be75bbe1 53332004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 5334
be75bbe1
DB
5335 * Makefile.def: Remove libbanshee.
5336 * Makefile.tpl: Ditto.
5337 * configure.in: Ditto.
5338 * Makefile.in: Regen.
5339 * configure: Ditto.
5340
1b882a91
PB
53412004-09-07 Paolo Bonzini <bonzini@gnu.org>
5342
5343 * missing: Import latest version from master repository.
5344
eb1352ed
NC
53452004-09-04 Nick Clifton <nickc@redhat.com>
5346
5347 * config.sub: Import latest version from master repository.
5348 * config.guess: Likewise.
5349 This includes these changes:
479759c8 5350
eb1352ed
NC
5351 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5352
5353 * config.sub: Handle crisv32, alias etraxfs.
5354 * config.guess (crisv32:Linux:*:*): Handle.
5355
5356 2004-08-13 Brad Smith <brad@comstyle.com>
5357
5358 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5359 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5360
5361 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5362
5363 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5364 assume the processor is a powerpc. This is because coreutils
5365 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5366 in this case, due to a MacOS X bug that causes
5367 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5368 to return a negative number.
5369 Problem reported by Petter Reinholdtsen in:
5370 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5371
5372 2004-07-19 Ben Elliston <bje@gnu.org>
5373
5374 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5375
5376 2004-06-24 Ben Elliston <bje@gnu.org>
5377
5378 * config.guess: Update copyright years.
5379 * config.sub: Likewise.
5380
5381 2004-06-22 Robert Millan <robertmh@gnu.org>
5382
5383 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5384 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5385
5386 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5387
5388 * config.guess (*:*VMS:*:*): New entry. Replaces
5389 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5390 manufacturer.
5391
5392 2004-06-22 Ben Elliston <bje@gnu.org>
5393
5394 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5395 * config.sub: Likewise.
5396
5397 2004-06-22 Ben Elliston <bje@gnu.org>
5398
5399 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5400 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5401
5402 2004-06-11 Ben Elliston <bje@gnu.org>
5403
5404 * config.guess (pegasos:OpenBSD:*:*): Remove.
5405
5406 2004-06-11 Ben Elliston <bje@gnu.org>
5407
5408 From Wouter Verhelst <wouter@grep.be>:
5409 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5410
5411 2004-06-11 Ben Elliston <bje@gnu.org>
5412
5413 * config.guess (luna88k:OpenBSD:*:*): New.
5414
5415 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5416
5417 * config.guess (m32r*:Linux:*:*): New case.
5418 * config.sub: Handle m32rle.
5419
5420 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5421
5422 From Jens Petersen <petersen@redhat.com>:
5423 * config.sub: Handle sparcv8.
5424
5425 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5426
5427 From Tom Smith <smith@cag.lkg.hp.com>:
5428 * config.guess: Version suffixes are equally significant on Tru64
5429 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5430 prefix of "P" (patched kernel).
5431
5432 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5433
5434 * config.sub: Add support for National Semiconductor CRX target.
5435
2a3124ca 54362004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 5437
2a3124ca
RH
5438 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5439 *-*-netware, but add target-libmudflap.
5440 Consolidate *-*-netware targets (of which really only i?86 exists)
5441 into a single entry.
5442 * configure: Likewise.
5443
0df3d27f
PB
54442004-09-01 Paolo Bonzini <bonzini@gnu.org>
5445
5446 * Makefile.tpl (sorry): Remove.
5447 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5448 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5449 (do-clean): Clean per-stage directories too.
5450 (do-distclean): Run distclean-stage1 too.
5451 (.NOTPARALLEL): Enable during toplevel bootstrap.
5452 (stage[+id+]-bubble): Enable parallel execution during
5453 the recursive invocation.
5454 * Makefile.in: Regenerate.
5455
5456 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5457
5458 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5459
5460 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5461 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5462 * configure: regenerate
479759c8
ZW
5463 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5464 -mdynamic-no-pic
0df3d27f
PB
5465
54662004-08-31 Paolo Bonzini <bonzini@gnu.org>
5467
5468 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5469 include.
5470 * configure.in: Fix indentation.
5471 * configure: Regenerate.
5472
ee025550
PB
54732004-08-31 Paolo Bonzini <bonzini@gnu.org>
5474
5475 * Makefile.def (build_modules): Add fixincludes.
5476 (dependencies): Make gcc depend on fixincludes.
5477 * configure.in (build_tools): Add fixincludes.
5478 (build_configdirs): Always include build_libs.
5479 * Makefile.in: Regenerate.
5480 * configure: Regenerate.
5481
54822004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
5483
5484 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5485 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5486 phony targets; do not generate timestamp files.
5487 (distclean-stageN): Remove references to their timestamp files.
5488 (restageN, touch-stageN): Remove.
5489 (stageN-bubble): Rewritten.
5490 (compare): Support lean bootstraps.
5491 * Makefile.in: Regenerate.
5492
5493 * configure.in: Only warn when bootstrapping but
5494 build != host or build != target. Support lean bootstraps.
5495 * configure: Regenerate.
5496
5497 Sync from gcc:
5498 2004-08-26 Phil Edwards <phil@codesourcery.com>
5499
5500 * configure.in: Give a better error message if GMP/MPFR are missing
5501 and a language needing them has been requested.
5502 * configure: Regenerated.
5503
5504 2004-08-25 Phil Edwards <phil@codesourcery.com>
5505
5506 * configure.in: Print a list of available language front-ends if
5507 a requested one is missing. Tidy stray tab characters.
5508 * configure: Regenerated.
5509
72b2455a
PB
55102004-08-17 Paolo Bonzini <bonzini@gnu.org>
5511
5512 * Makefile.in: Regenerate.
5513 * configure: Regenerate.
5514
5515 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5516 stage_*_flags.
5517 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5518 for bootstrapped modules if toplevel bootstrap is going.
5519 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5520 modules. Adjust for changes in Makefile.def. Enable several
5521 rules even in non-bootstrap mode, just to avoid peppering the
5522 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5523 (stage-[+prev+]-bubble): Remove.
5524
5525 * Makefile.def (Dependencies): Depend on all-build-bison,
5526 all-build-flex, all-build-byacc, all-build-texinfo, rather
5527 than the host variations.
5528 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5529 with BUILD_SUBDIR.
5530 (BISON): Update for recent Bisons.
5531 (YACC): Fix typo.
5532 (cross): Depend on all-build.
5533 (all): Do not depend on all-build.
5534 (prebootstrap): Remove.
5535 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5536 (Prebootstrap dependencies): Add them to the per-stage targets
5537 and to all-prebootstrap.
5538 * configure.in (build_configdirs): Always enable build_tools.
5539 (BUILD_DIR_PREFIX): Remove.
5540
5541 * Makefile.def (gcc): Add target variable.
5542 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5543 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5544 in the recursive `make', instead of hardwiring `all'.
5545 (Autogenerated TARGET-* variables): New.
5546
de0b4a87
JW
55472004-08-17 Robert Millan <robertmh@gnu.org>
5548
5549 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5550 (instead of FreeBSD).
5551 * configure: Regenerate.
5552
ad681c85
NN
55532004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5554
675c6968
NN
5555 * Makefile.def, configure.in, src-release: Remove useless, bogus
5556 references to tix.
5557 * Makefile.in, configure: Regenerate.
5558
ad681c85
NN
5559 * src-release: Stop distributing mmalloc with gdb (which doesn't
5560 use it).
5561 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5562 * Makefile.in: Regenerate.
5563
11b04d1f
DD
55642004-08-09 Mark Mitchell <mark@codesourcery.com>
5565
5566 * configure.in (arm*-*-eabi*): New target.
5567 * configure: Regenerate.
5568
f2420bea
NN
55692004-08-01 Robert Millan <robertmh@gnu.org>
5570
5571 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5572 libmudflap for all GNU-based systems (with Glibc).
5573 * configure: Regenerate.
5574
9e6ce191
PB
55752004-08-06 Paolo Bonzini <bonzini@gnu.org>
5576
5577 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5578 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5579 (Dependencies): New section.
5580 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5581 (configure-target-[+module+]): Depend on maybe-all-gcc
5582 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5583 (toplevel profiledbootstrap): Fix dependencies.
5584 * Makefile.in: Regenerate.
5585
df4a6958
MM
55862004-08-03 Mark Mitchell <mark@codesourcery.com>
5587
5588 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5589 target-libiberty to noconfigdirs.
5590
11b04d1f
DD
55912004-08-03 Paul Brook <paul@codesourcery.com>
5592
5593 * configure.in: Check for MPFR as well as GMP.
5594 * configure: Regenerate.
5595
b813574b
PB
55962004-08-03 Paolo Bonzini <bonzini@gnu.org>
5597
5598 * Makefile.def (host-modules): Add gcc.
5599 * Makefile.in: Regenerate.
5600 * Makefile.tpl (sorry): New rule.
5601 (configure-host, all-host, [+make_target+]-host, do-check,
5602 install-host): Do not add gcc as a special case.
5603 (host modules): Add a small special-casing for gcc. Export
5604 extra_make_flags through the environment.
5605 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5606 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5607 other recursive targets for gcc): Remove.
5608
5609 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5610 (stage, unstage): New rules.
5611 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5612 distclean-stage[+id+]): Use stage_current.
5613 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5614 the stage*-start rules.
5615
61edac0c
JW
56162004-07-19 Robert Millan <robertmh@gnu.org>
5617
5618 Synced from gcc:
5619
5620 2004-04-26 Robert Millan <robertmh@gnu.org>
5621
5622 Add patches from libtool CVS.
5623 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5624 * ltconfig: Likewise.
5625 * ltcf-c.sh: Likewise.
5626 * ltcf-cxx.sh: Likewise.
5627 * ltcf-gcj.sh: Likewise.
5628
3e707e94
PB
56292004-07-12 Paolo Bonzini <bonzini@gnu.org>
5630
5631 * configure.in: Add noconfigdirs for crx-*-*.
5632 * configure: Regenerate.
5633
56342004-07-12 Paolo Bonzini <bonzini@gnu.org>
5635
5636 Synced from gcc:
5637
5638 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5639
5640 * configure.in: Build libmudflap by default on FreeBSD.
5641 * configure: Regenerated.
5642
5643 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5644
5645 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5646 systems.
5647 * configure: Regenerated.
5648
5649 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5650
5651 PR target/16344
5652 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5653 feedback based compiler.
5654 * Makefile.in: Rebuilt.
5655
5656 2004-07-05 Phil Edwards <phil@codesourcery.com>
5657
5658 * configure.in: Do not prepend $srcdir to /dev/null in
5659 makefile fragments.
5660 * configure: Regenerate.
5661
a7ee7660
AO
56622004-07-08 Alexandre Oliva <aoliva@redhat.com>
5663
5664 * Makefile.def (host_modules): Set bootstrap=true for flex.
5665 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5666 * Makefile.in: Rebuilt.
5667
6a9cf61e
PB
56682004-07-01 Paolo Bonzini <bonzini@gnu.org>
5669
5670 * Makefile.def (build_modules): Add bison, byacc, flex,
5671 m4, texinfo.
5672 (flags_to_pass): Add FLEX.
5673 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5674 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5675 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5676 DEFAULT_MAKEINFO): Remove.
5677 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5678 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5679 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5680 objdir or else use configured tool.
5681 (all-build): New.
5682 (all): Depend on it.
5683 (Build module dependencies): Add.
5684 * Makefile.in: Regenerate.
5685 * configure.in: Better support for multiple build modules,
5686 matching what is done for host/target modules. Do not look
5687 for "plausible" locations of build tools if Canadian cross.
5688 Use autoconf's AC_PROG_CC to find a C compiler. Define
5689 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5690 * configure: Regenerate.
5691
95b6a1f2
PB
56922004-06-22 Paolo Bonzini <bonzini@gnu.org>
5693
5694 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5695 * Makefile.in: Regenerate.
5696
7ffa0b57
PB
56972004-06-22 Paolo Bonzini <bonzini@gnu.org>
5698
5699 * Makefile.tpl (configure-build-[+module+],
5700 configure-[+module+], configure-target-[+module+]): Pass
5701 [+extra_configure_args+].
5702 (all-build-[+module+], all-[+module+], check-[+module+],
5703 install-[+module+], [+make_target+]-[+module+],
5704 all-target-[+module+], check-target-[+module+],
5705 install-target-[+module+], [+make_target+]-target-[+module+]):
5706 Pass [+extra_make_args+].
5707 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5708 (GCC_HOST_EXPORTS): Remove.
5709 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5710 cross, check-gcc, check-gcc-c++, install-gcc,
5711 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5712 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5713 * Makefile.in: Regenerate.
5714
929ba6e7
CF
57152004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5716
5717 * configure.in: Check for srcdir/winsup rather than build directory
5718 winsup.
5719 * configure: Regenerate.
5720
b76d7de0
CV
57212004-06-17 Corinna Vinschen <vinschen@redhat.com>
5722
5723 * configure.in: Don't build Cygwin native newlib if winsup
5724 directory is missing. Emit warning instead.
5725 * configure: Regenerate.
5726
656fdd47
PB
57272004-06-09 Paolo Bonzini <bonzini@gnu.org>
5728
5729 * Makefile.tpl (touch-stage[+id+]): New.
5730 (restage[+prev+]): Depend on touch-stage[+id+].
5731
5732 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5733 Use it throughout.
5734
5735 * Makefile.def: Add profile and feedback bootstrap stages.
5736 Remove next field from bootstrap stages.
5737 * Makefile.tpl (LN, LN_S): Substitute.
5738 (stageN-start, stageN-end): Use double-colon rules, to
5739 provide a hook for additional setup commands.
5740 (distclean-stageN-gcc, restageN): Create dependencies from
5741 [+prev+], not from [+next+].
5742 (stageN-bubble): Add commands for successive stages from
5743 [+prev+], using double-colon rules.
5744 (all-stageN-gcc): Fix typo.
5745 (stagefeedback-start, profiledbootstrap): New.
5746 * Makefile.in: Regenerate.
5747 * configure.in: Call ACX_PROG_LN.
5748 * configure: Regenerate.
5749
498d4a71
CF
57502004-06-03 Paolo Bonzini <bonzini@gnu.org>
5751
5752 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5753 without gcc.
5754 * configure: Regenerate.
5755
377d8c42
PB
57562004-06-01 Paolo Bonzini <bonzini@gnu.org>
5757
5758 * Makefile.tpl: Fix typo.
5759 * Makefile.in: Regenerate.
5760
f5f8a794
PB
57612004-06-01 Paolo Bonzini <bonzini@gnu.org>
5762
5763 * configure.in: Remove new- prefix from toplevel
5764 bootstrap targets.
5765 * configure: Regenerate.
5766
f7a4c34f
PB
57672004-06-01 Paolo Bonzini <bonzini@gnu.org>
5768
5769 Merge this patch from the gcc tree:
5770
5771 2004-05-30 Andreas Jaeger <aj@suse.de>
5772 Jim Wilson <wilson@specifixinc.com>
5773
5774 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5775 like CC.
5776
319cab08
PB
57772004-06-01 Paolo Bonzini <bonzini@gnu.org>
5778
5779 * Makefile.tpl (all.normal): Rename to all.
5780 (all): Replace with a rule to pick the default
5781 target from configure.
5782 (all-gcc, configure-gcc): Use conditionals to
5783 do nothing when toplevel bootstrap is going on.
5784 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5785 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5786 * configure.in: Support --enable-bootstrap.
5787
5788 * Makefile.def: Remove new- prefix from toplevel
5789 bootstrap targets.
5790 * Makefile.tpl: Likewise.
5791
5792 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5793 target.
5794
5795 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5796 $(RECURSE_FLAGS) to recursive invocation of make.
5797
5798 * Makefile.in: Regenerate.
5799 * configure: Regenerate.
5800
88f64edc
DJ
58012004-05-27 Daniel Jacobowitz <dan@debian.org>
5802
5803 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5804 * configure: Regenerate.
5805
378fce5b
DD
58062004-05-25 Daniel Jacobowitz <drow@false.org>
5807
5808 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5809 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5810 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5811 targets.
5812 * Makefile.in: Regenerate.
5813
dfdffa2c
PB
58142005-05-24 Paolo Bonzini <bonzini@gnu.org>
5815
5816 * configure.in: Test the ability to symlink directories.
5817 * configure: Regenerate.
5818
5819 * Makefile.def (bootstrap-stage): New definitions.
5820 * Makefile.tpl (configure-stage1-gcc,
5821 configure-stage2-gcc, configure-stage3-gcc,
5822 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5823 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5824 new-restage3, compare): Autogenerate, see Makefile.in
5825 entry for behavioral changes.
5826 (distclean-stage1, new-stage1-start, new-stage1-end,
5827 new-stage1-bubble, distclean-stage2, new-stage2-start,
5828 new-stage2-end, new-stage2-bubble, distclean-stage3,
5829 new-stage3-start, new-stage3-end): New autogenerated targets.
5830 (objext, prebootstrap, BOOT_CFLAGS,
5831 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5832 targets.
5833
5834 * Makefile.in: Regenerate.
5835 (distclean-stage1, new-stage1-start, new-stage1-end,
5836 new-stage1-bubble, distclean-stage2, new-stage2-start,
5837 new-stage2-end, new-stage2-bubble, distclean-stage3,
5838 new-stage3-start, new-stage3-end): New targets.
5839 (all-stage1-gcc): Move prebootstrap dependency from here...
5840 (configure-stage1-gcc): ...to here.
5841 (new-bootstrap): Use bubble targets.
5842 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5843 Use per-stage distclean targets.
5844 (configure-stage1-gcc, configure-stage2-gcc,
5845 configure-stage3-gcc, all-stage1-gcc,
5846 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5847 Use new-stageN-start to prepare the tree.
5848
04cf1b77
PB
58492004-05-23 Paolo Bonzini <bonzini@gnu.org>
5850
5851 * Makefile.def (host_modules): add libcpp.
5852 * Makefile.tpl: Add dependencies on and for libcpp.
5853 * Makefile.in: Regenerate.
5854 * configure.in: Add libcpp host module.
5855 * configure: Regenerate.
5856
80b200a1
ZW
58572004-05-17 Zack Weinberg <zack@codesourcery.com>
5858
5859 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5860 of libf2c.
5861 * configure, Makefile.in: Regenerate.
5862
4b1cb4fe
DD
58632004-05-13 Diego Novillo <dnovillo@redhat.com>
5864
5865 Merge from tree-ssa-20020619-branch.
5866
5867 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5868 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5869 (HOST_GMPLIBS): Define.
5870 (HOST_GMPINC): Define.
5871 (TARGET_LIB_PATH): Add libmudflap.
5872 (GFORTRAN_FOR_TARGET): Define.
5873 (configure-build*): Export GFORTRAN.
5874 (configure-gcc): Export GMPLIBS and GMPINC.
5875 (all-gcc): Add maybe-all-libbanshee.
5876 (configure-target-libgfortran): Define.
5877 * Makefile.in: Regenerate.
5878 * configure.in (host_libs): Add libbanshee.
5879 (target_libraries): Add target-libmudflap and target-libgfortran.
5880 Add --with-libbanshee.
5881 Handle --disable-libmudflap.
5882 (*-*-freebsd*): Use with_gmp.
5883 Add $(libgcj) to noconfigdirs.
5884 * configure: Regenerate.
5885 * depcomp: New file.
5886 * MAINTAINERS: Add tree-ssa maintainers.
5887
58882004-04-28 Paolo Bonzini <bonzini@gnu.org>
5889
5890 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5891 * configure: Regenerate.
5892
b8908782
DD
58932004-04-27 Paolo Bonzini <bonzini@gnu.org>
5894
5895 Revert:
5896 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5897
5898 * Makefile.def (flags_to_pass): Remove *dir variables that
5899 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5900 as well as prefix and exec_prefix.
5901 * Makefile.in: Regenerate.
5902
59032004-04-26 Paolo Bonzini <bonzini@gnu.org>
5904
5905 * Makefile.def (host_modules): Mark with the bootstrap
5906 flag packages on which gcc depends.
5907 * Makefile.tpl (all-bootstrap): Use it.
5908 * Makefile.in: Regenerate.
5909
59102004-04-26 Paolo Bonzini <bonzini@gnu.org>
5911
5912 * Makefile.def (flags_to_pass): Remove *dir variables that
5913 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5914 as well as prefix and exec_prefix.
5915 * Makefile.in: Regenerate.
5916
59172004-04-26 Paolo Bonzini <bonzini@gnu.org>
5918
80b200a1
ZW
5919 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5920 * configure: Regenerate.
5921 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5922 * gcc/Makefile.tpl (compare): Use the result of the test.
5923 * gcc/Makefile.in: Regenerate.
b8908782
DD
5924
59252004-04-23 Paolo Bonzini <bonzini@gnu.org>
5926
5927 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5928 Always relocate gcc and prev-gcc to the original names, even
5929 if the build fails.
5930 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5931 New targets.
5932
0f260896
RO
59332004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5934
5935 * configure.in (mips*-*-irix5*): Enable ld.
5936 * configure: Regenerate.
5937
51860f05
JW
59382004-04-15 James E Wilson <wilson@specifixinc.com>
5939
5940 * Makefile.tpl (configure-[+module+], configure-gcc,
5941 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5942 Set and export LDFLAGS.
5943 * Makefile.in: Regenerate.
5944
54752a6b
NN
59452004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5946
5947 PR bootstrap/14871
5948 * Makefile.tpl: If we don't have built-in-tree target tools,
5949 use the ones found by configure rather than hacking around with
5950 program_transform_name.
5951 * configure.in: Give Makefile.tpl the information necessary
5952 to do that.
5953 * Makefile.in: Regenerate.
5954 * configure: Regenerate.
5955
59562004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5957
5958 PR bootstrap/14760
5959 * configure.in: When computing baseargs, strip *all* copies of
5960 offending options. Also, don't match/substitute the trailing space,
5961 so that this actually works when two similar options are separated by
5962 only one space.
5963 * configure: Regenerate.
5964
59652004-04-06 David Edelsohn <edelsohn@gnu.org>
5966
80b200a1
ZW
5967 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5968 (rs6000-*-aix*): Same.
5969 * configure: Regenerate.
54752a6b 5970
5e2b61fb
SS
59712004-03-25 Stan Shebs <shebs@apple.com>
5972
5973 Remove MPW support, no longer used.
5974 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5975 mpw-install: Remove files.
5976 * src-release (DEVO_SUPPORT): Remove names of removed files.
5977 * MAINTAINERS: Likewise.
5978
1a6f2dc7
NN
59792004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5980
a0049f1b
NN
5981 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5982 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5983 * Makefile.in: Regenerate.
5984
1a6f2dc7
NN
5985 * configure.in (top level bootstrap support): Rework --enable-werror
5986 to set @stage2_werror_flag@.
5987 * configure: Regenerate.
5988 * Makefile.tpl (top level bootstrap support): Pass
5989 @stage2_werror_flag@ down to configure in stages 2 and 3.
5990 * Makefile.in: Regenerate.
5991
920e3419
NN
59922004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5993
5994 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5995 for stages 2 and 3 as well as in make. As a consequence, remove
5996 OUTPUT_OPTION (now detected by configure) from the flags passed down
5997 to make.
5998 * Makefile.in: Regenerate.
5999
6000 * Makefile.tpl (new-bootstrap): Fix typo.
6001 * Makefile.in: Regenerate.
6002
4fa63067
NN
60032004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
6004
6005 * Makefile.tpl: Rearrange by moving recursive_targets rules
6006 into their proper sections.
6007 * Makefile.tpl (top level bootstrap support): Move disabling
6008 of coverage flags from 'make' to 'configure'; improve comments.
6009 * Makefile.in: Regenerate.
6010
6011 * Makefile.tpl (experimental top level bootstrap) Move stage1
6012 language setting from all- target to configure- target; disable
6013 intermodule optimization in stage 1; prevent gratuitous rebuilds
6014 of stage 1.
6015 * Makefile.in: Regenerate.
6016 * configure.in: Comma-separate stage 1 language list for top
6017 level bootstrap.
6018 * configure: Regenerate.
6019
6020 * Makefile.tpl: Clean up experimental top level bootstrap support:
6021 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
6022 prev-gcc in configure- targets as well as all- targets.
6023 * Makefile.in: Regenerate.
6024
fb8a10fd
NN
60252004-03-17 Paolo Bonzini <bonzini@gnu.org>
6026
6027 * configure.in: Remove symbolic link section.
6028 * configure: Regenerate.
6029 * Makefile.tpl (links): Remove.
6030 * Makefile.in: Regenerate.
6031
947f426e 60322004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 6033 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
6034
6035 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 6036 Set with AC_CHECK_PROGS.
947f426e
NN
6037 * configure.in: Fix comment typo from last patch.
6038 * configure: Regenerate.
6039
1d39f329
NN
60402004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
6041
6042 * Makefile.tpl: Introduce experimental top level bootstrap support.
6043 * Makefile.in: Regenerate.
6044 * configure.in: Introduce support for top level bootstrap.
6045 * configure: Regenerate.
6046
4b0ac75d 60472004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6048 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
6049
6050 PR bootstrap/14522
6051 * configure.in: Cope with shells that do not support unquoted ^
6052 * configure: Regenerate.
6053
2e70b094 60542004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 6055 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
6056
6057 PR bootstrap/14522
6058 * configure.in: Cope with shell that do not support nesting
6059 quotes inside quoted backquote substitutions.
6060 * configure: Regenerate.
6061
60622004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
6063
6064 PR bootstrap/14522
6065 * configure.in: Fix escaping of $.
6066 * configure: Regenerate.
6067
9e07f89d
NN
60682004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
6069
6070 * configure: Regenerate.
6071
60722004-03-08 Paolo Bonzini <bonzini@gnu.org>
6073
6074 PR ada/14131
6075 Move language detection to the top level.
6076 * configure.in: Find default values for the tools as
6077 soon as possible. Disable ada if GNAT is not found.
6078 Emit error message about missing languages. Expand
6079 --enable-languages=all for the gcc subdirectory.
6080
1712ab83
RS
60812004-03-01 Richard Sandiford <rsandifo@redhat.com>
6082
6083 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
6084 and disable libgcj.
6085 * configure: Regenerated.
6086
3dee29da
NN
60872004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6088
6089 PR bootstrap/7087
6090 * Makefile.tpl: Guard XFOO sed statements better.
6091 * Makefile.tpl: Add dependency for configure-target-libada.
6092 * Makefile.in: Regenerate (incidentally fixes broken
6093 commit when libada-branch was merged).
6094
0558264b
AC
60952004-02-28 Andrew Cagney <cagney@redhat.com>
6096
6097 * src-release (CVS_NAMES): Define.
6098 (do-tar, do-tar): Prune $(CVS_NAMES).
6099
c38f9803
AC
61002004-02-23 Andrew Cagney <cagney@redhat.com>
6101
6102 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
6103 2004-02-19.09.
6104
55636792
NN
61052004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
6106
6107 PR bootstrap/11932
6108 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
6109
1e600082
AC
61102004-02-19 Andrew Cagney <cagney@redhat.com>
6111
6112 * config.guess: Update from version 2003-06-12 to 2004-02-16.
6113 * config.sub: Update from version 2003-06-13 to 2004-02-16.
6114
3769cd82
DD
61152004-02-11 David Edelsohn <edelsohn@gnu.org>
6116
6117 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
6118 (rs6000-*-aix*): Same.
6119 * configure: Regenerate.
6120
a92834c8
DD
61212004-02-11 Kelley Cook <kcook@gcc.gnu.org>
6122
6123 * configure.in (host): Add in missing $noconfigdirs to defines.
6124 * configure: Regenerate.
6125
a2592b1b
DD
61262004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
6127 Nathanael Nerode <neroden@gcc.gnu.org>
6128
6129 PR ada/6637, PR ada/5911
80b200a1 6130 Merge with libada-branch:
a2592b1b
DD
6131 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
6132 with appropriate dependencies. Add --enable-libada configure switch.
6133 * configure, Makefile.in: Regenerate.
6134
e31d1ea3
DD
61352004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6136
6137 * configure.in: Don't pass --with-stabs on IRIX 5 either.
6138 * configure: Regenerate.
6139
db85f5c0
JJ
61402004-02-02 Jeff Johnston <jjohnstn@redhat.com>
6141
6142 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 6143
fc434214
DD
61442004-01-23 DJ Delorie <dj@redhat.com>
6145
6146 * Makefile.def (target_modules) [libiberty]: Don't stage.
6147 * Makefile.in: Rebuilt.
6148
ad445c2c 61492004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 6150
ad445c2c
JJ
6151 * COPYING.NEWLIB: Update to include copyrights for new
6152 iconv code.
6153
72bbedde
AC
61542004-01-15 Andrew Cagney <cagney@redhat.com>
6155
6156 * src-release: Update copyright year.
6157 (do-proto-toplev): Configure using i686-pc-linux-gnu.
6158 (NEWLIB_SUPPORT_DIRS): Delete macro.
6159 (newlib.tar.bz2): Delete rule.
6160
a6d6062d
DD
61612004-01-14 Loren J. Rittle <ljrittle@acm.org>
6162
6163 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
6164 * Makefile.tpl (configure-target-[+module+]): Support stage.
6165 * Makefile.in: Rebuilt.
6166
f8b73030
MR
61672003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6168
6169 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
6170 throughout.
6171
aff0e9df
NN
61722004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
6173
bb5dca17
NN
6174 * configure.in: Use ./config.cache, not config.cache.
6175 * configure: Regenerate.
6176 * Makefile.tpl: Special-casing not needed for GCC any more.
6177 * Makefile.in: Regenerate.
6178
82252c06
NN
6179 * configure.in: Don't share a cache file for host dirs.
6180 * configure: Regenerate.
6181
aff0e9df
NN
6182 * config-ml.in: Don't mess with the cache file.
6183
95036d20
NN
61842004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
6185
ac7b618e
NN
6186 * Makefile.tpl: Make GCC use a separate config.cache.
6187 * Makefile.in: Regenerate.
6188
95036d20
NN
6189 PR bootstrap/11932, PR bootstrap/11933
6190 (I don't know if it will fix either of them, but it relates
6191 to them.)
6192 * configure.in: Don't use shared config.cache for target
6193 directories.
6194 * configure: Regenerate.
6195
08c1856b
DD
61962003-12-31 Roger Sayle <roger@eyesopen.com>
6197
6198 * configure.in (ia64*-*-hpux*): Disable building java libraries.
6199 * configure: Regenerated.
6200
c1968181 62012003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 6202
9eb322aa
MF
6203 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
6204 * configure: Regenerated.
c1968181 6205
10ecffb9
NN
62062003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6207
6208 Port change over from GCC:
6209 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
6210 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
6211 (configure-build-[+module+], configure-[+module+]): Likewise.
6212 (configure-target-[+module+], configure-gcc, config.status): Likewise.
6213 * Makefile.in: Regenerate.
6214
f2ab5990
TF
62152003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
6216
6217 * configure.in (raw_libstdcxx_flags): Remove the leading space.
6218 * configure: Regenerate.
6219
41a7d11a
JJ
62202003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6221
80b200a1 6222 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
6223 stdlib.
6224
d9441a1f
DD
62252003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6226
6227 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6228 * Makefile.in: Regenerate.
6229
3a48a978
DD
62302003-10-20 Phil Edwards <phil@codesourcery.com>
6231
6232 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6233 * configure: Regenerate.
6234
f0b24077
NN
62352003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6236
6237 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6238 HOST_FLAGS_TO_PASS.
6239 * Makefile.in: Regenerate.
6240
5fbad20a
DD
62412003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6242
6243 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6244 * configure: Rebuilt
6245 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6246 * Makefile.in: Rebuilt
6247
78be4155
L
62482003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6249
6250 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6251
051fcc7a
L
62522003-10-01 Phil Edwards <pme@gcc.gnu.org>
6253
6254 * config-ml.in: Use ac_configure_args directly instead of
6255 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6256 actually seen.
6257
62582003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6259
6260 * config-ml.in: Propagate INSTALL variables.
6261
f27d4f92
DJ
62622003-09-21 Daniel Jacobowitz <drow@mvista.com>
6263
6264 * configure.in: Pass a computed --program-transform-name
6265 to subconfigures.
6266 * configure: Regenerated.
6267
cae4d560
NN
62682003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6269
6270 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6271 * Makefile.in: Regenerate.
6272
6273 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6274 * Makefile.in: Regenerate.
6275
8ff944f6
DJ
62762003-09-17 Daniel Jacobowitz <drow@mvista.com>
6277
6278 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6279 quoting.
6280 * configure: Regenerated.
6281
d9a35680
MC
62822003-09-12 Michael Chastain <mec@shout.net>
6283
6284 Fix PR gdb/857.
6285 * src-release (do-proto-topleve): Remove junk files
6286 intl/config.cache, intl/config.status,
6287 intl/config.h, intl/stamp-h.
6288
710068b9
AC
62892003-09-14 Andrew Cagney <cagney@redhat.com>
6290
6291 * src-release (dejagnu.tar): New target.
6292 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6293 (do-djunpack): Use $(PACKAGE) for the package name.
6294
e1008165
DD
62952003-09-04 DJ Delorie <dj@redhat.com>
6296
6297 * configure: Regenerate.
6298
21998d12
NC
62992003-09-04 Robert Millan <robertmh@gnu.org>
6300
6301 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 6302
ccca4bb3
DD
63032003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6304
6305 * configure.in: Ensure arguments to sed are properly spaced.
6306 * configure: Regenerate.
6307
ee949b5e
DJ
63082003-08-28 Daniel Jacobowitz <drow@mvista.com>
6309
6310 Merge from gcc:
6311 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6312 * install-sh: Update to newer upstream versions (associated with
6313 aclocal 1.7).
6314 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6315
75addda2
DJ
63162003-08-27 Daniel Jacobowitz <drow@mvista.com>
6317
6318 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6319 * configure: Regenerated.
6320
8d2877d8
NN
63212003-08-23 Phil Edwards <pme@gcc.gnu.org>
6322
6323 * configure.in: Use newline instead of semicolon when assuming
6324 shell arguments in a for loop.
6325 * configure: Regenerated.
6326
d2cc0e0d
GK
63272003-08-20 Geoffrey Keating <geoffk@apple.com>
6328
6329 PR 8180
6330 * configure.in: When testing with_libs and with_headers, treat
6331 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6332 * configure: Regenerate.
80b200a1 6333
d2cc0e0d
GK
6334 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6335 make, shell, etc.
6336 (baseargs): Likewise.
6337 * configure: Regenerate.
6338
04d1ab34
GK
63392003-08-19 Geoffrey Keating <geoffk@apple.com>
6340
6341 * configure.in: Disable libgcj for darwin not on powerpc.
6342 * configure: Rebuild.
6343
ca506da8
MC
63442003-08-15 Michael Chastain <mec@shout.net>
6345
6346 * src-release (do-proto-toplev): Remove junk files
6347 dejagnu/example/calc/config.status,
6348 dejagnu/example/calc/config.log.
6349
a4aa3f49
DD
63502003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6351
6352 * config-ml.in, symlink-tree: Add license.
6353
ede4fbe4
NN
63542003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6355
6356 Merge from gcc:
6357
6358 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6359 * Makefile.tpl (check, check-c++): Express dependencies using
6360 dependencies rather than commands.
6361 * Makefile.in: Regenerate.
6362
6363 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6364 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6365 * Makefile.in: Update.
6366
970f29af
AC
63672003-08-01 Andrew Cagney <cagney@redhat.com>
6368
6369 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6370 * configure: Ditto.
6371
b2884a0c
DD
63722003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6373
6374 * configure.in: Enable libgcj for darwin.
6375 * configure: Rebuild.
6376
c07f46a4
NN
63772003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6378
6379 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6380
9175bfc0
NN
63812003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6382
6383 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6384 creating target and build subdirs to build all parent dirs as needed.
6385 * Makefile.in: Rebuild.
6386 * configure.in: Don't build dirs explicitly here.
6387 * configure: Rebuild.
6388
b9abda6a
AO
63892003-07-22 Alexandre Oliva <aoliva@redhat.com>
6390
6391 * Makefile.tpl (all-make): Depend on intl.
6392 * Makefile.in: Rebuilt.
6393
eef8ffd4
NN
63942003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6395
6396 * config.if: Remove unused libc_interface determination.
6397
295efaf0
NN
63982003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6399
6400 * Makefile.in: Regenerate, correctly this time.
6401
e5c3f801
NN
64022003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6403
6404 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6405 unused INSTALL_PROGRAM_ARGS.
6406 * configure.in: Use AC_PROG_INSTALL.
6407 * Makefile.in: Regenerate.
6408 * configure: Regenerate.
6409
4a18bd6b
AO
64102003-07-10 Alexandre Oliva <aoliva@redhat.com>
6411
6412 * configure: Rebuilt.
6413 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6414 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6415 newlib nor libgloss.
6416 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6417 * configure.in (am33_2.0-*-linux*): Added.
6418
fbd1054d
BW
64192003-07-09 Bob Wilson <bob.wilson@acm.org>
6420
6421 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6422 * configure: Regenerate.
6423
b40e3958
L
64242003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6425
6426 * config-ml.in: Replace PWD with PWD_COMMAND.
6427 * Makefile.tpl: Likewise.
6428 * Makefile.in: Regenerated.
6429
4a5be7ba
NN
64302003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6431
6432 * configure.in: Clean up config-lang.in handling. Delete
6433 useless assignment to "subdirs".
6434 * configure: Regenerate.
6435
9c14acb8
NN
64362003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6437
6438 * configure.in: Rename 'target_libs' to 'target_libraries'.
6439 Remove useless reference to 'target_libs'.
6440 * configure: Regenerate.
6441
8f32e830
KS
64422003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6443
6444 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6445 * Makefile.in: Regenerate.
6446
12f0bd74
NN
64472003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6448
6449 * Makefile.def: Introduce flags_to_pass.
6450 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6451 * Makefile.in: Regenerate.
6452
b07c2aad
HPN
64532003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6454
6455 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6456 and target-libgloss.
6457 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6458 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 6459 * configure: Regenerate.
b07c2aad 6460
56f25033
DD
64612003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6462
6463 * configure.in: Update testsuite_flags to new location.
6464 * configure. Regenerate.
80b200a1 6465
4ec9a3b2
NN
64662003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6467
6468 * Makefile.tpl: Remove BUILD_CC stuff.
6469 * Makefile.in: Regenerate.
6470
059083b1 64712003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6472
059083b1
L
6473 * config.guess: Update to 2003-06-12 version.
6474 * config.sub: Update to 2003-06-13 version.
6475
535b046a
TS
64762003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6477
6478 * MAINTAINERS: Add myself as MIPS co-maintainer.
6479
00c22daa 64802003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6481
00c22daa
L
6482 * config.guess: Update to 2003-06-06 version.
6483 * config.sub: Update to 2003-06-06 version.
6484
1047cb91
DD
64852003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6486
6487 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6488 * configure. Regenerate.
6489
123494c8
NN
64902003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6491
1047cb91
DD
6492 * configure.in: Disable serial configure by default.
6493 * configure: Regenerate.
6494 * Makefile.tpl: Abolish .NOTPARALLEL.
6495 * Makefile.in: Regenerate.
6496
7f121bbf
NN
6497 * Makefile.tpl: Replace {build,host,target}_canonical by
6498 {build,host,target}.
6499 * Makefile.in: Regenerate.
6500
123494c8
NN
6501 * Makefile.tpl: Fix stupid pasto.
6502 * Makefile.in: Regenerate.
6503
ec7e0995
NN
65042003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6505
6506 * Makefile.tpl: Remove bogus conditional.
6507 * Makefile.in: Regenerate.
6508
27b1cc72
NN
65092003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6510
2a4cbe27
NN
6511 * Makefile.tpl: Make 'recursive targets' using autogen rather
6512 than shell loop. Remove duplicate 'clean' targets and false
6513 comments.
6514 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6515 Add systematic method of specifying missing targets in subdirs.
6516 Add copyright boilerplate.
6517 * Makefile.in: Regenerate.
6518 * configure.in: Add 'recursive targets' to maybe list.
6519 * configure: Regenerate.
6520
27b1cc72
NN
6521 * Makefile.tpl: Rename [+target+] to [+make_target+].
6522 * Makefile.def: Rename 'target' to 'make_target'.
6523
01e51bd0
NC
65242003-05-30 Nick Clifton <nickc@redhat.com>
6525
6526 * README-maintainer-mode: Update URL for locating blessed config
6527 tools.
6528
2fd84b42
NC
65292003-05-29 Robert Millan <rmh@debian.org>
6530
6531 * ltconfig: Import this patch and modify for use with current
6532 version of ltconfig:
6533
6534 2003-05-21 Bruno Haible <bruno@clisp.org>
6535
6536 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6537 GNU/FreeBSD.
6538
8945c6bb
DD
65392003-05-28 DJ Delorie <dj@redhat.com>
6540
6541 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6542 * Makefile.in: Regenerate.
6543
2f9632a1
JJ
65442003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6545
80b200a1 6546 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 6547
3a12db16 65482003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 6549
3a12db16
DD
6550 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6551 newlib or libgloss.
6552 * Makefile.in: Regenerate.
6553
44482353
DD
65542003-05-21 DJ Delorie <dj@redhat.com>
6555
6556 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6557 * Makefile.in: Regenerate.
6558
fec2c52d
MR
65592003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6560
6561 * configure.in: Use curly braces in the definition of tooldir.
6562 * configure: Regenerate.
6563
16ae0395
NN
65642003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6565
6566 * configure.in: Switch more things to use maybe dependencies.
80b200a1 6567 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
6568 Factor out common code from autogen IF statements.
6569 * configure: Regenerate.
6570 * Makefile.in: Regenerate.
6571
ec11bdc6
DD
65722003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6573
6574 * configure.in: Accept i[3456789]86 for machine type.
6575 * configure: Regenerate.
6576
dd12c3a8
NN
65772003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6578
6579 * configure.in: Switch more things to use maybe dependencies.
6580 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6581 * configure: Regenerate.
6582 * Makefile.tpl: Switch more things to use maybe dependencies.
6583 * Makefile.in: Regenerate.
6584
cf662e21
AJ
65852003-05-16 Andreas Schwab <schwab@suse.de>
6586
6587 * Makefile.tpl (install-opcodes): Define.
6588 * Makefile.in: Rebuild.
6589
5481b376
AJ
65902003-05-13 Andreas Jaeger <aj@suse.de>
6591
6592 * config.guess: Update to 2003-05-09 version.
6593 * config.sub: Update to 2003-05-09 version.
6594
3959a22a
AJ
65952003-05-13 Michael Eager <eager@mvista.com>
6596
6597 * configure.in: Correct sed script so that options in quotes are not
6598 deleted.
6599 * configure: Rebuild.
6600
564b43e5
CV
66012003-05-12 Corinna Vinschen <corinna@vinschen.de>
6602
6603 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6604 and $$s/newlib/libc/sys/cygwin32 include paths.
6605 * configure: Ditto.
6606
bb947dc9
L
66072003-05-05 H.J. Lu <hjl@gnu.org>
6608
6609 * config-ml.in: Restored from gcc repository.
6610
77f7441a
CD
66112003-05-02 Chris Demetriou <cgd@broadcom.com>
6612
80b200a1
ZW
6613 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6614 * Makefile.in: Regenerate.
77f7441a 6615
a26d7085
DJ
66162003-04-27 Daniel Jacobowitz <drow@mvista.com>
6617
6618 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6619 and Makefile.def.
6620
e4c4d240
DJ
66212003-04-27 Daniel Jacobowitz <drow@mvista.com>
6622
6623 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6624 * Makefile.in: Regenerated.
6625
62a3fc85
DD
66262003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6627
6628 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6629 * Makefile.in: Regenerate.
6630
66312003-04-18 Jakub Jelinek <jakub@redhat.com>
6632
6633 * configure.in (powerpc64*-*-linux*): Remove.
6634 * configure: Rebuilt.
6635
5b474aa8
DD
66362003-04-17 Phil Edwards <pme@gcc.gnu.org>
6637
6638 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6639 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6640 and restrap.
6641 * Makefile.in: Regenerate.
6642
66432003-04-16 Richard Earnshaw <rearnsha@arm.com>
6644
6645 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6646 * configure: Regenerated.
6647
bc295afe
AO
66482003-04-11 Alexandre Oliva <aoliva@redhat.com>
6649
6650 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6651 * */configure: Rebuilt.
6652
3728fade
NN
66532003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6654
6655 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6656 * Makefile.in: Regenerate.
6657
ce5b542e
MC
66582003-03-14 Michael Chastain <mec@shout.net>
6659
6660 * Makefile.in: Regenerate with correct Makefile.def.
6661
3db0a37f
NN
66622003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6663
6664 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6665 Make macro.
6666 * Makefile.in: Regenerate.
6667 * configure.in: Clean up gxx_include_dir logic.
6668 * configure: Regenerate.
6669
34349c6e
DD
66702003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6671
6672 * configure.in (gxx_include_dir): Fix typo.
6673 * configure: Regenerated.
6674
686c28c9
AC
66752003-03-06 Andrew Cagney <cagney@redhat.com>
6676
6677 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6678
bba45b8b 66792003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 6680
bba45b8b
NN
6681 * configure.in: Include $(build_tooldir)/sys-include in
6682 FLAGS_FOR_TARGET.
6683 * configure: Regenerated.
6684
2683747f
NN
66852003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6686
bba45b8b
NN
6687 * Makefile.tpl: Reindent.
6688 * Makefile.in: Regenerate.
6689 * configure.in: Reindent. Don't set unused variables.
6690 * configure: Regenerate.
6691
2683747f
NN
6692 * Makefile.tpl: Always pass down RANLIB.
6693 * Makefile.in: Regenerate.
6694
6695 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6696 * Makefile.in: Regenerate.
6697 * configure.in: Remove unused logic relating to --enable-shared
6698 and --enable-threads. Remove bogus comments. Remove redundant
6699 noconfigdirs.
6700 * configure: Regenerate.
6701
6702 * configure.in: Replace ${libstdcxx_version} by its value.
6703 Remove reference to mh-dgux.
6704 * configure: Regenerate.
6705
50212802
NN
67062003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6707
6708 * Makefile.tpl: Rearrange.
6709 * Makefile.in: Regenerate.
6710
a6be7fc6
NC
67112003-02-25 Nick Clifton <nickc@redhat.com>
6712
6713 * configure: Remove site-file supprot - it is obsolete.
6714
f8a495c8
NC
67152003-02-24 Uwe Stieber <uwe@wwws.de>
6716
6717 * configure.in: Add support for kaOS as cross build target system.
6718 * configure: Regenerated.
6719
3decd77d
DD
67202003-02-20 Sean McNeil <sean@blue.mcneil.com>
6721
6722 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6723 configure-target-* as some target builds may require additional
6724 flags for preprocessor tests.
6725 * Makefile.in: Regenerated.
6726
f4ff34a3
AO
67272003-02-19 Alexandre Oliva <aoliva@redhat.com>
6728
6729 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6730 * ltconfig: Handle it.
6731 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6732 auto-detecting it.
6733
b7e4a931
AO
67342003-02-19 Alexandre Oliva <aoliva@redhat.com>
6735
6736 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6737 it is used as argument to $CC.
6738 * ltcf-gcj.sh: Likewise.
6739
6b784d9f
AO
67402003-02-19 Alexandre Oliva <aoliva@redhat.com>
6741
6742 * configure.in: Introduce --enable-maintainer-mode.
6743 * configure: Rebuilt.
6744 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6745 for maintainer mode.
6746 * Makefile.in: Rebuilt.
6747
8bcd8a07
AC
67482003-02-19 Andrew Cagney <ac131313@redhat.com>
6749
6750 * configure: Regenerate using autoconf 2.13.
6751
ee3fd329
AM
67522003-02-19 Alan Modra <amodra@bigpond.net.au>
6753
6754 * config.guess: Import latest version.
6755 * config.sub: Import latest version.
6756
e9e45685
JM
67572003-02-18 Jason Merrill <jason@redhat.com>
6758
6759 * Makefile.tpl (check-c++): Allow parallelism.
6760
859789af
AC
67612003-02-17 Andrew Cagney <ac131313@redhat.com>
6762
6763 * configure: Regenerate using autoconf 000227.
6764
b3f16a9b
GK
67652003-02-15 Geoffrey Keating <geoffk@apple.com>
6766
6767 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6768 don't configure target-libobjc.
6769 * configure: Regenerate.
6770
72e60e02
DD
67712003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6772
6773 * Makefile.tpl (RANLIB): Define.
6774 * Makefile.in: Regenerate.
6775
91f0e695
KS
67762003-02-06 Keith R Seitz <keiths@redhat.com>
6777
6778 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6779 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6780 * Makefile.in: Regenerated.
6781 * configure.in: Remove all traces of snavigator, db, and grep.
6782 * configure: Regenerated.
6783
122bfa92
FCE
67842003-01-31 Frank Ch. Eigler <fche@redhat.com>
6785
6786 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6787 * Makefile.in: Regenerated.
6788
264095c3
AO
67892003-01-30 Alexandre Oliva <aoliva@redhat.com>
6790
6791 * config.if: Copy from GCC.
6792
a84dbcb3
AO
67932003-01-27 Phil Edwards <pme@gcc.gnu.org>
6794
6795 * configure.in: Revert 24Jan change.
6796 * configure: Regenerate.
6797
19618276
NN
67982003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6799
6800 * configure.in: Revert previous change.
6801 * configure: Regenerate.
6802
b7f27a92
NN
68032003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6804
6805 * configure.in: Make rda native-only.
6806 * configure: Regenerate.
6807
83326456
NN
68082003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6809
6810 * configure.in: Add missing \.
6811 * configure: Rebuilt.
6812
5e367fa5
JJ
68132003-01-17 Jakub Jelinek <jakub@redhat.com>
6814
6815 * configure.in (baseargs): Avoid using \| in sed regular
6816 expressions.
6817 * configure: Rebuilt.
6818
e01f337c
JJ
68192003-01-16 Jakub Jelinek <jakub@redhat.com>
6820
6821 * configure.in (baseargs): Remove all supported forms of
6822 --cache-file, --srcdir, --host, --build and --target options
6823 from argument lists.
6824 * configure: Rebuilt.
6825
aa236487
AO
68262003-01-15 Alexandre Oliva <aoliva@redhat.com>
6827
6828 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6829 * configure: Rebuilt.
6830
586c0873
NN
68312003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6832
6833 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6834 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6835 * Makefile.in: Regenerate.
6836 * configure: Regenerate.
6837
497f816e
DD
68382003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6839
6840 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6841 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6842 * Makefile.in: Regenerate.
6843
bfbe5519
AO
68442003-01-09 Alexandre Oliva <aoliva@redhat.com>
6845
6846 * configure.in: Remove Makefile in build, host and target modules
6847 unless configure was run with --no-recursion.
6848 * configure: Rebuilt.
6849
3f234ef5
CD
68502003-01-08 Chris Demetriou <cgd@broadcom.com>
6851
6852 * config.guess: Update to 2003-01-03 version.
6853 * config.sub: Update to 2003-01-03 version.
6854
a3982d48
CF
68552003-01-07 Christopher Faylor <cgf@redhat.com>
6856
6857 * configure: Regenerate with proper autoconf 2.13.
6858
75778ec4
CF
68592003-01-07 Christopher Faylor <cgf@redhat.com>
6860
80b200a1
ZW
6861 * configure.in: Add AC_PREREQ for consistency.
6862 * configure: Regenerate.
75778ec4 6863
c180f501
AC
68642003-01-06 Andrew Cagney <ac131313@redhat.com>
6865
6866 * configure.in (GDB_TK): Add tcl directories conditional on
6867 gdb/gdbtk directory being present.
6868 * configure: Regenerate.
5481b376 6869
46ca2cc2
DA
68702003-01-04 John David Anglin <dave.anglin@nrc.ca>
6871
6872 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6873 by gcc if LD is not defined and we are not doing a Canadian Cross.
6874 * configure: Rebuilt.
6875
53dd8dab
DJ
68762003-01-01 Daniel Jacobowitz <drow@mvista.com>
6877
6878 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6879
50ceb20c
TT
68802002-12-31 Tom Tromey <tromey@redhat.com>
6881
6882 * Makefile.in: Rebuilt.
6883 * Makefile.def (target_modules) [libffi]: Allow installation.
6884
e78b5cfe
AS
68852002-12-31 Andreas Schwab <schwab@suse.de>
6886
6887 * configure.in: Fix use of $program_transform_name.
6888 * configure: Regenerated.
6889
67448102
DJ
68902002-12-30 Daniel Jacobowitz <drow@mvista.com>
6891
6892 * configure.in (baseargs): Don't remove first configure argument.
6893 * configure: Regenerated.
6894
e6bfb94a
AO
68952002-12-29 Alexandre Oliva <aoliva@redhat.com>
6896
6897 * Makefile.tpl (local-distclean): Don't remove...
6898 (multilib.ts): ... this. Moved into...
6899 (multilib.out): ... this. Don't use sub-make.
6900 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6901 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6902 (configure-build-[+module+], configure-[+module+],
6903 configure-target-[+module+], configure-gcc): ... these. Test
6904 for Makefile existence. Drop config.status from dependencies.
6905 * Makefile.in: Rebuilt.
6906 * configure.in: Move gcc-version-trigger to the end of
6907 ac_configure_args. Add comments to maybedep.tmp and
6908 serdep.tmp. Introduce --disable-serial-configure. Remove
6909 nonopt from baseargs, matching and removing corresponding
6910 whitespace while at it.
6911 * configure: Rebuilt.
6912
8f0dfb36
AO
69132002-12-28 Alexandre Oliva <aoliva@redhat.com>
6914
6915 * configure.in (host_configargs): Replace reference to
6916 no-longer-defined buildopts with --build=${build_alias}.
6917 * configure: Rebuilt.
6918
43be203f
AO
69192002-12-28 Alexandre Oliva <aoliva@redhat.com>
6920
6921 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6922 program_transform_name to standard idiom.
6923 (AUTOGEN, AUTOCONF): Define.
6924 (Makefile.in): Use $(AUTOGEN).
6925 (Makefile): Depend on config.status, and use autoconf-style rule to
6926 build it. Move original commands to...
6927 (config.status): ... this new target.
6928 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6929 $(AUTOCONF).
6930 * Makefile.in: Rebuilt.
6931
a0da8069
NN
69322002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6933
d18f1c9f
NN
6934 * Makefile.tpl: Fix dramatic bustage due to change in
6935 program_transform_name.
6936 * Makefile.in: Regenerate.
6937
6938 * configure.in: Remove unnecessary PATH setting.
6939 * configure: Regnerate.
6940
6941 * configure.in: Don't default to unprefixed tools unless
6942 the native tools will work.
6943 * configure: Regenerate.
6944
a0da8069
NN
6945 * configure.in: Convert to autoconf script. Blow away lots
6946 of now-redundant Makefile fragments.
6947 * configure: Generate using Autoconf.
6948 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6949 * Makefile.in: Regenerate.
6950
c567df0a
NN
69512002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6952
5481b376 6953 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
6954 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6955
5481b376 6956 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 6957 where they belong.
2c7f9a32 6958
2dabcfb4
AS
69592002-12-24 Andreas Schwab <schwab@suse.de>
6960
6961 * Makefile.tpl (multilib.out): Fix missing space.
6962 * Makefile.in: Regenerate.
6963
1086bc09
NN
69642002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6965
6966 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6967 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6968 * Makefile.in: Regenerate.
6969 * configure.in: Remove unnecessary leftovers.
6970
1086bc09
NN
69712002-12-21 Geoffrey Keating <geoffk@apple.com>
6972
6973 * configure.in (extra_ranlibflags_for_target): New variable.
6974 (*-*-darwin): Add -c to ranlib commands.
6975 * configure (tooldir): Handle extra_ranlibflags_for_target.
6976
14e9ca95
JJ
69772002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6978
6979 * COPYING.NEWLIB: Updated.
6980 * COPYING.LIBGLOSS: Ditto.
6981
14c428fb
NN
69822002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6983
6984 * Makefile.tpl: Revert HJL's change.
6985 * Makefile.in: Regenerated.
6986 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6987 always.
6988
313b8244
AS
69892002-12-19 Andreas Schwab <schwab@suse.de>
6990
6991 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6992 * Makefile.in: Regenerate.
6993
efeae3db
L
69942002-12-18 H.J. Lu <hjl@gnu.org>
6995
6996 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6997 * Makefile.in: Regenerated.
6998
6999 * configure.in (build_prefix): New. Substitute.
7000
43d92c63
NN
70012002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
7002
59da4fe6
NN
7003 * Makefile.tpl: Don't let real targets depend on phony targets.
7004 * Makefile.in: Regenerate.
7005
43d92c63
NN
7006 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
7007 * Makefile.in: Regenerate.
7008
b72e6a2d
JM
70092002-12-16 Jason Merrill <jason@redhat.com>
7010
7011 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
7012 previous 'make bootstrap'.
7013 * Makefile.in: Regenerate.
7014
95c72c44
HPN
70152002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
7016
7017 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
7018
7d695d07
JM
70192002-12-13 Jason Merrill <jason@redhat.com>
7020
7021 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
7022 library tests.
7023 (check-c++): Just depend on it and check-target-libstdc++-v3.
7024 * Makefile.in: Regenerate.
7025
54103d1e
NN
70262002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
7027
7028 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
7029 * Makefile.in: Regenerate.
7030
4024f1e1
JJ
70312002-12-12 Jeff Johnston <jjohnstn@redhat.com>
7032
80b200a1
ZW
7033 * COPYING.NEWLIB: Update list of alternate Regent of California
7034 licenses and discuss official revoking of advertising clause.
7035 * COPYING.LIBGLOSS: Ditto.
4024f1e1 7036
7dda0df6
AO
70372002-12-12 Alexandre Oliva <aoliva@redhat.com>
7038
7039 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
7040 * Makefile.in: Rebuilt.
7041
d03be79e 70422002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 7043
929293f4
NN
7044 * configure: Fix bug put in by gremlins.
7045
d03be79e
NN
7046 * Makefile.tpl: Substitute more autoconfily.
7047 * configure: Substitute more autoconfily.
7048 * Makefile.in: Regenerate.
7049
70502002-12-08 Andrew Cagney <ac131313@redhat.com>
7051
7052 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
7053 * Makefile.in (all-sim): Ditto.
a36d530e
DD
7054
70552002-12-06 DJ Delorie <dj@redhat.com>
7056
7057 * Makefile.tpl: Change configure dependencies to not have real
7058 targets depend on phony targets.
b4a77b47 7059
db1ac78d
NN
70602002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
7061
bcaf2395
NN
7062 * configure.in: Revert unintentional change.
7063
b4fa093e
NN
7064 * src-release: Configure host subdirs.
7065
db1ac78d
NN
7066 * Makefile.tpl: Change dependency for */multilib.out so that
7067 it works when gcc isn't in the tree.
7068
7069 * configure.in: Substitute more.
7070 * configure: Run subconfigures from the Makefile.
7071 * Makefile.tpl: Run subconfigures from the Makefile; add a few
7072 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
7073
15723a45
NN
70742002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
7075
e2b9e2dc
NN
7076 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
7077 and corresponding dependencies.
7078 * Makefile.in: Regenerate.
7079
2af579c4
NN
7080 * configure.in (host_tools): Order binutils, gas and ld for
7081 convenience in running the testsuites.
7082
a2cc058a
NN
7083 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
7084 * Makefile.in: Regenerate.
7085 * configure.in: Introduce rules to serialize subconfigure runs.
7086
15723a45
NN
7087 * configure.in: Introduce BASE_CC_FOR_TARGET.
7088 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
7089 Realize configure-build-* targets. Realize configure-target-* targets.
7090 * Makefile.in: Regenerate.
7091
ae831be5
NN
70922002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7093
7094 * configure: Move gcc_version_trigger stuff from here...
7095 * configure.in: ...to here.
7096
7097 * configure.in: Separate subconfigure options added by this file from
7098 options given by the user. Add machinery to put args for host
7099 subconfigures into the Makefile.
7100
7101 * Makefile.tpl: Remove 'vault' targets.
7102 * Makefile.tpl: Reorder and comment dependencies.
7103 * Makefile.in: Regenerate.
7104
bbf7c8ac
NN
71052002-11-28 Geoffrey Keating <geoffk@apple.com>
7106
7107 * configure.in: Move host-specific darwin noconfigdirs into
7108 the host-specific section.
7109
930314a4
NN
71102002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7111
52d7cdee
NN
7112 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
7113 during replay.
7114 * Makefile.in: Regenerate.
7115
930314a4
NN
7116 (finishing slow-motion replay)
7117 * configure: Remove skip-this-dir support.
7118 * Makefile.tpl: Remove skip-this-dir support.
7119
7120 * Makefile.tpl: Remove leftover support for non-autoconfiscated
7121 subdirectories.
7122 * Makefile.in: Regenerate.
7123
7124 * Makefile.tpl: Strip out useless setting of 'dir'.
7125 * Makefile.in: Regenerate.
5481b376 7126
930314a4
NN
71272002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7128
7129 (finishing slow-motion replay)
7130 * configure.in: Fix deeply stupid bug.
7131
7132 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
7133 shell code in CXX_FOR_TARGET
7134 * Makefile.def: Introduce raw_cxx.
7135 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
7136 RAW_CXX_FOR_TARGET.
7137 * Makefile.in: Regenerate.
7138
71392002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
7140
7141 (finishing slow-motion replay)
7142 * Makefile.tpl: Remove unnecessary ifs.
7143 * Makefile.in: Regenerate.
7144
5481b376 7145 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7146 dependencies. Maybe-ize build-libiberty. Create dummy install
7147 targets for 'no_install' modules.
5481b376 7148 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 7149 build_modules stuff to configure.in.
5481b376 7150 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
7151 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
7152 * Makefile.in: Regenerate.
7153
3866be5d
NN
71542002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7155
7156 (continuing slow-motion replay)
7157 * Makefile.tpl: Make all-target, install-target behave similarly
7158 to all, install (only hitting configured targets). Eliminate
7159 unused macro defintions.
7160
7161 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
7162 build != host.
7163
7164 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
7165
7166 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
7167
5481b376 7168 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
7169 configuring. Remove references to "dosrel".
7170 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 7171 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 7172 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 7173 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
7174 and redundant dependency; rearrange slightly.
7175 * Makefile.def: Add host-side libtermcap, utils.
7176
7177 * Makefile.in: Regenerate.
7178
e393202e
NN
71792002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
7180
7181 (Continuing slow-motion replay)
7182 * Makefile.def: Add list of recursive targets to autogenerate.
7183 Add build_modules.
7184 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
7185 targets. Autogenerate *-build-* targets.
7186 * Makefile.in: Regenerate.
7187
583d52d7
NN
71882002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7189
7190 (Continuing slow-motion replay)
7191 * configure: More autoconf-style substitutions.
7192 * Makefile.tpl: More autoconf-style substitutions.
7193 * Makefile.in: Regenerate.
7194
71952002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
7196
7197 (Continuing slow-motion replay)
7198 * configure: Substitute more variables in a more autoconf-friendly
7199 way. Simplify slightly.
7200 * Makefile.tpl: Make more variables substitutable in an
7201 autoconf-friendly way.
7202 * Makefile.in: Regenerate.
7203
874e38b4
NN
72042002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7205
7206 (Continuing slow-motion replay)
7207 * configure.in (v810*): Remove special setting of tools.
7208
7209 * configure: Add support for extra required flags for ar or nm.
7210 * configure.in (aix4.3+): Use above support for target-specific
7211 issues, rather than using config/mt-aix43.
7212
852e5f18
NN
72132002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
7214
7215 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
7216 * configure: Remove 'removing', which doesn't work. Replace $subdir
7217 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
7218 with $srcdir. Reformat indentation. Substitute some variables
7219 formerly hard-coded in the Makefile for build=host.
7220 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7221 * Makefile.def: Autogenerate more.
7222 * Makefile.in: Regenerate.
7223
c9a0d920
DD
72242002-11-13 Bruce Korb <bkorb@gnu.org>
7225
7226 * Makefile.tpl: syntactic cleanup
7227
dd2768ff
KB
72282002-11-04 Kevin Buettner <kevinb@redhat.com>
7229
7230 * Makefile.def (host_modules): Add rda.
7231 * Makefile.in: Regenerate.
7232 * configure.in (target_tool): Add target-rda to list.
7233
1aa8389d
DD
72342002-10-25 Phil Edwards <pme@gcc.gnu.org>
7235
7236 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7237 and restrap targets to this rule.
7238 * Makefile.in: Regenerate.
7239
28f46298
HPN
72402002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7241
7242 * configure.in (i[3456]86-*-linux*): Add check to disable
7243 ${libgcj} for glibc1.
7244
ff72e302
NC
72452002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7246
7247 * configure.in: Add tic4x target.
7248
8607b6c9
NN
72492002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7250
7251 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7252 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7253 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7254 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7255 * Makefile.in: Regenerate.
7256
f8f61f4a
NN
72572002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7258
c86f794b
NN
7259 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7260 * Makefile.in: Regenerate.
7261
a9590527
NN
7262 * Makefile.def: Remove order dependency comments.
7263 * Makefile.tpl: Add explicit install-install dependencies.
7264 * Makefile.in: Regenerate.
7265
8412ce72
NN
7266 * Makefile.tpl: Remove material now in src-release. (Finally!)
7267 * Makefile.in: Regenerate.
7268
8b9f37f1
NN
7269 * configure: Restore my original patch by syncing with gcc version.
7270
f8f61f4a
NN
7271 * Bring following over from gcc:
7272
72732002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7274
7275 * configure.in (s390*-*-linux*): Enable libgcj.
7276
403d9505
NN
72772002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7278
7279 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7280
95f6f383
AM
72812002-10-02 Alan Modra <amodra@bigpond.net.au>
7282
e4673b0a 7283 * configure: Move stray lines back to where they belong.
95f6f383 7284
748503c8
NN
72852002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7286
a581b5c3
NN
7287 * Makefile.tpl: Insert configure-target target, for src-release.
7288
c084f5b4
NN
7289 * configure: Finish reverting change which Andrew Cagney started
7290 reverting. Should fix bustage.
7291
7aa673ed 7292 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
7293 * src-release: New file. Contains material for making net
7294 releases for gdb, binutils, et al., formerly in Makefile.in.
7295
82a9b2d9
NC
72962002-09-30 Nick Clifton <nickc@redhat.com>
7297
7298 * cpu: New top level directory. Intended to hold input files for
7299 CGEN which have FSF copyright assignment.
7300 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7301
c2463a00
AC
73022002-09-29 Andrew Cagney <ac131313@redhat.com>
7303
7304 Revert below (note that src does not contain Makefile.tpl):
7305 * Makefile.tpl: Make subsituted variables more autoconfy.
7306 * Makefile.in: Regenerate.
7307
f03b4789
NN
73082002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7309
c11e16a9
NN
7310 * configure: Revert accidentally applied changes.
7311
f03b4789
NN
7312 * Makefile.tpl: Make more autoconf-friendly.
7313 * Makefile.in: Regenerate.
7314 * configure: Make substitution more autoconf-like.
7315
73162002-09-28 Richard Earnshaw <rearnsha@arm.com>
7317
7318 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7319 single entry to handle all these.
7320 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7321 libjava on arm-*-elf.
7322
c0292023
GK
73232002-09-27 Geoffrey Keating <geoffk@apple.com>
7324
7325 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7326 things that depend on them.
7327
c66d951e
NN
73282002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7329
7330 * Makefile.tpl: Make subsituted variables more autoconfy.
7331 * Makefile.in: Regenerate.
7332 * configure: Make seds more autoconfy.
7333
907a7241 73342002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
7335
7336 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7337 * Makefile.in: Regenerate.
7338 * configure.in: Rewrite sed statements to look autoconfy.
7339
907a7241
NN
7340 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7341 all-target-foo on configure-target-foo.
7342 * Makefile.def: Ditto.
7343 * Makefile.in: Rebuild.
7344
405ea7a0
NN
73452002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7346
7347 * Makefile.def: New file.
7348 * Makefile.tpl: New file.
7349 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7350
7351 * configure.in: Minor rearrangement. Simplify tests.
7352
bdc57bfd
JT
73532002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7354
7355 * configure.in (with_headers): Skip copy if value is "yes".
7356 (with_libs): Likewise.
7357
ae03d6e2
NN
73582002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7359
7360 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7361 * configure.in (sh*-*-pe*): Ditto.
7362 * configure.in (mips*-*-pe*): Ditto.
7363 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
7364
7365 * configure.in: Rearrange.
7366
707960fe
NC
73672002-09-12 Nick Clifton <nickc@redhat.com>
7368
7369 * Import these changes from the config master repository:
7370
7371 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7372
7373 * config.sub: Add tic4x target.
7374
7375 2002-09-03 Ben Elliston <bje@redhat.com>
7376
7377 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7378 Reported by <Duncan_Stodart@insession.com>.
7379
36ea319f
JJ
73802002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7381
7382 * COPYING.NEWLIB: More updates.
7383
cf57480a
JJ
73842002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7385
7386 * COPYING.NEWLIB: Update.
7387
fd31a171
AC
73882002-08-23 Andrew Cagney <ac131313@redhat.com>
7389
23b632fc
AC
7390 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7391
fd31a171
AC
7392 * config.guess: Import version 2002-08-23.
7393 * config.sub: Import version 2002-08-22.
7394
a08bafb5
AO
73952002-08-20 Alexandre Oliva <aoliva@redhat.com>
7396
7397 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7398 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7399 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7400
17240c1f
NC
74012002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7402
7403 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7404
e70ad0c6
L
74052002-08-04 H.J. Lu (hjl@gnu.org)
7406
7407 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7408
574e6d11
DD
74092002-07-31 Alan Modra <amodra@bigpond.net.au>
7410
7411 * configure.in: Move generic linux case to end. Copy generic
7412 linux noconfigdirs to mips*-*-linux* entry and new
7413 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7414
611e7523
CD
74152002-07-19 Chris Demetriou <cgd@broadcom.com>
7416
7417 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7418 one instance of them which was missed to the list to update.
7419
51759676
CD
74202002-07-16 Chris Demetriou <cgd@broadcom.com>
7421
7422 * config.guess: Update to 2002-07-09 version.
7423 * config.sub: Update to 2002-07-03 version.
7424
7c1f909c
DD
74252002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7426
7427 * configure.in: Remove two redundant tests.
7428
d7cf5d30
DD
74292002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7430
7431 * configure.in (mips*-*-irix6*o32): Enable stabs.
7432
c74222f7
DD
74332002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7434
5b53c336
DD
7435 * configure.in: Don't build grez.
7436 * Makefile.in: Ditto.
7437
c74222f7
DD
7438 * Makefile.in: Remove references to bsp, cygmon, libstub.
7439 * configure.in: Ditto.
7440
7441 * configure.in: Remove leftover reference to gdbtest.
7442
edd1b227
DD
74432002-07-08 Phil Edwards <pme@gcc.gnu.org>
7444
7445 * configure.in (gxx_include_dir): Change to match versioned
7446 C++ headers if --enable-version-specific-runtime-libs is used.
7447
486186e3
AO
74482002-07-04 Steve Ellcey <sje@cup.hp.com>
7449
7450 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7451
ff0a3bf8
DD
74522002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7453
7454 * configure.in: Make --without-x work.
7455
1dfa8174
NC
74562002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7457
7458 * contrib: New directory. Created to contain a copy of the
5481b376 7459 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
7460 the FSF GCC sources.
7461
07637366
DD
74622002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7463
b6f83f2a
DD
7464 * configure.in: Rearrange target Makefile fragment collection.
7465
07637366
DD
7466 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7467 cvs[src].
7468 * configure.in: Ditto.
7469
f48556b1
DD
74702002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7471
7472 * Makefile.in: Eliminate 'apache' targets.
7473 * configure.in: Eliminate 'apache' targets.
7474
7475 * configure.in: Eliminate redundant tests. Reorganize.
7476
7477 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7478
7479 * config-ml.in: Eliminate references to Cygnus configure.
7480
7481 * Makefile.in: Eliminate references to building emacs.
7482
74832002-07-01 Denis Chertykov <denisc@overta.ru>
7484
7485 * configure.in: Add support for ip2k.
7486
cdb9e2b8
BE
74872002-06-24 Ben Elliston <bje@redhat.com>
7488
7489 * configure.in (host_tools): Remove cgen.
7490
7491 * Makefile.in (all-cgen): Remove; runs from its source directory.
7492 (check-cgen, install-cgen, clean-cgen): Likewise.
7493 (all-opcodes): No not depend on all-cgen.
7494 (all-sim): Likewise.
7495
3558860c
DD
74962002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7497
7498 * configure.in: Fix AIX configury bug.
7499
e3b0c936
DD
75002002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7501
cdb9e2b8 7502 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 7503
cdb9e2b8
BE
7504 * configure.in: Move definition of libstdcxx_flags right above
7505 usage, rather than way earlier.
8ee424c0 7506
c712250a
DD
7507 * configure.in: Pull definition of is_cross_compiler earlier.
7508
9ee1a75c
DD
7509 * configure.in: Rearrange a little.
7510
e3b0c936
DD
7511 * configure.in: Remove references to librx.
7512 * Makefile.in: Remove references to librx.
7513
b2bd228e
DD
75142002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7515
7516 * configure.in: Eliminate ${gasdir} variable.
7517
7cd52483
DB
75182002-06-18 Dave Brolley <brolley@redhat.com>
7519
7520 * configure.in: Add support for frv.
7521 * config.sub: Add support for frv.
7522
6c5e141a
DD
75232002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7524
7525 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7526
0d18b56d
JT
75272002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7528
7529 * configure.in (vax-*-netbsd*): Re-enable gas.
7530
fd8958d5
DD
75312002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7532
27f15fdd
DD
7533 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7534 BUILD_PREFIX_1, to correct nomenclature.
7535 * configure: Likewise.
7536
fd8958d5
DD
7537 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7538 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7539
0c2442b7
DD
75402002-05-31 Olaf Hering <olh@suse.de>
7541
7542 * config-ml.in: Propogate DESTDIR also.
7543
a3602181
JT
75442002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7545
7546 * configure.in (vax-*-netbsd*): Don't build gas for this
7547 platform.
7548
c95f53ae
MM
75492002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7550
7551 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7552 and libgcj for AVR.
7553
1d7c1053
NC
75542002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7555
7556 * config.sub: Add DLX target.
7557
4b37028f
JT
75582002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7559
7560 * config.guess: Update to 2002-05-22 version.
7561 * config.sub: Likewise.
7562
d5de0a84
NC
75632002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7564
7565 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7566 * config-ml.in: Likewise.
7567 * configure: Likewise.
7568 * configure.in: Likewise.
7569
c92a0210
DD
75702002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7571
115a77aa
DD
7572 * configure.in: Simplify makefile fragment collection.
7573
7574 * configure.in: Remove code to build emacs.
e99daf2b 7575
91e060aa
DD
7576 * configure.in : Remove --srcdir argument from targargs and buildargs
7577 (it's always overridden in the Makefile anyway). Rearrange a bit.
7578
7579 * configure: Move some logic to configure.in.
7580 * configure.in: Move some logic from configure.
c92a0210 7581
91217342
JJ
75822002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7583
7584 * COPYING.LIBGLOSS: New file.
7585
d3d8a9ee
NC
75862002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7587
7588 * Makefile.in: Honour DESTDIR.
7589
3a036cdc
AO
75902002-05-05 Alexandre Oliva <aoliva@redhat.com>
7591
7592 * configure.in (noconfigdirs): Don't disable libgcj on
7593 sparc64-*-solaris* and sparcv9-*-solaris*.
7594
6d095fe4
AO
75952002-05-03 Alexandre Oliva <aoliva@redhat.com>
7596
7597 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7598
dac55df9
TF
75992002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7600
7601 * configure.in (FLAGS_FOR_TARGET): Do not add
7602 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7603 on i[3456]86-*-linux*.
7604
a018e15b
TF
76052002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7606
7607 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
7608
7609 * configure.in (noconfigdirs): Do not add target-newlib if
7610 target == i[3456]86-*-linux*, and host == target.
7611
5f284831
MM
76122002-04-29 Mark Mitchell <mark@codesourcery.com>
7613
7614 * config.guess: Updated to 2002-04-26's version.
7615 * config.sub: Updated to 2002-04-26's version.
7616
33babf59
DD
76172002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7618
bd5f7da2
DD
7619 * configure.in: delete reference to absent file
7620
a0c4f3a0
DD
7621 * configure.in: replace '[' with 'test'
7622
66f1ba4f
DD
7623 * configure.in: Eliminate references to gash.
7624 * Makefile.in: Eliminate references to gash.
7625
7c3ab50c
DD
7626 * configure.in: remove useless references to 'pic' makefile fragments.
7627
bbc025f5
DD
7628 * configure.in: (*-*-windows*) Finish removing.
7629
33babf59
DD
7630 * configure.in: Eliminate redundant test for libgui.
7631
d5ec694c
DD
76322002-04-26 Joel Sherrill <joel@OARcorp.com>
7633
7634 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7635 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7636
57a5346c
DD
76372002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7638
7639 * configure.in: remove references to dead files
7640
dbf93899
DD
76412002-04-18 Tom Tromey <tromey@redhat.com>
7642
7643 * configure.in: Disallow configuring libgcj when it is already
7644 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7645 Solaris 2.8 by default. For PR libgcj/6158.
7646
26eadf68
DD
76472002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7648
7649 * configure.in: Move default CC setting out of config/mh-* fragments
7650 directly into here.
7651
a0a2c6c6
DD
76522002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7653
7654 * configure.in: don't even try to configure or make a subdirectory
7655 if there's no configure script for it.
7656
9972f812
DD
76572002-04-15 Mark Mitchell <mark@codesourcery.com>
7658
7659 * MAINTAINERS: Remove chill maintainers.
7660 * Makefile.in (CHILLFLAGS): Remove.
7661 (CHILL_LIB): Remove.
7662 (TARGET_CONFIGDIRS): Remove libchill.
7663 (CHILL_FOR_TARGET): Remove.
7664 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7665 CHILL_LIB.
7666 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7667 (CHECK_TARGET_MODULES): Likewise.
7668 (INSTALL_TARGET_MODULES): Likewise.
7669 (CLEAN_TARGET_MODULES): Likewise.
7670 (configure-target-libchill): Remove.
7671 (all-target-libchill): Remove.
7672 * configure.in (target_libs): Remove target-libchill.
7673 Do not compute CHILL_FOR_TARGET.
7674 * libchill: Remove directory.
5481b376 7675
75205f78
DD
76762002-04-15 DJ Delorie <dj@redhat.com>
7677
7678 * Makefile.in, configure.in, configure: Sync with gcc, entries
7679 follow...
7680
76812002-04-08 Tom Tromey <tromey@redhat.com>
7682
7683 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7684 Fixes PR libgcj/6068.
7685
76862002-03-30 Krister Walfridsson <cato@df.lth.se>
7687
7688 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7689
76902002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7691
7692 * configure.in (alpha*-dec-osf*): Enable libgcj.
7693
76942002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7695
7696 Fix for: PR bootstrap/3591, target/5676
7697 * configure.in (mcore-pe): Disable the configuration of
7698 libstdc++-v3 since exceptions are not supported.
7699
77002002-03-20 Anthony Green <green@redhat.com>
7701
7702 * configure.in: Enable libgcj for xscale-elf target.
7703
77042002-02-28 Alexandre Oliva <aoliva@redhat.com>
7705
7706 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7707 libjava.
7708 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7709
77102002-02-22 Alexandre Oliva <aoliva@redhat.com>
7711
7712 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7713 libstdc++-v3 and libjava.
7714
77152002-02-11 Adam Megacz <adam@xwt.org>
7716
7717 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7718 boehm-gc
7719
77202002-02-09 Alexandre Oliva <aoliva@redhat.com>
7721
7722 * config.guess: Updated to 2002-01-30's version.
7723 * config.sub: Updated to 2002-02-01's version.
7724 Contribute sh64-elf.
7725 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7726 * configure.in: Added sh64-*-*.
7727
77282002-01-17 H.J. Lu <hjl@gnu.org>
7729
7730 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7731 (all-target-fastjar): Also depend on all-target-libiberty.
7732
7733Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7734
7735 * configure, configure.in: Use temp file for long sed commands.
7736
77372001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7738
7739 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7740 libf2c.
7741
77422001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7743
7744 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7745
77462001-10-11 Hans-Peter Nilsson <hp@axis.com>
7747
7748 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7749
77502001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7751
7752 * configure: Handle temporary files securely using mkdir.
7753
77542001-09-26 Will Cohen <wcohen@redhat.com>
7755
7756 * configure.in (*-*-linux*): Disable configuration of target-newlib
7757 and target-libgloss.
7758
77592001-09-26 Alexandre Oliva <aoliva@redhat.com>
7760
7761 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7762 RANLIB.
7763
77642001-08-11 Graham Stott <grahams@redhat.com>
7765
7766 * Makefile.in (check-c++): Add missing semicolon.
7767
77682001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7769
7770 * configure.in (sh-*-linux*): New.
7771
77722001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7773
7774 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7775 and libgcj on m68hc11/m68hc12.
7776
77772001-06-27 H.J. Lu (hjl@gnu.org)
7778
7779 * Makefile (CFLAGS_FOR_BUILD): New.
7780 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7781
77822001-06-01 Hans-Peter Nilsson <hp@axis.com>
7783
7784 * configure.in (libstdcxx_flags): Do not try to execute
7785 libstdc++-v3/testsuite_flags until it exists.
7786
77872001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7788
7789 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7790
77912001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7792
7793 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7794
7795Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7796
7797 * configure.in: Move *-chorusos target case to the proper switch.
7798 Disable libgcj.
7799
78002001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7801
7802 * Makefile.in (STAGE1_CFLAGS): Pass down.
7803
78042001-04-13 Alan Modra <amodra@one.net.au>
7805
7806 * config.guess: Add hppa64-linux support. Note for next import that
7807 this is already in the master file.
7808 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7809
78102001-03-22 Colin Howell <chowell@redhat.com>
7811
7812 * Makefile.in (DO_X): Do not backslash single-quotes in
7813 backquotes (two places).
7814
78152001-03-18 Laurynas Biveinis <lauras@softhome.net>
7816
7817 * Makefile.in (DO_X): Quote nested quotes.
7818
78192001-03-15 Laurynas Biveinis <lauras@softhome.net>
7820
7821 * Makefile.in (DO_X): Use double quotes for quoting
7822 "RANLIB=$${RANLIB}".
7823
78242001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7825
7826 * configure.in: Only use `lang_requires' for languages athat are
7827 actually enabled.
7828
78292001-03-07 Tom Tromey <tromey@redhat.com>
7830
7831 * configure.in: Allow config-lang.in to set `lang_requires' to list
7832 of other required languages.
7833
78342001-03-06 Laurynas Biveinis <lauras@softhome.net>
7835
7836 * Makefile.in: Remove RANLIB definition. Use RANLIB
7837 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7838 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7839
78402001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7841 Alexandre Oliva <aoliva@redhat.com>
7842
7843 * Makefile.in (check-c++): Use tabs, not spaces.
7844
78452001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7846
7847 * Makefile.in (check-c++): New rule.
7848
7849 * configure.in (target_libs): Remove libg++.
7850 (noconfigdirs): Remove libg++.
7851 (noconfigdirs): Same.
7852 (noconfigdirs): Same.
7853 (noconfigdirs): Same.
7854
7855 * config-ml.in: Remove libg++ references.
7856
7857 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7858 (ALL_TARGET_MODULES): Same.
7859 (configure-target-libg++): Remove.
7860 (all-target-libg++): Remove.
7861 (configure-target-libio): Remove.
7862 (all-target-libio): Remove.
7863 (check-target-libio): Remove.
7864 (.PHONY): Remove.
7865 (libg++.tar.bz2): Remove.
7866 (all-target-cygmon): Remove libio.
7867 (all-target-libstdc++): Remove.
7868 (configure-target-libstdc++): Remove.
7869 (TARGET_LIB_PATH): Remove libstdc++.
7870 (ALL_GCC_CXX): Remove libstdc++.
7871 (all-target-gperf): Correct.
7872
78732001-02-15 Anthony Green <green@redhat.com>
7874
7875 * configure: Introduce GCJ_FOR_TARGET.
7876 * configure.in: Ditto.
7877 * Makefile.in: Ditto.
7878
78792001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7880
7881 * configure.in: for *-chorusos, don't config target-newlib and
7882 target-libgloss.
7883
78842001-02-04 Mark Mitchell <mark@codesourcery.com>
7885
7886 Remove V2 C++ library.
7887 * configure.in: Remove --enable-libstdcxx_v3 support.
7888
78892001-01-27 Richard Henderson <rth@redhat.com>
7890
7891 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7892
78932001-01-26 Tom Tromey <tromey@redhat.com>
7894
7895 * configure.in: Allow libgcj to be built on Sparc Solaris.
7896
78972001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7898
7899 * configure.in: Enable libgcj on several additional platforms.
7900
79012001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7902
7903 * configure.in: Enable libgcj for linux targets.
7904
79052001-01-09 Mike Stump <mrs@wrs.com>
7906
7907 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7908 failures of subdirectories.
7909
79102001-01-02 Laurynas Biveinis <lauras@softhome.net>
7911
7912 * configure: handle DOS-style absolute paths.
7913
79142001-01-02 Laurynas Biveinis <lauras@softhome.net>
7915
7916 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7917
79182000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7919
7920 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7921 (libstdcxx_incdir): Pass down.
7922 * config.if: Remove expired bits for cxx_interface, add stub.
7923 (libstdcxx_incdir): Add variable for g++ include directory.
7924 * configure.in (gxx_include_dir): Use it.
7925
79262000-12-15 Andreas Jaeger <aj@suse.de>
7927
7928 * configure.in: Handle lang_dirs.
7929
79302000-12-13 Anthony Green <green@redhat.com>
7931
7932 * configure.in: Disable libgcj for any target not specifically
7933 listed. Disable libgcj for x86 and Alpha Linux until compatible
7934 with g++ abi.
7935
79362000-12-13 Mike Stump <mrs@wrs.com>
7937
7938 * Makefile.in (local-distclean): Also remove fastjar.
7939
79402000-12-10 Anthony Green <green@redhat.com>
7941
7942 * configure.in: Define libgcj. Disable libgcj target libraries for
7943 most targets.
7944
79452000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7946
7947 * configure.in (target_libs): Revert 2000-12-08 patch.
7948 (noconfigdirs): Added target-libjava.
7949
79502000-12-09 Laurynas Biveinis <lauras@softhome.net>
7951
7952 * Makefile.in: handle DOS-style absolute paths.
7953
79542000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7955
7956 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7957 libjava.
7958 * configure.in (target_libs): Removed `target-libjava'.
7959
79602000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7961
7962 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7963 (ALL_MODULES): Added fastjar.
7964 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7965 (all-target-libjava): all-fastjar replaces all-zip.
7966 (all-fastjar): Added.
7967 (configure-target-fastjar, all-target-fastjar): Likewise.
7968 * configure.in (host_tools): Added fastjar.
7969
79702000-12-07 Mike Stump <mrs@wrs.com>
7971
7972 * Makefile.in (local-distclean): Remove leftover built files.
7973
79742000-11-16 Fred Fish <fnf@be.com>
7975
7976 * configure.in (enable_libstdcxx_v3): Fix typo,
7977 libstd++ -> libstdc++.
7978
79792000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7980
7981 * configure: Provide the original toplevel configure arguments
7982 (including $0) to subprocesses in the environment rather than
7983 through gcc/configargs.h.
7984
79852000-11-12 Mark Mitchell <mark@codesourcery.com>
7986
7987 * configure: Turn on libstdc++ V3 by default.
7988
79892000-10-16 Michael Meissner <meissner@redhat.com>
7990
7991 * configure (gcc/configargs.h): Only create if there is a build GCC
7992 directory created.
7993
79942000-10-05 Phil Edwards <pme@gcc.gnu.org>
7995
7996 * configure: Save configure arguments to gcc/configargs.h.
7997
79982000-10-04 Andris Pavenis <pavenis@latnet.lv>
7999
8000 * Makefile.in (bootstrap): avoid recursion if subdir missing
8001 (cross): ditto
8002 (do-proto-toplev): ditto
8003
8004Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
8005
8006 * configure.in: Do not build byacc for hppa64. Provide paths to the
8007 X11 libraries for hppa64.
8008
80092000-09-02 Anthony Green <green@cygnus.com>
8010
8011 * Makefile.in (all-gcc): Depend on all-zlib.
8012 (CLEAN_MODULES): Add clean-zlib.
8013 (ALL_MODULES): Add all-zlib.
8014 * configure.in (host_libs): Add zlib.
8015
80162000-08-25 Alexandre Oliva <aoliva@redhat.com>
8017
8018 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
8019 $targargs to tell whether newlib is going to be built.
8020
8021 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
8022 $$r/TARGET_SUBDIR/libio for _G_config.h.
8023
80242000-08-14 Zack Weinberg <zack@wolery.cumb.org>
8025
8026 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
8027
8028 * configure: Make enable_threads and enable_shared defaults
8029 explicit. Substitute enable_threads into generated Makefiles.
8030 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
8031 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
8032
80332000-08-02 Manfred Hollstein <manfredh@redhat.com>
8034
8035 * configure.in: Re-enable all references to libg++ and librx.
8036
ffb97b2f 80372002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 8038
ffb97b2f
DD
8039 * configure.in: Add *-*-freebsd* configurations.
8040
bbf6e9e3
AC
80412002-04-07 Andrew Cagney <ac131313@redhat.com>
8042
8043 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
8044 (do-tar, do-bz2): New rules.
8045 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
8046 (gdb-tar): New rule.
8047 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
8048 (insight_dejagnu.tar): New rule.
8049 (insight.tar): New rule.
8050 (gdb+dejagnu.tar): New rule.
8051 (gdb.tar): New rule.
8052
8f1579c0
AC
80532002-04-07 Andrew Cagney <ac131313@redhat.com>
8054
8055 * MAINTAINERS: Update dejagnu/
8056
ba3c59ab
AO
80572002-03-16 Alexandre Oliva <aoliva@redhat.com>
8058
8059 * ltmain.sh (relink_command): Fix typo in previous change.
8060
6243d5dd
AO
80612002-03-15 Alexandre Oliva <aoliva@redhat.com>
8062
8063 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
8064 (relink_command): Added --tag flags.
8065 (mode=install): If relinking fails; error out.
8066
80413487
RH
80672002-03-12 Richard Henderson <rth@redhat.com>
8068
8069 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
8070 .NOTPARALLEL tag.
8071 (do-check): Rename from check.
8072 (check): Allow parallel check.
8073
3daeddf6
RH
80742002-03-11 Richard Henderson <rth@redhat.com>
8075
8076 * Makefile.in (.NOTPARALLEL): Add fake tag.
8077
fad93c55
L
80782002-03-07 H.J. Lu (hjl@gnu.org)
8079
8080 * configure.in: Enable gprof for mips*-*-linux*.
8081
2e8357fc
AO
80822002-02-28 Alexandre Oliva <aoliva@redhat.com>
8083
8084 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
8085 libjava.
8086 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
8087
bd48e1a9
AC
80882002-02-24 Andrew Cagney <ac131313@redhat.com>
8089
8090 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
8091
39121370
DJ
80922002-02-23 Daniel Jacobowitz <drow@mvista.com>
8093
8094 * config.guess: Import from master sources, rev 1.232.
8095 * config.sub: Import from master sources, rev 1.246.
8096
081ff160
AO
80972002-02-23 Alexandre Oliva <aoliva@redhat.com>
8098
8099 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
8100 because its Makefile is there; test for the executable instead.
8101
20a5393b
AO
81022002-02-09 Alexandre Oliva <aoliva@redhat.com>
8103
8104 Contribute sh64-elf.
8105 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
8106 * configure.in: Added sh64-*-*.
8107
38135629
JJ
81082002-02-04 Jeff Johnston <jjohnstn@redhat.com>
8109
80413487
RH
8110 * COPYING.NEWLIB: Remove advertising clause from
8111 Berkeley and Red Hat licenses.
38135629 8112
48d19748
MD
81132002-02-01 Mo DeJong <supermo@bayarea.net>
8114
8115 * Makefile.in: Add all-tix to deps for all-snavigator
8116 so that tix is built when building snavigator.
8117
f6e1c110
BE
81182002-02-01 Ben Elliston <bje@redhat.com>
8119
8120 * config.guess: Import from master sources, rev 1.229.
8121 * config.sub: Import from master sources, rev 1.240.
8122
4867be41
DJ
81232002-01-27 Daniel Jacobowitz <drow@mvista.com>
8124
8125 From Steve Ellcey <sje@cup.hp.com>:
8126 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
8127 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
8128 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
8129 IA64.
8130 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
8131 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
8132 soname_spec, sys_lib_search_path_spec): Ditto.
8133
e82380cc
JT
81342002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
8135
8136 * configure.in (*-*-netbsd*): New. Skip target-newlib,
8137 target-libiberty, and target-libgloss. Skip Java-related
8138 libraries if not supported for NetBSD on target CPU.
8139
1319fb9c
NC
81402002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
8141
8142 * configure.in: Import StrongARM and XScale target_configdirs from
8143 FSF GCC version.
8144
b020f6ac
L
81452002-01-16 H.J. Lu (hjl@gnu.org)
8146
8147 * config.guess: Import from master sources, rev 1.225.
8148 * config.sub: Import from master sources, rev 1.238.
8149
8150 * MAINTAINERS: Updated notes on config.guess and config.sub.
8151
a0c1c920
NC
81522002-01-11 Steve Ellcey <sje@cup.hp.com>
8153
8154 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
8155 ld and gdb are not supported.
8156
a9fa5e1f
JJ
81572002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8158
8159 * Change reference to Cygnus Solutions to be Red Hat.
8160
94077108
JJ
81612002-01-07 Jeff Johnston <jjohnstn@redhat.com>
8162
8163 * COPYING.NEWLIB: Update generic copyright date.
8164
05ecd75c
MS
81652002-01-07 Mark Salter <msalter@redhat.com>
8166
8167 * configure.in: Remove target-bsp and target-cygmon from arm builds.
8168 Allow target-libgloss to be built for arm, strongarm, and xscale.
8169
a106bb62
BE
81702002-01-03 Ben Elliston <bje@redhat.com>
8171
8172 * MAINTAINERS: Update URL for config.* scripts.
8173
0e254642
AM
81742001-12-18 Alan Modra <amodra@bigpond.net.au>
8175
8176 * config.sub: Import latest version.
8177 * config.guess: Likewise.
8178
0a0d0041
TF
81792001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
8180
8181 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
8182 options for i[3456]86-pc-linux* native builds.
8183
d932cae7
NC
81842001-12-05 Laurent Guerby <guerby@acm.org>
8185
8186 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 8187 libiberty.
d932cae7
NC
8188
8189 Import this patch from gcc:
5481b376 8190
d932cae7
NC
8191 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
8192
8193 * symlink-tree: handle DOS-style absolute paths.
8194
49b7683b
DD
81952001-11-28 DJ Delorie <dj@redhat.com>
8196 Zack Weinberg <zack@codesourcery.com>
8197
8198 When build != host, create libiberty for the build machine.
8199
8200 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
8201 CONFIG_ARGUMENTS.
8202 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
8203 New variables.
8204 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
8205 and rules.
8206 (all.normal): Depend on ALL_BUILD_MODULES.
8207 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
8208 (all-build-libiberty): Depend on configure-build-libiberty.
8209
8210 * configure: Calculate and substitute proper value for
8211 ALL_BUILD_MODULES.
8212 * configure.in: Create the build subdirectory.
8213 Calculate and substitute TARGET_CONFIGARGS (formerly
8214 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
8215
26ef82f4
GK
82162001-11-26 Geoffrey Keating <geoffk@redhat.com>
8217
8218 * config.sub: Update to version 1.232 on subversion.
8219
43e64072
NC
82202001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8221
8222 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8223 files from .po files for a distribution.
8224
66f6c0d5
HPN
82252001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8226
8227 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8228
4a02fdb2
JH
82292001-11-13 Jeff Holcomb <jeffh@redhat.com>
8230
8231 Merged from net gcc:
8232 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8233 * ltcf-c.sh: Use $objext, not $ac_objext.
8234 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8235 * ltcf-cxx.sh: Add support for GNU.
8236 2001-07-22 Timothy Wall <twall@redhat.com>
8237 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8238 default settings if using GNU tools with that configuration.
8239 * ltcf-cxx.sh: Ditto.
8240 * ltcf-gcj.sh: Ditto.
8241 2001-07-21 Michael Chastain <chastain@redhat.com>
8242 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8243 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8244 * ltmain.sh: Mark as gcc-local.
8245
227b9953
JH
82462001-11-13 Jeff Holcomb <jeffh@redhat.com>
8247
8248 * Makefile.in (all-bison): Revert 2001-10-24.
8249 Don't depend on texinfo.
8250
cbbab8fb
JJ
82512001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8252
80413487 8253 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 8254
922b2485
DD
82552001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8256
8257 * configure.in (--enable-languages): Be more permissive about
8258 syntax. Check for empty lists better. Warn about $LANGUAGES.
8259
f08fa01d
HPN
82602001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8261
8262 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8263
fee3da4e
JH
82642001-10-24 Jeff Holcomb <jeffh@redhat.com>
8265
8266 Makefile.in (all-bison): Don't depend on texinfo.
8267
73fb1ef9
AM
82682001-10-03 Alan Modra <amodra@bigpond.net.au>
8269
8270 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8271
373688ac
AO
82722001-09-29 Alexandre Oliva <aoliva@redhat.com>
8273
8274 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8275
9c07660b
HPN
82762001-09-28 Hans-Peter Nilsson <hp@axis.com>
8277
8278 * config.sub, config.guess: Import latest from subversions.
8279
3f152009
AO
82802001-09-21 Alexandre Oliva <aoliva@redhat.com>
8281
8282 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8283 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8284 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8285 avoid quotes nesting problems.
8286 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8287 (DO_X): Export only variables that are set.
8288
8f6a59e5
BE
82892001-09-19 Ben Elliston <bje@redhat.com>
8290
8291 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8292 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8293 semantics. Use the shell built-in "type" command instead.
8294
a1ec19fa
TS
82952001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8296
8297 * config.sub: Reverted the earlier change, this version is not the
8298 master file.
8299
4008bd9b
TS
83002001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8301
8302 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8303 Add support for mips64.
8304
dd1e52a4
JH
83052001-09-03 Jeff Holcomb <jeffh@redhat.com>
8306
8307 * configure.in: Enable libstdc++-v3 for h8300 targets.
8308
91549d1c
EC
83092001-08-30 Eric Christopher <echristo@redhat.com>
8310 Jason Eckhardt <jle@redhat.com>
8311
8312 * config.sub: Add support for mipsisa32.
8313
cf966cf9
EC
83142001-08-30 Eric Christopher <echristo@redhat.com>
8315
8316 * config.sub, config.guess: Import latest from subversions.
8317
82208dc5
AM
83182001-08-20 Alan Modra <amodra@bigpond.net.au>
8319
8320 * config.sub, config.guess: Import latest from subversions.
8321
4dca8403
DD
83222001-07-26 DJ Delorie <dj@redhat.com>
8323
8324 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8325
1107dce2
AM
83262001-06-19 Alan Modra <amodra@bigpond.net.au>
8327
8328 * Makefile.in: Revert 2001-06-17.
8329 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8330
e09a6604
L
83312001-06-17 H.J. Lu <hjl@gnu.org>
8332
8333 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8334 (gas+binutils.tar.bz2): Likewise.
8335 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8336
31a8b634
AC
8337Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8338
8339 * Makefile.in (VER): When present, extract the version number from
5481b376 8340 the file version.in.
31a8b634 8341
dc70af01
AO
83422001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8343
8344 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8345 gcc/xgcc is built, use -print-prog-name to find out the program
8346 name to use.
8347
839bbd8c
AO
83482001-06-04 Mark Mitchell <mark@codesourcery.com>
8349
8350 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8351 with_gcc]: Use `gcc -shared' to build a shared library.
8352
566e9a30
AO
83532001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8354
8355 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8356 archives.
8357
e877bb69
AO
83582001-05-28 Simon Patarin <simon.patarin@inria.fr>
8359
8360 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8361 libraries when using g++ with native linker.
8362
1605288b
AO
83632001-05-28 Alexandre Oliva <aoliva@redhat.com>
8364
8365 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8366
11a383ba
TR
83672001-05-24 Tom Rix <trix@redhat.com>
8368
8369 * configure.in : enable ld for aix
cf966cf9 8370
18611226
AO
83712001-05-22 Alexandre Oliva <aoliva@redhat.com>
8372
8373 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8374 [aix4*|aix5*]: Prepend blank.
8375
6be7c12c
AO
83762001-05-20 Alexandre Oliva <aoliva@redhat.com>
8377
8378 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8379 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8380 of subdir/configure scripts to use the new libtool.m4.
8381
4ed00bba
L
83822001-05-14 H.J. Lu <hjl@gnu.org>
8383
8384 * config.if (libc_interface): Set to -libc6.2- for cross
8385 compiling to Linux/glibc 2.2.
8386
b1af961c
AO
83872001-05-03 Alexandre Oliva <aoliva@redhat.com>
8388
8389 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8390 libgcj.
8391
5ec3e74e
AO
83922001-04-26 Alexandre Oliva <aoliva@redhat.com>
8393
8394 * configure.in (noconfigdirs): Don't reset it from scratch in the
8395 target case; only append to it.
8396
b3ed1d6b
AO
83972001-04-26 Alexandre Oliva <aoliva@redhat.com>
8398
8399 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8400 sparc-*-solaris2.8]: Disable ${libgcj}.
8401
96111c10
AO
84022001-04-25 Alexandre Oliva <aoliva@redhat.com>
8403
8404 * configure.in (libgcj_saved): Copy from $libgcj.
8405 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8406 --disable-libgcj.
8407
b5bf43f2
AO
84082001-04-20 Alexandre Oliva <aoliva@redhat.com>
8409
8410 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8411 1.641.2.228.
8412
8cc32590
AO
84132001-04-12 Alexandre Oliva <aoliva@redhat.com>
8414
8415 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8416 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8417
dec0cb0c
AO
84182001-04-01 Alexandre Oliva <aoliva@redhat.com>
8419
8420 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8421 New macros.
8422 (bootstrap, cross): Use RECURSE_FLAGS.
8423 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8424
6a9c3886
AO
84252001-03-27 Alexandre Oliva <aoliva@redhat.com>
8426
8427 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8428
d4fc7db8
NC
84292001-03-23 Nick Clifton <nickc@redhat.com>
8430
8431 * README-maintainer-mode: Add note about inability to use "make
8432 distclean" in maintainer mode.
8433
7389ff65
AO
84342001-03-22 Alexandre Oliva <aoliva@redhat.com>
8435
8436 Re-installed:
8437 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8438 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8439 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8440 * ltcf-cxx.sh: Likewise.
8441 * ltcf-gcj.sh: Likewise.
8442
b3e0dc8e
PB
84432001-03-22 Philip Blundell <philb@gnu.org>
8444
8445 * config.sub, config.guess: Import latest from subversions.
8446
469b781c
AO
84472001-03-22 Alexandre Oliva <aoliva@redhat.com>
8448
8449 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8450 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8451
b0dad762
MC
84522001-03-20 Michael Chastain <chastain@redhat.com>
8453
8454 * Makefile.in: all-m4 depends on all-texinfo.
8455
c559bb17
AO
84562001-03-08 Alexandre Oliva <aoliva@redhat.com>
8457
8458 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8459
fef4ae2e
JJ
84602001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8461
8462 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8463 longer valid.
8464
8d6dd99d
NC
84652001-02-16 Nick Clifton <nickc@redhat.com>
8466
8467 * configure.in (noconfigdirs): Allow configuration of texinfo
8468 for Cygwin hosts.
8469
a85d7ed0
NC
84702001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8471
8472 * config.guess: Add linux target for S/390.
8473 * config.sub: Likewise.
8474 * configure.in: Likewise.
8475
51221c5e
DD
84762001-02-06 Ben Elliston <bje@redhat.com>
8477
8478 * configure: Output host type to stdout, not stderr.
8479
9dec4c71
MS
84802001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8481
8482 * config.guess: Import from subversions.gnu.org (revision 1.181).
8483 * config.sub: Import from subversions.gnu.org (revision 1.199).
8484
9add9c04
AM
84852001-01-30 Alan Modra <alan@linuxcare.com.au>
8486
8487 * config.guess: Handle hppa64-linux systems.
8488
8679174d
MS
84892001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8490
8491 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8492 Don't unset, it's non-portable and no longer necessary, set to empty
8493 instead.
8494
02d01ed4
MS
84952001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8496
8497 * ltconfig: Shell portability fix for the tagname validity check.
8498
4cc5853d
MS
84992001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8500
8501 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8502
7487e485
AO
85032001-01-27 Alexandre Oliva <aoliva@redhat.com>
8504
8505 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8506 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8507
f332af52
AO
85082001-01-24 Alexandre Oliva <aoliva@redhat.com>
8509
8510 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8511 keep at least one of build_libtool_libs or build_old_libs set to
8512 yes.
8513
ef099754
AO
85142001-01-24 Alexandre Oliva <aoliva@redhat.com>
8515
8516 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8517 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8518
8341f2fc 85192000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 8520
8341f2fc
AJ
8521 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8522
85232000-11-03 Philip Blundell <pb@futuretv.com>
8524
8525 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8526 files.
ebf0fa2e 8527
c320a39f
JJ
85282001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8529
8530 * COPYING.NEWLIB: Put into source repository.
8531
8817b92e
BE
85322001-01-15 Ben Elliston <bje@redhat.com>
8533
8534 * configure.in (host_tools): Add sid.
8535 Always configure cgen.
8536 * Makefile.in (all-sid): New target.
8537 (check-sid, clean-sid, install-sid): Likewise.
8538
35590697
AJ
85392001-01-07 Andreas Jaeger <aj@suse.de>
8540
80413487 8541 * config.sub, config.guess: Update from subversions.
35590697 8542
6ee6cea6
AO
85432000-12-12 Alexandre Oliva <aoliva@redhat.com>
8544
8545 * configure.in: Disable language-specific target libraries for
8546 languages that aren't enabled.
8547
077b8428
NC
85482000-11-24 Nick Clifton <nickc@redhat.com>
8549
8550 * configure.in (xscale-elf): Add target.
8551 (xscale-coff): Add target.
8552 (c4x, c5x, tic54x): Move after ARM targets.
8553
9e28a1ed
AO
85542000-11-23 Alexandre Oliva <aoliva@redhat.com>
8555
8556 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8557
be98a80a
ILT
85582000-11-20 Ian Lance Taylor <ian@zembu.com>
8559
8560 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8561
5cec67bf
AO
85622000-11-18 Alexandre Oliva <aoliva@redhat.com>
8563
8564 * Makefile.in: Merge with GCC and libgcj.
8565 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8566 configure-target-<library> when their configure scripts need the C
8567 or C++ library to have already been built to work properly.
8568 (do_proto_toplev): Set them to an empty string.
8569
d932cae7 85702000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
8571
8572 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8573 (REALLY_SET_LIB_PATH): Use them.
8574
d932cae7 85752000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
8576
8577 * config.sub: Add support for Sun Chorus
8578
8602ff0c
NC
85792000-11-02 Per Lundberg <plundis@chaosdev.org>
8580
8581 * config.sub: Add support for the *-storm-chaos OS.
8582
f9e0997d
NC
85832000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8584
80413487
RH
8585 * configure.in (noconfigdirs): Don't compile some
8586 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 8587
d64552c5
AO
85882000-09-30 Alexandre Oliva <aoliva@redhat.com>
8589
8590 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8591 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8592 all affected `configure' scripts.
8593
97f60b31
AO
85942000-09-25 Alexandre Oliva <aoliva@redhat.com>
8595
8596 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8597 ltcf-c.sh.
8598
6e8dd58f
PB
85992000-09-12 Philip Blundell <philb@gnu.org>
8600
8601 * config.sub, config.guess: Update from subversions.
8602
103a2e99
AO
86032000-09-06 Alexandre Oliva <aoliva@redhat.com>
8604
51601921
AO
8605 * Makefile.in (all-zlib): Added dummy target.
8606
103a2e99
AO
8607 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8608 multi-language branch.
8609
2809b4b9
AO
86102000-09-05 Alexandre Oliva <aoliva@redhat.com>
8611
8612 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8613 (bootstrap*): Depend on all-bootstrap.
8614
7450026c
AO
86152000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8616
8617 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8618 crosses, but add gcc/include to the header search path for them.
8619
6cf86f7f
AO
86202000-08-31 Alexandre Oliva <aoliva@redhat.com>
8621
8622 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8623 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8624 * gettext.m4: New file, extracted from aclocal.m4.
8625
ce2ea6e3
AO
86262000-08-22 Alexandre Oliva <aoliva@redhat.com>
8627
8628 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8629 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8630 sub-configures.
8631
9765193e
DE
86322000-08-20 Doug Evans <dje@casey.transmeta.com>
8633
8634 * Makefile.in (ALL_MODULES): Add all-cgen.
8635 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8636 (all-cgen): New target.
8637 (all-opcodes,all-sim): Depend on all-cgen.
8638 * configure.in (host_tools): Add cgen.
8639 Only configure cgen if --enable-cgen-maint.
8640
d7b32520
AO
86412000-08-17 Alexandre Oliva <aoliva@redhat.com>
8642
8643 * config-ml.in (CC, CXX): Don't introduce a leading space.
8644
e52ef561
AO
86452000-08-16 Alexandre Oliva <aoliva@redhat.com>
8646
8647 * configure.in (libstdcxx_flags): Use
8648 libstdc++-v3/src/libstdc++.INC.
8649
88f9c2a0
AO
86502000-08-15 Alexandre Oliva <aoliva@redhat.com>
8651
8652 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8653
98fbe43f
JM
86542000-08-11 Jason Merrill <jason@redhat.com>
8655
8656 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8657 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8658 (FLAGS_FOR_TARGET): Not here.
8659 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8660
279ddab4
DD
86612000-08-07 DJ Delorie <dj@redhat.com>
8662
8663 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8664 "if we're also building gcc, and it's a gcc that will run on the
8665 build machine, we want to use its includes instead of the system's
8666 default includes".
8667
60523a83
AO
86682000-08-03 Alexandre Oliva <aoliva@redhat.com>
8669
24ffec7a
AO
8670 * configure.in (libstdcxx_flags): Don't use `"'.
8671
60523a83
AO
8672 * config-ml.in: Adjust multilib search paths to the
8673 appropriate multilib tree.
8674
daf644b5
AO
86752000-08-02 Alexandre Oliva <aoliva@redhat.com>
8676
8677 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8678 commas in $LANGUAGES.
8679
63266560
DD
86802000-08-01 Alexandre Oliva <aoliva@redhat.com>
8681
8682 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8683
86842000-07-31 Alexandre Oliva <aoliva@redhat.com>
8685
8686 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8687 CXX_FOR_TARGET for sed.
8688
86892000-07-30 Alexandre Oliva <aoliva@redhat.com>
8690
8691 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8692 Do not override if already set in the environment or in configure.
8693 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8694 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8695
9e449d3e
AO
86962000-07-27 Alexandre Oliva <aoliva@redhat.com>
8697
8698 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8699 (GCC_FOR_TARGET): Use it.
8700 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8701 * configure.in: ... here.
8702 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8703 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8704
8bbd92e0
AO
87052000-07-24 Alexandre Oliva <aoliva@redhat.com>
8706
fd1f87b2
AO
8707 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8708 (configure-target-libchill, configure-target-libobjc): Likewise.
8709
8bbd92e0
AO
8710 * configure.in: Use the same cache file for all target libs.
8711 * config-ml.in: But different cache files per multilib variant.
8712
25c6c112
JL
87132000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8714
8715 * configure (topsrcdir): Don't use dirname.
8716
ba73c63f
JM
87172000-07-20 Jason Merrill <jason@redhat.com>
8718
8719 * configure.in: Remove all references to libg++ and librx.
8720
8721 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8722
1af08294
HPN
87232000-07-20 Hans-Peter Nilsson <hp@axis.com>
8724
8725 * config.sub: Update to subversions version 2000-07-06.
8726
ba73c63f
JM
87272000-07-12 Andrew Haley <aph@cygnus.com>
8728
8729 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8730 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8731
87322000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
8733
8734 * symlink-tree: Check number of arguments.
8735
d932cae7 87362000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
8737
8738 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8739
ba73c63f
JM
87402000-07-05 Jim Wilson <wilson@cygnus.com>
8741
8742 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8743 search path for a g++ extracted from the build tree. This
8744 will allow link tests run by configure scripts in
8745 subdirectories to succeed.
8746
92ee2f86
UC
87472000-07-01 Koundinya K <kk@ddeorg.soft.net>
8748
80413487 8749 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 8750
23f2f29f
CV
87512000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8752
8753 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8754 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8755
f04f5a67
TW
87562000-06-19 Timothy Wall <twall@cygnus.com>
8757
8758 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8759 * config.sub: Add tic54x target.
8760
11da68be
NC
87612000-06-07 Phillip Thomas <pthomas@suse.de>
8762
8763 * README-maintainer-mode: New file: Contains notes on using
8764 --enable-maintainer-mode with binutils.
8765
d932cae7 87662000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
8767
8768 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8769
d932cae7 87702000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
8771
8772 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8773 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8774
9442cea3
L
877520000-05-21 H.J. Lu (hjl@gnu.org)
8776
80413487
RH
8777 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8778 directory are used if they exist. Make sure
8779 $(build_tooldir)/include is searched for header files,
8780 $(build_tooldir)/lib/ for library files.
9442cea3 8781 (GCC_FOR_TARGET): Likewise.
80413487 8782 (CXX_FOR_TARGET): Likewise.
9442cea3 8783
d932cae7 87842000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
8785
8786 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8787
d932cae7 87882000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
8789
8790 * Makefile.in (configure-target-libiberty): Depend on
8791 configure-target-newlib.
8792
ba73c63f
JM
87932000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8794
8795 * configure.in, Makefile.in: Merge all libffi-related
8796 configury stuff from the libgcj tree.
8797
d932cae7 87982000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
8799
8800 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8801 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8802
d932cae7 88032000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
8804
8805 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8806 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 8807 current version information. Add to proto-toplev directory.
b5a23627
AC
8808 (gdb-taz): Build do-djunpack.
8809
ba73c63f
JM
88102000-05-15 David Edelsohn <edelsohn@gnu.org>
8811
8812 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8813
7c86ed39
L
88142000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8815
8816 * ltmain.sh: Preserve in relink_command any environment
8817 variables that may affect the linker behavior.
8818
d932cae7 88192000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
8820
8821 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8822
d932cae7 88232000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
8824
8825 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8826
ed0a91a5
EZ
88272000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8828
8829 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 8830 with the version name.
ed0a91a5 8831
ba73c63f 88322000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 8833
ba73c63f 8834 * config.if: Tweak.
6cafa39f 8835
ba73c63f 88362000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 8837
ba73c63f 8838 * djunpack.bat: New file.
66156876 8839
d932cae7 88402000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
8841
8842 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
8843 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8844 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8845 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 8846
ba73c63f
JM
88472000-04-16 Dave Pitts <dpitts@cozx.com>
8848
80413487
RH
8849 * config.sub (case $basic_machine): Change default for "ibm-*"
8850 to "openedition".
ba73c63f 8851
d932cae7 88522000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
8853
8854 * Makefile.in (gdb-taz): New target. GDB specific archive.
8855 (do-md5sum): New target.
8856 (MD5PROG): Define.
8857 (PACKAGE): Default to TOOL.
8858 (VER): Default to a shell script.
8859 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 8860 md5 checksum generation.
b35ece4e
AC
8861 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8862 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8863 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 8864 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 8865
d932cae7 88662000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
8867
8868 * configure (warn_cflags): Delete.
8869
ba73c63f 88702000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 8871 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 8872
80413487
RH
8873 * configure.in (enable_libstdcxx_v3): Add.
8874 (target_libs): Add bits here to switch between libstdc++-v2 and
8875 libstdc++-v3.
8876 * config.if: And this file too.
8877 * Makefile.in: Add libstdc++-v3 targets.
35590697 8878
ba73c63f
JM
88792000-04-05 Michael Meissner <meissner@redhat.com>
8880
8881 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 8882
d332c5ac
JM
88832000-03-29 Jason Merrill <jason@casey.cygnus.com>
8884
8885 * configure.in: -linux-gnu*, not -linux-gnu.
8886
d932cae7 88872000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
8888
8889 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8890 (do-tar-bz2): Replace TOOL with PACKAGE.
8891 (gdb.tar.bz2): Remove GDBTK from GDB package.
8892 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 8893 dejagnu.tar.bz2): New packages.
6dcbc97b 8894
96ce09a7
ILT
88952000-02-27 Andreas Jaeger <aj@suse.de>
8896
8897 * configure.in: Add entry for mips*-*-linux*, move catch all
8898 *-*-*linux* entry below this one.
8899
2031769e
ILT
89002000-02-27 Ian Lance Taylor <ian@zembu.com>
8901
8902 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8903
4bab746c
NC
89042000-02-24 Nick Clifton <nickc@cygnus.com>
8905
8906 * config.sub: Support an OS of "wince".
8907
d932cae7 89082000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
8909
8910 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 8911 version.
ada59422 8912
5b93d8bb
AM
89132000-02-23 Linas Vepstas <linas@linas.org>
8914
8915 * config.sub: Add support for Linux/IBM 370.
8916 * configure.in: Likewise.
8917
2fb651f6
NC
89182000-02-22 Nick Clifton <nickc@cygnus.com>
8919
8920 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8921
b8441c25
CF
89222000-02-20 Christopher Faylor <cgf@cygnus.com>
8923
8924 * config.guess: Guess "cygwin" rather than "cygwin32".
8925
d332c5ac
JM
89262000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8927
8928 * configure (gcc_version): When setting, narrow search to
8929 lines containing `version_string'.
8930
ba73c63f
JM
89312000-02-15 Denis Chertykov <denisc@overta.ru>
8932
8933 * config.sub: Add support for avr target.
8934
d932cae7 89352000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
8936
8937 * config.sub: Add mmix-knuth-mmixware.
8938
89392000-01-27 Christopher Faylor <cgf@redhat.com>
8940
8941 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8942 structure stuff to -L library search.
8943 (CXX_FOR_TARGET): Ditto.
8944 (CROSS_CHECK_MODULES): Fix spelling mistake.
8945
89462000-01-24 Mark Mitchell <mark@codesourcery.com>
8947
8948 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8949 the C++ compiler.
8950
89512000-01-12 Richard Henderson <rth@cygnus.com>
8952
8953 * configure.in: Don't build some bits for beos.
8954
89552000-01-12 Joel Sherrill (joel@OARcorp.com)
8956
8957 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8958 as include files.
8959
91b2c84d
GK
89602000-01-06 Geoff Keating <geoffk@cygnus.com>
8961
8962 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8963 not mh-aix43.
8964
ba73c63f
JM
89651999-12-14 Richard Henderson <rth@cygnus.com>
8966
8967 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8968 * config.sub: Accept alphaev[78], alphaev8.
8969
89701999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8971
8972 * config.guess, config.sub: Update from autoconf.
8973
8974Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8975
8976 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8977 necessary libraries are missing.
8978
89791999-10-25 Andreas Schwab <schwab@suse.de>
8980
8981 * configure: Fix quoting inside arguments of eval.
8982
89831999-10-21 Nick Clifton <nickc@cygnus.com>
8984
8985 * config-ml.in: Allow suppression of some ARM multilibs.
8986
8987Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8988
8989 * config.guess: Add OS/390 match pattern.
8990 * config.sub: Add mvs, openedition targets.
8991 * configure.in (i370-ibm-opened*): New.
8992
ef14edc4
ILT
89931999-09-04 Steve Chamberlain <sac@pobox.com>
8994
8995 * config.sub: Add support for configuring for pj.
8996
afb478e8
NC
89971999-08-31 Nick Clifton <nickc@cygnus.com>
8998
fd6848f6 8999 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 9000
ba73c63f 90011999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
9002
9003 * configure.in: Do not configure or build ld for AIX
9004 platforms. ld is known to be broken on these platforms.
9005
ba73c63f
JM
9006Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9007
9008 * config-ml.in: Pass compiler flag corresponding to multidirs to
9009 subdir configures.
9010
c363de44
ILT
90111999-08-09 Ian Lance Taylor <ian@zembu.com>
9012
9013 * Makefile.in (LDFLAGS): Define.
9014
dc8bc5a6
ILT
90151999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
9016
9017 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
9018 noconfigdirs.
9019 (*-*-cygwin*): Likewise.
9020
6ca3858e
ILT
90211999-08-08 Ian Lance Taylor <ian@zembu.com>
9022
71141bb6
ILT
9023 * mkdep: New file.
9024 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
9025 (BINUTILS_SUPPORT_DIRS): Add mkdep.
9026
6ca3858e
ILT
9027 From Eli Zaretskii <eliz@is.elta.co.il>:
9028 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
9029 long file name when using DJGPP on MS-DOS.
9030
ba73c63f
JM
9031Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
9032
9033 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
9034
2735a327
AM
90351999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
9036
9037 * Makefile.in (check-target-libio): Remove all-target-libstdc++
9038 dependency as this causes "make check" to globally "make all"
9039
ba73c63f
JM
9040Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
9041
9042 * configure.in (target_libs): Added target-zlib.
9043 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
9044 (CONFIGURE_TARGET_MODULES): Likewise.
9045 (CHECK_TARGET_MODULES): Likewise.
9046 (INSTALL_TARGET_MODULES): Likewise.
9047 (CLEAN_TARGET_MODULES): Likewise.
9048 (configure-target-zlib): New target.
9049 (all-target-zlib): Likewise.
9050 (all-target-libjava): Depend on all-target-zlib.
9051 (configure-target-libjava): Depend on configure-target-zlib.
9052
9053 * Makefile.in (configure-target-libjava): Depend on
9054 configure-target-newlib.
9055 (configure-target-boehm-gc): New target.
9056 (configure-target-qthreads): New target.
9057
80413487
RH
9058 * configure.in (target_libs): Added target-qthreads.
9059 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
9060 (CONFIGURE_TARGET_MODULES): Likewise.
9061 (CHECK_TARGET_MODULES): Likewise.
9062 (INSTALL_TARGET_MODULES): Likewise.
9063 (CLEAN_TARGET_MODULES): Likewise.
9064 (all-target-qthreads): New target.
9065 (configure-target-libjava): Depend on configure-target-qthreads.
9066 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
9067
9068 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
9069 (CONFIGURE_TARGET_MODULES): Likewise.
9070 (CHECK_TARGET_MODULES): Likewise.
9071 (INSTALL_TARGET_MODULES): Likewise.
9072 (CLEAN_TARGET_MODULES): Likewise.
9073 (all-target-libjava): New target.
9074 (all-target-boehm-gc): Likewise.
9075 * configure.in (target_libs): Added libjava, boehm-gc.
9076
08d836d6
ILT
90771999-07-22 Ian Lance Taylor <ian@zembu.com>
9078
9079 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
9080 configure.bat in SUPPORT_FILES.
9081 (gas+binutils.tar.bz2): Likewise.
9082
9083 * makeall.bat: Remove; obsolete.
9084
8f36e47c
ILT
90851999-07-21 Ian Lance Taylor <ian@zembu.com>
9086
9087 From Mark Elbrecht:
9088 * configure.bat: Remove; obsolete.
9089
56e82f25
ILT
90901999-07-11 Ian Lance Taylor <ian@zembu.com>
9091
9092 * configure: Add -W -Wall to the default CFLAGS when compiling with
9093 gcc.
9094
1001d816
JL
9095Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
9096
9097 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
9098
106117aa
MM
90991999-06-30 Mark Mitchell <mark@codesourcery.com>
9100
9101 * configure.in: Build ld on IRIX6.
9102
c376f4ed
ILT
91031999-06-12 Ian Lance Taylor <ian@zembu.com>
9104
9105 * Makefile.in: Change distribution targets to use bzip2 instead of
9106 gzip.
9107 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 9108 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 9109
306b7445
NC
91101999-06-04 Nick Clifton <nickc@cygnus.com>
9111
9112 * config.sub: Add mcore target.
9113
d932cae7 91141999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
9115
9116 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
9117
d932cae7 91181999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
9119
9120 * config.guess (dummy): Changed to $dummy.
9121
6c3175b0
NC
91221999-05-24 Nick Clifton <nickc@cygnus.com>
9123
ba73c63f
JM
9124 * config.sub: Tidied up case statements.
9125
91261999-05-22 Ben Elliston <bje@cygnus.com>
9127
9128 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
9129 <jiro@din.or.jp>.
9130
9131 * config.guess: Merge with FSF version. Future changes will be
9132 more accurately recorded in this ChangeLog.
9133 * config.sub: Likewise.
9134
d932cae7 91351999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
9136
9137 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 9138
252b5132
RH
91391999-04-30 Tom Tromey <tromey@cygnus.com>
9140
9141 * ltmain.sh: [mode link] Always use CC given by ltconfig.
9142
91431999-04-23 Tom Tromey <tromey@cygnus.com>
9144
9145 * ltconfig, ltmain.sh: Update to libtool 1.2f.
9146
91471999-04-20 Drew Moseley <dmoseley@cygnus.com>
9148
9149 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
9150 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
9151 Bad merge removed these two changes.
9152
ba73c63f 9153Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 9154 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
9155
9156 * config.guess (interix Alpha): Add.
9157
252b5132
RH
91581999-04-11 Richard Henderson <rth@cygnus.com>
9159
9160 * configure.in (i?86-*-beos*): Do config gperf; don't config
9161 gdb, newlib, or libgloss.
9162
d932cae7 91631999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9164
ba73c63f
JM
9165 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
9166 link a trivial program with -mabi=64. If it fails, remove mabi=64
9167 from multidirs.
9168
d932cae7 91691999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
9170
9171 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
9172
252b5132
RH
91731999-04-08 Nick Clifton <nickc@cygnus.com>
9174
9175 * config.sub: Add support for mcore targets.
9176
91771999-04-07 Michael Meissner <meissner@cygnus.com>
9178
9179 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
9180 not mt-ospace, in order to shut up assembler warning about using
9181 symbols that are named the same as registers.
9182
91831999-04-07 Drew Moseley <dmoseley@cygnus.com>
9184
9185 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
9186 dependency list for all-target-cygmon.
9187
91881999-04-05 Doug Evans <devans@casey.cygnus.com>
9189
9190 * config-ml.in: Check $host, not $target, for selective multilibs.
9191 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
9192 thumb interworking, and underscore prefix multilibs.
9193
91941999-04-04 Ian Lance Taylor <ian@zembu.com>
9195
9196 * missing: Update to version from current automake.
9197
9198Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
9199
9200 * configure (gxx_include_dir): Removed.
9201
9202 * configure.in (gxx_include_dir): Handle it.
9203 * Makefile.in: Likewise.
9204
92051999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
9206
9207 * config.sub (mips64vr4111,mips64vr4111el) Add.
9208
92091999-03-21 Ben Elliston <bje@cygnus.com>
9210
80413487 9211 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
9212
9213Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
9214
252b5132
RH
9215 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
9216 config/mh-djgpp.
9217
9218Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9219
9220 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9221 all-target-newlib to dependency list for all-target-bsp.
9222
9223Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9224
9225 * config.sub: Add i386-uwin support.
9226 * config.guess: Likewise.
9227
9228Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9229
9230 * configure.in: cleanup, add mh-*pic handling for arm, special
9231 case powerpc*-*-aix*
9232
9233Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9234
9235 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9236 can be built.
9237
9238Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9239
9240 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 9241 targets.
252b5132
RH
9242
92431999-03-02 Nick Clifton <nickc@cygnus.com>
9244
9245 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9246
d932cae7 92471999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9248
9249 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9250
92511999-02-24 Nick Clifton <nickc@cygnus.com>
9252
9253 * config.sub: Fix typo in arm recognition.
9254
d932cae7 92551999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
9256
9257 * configure.in (noconfigdirs): Changed target_configdirs to
9258 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9259 rather than m68k-*-* since it is not known to work on
9260 m68k-aout. Ditto for arm-*-*oabi.
9261
d932cae7 92621999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
9263
9264 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
9265
92661999-02-19 Ben Elliston <bje@cygnus.com>
9267
9268 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9269 Smart and improved by Andrew Cagney.
9270
d932cae7 92711999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
9272
9273 * config.guess: Recognize openbsd-*-hppa.
9274
d932cae7 92751999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
9276
9277 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9278 only if it is not empty.
9279
92801999-02-17 Nick Clifton <nickc@cygnus.com>
9281
9282 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 9283
fd6848f6 9284 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
9285
9286 * config.sub: Modified to recognize uname's armv* syntax.
9287
92881999-02-17 Mark Salter <msalter@cygnus.com>
9289
9290 * configure.in: Added target-bsp for sparclite.
9291
d932cae7 92921999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
9293
9294 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9295
92961999-02-08 Nick Clifton <nickc@cygnus.com>
9297
9298 * configure.in: Add support for strongarm port.
9299 * config.sub: Add support for strongarm target.
9300
d932cae7 93011999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 9302
252b5132
RH
9303 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9304 the old name config/mh-cygwin32.
9305 Enable texinfo.
9306
d932cae7 93071999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
9308
9309 * configure.in: Do build ld for ix86 Solaris.
9310
d932cae7 93111999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
9312
9313 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9314 $AR_FOR_TARGET. Likewise for RANLIB.
9315
d932cae7 93161999-02-02 Catherine Moore <clm@cygnus.com>
35590697 9317
80413487
RH
9318 * config.sub (oabi): Recognize.
9319 * configure.in (arm-*-oabi): Handle.
252b5132 9320
d932cae7 93211999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
9322
9323 * config.guess: Improve detection of i686 on UnixWare 7.
9324
d932cae7 93251999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
9326
9327 * config.guess: Add support for i386-pc-interix.
9328 * config.sub: Likewise.
9329 * configure.in: Likewise.
252b5132 9330
d932cae7 93311999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9332
9333 * Makefile.in: Remove unneeded all-target-libio from
9334 from all-target-winsup target since it is now unneeded.
9335 Add all-target-libtermcap in its place since it is now
9336 needed.
9337
d932cae7 93381998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9339
9340 * configure.in: makefile stub for cygwin target is probably
9341 unnecessary. Remove it for now.
252b5132 9342
d932cae7 93431998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9344
9345 * configure.in: libtermcap.a should be built when cygwin is the
9346 target as well as the host.
9347 * config.guess: Allow mixed case in cygwin uname output.
9348 * Makefile.in: Add libtermcap target.
252b5132 9349
d932cae7 93501998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9351
9352 * config.sub: Clean up handling of hppa2.0.
9353
d932cae7 93541998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
9355
9356 * config.guess: Use C code to identify more HP machines.
9357
9358Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9359
9360 * config.sub: Handle hppa2.0.
9361
ba73c63f
JM
9362Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9363
9364 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 9365 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
9366
93671998-12-15 Mark Salter <msalter@cygnus.com>
9368
9369 * configure.in: Added target-bsp for several target architectures.
9370
9371 * Makefile.in: Added rules for bsp.
9372
252b5132
RH
9373Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9374
9375 * config.guess: Improve detection of hppa2.0 processors.
9376
9377Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9378
9379 * config.guess: Recognize FreeBSD using ELF automatically.
9380
93811998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9382
9383 * configure (skip-this-dir): Add handling for new shell script, which
9384 might be created by a sub-directory's configure to indicate, this particular
9385 directory is "unwanted".
9386 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9387
252b5132
RH
9388Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9389
9390 * ltconfig: import from libtool, after changing libtool to
9391 account for the cygwin name change.
9392
9393Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9394
9395 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9396 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9397
9398Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9399
9400 * configure.in: Add libtermcap to list of cygwin dependencies.
9401
d932cae7 94021998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 9403
80413487
RH
9404 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9405 they include winsup/include when it's a cygwin target.
252b5132
RH
9406
94071998-11-12 Tom Tromey <tromey@cygnus.com>
9408
9409 * configure.in (host_tools): Added zip.
9410 * Makefile.in (all-target-libjava): Depend on all-zip.
9411 (all-zip): New target.
9412 (ALL_MODULES): Added all-zip.
9413 (NATIVE_CHECK_MODULES): Added check-zip.
9414 (INSTALL_MODULES): Added install-zip.
9415 (CLEAN_MODULES): Added clean-zip.
9416
d932cae7 94171998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9418
9419 * Makefile.in: lose "32" from comment about cygwin.
9420
d932cae7 94211998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
9422
9423 * configure.in: Use -Os to build target libraries for the fr30.
9424
d932cae7 94251998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
9426
9427 * config.sub: Add fr30.
9428
d932cae7 94291998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 9430
80413487 9431 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
9432 cygwin* instead of cygwin32*.
9433 * config.sub: Check cygwin* instead of cygwin32*.
9434
d932cae7 94351998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
9436
9437 * config.guess: Match any version of Unixware7.
9438
252b5132
RH
94391998-10-20 Syd Polk <spolk@cygnus.com>
9440
9441 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9442 if desired.
9443
d932cae7 94441998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9445
9446 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9447 these if the appropriate directories and files to not exist.
9448
d932cae7 94491998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9450
9451 * Makefile.in (DEVO_SUPPORT): Add config.if.
9452
d932cae7 94531998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
9454
9455 * configure: Add pattern to replace "build_tooldir"'s
9456 definition in the generated Makefile with "tooldir"'s
9457 actual value.
9458
252b5132
RH
9459Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9460
9461 * config.sub: Bring back lost sparcv9.
9462
ba73c63f
JM
9463 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9464
9465Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9466
9467 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9468 CC_FOR_TARGET and friends.
9469
9470Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9471
ba73c63f
JM
9472 * Makefile.in (build_tooldir): New variable, same as tooldir.
9473 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9474 -B$(build_tooldir)/bin/.
9475 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9476
252b5132
RH
9477Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9478
9479 * config.sub: Add support for i[34567]86-pc-udk.
9480 * configure.in: Likewise.
9481
9482Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9483
9484 * Makefile.in: add bzip2 package building bits for user
9485 tools module
9486 * configure.in: ditto
9487
ba73c63f
JM
9488Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9489
9490 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9491 (ALL_TARGET_MODULES): Add all-target-libobjc.
9492 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9493 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9494 (all-target-libchill): Add dependencies.
9495 * configure.in (target_libs): Add libchill.
35590697 9496
252b5132
RH
94971998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9498
ba73c63f 9499 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
9500
9501Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9502
9503 * Makefile.in (all-automake): fix dependencies.
9504
9505Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9506
9507 * configure.in: Minor cleanups for building in the $(target_alias)
9508 subdir.
9509
95101998-09-22 Jim Wilson <wilson@cygnus.com>
9511
9512 * Makefile.in (bootstrap): Set r and s before make all. Use
9513 BASE_FLAGS_TO_PASS in make all.
9514 (cross): Likewise.
9515
95161998-09-20 Mark Mitchell <mark@markmitchell.com>
9517
9518 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9519
252b5132
RH
9520Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9521
9522 * config.sub: Fix typo in last change.
9523
95241998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9525
9526 * config.sub: Add support for C4x target.
9527 * configure.in: Likewise.
9528
95291998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9530
9531 * config.sub: Recognize sparcv9 just like sparc64.
9532
9533Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9534
9535 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9536
9537Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9538
9539 * config.guess: Correctly identify Pentium II sco boxes.
9540
9541 * config.guess: Fix "tr" code. From Weiwen Liu.
9542
9543Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9544
9545 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9546 stabs.
9547
9548Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9549
9550 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9551 (ALL_TARGET_MODULES): Add all-target-libchill.
9552 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9553 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9554 (all-target-libchill): Add dependencies.
9555 * configure.in (target_libs): Add libchill.
9556
9557Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9558
9559 * config.guess: Avoid assumptions about "tr" behaves when
9560 LANG is set to something other than English.
9561
9562Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9563
9564 * configure (gxx_include_dir): Changed to
9565 '${prefix}/include/g++'-${libstdcxx_interface}.
9566
9567 * config.if: New to determine the interfaces.
9568
9569Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9570
9571 * config.guess: Detect and handle MPE/IX.
9572 * config.sub: Deal with MPE/IX.
9573
9574Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9575
9576 * configure.in: Use mh-aix43.
9577
95781998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9579
9580 * configure: Fix --without/--disable cases for gxx-include-dir.
9581
9582Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9583
9584 * mdata-sh: Imported. Needed for automake support.
9585
9586Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9587
ba73c63f 9588 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
9589 "chmod og=u `find . -print`".
9590
9591Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9592
ba73c63f 9593 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
9594
9595Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9596
9597 * Makefile.in: Undo previous patch.
9598
9599Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9600
9601 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9602 to here ...
9603 (install-no-fixedincludes): and here
9604 (INSTALL_MODULES): ... from here.
9605
9606Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9607
9608 * config.sub: Merge with FSF.
9609
9610 * config.guess: Merge with FSF.
9611
9612Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9613
9614 * configure (extraconfigdirs): New variable.
9615 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9616 * Makefile.in (all): Move higher in file.
9617 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9618 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9619 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9620 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9621 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9622
96231998-07-23 Brendan Kehoe <brendan@cygnus.com>
9624
9625 * Makefile.in (all-target-libjava): Depend on all-gcc and
9626 all-target-newlib.
9627 (configure-target-libjava): Depend on $(ALL_GCC).
9628
9629Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9630
9631 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9632 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9633
9634Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9635
9636 * ylwrap: Change absolute path checks to check for DOS style path
9637 names.
9638
9639 * ylwrap: Don't use a full path name if the source file is in the
9640 same directory. From hjl@lucon.org (H.J. Lu).
9641
9642 * config-ml.in: Default to being verbose, to match Feb 18 change to
9643 configure.
9644
9645Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9646
9647 Brought over from egcs:
9648
9649 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9650
9651 * configure.in (target_subdir): Set to ${target_alias} instead
9652 of "libraries".
9653
9654 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9655
9656 * configure.in (target_subdir): Set to libraries if enable_multilib.
9657
9658Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9659
9660 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9661 multilibs, force reconfiguration the first time we create
9662 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9663
9664Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9665
9666 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9667 avoid confusion with --no-recursion.
9668
9669Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9670
9671 * configure.in: Win32 hosts shouldn't use install -x
9672 * install-sh: remove -x option, and special .exe-handling
9673 hack.
9674
9675Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9676
9677 * config.guess: Recognize i586-pc-beos.
9678 * configure.in: Don't build some bits for beos.
9679
9680Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9681
9682 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9683 CFLAGS default to -O2.
9684
9685 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9686 when using GNU ld.
9687
9688Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9689
9690 * ltmain.sh: Correct install when using a different shell.
9691
9692Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9693
9694 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9695
9696Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9697
9698 * makefile.vms: Update to build binutils/makefile.vms. Add install
9699 target.
9700
9701Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9702
9703 * ltconfig: Update to correct AIX handling.
9704
9705Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9706
9707 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9708
9709 * configure.in (target_subdir): Set to ${target_alias} instead
9710 of "libraries".
9711
97121998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9713
9714 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9715 (Makefile): Depend on $(gcc_version_trigger).
9716
9717 * configure (gcc_version): Change default initializer to empty
9718 string.
9719 (gcc_version_trigger): New variable; pass this variable down
9720 to subdir configures to enable them checking gcc's version
9721 themselves. Emit make macros for both gcc_version vars.
9722 (topsrcdir): Initialize reliably.
9723 (recursion line): Remove --with-gcc-version=${gcc_version}.
9724
97251998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9726
9727 * configure (enable_version_specific_runtime_libs): Implement new flag
9728 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9729 in $(libsubdir); emit definition in each generated Makefile.
9730 (gxx_include_dir): Initialize depending on
9731 $enable_version_specific_runtime_libs.
9732
97331998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9734
9735 * configure (gcc_version): Initialize properly depending on
9736 how and where configure is started.
9737 (recursion line): Pass a --with-gcc-version=${gcc_version}
9738 to configures in subdirs.
9739
9740Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9741
9742 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 9743 cygmon
252b5132
RH
9744
9745Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9746
9747 * configure.in: Add cygmon and libstub support for mn10200.
9748
97491998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9750
9751 * configure (gcc_version): Add new variable describing the
9752 particular gcc version we're building.
9753 * Makefile.in (libsubdir): Add new macro for the directory
9754 in which the compiler finds executables, libraries, etc.
9755 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9756 and libsubdir.
9757
9758Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9759
ba73c63f
JM
9760 * Makefile.in (local-clean): Remove *.log.
9761 (warning.log): Built with warn_summary from build.log.
9762 (mail-report.log): Run test_summary.
9763 (mail-report-with-warnings.log): Run test_summary including
9764 warning.log in the report.
252b5132
RH
9765
9766Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9767
9768 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9769
9770Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9771
9772 * Makefile.in (grep): Grep no longer depends on libiberty.
9773
9774Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9775
9776 * Makefile.in: all-snavigator needs all-libgui.
9777
9778Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9779
9780 * configure.in: Add cygmon and libstub support for mn10300.
9781
9782Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9783
9784 * missing: Update to version from automake 1.3.
9785
9786 * ltmain.sh: On installation, don't get confused if the same name
9787 appears more than once in the list of library names.
9788
9789Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9790
9791 * config.sub: Accept m68060 and m5200 as CPU names.
9792
9793Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9794
9795 * configure: Use && rather than using -a in test, because odd
9796 strings can confuse test.
9797 * configure.in: Likewise.
9798
9799Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9800
9801 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9802
9803Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9804
9805 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
9806 bootstrap4-lean): New targets.
9807
9808Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9809
9810 * mpw-* Delete. Not used.
252b5132
RH
9811
9812Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9813
9814 * COPYING.LIB: Update FSF address.
9815
9816Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9817
9818 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9819
9820 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9821 GAS_SUPPORT_DIRS.
9822
9823Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9824
9825 * ltconfig, ltmain.sh: Avoid producing a version number if
9826 -version-info was not used.
9827
9828Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9829
9830 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9831 building with newlib.
9832
98331998-04-30 Paul Eggert <eggert@twinsun.com>
9834
ba73c63f 9835 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 9836 Solaris `make' causes it to continue to next definition.
252b5132 9837
afb8d725
JM
9838Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9839
9840 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9841 the right GUI libraries and files are installed along with GDB.
9842
252b5132
RH
9843Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9844
9845 * configure.in: Change alpha to alpha* in several places.
9846
9847Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9848
9849 * config.sub: Recognize sparc86x.
9850
9851Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 9852
252b5132
RH
9853 * configure.in (--enable-target-optspace): Remove debug echo.
9854
9855Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9856
9857 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9858
9859Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9860
9861 * ltconfig: Update cygwin32 support.
9862
9863 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9864 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9865 (GDB_SUPPORT_DIRS): Likewise.
9866
9867Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9868
9869 * configure.in (target_makefile_frag): If --enable-target-optspace,
9870 use -Os to compile target libraries rather than -O2. Default to
9871 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9872 not used.
9873 * configure.in (target_cflags): Ditto for d30v.
9874
9875Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9876
9877 * Makefile.in (all-bfd): Depend on all-intl.
9878 (all-binutils): Likewise.
9879 (all-gas): Likewise.
9880 (all-gprof): Likewise.
9881 (all-ld): Likewise.
9882
252b5132
RH
98831998-04-19 Brendan Kehoe <brendan@cygnus.com>
9884
9885 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9886
9887Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9888
9889 * Makefile.in (all-bfd): Depend upon all-libiberty.
9890
9891 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9892
9893Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9894
9895 * Makefile.in: Add libstub.
9896
9897 * configure.in: Ditto. Build libstub for targets that have cygmon
9898 support.
9899
9900Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9901
9902 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9903
9904Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9905
9906 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9907 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9908
9909Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9910
9911 * configure: Define DEFAULT_M4 by searching PATH.
9912 * Makfile.in: Use DEFAULT_M4.
9913
9914Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9915
9916 * ltconfig: Add cygwin32 support.
9917
9918 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
9919 to configure and build.
9920
9921Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9922
9923 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
9924
9925Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9926
9927 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9928
9929Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9930
9931 * Makefile.in: add ash make rules
9932 * configure.in: add ash to native_only and host_tools lists
9933
9934Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9935
9936 * Makefile.in (all-gettext, all-intl): New targets.
9937 (ALL_MODULES): Added all-gettext, all-intl.
9938 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9939 (INSTALL_MODULES): Added install-gettext, install-intl.
9940 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9941
9942 * configure.in (host_tools): Added gettext.
9943 (native_only): Likewise.
9944 (noconfigdirs) [various cases]: Likewise.
9945 (host_libs): Added intl.
9946
afb8d725
JM
9947Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9948
9949 * configure: Do not disable building gdbtk for cygwin32 hosts.
9950
ba73c63f
JM
9951Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9952
9953 * configure.in: Add thumb-coff target.
9954 * config.sub: Add thumb-coff target.
9955
252b5132
RH
9956Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9957
9958 * Makefile.in: Revert yesterday's change.
9959 (all-target-winsup): all-target-librx stays out of here.
9960
9961Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9962
ba73c63f
JM
9963 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9964 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9965 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
9966 Remove references to librx and libg++.
9967
9968Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9969
9970 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9971 recursive makes
9972
9973Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9974
9975 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9976 for newlib directory.
9977 (CXX_FOR_TARGET): Likewise.
9978
9979Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9980
9981 * ltconfig: Update after libtool/ltconfig.in change for
9982 hpux11.
9983
9984Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9985
9986 * ltconfig, ltmain.sh: Update to libtool 1.2.
9987
9988Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9989
9990 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9991 (install-gcc-cross): Instead, override LANGUAGES here.
9992
99931998-03-18 Dave Love <d.love@dl.ac.uk>
9994
9995 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9996 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9997
9998Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9999
10000 * configure.in: Add Thumb-pe target.
10001
10002Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 10003
252b5132
RH
10004 * Makefile.in - changed sn targets to snavigator
10005 * configure.in - changed sn targets to snavigator
10006
10007Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
10008
10009 * config-ml.in: After building symlink tree call make distclean
10010 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
10011 to be the case for libiberty.
10012
10013Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
10014
10015 * configure: When making link, also check the current
10016 directory. The configure scripts may create one.
10017
10018Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
10019
10020 * config.sub: Accept alphapca56 and alphaev6 properly.
10021
10022Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10023
10024 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
10025
252b5132
RH
10026Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
10027
80413487 10028 * config.sub (sco5): Fix typo.
252b5132
RH
10029
10030Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
10031
10032 * Makefile.in (INSTALL_MODULES): Move install-tcl before
10033 install-itcl.
10034 (install-itcl): Remove dependency on install-tcl.
10035
10036Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
10037
10038 * configure.in: Remove libgloss from noconfigdirs for MN10300.
10039
252b5132
RH
10040Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
10041
10042 * configure.in: Don't build libgui for a cygwin32 target when not on
10043 a cygwin32 host.
10044
10045Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
10046
10047 * configure (redirect): Set to null, so default behavior of
10048 configure is now --verbose.
10049
100501998-02-16 Dave Love <d.love@dl.ac.uk>
10051
10052 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
10053 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
10054
10055Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
10056
10057 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
10058 this change to sync Makefile.in with its ChangeLog entries.
10059
10060Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
10061
10062 * ltmain.sh (mkdir): Check that the directory doesn't exist
10063 before we exit with error, so that we don't get races during
10064 parallel builds.
10065
10066Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
10067
10068 * ltconfig, ltmain.sh: Update from libtool 1.0i.
10069
10070Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
10071
10072 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
10073 PICFLAG_FOR_TARGET.
10074 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
10075
10076 * configure: Emit a definition for the new macro enable_shared
10077 into each Makefile.
10078
252b5132
RH
10079Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
10080
10081 * configure.in (host_tools, native_only): Add libtool.
10082
10083Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
10084
10085 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
10086 Fix typo in ming config comment.
10087
10088Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
10089
10090 * ltconfig, ltmain.sh: Update from libtool 1.0h.
10091
10092Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
10093
10094 * config.sub: Add tic30 cases, and map c30 to tic30.
10095
ba73c63f
JM
10096Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
10097
10098 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
10099 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
10100 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
10101 (CLEAN_TARGET_MODULES): Similarly
10102 (all-target-libf2c): Add dependences.
35590697 10103 * configure.in (target_libs): Add libf2c.
ba73c63f 10104
252b5132
RH
10105Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
10106
ba73c63f
JM
10107 * configure.in: Remove expect from noconfigdirs when target
10108 is cygwin32. OK to build expect and dejagnu with Canadian
10109 Cross.
252b5132
RH
10110
10111Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
10112
10113 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
10114 host.
10115
10116 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
10117 and mingw32.
10118
10119Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
10120
10121 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
10122 here as it is not defined in the toplevel Makefile.
10123
10124Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
10125
10126 * configure (package_makefile_rules_frag): New variable, which names
10127 a file with generic rules, ...
10128 Change comment to mention we now have FIVE parts.
10129 * configure: Undo last change.
10130
10131Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
10132
10133 * config.guess: More accurate determination of HP processor types.
10134 * config.sub: More accurate determination of HP processor types.
10135
10136Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
10137
10138 * configure (package_makefile_frag): Move inserting the
10139 ${package_makefile_frag} to where it should be according
10140 to the comment.
10141
ba73c63f 10142Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
10143
10144 * config.guess: Add support for Linux/ARM.
10145
10146Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
10147
10148 * .cvsignore: Remove *-info and *-install since they match
10149 release-info and mpw-install, which we don't want to just ignore.
10150
10151Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
10152
10153 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
10154
10155Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
10156
10157 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
10158 local_prefix to sub-make invocations.
10159
10160Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
10161
10162 * configure.in: Check makefile fragments in the source
10163 directory.
10164
10165Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
10166
ba73c63f
JM
10167 * configure.in: Check whether host and target makefile
10168 fragments exist before adding them to *_makefile_frag.
252b5132
RH
10169
10170Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
10171
10172 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 10173
252b5132
RH
10174Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
10175
10176 * configure.in: Make sure we only replace RPATH_ENVVAR on
10177 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
10178 regexp to sed.
10179
10180 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
10181 to sub-makes.
10182
101831998-01-13 Lee Iverson (leei@ai.sri.com)
10184
10185 * config-ml.in (multi-do): LDFLAGS must include multilib
10186 designator.
10187
10188Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
10189
10190 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
10191
10192Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
10193
10194 * config.sub: Add mingw32 support.
10195 * configure.in: Likewise.
252b5132
RH
10196
10197Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
10198
10199 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
10200
10201Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
10202
10203 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10204 * configure (gxx_include_dir): Provide a definition for subdirs
10205 which do not use autoconf.
10206
10207Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
10208
10209 * config.guess: Sync with egcs. Picks up new alpha support,
10210 BeOS & some additional linux support.
10211
ba73c63f 10212Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
10213
10214 * config.guess: HP 9000/803 is a PA1.1 machine.
10215
ba73c63f
JM
10216Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
10217
10218 * configure.in: It's alpha*-...
252b5132
RH
10219
10220Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10221
ba73c63f
JM
10222 * configure.in (host_makefile_frag, target_makefile_frag):
10223 Handle multiple config files.
10224 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10225 alpha-*-*.
252b5132
RH
10226
10227Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10228
10229 * mkdep: New file.
10230
10231Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10232
10233 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10234
10235Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10236
10237 * Makefile.in: Add libgui directory.
10238 (GDB_TK): Add all-libgui.
10239 * configure.in: Add libgui directory.
10240 * configure: Add all-libgui to GDB_TK.
10241
10242Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10243
10244 * config-ml.in (multidirs): Add m32r to multilib list.
10245
10246Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10247
10248 * Makefile.in (all-target-gperf): Change dependency to
10249 all-target-libstdc++.
10250
10251Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10252
10253 * config.guess: Add BeOS support.
10254
10255Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10256
10257 Source directory cvs renamed to cvssrc:
10258 * configure.in (host_tools): Change cvs to cvssrc.
10259 (native_only): Likewise.
10260 (noconfigdirs) [various cases]: Likewise.
10261 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10262 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10263 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10264 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10265 (all-cvssrc): Rename target from all-cvs.
10266
10267Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10268
10269 * configure (gxx_include_dir): Fix thinko.
10270
10271Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10272
10273 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10274 (install-cross, install-gcc-cross): New targets.
10275
10276Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10277
10278 * configure.in (noconfigdirs): Add support for Thumb target.
10279
10280 * config.sub (maybe_os): Add support for Thumb target.
10281
10282Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10283
10284 * Makefile.in: Add rules for cygmon.
10285
10286 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10287
10288Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10289
10290 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10291 * configure (gxx_include_dir): Provide a definition for subdirs
10292 which do not use autoconf.
10293
10294Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10295
10296 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 10297 11/18/97 build
252b5132
RH
10298
10299Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10300
10301 * From Franz Sirl.
10302 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10303 found on RedHat Linux systems.
10304
10305Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10306
10307 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10308 guesses.
10309
10310Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10311
10312 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10313
10314Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10315
10316 * ltmain.sh: If mkdir fails, check whether the directory was created
10317 anyhow by some other process.
10318
10319Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10320
10321 * configure.in (d30v-*-*): Configure all directories.
10322
10323Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10324
10325 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10326 for the D30V.
10327
10328Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10329
10330 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10331
10332Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10333
80413487
RH
10334 * include/libiberty.h: Add extern "C" { so it can be used with C++
10335 progrms.
10336 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10337 programs.
252b5132
RH
10338
10339Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10340
10341 * configure.in (d30v-*-*): Configure GCC now.
10342
10343Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10344
10345 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10346 is no longer needed.
10347
10348Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10349
10350 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10351
10352Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10353
10354 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10355 targets using "$@" to provide support for similar but not identical
10356 targets without having to duplicate code.
10357
10358Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10359
10360 * makefile.vms: Fix to work with DEC C.
10361
10362Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10363
10364 * config.sub: Add mips-tx39-elf to marketing names.
10365
10366Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10367
10368 * ltmain.sh: Handle symlinks in generated script.
10369
10370Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10371
10372 * configure: Handle autoconf style directory options: --bindir,
10373 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10374 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10375 --sysconfdir.
10376 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10377 (sharedstatedir, localstatedir, oldincludedir): New variables.
10378 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10379 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10380 sbindir, sharedstatedir, and sysconfdir.
10381
10382Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10383
10384 * Makefile.in (bootstrap-lean): New target.
10385
10386Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10387
10388 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 10389 sn, and gnuserv from noconfigdirs.
252b5132
RH
10390
10391Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10392
10393 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10394
10395Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10396
ba73c63f 10397 * Makefile.in (cross): New target.
252b5132
RH
10398
10399Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 10400 Jeff Law <law@cygnus.com>
252b5132
RH
10401
10402 * Makefile.in (bootstrap2, bootstrap3): New targets.
10403 (all-bootstrap): Remove outdated and confusing target.
10404 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10405
afb8d725
JM
10406Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10407
10408 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 10409 windows. Consistent with gdb/configure.
afb8d725 10410
252b5132
RH
104111997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10412
252b5132
RH
10413 * configure.in: Name Linux target fragment.
10414
10415 * configure: Rewrite so that project Makefile fragment is inserted
10416 first and appears last in the resulting Makefile.
10417
10418Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10419
10420 * Makefile.in (install-itcl): Install tcl first.
10421
252b5132 10422Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 10423
252b5132
RH
10424 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10425
10426Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10427
10428 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10429
10430 * configure.in (skipdirs): Add target-librx for Linux.
10431 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10432
10433Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10434
10435 * Makefile.in (bootstrap): New target.
10436
10437Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10438
10439 * config.sub: Accept 'amigados' for backward compatability.
10440
10441Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10442
10443 * config.guess: Merge with FSF.
10444
ba73c63f
JM
10445Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10446
10447 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10448
252b5132
RH
10449Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10450
10451 * config.sub: Add "marketing-names" patch.
10452
10453Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10454
80413487 10455 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
10456
10457Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10458
10459 * config.sub: Handle v850-elf.
10460
ba73c63f
JM
10461Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10462
10463 * .cvsignore (*-install): Remove.
10464
252b5132
RH
10465Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10466
10467 * ltconfig: Set CONFIG_SHELL in libtool.
10468 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10469
10470Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10471
10472 * configure.in (target_subdir): Set to libraries if enable_multilib.
10473
10474Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10475
10476 * config.guess: Update from gcc directory.
10477
10478Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10479
10480 * Makefile.in (all-sim): Depends on all-readline.
10481
10482Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10483
10484 * Makefile.in (BISON, YACC): Use $$s.
10485 (all-bison): Depend on all-texinfo.
10486
10487Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10488
10489 * Makefile.in (BISON): Add -L flag.
10490 (YACC): Likewise.
10491
10492Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10493
35590697
AJ
10494 * configure.in (noconfigdirs): Add support for v850e target.
10495
252b5132
RH
10496 * config.sub (maybe_os): Add support for v850e target.
10497
10498Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10499
35590697
AJ
10500 * configure.in (noconfigdirs): Add support for v850ea target.
10501
252b5132
RH
10502 * config.sub (maybe_os): Add support for v850ea target.
10503
10504Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10505
10506 * config.sub: Add mipstx39. Delete r3900.
10507
10508Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10509
10510 * Makefile.in (all-autoconf): Depends on all-texinfo.
10511
10512Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10513
10514 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10515 eabi targets.
10516
10517Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10518
10519 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10520
10521 * configure: When handling a Canadian Cross, handle YACC as well as
10522 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 10523 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
10524
10525Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10526
10527 * Makefile.in (BISON): bison, not byacc or bison -y.
10528 (YACC): bison -y or byacc or yacc.
10529 (various): Add *-bison as appropriate.
10530 (taz): No need to mess with BISON anymore.
10531
10532Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10533
10534 * configure: If OSTYPE matches *win32*, try to find a good value for
10535 CONFIG_SHELL.
10536
10537Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10538
10539 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10540 configure.in if it is present.
10541
10542Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10543
10544 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10545
10546Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10547
10548 * config.sub: Recognize `arc' cpu.
10549 * configure.in: Likewise.
10550 * config-ml.in: Likewise.
10551
10552Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10553
10554 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10555
10556Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10557
10558 * configure: Changed sed delimiter from ':' to '|' when
10559 attempting to substitute ${config_shell} for SHELL. On
10560 NT ${config_shell} may contain a ':' in it.
10561
10562Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10563
10564 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10565
10566Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10567
10568 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10569
10570Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10571
10572 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10573
10574 * ylwrap: If the program is a relative path, force it to be
10575 absolute.
10576
10577Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10578
10579 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10580
10581Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10582
10583 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
10584 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10585 for libraries.
252b5132
RH
10586
10587Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10588
10589 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 10590 separated by spaces.
252b5132
RH
10591
10592Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10593
10594 * ylwrap: New file.
10595 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10596
10597 * ltmain.sh: Handle /bin/sh at start of install program.
10598
10599 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10600
10601 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10602 * missing: New file, from automake 1.2.
10603
10604Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10605
10606 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10607 check-tk to CHECK_X11_MODULES.
10608
10609Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10610
10611 * config.sub: Merge with FSF.
10612
10613Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10614
10615 * config.guess: Merge with FSF.
10616
10617Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10618
10619 * configure: Treat msdosdjgpp like go32.
10620 * configure.in: Likewise. Don't remove gprof for go32.
10621
10622 * configure: Change Makefile.tem2 to Makefile.tm2.
10623
10624Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10625
10626 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10627
10628Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10629
10630 * install-sh (chmodcmd): Set to null if the DST directory already
10631 exists. Same as Nov 11th change.
10632
10633Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10634
35590697 10635 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
10636
10637Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10638
10639 * config.guess: Update from FSF.
10640
10641Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10642
10643 * Makefile.in (GDB_TK): Depend on itcl and tix.
10644
10645Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10646
10647 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10648 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10649 (INSTALL_SCRIPT): New variable.
10650 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10651 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10652 to -x.
10653 * install-sh: Add support for -x option.
10654
10655Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10656
10657 * configure.in, Makefile.in: Treat tix like itcl.
10658
10659Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10660
10661 * Makefile.in (WINDRES): New variable.
10662 (WINDRES_FOR_TARGET): New variable.
10663 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10664 (EXTRA_HOST_FLAGS): Add WINDRES.
10665 (EXTRA_TARGET_FLAGS): Add WINDRES.
10666 (EXTRA_GCC_FLAGS): Add WINDRES.
10667 ($(DO_X)): Pass down WINDRES.
10668 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10669 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10670 DLLTOOL_FOR_TARGET.
10671
10672Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10673
10674 * configure.in: configure sim before gdb for win32-x-ppc
10675
10676Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10677
10678 Move gperf into the toplevel, from libg++.
10679 * configure.in (target_tools): Add target-gperf.
10680 (native_only): Add target-gperf.
10681 * Makefile.in (all-target-gperf): New target, depend on
10682 all-target-libg++.
10683 (configure-target-gperf): Empty rule.
10684 (ALL_TARGET_MODULES): Add all-target-gperf.
10685 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10686 (CHECK_TARGET_MODULES): Add check-target-gperf.
10687 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10688 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10689
10690Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 10691
252b5132
RH
10692 * config.sub (mn10200): Recognize new basic machine.
10693
10694Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10695
10696 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10697 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10698
10699Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10700
10701 * configure.in: If we're building mips-sgi-irix6* native, turn on
10702 ENABLE_MULTILIB and set TARGET_SUBDIR.
10703
10704Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10705
10706 * Makefile.in (all-sn): Depend on all-grep.
10707
10708Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10709
10710 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10711
10712 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10713 Makefile. From Jeff Makey <jeff@cts.com>.
10714 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10715
10716 * Makefile.in (DISTBISONFILES): Remove.
10717 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10718 $(DEFAULT_YACC).
10719
10720 * configure.in: Build itl, db, sn, etc., when building for native
35590697 10721 cygwin32.
252b5132
RH
10722
10723 * Makefile.in (LD): New variable.
10724 (EXTRA_HOST_FLAGS): Pass down LD.
10725 ($(DO_X)): Likewise.
10726
10727Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10728
10729 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10730
10731Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10732
10733 * configure.in (targargs): Strip out any supplied --build argument
35590697 10734 before adding our own. Always add --build.
252b5132
RH
10735
10736Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10737
10738 * configure.in (targargs): Pass --build if we're doing
10739 a cross-compile.
10740
10741Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10742
ba73c63f 10743 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
10744 sed. Otherwise sed chokes on NT path names with drive
10745 designators. Also look for "?:*" as the leading characters in an
10746 absolute pathname.
10747
10748Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10749
10750 * config.sub: Support for r3900.
10751
10752Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10753
10754 * configure.in: Use install-sh, not install.sh.
10755
10756Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10757
10758 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10759 apply it twice.
10760
10761Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10762
10763 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10764 install-binutils.
10765
10766Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10767
10768 * Makefile.in: Add automake targets.
10769 * configure.in (host_tools): Add automake.
10770
10771Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10772
10773 * configure: Default CXX to c++, not gcc.
10774 * Makefile.in (CXX): Set to c++, not gcc.
10775 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10776
10777Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10778
10779 * install-sh: try appending a .exe if source file doesn't
10780 exist
10781
10782Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10783
10784 * configure.in: Turn on multilib by default.
10785 (cross_only): Remove target-libiberty.
10786
10787 * Makefile.in (all-gcc): Don't depend on libiberty.
10788
10789Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10790
10791 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10792
10793Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10794
10795 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10796 (DISTBISONFILES): Add ld/Makefile.in
10797
10798Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10799
10800 * configure.in: if target is cygwin32 but host isn't cygwin32,
10801 don't configure gdb tcl tk expect, not just gdb.
10802
10803Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10804
10805 * configure.in: Added gnuserv everywhere sn appears.
10806
10807 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10808 (CROSS_CHECK_MODULES): Added check-gnuserv.
10809 (INSTALL_MODULES): Added install-gnuserv.
10810 (CLEAN_MODULES): Added clean-gnuserv.
10811 (all-gnuserv): New target.
10812
10813Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10814
10815 * config.guess: Fixes for MIPS OpenBSD systems.
10816
10817Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10818
10819 * Makefile.in (INSTALL_XFORM): Remove.
10820 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10821
10822 * mkinstalldirs: New file, copied from automake.
10823 * Makefile.in (installdirs): Rename from install-dirs. Use
10824 mkinstalldirs. Change all users.
10825 (DEVO_SUPPORT): Add mkinstalldirs.
10826
10827Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10828
10829 * install-sh: Rename from install.sh.
10830 * Makefile.in (INSTALL): Change install.sh to install-sh.
10831 (DEVO_SUPPORT): Likewise.
10832
10833 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10834 Graichen <graichen@rzpd.de>.
10835
10836Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10837
10838 * config.guess: Recognize OpenBSD systems correctly.
10839
10840Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10841
10842 * README, Makefile.in (ETC_SUPPORT): Remove references to
10843 cfg-paper*, configure.{texi,man,info*}._
10844
10845Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10846
10847 * Makefile.in (all.normal): Ensure that gcc is built after all
10848 the x11 - ie gdb - targets.
10849
10850Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10851
10852 * makefile.vms: Don't run conf-a-gas.
10853
10854Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10855
80413487 10856 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
10857
10858Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10859
10860 * configure.in: Remove noconfigdirs case since gdb also
10861 configures and builds for tic80-coff.
10862
10863Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10864
10865 * configure: Set cache_file to config.cache.
10866 * Makefile.in (local-distclean): Remove config.cache.
10867
10868Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10869
10870 * COPYING: Update FSF address.
10871
10872Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10873
10874 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10875 noconfigdirs.
10876
10877Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10878
10879 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10880 MAKEDIRS, is empty.
10881
10882Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10883
10884 * config.sub: Tweak mn10300 entry.
10885
10886Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10887
10888 * configure.in (host_tools): Put sim before gdb, so gdb's
10889 configure.tgt can determine if the simulator was configured.
10890
10891Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10892
10893 * config.sub: Move BeOS $os case to be with other Cygnus
10894 local cases.
10895
10896Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10897
10898 * config.sub: Remove misplaced comment that broke Linux.
10899
10900Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10901
10902 * config.sub: Add BeOS support.
10903
10904Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10905
10906 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10907
10908Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10909
10910 * configure.in (noconfigdirs): Remove tcl and tk from
10911 noconfigdirs for cygwin32 builds.
10912
10913Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10914
10915 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10916
10917Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10918
10919 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10920 make-all.com, use makefile.vms instead.
10921
10922Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10923
10924 * config.sub: Accept -lnews*.
10925
10926Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10927
10928 * configure.in (noconfigdirs): Disable target-newlib,
35590697 10929 target-examples and target-libiberty for d30v.
252b5132
RH
10930
10931Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10932
10933 * configure.in (noconfigdirs): Enable ld for d30v.
10934
10935Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10936
10937 * configure.in (tic80-*-*): Build compiler.
10938
10939Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10940
10941 * configure.in (d30v-*): Remove sim directory from list of
35590697 10942 unsupported d30v directories
252b5132
RH
10943
10944Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10945
35590697
AJ
10946 * config.sub, configure.in: Add d30v target cpu.
10947
252b5132
RH
10948Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10949
10950 * makefile.vms: New file.
10951 * make-all.com: Remove.
10952
10953Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10954
10955 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10956
10957Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10958
10959 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10960
10961Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10962
10963 * Makefile.in (ALL_MODULES): Added all-db.
10964 (CROSS_CHECK_MODULES): Addec check-db.
10965 (INSTALL_MODULES): Added install-db.
10966 (CLEAN_MODULES): Added clean-db.
10967
10968Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10969
10970 * config.guess: Merge with latest FSF sources.
10971
10972Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10973
10974 * Makefile.in (ALL_MODULES): Added all-itcl.
10975 (CROSS_CHECK_MODULES): Added check-itcl.
10976 (INSTALL_MODULES): Added install-itcl.
10977 (CLEAN_MODULES): Added clean-itcl.
10978
10979Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10980
10981 * configure.in: build gdb for mn10200
10982
10983Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10984
10985 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10986
10987Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10988
10989 * configure.in (tic80-*-*): Turn off most targets right now.
10990
10991Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10992
10993 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10994 rather than the makeinfo program.
10995 (do-info): Depend upon all-texinfo.
10996
10997Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10998
10999 * configure.in: Remove uses of config/mh-linux.
11000
11001 * config.sub, config.guess: Merge with latest FSF sources.
11002
11003Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
11004
11005 * config.sub (case $basic_machine): Add tic80 entries.
11006
11007Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
11008
11009 * config.sub, config.guess: Merge with latest FSF sources.
11010
11011Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11012
11013 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
11014 * mpw-config.in: Test for NewFolderRecursive.
11015 * mpw-install: Use symbolic name for startup filename.
11016 * mpw-README: Add various additional details.
11017
11018Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
11019
11020 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
11021
11022Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
11023
11024 * configure.in: Do build gcc and the target libraries for
11025 the mn10200.
11026
11027Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
11028
11029 * configure.in: don't avoid building gdb for mn10300 any more
11030 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
11031 instead of single-quoting it.
11032
11033Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
11034
11035 * configure.in: Don't use --with-stabs on IRIX 6.
11036
11037Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
11038
11039 * configure.in (m32r): Build gdb, libg++ now.
11040
11041Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11042
11043 * configure.in (mips*-sgi-irix6*): Remove gdb and related
11044 directories from noconfigdirs.
11045
11046Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
11047
11048 * config.sub (basic_machine): added mips16 configuration
11049
11050Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11051
11052 * config.sub: Handle d10v-unknown.
11053
11054Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
11055
11056 * config.sub: Handle v850-unknown.
11057
11058Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
11059
11060 * Makefile.in: add findutils
11061 * configure.in: add findutils to list of host_tools
11062
11063Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
11064
11065 * config.sub: Handle mn10200 and mn10300.
11066
11067Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11068
11069 * configure.in (d10v-*): Do not build librx.
11070
11071Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
11072
11073 * configure.in (mn10300): Build everything except gdb & libgloss.
11074
11075Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
11076
11077 * config.guess: Patch for Dansk Data Elektronik servers,
11078 from Niels Skou Olsen <nso@dde.dk>.
11079
11080 For ncr, use /bin/uname rather than uname, since GNU uname does not
11081 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
11082
11083 Patch for MIPS R4000 running System V,
11084 from Eric S. Raymond <esr@snark.thyrsus.com>.
11085
11086 Fix thinko for nextstep.
11087
11088 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
11089
11090 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
11091 * config.guess: Guess mips-dec-mach_bsd4.3.
11092
11093 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
11094 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
11095 release numbers.
11096 * config.guess (mips-mips-riscos*): Emit just enough of the
11097 release number.
11098
11099 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
11100 * config.guess (sparc-auspex-sunos*): Added.
11101 (f300-fujitsu-*): Added.
11102
11103 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
11104 * config.guess: Recognize a Tadpole as a sparc.
11105
11106Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11107
11108 * config.guess: Don't assume that NextStep version is either 2 or
11109 3. NextStep 4 (aka OpenStep 4) has come out now.
11110
11111Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
11112
11113 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
11114 From Rik Faith <faith@cs.unc.edu>.
11115
11116Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
11117
11118 * config.sub: Contributions from bug-gnu-utils to:
11119 Support plain "hppa" (no version given) architecture, reported by
11120 OpenStep.
11121 OpenBSD like NetBSD.
11122 LynxOs is not a hardware supplier.
11123
11124 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 11125 OpenBSD like NetBSD.
252b5132
RH
11126 Stratus systems.
11127 More Pyramid systems.
11128 i[n>4]86 Intel chips.
11129 M680[n>4]0 Motorola chips.
11130 Use unknown instead of lynx for hardware manufacturer.
11131
11132Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11133
11134 * install.sh (chmodcmd): Set to null if the DST directory already
11135 exists.
11136
11137Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11138
11139 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
11140 not use mt-ppc target Makefile fragment any more.
11141
11142Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11143
11144 * configure.in (*-*-windows): Exclude everything but those dirs
11145 needed to build windows.
11146
11147Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
11148
11149 * Makefile.in (all-target-winsup): Depend on all-target-librx.
11150
11151Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11152
11153 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
11154
11155Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
11156
11157 * Undo my previous change.
11158
11159Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
11160
11161 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
11162 unconditionally.
11163 (MAKEOVERRIDES): Define (revert this part of October 18 change).
11164
11165Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
11166
11167 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
11168 host to add it's own flags.
252b5132
RH
11169
11170Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
11171
11172 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
11173
11174Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
11175
11176 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
11177 (CXX_FOR_TARGET): Likewise.
11178 (GCC_FOR_TARGET): Define.
11179 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
11180 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
11181 CC_FOR_TARGET was specified on the command line.
11182 (MAKEOVERRIDES): Don't define.
11183
11184Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
11185
11186 * configure.in (m32r): Fix spelling of libg++ libs.
11187
11188Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
11189
11190 * config.sub (-apple*): Remove, now redundant.
11191
11192Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
11193
11194 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
11195
11196 * configure: Rework yesterday's sed script patch.
11197
11198 * config.sub: Merge with FSF.
11199
11200Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
11201
11202 * config.guess: Merge from FSF.
11203
11204 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
11205 * config.guess: Use pc instead of unknown, for pc clone systems.
11206 Change linux to linux-gnu.
252b5132
RH
11207
11208 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 11209 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
11210
11211Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
11212
11213 * test-build.mk (HOLES): Add "xargs" for gdb.
11214
11215 * configure: Avoid hpux10.20 sed bug.
11216
11217Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
11218
4bddf3ad 11219 * configure.in: Add support for windows host
252b5132
RH
11220 (that is a build done under the Microsoft build environment).
11221
11222Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11223
11224 * Makefile.in: Replace all uses of srcroot with s, to shrink
11225 command line lengths.
11226
11227 Patches from Geoffrey Noer <noer@cygnus.com>:
11228 * configure.in: If configuring for newlib, pass --with-newlib to
11229 subdirectories.
11230 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11231 -Bnewlib/ and -Lwinsup to gcc.
11232 (CXX_FOR_TARGET): Likewise.
11233
11234Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11235
11236 * Makefile.in (ETC_SUPPORT): Add configure.
11237
11238Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11239
35590697 11240 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
11241 host configuration file.
11242
11243Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11244
11245 * configure.in: Break mn10x00 support into separate
11246 mn10200 and mn10300 configurations.
11247 * config.sub: Likewise.
11248
11249Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11250
11251 * configure.in: Add lots of stuff to noconfigdirs for
11252 the mn10x00 targets.
11253
11254 * config.sub, configure.in: Add mn10x00 support.
11255
11256Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11257
11258 * make-all.com: Call conf-a-gas, not config-a-gas.
11259
11260Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11261
11262 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 11263 targets.
252b5132
RH
11264
11265Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11266
11267 * mpw-README: Add much more detail for native PowerMac.
11268 * mpw-install: New file.
11269 * mpw-configure: Add --norecursion and --help options.
11270 * mpw-config.in: Translate readme and install files when
11271 copying to objdir.
11272 * mpw-build.in: Don't always depend on byacc and flex.
11273 (install-only-top): New action.
11274
11275Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11276
11277 * configure.in: You can now configure GDB for the v850.
11278
11279Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11280
11281 * configure.in (noconfigdirs): Don't configure any C++ dirs
11282 if targeting D10V.
11283
11284Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11285
11286 * config.sub: Recognize mips64vr5000.
11287
11288Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11289
11290 * configure.in: Use a single line for host_tools and native_only.
11291
11292Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11293
11294 * config.sub, configure.in: Add entries for m32r.
11295
11296Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11297
11298 * Makefile.in (inet-install): Don't run install-gzip.
11299
11300Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11301
11302 * configure.in: Don't config lots of things for *-*-windows*.
11303
11304Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11305
11306 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11307 (host_libs, host_tools): Copy from configure.in.
11308 * mpw-configure: Don't complain about directories not found.
11309
11310Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11311
11312 * configure.in (i[345]86): Recognize i686 for pentium pro.
11313 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11314 file.
11315
11316 * config.guess (i[345]86): Ditto.
11317
11318Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11319
11320 * configure.in (noconfigdirs): Removed gdb for D10V.
11321
11322Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11323
11324 * configure.in: Remove ld, target-libio, target-libg++, and
11325 target-libstdc++ from noconfigdirs.
11326
11327Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11328
11329 * configure: Fix three locations where shell scripts were
11330 being run directly rather than with config_shell.
11331
11332Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11333
11334 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11335 * config.sub (basic_machine): Recognize v850.
11336
11337Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11338
11339 * mpw-configure: Handle multiple enable/disable options and
11340 pass them down recursively, handle -c and -s flags appropriately
11341 depending on choice of compiler, add escape mechanism for
11342 quoted arguments to gC.
11343
11344Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11345
11346 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11347 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11348 so that -mrelocatable-lib and -mno-eabi are used.
11349
11350 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11351 not support --print-multi-lib, don't abort.
11352
252b5132
RH
11353Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11354
11355 * make-all.com: Run config-a-gas.
11356 * setup.com: Don't copy subdirectory files around.
11357
11358Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11359
11360 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11361 target, it now compiles correctly.
11362
11363Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11364
11365 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11366
11367Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11368
35590697 11369 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
11370
11371Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11372
11373 * configure.in (native_only): Add prms.
11374
11375Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11376
11377 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11378 (BINUTILS_SUPPORT_DIRS): Likewise.
11379
11380Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11381
11382 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11383 d10v support is added.
11384
11385Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11386
11387 * configure.in (d10v-*-*): New target.
11388
11389Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11390
11391 * config.guess (HP 9000/811): Recognize this as a PA1.1
11392 machine.
11393
11394Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11395
11396 * Makefile.in (do-tar-gz): New target, split out from tail end of
11397 taz target. Run each command separately, don't use pipes.
11398 (taz): Use it.
11399
11400Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11401
11402 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11403 * mpw-build.in: No builds should depend on building byacc or flex,
11404 they are assumed to be installed already.
11405
11406Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11407
11408 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11409 variable that CC_FOR_TARGET needs.
11410
11411Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11412
11413 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11414 options have changed since the last time the subdirectory was
11415 configured, and if it has, reconfigure.
11416 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11417 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11418
11419Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11420
11421 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11422 CLEAN_MODULES): Add bash.
11423 (all-bash): New target.
11424
11425Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11426
11427 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11428
11429Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11430
11431 * config.sub (basic_machine): Recognize d10v as a valid processor.
11432
11433Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11434
11435 * mpw-configure: Add support for --bindir.
11436 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11437
11438Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11439
11440 * configure.in: add bash, time, gawk to list of hosttools and things
11441 to only build for native toolchains
11442
11443Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11444
11445 * Makefile.in (docdir): Remove.
11446
11447Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11448
11449 * Makefile.in (datadir): Set to $(prefix)/share.
11450
11451Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11452
11453 * configure.in: build diff and patch for cygwin32-hosted
11454 toolchains.
11455
11456Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11457
11458 * config.sub: Accept -rtems*.
11459
11460Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11461
80413487 11462 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
11463 remove diff from the list of things not buildable
11464 via Canadian Cross
252b5132
RH
11465
11466Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11467
11468 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 11469 don't get ". ".
252b5132
RH
11470
11471Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11472
11473 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11474
11475Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11476
11477 * Makefile.in (taz): Handle case where tex3patch didn't even get
11478 checked out. Also, if it was found, put the symlink in a new util
11479 subdirectory.
11480
11481Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11482
11483 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11484
11485Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11486
11487 * config.sub: Recognize -openvms.
11488 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11489 * make-all.com, setup.com: New files.
11490
11491Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11492
11493 * Makefile.in (taz): tex3patch moved to texinfo/util.
11494
11495Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11496
afb8d725 11497 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
11498 * configure.in: remove make from disable-if-Can-Cross list
11499 enable gdb if ${host} and ${target} are cygwin32
11500
11501Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11502
11503 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11504 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11505
11506Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11507
11508 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11509 distinguish sysv/svr4/bsd variants.
11510 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11511
11512Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11513
11514 * configure.in: Added copyright notice.
11515 * move-if-change: Added copyright notice.
11516
11517Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11518
11519 * configure.in (powerpcle-*-solaris*): Until we get shared
11520 libraries working, don't build gdb, sim, make, tcl, tk, or
11521 expect.
11522
11523Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11524
11525 * config.guess: Merge with FSF:
11526
11527 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11528 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11529
11530 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11531 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11532
11533 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11534 * config.guess: Combine two OSF1 rules.
11535 Also recognize field test versions. From mjr@zk3.dec.com.
11536 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11537 because GNU uname does not support -p. From pmr@pajato.com.
11538
11539Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11540
11541 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11542
11543Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11544
11545 * mpw-README: Document GCCIncludes.
11546
11547Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11548
11549 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11550
11551Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11552
11553 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11554
11555Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11556
11557 * configure.in (*-*-cygwin32): Configure make.
11558
11559Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11560
11561 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11562
11563Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11564
11565 * Makefile.in (all-inet): Depend on all-perl.
11566
11567 * Makefile.in (inet-install): New target.
11568
11569 * Makefile.in (all-inet): Depend on all-tcl.
11570 (all-inet): Depend on all-send-pr.
11571
11572Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11573
11574 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11575 temporarily.
11576
11577Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11578
11579 * configure.in: Don't configure --with-gnu-ld on AIX.
11580
11581Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11582
11583 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11584
11585Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11586
11587 * Makefile.in (ALL_MODULES): Added all-inet.
11588 (CROSS_CHECK_MODULES): Added check-inet.
11589 (INSTALL_MODULES): Added install-inet.
11590 (CLEAN_MODULES): Added clean-inet.
11591 (all-indent): New target.
11592
11593 * configure.in (host_tools): Added inet.
11594 (native_only): Added inet.
11595 (noconfigdirs): Added inet.
11596
11597Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11598
11599 * configure.in: Don't configure libgloss if we are not configuring
11600 newlib.
11601
11602Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11603
11604 * configure.in: Don't configure libgloss for unsupported
11605 architectures.
11606
11607Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11608
11609 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11610
11611Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11612
11613 * Makefile.in (ALL_MODULES): Include all-apache.
11614 (CROSS_CHECK_MODULES): Include check-apache.
11615 (INSTALL_MODULES): Include install-apache.
11616 (all-apache): New target.
11617
11618 * configure.in: Added apache everywhere perl is seen.
11619
11620Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11621
11622 * Makefile.in: Add support for clean-{module} and
11623 clean-target-{module} rules.
11624
11625Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11626
11627 * configure.in (*-*-ose) do not build libgloss.
11628
11629Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11630
11631 * config.guess (prep*:SunOS:5.*:*): Turn into
11632 powerpele-unknown-solaris2.
11633
11634Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11635
11636 * configure.in: Permit --enable-shared to specify a list of
11637 directories.
11638
11639Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11640
11641 * configure.in (host==solaris): Pass only the first word of $CC
11642 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11643
11644Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11645
11646 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11647
11648Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11649
11650 * Makefile.in (ALL_MODULES): Include all-perl.
11651 (CROSS_CHECK_MODULES): Include check-perl.
11652 (INSTALL_MODULES): Include install-perl.
11653 (ALL_X11_MODULES): Include all-guile.
11654 (CHECK_X11_MODULES): Include check-guile.
11655 (INSTALL_X11_MODULES): Include install-guile.
11656 (all-perl): New target.
11657 (all-guile): New target.
11658
11659 * configure.in (host_tools): Include perl and guile.
11660 (native_only): Include perl and guile.
11661 (noconfigdirs): Don't build guile and perl; no ports have been
11662 done.
11663
11664Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11665
80413487
RH
11666 * configure (--enable-*): Handle quoted option lists such as
11667 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
11668
11669Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11670
11671 * Makefile.in ({,inst}all-target): New rule so we can make and
11672 install all of the target directories easily.
11673
11674Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11675
11676 * configure.in: Add missing global flag in sed substitution when
11677 deleting `target-' from ${configdirs}.
11678
11679Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11680
11681 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11682 option.
11683
11684 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11685 config/mh-necv4.
11686
11687 * install.sh: Correct misspelling of transformbasename.
11688
11689 * config.guess: Recognize mips-*-sysv*.
11690
11691Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11692
11693 * config.sub: Recognize mon960.
11694
11695Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11696
11697 * configure: Restore Canadian Cross handling of BISON and LEX,
11698 removed in Feb 20 change.
11699
11700Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11701
11702 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11703 Mention make install. Remove the old copyright date as well the
11704 clumsy and rather pointless copyright on the README file.
11705
11706Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11707
11708 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11709 Makefile after running symlink-tree, then run `make distclean' to
11710 avoid clobbering any generated files in srcdir.
11711
11712Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11713
11714 * configure.in (m68k-*-netbsd*): Build everything now.
11715
11716Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11717
11718 * Makefile.in (taz): Fix quoting.
11719
11720Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11721
11722 * configure.in (sparclet-*-*): Build everything now.
11723
11724Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11725
11726 * configure.in (m68k-*-linux*): New host.
11727
11728Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11729
11730 * configure: Check for bison before byacc.
11731
11732Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11733
11734 * Makefile.in configure: Change the way LEX and BISON/YACC are
11735 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11736 searching PATH. These are used as fallbacks by Makefile.in if
11737 flex/bison/byacc aren't in objdir.
11738
11739Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11740
11741 * Makefile.in: Make everything which depends upon all-bfd also
11742 depend upon all-opcodes, in case --with-commonbfdlib is used.
11743
11744Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11745
11746 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11747 building NT native compilers on Unix.
11748
11749Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11750
11751 * configure.in: Don't get CC from the host Makefile fragment if we
11752 can find gcc in PATH, or if this is a Canadian Cross. Move the
11753 Solaris test for /usr/ucb/cc to the post target script, just after
11754 the compiler sanity test.
11755
11756Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11757
11758 * config.sub: Merge with FSF.
11759
11760Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11761
11762 * Makefile.in (RPATH_ENVVAR): New variable.
11763 (REALLY_SET_LIB_PATH): Use it.
11764 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11765
11766Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11767
11768 * config.sub, configure.in: Recognize sparclet cpu.
11769
11770Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11771
11772 * config.guess: Support m68k-cbm-sysv4.
11773
11774Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11775
11776 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11777 m68k-unknown-linuxaout from linker help string. Put quotes around
11778 $ld_help_string.
11779
11780Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11781
11782 * config.guess (powerpc-harris-powerunix): Add guess for port
11783 to new target.
11784
11785Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11786
11787 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11788
11789Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11790
11791 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11792 $(REALLY_SET_LIB_PATH) in Makefile.
11793 * Makefile.in (SET_LIB_PATH): New variable.
11794 (REALLY_SET_LIB_PATH): New variable.
11795 ($(DO_X)): Use $(SET_LIB_PATH).
11796 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11797 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11798 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11799 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11800 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11801 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11802 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11803 (install-dosrel): Likewise.
11804 (all-opcodes): Depend upon all-libiberty.
11805
11806Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11807
11808 * config.guess (*:CYGWIN*): New
11809
11810Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11811
11812 * Makefile.in (all-target-winsup): All all-target-libiberty.
11813
11814Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11815
11816 * configure.in (noconfigdirs): Add missing # in front of comment.
11817
11818Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11819
11820 * configure.in: add second pass to things added to noconfigdirs
11821 so *-gm-magic can exclude libgloss properly.
11822
11823Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11824
11825 * mpw-configure (extralibs_name, rez_name): Set correctly
11826 for MWC68K compiler.
11827
11828 * mpw-README: Add more info on the necessary build tools.
11829
11830Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11831
11832 * configure.in, config.sub: Recognize cygwin32.
11833
11834Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11835
11836 * config.guess, config.sub: Recognize A/UX.
11837
11838Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11839
11840 * config.sub: Merge with gcc/config.sub.
11841
11842Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11843
11844 * mpw-build.in (do-binutils): Add build of stamps.
11845
11846Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11847
11848 * config.sub: Add recognition for mips64vr4100*-* targets.
11849
11850Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11851
11852 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11853 Add creation of gconfigargs with `--enable-shared' turned on.
11854 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11855 ($(host)-stamp-stage3-configured): Likewise.
11856 (HOLES): Add chatr and ldd.
11857 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11858
11859Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11860
11861 * configure: Pass --nfp to recursive configures.
11862
11863Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11864
11865 * Makefile.in (DLLTOOL): New.
11866 (DLLTOOL_FOR_TARGET): New.
11867 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11868 (EXTRA_TARGET_FLAGS): Ditto.
11869 (EXTRA_GCC_FLAGS): Ditto.
11870 (CONFIGURE_TARGET_MODULES): Ditto.
11871 (DO_X): Ditto.
11872 * configure: Add DLLTOOL.
11873
11874Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11875
11876 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11877 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11878 mh-sco, since old workarounds no longer needed, and don't
11879 build ld, since libraries have weak symbols in COFF.
11880
11881Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11882
11883 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11884
11885Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11886
11887 * configure.in: Make sure that ${CC} can be used to compile an
11888 executable.
11889
afb8d725
JM
11890Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11891
11892 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11893 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11894 nothing depending on whether gdbtk is being built.
11895
252b5132
RH
11896Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11897
11898 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11899
11900Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11901
11902 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11903 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11904
11905Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11906
11907 * config-ml.in: Add support for
11908 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11909 Simplify setting of multidirs from --disable-foo.
11910
11911Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11912
11913 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11914 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11915 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 11916 non-empty, pass them on to the GCC make.
252b5132
RH
11917 (all-bootstrap): New rule that is like all-gcc, except it executes
11918 the GCC bootstrap rule instead of the GCC all rule.
11919
11920Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11921
11922 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11923
11924Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11925
11926 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11927 DG/UX support.
11928
11929Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11930
11931 * config.sub (i*86*) Change [345] to [3456]
11932
11933Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11934
11935 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11936 --with-gnu-ld=no.
11937
11938Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11939
11940 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11941 AIX multilibs get built.
11942
11943Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11944
11945 * configure.in (i386-win32): Don't build expect if we're not
11946 building the tcl subdir.
11947
11948Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11949
11950 * Makefile.in: (configure-target-examples, all-target-examples):
11951 New targets, configure and build example programs.
11952
11953Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11954
11955 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11956 use it as input to sedit the generated MPW makefile.
11957 * mpw-README: Add a suggestion about Gestalt.h.
11958
11959Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11960
11961 * config.sub: Accept *-*-ieee*.
11962
11963Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11964
11965 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11966 Ronald F. Guilmette <rfg@monkeys.com>.
11967
11968Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11969
11970 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11971 for powerpc-pe native.
11972 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11973 (target==powerpc-pe): duplicate i386-win32 entry.
11974
11975Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11976
11977 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11978 of vxworks, not just vxworks5.1.
11979
11980Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11981
11982 * mpw-configure: Add support for exec-prefix.
11983
11984Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11985
11986 * config.guess: Recognize HP model 816 machines as having
11987 a PA1.1 processor.
11988
11989Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11990
11991 * configure: Ignore new autoconf configure options.
11992
252b5132
RH
11993Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11994
11995 * config.guess: Recognize Pentium under SCO.
11996 From Robert Lipe <robertl@arnet.com>.
11997
11998Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11999
12000 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
12001
12002Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
12003
12004 * configure.in: Don't configure gas for alpha-dec-osf*.
12005
12006Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
12007
12008 * configure.in: Default to --with-stabs for some targets for which
12009 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
12010 i[345]86*-*-unixware*.
12011
12012Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
12013
12014 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
12015 rather than basing it on the target. Simplify handling of options
12016 controlling which directories to configure. Remove extraneous
12017 slash in multi-clean target.
12018
12019Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
12020
12021 * config-ml.in: Prefix more variables with ml_ so they don't collide
12022 with configure's.
12023
12024Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
12025
12026 * configure: Don't turn -v into --v.
12027
12028Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
12029
12030 * configure.in (targargs): Fix typo.
12031
12032 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
12033
12034Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
12035
12036 * configure.in: Strip --host and --target options from
12037 CONFIG_ARGUMENTS, and always configure for --host only. Add
12038 --with-cross-host option when building with a cross-compiler.
12039 * configure: Canonicalize the arguments put into config.status by
12040 always using `=' for an option with an argument. Pass a presumed
12041 --host or --target explicitly.
12042
12043Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
12044
12045 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
12046 into general OS recognition case.
12047
12048Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12049
12050 * configure.in (target_configdirs): add target-winsup only
12051 for win32 target systems.
12052
12053Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
12054
12055 * Makefile.in (all-target-libgloss): Depend upon
12056 configure-target-newlib, since when libgloss is built it looks to
12057 see if the newlib directory exists.
12058
12059Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
12060
12061 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
12062 cfg-ml-*.in.
12063
12064Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
12065
12066 * configure: Handle LD and LD_FOR_TARGET when configuring a
12067 Canadian Cross.
12068
252b5132
RH
12069Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12070
12071 * configure.in (target_libs): add target-winsup.
12072 (target==i386-win32): add patch diff flex make to $noconfigdirs.
12073 (target==ppcle-pe): remove ld from $noconfigdirs.
12074
12075Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
12076
12077 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
12078 Preserve relative path names in $srcdir. Build symlink tree if
12079 configuring cross target dir and srcdir=. (= no VPATH support).
12080 (configure-target-libg++): Depend on configure-target-librx.
12081 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
12082 * config-ml.in: New file.
12083 * symlink-tree: New file.
12084 * configure: Ensure srcdir="." if that's what it is.
12085
12086Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
12087
12088 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
12089 includes and FLEX_SKELETON setting.
12090 * mpw-configure (--with-gnu-ld): New option, controls whether
12091 to use PPCLink or ld with PowerMac GCC.
12092 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
12093 * mpw-config.in: Configure grez if targeting Mac.
12094
12095 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
12096 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
12097 just macos.
252b5132
RH
12098 * configure.in: Configure grez resource compiler if targeting Mac.
12099 * Makefile.in (all-grez, install-grez): New targets.
12100
12101Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
12102
12103 * configure: CXX defaults to gcc, not g++. If we find
35590697 12104 gcc in the path, set CC to gcc -O2.
252b5132
RH
12105
12106Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
12107
12108 * configure: Default ${build} correctly. Avoid picking up extra
12109 spaces when reading CC and CXX from Makefile. When doing a
12110 Canadian Cross, use plausible default values for numerous
12111 variables.
12112 * configure.in: When doing a Canadian Cross, don't try to
12113 configure tools whose configure script can't handle it.
12114
12115Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12116
12117 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
12118
12119Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
12120
12121 * configure: Remove dubious bug reporting address.
12122
12123Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
12124
12125 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
12126 configure script, run that instead of this directory's configure.
12127 In either case, print a message that we're configuring the sub-dir.
12128
12129Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
12130
12131 * configure.in: Before checking for the existence of various files,
12132 use sed to filter out "target-".
12133
12134Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
12135
12136 * Makefile.in (DO_X): Split rule to decrease command line length
12137 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
12138 (Philippe De Muyter).
12139
12140Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12141
12142 * Makefile.in (all-patch): depend on all-libiberty.
12143
12144Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
12145
12146 * configure.in: If the only directory in target_configdirs which
12147 actually exists is libiberty, then set target_configdirs to empty,
12148 to avoid trying to build a target libiberty in a gas or gdb
12149 distribution.
12150
12151Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
12152
12153 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
12154 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
12155 systems.
252b5132
RH
12156
12157Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12158
12159 * configure.in (copy_dirs): Use sys-include instead of include
12160 for --with-headers option.
12161
12162Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
12163
12164 * Makefile.in, configure.in: Make winsup builds work with
12165 new scheme.
12166
12167Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
12168
12169 * configure.in: Build the linker on AIX.
12170
12171Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
12172
12173 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
12174 where needed.
12175
12176Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
12177
12178 * Makefile.in (all-gcc): Fix typo.
12179
12180Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
12181
12182 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
12183
12184Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
12185
12186 * configure.in: Rename libFOO to target-libFOO, and xiberty
12187 to target-xiberty, to provide more flexibility.
12188 (target_subdir): Define. Create if cross.
12189 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
12190 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
12191 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
12192 check-libFOO -> check-target-libFOO, etc.
12193 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
12194 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
12195 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
12196 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
12197 allow ALL_GCC="" to only configure.
12198 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
12199 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
12200 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
12201
12202Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
12203
12204 * Makefile.in (taz): Build "info" in etc explicitly.
12205
12206Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
12207
12208 * configure.in: Make sure that CC is undefined (as opposed to
12209 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
12210 problem with autoconf trying to configure on a host without GCC.
12211
12212Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12213
12214 * mpw-configure: Set host alias from choice of host compiler,
12215 only use generic MPW Makefile sed if present, edit a file
12216 named "hacked_Makefile.in" instead of "Makefile.in" if present.
12217 * mpw-README: Add problem notes about CW6 and CW7.
12218
12219Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12220
12221 * Makefile.in (taz): Use ";" instead of ";;".
12222
12223Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12224
12225 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12226 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12227 DISTDOCDIRS.
12228 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12229 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12230
12231Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12232
12233 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12234 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12235 Move bfd to DISTSTUFFDIRS.
12236
12237Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12238
12239 * Makefile.in (X11_LIB): Removed.
12240 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12241
12242 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12243
12244Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12245
12246 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12247 names.
12248
12249Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12250
12251 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12252
12253Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12254
12255 * configure.in (i[345]86-*-win32): Always build newlib.
12256 Don't configure cvs, autoconf or texinfo.
12257 * Makefile.in (LD_FOR_TARGET): New.
12258 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12259 Pass down LD_FOR_TARGET.
12260
12261Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12262
12263 * winsup: New directory.
12264 * Makefile.in: Build winsup.
12265 * configure.in: Winsup is configured when target is win32.
12266 Can only build win32 target GDB when native.
35590697 12267
252b5132
RH
12268Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12269
12270 * config.guess: Recognize HP model 819 machines as having
12271 a PA 1.1 processor.
12272
12273Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12274
12275 * configure: Fix sed loop which substitutes for CC and CXX to
12276 avoid bug found in various sed implementations.
12277
12278Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12279
12280 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12281 simulator. Use standard powerpc-*-eabi*.
12282
12283Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12284
12285 * configure.in: Stop putting gas and binutils in noconfigdirs for
12286 powerpc-*-aix* and rs6000-*-*.
12287
12288Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12289
12290 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12291 -mcall-aixdesc libraries.
12292
12293Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12294
12295 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12296
12297 * config.sub (arm | armel | armeb): Fix shell syntax.
12298
12299Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12300
12301 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12302 -msoft-float and -mcpu=common support.
12303 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12304 libraries.
12305
12306Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12307
12308 * configure.in: Allow configuration and build of emacs19 for the alpha.
12309
12310Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12311
12312 * configure.in (CC): Get ^CC, not just any old CC, from
12313 ${host_makefile_frag}.
12314
12315Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12316
35590697 12317 * configure.in (CC): Try to get CC from
252b5132
RH
12318 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12319
12320Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12321
12322 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12323 only if it exists in $(srcdir).
12324
12325Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12326
12327 * configure: If CC and CXX are not set in the environment, set
12328 them, based on either an existing Makefile or on searching for gcc
12329 in PATH. Substitute for CC and CXX in Makefile.
12330 * configure.in: Remove libm from target_libs. Separate
12331 target_configdirs from configdirs. If CC is not set in
12332 environment, try to get it from a host Makefile fragment. Rewrite
12333 changes of configdirs to use skipdirs instead. A few minor
12334 tweaks. Take directories out of target_configdirs as they are
12335 taken out of configdirs. Remove existing Makefile files from
12336 subdirectories. Substitute for TARGET_CONFIGDIRS and
12337 CONFIG_ARGUMENTS in Makefile.
12338 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12339 by configure.in.
12340 (CONFIG_ARGUMENTS): Likewise.
12341 (CONFIGURE_TARGET_MODULES): New variable.
12342 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12343 ($(CONFIGURE_TARGET_MODULES)): New target.
12344 (configure-libg++, configure-libio): New targets.
12345 (all-libg++): Depend upon configure-libg++.
12346 (all-libio): Depend upon configure-libio.
12347 (configure-libgloss, all-libgloss): New targets.
12348 (configure-libstdc++): New target.
12349 (all-libstdc++): Depend upon configure-libstdc++.
12350 (configure-librx, all-librx): New targets.
12351 (configure-newlib): New target.
12352 (all-newlib): Depend upon configure-newlib
12353 (configure-xiberty): New target.
12354 (all-xiberty): Depend upon configure-xiberty.
12355
12356Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12357
12358 * configure.in (host i[345]86-*-win32): Expand the
12359 noconfigdirs again.
12360
12361Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12362
12363 * mpw-configure: Fix sed command file name.
12364
12365Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12366
35590697 12367 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
12368 noconfigdirs again.
12369
12370Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12371
12372 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12373 or powerpc*-*-pe*, since they are not yet supported.
12374
12375Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12376
12377 Add PowerMac support and many other enhancements.
12378 * mpw-configure: New option --cc to select compiler to use,
12379 paste options set according to --cc into the generated
12380 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12381 if mpw-make.sed is present.
12382 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12383 add forward includes for PowerPC include files.
12384 * mpw-build.in: Build using Makefile.PPC if present.
12385 (do-byacc, etc): Remove separate version resource builds.
12386 (do-gas): Build "stamps" before "all".
12387 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12388 * mpw-README: Update to reflect --cc option, PowerMac support,
12389 and recently-reported compatibility problems.
12390
12391Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12392
12393 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12394 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12395 (--with-multilib-top): Pass to recursive invocations.
12396
12397Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12398
12399 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12400 v810-*-*.
12401
12402Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12403
12404 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12405 gdb, ld and opcodes on v810-*-*.
12406
252b5132
RH
12407Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12408
12409 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12410 (local-maintainer-clean): New target.
12411 (maintainer-clean): New target.
12412 (realclean): Just depend upon maintainer-clean.
12413
12414Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12415
12416 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12417
12418Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12419
12420 * configure.in: Build ld in mips*-*-bsd* case.
12421
12422Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12423
12424 * config.sub: Accept -lites* OS. From Ian Dall.
12425
12426Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12427
12428 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 12429 targets.
252b5132
RH
12430
12431Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12432
12433 * configure.in: treat i386-win32 canadian cross the same as
12434 i386-go32 canadian cross.
12435
12436Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12437
12438 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12439 running under the simulator to build a reduced set of libraries.
12440 (powerpc-*-eabiaix): Add fine grained multilib support added to
12441 other powerpc targets yesterday.
12442
12443Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12444
12445 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12446 -disable-softfloat, -disable-relocatable, -disable-aix, and
12447 -disable-sysv to control which multilib libraries get built.
12448
12449Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12450
12451 * configure: Add Makefile.tem to list of files to remove in trap
12452 handler.
12453
12454Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12455
12456 * config.guess (*Linux*): Add missing "exit"s.
12457 Also, need specific check for alpha-unknown-linux (uses COFF).
12458
12459Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12460
12461 * config.guess: Merge with FSF:
12462
12463 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12464 * config.guess (AIX4): More robust release numbering discovery.
12465
12466 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12467 * config.guess (i386-sequent-ptx): Properly get version number.
12468
12469 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12470 * config.guess (mips:*:4*:UMIPS): New case.
12471
12472Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12473
12474 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12475 (i386-win32 host): Likewise. Don't build readline.
12476
afb8d725
JM
12477Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12478
12479 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12480 SUPPORT_FILES to submakes.
12481
252b5132
RH
12482Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12483
12484 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12485 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12486 mpw-configure.
12487
12488Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12489
12490 * configure.in (appdirs): Use =, not ==, in test expression when
12491 trying to build the text to print in the warning message for
12492 Solaris users.
12493
12494Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12495
12496 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12497
12498Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12499
12500 * config.guess: Recognize lynx-2.3.
12501
12502Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12503
12504 * config.sub (z8ksim): Deleted
12505 (z8k-*-coff): New, this is the one true name of the target.
12506
12507Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12508
12509 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12510
12511Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12512
12513 * config.guess (*:Linux:*:*): First try asking the linker what the
12514 default object file format is (elf, aout, or coff). Then if this
12515 fails, try previous methods.
12516
12517Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12518
12519 * configure.in: Don't build newlib for *-*-vxworks5.1.
12520
12521Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12522
12523 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12524 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12525
12526Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12527
12528 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12529
12530Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12531
12532 * cfg-ml-com.in: New file.
12533 * cfg-ml-pos.in: New file.
12534
12535Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12536
12537 * COPYING.NEWLIB: Add HP free copyright to list.
12538
12539Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12540
12541 * config.sub: Recognize -eabi* for the system, not just -eabi.
12542
12543Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12544
12545 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12546 * config.sub, configure.in (win32): New target and host.
12547
12548Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12549
12550 * configure.in: Add i386-pe configuration.
12551
12552Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12553
12554 * mpw-build.in (install): Install GDB after LD.
12555
12556Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12557
12558 * mpw-config.in (elf/mips.h): Always forward-include, needed
12559 for GDB to build.
12560
12561Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12562
12563 * testsuite: New directory for customer acceptance and whole tool
12564 chain tests.
12565
12566Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12567
12568 * configure: If per-host line isn't found, but AC_OUTPUT is found
12569 and a configure script exists, run it instead.
12570
12571Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12572
12573 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12574
12575Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12576
12577 * configure: Set build_{cpu,vendor,os,alias} to host values when
12578 --build isn't specified.
12579
12580Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12581
12582 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12583 (FLAGS_TO_PASS): Pass them.
12584 (EXTRA_TARGET_FLAGS): Ditto.
12585
252b5132
RH
12586Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12587
12588 * Makefile.in (all-libg++): Depend on all-libstdc++.
12589
12590Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12591
12592 * configure.in (noconfigdirs): Enable all packages for
12593 i386-unknown-netbsd.
12594
12595Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12596
12597 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12598 hosted builds (DOS builds)
12599
12600Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12601
12602 Changes for ARM based on patches from Richard Earnshaw:
12603 * config.sub: Handle armeb and armel.
12604 * configure.in: Omit arm linker only for riscix.
12605
12606Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12607
12608 * config.guess: Update from FSF.
12609
12610Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12611
12612 * config.sub: Recognize powerpcle as the little endian varient of
12613 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12614 powerpcle variant. Convert pentium into i586, not i486. Add p5
12615 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12616 temporarily.
12617
12618Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12619
12620 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12621
12622Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12623
12624 * config.sub: Accept -lites* as a basic system type.
12625
12626Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12627
12628 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12629 installed, and if so return linuxoldld as the system name.
12630
12631Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12632
12633 * config.guess: Add hppa1.1-hp-lites support.
12634
12635Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12636
12637 * configure.in: Don't build newlib for m68k-vxworks5.1.
12638
12639Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12640
12641 * configure.in (mips-sgi-irix6): Use mh-irix5.
12642
12643Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12644
12645 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12646
12647Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12648
12649 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 12650 OSF/1. Fix compiler flags.
252b5132
RH
12651 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12652
12653Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12654
12655 * configure.in: Recognize --with-newlib.
12656 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12657
afb8d725
JM
12658Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12659
12660 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12661 to *_X11_MODULES due to gdbtk needing X include files et al.
12662
252b5132
RH
12663Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12664
12665 Merge in support for Mac MPW as a host.
12666 (Old change descriptions retained for informational value.)
12667
12668 * mpw-config.in: Add generic include forwards for cpu-specific
12669 include files in aout and elf directories.
12670
12671 * mpw-configure: Added copyright.
12672 * mpw-config.in: Check for presence of required build tools.
12673 (target_libs): Add newlib.
12674 (target_tools): Add examples.
12675 (Read Me): Generate as "Read Me for MPW" instead.
12676 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12677 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12678 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12679
12680 * mpw-configure: Remove subdir-specific makefile hackery,
12681 delete mk.tmp after using it.
12682
12683 * mpw-build.in (all): Display start and end times.
12684
12685 * mpw-configure (host_canonical): Set.
12686 (target_cpu): Always add to makefiles.
12687 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12688 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12689 (mpw-mh-mpw): Look for in srcdir and srcroot.
12690 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12691
12692 * mpw-build.in: (install-only): New target.
12693
12694 * mpw-configure (host_alias, target_alias): Rename from hostalias
12695 and targetalias, add into generated Makefile.
12696 (mk.tmp): If present, add into generated Makefile.
12697 * mpw-build.in (all-gas): Build config.h first before gas proper.
12698
12699 * mpw-configure (config.status): Write only if changed.
12700 * mpw-config.in (readline): Configure it (not built, just used for
12701 definitions).
12702
12703 * mpw-config.in (elf/mips.h): Add a forward include.
12704
12705 * mpw-config.in: Forward-include most .h files in include into
12706 extra-include.
12707 (readline): Don't build.
12708 mpw-build.in (install): Install GDB.
12709
12710 * mpw-configure (prefix, mpw_prefix): Handle it.
12711 * mpw-config.in (mmalloc, readline): Don't configure.
12712 * mpw-build.in (thisscript): Rename to ThisScript.
12713 Use mpw-build instead of BuildProgram everywhere.
12714 (mmalloc, readline): Don't build.
12715 * mpw-README: New file, basic documentation about the MPW port.
12716
12717 * mpw-config.in: Use forward-include to create include files.
12718
12719 * mpw-configure: Add more things to the top of each configured
12720 Makefile, including contents of config/mpw-mh-mpw.
12721 * mpw-config.in (extra-include): Create this directory and fill it
12722 with Posix-like include files when configuring.
12723
12724 * config.sub (apple, mac, mpw): Add various aliases.
12725
12726 * mpw-build.in: New file, top-level build script fragment for MPW.
12727 * mpw-configure: New file, configure script for MPW.
12728 * mpw-config.in: New file, config fragment for MPW.
12729
12730Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12731
12732 * configure.in (host_libs): Remove glob, since it is gone from the
12733 sources.
12734
12735Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12736
12737 * Makefile.in: define empty GDB_NLM_DEPS var.
12738
12739 * configure.in(target_makefile_frag): use config/mt-netware
12740 for netware targets.
12741
12742Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12743
12744 * config.sub: Merge in recent FSF changes. Remove linux special
12745 cases.
12746
12747Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12748
4bddf3ad 12749 Revert this change:
252b5132
RH
12750
12751 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12752
12753 * build-all.mk: Use CC=cc -Xs on Solaris.
12754
252b5132
RH
12755Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12756
12757 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12758 stop using it.
12759 * Makefile.in: Nuke all references to glob subdirectory.
12760
12761Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12762
12763 * configure.in: Fix --enable-shared logic in per-host.
12764
12765Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12766
12767 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12768
12769Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12770
12771 * configure.in (noconfigdirs): Don't build gas on AIX, for
12772 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12773
12774Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12775
12776 * configure: Fix --cache-file to work if the file argument is a
12777 relative path.
12778
12779Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12780
12781 * configure: If the --cache-file is used, pass it down to
12782 configure in subdirectories.
12783
12784Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12785
12786 * config.sub: add vxworks29k configuration.
12787
12788Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12789
12790 * Makefile.in (taz): Do "diststuff" part quietly.
12791
12792Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12793
12794 * config.sub: Mini-merge with gcc/config.sub.
12795
12796Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12797
12798 * config.guess (IRIX): Sed - to _.
12799
12800Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12801
12802 * Makefile.in (source-vault, binary-vault): New targets.
12803
12804Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12805
12806 * config.sub: Recognize -eabi as a basic system type.
12807
12808Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12809
12810 * configure.in (enable_shared stuff): Fix typo.
12811
12812Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12813
12814 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12815
12816Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12817
12818 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12819
12820Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12821
12822 * configure.in (rs6000-*-*): Don't build gas.
12823
12824Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12825
12826 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12827 reduce command line length.
12828 (AS_FOR_TARGET): Check for as.new, not Makefile.
12829 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12830
12831Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12832
12833 * config.guess: Merge from FSF.
12834
12835Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12836
12837 * configure: Don't use $ when handling program_suffix.
12838
12839Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12840
12841 * configure.in: Configure tk for hppa/hpux.
12842
12843Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12844
12845 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12846
12847Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12848
12849 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12850 to LIBCXXFLAGS. Tests are better run without it.
12851
12852Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12853
12854 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12855
12856Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12857
12858 * configure.in (*-*-netware*): Don't configure xiberty.
12859
12860Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12861
12862 * configure.in: Remove tk from native_only list.
12863
12864Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12865
12866 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12867 for special NCD build.
12868
12869Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12870
12871 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12872 makeall.bat, they're only useful for binutils snapshots.
12873 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12874 makeall.bat to specified SUPPORT_FILES.
12875
12876Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12877
12878 * build-all.mk: Add Ericsson targets to sun4 and solaris
12879 hosts. Add BNR's sun4 target to solaris host, so their
12880 build-from-source will be tested in-house first.
12881
12882Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12883
12884 * Makefile.in (LIBCFLAGS): New variable.
12885 (CFLAGS_FOR_TARGET): Ditto.
12886 (LIBCFLAGS_FOR_TARGET): Ditto.
12887 (LIBCXXFLAGS): Ditto.
12888 (CXXFLAGS_FOR_TARGET): Ditto.
12889 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12890 (BASE_FLAGS_TO_PASS): Pass them.
12891 (EXTRA_TARGET_FLAGS): Ditto.
12892
4bddf3ad 12893 * configure.in: Support --enable-shared.
252b5132
RH
12894
12895Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12896
12897 * configure.in (target_libs): Include libstdc++ again.
12898 * config.guess: Update from FSF (for FreeBSD).
12899
12900Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12901
12902 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12903 makeall.bat.
12904 (DISTDOCDIRS): Add `etc'.
12905 (ETC_SUPPORT_PFX): New variable.
12906 (taz): Include anything from etc starting with a word in
12907 ETC_SUPPORT_PFX.
12908
12909Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12910
12911 * config.sub: Update for recent FSF changes. Remove obsolete
12912 h8300hds entry. Add -windows* and -osx as basic os. Minor
12913 spacing changes.
12914
12915Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12916
12917 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12918
12919 * config.guess: Merge with FSF.
12920 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12921
12922Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12923
12924 * configure: Since the "trap 0" handler will override the exit
12925 status on many systems, only use it for "exit 1", and make it set
12926 a non-zero exit status; reset it before "exit 0". Also, check
12927 exit status of config.sub, and error out if it failed.
12928
12929Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12930
12931 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12932 and install libgloss.
12933
12934Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12935
12936 * Makefile.in (all-binutils): Depend upon all-byacc.
12937
12938 * configure.in: Don't build emacs on Irix 5.
12939
12940Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12941
12942 * configure.in (*-*-netware*): Add libio.
12943
12944Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12945
12946 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12947 (CHECK_TARGET_MODULES): Ditto.
12948 (INSTALL_TARGET_MODULES): Ditto.
12949 (TARGET_LIBS): Ditto.
12950 (all-libstdc++): Note dependencies.
12951
12952Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12953
12954 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12955
12956Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12957
12958 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12959 -fexternal-templates.
12960
12961 * configure.in (target_libs): Add libstdc++.
12962 (noconfigdirs): Add libstdc++ as appropriate.
12963
12964Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12965
12966 * config.guess: Update from FSF.
12967
12968Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12969
12970 * configure: Use ${config_shell} when running ${configsub}.
12971
12972Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12973
12974 * config.sub: No longer recognize h8300h.
12975
12976Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12977
12978 * config.sub: Remove extraneous differences between config.sub and
12979 gcc/config.sub.
12980
12981Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12982
12983 * Makefile.in (DISTSTUFFDIRS): Add gas.
12984
12985Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12986
12987 * COPYING.NEWLIB: New file.
12988
12989Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12990
12991 * config.guess (HP-UX): Patch from Harlan Stenn
12992 <harlan@landmark.com> to also emit release level.
12993
12994Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12995
12996 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12997
12998Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12999
13000 * config.sub: Merge nextstep cleanup from FSF.
13001
13002Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13003
13004 * configure.in (arm-*-*): Don't configure ld for this target.
13005
13006Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
13007
13008 * configure.in (*-*-netware): don't configure libg++, libio,
13009 librx, or newlib.
13010
13011Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13012
13013 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
13014 configure ld--it works, but it doesn't support shared libraries.
13015
13016Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13017
13018 * config.guess (*-unknown-freebsd*): Get rid of possible
13019 trailing "(Release)" in version string.
13020 Patch from Paul Richards <paul@isl.cf.ac.uk>.
13021
13022Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
13023
13024 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
13025 Fix type: *-next-neststep -> *-next-nextstep.
13026
13027 * config.guess: Merge from FSF:
13028
13029 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13030
13031 * config.guess: Recognize powerpc-ibm-aix3.2.5.
13032
13033 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
13034
13035 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
13036 instead of UNIX_SV for UnixWare 1.0).
13037
13038Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
13039
13040 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
13041 to make gdb/nlm/* build after the compiler and linker.
13042
13043Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
13044
13045 * config.guess (netbsd, freebsd, linux): Accept any machine,
13046 not just i[34]86.
13047 (m68k-atari-sysv4): Relocate to match FSF version.
13048
13049 * config.guess: More merges from the FSF:
13050
13051 Add a space before function call or macro invocation.
13052
13053 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13054
13055 * config.guess: Add trap cmd to remove dummy.c and dummy when
13056 interrupted.
13057
13058 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
13059
13060 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
13061 (dummy): Redirect stderr from compilation of dummy.c.
13062
13063 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
13064
13065 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
13066
13067Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
13068
13069 * configure: Accept and ignore --cache*, for compatibility with
13070 new autoconf.
13071
13072Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
13073
13074 * config.guess: Merge from FSF:
13075
13076 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13077
13078 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
13079 (PATH): Add /.attbin at end for finding uname.
13080 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
13081
13082 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
13083
80413487 13084 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
13085
13086 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
13087
80413487
RH
13088 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
13089 to select whether to use ELF or COFF.
252b5132
RH
13090
13091 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
13092
80413487 13093 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
13094
13095 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
13096
13097 * config.guess: Guess the OS version for HPUX.
13098
13099 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
13100
13101 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
13102
13103Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13104
13105 * configure.in: Recognize --with-headers, --with-libs, and
13106 --without-newlib.
13107 * Makefile.in (all-xiberty): Depend upon all-ld.
13108
13109Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13110
13111 * configure.in: Change i[34]86 to i[345]86.
13112
13113Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13114
13115 * configure (version): A few more tweaks to help message.
13116
13117Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
13118
13119 * Makefile.in: Remove (for now) librx as a host library,
13120 now that we're building it for target.
13121
13122Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13123
13124 * configure: Fix up help message; from karl@owl.hq.ileaf.com
13125 (Karl Berry).
13126
13127Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
13128
13129 * configure.in: Also configure librx.
13130
13131Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
13132
13133 * Makefile.in: Update various rules to reflect that librx
13134 is now needed for libg++.
13135
13136Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13137
13138 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
13139
13140Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
13141
13142 * configure.in: Configure the examples directory.
13143
13144Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13145
13146 * configure: Simplify Jun 2 1994 change.
13147
13148Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13149
13150 * change CC to /usr/latest/bin/gcc for lynx host builds, since
13151 /bin/gcc isn't good enough to build gcc.
13152
13153Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
13154
13155 * Makefile.in (GDB_SUPPORT_FILES): Remove
13156 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
13157 (gdb.tar.gz): Add new rule to use standard distribution building
13158 mechanism.
13159
13160Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13161
13162 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
13163 Bill Cox <bill@cygnus.com>.
13164
13165Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
13166
13167 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
13168
13169Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
13170
13171 * configure: Search current dir first in .gdbinit.
13172
13173Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
13174
13175 * config.sub: Recognize freebsd (merged from gcc config.sub).
13176
13177Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
13178
13179 * config.sub: Refer to NeXT's operating system as nextstep.
13180
13181 * config.sub (case $basic_machine): Re-order the cases, to match
13182 the order in the FSF version (which is mostly alphabethical).
13183 Merge in some additions and changes from the FSF.
13184
13185Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
13186
13187 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
13188 * config.sub: Recognize cxux7.
13189 * configure.in: Use mh-cxux for m88k-harris-cxux*.
13190
13191Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13192
13193 * config.sub: Fix typo powerpc -> powerpc-*.
13194
13195Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
13196
13197 * Makefile.in: `all-emacs19' depends on `all-byacc'.
13198
13199 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
13200 parallel with all-emacs and install-emacs). Top-level command
13201 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
13202
13203Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13204
13205 * test-build.mk ($(host)-stamp-stage2-installed): Remove
13206 $(relbindir)/make before doing ``make install'', and use
13207 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
13208 installing over running make binary.
13209 ($(host)-stamp-stage3-installed): Likewise.
13210
13211Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13212
13213 * config.guess: Recognize Mach.
13214
13215Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
13216
13217 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
13218 see whether --exec-prefix was used.
13219
13220Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13221
13222 * README: Explicitly mention libg++/README. (Zoo's idea.)
13223
13224Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13225
13226 * Makefile.in: Add all-librx target similar to all-libproc.
13227
13228Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13229
13230 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13231 with post 1.2 uname bogosity.
13232
13233Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13234
13235 * configure: Remove temporary files on receipt of a signal.
13236
13237Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13238
13239 * configure: If there is a package_makefile_frag, remove
13240 ${subdir}/Makefile.tem after copying it in.
13241
13242Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13243
13244 * build_all.mk: support rs6000 lynx identifies itself as
13245 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13246 since /bin/gcc is too feeble to compile a modern gcc.
13247
13248Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13249
13250 * brought devo/test-build.mk update-to-date with progressive/
13251 test-build.mk. Add lynx targets and hppa flag info.
13252
13253Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13254
13255 * configure.in: Use mh-ncrsvr43. Patch from
13256 Tom McConnell <tmcconne@sedona.intel.com>.
13257
13258Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13259
13260 * config.guess (i386-unknown-bsdi): No longer need to
13261 check #if defined(__bsdi__) && defined(__i386__).
13262
13263Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13264
13265 * configure: Set program_transform_nameoption correctly.
13266
13267Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13268
13269 * brought build-all.mk update-to-date with progressive build-all.mk,
13270 added new targets and hppa info.
35590697 13271
252b5132
RH
13272Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13273
13274 * configure: If config.guess result is a prefix of the user
13275 specified target, assume a native build and use the user specified
13276 target as the host alias. Remove SunOS patch suffix removal hack.
13277 * configure.in: Remove SunOS patch suffix removal hack.
13278
13279 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13280 in NATIVE_CHECK_MODULES.
13281
13282Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13283
13284 * Makefile.in: Rename HOST_ONLY to NATIVE.
13285 * configure: Delete SunOs patch suffix from host_canonical
13286 and build_canonical variables that are prepended to Makefiles.
13287 * configure.in: Add comments for easier maintenance.
13288
13289Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13290
13291 * Makefile.in: Add all-libproc target similar to all-gui.
13292
13293Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13294
13295 * Makefile.in (CHECK_MODULES): split into
13296 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13297
13298Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13299
13300 * config.guess (i386-unknown-bsdi): New system to guess.
13301
13302Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13303
13304 * Makefile.in: Add all-gui target (but not yet build by "all").
13305
13306Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13307
13308 * config.sub: Move deletion of patch suffix from here...
13309 * configure.in: To here, at Ian's suggestion. The top-
13310 level scripts might need to know of a patch level.
13311
13312Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13313
13314 * config.sub: Strip off patch suffix so rtl is recognized
13315 as a sunos4.1.3 machine, even though it's been patched.
13316
13317Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13318
13319 * Makefile.in (INSTALL_LAST): Delete.
13320 (INSTALL_DOSREL): New.
13321
13322Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13323
13324 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13325 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13326 whether we pass down --with-gnu-ld anyhow.
13327
13328Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13329
13330 * Makefile.in (INSTALL_LAST): Change operation so it works
13331 on more flavors of make.
13332 * configure.in (go32): Don't build libg++ or libio.
13333
13334Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13335
13336 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13337 they can be overriden by templates.
13338
13339Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13340
13341 * configure.in (target==go32): Don't build gdb.
13342 * dosrel: New directory.
13343
13344Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13345
13346 * configure.in (host==go32): Configure dosrel too.
13347 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13348 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13349 be set by incoming names or templates.
13350 (INSTALL_LAST): New rule.
252b5132
RH
13351
13352Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13353
13354 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13355
13356Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13357
252b5132
RH
13358 * configure.in (appdirs): New variable. Currently empty, but will
13359 be used in gas distribution. If nonempty, lists a set of
13360 directories at least one of which must get configured, or top
13361 level configuration is considered to have failed.
13362 (rs6000-*-lynxos*): Use new file name.
13363
13364Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13365
13366 Eliminate XTRAFLAGS.
13367 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13368 newlib include files using -idirafter, and also use -nostdinc.
13369 (CXX_FOR_TARGET): Likewise.
13370 (XTRAFLAGS): Removed.
13371 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13372 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13373 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13374 ($(DO_X)): Don't pass down XTRAFLAGS.
13375
13376Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13377
13378 * configure.in (mips*-dec-bsd*): New target; do build linker.
13379 (mips*-*-bsd*): New target; don't build linker.
13380
13381Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13382
13383 * configure.in: support rs6000-*-lynxos* configuration.
13384 support sunos4 as a cross target.
13385
13386 * config.sub: look for lynx*, not lynx since the OS version may
13387 legitimately be part of the name.
13388
13389Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13390
13391 * configure.in (i[34]86-*-sco*): Move to be with other i386
13392 targets.
13393 (romp-*-*): New target. Skip various binary utilities.
13394 (vax-*-*): New target. Don't build newlib.
13395 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13396
13397Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13398
13399 * configure.in: Only set host_makefile_frag if config
13400 directory exists.
13401
13402Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13403
13404 * install.sh: If $dstdir exists, don't check whether each
13405 component does.
13406
13407Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13408
13409 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13410
13411Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13412
35590697
AJ
13413 * configure.in (*-*-lynxos*): Don't configure newlib for either
13414 native or cross Lynx.
252b5132
RH
13415
13416Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13417
13418 * config.sub (sparc64-elf): Fix os.
13419 (z8k): Remove duplicate.
13420
13421Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13422
13423 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13424 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13425
13426Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13427
13428 * configure: Make file links cleanly even if Lynx fails on
80413487 13429 an NFS symlink (at least fail cleanly).
252b5132
RH
13430
13431Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13432
13433 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13434 -XNh2000.
13435
13436Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13437
13438 * configure: Unknown options are fatal again.
13439
13440Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13441
13442 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 13443 compatibility.
252b5132
RH
13444
13445Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13446
13447 * build-all.mk: Add `clean' target.
13448
13449Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13450
13451 * config.guess: Add SINIX support.
13452 * configure.in: Add mips-*-sysv4* support.
13453
13454Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13455
13456 * build-all.mk: Document all useful targets.
13457 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13458 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13459
13460Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13461
13462 * configure: Support --silent, --quiet.
13463
13464Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13465
13466 * configure: Support --disable-FEATURE.
13467
13468Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13469
13470 * config.guess: Recognize NCR running SVR4.3.
13471
13472Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13473
13474 * config.guess: Make BSDI generate i386-unknown-bsd386.
13475 Patch from Paul Eggert <eggert@twinsun.com>.
13476
13477Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13478
13479 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13480
13481Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13482
13483 * configure: Make unrecognized options give nonfatal warnings
13484 instead of fatal errors, and pass them to any subdirectory
13485 configures in case they recognize them.
13486 Make --x equivalent to --with-x.
13487
13488Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13489
13490 * configure: Add --enable-* options. Clean up usage message and
13491 some comments.
13492
13493Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13494
13495 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13496
13497Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13498
13499 * configure.in (hppa*-*-*): Enable binutils.
13500
13501Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13502
13503 * config.sub: Recognize cisco.
13504
13505Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13506
13507 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13508
13509Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13510
13511 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13512 than one configuration name. Add comment.
13513
13514Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13515
13516 * config.guess: about target *-hitachi-hiuxwe2, fixed
13517 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13518 macro is incorrect.]
13519
13520Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13521
13522 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13523 than the "make ls" stuff which used to be here.
13524
13525Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13526
13527 * config.guess: Recognize i[34]86-unknown-freebsd.
13528 From Shawn M Carey <smcarey@rodan.syr.edu>.
13529
13530Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13531
13532 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13533
13534Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13535
13536 * config.guess: Check for ptx.
13537
13538Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13539
13540 * config.sub: Add os9k checking.
13541
13542Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13543
13544 * config.guess: Handle OSF1 running on HPPA processors
13545
13546Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13547
13548 * configure: If subdir configure fails, print out a message with
13549 subdirectory name, in case subdir's configure code didn't identify
13550 itself.
13551
13552Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13553
13554 * configure.in: Remove embedded newlines from configdirs.
13555 Avoid mismatches of substrings. Fix matching strings at end
13556 of configdirs.
13557
13558Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13559
13560 * config.guess: Add Lynx/rs6000 config support.
13561
13562Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13563
13564 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13565
13566Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13567
13568 * configure.in (hppa*-*-osf*): Treat this just like most other
13569 PA configurations (eg no binutils or ld).
13570 (hppa*-*-*elf*): These configurations have binutils and ld.
13571
13572Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13573
13574 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13575
13576Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13577
13578 * configure.in (rs6000-*-*): Build gas.
13579
13580Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13581
80413487 13582 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
13583
13584Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13585
13586 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13587 for GDB and GDB has been fixed to not need it.
13588
252b5132
RH
13589Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13590
13591 * config.guess: Recognize vax hosts.
13592
13593Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13594
13595 * configure (while loop): Don't use "break 2" inside case
13596 statement -- the case statement isn't an enclosing loop.
13597
13598Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13599
13600 * config.guess: Clean up NeXT support, to allow nextstep
13601 on Intel machines. Make OS be nextstep.
13602
13603Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13604
13605 * config.guess: Add alternate forms for Convex.
13606
13607Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13608
13609 * configure: Completely rewrite option processing. Take
13610 advantage of pattern-matching to avoid invoking test frequently.
13611 Also clean up host and target defaulting logic.
13612
13613Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13614
13615 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13616 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13617 commands (plus user environment) will fit SCO limits.
13618
13619Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13620
13621 * configure.in: Don't issue warnings about directories which are
13622 not being configured if -norecursion is set. Correct test for
13623 --with-gnu-as and --with-gnu-ld to not get confused by substring
13624 matches.
13625
13626 * configure.in: Don't build gas for alpha-dec-osf1*.
13627
13628Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13629
13630 * configure: Back out Per's change of 12/19/1993. It changes the
13631 behavior of configure in unexpected and confusing ways.
13632
13633 Also, use different delim char when calculating
13634 program_transform_name so that the name can contain slashes.
13635
13636Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13637
13638 * configure.in, config.sub: Add support for VSTa micro-kernel.
13639
13640Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13641
13642 * configure.in: Nuke hacks which were used to get a special
13643 version of GAS for HPPA configurations.
13644
13645Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13646
13647 * configure: If only ${target_alias} is given, use that
13648 as the default for ${host_alias}.
13649 * configure: Add missing back-slashes before nested quotes.
13650
13651Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13652
13653 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13654
13655Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13656
13657 * config.guess: Recognize some Tektronix configurations.
13658 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13659
13660Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13661
13662 * config.sub: Match any flavor of SH.
13663
13664Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13665
13666 * configure.in: Don't try to configure newlib for Alpha.
13667
13668Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13669
13670 * configure.in: Don't build ld for Irix 5. Don't build gas,
13671 libg++ or libio for any Alpha target.
13672
13673 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
13674
13675Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13676
13677 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13678 default arguments -- so it tried to compress itself.
13679
13680Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13681
13682 * configure.in (notsupp): ensure that a space is always at the end
13683 of the configdirs list, since the grep checks for an explicit space
13684
13685Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13686
13687 * configure.in (target i386-sysv4.2): don't build ld, since static
13688 versions of many libraries are not available.
13689
13690Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13691
13692 * config.guess: Recognize Apollos (using environment variables).
13693 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13694
13695Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13696
13697 * config.guess: Recognize Sony news mips running newsos.
13698
13699Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13700
13701 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13702 "fi ; else" for bash.
13703
13704Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13705
13706 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13707
13708Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13709
13710 * config.sub: accept unixware as an alias for svr4.2.
13711 Fix some inconsistancies with the gcc version.
13712
13713Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13714
13715 * Makefile.in (DISTDOCDIRS): Add gdb.
13716
13717Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13718
13719 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13720
13721Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13722
13723 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13724 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13725 this now.
13726
13727Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13728
13729 * config.sub: Accept hiux* as an OS name.
13730
13731 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13732 etc/make-stds.texi. The underscore came from gcc, and dje now
13733 agrees that RUNTESTFLAGS is the correct name.
13734
13735Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13736
13737 * install.sh: Remove 'set -e'. It makes any conditionals
13738 in the script useless.
13739
13740 * config.guess: Automatically recognize arm-acorn-riscix
13741 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13742
13743Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13744
13745 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13746
13747Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13748
13749 * Makefile.in (DISTDOCDIRS): New variable.
13750 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 13751 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
13752
13753Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13754
13755 * configure.in (hppa target): check the source directory for the
13756 pagas sub-directory
13757
13758Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13759
13760 * config.sub: Allow -aout* and -elf*.
13761
13762Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13763
13764 * configure.in: Don't build ld on i386-solaris2, same as for
13765 sparc-solaris2.
13766
13767Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13768
13769 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13770
13771Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13772
13773 * configure.in: Configure gdb for alpha.
13774
13775Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13776
13777 * Makefile.in (CXXFLAGS): Add -O.
13778
13779Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13780
13781 * config.guess: added support for DG Aviion
13782
13783Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13784
13785 * configure.in: Produce warning message for subdirectories not
13786 configurable for this host/target combination. Don't try to
13787 configure gdb for vms.
13788
13789Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13790
13791 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13792 appropriate files before making "diststuff".
13793 (DISTBISONFILES): New var: list of files to be edited.
13794 (DISTSTUFFDIRS): Add binutils.
13795
13796Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13797
13798 * config.sub: also handle mipsel and mips64el (for little endian mips)
13799
13800Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13801
13802 * configure.in: Add * to end of all OS names.
13803
13804Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13805
13806 * configure.in: Build newlib for LynxOS native.
13807
13808Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13809
13810 * config.guess: Add support for delta 88k running SVR3.
13811
13812 * configure.in: Add comment about HP compiler vs. emacs.
13813
13814Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13815
13816 * configure.in: don't build ld on solaris2 (not a viable option
13817 due to bugs in getpwnam & getpwuid)
13818
13819Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13820
13821 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13822 config.guess will produce a full version number.
13823
13824Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13825
13826 * configure.in: Build linker and binutils for alpha-dec-osf1.
13827
13828Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13829
13830 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13831 and gdb/testsuite/Makefile.in.
13832
13833Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13834
13835 * configure.in: recognize mips*- instead of mips-
13836
13837Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13838
13839 * config.sub: Accept linux*coff and linux*elf as operating
13840 systems.
13841
13842Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13843
13844 * config.sub: Recognize mips64, and mips3 as an alias for it.
13845
13846Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13847
13848 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13849 gdb knows how to handle OSF/1 shared libraries.
13850
13851Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13852
13853 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13854 * config.guess: Recognize Hitachi's HIUX.
13855 * config.sub: Recognize h3050r* and hppahitachi.
13856 Remove redundant cases for hp9k[23]*.
13857
13858Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13859
13860 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13861 if gas and ld are in the source tree and are in ${configdirs}.
13862 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 13863 --with options (but still pass them down on the command line,
252b5132
RH
13864 if they were explicitly specified).
13865
13866Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13867
13868 * configure: substitute SHELL value in Makefile.in with
13869 ${CONFIG_SHELL}
13870
13871Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13872
13873 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13874 *-*-solaris2* targets.
13875
13876Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13877
13878 * Makefile.in: define M4, and pass it down to sub-makes;
13879 all-autoconf now depends on all-m4
13880
13881Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13882
13883 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13884 presence of {ar,ranlib} instead of a configured directory
13885
13886Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13887
13888 * config.guess: Accept 34?? as well as 33?? for NCR.
13889
13890Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13891
13892 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13893 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13894
13895Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13896
13897 * configure: grab values for $(CC) and $(CXX) from the
13898 environment, so that someone can do "CC=gcc configure; make" and
13899 have it work right (matching the way that autoconf works now)
13900
13901 * configure.in, Makefile.in: add support for gash, the tcl
13902 interface to Galaxy
13903
13904 * config.guess: add NetBSD variants (hp300, x86)
13905
13906Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13907
13908 * install.sh: Support -d option (in the manner of SunOS 4 install,
13909 as it is more deterministic than that of GNU install)
13910 (chmodcmd): Set file to mode 755 by default (should also do default
13911 chgrp and chown, but I don't feel like dealing with that now)
13912
13913Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13914
13915 * config.sub: Remove h8300hhms alias.
13916
13917Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13918
13919 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13920
13921Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13922
13923 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13924 as stmp-fixinc
13925
13926Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13927
13928 * config.sub: recognize m88110-bug-coff.
13929
13930Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13931
13932 * Makefile.in (all-libio): all dependencies on the toolchain used
13933 to build this (gcc, gas, ld, etc)
13934
13935Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13936
13937 * config.guess: Deal with OSF/1 1.3 on alpha.
13938
13939Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13940
13941 * install.sh: add some 'else true' clauses for portability
13942
13943 * configure.in: don't build libio for h8[35]00-*-* targets
13944
13945Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13946
13947 * Makefile.in: Add support for new libio.
13948
13949Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13950
13951 * install.sh: If one command fails, don't try the rest. Don't try
13952 to remove $dsttmp (via trap) unless we have already created it.
13953 If $src doesn't exist, detect it and exit with an error.
13954
13955 * config.guess: Recognize BSD on hp300.
13956
13957Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13958
13959 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13960 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13961
13962Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13963
13964 * Makefile.in (all-send-pr): depends on all-prms
13965
13966Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13967
13968 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13969
13970Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13971
13972 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13973 Added test for mips-mips-riscos5.
13974
13975Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13976
13977 * configure.in: use mh-hp300 for 68k HP hosts
13978
13979Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13980
13981 * configure: add support for CONFIG_SHELL, so that you can use
13982 some alternate shell for evaluating configure scripts
13983
13984Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13985
13986 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13987 in configure script to bug-gdb@prep.ai.mit.edu when building
13988 distribution archive.
13989 * Makefile.in (COMPRESS): Remove def.
13990 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13991 gdb.tar.Z and make-gdb.tar.Z respectively.
13992 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13993 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13994 to convergence with 'taz' target in Makefile.in.
13995
13996Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13997
13998 * install.sh (dsttmp): use trap to ensure that tmp files go
13999 away on error conditions
14000
14001Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14002
14003 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
14004
14005Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14006
14007 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
14008 its parent is '/' not ''.
14009
14010 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
14011
14012Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
14013
14014 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
14015 that ${newsrcdir}/configure.in does.
14016
14017Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
14018
14019 * test-build.mk: support for CONFIG_SHELL
14020
14021Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
14022
14023 * config.sub (netware): Add as a basic system type.
14024
14025Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
14026
14027 * Makefile.in (Makefile): depend on configure.in. Also drop the
14028 $(srcdir)/ from the dependency on Makefile.in.
14029
14030Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
14031
14032 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
14033 (h8300hhms is temporary until multi-libraries are implemented).
14034 * configure.in: Handle h8300h too.
14035
14036Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14037
14038 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
14039
14040Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
14041
14042 * configure: Remove extraneous output when guessing host type.
14043 * config.guess: Remove extraneous output when guessing using C
14044 compiler rather than uname, or when guessing fails.
14045
14046Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
14047
14048 * Makefile.in: remove all.cross and install.cross targets
14049
14050 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
14051 definitions
14052
14053Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
14054
14055 * configure.in (target sh): Build gprof.
14056
14057Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14058
14059 * config.sub: change -solaris to -solaris2
14060
14061Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14062
14063 * configure.in: Use config/mh-riscos for mips-*-sysv*.
14064
14065Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
14066
14067 * configure: Correct error message for missing Makefile.in to
14068 print correct directory.
14069
14070Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14071
14072 * install.sh: kludge around 386BSD shell bug
14073
14074Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
14075
14076 * config.guess: Recognize NeXT.
14077 * config.guess: Recognize i486-ncr-sysv4.
14078 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
14079
14080Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
14081
14082 * Makefile.in (MAKEINFOFLAGS): New variable.
14083 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
14084 * build-all.mk, test-build.mk: Pass down --no-split as
14085 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
14086
14087Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
14088
14089 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
14090
14091Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
14092
14093 * Makefile.in (libg++.tar.z): New rule.
14094 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
14095 * Makefile.in (taz): Only do a single chmod.
14096
14097Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14098
14099 * install.sh: don't use dirname anymore (replaced with sed usage)
14100
14101Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
14102
14103 * Makefile.in: Change extension for gzip'd files from '.z' to
14104 '.gz' per new FSF standard usage.
14105
14106Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
14107
14108 * configure: put quotes around the final value of program_transform_name
14109
14110Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14111
14112 * Makefile.in: new install.sh support; update install-info rules
14113
14114Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
14115
14116 * configure.in: Build diff for crosses, but not for go32 host.
14117
14118 * configure.in: Build gprof only for native, and don't build it
14119 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
14120
14121Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
14122
14123 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
14124
14125Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14126
14127 * configure.in (host_tools): Add prms.
14128
14129Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14130
14131 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
14132 with $(FLAGS_TO_PASS) on the command line
14133
14134 * config.sub: Recognize lynx and lynxos
14135
14136Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
14137
14138 * config.sub: Accept -ecoff*, not just -ecoff.
14139
14140Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14141
14142 * Makefile.in (taz): Use .gz suffix instead of .z.
14143 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
14144 names.
14145
14146Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14147
14148 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
14149
14150Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14151
14152 * Makefile.in (install-no-fixedincludes): install gcc last, so
14153 that rebuilds that might happen during 'make install' don't get
14154 bogus gcc include files
14155
14156Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14157
14158 Change from Utah for HPPA support:
14159 * config.guess: Recognize hppa1.x-hp-bsd.
14160
14161Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
14162
14163 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
14164 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
14165
14166Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
14167
14168 * config.sub: Add support for rom68k and bug boot monitors.
14169
14170Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
14171
14172 * Makefile.in: Make all-opcodes depend on all-bfd.
14173
14174Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
14175
14176 * config.guess: Added special check for i[34]86-univel-sysv4*.
14177
14178Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
14179
14180 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
14181 the processor rather than assuming i486.
14182
14183Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
14184
14185 * config.guess: Recognize SunOS6 as Solaris3.
14186
14187Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
14188
14189 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
14190 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
14191
14192Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
14193
14194 * build-all.mk (all-cross): New target for Canadian Cross.
14195 Added Q2 go32 targets.
14196 * test-build.mk: Configure go32 cross sparclite-aout and
14197 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
14198 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
14199
14200Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14201
14202 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
14203 GO32 hosted toolchains
14204
14205Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
14206
14207 * configure: change so "-exec-prefix" gets passed down rather
14208 than "-exec_prefix" so autoconf generated Makefiles get the
14209 exec_prefix set right.
14210
14211Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14212
14213 * config.guess: get the Solaris2 minor version number
14214
14215 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
14216
14217Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14218
14219 * config.guess: Recognize some Sequent platforms.
14220
14221Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14222
14223 * Makefile.in: added the vault-install target
14224
14225 * configure.in: actually use the Sun3 makefile fragment that's in
14226 config, also added the release dir to configdirs
14227
14228Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14229
14230 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14231
14232Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14233
14234 * configure.in: remove some program from Alpha targetted toolchains
14235
14236Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14237
14238 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14239 gprof.
14240 (taz): Run "make diststuff" in those directories instead of "make
14241 proto-dir". Look for "VERSION=" only at start of line in subdir
14242 Makefile. Use "gzip -9" for compression.
14243 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14244 (binutils.tar.z): New target.
14245
14246Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14247
14248 * Makefile.in (taz): Include gpl.texinfo.
14249
14250Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14251
14252 * Makefile.in (setup-dirs): Merged into "taz" target.
14253 (taz): Only do `proto-dir' stuff if a directory is actually needed
14254 for this target.
14255
14256Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14257
14258 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14259 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14260 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14261 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14262 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14263
14264Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14265
14266 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14267 config.sub, and move-if-change to gdb testsuite distribution
14268 archive, so the testsuite can be extracted, configured, and
14269 run separately from the gdb distribution. Blow away the Chill
14270 tests that require a Chill compiled executable, since GNU Chill
14271 is not yet publically available.
14272
14273Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14274
14275 * test-build.mk: set environment variables in a single command,
14276 instead of a list of assignments and exports
14277
14278 * config.guess: recognize Alpha/OSF1 systems
14279
14280Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14281
14282 * configure: Change help message to prefer --options rather than
14283 -options.
14284
14285Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14286
14287 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14288 zippy@ecst.csuchico.edu.
14289 * config.guess: Recognize miniframe.
14290
14291Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14292
9eb322aa
MF
14293 * Makefile.in: Use srcroot to find runtest rather than rootme.
14294 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
14295
14296Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14297
14298 * test-build.mk: Extensive additions to support building on a
14299 machine other than the host.
14300
14301Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14302
14303 * configure (tooldir): Fix for i386-aix again.
14304
14305Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14306
14307 * configure, Makefile.in: Change definition of $(tooldir)
14308 to match the FSF.
14309
14310Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14311
14312 * config.guess: Recognize i[34]86/SVR4.
14313
14314Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14315
14316 * Makefile.in (all-gdb): gdb depends on sim.
14317
14318Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14319
14320 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14321 at the same time we make the prototype gdb directory.
14322 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14323 files at the same time as the gdb base release distribution.
14324
14325Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14326
14327 * Makefile.in (check): Use individual check targets rather than
14328 DO_X rule.
14329 (check-gcc): Added.
14330
14331Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14332
14333 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14334 for System V release 3.2.
14335
14336Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14337
14338 * config.sub: Recognize hppaosf.
14339 * configure.in: Do configure ld/binutils/gas for it.
14340
14341Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14342
14343 * configure (tooldir): Alter syntax used to set this, for systems
14344 where "\$" isn't handled right, like i386-aix.
14345
14346Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14347
14348 * configure: Pass program-transform-name, not
14349 program_transform_name, to recursive configures.
14350
14351Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14352
14353 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14354 of gas+ld+binutils.
14355
14356Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14357
14358 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14359
14360Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14361
14362 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14363
252b5132
RH
14364Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14365
14366 * Makefile.in (PRMS): Set back to all-prms.
14367
14368Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14369
14370 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14371 targets, rather than for MIPS hosts.
14372
14373Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14374
14375 * configure.in: add comment for --with-x default values
14376
14377 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14378
14379 * Makefile.in: add check-* targets for each of the directories in
14380 the tree. Add a definition of RUNTEST that will use the one we
14381 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14382
14383Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14384
14385 * configure.in: Removed obsolete references to bfd_target and
14386 target_makefile_frag.
14387
14388 * build-all.mk: Set assorted targets for Q2.
14389 * config.sub: Recognize z8k-sim and h8300-hms.
14390 * test-build.mk: Really don't pass host to configure.
14391 (HOLES): Added uname.
14392
14393Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14394
14395 * configure: Handle an empty program-prefix, program-suffix or
14396 program-transform-name correctly.
14397
14398Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14399
14400 * build-all.mk: -G 8 no longer required for MIPS targets.
14401 * test-build.mk: Don't pass host argument to configure; make it
14402 guess.
14403
14404Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14405
14406 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14407 * Makefile.in (COMPRESS): New macro, like GZIP.
14408
14409Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14410
14411 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14412
14413 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14414 with gas currently defaults to -G 0.
14415
14416Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14417
14418 * Makefile.in (all-flex): flex depends on byacc.
14419
14420 * build-all.mk: If host not specified, use config.guess. Pass TAG
14421 to test-build.mk as RELEASE_TAG.
14422 * test-build.mk (configargs): New variable containing arguments to
14423 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14424 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14425
14426 * config.guess: Use /bin/uname when checking -X argument on SCO,
14427 to avoid invoking GNU uname which doesn't understand -X.
14428
14429 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14430
14431 * configure.in: Build gas for mips-*-*.
14432
14433Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14434
14435 * Makefile.in (all.normal): insert missing backslash.
14436
14437Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14438
4bddf3ad 14439 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
14440
14441 * Makefile.in: Complete overhaul to merge many almost identical
14442 targets.
14443
14444Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14445
14446 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14447 (gdb.tar.Z): Adjusted.
14448
14449 * Makefile.in (setup-dirs, taz): New targets; should be general
14450 enough to adapt for gdb sometime. Build only .z file.
14451 (gas.tar.z): New target.
14452
14453Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14454
14455 * build-all.mk: Use CC=cc -Xs on Solaris.
14456
252b5132
RH
14457Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14458
14459 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14460 for handling BISON for FSF releases.
14461
14462Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14463
14464 * configure: Actually implement the change zoo just documented.
14465
14466Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14467
14468 * configure: when using config.guess, only set target_alias when
14469 it's not already been set (ie, on the command line)
14470
14471Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14472
14473 * Makefile.in: add installcheck target, set PRMS to install-prms
14474
14475Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14476
14477 * configure: add support for package_makefile_fragment, handle the
14478 case where a directory has a configure.in file but no Makefile.in
14479 more gracefully (with an actual understandable error message, even);
14480 add support for --without (and add this to the usage message); also
14481 explicitly add a --host=${host_alias} to the command line when
14482 config.guess is used
14483
14484Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14485
14486 * configure: Must use both --host and --target in recursive calls.
14487
14488Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14489
14490 * Makefile.in: Change deja-gnu to dejagnu.
14491
14492Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14493
14494 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14495
14496Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14497
14498 * configure.in: canonicalize all instances to *-*-solaris2*,
14499 also strip out a number of tools to not build for go32 host
14500
14501Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14502
14503 * config.guess: add GPL.
14504
14505 * Makefile.in, config.guess, config.sub, configure: bump
14506 copyrights to 93.
14507
14508Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14509
14510 * Makefile.in (do-info): Removed obsolete check for existence of
14511 localenv file.
14512
14513 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14514
14515Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14516
14517 * Makefile.in: a couple of 'else true' for decstation,
14518 support for TclX
14519
14520 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14521
14522Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14523
14524 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14525
14526Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14527
14528 * config.guess: Recognize i386-ibm-aix (PS/2).
14529 * configure.in: Use config/mh-aix386 file for it.
14530
14531Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14532
14533 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14534 CC_FOR_TARGET instead.
14535 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14536
14537Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14538
14539 * Makefile.in: Add sim to list of directories sent with gdb
14540
14541Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14542
14543 * configure.in: Put back mips-dec-bsd* case.
14544
14545Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14546
14547 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14548 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14549 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
14550
14551Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14552
14553 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14554
14555 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14556 (install-info): install dir.info only if it exists,
14557 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14558
14559Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14560
14561 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14562 gas for mips-dec-bsd.
14563
14564Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14565
14566 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14567 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14568
14569Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14570
14571 * configure.in: Added "dejagnu" to hosttools list.
14572
14573Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14574
14575 * config.sub, configure.in, config.guess: Add support
14576 for Bosx, an AIX variant from Bull.
14577 Patches from F.Pierresteguy@frcl.bull.fr.
14578
14579Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14580
14581 * devo/dejagnu: Initial creation of devo/dejagnu.
14582 Migrated dejagnu testcases and support files for testing software
14583 tools to reside as subdirectories, currently called "testsuite",
14584 within the directory of the software tool. Migrated all programs,
14585 support libraries, etc. beloging to dejagnu proper from
14586 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14587 with no modifications. The changes to these files which will
14588 allow them to configure, build, and execute properly will be made
14589 in a future update.
14590
14591Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14592
14593 * Makefile.in: Change send_pr to send-pr.
14594 * configure.in: Likewise.
14595 * send_pr: Renamed directory to send-pr.
14596
14597Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14598
14599 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14600
14601Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14602
14603 * README: Update for gdb-4.8 release.
14604 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14605 gdb-xxx.tar.z (gzip'd) file also.
14606
14607Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14608
14609 * Makefile.in: make all-diff depend on all-libiberty
14610
14611Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14612
14613 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14614
14615Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14616
14617 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14618
14619Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14620
14621 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14622 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14623 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14624
14625Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14626
14627 * Makefile.in: makeinfo binary is in a new location
14628
14629Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14630
14631 * config.sub: Accept -ecoff as an OS.
14632
14633 * Makefile.in: Various changes to eliminate a level of make
14634 recursion and reduce the required command line length.
14635 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14636 sub-makes.
14637 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14638 variables holding settings for specific sub-makes.
14639 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14640 in terms of BASE_FLAGS_TO_PASS.
14641 (TARGET_LIBS): New variable listing directories which use
14642 TARGET_FLAGS_TO_PASS.
14643 (subdir_do): Eliminated.
14644 (do-*): New set of targets to replace subdir_do.
14645 (various): All targets which used subdir_do now depend on do-*.
14646 (local-clean): Renamed from do_clean.
14647 (local-distclean): New target, dependency of distclean and
14648 realclean.
14649 (install-info): Don't create directories. Depend on dir.info
14650 rather than calling make recursively.
14651 (install-dir.info): Eliminated.
14652 (install-info-dirs): Create all info directories here.
14653 (dir.info): Depend upon do-install-info.
14654
14655 * test-build.mk (HOLES): Added false.
14656
14657Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14658
14659 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14660
14661Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14662
14663 * Makefile.in (info): remove dependency on all-texinfo. The
14664 problem was really in texinfo/C, not at this level.
14665
14666Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14667
14668 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14669
14670Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14671
14672 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14673 GDB releases.
14674
14675Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14676
14677 * configure: Include srcdir in message about target of link not
14678 being found. Don't convert `-' to `_' in `with' options being
14679 passed to subdirs.
14680
14681Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14682
14683 * configure.in: add uudecode to host_tools
14684
14685 * Makefile.in: added {all,install}-uudecode targets, added them to
14686 the appropriate lists
14687
14688Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14689
14690 * Makefile.in (all-gcc): Added dependency on all-gas.
14691
14692 * configure.in (mips-*-*): Build ld and binutils.
14693
14694Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14695
14696 * configure: check return code from mkdir, print error message and
14697 exit on failure.
14698
14699Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14700
14701 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14702
14703Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14704
14705 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14706
14707Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14708
14709 * config.sub (h8500): Recognize this as a cpu type.
14710
14711Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14712
14713 * configure: source directory missing is no longer a warning
14714
14715 * configure.in: recognize irix[34]* instead of irix[34]
14716
14717 * Makefile.in: define and pass down X11_LIB
14718
252b5132
RH
14719Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14720
14721 * guess-systype: Renamed to ...
14722 * config.guess: ... by popular request.
14723 * configure.in, Makefile.in: Update accordingly.
14724
14725Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14726
14727 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14728 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14729 + Execute ./dummy instead of assuming . is in PATH.
14730
14731Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14732
14733 * guess-systype: New shell script. Attempts to guess the
14734 canonical host name of the executing host.
14735 Only a few hosts are supported so far.
14736 * configure: Call guess-systype if no host is specified.
14737
14738Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14739
14740 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14741 gcc Makefile.
14742
14743
14744Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14745
14746 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14747 (all-gcc, install-gcc, subdir_do): Use it.
14748
14749Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14750
14751 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14752
14753Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14754
14755 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14756 set exclusively by configure, using configure.in .
14757
14758Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14759
14760 * test-build.mk: set $PATH for all builds
14761
14762 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14763
14764Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14765
14766 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14767 the one used in gcc/Makefile.in, so that a null expansion doesn't
14768 override the one needed to build gcc with a native cc.
14769
14770
14771Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14772
14773 * configure: Accept -with arguments.
14774
14775Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14776
14777 * Makefile.in: added h8300sim
14778
14779Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14780
252b5132
RH
14781 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14782 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14783 (all-cygnus, native, build-cygnus): Make
14784 $(canonhost)-stamp-3stage-done, not $(host)....
14785 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14786 i386-sco3.2v4. Added else true to if command.
14787
14788Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14789
14790 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14791
14792Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14793
14794 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14795
14796Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14797
14798 * configure.in: don't remove binutils from Solaris builds
14799
14800Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14801
14802 * Makefile.in: get rid of earlier definitions for *clean,
14803 also handle the recursive info rule better
14804
14805Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14806
14807 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14808 do more-or-less the right thing.
14809
14810Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14811
14812 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14813 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14814
14815Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14816
14817 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14818 $(host_canonical).
14819
14820 * configure.in: split the configdirs list into 4 categories (native
14821 v. cross, library v. tool) and handle the cross-only and native-
14822 only in more reasonable (and correct!) way.
14823
14824Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14825
14826 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14827 configdirs anymore.
14828
14829Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14830
14831 * Makefile.in: extensive cleanup:: removed all of the explicit
14832 clean-* targets, collapsed many wrappers around subdir_do into
14833 one, added additional targets to satisfy standards.texi, deleted
14834 some old targets, some changes for consistency
14835
14836Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14837
14838 * configure.in: handle some programs as cross-only, and others as
14839 native only
14840
14841 * test-build.mk: handle partial holes in a more generic manner
14842
14843 * Makefile.in: m4 depends on libiberty
14844
252b5132
RH
14845Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14846
14847 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14848 time, wdiff, and find to configdirs
14849
14850 * Makefile.in: all, clean, and install rules for the new programs
14851 added to configure.in
14852
14853Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14854
14855 * configure.in: use mh-sun for all *-sun-* hosts
14856
252b5132
RH
14857Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14858
14859 * Makefile.in: define flags for X11 include files and library file
14860 locations, pass them down to the programs that need this info
14861
14862 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14863
252b5132
RH
14864Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14865
14866 * configure.in: start building libg++ for HP-UX targets
14867
14868Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14869
14870 * README: Update references to files moved into etc/.
14871
14872Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14873
14874 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14875 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14876
14877Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14878
14879 * configure: accept dash as well as underscore in long option
14880 names for FSF compatibility.
14881
14882Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14883
14884 * config.sub: added -sco3.2v4 support from FSF.
14885
14886Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14887
14888 * configure.in: expand the section that adds or removes
14889 directories from the list of programs to build, to handle native
14890 vs. cross in addition to host v. native
14891
14892Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14893
14894 * Makefile.in: Replace C++ in macro names with CXX.
14895 This is less likely to break ...
14896
14897Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14898
14899 * test-build.mk: add -w to GNU_MAKE
14900
14901Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14902
14903 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14904 add 'sparc' to list of recognized cpus. This needed to make
14905 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14906 Delete some redundant ose68 variants. Recognize -wrs as an os,
14907 then changes that into $CPU-wrs-vxworks.
14908
14909 * configure.in: remove most references to gdbtest, regularize
14910 target based program removal
14911
14912 * test-build.mk: import from p3 tree (many fixes and changes)
14913
14914Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14915
14916 * Makefile.in: added rules to handle tcl, tk, and expect
14917
14918 * configure.in: handle those directories if they exist
14919
14920Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14921
14922 * config.sub: removed bogus hppabsd and hppahpux names, since
14923 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14924
14925Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14926
14927 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14928 depends upon all-xiberty
14929
14930 * Makefile.in: changes from p3, including:
14931
14932 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14933
14934 * Makefile.in (XTRAFLAGS): include newlib directories if
14935 newlib/Makefile exists, rather than if host != target.
14936
14937 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14938
14939 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14940 from the same source tree and not building a cross-compiler. This
14941 matters for the libg++ configuration if reconfiguring a tree that
14942 has already been installed.
14943
14944 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14945
14946 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14947 pick up the machine and system specific header files.
14948
14949 * Makefile.in: added AS_FOR_TARGET, passed down in
14950 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14951 the C compiler to use to create programs which are run in the
14952 build environment, set it to default to $(CC), and passed it down
14953 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14954
14955 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14956
14957 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14958 We need them for unusual native builds, like systems without
14959 ranlib.
14960
14961 * configure: also define $(host_canonical) and
80413487
RH
14962 $(target_canonical), which are the full, canonical names for the
14963 given host and target
252b5132
RH
14964
14965Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14966
14967 * Makefile.in: Added separate definitions for C++.
14968
14969Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14970
14971 * configure.in (configdirs): Add deja-gnu.
14972
14973Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14974
14975 * README: Update for configure.texi and gdb-4.7 release.
14976
14977Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14978
14979 * Makefile.in: Move "all" target to top of file.
14980 Previously, first target was ".PHONY" which caused BSD4.4 make
14981 to build .PHONY when make was run without arguments.
14982
14983Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14984
14985 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14986 Library-copylefted code in libiberty.
14987
14988Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14989
14990 * config.sub: Replace m68kmote with plain old m68k.
14991
14992Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14993
14994 * Makefile.in: Remove space from blank line, avoid Make complaints.
14995
14996Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14997
14998 * config.sub: Complain if no argument is given. Added support for
14999 386bsd as OS and target alias.
15000
15001Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
15002
15003 * Makefile.in (XTRAFLAGS): include newlib directories if
15004 newlib/Makefile exists, rather than if host != target.
15005
15006Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
15007
15008 * config.sub: recognize sparclite-wrs-vxworks.
15009
15010 * Makefile.in (install-xiberty): added *-xiberty make rules (from
15011 p3.) Added clean-xiberty to clean.
15012
15013Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15014
15015 * configure.in: use *-*-* instead of nested cases for host and target
15016
15017Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
15018
15019 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
15020 from the same source tree and not building a cross-compiler. This
15021 matters for the libg++ configuration if reconfiguring a tree that
15022 has already been installed.
15023
15024Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
15025
15026 * config.sub (i486v/i486v4): Merge in from FSF version.
15027
15028Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
15029
15030 * configure: only set PWD if it is already set.
15031
15032Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
15033
15034 * configure: just set PWD=`pwd` at the top, since Ultrix sh
15035 doesn't have unset and all success paths (and most error paths)
15036 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
15037 to just ${PWD} to avoid confusion.)
15038
15039Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
15040
15041 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
15042 even for a native compilation.
15043
15044Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
15045
15046 Changes to make the gdb.tar.Z rule work better.
15047
15048 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
15049 (DEVO_SUPPORT): Add configure.texi.
15050 (bfd-ilrt.tar.Z): Remove ancient rule.
15051
15052Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
15053
15054 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
15055 pick up the machine and system specific header files.
15056
15057 * configure.in, config.sub: added new target m68010-adobe-scout,
15058 with alias of adobe68k. Changed configure.in to check for
15059 -scout before -sco* to avoid a false match.
15060
15061 * Makefile.in: added AS_FOR_TARGET, passed down in
15062 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
15063 the C compiler to use to create programs which are run in the
15064 build environment, set it to default to $(CC), and passed it down
15065 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
15066
15067Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
15068
15069 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
15070 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
15071 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
15072 FOR_TARGET variants, to newlib and libg++.
15073
15074Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
15075
15076 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
15077 first.
15078
15079Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
15080
15081 * config.sub: Accept `elf' as an environment.
15082
15083Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15084
15085 * Makefile.in (all-opcodes): cd into the right directory
15086
15087Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
15088
15089 * configure: added -program_transform_name option, used as
15090 argument to sed when installing programs.
15091 configure.texi: added documentation for -program_prefix,
15092 -program_suffix and -program_transform_name.
15093
15094Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
15095
15096 * config.sub: Accept i486 where i386 ok.
15097
15098Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
15099
15100 * config.sub: accept we32k
15101
15102Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
15103
35590697 15104 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
15105
15106 * Makefile.in: don't create all directories for ``make install'';
15107 let the subdirectories create the ones they need.
15108
15109Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15110
80413487 15111 * COPYING: new file, GPL v2
252b5132
RH
15112
15113Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15114
15115 * Makefile.in: use the new gen-info-dir, which needs a template
15116 argument (which also lives in texinfo)
15117
15118 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
15119
252b5132
RH
15120Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
15121
15122 * config.sub (ncr3000): Change i386 to i486.
15123
15124Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15125
15126 * Makefile.in: add install-rcs, install-grep to
15127 install-no-fixedincludes, removed install-bison and install-libgcc
15128
15129Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
15130
15131 * configure.in: grab the HPUX makefile fragment if on HPUX
15132
15133Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15134
15135 * Makefile.in: eradicate bison spoor (ditto libgcc).
15136 configure.in: recognise m68{k,000}-ericsson-OSE.
15137 es1800 is alias for m68k-ericsson-OSE
15138
15139Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15140
15141 * configure.in: rearrange the parts that remove programs from
15142 configdirs, based now on HOST==TARGET or by canonical triple.
15143
15144Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15145
15146 * test-build.mk: recurse explicitly with -f test-build.mk when
15147 appropriate. predicate stage3 and comparison on the existence
15148 of gcc. That is, if gcc isn't around, we aren't three-staging.
15149 On very clean, also remove ...stamp-co. Build in-place before
15150 doing other builds.
15151
15152Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15153
15154 * Makefile.in, configure.in: add tgas
15155
15156Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15157
15158 * Makefile.in: a number of changes merged in from progressive.
15159
15160 * configure.in: add libm.
15161
15162 * .cvsignore: ignore some stuff that comes from test-build.mk.
15163
252b5132
RH
15164Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
15165
15166 * config.sub: Add es1800 (m68k-ericsson-es1800).
15167
15168Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
15169
15170 * configure: Add program_suffix (parallel to program_prefix)
15171 * Makefile.in: adjust directory-creating script for losing decstation
15172
15173Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
15174
15175 * configure: Minor $subdir-related fixes.
15176
15177Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
15178
15179 * configure: fix various problems with propogating
15180 makefile_target_frag in subdirs.
15181 * configure.in: config libgcc if its there
15182
15183Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
15184
15185 * config.sub: HPPA merge.
15186
252b5132
RH
15187Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
15188
15189 * Makefile.in: Replace all-bison with all-byacc in all
15190 dependency lines for other tools (which now use byacc).
15191
15192Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
15193
15194 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
15195
252b5132
RH
15196Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
15197
15198 * Makefile.in: make gprof rules similar to byacc rules (instead of
15199 vestigal $(unsubdir) that didn't work...)
15200
15201Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
15202
15203 * config.sub: Add support for Linux.
15204 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
15205 (at least for libg++).
15206
15207Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
15208
15209 * configure.texi: fix doc for the -nfp option to configure
15210
15211Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
15212
15213 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
15214
15215Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
15216
15217 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
15218 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15219 * configure.in: added solaris* host_makefile_frag hook.
15220
15221Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15222
15223 * config.sub: changed recognition of m68000 so that various
15224 m68k types can be specified via m680[01234]0
15225
15226Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15227
15228 * config.sub (basic_machine): fix sed so that '-foo' isn't
15229 completely substituted out while .+'-foo' loses the '-foo'
15230
15231Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15232
15233 * config.sub ($os): Add -aout.
15234
15235Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15236
15237 * configure: If host_makefile_frag is absolute, don't
15238 prefix ${invsubdir} (relevant to libg++ auto-configure).
15239
15240Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15241
15242 * Makefile.in (tooldir): Define it.
15243 (all-ld): Depend on all-flex.
15244
15245Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15246
15247 * Makefile.in (check): Fix libg++ special case.
15248
15249Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15250
15251 * configure: do not bury `pwd` into config.status, thus do fewer
15252 pwd's.
15253
15254 * configure: print the "Building in" message only when building in
15255 other than "." AND verbose.
15256
15257 * configure: remove -s, rework -v to better accomodate guested
15258 configures.
15259
15260 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15261
15262Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15263
15264 * Makefile.in: macroize flags passed on recursion. remove
15265 fileutils.
15266
15267Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15268
15269 * configure: get makesrcdir right for subdirs deeper than 1.
15270
15271 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15272 install.
15273
15274Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15275
15276 * Makefile.in: don't print subdir_do or recursion lines.
15277
15278Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15279
15280 * standards.texi: added menu item.
15281
15282 * Makefile.in: build and install standards.info.
15283
15284 * standards.texi: new file.
15285
15286Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15287
15288 * configure: test for and move config.status pieces from
15289 ${subdir}/.
15290
15291Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15292
252b5132
RH
15293 * configure: Test for existance of files before trying to mv
15294 them, to avoid numerous non-existance messages.
15295
15296Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15297
15298 * configure: correct final line of config.status.
15299
15300 * configure: patch from eggert. Avoids a protection problem if
15301 the original Makefile.in is read only.
15302
15303 * configure: use move-if-change from gcc to create config.status.
15304 Some makefiles depend on config.status to tell if a directory
15305 has been reconfigured for a different host. This change
15306 prevents those directories from remaking everything in the case
15307 where the reconfig was only intended to rebuild a Makefile.
15308
15309 * configure: test for config.sub with "config.sub sun4" rather
15310 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15311 host alias from a missing config.sub.
15312
15313Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15314
15315 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15316 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15317
15318Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15319
15320 * configure: mkdir ${subdir} as needed.
15321
15322Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15323
15324 * Makefile.in,configure.in: added autoconf.
15325
15326Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15327
15328 * Makefile.in: no longer pass against on recursion.
15329
15330 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15331 definitions are not inherited.
15332
15333 * configure: correct makesrcdir when subdir is .
15334
15335Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15336
15337 * configure: Add support for 'subdirs' variable, which is
15338 like 'configdirs', except that configure doesn't re-invoke
15339 itself for subdirs, it just creates a Makefile for each subdir.
15340 * configure.texi: Document subdirs.
15341
15342Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15343
15344 * configure.in: added flex to configdirs
15345
15346Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15347
15348 * Makefile.in: remove clean-stamps from clean.
15349
15350Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15351
15352 * configure.in: Add gdbtest to configdirs.
15353
15354Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15355
15356 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15357 to recursive makes.
15358 * configure.in: Recognize new ncr3000 config.
15359
15360Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15361
15362 * Makefile.in, configure.in: removed references to gdbm.
15363
15364Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15365
15366 * config.sub: Don't canonicalize os value
15367 newsos* to bsd (readline needs to check for newsos).
15368 (This fix was earlier made Jan 31, but got re-broken.)
15369
15370Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15371
15372 * configure.in: sco is an os, not a vendor!
15373
15374 * configure: Quote $( better. Keep various shells happy.
15375
15376Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15377
15378 * Makefile.in: eliminate stamp-files.
15379
15380Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15381
15382 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15383 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15384
15385Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15386
15387 * config.sub: fix iris/iris3.
15388
15389Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15390
15391 * configure: re-add -rm.
15392
15393Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15394
15395 * Maskefile.in: add .stmp-rcs to all.
15396
15397 * configure.in: remove gas from rs6000 build, use aix host fragment.
15398
15399Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15400
15401 * configure: pass down site_option during recursion.
15402
15403Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15404
15405 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15406
15407Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15408
15409 * configure: Change exec_prefix so that it really defaults to prefix.
15410
15411Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15412
15413 * Makefile.in, configure.in: Add support for mmalloc library.
15414
15415Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15416
15417 * Makefile.in: add stmp dependencies for a few more things.
15418
15419Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15420
15421 * configure: adjusted error message on objdir/srcdir configure
15422 collision, per john's suggestion.
15423
15424 * Makefile.in: add libiberty stmp to all and all.cross.
15425
15426Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15427
15428 * Makefile.in: remove force dependencies, add grep to all.
15429
15430Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15431
15432 * Makefile.in: drop flex. make stamp files work.
15433
15434 * configure: added test for conflicting configuration in srcdir,
15435 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15436 gets cranky. use relative paths for configure and srcdir
15437 whenever possible. Send some error messages to stderr that were
15438 going to stdout.
15439
15440Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15441
15442 * Makefile.in: Fix libg++ rule to check for gcc directory
15443 before using gcc/gcc. Also pass XTRAFLAGS.
15444
15445Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15446
15447 * Makefile.in: added stmp-files so that directories aren't polled
15448 when they are already built.
15449
15450 * configure.texi: fixed a node pointer problem.
15451
15452Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15453
4bddf3ad 15454 * config.sub configure.in gdb/configure.in
252b5132
RH
15455 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15456 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15457 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15458
15459Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15460
15461 * configure: -recurring becomes -silent. corrected help message
15462 for -site= option.
15463
15464 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15465
15466Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15467
15468 * configure: when building Makefile for crosses, replace
15469 tooldir and program_prefix. default srcdir from location of
15470 config.sub. remove "for host in hosts" and "for target in
15471 targets" loops.
15472
15473Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15474
15475 * Makefile.in: Do not pass bindir or mandir to cvs.
15476
15477Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15478
15479 * Makefile.in, configure.in: removed traces of namesubdir,
15480 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15481 copyrights to '92, changed some from Cygnus to FSF.
15482
15483 * configure.texi: remove most references to multiple hosts,
15484 multiple targets, subdirs, etc.
15485
15486 * configure.man: removed rcsid. reference config.sub not
15487 config.subr.
15488
15489 * Makefile.in: mkdir $(infodir) on install-info.
15490
15491Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15492
15493 * configure.texi: Explain better about .gdbinit and about
15494 the environment that configure.in sections run in.
15495
15496Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15497
15498 * configure.in: Ultrix is only a decstation if it's a MIPS.
15499
15500Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15501
15502 * README: DOC.configure => cfg-paper.texi.
15503
15504Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15505
15506 * config.sub (near case $os): Don't convert newsos* to bsd!
15507
15508Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15509
15510 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15511 the number of copies of COPYING that go into the GDB tar file.
15512
15513Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15514
4bddf3ad 15515 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
15516 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15517 Fix SCO configuration stuff.
15518
15519Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15520
15521 * Makefile.in: For libg++, make sure the -I pointing
15522 to the gcc directory goes *after* all the libg++-local -I flags.
15523 Also, move just-gcc dependency from just-libg++ to all-libg++.
15524
15525Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15526
15527 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15528
15529Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15530
15531 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15532
15533Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15534
15535 * config.sub: Add stratus configuration frags. Also
15536 submitted to FSF.
15537
15538Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15539
15540 * Makefile.in (DEV_SUPPORT): add configure.man.
15541
15542 * config.sub(Decode manufacturer-specific): add -none*.
15543
15544Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15545
15546 * Makefile.in: remove form feeds to make Sun's make happy.
15547 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15548
15549Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15550
15551 * Makefile.in (AR_FLAGS): Make quieter.
15552
15553Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15554
15555 * configure.in: Add libg++.
15556 * configure: When verbose, don't output the command line at each
15557 level; it will be unremarkably the same as the previous version,
15558 which will be the same as what the user typed.
15559
15560Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15561
15562 * configure.in, Makefile.in: fix clean-info, add flex. add
15563 fileutils.
15564
15565 * configure: be less sensitive to spaces in Makefile.in. Do not
15566 look for sources in "..". Doing so breaks subdirectories that
15567 might have their own configure. If a subdir has it's own
15568 configure script, use it.
15569
15570Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15571
15572 * cfg-paper.texi: some changes suggested by rms.
15573
15574Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15575
15576 * config.sub: Merge in some small additions from the FSF version,
15577 taken from the gcc distribution, to bring the Cygnus and FSF
15578 versions into closer sync.
15579
15580Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15581
15582 * configure.in: Changed svr4 references to sysv4.
15583
15584Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15585
15586 * configure: added -V for version number option.
15587
15588Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15589
15590 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15591 renamed from DOC.configure to cfg-paper.texi.
15592
15593Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15594
15595 * configure, config.subr, config.sub: config.subr is now
15596 config.sub again.
15597
15598Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15599
15600 * configure.texi: new file, in progress.
15601
15602 * Makefile.in: build info file and install the man page for
15603 configure.
15604
15605 * configure.man: new file, first cut.
15606
15607 * configure: find config.subr again now that configuration "none"
15608 has gone. removed all traces of the -ansi option. removed all
15609 traces of the -languages option.
15610
15611 * config.subr: resync from rms.
15612
d932cae7 156131991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15614
15615 * configure, config.sub, config.subr: merge config.sub into
15616 config.subr, call the result config.subr, remove config.sub, use
15617 config.subr.
15618
15619 * Makefile.in: revised install for dir.info.
15620
d932cae7 156211991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15622
15623 * configure.in: add decstation host makefile frag.
15624
15625 * Makefile.in: BISON now bison -y again. also install-gcc on
15626 install. clean-gdbm on clean. infodir belongs in datadir.
15627 Make directories for info install. Build dir.info here then
15628 install it.
15629
d932cae7 156301991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15631
15632 * Makefile.in: fix for bad directory tests.
15633
d932cae7 156341991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15635
15636 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15637 regexp. -srcdir relative was being handled incorrectly.
15638
15639 * Makefile.in: unwrapped some for loops so that parallel makes
15640 work again and so one can focus one's attention on a particular
15641 package.
15642
d932cae7 156431991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15644
15645 * configure: added PWD as a stand in for `pwd` (for speed). use
15646 elif wherever possible. make -srcdir work without -objdir.
15647 -objdir= commented out.
15648
d932cae7 156491991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15650
15651 * configure: +options become --options. -subdirs commented out.
15652 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15653 Makefile now at top of generated Makefile. Removed cvs log
15654 entries. added -srcdir. create .gdbinit only if there is one
15655 in ${srcdir}.
15656
15657 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15658 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15659 and mandir now keyed off datadir by default.
15660
d932cae7 156611991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15662
15663 * Freshly created ChangeLog.
15664
15665\f
15666Local Variables:
15667mode: change-log
15668left-margin: 8
15669fill-column: 76
15670version-control: never
15671End:
This page took 1.46096 seconds and 4 git commands to generate.