Automatic date update in version.in
[deliverable/binutils-gdb.git] / ChangeLog
CommitLineData
136bb21f
L
12015-07-27 H.J. Lu <hongjiu.lu@intel.com>
2
3 Sync with GCC
4 2015-07-24 Michael Darling <darlingm@gmail.com>
5
6 PR other/66259
7 * config-ml.in: Reflects renaming of configure.in to configure.ac
8 * configure: Likewise
9 * configure.ac: Likewise
10
22121df0
L
112015-07-14 H.J. Lu <hongjiu.lu@intel.com>
12
13 * Makefile.in: Regenerated.
14
15 Sync with GCC
16 2015-05-21 Jason Merrill <jason@redhat.com>
17
18 * Makefile.tpl: Update comments.
19
20 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
21
22 * Makefile.tpl: Remove surplus whitespace throughout.
23
24 2015-03-25 Martin Liska <mliska@suse.cz>
25 Yury Gribov <y.gribov@samsung.com>
26
27 * Makefile.tpl: Fix ln source location for vimrc file.
28
969b1713
L
292015-07-14 H.J. Lu <hongjiu.lu@intel.com>
30
31 Sync with GCC
32 2015-05-16 James Bowman <james.bowman@ftdichip.com>
33
34 * configure.ac: FT32 target added.
35 * configure: Regenerate.
36
ce6c656d
L
372015-07-14 H.J. Lu <hongjiu.lu@intel.com>
38
39 Sync with GCC
40 2015-06-02 Jason Merrill <jason@redhat.com>
41
42 PR bootstrap/66319
43 * configure.ac: Use -std=gnu++98.
44
45 2015-05-28 Mike Frysinger <vapier@gentoo.org>
46
47 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
48 * configure: Regenerate.
49
50 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
51
52 * configure.ac: Fix typo.
53 * configure: Regenerate.
54
55 2015-05-03 Matthias Klose <doko@ubuntu.com>
56
57 * configure.ac: Match $host configured with triplets.
58 * configure: Regenerate.
59
60 2015-04-17 Jakub Jelinek <jakub@redhat.com>
61
62 PR bootstrap/62077
63 * configure.ac (--enable-stage1-checking): Default to
64 release,misc,gimple,rtlflag,tree,types if --disable-checking
65 or --enable-checking is not specified and DEV-PHASE is not
66 experimental.
67 * configure: Regenerated.
68
69 2015-03-27 Uros Bizjak <ubizjak@gmail.com>
70
71 Install back PR target/47230 fix (Revert the revert).
72
16beab3d
L
732015-06-30 H.J. Lu <hongjiu.lu@intel.com>
74
75 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
76 target.
77 * configure: Regenerate.
78
5569a85f
JDA
792015-05-13 John David Anglin <dave.anglin@bell.net>
80
81 * configure.ac: Disable configuration of GDB for HPUX targets.
82 * configure: Regenerate.
83
e81d5d05
L
842015-05-01 H.J. Lu <hongjiu.lu@intel.com>
85
86 PR ld/18355
87 * Makefile.def: Add extra_configure_flags to host zlib.
88 * configure.ac (extra_host_zlib_configure_flags): New. Set
89 to --enable-host-shared When bfd is to be built as shared
90 library. AC_SUBST.
91 * Makefile.in: Regenerated.
92
ec5b9462
HPN
932015-04-15 Mike Frysinger <vapier@gentoo.org>
94 Hans-Peter Nilsson <hp@axis.com>
95
96 Adjust src-release.sh for sim using the gdb create-version.sh.
a644aa89 97 * src-release.sh (tar_compress): If there's a fifth parameter,
ec5b9462
HPN
98 use that in the getver call instead of $tool.
99 (sim_release): Pass gdb as fifth parameter to tar_compress.
100 (SIM_SUPPORT_DIRS): Add gdb/common/create-version.sh.
101
f91ca6bc
IB
1022015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
103
104 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
105 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
106 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
107 * Makefile.in: Regenerate.
108
cf39cfc5
L
1092015-04-01 H.J. Lu <hongjiu.lu@intel.com>
110
111 * configure.ac: Add --with-system-zlib.
112 * configure: Regenerated.
113
6ac1079e
L
1142015-03-31 H.J. Lu <hongjiu.lu@intel.com>
115
116 * src-release.sh: Don't configure with --with-target-subdir=.
117 --disable-multilib.
118
890ba06f
L
1192015-03-31 H.J. Lu <hongjiu.lu@intel.com>
120
121 * src-release.sh (DEVO_SUPPORT): Replace src-release with
122 src-release.sh.
123
5675acd9
ES
1242015-03-30 Ed Schouten <ed@nuxi.nl>
125
126 * config.sub: Update from upstream, to 2015-03-04 version.
127 * config.guess: Likewise.
128
d2d67aea
L
1292015-03-30 H.J. Lu <hongjiu.lu@intel.com>
130
131 * Makefile.def (dependencies): Add all-zlib to all-bfd.
132 * Makefile.in: Regenerated.
133
92c695a1
L
1342015-03-28 H.J. Lu <hongjiu.lu@intel.com>
135
136 * src-release.sh (do_proto_toplev): Configure with --target
137 --with-target-subdir and --disable-multilib.
138 (BINUTILS_SUPPORT_DIRS): Add zlib.
139 (GAS_SUPPORT_DIRS): Likewise.
140 (GDB_SUPPORT_DIRS): Likewise.
141 (SIM_SUPPORT_DIRS): Likewise.
142
091021fa
L
1432015-03-17 H.J. Lu <hongjiu.lu@intel.com>
144
145 * configure.ac (target_configdirs): Exclude target-zlib if
146 target-libjava isn't built.
147 * configure: Regenerated.
148
5df8a8fc
L
1492015-03-17 H.J. Lu <hongjiu.lu@intel.com>
150
151 Sync with GCC
152 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
153
154 * config-ml.in: Robustify ac_configure_args parsing.
155
1b6c0831
L
1562015-03-16 H.J. Lu <hongjiu.lu@intel.com>
157
158 * Makefile.def: Updated from GCC trunk.
159 * Makefile.tpl: Likewise.
160 * configure.ac: Likewise.
161 * Makefile.in: Regenerated.
162 * configure: Likewise.
163
3f8107ab
AM
1642015-01-28 James Bowman <james.bowman@ftdichip.com>
165
166 * configure.ac: Add FT32 support.
167 * configure: Regenerate.
168
10b8fe5e
AG
1692015-01-12 Anthony Green <green@moxielogic.com>
170
171 * configure.ac: Don't disable gprof for moxie.
172 * configure: Rebuild.
173
6b91c541
AP
1742015-01-03 Andrew Pinski <apinski@cavium.com>
175
176 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
177 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
178 (BASE_TARGET_EXPORTS): Add OBJCOPY.
179 (OBJCOPY_FOR_TARGET): New variable.
180 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
181 * Makefile.in: Regenerate.
182 * configure.ac: Check for already installed target objcopy.
183 Also GCC_TARGET_TOOL on objcopy.
184 * configure: Regenerate.
185
6ba37ab4
HPN
1862015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
187
188 * config.sub: Update from upstream, to 2015-01-01 version.
189 * config.guess: Ditto.
190
bb5f7690
EB
1912014-12-06 Eric Botcazou <ebotcazou@adacore.com>
192
193 * config.sub: Update from upstream config repo.
194
6e733cce
L
1952014-11-24 H.J. Lu <hongjiu.lu@intel.com>
196
197 * libtool.m4: Updated from GCC trunk.
198
8969c424
JBG
1992014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
200
201 * config.guess: Update from upstream config repo.
202 * config.sub: Ditto.
203
37e77caf
JBG
2042014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
205
206 * move-if-change: Update from upstream gnulib.
207
e3046511
JBG
2082014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
209
210 * compile: Sync with upstream Automake.
211 * depcomp: Ditto.
212 * install-sh: Ditto.
213 * missing: Ditto.
214 * mkinstalldirs: Ditto.
215 * ylwrap: Ditto.
216
3e615393
TG
2172014-10-15 Tristan Gingold <gingold@adacore.com>
218
219 * src-release.sh (do_proto_toplev): Configure with --target.
220
6d26190c
JY
2212014-10-03 Jing Yu <jingyu@google.com>
222
223 * configure.ac: Add aarch64 to list of targets that support gold.
224 * configure: Regenerate.
225
a9d58c06
AB
2262014-09-12 Andrew Bennett <andrew.bennett@imgtec.com>
227
228 * configure.ac: Add mips*-img-elf* target triple.
229 * configure: Regenerate.
230
b25b5cef
CJW
2312014-09-06 Kuan-Lin Chen <kuanlinchentw@gmail.com>
232 * configure: Disable gdb for nds32*-*-* until supported.
233 * configure.ac: Disable gdb for nds32*-*-* until supported.
234
f8797b5a
JB
2352014-09-05 Joel Brobecker <brobecker@adacore.com>
236
237 * configure: Regenerate.
238
2536ee9d
WN
2392014-08-27 Will Newton <will.newton@linaro.org>
240
241 * src-release.sh: New file.
242 * src-release: Remove file.
243
1f995db6
JS
2442014-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
245
246 GDB not supported for or1k*-*-rtems*
247 * configure.ac (or1k*-*-rtems*): gdb not supported. The ordering
248 of the stanzas results in this not being caught by or1k*-*-* later.
249 * configure. Regenerated.
250
a843ea33
SB
2512014-07-25 Samuel Bronson <naesten@gmail.com>
252
253 * .gitattributes: New file for use with git-merge-changelog.
254
cfbc1a6c
JS
2552014-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>
256
257 Disable gdb for or1k*-*-* until supported
258 * configure.ac (or1k*-*-*): Disable gdb.
259 * configure: Regenerated.
260
d9e042ac
SL
2612014-05-14 Sandra Loosemore <sandra@codesourcery.com>
262
263 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
264 * configure: Regenerated.
265
201f096f 2662014-03-26 Jakub Jelinek <jakub@redhat.com>
267
268 PR sanitizer/56781
269 * Makefile.def: Set bootstrap=true; for host fixincludes.
270 * configure.ac: Don't bootstrap host fixincludes unless
271 --with-build-config=bootstrap-{a,ub}san.
272 * Makefile.in: Regenerated.
273 * configure: Regenerated.
274
730af8ee 2752014-03-21 Jakub Jelinek <jakub@redhat.com>
276
277 * configure.ac: Move BUILD_CONFIG set up earlier. Add
278 --enable-vtable-verify option parsing. Don't add
279 target-libsanitizer to bootstrap_target_libs unless
280 --with-build-config=bootstrap-asan or
281 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
282 to bootstrap_target_libs unless --enable-vtable-verify.
283 * configure: Regenerated.
284
abca8d87 2852014-03-07 Jakub Jelinek <jakub@redhat.com>
286
287 PR bootstrap/58572
288 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
289 -I for libstdc++-v3 includes if $(LEAN).
290 * Makefile.in: Regenerated.
291
68d122bb 2922014-02-24 Walter Lee <walt@tilera.com>
293
294 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
295 (tilegx-*-*): Change to tilegx*-*-*.
296 * configure: Regenerate.
297
39d1b2ae
RS
2982014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
299
300 * config.sub, config.guess: Import from upstream.
301
50f80006
EB
3022014-04-04 Eric Botcazou <ebotcazou@adacore.com>
303
304 PR bootstrap/60620
72f4393d 305 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
50f80006
EB
306 * Makefile.in: Regenerate.
307
a6305403
YS
3082014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
309
310 * Makefile.def (dependencies): Make all-ld depend on all-binutils
311 for WINDRES_FOR_TARGET in default-manifest.o rule.
312 * Makefile.in: Regenerate.
313
62a0f723
RO
3142014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
315
316 PR target/59788
317 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
318 *solaris2*.
319
530e8392
KB
3202013-12-19 Keven Boell <keven.boell@intel.com>
321
322 * cp-namespace.c (cp_lookup_nested_symbol): Enable
323 nested lookups for fortran modules.
324 * dwarf2read.c (read_module): Add fortran module to
325 the symbol table.
326 (add_partial_symbol, add_partial_module): Add fortran
327 module to the partial symbol table.
328 (new_symbol_full): Create full symbol for fortran module.
329 * f-exp.y (yylex): Add new module domain to be parsed.
330 * symtab.h: New domain for fortran modules.
331
7f9b20bb
KB
3322013-12-19 Keven Boell <keven.boell@intel.com>
333
334 * f-exp.y (yylex): Add domain array to enable lookup
335 in multiple domains. Loop over lookup domains and try
336 to find requested symbol. Add STRUCT_DOMAIN to lookup
337 domains to be able to query for user defined types.
338
afc0578d 3392013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
340
341 * configure.ac: Add user-friendly check for native x86_64-linux
342 multilibs.
343 * configure: Regenerate.
344
f3f51a69
AM
3452013-11-23 Alan Modra <amodra@gmail.com>
346
347 * config.sub, config.guess: Import from upstream.
348
2440009d 3492013-11-07 Thomas Schwinge <thomas@codesourcery.com>
350
2440009d 351 * Makefile.in: Regenerate.
352
e78e02e6 353 * Makefile.tpl: Fix typo.
354 * Makefile.in: Regenerate partially.
355
9aaf2a7e 3562013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
357
358 * configure.ac: Added libcilkrts to noconfig list when C++ is not
359 supported.
360 * configure: Regenerated.
361
880b18d1 3622013-10-30 Jason Merrill <jason@redhat.com>
363
364 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
365 --disable-build-format-warnings.
366
522e3d71 3672013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
368
f3f51a69 369 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
522e3d71 370 depend on libstdc++ and libgcc.
371 * configure: Regenerate.
372 * configure.ac: Added libcilkrts to target binaries. Also, restrict
373 libcilkrts for POSIX and i*86, and x86_64 architectures.
374 * Makefile.in: Added libcilkrts related fields to support building it.
375
cb49a9e1 3762013-10-26 Jeff Law <law@redhat.com>
377
378 * Makefile.def (target_modules): Remove libmudflap
379 (languages): Remove check-target-libmudflap).
380 * Makefile.in: Rebuilt.
381 * Makefile.tpl (check-target-libmudflap-c++): Remove.
382 * configure.ac (target_libraries): Remove target-libmudflap.
383 Remove checks which disabled libmudflap on some systems.
384 * configure: Rebuilt.
385 * libmudflap: Directory removed.
386
82033c9b
JBG
3872013-10-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
388
389 * configure.ac: Update from GCC.
390 * configure: Regenerate.
391
b50d7605
HPN
3922013-10-15 Hans-Peter Nilsson <hp@axis.com>
393
394 * src-release (do-proto-toplevel): Support subdir-path-prefixed
395 files in SUPPORT_FILES.
396 (SIM_SUPPORT_DIRS): New variable.
397 (sim.tar.bz2): New rule.
398
f4cfb980
JBG
3992013-10-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
400
401 * configure.ac: Update from GCC.
402 * configure: Regenerate.
403
78b1434c
JJ
4042013-10-01 Jeff Johnston <jjohnstn@redhat.com>
405
406 * COPYING.NEWLIB: Update with new copyright.
407
b3fc79f8
JBG
4082013-09-21 Jan-Benedict Glaw <jbglaw@lug-owl.de>
409
410 * configure.ac: Update from GCC.
411 * configure: Regenerate.
412
cc9afea3
AM
4132013-09-20 Alan Modra <amodra@gmail.com>
414
415 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
416 ppc host match. Support little-endian powerpc linux hosts.
417
f006cabd
JB
4182013-08-16 Joel Brobecker <brobecker@adacore.com>
419
420 * src-release (VER): When using $(TOOL)/common/create-version.sh,
421 strip the "-cvs" suffix from the version number if present.
422
95e43135
JBG
4232013-08-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
424
425 * configure.ac: Sync with GCC repo.
426 * Makefile.def: Ditto.
427 * configure: Regenerate.
428 * Makefile.in: Ditto.
429
7539e41e
JB
4302013-07-22 Joel Brobecker <brobecker@adacore.com>
431
432 * src-release (VER): Use $(TOOL)/common/create-version.sh
433 if it exists.
434
e8044f35
RS
4352013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
436
437 * configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)
438 (mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
439 (mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
440 * configure: Regenerate.
441
7bab7634
DC
4422013-06-01 George Thomas <george.thomas@atmel.com>
443
95e43135
JBG
444 * include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
445 from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
7bab7634 446
b5364c9e
JJ
4472013-05-06 Sandra Loosemore <sandra@codesourcery.com>
448
449 * COPYING.NEWLIB: Add Altera Corporation copyright.
450
5dad867c
JBG
4512013-04-29 Jan-Benedict Glaw <jbglaw@lug-owl.de>
452
453 * config.guess: Update from config repo.
454 * config.sub: Ditto.
455
b836cb18
JBG
4562013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
457
458 * Makefile.def: Sync with GCC.
459 * Makefile.in: Regenerate.
460
e7d5abf1
JBG
4612013-04-22 Jan-Benedict Glaw <jbglaw@lug-owl.de>
462
463 * configure.ac: Sync with GCC.
b836cb18 464 * configure: Regenerate.
e7d5abf1 465
4f778543
MF
4662013-03-22 Mike Frysinger <vapier@gentoo.org>
467
468 * src-release (VER): Change bfd/configure.in sed to use the new
469 `bfd/configure --version` output.
470
f1dd87fc
YZ
4712013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
472
473 * configure.ac: Sync with GCC repo.
474 * configure: Ditto.
475
a413f71a
ILT
4762013-02-05 Ian Lance Taylor <iant@google.com>
477
478 PR go/55969
479 * configure.ac: Disable libgo on some systems where it does not
480 work.
481 * configure: Rebuild.
482
3a98824c
AM
4832013-02-05 Alan Modra <amodra@gmail.com>
484
485 * configure: Regenerate after syncing config/.
486
3dae1673
JBG
4872013-01-15 Jan-Benedict Glaw <jbglaw@lug-owl.de>
488
489 * configure.ac: Sync with GCC repo.
490 * configure: Ditto.
491 * Makefile.def: Ditto.
492 * Makefile.in: Ditto.
493
bf51454b
JB
4942013-01-11 Joel Brobecker <brobecker@adacore.com>
495
496 Sync with GCC, merge:
497
498 2013-01-09 Jason Merrill <jason@redhat.com>
499
500 * .gitignore: Import from gdb repository.
501
c841a2be
JBG
5022013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
503
504 * config.sub: Update from config repo.
505
d7b9dae9
EB
5062013-01-11 Eric Botcazou <ebotcazou@adacore.com>
507
508 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
509 * Makefile.in: Regenerate.
510
861ea9c8
L
5112013-01-09 H.J. Lu <hongjiu.lu@intel.com>
512
513 * Makefile.def (configure-gcc): Depend on all-gmp.
514 (all-gcc): Remove dependency on all-gmp.
515 * Makefile.in: Regenerated.
516
ce82b126
JBG
5172013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
518
1b4f418d 519 * config.guess: Update from config repo.
c2e5e6d7 520 * config.sub: Ditto.
ce82b126 521
fd62a30d
JJ
5222013-01-07 Jeff Johnston <jjohnstn@redhat.com>
523
524 * COPYING.LIBGLOSS: Remove license for mips/lsi33k-stub.h which no longer
525 exists and replace the new bfin license in its location.
526
0140d685
L
5272013-01-07 H.J. Lu <hongjiu.lu@intel.com>
528
529 PR gas/14899
530 * Makefile.def (dependencies): Make all-binutils, all-gprof,
531 all-ld and all-gold depend on all-gas.
532 * Makefile.in: Regenerated.
533
c3d399e7
L
5342012-12-29 Ben Elliston <bje@gnu.org>
535
536 * config.guess: Update to 2012-12-29 version.
537 * config.sub: Likewise.
538
9417cd2f
JBG
5392012-12-20 Jan-Benedict Glaw <jbglaw@lug-owl.de>
540
541 * Makefile.def (install-target-libgo): Depend on
542 install-target-libatomic. Merged from GCC repo.
543 * Makefile.in: Regenerate.
544
68dad382
JJ
5452012-12-17 Jeff Johnston <jjohnstn@redhat.com>
546
547 * COPYING.LIBGLOSS: Add license for bfin libgloss.
548
2344b8da
TS
5492012-12-16 Thomas Schwinge <thomas@codesourcery.com>
550
551 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
552 * configure: Regenerate.
553
5eb08693
L
5542012-12-11 H.J. Lu <hongjiu.lu@intel.com>
555
556 * Makefile.def (target_modules): Add bootstrap=true and
557 raw_cxx=true to libsanitizer.
558 * configure.ac (bootstrap_target_libs): Add libsanitizer.
559 * Makefile.in: Regenerated.
560 * configure: Likewise.
561
53ab32d8
JBG
5622012-12-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
563
564 * config.sub: Merge from config repo.
565
d2489204
JBG
5662012-11-30 Jan-Benedict Glaw <jbglaw@lug-owl.de>
567
568 * configure.ac: Merge from GCC.
c2e5e6d7
JBG
569 * Makefile.tpl: Ditto.
570 * Makefile.in: Ditto.
571 * configure: Ditto.
d2489204 572
c23b5043
JBG
5732012-11-28 Jan-Benedict Glaw <jbglaw@lug-owl.de>
574
575 * configure.ac (noconfigdirs): Merge from GCC.
576 * configure: Regenerate.
577
1dd1f7f6
JBG
5782012-11-19 Jan-Benedict Glaw <jbglaw@lug-owl.de>
579
580 * config.sub (arm): Merge from upstream: Handle armv[6-8] targets.
581
2bda3143
L
5822012-11-14 Roland McGrath <mcgrathr@google.com>
583
584 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
585 * configure: Regenerate.
586
5286fdef
L
5872012-11-13 Richard Henderson <rth@redhat.com>
588
589 * configure.ac: Move libsanitizer logic to subdirectory.
590 * configure: Regenerate.
591
5922012-11-13 Dodji Seketeli <dodji@redhat.com>
593
594 * configure.ac: Enable libsanitizer just on x86 linux for now.
595 * configure: Re-generate.
596
5972012-11-13 David Edelsohn <dje.gcc@gmail.com>
598
599 * configure.ac: Merge libquadmath sections.
600 * configure: Regenerate.
601
6022012-11-12 Wei Mi <wmi@google.com>
603
604 * configure.ac: Add libsanitizer to target_libraries.
605 * Makefile.def: Ditto.
606 * configure: Regenerate.
607 * Makefile.in: Regenerate.
608
f66a9a70
L
6092012-11-03 H.J. Lu <hongjiu.lu@intel.com>
610
611 * configure: Regenerated.
612
6132012-11-03 Robert Mason <rbmj@verizon.net>
614
615 * configure.ac: add --disable-libstdcxx configure option
616 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
617
6d94c122
CV
6182012-10-24 Corinna Vinschen <corinna@vinschen.de>
619
620 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
621 against Mingw64 w32api.
622 * configure: Regenerate.
623
a882be68
EB
6242012-10-23 Eric Botcazou <ebotcazou@adacore.com>
625
626 PR bootstrap/54820
627 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
628 * configure: Regenerate.
629
b3676d82
EB
6302012-10-22 Eric Botcazou <ebotcazou@adacore.com>
631
632 PR bootstrap/54820
633 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
634 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
635 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
636 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
637 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
638 * Makefile.in: Regenerate.
639 * configure.ac (have_static_libs): New variable and associated check.
640 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
641 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
642 * configure: Regenerate.
643
7b0e8ca5
MF
6442012-10-10 David Holsgrove <david.holsgrove@xilinx.com>
645
646 * config.guess, config.sub: Include updated version from
647 config-patches. Adds microblaze little endian support.
648
8e71395b
L
6492012-09-28 Ian Lance Taylor <iant@google.com>
650
651 * Makefile.def: Make all-target-libgo depend on
652 all-target-libbacktrace.
653 * Makefile.in: Rebuild.
654
6552012-09-26 Ian Lance Taylor <iant@google.com>
656
657 * Makefile.def: Make all-gcc depend on all-libbacktrace.
658 * Makefile.in: Rebuild.
659
6602012-09-06 Diego Novillo <dnovillo@google.com>
661
662 * configure.ac: Bump minimum GMP version to 4.2.3.
663 * configure: Re-generate.
664
6652012-09-05 Georg-Johann Lay <avr@gjlay.de>
666
667 PR target/54461
668 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
669 target-libgloss if not configured --with-avrlibc=no.
670 * configure: Regenerate.
671
6722012-09-04 Jason Merrill <jason@redhat.com>
673
674 * configure.ac: Fix --enable-languages=all.
675
6762012-09-03 Richard Guenther <rguenther@suse.de>
677
678 PR bootstrap/54138
679 * configure.ac: Re-organize ISL / CLOOG checks to allow
680 disabling with either --without-isl or --without-cloog.
681 * configure: Regenerated.
682
6832012-09-03 Georg-Johann Lay <avr@gjlay.de>
684
685 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
686 * configure: Regenerate.
687
d09bbf00
SE
6882012-09-21 Steve Ellcey <sellcey@mips.com>
689
690 * configure.ac: Add mips*-mti-elf* target.
691 * configure: Regenerate.
692
2bf680c4
ILT
6932012-09-19 Ian Lance Taylor <iant@google.com>
694
695 * configure.ac (host_libs): Add libbacktrace.
696 (target_libraries): Add libbacktrace.
697 * Makefile.def (host_modules): Add libbacktrace.
698 (target_modules): Likewise.
699 * configure, Makefile.in: Rebuild.
700
5c0b3823
WL
7012012-09-15 Jiong Wang <jiwang@tilera.com>
702
703 * configure.ac (ENABLE_GOLD): support tilegx*
704 * configure: rebuild
705
1488e230
DE
7062012-09-14 David Edelsohn <dje.gcc@gmail.com>
707
708 PR target/38607
709 Merge upstream change.
710 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
711
712 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
713 Add libgomp*.o to compare_exclusions for AIX.
714 * configure: Regenerate.
715
df6795ce
L
7162012-08-26 H.J. Lu <hongjiu.lu@intel.com>
717
718 PR binutils/4970
719 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
720 and opcodes.
721 * Makefile.in: Regenerated.
722
7ec59b9e
L
7232012-08-14 Diego Novillo <dnovillo@google.com>
724
725 Merge from cxx-conversion branch.
726
727 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
728 POSTSTAGE1_CONFIGURE_FLAGS.
729 * Makefile.in: Regenerate.
730 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
731 Force C++ when bootstrapping.
732 * configure: Regenerate.
733
7342012-07-06 Richard Guenther <rguenther@suse.de>
735
736 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
737 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
738 --with-gmp=system.
739 * Makefile.in: Regenerated.
740 * configure: Likewise.
741
7422012-07-06 Richard Guenther <rguenther@suse.de>
743
744 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
745 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
746 supply V=1 as extra_make_flags.
747 * configure: Regenerated.
748 * Makefile.in: Likewise.
749
7502012-07-03 Richard Guenther <rguenther@suse.de>
751
752 * Makfile.def (isl): Remove not necessary extra_exports and
753 extra_make_flags.
754 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
755 * Makefile.in: Regenerated.
756
7572012-07-03 Richard Guenther <rguenther@suse.de>
758
759 * Makefile.def (cloog): Add V=1 to extra_make_flags.
760 * configure.ac: If either the ISL or the CLooG check failed
761 do not try to build in-tree versions.
762 * Makefile.in: Regenerated.
763 * configure: Regenerated.
764
7652012-07-02 Richard Guenther <rguenther@suse.de>
766 Michael Matz <matz@suse.de>
767 Tobias Grosser <tobias@grosser.es>
768 Sebastian Pop <sebpop@gmail.com>
769
770 * Makefile.def: Add ISL host module, remove PPL host module.
771 Adjust ClooG host module to use the proper ISL.
772 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
773 * configure.ac: Include config/isl.m4. Add ISL host library,
774 remove PPL. Remove PPL configury, add ISL configury, adjust
775 ClooG configury.
776 * Makefile.in: Regenerated.
777 * configure: Likewise.
778
7792012-07-02 Richard Guenther <rguenther@suse.de>
780
781 Merge from graphite branch
782 2011-07-21 Tobias Grosser <tobias@grosser.es>
783
784 * configure: Regenerated.
785 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
786 both cloog.org and legacy versions. The only supported version will
787 be CLooG with the isl backend.
788
789 2011-07-21 Tobias Grosser <tobias@grosser.es>
790
791 * configure: Regenerated.
792 * configure.ac: Require cloog isl 0.17.0
793
794 2011-07-21 Tobias Grosser <tobias@grosser.es>
795
796 * configure: Regenerated.
797 * config/cloog.m4: Do not define CLOOG_ORG
798
7992012-06-29 Steven Bosscher <steven@gcc.gnu.org>
800
801 * configure.ac: Skip C if explicitly selected.
802 * configure: Regenerate.
803
8042012-06-28 Christophe Lyon <christophe.lyon@st.com>
805
806 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
807 they contain -O2.
808 * configure: Regenerate.
809
8102012-06-20 Jason Merrill <jason@redhat.com>
811
812 * Makefile.tpl (check-target-libgomp-c++): New.
813 (check-target-libitm-c++): New.
814 * Makefile.def (c++): Add them.
815 * Makefile.in: Regenerate.
816
8172012-05-16 Olivier Hainque <hainque@adacore.com>
818
819 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
820 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
821 (install-no-fixedincludes): Adjust accordingly.
822 * Makefile.in: Regenerate.
823
8242012-05-09 Nick Clifton <nickc@redhat.com>
825 Paul Smith <psmith@gnu.org>
826
827 PR bootstrap/50461
828 * configure.ac (mpfr-dir): When using in-tree MPFR sources
829 allow for the fact that from release v3.1.0 of MPFR the source
830 files were moved into a src sub-directory.
831 * configure: Regenerate.
832
8332012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
834
835 * configure.ac: Bump minimum MPFR version to 2.4.0.
836 * configure: Regenerated.
837
8382012-05-01 Richard Henderson <rth@redhat.com>
839
840 * Makefile.def (libatomic): New target_module.
841 * configure.ac (target_libraries): Add libatomic.
842 (noconfigdirs): Check if libatomic is supported.
843 * Makefile.in, configure: Rebuild.
844
f87f9c61
L
8452012-05-15 H.J. Lu <hongjiu.lu@intel.com>
846
847 Merge upstream change
848 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
849
8502011-11-21 Andreas Tobler <andreast@fgznet.ch>
851
852 * libtool.m4: Additional FreeBSD 10 fixes.
853
68f107fa
AO
8542012-06-28 Christophe Lyon <christophe.lyon@st.com>
855
856 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
857 they contain -O2.
858 * configure: Regenerate.
859
b9c361e0
JL
8602012-05-14 Catherine Moore <clm@codesourcery.com>
861
862 * NEWS: Mention PowerPC VLE port.
863
9eb322aa
MF
8642012-05-11 Mike Frysinger <vapier@gentoo.org>
865
866 * MAINTAINERS (config/): Move to intl/ section.
867 (compile; depcomp; install-sh; missing; ylwrap): Likewise.
868
58b1dd21
NC
8692012-05-09 Nick Clifton <nickc@redhat.com>
870 Paul Smith <psmith@gnu.org>
871
872 PR bootstrap/50461
873 * configure.ac (mpfr-dir): When using in-tree MPFR sources
874 allow for the fact that from release v3.1.0 of MPFR the source
875 files were moved into a src sub-directory.
876 * configure: Regenerate.
877
2e702c99
RM
8782012-05-02 Roland McGrath <mcgrathr@google.com>
879
880 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
881 * configure: Regenerate.
882
d2213593
JB
8832012-04-25 Joel Brobecker <brobecker@adacore.com>
884
885 * config.sub: Update to 2012-04-18 version from official repo.
886
202e2356
NC
8872012-03-19 Tristan Gingold <gingold@adacore.com>
888
889 * configure.ac (ia64*-*-*vms*): Add support for ld.
890 * configure: Regenerate.
891
2479f722
RO
8922012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
893
894 * configure.ac (enable_libgomp): Remove *-*-irix6*.
895 (unsupported_languages): Remove mips-sgi-irix6.*.
896 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
897 (with_stabs): Remove.
898 * configure: Regenerate.
899
4e97d92b
RO
9002012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
901
902 * configure.ac (enable_libgomp): Remove *-*-osf*.
903 (with_stabs): Remove alpha*-*-osf*.
904 * configure: Regenerate.
905
f9ea6f98
JJ
9062012-03-09 Jeff Johnston <jjohnstn@redhat.com>
907
908 * COPYING.NEWLIB: Modify DJ Delorie license to include
909 modification rights in clause as permitted by DJ Delorie.
910 * COPYING.LIBGLOSS: Ditto.
911
48688b3e
JJ
9122012-03-09 Jeff Johnston <jjohnstn@redhat.com>
913
914 * COPYING.NEWLIB: Remove two unused licenses.
915
0945bbee
TG
9162012-03-05 Tristan Gingold <gingold@adacore.com>
917
918 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
919 * configure: Regenerate.
920
516be0c5
JJ
9212012-02-21 Joern Rennecke <joern.rennecke@embecosm.com>
922
923 * COPYING.NEWLIB: Add Adapteva notice.
924 * COPYING.LIBGLOSS: Add Adapteva notice.
925
64b986c0
EB
9262011-12-18 Eric Botcazou <ebotcazou@adacore.com>
927
928 * configure: Regenerate.
929
58cddc18
JJ
9302011-12-15 Jeff Johnston <jjohnstn@redhat.com>
931
932 * COPYING.LIBGLOSS: Add GPL with exception license.
933
b121d7d4
DD
9342011-11-09 Roland McGrath <mcgrathr@google.com>
935
936 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
937 * configure: Rebuild.
938 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
939 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
940 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
941 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
942 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
943 Add READELF.
944 * Makefile.in: Rebuild.
945
d32e2926
RH
9462011-11-08 Richard Henderson <rth@redhat.com>
947
948 * configure.ac: Test for libitm directory present first.
949
950 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
951
952 * configure.ac: Test libitm/configure.tgt to disable libitm.
953 * configure: Rebuild.
954
98dd765a
RO
9552011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
956
957 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
958 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
959 * Makefile.in: Regenerate.
960
99c513f6
DD
9612011-11-01 DJ Delorie <dj@redhat.com>
962
963 * configure.ac (rl78-*-*) New case.
964 * configure: Regenerate.
965
ff3ec4ee
DD
9662011-11-01 DJ Delorie <dj@redhat.com>
967
968 * config.sub: Update to version 2011-10-29 (added rl78)
969
c28a9f49
NC
9702011-10-27 Nick Clifton <nickc@redhat.com>
971
972 * config.sub: Import these changes from the config project:
973
a903d6ac 974 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
c28a9f49
NC
975 Ben Elliston <bje@gnu.org>
976
977 * config.sub (epiphany): New.
978
979 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
980 Ben Elliston <bje@gnu.org>
981
9eb322aa 982 * config.sub (hexagon, hexagon-*): New.
c28a9f49
NC
983
984 2011-08-23 Roland McGrath <mcgrathr@google.com>
985
986 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
987 64eb to be64.
988
989 2011-08-16 Roland McGrath <mcgrathr@google.com>
990
991 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
992 (nacl): Grok as alias for 32el-unknown-nacl.
993
860144e4
JB
9942011-08-19 Joel Brobecker <brobecker@adacore.com>
995
996 * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
997
40ae9136
YQ
9982011-08-14 Yao Qi <yao@codesourcery.com>
999
1000 Merge from gcc:
1001
1002 2011-08-14 Yao Qi <yao@codesourcery.com>
1003 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1004 * configure: Regenerate.
1005
ffdd6afc
ILT
10062011-07-26 Ian Lance Taylor <iant@google.com>
1007
1008 Merge from gcc:
1009
1010 2011-07-26 Ian Lance Taylor <iant@google.com>
1011 * configure.ac: Set have_compiler based on whether gcc directory
1012 exists, rather than on whether gcc is in configdirs.
1013 * configure: Rebuild.
1014
1015 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
1016 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1017 link directories.
1018 * Makefile.in: Rebuild.
1019
1020 2011-07-20 Ian Lance Taylor <iant@google.com>
1021 PR bootstrap/49787
1022 * configure.ac: Move --enable-bootstrap handling earlier in file.
1023 If --enable-bootstrap and either --enable-build-with-cxx or
1024 --enable-build-poststage1-with-cxx, enable C++ automatically.
1025 * configure: Rebuild.
1026
1027 2011-07-19 Ian Lance Taylor <iant@google.com>
1028 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
1029 make C++ a boot_language. Set and substitute
1030 POSTSTAGE1_CONFIGURE_FLAGS.
1031 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1032 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1033 * configure, Makefile.in: Rebuild.
1034
1035 2011-07-16 Jason Merrill <jason@redhat.com>
1036 * Makefile.def (language=c++): Add check-c++0x and
1037 check-target-libmudflap-c++.
1038 * Makefile.tpl (check-target-libmudflap-c++): New.
1039 * Makefile.in: Regenerate.
1040
1041 2011-07-16 Matthias Klose <doko@ubuntu.com>
1042 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1043 * Makefile.def (target_modules/libjava): Pass
1044 $(EXTRA_CONFIGARGS_LIBJAVA).
1045 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1046 if not configured with --enable-static-libjava.
1047 * Makefile.in: Regenerate.
1048 * configure: Likewise.
1049
1050 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
1051 PR regression/47836
1052 PR bootstrap/23656
1053 PR other/47733
1054 PR bootstrap/49247
1055 PR c/48825
1056 * configure.ac (target_libraries): Remove target-libiberty.
1057 Remove case-statement setting skipdirs=target-libiberty for
1058 multiple targets. Remove checking target_configdirs and
1059 removing target-libiberty but keeping target-libgcc if
1060 otherwise empty.
1061 * Makefile.def (target_modules): Don't add libiberty.
1062 (dependencies): Remove all traces of target-libiberty.
1063 * configure, Makefile.in: Regenerate.
1064
9ccb86e7
JM
10652011-07-22 Jason Merrill <jason@redhat.com>
1066
1067 * Makefile.def (language=c++): Add check-c++0x and
1068 check-target-libmudflap-c++.
1069 * Makefile.tpl (check-target-libmudflap-c++): New.
1070 * Makefile.in: Regenerate.
1071
090bc50f
RO
10722011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1073
1074 * configure: Regenerate.
1075
cff32a7c
RO
10762011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1077
1078 PR target/39150
1079 * configure.ac (i[3456789]86-*-solaris2*): Also accept
1080 x86_64-*-solaris2.1[0-9]*.
1081 * configure: Regenerate.
1082
eb4b2452
NC
10832011-06-13 Walter Lee <walt@tilera.com>
1084
1085 * configure.ac (tilepro-*-*) New case.
1086 (tilegx-*-*): Likewise.
1087 * configure: Regenerate.
1088
3c0013bf
NC
10892011-06-06 Nick Clifton <nickc@redhat.com>
1090
1091 * config.sub: Sync from upstream.
1092
91c1f14c
DK
10932011-05-08 Doug Kwan <dougkwan@google.com>
1094
1095 Merge from gcc:
1096
1097 2011-05-08 Doug Kwan <dougkwan@google.com>
1098
1099 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
1100 * configure: Regenerated.
1101 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
1102 value from configure.
1103 * Makefile.in: Regenerated.
1104
c7e4b184
JM
11052011-05-05 Joseph Myers <joseph@codesourcery.com>
1106
1107 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
1108 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
1109 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
1110 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
1111 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
1112 *-*-vxworks*): Disable newlib and libgloss in separate case
1113 statement.
1114 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
1115 to separate case statement.
1116 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1117 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
1118 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
1119 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
1120 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
1121 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
1122 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
1123 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
1124 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
1125 i[[3456789]]86-*-rdos*, m32r-*-*,
1126 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
1127 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
1128 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
1129 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
1130 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
1131 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
1132 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
1133 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
1134 and libgloss in main case over targets. Remove most empty cases
1135 in main case over targets.
1136 * configure: Regenerate.
1137
7152a690
JM
11382011-05-04 Joseph Myers <joseph@codesourcery.com>
1139
1140 * configure.ac: Remove code setting special library locations for
1141 hppa*64*-*-hpux11*. Remove code setting compiler for
1142 sparc-sun-solaris2*.
1143 * configure: Regenerate.
1144
ff46fb8f
JM
11452011-05-04 Joseph Myers <joseph@codesourcery.com>
1146
1147 * configure.ac: Separate libgloss_dir settings from general case
1148 over targets.
1149 * configure: Regenerate.
1150
82ae827f
JM
11512011-04-28 Joseph Myers <joseph@codesourcery.com>
1152
1153 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
1154 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
1155 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
1156 cases in libgcj-disabling case statement.
1157 (hppa*64*-*-linux*): Set unsupported_languages instead of
1158 disabling target-zlib.
1159 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
1160 to hppa*64*-*-hpux*.
1161 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
1162 hppa*-*-hpux*.
1163 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
1164 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
1165 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
1166 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
1167 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
1168 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
1169 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
1170 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
1171 libgcj-disabling case statement.
1172 * configure: Regenerate.
1173
0827f9a6
JM
11742011-04-28 Joseph Myers <joseph@codesourcery.com>
1175
1176 * configure.ac: Disable Java for targets not supporting libffi.
1177 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
1178 Remove cases in Java-disabling statement.
1179 (*arm-wince-pe): Change to arm-wince-pe.
1180 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
1181 cases in Java-disabling statement.
1182 (bfin-*-*): Don't disable Java again.
1183 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
1184 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
1185 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
1186 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
1187 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
1188 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
1189 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
1190 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
1191 Java-disabling statement.
1192 (mmix-*-*): Don't disable Java again.
1193 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1194 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
1195 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
1196 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
1197 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
1198 statement.
1199 * configure: Regenerate.
1200
899b04ef
JM
12012011-04-28 Joseph Myers <joseph@codesourcery.com>
1202
1203 Merge from GCC:
1204
1205 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
1206
1207 PR lto/48086
1208 * configure.ac: Re-enable LTO on *-apple-darwin9*.
1209 * configure: Regenerate.
1210
9863d716
JM
12112011-04-28 Joseph Myers <joseph@codesourcery.com>
1212
1213 * configure.ac: Separate cases disabling Java and Java libraries
1214 from general case over targets.
1215 * configure: Regenerate.
1216
a90ef4bf
JM
12172011-04-06 Joseph Myers <joseph@codesourcery.com>
1218
1219 * configure.ac (build_tools): Remove build-byacc.
1220 (host_libs): Remove mmalloc.
1221 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
1222 autoconf automake libtool diff rcs fileutils shellutils time
1223 textutils wdiff find uudecode hello tar gzip indent recode release
1224 sed perl gawk findutils gettext zip.
1225 (libgcj): Remove target-qthreads.
1226 (target_tools): Remove target-examples target-gperf.
1227 (YACC): Don't handle building byacc.
1228 * configure: Regenerate.
1229 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
1230 dosutils, examples, fileutils, find, findutils, gawk, gettext,
1231 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
1232 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
1233 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
1234 handle building components.
1235 * Makefile.in: Regenerate.
1236
05a02268
RW
12372011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1238
1239 * config.sub: Sync from upstream.
1240
c5f5c3c2
JM
12412011-04-01 Joseph Myers <joseph@codesourcery.com>
1242
1243 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
1244 (microblaze*): Don't disable libssp.
1245 * configure: Regenerate.
1246
f6c1938b
JM
12472011-04-01 Joseph Myers <joseph@codesourcery.com>
1248
1249 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
1250 moveifchange.
1251 * configure: Regenerate.
1252 * Makefile.tpl: Use @SHELL@ not @config_shell@.
1253 * Makefile.in: Regenerate.
1254
1f111696
JM
12552011-04-01 Joseph Myers <joseph@codesourcery.com>
1256
1257 * configure.ac (*-*-sysv4*): Don't enable libgomp.
1258 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
1259 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
1260 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
1261 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
1262 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
1263 md_exec_prefix cases.
1264 * configure: Regenerate.
1265
065a5627
JM
12662011-04-01 Joseph Myers <joseph@codesourcery.com>
1267
1268 * configure.ac: Separate cases disabling target-libssp,
1269 target-libiberty, target-libstdc++-v3 and Fortran from general
1270 case over targets.
1271 * configure: Regenerate.
1272
b2f14e4a
JM
12732011-04-01 Joseph Myers <joseph@codesourcery.com>
1274
1275 * configure.ac (*-*-chorusos): Don't disable libgcj.
1276 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
1277 Remove case.
1278 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
1279 (arm-*-coff): Don't disable libgcj.
1280 (arm*-*-linux-gnueabi): Remove useless assignment.
1281 (arm-*-riscix*): Don't disable libgcj.
1282 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
1283 configuration.
1284 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
1285 (c54x*-*-*): Remove case.
1286 (tic54x-*-*): Don't disable GCC or GCC libraries.
1287 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
1288 to *.
1289 (d10v-*-*): Don't disable GCC libraries.
1290 (d30v-*-*): Don't disable libgcj.
1291 (h8500-*-*): Don't disable GCC libraries.
1292 (i960-*-*): Don't disable libgcj.
1293 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
1294 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1295 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
1296 libgcj.
1297 (m68k-*-coff*): Remove case.
1298 (mmix-*-*): Don't disable libgloss on host.
1299 (mn10200-*-*, mn10300-*-*): Remove cases.
1300 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
1301 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
1302 Don't disable libgcj.
1303 (romp-*-*): Remove case.
1304 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
1305 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
1306 case.
1307 (v810-*-*): Don't disable GCC libraries.
1308 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
1309 (ip2k-*-*): Don't disable GCC libraries.
1310 * configure: Regenerate.
1311
6a608608
JM
13122011-03-28 Joseph Myers <joseph@codesourcery.com>
1313
1314 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
1315 libffi on host.
1316 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
1317 on host.
1318 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
1319 * configure: Regenerate.
1320
5b806d27
NC
13212011-03-26 John Marino <binutils@marino.st>
1322
1323 * configure.ac: Add support for *-*-dragonfly*
1324 * configure: Regenerate.
1325
0377a422
JM
13262011-03-25 Joseph Myers <joseph@codesourcery.com>
1327
1328 * configure.ac (native_only): Remove.
1329 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
1330 send-pr uudecode guile gnuserv on host.
1331 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
1332 send-pr rcs guile perl texinfo libtool on host.
1333 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
1334 automake send-pr rcs guile perl texinfo libtool on host.
1335 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
1336 (*-*-kaos*): Don't disable target-examples target-gperf on target.
1337 (alpha*-dec-osf*): Don't disable fileutils on target.
1338 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
1339 texinfo send-pr expect dejagnu on target.
1340 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
1341 target-qthreads on target.
1342 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
1343 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
1344 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
1345 x86_64-*-mingw*): Don't disable expect on target.
1346 (*-*-cygwin*): Don't disable target-gperf on target.
1347 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
1348 gnuserv on target.
1349 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
1350 target.
1351 * configure: Regenerate.
1352
2354b38b
JM
13532011-03-25 Joseph Myers <joseph@codesourcery.com>
1354
1355 * configure.ac (target_tools): Remove target-groff.
1356 (native_only): Remove target-groff.
1357 (hppa*64*-*-*): Don't disable byacc.
1358 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
1359 setting.
1360 (*-*-kaos*): Don't skip target-librx and target-groff.
1361 (*-*-netware*): Don't skip target-libmudflap.
1362 (*-*-tpf*): Don't skip target-libmudflap.
1363 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
1364 directories on the host.
1365 (ia64*-*-*vms*): Don't skip tix.
1366 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
1367 host.
1368 * configure: Regenerate.
1369
28d9b232
PB
13702011-03-24 Paolo Bonzini <pbonzini@redhat.com>
1371
1372 * configure.ac: Remove references to mt-mep, mt-netware,
1373 mt-wince.
1374 * Makefile.def: Add all-utils soft dependencies.
1375 * Makefile.tpl: Remove GDB_NLM_DEPS.
1376 * configure: Regenerate.
1377 * Makefile.in: Regenerate.
1378
dbbe5f95
PB
13792011-03-24 Paolo Bonzini <bonzini@gnu.org>
1380
1381 Sync from GCC:
1382
1383 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1384
1385 * configure.ac: Do not include mh-x86omitfp.
1386 * configure: Regenerate.
1387
1388 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1389
1390 * configure.ac: Remove empty cases.
1391 * configure: Regenerate.
1392
1393 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1394
1395 * Makefile.def: Add dependency from termcap to gdb.
1396 * Makefile.in: Regenerate.
1397
1398 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1399
1400 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
1401 * configure: Regenerate.
1402 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
1403 * Makefile.tpl: Likewise.
1404 * Makefile.in: Regenerate.
1405
1406 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
1407
1408 * configure.ac: Remove all mentions of tentative_cc.
1409 * configure: Regenerate.
1410
1411 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
1412
1413 PR lto/48086
1414 * configure.ac: Re-enable LTO on *-apple-darwin9.
1415 * configure: Regenerate.
1416
3516a403
JM
14172011-03-24 Joseph Myers <joseph@codesourcery.com>
1418
1419 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
1420 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
1421 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
1422 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
1423 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
1424 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
1425 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
1426 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
1427 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
1428 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
1429 *-*-rhapsody*): Remove host cases.
1430 * configure: Regenerate.
1431
93cc359e
JM
14322011-03-24 Joseph Myers <joseph@codesourcery.com>
1433
1434 * configure.ac (ppc*-*-pe): Remove host case.
1435 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
1436 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
1437 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
1438 cases.
1439 * configure: Regenerate.
1440
29b2c556
JM
14412011-03-24 Joseph Myers <joseph@codesourcery.com>
1442
1443 * config.sub: Update to version 2011-03-23.
1444
f0ff0f90
JM
14452011-03-22 Joseph Myers <joseph@codesourcery.com>
1446
1447 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
1448 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
1449 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
1450 * configure: Regenerate.
1451
782cb41f
JM
14522011-03-22 Joseph Myers <joseph@codesourcery.com>
1453
1454 * config-ml.in: Don't handle arc-*-elf*.
1455 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
1456 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
1457 handle GCC libraries.
1458 * configure: Regenerate.
1459
0e8ad34f
RO
14602011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1461
1462 PR bootstrap/48120:
1463 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
1464 Add -lstdc++ -lm to LIBS.
1465 * configure: Regenerate.
1466
5548b4ce
DE
14672011-03-18 David Edelsohn <dje.gcc@gmail.com>
1468
1469 * config.guess: Update to version 2011-02-02
1470 * config.sub: Update to version 2011-02-24
2e702c99 1471
86ed8cf6
SP
14722011-03-03 Sebastian Pop <sebastian.pop@amd.com>
1473
9eb322aa
MF
1474 * configure.ac: Adjust test of with_ppl.
1475 * configure: Regenerated.
86ed8cf6 1476
b123da99
SP
14772011-03-02 Sebastian Pop <sebastian.pop@amd.com>
1478
1479 * configure.ac: Add -lpwl to ppllibs.
1480 * config/cloog.m4: Add -lisl to clooglibs.
1481 * configure: Regenerated.
1482
822ce8ee
RW
14832011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1484
1485 Import from Libtool and gnulib:
1486
1487 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
1488
1489 Prepare for supporting FreeBSD 10.
1490 * config.rpath: Remove handling of freebsd1* which soon would
1491 match FreeBSD 10.0.
1492
1493 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
1494
1495 Remove support for FreeBSD 1.x.
1496 * libtool.m4 (_LT_LINKER_SHLIBS)
1497 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
1498 soon would incorrectly match FreeBSD 10.0.
1499
dcb5e506
RW
15002011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1501
1502 PR binutils/12283
1503 * MAINTAINERS (mkinstalldirs): Comes from Automake.
1504 (move-if-change): Comes from gnulib.
1505 * move-if-change: Import version from gnulib.
1506
8d8eef9a
RW
15072011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1508
1509 Sync from GCC:
1510
1511 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
1512
1513 PR lto/47225
1514 * Makefile.def (lto-plugin): Double dash for enable-shared.
1515 (configure-gcc): Depend on all-lto-plugin.
1516 * Makefile.in: Rebuilt.
1517
1518 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1519
1520 * configure.ac: Remove extra bracket.
1521 * configure: Regenerate.
1522
1523 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
1524
1525 PR lto/47225
1526 * Makefile.def: Add dependency for install-gcc
1527 on install-lto-plugin.
1528 * Makfile.in: Regenerated
1529
1530 2011-01-25 Jakub Jelinek <jakub@redhat.com>
1531
1532 * configure.ac: If with_ppl is no, move setting with_cloog=no
1533 after CLOOG_REQUESTED check.
1534 * configure: Regenerated.
1535
1536 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1537
1538 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
1539 CLooG has been requested.
1540 * configure: Regenerated.
1541
1542 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
1543
1544 * configure: Regenerated.
1545 * configure.ac: Check for version 0.11 (or later revision) of PPL.
1546
1547 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
1548
1549 * configure: Regenerated.
1550 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
1551
1552 2011-01-07 Jan Hubicka <jh@suse.cz>
1553
1554 PR lto/47225
1555 * Makefile.in: Regenerate.
1556 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
1557 configure.
1558
65b4571a
AO
15592011-01-31 Alexandre Oliva <aoliva@redhat.com>
1560
1561 PR libgcj/44341
1562 * configure.ac: Discard --with-* flags for host when configuring
1563 target libraries for cross build.
1564 * configure: Rebuilt.
1565
7837304f
AS
15662011-01-21 Andreas Schwab <schwab@redhat.com>
1567
1568 Sync from GCC:
1569
1570 2011-01-21 Andreas Schwab <schwab@redhat.com>
1571
1572 * configure.ac: Use AS_HELP_STRING throughout.
1573 * configure: Regenerate.
1574
1575 2011-01-18 Jie Zhang <jie.zhang@analog.com>
1576
1577 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
1578 * configure: Regenerate.
1579
115ef890
RW
15802010-12-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1581
1582 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
1583
92c9a463
JB
15842011-01-13 Joel Brobecker <brobecker@adacore.com>
1585
1586 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
1587 for ia64-hpux.
1588 * configure: Regenerate.
1589
887ebfb4
RW
15902011-01-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1591
1592 Sync from GCC:
1593 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
1594
1595 * configure.ac: (picochip): Disable libiberty.
1596 * configure: Regenerate.
1597
04d2c2b2
JJ
15982010-12-18 Jeff Johnston <jjohnstn@redhat.com>
1599
1600 * COPYING.LIBGLOSS: Remove the GPL for fr30 target.
1601
33d23ee8
ILT
16022010-12-10 Ian Lance Taylor <iant@google.com>
1603
1604 PR bootstrap/46819
1605 * configure.ac: For --disable-libgcj clear libgcj_saved.
1606 * configure: Rebuild.
1607
89a1e9c3
PB
16082010-12-10 Tobias Burnus <burnus@net-b.de>
1609
1610 PR fortran/46540
1611 * configure.ac: Add --disable-libquadmath and
1612 --disable-libquadmath-support.
1613 * configure: Regenerate.
1614
ac7bcd26
TG
16152010-12-10 Tristan Gingold <gingold@adacore.com>
1616
1617 * src-release (ETC_SUPPORT): add gnu-oids.texi
1618
d357cef7
HPN
16192010-12-03 Hans-Peter Nilsson <hp@axis.com>
1620
1621 PR libffi/46792
1622 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
1623 * configure: Regenerate.
1624
4f11b223
ILT
16252010-12-02 Ian Lance Taylor <iant@google.com>
1626
1627 * configure.ac: Always set default for poststage1_ldflags to
1628 -static-libstdc++ -static-libgcc.
1629
989abc33
JJ
16302010-12-02 Jeff Johnston <jjohnstn@redhat.com>
1631
1632 * COPYING.NEWLIB: Add National Semiconductor notice.
1633
950386c6
AS
16342010-11-29 Andreas Schwab <schwab@redhat.com>
1635
1636 * configure.ac: Move comment to remove extra space in last argument
1637 of GCC_TARGET_TOOL.
1638
87cda2cf
AO
16392010-11-26 Alexandre Oliva <aoliva@redhat.com>
1640
7d509c83 1641 PR other/46026
87cda2cf
AO
1642 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
1643 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
1644 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
1645 (BASE_FLAGS_TO_PASS): Use it.
1646 * configure: Rebuilt.
1647 * Makefile.in: Rebuilt.
1648
d3b50760
L
16492010-11-23 H.J. Lu <hongjiu.lu@intel.com>
1650
1651 PR binutils/12258
1652 * configure.ac: Correct comments for --enable-gold/--enable-ld.
1653 Properly check default linker.
1654 * configure: Regnerated.
1655
c7791212
NC
16562010-11-23 Matthias Klose <doko@ubuntu.com>
1657
1658 * configure.ac: For --enable-gold, handle value `default' instead of
1659 `both*'. New configure option --{en,dis}able-ld.
1660 * configure: Regenerate.
1661
9e1a94f4
ILT
16622010-11-20 Ian Lance Taylor <iant@google.com>
1663
1664 * configure.ac: Only disable a language library if no language needs
1665 it. Don't let --disable-libgcj uncondtionally disable libffi.
1666 * configure: Rebuild.
1667
ceca0218
PB
16682010-11-20 Paolo Bonzini <bonzini@gnu.org>
1669
1670 * configure: Regenerate.
1671
9b980aa1
RW
16722010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1673
1674 PR other/46202
1675 * configure.ac: Fix just-built in-tree STRIP name to be
1676 binutils/strip-new.
1677 * configure: Regenerate.
1678 * Makefile.def (install-strip-gcc, install-strip-binutils)
1679 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
1680 (install-strip-sid): Mirror dependencies on non-strip variants
1681 of these targets on the respective -strip prerequisites.
1682 * Makefile.tpl (install-strip, install-strip-host)
1683 (install-strip-target): New targets.
1684 (install-strip-[+module+], install-strip-target-[+module+]):
1685 New targets.
1686 * Makefile.in: Regenerate.
1687
e552509b
ILT
16882010-11-19 Ian Lance Taylor <iant@google.com>
1689 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1690
1691 * configure.ac: Add target-libgo to target_libraries. Set
1692 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
1693 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
1694 (HOST_EXPORTS): Add GOC.
1695 (BASE_TARGET_EXPORTS): Add GOC.
1696 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
1697 (GOCFLAGS_FOR_TARGET): New variable.
1698 (EXTRA_HOST_FLAGS): Add GOC.
1699 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
1700 * Makefile.def (target_modules): Add libgo.
1701 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
1702 (dependencies): Add dependency from configure-target-libgo to
1703 configure-target-libffi and all-target-libstdc++-v3. Add
1704 dependencies from all-target-libgo to all-target-libffi.
1705 (languages): Add go.
1706 * configure: Rebuild.
1707 * Makefile.in: Rebuild.
1708
17092010-11-19 Ian Lance Taylor <iant@google.com>
1710
1711 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
1712 compiler/flag environment variables.
1713
17142010-11-18 Ian Lance Taylor <iant@google.com>
1715
1716 * configure.ac: Check for lang_requires_boot_languages in
1717 config-lang.in files.
1718 * configure: Rebuild.
1719
8c21d9c7
MF
17202010-11-17 Mike Frysinger <vapier@gentoo.org>
1721
1722 * .gitignore: New file.
1723
e552509b
ILT
17242010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1725 Tobias Burnus <burnus@net-b.de>
1726
1727 PR fortran/32049
1728 * Makefile.def: Add libquadmath; build it with language=fortran.
1729 * configure.ac: Add libquadmath.
1730 * Makefile.tpl: Handle multiple libs in check-[+language+].
1731 * Makefile.in: Regenerate.
1732 * configure: Regenerate.
1733
17342010-11-15 Andreas Schwab <schwab@redhat.com>
1735
1736 * configure.ac: Fix spelling in option names.
1737 * configure: Regenerated.
1738
17392010-11-13 Georg-Johann Lay <georgjohann@web.de>
1740
1741 PR bootstrap/39622
1742 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
1743 * configure: Regenerated.
1744
17452010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1746
1747 * config/cloog.m4: Add -enable-cloog-backend=(isl|ppl|ppl-legacy) to
1748 define the cloog backend to use. Furthermore, only pass the ppllibs to
1749 the configure checks, if necessary.
1750 * configure: Regenerate.
1751
17522010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1753
1754 * config/cloog.m4: Use CLooG predefined macro to check for CLooG PPL.
1755 * configure: regenerate
1756
17572010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1758
1759 * config/cloog.m4: Fix typo. verison -> version.
1760 * configure: Regenerate.
1761
17622010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
1763
1764 * config/cloog.m4: Pass ppl libraries to the CLooG version check.
1765 * configure: Regenerate.
1766
17672010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
1768
1769 * configure.ac: Support official CLooG.org versions.
1770 * configure: Regenerate.
1771 * config/cloog.m4: New.
1772
aa291e2d
ME
17732010-11-05 Michael Eager <eager@eagercon.com>
1774
1775 * COPYING.LIBGLOSS: Correct typo in microblaze.
1776 * COPYING.NEWLIB: Same.
1777
e552509b
ILT
17782010-11-04 Iain Sandoe <iains@gcc.gnu.org>
1779
1780 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
1781 * configure: Regenerate.
1782
74cea91b
DK
17832010-11-03 Ian Lance Taylor <iant@google.com>
1784 Dave Korn <dave.korn.cygwin@gmail.com>
1785
1786 PR lto/46273
1787 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
1788 and on other supported platforms whenever LTO is enabled.
1789 * configure: Rebuild.
1790
6d0cd39e
AM
17912010-11-02 Alan Modra <amodra@gmail.com>
1792
1793 PR binutils/12110
1794 * configure.ac: Error when source path contains spaces.
1795 * configure: Regenerate.
1796
18a8530e
ILT
17972010-10-20 Ian Lance Taylor <iant@google.com>
1798
1799 * Makefile.def (target_modules): Set lib_path to src/.libs for
1800 libstdc++-v3 module.
1801 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
1802 * Makefile.in: Rebuild.
1803
6ed3211e
JJ
18042010-10-08 Bernd Schmidt <bernds@codesourcery.com>
1805 Joseph Myers <joseph@codesourcery.com>
1806
1807 * COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
1808 notices.
1809 * COPYING.NEWLIB: Add Texas Instruments notice.
1810
a8eb3f0a
DK
18112010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
1812
1813 * configure.ac (build_lto_plugin): New shell variable.
1814 (--enable-lto): Turn on by default for all non-ELF platforms that
1815 have had LTO support added so far. Set build_lto_plugin appropriately
1816 for both ELF and non-ELF.
1817 (configdirs): Add lto-plugin or not based on build_lto_plugin.
1818 * configure: Regenerate.
1819
4074d5f2
RW
18202010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1821
1822 PR bootstrap/45326
1823 PR bootstrap/45174
1824 * configure.ac: Honor initial values of $build_configargs,
1825 $host_configargs, $target_configargs. Mark the precious, so
1826 environment settings get recorded.
1827 * configure: Regenerate.
1828
29821356
RW
18292010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1830
1831 Sync from GCC:
1832
1833 2010-09-30 Michael Eager <eager@eagercon.com>
1834
1835 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
1836 * configure: Regenerate.
1837
1838 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
1839
1840 * configure.ac (enable-lto): Add Darwin to the list of supported lto
1841 targets and amend comment.
1842 * configure: Regenerate.
1843
1844 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
1845
1846 * configure.ac: Enable LTO by default on Darwin.
1847 * configure: Regenerate.
1848
1849 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
1850
1851 PR bootstrap/44455
1852 * configure.ac (extra_mpfr_configure_flags): Copy from
1853 extra_mpc_gmp_configure_flags.
1854 * configure: Re-generated.
1855
57eefe4d
RW
18562010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1857
1858 Sync from GCC:
1859
1860 PR bootstrap/45796
1861 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
1862 Depend on all-build-libiberty.
1863 * Makefile.in: Regenerate.
1864
18652010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3cac54d2
RW
1866
1867 Sync from GCC:
1868
1869 PR bootstrap/44621
1870 * configure.ac: Fix unportable shell quoting.
1871 * configure: Regenerate.
1872
48bb73dd
RW
18732010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
1874
1875 * configure.ac: Support all v850 targets.
1876 * configure: Regenerate.
1877
1d14850f
PB
18782010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
1879
1880 PR target/44862
1881 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
1882 Provide -B option to allow for link spec %s substitutions for
1883 libstdc++.a on darwin.
1884 * Makefile.in: Regenerate.
1885
7530c480
AO
18862010-06-10 Alexandre Oliva <aoliva@redhat.com>
1887
1888 * Makefile.def (configure-gcc): Depend on all-libelf.
1889 * Makefile.in: Rebuild.
1890
285d560d
RW
18912010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1892
1893 * config.sub, config.guess: Update from upstream sources.
1894
a009f2e7
RW
18952010-06-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1896
1897 Sync from GCC:
1898
1899 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
1900 * configure.ac: Allow all the versions greater than 0.10 of PPL.
1901 * configure: Regenerated.
1902
1903 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
1904 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
1905 * configure: Regenerate.
1906
1907 2010-04-17 Ralf Cors<E9>pius <ralf.corsepius@rtems.org>
1908 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
1909 * configure: Regenerate.
1910
1911 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1912 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
1913 separately.
1914 * configure: Regenerate.
1915
1916 2010-04-13 Steve Ellcey <sje@cup.hp.com>
1917 * configure: Regenerate after change to elf.m4.
1918
1919 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1920 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
1921 * configure: Regenerated.
1922
1923 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
1924 * configure.ac: Print "buggy but acceptable" when CLooG
1925 revision is less than 9.
1926 * configure: Regenerated.
1927
e49e5c92
DK
19282010-05-26 Dave Korn <dave.korn.cygwin@gmail.com>
1929
1930 Merge from gcc:
1931
1932 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
1933 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
1934 * configure: Regenerate.
1935
1936 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1937 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
1938 a platform that supports LTO.
1939 * configure: Regenerate.
1940
1941 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1942 PR lto/42776
1943 * configure.ac (--enable-lto): Refactor handling so libelf tests
1944 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
1945 and allow LTO to be explicitly enabled on non-ELF platforms that
1946 are known to support it inside else-clause.
1947 * configure: Regenerate.
1948
e6de499b
NC
19492010-04-27 Roland McGrath <roland@redhat.com>
1950 H.J. Lu <hongjiu.lu@intel.com>
1951
1952 * configure.ac (--enable-gold): Support both, both/gold and
1953 both/bfd to add gold to configdirs without removing ld.
1954 * configure: Regenerated.
1955
1956 * Makefile.def: Add install-gold dependency to install-ld.
1957 * Makefile.in: Regenerated.
1958
d594eacc
TG
19592010-04-14 Tristan Gingold <gingold@adacore.com>
1960
1961 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
1962 * configure: Regenerate.
1963
938d2b74
RW
19642010-04-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1965
1966 Merge from gcc:
1967 PR bootstrap/43615
1968 PR bootstrap/43328
1969 Revert:
1970 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1971 * configure.ac: Do not pass --enable-multilib nor
1972 --disable-multilib in baseargs. Accept explicitly passed
1973 --enable_multilib.
1974 * configure: Regenerate.
1975
a9ef41a7
RW
19762010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1977
1978 PR bootstrap/43328
1979 * configure.ac: Do not pass --enable-multilib nor
1980 --disable-multilib in baseargs. Accept explicitly passed
1981 --enable_multilib.
1982 * configure: Regenerate.
1983
619a3713
JM
19842010-03-23 Joseph Myers <joseph@codesourcery.com>
1985
1986 * configure.ac (tic6x-*-*): New case.
1987 * configure: Regenerate.
1988
92f4e989
JM
19892010-03-23 Joseph Myers <joseph@codesourcery.com>
1990
1991 Merge from gcc:
1992 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
1993 PR ada/42554
1994 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
1995 * configure: Regenerate.
1996
c35a0556
JM
19972010-03-23 Joseph Myers <joseph@codesourcery.com>
1998
1999 * config.sub: Update to version 2010-03-22.
2000 * config.guess: Update to version 2009-12-30.
2001
18fa8f9c
JM
20022010-03-14 Joseph Myers <joseph@codesourcery.com>
2003
2004 Merge from gcc:
2005 2010-01-11 Richard Guenther <rguenther@suse.de>
2006 PR lto/41569
2007 * Makefile.def (all-lto-plugin): Depend on all-gcc.
2008 * Makefile.in: Regenerated.
2009
ba98da75
RO
20102010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2011
2012 PR libstdc++/32499
2013 * configure.ac (RANLIB): Default to true.
2014 (STRIP): Likewise.
2015 (RANLIB_FOR_TARGET): Remove superfluous : argument.
2016 * configure: Regenerate.
2017
3994761f
NC
20182010-02-17 Nick Clifton <nickc@redhat.com>
2019
2020 PR 11238
2021 * Makefile.tpl (local-distclean): Also remove config.cache files in
2022 sub-directories as there may not be Makefiles present in the
2023 sub-directories.
792cdb50
NC
2024 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
2025 the config.cache files found by the find command.
2026
3994761f
NC
2027 * Makefile.in: Regenerate.
2028 * configure.ac: Revert previous delta.
2029 * configure: Regenerate.
2030
01a82011
NC
20312010-02-15 Nick Clifton <nickc@redhat.com>
2032
2033 PR 11238
2034 * configure.ac: Delete config.cache files in sub-directories when
2035 deleting Makefiles.
2036 * configure: Regenerate.
2037
143754cd
NC
20382010-02-15 Nick Clifton <nickc@redhat.com>
2039
2040 * configure.ac: Sync from gcc.
2041 * configure: Regenerate.
2042
a6b5846e
KG
20432010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2044
2045 Sync from gcc:
2046 * configure.ac: Add "recommended" version checks for GMP/MPC.
2047 Update recommended GMP/MPFR/MPC versions.
2048 * configure: Regenerate.
2049
2aa2364a
JR
20502010-01-25 Joern Rennecke <amylaar@spamcop.net>
2051
2052 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2053 * configure.ac (bootstrap_target_libs): Make inclusion of
2054 target-libgomp conditional on libgomb being in target_configdirs.
2055 * configure: Regenerate.
2056
d35e937f
JR
20572010-01-23 Joern Rennecke <amylaar@spamcop.net>
2058
2059 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2060 * configure.ac (bootstrap_target_libs): Include target-libgomp.
2061 * configure: Regenerate.
2062
911e63d0
JR
20632010-01-22 Joern Rennecke <amylaar@spamcop.net>
2064
2065 gcc PR libstdc++/36101, gcc PR libstdc++/42813
2066 * configure.ac (target_configdirs): Substitute.
2067 * Makefile.def: Bootstrap target module libgomp.
2068 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
2069 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
2070 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
2071 * configure, Makefile.in: Regenerate.
2072
3725885a
RW
20732009-12-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2074
2075 * libtool.m4: Sync from git Libtool.
2076 * ltmain.sh: Likewise.
2077 * ltoptions.m4: Likewise.
2078 * ltversion.m4: Likewise.
2079 * lt~obsolete.m4: Likewise.
2080
d5f2ee2e 20812010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9eb322aa 2082 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
d5f2ee2e
KG
2083
2084 PR bootstrap/42424
2085 * configure.ac: Include libtool m4 files.
9eb322aa 2086 (_LT_CHECK_OBJDIR): Call it.
d5f2ee2e
KG
2087 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
2088 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3725885a 2089
d5f2ee2e
KG
2090 * configure: Regenerate.
2091
f2b2dd91
RW
20922010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2093
2094 PR bootstrap/41818
2095 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
2096 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
2097 * Makefile.in: Regenerate.
2098
06ca7962
BE
20992009-12-18 Ben Elliston <bje@au.ibm.com>
2100
2101 * config.sub, config.guess: Update from upstream sources.
2102
30a16d7b
JJ
21032009-12-17 Jeff Johnston <jjohnstn@redhat.com>
2104
2105 * COPYING.NEWLIB: Update copyright date.
2106 * COPYING.LIBGLOSS: Ditto.
2107
d9b76ff9
KG
21082009-12-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2109
2110 PR middle-end/30447
2111 PR middle-end/30789
2112 PR other/40302
2113
2114 * configure.ac: Require MPC.
2115 * configure: Regenerate.
2116
2117 * configure.ac: Update minimum MPC version to 0.8.
2118 * configure: Regenerate.
2119
e12dec02
PB
21202009-11-20 Paolo Bonzini <bonzini@gnu.org>
2121
2122 * config.guess: Sync with upstream and gcc.
2123 * config.sub: Sync with upstream and gcc.
2124
606a9ca0
AO
21252009-11-16 Alexandre Oliva <aoliva@redhat.com>
2126
2127 * Makefile.def: Restore host and target settings for gmp.
2128 * Makefile.in: Rebuild.
2129
1f53ca9a
AO
21302009-11-16 Alexandre Oliva <aoliva@redhat.com>
2131
2132 * configure.ac: Add libelf to host_libs. Enable in-tree configury
2133 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
2134 Fix portability of test of C++ as bootstrap language. Add
2135 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
2136 * configure: Rebuild.
2137 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
2138 and cloog. Fix in-tree ppl configuration. Introduce libelf
2139 in-tree building.
2140 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
2141 (POSTSTAGE1_HOST_EXPORTS): Use it.
2142 (STAGE[+id+]_CXXFLAGS): New.
2143 (BASE_FLAGS_TO_PASS): Pass it down.
2144 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
2145 extra_exports.
2146 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
2147 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
2148 extra_exports.
2149 * Makefile.in: Rebuild.
2150
21512009-11-06 Ozkan Sezer <sezeroz@gmail.com>
2152
2153 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
2154 paths for *-w64-mingw* and x86_64-*mingw*.
2155 * configure: Regenerated.
2156
21572009-10-30 Kai Tietz <kai.tietz@onevision.com>
2158
2159 * configure.ac: Disable target-winsup & co for
2160 x86_64-*-mingw* and *-w64-mingw* targets.
2161 * configure: Regenerated.
2162
21632009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2164
2165 * configure.ac (CLooG test): Use = with test.
2166 * configure: Regenerate.
2167
21682009-10-22 Richard Guenther <rguenther@suse.de>
2169
2170 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
2171 cloog if the ppl version check failed. Move flags saving
2172 before setting in libelf check.
2173 * configure: Regenerate.
2174
21752009-10-21 Richard Guenther <rguenther@suse.de>
2176
2177 * configure.ac: Adjust the ppl and cloog configure to work as
2178 documented. Disable cloog if ppl was disabled. Omit the version
2179 checks if they were disabled.
2180 * configure: Re-generate.
2181
6811fb56
RW
21822009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2183
2184 * configure.ac: Add 'lto' to enable_languages, not
2185 new_enable_languages, and only if not already present.
2186 * configure: Regenerate.
2187
700d40ca
ILT
21882009-10-06 Ian Lance Taylor <iant@google.com>
2189
2190 * Makefile.def: check-gold depends upon all-gas.
2191 * Makefile.in: Rebuild.
2192
21932009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
2194
2195 * Makefile.def: all-lto-plugin depends on all-libiberty.
2196 set bootstrap=true for lto-plugin.
2197 Add lto-plugin.
2198 * Makefile.in: Regenerate.
2199 * configure.ac (host_libs): Add lto-plugin.
2200 * configure: Regenerate.
2201
22022009-10-03 Diego Novillo <dnovillo@google.com>
2203
2204 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
2205 (HOST_LIBELFLIBS): Define.
2206 (HOST_LIBELFINC): Define.
2207 * Makefile.in: Regenerate.
2208 * configure.ac: Add --enable-lto.
2209 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
2210 If --enable-lto is used, add 'lto' to new_enable_languages.
2211 If --enable-lto is used and gold is enabled, add
2212 lto-plugin to configdirs.
2213 * configure: Regenerate.
2214
22152009-10-03 Simon Baldwin <simonb@google.com>
2216
2217 * configure.ac: If --with-system-zlib, suppress local zlib and
2218 pass --with-system-zlib to subdir configure scripts.
2219 * configure: Regenerate.
2220
22212009-10-01 Loren J. Rittle <ljrittle@acm.org>
2222 Paolo Bonzini <bonzini@gnu.org>
2223
2224 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
2225 $(srcdir).
2226 * Makefile.in: Rebuilt.
2227
c8cb1b3e
PB
22282009-09-29 Paolo Bonzini <bonzini@gnu.org>
2229
2230 Sync from gcc:
2231 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2232
2233 * configure.ac: Update minimum MPC version to 0.7.
2234 * configure: Regenerate.
2235
30167e0a
NC
22362009-09-25 Nick Clifton <nickc@redhat.com>
2237
2238 * configure.ac: Pass any --cache-file=/dev/null option on to
2239 subconfigures.
2240 * configure: Regenerate.
2241
707a0b5c
NC
22422009-09-23 Nick Clifton <nickc@redhat.com>
2243
2244 * config.sub, config.guess: Update from upstream sources.
2245
700d40ca
ILT
22462009-09-22 Loren J. Rittle <ljrittle@acm.org>
2247
2248 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
2249 * Makefile.in: Rebuilt.
2250
2fd0b40b
RW
22512009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2252
2253 PR bootstrap/32272
2254 * configure.ac: Error out if $srcdir isn't '.' but contains
2255 host-${host_noncanonical}.
2256 * configure: Regenerate.
2257
4385ad3c
RW
22582009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2259
16b1ad29
RW
2260 * configure.ac: If bootstrapping a combined tree with
2261 --enable-gold, require c++ in stage1_languages.
2262 * configure: Regenerate.
2263
f8dc745f
RW
2264 * configure.ac: Also add target_libs of stage1_languages to
2265 bootstrap_target_libs.
2266 * configure: Regenerate.
2267
4385ad3c
RW
2268 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
2269 with --enable-languages not containing c++.
2270 * configure: Regenerate.
2271
df51e4e1
JZ
22722009-09-16 Jie Zhang <jie.zhang@analog.com>
2273
2274 * configure.ac: Disable java and boehm-gc for bfin-*-*.
2275 * configure: Regenerate.
2276
06a51eac
RW
22772009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2278
2279 * configure.ac: Do not use $extrasub for replacing @if/@endif
2280 parts in Makefile; instead, use additional arguments to
2281 AC_CONFIG_COMMANDS to do the replacement manually, with several
2282 sed invocations, to avoid HP-UX sed command limits.
2283 * configure: Regenerate.
2284
96655cc4
AO
22852009-09-04 Alexandre Oliva <aoliva@redhat.com>
2286
2287 * configure.ac (with-build-config): Document. Handle without.
2288 Handle missing argument.
2289 * configure: Rebuilt.
2290
22912009-09-03 Alexandre Oliva <aoliva@redhat.com>
2292
2293 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
2294 Default to bootstrap-debug only if compare-debug works.
2295 * configure: Rebuilt.
2296 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
2297 * Makefile.in: Rebuilt.
2298
22992009-09-01 Alexandre Oliva <aoliva@redhat.com>
2300
2301 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
2302 * Makefile.in: Rebuilt.
2303
8e957354
PB
23042009-09-02 Paolo Bonzini <bonzini@gnu.org>
2305
2306 * Makefile.tpl (AWK): Fix typo.
2307 * Makefile.in: Regenerate.
2308
23092009-09-02 Paolo Bonzini <bonzini@gnu.org>
2310
2311 * configure.ac: Detect awk and sed.
2312 * Makefile.def (flags_to_pass): Add AWK and SED.
2313 * Makefile.tpl (AWK, SED): New.
2314 (BASE_FLAGS_TO_PASS): Add AWK and SED.
2315 * configure: Regenerate.
2316 * Makefile.in: Regenerate.
2317
fb792462
TG
23182009-09-01 Tristan Gingold <gingold@adacore.com>
2319
2320 * setup.com: Ported to Itanium VMS. Can also build using DCL scripts.
2321 Remove logical names.
2322
a69e7d0a
DK
23232009-08-31 Dave Korn <dave.korn.cygwin@gmail.com>
2324
2325 * ltmain.sh (func_normal_abspath): New function.
2326 (func_relative_path): Likewise.
2327 (func_mode_help): Document new -bindir option for link mode.
2328 (func_mode_link): Add new -bindir option, and use it to place
2329 output DLL if specified.
2330
d444d2ba
RW
23312009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2332
2333 * configure.ac (AC_PREREQ): Bump to 2.64.
2334
13b7343a
RW
23352009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2336
af542c2e
RW
2337 * README-maintainer-mode: Point directly to upstream locations
2338 for autoconf, automake, libtool, gettext, instead of copies on
2339 sources.redhat.com. Document required versions.
2340 * configure.ac: Do not substitute datarootdir, htmldir,
2341 pdfdir, docdir. Do not process --with-datarootdir,
2342 --with-htmldir, --with-pdfdir, --with-docdir.
2343 * configure: Regenerate.
2344
81ecdfbb
RW
2345 * configure: Regenerate.
2346
13b7343a
RW
2347 * compile: Sync from Automake 1.11.
2348 * depcomp: Likewise.
2349 * install-sh: Likewise.
2350 * missing: Likewise.
2351 * mkinstalldirs: Likewise.
2352 * ylwrap: Likewise.
2353
c1102ce7
RW
23542009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2355
34a0f3cf
RW
2356 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
2357 (baseargs): Add --disable-option-checking.
2358 * configure: Regenerate.
2359
c1102ce7
RW
2360 * Makefile.def (configure-target-libiberty): Depend on
2361 all-binutils and all-ld.
2362 (configure-target-newlib): Likewise.
2363 * Makefile.in: Regenerate.
2364
e8a5fa9c
RW
23652009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2366
2367 Sync with GCC, merge:
2368
2369 2009-07-31 Christian Bruel <christian.bruel@st.com>
2370
2371 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
2372 * configure: Regenerate.
2373
2374 2009-07-06 Ian Lance Taylor <iant@google.com>
2375
2376 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
2377 * configure: Rebuild.
2378
2379 2009-06-26 Steve Ellcey <sje@cup.hp.com>
2380
2381 PR bootstrap/40338
2382 * configure.ac (comparestring): Create new variable.
2383 * Makefile.tpl (comparestring): Use to skip some comparisions.
2384 * configure: Regenerate.
2385 * Makefile.in: Regenerate.
2386
2387 2009-06-23 Ian Lance Taylor <iant@google.com>
2388
2389 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
2390 boot_languages. Only bootstrap target libraries listed in
2391 target_libs for some boot language. Add --with-stage1-ldflags,
2392 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
2393 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
2394 if not building with C++.
2395 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
2396 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
2397 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
2398 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2399 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
2400 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
2401 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
2402 * configure, Makefile.in: Rebuild.
2403
2404 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2405
2406 * configure.ac: Detect MPC in default directory.
2407 * configure: Regenerate.
2408
2409 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
2410
2411 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
2412 to noconfdirs.
2413 * configure: Regenerate.
2414
2415 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2416
2417 * Makefile.def: Add MPC support and dependencies.
2418 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
2419
2420 * Makefile.in, configure: Regenerate.
2421
2422 2009-05-24 Nicolas Roche <roche@adacore.com>
2423
2424 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
2425 * Makefile.in: Regenerate.
2426
2427 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
2428
2429 * configure.ac (cygwin noconfigdirs): Remove libgcj.
2430 * configure: Regenerate.
2431
2432 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2433
2434 * configure.ac ($with_ppl): Default to no if not supplied.
2435 ($with_cloog): Likewise.
2436 configure: Regenerate.
2437
2438 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2439
2440 PR bootstrap/39739
2441 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
2442 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
2443
2444 * configure, Makefile.in: Regenerate.
2445
2446 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2447
2448 * configure.ac: Change copyright header to refer to version
2449 3 of the GNU General Public License and to point readers at the
2450 COPYING3 file and the FSF's license web page.
2451 * Makefile.def: Likewise.
2452 * Makefile.tpl: Likewise.
2453 * Makefile.in: Regenerate.
2454
2455 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
2456
2457 * configure.ac: Restore match for darwin9 or later. Use double
2458 brackets since regeneration eats one pair.
2459 * configure: Regenerate.
2460
bf110216
CF
24612009-08-18 Christopher Faylor <me+cygwin@cgf.cx>
2462
2463 * MAINTAINERS: Perform some obvious fixups.
2464
2262bbf4
BE
24652009-08-17 Ben Elliston <bje@au.ibm.com>
2466
2467 * config.sub, config.guess: Update from upstream sources.
2468
25a07265
NC
24692009-08-06 Michael Eager <eager@eagercon.com>
2470
2471 * configure.ac: Add Microblaze target.
2472 * configure: Regenerate.
2473
85bd1942
TG
24742009-07-02 Tristan Gingold <gingold@adacore.com>
2475
2476 * configure.ac: Do not exclude gas for i386-*-darwin.
2477 Add a case for x86_64-*-darwin.
2478 * configure: Regenerate.
2479
f9806fa5
DE
24802009-06-26 Doug Evans <dje@sebabeach.org>
2481
2482 * Makefile.def (host_modules): Add cgen.
2483 * Makefile.in: Regenerate.
2484 * configure.ac (host_tools): Add cgen.
2485 * configure: Regenerate.
2486
6bfb4e30
JJ
24872009-06-17 Michael Eager <eager@eagercon.com>
2488
2489 * COPYING.LIBGLOSS: Add Xilinx license.
2490
8bcf2718
NC
24912009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2492
2493 * configure.ac: Define is_elf for QNX Neutrino targets.
2494 * configure: Regenerate.
2495
04ec0acb
RW
24962009-06-03 Jerome Guitton <guitton@adacore.com>
2497 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2498
9eb322aa
MF
2499 * Makefile.tpl (all): Avoid a trailing backslash.
2500 * Makefile.in: Regenerate.
04ec0acb 2501
7ee5dbeb
BE
25022009-06-03 Ben Elliston <bje@au.ibm.com>
2503
2504 * config.sub, config.guess: Update from upstream sources.
2505
fda13ee8
AO
25062009-06-02 Alexandre Oliva <aoliva@redhat.com>
2507
2508 * Makefile.tpl ([+compare-target+]): Compare all stage
2509 directories, rather than just gcc.
2510 * Makefile.in: Rebuilt.
2511
4a657b0d
DK
25122009-05-28 Doug Kwan <dougkwan@google.com>
2513
2514 * configure.ac: Support gold for target arm*-*-*.
2515 * configure: Regenerate.
2516
07fc31c9
AO
25172009-05-27 Alexandre Oliva <aoliva@redhat.com>
2518
2519 * Makefile.tpl (all): Avoid harmless warning in make all when
2520 gcc-bootstrap is enabled but stage_last does not exist.
2521 * Makefile.in: Rebuilt.
2522
8a7a39ab
TG
25232009-05-25 Tristan Gingold <gingold@adacore.com>
2524
2525 * setup.com: Complete the file with configuration and build.
2526
b5233201
AO
25272009-05-18 Alexandre Oliva <aoliva@redhat.com>
2528
2529 PR other/40159
2530 * Makefile.tpl (all): Don't assume gcc-bootstrap and
2531 gcc-no-bootstrap are mutually exclusive.
2532 * Makefile.in: Rebuilt.
2533
7b6175f9
AO
25342009-05-18 Alexandre Oliva <aoliva@redhat.com>
2535
2536 PR other/40159
2537 * Makefile.tpl (all): Don't end with unconditional success.
2538 * Makefile.in: Rebuilt.
2539
1b05fbbd
AO
25402009-05-12 Alexandre Oliva <aoliva@redhat.com>
2541
2542 PR target/37137
2543 * Makefile.def (flags_to_pass): Remove redundant and incomplete
2544 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
2545 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
2546 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
2547 stage_configureflags, stage_cflags and stage_libcflags into
2548 explicit Makefile macros.
2549 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
2550 GFORTRAN.
2551 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
2552 CC. Set CC_FOR_BUILD from CC.
2553 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
2554 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
2555 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
2556 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
2557 and GFORTRAN.
2558 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
2559 (_LIBCFLAGS): Renamed to _TFLAGS.
2560 (do-compare-debug, do-compare3-debug): Drop.
2561 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
2562 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
2563 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
2564 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
2565 (XGCC_FLAGS_FOR_TARGET): New.
2566 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
2567 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
2568 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
2569 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
2570 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
2571 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
2572 TFLAGS.
2573 (BUILD_CONFIG): Include if requested.
2574 (all): Set TFLAGS on bootstrap.
2575 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
2576 (all-stageid-prefixmodule): Likewise.
2577 (do-clean, distclean-stageid): Set TFLAGS.
2578 (restrap): Fix whitespace.
2579 * Makefile.in: Rebuilt.
2580
dc17c78c
EB
25812009-04-25 Eric Botcazou <ebotcazou@adacore.com>
2582
2583 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
2584 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
2585 * Makefile.in: Regenerate.
2586
14324cd7
EZ
25872009-04-24 Eli Zaretskii <eliz@gnu.org>
2588
2589 * config.guess (pc:*:*:*): Return i586-pc-msdosdjgpp, for
2590 consistency with config.sub. (Update from upstream sources.)
2591
f8d5f06c
JM
25922009-04-21 Joseph Myers <joseph@codesourcery.com>
2593
2594 * texinfo/texinfo.tex: Update to version 2009-03-28.05.
2595
0000e2bf
BE
25962009-04-17 Ben Elliston <bje@au.ibm.com>
2597
2598 * config.sub, config.guess: Update from upstream sources.
2599
20135e4c
NC
26002009-04-15 Anthony Green <green@moxielogic.com>
2601
34adf976 2602 * configure.ac: Add moxie support.
20135e4c
NC
2603 * configure: Rebuilt.
2604
ef699244
L
26052009-04-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2606
2607 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
2608 * configure: Regenerate.
2609
10ad8ef3
L
26102009-04-09 H.J. Lu <hongjiu.lu@intel.com>
2611
2612 PR gas/10039
2613 * configure.ac: Require texinfo 4.7.
2614 * configure: Regenerated.
2615
c50523ce
L
26162009-04-09 Steve Ellcey <sje@cup.hp.com>
2617
2618 * Makefil.def (languages): New entries.
2619 * Makefile.tpl (check-gcc-*): New generic target.
2620 * Makefile.in: Regenerate.
2621
47afba5f
EZ
26222009-03-27 Eli Zaretskii <eliz@gnu.org>
2623
2624 * djunpack.bat: Use ".." quoting in Sed command, for the sake of
2625 Windows builds of Sed.
2626
dc448a7b
TT
26272009-03-18 Tom Tromey <tromey@redhat.com>
2628
2629 * configure: Rebuild.
2630 * configure.ac (host_libs): Add libiconv.
2631 * Makefile.in: Rebuild.
2632 * Makefile.def (host_modules): Add libiconv.
2633 (configure-gdb, all-gdb): Depend on libiconv.
2634
24741ab2
JB
26352009-03-16 Tristan Gingold <gingold@adacore.com>
2636
2637 * configure.ac: Treat gdb as supported on x86_64-darwin.
2638 * configure: Regenerate.
2639
29383458
JM
26402009-03-16 Joseph Myers <joseph@codesourcery.com>
2641
2642 Merge from GCC:
2643
2644 2009-03-16 Joseph Myers <joseph@codesourcery.com>
2645
2646 * configure.ac (--with-host-libstdcxx): New option.
2647 * configure: Regenerate.
2648
2649 2009-01-29 Robert Millan <rmh@aybabtu.com>
2650
2651 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
2652 * configure: Regenerate.
2653
2654 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
2655
2656 PR tree-optimization/38515
2657 * configure.ac (cloog-polylib): Removed.
2658 (with_ppl, with_cloog): Test for "no".
2659 * configure: Regenerated.
2660
58e24671
RW
26612009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2662
2663 Backport from git Libtool:
2664
2665 2009-01-19 Robert Millan <rmh@aybabtu.com>
2666 Support GNU/kOpenSolaris.
2667 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
2668 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
2669 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
2670 GNU/kOpenSolaris.
2671
314b2e66
AS
26722009-02-05 Andreas Schwab <schwab@suse.de>
2673
2674 * Makefile.tpl (stage_last): Define $r and $s before using
2675 $(RECURSE_FLAGS_TO_PASS).
2676 * Makefile.in: Regenerate
2677
8b700390
JJ
26782009-01-21 Jeff Johnston <jjohnstn@redhat.com>
2679
2680 * COPYING.NEWLIB: Add ARM license.
2681
66775d67
AM
26822009-01-16 Alan Modra <amodra@bigpond.net.au>
2683
2684 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
44893cfb 2685 (all-opcodes): Depend on all-libiberty.
66775d67
AM
2686 * Makefile.in: Regenerate.
2687
19e99079
NC
26882009-01-15 Douglas B Rupp <rupp@gnat.com>
2689
2690 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
2691 * configure: Regenerate.
2692
22e8c8e0
RW
26932008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2694
2695 Backport link test fix from upstream Libtool:
2696
2697 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
2698 Add cache variables to tests that require the linker to work.
2699 For shlibpath_overrides_runpath, this also changes the semantics
2700 to let the result from the C compiler take precedence.
2701 compiler take precedence.
2702
7d6d7764
BE
27032008-12-02 Ben Elliston <bje@au.ibm.com>
2704
2705 * config.sub, config.guess: Update from upstream sources.
2706
ea8af06e
JJ
27072008-12-17 Jeff Johnston <jjohnstn@redhat.com>
2708
2709 * COPYING.NEWLIB: Updated.
2710 * COPYING.LIBGLOSS: Ditto.
2711
af0771d3
PB
27122008-12-16 Paolo Bonzini <bonzini@gnu.org>
2713
2714 Sync with GCC:
2715
2716 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
2717
2718 * configure.ac (ppllibs): Add by default the lib flags.
2719 * configure: Regenerate.
2720
2721 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2722
314b2e66
AS
2723 * configure.ac: Add double brackets on darwin[912].
2724 * configure: Regenerate.
af0771d3
PB
2725
2726 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
2727
314b2e66
AS
2728 * configure.ac: Expand to darwin10 and later.
2729 * configure: Regenerate.
af0771d3 2730
f7c83eac
AS
27312008-12-02 Andreas Schwab <schwab@suse.de>
2732
2733 * Makefile.def: configure-target-boehm-gc depends on
2734 all-target-libstdc++-v3.
2735 * Makefile.in: Regenerate.
2736
bc67ad83
BE
27372008-12-02 Ben Elliston <bje@au.ibm.com>
2738
2739 * config.sub, config.guess: Update from upstream sources.
2740
e28c595f
JM
27412008-11-27 Joseph Myers <joseph@codesourcery.com>
2742
2743 Merge from GCC:
2744
2745 2007-12-02 Matthias Klose <doko@ubuntu.com>
2746
2747 * config-ml.in: Remove 64bit configure tests.
2748
2749 2008-05-14 Rafael Espindola <espindola@google.com>
2750
2751 * config-ml.in: don't handle --enable-shared and --enable-static.
2752
2753 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
2754 Tobias Grosser <grosser@fim.uni-passau.de>
2755 Jan Sjodin <jan.sjodin@amd.com>
2756 Harsha Jagasia <harsha.jagasia@amd.com>
2757 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
2758 Konrad Trifunovic <konrad.trifunovic@inria.fr>
2759 Adrien Eliche <aeliche@isty.uvsq.fr>
2760
2761 Merge from graphite branch.
2762 * configure: Regenerate.
2763 * Makefile.in: Regenerate.
2764 * configure.ac (host_libs): Add ppl and cloog.
2765 Add checks for PPL and CLooG.
2766 * Makefile.def (ppl, cloog): Added modules and dependences.
2767 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
2768 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
2769
2770 2008-09-03 Richard Guenther <rguenther@suse.de>
2771
2772 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
2773 cloog test.
2774 * configure: Re-generate.
2775
2776 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
2777
2778 * configure.ac (--with-cloog-polylib): New.
2779 (--disable-cloog-version-check): New.
2780 (--disable-ppl-version-check): New.
2781 * configure: Re-generate.
2782
2783 2008-09-05 Richard Guenther <rguenther@suse.de>
2784
2785 * configure.ac: Initialize clooglibs to -lcloog.
2786 * configure: Re-generate.
2787
2788 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2789
2790 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
2791 recommended version to 2.3.2.
2792
2793 * configure: Regenerate.
2794
2795 2008-10-31 Ben Elliston <bje@au.ibm.com>
2796
2797 * configure.ac (spu-*-*): Remove special case.
2798 * configure: Regenerate.
2799
2800 Complete comment text from GCC version of:
2801
2802 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2803
2804 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2805 (GCC_SHLIB_SUBDIR): New.
2806 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2807 * configure: Regenerate.
2808 * Makefile.in: Regenerate.
2809
652dec25
TG
28102008-11-27 Tristan Gingold <gingold@adacore.com>
2811
2812 * configure.ac: Build gdb for i?86-*-darwin*
2813 * configure: Regenerated.
2814
7582fb4a
DJ
28152008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
2816
2817 PR bootstrap/38014
2818 PR bootstrap/37923
2819
2820 Revert:
2821
2822 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2823
2824 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2825 * Makefile.in: Regenerated.
2826
2827 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2828
2829 PR gdb/921
2830 PR gdb/1646
2831 PR gdb/2175
2832 PR gdb/2176
2833
2834 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2835 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2836 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2837 (HOST_EXPORTS): Pass CPPFLAGS.
2838 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2839 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2840 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2841 * Makefile.in, configure: Regenerated.
2842 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2843 and CPPFLAGS_FOR_BUILD.
2844
faee1be2
UW
28452008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
2846
2847 * configure.ac [spu-*-*]: Do not set skipdirs.
2848 * configure: Re-generate.
2849
b7c2dce4
DJ
28502008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
2851
2852 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
2853 * Makefile.in: Regenerated.
2854
bb52de30
DJ
28552008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
2856
2857 PR gdb/921
2858 PR gdb/1646
2859 PR gdb/2175
2860 PR gdb/2176
2861
2862 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
2863 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
2864 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
2865 (HOST_EXPORTS): Pass CPPFLAGS.
2866 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
2867 (LDFLAGS_FOR_TARGET): Initialize from configure script.
2868 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
2869 * Makefile.in, configure: Regenerated.
2870 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
2871 and CPPFLAGS_FOR_BUILD.
2872
b25062ae
SE
28732008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
2874
2875 * libtool.m4: Update to libtool 2.2.6.
2876 * lt~obsolete.m4: Update to libtool 2.2.6.
2877 * ltmain.sh: Update to libtool 2.2.6.
2878 * ltsugar.m4: Update to libtool 2.2.6.
2879 * ltversion.m4: Update to libtool 2.2.6.
2880 * ltoptions.m4: Update to libtool 2.2.6.
2881 * ltgcc.m4: Update to match changes from libtool 2.2.6.
2882
3bbd2f8f
AL
28832008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
2884
2885 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
2886 (GCC_SHLIB_SUBDIR): New.
2887 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
2888 * configure: Regenerate.
2889 * Makefile.in: Regenerate.
2890
b29d32ce
TG
28912008-08-28 Tristan Gingold <gingold@adacore.com>
2892
2893 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
2894 Enable bfd, binutils and opcodes.
2895 * configure: Regenerate.
2896
c325a203
DD
28972008-08-16 Nicolas Roche <roche@adacore.com>
2898
2899 * Makefile.tpl: Add BOOT_ADAFLAGS.
2900 * Makefile.in: Regenerate.
2901
e7c8859c
RS
29022008-08-16 Richard Sandiford <rdsandiford@googlemail.com>
2903
2904 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
2905 * configure: Regenerate.
2906
da888c87
PB
29072008-07-30 Paolo Bonzini <bonzini@gnu.org>
2908
2909 Sync with gcc:
2910 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
2911
f7c83eac
AS
2912 * configure.ac: Add makefile fragments for hpux.
2913 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
2914 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
2915 * configure: Regenerate.
2916 * Makefile.in: Regenerate.
da888c87
PB
2917
2918 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2919
f7c83eac
AS
2920 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
2921 * Makefile.in: Regenerate.
2922 * configure: Regenerate.
da888c87 2923
944982cf
ILT
29242008-06-18 Ian Lance Taylor <iant@google.com>
2925
662c6704
ILT
2926 * src-release (BINUTILS_SUPPORT_DIRS): Remove mkdep and depcomp.
2927
944982cf
ILT
2928 * src-release (BINUTILS_SUPPORT_DIRS): Add depcomp.
2929
7a283e07
RW
29302008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2931
2932 * configure: Regenerate.
2933
5b553f7e
RW
29342008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2935
2936 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
2937 "$@" is still intact with both Autoconf 2.59 and 2.62.
2938 * configure: Regenerate.
2939
675492f0
RW
29402008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2941
2942 * Makefile.tpl: Fix comment errors.
2943 * Makefile.in: Regenerate.
2944
b018a5d1
JB
29452008-06-13 Julian Brown <julian@codesourcery.com>
2946
2947 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
2948 of libobjc for ARM EABI Linux.
2949 * configure: Regenerate.
2950
310213e8
DE
29512008-06-12 David S. Miller <davem@davemloft.net>
2952 David Edelsohn <edelsohn@gnu.org>
2953
2954 * configure.ac: Add powerpc*-*-* to gold supported targets.
2955 * configure: Regenerate.
2956
6641ce42
JM
29572008-06-08 Joseph Myers <joseph@codesourcery.com>
2958
2959 PR tree-optimization/36218
2960 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
2961 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
2962 (all prefix="build-"): Pass them to build-system sub-makes.
2963 * Makefile.in: Regenerate.
2964
03c2f9e6
DJ
29652008-05-16 Daniel Jacobowitz <dan@codesourcery.com>
2966
2967 * src-release (DEVO_SUPPORT): Add ChangeLog, MAINTAINERS,
2968 README-maintainer-mode, lt~obsolete.m4, ltgcc.m4, depcomp,
2969 mkdep, and compile. Update comments.
2970 (ETC_SUPPORT): Add ChangeLog and update comments.
2971
4538db8b
ILT
29722008-05-11 Ian Lance Taylor <iant@google.com>
2973
2974 * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
2975
266df637
PB
29762008-04-18 Paolo Bonzini <bonzini@gnu.org>
2977
2978 Sync with gcc:
2979 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2980
2981 PR bootstrap/35457
2982 * configure.ac: Include override.m4.
2983 * configure: Regenerate.
2984
2985 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
2986
f7c83eac
AS
2987 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
2988 * Makefile.in: Regenerate.
266df637
PB
2989
2990 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
2991
f7c83eac
AS
2992 * configure.ac: Do not build libssp for the AVR.
2993 * configure: Regenerate.
266df637 2994
a86a761e
NC
29952008-04-18 Nick Clifton <nickc@redhat.com>
2996
2997 * MAINTAINERS: Replace reference to configure.in with reference to
2998 configure.ac.
2999
52310858
NC
30002008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
3001
f7c83eac 3002 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
52310858 3003 as nonconfigurable directories list.
f7c83eac 3004 * configure: Regenerate.
52310858 3005
f5314dd5
DM
30062008-04-14 David S. Miller <davem@davemloft.net>
3007
3008 * configure.ac: Add sparc*-*-* to gold supported targets.
3009 * configure: Regenerate.
3010
e2208220
BE
30112008-04-14 Ben Elliston <bje@au.ibm.com>
3012
3013 * config.sub, config.guess: Update from upstream sources.
3014
0bb6ea20
HPN
30152008-04-12 Hans-Peter Nilsson <hp@axis.com>
3016
3017 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
3018 * Makefile.in: Regenerate.
3019
e5164e97
ILT
30202008-04-07 Ian Lance Taylor <iant@google.com>
3021
3022 * Makefile.def: check-gold depends upon all-binutils.
3023 * Makefile.in: Regenerate.
3024
e33b51a6
NC
30252008-04-04 Nick Clifton <nickc@redhat.com>
3026
3027 PR binutils/4334
3028 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
3029 builds.
3030 * configure: Regenerate.
3031
fc5df3ab
NC
30322008-04-04 NightStrike <NightStrike@gmail.com>
3033
3034 PR other/35151
f7c83eac
AS
3035 * configure.ac: Combine rules for mingw32 and mingw64.
3036 * configure: Regenerate.
fc5df3ab 3037
c779bab8
PB
30382008-03-27 Paolo Bonzini <bonzini@gnu.org>
3039
3040 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
3041 * Makefile.in: Regenerate.
3042
93f9b408
ILT
30432008-03-20 Ian Lance Taylor <iant@google.com>
3044
3045 * configure.ac: Add support for --enable-gold.
3046 * Makefile.def: Add gold as a directory like ld.
3047 * configure, Makefile.in: Regenerate.
3048
5746fb46
AK
30492008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
3050
3051 * opcodes/s390-mkopc.c (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3052 (s390_cond_extensions): Reduced extensions to the compare related.
3053 (main): z10 cpu type option added.
3054 (expandConditionalJump): Renamed to ...
3055 (insertExpandedMnemonic): ... this.
3056
3057 * opcodes/s390-opc.c: Re-group the operand format makros.
3058 (INSTR_RIE_RRPU, INSTR_RIE_RRP0, INSTR_RIE_RUPI,
3059 INSTR_RIE_R0PI, INSTR_RIE_RUPU, INSTR_RIE_R0PU, INSTR_RIE_R0IU,
3060 INSTR_RIE_R0I0, INSTR_RIE_R0UU, INSTR_RIE_R0U0,
3061 INSTR_RIE_RRUUU, INSTR_RIS_RURDI, INSTR_RIS_R0RDI, INSTR_RIS_RURDU,
3062 INSTR_RIS_R0RDU, INSTR_RRF_U0RR, INSTR_RRF_00RR, INSTR_RRS_RRRDU,
3063 INSTR_RRS_RRRD0, INSTR_RXY_URRD, INSTR_SIY_IRD, INSTR_SIL_RDI,
3064 INSTR_SIL_RDU): New instruction formats added.
3065 (MASK_RIE_RRPU, MASK_RIE_RRP0, MASK_RIE_RUPI, MASK_RIE_R0PI,
3066 MASK_RIE_RUPU, MASK_RIE_R0PU, MASK_RIE_R0IU, MASK_RIE_R0I0,
3067 MASK_RIE_R0UU, MASK_RIE_R0U0, MASK_RIE_RRUUU, MASK_RIS_RURDI,
3068 MASK_RIS_R0RDI, MASK_RIS_RURDU, MASK_RIS_R0RDU, MASK_RRF_U0RR,
3069 MASK_RRF_00RR, MASK_RRS_RRRDU, MASK_RRS_RRRD0, MASK_RXY_URRD,
3070 MASK_SIY_IRD, MASK_SIL_RDI, MASK_SIL_RDU): New instruction format
3071 masks added.
3072 (s390_opformats): New formats added "ris", "rrs", "sil".
3073 * opcodes/s390-opc.txt: Add the conditional jumps with the
3074 extensions removed from automatic expansion in s390-mkopc.c manually.
3075 (asi - trtre): Add new System z10 EC instructions.
3076 * include/opcode/s390.h (s390_opcode_cpu_val): S390_OPCODE_Z10 added.
3077
58c85be7
RW
30782008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3079
3080 * configure.ac: m4_include config/proginstall.m4.
3081 * configure: Regenerate.
3082
78124051
RW
30832008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3084
3085 Backport from upstream Libtool:
f7c83eac 3086
78124051 3087 2007-10-12 Eric Blake <ebb9@byu.net>
f7c83eac 3088
78124051
RW
3089 Deal with Autoconf 2.62's semantic change in m4_append.
3090 * ltsugar.m4 (lt_append): Replace broken versions of
3091 m4_append.
3092 (lt_if_append_uniq): Don't require separator to be overquoted,
3093 and avoid broken m4_append.
3094 (lt_dict_add): Fix typo.
3095 * libtool.m4 (_LT_DECL): Don't overquote separator.
3096
018f1bea
DE
30972008-03-13 David Edelsohn <edelsohn@gnu.org>
3098
3099 * config.rpath: Add AIX 6 support.
3100
5c5f596d
PB
31012008-03-13 Paolo Bonzini <bonzini@gnu.org>
3102
3103 * Makefile.def (stageprofile). Remove -fprofile-generate
3104 from stage_libcflags.
3105 * Makefile.in: Regenerate.
3106
a1f93a5e
BE
31072008-03-13 Ben Elliston <bje@au.ibm.com>
3108
3109 * config.sub, config.guess: Update from upstream sources.
3110
98c3d905
AK
31112008-03-06 Florian Krohm <fkrohm@us.ibm.com>
3112
3113 * s390-opc.c (INSTR_RSL_R0RD): Fix operands.
3114 * s390-opc.txt (cmpsc): Duplicate entry removed.
3115 (dxr, sqdr, sqer, cxfbr, cdfbr, cefbr, lzer, lzdr, lzxr,
3116 cegbr, cdgbr, cxgbr, cegr, cdgr, cxgr, cxfr, cdfr, cefr, fixr, fidr,
3117 fier, cu42, cu41): Fix operand format.
3118
7f6ef0c0
PB
31192008-02-20 Paolo Bonzini <bonzini@gnu.org>
3120
f7c83eac
AS
3121 PR bootstrap/32009
3122 PR bootstrap/32161
3123
3124 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
3125 * configure: Regenerate.
3126
3127 * Makefile.def: Define stage_libcflags for all bootstrap stages.
3128 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
3129 STAGE4_LIBCFLAGS): New.
3130 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
3131 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
3132 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
3133 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
3134 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
3135 for target modules. Don't export LIBCFLAGS.
3136 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
3137 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
3138 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
3139 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
3140 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
3141 * Makefile.in: Regenerate.
7f6ef0c0 3142
eaf19029
PB
31432008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3144
3145 PR libgcj/33085
3146 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
3147 Do not use -DDLL_EXPORT. Backport from upstream.
3148
680c43e9
NC
31492008-02-14 Nick Clifton <nickc@redhat.com>
3150
3151 Import this patch from gcc:
3152 2008-01-24 David Edelsohn <edelsohn@gnu.org>
3153
3154 * libtool.m4: Backport AIX 6 support from ToT Libtool.
3155
c72b1d96
HPN
31562008-02-02 Hans-Peter Nilsson <hp@axis.com>
3157
3158 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
3159 * configure: Regenerate.
3160
8b66833e
BW
31612008-01-31 Marc Gauthier <marc@tensilica.com>
3162
3163 * configure.ac (xtensa*-*-*): Recognize processor variants.
3164 * configure: Regenerate.
3165
9cc8ae67
PB
31662008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3167
f7c83eac
AS
3168 PR bootstrap/34922
3169 * configure.ac (PARSE_ARGS): Push suitable setting of
3170 ac_subdirs_all, for `./configure --help=recursive'.
3171 Handle `+' in generic toplevel directory disabling.
3172 * configure: Regenerate.
9cc8ae67 3173
19090595
BE
31742008-01-23 Ben Elliston <bje@au.ibm.com>
3175
3176 * config.sub, config.guess: Update from upstream sources.
3177
9f1e7fd3
BE
31782008-01-08 Ben Elliston <bje@au.ibm.com>
3179
3180 * config.sub, config.guess: Update from upstream sources.
3181
2f959d61
JJ
31822007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3183
3184 * COPYING.LIBGLOSS: Update default copyright.
3185
aa054b85
JJ
31862007-12-19 Jeff Johnston <jjohnstn@redhat.com>
3187
3188 * COPYING.NEWLIB: Update default copyright.
3189
57c53b2b
RS
31902007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3191
3192 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
3193 Change recommended MPFR from 2.2.1 > 2.3.0.
3194 * configure: Regenerate.
3195
fee14b60
RS
31962007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
3197
3198 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
3199 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
3200 * Makefile.in: Regenerate.
3201
c9b68031
DD
32022007-12-10 Andreas Tobler <a.tobler@schweiz.org>
3203
3204 * configure.ac: Enable libjava for x86_64-*-darwin9.
3205 * configure: Regenerate.
3206
ad25e7d5
BE
32072007-12-05 Ben Elliston <bje@au.ibm.com>
3208
3209 * config.sub, config.guess: Update from upstream sources.
3210
6ac84f65
PB
32112007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3212
f7c83eac
AS
3213 * config-ml.in: Robustify against white space in absolute file
3214 names.
6ac84f65 3215
f7c83eac
AS
3216 * config-ml.in (multi-clean): Substitute ${Makefile}.
3217 Remove superfluous ${Makefile} in list.
6ac84f65 3218
7b3200f9
DJ
32192007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
3220
3221 * Makefile.def (dependencies): Make configure-gdb depend on
3222 all-intl.
3223 * Makefile.in: Regenerated.
3224
2c133ff9
JJ
32252007-10-15 Patrick Mansfield <patmans@us.ibm.com>
3226
3227 * Makefile.def: To avoid problems running with parallel makes,
3228 build newlib before libgloss so that target specific header
3229 files are availble.
3230 * Makefile.in: Regenerate.
3231
5074315a
DJ
32322007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3233
3234 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
3235 * Makefile.in: Regenerate.
3236
f5bc1778
DJ
32372007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
3238
3239 * src-release (GDB_SUPPORT_DIRS): Add libdecnumber.
3240 * libdecnumber: New directory, imported from GCC.
3241
c66487f8
NC
32422007-10-08 Mike Frysinger <vapier@gentoo.org>
3243
3244 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
3245 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
3246 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
3247 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
3248 * configure: Regenerate.
3249
b5714970
PB
32502007-10-01 Paolo Bonzini <bonzini@gnu.org>
3251
3252 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
3253 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
3254 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
3255 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
3256 * configure.ac: Default them to host tools for $host = $build.
3257 Subst them.
3258
3259 * configure: Regenerate.
3260 * Makefile.in: Regenerate.
3261
f3b1e08e
RS
32622007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
3263
3264 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
3265 * configure: Regenerate.
3266
cff87f51
DD
32672007-09-19 Benjamin Kosnik <bkoz@redhat.com>
3268
3269 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
3270 libstdc++.
3271 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
3272 * configure: Regenerate.
3273 * Makefile.in: Regenerate.
f7c83eac 3274
625a61cd
AS
32752007-09-17 Andreas Schwab <schwab@suse.de>
3276
3277 * configure.ac: Raise minimum makeinfo version to 4.6.
3278 * configure: Regenerate.
3279
83a3a68b
AM
32802007-09-15 Alan Modra <amodra@bigpond.net.au>
3281
3282 * configure.ac: Correct makeinfo version check.
3283 * configure: Regenerate.
3284
5bd8be13
RS
32852007-09-14 Richard Sandiford <richard@codesourcery.com>
3286
3287 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
3288 to $skipdirs and only disable gprof for newlib. Use the normal
3289 mips*-elf* handling in other respects.
3290 * configure: Regnerate.
3291
5566c1fa
DD
32922007-09-12 David Daney <ddaney@avtrex.com>
3293
3294 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
3295 enabling libgcj.
3296 * configure: Regenerate.
3297
32982007-09-12 Richard Guenther <rguenther@suse.de>
3299
3300 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3301 nor --disable-checking is provided also turn on yes and types
3302 checking for stage1.
3303 * configure: Re-generate.
3304
a18e2996 33052007-09-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
84e7906e
AH
3306
3307 PR target/33281
3308 * configure.ac: Use config/mh-mingw on mingw.
3309 * configure: Regenerate.
84e7906e 3310
691bb5a1
DD
33112007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
3312
3313 PR other/32154
3314 * configure.ac: For libgloss targets, point the linker to the linker
3315 script, startup code and simulator library.
3316 * configure: Regenerate.
3317
6d18b86b
AH
33182007-09-09 Andrew Haley <aph@redhat.com>
3319
3320 * configure.ac (noconfigdirs): Remove target-libffi and
a18e2996 3321 target-libjava.
6d18b86b 3322
f00a3165 33232007-08-29 Nick Clifton <nickc@redhat.com>
971aaaa5 3324
f00a3165 3325 * config.sub, config.guess: Update from upstream sources.
971aaaa5 3326
2abc4e65
BE
33272007-08-21 Richard Guenther <rguenther@suse.de>
3328
3329 * configure.ac: Add types checking to stage1 checking flags.
3330 * configure: Regenerate.
3331
8a6ee3ab 33322007-08-18 Paul Brook <paul@codesourcery.com>
f7c83eac 3333 Joseph Myers <joseph@codesourcery.com>
8a6ee3ab
JM
3334
3335 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
3336 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
3337 * Makefile.in: Regenerate.
3338 * configure.ac (--with-debug-prefix-map): New.
3339 * configure: Regenerate.
3340
429acdec
RS
33412007-08-17 Richard Sandiford <richard@codesourcery.com>
3342 Nigel Stephens <nigel@mips.com>
3343
429acdec
RS
3344 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
3345 as target_makefile_frag.
3346 * configure: Regenerate.
3347
8520c408
AO
33482007-08-16 Alexandre Oliva <aoliva@redhat.com>
3349
3350 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3351 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3352 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3353 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3354 (do-compare, do-compare3, do-compare-debug): New.
3355 ([+compare-target+]): Use them.
3356
33572007-08-16 Alexandre Oliva <aoliva@redhat.com>
3358
3359 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
3360 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
3361 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
3362 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
3363 (do-compare, do-compare3, do-compare-debug): New.
3364 ([+compare-target+]): Use them.
3365
2444379b
BE
33662007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3367 Ben Elliston <bje@au.ibm.com>
3368
3369 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
3370 --silent if $silent.
3371 * configure: Regenerate.
3372
d6f99447
DJ
33732007-08-12 Daniel Jacobowitz <dan@codesourcery.com>
3374
3375 * src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.
3376
bd0aa315
NC
33772007-07-17 Nick Clifton <nickc@redhat.com>
3378
3379 * COPYING3: New file. Contains version 3 of the GNU General
3380 Public License.
3381 * COPYING3.LIB: New file. Contains version 3 of the GNU
3382 Lesser General Public License.
3383
0ebe98fb
BS
33842007-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
3385
3386 * configure.ac: Fix my previous change to really match GCC.
3387 * configure: Regenerate.
3388
521ec477
DD
33892007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3390
3391 * configure.ac: Rewrite 'configure --help' strings to look nicer.
3392 * configure: Regenerate.
3393
33942007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3395
3396 * configure.ac: Add some missing m4 quotation.
3397 * configure: Regenerate.
3398
0c24b341
NC
33992007-07-09 Kai Tietz <kai.tietz@onevision.com>
3400
f7c83eac
AS
3401 * Makefile.def: Add windmc tool to build.
3402 * Makefile.tpl: Likewise.
3403 * configure.ac: Likewise.
3404 * Makefile.in: Regenerate.
3405 * configure: Regenerate.
0c24b341 3406
a09314d0
L
34072007-07-05 H.J. Lu <hongjiu.lu@intel.com>
3408
3409 * lt~obsolete.m4: New. Import from 20070318 libtool.
3410
7c3e1d12
BS
34112007-06-29 Bernd Schmidt <bernd.schmidt@analog.com>
3412
3413 * configure.ac: Don't add target-libmudflap to noconfigdirs for
3414 uclinux and linux-uclibc targets.
3415 * configure: Regenerate.
3416
a5b3b4dd
DD
34172007-06-28 DJ Delorie <dj@redhat.com>
3418
3419 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
3420 not building newlib.
3421 * configure: Regenerated.
f7c83eac 3422
184d813c
DJ
34232007-06-22 Daniel Jacobowitz <dan@codesourcery.com>
3424
3425 * src-release (DEVO_SUPPORT): Correct typos.
3426
31d99776
DJ
34272007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
3428
3429 * Makefile.def: Add dependency from configure-gdb to all-bfd.
3430 * Makefile.in: Regenerated.
3431
e00a73e3
PB
34322007-06-14 Paolo Bonzini <bonzini@gnu.org>
3433
f7c83eac
AS
3434 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
3435 (distclean-stage[+id+]): Possibly delete stage_last.
3436 * Makefile.in: Regenerate.
e00a73e3 3437
98a1bbc5
BE
34382007-06-07 Ben Elliston <bje@au.ibm.com>
3439
3440 * config.sub, config.guess: Update from upstream sources.
3441
973601e1
BE
34422007-06-07 Ben Elliston <bje@au.ibm.com>
3443
3444 * Makefile.tpl: Fix spelling error.
3445 * Makefile.in: Regenerate.
3446
2038f525
PB
34472007-06-04 Paolo Bonzini <bonzini@gnu.org>
3448
3449 Sync with gcc:
3450 2007-05-30 Jakub Jelinek <jakub@redhat.com>
3451
f7c83eac
AS
3452 PR bootstrap/29382
3453 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
3454 * configure: Rebuilt.
2038f525 3455
f7c5c4b5
PB
34562007-06-01 Steve Ellcey <sje@cup.hp.com>
3457
12a64d4f
L
3458 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
3459 lt_cv_sys_max_cmd_len.
f7c5c4b5 3460
7ad9660b
PB
34612007-05-31 Paolo Bonzini <bonzini@gnu.org>
3462
3463 * ltgcc.m4: Update from GCC.
3464
0e7ef45c
EC
34652007-05-25 Andreas Tobler <a.tobler@schweiz.org>
3466
12a64d4f 3467 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
0e7ef45c 3468
37ad9514
SE
34692007-05-24 Steve Ellcey <sje@cup.hp.com>
3470
3471 * ltmain.sh: Update from GCC.
3472 * libtool.m4: Update from GCC.
3473 * ltsugar.m4: New. Update from GCC.
3474 * ltversion.m4: New. Update from GCC.
3475 * ltoptions.m4: New. Update from GCC.
3476 * ltconfig: Remove.
3477 * ltcf-c.sh: Remove.
3478 * ltcf-cxx.sh: Remove.
3479 * ltcf-gcj.sh: Remove.
3480 * src-release: Update with new libtool file list.
3481
8ee82aff
PB
34822007-05-16 Paolo Bonzini <bonzini@gnu.org>
3483
3484 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
3485 stage_cflags.
3486 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
3487 Remove CFLAGS/LIBCFLAGS.
3488 (configure-stage[+id+]-[+prefix+][+module+],
3489 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
3490 * Makefile.in: Regenerate.
3491
149cb58d
SE
34922007-04-14 Steve Ellcey <sje@cup.hp.com>
3493
3494 * config-ml.in: Update from GCC.
3495
91506736
DJ
34962007-04-09 Daniel Jacobowitz <dan@codesourcery.com>
3497
3498 * src-release (do-proto-toplev): Process the support directories before
3499 the tool directory.
3500
ffa8bd48
RS
35012007-03-21 Richard Sandiford <richard@codesourcery.com>
3502
3503 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
3504 of glob. Quote arguments with single quotes too.
3505 * configure: Regenerate.
3506
a4fd3374
DD
35072007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
3508
3509 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
3510 * Makefile.in: Regenerate
3511
b8025f34
AS
35122007-03-07 Andreas Schwab <schwab@suse.de>
3513
3514 * configure: Regenerate.
3515
a3ca38d2
DD
35162007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3517
3518 * configure.ac: Add "--with-pdfdir" configure option,
3519 which defines pdfdir variable.
3520 * Makefile.def (target=fixincludes): Add install-pdf to
3521 missing targets.
3522 (recursive_targets): Add install-pdf target.
3523 (flags_to_pass): Add pdfdir.
3524 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
3525 target.
3526 * configure: Regenerate
3527 * Makefile.in: Regenerate
3528
35292007-02-28 Eric Christopher <echristo@apple.com>
3530
3531 Revert:
3532 2006-12-07 Mike Stump <mrs@apple.com>
3533
3534 * Makefile.def (dependencies): Add dependency for
3535 install-target-libssp and install-target-libgomp on
3536 install-gcc.
3537 * Makefile.in: Regenerate.
3538
35392007-02-27 Matt Kraai <kraai@ftbfs.org>
3540
3541 * configure: Regenerate.
3542 * configure.ac: Move statements after variable declarations.
3543
a4708fba
JM
35442007-02-19 Joseph Myers <joseph@codesourcery.com>
3545
3546 * configure.ac: Adjust for loop syntax.
3547 * configure: Regenerate.
3548
9a819804
AO
35492007-02-18 Alexandre Oliva <aoliva@redhat.com>
3550
3551 * configure: Rebuilt.
3552
81ec575a
AO
35532007-02-18 Alexandre Oliva <aoliva@redhat.com>
3554
3555 * configure.ac: Drop multiple occurrences of --enable-languages,
3556 and fix its quoting.
3557 * configure: Rebuilt.
3558
92f01d61 35592007-02-17 Mark Mitchell <mark@codesourcery.com>
f7c83eac
AS
3560 Nathan Sidwell <nathan@codesourcery.com>
3561 Vladimir Prus <vladimir@codesourcery.com
3562 Joseph Myers <joseph@codesourcery.com>
92f01d61
JM
3563
3564 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
3565 * configure: Regenerate.
3566
b1299c4e
DJ
35672007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3568
3569 * configure.ac (target_libraries): Move libgcc before libiberty.
3570 * configure: Regenerated.
3571
18f6b6ee
PB
35722007-02-13 Paolo Bonzini <bonzini@gnu.org>
3573
3574 * configure: Regenerate again?
3575
9c4e9f27
PB
35762007-02-13 Paolo Bonzini <bonzini@gnu.org>
3577
3578 * configure: Reapply PR30748 fix which was lost in the previous commit.
3579
24ff9987
DJ
35802007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
3581 Paolo Bonzini <bonzini@gnu.org>
3582
3583 PR bootstrap/30753
3584 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
3585 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
3586 * configure: Regenerated.
3587
7df2cd5d
PB
35882007-02-10 Paolo Bonzini <bonzini@gnu.org>
3589
3590 * configure: Regenerate.
3591
b0aaa663
DJ
35922007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3593
3594 PR bootstrap/30748
3595 * configure.ac: Correct syntax for Solaris ksh.
3596 * configure: Regenerated.
3597
a0323144
PB
35982007-02-09 Paolo Bonzini <bonzini@gnu.org>
3599
3600 * Makefile.def: Sync with GCC.
3601 * Makefile.tpl: Sync with GCC.
3602 * Makefile.in: Regenerate.
3603 * configure: Regenerate.
3604
c6b750e1
DJ
36052007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3606
3607 * Makefile.tpl (build_alias, host_alias, target_alias): Use
3608 noncanonical equivalents.
3609 * configure.in: Rename to...
3610 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
3611 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
3612 target_noncanonical. Use them. Rewrite removal of configure
3613 arguments for autoconf 2.59. Discard variable settings. Force
3614 program_transform_name for native tools.
3615
3616 * Makefile.in: Regenerated.
3617 * configure: Regenerated with autoconf 2.59.
3618
3619 * src-release (DEVO_SUPPORT, do-proto-toplev): Expect configure.ac.
3620
f3cd89f4
JJ
36212007-02-08 Jeff Johnston <jjohnstn@redhat.com>
3622
3623 * COPYING.LIBGLOSS: Reformat default Red Hat
3624 license to fit within 80 columns.
3625 * COPYING.NEWLIB: Ditto.
3626
4e206d7e
DB
36272007-02-05 Dave Brolley <brolley@redhat.com>
3628
3629 * Contribute the following changes:
3630 2006-11-28 DJ Delorie <dj@redhat.com>
3631
3632 * configure.in: Fix typo for mep's target_makefile_frag.
3633 * configure: Regenerated.
3634
3635 2005-04-22 Richard Sandiford <rsandifo@redhat.com>
3636
3637 * configure.in (mep*): Add -mlibrary to FLAGS_FOR_TARGET.
3638 * configure: Regenerate.
3639
3640 2001-09-19 DJ Delorie <dj@redhat.com>
3641
3642 * configure.in (target_makefile_frag): use mt-mep
3643
3644 2001-06-12 Don Howard <dhoward@redhat.com>
3645
3646 * configure.in: Remove gdb from MeP skip list.
3647
3648 2001-04-05 DJ Delorie <dj@redhat.com>
3649
3650 * configure.in (noconfigdirs): Remove gcc from MeP skip list.
3651
3652 2001-03-20 Ben Elliston <bje@redhat.com>
3653
3654 * configure.in (noconfigdirs): Add gcc and gdb for MeP.
3655
3656 2001-03-19 Ben Elliston <bje@redhat.com>
3657
3658 * config.sub (mep, mep-*): Add.
3659
b2edfdd2
AS
36602007-01-31 Andreas Schwab <schwab@suse.de>
3661
3662 * Makefile.tpl (LDFLAGS): Substitute it.
3663 * Makefile.in: Regenerate.
3664
ceb92e78
PB
36652007-01-11 Paolo Bonzini <bonzini@gnu.org>
3666
3667 * configure.in: Change == to = in test command.
f7c83eac 3668 * configure: Regenerate.
ceb92e78 3669
4b900473 36702007-01-11 Paolo Bonzini <bonzini@gnu.org>
f7c83eac
AS
3671 Nick Clifton <nickc@redhat.com>
3672 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
3673
3674 * configure.in (build_configargs, host_configargs, target_configargs):
3675 Remove build/host/target parameters.
3676 (host_libs): Add gmp and mpfr.
3677 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
3678 * Makefile.def (gmp, mpfr): New.
3679 (gcc): Remove target.
3680 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
3681 target_os, target_vendor): New.
3682 (configure): Add host_alias/target_alias arguments. Adjust invocations.
3683 * configure: Regenerate.
3684 * Makefile.in: Regenerate.
4b900473
PB
3685
36862007-01-11 Matt Fago <fago@earthlink.net>
3687
3688 * configure.in: Try to link to functions only in mpfr 2.2.x
f7c83eac 3689 to improve robustness of configure tests.
4b900473
PB
3690 * configure: Regenerate.
3691
80f6dcbc
NC
36922007-01-08 Kai Tietz <kai.tietz@onevision.com>
3693
3694 * configure.in: Add support for an x86_64-mingw* target.
b1b532dd 3695 * configure: Regenerate.
80f6dcbc 3696
f86e35b8
NC
36972007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
3698
3699 * Makefile.tpl (all-target): Correct @if conditional for target
3700 modules.
3701 * configure.in: Omit libiberty if building only target libgcc.
3702 * configure, Makefile.in: Regenerated.
3703
79fcd0ec
PB
37042007-01-04 Paolo Bonzini <bonzini@gnu.org>
3705
3706 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
3707 * configure: Regenerate.
3708
6aa8ef82
DJ
37092007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
3710
3711 * Makefile.def (target_modules): Add libgcc.
3712 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
3713 * Makefile.tpl (clean-target-libgcc): Delete.
3714 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
3715 on gcc even for bootstrapped modules. Rewrite handling of
3716 lang_env_dependencies to loop over target_modules.
3717 * configure.in (target_libraries): Add target-libgcc.
3718 * Makefile.in, configure: Regenerated.
3719
9b134994
PB
37202006-12-29 Paolo Bonzini <bonzini@gnu.org>
3721
3722 Sync with gcc:
3723 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3724
f7c83eac
AS
3725 * configure.in: Reorganize recognition of languages. Add
3726 --enable-stage1-languages. Show supported languages for the chosen
3727 target rather than all recognized languages.
3728 * configure: Regenerate.
9b134994
PB
3729
3730 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
3731
f7c83eac
AS
3732 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
3733 * Makefile.in: Regenerate.
9b134994
PB
3734
3735 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3736
f7c83eac
AS
3737 * configure.in: Warn that MPFR 2.2.0 is buggy.
3738 * configure: Regenerate.
9b134994 3739
8cf39b1b
ILT
37402006-12-27 Ian Lance Taylor <iant@google.com>
3741
3742 * configure.in: When removing Makefiles to force a reconfigure, also
3743 remove prev-DIR*/Makefile.
3744 * configure: Regenerate.
3745
ebff6cd5
KH
37462006-12-23 Kazu Hirata <kazu@codesourcery.com>
3747
3748 * config.bfd: Recognize fido.
3749
8a0d8a5c
PB
37502006-12-19 Paolo Bonzini <bonzini@gnu.org>
3751
3752 Sync with gcc:
3753
3754 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3755
3756 * configure.in: Remove "$build" case for powerpc-*-darwin* since
3757 it only affects bootstrap and could be tested on "$host" as well.
3758 * configure: Regenerate.
3759 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3760
3761 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
3762
3763 PR bootstrap/29544
3764 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
3765 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
3766 move here comment from Makefile.tpl.
3767 * Makefile.tpl: Move some definitions higher in the file.
3768 (STAGE1_CHECKING): New.
3769 * configure.in: Add --enable-stage1-checking.
3770 * configure: Regenerate.
3771 * Makefile.in: Regenerate.
3772
3773 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3774
3775 * configure.in: Update error message for missing GMP/MPFR.
3776
3777 * configure: Regenerate.
3778
3779 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3780
3781 * configure.in: Update MPFR version in error message.
3782
3783 * configure: Regenerate.
3784
3785 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3786
3787 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
3788 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
3789 --with-gmp-lib): New flags.
3790
3791 * configure: Regenerate.
3792
790c0838
AM
37932006-12-12 Andreas Tobler <a.tobler@schweiz.org>
3794
3795 PR bootstrap/30134
3796 * configure.in: Correct x86 darwin support for libjava to powerpc
3797 and i?86 only.
3798 * configure: Regenerate.
3799
77d7106f
AM
38002006-12-11 Alan Modra <amodra@bigpond.net.au>
3801
3802 * configure.in: Handle spu makefile frag.
77d7106f
AM
3803 * Makefile.tpl (MAINT): Define
3804 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
3805 * configure: Regenerate.
3806 * Makefile.in: Regenerate.
3807
0cfa5389
BE
38082006-12-11 Ben Elliston <bje@au.ibm.com>
3809
3810 * config.sub, config.guess: Update from upstream sources.
3811
2839fe5d
BE
38122006-12-11 Ben Elliston <bje@au.ibm.com>
3813
3814 * configure.in: Sync with GCC (spu-*-*).
3815 * configure: Sync with GCC.
3816
b897f5d4
MS
38172006-12-07 Mike Stump <mrs@apple.com>
3818
3819 * Makefile.def (dependencies): Add dependency for
3820 install-target-libssp and install-target-libgomp on
3821 install-gcc.
3822 * Makefile.in: Regenerate.
3823
9daf3993
PB
38242006-11-16 Paolo Bonzini <bonzini@gnu.org>
3825
3826 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
3827 (unstage): Test for stage_last presence.
3828
3829 PR bootstrap/29802
3830 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
3831 * Makefile.in: Regenerate.
3832
9dbaa842
DD
38332006-11-14 DJ Delorie <dj@redhat.com>
3834
3835 * Makefile.tpl (clean-stage*): Sync with GCC (clean).
3836 * Makefile.in: Sync with GCC.
3837 * configure.in: Sync with GCC (mpfr, gmp).
3838 * configure: Sync with GCC.
3839
b0cbce8d
JJ
38402006-11-08 Jie Zhang <jie.zhang@analog.com>
3841
3842 * configure.in: Remove target-libgloss from noconfigdirs for
3843 bfin-*-*.
3844 * configure: Regenerated.
3845
44330a94
JJ
38462006-10-27 Jeff Johnston <jjohnstn@redhat.com>
3847
3848 * COPYING.NEWLIB: Add spu license.
7de05dd5 3849 * COPYING.LIBGLOSS: Ditto.
44330a94 3850
56a8fe78
DD
38512006-10-17 Brooks Moses <bmoses@stanford.edu>
3852
3853 * Makefile.def: Added pdf target handling.
3854 * Makefile.tpl: Added pdf target handling.
3855 * Makefile.in: Regenerated.
3856
fbb00ad0
JJ
38572006-10-11 Jeff Johnston <jjohnstn@redhat.com>
3858
3859 * COPYING.NEWLIB: Updated.
3860 * COPYING.LIBGLOSS: Ditto.
3861
6b89cc21
DB
38622006-09-27 Dave Brolley <brolley@redhat.com>
3863
3864 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
3865 $s instead of $r.
3866 * configure: Regenerated.
3867
17bcf627
BE
38682006-09-26 Ben Elliston <bje@au.ibm.com>
3869
3870 * config.sub, config.guess: Update from upstream sources.
3871
f3529cf1
TS
38722006-09-20 Thiemo Seufer <ths@mips.com>
3873
3874 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
3875 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
3876 * configure: Regenerate.
3877
45055374
CV
38782006-08-30 Corinna Vinschen <corinna@vinschen.de>
3879
3880 * configure.in: Never build newlib for a Mingw host.
3881 Never build newlib as Mingw target library.
3882 Test the existence of winsup/cygwin for building a Cygwin newlib,
3883 rather than just winsup.
3884 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
3885 building a Mingw target.
3886 * configure: Regenerate.
3887
4be041b2 38882006-08-15 Thiemo Seufer <ths@mips.com>
f7c83eac
AS
3889 Nigel Stephens <nigel@mips.com>
3890 David Ung <davidu@mips.com>
4be041b2
TS
3891
3892 * config.sub: Add support for sde as alias of mipsisa32-sde-elf.
3893
1d89b610
PB
38942006-07-25 Paolo Bonzini <bonzini@gnu.org>
3895
3896 Sync from GCC:
3897 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
3898
f7c83eac
AS
3899 PR bootstrap/18058
3900 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
3901 if the bootstrap compiler is a GCC version that supports it.
3902 * configure: Regenerate.
1d89b610 3903
66a79c16
DJ
39042006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
3905
3906 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
3907 * configure: Regenerated.
3908
c1cb7e02
PB
39092006-07-18 Paolo Bonzini <bonzini@gnu.org>
3910
f7c83eac
AS
3911 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
3912 for stages after the first.
c1cb7e02 3913
7206a0ee
JJ
39142006-07-17 Jakub Jelinek <jakub@redhat.com>
3915
3916 * Makefile.def: Add dependencies for configure-opcodes
3917 on configure-intl and all-opcodes on all-intl.
3918 * Makefile.in: Regenerated.
3919
6816f995
AO
39202006-07-04 Peter O'Gorman <peter@pogma.com>
3921
3922 * ltconfig: chmod 644 before ranlib during install.
3923
3d3adb43
PB
39242006-07-03 Paolo Bonzini <bonzini@gnu.org>
3925
1f3f1bbf 3926 * configure.in: Fix thinkos in previous check-in.
3d3adb43
PB
3927 * configure: Regenerate.
3928
64ce424c
PB
39292006-07-03 Paolo Bonzini <bonzini@gnu.org>
3930
3931 Sync from gcc:
3932
3933 2007-07-03 Paolo Bonzini <bonzini@gnu.org>
3934
3935 PR other/27063
3936 * configure.in: Test subdir_requires and give an appropriate
3937 error message.
3938 * configure: Regenerate.
3939
3940 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3941
3942 PR target/27540
3943 * configure.in: Only enable libgomp on IRIX 6.
3944 * configure: Regenerate.
3945
d42c4017
DA
39462006-06-20 David Ayers <d.ayers@inode.at>
3947
3948 PR bootstrap/28072
3949 * configure.in: Add target-boehm-gc to noconfigdirs depending on
3950 whether target-libjava is being configured instead of whether the
3951 java front end is enabled.
3952 * configure: Regenerate.
0e7ef45c 3953
4962c51a
MS
39542006-06-15 Mark Shinwell <shinwell@codesourcery.com>
3955
3956 * include/elf/arm.h: Correct names of R_ARM_LDC_G{0,1,2}
3957 to R_ARM_LDC_SB_G{0,1,2} respectively.
3958
caee866a
PB
39592006-06-15 Paolo Bonzini <bonzini@gnu.org>
3960
3961 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
3962 too.
3963 * Makefile.in: Regenerate.
3964
363ef840
DA
39652006-06-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3966
3967 Sync from gcc:
3968
3969 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3970 * configure.in: Don't enable libgomp on hpux10.
3971 * configure: Rebuilt.
3972
54d1c879
DA
39732006-06-13 David Ayers <d.ayers@inode.at>
3974
3975 Sync from gcc:
3976
3977 2006-06-12 David Ayers <d.ayers@inode.at>
0e7ef45c 3978
54d1c879
DA
3979 PR bootstrap/27963
3980 PR target/19970
0e7ef45c 3981 * configure.in: Remove target-boehm-gc from noconfigdirs where
54d1c879
DA
3982 ${libgcj} is specified.
3983 * configure: Regenerate.
0e7ef45c 3984
a4d8b690
JJ
39852006-06-08 Jeff Johnston <jjohnstn@redhat.com>
3986
3987 Sync from gcc:
3988
3989 2005-01-12 David Edelsohn <edelsohn@gnu.org>
f7c83eac 3990 Andreas Schwab <schwab@suse.de>
a4d8b690
JJ
3991
3992 PR bootstrap/18033
3993 * config-ml.in: Eval option if surrounded by single quotes.
3994
4f0ef2d8
CD
39952006-06-07 Carlos O'Donell <carlos@codesourcery.com>
3996
3997 Sync from gcc:
0e7ef45c 3998
4f0ef2d8 3999 2006-06-06 David Ayers <d.ayers@inode.at>
0e7ef45c 4000
4f0ef2d8
CD
4001 PR libobjc/13946
4002 * Makefile.def: Add dependencies for libobjc which boehm-gc.
4003 * Makefile.in: Regenerate.
4004 * configure.in: Add --enable-objc-gc at toplevel and have it
4005 enable boehm-gc for Objective-C.
4006 Remove target-boehm-gc from libgcj.
4007 Add target-boehm-gc to target_libraries.
4008 Add target-boehm-gc to noconfigdirs where ${libgcj}
4009 is specified.
4010 Assert that boehm-gc is supported when requested for Objective-C.
4011 Only build boehm-gc if needed either for Java or Objective-C.
4012 * configure: Regenerate.
4013
4014 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
0e7ef45c 4015
4f0ef2d8
CD
4016 PR 27674
4017 * Makefile.tpl (configure-[+prefix+][+module+],
4018 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
4019 Remove rule to unstage bootstrapped modules.
4020 (stage_current): New.
4021 * Makefile.in: Regenerate.
4022
4023 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4024 Andreas Tobler <a.tobler@schweiz.ch>
4025
4026 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
4027 * configure: Rebuilt.
4028
4029 Revert
4030 2006-01-31 Richard Guenther <rguenther@suse.de>
4031 Paolo Bonzini <bonzini@gnu.org>
4032
4033 * Makefile.def (target_modules): Add libgcc-math target module.
4034 * configure.in (target_libraries): Add libgcc-math target library.
4035 (--enable-libgcc-math): New configure switch.
4036 * Makefile.in: Re-generate.
4037 * configure: Re-generate.
4038
c17b816b
JJ
40392006-06-05 Jeff Johnston <jjohnstn@redhat.com>
4040
4041 * config-ml.in: Alter CCASFLAGS to include special
4042 multilib options the same as is done for CFLAGS.
4043
20e95c23
DJ
40442006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
4045
4046 * Makefile.def: Added dependencies from sim and gdb on intl, and
4047 added configure dependencies to everything with an all dependency
4048 on intl.
4049 * gettext.m4: Removed.
4050 * src-release (DEVO_SUPPORT): Don't mention gettext.m4.
4051 (GDB_SUPPORT_DIRS): Add intl.
4052 * Makefile.in: Regenerated.
4053
4bd8ad80
DJ
40542006-05-25 Daniel Jacobowitz <dan@codesourcery.com>
4055
4056 * src-release (DEVO_SUPPORT): Add config.rpath.
4057
c380fdd8
PB
40582006-05-25 Paolo Bonzini <bonzini@gnu.org>
4059
4060 * Makefile.def (bfd, opcodes): Fix lib_path.
4061 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
4062 (restrap): Move under "@if gcc-bootstrap". Fix typo.
4063 * Makefile.in: Regenerate.
4064
701628f5
MS
40652006-05-24 Mark Shinwell <shinwell@codesourcery.com>
4066
4067 * configure.in: Enable gprof for cross builds.
4068 * configure: Regenerate.
4069
25aae7f2
DJ
40702006-05-17 Daniel Jacobowitz <dan@codesourcery.com>
4071
4072 * src-release (MAKEINFOFLAGS): Define.
4073 (do-proto-toplev): Pass MAKEINFOFLAGS to submakes.
4074
ea3d1626
BE
40752006-05-14 Ben Elliston <bje@au.ibm.com>
4076
4077 * config.sub, config.guess: Update from upstream sources.
4078
49b9e644
BE
40792006-05-12 Ben Elliston <bje@au.ibm.com>
4080
4081 * config.sub, config.guess: Update from upstream sources.
4082
482dd2f6
DJ
40832006-05-04 Steve Ellcey <sje@cup.hp.com>
4084
4085 * blt, iwidgets, mmalloc: Remove directories.
4086
8b01a5c2
DD
40872006-05-01 DJ Delorie <dj@redhat.com>
4088
641a3af4 4089 * configure.in: Restore CFLAGS if GMP isn't present.
8b01a5c2
DD
4090 * configure: Regenerate.
4091
a481dbb7
DD
40922006-04-18 DJ Delorie <dj@redhat.com>
4093
4094 * configure.in (m32c): Build libstdc++-v3. Pass flags to
4095 reference libgloss so that libssp can be built in a combined
4096 tree.
4097 * configure: Regenerate.
4098
962c9e74
BE
40992006-04-10 Ben Elliston <bje@au.ibm.com>
4100
4101 * contrib: Remove directory.
4102
108a6f8e
CD
41032006-04-06 Carlos O'Donell <carlos@codesourcery.com>
4104
4105 * Makefile.tpl: Add install-html target.
4106 * Makefile.def: Add install-html target.
4107 * Makefile.in: Regenerate.
4108 * configure.in: Add --with-datarootdir, --with-docdir,
4109 and --with-htmldir options.
4110 * configure: Regenerate.
4111
a4ef73e9
BE
41122006-03-31 Ben Elliston <bje@au.ibm.com>
4113
4114 PR binutils/1860
4115 * configure.in: Require makeinfo 4.4 or higher.
4116 * configure: Regenerate.
4117
b37df25a
PB
41182006-03-14 Paolo Bonzini <bonzini@gnu.org>
4119
4120 * Makefile.in: Regenerate.
4121
a6df5a19
PB
41222006-03-14 Paolo Bonzini <bonzini@gnu.org>
4123
4124 Sync with gcc:
4125 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
4126
f7c83eac
AS
4127 * configure.in: Handle --disable-<component> generically.
4128 * configure: Regenerate.
a6df5a19
PB
4129
4130 2006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
0e7ef45c 4131
f7c83eac
AS
4132 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
4133 (TARGET_CONFIGDIRS): Remove.
4134 * configure.in: Remove AC_SUBST(target_configdirs).
4135 * Makefile.in, configure: Regenerated.
a6df5a19
PB
4136
4137
65419985
L
41382006-03-01 H.J. Lu <hongjiu.lu@intel.com>
4139
4140 PR libgcj/17311
4141 * ltmain.sh: Don't use "$finalize_rpath" for compile.
4142
c52c6897
PB
41432006-02-20 Paolo Bonzini <bonzini@gnu.org>
4144
4145 PR bootstrap/25670
4146
4147 * Makefile.tpl ([+compare-target+]): Print explanation messages.
4148
4149 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
4150 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
4151 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
4152 BUILD_PREFIX, BUILD_PREFIX_1.
4153 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
4154
4155 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
4156 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
4157
4158 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
4159 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
4160 of `cat stage_current`. Always provide the `r' and `s' variables.
4161 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
4162 a single shell execution.
4163 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
4164 bootstrapped modules, make the stage1 module if the build was not
4165 started yet, else build the current stage.
4166 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
4167 (all-build, all-host, all-target, [+make_target+]-host,
4168 [+make_target+]-target): Do not use \-continued lines.
4169 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
4170 (current_stage, restrap, stage_last): New.
4171
4172 * Makefile.in: Regenerate.
4173 * configure: Regenerate.
4174
b3ded179
PB
41752006-02-14 Paolo Bonzini <bonzini@gnu.org>
4176
4177 Sync from gcc:
4178
4179 2006-01-31 Richard Guenther <rguenther@suse.de>
4180 Paolo Bonzini <bonzini@gnu.org>
4181
f7c83eac
AS
4182 * Makefile.def (target_modules): Add libgcc-math target module.
4183 * configure.in (target_libraries): Add libgcc-math target library.
4184 (--enable-libgcc-math): New configure switch.
4185 * Makefile.in: Re-generate.
4186 * configure: Re-generate.
4187 * libgcc-math: New toplevel directory.
b3ded179
PB
4188
4189 2006-01-18 Richard Henderson <rth@redhat.com>
f7c83eac
AS
4190 Jakub Jelinek <jakub@redhat.com>
4191 Diego Novillo <dnovillo@redhat.com>
b3ded179 4192
f7c83eac
AS
4193 * libgomp: New directory.
4194 * Makefile.def: Add target_module libgomp.
4195 * Makefile.in: Regenerate.
4196 * configure.in (target_libraries): Add target-libgomp.
4197 * configure: Regenerate.
b3ded179 4198
3a35eeb3
PB
41992006-02-14 Paolo Bonzini <bonzini@gnu.org>
4200 Andreas Schwab <schwab@suse.de>
0e7ef45c 4201
3a35eeb3
PB
4202 * configure: Regenerate.
4203
2429c060
PB
42042006-01-16 Paolo Bonzini <bonzini@gnu.org>
4205
4206 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
4207 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
4208 the assembler, linker and binutils.
4209 * configure: Regenerate.
4210
ec49b2b8
NC
42112006-01-16 Nick Clifton <nickc@redhat.com>
4212
49b9e644 4213 * config.sub, config.guess: Sync from config repository.
ec49b2b8 4214
44b2308f
AO
42152006-01-05 Alexandre Oliva <aoliva@redhat.com>
4216
4217 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
4218 @ from continuation.
4219 * Makefile.in: Rebuilt.
4220
80911fe1
PB
42212006-01-04 Paolo Bonzini <bonzini@gnu.org>
4222
4223 Sync from gcc:
4224
4225 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
4226
f7c83eac 4227 PR bootstrap/24252
80911fe1 4228
f7c83eac
AS
4229 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
4230 * Makefile.tpl (OBJDUMP): New.
4231 (EXTRA_HOST_FLAGS): Add it.
4232 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
80911fe1 4233
f7c83eac
AS
4234 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
4235 to use symbolic links between directories. Avoid race conditions
4236 or make them harmless.
4237 * configure.in: Do not try to use symbolic links between directories.
80911fe1 4238
f7c83eac
AS
4239 * Makefile.def (LEAN): Pass.
4240 * Makefile.tpl (LEAN): Define.
4241 (stage[+id+]-start): Accept that the previous directory does not
4242 exist, if the bootstrap is lean.
4243 (stage[+id+]-bubble): Invoke lean bootstrap commands after
4244 stage[+id+]-start. Use a makefile variable and an `if' instead of a
4245 configure substitution.
4246 ([+compare-target+]): Likewise.
4247 ([+bootstrap-target+]-lean): New.
4248 * configure.in: Remove lean bootstrap support from here.
80911fe1 4249
f7c83eac
AS
4250 * Makefile.in: Regenerate.
4251 * configure: Regenerate.
80911fe1
PB
4252
4253 2006-01-02 Andreas Schwab <schwab@suse.de>
4254
f7c83eac
AS
4255 * configure.in: When reconfiguring remove Makefile in
4256 all stage directories.
4257 * configure: Regenerate.
80911fe1 4258
b59bea8a
NC
42592005-12-27 Leif Ekblad <leif@rdos.net>
4260
4261 * configure.in: Add support for RDOS target.
4262 * configure: Regenerate.
4263
d7730bac
NC
42642005-12-27 Nick Clifton <nickc@redhat.com>
4265
4266 PR binutils/1990
4267 * libtool.m4: Synchronize with version in GCC sources.
4268
c02dabc3
PB
42692005-12-20 Paolo Bonzini <bonzini@gnu.org>
4270
f7c83eac 4271 Revert Ada-related part of the previous change.
c02dabc3 4272
f7c83eac
AS
4273 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
4274 Do not pass.
4275 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
4276 * Makefile.in: Regenerate.
4277 * configure.in: Do not include mt-ppc-aix target fragment.
4278 * configure: Regenerate.
c02dabc3 4279
f6d183c0
PB
42802005-12-19 Paolo Bonzini <bonzini@gnu.org>
4281
4282 * configure.in: Select appropriate fragments for PowerPC/AIX.
4283 * configure: Regenerate.
4284
4285 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
4286 BOOT_CFLAGS, BOOT_LDFLAGS.
4287 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
4288 BOOT_CFLAGS, BOOT_LDFLAGS.
4289 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
4290 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
4291 (stage): Fail if we cannot complete the work.
4292 * Makefile.in: Regenerate.
4293
f29759fc
JJ
42942005-12-16 Jeff Johnston <jjohnstn@redhat.com>
4295
4296 * COPYING.NEWLIB: Update copyright year for default
4297 copyright.
4298
1f054001
PB
42992005-12-15 Paolo Bonzini <bonzini@gnu.org>
4300
4301 * Makefile.tpl (all, do-[+make_target+], do-check, install,
4302 install-host-nogcc): Don't invoke $(stage) at the end.
4303 * Makefile.in: Regenerate.
4304
0aed8855
PB
43052005-12-14 Paolo Bonzini <bonzini@gnu.org>
4306
4307 * configure.in: Flip the top-level bootstrap switch.
4308 * configure: Regenerate.
4309
4310 Merge from gcc:
4311
4312 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
4313
f7c83eac
AS
4314 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
4315 $(stage) and $(unstage).
4316 (EXTRA_TARGET_FLAGS): Correct double-quoting.
4317 (all): Remove stray semicolon.
4318 (local-distclean): Don't handle multilib.tmp and multilib.out.
4319 (install.all): Set $s for consistency.
4320 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
4321 check_multilibs setting. Always make the install directory.
4322 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
4323 Correct @if/@endif.
4324 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
4325 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
4326 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
4327 (multilib.out): Remove.
4328 * Makefile.in: Regenerated.
0aed8855
PB
4329
43302005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4331
4332 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4333 * configure.in: Replace ms1 arch with mt.
4334 * configure: Rebuilt.
4335
43362005-12-05 Paolo Bonzini <bonzini@gnu.org>
4337
4338 Sync with gcc:
4339
4970f871
NS
43402005-12-12 Nathan Sidwell <nathan@codesourcery.com>
4341
4342 * config.sub: Replace ms1 arch with mt. Allow ms1 as alias.
4343 * configure.in: Replace ms1 arch with mt.
4344 * configure: Rebuilt.
4345
be01d343
PB
43462005-12-05 Paolo Bonzini <bonzini@gnu.org>
4347
4348 Sync with gcc:
4349
4350 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
4351
f7c83eac
AS
4352 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
4353 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
4354 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
4355 Find in-tree tools if available.
4356 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
4357 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
4358 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
4359 (COMPILER_*_FOR_TARGET): New.
4360 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
4361 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
4362 (CONFIGURED_*, USUAL_*): Remove.
4363 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
4364 STRIP): Use autoconf substitutions.
4365 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
4366 COMPILER_NM_FOR_TARGET): New.
4367 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
4368
4369 (all): Make all-host and all-target in parallel.
4370 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
4371 that $$r and $$s are set before invoking a recursive make.
4372 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
4373 ([+bootstrap-target+]): Inline most of the `all' target.
be01d343
PB
4374
4375 2005-11-29 Ben Elliston <bje@au.ibm.com>
4376
f7c83eac
AS
4377 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
4378 from the gcc build directory.
4379 * Makefile.in: Regenerate.
be01d343
PB
4380
4381 2005-11-29 Ben Elliston <bje@au.ibm.com>
4382
f7c83eac
AS
4383 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
4384 depend on all-libdecnumber.
4385 * configure.in (host_libs): Include libdecnumber.
4386 * Makefile.in: Regenerate.
4387 * configure: Likewise.
be01d343
PB
4388
4389 2005-11-21 Kean Johnston <jkj@sco.com>
4390
f7c83eac 4391 * config.sub, config.guess: Sync from upstream sources.
be01d343 4392
907be67c
DJ
43932005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
4394
4395 * Makefile.def: Remove gdb dependencies for gdbtk.
4396 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
4397 (configure-gdb, install-gdb): New rules.
4398 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
4399 * Makefile.in, configure: Regenerated.
4400
e360f423
PB
44012005-10-22 Paolo Bonzini <bonzini@gnu.org>
4402
4403 PR bootstrap/24297
4404 * Makefile.tpl (do-[+make-target+], do-check, install,
4405 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
4406 are set before recursing.
4407 * Makefile.in: Regenerate.
4408
45d5eb0a
EB
44092005-10-20 Eric Botcazou <ebotcazou@adacore.com>
4410
4411 PR bootstrap/18939
4412 * Makefile.def (gcc) <target>: Fix thinko.
4413 * Makefile.in: Regenerate.
4414
3cf3372e
BS
44152005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
4416
4417 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
4418 * configure: Regenerate.
4419
bd70a46f
KH
44202005-10-09 Kazu Hirata <kazu@codesourcery.com>
4421
4422 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
4423 target-libffi, target-qthreads, target-libjava, and
4424 targetlibobjc.
4425 * configure: Regenerate.
4426
5ae72758
DJ
44272005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
4428
4429 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
4430 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
4431 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
4432 (USUAL_OBJDUMP_FOR_TARGET): New.
4433 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
4434 * configure.in: Check for $OBJDUMP_FOR_TARGET.
274b5ecd 4435 * configure, Makefile.in: Regenerated.
5ae72758 4436
cc96343e
PB
44372005-10-05 Paolo Bonzini <bonzini@gnu.org>
4438
4439 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
4440 before other host packages.
4441
f70224b5
PB
44422005-10-05 Paolo Bonzini <bonzini@gnu.org>
4443
4444 PR bootstrap/22340
4445
4446 * configure.in (default_target): Remove.
4447 * Makefile.tpl (all): Do not use prerequisites as subroutines
4448 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
4449 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
4450 use prerequisites as subroutines.
4451 (check-host, check-target): New.
4452 (bootstrap configure & all targets): Do not use stage*-start
4453 if the directory layout is already ok.
4454 (non-bootstrap configure & all targets): Prepend a $(unstage).
4455 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
4456 (NOTPARALLEL): Remove.
4457 (unstage, stage variables): New variables.
4458 (unstage, stage targets): Simply expand to those variables.
4459
4460 * configure: Regenerate.
4461 * Makefile.in: Regenerate.
4462
c13c918a
JW
44632005-10-04 James E Wilson <wilson@specifix.com>
4464
4465 * Makefile.def (lang_env_dependencies): Add libmudflap.
4466 * Makefile.in: Regenerate.
4467
376a0e54
CM
44682005-10-03 Catherine Moore <clm@cm00re.com>
4469
4470 * configure.in (bfin-*-*): Support bfin.
4471 * configure: Regenerated.
4472
d320aacb
L
44732005-09-30 H.J. Lu <hongjiu.lu@intel.com>
4474
4475 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
4476 * configure: Regenerated.
4477
7e0f7140
GK
44782005-09-28 Geoffrey Keating <geoffk@apple.com>
4479
4480 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
4481 (LIPO_FOR_TARGET): New.
4482 (CONFIGURED_LIPO_FOR_TARGET): New.
4483 (USUAL_LIPO_FOR_TARGET): New.
4484 (STRIP_FOR_TARGET): New.
4485 (CONFIGURED_STRIP_FOR_TARGET): New.
4486 (USUAL_STRIP_FOR_TARGET): New.
4487 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
4488 STRIP_FOR_TARGET.
4489 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
4490 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
4491 * Makefile.in: Regenerate.
4492 * configure: Regenerate.
0e7ef45c 4493
096f7d00
DE
44942005-09-19 David Edelsohn <edelsohn@gnu.org>
4495
4496 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
4497 (rs6000-*-aix*): Same.
4498 * configure: Regenerate.
4499
45002005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
4501
4502 * configure.in: Recognize f95 in the --enable-languages option,
4503 and substitute it for fortran, issuing a warning.
4504 * configure: Regenerate.
4505
2016dfcc
BE
45062005-09-07 Ben Elliston <bje@au.ibm.com>
4507
4508 Import from Autoconf sources:
4509
4510 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
4511 * move-if-change: Don't output "$2 is unchanged"; suggested by Ben
4512 Elliston. Handle weird characters correctly.
4513
6dd2fda9
DD
45142005-08-30 Phil Edwards <phil@codesourcery.com>
4515
4516 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
4517 * configure: Regenerated.
4518
e6db70d4
RE
45192005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
4520
f7c83eac
AS
4521 * Makefile.def (libssp): Add to lang_env_dependencies.
4522 * Makefile.in: Regenerate.
e6db70d4 4523
e1e3d0f5
CG
45242005-08-17 Christian Groessler <chris@groessler.org>
4525
4526 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
4527 * Makefile.in: Regenerate.
4528
05cbd757
PB
45292005-08-12 Paolo Bonzini <bonzini@gnu.org>
4530
4531 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
4532 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
4533 Look for alternate names of the target cc and c++
4534 * configure: Regenerate.
4535
55db4b87
PB
45362005-08-08 Paolo Bonzini <bonzini@gnu.org>
4537
4538 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4539 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
4540 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
4541 tools; remove code to manually set them.
4542 (Target tools): Look in the environment for them.
4543 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
4544 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
4545 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
4546 build directory.
4547 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
4548 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
4549 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
4550 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4551 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
4552 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
4553 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
4554 * configure: Regenerate.
4555 * Makefile.in: Regenerate.
4556
414e5532
MM
45572005-07-27 Mark Mitchell <mark@codesourcery.com>
4558
4559 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
0e7ef45c 4560 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
414e5532
MM
4561 * Makefile.in: Regenerated.
4562
a19b6204
MM
45632005-07-26 Mark Mitchell <mark@codesourcery.com>
4564
4565 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
4566 (CFLAGS_FOR_TARGET): Use it.
4567 (CXXFLAGS_FOR_TARGET): Likewise.
4568 * Makefile.in: Regenerated.
4569 * configure.in (--with-build-sysroot): New option.
4570 * configure: Regenerated.
4571
b73aa406
PB
45722005-07-24 Paolo Bonzini <bonzini@gnu.org>
4573
4574 * Makefile.tpl: Wrap install between unstage and stage
4575 * Makefile.in: Regenerate.
4576
6e4d0bcb
KC
45772005-07-16 Kelley Cook <kcook@gcc.gnu.org>
4578
4579 * all files: Update FSF address.
4580
49f58d10
JB
45812005-07-14 Jim Blandy <jimb@redhat.com>
4582
4583 * configure.in: Add cases for Renesas m32c.
4584 * configure: Regenerated.
0e7ef45c 4585
1d9c9cd7
KC
45862005-07-14 Kelley Cook <kcook@gcc.gnu.org>
4587
4588 * COPYING, compile, config-ml.in, config.guess,
4589 config.sub, install-sh, missing, mkinstalldirs,
4590 symlink-tree, ylwrap: Sync from upstream sources.
4591
1587117a
EC
45922005-07-13 Eric Christopher <echristo@redhat.com>
4593
4594 * configure.in: Add toplevel noconfigdir support for tpf.
4595 * configure: Regenerate.
4596
bb780410
DD
45972005-07-11 Jakub Jelinek <jakub@redhat.com>
4598
4599 * Makefile.def (target_modules): Add libssp.
4600 * configure.in (target_libraries): Add target-libssp.
4601 * configure: Rebuilt.
4602 * Makefile.in: Rebuilt.
4603
064d0a7c
PB
46042005-07-11 Paolo Bonzini <bonzini@gnu.org>
4605
4606 PR ada/22340
4607
4608 * Makefile.def: Sync with gcc.
4609 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
4610 * Makefile.in: Regenerate.
4611
b2edd3b5
AS
46122005-07-07 Andreas Schwab <schwab@suse.de>
4613
4614 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
4615 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
4616 * Makefile.in: Regenerated.
4617
5f128533
KH
46182005-07-07 Kazu Hirata <kazu@codesourcery.com>
4619
4620 * configure.in: Add --enable-libssp and --disable-libssp.
4621 * configure: Regenerate with autoconf-2.13.
4622
4e3fc8e5
GK
46232005-07-06 Geoffrey Keating <geoffk@apple.com>
4624
4625 * configure.in: Don't build sim or rda when targetting darwin.
4626 * configure: Regenerate.
4627
c7357d6a
BE
46282005-07-04 Ben Elliston <bje@gnu.org>
4629
4630 * src-release (do-proto-toplev): Remove dejagnu bits.
4631 (DEJAGNU_SUPPORT_DIRS): Remove.
4632 (dejagnu.tar.bz2, dejagnu.tar): Likewise.
4633 (GDBD_SUPPORT_DIRS): Likewise.
4634 (gdb+dejagnu.tar.bz2, gdb+dejagnu.tar): Likewise.
4635 (INSIGHTD_SUPPORT_DIRS): Likewise.
4636 (insight+dejagnu.tar.bz2, insight+dejagnu.tar): Likewise.
4637
46382005-06-30 Ben Elliston <bje@gnu.org>
89b85085
BE
4639
4640 * setup.com (mpw): Remove unused directive.
4641
7d329e61
PB
46422005-06-22 Paolo Bonzini <bonzini@gnu.org>
4643
4644 * Makefile.def (stagefeedback): Come after profile.
4645 Define profiledbootstrap target.
4646 * Makefile.tpl (profiledbootstrap): Remove.
4647 (stageprofile-end): Zap stagefeedback.
4648 (stagefeedback-start): Copy all .gcda files, not only GCC's.
4649 * Makefile.in: Regenerate.
4650
e5fbed21
DD
46512005-06-13 Zack Weinberg <zack@codesourcery.com>
4652
4653 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
4654 In 'cpp' stanza, support '#line' as well as '# '.
4655
59f7ec45
HPN
46562005-06-07 Hans-Peter Nilsson <hp@axis.com>
4657
4658 * configure.in (unsupported_languages): New macro.
4659 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
4660 non-ported target libraries in noconfigdirs.
4661 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
4662 non-linux-gnu. Remove libgcj_ex_libffi.
9eb322aa 4663 <lang_frag loop>: Set add_this_lang=no if the language is in
59f7ec45
HPN
4664 unsupported_languages.
4665 * configure: Regenerate.
4666
c10e9ba7
DD
46672005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
4668
4669 * configure.in: Fix typo in handling of --with-mpfr-dir.
4670 * configure: Regenerate.
4671
20deb2b8
JB
46722005-06-02 Jim Blandy <jimb@redhat.com>
4673
4674 * config.sub: Add cases for the Renesas m32c. (This patch has been
4675 accepted into the master sources.)
4676
cdb9b172 46772005-06-02 Aldy Hernandez <aldyh@redhat.com>
f7c83eac
AS
4678 Michael Snyder <msnyder@redhat.com>
4679 Stan Cox <scox@redhat.com>
cdb9b172 4680
f7c83eac 4681 * configure.in: Set noconfigdirs for ms1.
cdb9b172 4682
f7c83eac 4683 * configure: Regenerate.
cdb9b172 4684
1dc3053f
PB
46852005-05-25 Paolo Bonzini <bonzini@gnu.org>
4686
4687 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
4688 (Dependencies): Consider target modules for bootstrap dependencies.
4689 Make target bootstrap modules depend on each stage's gcc.
4690 * Makefile.in: Regenerate.
4691
c60fe18b
PB
46922005-05-20 Paolo Bonzini <bonzini@gnu.org>
4693
4694 * Makefile.def (configure-gcc): Depend on binutils having been built.
4695 (all-gcc): No need to do it here.
4696 * Makefile.in: Regenerate.
4697
27258dd4
PB
46982005-05-19 Paul Brook <paul@codesourcery.com>
4699
0e7ef45c 4700 * configure.in: Rewrite misleading error message when requested
27258dd4
PB
4701 language cannot be built.
4702 * configure: Regenerate.
4703
42ecbf5e
DJ
47042005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
4705
4706 * ylwrap: Import from Automake 1.9.5.
4707
ae380b45
MS
47082005-05-04 Mike Stump <mrs@apple.com>
4709
4710 * configure.in: Always pass --target to target configures as
4711 otherwise rebuilds that do --recheck will fail.
811d3af8 4712 * configure: Rebuilt.
ae380b45 4713
d545f33b
PB
47142005-05-04 Paolo Bonzini <bonzini@gnu.org>
4715
4716 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
4717 STAGE_HOST_EXPORTS.
4718 (configure, all): Add bootstrap support.
4719 (Host modules, target modules): Pass post-stage1 flags and exports.
4720 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
4721 * Makefile.in: Regenerate.
4722
2faa2958
PB
47232005-04-29 Paolo Bonzini <bonzini@gnu.org>
4724
4725 Sync from gcc:
4726
4727 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
4728
f7c83eac 4729 * config.sub: Update from master copy.
2faa2958
PB
4730
4731 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
4732
f7c83eac
AS
4733 * configure.in <crisv32-*-*, cris-*-*>: New local variable
4734 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
4735 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
4736 "*-*-elf" and "*-*-linux*".
4737 * configure: Regenerate.
2faa2958 4738
a7254363
PB
47392005-04-06 Paolo Bonzini <bonzini@gnu.org>
4740
f7c83eac 4741 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
a7254363
PB
4742 (TARGET_CONFIGARGS): Include --with-target-subdir.
4743 (configure, all): New macros. Use them throughout.
4744
a8637a7d
PB
47452005-04-05 Paolo Bonzini <bonzini@gnu.org>
4746
4747 * Makefile.tpl: Sync with gcc.
4748 * Makefile.in: Regenerate.
4749
dd387d52
JR
47502005-03-30 J"orn Rennecke <joern.rennecke@st.com>
4751
4752 * config/mh-mingw32: Delete.
4753 * configure.in: Don't use it.
4754 * configure: Regenerate.
4755
e90269c8
PB
47562005-03-31 Paolo Bonzini <bonzini@gnu.org>
4757
4758 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
4759 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
4760 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
4761 (HOST_LIB_PATH): Generate from Makefile.def.
4762 (TARGET_LIB_PATH): Likewise.
4763 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
4764 * Makefile.in: Regenerate.
4765 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
4766 (RPATH_ENVVAR): Include Darwin case.
4767 * configure: Regenerate.
4768
9a237d9e
PB
47692005-03-25 Paolo Bonzini <bonzini@gnu.org>
4770
4771 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
4772 * configure: Regenerate.
4773
479759c8
ZW
47742005-03-21 Zack Weinberg <zack@codesourcery.com>
4775
4776 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
4777 gcc_version, and gcc_version_trigger from set of flags to pass.
4778 * Makefile.tpl: Remove definitions of above variables.
4779 (config.status): Remove dependency on $(gcc_version_trigger).
4780 * Makefile.in: Regenerate.
4781 * configure.in: Do not reference config/gcc-version.m4 nor
4782 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
4783 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
4784 * configure: Regenerate.
4785
4cfaf6d5
DD
47862005-03-16 Manfred Hollstein <manfred.h@gmx.net>
4787 Andrew Pinski <pinskia@physics.uc.edu>
4788
4789 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
4790 * Makefile.in: Regenerate.
4791
33a3fb7b
AO
47922005-03-01 Alexandre Oliva <aoliva@redhat.com>
4793
4794 PR libgcj/20160
4795 * ltmain.sh: Avoid creating archives with components that have
4796 duplicate basenames.
4797
2da12f12
PB
47982005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
4799
479759c8
ZW
4800 PR bootstrap/20250
4801 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
4802 instead of check.
4803 * Makefile.in: Regenerate.
2da12f12 4804
b00612cc
PB
48052005-02-28 Paolo Bonzini <bonzini@gnu.org>
4806
4807 Sync from gcc.
4808
4809 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
4810
4811 PR bootstrap/17383
4812 * Makefile.def (target_modules): Remove "stage", now unnecessary.
4813 * Makefile.tpl (HOST_SUBDIR): New substitution.
4814 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
4815 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
4816 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
4817 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
4818 (Host modules, Bootstrapped modules): Use it.
4819 (Build modules, Target modules): Do not create symlink trees,
4820 always configure out-of-srcdir.
4821 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
4822 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
4823 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
4824 $(HOST_SUBDIR). Create a symlink for host_subdir.
4825
4826 * Makefile.in: Regenerate.
4827 * configure: Regenerate.
4828
4829 Merged from libada-gnattools-branch:
4830 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
4831
4832 * Makefile.def: Add gnattools as a module, depending on target-libada.
4833 * Makefile.in: Regenerate.
4834 * configure.in: Include gnattools in host_tools; disable it if ada
4835 is disabled.
4836 * configure: Regenerate.
4837
c3e65f62
NC
48382005-02-23 Nick Clifton <nickc@redhat.com>
4839
4840 * configure: Regenerate.
4841
e4d180c2
NC
48422005-02-22 Paul Schlie <schlie@comcast.net>
4843
4844 * configure.in: Allow darwin targeted ports to build tk, itcl and
4845 libgui.
4846
e3c770b1
EB
48472005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4848
4849 PR libgcj/10353
4850 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
4851 * configure: Regenerate.
4852
9c73618c
AC
48532005-02-08 Andrew Cagney <cagney@gnu.org>
4854
4855 * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
4856 gdb/ section. Update GDB's URL.
4857
c46f8c51
AC
48582005-01-31 Andrew Cagney <cagney@gnu.org>
4859
4860 * gettext.m4: Only set ENABLE_NLS when gettext is present.
4861
c7e66c6d
HPN
48622005-01-29 Hans-Peter Nilsson <hp@axis.com>
4863
4864 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
4865 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
4866 target-libgloss when not *-*-elf and *-*-aout.
4867 * configure: Regenerate.
4868
a53bf506
AC
48692005-01-27 Andrew Cagney <cagney@gnu.org>
4870
4871 * gettext.m4: Don't use NONE as a default for CATOBJEXT.
4872
45181ed1
AC
48732005-01-24 Andrew Cagney <cagney@gnu.org>
4874
4875 * gettext.m4: Only fall back to ../intl/ when it's present.
4876
a1e0f4e4
KC
48772005-01-17 Kelley Cook <kcook@gcc.gnu.org>
4878
4879 * install-sh, config.sub: Import from upstream.
4880
48812005-01-17 Kelley Cook <kcook@gcc.gnu.org>
06bcb89d
KC
4882
4883 PR bootstrap/18222
4884 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
4885 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
4886 * Makefile.in: Regenerate.
4887
c50382e2
PB
48882005-01-03 Paolo Bonzini <bonzini@gnu.org>
4889
4890 Revert 2004-12-28 Makefile changes, a better fix will be
4891 applied to mainline and src after GCC 4.0 branches.
4892
11d07737
PB
48932004-12-28 Paolo Bonzini <bonzini@gnu.org>
4894
4895 PR bootstrap/17383
4896
4897 * Makefile.def (target_modules): Remove stage parameter,
4898 it is always true now.
4899 * Makefile.tpl (configure-build-[+module+],
4900 configure-target-[+module+]): Always build symlink tree
4901 for the directory and for include. BUILD_SUBDIR and
4902 TARGET_SUBDIR cannot be . anymore.
4903 * Makefile.in: Regenerate.
4904
dadfdbe2
DD
49052004-12-25 David Edelsohn <edelsohn@gnu.org>
4906
4907 Revert 2004-12-08 Makefile changes.
4908
dbf85af7
JR
49092004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4910
4911 * configure.in (sh64-*-*): Reenable gprof.
4912 * configure: Regenerate.
4913
6b8fea99
JB
49142004-12-09 Jim Blandy <jimb@redhat.com>
4915
4916 * MAINTAINERS: List 'depcomp' as part of automake.
4917
7341462c
DE
49182004-12-08 David Edelsohn <edelsohn@gnu.org>
4919
4920 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
4921 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
4922 (EXTRA_TARGET_FLAGS): Add PICFLAG.
4923 * Makefile.in: Regenerate.
4924
21fde4dc
DD
49252004-12-07 Matt Kraai <kraai@ftbfs.org>
4926
4927 * Makefile.tpl: Generate normal dependencies if the LHS module is
4928 not bootstrapped.
4929 * Makefile.in: Regenerate.
4930
3da796a2
RS
49312004-12-03 Richard Sandiford <rsandifo@redhat.com>
4932
4933 * configure.in: Include config/gxx-include-dir.m4. Use
4934 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
4935 * configure: Regenerate.
4936
73fb7068
RS
49372004-12-03 Richard Sandiford <rsandifo@redhat.com>
4938
4939 * config.if: Delete.
4940 * configure.in: Set libstdcxx_incdir directly.
4941 * configure: Regenerate.
4942 * MAINTAINERS: Remove mention of config.if.
4943 * src-release (DEVO_SUPPORT): Remove config.if.
4944
6c8e6ce9
EC
49452004-12-02 Eric Christopher <echristo@redhat.com>
4946
3b6098f8
EC
4947 * Makefile.tpl (clean-target-libgcc): Add stmp-dirs to list
4948 of things to remove.
6c8e6ce9 4949 * Makefile.in: Regenerate.
479759c8 4950
b8658a2f
RS
49512004-12-02 Richard Sandiford <rsandifo@redhat.com>
4952
4953 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
4954 * configure: Regenerate.
4955
afefada0
RS
49562004-12-02 Richard Sandiford <rsandifo@redhat.com>
4957
4958 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
4959 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
4960 * configure: Regenerate.
4961
5dcac624
DA
49622004-11-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4963
4964 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
4965 (hppa*64*-*-*): Delete incorrect comment.
4966 * configure: Rebuilt.
4967
57d1eb1a
DD
49682004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4969
4970 * install-sh, compile: Import from automake.
4971
49722004-11-15 Kelley Cook <kcook@gcc.gnu.org>
4973
4974 * config.guess, config.sub: Import from savannnah.
4975
6d389afc
MS
49762004-11-12 Mike Stump <mrs@apple.com>
4977
4978 * Makefile.def: Add html support.
4979 * Makefile.tpl: Likewise.
4980 * Makefile.in: Regenerate.
4981
69e57115
GK
49822004-11-11 Geoffrey Keating <geoffk@apple.com>
4983
4984 PR 18423
4985 * configure.in: Remove all instances of build-fixincludes from
4986 noconfigdirs.
4987 (build_configargs): Supply --target to subdirectories.
4988 * configure: Regenerate.
4989
4990 * Makefile.def: Make gcc install depend on fixincludes install.
4991 * Makefile.in: Regenerate.
4992
ba719b26
HPN
49932004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
4994
4995 * configure.in (noconfigdirs) [mmix-*-*]: Disable
4996 target-libgfortran.
4997 * configure: Regenerate.
4998
c37653e7
DE
49992004-11-07 David Edelsohn <edelsohn@gnu.org>
5000
5001 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
5002 like CC.
5003
1eefd493
PB
50042004-11-05 Paolo Bonzini <bonzini@gnu.org>
5005
5006 * Makefile.def (host fixincludes): Specify missing targets.
5007 * Makefile.in: Regenerate.
5008
02b1af09
L
50092004-11-04 H.J. Lu <hongjiu.lu@intel.com>
5010
5011 PR other/17783
5012 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
5013 * configure: Regenerated.
5014
7f266840
DJ
50152004-11-04 Daniel Jacobowitz <dan@debian.org>
5016
5017 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
5018 * configure: Regenerated.
5019
47444073
AL
50202004-10-28 Eric B. Weddington <ericw@evcohs.com>
5021
5022 PR target/18151
5023 * configure.in (case ${target}): Do not build fixincludes for avr.
5024 * configure: Regenerated.
5025
caeba88f
AL
50262004-10-26 Paolo Bonzini <bonzini@gnu.org>
5027
5028 * configure.in (case ${target}): Do not build fixincludes
5029 on platforms where it is not used.
5030 * configure: Regenerated.
5031
0fdbe983
DJ
50322004-10-23 Daniel Jacobowitz <dan@debian.org>
5033
5034 * configure.in: Use an absolute path to install-sh.
5035 * configure: Regenerated.
5036
1c0f67c1
AC
50372004-10-19 Andrew Cagney <cagney@gnu.org>
5038
5039 * src-release (do-djunpack, do-md5sum): Install the generated file
5040 directly into the proto-toplev/ directory.
479759c8 5041
a9cfce9c
AC
50422004-10-19 Andrew Cagney <cagney@gnu.org>
5043
5044 * src-release (GDB_SUPPORT_DIRS): Remove utils and intl.
5045
ac0fa625
DD
50462004-10-12 Kelley Cook <kcook@gcc.gnu.org>
5047
5048 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
5049 * configure: Regenerate.
5050
d27cc32e
PB
50512004-10-06 Paolo Bonzini <bonzini@gnu.org>
5052
5053 Fix wrong conflict resolution in:
5054
5055 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
5056
5057 * Makefile.in: Regenerate.
5058 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5059 in the recursive `make', instead of hardwiring `all'.
5060 (Autogenerated TARGET-* variables): New.
5061
1763908f
UW
50622004-10-05 Ulrich Weigand <uweigand@de.ibm.com>
5063
5064 Merged from GCC / libtool upstream:
5065 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
5066 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
5067 * ltcf-cxx.sh (tpf*): Likewise.
5068 * ltconfig (tpf*): Add TPF OS configuration support.
5069
0490e016
NC
50702004-09-30 Tomer Levi <Tomer.Levi@nsc.com>
5071
5072 * configure.in: Enable target-libgloss for crx-*-*.
479759c8 5073 * configure: Regenerate.
0490e016 5074
32be62b5
RS
50752004-09-24 Michael Roth <mroth@nessie.de>
5076
5077 * configure.in (--without-headers): Add missing double quotes.
5078 * configure: Regenerate.
5079
6048df60
DD
50802004-09-24 Kelley Cook <kcook@gcc.gnu.org>
5081
5082 * ylwrap: Revert to previous version.
5083
315b3b02
L
50842004-09-23 H.J. Lu <hongjiu.lu@intel.com>
5085
6048df60 5086 PR bootstrap/17369
315b3b02
L
5087 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
5088 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
5089 SET_GCC_LIB_PATH_CMD.
5090 (BASE_TARGET_EXPORTS): Likewise.
5091 * Makefile.in: Regenerated.
5092
5093 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
5094 * configure: Regenerated.
5095
fe69863c
DD
50962004-09-23 Kelley Cook <kcook@gcc.gnu.org>
5097
5098 * config.guess: New upstream version
5099 * compile, depcomp, install-sh, ylwrap: Likewise.
5100
51012004-09-19 Roger Sayle <roger@eyesopen.com>
5102
5103 * config/mh-x86omitfp: New host makefile fragment. Add
5104 -fomit-frame-pointer to the default BOOT_CFLAGS.
5105 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
5106 * configure: Regenerate.
5107
51082004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
5109
5110 PR target/11572
5111 * configure.in (*-*-darwin*): Renable libobjc.
5112 * configure: Regenerate.
5113
be75bbe1 51142004-09-09 Daniel Berlin <dberlin@dberlin.org>
479759c8 5115
be75bbe1
DB
5116 * Makefile.def: Remove libbanshee.
5117 * Makefile.tpl: Ditto.
5118 * configure.in: Ditto.
5119 * Makefile.in: Regen.
5120 * configure: Ditto.
5121
1b882a91
PB
51222004-09-07 Paolo Bonzini <bonzini@gnu.org>
5123
5124 * missing: Import latest version from master repository.
5125
eb1352ed
NC
51262004-09-04 Nick Clifton <nickc@redhat.com>
5127
5128 * config.sub: Import latest version from master repository.
5129 * config.guess: Likewise.
5130 This includes these changes:
479759c8 5131
eb1352ed
NC
5132 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
5133
5134 * config.sub: Handle crisv32, alias etraxfs.
5135 * config.guess (crisv32:Linux:*:*): Handle.
5136
5137 2004-08-13 Brad Smith <brad@comstyle.com>
5138
5139 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
5140 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
5141
5142 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
5143
5144 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
5145 assume the processor is a powerpc. This is because coreutils
5146 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
5147 in this case, due to a MacOS X bug that causes
5148 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
5149 to return a negative number.
5150 Problem reported by Petter Reinholdtsen in:
5151 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
5152
5153 2004-07-19 Ben Elliston <bje@gnu.org>
5154
5155 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
5156
5157 2004-06-24 Ben Elliston <bje@gnu.org>
5158
5159 * config.guess: Update copyright years.
5160 * config.sub: Likewise.
5161
5162 2004-06-22 Robert Millan <robertmh@gnu.org>
5163
5164 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
5165 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
5166
5167 2004-06-22 Stanley F. Quayle <stan@stanq.com>
5168
5169 * config.guess (*:*VMS:*:*): New entry. Replaces
5170 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
5171 manufacturer.
5172
5173 2004-06-22 Ben Elliston <bje@gnu.org>
5174
5175 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
5176 * config.sub: Likewise.
5177
5178 2004-06-22 Ben Elliston <bje@gnu.org>
5179
5180 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
5181 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
5182
5183 2004-06-11 Ben Elliston <bje@gnu.org>
5184
5185 * config.guess (pegasos:OpenBSD:*:*): Remove.
5186
5187 2004-06-11 Ben Elliston <bje@gnu.org>
5188
5189 From Wouter Verhelst <wouter@grep.be>:
5190 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
5191
5192 2004-06-11 Ben Elliston <bje@gnu.org>
5193
5194 * config.guess (luna88k:OpenBSD:*:*): New.
5195
5196 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5197
5198 * config.guess (m32r*:Linux:*:*): New case.
5199 * config.sub: Handle m32rle.
5200
5201 2004-03-12 Ben Elliston <bje@wasabisystems.com>
5202
5203 From Jens Petersen <petersen@redhat.com>:
5204 * config.sub: Handle sparcv8.
5205
5206 2004-03-03 Ben Elliston <bje@wasabisystems.com>
5207
5208 From Tom Smith <smith@cag.lkg.hp.com>:
5209 * config.guess: Version suffixes are equally significant on Tru64
5210 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
5211 prefix of "P" (patched kernel).
5212
5213 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
5214
5215 * config.sub: Add support for National Semiconductor CRX target.
5216
2a3124ca 52172004-09-03 Jan Beulich <jbeulich@novell.com>
479759c8 5218
2a3124ca
RH
5219 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
5220 *-*-netware, but add target-libmudflap.
5221 Consolidate *-*-netware targets (of which really only i?86 exists)
5222 into a single entry.
5223 * configure: Likewise.
5224
0df3d27f
PB
52252004-09-01 Paolo Bonzini <bonzini@gnu.org>
5226
5227 * Makefile.tpl (sorry): Remove.
5228 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
5229 (cleanstrap targets): Depend on distclean, not distclean-stage1.
5230 (do-clean): Clean per-stage directories too.
5231 (do-distclean): Run distclean-stage1 too.
5232 (.NOTPARALLEL): Enable during toplevel bootstrap.
5233 (stage[+id+]-bubble): Enable parallel execution during
5234 the recursive invocation.
5235 * Makefile.in: Regenerate.
5236
5237 Sync from gcc (moving the Makefile.in change to Makefile.tpl):
5238
5239 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
5240
5241 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
5242 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
5243 * configure: regenerate
479759c8
ZW
5244 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
5245 -mdynamic-no-pic
0df3d27f
PB
5246
52472004-08-31 Paolo Bonzini <bonzini@gnu.org>
5248
5249 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
5250 include.
5251 * configure.in: Fix indentation.
5252 * configure: Regenerate.
5253
ee025550
PB
52542004-08-31 Paolo Bonzini <bonzini@gnu.org>
5255
5256 * Makefile.def (build_modules): Add fixincludes.
5257 (dependencies): Make gcc depend on fixincludes.
5258 * configure.in (build_tools): Add fixincludes.
5259 (build_configdirs): Always include build_libs.
5260 * Makefile.in: Regenerate.
5261 * configure: Regenerate.
5262
52632004-08-30 Paolo Bonzini <bonzini@gnu.org>
9cb3fa6f
PB
5264
5265 * Makefile.def (bootstrap stages): Add 'lean' parameter.
5266 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
5267 phony targets; do not generate timestamp files.
5268 (distclean-stageN): Remove references to their timestamp files.
5269 (restageN, touch-stageN): Remove.
5270 (stageN-bubble): Rewritten.
5271 (compare): Support lean bootstraps.
5272 * Makefile.in: Regenerate.
5273
5274 * configure.in: Only warn when bootstrapping but
5275 build != host or build != target. Support lean bootstraps.
5276 * configure: Regenerate.
5277
5278 Sync from gcc:
5279 2004-08-26 Phil Edwards <phil@codesourcery.com>
5280
5281 * configure.in: Give a better error message if GMP/MPFR are missing
5282 and a language needing them has been requested.
5283 * configure: Regenerated.
5284
5285 2004-08-25 Phil Edwards <phil@codesourcery.com>
5286
5287 * configure.in: Print a list of available language front-ends if
5288 a requested one is missing. Tidy stray tab characters.
5289 * configure: Regenerated.
5290
72b2455a
PB
52912004-08-17 Paolo Bonzini <bonzini@gnu.org>
5292
5293 * Makefile.in: Regenerate.
5294 * configure: Regenerate.
5295
5296 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
5297 stage_*_flags.
5298 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
5299 for bootstrapped modules if toplevel bootstrap is going.
5300 (GCC bootstrap): Generate per-stage targets for all bootstrapped
5301 modules. Adjust for changes in Makefile.def. Enable several
5302 rules even in non-bootstrap mode, just to avoid peppering the
5303 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
5304 (stage-[+prev+]-bubble): Remove.
5305
5306 * Makefile.def (Dependencies): Depend on all-build-bison,
5307 all-build-flex, all-build-byacc, all-build-texinfo, rather
5308 than the host variations.
5309 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
5310 with BUILD_SUBDIR.
5311 (BISON): Update for recent Bisons.
5312 (YACC): Fix typo.
5313 (cross): Depend on all-build.
5314 (all): Do not depend on all-build.
5315 (prebootstrap): Remove.
5316 (dep-kind): Accept separate prefixes for MODULE and ON variables.
5317 (Prebootstrap dependencies): Add them to the per-stage targets
5318 and to all-prebootstrap.
5319 * configure.in (build_configdirs): Always enable build_tools.
5320 (BUILD_DIR_PREFIX): Remove.
5321
5322 * Makefile.def (gcc): Add target variable.
5323 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
5324 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
5325 in the recursive `make', instead of hardwiring `all'.
5326 (Autogenerated TARGET-* variables): New.
5327
de0b4a87
JW
53282004-08-17 Robert Millan <robertmh@gnu.org>
5329
5330 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
5331 (instead of FreeBSD).
5332 * configure: Regenerate.
5333
ad681c85
NN
53342004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
5335
675c6968
NN
5336 * Makefile.def, configure.in, src-release: Remove useless, bogus
5337 references to tix.
5338 * Makefile.in, configure: Regenerate.
5339
ad681c85
NN
5340 * src-release: Stop distributing mmalloc with gdb (which doesn't
5341 use it).
5342 * Makefile.def: GDB doesn't depend on mmalloc anymore.
5343 * Makefile.in: Regenerate.
5344
11b04d1f
DD
53452004-08-09 Mark Mitchell <mark@codesourcery.com>
5346
5347 * configure.in (arm*-*-eabi*): New target.
5348 * configure: Regenerate.
5349
f2420bea
NN
53502004-08-01 Robert Millan <robertmh@gnu.org>
5351
5352 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
5353 libmudflap for all GNU-based systems (with Glibc).
5354 * configure: Regenerate.
5355
9e6ce191
PB
53562004-08-06 Paolo Bonzini <bonzini@gnu.org>
5357
5358 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
5359 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
5360 (Dependencies): New section.
5361 * Makefile.tpl (Dependencies): Generate from Makefile.def.
5362 (configure-target-[+module+]): Depend on maybe-all-gcc
5363 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
5364 (toplevel profiledbootstrap): Fix dependencies.
5365 * Makefile.in: Regenerate.
5366
df4a6958
MM
53672004-08-03 Mark Mitchell <mark@codesourcery.com>
5368
5369 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
5370 target-libiberty to noconfigdirs.
5371
11b04d1f
DD
53722004-08-03 Paul Brook <paul@codesourcery.com>
5373
5374 * configure.in: Check for MPFR as well as GMP.
5375 * configure: Regenerate.
5376
b813574b
PB
53772004-08-03 Paolo Bonzini <bonzini@gnu.org>
5378
5379 * Makefile.def (host-modules): Add gcc.
5380 * Makefile.in: Regenerate.
5381 * Makefile.tpl (sorry): New rule.
5382 (configure-host, all-host, [+make_target+]-host, do-check,
5383 install-host): Do not add gcc as a special case.
5384 (host modules): Add a small special-casing for gcc. Export
5385 extra_make_flags through the environment.
5386 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
5387 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
5388 other recursive targets for gcc): Remove.
5389
5390 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
5391 (stage, unstage): New rules.
5392 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
5393 distclean-stage[+id+]): Use stage_current.
5394 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
5395 the stage*-start rules.
5396
61edac0c
JW
53972004-07-19 Robert Millan <robertmh@gnu.org>
5398
5399 Synced from gcc:
5400
5401 2004-04-26 Robert Millan <robertmh@gnu.org>
5402
5403 Add patches from libtool CVS.
5404 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
5405 * ltconfig: Likewise.
5406 * ltcf-c.sh: Likewise.
5407 * ltcf-cxx.sh: Likewise.
5408 * ltcf-gcj.sh: Likewise.
5409
3e707e94
PB
54102004-07-12 Paolo Bonzini <bonzini@gnu.org>
5411
5412 * configure.in: Add noconfigdirs for crx-*-*.
5413 * configure: Regenerate.
5414
54152004-07-12 Paolo Bonzini <bonzini@gnu.org>
5416
5417 Synced from gcc:
5418
5419 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
5420
5421 * configure.in: Build libmudflap by default on FreeBSD.
5422 * configure: Regenerated.
5423
5424 2004-07-09 Mark Mitchell <mark@codesourcery.com>
5425
5426 * configure.in: Do not build libmudflap by default on non-GNU/Linux
5427 systems.
5428 * configure: Regenerated.
5429
5430 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5431
5432 PR target/16344
5433 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
5434 feedback based compiler.
5435 * Makefile.in: Rebuilt.
5436
5437 2004-07-05 Phil Edwards <phil@codesourcery.com>
5438
5439 * configure.in: Do not prepend $srcdir to /dev/null in
5440 makefile fragments.
5441 * configure: Regenerate.
5442
a7ee7660
AO
54432004-07-08 Alexandre Oliva <aoliva@redhat.com>
5444
5445 * Makefile.def (host_modules): Set bootstrap=true for flex.
5446 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
5447 * Makefile.in: Rebuilt.
5448
6a9cf61e
PB
54492004-07-01 Paolo Bonzini <bonzini@gnu.org>
5450
5451 * Makefile.def (build_modules): Add bison, byacc, flex,
5452 m4, texinfo.
5453 (flags_to_pass): Add FLEX.
5454 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
5455 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
5456 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
5457 DEFAULT_MAKEINFO): Remove.
5458 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
5459 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
5460 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
5461 objdir or else use configured tool.
5462 (all-build): New.
5463 (all): Depend on it.
5464 (Build module dependencies): Add.
5465 * Makefile.in: Regenerate.
5466 * configure.in: Better support for multiple build modules,
5467 matching what is done for host/target modules. Do not look
5468 for "plausible" locations of build tools if Canadian cross.
5469 Use autoconf's AC_PROG_CC to find a C compiler. Define
5470 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
5471 * configure: Regenerate.
5472
95b6a1f2
PB
54732004-06-22 Paolo Bonzini <bonzini@gnu.org>
5474
5475 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
5476 * Makefile.in: Regenerate.
5477
7ffa0b57
PB
54782004-06-22 Paolo Bonzini <bonzini@gnu.org>
5479
5480 * Makefile.tpl (configure-build-[+module+],
5481 configure-[+module+], configure-target-[+module+]): Pass
5482 [+extra_configure_args+].
5483 (all-build-[+module+], all-[+module+], check-[+module+],
5484 install-[+module+], [+make_target+]-[+module+],
5485 all-target-[+module+], check-target-[+module+],
5486 install-target-[+module+], [+make_target+]-target-[+module+]):
5487 Pass [+extra_make_args+].
5488 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
5489 (GCC_HOST_EXPORTS): Remove.
5490 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
5491 cross, check-gcc, check-gcc-c++, install-gcc,
5492 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
5493 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
5494 * Makefile.in: Regenerate.
5495
929ba6e7
CF
54962004-06-21 Christopher Faylor <cgf@alum.bu.edu>
5497
5498 * configure.in: Check for srcdir/winsup rather than build directory
5499 winsup.
5500 * configure: Regenerate.
5501
b76d7de0
CV
55022004-06-17 Corinna Vinschen <vinschen@redhat.com>
5503
5504 * configure.in: Don't build Cygwin native newlib if winsup
5505 directory is missing. Emit warning instead.
5506 * configure: Regenerate.
5507
656fdd47
PB
55082004-06-09 Paolo Bonzini <bonzini@gnu.org>
5509
5510 * Makefile.tpl (touch-stage[+id+]): New.
5511 (restage[+prev+]): Depend on touch-stage[+id+].
5512
5513 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
5514 Use it throughout.
5515
5516 * Makefile.def: Add profile and feedback bootstrap stages.
5517 Remove next field from bootstrap stages.
5518 * Makefile.tpl (LN, LN_S): Substitute.
5519 (stageN-start, stageN-end): Use double-colon rules, to
5520 provide a hook for additional setup commands.
5521 (distclean-stageN-gcc, restageN): Create dependencies from
5522 [+prev+], not from [+next+].
5523 (stageN-bubble): Add commands for successive stages from
5524 [+prev+], using double-colon rules.
5525 (all-stageN-gcc): Fix typo.
5526 (stagefeedback-start, profiledbootstrap): New.
5527 * Makefile.in: Regenerate.
5528 * configure.in: Call ACX_PROG_LN.
5529 * configure: Regenerate.
5530
498d4a71
CF
55312004-06-03 Paolo Bonzini <bonzini@gnu.org>
5532
5533 * configure.in: Fix --enable-bootstrap breakage introduced in trees
5534 without gcc.
5535 * configure: Regenerate.
5536
377d8c42
PB
55372004-06-01 Paolo Bonzini <bonzini@gnu.org>
5538
5539 * Makefile.tpl: Fix typo.
5540 * Makefile.in: Regenerate.
5541
f5f8a794
PB
55422004-06-01 Paolo Bonzini <bonzini@gnu.org>
5543
5544 * configure.in: Remove new- prefix from toplevel
5545 bootstrap targets.
5546 * configure: Regenerate.
5547
f7a4c34f
PB
55482004-06-01 Paolo Bonzini <bonzini@gnu.org>
5549
5550 Merge this patch from the gcc tree:
5551
5552 2004-05-30 Andreas Jaeger <aj@suse.de>
5553 Jim Wilson <wilson@specifixinc.com>
5554
5555 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
5556 like CC.
5557
319cab08
PB
55582004-06-01 Paolo Bonzini <bonzini@gnu.org>
5559
5560 * Makefile.tpl (all.normal): Rename to all.
5561 (all): Replace with a rule to pick the default
5562 target from configure.
5563 (all-gcc, configure-gcc): Use conditionals to
5564 do nothing when toplevel bootstrap is going on.
5565 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
5566 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
5567 * configure.in: Support --enable-bootstrap.
5568
5569 * Makefile.def: Remove new- prefix from toplevel
5570 bootstrap targets.
5571 * Makefile.tpl: Likewise.
5572
5573 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
5574 target.
5575
5576 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
5577 $(RECURSE_FLAGS) to recursive invocation of make.
5578
5579 * Makefile.in: Regenerate.
5580 * configure: Regenerate.
5581
88f64edc
DJ
55822004-05-27 Daniel Jacobowitz <dan@debian.org>
5583
5584 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
5585 * configure: Regenerate.
5586
378fce5b
DD
55872004-05-25 Daniel Jacobowitz <drow@false.org>
5588
5589 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
5590 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
5591 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
5592 targets.
5593 * Makefile.in: Regenerate.
5594
dfdffa2c
PB
55952005-05-24 Paolo Bonzini <bonzini@gnu.org>
5596
5597 * configure.in: Test the ability to symlink directories.
5598 * configure: Regenerate.
5599
5600 * Makefile.def (bootstrap-stage): New definitions.
5601 * Makefile.tpl (configure-stage1-gcc,
5602 configure-stage2-gcc, configure-stage3-gcc,
5603 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
5604 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
5605 new-restage3, compare): Autogenerate, see Makefile.in
5606 entry for behavioral changes.
5607 (distclean-stage1, new-stage1-start, new-stage1-end,
5608 new-stage1-bubble, distclean-stage2, new-stage2-start,
5609 new-stage2-end, new-stage2-bubble, distclean-stage3,
5610 new-stage3-start, new-stage3-end): New autogenerated targets.
5611 (objext, prebootstrap, BOOT_CFLAGS,
5612 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
5613 targets.
5614
5615 * Makefile.in: Regenerate.
5616 (distclean-stage1, new-stage1-start, new-stage1-end,
5617 new-stage1-bubble, distclean-stage2, new-stage2-start,
5618 new-stage2-end, new-stage2-bubble, distclean-stage3,
5619 new-stage3-start, new-stage3-end): New targets.
5620 (all-stage1-gcc): Move prebootstrap dependency from here...
5621 (configure-stage1-gcc): ...to here.
5622 (new-bootstrap): Use bubble targets.
5623 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5624 Use per-stage distclean targets.
5625 (configure-stage1-gcc, configure-stage2-gcc,
5626 configure-stage3-gcc, all-stage1-gcc,
5627 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
5628 Use new-stageN-start to prepare the tree.
5629
04cf1b77
PB
56302004-05-23 Paolo Bonzini <bonzini@gnu.org>
5631
5632 * Makefile.def (host_modules): add libcpp.
5633 * Makefile.tpl: Add dependencies on and for libcpp.
5634 * Makefile.in: Regenerate.
5635 * configure.in: Add libcpp host module.
5636 * configure: Regenerate.
5637
80b200a1
ZW
56382004-05-17 Zack Weinberg <zack@codesourcery.com>
5639
5640 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
5641 of libf2c.
5642 * configure, Makefile.in: Regenerate.
5643
4b1cb4fe
DD
56442004-05-13 Diego Novillo <dnovillo@redhat.com>
5645
5646 Merge from tree-ssa-20020619-branch.
5647
5648 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
5649 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
5650 (HOST_GMPLIBS): Define.
5651 (HOST_GMPINC): Define.
5652 (TARGET_LIB_PATH): Add libmudflap.
5653 (GFORTRAN_FOR_TARGET): Define.
5654 (configure-build*): Export GFORTRAN.
5655 (configure-gcc): Export GMPLIBS and GMPINC.
5656 (all-gcc): Add maybe-all-libbanshee.
5657 (configure-target-libgfortran): Define.
5658 * Makefile.in: Regenerate.
5659 * configure.in (host_libs): Add libbanshee.
5660 (target_libraries): Add target-libmudflap and target-libgfortran.
5661 Add --with-libbanshee.
5662 Handle --disable-libmudflap.
5663 (*-*-freebsd*): Use with_gmp.
5664 Add $(libgcj) to noconfigdirs.
5665 * configure: Regenerate.
5666 * depcomp: New file.
5667 * MAINTAINERS: Add tree-ssa maintainers.
5668
56692004-04-28 Paolo Bonzini <bonzini@gnu.org>
5670
5671 * config/acx.m4: Fix fastcompare support for new-bootstrap.
5672 * configure: Regenerate.
5673
b8908782
DD
56742004-04-27 Paolo Bonzini <bonzini@gnu.org>
5675
5676 Revert:
5677 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
5678
5679 * Makefile.def (flags_to_pass): Remove *dir variables that
5680 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5681 as well as prefix and exec_prefix.
5682 * Makefile.in: Regenerate.
5683
56842004-04-26 Paolo Bonzini <bonzini@gnu.org>
5685
5686 * Makefile.def (host_modules): Mark with the bootstrap
5687 flag packages on which gcc depends.
5688 * Makefile.tpl (all-bootstrap): Use it.
5689 * Makefile.in: Regenerate.
5690
56912004-04-26 Paolo Bonzini <bonzini@gnu.org>
5692
5693 * Makefile.def (flags_to_pass): Remove *dir variables that
5694 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
5695 as well as prefix and exec_prefix.
5696 * Makefile.in: Regenerate.
5697
56982004-04-26 Paolo Bonzini <bonzini@gnu.org>
5699
80b200a1
ZW
5700 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
5701 * configure: Regenerate.
5702 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
5703 * gcc/Makefile.tpl (compare): Use the result of the test.
5704 * gcc/Makefile.in: Regenerate.
b8908782
DD
5705
57062004-04-23 Paolo Bonzini <bonzini@gnu.org>
5707
5708 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
5709 Always relocate gcc and prev-gcc to the original names, even
5710 if the build fails.
5711 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
5712 New targets.
5713
0f260896
RO
57142004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5715
5716 * configure.in (mips*-*-irix5*): Enable ld.
5717 * configure: Regenerate.
5718
51860f05
JW
57192004-04-15 James E Wilson <wilson@specifixinc.com>
5720
5721 * Makefile.tpl (configure-[+module+], configure-gcc,
5722 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
5723 Set and export LDFLAGS.
5724 * Makefile.in: Regenerate.
5725
54752a6b
NN
57262004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
5727
5728 PR bootstrap/14871
5729 * Makefile.tpl: If we don't have built-in-tree target tools,
5730 use the ones found by configure rather than hacking around with
5731 program_transform_name.
5732 * configure.in: Give Makefile.tpl the information necessary
5733 to do that.
5734 * Makefile.in: Regenerate.
5735 * configure: Regenerate.
5736
57372004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
5738
5739 PR bootstrap/14760
5740 * configure.in: When computing baseargs, strip *all* copies of
5741 offending options. Also, don't match/substitute the trailing space,
5742 so that this actually works when two similar options are separated by
5743 only one space.
5744 * configure: Regenerate.
5745
57462004-04-06 David Edelsohn <edelsohn@gnu.org>
5747
80b200a1
ZW
5748 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
5749 (rs6000-*-aix*): Same.
5750 * configure: Regenerate.
54752a6b 5751
5e2b61fb
SS
57522004-03-25 Stan Shebs <shebs@apple.com>
5753
5754 Remove MPW support, no longer used.
5755 * mpw-README, mpw-build.in, mpw-config.in, mpw-configure,
5756 mpw-install: Remove files.
5757 * src-release (DEVO_SUPPORT): Remove names of removed files.
5758 * MAINTAINERS: Likewise.
5759
1a6f2dc7
NN
57602004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
5761
a0049f1b
NN
5762 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
5763 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5764 * Makefile.in: Regenerate.
5765
1a6f2dc7
NN
5766 * configure.in (top level bootstrap support): Rework --enable-werror
5767 to set @stage2_werror_flag@.
5768 * configure: Regenerate.
5769 * Makefile.tpl (top level bootstrap support): Pass
5770 @stage2_werror_flag@ down to configure in stages 2 and 3.
5771 * Makefile.in: Regenerate.
5772
920e3419
NN
57732004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
5774
5775 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
5776 for stages 2 and 3 as well as in make. As a consequence, remove
5777 OUTPUT_OPTION (now detected by configure) from the flags passed down
5778 to make.
5779 * Makefile.in: Regenerate.
5780
5781 * Makefile.tpl (new-bootstrap): Fix typo.
5782 * Makefile.in: Regenerate.
5783
4fa63067
NN
57842004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
5785
5786 * Makefile.tpl: Rearrange by moving recursive_targets rules
5787 into their proper sections.
5788 * Makefile.tpl (top level bootstrap support): Move disabling
5789 of coverage flags from 'make' to 'configure'; improve comments.
5790 * Makefile.in: Regenerate.
5791
5792 * Makefile.tpl (experimental top level bootstrap) Move stage1
5793 language setting from all- target to configure- target; disable
5794 intermodule optimization in stage 1; prevent gratuitous rebuilds
5795 of stage 1.
5796 * Makefile.in: Regenerate.
5797 * configure.in: Comma-separate stage 1 language list for top
5798 level bootstrap.
5799 * configure: Regenerate.
5800
5801 * Makefile.tpl: Clean up experimental top level bootstrap support:
5802 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
5803 prev-gcc in configure- targets as well as all- targets.
5804 * Makefile.in: Regenerate.
5805
fb8a10fd
NN
58062004-03-17 Paolo Bonzini <bonzini@gnu.org>
5807
5808 * configure.in: Remove symbolic link section.
5809 * configure: Regenerate.
5810 * Makefile.tpl (links): Remove.
5811 * Makefile.in: Regenerate.
5812
947f426e 58132004-03-15 Paolo Bonzini <bonzini@gnu.org>
80b200a1 5814 Nathanael Nerode <neroden@gcc.gnu.org>
947f426e
NN
5815
5816 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
80b200a1 5817 Set with AC_CHECK_PROGS.
947f426e
NN
5818 * configure.in: Fix comment typo from last patch.
5819 * configure: Regenerate.
5820
1d39f329
NN
58212004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
5822
5823 * Makefile.tpl: Introduce experimental top level bootstrap support.
5824 * Makefile.in: Regenerate.
5825 * configure.in: Introduce support for top level bootstrap.
5826 * configure: Regenerate.
5827
4b0ac75d 58282004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5829 Paolo Bonzini <bonzini@gnu.org>
4b0ac75d
NN
5830
5831 PR bootstrap/14522
5832 * configure.in: Cope with shells that do not support unquoted ^
5833 * configure: Regenerate.
5834
2e70b094 58352004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
80b200a1 5836 Paolo Bonzini <bonzini@gnu.org>
2e70b094
DD
5837
5838 PR bootstrap/14522
5839 * configure.in: Cope with shell that do not support nesting
5840 quotes inside quoted backquote substitutions.
5841 * configure: Regenerate.
5842
58432004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
5844
5845 PR bootstrap/14522
5846 * configure.in: Fix escaping of $.
5847 * configure: Regenerate.
5848
9e07f89d
NN
58492004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
5850
5851 * configure: Regenerate.
5852
58532004-03-08 Paolo Bonzini <bonzini@gnu.org>
5854
5855 PR ada/14131
5856 Move language detection to the top level.
5857 * configure.in: Find default values for the tools as
5858 soon as possible. Disable ada if GNAT is not found.
5859 Emit error message about missing languages. Expand
5860 --enable-languages=all for the gcc subdirectory.
5861
1712ab83
RS
58622004-03-01 Richard Sandiford <rsandifo@redhat.com>
5863
5864 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
5865 and disable libgcj.
5866 * configure: Regenerated.
5867
3dee29da
NN
58682004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5869
5870 PR bootstrap/7087
5871 * Makefile.tpl: Guard XFOO sed statements better.
5872 * Makefile.tpl: Add dependency for configure-target-libada.
5873 * Makefile.in: Regenerate (incidentally fixes broken
5874 commit when libada-branch was merged).
5875
0558264b
AC
58762004-02-28 Andrew Cagney <cagney@redhat.com>
5877
5878 * src-release (CVS_NAMES): Define.
5879 (do-tar, do-tar): Prune $(CVS_NAMES).
5880
c38f9803
AC
58812004-02-23 Andrew Cagney <cagney@redhat.com>
5882
5883 * texinfo/texinfo.tex: Update from version 2003-02-03.16 to
5884 2004-02-19.09.
5885
55636792
NN
58862004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
5887
5888 PR bootstrap/11932
5889 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
5890
1e600082
AC
58912004-02-19 Andrew Cagney <cagney@redhat.com>
5892
5893 * config.guess: Update from version 2003-06-12 to 2004-02-16.
5894 * config.sub: Update from version 2003-06-13 to 2004-02-16.
5895
3769cd82
DD
58962004-02-11 David Edelsohn <edelsohn@gnu.org>
5897
5898 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
5899 (rs6000-*-aix*): Same.
5900 * configure: Regenerate.
5901
a92834c8
DD
59022004-02-11 Kelley Cook <kcook@gcc.gnu.org>
5903
5904 * configure.in (host): Add in missing $noconfigdirs to defines.
5905 * configure: Regenerate.
5906
a2592b1b
DD
59072004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
5908 Nathanael Nerode <neroden@gcc.gnu.org>
5909
5910 PR ada/6637, PR ada/5911
80b200a1 5911 Merge with libada-branch:
a2592b1b
DD
5912 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
5913 with appropriate dependencies. Add --enable-libada configure switch.
5914 * configure, Makefile.in: Regenerate.
5915
e31d1ea3
DD
59162004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5917
5918 * configure.in: Don't pass --with-stabs on IRIX 5 either.
5919 * configure: Regenerate.
5920
db85f5c0
JJ
59212004-02-02 Jeff Johnston <jjohnstn@redhat.com>
5922
5923 * COPYING.NEWLIB: Update Red Hat license to 2004.
80b200a1 5924
fc434214
DD
59252004-01-23 DJ Delorie <dj@redhat.com>
5926
5927 * Makefile.def (target_modules) [libiberty]: Don't stage.
5928 * Makefile.in: Rebuilt.
5929
ad445c2c 59302004-01-23 Jeff Johnston <jjohnstn@redhat.com>
80b200a1 5931
ad445c2c
JJ
5932 * COPYING.NEWLIB: Update to include copyrights for new
5933 iconv code.
5934
72bbedde
AC
59352004-01-15 Andrew Cagney <cagney@redhat.com>
5936
5937 * src-release: Update copyright year.
5938 (do-proto-toplev): Configure using i686-pc-linux-gnu.
5939 (NEWLIB_SUPPORT_DIRS): Delete macro.
5940 (newlib.tar.bz2): Delete rule.
5941
a6d6062d
DD
59422004-01-14 Loren J. Rittle <ljrittle@acm.org>
5943
5944 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
5945 * Makefile.tpl (configure-target-[+module+]): Support stage.
5946 * Makefile.in: Rebuilt.
5947
f8b73030
MR
59482003-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5949
5950 * gettext.m4: Quote names of macros to be defined by AC_DEFUN
5951 throughout.
5952
aff0e9df
NN
59532004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
5954
bb5dca17
NN
5955 * configure.in: Use ./config.cache, not config.cache.
5956 * configure: Regenerate.
5957 * Makefile.tpl: Special-casing not needed for GCC any more.
5958 * Makefile.in: Regenerate.
5959
82252c06
NN
5960 * configure.in: Don't share a cache file for host dirs.
5961 * configure: Regenerate.
5962
aff0e9df
NN
5963 * config-ml.in: Don't mess with the cache file.
5964
95036d20
NN
59652004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
5966
ac7b618e
NN
5967 * Makefile.tpl: Make GCC use a separate config.cache.
5968 * Makefile.in: Regenerate.
5969
95036d20
NN
5970 PR bootstrap/11932, PR bootstrap/11933
5971 (I don't know if it will fix either of them, but it relates
5972 to them.)
5973 * configure.in: Don't use shared config.cache for target
5974 directories.
5975 * configure: Regenerate.
5976
08c1856b
DD
59772003-12-31 Roger Sayle <roger@eyesopen.com>
5978
5979 * configure.in (ia64*-*-hpux*): Disable building java libraries.
5980 * configure: Regenerated.
5981
c1968181 59822003-12-21 Bernardo Innocenti <bernie@develer.com>
80b200a1 5983
9eb322aa
MF
5984 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
5985 * configure: Regenerated.
c1968181 5986
10ecffb9
NN
59872003-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
5988
5989 Port change over from GCC:
5990 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
5991 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
5992 (configure-build-[+module+], configure-[+module+]): Likewise.
5993 (configure-target-[+module+], configure-gcc, config.status): Likewise.
5994 * Makefile.in: Regenerate.
5995
f2ab5990
TF
59962003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
5997
5998 * configure.in (raw_libstdcxx_flags): Remove the leading space.
5999 * configure: Regenerate.
6000
41a7d11a
JJ
60012003-11-27 Jeff Johnston <jjohnstn@redhat.com>
6002
80b200a1 6003 * COPYING.NEWLIB: Add license info for long long routines added to
41a7d11a
JJ
6004 stdlib.
6005
d9441a1f
DD
60062003-11-14 Arnaud Charlet <charlet@act-europe.fr>
6007
6008 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
6009 * Makefile.in: Regenerate.
6010
3a48a978
DD
60112003-10-20 Phil Edwards <phil@codesourcery.com>
6012
6013 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
6014 * configure: Regenerate.
6015
f0b24077
NN
60162003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
6017
6018 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
6019 HOST_FLAGS_TO_PASS.
6020 * Makefile.in: Regenerate.
6021
5fbad20a
DD
60222003-10-05 Mohan Embar <gnustuff@thisiscool.com>
6023
6024 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
6025 * configure: Rebuilt
6026 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
6027 * Makefile.in: Rebuilt
6028
78be4155
L
60292003-10-03 H.J. Lu <hongjiu.lu@intel.com>
6030
6031 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
6032
051fcc7a
L
60332003-10-01 Phil Edwards <pme@gcc.gnu.org>
6034
6035 * config-ml.in: Use ac_configure_args directly instead of
6036 ml_arguments. Only set ml_norecursion if --no[-]recursion is
6037 actually seen.
6038
60392003-10-01 Eric Botcazou <ebotcazou@libertysurf.fr>
6040
6041 * config-ml.in: Propagate INSTALL variables.
6042
f27d4f92
DJ
60432003-09-21 Daniel Jacobowitz <drow@mvista.com>
6044
6045 * configure.in: Pass a computed --program-transform-name
6046 to subconfigures.
6047 * configure: Regenerated.
6048
cae4d560
NN
60492003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
6050
6051 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
6052 * Makefile.in: Regenerate.
6053
6054 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
6055 * Makefile.in: Regenerate.
6056
8ff944f6
DJ
60572003-09-17 Daniel Jacobowitz <drow@mvista.com>
6058
6059 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
6060 quoting.
6061 * configure: Regenerated.
6062
d9a35680
MC
60632003-09-12 Michael Chastain <mec@shout.net>
6064
6065 Fix PR gdb/857.
6066 * src-release (do-proto-topleve): Remove junk files
6067 intl/config.cache, intl/config.status,
6068 intl/config.h, intl/stamp-h.
6069
710068b9
AC
60702003-09-14 Andrew Cagney <cagney@redhat.com>
6071
6072 * src-release (dejagnu.tar): New target.
6073 (dejagnu.tar.bz2): Recursively call "gdb-taz" rule.
6074 (do-djunpack): Use $(PACKAGE) for the package name.
6075
e1008165
DD
60762003-09-04 DJ Delorie <dj@redhat.com>
6077
6078 * configure: Regenerate.
6079
21998d12
NC
60802003-09-04 Robert Millan <robertmh@gnu.org>
6081
6082 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
80b200a1 6083
ccca4bb3
DD
60842003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6085
6086 * configure.in: Ensure arguments to sed are properly spaced.
6087 * configure: Regenerate.
6088
ee949b5e
DJ
60892003-08-28 Daniel Jacobowitz <drow@mvista.com>
6090
6091 Merge from gcc:
6092 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
6093 * install-sh: Update to newer upstream versions (associated with
6094 aclocal 1.7).
6095 * missing: Likewise, plus $1Help2man -> $1 typo fix.
6096
75addda2
DJ
60972003-08-27 Daniel Jacobowitz <drow@mvista.com>
6098
6099 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
6100 * configure: Regenerated.
6101
8d2877d8
NN
61022003-08-23 Phil Edwards <pme@gcc.gnu.org>
6103
6104 * configure.in: Use newline instead of semicolon when assuming
6105 shell arguments in a for loop.
6106 * configure: Regenerated.
6107
d2cc0e0d
GK
61082003-08-20 Geoffrey Keating <geoffk@apple.com>
6109
6110 PR 8180
6111 * configure.in: When testing with_libs and with_headers, treat
6112 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
6113 * configure: Regenerate.
80b200a1 6114
d2cc0e0d
GK
6115 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
6116 make, shell, etc.
6117 (baseargs): Likewise.
6118 * configure: Regenerate.
6119
04d1ab34
GK
61202003-08-19 Geoffrey Keating <geoffk@apple.com>
6121
6122 * configure.in: Disable libgcj for darwin not on powerpc.
6123 * configure: Rebuild.
6124
ca506da8
MC
61252003-08-15 Michael Chastain <mec@shout.net>
6126
6127 * src-release (do-proto-toplev): Remove junk files
6128 dejagnu/example/calc/config.status,
6129 dejagnu/example/calc/config.log.
6130
a4aa3f49
DD
61312003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
6132
6133 * config-ml.in, symlink-tree: Add license.
6134
ede4fbe4
NN
61352003-08-01 Nathanael Nerode <neroden@gcc.gnu.org>
6136
6137 Merge from gcc:
6138
6139 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
6140 * Makefile.tpl (check, check-c++): Express dependencies using
6141 dependencies rather than commands.
6142 * Makefile.in: Regenerate.
6143
6144 2003-07-31 Geoffrey Keating <geoffk@apple.com>
6145 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
6146 * Makefile.in: Update.
6147
970f29af
AC
61482003-08-01 Andrew Cagney <cagney@redhat.com>
6149
6150 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
6151 * configure: Ditto.
6152
b2884a0c
DD
61532003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
6154
6155 * configure.in: Enable libgcj for darwin.
6156 * configure: Rebuild.
6157
c07f46a4
NN
61582003-07-29 Nathanael Nerode <neroden@gcc.gnu.org>
6159
6160 * mkinstalldirs: Import autoconf 2.57 / automake 1.7 version.
6161
9175bfc0
NN
61622003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
6163
6164 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
6165 creating target and build subdirs to build all parent dirs as needed.
6166 * Makefile.in: Rebuild.
6167 * configure.in: Don't build dirs explicitly here.
6168 * configure: Rebuild.
6169
b9abda6a
AO
61702003-07-22 Alexandre Oliva <aoliva@redhat.com>
6171
6172 * Makefile.tpl (all-make): Depend on intl.
6173 * Makefile.in: Rebuilt.
6174
eef8ffd4
NN
61752003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
6176
6177 * config.if: Remove unused libc_interface determination.
6178
295efaf0
NN
61792003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
6180
6181 * Makefile.in: Regenerate, correctly this time.
6182
e5c3f801
NN
61832003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
6184
6185 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
6186 unused INSTALL_PROGRAM_ARGS.
6187 * configure.in: Use AC_PROG_INSTALL.
6188 * Makefile.in: Regenerate.
6189 * configure: Regenerate.
6190
4a18bd6b
AO
61912003-07-10 Alexandre Oliva <aoliva@redhat.com>
6192
6193 * configure: Rebuilt.
6194 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
6195 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
6196 newlib nor libgloss.
6197 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
6198 * configure.in (am33_2.0-*-linux*): Added.
6199
fbd1054d
BW
62002003-07-09 Bob Wilson <bob.wilson@acm.org>
6201
6202 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
6203 * configure: Regenerate.
6204
b40e3958
L
62052003-07-06 H.J. Lu <hongjiu.lu@intel.com>
6206
6207 * config-ml.in: Replace PWD with PWD_COMMAND.
6208 * Makefile.tpl: Likewise.
6209 * Makefile.in: Regenerated.
6210
4a5be7ba
NN
62112003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
6212
6213 * configure.in: Clean up config-lang.in handling. Delete
6214 useless assignment to "subdirs".
6215 * configure: Regenerate.
6216
9c14acb8
NN
62172003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
6218
6219 * configure.in: Rename 'target_libs' to 'target_libraries'.
6220 Remove useless reference to 'target_libs'.
6221 * configure: Regenerate.
6222
8f32e830
KS
62232003-06-23 Keith Seitz <kseitz@sources.redhat.com>
6224
6225 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
6226 * Makefile.in: Regenerate.
6227
12f0bd74
NN
62282003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
6229
6230 * Makefile.def: Introduce flags_to_pass.
6231 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
6232 * Makefile.in: Regenerate.
6233
b07c2aad
HPN
62342003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
6235
6236 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
6237 and target-libgloss.
6238 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
6239 <h8300*-*-*>: Disable libf2c and ${libgcj}.
69777083 6240 * configure: Regenerate.
b07c2aad 6241
56f25033
DD
62422003-06-17 Benjamin Kosnik <bkoz@redhat.com>
6243
6244 * configure.in: Update testsuite_flags to new location.
6245 * configure. Regenerate.
80b200a1 6246
4ec9a3b2
NN
62472003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
6248
6249 * Makefile.tpl: Remove BUILD_CC stuff.
6250 * Makefile.in: Regenerate.
6251
059083b1 62522003-06-14 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6253
059083b1
L
6254 * config.guess: Update to 2003-06-12 version.
6255 * config.sub: Update to 2003-06-13 version.
6256
535b046a
TS
62572003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6258
6259 * MAINTAINERS: Add myself as MIPS co-maintainer.
6260
00c22daa 62612003-06-12 H.J. Lu <hongjiu.lu@intel.com>
80b200a1 6262
00c22daa
L
6263 * config.guess: Update to 2003-06-06 version.
6264 * config.sub: Update to 2003-06-06 version.
6265
1047cb91
DD
62662003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6267
6268 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
6269 * configure. Regenerate.
6270
123494c8
NN
62712003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
6272
1047cb91
DD
6273 * configure.in: Disable serial configure by default.
6274 * configure: Regenerate.
6275 * Makefile.tpl: Abolish .NOTPARALLEL.
6276 * Makefile.in: Regenerate.
6277
7f121bbf
NN
6278 * Makefile.tpl: Replace {build,host,target}_canonical by
6279 {build,host,target}.
6280 * Makefile.in: Regenerate.
6281
123494c8
NN
6282 * Makefile.tpl: Fix stupid pasto.
6283 * Makefile.in: Regenerate.
6284
ec7e0995
NN
62852003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
6286
6287 * Makefile.tpl: Remove bogus conditional.
6288 * Makefile.in: Regenerate.
6289
27b1cc72
NN
62902003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
6291
2a4cbe27
NN
6292 * Makefile.tpl: Make 'recursive targets' using autogen rather
6293 than shell loop. Remove duplicate 'clean' targets and false
6294 comments.
6295 * Makefile.def: Add systematic dependencies to 'recursive' targets.
6296 Add systematic method of specifying missing targets in subdirs.
6297 Add copyright boilerplate.
6298 * Makefile.in: Regenerate.
6299 * configure.in: Add 'recursive targets' to maybe list.
6300 * configure: Regenerate.
6301
27b1cc72
NN
6302 * Makefile.tpl: Rename [+target+] to [+make_target+].
6303 * Makefile.def: Rename 'target' to 'make_target'.
6304
01e51bd0
NC
63052003-05-30 Nick Clifton <nickc@redhat.com>
6306
6307 * README-maintainer-mode: Update URL for locating blessed config
6308 tools.
6309
2fd84b42
NC
63102003-05-29 Robert Millan <rmh@debian.org>
6311
6312 * ltconfig: Import this patch and modify for use with current
6313 version of ltconfig:
6314
6315 2003-05-21 Bruno Haible <bruno@clisp.org>
6316
6317 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
6318 GNU/FreeBSD.
6319
8945c6bb
DD
63202003-05-28 DJ Delorie <dj@redhat.com>
6321
6322 * Makefile.tpl: Make maybe-check-gcc .PHONY.
6323 * Makefile.in: Regenerate.
6324
2f9632a1
JJ
63252003-05-28 Jeff Johnston <jjohnstn@redhat.com>
6326
80b200a1 6327 * COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
2f9632a1 6328
3a12db16 63292003-05-21 DJ Delorie <dj@redhat.com>
80b200a1 6330
3a12db16
DD
6331 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
6332 newlib or libgloss.
6333 * Makefile.in: Regenerate.
6334
44482353
DD
63352003-05-21 DJ Delorie <dj@redhat.com>
6336
6337 * Makefile.tpl: Add missing empty maybe-check-gcc target.
6338 * Makefile.in: Regenerate.
6339
fec2c52d
MR
63402003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6341
6342 * configure.in: Use curly braces in the definition of tooldir.
6343 * configure: Regenerate.
6344
16ae0395
NN
63452003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
6346
6347 * configure.in: Switch more things to use maybe dependencies.
80b200a1 6348 * Makefile.tpl: Switch more things to use maybe dependencies.
16ae0395
NN
6349 Factor out common code from autogen IF statements.
6350 * configure: Regenerate.
6351 * Makefile.in: Regenerate.
6352
ec11bdc6
DD
63532003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
6354
6355 * configure.in: Accept i[3456789]86 for machine type.
6356 * configure: Regenerate.
6357
dd12c3a8
NN
63582003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
6359
6360 * configure.in: Switch more things to use maybe dependencies.
6361 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
6362 * configure: Regenerate.
6363 * Makefile.tpl: Switch more things to use maybe dependencies.
6364 * Makefile.in: Regenerate.
6365
cf662e21
AJ
63662003-05-16 Andreas Schwab <schwab@suse.de>
6367
6368 * Makefile.tpl (install-opcodes): Define.
6369 * Makefile.in: Rebuild.
6370
5481b376
AJ
63712003-05-13 Andreas Jaeger <aj@suse.de>
6372
6373 * config.guess: Update to 2003-05-09 version.
6374 * config.sub: Update to 2003-05-09 version.
6375
3959a22a
AJ
63762003-05-13 Michael Eager <eager@mvista.com>
6377
6378 * configure.in: Correct sed script so that options in quotes are not
6379 deleted.
6380 * configure: Rebuild.
6381
564b43e5
CV
63822003-05-12 Corinna Vinschen <corinna@vinschen.de>
6383
6384 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
6385 and $$s/newlib/libc/sys/cygwin32 include paths.
6386 * configure: Ditto.
6387
bb947dc9
L
63882003-05-05 H.J. Lu <hjl@gnu.org>
6389
6390 * config-ml.in: Restored from gcc repository.
6391
77f7441a
CD
63922003-05-02 Chris Demetriou <cgd@broadcom.com>
6393
80b200a1
ZW
6394 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
6395 * Makefile.in: Regenerate.
77f7441a 6396
a26d7085
DJ
63972003-04-27 Daniel Jacobowitz <drow@mvista.com>
6398
6399 * src-release (DEVO_SUPPORT): Add src-release, Makefile.tpl,
6400 and Makefile.def.
6401
e4c4d240
DJ
64022003-04-27 Daniel Jacobowitz <drow@mvista.com>
6403
6404 * Makefile.tpl: Clean $(BUILD_SUBDIR).
6405 * Makefile.in: Regenerated.
6406
62a3fc85
DD
64072003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6408
6409 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
6410 * Makefile.in: Regenerate.
6411
64122003-04-18 Jakub Jelinek <jakub@redhat.com>
6413
6414 * configure.in (powerpc64*-*-linux*): Remove.
6415 * configure: Rebuilt.
6416
5b474aa8
DD
64172003-04-17 Phil Edwards <pme@gcc.gnu.org>
6418
6419 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
6420 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
6421 and restrap.
6422 * Makefile.in: Regenerate.
6423
64242003-04-16 Richard Earnshaw <rearnsha@arm.com>
6425
6426 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
6427 * configure: Regenerated.
6428
bc295afe
AO
64292003-04-11 Alexandre Oliva <aoliva@redhat.com>
6430
6431 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
6432 * */configure: Rebuilt.
6433
3728fade
NN
64342003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
6435
6436 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
6437 * Makefile.in: Regenerate.
6438
ce5b542e
MC
64392003-03-14 Michael Chastain <mec@shout.net>
6440
6441 * Makefile.in: Regenerate with correct Makefile.def.
6442
3db0a37f
NN
64432003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
6444
6445 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
6446 Make macro.
6447 * Makefile.in: Regenerate.
6448 * configure.in: Clean up gxx_include_dir logic.
6449 * configure: Regenerate.
6450
34349c6e
DD
64512003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6452
6453 * configure.in (gxx_include_dir): Fix typo.
6454 * configure: Regenerated.
6455
686c28c9
AC
64562003-03-06 Andrew Cagney <cagney@redhat.com>
6457
6458 * texinfo/texinfo.tex: Import version 2003-02-03.16.
6459
bba45b8b 64602003-03-04 Daniel Jacobowitz <drow@mvista.com>
5481b376 6461
bba45b8b
NN
6462 * configure.in: Include $(build_tooldir)/sys-include in
6463 FLAGS_FOR_TARGET.
6464 * configure: Regenerated.
6465
2683747f
NN
64662003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
6467
bba45b8b
NN
6468 * Makefile.tpl: Reindent.
6469 * Makefile.in: Regenerate.
6470 * configure.in: Reindent. Don't set unused variables.
6471 * configure: Regenerate.
6472
2683747f
NN
6473 * Makefile.tpl: Always pass down RANLIB.
6474 * Makefile.in: Regenerate.
6475
6476 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
6477 * Makefile.in: Regenerate.
6478 * configure.in: Remove unused logic relating to --enable-shared
6479 and --enable-threads. Remove bogus comments. Remove redundant
6480 noconfigdirs.
6481 * configure: Regenerate.
6482
6483 * configure.in: Replace ${libstdcxx_version} by its value.
6484 Remove reference to mh-dgux.
6485 * configure: Regenerate.
6486
50212802
NN
64872003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
6488
6489 * Makefile.tpl: Rearrange.
6490 * Makefile.in: Regenerate.
6491
a6be7fc6
NC
64922003-02-25 Nick Clifton <nickc@redhat.com>
6493
6494 * configure: Remove site-file supprot - it is obsolete.
6495
f8a495c8
NC
64962003-02-24 Uwe Stieber <uwe@wwws.de>
6497
6498 * configure.in: Add support for kaOS as cross build target system.
6499 * configure: Regenerated.
6500
3decd77d
DD
65012003-02-20 Sean McNeil <sean@blue.mcneil.com>
6502
6503 * Makefile.tpl: Add definition of CPPFLAGS to pass into
6504 configure-target-* as some target builds may require additional
6505 flags for preprocessor tests.
6506 * Makefile.in: Regenerated.
6507
f4ff34a3
AO
65082003-02-19 Alexandre Oliva <aoliva@redhat.com>
6509
6510 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
6511 * ltconfig: Handle it.
6512 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
6513 auto-detecting it.
6514
b7e4a931
AO
65152003-02-19 Alexandre Oliva <aoliva@redhat.com>
6516
6517 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
6518 it is used as argument to $CC.
6519 * ltcf-gcj.sh: Likewise.
6520
6b784d9f
AO
65212003-02-19 Alexandre Oliva <aoliva@redhat.com>
6522
6523 * configure.in: Introduce --enable-maintainer-mode.
6524 * configure: Rebuilt.
6525 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
6526 for maintainer mode.
6527 * Makefile.in: Rebuilt.
6528
8bcd8a07
AC
65292003-02-19 Andrew Cagney <ac131313@redhat.com>
6530
6531 * configure: Regenerate using autoconf 2.13.
6532
ee3fd329
AM
65332003-02-19 Alan Modra <amodra@bigpond.net.au>
6534
6535 * config.guess: Import latest version.
6536 * config.sub: Import latest version.
6537
e9e45685
JM
65382003-02-18 Jason Merrill <jason@redhat.com>
6539
6540 * Makefile.tpl (check-c++): Allow parallelism.
6541
859789af
AC
65422003-02-17 Andrew Cagney <ac131313@redhat.com>
6543
6544 * configure: Regenerate using autoconf 000227.
6545
b3f16a9b
GK
65462003-02-15 Geoffrey Keating <geoffk@apple.com>
6547
6548 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
6549 don't configure target-libobjc.
6550 * configure: Regenerate.
6551
72e60e02
DD
65522003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6553
6554 * Makefile.tpl (RANLIB): Define.
6555 * Makefile.in: Regenerate.
6556
91f0e695
KS
65572003-02-06 Keith R Seitz <keiths@redhat.com>
6558
6559 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
6560 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
6561 * Makefile.in: Regenerated.
6562 * configure.in: Remove all traces of snavigator, db, and grep.
6563 * configure: Regenerated.
6564
122bfa92
FCE
65652003-01-31 Frank Ch. Eigler <fche@redhat.com>
6566
6567 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
6568 * Makefile.in: Regenerated.
6569
264095c3
AO
65702003-01-30 Alexandre Oliva <aoliva@redhat.com>
6571
6572 * config.if: Copy from GCC.
6573
a84dbcb3
AO
65742003-01-27 Phil Edwards <pme@gcc.gnu.org>
6575
6576 * configure.in: Revert 24Jan change.
6577 * configure: Regenerate.
6578
19618276
NN
65792003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6580
6581 * configure.in: Revert previous change.
6582 * configure: Regenerate.
6583
b7f27a92
NN
65842003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
6585
6586 * configure.in: Make rda native-only.
6587 * configure: Regenerate.
6588
83326456
NN
65892003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
6590
6591 * configure.in: Add missing \.
6592 * configure: Rebuilt.
6593
5e367fa5
JJ
65942003-01-17 Jakub Jelinek <jakub@redhat.com>
6595
6596 * configure.in (baseargs): Avoid using \| in sed regular
6597 expressions.
6598 * configure: Rebuilt.
6599
e01f337c
JJ
66002003-01-16 Jakub Jelinek <jakub@redhat.com>
6601
6602 * configure.in (baseargs): Remove all supported forms of
6603 --cache-file, --srcdir, --host, --build and --target options
6604 from argument lists.
6605 * configure: Rebuilt.
6606
aa236487
AO
66072003-01-15 Alexandre Oliva <aoliva@redhat.com>
6608
6609 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
6610 * configure: Rebuilt.
6611
586c0873
NN
66122003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
6613
6614 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
6615 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
6616 * Makefile.in: Regenerate.
6617 * configure: Regenerate.
6618
497f816e
DD
66192003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
6620
6621 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
6622 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
6623 * Makefile.in: Regenerate.
6624
bfbe5519
AO
66252003-01-09 Alexandre Oliva <aoliva@redhat.com>
6626
6627 * configure.in: Remove Makefile in build, host and target modules
6628 unless configure was run with --no-recursion.
6629 * configure: Rebuilt.
6630
3f234ef5
CD
66312003-01-08 Chris Demetriou <cgd@broadcom.com>
6632
6633 * config.guess: Update to 2003-01-03 version.
6634 * config.sub: Update to 2003-01-03 version.
6635
a3982d48
CF
66362003-01-07 Christopher Faylor <cgf@redhat.com>
6637
6638 * configure: Regenerate with proper autoconf 2.13.
6639
75778ec4
CF
66402003-01-07 Christopher Faylor <cgf@redhat.com>
6641
80b200a1
ZW
6642 * configure.in: Add AC_PREREQ for consistency.
6643 * configure: Regenerate.
75778ec4 6644
c180f501
AC
66452003-01-06 Andrew Cagney <ac131313@redhat.com>
6646
6647 * configure.in (GDB_TK): Add tcl directories conditional on
6648 gdb/gdbtk directory being present.
6649 * configure: Regenerate.
5481b376 6650
46ca2cc2
DA
66512003-01-04 John David Anglin <dave.anglin@nrc.ca>
6652
6653 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
6654 by gcc if LD is not defined and we are not doing a Canadian Cross.
6655 * configure: Rebuilt.
6656
53dd8dab
DJ
66572003-01-01 Daniel Jacobowitz <drow@mvista.com>
6658
6659 * src-release (ETC_SUPPORT): Add fdl.texi and texi2pod.pl.
6660
50ceb20c
TT
66612002-12-31 Tom Tromey <tromey@redhat.com>
6662
6663 * Makefile.in: Rebuilt.
6664 * Makefile.def (target_modules) [libffi]: Allow installation.
6665
e78b5cfe
AS
66662002-12-31 Andreas Schwab <schwab@suse.de>
6667
6668 * configure.in: Fix use of $program_transform_name.
6669 * configure: Regenerated.
6670
67448102
DJ
66712002-12-30 Daniel Jacobowitz <drow@mvista.com>
6672
6673 * configure.in (baseargs): Don't remove first configure argument.
6674 * configure: Regenerated.
6675
e6bfb94a
AO
66762002-12-29 Alexandre Oliva <aoliva@redhat.com>
6677
6678 * Makefile.tpl (local-distclean): Don't remove...
6679 (multilib.ts): ... this. Moved into...
6680 (multilib.out): ... this. Don't use sub-make.
6681 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
6682 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
6683 (configure-build-[+module+], configure-[+module+],
6684 configure-target-[+module+], configure-gcc): ... these. Test
6685 for Makefile existence. Drop config.status from dependencies.
6686 * Makefile.in: Rebuilt.
6687 * configure.in: Move gcc-version-trigger to the end of
6688 ac_configure_args. Add comments to maybedep.tmp and
6689 serdep.tmp. Introduce --disable-serial-configure. Remove
6690 nonopt from baseargs, matching and removing corresponding
6691 whitespace while at it.
6692 * configure: Rebuilt.
6693
8f0dfb36
AO
66942002-12-28 Alexandre Oliva <aoliva@redhat.com>
6695
6696 * configure.in (host_configargs): Replace reference to
6697 no-longer-defined buildopts with --build=${build_alias}.
6698 * configure: Rebuilt.
6699
43be203f
AO
67002002-12-28 Alexandre Oliva <aoliva@redhat.com>
6701
6702 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
6703 program_transform_name to standard idiom.
6704 (AUTOGEN, AUTOCONF): Define.
6705 (Makefile.in): Use $(AUTOGEN).
6706 (Makefile): Depend on config.status, and use autoconf-style rule to
6707 build it. Move original commands to...
6708 (config.status): ... this new target.
6709 (configure): Add $(srcdir). Depend on config/acx.m4. Use
6710 $(AUTOCONF).
6711 * Makefile.in: Rebuilt.
6712
a0da8069
NN
67132002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
6714
d18f1c9f
NN
6715 * Makefile.tpl: Fix dramatic bustage due to change in
6716 program_transform_name.
6717 * Makefile.in: Regenerate.
6718
6719 * configure.in: Remove unnecessary PATH setting.
6720 * configure: Regnerate.
6721
6722 * configure.in: Don't default to unprefixed tools unless
6723 the native tools will work.
6724 * configure: Regenerate.
6725
a0da8069
NN
6726 * configure.in: Convert to autoconf script. Blow away lots
6727 of now-redundant Makefile fragments.
6728 * configure: Generate using Autoconf.
6729 * Makefile.tpl: Rewrite to reflect autoconfiscation.
6730 * Makefile.in: Regenerate.
6731
c567df0a
NN
67322002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
6733
5481b376 6734 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
c567df0a
NN
6735 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
6736
5481b376 6737 * ChangeLog: Move a couple of entries from here to winsup/cygwin,
c567df0a 6738 where they belong.
2c7f9a32 6739
2dabcfb4
AS
67402002-12-24 Andreas Schwab <schwab@suse.de>
6741
6742 * Makefile.tpl (multilib.out): Fix missing space.
6743 * Makefile.in: Regenerate.
6744
1086bc09
NN
67452002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
6746
6747 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
6748 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
6749 * Makefile.in: Regenerate.
6750 * configure.in: Remove unnecessary leftovers.
6751
1086bc09
NN
67522002-12-21 Geoffrey Keating <geoffk@apple.com>
6753
6754 * configure.in (extra_ranlibflags_for_target): New variable.
6755 (*-*-darwin): Add -c to ranlib commands.
6756 * configure (tooldir): Handle extra_ranlibflags_for_target.
6757
14e9ca95
JJ
67582002-12-20 Jeff Johnston <jjohnstn@redhat.com>
6759
6760 * COPYING.NEWLIB: Updated.
6761 * COPYING.LIBGLOSS: Ditto.
6762
14c428fb
NN
67632002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
6764
6765 * Makefile.tpl: Revert HJL's change.
6766 * Makefile.in: Regenerated.
6767 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
6768 always.
6769
313b8244
AS
67702002-12-19 Andreas Schwab <schwab@suse.de>
6771
6772 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
6773 * Makefile.in: Regenerate.
6774
efeae3db
L
67752002-12-18 H.J. Lu <hjl@gnu.org>
6776
6777 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
6778 * Makefile.in: Regenerated.
6779
6780 * configure.in (build_prefix): New. Substitute.
6781
43d92c63
NN
67822002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
6783
59da4fe6
NN
6784 * Makefile.tpl: Don't let real targets depend on phony targets.
6785 * Makefile.in: Regenerate.
6786
43d92c63
NN
6787 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
6788 * Makefile.in: Regenerate.
6789
b72e6a2d
JM
67902002-12-16 Jason Merrill <jason@redhat.com>
6791
6792 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
6793 previous 'make bootstrap'.
6794 * Makefile.in: Regenerate.
6795
95c72c44
HPN
67962002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
6797
6798 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
6799
7d695d07
JM
68002002-12-13 Jason Merrill <jason@redhat.com>
6801
6802 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
6803 library tests.
6804 (check-c++): Just depend on it and check-target-libstdc++-v3.
6805 * Makefile.in: Regenerate.
6806
54103d1e
NN
68072002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
6808
6809 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
6810 * Makefile.in: Regenerate.
6811
4024f1e1
JJ
68122002-12-12 Jeff Johnston <jjohnstn@redhat.com>
6813
80b200a1
ZW
6814 * COPYING.NEWLIB: Update list of alternate Regent of California
6815 licenses and discuss official revoking of advertising clause.
6816 * COPYING.LIBGLOSS: Ditto.
4024f1e1 6817
7dda0df6
AO
68182002-12-12 Alexandre Oliva <aoliva@redhat.com>
6819
6820 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
6821 * Makefile.in: Rebuilt.
6822
d03be79e 68232002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
b4a77b47 6824
929293f4
NN
6825 * configure: Fix bug put in by gremlins.
6826
d03be79e
NN
6827 * Makefile.tpl: Substitute more autoconfily.
6828 * configure: Substitute more autoconfily.
6829 * Makefile.in: Regenerate.
6830
68312002-12-08 Andrew Cagney <ac131313@redhat.com>
6832
6833 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
6834 * Makefile.in (all-sim): Ditto.
a36d530e
DD
6835
68362002-12-06 DJ Delorie <dj@redhat.com>
6837
6838 * Makefile.tpl: Change configure dependencies to not have real
6839 targets depend on phony targets.
b4a77b47 6840
db1ac78d
NN
68412002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
6842
bcaf2395
NN
6843 * configure.in: Revert unintentional change.
6844
b4fa093e
NN
6845 * src-release: Configure host subdirs.
6846
db1ac78d
NN
6847 * Makefile.tpl: Change dependency for */multilib.out so that
6848 it works when gcc isn't in the tree.
6849
6850 * configure.in: Substitute more.
6851 * configure: Run subconfigures from the Makefile.
6852 * Makefile.tpl: Run subconfigures from the Makefile; add a few
6853 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
6854
15723a45
NN
68552002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
6856
e2b9e2dc
NN
6857 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
6858 and corresponding dependencies.
6859 * Makefile.in: Regenerate.
6860
2af579c4
NN
6861 * configure.in (host_tools): Order binutils, gas and ld for
6862 convenience in running the testsuites.
6863
a2cc058a
NN
6864 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
6865 * Makefile.in: Regenerate.
6866 * configure.in: Introduce rules to serialize subconfigure runs.
6867
15723a45
NN
6868 * configure.in: Introduce BASE_CC_FOR_TARGET.
6869 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
6870 Realize configure-build-* targets. Realize configure-target-* targets.
6871 * Makefile.in: Regenerate.
6872
ae831be5
NN
68732002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6874
6875 * configure: Move gcc_version_trigger stuff from here...
6876 * configure.in: ...to here.
6877
6878 * configure.in: Separate subconfigure options added by this file from
6879 options given by the user. Add machinery to put args for host
6880 subconfigures into the Makefile.
6881
6882 * Makefile.tpl: Remove 'vault' targets.
6883 * Makefile.tpl: Reorder and comment dependencies.
6884 * Makefile.in: Regenerate.
6885
bbf7c8ac
NN
68862002-11-28 Geoffrey Keating <geoffk@apple.com>
6887
6888 * configure.in: Move host-specific darwin noconfigdirs into
6889 the host-specific section.
6890
930314a4
NN
68912002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6892
52d7cdee
NN
6893 * Makefile.tpl: Restore bkorb's style patch, accidentally lost
6894 during replay.
6895 * Makefile.in: Regenerate.
6896
930314a4
NN
6897 (finishing slow-motion replay)
6898 * configure: Remove skip-this-dir support.
6899 * Makefile.tpl: Remove skip-this-dir support.
6900
6901 * Makefile.tpl: Remove leftover support for non-autoconfiscated
6902 subdirectories.
6903 * Makefile.in: Regenerate.
6904
6905 * Makefile.tpl: Strip out useless setting of 'dir'.
6906 * Makefile.in: Regenerate.
5481b376 6907
930314a4
NN
69082002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6909
6910 (finishing slow-motion replay)
6911 * configure.in: Fix deeply stupid bug.
6912
6913 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
6914 shell code in CXX_FOR_TARGET
6915 * Makefile.def: Introduce raw_cxx.
6916 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6917 RAW_CXX_FOR_TARGET.
6918 * Makefile.in: Regenerate.
6919
69202002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
6921
6922 (finishing slow-motion replay)
6923 * Makefile.tpl: Remove unnecessary ifs.
6924 * Makefile.in: Regenerate.
6925
5481b376 6926 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6927 dependencies. Maybe-ize build-libiberty. Create dummy install
6928 targets for 'no_install' modules.
5481b376 6929 * configure: Move GDB_TK substitution to configure.in. Move
930314a4 6930 build_modules stuff to configure.in.
5481b376 6931 * configure.in: Implement soft dependency machinery. Maybe-ize
930314a4
NN
6932 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6933 * Makefile.in: Regenerate.
6934
3866be5d
NN
69352002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6936
6937 (continuing slow-motion replay)
6938 * Makefile.tpl: Make all-target, install-target behave similarly
6939 to all, install (only hitting configured targets). Eliminate
6940 unused macro defintions.
6941
6942 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6943 build != host.
6944
6945 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6946
6947 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6948
5481b376 6949 * configure.in: Produce lists of subdir targets we're actually
3866be5d
NN
6950 configuring. Remove references to "dosrel".
6951 * Makefile.tpl: Let configure set which subdir targets are hit.
5481b376 6952 Remove install-cross; clean up install; remove ALL. Remove
3866be5d 6953 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5481b376 6954 Autogenerate host module targets. Remove empty dependency lines
3866be5d
NN
6955 and redundant dependency; rearrange slightly.
6956 * Makefile.def: Add host-side libtermcap, utils.
6957
6958 * Makefile.in: Regenerate.
6959
e393202e
NN
69602002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
6961
6962 (Continuing slow-motion replay)
6963 * Makefile.def: Add list of recursive targets to autogenerate.
6964 Add build_modules.
6965 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6966 targets. Autogenerate *-build-* targets.
6967 * Makefile.in: Regenerate.
6968
583d52d7
NN
69692002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6970
6971 (Continuing slow-motion replay)
6972 * configure: More autoconf-style substitutions.
6973 * Makefile.tpl: More autoconf-style substitutions.
6974 * Makefile.in: Regenerate.
6975
69762002-11-30 Nathanael Nerode <neroden@gcc.gnu.org>
6977
6978 (Continuing slow-motion replay)
6979 * configure: Substitute more variables in a more autoconf-friendly
6980 way. Simplify slightly.
6981 * Makefile.tpl: Make more variables substitutable in an
6982 autoconf-friendly way.
6983 * Makefile.in: Regenerate.
6984
874e38b4
NN
69852002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6986
6987 (Continuing slow-motion replay)
6988 * configure.in (v810*): Remove special setting of tools.
6989
6990 * configure: Add support for extra required flags for ar or nm.
6991 * configure.in (aix4.3+): Use above support for target-specific
6992 issues, rather than using config/mt-aix43.
6993
852e5f18
NN
69942002-11-29 Nathanael Nerode <neroden@gcc.gnu.org>
6995
6996 (Starting slow-motion replay merge from gcc 3.4 b-i-b branch)
6997 * configure: Remove 'removing', which doesn't work. Replace $subdir
6998 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6999 with $srcdir. Reformat indentation. Substitute some variables
7000 formerly hard-coded in the Makefile for build=host.
7001 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
7002 * Makefile.def: Autogenerate more.
7003 * Makefile.in: Regenerate.
7004
c9a0d920
DD
70052002-11-13 Bruce Korb <bkorb@gnu.org>
7006
7007 * Makefile.tpl: syntactic cleanup
7008
dd2768ff
KB
70092002-11-04 Kevin Buettner <kevinb@redhat.com>
7010
7011 * Makefile.def (host_modules): Add rda.
7012 * Makefile.in: Regenerate.
7013 * configure.in (target_tool): Add target-rda to list.
7014
1aa8389d
DD
70152002-10-25 Phil Edwards <pme@gcc.gnu.org>
7016
7017 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
7018 and restrap targets to this rule.
7019 * Makefile.in: Regenerate.
7020
28f46298
HPN
70212002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
7022
7023 * configure.in (i[3456]86-*-linux*): Add check to disable
7024 ${libgcj} for glibc1.
7025
ff72e302
NC
70262002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
7027
7028 * configure.in: Add tic4x target.
7029
8607b6c9
NN
70302002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
7031
7032 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
7033 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
7034 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
7035 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
7036 * Makefile.in: Regenerate.
7037
f8f61f4a
NN
70382002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7039
c86f794b
NN
7040 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
7041 * Makefile.in: Regenerate.
7042
a9590527
NN
7043 * Makefile.def: Remove order dependency comments.
7044 * Makefile.tpl: Add explicit install-install dependencies.
7045 * Makefile.in: Regenerate.
7046
8412ce72
NN
7047 * Makefile.tpl: Remove material now in src-release. (Finally!)
7048 * Makefile.in: Regenerate.
7049
8b9f37f1
NN
7050 * configure: Restore my original patch by syncing with gcc version.
7051
f8f61f4a
NN
7052 * Bring following over from gcc:
7053
70542002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
7055
7056 * configure.in (s390*-*-linux*): Enable libgcj.
7057
403d9505
NN
70582002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
7059
7060 * Makefile.in: Regenerate. This really ought to fix things. :sigh:
7061
95f6f383
AM
70622002-10-02 Alan Modra <amodra@bigpond.net.au>
7063
e4673b0a 7064 * configure: Move stray lines back to where they belong.
95f6f383 7065
748503c8
NN
70662002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
7067
a581b5c3
NN
7068 * Makefile.tpl: Insert configure-target target, for src-release.
7069
c084f5b4
NN
7070 * configure: Finish reverting change which Andrew Cagney started
7071 reverting. Should fix bustage.
7072
7aa673ed 7073 * src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
748503c8
NN
7074 * src-release: New file. Contains material for making net
7075 releases for gdb, binutils, et al., formerly in Makefile.in.
7076
82a9b2d9
NC
70772002-09-30 Nick Clifton <nickc@redhat.com>
7078
7079 * cpu: New top level directory. Intended to hold input files for
7080 CGEN which have FSF copyright assignment.
7081 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
7082
c2463a00
AC
70832002-09-29 Andrew Cagney <ac131313@redhat.com>
7084
7085 Revert below (note that src does not contain Makefile.tpl):
7086 * Makefile.tpl: Make subsituted variables more autoconfy.
7087 * Makefile.in: Regenerate.
7088
f03b4789
NN
70892002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
7090
c11e16a9
NN
7091 * configure: Revert accidentally applied changes.
7092
f03b4789
NN
7093 * Makefile.tpl: Make more autoconf-friendly.
7094 * Makefile.in: Regenerate.
7095 * configure: Make substitution more autoconf-like.
7096
70972002-09-28 Richard Earnshaw <rearnsha@arm.com>
7098
7099 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
7100 single entry to handle all these.
7101 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
7102 libjava on arm-*-elf.
7103
c0292023
GK
71042002-09-27 Geoffrey Keating <geoffk@apple.com>
7105
7106 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
7107 things that depend on them.
7108
c66d951e
NN
71092002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
7110
7111 * Makefile.tpl: Make subsituted variables more autoconfy.
7112 * Makefile.in: Regenerate.
7113 * configure: Make seds more autoconfy.
7114
907a7241 71152002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
58daee98
NN
7116
7117 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
7118 * Makefile.in: Regenerate.
7119 * configure.in: Rewrite sed statements to look autoconfy.
7120
907a7241
NN
7121 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
7122 all-target-foo on configure-target-foo.
7123 * Makefile.def: Ditto.
7124 * Makefile.in: Rebuild.
7125
405ea7a0
NN
71262002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
7127
7128 * Makefile.def: New file.
7129 * Makefile.tpl: New file.
7130 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
7131
7132 * configure.in: Minor rearrangement. Simplify tests.
7133
bdc57bfd
JT
71342002-09-23 Jason Thorpe <thorpej@wasabisystems.com>
7135
7136 * configure.in (with_headers): Skip copy if value is "yes".
7137 (with_libs): Likewise.
7138
ae03d6e2
NN
71392002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
7140
7141 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
7142 * configure.in (sh*-*-pe*): Ditto.
7143 * configure.in (mips*-*-pe*): Ditto.
7144 * configure.in (*arm-wince-pe): Ditto.
227d98f5
NN
7145
7146 * configure.in: Rearrange.
7147
707960fe
NC
71482002-09-12 Nick Clifton <nickc@redhat.com>
7149
7150 * Import these changes from the config master repository:
7151
7152 2002-09-05 Svein E. Seldal <Svein.Seldal@solidas.com>
7153
7154 * config.sub: Add tic4x target.
7155
7156 2002-09-03 Ben Elliston <bje@redhat.com>
7157
7158 * config.guess: Detect NSR-D machines for nsr-tandem-nsk.
7159 Reported by <Duncan_Stodart@insession.com>.
7160
36ea319f
JJ
71612002-09-10 Jeff Johnston <jjohnstn@redhat.com>
7162
7163 * COPYING.NEWLIB: More updates.
7164
cf57480a
JJ
71652002-09-09 Jeff Johnston <jjohnstn@redhat.com>
7166
7167 * COPYING.NEWLIB: Update.
7168
fd31a171
AC
71692002-08-23 Andrew Cagney <ac131313@redhat.com>
7170
23b632fc
AC
7171 * texinfo/texinfo.tex: Import version 2002-06-04.06.
7172
fd31a171
AC
7173 * config.guess: Import version 2002-08-23.
7174 * config.sub: Import version 2002-08-22.
7175
a08bafb5
AO
71762002-08-20 Alexandre Oliva <aoliva@redhat.com>
7177
7178 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
7179 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
7180 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
7181
17240c1f
NC
71822002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
7183
7184 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
7185
e70ad0c6
L
71862002-08-04 H.J. Lu (hjl@gnu.org)
7187
7188 * configure.in (mips*-*-linux*): Don't skip target-libffi.
7189
574e6d11
DD
71902002-07-31 Alan Modra <amodra@bigpond.net.au>
7191
7192 * configure.in: Move generic linux case to end. Copy generic
7193 linux noconfigdirs to mips*-*-linux* entry and new
7194 powerpc64*-*-linux* entry. Add target-libffi for the latter.
7195
611e7523
CD
71962002-07-19 Chris Demetriou <cgd@broadcom.com>
7197
7198 * MAINTAINERS: Clarify on config.guess and config.sub, and add
7199 one instance of them which was missed to the list to update.
7200
51759676
CD
72012002-07-16 Chris Demetriou <cgd@broadcom.com>
7202
7203 * config.guess: Update to 2002-07-09 version.
7204 * config.sub: Update to 2002-07-03 version.
7205
7c1f909c
DD
72062002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
7207
7208 * configure.in: Remove two redundant tests.
7209
d7cf5d30
DD
72102002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7211
7212 * configure.in (mips*-*-irix6*o32): Enable stabs.
7213
c74222f7
DD
72142002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
7215
5b53c336
DD
7216 * configure.in: Don't build grez.
7217 * Makefile.in: Ditto.
7218
c74222f7
DD
7219 * Makefile.in: Remove references to bsp, cygmon, libstub.
7220 * configure.in: Ditto.
7221
7222 * configure.in: Remove leftover reference to gdbtest.
7223
edd1b227
DD
72242002-07-08 Phil Edwards <pme@gcc.gnu.org>
7225
7226 * configure.in (gxx_include_dir): Change to match versioned
7227 C++ headers if --enable-version-specific-runtime-libs is used.
7228
486186e3
AO
72292002-07-04 Steve Ellcey <sje@cup.hp.com>
7230
7231 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
7232
ff0a3bf8
DD
72332002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
7234
7235 * configure.in: Make --without-x work.
7236
1dfa8174
NC
72372002-07-03 Nick Clifton <nickc@cambridge.redhat.com>
7238
7239 * contrib: New directory. Created to contain a copy of the
5481b376 7240 texi2pod.pl script so that it is in the same place as the version in
1dfa8174
NC
7241 the FSF GCC sources.
7242
07637366
DD
72432002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
7244
b6f83f2a
DD
7245 * configure.in: Rearrange target Makefile fragment collection.
7246
07637366
DD
7247 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
7248 cvs[src].
7249 * configure.in: Ditto.
7250
f48556b1
DD
72512002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
7252
7253 * Makefile.in: Eliminate 'apache' targets.
7254 * configure.in: Eliminate 'apache' targets.
7255
7256 * configure.in: Eliminate redundant tests. Reorganize.
7257
7258 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
7259
7260 * config-ml.in: Eliminate references to Cygnus configure.
7261
7262 * Makefile.in: Eliminate references to building emacs.
7263
72642002-07-01 Denis Chertykov <denisc@overta.ru>
7265
7266 * configure.in: Add support for ip2k.
7267
cdb9e2b8
BE
72682002-06-24 Ben Elliston <bje@redhat.com>
7269
7270 * configure.in (host_tools): Remove cgen.
7271
7272 * Makefile.in (all-cgen): Remove; runs from its source directory.
7273 (check-cgen, install-cgen, clean-cgen): Likewise.
7274 (all-opcodes): No not depend on all-cgen.
7275 (all-sim): Likewise.
7276
3558860c
DD
72772002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
7278
7279 * configure.in: Fix AIX configury bug.
7280
e3b0c936
DD
72812002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7282
cdb9e2b8 7283 * configure.in: Replace ${topsrcdir} with ${srcdir}.
4d5fd396 7284
cdb9e2b8
BE
7285 * configure.in: Move definition of libstdcxx_flags right above
7286 usage, rather than way earlier.
8ee424c0 7287
c712250a
DD
7288 * configure.in: Pull definition of is_cross_compiler earlier.
7289
9ee1a75c
DD
7290 * configure.in: Rearrange a little.
7291
e3b0c936
DD
7292 * configure.in: Remove references to librx.
7293 * Makefile.in: Remove references to librx.
7294
b2bd228e
DD
72952002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
7296
7297 * configure.in: Eliminate ${gasdir} variable.
7298
7cd52483
DB
72992002-06-18 Dave Brolley <brolley@redhat.com>
7300
7301 * configure.in: Add support for frv.
7302 * config.sub: Add support for frv.
7303
6c5e141a
DD
73042002-06-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7305
7306 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
7307
0d18b56d
JT
73082002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7309
7310 * configure.in (vax-*-netbsd*): Re-enable gas.
7311
fd8958d5
DD
73122002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
7313
27f15fdd
DD
7314 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
7315 BUILD_PREFIX_1, to correct nomenclature.
7316 * configure: Likewise.
7317
fd8958d5
DD
7318 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
7319 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
7320
0c2442b7
DD
73212002-05-31 Olaf Hering <olh@suse.de>
7322
7323 * config-ml.in: Propogate DESTDIR also.
7324
a3602181
JT
73252002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7326
7327 * configure.in (vax-*-netbsd*): Don't build gas for this
7328 platform.
7329
c95f53ae
MM
73302002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
7331
7332 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7333 and libgcj for AVR.
7334
1d7c1053
NC
73352002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7336
7337 * config.sub: Add DLX target.
7338
4b37028f
JT
73392002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
7340
7341 * config.guess: Update to 2002-05-22 version.
7342 * config.sub: Likewise.
7343
d5de0a84
NC
73442002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7345
7346 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
7347 * config-ml.in: Likewise.
7348 * configure: Likewise.
7349 * configure.in: Likewise.
7350
c92a0210
DD
73512002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
7352
115a77aa
DD
7353 * configure.in: Simplify makefile fragment collection.
7354
7355 * configure.in: Remove code to build emacs.
e99daf2b 7356
91e060aa
DD
7357 * configure.in : Remove --srcdir argument from targargs and buildargs
7358 (it's always overridden in the Makefile anyway). Rearrange a bit.
7359
7360 * configure: Move some logic to configure.in.
7361 * configure.in: Move some logic from configure.
c92a0210 7362
91217342
JJ
73632002-05-07 Jeff Johnston <jjohnstn@redhat.com>
7364
7365 * COPYING.LIBGLOSS: New file.
7366
d3d8a9ee
NC
73672002-05-07 Federico G. Schwindt <fgsch@olimpo.com.br>
7368
7369 * Makefile.in: Honour DESTDIR.
7370
3a036cdc
AO
73712002-05-05 Alexandre Oliva <aoliva@redhat.com>
7372
7373 * configure.in (noconfigdirs): Don't disable libgcj on
7374 sparc64-*-solaris* and sparcv9-*-solaris*.
7375
6d095fe4
AO
73762002-05-03 Alexandre Oliva <aoliva@redhat.com>
7377
7378 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
7379
dac55df9
TF
73802002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
7381
7382 * configure.in (FLAGS_FOR_TARGET): Do not add
7383 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
7384 on i[3456]86-*-linux*.
7385
a018e15b
TF
73862002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
7387
7388 * configure.in (noconfigdirs): Replace [ ] with test.
c72f388d
TF
7389
7390 * configure.in (noconfigdirs): Do not add target-newlib if
7391 target == i[3456]86-*-linux*, and host == target.
7392
5f284831
MM
73932002-04-29 Mark Mitchell <mark@codesourcery.com>
7394
7395 * config.guess: Updated to 2002-04-26's version.
7396 * config.sub: Updated to 2002-04-26's version.
7397
33babf59
DD
73982002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
7399
bd5f7da2
DD
7400 * configure.in: delete reference to absent file
7401
a0c4f3a0
DD
7402 * configure.in: replace '[' with 'test'
7403
66f1ba4f
DD
7404 * configure.in: Eliminate references to gash.
7405 * Makefile.in: Eliminate references to gash.
7406
7c3ab50c
DD
7407 * configure.in: remove useless references to 'pic' makefile fragments.
7408
bbc025f5
DD
7409 * configure.in: (*-*-windows*) Finish removing.
7410
33babf59
DD
7411 * configure.in: Eliminate redundant test for libgui.
7412
d5ec694c
DD
74132002-04-26 Joel Sherrill <joel@OARcorp.com>
7414
7415 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
7416 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
7417
57a5346c
DD
74182002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
7419
7420 * configure.in: remove references to dead files
7421
dbf93899
DD
74222002-04-18 Tom Tromey <tromey@redhat.com>
7423
7424 * configure.in: Disallow configuring libgcj when it is already
7425 installed and we're using Solaris 2.8 linker. Do enable libgcj on
7426 Solaris 2.8 by default. For PR libgcj/6158.
7427
26eadf68
DD
74282002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7429
7430 * configure.in: Move default CC setting out of config/mh-* fragments
7431 directly into here.
7432
a0a2c6c6
DD
74332002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
7434
7435 * configure.in: don't even try to configure or make a subdirectory
7436 if there's no configure script for it.
7437
9972f812
DD
74382002-04-15 Mark Mitchell <mark@codesourcery.com>
7439
7440 * MAINTAINERS: Remove chill maintainers.
7441 * Makefile.in (CHILLFLAGS): Remove.
7442 (CHILL_LIB): Remove.
7443 (TARGET_CONFIGDIRS): Remove libchill.
7444 (CHILL_FOR_TARGET): Remove.
7445 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
7446 CHILL_LIB.
7447 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
7448 (CHECK_TARGET_MODULES): Likewise.
7449 (INSTALL_TARGET_MODULES): Likewise.
7450 (CLEAN_TARGET_MODULES): Likewise.
7451 (configure-target-libchill): Remove.
7452 (all-target-libchill): Remove.
7453 * configure.in (target_libs): Remove target-libchill.
7454 Do not compute CHILL_FOR_TARGET.
7455 * libchill: Remove directory.
5481b376 7456
75205f78
DD
74572002-04-15 DJ Delorie <dj@redhat.com>
7458
7459 * Makefile.in, configure.in, configure: Sync with gcc, entries
7460 follow...
7461
74622002-04-08 Tom Tromey <tromey@redhat.com>
7463
7464 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
7465 Fixes PR libgcj/6068.
7466
74672002-03-30 Krister Walfridsson <cato@df.lth.se>
7468
7469 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
7470
74712002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7472
7473 * configure.in (alpha*-dec-osf*): Enable libgcj.
7474
74752002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
7476
7477 Fix for: PR bootstrap/3591, target/5676
7478 * configure.in (mcore-pe): Disable the configuration of
7479 libstdc++-v3 since exceptions are not supported.
7480
74812002-03-20 Anthony Green <green@redhat.com>
7482
7483 * configure.in: Enable libgcj for xscale-elf target.
7484
74852002-02-28 Alexandre Oliva <aoliva@redhat.com>
7486
7487 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7488 libjava.
7489 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
7490
74912002-02-22 Alexandre Oliva <aoliva@redhat.com>
7492
7493 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
7494 libstdc++-v3 and libjava.
7495
74962002-02-11 Adam Megacz <adam@xwt.org>
7497
7498 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
7499 boehm-gc
7500
75012002-02-09 Alexandre Oliva <aoliva@redhat.com>
7502
7503 * config.guess: Updated to 2002-01-30's version.
7504 * config.sub: Updated to 2002-02-01's version.
7505 Contribute sh64-elf.
7506 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7507 * configure.in: Added sh64-*-*.
7508
75092002-01-17 H.J. Lu <hjl@gnu.org>
7510
7511 * Makefile.in (all-fastjar): Also depend on all-libiberty.
7512 (all-target-fastjar): Also depend on all-target-libiberty.
7513
7514Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
7515
7516 * configure, configure.in: Use temp file for long sed commands.
7517
75182001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
7519
7520 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
7521 libf2c.
7522
75232001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7524
7525 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7526
75272001-10-11 Hans-Peter Nilsson <hp@axis.com>
7528
7529 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7530
75312001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7532
7533 * configure: Handle temporary files securely using mkdir.
7534
75352001-09-26 Will Cohen <wcohen@redhat.com>
7536
7537 * configure.in (*-*-linux*): Disable configuration of target-newlib
7538 and target-libgloss.
7539
75402001-09-26 Alexandre Oliva <aoliva@redhat.com>
7541
7542 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7543 RANLIB.
7544
75452001-08-11 Graham Stott <grahams@redhat.com>
7546
7547 * Makefile.in (check-c++): Add missing semicolon.
7548
75492001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7550
7551 * configure.in (sh-*-linux*): New.
7552
75532001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7554
7555 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7556 and libgcj on m68hc11/m68hc12.
7557
75582001-06-27 H.J. Lu (hjl@gnu.org)
7559
7560 * Makefile (CFLAGS_FOR_BUILD): New.
7561 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7562
75632001-06-01 Hans-Peter Nilsson <hp@axis.com>
7564
7565 * configure.in (libstdcxx_flags): Do not try to execute
7566 libstdc++-v3/testsuite_flags until it exists.
7567
75682001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7569
7570 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7571
75722001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7573
7574 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7575
7576Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7577
7578 * configure.in: Move *-chorusos target case to the proper switch.
7579 Disable libgcj.
7580
75812001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7582
7583 * Makefile.in (STAGE1_CFLAGS): Pass down.
7584
75852001-04-13 Alan Modra <amodra@one.net.au>
7586
7587 * config.guess: Add hppa64-linux support. Note for next import that
7588 this is already in the master file.
7589 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7590
75912001-03-22 Colin Howell <chowell@redhat.com>
7592
7593 * Makefile.in (DO_X): Do not backslash single-quotes in
7594 backquotes (two places).
7595
75962001-03-18 Laurynas Biveinis <lauras@softhome.net>
7597
7598 * Makefile.in (DO_X): Quote nested quotes.
7599
76002001-03-15 Laurynas Biveinis <lauras@softhome.net>
7601
7602 * Makefile.in (DO_X): Use double quotes for quoting
7603 "RANLIB=$${RANLIB}".
7604
76052001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7606
7607 * configure.in: Only use `lang_requires' for languages athat are
7608 actually enabled.
7609
76102001-03-07 Tom Tromey <tromey@redhat.com>
7611
7612 * configure.in: Allow config-lang.in to set `lang_requires' to list
7613 of other required languages.
7614
76152001-03-06 Laurynas Biveinis <lauras@softhome.net>
7616
7617 * Makefile.in: Remove RANLIB definition. Use RANLIB
7618 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7619 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
7620
76212001-02-28 Benjamin Kosnik <bkoz@redhat.com>
7622 Alexandre Oliva <aoliva@redhat.com>
7623
7624 * Makefile.in (check-c++): Use tabs, not spaces.
7625
76262001-02-19 Benjamin Kosnik <bkoz@redhat.com>
7627
7628 * Makefile.in (check-c++): New rule.
7629
7630 * configure.in (target_libs): Remove libg++.
7631 (noconfigdirs): Remove libg++.
7632 (noconfigdirs): Same.
7633 (noconfigdirs): Same.
7634 (noconfigdirs): Same.
7635
7636 * config-ml.in: Remove libg++ references.
7637
7638 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7639 (ALL_TARGET_MODULES): Same.
7640 (configure-target-libg++): Remove.
7641 (all-target-libg++): Remove.
7642 (configure-target-libio): Remove.
7643 (all-target-libio): Remove.
7644 (check-target-libio): Remove.
7645 (.PHONY): Remove.
7646 (libg++.tar.bz2): Remove.
7647 (all-target-cygmon): Remove libio.
7648 (all-target-libstdc++): Remove.
7649 (configure-target-libstdc++): Remove.
7650 (TARGET_LIB_PATH): Remove libstdc++.
7651 (ALL_GCC_CXX): Remove libstdc++.
7652 (all-target-gperf): Correct.
7653
76542001-02-15 Anthony Green <green@redhat.com>
7655
7656 * configure: Introduce GCJ_FOR_TARGET.
7657 * configure.in: Ditto.
7658 * Makefile.in: Ditto.
7659
76602001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7661
7662 * configure.in: for *-chorusos, don't config target-newlib and
7663 target-libgloss.
7664
76652001-02-04 Mark Mitchell <mark@codesourcery.com>
7666
7667 Remove V2 C++ library.
7668 * configure.in: Remove --enable-libstdcxx_v3 support.
7669
76702001-01-27 Richard Henderson <rth@redhat.com>
7671
7672 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7673
76742001-01-26 Tom Tromey <tromey@redhat.com>
7675
7676 * configure.in: Allow libgcj to be built on Sparc Solaris.
7677
76782001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7679
7680 * configure.in: Enable libgcj on several additional platforms.
7681
76822001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7683
7684 * configure.in: Enable libgcj for linux targets.
7685
76862001-01-09 Mike Stump <mrs@wrs.com>
7687
7688 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7689 failures of subdirectories.
7690
76912001-01-02 Laurynas Biveinis <lauras@softhome.net>
7692
7693 * configure: handle DOS-style absolute paths.
7694
76952001-01-02 Laurynas Biveinis <lauras@softhome.net>
7696
7697 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7698
76992000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7700
7701 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7702 (libstdcxx_incdir): Pass down.
7703 * config.if: Remove expired bits for cxx_interface, add stub.
7704 (libstdcxx_incdir): Add variable for g++ include directory.
7705 * configure.in (gxx_include_dir): Use it.
7706
77072000-12-15 Andreas Jaeger <aj@suse.de>
7708
7709 * configure.in: Handle lang_dirs.
7710
77112000-12-13 Anthony Green <green@redhat.com>
7712
7713 * configure.in: Disable libgcj for any target not specifically
7714 listed. Disable libgcj for x86 and Alpha Linux until compatible
7715 with g++ abi.
7716
77172000-12-13 Mike Stump <mrs@wrs.com>
7718
7719 * Makefile.in (local-distclean): Also remove fastjar.
7720
77212000-12-10 Anthony Green <green@redhat.com>
7722
7723 * configure.in: Define libgcj. Disable libgcj target libraries for
7724 most targets.
7725
77262000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7727
7728 * configure.in (target_libs): Revert 2000-12-08 patch.
7729 (noconfigdirs): Added target-libjava.
7730
77312000-12-09 Laurynas Biveinis <lauras@softhome.net>
7732
7733 * Makefile.in: handle DOS-style absolute paths.
7734
77352000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7736
7737 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7738 libjava.
7739 * configure.in (target_libs): Removed `target-libjava'.
7740
77412000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7742
7743 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7744 (ALL_MODULES): Added fastjar.
7745 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7746 (all-target-libjava): all-fastjar replaces all-zip.
7747 (all-fastjar): Added.
7748 (configure-target-fastjar, all-target-fastjar): Likewise.
7749 * configure.in (host_tools): Added fastjar.
7750
77512000-12-07 Mike Stump <mrs@wrs.com>
7752
7753 * Makefile.in (local-distclean): Remove leftover built files.
7754
77552000-11-16 Fred Fish <fnf@be.com>
7756
7757 * configure.in (enable_libstdcxx_v3): Fix typo,
7758 libstd++ -> libstdc++.
7759
77602000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7761
7762 * configure: Provide the original toplevel configure arguments
7763 (including $0) to subprocesses in the environment rather than
7764 through gcc/configargs.h.
7765
77662000-11-12 Mark Mitchell <mark@codesourcery.com>
7767
7768 * configure: Turn on libstdc++ V3 by default.
7769
77702000-10-16 Michael Meissner <meissner@redhat.com>
7771
7772 * configure (gcc/configargs.h): Only create if there is a build GCC
7773 directory created.
7774
77752000-10-05 Phil Edwards <pme@gcc.gnu.org>
7776
7777 * configure: Save configure arguments to gcc/configargs.h.
7778
77792000-10-04 Andris Pavenis <pavenis@latnet.lv>
7780
7781 * Makefile.in (bootstrap): avoid recursion if subdir missing
7782 (cross): ditto
7783 (do-proto-toplev): ditto
7784
7785Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7786
7787 * configure.in: Do not build byacc for hppa64. Provide paths to the
7788 X11 libraries for hppa64.
7789
77902000-09-02 Anthony Green <green@cygnus.com>
7791
7792 * Makefile.in (all-gcc): Depend on all-zlib.
7793 (CLEAN_MODULES): Add clean-zlib.
7794 (ALL_MODULES): Add all-zlib.
7795 * configure.in (host_libs): Add zlib.
7796
77972000-08-25 Alexandre Oliva <aoliva@redhat.com>
7798
7799 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7800 $targargs to tell whether newlib is going to be built.
7801
7802 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7803 $$r/TARGET_SUBDIR/libio for _G_config.h.
7804
78052000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7806
7807 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7808
7809 * configure: Make enable_threads and enable_shared defaults
7810 explicit. Substitute enable_threads into generated Makefiles.
7811 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7812 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7813
78142000-08-02 Manfred Hollstein <manfredh@redhat.com>
7815
7816 * configure.in: Re-enable all references to libg++ and librx.
7817
ffb97b2f 78182002-04-09 Loren James Rittle <rittle@labs.mot.com>
5481b376 7819
ffb97b2f
DD
7820 * configure.in: Add *-*-freebsd* configurations.
7821
bbf6e9e3
AC
78222002-04-07 Andrew Cagney <ac131313@redhat.com>
7823
7824 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
7825 (do-tar, do-bz2): New rules.
7826 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
7827 (gdb-tar): New rule.
7828 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
7829 (insight_dejagnu.tar): New rule.
7830 (insight.tar): New rule.
7831 (gdb+dejagnu.tar): New rule.
7832 (gdb.tar): New rule.
7833
8f1579c0
AC
78342002-04-07 Andrew Cagney <ac131313@redhat.com>
7835
7836 * MAINTAINERS: Update dejagnu/
7837
ba3c59ab
AO
78382002-03-16 Alexandre Oliva <aoliva@redhat.com>
7839
7840 * ltmain.sh (relink_command): Fix typo in previous change.
7841
6243d5dd
AO
78422002-03-15 Alexandre Oliva <aoliva@redhat.com>
7843
7844 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
7845 (relink_command): Added --tag flags.
7846 (mode=install): If relinking fails; error out.
7847
80413487
RH
78482002-03-12 Richard Henderson <rth@redhat.com>
7849
7850 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
7851 .NOTPARALLEL tag.
7852 (do-check): Rename from check.
7853 (check): Allow parallel check.
7854
3daeddf6
RH
78552002-03-11 Richard Henderson <rth@redhat.com>
7856
7857 * Makefile.in (.NOTPARALLEL): Add fake tag.
7858
fad93c55
L
78592002-03-07 H.J. Lu (hjl@gnu.org)
7860
7861 * configure.in: Enable gprof for mips*-*-linux*.
7862
2e8357fc
AO
78632002-02-28 Alexandre Oliva <aoliva@redhat.com>
7864
7865 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
7866 libjava.
7867 (CXX_FOR_TARGET): Add -shared-libgcc for libstdc++-v3 and libjava.
7868
bd48e1a9
AC
78692002-02-24 Andrew Cagney <ac131313@redhat.com>
7870
7871 * texinfo/texinfo.tex: Update to version 2002-02-14.08.
7872
39121370
DJ
78732002-02-23 Daniel Jacobowitz <drow@mvista.com>
7874
7875 * config.guess: Import from master sources, rev 1.232.
7876 * config.sub: Import from master sources, rev 1.246.
7877
081ff160
AO
78782002-02-23 Alexandre Oliva <aoliva@redhat.com>
7879
7880 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
7881 because its Makefile is there; test for the executable instead.
7882
20a5393b
AO
78832002-02-09 Alexandre Oliva <aoliva@redhat.com>
7884
7885 Contribute sh64-elf.
7886 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
7887 * configure.in: Added sh64-*-*.
7888
38135629
JJ
78892002-02-04 Jeff Johnston <jjohnstn@redhat.com>
7890
80413487
RH
7891 * COPYING.NEWLIB: Remove advertising clause from
7892 Berkeley and Red Hat licenses.
38135629 7893
48d19748
MD
78942002-02-01 Mo DeJong <supermo@bayarea.net>
7895
7896 * Makefile.in: Add all-tix to deps for all-snavigator
7897 so that tix is built when building snavigator.
7898
f6e1c110
BE
78992002-02-01 Ben Elliston <bje@redhat.com>
7900
7901 * config.guess: Import from master sources, rev 1.229.
7902 * config.sub: Import from master sources, rev 1.240.
7903
4867be41
DJ
79042002-01-27 Daniel Jacobowitz <drow@mvista.com>
7905
7906 From Steve Ellcey <sje@cup.hp.com>:
7907 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
7908 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
7909 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
7910 IA64.
7911 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
7912 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
7913 soname_spec, sys_lib_search_path_spec): Ditto.
7914
e82380cc
JT
79152002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
7916
7917 * configure.in (*-*-netbsd*): New. Skip target-newlib,
7918 target-libiberty, and target-libgloss. Skip Java-related
7919 libraries if not supported for NetBSD on target CPU.
7920
1319fb9c
NC
79212002-01-23 Nick Clifton <nickc@cambridge.redhat.com>
7922
7923 * configure.in: Import StrongARM and XScale target_configdirs from
7924 FSF GCC version.
7925
b020f6ac
L
79262002-01-16 H.J. Lu (hjl@gnu.org)
7927
7928 * config.guess: Import from master sources, rev 1.225.
7929 * config.sub: Import from master sources, rev 1.238.
7930
7931 * MAINTAINERS: Updated notes on config.guess and config.sub.
7932
a0c1c920
NC
79332002-01-11 Steve Ellcey <sje@cup.hp.com>
7934
7935 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
7936 ld and gdb are not supported.
7937
a9fa5e1f
JJ
79382002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7939
7940 * Change reference to Cygnus Solutions to be Red Hat.
7941
94077108
JJ
79422002-01-07 Jeff Johnston <jjohnstn@redhat.com>
7943
7944 * COPYING.NEWLIB: Update generic copyright date.
7945
05ecd75c
MS
79462002-01-07 Mark Salter <msalter@redhat.com>
7947
7948 * configure.in: Remove target-bsp and target-cygmon from arm builds.
7949 Allow target-libgloss to be built for arm, strongarm, and xscale.
7950
a106bb62
BE
79512002-01-03 Ben Elliston <bje@redhat.com>
7952
7953 * MAINTAINERS: Update URL for config.* scripts.
7954
0e254642
AM
79552001-12-18 Alan Modra <amodra@bigpond.net.au>
7956
7957 * config.sub: Import latest version.
7958 * config.guess: Likewise.
7959
0a0d0041
TF
79602001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
7961
7962 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
7963 options for i[3456]86-pc-linux* native builds.
7964
d932cae7
NC
79652001-12-05 Laurent Guerby <guerby@acm.org>
7966
7967 * MAINTAINERS: gcc adopts symlink-tree, refer more to
80413487 7968 libiberty.
d932cae7
NC
7969
7970 Import this patch from gcc:
5481b376 7971
d932cae7
NC
7972 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
7973
7974 * symlink-tree: handle DOS-style absolute paths.
7975
49b7683b
DD
79762001-11-28 DJ Delorie <dj@redhat.com>
7977 Zack Weinberg <zack@codesourcery.com>
7978
7979 When build != host, create libiberty for the build machine.
7980
7981 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
7982 CONFIG_ARGUMENTS.
7983 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
7984 New variables.
7985 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
7986 and rules.
7987 (all.normal): Depend on ALL_BUILD_MODULES.
7988 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
7989 (all-build-libiberty): Depend on configure-build-libiberty.
7990
7991 * configure: Calculate and substitute proper value for
7992 ALL_BUILD_MODULES.
7993 * configure.in: Create the build subdirectory.
7994 Calculate and substitute TARGET_CONFIGARGS (formerly
7995 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
7996
26ef82f4
GK
79972001-11-26 Geoffrey Keating <geoffk@redhat.com>
7998
7999 * config.sub: Update to version 1.232 on subversion.
8000
43e64072
NC
80012001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
8002
8003 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
8004 files from .po files for a distribution.
8005
66f6c0d5
HPN
80062001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
8007
8008 * COPYING.NEWLIB: Mention preserved notice in specific parts.
8009
4a02fdb2
JH
80102001-11-13 Jeff Holcomb <jeffh@redhat.com>
8011
8012 Merged from net gcc:
8013 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
8014 * ltcf-c.sh: Use $objext, not $ac_objext.
8015 2001-07-27 Mark Kettenis <kettenis@gnu.org>
8016 * ltcf-cxx.sh: Add support for GNU.
8017 2001-07-22 Timothy Wall <twall@redhat.com>
8018 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
8019 default settings if using GNU tools with that configuration.
8020 * ltcf-cxx.sh: Ditto.
8021 * ltcf-gcj.sh: Ditto.
8022 2001-07-21 Michael Chastain <chastain@redhat.com>
8023 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
8024 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
8025 * ltmain.sh: Mark as gcc-local.
8026
227b9953
JH
80272001-11-13 Jeff Holcomb <jeffh@redhat.com>
8028
8029 * Makefile.in (all-bison): Revert 2001-10-24.
8030 Don't depend on texinfo.
8031
cbbab8fb
JJ
80322001-11-12 Hans-Peter Nilsson <hp@bitrange.com>
8033
80413487 8034 * COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
cbbab8fb 8035
922b2485
DD
80362001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
8037
8038 * configure.in (--enable-languages): Be more permissive about
8039 syntax. Check for empty lists better. Warn about $LANGUAGES.
8040
f08fa01d
HPN
80412001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
8042
8043 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
8044
fee3da4e
JH
80452001-10-24 Jeff Holcomb <jeffh@redhat.com>
8046
8047 Makefile.in (all-bison): Don't depend on texinfo.
8048
73fb1ef9
AM
80492001-10-03 Alan Modra <amodra@bigpond.net.au>
8050
8051 * gettext.m4: Test po/POTFILES.in exists before trying to read.
8052
373688ac
AO
80532001-09-29 Alexandre Oliva <aoliva@redhat.com>
8054
8055 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
8056
9c07660b
HPN
80572001-09-28 Hans-Peter Nilsson <hp@axis.com>
8058
8059 * config.sub, config.guess: Import latest from subversions.
8060
3f152009
AO
80612001-09-21 Alexandre Oliva <aoliva@redhat.com>
8062
8063 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
8064 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
8065 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
8066 avoid quotes nesting problems.
8067 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
8068 (DO_X): Export only variables that are set.
8069
8f6a59e5
BE
80702001-09-19 Ben Elliston <bje@redhat.com>
8071
8072 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
8073 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
8074 semantics. Use the shell built-in "type" command instead.
8075
a1ec19fa
TS
80762001-09-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8077
8078 * config.sub: Reverted the earlier change, this version is not the
8079 master file.
8080
4008bd9b
TS
80812001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8082
8083 * config.sub: Change machine triplets from mipsel*-* to mips*el-*.
8084 Add support for mips64.
8085
dd1e52a4
JH
80862001-09-03 Jeff Holcomb <jeffh@redhat.com>
8087
8088 * configure.in: Enable libstdc++-v3 for h8300 targets.
8089
91549d1c
EC
80902001-08-30 Eric Christopher <echristo@redhat.com>
8091 Jason Eckhardt <jle@redhat.com>
8092
8093 * config.sub: Add support for mipsisa32.
8094
cf966cf9
EC
80952001-08-30 Eric Christopher <echristo@redhat.com>
8096
8097 * config.sub, config.guess: Import latest from subversions.
8098
82208dc5
AM
80992001-08-20 Alan Modra <amodra@bigpond.net.au>
8100
8101 * config.sub, config.guess: Import latest from subversions.
8102
4dca8403
DD
81032001-07-26 DJ Delorie <dj@redhat.com>
8104
8105 * MAINTAINERS: Clarify libiberty merge rules and procedures.
8106
1107dce2
AM
81072001-06-19 Alan Modra <amodra@bigpond.net.au>
8108
8109 * Makefile.in: Revert 2001-06-17.
8110 (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
8111
e09a6604
L
81122001-06-17 H.J. Lu <hjl@gnu.org>
8113
8114 * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make.
8115 (gas+binutils.tar.bz2): Likewise.
8116 (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
8117
31a8b634
AC
8118Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
8119
8120 * Makefile.in (VER): When present, extract the version number from
5481b376 8121 the file version.in.
31a8b634 8122
dc70af01
AO
81232001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
8124
8125 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
8126 gcc/xgcc is built, use -print-prog-name to find out the program
8127 name to use.
8128
839bbd8c
AO
81292001-06-04 Mark Mitchell <mark@codesourcery.com>
8130
8131 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
8132 with_gcc]: Use `gcc -shared' to build a shared library.
8133
566e9a30
AO
81342001-06-04 John David Anglin <dave@hiauly1.hia.nrc.ca>
8135
8136 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
8137 archives.
8138
e877bb69
AO
81392001-05-28 Simon Patarin <simon.patarin@inria.fr>
8140
8141 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
8142 libraries when using g++ with native linker.
8143
1605288b
AO
81442001-05-28 Alexandre Oliva <aoliva@redhat.com>
8145
8146 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
8147
11a383ba
TR
81482001-05-24 Tom Rix <trix@redhat.com>
8149
8150 * configure.in : enable ld for aix
cf966cf9 8151
18611226
AO
81522001-05-22 Alexandre Oliva <aoliva@redhat.com>
8153
8154 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
8155 [aix4*|aix5*]: Prepend blank.
8156
6be7c12c
AO
81572001-05-20 Alexandre Oliva <aoliva@redhat.com>
8158
8159 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8160 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
8161 of subdir/configure scripts to use the new libtool.m4.
8162
4ed00bba
L
81632001-05-14 H.J. Lu <hjl@gnu.org>
8164
8165 * config.if (libc_interface): Set to -libc6.2- for cross
8166 compiling to Linux/glibc 2.2.
8167
b1af961c
AO
81682001-05-03 Alexandre Oliva <aoliva@redhat.com>
8169
8170 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
8171 libgcj.
8172
5ec3e74e
AO
81732001-04-26 Alexandre Oliva <aoliva@redhat.com>
8174
8175 * configure.in (noconfigdirs): Don't reset it from scratch in the
8176 target case; only append to it.
8177
b3ed1d6b
AO
81782001-04-26 Alexandre Oliva <aoliva@redhat.com>
8179
8180 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
8181 sparc-*-solaris2.8]: Disable ${libgcj}.
8182
96111c10
AO
81832001-04-25 Alexandre Oliva <aoliva@redhat.com>
8184
8185 * configure.in (libgcj_saved): Copy from $libgcj.
8186 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
8187 --disable-libgcj.
8188
b5bf43f2
AO
81892001-04-20 Alexandre Oliva <aoliva@redhat.com>
8190
8191 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
8192 1.641.2.228.
8193
8cc32590
AO
81942001-04-12 Alexandre Oliva <aoliva@redhat.com>
8195
8196 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8197 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
8198
dec0cb0c
AO
81992001-04-01 Alexandre Oliva <aoliva@redhat.com>
8200
8201 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
8202 New macros.
8203 (bootstrap, cross): Use RECURSE_FLAGS.
8204 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
8205
6a9c3886
AO
82062001-03-27 Alexandre Oliva <aoliva@redhat.com>
8207
8208 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
8209
d4fc7db8
NC
82102001-03-23 Nick Clifton <nickc@redhat.com>
8211
8212 * README-maintainer-mode: Add note about inability to use "make
8213 distclean" in maintainer mode.
8214
7389ff65
AO
82152001-03-22 Alexandre Oliva <aoliva@redhat.com>
8216
8217 Re-installed:
8218 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
8219 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
8220 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
8221 * ltcf-cxx.sh: Likewise.
8222 * ltcf-gcj.sh: Likewise.
8223
b3e0dc8e
PB
82242001-03-22 Philip Blundell <philb@gnu.org>
8225
8226 * config.sub, config.guess: Import latest from subversions.
8227
469b781c
AO
82282001-03-22 Alexandre Oliva <aoliva@redhat.com>
8229
8230 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
8231 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
8232
b0dad762
MC
82332001-03-20 Michael Chastain <chastain@redhat.com>
8234
8235 * Makefile.in: all-m4 depends on all-texinfo.
8236
c559bb17
AO
82372001-03-08 Alexandre Oliva <aoliva@redhat.com>
8238
8239 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
8240
fef4ae2e
JJ
82412001-02-22 Jeff Johnston <jjohnstn@redhat.com>
8242
8243 * COPYING.NEWLIB: Remove DJ Delorie's address because it is no
8244 longer valid.
8245
8d6dd99d
NC
82462001-02-16 Nick Clifton <nickc@redhat.com>
8247
8248 * configure.in (noconfigdirs): Allow configuration of texinfo
8249 for Cygwin hosts.
8250
a85d7ed0
NC
82512001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
8252
8253 * config.guess: Add linux target for S/390.
8254 * config.sub: Likewise.
8255 * configure.in: Likewise.
8256
51221c5e
DD
82572001-02-06 Ben Elliston <bje@redhat.com>
8258
8259 * configure: Output host type to stdout, not stderr.
8260
9dec4c71
MS
82612001-02-04 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8262
8263 * config.guess: Import from subversions.gnu.org (revision 1.181).
8264 * config.sub: Import from subversions.gnu.org (revision 1.199).
8265
9add9c04
AM
82662001-01-30 Alan Modra <alan@linuxcare.com.au>
8267
8268 * config.guess: Handle hppa64-linux systems.
8269
8679174d
MS
82702001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8271
8272 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
8273 Don't unset, it's non-portable and no longer necessary, set to empty
8274 instead.
8275
02d01ed4
MS
82762001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8277
8278 * ltconfig: Shell portability fix for the tagname validity check.
8279
4cc5853d
MS
82802001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8281
8282 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
8283
7487e485
AO
82842001-01-27 Alexandre Oliva <aoliva@redhat.com>
8285
8286 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
8287 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
8288
f332af52
AO
82892001-01-24 Alexandre Oliva <aoliva@redhat.com>
8290
8291 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
8292 keep at least one of build_libtool_libs or build_old_libs set to
8293 yes.
8294
ef099754
AO
82952001-01-24 Alexandre Oliva <aoliva@redhat.com>
8296
8297 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
8298 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
8299
8341f2fc 83002000-11-07 Philip Blundell <pb@futuretv.com>
ebf0fa2e 8301
8341f2fc
AJ
8302 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
8303
83042000-11-03 Philip Blundell <pb@futuretv.com>
8305
8306 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
8307 files.
ebf0fa2e 8308
c320a39f
JJ
83092001-01-15 Jeff Johnston <jjohnstn@redhat.com>
8310
8311 * COPYING.NEWLIB: Put into source repository.
8312
8817b92e
BE
83132001-01-15 Ben Elliston <bje@redhat.com>
8314
8315 * configure.in (host_tools): Add sid.
8316 Always configure cgen.
8317 * Makefile.in (all-sid): New target.
8318 (check-sid, clean-sid, install-sid): Likewise.
8319
35590697
AJ
83202001-01-07 Andreas Jaeger <aj@suse.de>
8321
80413487 8322 * config.sub, config.guess: Update from subversions.
35590697 8323
6ee6cea6
AO
83242000-12-12 Alexandre Oliva <aoliva@redhat.com>
8325
8326 * configure.in: Disable language-specific target libraries for
8327 languages that aren't enabled.
8328
077b8428
NC
83292000-11-24 Nick Clifton <nickc@redhat.com>
8330
8331 * configure.in (xscale-elf): Add target.
8332 (xscale-coff): Add target.
8333 (c4x, c5x, tic54x): Move after ARM targets.
8334
9e28a1ed
AO
83352000-11-23 Alexandre Oliva <aoliva@redhat.com>
8336
8337 * ltcf-gcj.sh: Added file, required by 2000-11-18 merge.
8338
be98a80a
ILT
83392000-11-20 Ian Lance Taylor <ian@zembu.com>
8340
8341 * ltcf-cxx.sh: Added file, required by 2000-11-18 merge.
8342
5cec67bf
AO
83432000-11-18 Alexandre Oliva <aoliva@redhat.com>
8344
8345 * Makefile.in: Merge with GCC and libgcj.
8346 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
8347 configure-target-<library> when their configure scripts need the C
8348 or C++ library to have already been built to work properly.
8349 (do_proto_toplev): Set them to an empty string.
8350
d932cae7 83512000-11-18 Alexandre Oliva <aoliva@redhat.com>
0da52010
AO
8352
8353 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
8354 (REALLY_SET_LIB_PATH): Use them.
8355
d932cae7 83562000-11-06 Christopher Faylor <cgf@cygnus.com>
7c6a44d3
CF
8357
8358 * config.sub: Add support for Sun Chorus
8359
8602ff0c
NC
83602000-11-02 Per Lundberg <plundis@chaosdev.org>
8361
8362 * config.sub: Add support for the *-storm-chaos OS.
8363
f9e0997d
NC
83642000-10-30 Stephane Carrez <stcarrez@worldnet.fr>
8365
80413487
RH
8366 * configure.in (noconfigdirs): Don't compile some
8367 of the libraries for 68HC11 & 68hc12 targets.
f9e0997d 8368
d64552c5
AO
83692000-09-30 Alexandre Oliva <aoliva@redhat.com>
8370
8371 * ltconfig, ltmain.sh, libtool.m4: Updated from libtool
8372 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
8373 all affected `configure' scripts.
8374
97f60b31
AO
83752000-09-25 Alexandre Oliva <aoliva@redhat.com>
8376
8377 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
8378 ltcf-c.sh.
8379
6e8dd58f
PB
83802000-09-12 Philip Blundell <philb@gnu.org>
8381
8382 * config.sub, config.guess: Update from subversions.
8383
103a2e99
AO
83842000-09-06 Alexandre Oliva <aoliva@redhat.com>
8385
51601921
AO
8386 * Makefile.in (all-zlib): Added dummy target.
8387
103a2e99
AO
8388 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh: Updated from libtool
8389 multi-language branch.
8390
2809b4b9
AO
83912000-09-05 Alexandre Oliva <aoliva@redhat.com>
8392
8393 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
8394 (bootstrap*): Depend on all-bootstrap.
8395
7450026c
AO
83962000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
8397
8398 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
8399 crosses, but add gcc/include to the header search path for them.
8400
6cf86f7f
AO
84012000-08-31 Alexandre Oliva <aoliva@redhat.com>
8402
8403 * ltconfig, ltmain.sh: Updated from libtool multi-language branch.
8404 * libtool.m4, ltcf-c.sh: Copied from libtool multi-language branch.
8405 * gettext.m4: New file, extracted from aclocal.m4.
8406
ce2ea6e3
AO
84072000-08-22 Alexandre Oliva <aoliva@redhat.com>
8408
8409 * config-ml.in (CC, CXX): Avoid trailing whitespace.
8410 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
8411 sub-configures.
8412
9765193e
DE
84132000-08-20 Doug Evans <dje@casey.transmeta.com>
8414
8415 * Makefile.in (ALL_MODULES): Add all-cgen.
8416 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
8417 (all-cgen): New target.
8418 (all-opcodes,all-sim): Depend on all-cgen.
8419 * configure.in (host_tools): Add cgen.
8420 Only configure cgen if --enable-cgen-maint.
8421
d7b32520
AO
84222000-08-17 Alexandre Oliva <aoliva@redhat.com>
8423
8424 * config-ml.in (CC, CXX): Don't introduce a leading space.
8425
e52ef561
AO
84262000-08-16 Alexandre Oliva <aoliva@redhat.com>
8427
8428 * configure.in (libstdcxx_flags): Use
8429 libstdc++-v3/src/libstdc++.INC.
8430
88f9c2a0
AO
84312000-08-15 Alexandre Oliva <aoliva@redhat.com>
8432
8433 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
8434
98fbe43f
JM
84352000-08-11 Jason Merrill <jason@redhat.com>
8436
8437 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
8438 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
8439 (FLAGS_FOR_TARGET): Not here.
8440 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
8441
279ddab4
DD
84422000-08-07 DJ Delorie <dj@redhat.com>
8443
8444 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
8445 "if we're also building gcc, and it's a gcc that will run on the
8446 build machine, we want to use its includes instead of the system's
8447 default includes".
8448
60523a83
AO
84492000-08-03 Alexandre Oliva <aoliva@redhat.com>
8450
24ffec7a
AO
8451 * configure.in (libstdcxx_flags): Don't use `"'.
8452
60523a83
AO
8453 * config-ml.in: Adjust multilib search paths to the
8454 appropriate multilib tree.
8455
daf644b5
AO
84562000-08-02 Alexandre Oliva <aoliva@redhat.com>
8457
8458 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8459 commas in $LANGUAGES.
8460
63266560
DD
84612000-08-01 Alexandre Oliva <aoliva@redhat.com>
8462
8463 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8464
84652000-07-31 Alexandre Oliva <aoliva@redhat.com>
8466
8467 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8468 CXX_FOR_TARGET for sed.
8469
84702000-07-30 Alexandre Oliva <aoliva@redhat.com>
8471
8472 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8473 Do not override if already set in the environment or in configure.
8474 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8475 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8476
9e449d3e
AO
84772000-07-27 Alexandre Oliva <aoliva@redhat.com>
8478
8479 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8480 (GCC_FOR_TARGET): Use it.
8481 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8482 * configure.in: ... here.
8483 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8484 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8485
8bbd92e0
AO
84862000-07-24 Alexandre Oliva <aoliva@redhat.com>
8487
fd1f87b2
AO
8488 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8489 (configure-target-libchill, configure-target-libobjc): Likewise.
8490
8bbd92e0
AO
8491 * configure.in: Use the same cache file for all target libs.
8492 * config-ml.in: But different cache files per multilib variant.
8493
25c6c112
JL
84942000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8495
8496 * configure (topsrcdir): Don't use dirname.
8497
ba73c63f
JM
84982000-07-20 Jason Merrill <jason@redhat.com>
8499
8500 * configure.in: Remove all references to libg++ and librx.
8501
8502 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8503
1af08294
HPN
85042000-07-20 Hans-Peter Nilsson <hp@axis.com>
8505
8506 * config.sub: Update to subversions version 2000-07-06.
8507
ba73c63f
JM
85082000-07-12 Andrew Haley <aph@cygnus.com>
8509
8510 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8511 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8512
85132000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
cffaa281
JL
8514
8515 * symlink-tree: Check number of arguments.
8516
d932cae7 85172000-06-06 Andrew Cagney <cagney@b1.cygnus.com>
ec9914b0
AC
8518
8519 * texinfo/texinfo.tex: Update to version 2000-05-28.15.
8520
ba73c63f
JM
85212000-07-05 Jim Wilson <wilson@cygnus.com>
8522
8523 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8524 search path for a g++ extracted from the build tree. This
8525 will allow link tests run by configure scripts in
8526 subdirectories to succeed.
8527
92ee2f86
UC
85282000-07-01 Koundinya K <kk@ddeorg.soft.net>
8529
80413487 8530 * ltconfig: Add support for mips-dde-sysv4.2MP
35590697 8531
23f2f29f
CV
85322000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8533
8534 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8535 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8536
f04f5a67
TW
85372000-06-19 Timothy Wall <twall@cygnus.com>
8538
8539 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8540 * config.sub: Add tic54x target.
8541
11da68be
NC
85422000-06-07 Phillip Thomas <pthomas@suse.de>
8543
8544 * README-maintainer-mode: New file: Contains notes on using
8545 --enable-maintainer-mode with binutils.
8546
d932cae7 85472000-05-29 Andrew Cagney <cagney@b1.cygnus.com>
449f3b6c
AC
8548
8549 * texinfo/texinfo.tex: Update. Version from makeinfo 4.0.
8550
d932cae7 85512000-05-30 Andrew Cagney <cagney@b1.cygnus.com>
ac73857d
AC
8552
8553 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8554 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
8555
9442cea3
L
855620000-05-21 H.J. Lu (hjl@gnu.org)
8557
80413487
RH
8558 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8559 directory are used if they exist. Make sure
8560 $(build_tooldir)/include is searched for header files,
8561 $(build_tooldir)/lib/ for library files.
9442cea3 8562 (GCC_FOR_TARGET): Likewise.
80413487 8563 (CXX_FOR_TARGET): Likewise.
9442cea3 8564
d932cae7 85652000-05-18 Jeffrey A Law (law@cygnus.com)
09e90eb4
JL
8566
8567 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8568
d932cae7 85692000-05-17 Alexandre Oliva <aoliva@cygnus.com>
f4bd37da
AO
8570
8571 * Makefile.in (configure-target-libiberty): Depend on
8572 configure-target-newlib.
8573
ba73c63f
JM
85742000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8575
8576 * configure.in, Makefile.in: Merge all libffi-related
8577 configury stuff from the libgcj tree.
8578
d932cae7 85792000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
82b43a09
AC
8580
8581 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8582 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8583
d932cae7 85842000-05-16 Andrew Cagney <cagney@b1.cygnus.com>
b5a23627
AC
8585
8586 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8587 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
35590697 8588 current version information. Add to proto-toplev directory.
b5a23627
AC
8589 (gdb-taz): Build do-djunpack.
8590
ba73c63f
JM
85912000-05-15 David Edelsohn <edelsohn@gnu.org>
8592
8593 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8594
7c86ed39
L
85952000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8596
8597 * ltmain.sh: Preserve in relink_command any environment
8598 variables that may affect the linker behavior.
8599
d932cae7 86002000-05-12 Jeffrey A Law (law@cygnus.com)
640c6684
JL
8601
8602 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8603
d932cae7 86042000-05-10 Jim Wilson <wilson@cygnus.com>
2315914d
JW
8605
8606 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8607
ed0a91a5
EZ
86082000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8609
8610 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
80413487 8611 with the version name.
ed0a91a5 8612
ba73c63f 86132000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6cafa39f 8614
ba73c63f 8615 * config.if: Tweak.
6cafa39f 8616
ba73c63f 86172000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
66156876 8618
ba73c63f 8619 * djunpack.bat: New file.
66156876 8620
d932cae7 86212000-04-19 Andrew Cagney <cagney@b1.cygnus.com>
fd751128
AC
8622
8623 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
35590697
AJ
8624 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8625 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8626 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
fd751128 8627
ba73c63f
JM
86282000-04-16 Dave Pitts <dpitts@cozx.com>
8629
80413487
RH
8630 * config.sub (case $basic_machine): Change default for "ibm-*"
8631 to "openedition".
ba73c63f 8632
d932cae7 86332000-04-12 Andrew Cagney <cagney@b1.cygnus.com>
b35ece4e
AC
8634
8635 * Makefile.in (gdb-taz): New target. GDB specific archive.
8636 (do-md5sum): New target.
8637 (MD5PROG): Define.
8638 (PACKAGE): Default to TOOL.
8639 (VER): Default to a shell script.
8640 (taz): Rewrite target. Move real work to do-proto-toplev. Include
35590697 8641 md5 checksum generation.
b35ece4e
AC
8642 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8643 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8644 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
35590697 8645 insight.tar.bz2): Use gdb-taz to create archive.
b35ece4e 8646
d932cae7 86472000-04-07 Andrew Cagney <cagney@b1.cygnus.com>
a2d91340
AC
8648
8649 * configure (warn_cflags): Delete.
8650
ba73c63f 86512000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
80413487 8652 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
3ce7077a 8653
80413487
RH
8654 * configure.in (enable_libstdcxx_v3): Add.
8655 (target_libs): Add bits here to switch between libstdc++-v2 and
8656 libstdc++-v3.
8657 * config.if: And this file too.
8658 * Makefile.in: Add libstdc++-v3 targets.
35590697 8659
ba73c63f
JM
86602000-04-05 Michael Meissner <meissner@redhat.com>
8661
8662 * config.sub (d30v): Add d30v as a basic machine type.
3ce7077a 8663
d332c5ac
JM
86642000-03-29 Jason Merrill <jason@casey.cygnus.com>
8665
8666 * configure.in: -linux-gnu*, not -linux-gnu.
8667
d932cae7 86682000-03-03 Andrew Cagney <cagney@b1.cygnus.com>
6dcbc97b
AC
8669
8670 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8671 (do-tar-bz2): Replace TOOL with PACKAGE.
8672 (gdb.tar.bz2): Remove GDBTK from GDB package.
8673 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
35590697 8674 dejagnu.tar.bz2): New packages.
6dcbc97b 8675
96ce09a7
ILT
86762000-02-27 Andreas Jaeger <aj@suse.de>
8677
8678 * configure.in: Add entry for mips*-*-linux*, move catch all
8679 *-*-*linux* entry below this one.
8680
2031769e
ILT
86812000-02-27 Ian Lance Taylor <ian@zembu.com>
8682
8683 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
8684
4bab746c
NC
86852000-02-24 Nick Clifton <nickc@cygnus.com>
8686
8687 * config.sub: Support an OS of "wince".
8688
d932cae7 86892000-02-24 Andrew Cagney <cagney@b1.cygnus.com>
ada59422
AC
8690
8691 * config.guess, config.sub: Updated to match config's 2000-02-15
35590697 8692 version.
ada59422 8693
5b93d8bb
AM
86942000-02-23 Linas Vepstas <linas@linas.org>
8695
8696 * config.sub: Add support for Linux/IBM 370.
8697 * configure.in: Likewise.
8698
2fb651f6
NC
86992000-02-22 Nick Clifton <nickc@cygnus.com>
8700
8701 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8702
b8441c25
CF
87032000-02-20 Christopher Faylor <cgf@cygnus.com>
8704
8705 * config.guess: Guess "cygwin" rather than "cygwin32".
8706
d332c5ac
JM
87072000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8708
8709 * configure (gcc_version): When setting, narrow search to
8710 lines containing `version_string'.
8711
ba73c63f
JM
87122000-02-15 Denis Chertykov <denisc@overta.ru>
8713
8714 * config.sub: Add support for avr target.
8715
d932cae7 87162000-02-01 Hans-Peter Nilsson <hp@bitrange.com>
ba73c63f
JM
8717
8718 * config.sub: Add mmix-knuth-mmixware.
8719
87202000-01-27 Christopher Faylor <cgf@redhat.com>
8721
8722 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8723 structure stuff to -L library search.
8724 (CXX_FOR_TARGET): Ditto.
8725 (CROSS_CHECK_MODULES): Fix spelling mistake.
8726
87272000-01-24 Mark Mitchell <mark@codesourcery.com>
8728
8729 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8730 the C++ compiler.
8731
87322000-01-12 Richard Henderson <rth@cygnus.com>
8733
8734 * configure.in: Don't build some bits for beos.
8735
87362000-01-12 Joel Sherrill (joel@OARcorp.com)
8737
8738 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8739 as include files.
8740
91b2c84d
GK
87412000-01-06 Geoff Keating <geoffk@cygnus.com>
8742
8743 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8744 not mh-aix43.
8745
ba73c63f
JM
87461999-12-14 Richard Henderson <rth@cygnus.com>
8747
8748 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8749 * config.sub: Accept alphaev[78], alphaev8.
8750
87511999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8752
8753 * config.guess, config.sub: Update from autoconf.
8754
8755Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8756
8757 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8758 necessary libraries are missing.
8759
87601999-10-25 Andreas Schwab <schwab@suse.de>
8761
8762 * configure: Fix quoting inside arguments of eval.
8763
87641999-10-21 Nick Clifton <nickc@cygnus.com>
8765
8766 * config-ml.in: Allow suppression of some ARM multilibs.
8767
8768Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8769
8770 * config.guess: Add OS/390 match pattern.
8771 * config.sub: Add mvs, openedition targets.
8772 * configure.in (i370-ibm-opened*): New.
8773
ef14edc4
ILT
87741999-09-04 Steve Chamberlain <sac@pobox.com>
8775
8776 * config.sub: Add support for configuring for pj.
8777
afb478e8
NC
87781999-08-31 Nick Clifton <nickc@cygnus.com>
8779
fd6848f6 8780 * config.sub (maybe_os): Add support for configuring for fr30.
afb478e8 8781
ba73c63f 87821999-08-25 Nick Clifton <nickc@cygnus.com>
ceaa7778
NC
8783
8784 * configure.in: Do not configure or build ld for AIX
8785 platforms. ld is known to be broken on these platforms.
8786
ba73c63f
JM
8787Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8788
8789 * config-ml.in: Pass compiler flag corresponding to multidirs to
8790 subdir configures.
8791
c363de44
ILT
87921999-08-09 Ian Lance Taylor <ian@zembu.com>
8793
8794 * Makefile.in (LDFLAGS): Define.
8795
dc8bc5a6
ILT
87961999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8797
8798 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8799 noconfigdirs.
8800 (*-*-cygwin*): Likewise.
8801
6ca3858e
ILT
88021999-08-08 Ian Lance Taylor <ian@zembu.com>
8803
71141bb6
ILT
8804 * mkdep: New file.
8805 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8806 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8807
6ca3858e
ILT
8808 From Eli Zaretskii <eliz@is.elta.co.il>:
8809 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8810 long file name when using DJGPP on MS-DOS.
8811
ba73c63f
JM
8812Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8813
8814 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8815
2735a327
AM
88161999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8817
8818 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8819 dependency as this causes "make check" to globally "make all"
8820
ba73c63f
JM
8821Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8822
8823 * configure.in (target_libs): Added target-zlib.
8824 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8825 (CONFIGURE_TARGET_MODULES): Likewise.
8826 (CHECK_TARGET_MODULES): Likewise.
8827 (INSTALL_TARGET_MODULES): Likewise.
8828 (CLEAN_TARGET_MODULES): Likewise.
8829 (configure-target-zlib): New target.
8830 (all-target-zlib): Likewise.
8831 (all-target-libjava): Depend on all-target-zlib.
8832 (configure-target-libjava): Depend on configure-target-zlib.
8833
8834 * Makefile.in (configure-target-libjava): Depend on
8835 configure-target-newlib.
8836 (configure-target-boehm-gc): New target.
8837 (configure-target-qthreads): New target.
8838
80413487
RH
8839 * configure.in (target_libs): Added target-qthreads.
8840 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8841 (CONFIGURE_TARGET_MODULES): Likewise.
8842 (CHECK_TARGET_MODULES): Likewise.
8843 (INSTALL_TARGET_MODULES): Likewise.
8844 (CLEAN_TARGET_MODULES): Likewise.
8845 (all-target-qthreads): New target.
8846 (configure-target-libjava): Depend on configure-target-qthreads.
8847 (all-target-libjava): Depend on all-target-qthreads.
ba73c63f
JM
8848
8849 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8850 (CONFIGURE_TARGET_MODULES): Likewise.
8851 (CHECK_TARGET_MODULES): Likewise.
8852 (INSTALL_TARGET_MODULES): Likewise.
8853 (CLEAN_TARGET_MODULES): Likewise.
8854 (all-target-libjava): New target.
8855 (all-target-boehm-gc): Likewise.
8856 * configure.in (target_libs): Added libjava, boehm-gc.
8857
08d836d6
ILT
88581999-07-22 Ian Lance Taylor <ian@zembu.com>
8859
8860 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8861 configure.bat in SUPPORT_FILES.
8862 (gas+binutils.tar.bz2): Likewise.
8863
8864 * makeall.bat: Remove; obsolete.
8865
8f36e47c
ILT
88661999-07-21 Ian Lance Taylor <ian@zembu.com>
8867
8868 From Mark Elbrecht:
8869 * configure.bat: Remove; obsolete.
8870
56e82f25
ILT
88711999-07-11 Ian Lance Taylor <ian@zembu.com>
8872
8873 * configure: Add -W -Wall to the default CFLAGS when compiling with
8874 gcc.
8875
1001d816
JL
8876Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8877
8878 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8879
106117aa
MM
88801999-06-30 Mark Mitchell <mark@codesourcery.com>
8881
8882 * configure.in: Build ld on IRIX6.
8883
c376f4ed
ILT
88841999-06-12 Ian Lance Taylor <ian@zembu.com>
8885
8886 * Makefile.in: Change distribution targets to use bzip2 instead of
8887 gzip.
8888 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
c1b640f7 8889 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
c376f4ed 8890
306b7445
NC
88911999-06-04 Nick Clifton <nickc@cygnus.com>
8892
8893 * config.sub: Add mcore target.
8894
d932cae7 88951999-05-30 Cort Dougan <cort@cs.nmt.edu>
af754d91
RH
8896
8897 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8898
d932cae7 88991999-05-25 H.J. Lu (hjl@gnu.org)
ba73c63f
JM
8900
8901 * config.guess (dummy): Changed to $dummy.
8902
6c3175b0
NC
89031999-05-24 Nick Clifton <nickc@cygnus.com>
8904
ba73c63f
JM
8905 * config.sub: Tidied up case statements.
8906
89071999-05-22 Ben Elliston <bje@cygnus.com>
8908
8909 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8910 <jiro@din.or.jp>.
8911
8912 * config.guess: Merge with FSF version. Future changes will be
8913 more accurately recorded in this ChangeLog.
8914 * config.sub: Likewise.
8915
d932cae7 89161999-05-20 Stephen L Moshier <moshier@world.std.com>
ba73c63f
JM
8917
8918 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6c3175b0 8919
252b5132
RH
89201999-04-30 Tom Tromey <tromey@cygnus.com>
8921
8922 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8923
89241999-04-23 Tom Tromey <tromey@cygnus.com>
8925
8926 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8927
89281999-04-20 Drew Moseley <dmoseley@cygnus.com>
8929
8930 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8931 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8932 Bad merge removed these two changes.
8933
ba73c63f 8934Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
80b200a1 8935 Martin Heller (Ing.-Buero_Heller@t-online.de)
ba73c63f
JM
8936
8937 * config.guess (interix Alpha): Add.
8938
252b5132
RH
89391999-04-11 Richard Henderson <rth@cygnus.com>
8940
8941 * configure.in (i?86-*-beos*): Do config gperf; don't config
8942 gdb, newlib, or libgloss.
8943
d932cae7 89441999-04-11 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 8945
ba73c63f
JM
8946 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8947 link a trivial program with -mabi=64. If it fails, remove mabi=64
8948 from multidirs.
8949
d932cae7 89501999-04-10 Philipp Thomas (kthomas@gwdg.de)
ba73c63f
JM
8951
8952 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8953
252b5132
RH
89541999-04-08 Nick Clifton <nickc@cygnus.com>
8955
8956 * config.sub: Add support for mcore targets.
8957
89581999-04-07 Michael Meissner <meissner@cygnus.com>
8959
8960 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8961 not mt-ospace, in order to shut up assembler warning about using
8962 symbols that are named the same as registers.
8963
89641999-04-07 Drew Moseley <dmoseley@cygnus.com>
8965
8966 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8967 dependency list for all-target-cygmon.
8968
89691999-04-05 Doug Evans <devans@casey.cygnus.com>
8970
8971 * config-ml.in: Check $host, not $target, for selective multilibs.
8972 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8973 thumb interworking, and underscore prefix multilibs.
8974
89751999-04-04 Ian Lance Taylor <ian@zembu.com>
8976
8977 * missing: Update to version from current automake.
8978
8979Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8980
8981 * configure (gxx_include_dir): Removed.
8982
8983 * configure.in (gxx_include_dir): Handle it.
8984 * Makefile.in: Likewise.
8985
89861999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8987
8988 * config.sub (mips64vr4111,mips64vr4111el) Add.
8989
89901999-03-21 Ben Elliston <bje@cygnus.com>
8991
80413487 8992 * config.guess: Correct typo for detecting ELF on FreeBSD.
252b5132
RH
8993
8994Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8995
252b5132
RH
8996 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8997 config/mh-djgpp.
8998
8999Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
9000
9001 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
9002 all-target-newlib to dependency list for all-target-bsp.
9003
9004Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
9005
9006 * config.sub: Add i386-uwin support.
9007 * config.guess: Likewise.
9008
9009Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9010
9011 * configure.in: cleanup, add mh-*pic handling for arm, special
9012 case powerpc*-*-aix*
9013
9014Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
9015
9016 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
9017 can be built.
9018
9019Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
9020
9021 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
35590697 9022 targets.
252b5132
RH
9023
90241999-03-02 Nick Clifton <nickc@cygnus.com>
9025
9026 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
9027
d932cae7 90281999-02-28 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9029
9030 * config.sub: Check for "cygwin*" rather than "cygwin32*"
9031
90321999-02-24 Nick Clifton <nickc@cygnus.com>
9033
9034 * config.sub: Fix typo in arm recognition.
9035
d932cae7 90361999-02-24 Drew Moseley <dmoseley@cygnus.com>
252b5132
RH
9037
9038 * configure.in (noconfigdirs): Changed target_configdirs to
9039 include target-bsp only for m68k-*-elf* and m68k-*-coff*
9040 rather than m68k-*-* since it is not known to work on
9041 m68k-aout. Ditto for arm-*-*oabi.
9042
d932cae7 90431999-02-24 Stan Shebs <shebs@andros.cygnus.com>
252b5132
RH
9044
9045 * configure.in (*-*-windows*): Remove, no longer used.
252b5132
RH
9046
90471999-02-19 Ben Elliston <bje@cygnus.com>
9048
9049 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
9050 Smart and improved by Andrew Cagney.
9051
d932cae7 90521999-02-18 Marc Espie <espie@cvs.openbsd.org>
252b5132
RH
9053
9054 * config.guess: Recognize openbsd-*-hppa.
9055
d932cae7 90561999-02-17 H.J. Lu (hjl@gnu.org)
252b5132
RH
9057
9058 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
9059 only if it is not empty.
9060
90611999-02-17 Nick Clifton <nickc@cygnus.com>
9062
9063 Patch from: Scott Bambrough <scottb@corelcomputer.com>
35590697 9064
fd6848f6 9065 * config.guess: Modified to recognize uname's armv* syntax.
252b5132
RH
9066
9067 * config.sub: Modified to recognize uname's armv* syntax.
9068
90691999-02-17 Mark Salter <msalter@cygnus.com>
9070
9071 * configure.in: Added target-bsp for sparclite.
9072
d932cae7 90731999-02-08 Richard Henderson <rth@cygnus.com>
252b5132
RH
9074
9075 * config.sub: Recognize alphapca5[67] and up to alphaev8.
9076
90771999-02-08 Nick Clifton <nickc@cygnus.com>
9078
9079 * configure.in: Add support for strongarm port.
9080 * config.sub: Add support for strongarm target.
9081
d932cae7 90821999-02-07 Mumit Khan <khan@xraylith.wisc.edu>
35590697 9083
252b5132
RH
9084 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
9085 the old name config/mh-cygwin32.
9086 Enable texinfo.
9087
d932cae7 90881999-02-04 Ian Lance Taylor <ian@cygnus.com>
252b5132
RH
9089
9090 * configure.in: Do build ld for ix86 Solaris.
9091
d932cae7 90921999-02-02 Jim Wilson <wilson@cygnus.com>
252b5132
RH
9093
9094 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
9095 $AR_FOR_TARGET. Likewise for RANLIB.
9096
d932cae7 90971999-02-02 Catherine Moore <clm@cygnus.com>
35590697 9098
80413487
RH
9099 * config.sub (oabi): Recognize.
9100 * configure.in (arm-*-oabi): Handle.
252b5132 9101
d932cae7 91021999-01-30 Robert Lipe (robertlipe@usa.net)
252b5132
RH
9103
9104 * config.guess: Improve detection of i686 on UnixWare 7.
9105
d932cae7 91061999-01-30 Mumit Khan <khan@xraylith.wisc.edu>
252b5132
RH
9107
9108 * config.guess: Add support for i386-pc-interix.
9109 * config.sub: Likewise.
9110 * configure.in: Likewise.
252b5132 9111
d932cae7 91121999-01-18 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9113
9114 * Makefile.in: Remove unneeded all-target-libio from
9115 from all-target-winsup target since it is now unneeded.
9116 Add all-target-libtermcap in its place since it is now
9117 needed.
9118
d932cae7 91191998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9120
9121 * configure.in: makefile stub for cygwin target is probably
9122 unnecessary. Remove it for now.
252b5132 9123
d932cae7 91241998-12-30 Christopher Faylor <cgf@cygnus.com>
252b5132
RH
9125
9126 * configure.in: libtermcap.a should be built when cygwin is the
9127 target as well as the host.
9128 * config.guess: Allow mixed case in cygwin uname output.
9129 * Makefile.in: Add libtermcap target.
252b5132 9130
d932cae7 91311998-12-23 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9132
9133 * config.sub: Clean up handling of hppa2.0.
9134
d932cae7 91351998-12-22 Rodney Brown (rodneybrown@pmsc.com)
252b5132
RH
9136
9137 * config.guess: Use C code to identify more HP machines.
9138
9139Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
9140
9141 * config.sub: Handle hppa2.0.
9142
ba73c63f
JM
9143Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
9144
9145 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
35590697 9146 cygmon for all sparclite targets, regardless of object format.
ba73c63f
JM
9147
91481998-12-15 Mark Salter <msalter@cygnus.com>
9149
9150 * configure.in: Added target-bsp for several target architectures.
9151
9152 * Makefile.in: Added rules for bsp.
9153
252b5132
RH
9154Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
9155
9156 * config.guess: Improve detection of hppa2.0 processors.
9157
9158Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
9159
9160 * config.guess: Recognize FreeBSD using ELF automatically.
9161
91621998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
9163
9164 * configure (skip-this-dir): Add handling for new shell script, which
9165 might be created by a sub-directory's configure to indicate, this particular
9166 directory is "unwanted".
9167 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
9168
252b5132
RH
9169Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
9170
9171 * ltconfig: import from libtool, after changing libtool to
9172 account for the cygwin name change.
9173
9174Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
9175
9176 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
9177 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
9178
9179Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
9180
9181 * configure.in: Add libtermcap to list of cygwin dependencies.
9182
d932cae7 91831998-11-17 Geoffrey Noer <noer@cygnus.com>
252b5132 9184
80413487
RH
9185 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
9186 they include winsup/include when it's a cygwin target.
252b5132
RH
9187
91881998-11-12 Tom Tromey <tromey@cygnus.com>
9189
9190 * configure.in (host_tools): Added zip.
9191 * Makefile.in (all-target-libjava): Depend on all-zip.
9192 (all-zip): New target.
9193 (ALL_MODULES): Added all-zip.
9194 (NATIVE_CHECK_MODULES): Added check-zip.
9195 (INSTALL_MODULES): Added install-zip.
9196 (CLEAN_MODULES): Added clean-zip.
9197
d932cae7 91981998-11-12 Geoffrey Noer <noer@cygnus.com>
252b5132
RH
9199
9200 * Makefile.in: lose "32" from comment about cygwin.
9201
d932cae7 92021998-11-05 Nick Clifton <nickc@cygnus.com>
252b5132
RH
9203
9204 * configure.in: Use -Os to build target libraries for the fr30.
9205
d932cae7 92061998-11-04 Dave Brolley <brolley@cygnus.com>
252b5132
RH
9207
9208 * config.sub: Add fr30.
9209
d932cae7 92101998-11-02 Geoffrey Noer <noer@cygnus.com>
252b5132 9211
80413487 9212 * configure.in: drop "32" from config/mh-cygwin32. Check
252b5132
RH
9213 cygwin* instead of cygwin32*.
9214 * config.sub: Check cygwin* instead of cygwin32*.
9215
d932cae7 92161998-10-22 Robert Lipe <robertl@dgii.com>
ba73c63f
JM
9217
9218 * config.guess: Match any version of Unixware7.
9219
252b5132
RH
92201998-10-20 Syd Polk <spolk@cygnus.com>
9221
9222 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
9223 if desired.
9224
d932cae7 92251998-10-18 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9226
9227 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
9228 these if the appropriate directories and files to not exist.
9229
d932cae7 92301998-10-14 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9231
9232 * Makefile.in (DEVO_SUPPORT): Add config.if.
9233
d932cae7 92341998-10-13 Manfred Hollstein <manfred@s-direktnet.de>
ba73c63f
JM
9235
9236 * configure: Add pattern to replace "build_tooldir"'s
9237 definition in the generated Makefile with "tooldir"'s
9238 actual value.
9239
252b5132
RH
9240Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
9241
9242 * config.sub: Bring back lost sparcv9.
9243
ba73c63f
JM
9244 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
9245
9246Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
9247
9248 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
9249 CC_FOR_TARGET and friends.
9250
9251Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
35590697 9252
ba73c63f
JM
9253 * Makefile.in (build_tooldir): New variable, same as tooldir.
9254 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
9255 -B$(build_tooldir)/bin/.
9256 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
9257
252b5132
RH
9258Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
9259
9260 * config.sub: Add support for i[34567]86-pc-udk.
9261 * configure.in: Likewise.
9262
9263Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
9264
9265 * Makefile.in: add bzip2 package building bits for user
9266 tools module
9267 * configure.in: ditto
9268
ba73c63f
JM
9269Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
9270
9271 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
9272 (ALL_TARGET_MODULES): Add all-target-libobjc.
9273 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9274 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9275 (all-target-libchill): Add dependencies.
9276 * configure.in (target_libs): Add libchill.
35590697 9277
252b5132
RH
92781998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
9279
ba73c63f 9280 * configure.in (target_subdir): Remove duplicate line.
252b5132
RH
9281
9282Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
9283
9284 * Makefile.in (all-automake): fix dependencies.
9285
9286Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
9287
9288 * configure.in: Minor cleanups for building in the $(target_alias)
9289 subdir.
9290
92911998-09-22 Jim Wilson <wilson@cygnus.com>
9292
9293 * Makefile.in (bootstrap): Set r and s before make all. Use
9294 BASE_FLAGS_TO_PASS in make all.
9295 (cross): Likewise.
9296
92971998-09-20 Mark Mitchell <mark@markmitchell.com>
9298
9299 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
9300
252b5132
RH
9301Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
9302
9303 * config.sub: Fix typo in last change.
9304
93051998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9306
9307 * config.sub: Add support for C4x target.
9308 * configure.in: Likewise.
9309
93101998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
9311
9312 * config.sub: Recognize sparcv9 just like sparc64.
9313
9314Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
9315
9316 * config.guess: Match "Pent II" or "PentII" for OpenServer.
9317
9318Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
9319
9320 * config.guess: Correctly identify Pentium II sco boxes.
9321
9322 * config.guess: Fix "tr" code. From Weiwen Liu.
9323
9324Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
9325
9326 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
9327 stabs.
9328
9329Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
9330
9331 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
9332 (ALL_TARGET_MODULES): Add all-target-libchill.
9333 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
9334 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
9335 (all-target-libchill): Add dependencies.
9336 * configure.in (target_libs): Add libchill.
9337
9338Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
9339
9340 * config.guess: Avoid assumptions about "tr" behaves when
9341 LANG is set to something other than English.
9342
9343Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
9344
9345 * configure (gxx_include_dir): Changed to
9346 '${prefix}/include/g++'-${libstdcxx_interface}.
9347
9348 * config.if: New to determine the interfaces.
9349
9350Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
9351
9352 * config.guess: Detect and handle MPE/IX.
9353 * config.sub: Deal with MPE/IX.
9354
9355Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
9356
9357 * configure.in: Use mh-aix43.
9358
93591998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
9360
9361 * configure: Fix --without/--disable cases for gxx-include-dir.
9362
9363Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9364
9365 * mdata-sh: Imported. Needed for automake support.
9366
9367Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9368
ba73c63f 9369 * Makefile.in (taz): Try "chmod -R og=u ." before
252b5132
RH
9370 "chmod og=u `find . -print`".
9371
9372Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9373
ba73c63f 9374 * configure.in: Add arm-elf and thumb-elf support.
252b5132
RH
9375
9376Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9377
9378 * Makefile.in: Undo previous patch.
9379
9380Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9381
9382 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9383 to here ...
9384 (install-no-fixedincludes): and here
9385 (INSTALL_MODULES): ... from here.
9386
9387Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9388
9389 * config.sub: Merge with FSF.
9390
9391 * config.guess: Merge with FSF.
9392
9393Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9394
9395 * configure (extraconfigdirs): New variable.
9396 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9397 * Makefile.in (all): Move higher in file.
9398 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9399 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9400 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9401 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9402 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9403
94041998-07-23 Brendan Kehoe <brendan@cygnus.com>
9405
9406 * Makefile.in (all-target-libjava): Depend on all-gcc and
9407 all-target-newlib.
9408 (configure-target-libjava): Depend on $(ALL_GCC).
9409
9410Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9411
9412 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9413 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9414
9415Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9416
9417 * ylwrap: Change absolute path checks to check for DOS style path
9418 names.
9419
9420 * ylwrap: Don't use a full path name if the source file is in the
9421 same directory. From hjl@lucon.org (H.J. Lu).
9422
9423 * config-ml.in: Default to being verbose, to match Feb 18 change to
9424 configure.
9425
9426Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9427
9428 Brought over from egcs:
9429
9430 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9431
9432 * configure.in (target_subdir): Set to ${target_alias} instead
9433 of "libraries".
9434
9435 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9436
9437 * configure.in (target_subdir): Set to libraries if enable_multilib.
9438
9439Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9440
9441 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9442 multilibs, force reconfiguration the first time we create
9443 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9444
9445Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9446
9447 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9448 avoid confusion with --no-recursion.
9449
9450Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9451
9452 * configure.in: Win32 hosts shouldn't use install -x
9453 * install-sh: remove -x option, and special .exe-handling
9454 hack.
9455
9456Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9457
9458 * config.guess: Recognize i586-pc-beos.
9459 * configure.in: Don't build some bits for beos.
9460
9461Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9462
9463 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9464 CFLAGS default to -O2.
9465
9466 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9467 when using GNU ld.
9468
9469Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9470
9471 * ltmain.sh: Correct install when using a different shell.
9472
9473Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9474
9475 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9476
9477Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9478
9479 * makefile.vms: Update to build binutils/makefile.vms. Add install
9480 target.
9481
9482Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9483
9484 * ltconfig: Update to correct AIX handling.
9485
9486Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9487
9488 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9489
9490 * configure.in (target_subdir): Set to ${target_alias} instead
9491 of "libraries".
9492
94931998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9494
9495 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9496 (Makefile): Depend on $(gcc_version_trigger).
9497
9498 * configure (gcc_version): Change default initializer to empty
9499 string.
9500 (gcc_version_trigger): New variable; pass this variable down
9501 to subdir configures to enable them checking gcc's version
9502 themselves. Emit make macros for both gcc_version vars.
9503 (topsrcdir): Initialize reliably.
9504 (recursion line): Remove --with-gcc-version=${gcc_version}.
9505
95061998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9507
9508 * configure (enable_version_specific_runtime_libs): Implement new flag
9509 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9510 in $(libsubdir); emit definition in each generated Makefile.
9511 (gxx_include_dir): Initialize depending on
9512 $enable_version_specific_runtime_libs.
9513
95141998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9515
9516 * configure (gcc_version): Initialize properly depending on
9517 how and where configure is started.
9518 (recursion line): Pass a --with-gcc-version=${gcc_version}
9519 to configures in subdirs.
9520
9521Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9522
9523 * configure.in (noconfigdirs): Add configure pattern for mips tx39
35590697 9524 cygmon
252b5132
RH
9525
9526Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9527
9528 * configure.in: Add cygmon and libstub support for mn10200.
9529
95301998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9531
9532 * configure (gcc_version): Add new variable describing the
9533 particular gcc version we're building.
9534 * Makefile.in (libsubdir): Add new macro for the directory
9535 in which the compiler finds executables, libraries, etc.
9536 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9537 and libsubdir.
9538
9539Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9540
ba73c63f
JM
9541 * Makefile.in (local-clean): Remove *.log.
9542 (warning.log): Built with warn_summary from build.log.
9543 (mail-report.log): Run test_summary.
9544 (mail-report-with-warnings.log): Run test_summary including
9545 warning.log in the report.
252b5132
RH
9546
9547Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9548
9549 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9550
9551Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9552
9553 * Makefile.in (grep): Grep no longer depends on libiberty.
9554
9555Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9556
9557 * Makefile.in: all-snavigator needs all-libgui.
9558
9559Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9560
9561 * configure.in: Add cygmon and libstub support for mn10300.
9562
9563Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9564
9565 * missing: Update to version from automake 1.3.
9566
9567 * ltmain.sh: On installation, don't get confused if the same name
9568 appears more than once in the list of library names.
9569
9570Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9571
9572 * config.sub: Accept m68060 and m5200 as CPU names.
9573
9574Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9575
9576 * configure: Use && rather than using -a in test, because odd
9577 strings can confuse test.
9578 * configure.in: Likewise.
9579
9580Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9581
9582 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9583
9584Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9585
9586 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ba73c63f
JM
9587 bootstrap4-lean): New targets.
9588
9589Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9590
9591 * mpw-* Delete. Not used.
252b5132
RH
9592
9593Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9594
9595 * COPYING.LIB: Update FSF address.
9596
9597Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9598
9599 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9600
9601 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9602 GAS_SUPPORT_DIRS.
9603
9604Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9605
9606 * ltconfig, ltmain.sh: Avoid producing a version number if
9607 -version-info was not used.
9608
9609Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9610
9611 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9612 building with newlib.
9613
96141998-04-30 Paul Eggert <eggert@twinsun.com>
9615
ba73c63f 9616 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
35590697 9617 Solaris `make' causes it to continue to next definition.
252b5132 9618
afb8d725
JM
9619Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9620
9621 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9622 the right GUI libraries and files are installed along with GDB.
9623
252b5132
RH
9624Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9625
9626 * configure.in: Change alpha to alpha* in several places.
9627
9628Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9629
9630 * config.sub: Recognize sparc86x.
9631
9632Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
ba73c63f 9633
252b5132
RH
9634 * configure.in (--enable-target-optspace): Remove debug echo.
9635
9636Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9637
9638 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9639
9640Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9641
9642 * ltconfig: Update cygwin32 support.
9643
9644 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9645 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9646 (GDB_SUPPORT_DIRS): Likewise.
9647
9648Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9649
9650 * configure.in (target_makefile_frag): If --enable-target-optspace,
9651 use -Os to compile target libraries rather than -O2. Default to
9652 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9653 not used.
9654 * configure.in (target_cflags): Ditto for d30v.
9655
9656Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9657
9658 * Makefile.in (all-bfd): Depend on all-intl.
9659 (all-binutils): Likewise.
9660 (all-gas): Likewise.
9661 (all-gprof): Likewise.
9662 (all-ld): Likewise.
9663
252b5132
RH
96641998-04-19 Brendan Kehoe <brendan@cygnus.com>
9665
9666 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9667
9668Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9669
9670 * Makefile.in (all-bfd): Depend upon all-libiberty.
9671
9672 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9673
9674Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9675
9676 * Makefile.in: Add libstub.
9677
9678 * configure.in: Ditto. Build libstub for targets that have cygmon
9679 support.
9680
9681Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9682
9683 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9684
9685Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9686
9687 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9688 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9689
9690Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9691
9692 * configure: Define DEFAULT_M4 by searching PATH.
9693 * Makfile.in: Use DEFAULT_M4.
9694
9695Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9696
9697 * ltconfig: Add cygwin32 support.
9698
9699 * Makefile.in, configure.in: Add libtool as a native only directory
ba73c63f
JM
9700 to configure and build.
9701
9702Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9703
9704 * Makefile.in (INSTALL_MODULES): Remove texinfo.
252b5132
RH
9705
9706Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
9707
9708 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9709
9710Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9711
9712 * Makefile.in: add ash make rules
9713 * configure.in: add ash to native_only and host_tools lists
9714
9715Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9716
9717 * Makefile.in (all-gettext, all-intl): New targets.
9718 (ALL_MODULES): Added all-gettext, all-intl.
9719 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9720 (INSTALL_MODULES): Added install-gettext, install-intl.
9721 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9722
9723 * configure.in (host_tools): Added gettext.
9724 (native_only): Likewise.
9725 (noconfigdirs) [various cases]: Likewise.
9726 (host_libs): Added intl.
9727
afb8d725
JM
9728Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9729
9730 * configure: Do not disable building gdbtk for cygwin32 hosts.
9731
ba73c63f
JM
9732Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9733
9734 * configure.in: Add thumb-coff target.
9735 * config.sub: Add thumb-coff target.
9736
252b5132
RH
9737Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9738
9739 * Makefile.in: Revert yesterday's change.
9740 (all-target-winsup): all-target-librx stays out of here.
9741
9742Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9743
ba73c63f
JM
9744 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9745 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9746 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
252b5132
RH
9747 Remove references to librx and libg++.
9748
9749Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9750
9751 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9752 recursive makes
9753
9754Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9755
9756 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
9757 for newlib directory.
9758 (CXX_FOR_TARGET): Likewise.
9759
9760Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9761
9762 * ltconfig: Update after libtool/ltconfig.in change for
9763 hpux11.
9764
9765Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9766
9767 * ltconfig, ltmain.sh: Update to libtool 1.2.
9768
9769Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9770
9771 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9772 (install-gcc-cross): Instead, override LANGUAGES here.
9773
97741998-03-18 Dave Love <d.love@dl.ac.uk>
9775
9776 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9777 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9778
9779Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9780
9781 * configure.in: Add Thumb-pe target.
9782
9783Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
ba73c63f 9784
252b5132
RH
9785 * Makefile.in - changed sn targets to snavigator
9786 * configure.in - changed sn targets to snavigator
9787
9788Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9789
9790 * config-ml.in: After building symlink tree call make distclean
9791 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9792 to be the case for libiberty.
9793
9794Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9795
9796 * configure: When making link, also check the current
9797 directory. The configure scripts may create one.
9798
9799Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9800
9801 * config.sub: Accept alphapca56 and alphaev6 properly.
9802
9803Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9804
9805 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9806
252b5132
RH
9807Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
9808
80413487 9809 * config.sub (sco5): Fix typo.
252b5132
RH
9810
9811Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9812
9813 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9814 install-itcl.
9815 (install-itcl): Remove dependency on install-tcl.
9816
9817Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9818
9819 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9820
252b5132
RH
9821Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9822
9823 * configure.in: Don't build libgui for a cygwin32 target when not on
9824 a cygwin32 host.
9825
9826Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9827
9828 * configure (redirect): Set to null, so default behavior of
9829 configure is now --verbose.
9830
98311998-02-16 Dave Love <d.love@dl.ac.uk>
9832
9833 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9834 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9835
9836Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9837
9838 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9839 this change to sync Makefile.in with its ChangeLog entries.
9840
9841Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9842
9843 * ltmain.sh (mkdir): Check that the directory doesn't exist
9844 before we exit with error, so that we don't get races during
9845 parallel builds.
9846
9847Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9848
9849 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9850
9851Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9852
9853 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9854 PICFLAG_FOR_TARGET.
9855 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9856
9857 * configure: Emit a definition for the new macro enable_shared
9858 into each Makefile.
9859
252b5132
RH
9860Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9861
9862 * configure.in (host_tools, native_only): Add libtool.
9863
9864Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9865
9866 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9867 Fix typo in ming config comment.
9868
9869Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9870
9871 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9872
9873Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9874
9875 * config.sub: Add tic30 cases, and map c30 to tic30.
9876
ba73c63f
JM
9877Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9878
9879 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9880 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9881 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9882 (CLEAN_TARGET_MODULES): Similarly
9883 (all-target-libf2c): Add dependences.
35590697 9884 * configure.in (target_libs): Add libf2c.
ba73c63f 9885
252b5132
RH
9886Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9887
ba73c63f
JM
9888 * configure.in: Remove expect from noconfigdirs when target
9889 is cygwin32. OK to build expect and dejagnu with Canadian
9890 Cross.
252b5132
RH
9891
9892Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9893
9894 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9895 host.
9896
9897 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9898 and mingw32.
9899
9900Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9901
9902 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9903 here as it is not defined in the toplevel Makefile.
9904
9905Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9906
9907 * configure (package_makefile_rules_frag): New variable, which names
9908 a file with generic rules, ...
9909 Change comment to mention we now have FIVE parts.
9910 * configure: Undo last change.
9911
9912Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9913
9914 * config.guess: More accurate determination of HP processor types.
9915 * config.sub: More accurate determination of HP processor types.
9916
9917Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9918
9919 * configure (package_makefile_frag): Move inserting the
9920 ${package_makefile_frag} to where it should be according
9921 to the comment.
9922
ba73c63f 9923Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
252b5132
RH
9924
9925 * config.guess: Add support for Linux/ARM.
9926
9927Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9928
9929 * .cvsignore: Remove *-info and *-install since they match
9930 release-info and mpw-install, which we don't want to just ignore.
9931
9932Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9933
9934 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9935
9936Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9937
9938 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9939 local_prefix to sub-make invocations.
9940
9941Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9942
9943 * configure.in: Check makefile fragments in the source
9944 directory.
9945
9946Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9947
ba73c63f
JM
9948 * configure.in: Check whether host and target makefile
9949 fragments exist before adding them to *_makefile_frag.
252b5132
RH
9950
9951Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9952
9953 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
ba73c63f 9954
252b5132
RH
9955Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9956
9957 * configure.in: Make sure we only replace RPATH_ENVVAR on
9958 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9959 regexp to sed.
9960
9961 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9962 to sub-makes.
9963
99641998-01-13 Lee Iverson (leei@ai.sri.com)
9965
9966 * config-ml.in (multi-do): LDFLAGS must include multilib
9967 designator.
9968
9969Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
9970
9971 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9972
9973Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9974
9975 * config.sub: Add mingw32 support.
9976 * configure.in: Likewise.
252b5132
RH
9977
9978Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9979
9980 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9981
9982Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9983
9984 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9985 * configure (gxx_include_dir): Provide a definition for subdirs
9986 which do not use autoconf.
9987
9988Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9989
9990 * config.guess: Sync with egcs. Picks up new alpha support,
9991 BeOS & some additional linux support.
9992
ba73c63f 9993Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
252b5132
RH
9994
9995 * config.guess: HP 9000/803 is a PA1.1 machine.
9996
ba73c63f
JM
9997Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9998
9999 * configure.in: It's alpha*-...
252b5132
RH
10000
10001Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10002
ba73c63f
JM
10003 * configure.in (host_makefile_frag, target_makefile_frag):
10004 Handle multiple config files.
10005 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
10006 alpha-*-*.
252b5132
RH
10007
10008Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
10009
10010 * mkdep: New file.
10011
10012Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
10013
10014 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
10015
10016Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
10017
10018 * Makefile.in: Add libgui directory.
10019 (GDB_TK): Add all-libgui.
10020 * configure.in: Add libgui directory.
10021 * configure: Add all-libgui to GDB_TK.
10022
10023Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
10024
10025 * config-ml.in (multidirs): Add m32r to multilib list.
10026
10027Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
10028
10029 * Makefile.in (all-target-gperf): Change dependency to
10030 all-target-libstdc++.
10031
10032Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
10033
10034 * config.guess: Add BeOS support.
10035
10036Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
10037
10038 Source directory cvs renamed to cvssrc:
10039 * configure.in (host_tools): Change cvs to cvssrc.
10040 (native_only): Likewise.
10041 (noconfigdirs) [various cases]: Likewise.
10042 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
10043 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
10044 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
10045 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
10046 (all-cvssrc): Rename target from all-cvs.
10047
10048Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
10049
10050 * configure (gxx_include_dir): Fix thinko.
10051
10052Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
10053
10054 * Makefile.in (INSTALL_TARGET_CROSS): Define.
10055 (install-cross, install-gcc-cross): New targets.
10056
10057Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
10058
10059 * configure.in (noconfigdirs): Add support for Thumb target.
10060
10061 * config.sub (maybe_os): Add support for Thumb target.
10062
10063Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
10064
10065 * Makefile.in: Add rules for cygmon.
10066
10067 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
10068
10069Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
10070
10071 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
10072 * configure (gxx_include_dir): Provide a definition for subdirs
10073 which do not use autoconf.
10074
10075Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
10076
10077 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
35590697 10078 11/18/97 build
252b5132
RH
10079
10080Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
10081
10082 * From Franz Sirl.
10083 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
10084 found on RedHat Linux systems.
10085
10086Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
10087
10088 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
10089 guesses.
10090
10091Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
10092
10093 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
10094
10095Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
10096
10097 * ltmain.sh: If mkdir fails, check whether the directory was created
10098 anyhow by some other process.
10099
10100Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
10101
10102 * configure.in (d30v-*-*): Configure all directories.
10103
10104Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
10105
10106 * configure.in (d30v-*-*): Configure newlib, libiberty directories
10107 for the D30V.
10108
10109Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
10110
10111 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
10112
10113Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
10114
80413487
RH
10115 * include/libiberty.h: Add extern "C" { so it can be used with C++
10116 progrms.
10117 * include/remote-sim.h: Add extern "C" { so it can be used with C++
10118 programs.
252b5132
RH
10119
10120Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
10121
10122 * configure.in (d30v-*-*): Configure GCC now.
10123
10124Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
10125
10126 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
10127 is no longer needed.
10128
10129Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
10130
10131 * Makefile.in: check-target-libio depends on all-target-libstdc++.
10132
10133Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
10134
10135 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
10136 targets using "$@" to provide support for similar but not identical
10137 targets without having to duplicate code.
10138
10139Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
10140
10141 * makefile.vms: Fix to work with DEC C.
10142
10143Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
10144
10145 * config.sub: Add mips-tx39-elf to marketing names.
10146
10147Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
10148
10149 * ltmain.sh: Handle symlinks in generated script.
10150
10151Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
10152
10153 * configure: Handle autoconf style directory options: --bindir,
10154 --datadir, --includedir, --infodir, --libdir, --libexecdir,
10155 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
10156 --sysconfdir.
10157 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
10158 (sharedstatedir, localstatedir, oldincludedir): New variables.
10159 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
10160 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
10161 sbindir, sharedstatedir, and sysconfdir.
10162
10163Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
10164
10165 * Makefile.in (bootstrap-lean): New target.
10166
10167Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
10168
10169 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
35590697 10170 sn, and gnuserv from noconfigdirs.
252b5132
RH
10171
10172Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
10173
10174 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
10175
10176Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
10177
ba73c63f 10178 * Makefile.in (cross): New target.
252b5132
RH
10179
10180Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
ba73c63f 10181 Jeff Law <law@cygnus.com>
252b5132
RH
10182
10183 * Makefile.in (bootstrap2, bootstrap3): New targets.
10184 (all-bootstrap): Remove outdated and confusing target.
10185 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
10186
afb8d725
JM
10187Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
10188
10189 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
35590697 10190 windows. Consistent with gdb/configure.
afb8d725 10191
252b5132
RH
101921997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
10193
252b5132
RH
10194 * configure.in: Name Linux target fragment.
10195
10196 * configure: Rewrite so that project Makefile fragment is inserted
10197 first and appears last in the resulting Makefile.
10198
10199Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
10200
10201 * Makefile.in (install-itcl): Install tcl first.
10202
252b5132 10203Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
ba73c63f 10204
252b5132
RH
10205 * configure.in: remove bison from noconfigdirs for Cygwin32 host
10206
10207Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
10208
10209 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
10210
10211 * configure.in (skipdirs): Add target-librx for Linux.
10212 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
10213
10214Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
10215
10216 * Makefile.in (bootstrap): New target.
10217
10218Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
10219
10220 * config.sub: Accept 'amigados' for backward compatability.
10221
10222Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
10223
10224 * config.guess: Merge with FSF.
10225
ba73c63f
JM
10226Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
10227
10228 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
10229
252b5132
RH
10230Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
10231
10232 * config.sub: Add "marketing-names" patch.
10233
10234Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
10235
80413487 10236 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
252b5132
RH
10237
10238Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
10239
10240 * config.sub: Handle v850-elf.
10241
ba73c63f
JM
10242Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
10243
10244 * .cvsignore (*-install): Remove.
10245
252b5132
RH
10246Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
10247
10248 * ltconfig: Set CONFIG_SHELL in libtool.
10249 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
10250
10251Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
10252
10253 * configure.in (target_subdir): Set to libraries if enable_multilib.
10254
10255Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
10256
10257 * config.guess: Update from gcc directory.
10258
10259Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
10260
10261 * Makefile.in (all-sim): Depends on all-readline.
10262
10263Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
10264
10265 * Makefile.in (BISON, YACC): Use $$s.
10266 (all-bison): Depend on all-texinfo.
10267
10268Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
10269
10270 * Makefile.in (BISON): Add -L flag.
10271 (YACC): Likewise.
10272
10273Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10274
35590697
AJ
10275 * configure.in (noconfigdirs): Add support for v850e target.
10276
252b5132
RH
10277 * config.sub (maybe_os): Add support for v850e target.
10278
10279Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
10280
35590697
AJ
10281 * configure.in (noconfigdirs): Add support for v850ea target.
10282
252b5132
RH
10283 * config.sub (maybe_os): Add support for v850ea target.
10284
10285Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
10286
10287 * config.sub: Add mipstx39. Delete r3900.
10288
10289Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10290
10291 * Makefile.in (all-autoconf): Depends on all-texinfo.
10292
10293Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
10294
10295 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
10296 eabi targets.
10297
10298Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
10299
10300 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
10301
10302 * configure: When handling a Canadian Cross, handle YACC as well as
10303 BISON. Just set BISON to bison. When setting YACC, prefer bison.
80413487 10304 * Makefile.in (all-bison): Depend upon all-texinfo.
252b5132
RH
10305
10306Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
10307
10308 * Makefile.in (BISON): bison, not byacc or bison -y.
10309 (YACC): bison -y or byacc or yacc.
10310 (various): Add *-bison as appropriate.
10311 (taz): No need to mess with BISON anymore.
10312
10313Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
10314
10315 * configure: If OSTYPE matches *win32*, try to find a good value for
10316 CONFIG_SHELL.
10317
10318Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
10319
10320 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
10321 configure.in if it is present.
10322
10323Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
10324
10325 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
10326
10327Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
10328
10329 * config.sub: Recognize `arc' cpu.
10330 * configure.in: Likewise.
10331 * config-ml.in: Likewise.
10332
10333Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
10334
10335 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
10336
10337Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
10338
10339 * configure: Changed sed delimiter from ':' to '|' when
10340 attempting to substitute ${config_shell} for SHELL. On
10341 NT ${config_shell} may contain a ':' in it.
10342
10343Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
10344
10345 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
10346
10347Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
10348
10349 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
10350
10351Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
10352
10353 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
10354
10355 * ylwrap: If the program is a relative path, force it to be
10356 absolute.
10357
10358Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10359
10360 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10361
10362Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10363
10364 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
35590697
AJ
10365 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10366 for libraries.
252b5132
RH
10367
10368Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10369
10370 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
35590697 10371 separated by spaces.
252b5132
RH
10372
10373Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10374
10375 * ylwrap: New file.
10376 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10377
10378 * ltmain.sh: Handle /bin/sh at start of install program.
10379
10380 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10381
10382 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10383 * missing: New file, from automake 1.2.
10384
10385Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10386
10387 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10388 check-tk to CHECK_X11_MODULES.
10389
10390Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10391
10392 * config.sub: Merge with FSF.
10393
10394Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10395
10396 * config.guess: Merge with FSF.
10397
10398Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10399
10400 * configure: Treat msdosdjgpp like go32.
10401 * configure.in: Likewise. Don't remove gprof for go32.
10402
10403 * configure: Change Makefile.tem2 to Makefile.tm2.
10404
10405Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10406
10407 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10408
10409Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10410
10411 * install-sh (chmodcmd): Set to null if the DST directory already
10412 exists. Same as Nov 11th change.
10413
10414Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10415
35590697 10416 * configure (GDB_TK): Needs itcl and tix.
252b5132
RH
10417
10418Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10419
10420 * config.guess: Update from FSF.
10421
10422Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10423
10424 * Makefile.in (GDB_TK): Depend on itcl and tix.
10425
10426Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10427
10428 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10429 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10430 (INSTALL_SCRIPT): New variable.
10431 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10432 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10433 to -x.
10434 * install-sh: Add support for -x option.
10435
10436Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10437
10438 * configure.in, Makefile.in: Treat tix like itcl.
10439
10440Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10441
10442 * Makefile.in (WINDRES): New variable.
10443 (WINDRES_FOR_TARGET): New variable.
10444 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10445 (EXTRA_HOST_FLAGS): Add WINDRES.
10446 (EXTRA_TARGET_FLAGS): Add WINDRES.
10447 (EXTRA_GCC_FLAGS): Add WINDRES.
10448 ($(DO_X)): Pass down WINDRES.
10449 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10450 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10451 DLLTOOL_FOR_TARGET.
10452
10453Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10454
10455 * configure.in: configure sim before gdb for win32-x-ppc
10456
10457Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10458
10459 Move gperf into the toplevel, from libg++.
10460 * configure.in (target_tools): Add target-gperf.
10461 (native_only): Add target-gperf.
10462 * Makefile.in (all-target-gperf): New target, depend on
10463 all-target-libg++.
10464 (configure-target-gperf): Empty rule.
10465 (ALL_TARGET_MODULES): Add all-target-gperf.
10466 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10467 (CHECK_TARGET_MODULES): Add check-target-gperf.
10468 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10469 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10470
10471Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
35590697 10472
252b5132
RH
10473 * config.sub (mn10200): Recognize new basic machine.
10474
10475Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10476
10477 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10478 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10479
10480Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10481
10482 * configure.in: If we're building mips-sgi-irix6* native, turn on
10483 ENABLE_MULTILIB and set TARGET_SUBDIR.
10484
10485Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10486
10487 * Makefile.in (all-sn): Depend on all-grep.
10488
10489Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10490
10491 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10492
10493 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10494 Makefile. From Jeff Makey <jeff@cts.com>.
10495 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10496
10497 * Makefile.in (DISTBISONFILES): Remove.
10498 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10499 $(DEFAULT_YACC).
10500
10501 * configure.in: Build itl, db, sn, etc., when building for native
35590697 10502 cygwin32.
252b5132
RH
10503
10504 * Makefile.in (LD): New variable.
10505 (EXTRA_HOST_FLAGS): Pass down LD.
10506 ($(DO_X)): Likewise.
10507
10508Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10509
10510 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10511
10512Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10513
10514 * configure.in (targargs): Strip out any supplied --build argument
35590697 10515 before adding our own. Always add --build.
252b5132
RH
10516
10517Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10518
10519 * configure.in (targargs): Pass --build if we're doing
10520 a cross-compile.
10521
10522Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10523
ba73c63f 10524 * configure: Use '|' instead of ":" as the separator in
252b5132
RH
10525 sed. Otherwise sed chokes on NT path names with drive
10526 designators. Also look for "?:*" as the leading characters in an
10527 absolute pathname.
10528
10529Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10530
10531 * config.sub: Support for r3900.
10532
10533Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10534
10535 * configure.in: Use install-sh, not install.sh.
10536
10537Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10538
10539 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10540 apply it twice.
10541
10542Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10543
10544 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10545 install-binutils.
10546
10547Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10548
10549 * Makefile.in: Add automake targets.
10550 * configure.in (host_tools): Add automake.
10551
10552Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10553
10554 * configure: Default CXX to c++, not gcc.
10555 * Makefile.in (CXX): Set to c++, not gcc.
10556 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10557
10558Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10559
10560 * install-sh: try appending a .exe if source file doesn't
10561 exist
10562
10563Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10564
10565 * configure.in: Turn on multilib by default.
10566 (cross_only): Remove target-libiberty.
10567
10568 * Makefile.in (all-gcc): Don't depend on libiberty.
10569
10570Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10571
10572 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10573
10574Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10575
10576 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10577 (DISTBISONFILES): Add ld/Makefile.in
10578
10579Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10580
10581 * configure.in: if target is cygwin32 but host isn't cygwin32,
10582 don't configure gdb tcl tk expect, not just gdb.
10583
10584Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10585
10586 * configure.in: Added gnuserv everywhere sn appears.
10587
10588 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10589 (CROSS_CHECK_MODULES): Added check-gnuserv.
10590 (INSTALL_MODULES): Added install-gnuserv.
10591 (CLEAN_MODULES): Added clean-gnuserv.
10592 (all-gnuserv): New target.
10593
10594Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10595
10596 * config.guess: Fixes for MIPS OpenBSD systems.
10597
10598Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10599
10600 * Makefile.in (INSTALL_XFORM): Remove.
10601 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10602
10603 * mkinstalldirs: New file, copied from automake.
10604 * Makefile.in (installdirs): Rename from install-dirs. Use
10605 mkinstalldirs. Change all users.
10606 (DEVO_SUPPORT): Add mkinstalldirs.
10607
10608Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10609
10610 * install-sh: Rename from install.sh.
10611 * Makefile.in (INSTALL): Change install.sh to install-sh.
10612 (DEVO_SUPPORT): Likewise.
10613
10614 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10615 Graichen <graichen@rzpd.de>.
10616
10617Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10618
10619 * config.guess: Recognize OpenBSD systems correctly.
10620
10621Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10622
10623 * README, Makefile.in (ETC_SUPPORT): Remove references to
10624 cfg-paper*, configure.{texi,man,info*}._
10625
10626Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10627
10628 * Makefile.in (all.normal): Ensure that gcc is built after all
10629 the x11 - ie gdb - targets.
10630
10631Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10632
10633 * makefile.vms: Don't run conf-a-gas.
10634
10635Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10636
80413487 10637 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
252b5132
RH
10638
10639Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10640
10641 * configure.in: Remove noconfigdirs case since gdb also
10642 configures and builds for tic80-coff.
10643
10644Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10645
10646 * configure: Set cache_file to config.cache.
10647 * Makefile.in (local-distclean): Remove config.cache.
10648
10649Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10650
10651 * COPYING: Update FSF address.
10652
10653Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10654
10655 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10656 noconfigdirs.
10657
10658Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10659
10660 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10661 MAKEDIRS, is empty.
10662
10663Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10664
10665 * config.sub: Tweak mn10300 entry.
10666
10667Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10668
10669 * configure.in (host_tools): Put sim before gdb, so gdb's
10670 configure.tgt can determine if the simulator was configured.
10671
10672Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10673
10674 * config.sub: Move BeOS $os case to be with other Cygnus
10675 local cases.
10676
10677Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10678
10679 * config.sub: Remove misplaced comment that broke Linux.
10680
10681Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10682
10683 * config.sub: Add BeOS support.
10684
10685Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10686
10687 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10688
10689Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10690
10691 * configure.in (noconfigdirs): Remove tcl and tk from
10692 noconfigdirs for cygwin32 builds.
10693
10694Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10695
10696 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10697
10698Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10699
10700 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10701 make-all.com, use makefile.vms instead.
10702
10703Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10704
10705 * config.sub: Accept -lnews*.
10706
10707Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10708
10709 * configure.in (noconfigdirs): Disable target-newlib,
35590697 10710 target-examples and target-libiberty for d30v.
252b5132
RH
10711
10712Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10713
10714 * configure.in (noconfigdirs): Enable ld for d30v.
10715
10716Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10717
10718 * configure.in (tic80-*-*): Build compiler.
10719
10720Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10721
10722 * configure.in (d30v-*): Remove sim directory from list of
35590697 10723 unsupported d30v directories
252b5132
RH
10724
10725Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10726
35590697
AJ
10727 * config.sub, configure.in: Add d30v target cpu.
10728
252b5132
RH
10729Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10730
10731 * makefile.vms: New file.
10732 * make-all.com: Remove.
10733
10734Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10735
10736 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10737
10738Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10739
10740 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10741
10742Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10743
10744 * Makefile.in (ALL_MODULES): Added all-db.
10745 (CROSS_CHECK_MODULES): Addec check-db.
10746 (INSTALL_MODULES): Added install-db.
10747 (CLEAN_MODULES): Added clean-db.
10748
10749Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10750
10751 * config.guess: Merge with latest FSF sources.
10752
10753Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10754
10755 * Makefile.in (ALL_MODULES): Added all-itcl.
10756 (CROSS_CHECK_MODULES): Added check-itcl.
10757 (INSTALL_MODULES): Added install-itcl.
10758 (CLEAN_MODULES): Added clean-itcl.
10759
10760Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10761
10762 * configure.in: build gdb for mn10200
10763
10764Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10765
10766 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10767
10768Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10769
10770 * configure.in (tic80-*-*): Turn off most targets right now.
10771
10772Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10773
10774 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10775 rather than the makeinfo program.
10776 (do-info): Depend upon all-texinfo.
10777
10778Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10779
10780 * configure.in: Remove uses of config/mh-linux.
10781
10782 * config.sub, config.guess: Merge with latest FSF sources.
10783
10784Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10785
10786 * config.sub (case $basic_machine): Add tic80 entries.
10787
10788Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10789
10790 * config.sub, config.guess: Merge with latest FSF sources.
10791
10792Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10793
10794 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10795 * mpw-config.in: Test for NewFolderRecursive.
10796 * mpw-install: Use symbolic name for startup filename.
10797 * mpw-README: Add various additional details.
10798
10799Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10800
10801 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10802
10803Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10804
10805 * configure.in: Do build gcc and the target libraries for
10806 the mn10200.
10807
10808Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10809
10810 * configure.in: don't avoid building gdb for mn10300 any more
10811 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10812 instead of single-quoting it.
10813
10814Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10815
10816 * configure.in: Don't use --with-stabs on IRIX 6.
10817
10818Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10819
10820 * configure.in (m32r): Build gdb, libg++ now.
10821
10822Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10823
10824 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10825 directories from noconfigdirs.
10826
10827Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10828
10829 * config.sub (basic_machine): added mips16 configuration
10830
10831Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10832
10833 * config.sub: Handle d10v-unknown.
10834
10835Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10836
10837 * config.sub: Handle v850-unknown.
10838
10839Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10840
10841 * Makefile.in: add findutils
10842 * configure.in: add findutils to list of host_tools
10843
10844Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10845
10846 * config.sub: Handle mn10200 and mn10300.
10847
10848Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10849
10850 * configure.in (d10v-*): Do not build librx.
10851
10852Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10853
10854 * configure.in (mn10300): Build everything except gdb & libgloss.
10855
10856Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10857
10858 * config.guess: Patch for Dansk Data Elektronik servers,
10859 from Niels Skou Olsen <nso@dde.dk>.
10860
10861 For ncr, use /bin/uname rather than uname, since GNU uname does not
10862 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10863
10864 Patch for MIPS R4000 running System V,
10865 from Eric S. Raymond <esr@snark.thyrsus.com>.
10866
10867 Fix thinko for nextstep.
10868
10869 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10870
10871 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10872 * config.guess: Guess mips-dec-mach_bsd4.3.
10873
10874 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10875 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10876 release numbers.
10877 * config.guess (mips-mips-riscos*): Emit just enough of the
10878 release number.
10879
10880 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10881 * config.guess (sparc-auspex-sunos*): Added.
10882 (f300-fujitsu-*): Added.
10883
10884 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10885 * config.guess: Recognize a Tadpole as a sparc.
10886
10887Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10888
10889 * config.guess: Don't assume that NextStep version is either 2 or
10890 3. NextStep 4 (aka OpenStep 4) has come out now.
10891
10892Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10893
10894 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10895 From Rik Faith <faith@cs.unc.edu>.
10896
10897Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10898
10899 * config.sub: Contributions from bug-gnu-utils to:
10900 Support plain "hppa" (no version given) architecture, reported by
10901 OpenStep.
10902 OpenBSD like NetBSD.
10903 LynxOs is not a hardware supplier.
10904
10905 * config.guess: Contributions from bug-gnu-utils to add support for:
35590697 10906 OpenBSD like NetBSD.
252b5132
RH
10907 Stratus systems.
10908 More Pyramid systems.
10909 i[n>4]86 Intel chips.
10910 M680[n>4]0 Motorola chips.
10911 Use unknown instead of lynx for hardware manufacturer.
10912
10913Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10914
10915 * install.sh (chmodcmd): Set to null if the DST directory already
10916 exists.
10917
10918Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10919
10920 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10921 not use mt-ppc target Makefile fragment any more.
10922
10923Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10924
10925 * configure.in (*-*-windows): Exclude everything but those dirs
10926 needed to build windows.
10927
10928Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10929
10930 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10931
10932Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10933
10934 * configure.in: Exclude mmalloc from i386-windows.
252b5132
RH
10935
10936Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10937
10938 * Undo my previous change.
10939
10940Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10941
10942 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10943 unconditionally.
10944 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10945
10946Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10947
10948 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10949 host to add it's own flags.
252b5132
RH
10950
10951Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10952
10953 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10954
10955Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10956
10957 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10958 (CXX_FOR_TARGET): Likewise.
10959 (GCC_FOR_TARGET): Define.
10960 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10961 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10962 CC_FOR_TARGET was specified on the command line.
10963 (MAKEOVERRIDES): Don't define.
10964
10965Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10966
10967 * configure.in (m32r): Fix spelling of libg++ libs.
10968
10969Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10970
10971 * config.sub (-apple*): Remove, now redundant.
10972
10973Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10974
10975 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10976
10977 * configure: Rework yesterday's sed script patch.
10978
10979 * config.sub: Merge with FSF.
10980
10981Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10982
10983 * config.guess: Merge from FSF.
10984
10985 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
80413487
RH
10986 * config.guess: Use pc instead of unknown, for pc clone systems.
10987 Change linux to linux-gnu.
252b5132
RH
10988
10989 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
80413487 10990 * config.guess: Avoid non-portable tr syntax.
252b5132
RH
10991
10992Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10993
10994 * test-build.mk (HOLES): Add "xargs" for gdb.
10995
10996 * configure: Avoid hpux10.20 sed bug.
10997
10998Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10999
4bddf3ad 11000 * configure.in: Add support for windows host
252b5132
RH
11001 (that is a build done under the Microsoft build environment).
11002
11003Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
11004
11005 * Makefile.in: Replace all uses of srcroot with s, to shrink
11006 command line lengths.
11007
11008 Patches from Geoffrey Noer <noer@cygnus.com>:
11009 * configure.in: If configuring for newlib, pass --with-newlib to
11010 subdirectories.
11011 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
11012 -Bnewlib/ and -Lwinsup to gcc.
11013 (CXX_FOR_TARGET): Likewise.
11014
11015Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
11016
11017 * Makefile.in (ETC_SUPPORT): Add configure.
11018
11019Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
11020
35590697 11021 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
252b5132
RH
11022 host configuration file.
11023
11024Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
11025
11026 * configure.in: Break mn10x00 support into separate
11027 mn10200 and mn10300 configurations.
11028 * config.sub: Likewise.
11029
11030Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
11031
11032 * configure.in: Add lots of stuff to noconfigdirs for
11033 the mn10x00 targets.
11034
11035 * config.sub, configure.in: Add mn10x00 support.
11036
11037Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
11038
11039 * make-all.com: Call conf-a-gas, not config-a-gas.
11040
11041Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
11042
11043 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
35590697 11044 targets.
252b5132
RH
11045
11046Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
11047
11048 * mpw-README: Add much more detail for native PowerMac.
11049 * mpw-install: New file.
11050 * mpw-configure: Add --norecursion and --help options.
11051 * mpw-config.in: Translate readme and install files when
11052 copying to objdir.
11053 * mpw-build.in: Don't always depend on byacc and flex.
11054 (install-only-top): New action.
11055
11056Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
11057
11058 * configure.in: You can now configure GDB for the v850.
11059
11060Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
11061
11062 * configure.in (noconfigdirs): Don't configure any C++ dirs
11063 if targeting D10V.
11064
11065Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
11066
11067 * config.sub: Recognize mips64vr5000.
11068
11069Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
11070
11071 * configure.in: Use a single line for host_tools and native_only.
11072
11073Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
11074
11075 * config.sub, configure.in: Add entries for m32r.
11076
11077Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
11078
11079 * Makefile.in (inet-install): Don't run install-gzip.
11080
11081Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
11082
11083 * configure.in: Don't config lots of things for *-*-windows*.
11084
11085Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
11086
11087 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
11088 (host_libs, host_tools): Copy from configure.in.
11089 * mpw-configure: Don't complain about directories not found.
11090
11091Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11092
11093 * configure.in (i[345]86): Recognize i686 for pentium pro.
11094 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
11095 file.
11096
11097 * config.guess (i[345]86): Ditto.
11098
11099Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11100
11101 * configure.in (noconfigdirs): Removed gdb for D10V.
11102
11103Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
11104
11105 * configure.in: Remove ld, target-libio, target-libg++, and
11106 target-libstdc++ from noconfigdirs.
11107
11108Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
11109
11110 * configure: Fix three locations where shell scripts were
11111 being run directly rather than with config_shell.
11112
11113Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
11114
11115 * configure.in (v850-*-*): Set up initial $noconfigdirs.
11116 * config.sub (basic_machine): Recognize v850.
11117
11118Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
11119
11120 * mpw-configure: Handle multiple enable/disable options and
11121 pass them down recursively, handle -c and -s flags appropriately
11122 depending on choice of compiler, add escape mechanism for
11123 quoted arguments to gC.
11124
11125Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11126
11127 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
11128 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
11129 so that -mrelocatable-lib and -mno-eabi are used.
11130
11131 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
11132 not support --print-multi-lib, don't abort.
11133
252b5132
RH
11134Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
11135
11136 * make-all.com: Run config-a-gas.
11137 * setup.com: Don't copy subdirectory files around.
11138
11139Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
11140
11141 * configure.in (*-*-ose): Remove exclusion of libgloss for this
11142 target, it now compiles correctly.
11143
11144Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
11145
11146 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
11147
11148Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11149
35590697 11150 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
252b5132
RH
11151
11152Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11153
11154 * configure.in (native_only): Add prms.
11155
11156Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
11157
11158 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
11159 (BINUTILS_SUPPORT_DIRS): Likewise.
11160
11161Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11162
11163 * configure.in (d10v-*-*): Don't configure ld or gdb until the
11164 d10v support is added.
11165
11166Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
11167
11168 * configure.in (d10v-*-*): New target.
11169
11170Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
11171
11172 * config.guess (HP 9000/811): Recognize this as a PA1.1
11173 machine.
11174
11175Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
11176
11177 * Makefile.in (do-tar-gz): New target, split out from tail end of
11178 taz target. Run each command separately, don't use pipes.
11179 (taz): Use it.
11180
11181Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
11182
11183 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
11184 * mpw-build.in: No builds should depend on building byacc or flex,
11185 they are assumed to be installed already.
11186
11187Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11188
11189 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
11190 variable that CC_FOR_TARGET needs.
11191
11192Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11193
11194 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
11195 options have changed since the last time the subdirectory was
11196 configured, and if it has, reconfigure.
11197 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
11198 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
11199
11200Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
11201
11202 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
11203 CLEAN_MODULES): Add bash.
11204 (all-bash): New target.
11205
11206Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
11207
11208 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
11209
11210Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11211
11212 * config.sub (basic_machine): Recognize d10v as a valid processor.
11213
11214Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
11215
11216 * mpw-configure: Add support for --bindir.
11217 * mpw-build.in: Use a GCC-specific build script for GCC actions.
11218
11219Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
11220
11221 * configure.in: add bash, time, gawk to list of hosttools and things
11222 to only build for native toolchains
11223
11224Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11225
11226 * Makefile.in (docdir): Remove.
11227
11228Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
11229
11230 * Makefile.in (datadir): Set to $(prefix)/share.
11231
11232Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
11233
11234 * configure.in: build diff and patch for cygwin32-hosted
11235 toolchains.
11236
11237Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
11238
11239 * config.sub: Accept -rtems*.
11240
11241Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
11242
80413487 11243 * configure.in: enable dosrel for cygwin32-hosted builds,
80b200a1
ZW
11244 remove diff from the list of things not buildable
11245 via Canadian Cross
252b5132
RH
11246
11247Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
11248
11249 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
35590697 11250 don't get ". ".
252b5132
RH
11251
11252Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
11253
11254 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
11255
11256Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
11257
11258 * Makefile.in (taz): Handle case where tex3patch didn't even get
11259 checked out. Also, if it was found, put the symlink in a new util
11260 subdirectory.
11261
11262Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11263
11264 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
11265
11266Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
11267
11268 * config.sub: Recognize -openvms.
11269 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
11270 * make-all.com, setup.com: New files.
11271
11272Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11273
11274 * Makefile.in (taz): tex3patch moved to texinfo/util.
11275
11276Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
11277
afb8d725 11278 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
252b5132
RH
11279 * configure.in: remove make from disable-if-Can-Cross list
11280 enable gdb if ${host} and ${target} are cygwin32
11281
11282Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
11283
11284 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
11285 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
11286
11287Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11288
11289 * config.guess: Combine mips-mips-riscos cases, and use cpp to
11290 distinguish sysv/svr4/bsd variants.
11291 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
11292
11293Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
11294
11295 * configure.in: Added copyright notice.
11296 * move-if-change: Added copyright notice.
11297
11298Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11299
11300 * configure.in (powerpcle-*-solaris*): Until we get shared
11301 libraries working, don't build gdb, sim, make, tcl, tk, or
11302 expect.
11303
11304Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
11305
11306 * config.guess: Merge with FSF:
11307
11308 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
11309 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
11310
11311 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
11312 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
11313
11314 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
11315 * config.guess: Combine two OSF1 rules.
11316 Also recognize field test versions. From mjr@zk3.dec.com.
11317 * config.guess (dgux): Use /usr/bin/uname rather than uname,
11318 because GNU uname does not support -p. From pmr@pajato.com.
11319
11320Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
11321
11322 * Makefile.in (MAKEDIRS): Removed $(tooldir).
11323
11324Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
11325
11326 * mpw-README: Document GCCIncludes.
11327
11328Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
11329
11330 * configure.in (alpha-*-linux*): Set enable_shared to yes.
11331
11332Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
11333
11334 * mpw-configure: Handle --enable-FOO and --disable-FOO.
11335
11336Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
11337
11338 * configure.in (*-*-cygwin32): Configure make.
11339
11340Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
11341
11342 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
11343
11344Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
11345
11346 * Makefile.in (all-inet): Depend on all-perl.
11347
11348 * Makefile.in (inet-install): New target.
11349
11350 * Makefile.in (all-inet): Depend on all-tcl.
11351 (all-inet): Depend on all-send-pr.
11352
11353Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11354
11355 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
11356 temporarily.
11357
11358Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11359
11360 * configure.in: Don't configure --with-gnu-ld on AIX.
11361
11362Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11363
11364 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11365
11366Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11367
11368 * Makefile.in (ALL_MODULES): Added all-inet.
11369 (CROSS_CHECK_MODULES): Added check-inet.
11370 (INSTALL_MODULES): Added install-inet.
11371 (CLEAN_MODULES): Added clean-inet.
11372 (all-indent): New target.
11373
11374 * configure.in (host_tools): Added inet.
11375 (native_only): Added inet.
11376 (noconfigdirs): Added inet.
11377
11378Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11379
11380 * configure.in: Don't configure libgloss if we are not configuring
11381 newlib.
11382
11383Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11384
11385 * configure.in: Don't configure libgloss for unsupported
11386 architectures.
11387
11388Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11389
11390 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11391
11392Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11393
11394 * Makefile.in (ALL_MODULES): Include all-apache.
11395 (CROSS_CHECK_MODULES): Include check-apache.
11396 (INSTALL_MODULES): Include install-apache.
11397 (all-apache): New target.
11398
11399 * configure.in: Added apache everywhere perl is seen.
11400
11401Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11402
11403 * Makefile.in: Add support for clean-{module} and
11404 clean-target-{module} rules.
11405
11406Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11407
11408 * configure.in (*-*-ose) do not build libgloss.
11409
11410Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11411
11412 * config.guess (prep*:SunOS:5.*:*): Turn into
11413 powerpele-unknown-solaris2.
11414
11415Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11416
11417 * configure.in: Permit --enable-shared to specify a list of
11418 directories.
11419
11420Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11421
11422 * configure.in (host==solaris): Pass only the first word of $CC
11423 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11424
11425Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11426
11427 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11428
11429Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11430
11431 * Makefile.in (ALL_MODULES): Include all-perl.
11432 (CROSS_CHECK_MODULES): Include check-perl.
11433 (INSTALL_MODULES): Include install-perl.
11434 (ALL_X11_MODULES): Include all-guile.
11435 (CHECK_X11_MODULES): Include check-guile.
11436 (INSTALL_X11_MODULES): Include install-guile.
11437 (all-perl): New target.
11438 (all-guile): New target.
11439
11440 * configure.in (host_tools): Include perl and guile.
11441 (native_only): Include perl and guile.
11442 (noconfigdirs): Don't build guile and perl; no ports have been
11443 done.
11444
11445Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11446
80413487
RH
11447 * configure (--enable-*): Handle quoted option lists such as
11448 --enable-sim-cflags='-g0 -O' better.
252b5132
RH
11449
11450Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11451
11452 * Makefile.in ({,inst}all-target): New rule so we can make and
11453 install all of the target directories easily.
11454
11455Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11456
11457 * configure.in: Add missing global flag in sed substitution when
11458 deleting `target-' from ${configdirs}.
11459
11460Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11461
11462 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11463 option.
11464
11465 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11466 config/mh-necv4.
11467
11468 * install.sh: Correct misspelling of transformbasename.
11469
11470 * config.guess: Recognize mips-*-sysv*.
11471
11472Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11473
11474 * config.sub: Recognize mon960.
11475
11476Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11477
11478 * configure: Restore Canadian Cross handling of BISON and LEX,
11479 removed in Feb 20 change.
11480
11481Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11482
11483 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11484 Mention make install. Remove the old copyright date as well the
11485 clumsy and rather pointless copyright on the README file.
11486
11487Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11488
11489 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11490 Makefile after running symlink-tree, then run `make distclean' to
11491 avoid clobbering any generated files in srcdir.
11492
11493Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11494
11495 * configure.in (m68k-*-netbsd*): Build everything now.
11496
11497Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11498
11499 * Makefile.in (taz): Fix quoting.
11500
11501Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11502
11503 * configure.in (sparclet-*-*): Build everything now.
11504
11505Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11506
11507 * configure.in (m68k-*-linux*): New host.
11508
11509Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11510
11511 * configure: Check for bison before byacc.
11512
11513Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11514
11515 * Makefile.in configure: Change the way LEX and BISON/YACC are
11516 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11517 searching PATH. These are used as fallbacks by Makefile.in if
11518 flex/bison/byacc aren't in objdir.
11519
11520Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11521
11522 * Makefile.in: Make everything which depends upon all-bfd also
11523 depend upon all-opcodes, in case --with-commonbfdlib is used.
11524
11525Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11526
11527 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11528 building NT native compilers on Unix.
11529
11530Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11531
11532 * configure.in: Don't get CC from the host Makefile fragment if we
11533 can find gcc in PATH, or if this is a Canadian Cross. Move the
11534 Solaris test for /usr/ucb/cc to the post target script, just after
11535 the compiler sanity test.
11536
11537Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11538
11539 * config.sub: Merge with FSF.
11540
11541Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11542
11543 * Makefile.in (RPATH_ENVVAR): New variable.
11544 (REALLY_SET_LIB_PATH): Use it.
11545 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11546
11547Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11548
11549 * config.sub, configure.in: Recognize sparclet cpu.
11550
11551Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11552
11553 * config.guess: Support m68k-cbm-sysv4.
11554
11555Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11556
11557 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11558 m68k-unknown-linuxaout from linker help string. Put quotes around
11559 $ld_help_string.
11560
11561Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11562
11563 * config.guess (powerpc-harris-powerunix): Add guess for port
11564 to new target.
11565
11566Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11567
11568 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11569
11570Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11571
11572 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11573 $(REALLY_SET_LIB_PATH) in Makefile.
11574 * Makefile.in (SET_LIB_PATH): New variable.
11575 (REALLY_SET_LIB_PATH): New variable.
11576 ($(DO_X)): Use $(SET_LIB_PATH).
11577 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11578 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11579 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11580 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11581 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11582 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11583 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11584 (install-dosrel): Likewise.
11585 (all-opcodes): Depend upon all-libiberty.
11586
11587Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11588
11589 * config.guess (*:CYGWIN*): New
11590
11591Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11592
11593 * Makefile.in (all-target-winsup): All all-target-libiberty.
11594
11595Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11596
11597 * configure.in (noconfigdirs): Add missing # in front of comment.
11598
11599Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11600
11601 * configure.in: add second pass to things added to noconfigdirs
11602 so *-gm-magic can exclude libgloss properly.
11603
11604Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11605
11606 * mpw-configure (extralibs_name, rez_name): Set correctly
11607 for MWC68K compiler.
11608
11609 * mpw-README: Add more info on the necessary build tools.
11610
11611Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11612
11613 * configure.in, config.sub: Recognize cygwin32.
11614
11615Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11616
11617 * config.guess, config.sub: Recognize A/UX.
11618
11619Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11620
11621 * config.sub: Merge with gcc/config.sub.
11622
11623Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11624
11625 * mpw-build.in (do-binutils): Add build of stamps.
11626
11627Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11628
11629 * config.sub: Add recognition for mips64vr4100*-* targets.
11630
11631Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11632
11633 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11634 Add creation of gconfigargs with `--enable-shared' turned on.
11635 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11636 ($(host)-stamp-stage3-configured): Likewise.
11637 (HOLES): Add chatr and ldd.
11638 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11639
11640Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11641
11642 * configure: Pass --nfp to recursive configures.
11643
11644Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11645
11646 * Makefile.in (DLLTOOL): New.
11647 (DLLTOOL_FOR_TARGET): New.
11648 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11649 (EXTRA_TARGET_FLAGS): Ditto.
11650 (EXTRA_GCC_FLAGS): Ditto.
11651 (CONFIGURE_TARGET_MODULES): Ditto.
11652 (DO_X): Ditto.
11653 * configure: Add DLLTOOL.
11654
11655Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11656
11657 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11658 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11659 mh-sco, since old workarounds no longer needed, and don't
11660 build ld, since libraries have weak symbols in COFF.
11661
11662Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11663
11664 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11665
11666Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11667
11668 * configure.in: Make sure that ${CC} can be used to compile an
11669 executable.
11670
afb8d725
JM
11671Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11672
11673 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11674 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11675 nothing depending on whether gdbtk is being built.
11676
252b5132
RH
11677Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11678
11679 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11680
11681Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11682
11683 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11684 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11685
11686Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11687
11688 * config-ml.in: Add support for
11689 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11690 Simplify setting of multidirs from --disable-foo.
11691
11692Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11693
11694 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11695 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11696 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
35590697 11697 non-empty, pass them on to the GCC make.
252b5132
RH
11698 (all-bootstrap): New rule that is like all-gcc, except it executes
11699 the GCC bootstrap rule instead of the GCC all rule.
11700
11701Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11702
11703 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11704
11705Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11706
11707 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11708 DG/UX support.
11709
11710Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11711
11712 * config.sub (i*86*) Change [345] to [3456]
11713
11714Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11715
11716 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11717 --with-gnu-ld=no.
11718
11719Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11720
11721 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11722 AIX multilibs get built.
11723
11724Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11725
11726 * configure.in (i386-win32): Don't build expect if we're not
11727 building the tcl subdir.
11728
11729Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11730
11731 * Makefile.in: (configure-target-examples, all-target-examples):
11732 New targets, configure and build example programs.
11733
11734Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11735
11736 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11737 use it as input to sedit the generated MPW makefile.
11738 * mpw-README: Add a suggestion about Gestalt.h.
11739
11740Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11741
11742 * config.sub: Accept *-*-ieee*.
11743
11744Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11745
11746 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11747 Ronald F. Guilmette <rfg@monkeys.com>.
11748
11749Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11750
11751 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11752 for powerpc-pe native.
11753 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11754 (target==powerpc-pe): duplicate i386-win32 entry.
11755
11756Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11757
11758 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11759 of vxworks, not just vxworks5.1.
11760
11761Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11762
11763 * mpw-configure: Add support for exec-prefix.
11764
11765Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11766
11767 * config.guess: Recognize HP model 816 machines as having
11768 a PA1.1 processor.
11769
11770Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11771
11772 * configure: Ignore new autoconf configure options.
11773
252b5132
RH
11774Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11775
11776 * config.guess: Recognize Pentium under SCO.
11777 From Robert Lipe <robertl@arnet.com>.
11778
11779Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11780
11781 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
252b5132
RH
11782
11783Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11784
11785 * configure.in: Don't configure gas for alpha-dec-osf*.
11786
11787Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11788
11789 * configure.in: Default to --with-stabs for some targets for which
11790 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11791 i[345]86*-*-unixware*.
11792
11793Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11794
11795 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11796 rather than basing it on the target. Simplify handling of options
11797 controlling which directories to configure. Remove extraneous
11798 slash in multi-clean target.
11799
11800Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11801
11802 * config-ml.in: Prefix more variables with ml_ so they don't collide
11803 with configure's.
11804
11805Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11806
11807 * configure: Don't turn -v into --v.
11808
11809Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11810
11811 * configure.in (targargs): Fix typo.
11812
11813 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11814
11815Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11816
11817 * configure.in: Strip --host and --target options from
11818 CONFIG_ARGUMENTS, and always configure for --host only. Add
11819 --with-cross-host option when building with a cross-compiler.
11820 * configure: Canonicalize the arguments put into config.status by
11821 always using `=' for an option with an argument. Pass a presumed
11822 --host or --target explicitly.
11823
11824Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11825
11826 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11827 into general OS recognition case.
11828
11829Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11830
11831 * configure.in (target_configdirs): add target-winsup only
11832 for win32 target systems.
11833
11834Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11835
11836 * Makefile.in (all-target-libgloss): Depend upon
11837 configure-target-newlib, since when libgloss is built it looks to
11838 see if the newlib directory exists.
11839
11840Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11841
11842 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11843 cfg-ml-*.in.
11844
11845Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11846
11847 * configure: Handle LD and LD_FOR_TARGET when configuring a
11848 Canadian Cross.
11849
252b5132
RH
11850Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11851
11852 * configure.in (target_libs): add target-winsup.
11853 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11854 (target==ppcle-pe): remove ld from $noconfigdirs.
11855
11856Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11857
11858 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11859 Preserve relative path names in $srcdir. Build symlink tree if
11860 configuring cross target dir and srcdir=. (= no VPATH support).
11861 (configure-target-libg++): Depend on configure-target-librx.
11862 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11863 * config-ml.in: New file.
11864 * symlink-tree: New file.
11865 * configure: Ensure srcdir="." if that's what it is.
11866
11867Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11868
11869 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11870 includes and FLEX_SKELETON setting.
11871 * mpw-configure (--with-gnu-ld): New option, controls whether
11872 to use PPCLink or ld with PowerMac GCC.
11873 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11874 * mpw-config.in: Configure grez if targeting Mac.
11875
11876 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
35590697
AJ
11877 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11878 just macos.
252b5132
RH
11879 * configure.in: Configure grez resource compiler if targeting Mac.
11880 * Makefile.in (all-grez, install-grez): New targets.
11881
11882Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11883
11884 * configure: CXX defaults to gcc, not g++. If we find
35590697 11885 gcc in the path, set CC to gcc -O2.
252b5132
RH
11886
11887Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11888
11889 * configure: Default ${build} correctly. Avoid picking up extra
11890 spaces when reading CC and CXX from Makefile. When doing a
11891 Canadian Cross, use plausible default values for numerous
11892 variables.
11893 * configure.in: When doing a Canadian Cross, don't try to
11894 configure tools whose configure script can't handle it.
11895
11896Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11897
11898 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11899
11900Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11901
11902 * configure: Remove dubious bug reporting address.
11903
11904Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11905
11906 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11907 configure script, run that instead of this directory's configure.
11908 In either case, print a message that we're configuring the sub-dir.
11909
11910Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11911
11912 * configure.in: Before checking for the existence of various files,
11913 use sed to filter out "target-".
11914
11915Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11916
11917 * Makefile.in (DO_X): Split rule to decrease command line length
11918 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11919 (Philippe De Muyter).
11920
11921Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11922
11923 * Makefile.in (all-patch): depend on all-libiberty.
11924
11925Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11926
11927 * configure.in: If the only directory in target_configdirs which
11928 actually exists is libiberty, then set target_configdirs to empty,
11929 to avoid trying to build a target libiberty in a gas or gdb
11930 distribution.
11931
11932Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11933
11934 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
35590697
AJ
11935 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11936 systems.
252b5132
RH
11937
11938Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11939
11940 * configure.in (copy_dirs): Use sys-include instead of include
11941 for --with-headers option.
11942
11943Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11944
11945 * Makefile.in, configure.in: Make winsup builds work with
11946 new scheme.
11947
11948Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11949
11950 * configure.in: Build the linker on AIX.
11951
11952Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11953
11954 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11955 where needed.
11956
11957Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11958
11959 * Makefile.in (all-gcc): Fix typo.
11960
11961Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11962
11963 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11964
11965Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11966
11967 * configure.in: Rename libFOO to target-libFOO, and xiberty
11968 to target-xiberty, to provide more flexibility.
11969 (target_subdir): Define. Create if cross.
11970 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11971 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11972 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11973 check-libFOO -> check-target-libFOO, etc.
11974 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11975 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11976 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11977 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11978 allow ALL_GCC="" to only configure.
11979 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11980 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11981 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11982
11983Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11984
11985 * Makefile.in (taz): Build "info" in etc explicitly.
11986
11987Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11988
11989 * configure.in: Make sure that CC is undefined (as opposed to
11990 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11991 problem with autoconf trying to configure on a host without GCC.
11992
11993Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11994
11995 * mpw-configure: Set host alias from choice of host compiler,
11996 only use generic MPW Makefile sed if present, edit a file
11997 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11998 * mpw-README: Add problem notes about CW6 and CW7.
11999
12000Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
12001
12002 * Makefile.in (taz): Use ";" instead of ";;".
12003
12004Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12005
12006 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
12007 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
12008 DISTDOCDIRS.
12009 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
12010 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
12011
12012Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
12013
12014 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
12015 and gnats, because they are now subsumed by DISTSTUFFDIRS.
12016 Move bfd to DISTSTUFFDIRS.
12017
12018Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12019
12020 * Makefile.in (X11_LIB): Removed.
12021 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
12022
12023 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
12024
12025Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12026
12027 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
12028 names.
12029
12030Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12031
12032 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
12033
12034Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
12035
12036 * configure.in (i[345]86-*-win32): Always build newlib.
12037 Don't configure cvs, autoconf or texinfo.
12038 * Makefile.in (LD_FOR_TARGET): New.
12039 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
12040 Pass down LD_FOR_TARGET.
12041
12042Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
12043
12044 * winsup: New directory.
12045 * Makefile.in: Build winsup.
12046 * configure.in: Winsup is configured when target is win32.
12047 Can only build win32 target GDB when native.
35590697 12048
252b5132
RH
12049Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
12050
12051 * config.guess: Recognize HP model 819 machines as having
12052 a PA 1.1 processor.
12053
12054Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
12055
12056 * configure: Fix sed loop which substitutes for CC and CXX to
12057 avoid bug found in various sed implementations.
12058
12059Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12060
12061 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
12062 simulator. Use standard powerpc-*-eabi*.
12063
12064Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
12065
12066 * configure.in: Stop putting gas and binutils in noconfigdirs for
12067 powerpc-*-aix* and rs6000-*-*.
12068
12069Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
12070
12071 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
12072 -mcall-aixdesc libraries.
12073
12074Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
12075
12076 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12077
12078 * config.sub (arm | armel | armeb): Fix shell syntax.
12079
12080Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12081
12082 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
12083 -msoft-float and -mcpu=common support.
12084 (powerpc*-*-eabisim*): Add support for building -mcall-aix
12085 libraries.
12086
12087Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12088
12089 * configure.in: Allow configuration and build of emacs19 for the alpha.
12090
12091Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12092
12093 * configure.in (CC): Get ^CC, not just any old CC, from
12094 ${host_makefile_frag}.
12095
12096Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12097
35590697 12098 * configure.in (CC): Try to get CC from
252b5132
RH
12099 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
12100
12101Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12102
12103 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
12104 only if it exists in $(srcdir).
12105
12106Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
12107
12108 * configure: If CC and CXX are not set in the environment, set
12109 them, based on either an existing Makefile or on searching for gcc
12110 in PATH. Substitute for CC and CXX in Makefile.
12111 * configure.in: Remove libm from target_libs. Separate
12112 target_configdirs from configdirs. If CC is not set in
12113 environment, try to get it from a host Makefile fragment. Rewrite
12114 changes of configdirs to use skipdirs instead. A few minor
12115 tweaks. Take directories out of target_configdirs as they are
12116 taken out of configdirs. Remove existing Makefile files from
12117 subdirectories. Substitute for TARGET_CONFIGDIRS and
12118 CONFIG_ARGUMENTS in Makefile.
12119 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
12120 by configure.in.
12121 (CONFIG_ARGUMENTS): Likewise.
12122 (CONFIGURE_TARGET_MODULES): New variable.
12123 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
12124 ($(CONFIGURE_TARGET_MODULES)): New target.
12125 (configure-libg++, configure-libio): New targets.
12126 (all-libg++): Depend upon configure-libg++.
12127 (all-libio): Depend upon configure-libio.
12128 (configure-libgloss, all-libgloss): New targets.
12129 (configure-libstdc++): New target.
12130 (all-libstdc++): Depend upon configure-libstdc++.
12131 (configure-librx, all-librx): New targets.
12132 (configure-newlib): New target.
12133 (all-newlib): Depend upon configure-newlib
12134 (configure-xiberty): New target.
12135 (all-xiberty): Depend upon configure-xiberty.
12136
12137Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12138
12139 * configure.in (host i[345]86-*-win32): Expand the
12140 noconfigdirs again.
12141
12142Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
12143
12144 * mpw-configure: Fix sed command file name.
12145
12146Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
12147
35590697 12148 * configure.in (host i[345]86-*-win32): Reduce the
252b5132
RH
12149 noconfigdirs again.
12150
12151Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
12152
12153 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
12154 or powerpc*-*-pe*, since they are not yet supported.
12155
12156Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
12157
12158 Add PowerMac support and many other enhancements.
12159 * mpw-configure: New option --cc to select compiler to use,
12160 paste options set according to --cc into the generated
12161 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
12162 if mpw-make.sed is present.
12163 * mpw-config.in: Don't test for gC1, test for mpw-touch,
12164 add forward includes for PowerPC include files.
12165 * mpw-build.in: Build using Makefile.PPC if present.
12166 (do-byacc, etc): Remove separate version resource builds.
12167 (do-gas): Build "stamps" before "all".
12168 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
12169 * mpw-README: Update to reflect --cc option, PowerMac support,
12170 and recently-reported compatibility problems.
12171
12172Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
12173
12174 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
12175 embedded m68k systems (-aout, -coff, -elf, -vxworks).
12176 (--with-multilib-top): Pass to recursive invocations.
12177
12178Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
12179
12180 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
12181 v810-*-*.
12182
12183Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12184
12185 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
12186 gdb, ld and opcodes on v810-*-*.
12187
252b5132
RH
12188Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
12189
12190 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
12191 (local-maintainer-clean): New target.
12192 (maintainer-clean): New target.
12193 (realclean): Just depend upon maintainer-clean.
12194
12195Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12196
12197 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
12198
12199Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
12200
12201 * configure.in: Build ld in mips*-*-bsd* case.
12202
12203Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
12204
12205 * config.sub: Accept -lites* OS. From Ian Dall.
12206
12207Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
12208
12209 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
35590697 12210 targets.
252b5132
RH
12211
12212Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12213
12214 * configure.in: treat i386-win32 canadian cross the same as
12215 i386-go32 canadian cross.
12216
12217Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12218
12219 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
12220 running under the simulator to build a reduced set of libraries.
12221 (powerpc-*-eabiaix): Add fine grained multilib support added to
12222 other powerpc targets yesterday.
12223
12224Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12225
12226 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
12227 -disable-softfloat, -disable-relocatable, -disable-aix, and
12228 -disable-sysv to control which multilib libraries get built.
12229
12230Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12231
12232 * configure: Add Makefile.tem to list of files to remove in trap
12233 handler.
12234
12235Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
12236
12237 * config.guess (*Linux*): Add missing "exit"s.
12238 Also, need specific check for alpha-unknown-linux (uses COFF).
12239
12240Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
12241
12242 * config.guess: Merge with FSF:
12243
12244 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
12245 * config.guess (AIX4): More robust release numbering discovery.
12246
12247 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
12248 * config.guess (i386-sequent-ptx): Properly get version number.
12249
12250 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
12251 * config.guess (mips:*:4*:UMIPS): New case.
12252
12253Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
12254
12255 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
12256 (i386-win32 host): Likewise. Don't build readline.
12257
afb8d725
JM
12258Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
12259
12260 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
12261 SUPPORT_FILES to submakes.
12262
252b5132
RH
12263Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
12264
12265 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
12266 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
12267 mpw-configure.
12268
12269Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
12270
12271 * configure.in (appdirs): Use =, not ==, in test expression when
12272 trying to build the text to print in the warning message for
12273 Solaris users.
12274
12275Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
12276
12277 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
12278
12279Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12280
12281 * config.guess: Recognize lynx-2.3.
12282
12283Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
12284
12285 * config.sub (z8ksim): Deleted
12286 (z8k-*-coff): New, this is the one true name of the target.
12287
12288Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
12289
12290 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
12291
12292Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
12293
12294 * config.guess (*:Linux:*:*): First try asking the linker what the
12295 default object file format is (elf, aout, or coff). Then if this
12296 fails, try previous methods.
12297
12298Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12299
12300 * configure.in: Don't build newlib for *-*-vxworks5.1.
12301
12302Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
12303
12304 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
12305 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
12306
12307Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
12308
12309 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
12310
12311Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
12312
12313 * cfg-ml-com.in: New file.
12314 * cfg-ml-pos.in: New file.
12315
12316Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
12317
12318 * COPYING.NEWLIB: Add HP free copyright to list.
12319
12320Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
12321
12322 * config.sub: Recognize -eabi* for the system, not just -eabi.
12323
12324Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
12325
12326 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
12327 * config.sub, configure.in (win32): New target and host.
12328
12329Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
12330
12331 * configure.in: Add i386-pe configuration.
12332
12333Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
12334
12335 * mpw-build.in (install): Install GDB after LD.
12336
12337Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
12338
12339 * mpw-config.in (elf/mips.h): Always forward-include, needed
12340 for GDB to build.
12341
12342Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
12343
12344 * testsuite: New directory for customer acceptance and whole tool
12345 chain tests.
12346
12347Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12348
12349 * configure: If per-host line isn't found, but AC_OUTPUT is found
12350 and a configure script exists, run it instead.
12351
12352Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
12353
12354 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
12355
12356Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12357
12358 * configure: Set build_{cpu,vendor,os,alias} to host values when
12359 --build isn't specified.
12360
12361Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12362
12363 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12364 (FLAGS_TO_PASS): Pass them.
12365 (EXTRA_TARGET_FLAGS): Ditto.
12366
252b5132
RH
12367Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12368
12369 * Makefile.in (all-libg++): Depend on all-libstdc++.
12370
12371Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12372
12373 * configure.in (noconfigdirs): Enable all packages for
12374 i386-unknown-netbsd.
12375
12376Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12377
12378 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12379 hosted builds (DOS builds)
12380
12381Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12382
12383 Changes for ARM based on patches from Richard Earnshaw:
12384 * config.sub: Handle armeb and armel.
12385 * configure.in: Omit arm linker only for riscix.
12386
12387Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12388
12389 * config.guess: Update from FSF.
12390
12391Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12392
12393 * config.sub: Recognize powerpcle as the little endian varient of
12394 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12395 powerpcle variant. Convert pentium into i586, not i486. Add p5
12396 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12397 temporarily.
12398
12399Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12400
12401 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12402
12403Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12404
12405 * config.sub: Accept -lites* as a basic system type.
12406
12407Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12408
12409 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12410 installed, and if so return linuxoldld as the system name.
12411
12412Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12413
12414 * config.guess: Add hppa1.1-hp-lites support.
12415
12416Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12417
12418 * configure.in: Don't build newlib for m68k-vxworks5.1.
12419
12420Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12421
12422 * configure.in (mips-sgi-irix6): Use mh-irix5.
12423
12424Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12425
12426 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12427
12428Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12429
12430 * test-build.mk: Enable building of shared libraries on IRIX 5 and
80413487 12431 OSF/1. Fix compiler flags.
252b5132
RH
12432 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12433
12434Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12435
12436 * configure.in: Recognize --with-newlib.
12437 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12438
afb8d725
JM
12439Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12440
12441 * Makefile.in: move {all,check,install}-gdb from *_MODULES
12442 to *_X11_MODULES due to gdbtk needing X include files et al.
12443
252b5132
RH
12444Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12445
12446 Merge in support for Mac MPW as a host.
12447 (Old change descriptions retained for informational value.)
12448
12449 * mpw-config.in: Add generic include forwards for cpu-specific
12450 include files in aout and elf directories.
12451
12452 * mpw-configure: Added copyright.
12453 * mpw-config.in: Check for presence of required build tools.
12454 (target_libs): Add newlib.
12455 (target_tools): Add examples.
12456 (Read Me): Generate as "Read Me for MPW" instead.
12457 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12458 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12459 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12460
12461 * mpw-configure: Remove subdir-specific makefile hackery,
12462 delete mk.tmp after using it.
12463
12464 * mpw-build.in (all): Display start and end times.
12465
12466 * mpw-configure (host_canonical): Set.
12467 (target_cpu): Always add to makefiles.
12468 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12469 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12470 (mpw-mh-mpw): Look for in srcdir and srcroot.
12471 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12472
12473 * mpw-build.in: (install-only): New target.
12474
12475 * mpw-configure (host_alias, target_alias): Rename from hostalias
12476 and targetalias, add into generated Makefile.
12477 (mk.tmp): If present, add into generated Makefile.
12478 * mpw-build.in (all-gas): Build config.h first before gas proper.
12479
12480 * mpw-configure (config.status): Write only if changed.
12481 * mpw-config.in (readline): Configure it (not built, just used for
12482 definitions).
12483
12484 * mpw-config.in (elf/mips.h): Add a forward include.
12485
12486 * mpw-config.in: Forward-include most .h files in include into
12487 extra-include.
12488 (readline): Don't build.
12489 mpw-build.in (install): Install GDB.
12490
12491 * mpw-configure (prefix, mpw_prefix): Handle it.
12492 * mpw-config.in (mmalloc, readline): Don't configure.
12493 * mpw-build.in (thisscript): Rename to ThisScript.
12494 Use mpw-build instead of BuildProgram everywhere.
12495 (mmalloc, readline): Don't build.
12496 * mpw-README: New file, basic documentation about the MPW port.
12497
12498 * mpw-config.in: Use forward-include to create include files.
12499
12500 * mpw-configure: Add more things to the top of each configured
12501 Makefile, including contents of config/mpw-mh-mpw.
12502 * mpw-config.in (extra-include): Create this directory and fill it
12503 with Posix-like include files when configuring.
12504
12505 * config.sub (apple, mac, mpw): Add various aliases.
12506
12507 * mpw-build.in: New file, top-level build script fragment for MPW.
12508 * mpw-configure: New file, configure script for MPW.
12509 * mpw-config.in: New file, config fragment for MPW.
12510
12511Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12512
12513 * configure.in (host_libs): Remove glob, since it is gone from the
12514 sources.
12515
12516Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12517
12518 * Makefile.in: define empty GDB_NLM_DEPS var.
12519
12520 * configure.in(target_makefile_frag): use config/mt-netware
12521 for netware targets.
12522
12523Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12524
12525 * config.sub: Merge in recent FSF changes. Remove linux special
12526 cases.
12527
12528Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12529
4bddf3ad 12530 Revert this change:
252b5132
RH
12531
12532 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12533
12534 * build-all.mk: Use CC=cc -Xs on Solaris.
12535
252b5132
RH
12536Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12537
12538 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12539 stop using it.
12540 * Makefile.in: Nuke all references to glob subdirectory.
12541
12542Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12543
12544 * configure.in: Fix --enable-shared logic in per-host.
12545
12546Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12547
12548 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12549
12550Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12551
12552 * configure.in (noconfigdirs): Don't build gas on AIX, for
12553 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12554
12555Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12556
12557 * configure: Fix --cache-file to work if the file argument is a
12558 relative path.
12559
12560Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12561
12562 * configure: If the --cache-file is used, pass it down to
12563 configure in subdirectories.
12564
12565Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12566
12567 * config.sub: add vxworks29k configuration.
12568
12569Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12570
12571 * Makefile.in (taz): Do "diststuff" part quietly.
12572
12573Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12574
12575 * config.sub: Mini-merge with gcc/config.sub.
12576
12577Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12578
12579 * config.guess (IRIX): Sed - to _.
12580
12581Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12582
12583 * Makefile.in (source-vault, binary-vault): New targets.
12584
12585Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12586
12587 * config.sub: Recognize -eabi as a basic system type.
12588
12589Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12590
12591 * configure.in (enable_shared stuff): Fix typo.
12592
12593Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12594
12595 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12596
12597Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12598
12599 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12600
12601Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12602
12603 * configure.in (rs6000-*-*): Don't build gas.
12604
12605Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12606
12607 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12608 reduce command line length.
12609 (AS_FOR_TARGET): Check for as.new, not Makefile.
12610 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12611
12612Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12613
12614 * config.guess: Merge from FSF.
12615
12616Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12617
12618 * configure: Don't use $ when handling program_suffix.
12619
12620Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12621
12622 * configure.in: Configure tk for hppa/hpux.
12623
12624Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12625
12626 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12627
12628Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12629
12630 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12631 to LIBCXXFLAGS. Tests are better run without it.
12632
12633Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12634
12635 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12636
12637Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12638
12639 * configure.in (*-*-netware*): Don't configure xiberty.
12640
12641Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12642
12643 * configure.in: Remove tk from native_only list.
12644
12645Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12646
12647 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12648 for special NCD build.
12649
12650Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12651
12652 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12653 makeall.bat, they're only useful for binutils snapshots.
12654 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12655 makeall.bat to specified SUPPORT_FILES.
12656
12657Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12658
12659 * build-all.mk: Add Ericsson targets to sun4 and solaris
12660 hosts. Add BNR's sun4 target to solaris host, so their
12661 build-from-source will be tested in-house first.
12662
12663Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12664
12665 * Makefile.in (LIBCFLAGS): New variable.
12666 (CFLAGS_FOR_TARGET): Ditto.
12667 (LIBCFLAGS_FOR_TARGET): Ditto.
12668 (LIBCXXFLAGS): Ditto.
12669 (CXXFLAGS_FOR_TARGET): Ditto.
12670 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12671 (BASE_FLAGS_TO_PASS): Pass them.
12672 (EXTRA_TARGET_FLAGS): Ditto.
12673
4bddf3ad 12674 * configure.in: Support --enable-shared.
252b5132
RH
12675
12676Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12677
12678 * configure.in (target_libs): Include libstdc++ again.
12679 * config.guess: Update from FSF (for FreeBSD).
12680
12681Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12682
12683 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12684 makeall.bat.
12685 (DISTDOCDIRS): Add `etc'.
12686 (ETC_SUPPORT_PFX): New variable.
12687 (taz): Include anything from etc starting with a word in
12688 ETC_SUPPORT_PFX.
12689
12690Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12691
12692 * config.sub: Update for recent FSF changes. Remove obsolete
12693 h8300hds entry. Add -windows* and -osx as basic os. Minor
12694 spacing changes.
12695
12696Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12697
12698 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12699
12700 * config.guess: Merge with FSF.
12701 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12702
12703Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12704
12705 * configure: Since the "trap 0" handler will override the exit
12706 status on many systems, only use it for "exit 1", and make it set
12707 a non-zero exit status; reset it before "exit 0". Also, check
12708 exit status of config.sub, and error out if it failed.
12709
12710Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12711
12712 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12713 and install libgloss.
12714
12715Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12716
12717 * Makefile.in (all-binutils): Depend upon all-byacc.
12718
12719 * configure.in: Don't build emacs on Irix 5.
12720
12721Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12722
12723 * configure.in (*-*-netware*): Add libio.
12724
12725Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12726
12727 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12728 (CHECK_TARGET_MODULES): Ditto.
12729 (INSTALL_TARGET_MODULES): Ditto.
12730 (TARGET_LIBS): Ditto.
12731 (all-libstdc++): Note dependencies.
12732
12733Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12734
12735 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12736
12737Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12738
12739 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12740 -fexternal-templates.
12741
12742 * configure.in (target_libs): Add libstdc++.
12743 (noconfigdirs): Add libstdc++ as appropriate.
12744
12745Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12746
12747 * config.guess: Update from FSF.
12748
12749Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12750
12751 * configure: Use ${config_shell} when running ${configsub}.
12752
12753Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12754
12755 * config.sub: No longer recognize h8300h.
12756
12757Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12758
12759 * config.sub: Remove extraneous differences between config.sub and
12760 gcc/config.sub.
12761
12762Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12763
12764 * Makefile.in (DISTSTUFFDIRS): Add gas.
12765
12766Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12767
12768 * COPYING.NEWLIB: New file.
12769
12770Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12771
12772 * config.guess (HP-UX): Patch from Harlan Stenn
12773 <harlan@landmark.com> to also emit release level.
12774
12775Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12776
12777 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12778
12779Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12780
12781 * config.sub: Merge nextstep cleanup from FSF.
12782
12783Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12784
12785 * configure.in (arm-*-*): Don't configure ld for this target.
12786
12787Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12788
12789 * configure.in (*-*-netware): don't configure libg++, libio,
12790 librx, or newlib.
12791
12792Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12793
12794 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12795 configure ld--it works, but it doesn't support shared libraries.
12796
12797Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12798
12799 * config.guess (*-unknown-freebsd*): Get rid of possible
12800 trailing "(Release)" in version string.
12801 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12802
12803Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12804
12805 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12806 Fix type: *-next-neststep -> *-next-nextstep.
12807
12808 * config.guess: Merge from FSF:
12809
12810 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12811
12812 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12813
12814 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12815
12816 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12817 instead of UNIX_SV for UnixWare 1.0).
12818
12819Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12820
12821 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12822 to make gdb/nlm/* build after the compiler and linker.
12823
12824Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12825
12826 * config.guess (netbsd, freebsd, linux): Accept any machine,
12827 not just i[34]86.
12828 (m68k-atari-sysv4): Relocate to match FSF version.
12829
12830 * config.guess: More merges from the FSF:
12831
12832 Add a space before function call or macro invocation.
12833
12834 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12835
12836 * config.guess: Add trap cmd to remove dummy.c and dummy when
12837 interrupted.
12838
12839 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12840
12841 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12842 (dummy): Redirect stderr from compilation of dummy.c.
12843
12844 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12845
12846 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12847
12848Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12849
12850 * configure: Accept and ignore --cache*, for compatibility with
12851 new autoconf.
12852
12853Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12854
12855 * config.guess: Merge from FSF:
12856
12857 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12858
12859 * config.guess (Pyramid*:OSx*:*:*): New case.
80413487
RH
12860 (PATH): Add /.attbin at end for finding uname.
12861 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
252b5132
RH
12862
12863 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12864
80413487 12865 * config.guess (M88*:DolphinOS:*:*): New case.
252b5132
RH
12866
12867 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12868
80413487
RH
12869 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12870 to select whether to use ELF or COFF.
252b5132
RH
12871
12872 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12873
80413487 12874 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
252b5132
RH
12875
12876 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12877
12878 * config.guess: Guess the OS version for HPUX.
12879
12880 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12881
12882 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12883
12884Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12885
12886 * configure.in: Recognize --with-headers, --with-libs, and
12887 --without-newlib.
12888 * Makefile.in (all-xiberty): Depend upon all-ld.
12889
12890Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12891
12892 * configure.in: Change i[34]86 to i[345]86.
12893
12894Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12895
12896 * configure (version): A few more tweaks to help message.
12897
12898Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12899
12900 * Makefile.in: Remove (for now) librx as a host library,
12901 now that we're building it for target.
12902
12903Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12904
12905 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12906 (Karl Berry).
12907
12908Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12909
12910 * configure.in: Also configure librx.
12911
12912Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12913
12914 * Makefile.in: Update various rules to reflect that librx
12915 is now needed for libg++.
12916
12917Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12918
12919 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12920
12921Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12922
12923 * configure.in: Configure the examples directory.
12924
12925Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12926
12927 * configure: Simplify Jun 2 1994 change.
12928
12929Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12930
12931 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12932 /bin/gcc isn't good enough to build gcc.
12933
12934Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12935
12936 * Makefile.in (GDB_SUPPORT_FILES): Remove
12937 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12938 (gdb.tar.gz): Add new rule to use standard distribution building
12939 mechanism.
12940
12941Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12942
12943 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12944 Bill Cox <bill@cygnus.com>.
12945
12946Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12947
12948 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12949
12950Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12951
12952 * configure: Search current dir first in .gdbinit.
12953
12954Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12955
12956 * config.sub: Recognize freebsd (merged from gcc config.sub).
12957
12958Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12959
12960 * config.sub: Refer to NeXT's operating system as nextstep.
12961
12962 * config.sub (case $basic_machine): Re-order the cases, to match
12963 the order in the FSF version (which is mostly alphabethical).
12964 Merge in some additions and changes from the FSF.
12965
12966Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12967
12968 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12969 * config.sub: Recognize cxux7.
12970 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12971
12972Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12973
12974 * config.sub: Fix typo powerpc -> powerpc-*.
12975
12976Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12977
12978 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12979
12980 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12981 parallel with all-emacs and install-emacs). Top-level command
12982 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12983
12984Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12985
12986 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12987 $(relbindir)/make before doing ``make install'', and use
12988 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12989 installing over running make binary.
12990 ($(host)-stamp-stage3-installed): Likewise.
12991
12992Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12993
12994 * config.guess: Recognize Mach.
12995
12996Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12997
12998 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12999 see whether --exec-prefix was used.
13000
13001Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13002
13003 * README: Explicitly mention libg++/README. (Zoo's idea.)
13004
13005Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13006
13007 * Makefile.in: Add all-librx target similar to all-libproc.
13008
13009Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
13010
13011 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
13012 with post 1.2 uname bogosity.
13013
13014Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13015
13016 * configure: Remove temporary files on receipt of a signal.
13017
13018Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
13019
13020 * configure: If there is a package_makefile_frag, remove
13021 ${subdir}/Makefile.tem after copying it in.
13022
13023Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13024
13025 * build_all.mk: support rs6000 lynx identifies itself as
13026 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
13027 since /bin/gcc is too feeble to compile a modern gcc.
13028
13029Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13030
13031 * brought devo/test-build.mk update-to-date with progressive/
13032 test-build.mk. Add lynx targets and hppa flag info.
13033
13034Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
13035
13036 * configure.in: Use mh-ncrsvr43. Patch from
13037 Tom McConnell <tmcconne@sedona.intel.com>.
13038
13039Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
13040
13041 * config.guess (i386-unknown-bsdi): No longer need to
13042 check #if defined(__bsdi__) && defined(__i386__).
13043
13044Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13045
13046 * configure: Set program_transform_nameoption correctly.
13047
13048Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
13049
13050 * brought build-all.mk update-to-date with progressive build-all.mk,
13051 added new targets and hppa info.
35590697 13052
252b5132
RH
13053Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13054
13055 * configure: If config.guess result is a prefix of the user
13056 specified target, assume a native build and use the user specified
13057 target as the host alias. Remove SunOS patch suffix removal hack.
13058 * configure.in: Remove SunOS patch suffix removal hack.
13059
13060 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
13061 in NATIVE_CHECK_MODULES.
13062
13063Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
13064
13065 * Makefile.in: Rename HOST_ONLY to NATIVE.
13066 * configure: Delete SunOs patch suffix from host_canonical
13067 and build_canonical variables that are prepended to Makefiles.
13068 * configure.in: Add comments for easier maintenance.
13069
13070Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13071
13072 * Makefile.in: Add all-libproc target similar to all-gui.
13073
13074Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
13075
13076 * Makefile.in (CHECK_MODULES): split into
13077 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
13078
13079Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
13080
13081 * config.guess (i386-unknown-bsdi): New system to guess.
13082
13083Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13084
13085 * Makefile.in: Add all-gui target (but not yet build by "all").
13086
13087Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
13088
13089 * config.sub: Move deletion of patch suffix from here...
13090 * configure.in: To here, at Ian's suggestion. The top-
13091 level scripts might need to know of a patch level.
13092
13093Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
13094
13095 * config.sub: Strip off patch suffix so rtl is recognized
13096 as a sunos4.1.3 machine, even though it's been patched.
13097
13098Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
13099
13100 * Makefile.in (INSTALL_LAST): Delete.
13101 (INSTALL_DOSREL): New.
13102
13103Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13104
13105 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
13106 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
13107 whether we pass down --with-gnu-ld anyhow.
13108
13109Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
13110
13111 * Makefile.in (INSTALL_LAST): Change operation so it works
13112 on more flavors of make.
13113 * configure.in (go32): Don't build libg++ or libio.
13114
13115Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
13116
13117 * Makefile.in (Move HOST_PREFIX_1 and friends up so
13118 they can be overriden by templates.
13119
13120Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
13121
13122 * configure.in (target==go32): Don't build gdb.
13123 * dosrel: New directory.
13124
13125Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
13126
13127 * configure.in (host==go32): Configure dosrel too.
13128 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
13129 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
13130 be set by incoming names or templates.
13131 (INSTALL_LAST): New rule.
252b5132
RH
13132
13133Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
13134
13135 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
13136
13137Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13138
252b5132
RH
13139 * configure.in (appdirs): New variable. Currently empty, but will
13140 be used in gas distribution. If nonempty, lists a set of
13141 directories at least one of which must get configured, or top
13142 level configuration is considered to have failed.
13143 (rs6000-*-lynxos*): Use new file name.
13144
13145Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13146
13147 Eliminate XTRAFLAGS.
13148 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
13149 newlib include files using -idirafter, and also use -nostdinc.
13150 (CXX_FOR_TARGET): Likewise.
13151 (XTRAFLAGS): Removed.
13152 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
13153 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
13154 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
13155 ($(DO_X)): Don't pass down XTRAFLAGS.
13156
13157Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13158
13159 * configure.in (mips*-dec-bsd*): New target; do build linker.
13160 (mips*-*-bsd*): New target; don't build linker.
13161
13162Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
13163
13164 * configure.in: support rs6000-*-lynxos* configuration.
13165 support sunos4 as a cross target.
13166
13167 * config.sub: look for lynx*, not lynx since the OS version may
13168 legitimately be part of the name.
13169
13170Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13171
13172 * configure.in (i[34]86-*-sco*): Move to be with other i386
13173 targets.
13174 (romp-*-*): New target. Skip various binary utilities.
13175 (vax-*-*): New target. Don't build newlib.
13176 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
13177
13178Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13179
13180 * configure.in: Only set host_makefile_frag if config
13181 directory exists.
13182
13183Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13184
13185 * install.sh: If $dstdir exists, don't check whether each
13186 component does.
13187
13188Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13189
13190 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
13191
13192Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
13193
35590697
AJ
13194 * configure.in (*-*-lynxos*): Don't configure newlib for either
13195 native or cross Lynx.
252b5132
RH
13196
13197Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
13198
13199 * config.sub (sparc64-elf): Fix os.
13200 (z8k): Remove duplicate.
13201
13202Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13203
13204 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
13205 gcc/stmp-fixproto, to try to prevent fixproto from being run.
13206
13207Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
13208
13209 * configure: Make file links cleanly even if Lynx fails on
80413487 13210 an NFS symlink (at least fail cleanly).
252b5132
RH
13211
13212Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
13213
13214 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
13215 -XNh2000.
13216
13217Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13218
13219 * configure: Unknown options are fatal again.
13220
13221Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
13222
13223 * configure: Ignore --x-includes and --x-libraries, for Autoconf
35590697 13224 compatibility.
252b5132
RH
13225
13226Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
13227
13228 * build-all.mk: Add `clean' target.
13229
13230Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13231
13232 * config.guess: Add SINIX support.
13233 * configure.in: Add mips-*-sysv4* support.
13234
13235Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
13236
13237 * build-all.mk: Document all useful targets.
13238 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
13239 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
13240
13241Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13242
13243 * configure: Support --silent, --quiet.
13244
13245Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13246
13247 * configure: Support --disable-FEATURE.
13248
13249Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13250
13251 * config.guess: Recognize NCR running SVR4.3.
13252
13253Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
13254
13255 * config.guess: Make BSDI generate i386-unknown-bsd386.
13256 Patch from Paul Eggert <eggert@twinsun.com>.
13257
13258Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13259
13260 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
13261
13262Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13263
13264 * configure: Make unrecognized options give nonfatal warnings
13265 instead of fatal errors, and pass them to any subdirectory
13266 configures in case they recognize them.
13267 Make --x equivalent to --with-x.
13268
13269Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
13270
13271 * configure: Add --enable-* options. Clean up usage message and
13272 some comments.
13273
13274Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
13275
13276 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
13277
13278Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13279
13280 * configure.in (hppa*-*-*): Enable binutils.
13281
13282Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13283
13284 * config.sub: Recognize cisco.
13285
13286Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
13287
13288 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
13289
13290Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13291
13292 * config.guess: about target *-hitachi-hiuxwe2, don't print more
13293 than one configuration name. Add comment.
13294
13295Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
13296
13297 * config.guess: about target *-hitachi-hiuxwe2, fixed
13298 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
13299 macro is incorrect.]
13300
13301Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13302
13303 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
13304 than the "make ls" stuff which used to be here.
13305
13306Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
13307
13308 * config.guess: Recognize i[34]86-unknown-freebsd.
13309 From Shawn M Carey <smcarey@rodan.syr.edu>.
13310
13311Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
13312
13313 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
13314
13315Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
13316
13317 * config.guess: Check for ptx.
13318
13319Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
13320
13321 * config.sub: Add os9k checking.
13322
13323Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13324
13325 * config.guess: Handle OSF1 running on HPPA processors
13326
13327Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13328
13329 * configure: If subdir configure fails, print out a message with
13330 subdirectory name, in case subdir's configure code didn't identify
13331 itself.
13332
13333Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
13334
13335 * configure.in: Remove embedded newlines from configdirs.
13336 Avoid mismatches of substrings. Fix matching strings at end
13337 of configdirs.
13338
13339Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
13340
13341 * config.guess: Add Lynx/rs6000 config support.
13342
13343Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
13344
13345 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
13346
13347Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
13348
13349 * configure.in (hppa*-*-osf*): Treat this just like most other
13350 PA configurations (eg no binutils or ld).
13351 (hppa*-*-*elf*): These configurations have binutils and ld.
13352
13353Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13354
13355 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
13356
13357Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13358
13359 * configure.in (rs6000-*-*): Build gas.
13360
13361Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13362
80413487 13363 * Makefile.in: Avoid bug in losing hpux sed.
252b5132
RH
13364
13365Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13366
13367 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13368 for GDB and GDB has been fixed to not need it.
13369
252b5132
RH
13370Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13371
13372 * config.guess: Recognize vax hosts.
13373
13374Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13375
13376 * configure (while loop): Don't use "break 2" inside case
13377 statement -- the case statement isn't an enclosing loop.
13378
13379Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13380
13381 * config.guess: Clean up NeXT support, to allow nextstep
13382 on Intel machines. Make OS be nextstep.
13383
13384Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13385
13386 * config.guess: Add alternate forms for Convex.
13387
13388Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13389
13390 * configure: Completely rewrite option processing. Take
13391 advantage of pattern-matching to avoid invoking test frequently.
13392 Also clean up host and target defaulting logic.
13393
13394Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13395
13396 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13397 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13398 commands (plus user environment) will fit SCO limits.
13399
13400Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13401
13402 * configure.in: Don't issue warnings about directories which are
13403 not being configured if -norecursion is set. Correct test for
13404 --with-gnu-as and --with-gnu-ld to not get confused by substring
13405 matches.
13406
13407 * configure.in: Don't build gas for alpha-dec-osf1*.
13408
13409Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13410
13411 * configure: Back out Per's change of 12/19/1993. It changes the
13412 behavior of configure in unexpected and confusing ways.
13413
13414 Also, use different delim char when calculating
13415 program_transform_name so that the name can contain slashes.
13416
13417Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13418
13419 * configure.in, config.sub: Add support for VSTa micro-kernel.
13420
13421Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13422
13423 * configure.in: Nuke hacks which were used to get a special
13424 version of GAS for HPPA configurations.
13425
13426Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13427
13428 * configure: If only ${target_alias} is given, use that
13429 as the default for ${host_alias}.
13430 * configure: Add missing back-slashes before nested quotes.
13431
13432Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13433
13434 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13435
13436Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13437
13438 * config.guess: Recognize some Tektronix configurations.
13439 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13440
13441Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13442
13443 * config.sub: Match any flavor of SH.
13444
13445Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13446
13447 * configure.in: Don't try to configure newlib for Alpha.
13448
13449Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13450
13451 * configure.in: Don't build ld for Irix 5. Don't build gas,
13452 libg++ or libio for any Alpha target.
13453
13454 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
252b5132
RH
13455
13456Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13457
13458 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13459 default arguments -- so it tried to compress itself.
13460
13461Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13462
13463 * configure.in (notsupp): ensure that a space is always at the end
13464 of the configdirs list, since the grep checks for an explicit space
13465
13466Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13467
13468 * configure.in (target i386-sysv4.2): don't build ld, since static
13469 versions of many libraries are not available.
13470
13471Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13472
13473 * config.guess: Recognize Apollos (using environment variables).
13474 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13475
13476Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13477
13478 * config.guess: Recognize Sony news mips running newsos.
13479
13480Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13481
13482 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13483 "fi ; else" for bash.
13484
13485Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13486
13487 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13488
13489Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13490
13491 * config.sub: accept unixware as an alias for svr4.2.
13492 Fix some inconsistancies with the gcc version.
13493
13494Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13495
13496 * Makefile.in (DISTDOCDIRS): Add gdb.
13497
13498Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13499
13500 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13501
13502Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13503
13504 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13505 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13506 this now.
13507
13508Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13509
13510 * config.sub: Accept hiux* as an OS name.
13511
13512 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13513 etc/make-stds.texi. The underscore came from gcc, and dje now
13514 agrees that RUNTESTFLAGS is the correct name.
13515
13516Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13517
13518 * install.sh: Remove 'set -e'. It makes any conditionals
13519 in the script useless.
13520
13521 * config.guess: Automatically recognize arm-acorn-riscix
13522 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13523
13524Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13525
13526 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13527
13528Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13529
13530 * Makefile.in (DISTDOCDIRS): New variable.
13531 (taz): Edit local Makefile.in sooner, instead of proto-toplev
35590697 13532 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
252b5132
RH
13533
13534Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13535
13536 * configure.in (hppa target): check the source directory for the
13537 pagas sub-directory
13538
13539Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13540
13541 * config.sub: Allow -aout* and -elf*.
13542
13543Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13544
13545 * configure.in: Don't build ld on i386-solaris2, same as for
13546 sparc-solaris2.
13547
13548Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13549
13550 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13551
13552Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13553
13554 * configure.in: Configure gdb for alpha.
13555
13556Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13557
13558 * Makefile.in (CXXFLAGS): Add -O.
13559
13560Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13561
13562 * config.guess: added support for DG Aviion
13563
13564Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13565
13566 * configure.in: Produce warning message for subdirectories not
13567 configurable for this host/target combination. Don't try to
13568 configure gdb for vms.
13569
13570Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13571
13572 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13573 appropriate files before making "diststuff".
13574 (DISTBISONFILES): New var: list of files to be edited.
13575 (DISTSTUFFDIRS): Add binutils.
13576
13577Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13578
13579 * config.sub: also handle mipsel and mips64el (for little endian mips)
13580
13581Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13582
13583 * configure.in: Add * to end of all OS names.
13584
13585Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13586
13587 * configure.in: Build newlib for LynxOS native.
13588
13589Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13590
13591 * config.guess: Add support for delta 88k running SVR3.
13592
13593 * configure.in: Add comment about HP compiler vs. emacs.
13594
13595Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13596
13597 * configure.in: don't build ld on solaris2 (not a viable option
13598 due to bugs in getpwnam & getpwuid)
13599
13600Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13601
13602 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13603 config.guess will produce a full version number.
13604
13605Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13606
13607 * configure.in: Build linker and binutils for alpha-dec-osf1.
13608
13609Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13610
13611 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13612 and gdb/testsuite/Makefile.in.
13613
13614Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13615
13616 * configure.in: recognize mips*- instead of mips-
13617
13618Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13619
13620 * config.sub: Accept linux*coff and linux*elf as operating
13621 systems.
13622
13623Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13624
13625 * config.sub: Recognize mips64, and mips3 as an alias for it.
13626
13627Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13628
13629 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13630 gdb knows how to handle OSF/1 shared libraries.
13631
13632Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13633
13634 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13635 * config.guess: Recognize Hitachi's HIUX.
13636 * config.sub: Recognize h3050r* and hppahitachi.
13637 Remove redundant cases for hp9k[23]*.
13638
13639Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13640
13641 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13642 if gas and ld are in the source tree and are in ${configdirs}.
13643 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
ba73c63f 13644 --with options (but still pass them down on the command line,
252b5132
RH
13645 if they were explicitly specified).
13646
13647Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13648
13649 * configure: substitute SHELL value in Makefile.in with
13650 ${CONFIG_SHELL}
13651
13652Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13653
13654 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13655 *-*-solaris2* targets.
13656
13657Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13658
13659 * Makefile.in: define M4, and pass it down to sub-makes;
13660 all-autoconf now depends on all-m4
13661
13662Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13663
13664 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13665 presence of {ar,ranlib} instead of a configured directory
13666
13667Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13668
13669 * config.guess: Accept 34?? as well as 33?? for NCR.
13670
13671Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13672
13673 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13674 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13675
13676Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13677
13678 * configure: grab values for $(CC) and $(CXX) from the
13679 environment, so that someone can do "CC=gcc configure; make" and
13680 have it work right (matching the way that autoconf works now)
13681
13682 * configure.in, Makefile.in: add support for gash, the tcl
13683 interface to Galaxy
13684
13685 * config.guess: add NetBSD variants (hp300, x86)
13686
13687Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13688
13689 * install.sh: Support -d option (in the manner of SunOS 4 install,
13690 as it is more deterministic than that of GNU install)
13691 (chmodcmd): Set file to mode 755 by default (should also do default
13692 chgrp and chown, but I don't feel like dealing with that now)
13693
13694Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13695
13696 * config.sub: Remove h8300hhms alias.
13697
13698Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13699
13700 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13701
13702Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13703
13704 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13705 as stmp-fixinc
13706
13707Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13708
13709 * config.sub: recognize m88110-bug-coff.
13710
13711Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13712
13713 * Makefile.in (all-libio): all dependencies on the toolchain used
13714 to build this (gcc, gas, ld, etc)
13715
13716Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13717
13718 * config.guess: Deal with OSF/1 1.3 on alpha.
13719
13720Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13721
13722 * install.sh: add some 'else true' clauses for portability
13723
13724 * configure.in: don't build libio for h8[35]00-*-* targets
13725
13726Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13727
13728 * Makefile.in: Add support for new libio.
13729
13730Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13731
13732 * install.sh: If one command fails, don't try the rest. Don't try
13733 to remove $dsttmp (via trap) unless we have already created it.
13734 If $src doesn't exist, detect it and exit with an error.
13735
13736 * config.guess: Recognize BSD on hp300.
13737
13738Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13739
13740 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13741 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13742
13743Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13744
13745 * Makefile.in (all-send-pr): depends on all-prms
13746
13747Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13748
13749 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13750
13751Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13752
13753 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13754 Added test for mips-mips-riscos5.
13755
13756Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13757
13758 * configure.in: use mh-hp300 for 68k HP hosts
13759
13760Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13761
13762 * configure: add support for CONFIG_SHELL, so that you can use
13763 some alternate shell for evaluating configure scripts
13764
13765Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13766
13767 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13768 in configure script to bug-gdb@prep.ai.mit.edu when building
13769 distribution archive.
13770 * Makefile.in (COMPRESS): Remove def.
13771 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13772 gdb.tar.Z and make-gdb.tar.Z respectively.
13773 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13774 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13775 to convergence with 'taz' target in Makefile.in.
13776
13777Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13778
13779 * install.sh (dsttmp): use trap to ensure that tmp files go
13780 away on error conditions
13781
13782Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13783
13784 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13785
13786Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13787
13788 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13789 its parent is '/' not ''.
13790
13791 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13792
13793Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13794
13795 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13796 that ${newsrcdir}/configure.in does.
13797
13798Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13799
13800 * test-build.mk: support for CONFIG_SHELL
13801
13802Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13803
13804 * config.sub (netware): Add as a basic system type.
13805
13806Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13807
13808 * Makefile.in (Makefile): depend on configure.in. Also drop the
13809 $(srcdir)/ from the dependency on Makefile.in.
13810
13811Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13812
13813 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13814 (h8300hhms is temporary until multi-libraries are implemented).
13815 * configure.in: Handle h8300h too.
13816
13817Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13818
13819 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13820
13821Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13822
13823 * configure: Remove extraneous output when guessing host type.
13824 * config.guess: Remove extraneous output when guessing using C
13825 compiler rather than uname, or when guessing fails.
13826
13827Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13828
13829 * Makefile.in: remove all.cross and install.cross targets
13830
13831 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13832 definitions
13833
13834Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13835
13836 * configure.in (target sh): Build gprof.
13837
13838Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13839
13840 * config.sub: change -solaris to -solaris2
13841
13842Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13843
13844 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13845
13846Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13847
13848 * configure: Correct error message for missing Makefile.in to
13849 print correct directory.
13850
13851Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13852
13853 * install.sh: kludge around 386BSD shell bug
13854
13855Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13856
13857 * config.guess: Recognize NeXT.
13858 * config.guess: Recognize i486-ncr-sysv4.
13859 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13860
13861Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13862
13863 * Makefile.in (MAKEINFOFLAGS): New variable.
13864 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13865 * build-all.mk, test-build.mk: Pass down --no-split as
13866 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13867
13868Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13869
13870 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13871
13872Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13873
13874 * Makefile.in (libg++.tar.z): New rule.
13875 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13876 * Makefile.in (taz): Only do a single chmod.
13877
13878Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13879
13880 * install.sh: don't use dirname anymore (replaced with sed usage)
13881
13882Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13883
13884 * Makefile.in: Change extension for gzip'd files from '.z' to
13885 '.gz' per new FSF standard usage.
13886
13887Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13888
13889 * configure: put quotes around the final value of program_transform_name
13890
13891Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13892
13893 * Makefile.in: new install.sh support; update install-info rules
13894
13895Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13896
13897 * configure.in: Build diff for crosses, but not for go32 host.
13898
13899 * configure.in: Build gprof only for native, and don't build it
13900 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13901
13902Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13903
13904 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13905
13906Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13907
13908 * configure.in (host_tools): Add prms.
13909
13910Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13911
13912 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13913 with $(FLAGS_TO_PASS) on the command line
13914
13915 * config.sub: Recognize lynx and lynxos
13916
13917Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13918
13919 * config.sub: Accept -ecoff*, not just -ecoff.
13920
13921Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13922
13923 * Makefile.in (taz): Use .gz suffix instead of .z.
13924 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13925 names.
13926
13927Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13928
13929 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13930
13931Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13932
13933 * Makefile.in (install-no-fixedincludes): install gcc last, so
13934 that rebuilds that might happen during 'make install' don't get
13935 bogus gcc include files
13936
13937Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13938
13939 Change from Utah for HPPA support:
13940 * config.guess: Recognize hppa1.x-hp-bsd.
13941
13942Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13943
13944 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13945 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13946
13947Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13948
13949 * config.sub: Add support for rom68k and bug boot monitors.
13950
13951Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13952
13953 * Makefile.in: Make all-opcodes depend on all-bfd.
13954
13955Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13956
13957 * config.guess: Added special check for i[34]86-univel-sysv4*.
13958
13959Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13960
13961 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13962 the processor rather than assuming i486.
13963
13964Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13965
13966 * config.guess: Recognize SunOS6 as Solaris3.
13967
13968Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13969
13970 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13971 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13972
13973Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13974
13975 * build-all.mk (all-cross): New target for Canadian Cross.
13976 Added Q2 go32 targets.
13977 * test-build.mk: Configure go32 cross sparclite-aout and
13978 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13979 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13980
13981Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13982
13983 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13984 GO32 hosted toolchains
13985
13986Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13987
13988 * configure: change so "-exec-prefix" gets passed down rather
13989 than "-exec_prefix" so autoconf generated Makefiles get the
13990 exec_prefix set right.
13991
13992Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13993
13994 * config.guess: get the Solaris2 minor version number
13995
13996 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13997
13998Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13999
14000 * config.guess: Recognize some Sequent platforms.
14001
14002Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14003
14004 * Makefile.in: added the vault-install target
14005
14006 * configure.in: actually use the Sun3 makefile fragment that's in
14007 config, also added the release dir to configdirs
14008
14009Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14010
14011 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
14012
14013Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14014
14015 * configure.in: remove some program from Alpha targetted toolchains
14016
14017Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
14018
14019 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
14020 gprof.
14021 (taz): Run "make diststuff" in those directories instead of "make
14022 proto-dir". Look for "VERSION=" only at start of line in subdir
14023 Makefile. Use "gzip -9" for compression.
14024 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
14025 (binutils.tar.z): New target.
14026
14027Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14028
14029 * Makefile.in (taz): Include gpl.texinfo.
14030
14031Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14032
14033 * Makefile.in (setup-dirs): Merged into "taz" target.
14034 (taz): Only do `proto-dir' stuff if a directory is actually needed
14035 for this target.
14036
14037Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
14038
14039 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
14040 (FLAGS_TO_PASS): Pass down MUNCH_NM.
14041 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
14042 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
14043 (gcc-no-fixedincludes): Correct for current gcc Makefile.
14044
14045Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
14046
14047 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
14048 config.sub, and move-if-change to gdb testsuite distribution
14049 archive, so the testsuite can be extracted, configured, and
14050 run separately from the gdb distribution. Blow away the Chill
14051 tests that require a Chill compiled executable, since GNU Chill
14052 is not yet publically available.
14053
14054Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14055
14056 * test-build.mk: set environment variables in a single command,
14057 instead of a list of assignments and exports
14058
14059 * config.guess: recognize Alpha/OSF1 systems
14060
14061Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14062
14063 * configure: Change help message to prefer --options rather than
14064 -options.
14065
14066Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14067
14068 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
14069 zippy@ecst.csuchico.edu.
14070 * config.guess: Recognize miniframe.
14071
14072Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
14073
9eb322aa
MF
14074 * Makefile.in: Use srcroot to find runtest rather than rootme.
14075 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
252b5132
RH
14076
14077Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
14078
14079 * test-build.mk: Extensive additions to support building on a
14080 machine other than the host.
14081
14082Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
14083
14084 * configure (tooldir): Fix for i386-aix again.
14085
14086Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
14087
14088 * configure, Makefile.in: Change definition of $(tooldir)
14089 to match the FSF.
14090
14091Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
14092
14093 * config.guess: Recognize i[34]86/SVR4.
14094
14095Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14096
14097 * Makefile.in (all-gdb): gdb depends on sim.
14098
14099Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
14100
14101 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
14102 at the same time we make the prototype gdb directory.
14103 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
14104 files at the same time as the gdb base release distribution.
14105
14106Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
14107
14108 * Makefile.in (check): Use individual check targets rather than
14109 DO_X rule.
14110 (check-gcc): Added.
14111
14112Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
14113
14114 * config.sub: Use sysv3.2 not sysv32 for canonical OS
14115 for System V release 3.2.
14116
14117Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14118
14119 * config.sub: Recognize hppaosf.
14120 * configure.in: Do configure ld/binutils/gas for it.
14121
14122Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14123
14124 * configure (tooldir): Alter syntax used to set this, for systems
14125 where "\$" isn't handled right, like i386-aix.
14126
14127Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
14128
14129 * configure: Pass program-transform-name, not
14130 program_transform_name, to recursive configures.
14131
14132Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
14133
14134 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
14135 of gas+ld+binutils.
14136
14137Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
14138
14139 * config.guess: Recognize AIX3.2 as distinct from 3.1.
14140
14141Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14142
14143 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
14144
252b5132
RH
14145Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14146
14147 * Makefile.in (PRMS): Set back to all-prms.
14148
14149Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
14150
14151 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
14152 targets, rather than for MIPS hosts.
14153
14154Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14155
14156 * configure.in: add comment for --with-x default values
14157
14158 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
14159
14160 * Makefile.in: add check-* targets for each of the directories in
14161 the tree. Add a definition of RUNTEST that will use the one we
14162 just built, if it exists. Pass this down via FLAGS_TO_PASS.
14163
14164Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
14165
14166 * configure.in: Removed obsolete references to bfd_target and
14167 target_makefile_frag.
14168
14169 * build-all.mk: Set assorted targets for Q2.
14170 * config.sub: Recognize z8k-sim and h8300-hms.
14171 * test-build.mk: Really don't pass host to configure.
14172 (HOLES): Added uname.
14173
14174Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
14175
14176 * configure: Handle an empty program-prefix, program-suffix or
14177 program-transform-name correctly.
14178
14179Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
14180
14181 * build-all.mk: -G 8 no longer required for MIPS targets.
14182 * test-build.mk: Don't pass host argument to configure; make it
14183 guess.
14184
14185Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
14186
14187 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
14188 * Makefile.in (COMPRESS): New macro, like GZIP.
14189
14190Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
14191
14192 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
14193
14194 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
14195 with gas currently defaults to -G 0.
14196
14197Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
14198
14199 * Makefile.in (all-flex): flex depends on byacc.
14200
14201 * build-all.mk: If host not specified, use config.guess. Pass TAG
14202 to test-build.mk as RELEASE_TAG.
14203 * test-build.mk (configargs): New variable containing arguments to
14204 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
14205 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
14206
14207 * config.guess: Use /bin/uname when checking -X argument on SCO,
14208 to avoid invoking GNU uname which doesn't understand -X.
14209
14210 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
14211
14212 * configure.in: Build gas for mips-*-*.
14213
14214Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14215
14216 * Makefile.in (all.normal): insert missing backslash.
14217
14218Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
14219
4bddf3ad 14220 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
252b5132
RH
14221
14222 * Makefile.in: Complete overhaul to merge many almost identical
14223 targets.
14224
14225Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14226
14227 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
14228 (gdb.tar.Z): Adjusted.
14229
14230 * Makefile.in (setup-dirs, taz): New targets; should be general
14231 enough to adapt for gdb sometime. Build only .z file.
14232 (gas.tar.z): New target.
14233
14234Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
14235
14236 * build-all.mk: Use CC=cc -Xs on Solaris.
14237
252b5132
RH
14238Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
14239
14240 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
14241 for handling BISON for FSF releases.
14242
14243Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
14244
14245 * configure: Actually implement the change zoo just documented.
14246
14247Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
14248
14249 * configure: when using config.guess, only set target_alias when
14250 it's not already been set (ie, on the command line)
14251
14252Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14253
14254 * Makefile.in: add installcheck target, set PRMS to install-prms
14255
14256Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14257
14258 * configure: add support for package_makefile_fragment, handle the
14259 case where a directory has a configure.in file but no Makefile.in
14260 more gracefully (with an actual understandable error message, even);
14261 add support for --without (and add this to the usage message); also
14262 explicitly add a --host=${host_alias} to the command line when
14263 config.guess is used
14264
14265Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14266
14267 * configure: Must use both --host and --target in recursive calls.
14268
14269Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
14270
14271 * Makefile.in: Change deja-gnu to dejagnu.
14272
14273Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
14274
14275 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
14276
14277Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14278
14279 * configure.in: canonicalize all instances to *-*-solaris2*,
14280 also strip out a number of tools to not build for go32 host
14281
14282Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14283
14284 * config.guess: add GPL.
14285
14286 * Makefile.in, config.guess, config.sub, configure: bump
14287 copyrights to 93.
14288
14289Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
14290
14291 * Makefile.in (do-info): Removed obsolete check for existence of
14292 localenv file.
14293
14294 * Makefile.in (MAKEOVERRIDES): Define to be empty.
14295
14296Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14297
14298 * Makefile.in: a couple of 'else true' for decstation,
14299 support for TclX
14300
14301 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
14302
14303Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
14304
14305 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
14306
14307Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
14308
14309 * config.guess: Recognize i386-ibm-aix (PS/2).
14310 * configure.in: Use config/mh-aix386 file for it.
14311
14312Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
14313
14314 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
14315 CC_FOR_TARGET instead.
14316 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
14317
14318Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
14319
14320 * Makefile.in: Add sim to list of directories sent with gdb
14321
14322Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
14323
14324 * configure.in: Put back mips-dec-bsd* case.
14325
14326Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
14327
14328 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
14329 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
14330 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
252b5132
RH
14331
14332Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14333
14334 * configure.in: remove no-op mips-dec-bsd* in "case $target"
14335
14336 * Makefile.in (dir.info): only run gen-info-dir if it exists,
14337 (install-info): install dir.info only if it exists,
14338 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
14339
14340Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
14341
14342 * configure.in: For vms target, skip bfd, ld, binutils. Do build
14343 gas for mips-dec-bsd.
14344
14345Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
14346
14347 * configure (makesrcdir): If ${srcdir} is relative and not ".",
14348 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
14349
14350Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
14351
14352 * configure.in: Added "dejagnu" to hosttools list.
14353
14354Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
14355
14356 * config.sub, configure.in, config.guess: Add support
14357 for Bosx, an AIX variant from Bull.
14358 Patches from F.Pierresteguy@frcl.bull.fr.
14359
14360Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14361
14362 * devo/dejagnu: Initial creation of devo/dejagnu.
14363 Migrated dejagnu testcases and support files for testing software
14364 tools to reside as subdirectories, currently called "testsuite",
14365 within the directory of the software tool. Migrated all programs,
14366 support libraries, etc. beloging to dejagnu proper from
14367 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14368 with no modifications. The changes to these files which will
14369 allow them to configure, build, and execute properly will be made
14370 in a future update.
14371
14372Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14373
14374 * Makefile.in: Change send_pr to send-pr.
14375 * configure.in: Likewise.
14376 * send_pr: Renamed directory to send-pr.
14377
14378Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14379
14380 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14381
14382Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14383
14384 * README: Update for gdb-4.8 release.
14385 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14386 gdb-xxx.tar.z (gzip'd) file also.
14387
14388Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14389
14390 * Makefile.in: make all-diff depend on all-libiberty
14391
14392Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14393
14394 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14395
14396Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14397
14398 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14399
14400Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14401
14402 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14403 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14404 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14405
14406Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14407
14408 * Makefile.in: makeinfo binary is in a new location
14409
14410Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14411
14412 * config.sub: Accept -ecoff as an OS.
14413
14414 * Makefile.in: Various changes to eliminate a level of make
14415 recursion and reduce the required command line length.
14416 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14417 sub-makes.
14418 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14419 variables holding settings for specific sub-makes.
14420 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14421 in terms of BASE_FLAGS_TO_PASS.
14422 (TARGET_LIBS): New variable listing directories which use
14423 TARGET_FLAGS_TO_PASS.
14424 (subdir_do): Eliminated.
14425 (do-*): New set of targets to replace subdir_do.
14426 (various): All targets which used subdir_do now depend on do-*.
14427 (local-clean): Renamed from do_clean.
14428 (local-distclean): New target, dependency of distclean and
14429 realclean.
14430 (install-info): Don't create directories. Depend on dir.info
14431 rather than calling make recursively.
14432 (install-dir.info): Eliminated.
14433 (install-info-dirs): Create all info directories here.
14434 (dir.info): Depend upon do-install-info.
14435
14436 * test-build.mk (HOLES): Added false.
14437
14438Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14439
14440 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14441
14442Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14443
14444 * Makefile.in (info): remove dependency on all-texinfo. The
14445 problem was really in texinfo/C, not at this level.
14446
14447Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14448
14449 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14450
14451Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14452
14453 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14454 GDB releases.
14455
14456Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14457
14458 * configure: Include srcdir in message about target of link not
14459 being found. Don't convert `-' to `_' in `with' options being
14460 passed to subdirs.
14461
14462Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14463
14464 * configure.in: add uudecode to host_tools
14465
14466 * Makefile.in: added {all,install}-uudecode targets, added them to
14467 the appropriate lists
14468
14469Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14470
14471 * Makefile.in (all-gcc): Added dependency on all-gas.
14472
14473 * configure.in (mips-*-*): Build ld and binutils.
14474
14475Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14476
14477 * configure: check return code from mkdir, print error message and
14478 exit on failure.
14479
14480Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14481
14482 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14483
14484Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14485
14486 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14487
14488Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14489
14490 * config.sub (h8500): Recognize this as a cpu type.
14491
14492Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14493
14494 * configure: source directory missing is no longer a warning
14495
14496 * configure.in: recognize irix[34]* instead of irix[34]
14497
14498 * Makefile.in: define and pass down X11_LIB
14499
252b5132
RH
14500Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14501
14502 * guess-systype: Renamed to ...
14503 * config.guess: ... by popular request.
14504 * configure.in, Makefile.in: Update accordingly.
14505
14506Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14507
14508 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14509 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14510 + Execute ./dummy instead of assuming . is in PATH.
14511
14512Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14513
14514 * guess-systype: New shell script. Attempts to guess the
14515 canonical host name of the executing host.
14516 Only a few hosts are supported so far.
14517 * configure: Call guess-systype if no host is specified.
14518
14519Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14520
14521 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14522 gcc Makefile.
14523
14524
14525Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14526
14527 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14528 (all-gcc, install-gcc, subdir_do): Use it.
14529
14530Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14531
14532 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14533
14534Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14535
14536 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14537 set exclusively by configure, using configure.in .
14538
14539Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14540
14541 * test-build.mk: set $PATH for all builds
14542
14543 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14544
14545Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14546
14547 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14548 the one used in gcc/Makefile.in, so that a null expansion doesn't
14549 override the one needed to build gcc with a native cc.
14550
14551
14552Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14553
14554 * configure: Accept -with arguments.
14555
14556Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14557
14558 * Makefile.in: added h8300sim
14559
14560Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14561
252b5132
RH
14562 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14563 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14564 (all-cygnus, native, build-cygnus): Make
14565 $(canonhost)-stamp-3stage-done, not $(host)....
14566 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14567 i386-sco3.2v4. Added else true to if command.
14568
14569Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14570
14571 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14572
14573Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14574
14575 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14576
14577Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14578
14579 * configure.in: don't remove binutils from Solaris builds
14580
14581Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14582
14583 * Makefile.in: get rid of earlier definitions for *clean,
14584 also handle the recursive info rule better
14585
14586Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14587
14588 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14589 do more-or-less the right thing.
14590
14591Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14592
14593 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14594 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14595
14596Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14597
14598 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14599 $(host_canonical).
14600
14601 * configure.in: split the configdirs list into 4 categories (native
14602 v. cross, library v. tool) and handle the cross-only and native-
14603 only in more reasonable (and correct!) way.
14604
14605Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14606
14607 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14608 configdirs anymore.
14609
14610Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14611
14612 * Makefile.in: extensive cleanup:: removed all of the explicit
14613 clean-* targets, collapsed many wrappers around subdir_do into
14614 one, added additional targets to satisfy standards.texi, deleted
14615 some old targets, some changes for consistency
14616
14617Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14618
14619 * configure.in: handle some programs as cross-only, and others as
14620 native only
14621
14622 * test-build.mk: handle partial holes in a more generic manner
14623
14624 * Makefile.in: m4 depends on libiberty
14625
252b5132
RH
14626Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14627
14628 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14629 time, wdiff, and find to configdirs
14630
14631 * Makefile.in: all, clean, and install rules for the new programs
14632 added to configure.in
14633
14634Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14635
14636 * configure.in: use mh-sun for all *-sun-* hosts
14637
252b5132
RH
14638Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14639
14640 * Makefile.in: define flags for X11 include files and library file
14641 locations, pass them down to the programs that need this info
14642
14643 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14644
252b5132
RH
14645Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14646
14647 * configure.in: start building libg++ for HP-UX targets
14648
14649Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14650
14651 * README: Update references to files moved into etc/.
14652
14653Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14654
14655 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14656 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14657
14658Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14659
14660 * configure: accept dash as well as underscore in long option
14661 names for FSF compatibility.
14662
14663Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14664
14665 * config.sub: added -sco3.2v4 support from FSF.
14666
14667Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14668
14669 * configure.in: expand the section that adds or removes
14670 directories from the list of programs to build, to handle native
14671 vs. cross in addition to host v. native
14672
14673Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14674
14675 * Makefile.in: Replace C++ in macro names with CXX.
14676 This is less likely to break ...
14677
14678Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14679
14680 * test-build.mk: add -w to GNU_MAKE
14681
14682Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14683
14684 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14685 add 'sparc' to list of recognized cpus. This needed to make
14686 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14687 Delete some redundant ose68 variants. Recognize -wrs as an os,
14688 then changes that into $CPU-wrs-vxworks.
14689
14690 * configure.in: remove most references to gdbtest, regularize
14691 target based program removal
14692
14693 * test-build.mk: import from p3 tree (many fixes and changes)
14694
14695Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14696
14697 * Makefile.in: added rules to handle tcl, tk, and expect
14698
14699 * configure.in: handle those directories if they exist
14700
14701Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14702
14703 * config.sub: removed bogus hppabsd and hppahpux names, since
14704 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14705
14706Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14707
14708 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14709 depends upon all-xiberty
14710
14711 * Makefile.in: changes from p3, including:
14712
14713 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14714
14715 * Makefile.in (XTRAFLAGS): include newlib directories if
14716 newlib/Makefile exists, rather than if host != target.
14717
14718 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14719
14720 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14721 from the same source tree and not building a cross-compiler. This
14722 matters for the libg++ configuration if reconfiguring a tree that
14723 has already been installed.
14724
14725 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14726
14727 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14728 pick up the machine and system specific header files.
14729
14730 * Makefile.in: added AS_FOR_TARGET, passed down in
14731 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14732 the C compiler to use to create programs which are run in the
14733 build environment, set it to default to $(CC), and passed it down
14734 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14735
14736 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14737
14738 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14739 We need them for unusual native builds, like systems without
14740 ranlib.
14741
14742 * configure: also define $(host_canonical) and
80413487
RH
14743 $(target_canonical), which are the full, canonical names for the
14744 given host and target
252b5132
RH
14745
14746Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14747
14748 * Makefile.in: Added separate definitions for C++.
14749
14750Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14751
14752 * configure.in (configdirs): Add deja-gnu.
14753
14754Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14755
14756 * README: Update for configure.texi and gdb-4.7 release.
14757
14758Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14759
14760 * Makefile.in: Move "all" target to top of file.
14761 Previously, first target was ".PHONY" which caused BSD4.4 make
14762 to build .PHONY when make was run without arguments.
14763
14764Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14765
14766 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14767 Library-copylefted code in libiberty.
14768
14769Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14770
14771 * config.sub: Replace m68kmote with plain old m68k.
14772
14773Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14774
14775 * Makefile.in: Remove space from blank line, avoid Make complaints.
14776
14777Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14778
14779 * config.sub: Complain if no argument is given. Added support for
14780 386bsd as OS and target alias.
14781
14782Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14783
14784 * Makefile.in (XTRAFLAGS): include newlib directories if
14785 newlib/Makefile exists, rather than if host != target.
14786
14787Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14788
14789 * config.sub: recognize sparclite-wrs-vxworks.
14790
14791 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14792 p3.) Added clean-xiberty to clean.
14793
14794Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14795
14796 * configure.in: use *-*-* instead of nested cases for host and target
14797
14798Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14799
14800 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14801 from the same source tree and not building a cross-compiler. This
14802 matters for the libg++ configuration if reconfiguring a tree that
14803 has already been installed.
14804
14805Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14806
14807 * config.sub (i486v/i486v4): Merge in from FSF version.
14808
14809Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14810
14811 * configure: only set PWD if it is already set.
14812
14813Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14814
14815 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14816 doesn't have unset and all success paths (and most error paths)
14817 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14818 to just ${PWD} to avoid confusion.)
14819
14820Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14821
14822 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14823 even for a native compilation.
14824
14825Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14826
14827 Changes to make the gdb.tar.Z rule work better.
14828
14829 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14830 (DEVO_SUPPORT): Add configure.texi.
14831 (bfd-ilrt.tar.Z): Remove ancient rule.
14832
14833Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14834
14835 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14836 pick up the machine and system specific header files.
14837
14838 * configure.in, config.sub: added new target m68010-adobe-scout,
14839 with alias of adobe68k. Changed configure.in to check for
14840 -scout before -sco* to avoid a false match.
14841
14842 * Makefile.in: added AS_FOR_TARGET, passed down in
14843 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14844 the C compiler to use to create programs which are run in the
14845 build environment, set it to default to $(CC), and passed it down
14846 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14847
14848Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14849
14850 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14851 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14852 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14853 FOR_TARGET variants, to newlib and libg++.
14854
14855Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14856
14857 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14858 first.
14859
14860Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14861
14862 * config.sub: Accept `elf' as an environment.
14863
14864Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14865
14866 * Makefile.in (all-opcodes): cd into the right directory
14867
14868Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14869
14870 * configure: added -program_transform_name option, used as
14871 argument to sed when installing programs.
14872 configure.texi: added documentation for -program_prefix,
14873 -program_suffix and -program_transform_name.
14874
14875Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14876
14877 * config.sub: Accept i486 where i386 ok.
14878
14879Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14880
14881 * config.sub: accept we32k
14882
14883Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14884
35590697 14885 * config.sub, configure.in: accept OSE68000 and OSE68k.
252b5132
RH
14886
14887 * Makefile.in: don't create all directories for ``make install'';
14888 let the subdirectories create the ones they need.
14889
14890Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14891
80413487 14892 * COPYING: new file, GPL v2
252b5132
RH
14893
14894Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14895
14896 * Makefile.in: use the new gen-info-dir, which needs a template
14897 argument (which also lives in texinfo)
14898
14899 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14900
252b5132
RH
14901Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14902
14903 * config.sub (ncr3000): Change i386 to i486.
14904
14905Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14906
14907 * Makefile.in: add install-rcs, install-grep to
14908 install-no-fixedincludes, removed install-bison and install-libgcc
14909
14910Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14911
14912 * configure.in: grab the HPUX makefile fragment if on HPUX
14913
14914Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14915
14916 * Makefile.in: eradicate bison spoor (ditto libgcc).
14917 configure.in: recognise m68{k,000}-ericsson-OSE.
14918 es1800 is alias for m68k-ericsson-OSE
14919
14920Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14921
14922 * configure.in: rearrange the parts that remove programs from
14923 configdirs, based now on HOST==TARGET or by canonical triple.
14924
14925Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14926
14927 * test-build.mk: recurse explicitly with -f test-build.mk when
14928 appropriate. predicate stage3 and comparison on the existence
14929 of gcc. That is, if gcc isn't around, we aren't three-staging.
14930 On very clean, also remove ...stamp-co. Build in-place before
14931 doing other builds.
14932
14933Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14934
14935 * Makefile.in, configure.in: add tgas
14936
14937Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14938
14939 * Makefile.in: a number of changes merged in from progressive.
14940
14941 * configure.in: add libm.
14942
14943 * .cvsignore: ignore some stuff that comes from test-build.mk.
14944
252b5132
RH
14945Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14946
14947 * config.sub: Add es1800 (m68k-ericsson-es1800).
14948
14949Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14950
14951 * configure: Add program_suffix (parallel to program_prefix)
14952 * Makefile.in: adjust directory-creating script for losing decstation
14953
14954Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14955
14956 * configure: Minor $subdir-related fixes.
14957
14958Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14959
14960 * configure: fix various problems with propogating
14961 makefile_target_frag in subdirs.
14962 * configure.in: config libgcc if its there
14963
14964Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14965
14966 * config.sub: HPPA merge.
14967
252b5132
RH
14968Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14969
14970 * Makefile.in: Replace all-bison with all-byacc in all
14971 dependency lines for other tools (which now use byacc).
14972
14973Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14974
14975 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14976
252b5132
RH
14977Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14978
14979 * Makefile.in: make gprof rules similar to byacc rules (instead of
14980 vestigal $(unsubdir) that didn't work...)
14981
14982Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14983
14984 * config.sub: Add support for Linux.
14985 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14986 (at least for libg++).
14987
14988Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14989
14990 * configure.texi: fix doc for the -nfp option to configure
14991
14992Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14993
14994 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14995
14996Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14997
14998 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14999 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
15000 * configure.in: added solaris* host_makefile_frag hook.
15001
15002Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15003
15004 * config.sub: changed recognition of m68000 so that various
15005 m68k types can be specified via m680[01234]0
15006
15007Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15008
15009 * config.sub (basic_machine): fix sed so that '-foo' isn't
15010 completely substituted out while .+'-foo' loses the '-foo'
15011
15012Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15013
15014 * config.sub ($os): Add -aout.
15015
15016Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
15017
15018 * configure: If host_makefile_frag is absolute, don't
15019 prefix ${invsubdir} (relevant to libg++ auto-configure).
15020
15021Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
15022
15023 * Makefile.in (tooldir): Define it.
15024 (all-ld): Depend on all-flex.
15025
15026Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
15027
15028 * Makefile.in (check): Fix libg++ special case.
15029
15030Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
15031
15032 * configure: do not bury `pwd` into config.status, thus do fewer
15033 pwd's.
15034
15035 * configure: print the "Building in" message only when building in
15036 other than "." AND verbose.
15037
15038 * configure: remove -s, rework -v to better accomodate guested
15039 configures.
15040
15041 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
15042
15043Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
15044
15045 * Makefile.in: macroize flags passed on recursion. remove
15046 fileutils.
15047
15048Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
15049
15050 * configure: get makesrcdir right for subdirs deeper than 1.
15051
15052 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
15053 install.
15054
15055Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
15056
15057 * Makefile.in: don't print subdir_do or recursion lines.
15058
15059Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
15060
15061 * standards.texi: added menu item.
15062
15063 * Makefile.in: build and install standards.info.
15064
15065 * standards.texi: new file.
15066
15067Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15068
15069 * configure: test for and move config.status pieces from
15070 ${subdir}/.
15071
15072Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
15073
252b5132
RH
15074 * configure: Test for existance of files before trying to mv
15075 them, to avoid numerous non-existance messages.
15076
15077Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
15078
15079 * configure: correct final line of config.status.
15080
15081 * configure: patch from eggert. Avoids a protection problem if
15082 the original Makefile.in is read only.
15083
15084 * configure: use move-if-change from gcc to create config.status.
15085 Some makefiles depend on config.status to tell if a directory
15086 has been reconfigured for a different host. This change
15087 prevents those directories from remaking everything in the case
15088 where the reconfig was only intended to rebuild a Makefile.
15089
15090 * configure: test for config.sub with "config.sub sun4" rather
15091 than "config.sub ${host_alias}". Otherwise we can't tell a bad
15092 host alias from a missing config.sub.
15093
15094Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15095
15096 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
15097 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
15098
15099Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
15100
15101 * configure: mkdir ${subdir} as needed.
15102
15103Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
15104
15105 * Makefile.in,configure.in: added autoconf.
15106
15107Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15108
15109 * Makefile.in: no longer pass against on recursion.
15110
15111 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
15112 definitions are not inherited.
15113
15114 * configure: correct makesrcdir when subdir is .
15115
15116Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
15117
15118 * configure: Add support for 'subdirs' variable, which is
15119 like 'configdirs', except that configure doesn't re-invoke
15120 itself for subdirs, it just creates a Makefile for each subdir.
15121 * configure.texi: Document subdirs.
15122
15123Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
15124
15125 * configure.in: added flex to configdirs
15126
15127Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
15128
15129 * Makefile.in: remove clean-stamps from clean.
15130
15131Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
15132
15133 * configure.in: Add gdbtest to configdirs.
15134
15135Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
15136
15137 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
15138 to recursive makes.
15139 * configure.in: Recognize new ncr3000 config.
15140
15141Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
15142
15143 * Makefile.in, configure.in: removed references to gdbm.
15144
15145Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
15146
15147 * config.sub: Don't canonicalize os value
15148 newsos* to bsd (readline needs to check for newsos).
15149 (This fix was earlier made Jan 31, but got re-broken.)
15150
15151Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
15152
15153 * configure.in: sco is an os, not a vendor!
15154
15155 * configure: Quote $( better. Keep various shells happy.
15156
15157Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
15158
15159 * Makefile.in: eliminate stamp-files.
15160
15161Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
15162
15163 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
15164 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
15165
15166Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
15167
15168 * config.sub: fix iris/iris3.
15169
15170Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
15171
15172 * configure: re-add -rm.
15173
15174Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
15175
15176 * Maskefile.in: add .stmp-rcs to all.
15177
15178 * configure.in: remove gas from rs6000 build, use aix host fragment.
15179
15180Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
15181
15182 * configure: pass down site_option during recursion.
15183
15184Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
15185
15186 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
15187
15188Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
15189
15190 * configure: Change exec_prefix so that it really defaults to prefix.
15191
15192Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
15193
15194 * Makefile.in, configure.in: Add support for mmalloc library.
15195
15196Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
15197
15198 * Makefile.in: add stmp dependencies for a few more things.
15199
15200Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
15201
15202 * configure: adjusted error message on objdir/srcdir configure
15203 collision, per john's suggestion.
15204
15205 * Makefile.in: add libiberty stmp to all and all.cross.
15206
15207Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
15208
15209 * Makefile.in: remove force dependencies, add grep to all.
15210
15211Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
15212
15213 * Makefile.in: drop flex. make stamp files work.
15214
15215 * configure: added test for conflicting configuration in srcdir,
15216 remove trailing slashes from srcdir. Otherwise emacs gdb mode
15217 gets cranky. use relative paths for configure and srcdir
15218 whenever possible. Send some error messages to stderr that were
15219 going to stdout.
15220
15221Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
15222
15223 * Makefile.in: Fix libg++ rule to check for gcc directory
15224 before using gcc/gcc. Also pass XTRAFLAGS.
15225
15226Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
15227
15228 * Makefile.in: added stmp-files so that directories aren't polled
15229 when they are already built.
15230
15231 * configure.texi: fixed a node pointer problem.
15232
15233Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
15234
4bddf3ad 15235 * config.sub configure.in gdb/configure.in
252b5132
RH
15236 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
15237 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
15238 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
15239
15240Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15241
15242 * configure: -recurring becomes -silent. corrected help message
15243 for -site= option.
15244
15245 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
15246
15247Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15248
15249 * configure: when building Makefile for crosses, replace
15250 tooldir and program_prefix. default srcdir from location of
15251 config.sub. remove "for host in hosts" and "for target in
15252 targets" loops.
15253
15254Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
15255
15256 * Makefile.in: Do not pass bindir or mandir to cvs.
15257
15258Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
15259
15260 * Makefile.in, configure.in: removed traces of namesubdir,
15261 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
15262 copyrights to '92, changed some from Cygnus to FSF.
15263
15264 * configure.texi: remove most references to multiple hosts,
15265 multiple targets, subdirs, etc.
15266
15267 * configure.man: removed rcsid. reference config.sub not
15268 config.subr.
15269
15270 * Makefile.in: mkdir $(infodir) on install-info.
15271
15272Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
15273
15274 * configure.texi: Explain better about .gdbinit and about
15275 the environment that configure.in sections run in.
15276
15277Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
15278
15279 * configure.in: Ultrix is only a decstation if it's a MIPS.
15280
15281Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
15282
15283 * README: DOC.configure => cfg-paper.texi.
15284
15285Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
15286
15287 * config.sub (near case $os): Don't convert newsos* to bsd!
15288
15289Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
15290
15291 * Makefile.in: Reinstall change from gdb-4.3 that reduces
15292 the number of copies of COPYING that go into the GDB tar file.
15293
15294Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
15295
4bddf3ad 15296 * bfd/configure.in, gdb/config/mh-i386sco,
252b5132
RH
15297 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
15298 Fix SCO configuration stuff.
15299
15300Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
15301
15302 * Makefile.in: For libg++, make sure the -I pointing
15303 to the gcc directory goes *after* all the libg++-local -I flags.
15304 Also, move just-gcc dependency from just-libg++ to all-libg++.
15305
15306Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
15307
15308 * configure: Change -x to -f to keep Ultrix /bin/test happy.
15309
15310Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
15311
15312 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
15313
15314Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
15315
15316 * config.sub: Add stratus configuration frags. Also
15317 submitted to FSF.
15318
15319Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
15320
15321 * Makefile.in (DEV_SUPPORT): add configure.man.
15322
15323 * config.sub(Decode manufacturer-specific): add -none*.
15324
15325Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
15326
15327 * Makefile.in: remove form feeds to make Sun's make happy.
15328 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
15329
15330Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
15331
15332 * Makefile.in (AR_FLAGS): Make quieter.
15333
15334Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
15335
15336 * configure.in: Add libg++.
15337 * configure: When verbose, don't output the command line at each
15338 level; it will be unremarkably the same as the previous version,
15339 which will be the same as what the user typed.
15340
15341Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
15342
15343 * configure.in, Makefile.in: fix clean-info, add flex. add
15344 fileutils.
15345
15346 * configure: be less sensitive to spaces in Makefile.in. Do not
15347 look for sources in "..". Doing so breaks subdirectories that
15348 might have their own configure. If a subdir has it's own
15349 configure script, use it.
15350
15351Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
15352
15353 * cfg-paper.texi: some changes suggested by rms.
15354
15355Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
15356
15357 * config.sub: Merge in some small additions from the FSF version,
15358 taken from the gcc distribution, to bring the Cygnus and FSF
15359 versions into closer sync.
15360
15361Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15362
15363 * configure.in: Changed svr4 references to sysv4.
15364
15365Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15366
15367 * configure: added -V for version number option.
15368
15369Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15370
15371 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15372 renamed from DOC.configure to cfg-paper.texi.
15373
15374Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15375
15376 * configure, config.subr, config.sub: config.subr is now
15377 config.sub again.
15378
15379Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15380
15381 * configure.texi: new file, in progress.
15382
15383 * Makefile.in: build info file and install the man page for
15384 configure.
15385
15386 * configure.man: new file, first cut.
15387
15388 * configure: find config.subr again now that configuration "none"
15389 has gone. removed all traces of the -ansi option. removed all
15390 traces of the -languages option.
15391
15392 * config.subr: resync from rms.
15393
d932cae7 153941991-12-11 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15395
15396 * configure, config.sub, config.subr: merge config.sub into
15397 config.subr, call the result config.subr, remove config.sub, use
15398 config.subr.
15399
15400 * Makefile.in: revised install for dir.info.
15401
d932cae7 154021991-12-10 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15403
15404 * configure.in: add decstation host makefile frag.
15405
15406 * Makefile.in: BISON now bison -y again. also install-gcc on
15407 install. clean-gdbm on clean. infodir belongs in datadir.
15408 Make directories for info install. Build dir.info here then
15409 install it.
15410
d932cae7 154111991-12-09 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15412
15413 * Makefile.in: fix for bad directory tests.
15414
d932cae7 154151991-12-07 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15416
15417 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15418 regexp. -srcdir relative was being handled incorrectly.
15419
15420 * Makefile.in: unwrapped some for loops so that parallel makes
15421 work again and so one can focus one's attention on a particular
15422 package.
15423
d932cae7 154241991-12-06 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15425
15426 * configure: added PWD as a stand in for `pwd` (for speed). use
15427 elif wherever possible. make -srcdir work without -objdir.
15428 -objdir= commented out.
15429
d932cae7 154301991-12-05 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15431
15432 * configure: +options become --options. -subdirs commented out.
15433 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15434 Makefile now at top of generated Makefile. Removed cvs log
15435 entries. added -srcdir. create .gdbinit only if there is one
15436 in ${srcdir}.
15437
15438 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15439 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15440 and mandir now keyed off datadir by default.
15441
d932cae7 154421991-11-22 K. Richard Pixley (rich at rtl.cygnus.com)
252b5132
RH
15443
15444 * Freshly created ChangeLog.
15445
15446\f
15447Local Variables:
15448mode: change-log
15449left-margin: 8
15450fill-column: 76
15451version-control: never
15452End:
This page took 1.30927 seconds and 4 git commands to generate.