]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
configure.in: Fix thinko in previous check-in.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
b6348cb3
PB
12006-07-03 Paolo Bonzini <bonzini@gnu.org>
2
3 * configure.in: Fix thinko in previous check-in.
4 * configure: Regenerate.
5
1546bb64
PB
62006-07-03 Paolo Bonzini <bonzini@gnu.org>
7
8 PR other/27063
9 * configure.in: Test subdir_requires and give an appropriate
10 error message.
11 * configure: Regenerate.
12
5cb6c629
AJH
132006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
14
15 * MAINTAINERS (Write After Approval): Add myself.
16
f4d8cdf8
JDA
172006-06-22 John David Anglin <dave.anglin@nrc.ca>
18
19 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
20
4fe5abb7
SE
212006-06-22 Steve Ellcey <sje@cup.hp.com>
22
23 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
24
2a79fd67
DA
252006-06-20 David Ayers <d.ayers@inode.at>
26
27 PR bootstrap/28072
28 * configure.in: Add target-boehm-gc to noconfigdirs depending on
29 whether target-libjava is being configured instead of whether the
30 java front end is enabled.
31 * configure: Regenerate.
32
04879af3
RO
332006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
34
35 PR target/27540
36 * configure.in: Only enable libgomp on IRIX 6.
37 * configure: Regenerate.
38
ec6c7392
PB
392006-06-15 Paolo Bonzini <bonzini@gnu.org>
40
41 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
42 too.
43 * Makefile.in: Regenerate.
44
12973d7a
DD
452006-06-13 Jeff Johnston <jjohnstn@redhat.com>
46
47 * config-ml.in: Alter CCASFLAGS to include special
48 multilib options the same as is done for CFLAGS.
49
c67ed86a
JDA
502006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
51
52 * configure.in: Don't enable libgomp on hpux10.
53 * configure: Rebuilt.
54
cb253473
DA
552006-06-12 David Ayers <d.ayers@inode.at>
56
57 PR bootstrap/27963
58 PR target/19970
59 * configure.in: Remove target-boehm-gc from noconfigdirs where
60 ${libgcj} is specified.
61 * configure: Regenerate.
62
32845532
CD
632006-06-06 Carlos O'Donell <carlos@codesourcery.com>
64
65 Sync from src:
66
67 * configure.in: Sync.
68 * configure: Regenerated.
69
70 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
71
72 * Makefile.def: Added dependencies from sim and gdb on intl, and
73 added configure dependencies to everything with an all dependency
74 on intl.
75 * Makefile.in: Regenerated.
76
7cd0cf9c
DA
772006-06-06 David Ayers <d.ayers@inode.at>
78
79 PR libobjc/13946
80 * Makefile.def: Add dependencies for libobjc which boehm-gc.
81 * Makefile.in: Regenerate.
82 * configure.in: Add --enable-objc-gc at toplevel and have it
83 enable boehm-gc for Objective-C.
84 Remove target-boehm-gc from libgcj.
85 Add target-boehm-gc to target_libraries.
86 Add target-boehm-gc to noconfigdirs where ${libgcj}
87 is specified.
88 Assert that boehm-gc is supported when requested for Objective-C.
89 Only build boehm-gc if needed either for Java or Objective-C.
90 * configure: Regenerate.
91
3ff3adad
PB
922006-06-05 Paolo Bonzini <bonzini@gnu.org>
93
94 PR 27674
95 * Makefile.tpl (configure-[+prefix+][+module+],
96 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
97 Remove rule to unstage bootstrapped modules.
98 (stage_current): New.
99 * Makefile.in: Regenerate.
100
898e551d
LB
1012006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
102
103 * MAINTAINERS (Write After Approval): Update my e-mail address.
104
ea60341e
MS
1052006-06-01 Mark Shinwell <shinwell@codesourcery.com>
106
107 * include/libiberty.h: Declare pex_run_in_environment.
108
222ae291
AL
1092006-05-31 Asher Langton <langton2@llnl.gov>
110
111 * MAINTAINERS (Write After Approval): Add myself.
898e551d 112
e9a54b07
PB
1132006-05-25 Paolo Bonzini <bonzini@gnu.org>
114
115 * Makefile.def (bfd, opcodes): Fix lib_path.
116 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
117 (restrap): Move under "@if gcc-bootstrap". Fix typo.
118 * Makefile.in: Regenerate.
119
03e67131
CD
1202006-05-24 Carlos O'Donell <carlos@codesourcery.com>
121
122 * Makefile.in: Regenerate.
123
65d6e994
CD
1242006-05-24 Carlos O'Donell <carlos@codesourcery.com>
125
126 * Makefile.def: Add install-html target. Add datarootdir
127 docdir and htmldir to flags_to_pass.
128 * Makefile.tpl: Add install-html target.
129 * Makefile.in: Regenerate.
130 * configure.in: Add --with-datarootdir, --with-docdir, and
131 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
132 * configure: Regenerate.
133
9e299237
MS
1342006-05-24 Mark Shinwell <shinwell@codesourcery.com>
135
136 * configure.in: Enable gprof for cross builds.
137 * configure: Regenerate.
138
c31202cd
RG
1392006-05-22 Richard Guenther <rguenther@suse.de>
140
141 Revert
142 2006-01-31 Richard Guenther <rguenther@suse.de>
143 Paolo Bonzini <bonzini@gnu.org>
144
145 * Makefile.def (target_modules): Add libgcc-math target module.
146 * configure.in (target_libraries): Add libgcc-math target library.
147 (--enable-libgcc-math): New configure switch.
148 * Makefile.in: Re-generate.
149 * configure: Re-generate.
150 * libgcc-math: New toplevel directory.
151
2a332582
JDA
1522006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
153 Andreas Tobler <a.tobler@schweiz.ch>
154
155 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
156 * configure: Rebuilt.
157
ccce6917
SL
1582006-05-12 Sandra Loosemore <sandra@codesourcery.com>
159
160 * MAINTAINERS (Write After Approval): Add myself.
161
ed606bc0
DD
1622006-05-01 DJ Delorie <dj@redhat.com>
163
3d8f47a0 164 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
165 * configure: Regenerate.
166
9386bd20
RG
1672006-05-01 Richard Guenther <rguenther@suse.de>
168
169 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
170 maintainer.
171
7b3bd503
KZ
1722006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
173
174 * MAINTAINERS (Write After Approval): Add myself.
175
87ceee72
JB
1762006-04-28 Jan Beulich <jbeulich@novell.com>
177
178 * MAINTAINERS (Write After Approval): Add myself.
179
e88a2c09
DD
1802006-04-18 DJ Delorie <dj@redhat.com>
181
182 * configure.in (m32c): Build libstdc++-v3. Pass flags to
183 reference libgloss so that libssp can be built in a combined
184 tree.
185 * configure: Regenerate.
186
675f0a8a
RM
1872006-04-08 Robert Millan <rmh@gcc.gnu.org>
188
189 * MAINTAINERS (Write After Approval): Add myself.
190
27b6c940
BE
1912006-04-05 Ben Elliston <bje@au.ibm.com>
192
193 * configure.in: Require makeinfo 4.4 or higher.
194 * configure: Regenerate.
195
687b17d4
GP
1962006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
197
198 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
199 Rearrange the entries of other libraries to have them in one place.
200
906ac235
JB
2012006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
202
203 * MAINTAINERS (Write After Approval): Remove myself.
204 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
205
fb0103e5
RG
2062006-03-14 Richard Guenther <rguenther@suse.de>
207
208 * configure: Regenerate with autoconf 2.13.
209
17237f6b
JB
2102006-03-13 Jim Blandy <jimb@codesourcery.com>
211
212 * MAINTAINERS: Use my work address.
bed31434
JB
213
214 * MAINTAINERS: Update my E-mail address.
215
27079765
AH
2162006-03-10 Aldy Hernandez <aldyh@redhat.com>
217
218 * configure.in: Handle --disable-<component> generically.
219 * configure: Regenerate.
220
54a17039
L
2212006-03-01 H.J. Lu <hongjiu.lu@intel.com>
222
223 PR libgcj/17311
224 * ltmain.sh: Don't use "$finalize_rpath" for compile.
225
b9bd11ca
EE
2262006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
227
228 * MAINTAINERS (Write After Approval): Remove myself.
229 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
230
e9a54b07
PB
2312006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
232
072b06f2
RE
233 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
234 (TARGET_CONFIGDIRS): Remove.
235 * configure.in: Remove AC_SUBST(target_configdirs).
236 * Makefile.in, configure: Regenerated.
ee2312f3 237
936e1a35
SK
2382006-02-20 Steven G. Kargl <kargls@comcast.net>
239
240 * MAINTAINERS (Write After Approval): Remove myself.
241 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
242
cc11cc9b
PB
2432006-02-20 Paolo Bonzini <bonzini@gnu.org>
244
245 PR bootstrap/25670
246
247 * Makefile.tpl ([+compare-target+]): Print explanation messages.
248
249 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
250 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
251 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
252 BUILD_PREFIX, BUILD_PREFIX_1.
253 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
254
255 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
256 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
257
258 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
259 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
260 of `cat stage_current`. Always provide the `r' and `s' variables.
261 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
262 a single shell execution.
263 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
264 bootstrapped modules, make the stage1 module if the build was not
265 started yet, else build the current stage.
266 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
267 (all-build, all-host, all-target, [+make_target+]-host,
268 [+make_target+]-target): Do not use \-continued lines.
269 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
270 (current_stage, restrap, stage_last): New.
271
272 * Makefile.in: Regenerate.
273 * configure: Regenerate.
274
63a7c9ef
BD
2752006-02-19 Bud Davis <jmdavis@link.com>
276
277 * MAINTAINERS (Write After Approval): Remove myself.
278 (Language Front End Maintainers): Add myself as fortran 95
279 maintainer and update e-mail address.
280
a3543e3a
FXC
2812006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
282
283 * MAINTAINERS (Write After Approval): Remove myself.
284 (Language Front End Maintainers): Add myself as fortran 95
285 maintainer.
286
ca5b1d2c
VK
2872006-02-16 Victor Kaplansky <victork@il.ibm.com>
288
289 * MAINTAINERS (Write After Approval): Add myself.
290
0499513f
TK
2912006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
292
293 * MAINTAINERS (Write After Approval): Remove myself.
294 (Language Front End Maintainers): Add myself as
295 fortran 95 maintainer.
296
d1f8db0c
PB
2972006-02-14 Paolo Bonzini <bonzini@gnu.org>
298
299 Sync from src:
300
301 2005-12-27 Leif Ekblad <leif@rdos.net>
302
303 * configure.in: Add support for RDOS target.
304 * configure: Regenerate.
305
3062006-02-14 Paolo Bonzini <bonzini@gnu.org>
307 Andreas Schwab <schwab@suse.de>
308
309 * configure: Regenerate.
310
cac90078
DE
3112006-02-12 David Edelsohn <edelsohn@gnu.org>
312
313 * configure.in (enable_libgomp): Add AIX.
314 * configure: Regenerate.
315
bd37fbf5
MK
3162006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
317
318 * MAINTAINERS (Write After Approval): Add myself.
319
23027b7a
LM
3202006-02-03 Lee Millward <lee.millward@gmail.com>
321
322 * MAINTAINERS (Write After Approval): Add myself.
323
0058967b
RG
3242006-01-31 Richard Guenther <rguenther@suse.de>
325 Paolo Bonzini <bonzini@gnu.org>
326
327 * Makefile.def (target_modules): Add libgcc-math target module.
328 * configure.in (target_libraries): Add libgcc-math target library.
329 (--enable-libgcc-math): New configure switch.
330 * Makefile.in: Re-generate.
331 * configure: Re-generate.
332 * libgcc-math: New toplevel directory.
333
e8b05380
PB
3342006-01-26 Paolo Bonzini <bonzini@gnu.org>
335
336 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
337 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
338 the assembler, linker and binutils.
339 * configure: Regenerate.
340
d54d5437
DM
3412006-01-22 Dirk Mueller <dmueller@suse.de>
342
343 * MAINTAINERS (Write After Approval): Add myself.
344
670cbfcf
DN
3452006-01-20 Diego Novillo <dnovillo@redhat.com>
346
347 * configure: Regenerate.
348
953ff289
DN
3492006-01-18 Richard Henderson <rth@redhat.com>
350 Jakub Jelinek <jakub@redhat.com>
351 Diego Novillo <dnovillo@redhat.com>
352
353 * libgomp: New directory.
354 * Makefile.def: Add target_module libgomp.
355 * Makefile.in: Regenerate.
356 * configure.in (target_libraries): Add target-libgomp.
357 * configure: Regenerate.
358
32ce4048
AO
3592006-01-05 Alexandre Oliva <aoliva@redhat.com>
360
361 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
362 @ from continuation.
363 * Makefile.in: Rebuilt.
364
0eaf8e17 3652006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 366
c76c0c83
CL
367 * MAINTAINERS (Write After Approval): Add myself.
368
2d309510
PB
3692006-01-04 Paolo Bonzini <bonzini@gnu.org>
370
371 PR bootstrap/24252
372
373 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
374 * Makefile.tpl (OBJDUMP): New.
375 (EXTRA_HOST_FLAGS): Add it.
376 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
377
953ff289
DN
378 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
379 to use symbolic links between directories. Avoid race conditions
380 or make them harmless.
381 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
382
383 * Makefile.def (LEAN): Pass.
384 * Makefile.tpl (LEAN): Define.
385 (stage[+id+]-start): Accept that the previous directory does not
386 exist, if the bootstrap is lean.
387 (stage[+id+]-bubble): Invoke lean bootstrap commands after
388 stage[+id+]-start. Use a makefile variable and an `if' instead of a
389 configure substitution.
390 ([+compare-target+]): Likewise.
391 ([+bootstrap-target+]-lean): New.
392 * configure.in: Remove lean bootstrap support from here.
393
953ff289
DN
394 * Makefile.in: Regenerate.
395 * configure: Regenerate.
2d309510 396
368872c3
BE
3972006-01-04 Ben Elliston <bje@au.ibm.com>
398
399 * MAINTAINERS (libdecnumber): Add myself.
400
d79e6356
MM
4012006-01-02 Mark Mitchell <mark@codesourcery.com>
402
403 * libtool-ldflags: New script.
404
a6fbc1e2
AS
4052006-01-02 Andreas Schwab <schwab@suse.de>
406
407 * configure.in: When reconfiguring remove Makefile in
408 all stage directories.
409 * configure: Regenerate.
410
103a4b39
SB
4112005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
412
413 * MAINTAINERS: Update my email address.
414
212f829c
PB
4152005-12-20 Paolo Bonzini <bonzini@gnu.org>
416
417 Revert Ada-related part of the previous change.
418
419 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
420 Do not pass.
421 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
422 * Makefile.in: Regenerate.
423 * configure.in: Do not include mt-ppc-aix target fragment.
424 * configure: Regenerate.
425
8ef1f2df
PB
4262005-12-19 Paolo Bonzini <bonzini@gnu.org>
427
428 * configure.in: Select appropriate fragments for PowerPC/AIX.
429 * configure: Regenerate.
430
431 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
432 BOOT_CFLAGS, BOOT_LDFLAGS.
433 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
434 BOOT_CFLAGS, BOOT_LDFLAGS.
435 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
436 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
437 (stage): Fail if we cannot complete the work.
438 * Makefile.in: Regenerate.
439
ab34901f
NS
4402005-12-16 Nathan Sidwell <nathan@codesourcery.com>
441
442 * configure.in: Replace ms1 with mt.
443 * configure: Rebuilt.
444
cbe82f21
BM
4452005-12-15 Bryce McKinlay <mckinlay@redhat.com>
446
447 * MAINTAINERS: Update my email address.
448
19843472
PB
4492005-12-15 Paolo Bonzini <bonzini@gnu.org>
450
451 * Makefile.tpl (all, do-[+make_target+], do-check, install,
452 install-host-nogcc): Don't invoke $(stage) at the end.
453 * Makefile.in: Regenerate.
454
1ca26cd2
PB
4552005-12-14 Paolo Bonzini <bonzini@gnu.org>
456
457 * configure.in: Flip the top-level bootstrap switch.
458 * configure: Regenerate.
459
f41d6665
DJ
4602005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
461
462 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
463 $(stage) and $(unstage).
464 (EXTRA_TARGET_FLAGS): Correct double-quoting.
465 (all): Remove stray semicolon.
466 (local-distclean): Don't handle multilib.tmp and multilib.out.
467 (install.all): Set $s for consistency.
468 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
469 check_multilibs setting. Always make the install directory.
470 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
471 Correct @if/@endif.
472 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
473 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
474 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
475 (multilib.out): Remove.
476 * Makefile.in: Regenerated.
477
9174b3cf
CD
4782005-12-12 Carlos O'Donell <carlos@codesourcery.com>
479
480 * MAINTAINERS (Write After Approval): Add myself.
481
64f182bd
NS
4822005-12-12 Nathan Sidwell <nathan@codesourcery.com>
483
121b2cee
NS
484 * MAINTAINERS: Add myself as mt maintainer.
485
64f182bd
NS
486 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
487
a6d63770
AN
4882005-12-06 Adam Nemet <anemet@caviumnetworks.com>
489
490 * MAINTAINERS: Change email address.
491
2abefe3d
PB
4922005-12-05 Paolo Bonzini <bonzini@gnu.org>
493
494 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
495 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
496 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
497 Find in-tree tools if available.
498 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
499 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
500 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
501 (COMPILER_*_FOR_TARGET): New.
502 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
503 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
504 (CONFIGURED_*, USUAL_*): Remove.
505 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
506 STRIP): Use autoconf substitutions.
507 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
508 COMPILER_NM_FOR_TARGET): New.
509 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
510
511 (all): Make all-host and all-target in parallel.
512 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
513 that $$r and $$s are set before invoking a recursive make.
514 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
515 ([+bootstrap-target+]): Inline most of the `all' target.
516
2f3bdde7
BE
5172005-11-29 Ben Elliston <bje@au.ibm.com>
518
519 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
520 from the gcc build directory.
521 * Makefile.in: Regenerate.
522
a4b6c45a
BE
5232005-11-29 Ben Elliston <bje@au.ibm.com>
524
525 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
526 depend on all-libdecnumber.
527 * configure.in (host_libs): Include libdecnumber.
528 * Makefile.in: Regenerate.
529 * configure: Likewise.
530
473a74b9
BE
5312005-11-29 Ben Elliston <bje@au.ibm.com>
532
533 * libdecnumber: Import decNumber sources from the dfp-branch.
534
b4623110
KJ
5352005-11-21 Kean Johnston <jkj@sco.com>
536
537 * config.sub, config.guess: Sync from upstream sources.
538
67dc1785
BE
5392005-11-21 Ben Elliston <bje@au.ibm.com>
540
541 Import from Autoconf sources:
542
543 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
544 * config/move-if-change: Don't output "$2 is unchanged";
545 suggested by Ben Elliston. Handle weird characters correctly.
546
186abafe
AT
5472005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
548
549 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
550 to match upstream libtool for darwin.
551
ef9db8d5
DJ
5522005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
553
554 * Makefile.def: Remove gdb dependencies for gdbtk.
555 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
556 (configure-gdb, install-gdb): New rules.
557 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
558 * Makefile.in, configure: Regenerated.
559
9c5141ab
JB
5602005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
561
562 * MAINTAINERS (Write After Approval): Add myself.
563
4523d51b
EE
5642005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
565
566 * MAINTAINERS (Write After Approval): Add myself.
567
086b011c
DN
5682005-10-24 Diego Novillo <dnovillo@redhat.com>
569
570 * MAINTAINERS (alias analysis): Add Daniel Berlin and
571 Diego Novillo.
572
e7c84bf8
PB
5732005-10-22 Paolo Bonzini <bonzini@gnu.org>
574
575 PR bootstrap/24297
576 * Makefile.tpl (do-[+make-target+], do-check, install,
577 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
578 are set before recursing.
579 * Makefile.in: Regenerate.
580
b88a7564
EB
5812005-10-20 Eric Botcazou <ebotcazou@adacore.com>
582
583 PR bootstrap/18939
584 * Makefile.def (gcc) <target>: Fix thinko.
585 * Makefile.in: Regenerate.
586
61efc800
BS
5872005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
588
589 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
590 * configure: Regenerate.
591
f53d2869
JZ
5922005-10-15 Jie Zhang <jie.zhang@analog.com>
593
594 * MAINTAINERS (Write After Approval): Add self.
595
077fc835
KH
5962005-10-08 Kazu Hirata <kazu@codesourcery.com>
597
598 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
599 target-libffi, target-qthreads, target-libjava, and
600 targetlibobjc.
601 * configure: Regenerate.
602
d739199a
DJ
6032005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
604
605 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
606 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
607 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
608 (USUAL_OBJDUMP_FOR_TARGET): New.
609 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
610 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 611 * configure, Makefile.in: Regenerated.
d739199a 612
db38c6bb
PB
6132005-10-05 Paolo Bonzini <bonzini@gnu.org>
614
615 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
616 before other host packages.
617
3015564c
KK
6182005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
619
620 * MAINTAINERS: Add self as sh libraries/configury maintainer.
621
1061f99e
PB
6222005-10-05 Paolo Bonzini <bonzini@gnu.org>
623
624 PR bootstrap/22340
625
626 * configure.in (default_target): Remove.
627 * Makefile.tpl (all): Do not use prerequisites as subroutines
628 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
629 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
630 use prerequisites as subroutines.
631 (check-host, check-target): New.
632 (bootstrap configure & all targets): Do not use stage*-start
633 if the directory layout is already ok.
634 (non-bootstrap configure & all targets): Prepend a $(unstage).
635 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
636 (NOTPARALLEL): Remove.
637 (unstage, stage variables): New variables.
638 (unstage, stage targets): Simply expand to those variables.
639
640 * configure: Regenerate.
641 * Makefile.in: Regenerate.
642
4a9c436f
JW
6432005-10-04 James E Wilson <wilson@specifix.com>
644
645 * Makefile.def (lang_env_dependencies): Add libmudflap.
646 * Makefile.in: Regenerate.
647
37150080
AS
6482005-10-03 Andreas Schwab <schwab@suse.de>
649
650 Backport from libtool CVS:
651 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
652
653 * ltmain.sh: add support for installing into temporary
654 staging area (e.g. 'make install DESTDIR=...')
655
39d16468
L
6562005-10-03 H.J. Lu <hongjiu.lu@intel.com>
657
658 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
659 * configure: Regenerated.
660
72a7ab82
AP
6612005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
662
663 * configure: Regenerate with the correct
664 autoconf version.
665
6b65a26d
CM
6662005-09-30 Catherine Moore <clm@cm00re.com>
667
668 * configure.in (bfin-*-*): New.
669 * configure: Regenerated.
670
040b1c5a
GK
6712005-09-28 Geoffrey Keating <geoffk@apple.com>
672
673 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
674 (LIPO_FOR_TARGET): New.
675 (CONFIGURED_LIPO_FOR_TARGET): New.
676 (USUAL_LIPO_FOR_TARGET): New.
677 (STRIP_FOR_TARGET): New.
678 (CONFIGURED_STRIP_FOR_TARGET): New.
679 (USUAL_STRIP_FOR_TARGET): New.
680 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
681 STRIP_FOR_TARGET.
682 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
683 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
684 * Makefile.in: Regenerate.
685 * configure: Regenerate.
686
3a3c28db
DE
6872005-09-19 David Edelsohn <edelsohn@gnu.org>
688
689 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
690 (rs6000-*-aix*): Same.
691 * configure: Regenerate.
692
2749a921
TT
6932005-09-16 Tom Tromey <tromey@redhat.com>
694
695 * MAINTAINERS: Add self as java maintainer.
696
7f26dfa3
FXC
6972005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
698
699 * configure.in: Recognize f95 in the --enable-languages option,
700 and substitute it for fortran, issuing a warning.
701 * configure: Regenerate.
702
d8852c4f
PE
7032005-08-30 Phil Edwards <phil@codesourcery.com>
704
705 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
706 * configure: Regenerated.
707
ad685e81
AH
7082005-08-22 Aldy Hernandez <aldyh@redhat.com>
709
710 * MAINTAINERS: Add self as ms1 maintainer.
711
b00d752c
RE
7122005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
713
714 * Makefile.def (libssp): Add to lang_env_dependencies.
715 * Makefile.in: Regenerate.
716
9ed8fb9b
ILT
7172005-08-18 Ian Lance Taylor <ian@airs.com>
718
719 * MAINTAINERS: Add myself as middle-end maintainer.
720
0f029d39
CG
7212005-08-17 Christian Groessler <chris@groessler.org>
722
723 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
724 * Makefile.in: Regenerate.
725
81087874
AK
7262005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
727
728 * MAINTAINERS (write after approval): Added myself.
729
6a134f1c
MR
7302005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
731
732 * MAINTAINERS (Write After Approval): Add myself.
733
2693c0b0
PB
7342005-08-12 Paolo Bonzini <bonzini@gnu.org>
735
736 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
737 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
738 Look for alternate names of the target cc and c++
739 * configure: Regenerate.
740
4de997d1
PB
7412005-08-08 Paolo Bonzini <bonzini@gnu.org>
742
743 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
744 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
745 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
746 tools; remove code to manually set them.
747 (Target tools): Look in the environment for them.
748 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
749 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
750 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
751 build directory.
752 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
753 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
754 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
755 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
756 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
757 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
758 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
759 * configure: Regenerate.
760 * Makefile.in: Regenerate.
761
b089e33a
BE
7622005-07-28 Ben Elliston <bje@au.ibm.com>
763
764 * MAINTAINERS: Update for removed CPU targets.
765
e3791243
MM
7662005-07-27 Mark Mitchell <mark@codesourcery.com>
767
768 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
769 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
770 * Makefile.in: Regenerated.
771
526635cb
MM
7722005-07-26 Mark Mitchell <mark@codesourcery.com>
773
774 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
775 (CFLAGS_FOR_TARGET): Use it.
776 (CXXFLAGS_FOR_TARGET): Likewise.
777 * Makefile.in: Regenerated.
778 * configure.in (--with-build-sysroot): New option.
779 * configure: Regenerated.
780
19791f70
PB
7812005-07-24 Paolo Bonzini <bonzini@gnu.org>
782
783 * Makefile.tpl: Wrap install between unstage and stage
784 * Makefile.in: Regenerate.
785
35f5a23f
EC
7862005-07-21 Eric Christopher <echristo@apple.com>
787
788 * MAINTAINERS: Update affiliation.
789
ff3ddf15
PW
7902005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
791
792 * MAINTAINERS: Add self as crx port maintainer.
793
3a664c1c
DD
7942005-07-20 DJ Delorie <dj@redhat.com>
795
796 * MAINTAINERS: Add self as m32c maintainer.
797
539df155
KC
7982005-07-16 Kelley Cook <kcook@gcc.gnu.org>
799
800 * all files: Update FSF address.
801
be9c593a
EC
8022005-07-15 Eric Christopher <echristo@redhat.com>
803
804 * MAINTAINERS: Change affiliation.
805
fd7ea4ab
JB
8062005-07-14 Jim Blandy <jimb@redhat.com>
807
808 * configure.in: Add cases for Renesas m32c.
809 * configure: Regenerated.
810
0063a823
KC
8112005-07-14 Kelley Cook <kcook@gcc.gnu.org>
812
d0ca130a
KC
813 * COPYING.LIB: Update from fsf.org.
814
8152005-07-14 Kelley Cook <kcook@gcc.gnu.org>
816
817 * COPYING, compile, config.guess,
0063a823
KC
818 config.sub, install-sh, missing, mkinstalldirs,
819 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 820 * config-ml.in: Update FSF address.
0063a823 821
a8ba31f2
EC
8222005-07-13 Eric Christopher <echristo@redhat.com>
823
824 * configure.in: Add toplevel noconfigdir support for tpf.
825 * configure: Regenerate.
826
5bea4a03
PB
8272005-07-11 Paolo Bonzini <bonzini@gnu.org>
828
829 PR ada/22340
830
831 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
832 * Makefile.in: Regenerate.
833
284bdbbd
MM
8342005-07-07 Mark Mitchell <mark@codesourcery.com>
835
836 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
837 Brolley to write-after-approval.
838
452190fb
AS
8392005-07-07 Andreas Schwab <schwab@suse.de>
840
841 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
842 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
843 * Makefile.in: Regenerated.
844
9c8f9ec2
GK
8452005-07-06 Geoffrey Keating <geoffk@apple.com>
846
847 * configure.in: Don't build sim or rda when targetting darwin.
848 * configure: Regenerate.
849
ef0087a7
KH
8502005-07-06 Kazu Hirata <kazu@codesourcery.com>
851
852 * configure.in: Add --enable-libssp and --disable-libssp.
853 * configure: Regenerate with autoconf-2.13.
854
77008252
JJ
8552005-07-02 Jakub Jelinek <jakub@redhat.com>
856
857 * Makefile.def (target_modules): Add libssp.
858 * configure.in (target_libraries): Add target-libssp.
859 * configure: Rebuilt.
860 * Makefile.in: Rebuilt.
861
a04eae1b
ZW
8622005-07-01 Zack Weinberg <zackw@panix.com>
863
864 * MAINTAINERS: Change email address. Resign from maintainership.
865
948884cd
RG
8662005-07-01 Richard Guenther <rguenther@suse.de>
867
868 * MAINTAINERS: Change my e-mail address and affiliation.
869
c7870f5d
PB
8702005-06-22 Paolo Bonzini <bonzini@gnu.org>
871
872 * Makefile.def (stagefeedback): Come after profile.
873 Define profiledbootstrap target.
874 * Makefile.tpl (profiledbootstrap): Remove.
875 (stageprofile-end): Zap stagefeedback.
876 (stagefeedback-start): Copy all .gcda files, not only GCC's.
877 * Makefile.in: Regenerate.
878
ab99519a
RS
8792005-06-13 Richard Sandiford <richard@codesourcery.com>
880
881 * MAINTAINERS: Update my email address.
882
f610dd5f
ZW
8832005-06-13 Zack Weinberg <zack@codesourcery.com>
884
885 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
886 In 'cpp' stanza, support '#line' as well as '# '.
887
71bc2a83
AS
8882005-06-08 Andreas Schwab <schwab@suse.de>
889
890 * MAINTAINERS: Move myself from 'Write After Approval' to
891 'CPU Port Maintainers' section as m68k maintainer.
892
4fab7234
HPN
8932005-06-07 Hans-Peter Nilsson <hp@axis.com>
894
895 * configure.in (unsupported_languages): New macro.
896 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
897 non-ported target libraries in noconfigdirs.
898 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
899 non-linux-gnu. Remove libgcj_ex_libffi.
900 <lang_frag loop>: Set add_this_lang=no if the language is in
901 unsupported_languages.
902 * configure: Regenerate.
903
68193f9b
TS
9042005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
905
906 * configure.in: Fix typo in handling of --with-mpfr-dir.
907 * configure: Regenerate.
908
f26f6b8d
RS
9092005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
910
911 * MAINTAINERS: Update my email address.
912
ba4853f8
JB
9132005-06-02 Jim Blandy <jimb@redhat.com>
914
915 * config.sub: Add cases for the Renesas m32c. (This patch has been
916 accepted into the master sources.)
917
79dd769c 9182005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
919 Michael Snyder <msnyder@redhat.com>
920 Stan Cox <scox@redhat.com>
79dd769c 921
f610dd5f 922 * configure.in: Set noconfigdirs for ms1.
79dd769c 923
f610dd5f 924 * configure: Regenerate.
79dd769c 925
d29e107f
JD
9262005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
927
928 * MAINTAINERS (Write After Approval): Add self.
929
e93196c3
JC
9302005-06-01 Josh Conner <jconner@apple.com>
931
932 * MAINTAINERS (Write After Approval): Add self.
933
ae263c7a
KH
9342005-06-01 Kazu Hirata <kazu@codesourcery.com>
935
936 * MAINTAINERS: Update my email address.
937
585b3aa3
ZM
9382005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
939
940 * MAINTAINERS (Write After Approval): Add self.
941
4930c50b
CD
9422005-05-26 Chris Demetriou <cgd@broadcom.com>
943
944 * MAINTAINERS (Write After Approval): Remove self.
945
2dfbef6d
PB
9462005-05-25 Paolo Bonzini <bonzini@gnu.org>
947
948 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
949 (Dependencies): Consider target modules for bootstrap dependencies.
950 Make target bootstrap modules depend on each stage's gcc.
951 * Makefile.in: Regenerate.
952
bcb28cf5
PB
9532005-05-20 Paolo Bonzini <bonzini@gnu.org>
954
955 * Makefile.def (configure-gcc): Depend on binutils having been built.
956 (all-gcc): No need to do it here.
957 * Makefile.in: Regenerate.
958
0cf085e4
PB
9592005-05-19 Paul Brook <paul@codesourcery.com>
960
f610dd5f 961 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
962 language cannot be built.
963 * configure: Regenerate.
964
dfb2c39a
DJ
9652005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
966
967 * ylwrap: Import from Automake 1.9.5.
968
771aaa92
DU
9692005-05-13 David Ung <davidu@mips.com>
970
971 * MAINTAINERS (Write After Approval): Add self.
972
3ac9bd58
MS
9732005-05-09 Mike Stump <mrs@apple.com>
974
975 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
976 lt_cv_sys_max_cmd_len for now.
f610dd5f 977
f77a5578
SC
9782005-05-09 Stan Cox <scox@redhat.com>
979
980 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
981
795e36e5
MK
9822005-05-08 Matt Kraai <kraai@ftbfs.org>
983
984 * README.SCO: Update the URL.
985
c9392a2b
DE
9862005-05-05 David Edelsohn <edelsohn@gnu.org>
987
988 * ltconfig: Define file_list_spec. Pass file_list_spec and
989 with_gnu_ld to libtool.
990 * ltcf-c.sh (aix[45]): Define file_list_spec.
991 * ltcf-cxx.sh (aix[45]): Same.
992 * ltcf-gcj.sh (aix[45]): Same.
993 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
994 exists, write list of input files to temporary file.
995
bebcd931
MS
9962005-05-04 Mike Stump <mrs@apple.com>
997
998 * configure.in: Always pass --target to target configures as
999 otherwise rebuilds that do --recheck will fail.
1000 * confiugure: Rebuilt.
1001
ce406537
PB
10022005-05-04 Paolo Bonzini <bonzini@gnu.org>
1003
1004 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
1005 STAGE_HOST_EXPORTS.
1006 (configure, all): Add bootstrap support.
1007 (Host modules, target modules): Pass post-stage1 flags and exports.
1008 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
1009 * Makefile.in: Regenerate.
1010
aa9dcfc4
PB
10112005-04-29 Paolo Bonzini <bonzini@gnu.org>
1012
1013 * configure: Regenerate.
1014
b6f9abcf
MS
10152005-04-27 Mike Stump <mrs@apple.com>
1016
1017 * MAINTAINERS: Add self as darwin maintainer.
1018
acb217cb
BS
10192005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
1020
1021 * config.sub: Update from master copy.
1022
b6dae270
MS
10232005-04-21 Mike Stump <mrs@apple.com>
1024
1025 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
1026 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
1027
c2e0d3a9
HPN
10282005-04-19 Hans-Peter Nilsson <hp@axis.com>
1029
1030 * configure.in <crisv32-*-*, cris-*-*>: New local variable
1031 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
1032 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
1033 "*-*-elf" and "*-*-linux*".
1034 * configure: Regenerate.
1035
871ae772
JM
10362005-04-14 Joseph S. Myers <joseph@codesourcery.com>
1037
1038 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
1039
bf070c29
MS
10402005-04-12 Mike Stump <mrs@apple.com>
1041
1042 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
1043
e865b6f7
TK
10442005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
1045
1046 * MAINTAINERS (Write After Approval): Add myself.
1047
7b71ad7f
BS
10482005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
1049
1050 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
1051
25b42232
PB
10522005-04-06 Paolo Bonzini <bonzini@gnu.org>
1053
f610dd5f 1054 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
1055 (TARGET_CONFIGARGS): Include --with-target-subdir.
1056 (configure, all): New macros. Use them throughout.
1057 * Makefile.in: Regenerate.
1058
d727c624
JG
10592005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
1060
1061 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 1062
fff72cc4
ZD
10632005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1064
1065 * MAINTAINERS: Remove 'loop unrolling' maintainer.
1066
86472dc3
GP
10672005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
1068
1069 * MAINTAINERS: Move John Carr to Write After Approval.
1070
5d0f90e5
R
10712005-03-30 J"orn Rennecke <joern.rennecke@st.com>
1072
1073 * config/mh-mingw32: Delete.
1074 * configure.in: Don't use it.
1075 * configure: Regenerate.
1076
33da42bc
PB
10772005-03-31 Paolo Bonzini <bonzini@gnu.org>
1078
1079 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
1080 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
1081 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
1082 (HOST_LIB_PATH): Generate from Makefile.def.
1083 (TARGET_LIB_PATH): Likewise.
1084 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
1085 * Makefile.in: Regenerate.
1086 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
1087 (RPATH_ENVVAR): Include Darwin case.
1088 * configure: Regenerate.
1089
15cc1841
TF
10902005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
1091
1092 * MAINTAINERS (Various Maintainers): Remove self.
1093 (Write After Approval): Add self.
1094
6a8c79d5
TF
10952005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
1096
1097 * MAINTAINERS (Various Maintainers): Add self.
1098
256f7136
PB
10992005-03-25 Paolo Bonzini <bonzini@gnu.org>
1100
1101 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
1102 * configure: Regenerate.
1103
191dd2c9
ZW
11042005-03-21 Zack Weinberg <zack@codesourcery.com>
1105
1106 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
1107 gcc_version, and gcc_version_trigger from set of flags to pass.
1108 * Makefile.tpl: Remove definitions of above variables.
1109 (config.status): Remove dependency on $(gcc_version_trigger).
1110 * Makefile.in: Regenerate.
1111 * configure.in: Do not reference config/gcc-version.m4 nor
1112 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
1113 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
1114 * configure: Regenerate.
1115
ef6e9bc0
MH
11162005-03-16 Manfred Hollstein <manfred.h@gmx.net>
1117 Andrew Pinski <pinskia@physics.uc.edu>
1118
1119 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
1120 * Makefile.in: Regenerate.
1121
009bbd5a
FW
11222005-03-13 Feng Wang <fengwang@nudt.edu.cn>
1123
1124 * MAINTAINERS (Write After Approval): Add myself.
1125
09f8755b
DA
11262005-03-03 David Ayers <d.ayers@inode.at>
1127
1128 * MAINTAINERS (Write After Approval): Add myself.
1129
e73ed25c
AO
11302005-03-01 Alexandre Oliva <aoliva@redhat.com>
1131
1132 PR libgcj/20160
1133 * ltmain.sh: Avoid creating archives with components that have
1134 duplicate basenames.
1135
ace9ac7b
AP
11362005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
1137
1138 PR bootstrap/20250
1139 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
1140 instead of check.
1141 * Makefile.in: Regenerate.
1142
c9db9354
PB
11432005-02-28 Paolo Bonzini <bonzini@gnu.org>
1144
1145 * Makefile.in: Regenerate to fix conflict between the previous two
1146 patches.
1147
215c351a
PB
11482005-02-28 Paolo Bonzini <bonzini@gnu.org>
1149
1150 PR bootstrap/17383
1151 * Makefile.def (target_modules): Remove "stage", now unnecessary.
1152 * Makefile.tpl (HOST_SUBDIR): New substitution.
1153 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
1154 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1155 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
1156 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
1157 (Host modules, Bootstrapped modules): Use it.
1158 (Build modules, Target modules): Do not create symlink trees,
1159 always configure out-of-srcdir.
1160 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
1161 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
1162 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
1163 $(HOST_SUBDIR). Create a symlink for host_subdir.
1164
1165 * Makefile.in: Regenerate.
1166 * configure: Regenerate.
1167
5395b47b
NN
11682005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1169
1170 Merged from libada-gnattools-branch:
1171 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
1172
1173 * gnattools: New directory.
1174 * Makefile.def: Add gnattools as a module, depending on target-libada.
1175 * Makefile.in: Regenerate.
1176 * configure.in: Include gnattools in host_tools; disable it if ada
1177 is disabled.
1178 * configure: Regenerate.
1179
ca2cc05c
JM
11802005-02-24 James A. Morrison <phython@gcc.gnu.org>
1181
1182 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
1183 treelang maintainer.
1184 (Write After Approval): Remove myself.
1185
d2f3024f
PS
11862005-02-23 Paul Schlie <schlie@comcast.net>
1187
1188 * configure.in: Allow darwin targeted ports to build tk, itcl and
1189 libgui.
1190 * configure: Regenerate.
1191
bba5e0ca
EB
11922005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1193
1194 PR libgcj/10353
1195 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
1196 * configure: Regenerate.
1197
70132ce7
SK
11982005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
1199
1200 * MAINTAINERS (Write After Approval): Add myself.
1201
20f0edca
ILT
12022005-02-10 Ian Lance Taylor <ian@airs.com>
1203
1204 * MAINTAINERS: Update my e-mail address.
1205
e64e5109
RG
12062005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
1207
1208 * MAINTAINERS (Write After Approval): Add myself.
1209
40d64b5a
HPN
12102005-01-29 Hans-Peter Nilsson <hp@axis.com>
1211
1212 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
1213 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
1214 target-libgloss when not *-*-elf and *-*-aout.
1215 * configure: Regenerate.
1216
54a12711
KH
12172005-01-23 Kazu Hirata <kazu@cs.umass.edu>
1218
1219 * MAINTAINERS: Remove obsolete entries.
1220
0aa99dbb
KH
1221 * MAINTAINERS (Write After Approval): Add Michael Matz.
1222
2b009f5f
NB
12232005-01-19 Neil Booth <neil@daikokuya.co.uk>
1224
1225 * MAINTAINERS: Remove self as cpplib maintainer.
1226
385870f5
KC
12272005-01-17 Kelley Cook <kcook@gcc.gnu.org>
1228
1229 * install-sh, config.sub: Import from upstream.
1230
e7daab31
KC
12312005-01-17 Kelley Cook <kcook@gcc.gnu.org>
1232
1233 PR bootstrap/18222
1234 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
1235 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
1236 * Makefile.in: Regenerate.
1237
e6003f4d
JT
12382005-01-16 Jason Thorpe <thorpej@netbsd.org>
1239
1240 * MAINTAINERS: Update my email address.
1241
145e2972 12422005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 1243 Andreas Schwab <schwab@suse.de>
145e2972
DE
1244
1245 PR bootstrap/18033
1246 * config-ml.in: Eval option if surrounded by single quotes.
1247
86c7e0da
PB
12482005-01-03 Paolo Bonzini <bonzini@gnu.org>
1249
1250 Revert 2004-12-28 Makefile changes, a better fix will be
1251 applied to mainline and src after GCC 4.0 branches.
1252
3224a22f
PB
12532004-12-28 Paolo Bonzini <bonzini@gnu.org>
1254
1255 PR bootstrap/17383
1256
1257 * Makefile.def (target_modules): Remove stage parameter,
1258 it is always true now.
1259 * Makefile.tpl (configure-build-[+module+],
1260 configure-target-[+module+]): Always build symlink tree
1261 for the directory and for include. BUILD_SUBDIR and
1262 TARGET_SUBDIR cannot be . anymore.
1263 * Makefile.in: Regenerate.
1264
aaf51ca2
DE
12652004-12-25 David Edelsohn <edelsohn@gnu.org>
1266
1267 Revert 2004-12-08 Makefile changes.
1268
4e32e454
DS
12692004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
1270
1271 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
1272 cygwin, mingw.
1273
669f01d8
AS
12742004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
1275
1276 * configure.in (sh64-*-*): Reenable gprof.
1277 * configure: Regenerate.
1278
1b227ee0
DE
12792004-12-08 David Edelsohn <edelsohn@gnu.org>
1280
1281 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
1282 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
1283 (EXTRA_TARGET_FLAGS): Add PICFLAG.
1284 * Makefile.in: Regenerate.
1285
ce5e944c
CF
12862004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
1287
1288 * MAINTAINERS: Update my email address.
1289
893f1e87
MK
12902004-12-07 Matt Kraai <kraai@ftbfs.org>
1291
1292 * Makefile.tpl: Generate normal dependencies if the LHS module is
1293 not bootstrapped.
1294 * Makefile.in: Regenerate.
1295
bb59c339
RS
12962004-12-03 Richard Sandiford <rsandifo@redhat.com>
1297
1298 * configure.in: Include config/gxx-include-dir.m4. Use
1299 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
1300 * configure: Regenerate.
1301
4982adbe
RS
13022004-12-03 Richard Sandiford <rsandifo@redhat.com>
1303
1304 * config.if: Delete.
1305 * configure.in: Set libstdcxx_incdir directly.
1306 * configure: Regenerate.
1307
05750653
EC
13082004-12-02 Eric Christopher <echristo@redhat.com>
1309
1310 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
1311 * Makefile.in: Regenerate.
1312
5fef1dbd
RS
13132004-12-02 Richard Sandiford <rsandifo@redhat.com>
1314
1315 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
1316 * configure: Regenerate.
1317
afabd8e6
RS
13182004-12-02 Richard Sandiford <rsandifo@redhat.com>
1319
1320 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
1321 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
1322 * configure: Regenerate.
1323
78716e86
EC
13242004-12-01 Eric Christopher <echristo@redhat.com>
1325
1326 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
1327 of things to remove.
1328
57ab8ba9
MK
13292004-11-29 Matt Kraai <kraai@ftbfs.org>
1330
1331 * MAINTAINERS (Write After Approval): Update my e-mail address.
1332
2539bffe
KC
13332004-11-29 Kelley Cook <kcook@gcc.gnu.org>
1334
1335 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
1336 from CVS libtool to always pass_all.
1337
3e732ba0
JDA
13382004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1339
1340 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
1341 (hppa*64*-*-*): Delete incorrect comment.
1342 * configure: Rebuilt.
1343
767f726e
KC
13442004-11-24 Kelley Cook <kcook@gcc.gnu.org>
1345
1346 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
1347
2c92e90f
KC
13482004-11-24 Kelley Cook <kcook@gcc.gnu.org>
1349
1350 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
1351 from CVS libtool to always pass_all.
1352
32f84e48
KC
13532004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1354
1355 * install-sh, compile: Import from automake.
1356
9587be8a
KC
13572004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1358
1359 * config.guess, config.sub: Import from savannnah.
1360
04e81808 13612004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
1362
1363 * MAINTAINERS (Write After Approval): Add myself
1364
f87a2b2e
MS
13652004-11-12 Mike Stump <mrs@apple.com>
1366
1367 * Makefile.def: Add html support.
1368 * Makefile.tpl: Likewise.
1369 * Makefile.in: Regenerate.
1370
848556c2
GK
13712004-11-11 Geoffrey Keating <geoffk@apple.com>
1372
556f03c4
GK
1373 PR 18423
1374 * configure.in: Remove all instances of build-fixincludes from
1375 noconfigdirs.
1376 (build_configargs): Supply --target to subdirectories.
1377 * configure: Regenerate.
1378
848556c2
GK
1379 * Makefile.def: Make gcc install depend on fixincludes install.
1380 * Makefile.in: Regenerate.
1381
9e5712a5
JJ
13822004-11-10 Janis Johnson <janis187@us.ibm.com>
1383
1384 * MAINTAINERS: Add myself as gcc testsuite maintainer.
1385
4ef509c0
PB
13862004-11-11 Paul Brook <paul@codesourcery.com>
1387
1388 * MAINTAINERS: Add self as arm maintainer. Update email address.
1389
20d11df6
HPN
13902004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
1391
1392 * configure.in (noconfigdirs) [mmix-*-*]: Disable
1393 target-libgfortran.
79fd8592 1394 * configure: Regenerate.
20d11df6 1395
68c70f15
DE
13962004-11-07 David Edelsohn <edelsohn@gnu.org>
1397
1398 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
1399 like CC.
1400
54f88091
PB
14012004-11-05 Paolo Bonzini <bonzini@gnu.org>
1402
1403 * Makefile.def (host fixincludes): Specify missing targets.
1404 * Makefile.in: Regenerate.
1405
6866abb8
RC
14062004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
1407
1408 * MAINTAINERS: Add myself
1409
83f62578
GL
14102004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
1411
1412 * MAINTAINERS (Write After Approval): Add myself.
1413
53c7ffe7
GK
14142004-11-04 Geoffrey Keating <geoffk@apple.com>
1415
1416 * Makefile.def: Build fixincludes for the host, too.
1417 * Makefile.in: Regenerate.
1418 * configure.in (host_tools): Add fixincludes.
1419 * configure: Regenerate.
1420
ac8b3d9d
DJ
14212004-11-04 Daniel Jacobowitz <dan@debian.org>
1422
1423 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1424 * configure: Regenerated.
1425
bab37580
L
14262004-11-04 H.J. Lu <hongjiu.lu@intel.com>
1427
1428 PR other/17783
1429 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1430 * configure: Regenerated.
1431
db1de713
MM
14322004-10-31 Mark Mitchell <mark@codesourcery.com>
1433
1434 * README.SCO: Update per FSF instructions.
1435
a827e21a
EW
14362004-10-28 Eric B. Weddington <ericw@evcohs.com>
1437
1438 PR target/18151
1439 * configure.in (case ${target}): Do not build fixincludes for avr.
1440 * configure: Regenerated.
1441
9d069a4f
PB
14422004-10-26 Paolo Bonzini <bonzini@gnu.org>
1443
1444 * configure.in (case ${target}): Do not build fixincludes
1445 on platforms where it is not used.
1446 * configure: Regenerated.
1447
fc45f3fe
DJ
14482004-10-23 Daniel Jacobowitz <dan@debian.org>
1449
1450 * configure.in: Use an absolute path to install-sh.
1451 * configure: Regenerated.
1452
36554b92
AL
14532004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1454
1455 * MAINTAINERS (Write After Approval): Add myself.
1456
88e9994a
KH
14572004-10-19 Kazu Hirata <kazu@cs.umass.edu>
1458
1459 * MAINTAINERS: Remove from Write After Approval those that are
1460 already maintainers.
1461
ad02a944
SP
14622004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
1463
1464 * MAINTAINERS: Update my email address.
1465
c8e6cd41
KC
14662004-10-12 Kelley Cook <kcook@gcc.gnu.org>
1467
1468 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1469 * configure: Regenerate.
1470
ebe55024
R
14712004-10-07 J"orn Rennecke <joern.rennecke@st.com>
1472
1473 * MAINTAINERS: Update my email address.
1474
a8b0957e
KH
14752004-10-07 Kazu Hirata <kazu@cs.umass.edu>
1476
1477 * MAINTAINERS (Language Front Ends Maintainers): New. Move
1478 entries belonging to this category.
1479
96836f61
JZ
14802004-10-06 Josef Zlomek <josef.zlomek@email.cz>
1481
1482 * MAINTAINERS: Update my e-mail address.
1483
7e0b5752
PB
14842004-10-06 Paolo Bonzini <bonzini@gnu.org>
1485
1486 Fix wrong conflict resolution in:
1487
1488 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
1489
1490 * Makefile.in: Regenerate.
1491 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1492 in the recursive `make', instead of hardwiring `all'.
1493 (Autogenerated TARGET-* variables): New.
1494
370f7a47
TL
14952004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
1496
1497 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 1498 * configure: Regenerate.
370f7a47 1499
13e5d623
KH
15002004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1501
1502 * MAINTAINERS (Various Maintainers): Move the "windows,
1503 cygwin, mingw" maintainer to ...
1504 (OS Port Maintainers): ... here.
1505
a6497c1b
KH
15062004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1507
1508 * MAINTAINERS (Write After Approval): Remove those that are
1509 maintainers of some subsystem.
1510
1abb828a
D
15112004-10-02 P.J. Darcy <darcypj@us.ibm.com>
1512
1513 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1514 * ltcf-cxx.sh (tpf*): Likewise.
1515 * ltconfig (tpf*): Add TPF OS configuration support.
1516
16d1338d
BS
15172004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
1518
1519 * MAINTAINERS: Change my email address to my new work account.
1520
9082a750
MR
15212004-09-24 Michael Roth <mroth@nessie.de>
1522
1523 * configure.in (--without-headers): Add missing double quotes.
1524 * configure: Regenerate.
1525
07a8bdf8
KC
15262004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1527
1528 * ylwrap: Revert to previous version.
1529
4c4a5bbc
L
15302004-09-23 H.J. Lu <hongjiu.lu@intel.com>
1531
1532 PR bootstrap/17369
1533 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1534 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1535 SET_GCC_LIB_PATH_CMD.
1536 (BASE_TARGET_EXPORTS): Likewise.
1537 * Makefile.in: Regenerated.
1538
1539 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1540 * configure: Regenerated.
1541
85f59630
KC
15422004-09-23 Kelley Cook <kcook@gcc.gnu.org>
1543
1544 * config.guess: New upstream version
1545 * compile, depcomp, install-sh, ylwrap: Likewise.
1546
95c53c62
RS
15472004-09-19 Roger Sayle <roger@eyesopen.com>
1548
1549 * config/mh-x86omitfp: New host makefile fragment. Add
1550 -fomit-frame-pointer to the default BOOT_CFLAGS.
1551 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1552 * configure: Regenerate.
1553
0a1c093b
AP
15542004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
1555
1556 PR target/11572
1557 * configure.in (*-*-darwin*): Renable libobjc.
1558 * configure: Regenerate.
1559
315fcf97
NS
15602004-09-10 Nathan Sidwell <nathan@codesourcery.com>
1561
1562 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1563
0a050485 15642004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 1565
0a050485
DB
1566 * Makefile.def: Remove libbanshee.
1567 * Makefile.tpl: Ditto.
1568 * configure.in: Ditto.
1569 * Makefile.in: Regen.
1570 * configure: Ditto.
1571
5f4a098e
DE
15722004-09-08 David Edelsohn <edelsohn@gnu.org>
1573
1574 * ltmain.sh: Use $pic_object as $non_pic_object if
1575 $non_pic_object=none.
1576
32b2511f
PB
15772004-09-07 Paolo Bonzini <bonzini@gnu.org>
1578
1579 * missing: Import latest version from master repository.
1580
fc4d0e82
NC
15812004-09-06 Nick Clifton <nickc@redhat.com>
1582
1583 * config.sub: Import latest version from master repository.
1584 * config.guess: Likewise.
1585 This includes these changes:
78716e86 1586
fc4d0e82
NC
1587 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
1588
1589 * config.sub: Handle crisv32, alias etraxfs.
1590 * config.guess (crisv32:Linux:*:*): Handle.
1591
1592 2004-08-13 Brad Smith <brad@comstyle.com>
1593
1594 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1595 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1596
1597 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
1598
1599 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1600 assume the processor is a powerpc. This is because coreutils
1601 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1602 in this case, due to a MacOS X bug that causes
1603 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1604 to return a negative number.
1605 Problem reported by Petter Reinholdtsen in:
1606 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1607
1608 2004-07-19 Ben Elliston <bje@gnu.org>
1609
1610 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1611
1612 2004-06-24 Ben Elliston <bje@gnu.org>
1613
1614 * config.guess: Update copyright years.
1615 * config.sub: Likewise.
1616
1617 2004-06-22 Robert Millan <robertmh@gnu.org>
1618
1619 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1620 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1621
1622 2004-06-22 Stanley F. Quayle <stan@stanq.com>
1623
1624 * config.guess (*:*VMS:*:*): New entry. Replaces
1625 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1626 manufacturer.
1627
1628 2004-06-22 Ben Elliston <bje@gnu.org>
1629
1630 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1631 * config.sub: Likewise.
1632
1633 2004-06-22 Ben Elliston <bje@gnu.org>
1634
1635 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1636 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1637
1638 2004-06-11 Ben Elliston <bje@gnu.org>
1639
1640 * config.guess (pegasos:OpenBSD:*:*): Remove.
1641
1642 2004-06-11 Ben Elliston <bje@gnu.org>
1643
1644 From Wouter Verhelst <wouter@grep.be>:
1645 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1646
1647 2004-06-11 Ben Elliston <bje@gnu.org>
1648
1649 * config.guess (luna88k:OpenBSD:*:*): New.
1650
1651 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1652
1653 * config.guess (m32r*:Linux:*:*): New case.
1654 * config.sub: Handle m32rle.
1655
1656 2004-03-12 Ben Elliston <bje@wasabisystems.com>
1657
1658 From Jens Petersen <petersen@redhat.com>:
1659 * config.sub: Handle sparcv8.
1660
1661 2004-03-03 Ben Elliston <bje@wasabisystems.com>
1662
1663 From Tom Smith <smith@cag.lkg.hp.com>:
1664 * config.guess: Version suffixes are equally significant on Tru64
1665 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
1666 prefix of "P" (patched kernel).
1667
1668 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
1669
1670 * config.sub: Add support for National Semiconductor CRX target.
1671
2f4cc6bf
JJ
16722004-09-03 Janis Johnson <janis187@us.ibm.com>
1673
1674 * MAINTAINERS (Various Maintainers): Remove myself as web page
1675 maintainer, add myself as maintainer of build status lists.
1676
61fec9ff
JB
16772004-09-03 Jan Beulich <jbeulich@novell.com>
1678
1679 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1680 *-*-netware, but add target-libmudflap.
1681 Consolidate *-*-netware targets (of which really only i?86 exists)
1682 into a single entry.
1683 * configure: Likewise.
1684
45f366ab
PB
16852004-09-01 Paolo Bonzini <bonzini@gnu.org>
1686
1687 * Makefile.tpl (sorry): Remove.
1688 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1689 (cleanstrap targets): Depend on distclean, not distclean-stage1.
1690 (do-clean): Clean per-stage directories too.
1691 (do-distclean): Run distclean-stage1 too.
1692 (.NOTPARALLEL): Enable during toplevel bootstrap.
1693 (stage[+id+]-bubble): Enable parallel execution during
1694 the recursive invocation.
1695 * Makefile.in: Regenerate.
1696
1697 Fix previous checkin:
1698
1699 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1700 include.
1701 * configure.in: Fix indentation.
1702 * configure: Regenerate.
1703
be8fff81
RB
17042004-08-31 Robert Bowdidge <bowdidge@apple.com>
1705
45f366ab
PB
1706 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1707 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1708 * configure: regenerate
78716e86 1709 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 1710 -mdynamic-no-pic
be8fff81
RB
1711
1712
71b5d516
PB
17132004-08-31 Paolo Bonzini <bonzini@gnu.org>
1714
1715 * Makefile.def (build_modules): Add fixincludes.
1716 (dependencies): Make gcc depend on fixincludes.
1717 * configure.in (build_tools): Add fixincludes.
1718 (build_configdirs): Always include build_libs.
1719 * Makefile.in: Regenerate.
1720 * configure: Regenerate.
1721
17222004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
1723
1724 * Makefile.def (bootstrap stages): Add 'lean' parameter.
1725 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1726 phony targets; do not generate timestamp files.
1727 (distclean-stageN): Remove references to their timestamp files.
1728 (restageN, touch-stageN): Remove.
1729 (stageN-bubble): Rewritten.
1730 (compare): Support lean bootstraps.
1731 * Makefile.in: Regenerate.
1732
1733 * configure.in: Only warn when bootstrapping but
1734 build != host or build != target. Support lean bootstraps.
1735 * configure: Regenerate.
1736
ce7cbbb0
PE
17372004-08-26 Phil Edwards <phil@codesourcery.com>
1738
1739 * configure.in: Give a better error message if GMP/MPFR are missing
1740 and a language needing them has been requested.
1741 * configure: Regenerated.
1742
9c71a529
PE
17432004-08-25 Phil Edwards <phil@codesourcery.com>
1744
1745 * configure.in: Print a list of available language front-ends if
1746 a requested one is missing. Tidy stray tab characters.
1747 * configure: Regenerated.
1748
e3f92d3b
MK
17492004-08-19 Michael Koch <konqueror@gmx.de>
1750
1751 * gcc/doc/install.texi: Update entry about automake for libjava.
1752
c3f84f61
RM
17532004-08-17 Robert Millan <robertmh@gnu.org>
1754
1755 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1756 (instead of FreeBSD).
1757 * configure: Regenerate.
1758
7c27e184
PB
17592004-08-16 Paolo Bonzini <bonzini@gnu.org>
1760
1761 * Makefile.in: Regenerate.
1762 * configure: Regenerate.
1763
1764 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1765 stage_*_flags.
1766 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1767 for bootstrapped modules if toplevel bootstrap is going.
1768 (GCC bootstrap): Generate per-stage targets for all bootstrapped
1769 modules. Adjust for changes in Makefile.def. Enable several
1770 rules even in non-bootstrap mode, just to avoid peppering the
1771 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1772 (stage-[+prev+]-bubble): Remove.
1773
1774 * Makefile.def (Dependencies): Depend on all-build-bison,
1775 all-build-flex, all-build-byacc, all-build-texinfo, rather
1776 than the host variations.
1777 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
1778 with BUILD_SUBDIR.
1779 (BISON): Update for recent Bisons.
1780 (YACC): Fix typo.
1781 (cross): Depend on all-build.
1782 (all): Do not depend on all-build.
1783 (prebootstrap): Remove.
1784 (dep-kind): Accept separate prefixes for MODULE and ON variables.
1785 (Prebootstrap dependencies): Add them to the per-stage targets
1786 and to all-prebootstrap.
1787 * configure.in (build_configdirs): Always enable build_tools.
1788 (BUILD_DIR_PREFIX): Remove.
1789
1790 * Makefile.def (gcc): Add target variable.
1791 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1792 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1793 in the recursive `make', instead of hardwiring `all'.
1794 (Autogenerated TARGET-* variables): New.
1795
20f3bb80
BB
17962004-08-13 Brian Booth <bbooth@redhat.com>
1797
1798 * MAINTAINERS: Remove myself from write-after-approval.
1799
b5be499d
NN
18002004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1801
1802 * src-release: Stop distributing mmalloc with gdb (which doesn't
1803 use it).
1804 * Makefile.def: GDB doesn't depend on mmalloc anymore.
1805 * Makefile.in: Regenerate.
1806
b3f8d95d
MM
18072004-08-09 Mark Mitchell <mark@codesourcery.com>
1808
1809 * configure.in (arm*-*-eabi*): New target.
1810 * configure: Regenerate.
1811
3589b69e
PB
18122004-08-06 Paolo Bonzini <bonzini@gnu.org>
1813
1814 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1815 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1816 (Dependencies): New section.
1817 * Makefile.tpl (Dependencies): Generate from Makefile.def.
1818 (configure-target-[+module+]): Depend on maybe-all-gcc
1819 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
1820 (toplevel profiledbootstrap): Fix dependencies.
1821 * Makefile.in: Regenerate.
1822
972974fc
MM
18232004-08-03 Mark Mitchell <mark@codesourcery.com>
1824
1825 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1826 target-libiberty to noconfigdirs.
1827 * configure: Regenerate.
1828
bebf829d
PB
18292004-08-03 Paul Brook <paul@codesourcery.com>
1830
1831 * configure.in: Check for MPFR as well as GMP.
1832 * configure: Regenerate.
1833
98a5bb3b
RM
18342004-08-01 Robert Millan <robertmh@gnu.org>
1835
1836 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1837 libmudflap for all GNU-based systems (with Glibc).
1838 * configure: Regenerate.
1839
d32ab992
PB
18402004-08-03 Paolo Bonzini <bonzini@gnu.org>
1841
1842 * Makefile.def (host-modules): Add gcc.
1843 * Makefile.in: Regenerate.
1844 * Makefile.tpl (sorry): New rule.
1845 (configure-host, all-host, [+make_target+]-host, do-check,
1846 install-host): Do not add gcc as a special case.
1847 (host modules): Add a small special-casing for gcc. Export
1848 extra_make_flags through the environment.
1849 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1850 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1851 other recursive targets for gcc): Remove.
1852
1853 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1854 (stage, unstage): New rules.
1855 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1856 distclean-stage[+id+]): Use stage_current.
1857 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1858 the stage*-start rules.
1859
aeb732c1
GK
18602004-08-02 Geoffrey Keating <geoffk@apple.com>
1861
1862 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1863 use -all_load flag.
1864
25b656e7
PB
18652004-08-02 Paolo Bonzini <bonzini@gnu.org>
1866
1867 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
1868 * configure: Regenerate.
1869
cc440d71
TM
18702004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
1871
1872 * maintainer-scripts/gcc_release: Revert yesterday's change.
1873
270e140b
SB
18742004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
1875
1876 * MAINTAINERS: Add myself to write-after-approval.
1877
3e4035f8
TM
18782004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
1879
1880 * libf2c: Removed.
1881 * gcc/gccbug.in: Updated because of libf2c removal.
1882 * maintainer-scripts/gcc_release: Ditto.
1883
a3e8d8b4
LR
18842004-07-09 Loren J. Rittle <ljrittle@acm.org>
1885
1886 * configure.in: Build libmudflap by default on FreeBSD.
1887 * configure: Regenerated.
1888
dfcada9a
MM
18892004-07-09 Mark Mitchell <mark@codesourcery.com>
1890
1891 * configure.in: Do not build libmudflap by default on non-GNU/Linux
1892 systems.
1893 * configure: Regenerated.
1894
3922b216
JDA
18952004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1896
1897 PR target/16344
1898 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
1899 feedback based compiler.
1900 * Makefile.in: Rebuilt.
1901
95bcca47
AO
19022004-07-08 Alexandre Oliva <aoliva@redhat.com>
1903
1904 * Makefile.def (host_modules): Set bootstrap=true for flex.
1905 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
1906 * Makefile.in: Rebuilt.
1907
051822f6
JH
19082004-07-07 Jan Hubicka <jh@suse.cz>
1909
1910 * MAINTAINERS: Add self as a profile feedback maintainer.
1911
7b61653a
PE
19122004-07-05 Phil Edwards <phil@codesourcery.com>
1913
1914 * configure.in: Do not prepend $srcdir to /dev/null in
1915 makefile fragments.
1916 * configure: Regenerate.
1917
23f6b2f9
PB
19182004-07-01 Paolo Bonzini <bonzini@gnu.org>
1919
1920 * Makefile.def (build_modules): Add bison, byacc, flex,
1921 m4, texinfo.
1922 (flags_to_pass): Add FLEX.
1923 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
1924 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
1925 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
1926 DEFAULT_MAKEINFO): Remove.
1927 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
1928 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
1929 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
1930 objdir or else use configured tool.
1931 (all-build): New.
1932 (all): Depend on it.
1933 (Build module dependencies): Add.
1934 * Makefile.in: Regenerate.
1935 * configure.in: Better support for multiple build modules,
1936 matching what is done for host/target modules. Do not look
1937 for "plausible" locations of build tools if Canadian cross.
1938 Use autoconf's AC_PROG_CC to find a C compiler. Define
1939 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
1940 * configure: Regenerate.
78716e86 1941
1c020272
PB
19422004-06-22 Paolo Bonzini <bonzini@gnu.org>
1943
1944 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
1945 * Makefile.in: Regenerate.
1946
a52a0a7f
PB
19472004-06-22 Paolo Bonzini <bonzini@gnu.org>
1948
1949 * Makefile.tpl (configure-build-[+module+],
1950 configure-[+module+], configure-target-[+module+]): Pass
1951 [+extra_configure_args+].
1952 (all-build-[+module+], all-[+module+], check-[+module+],
1953 install-[+module+], [+make_target+]-[+module+],
1954 all-target-[+module+], check-target-[+module+],
1955 install-target-[+module+], [+make_target+]-target-[+module+]):
1956 Pass [+extra_make_args+].
1957 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
1958 (GCC_HOST_EXPORTS): Remove.
1959 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
1960 cross, check-gcc, check-gcc-c++, install-gcc,
1961 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
1962 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
1963 * Makefile.in: Regenerate.
1964
ccde3f1a
MS
19652004-06-21 Matthew Sachs <msachs@apple.com>
1966
1967 * MAINTAINERS: Added self to write-after-approval.
1968
6264b0a6
CF
19692004-06-21 Christopher Faylor <cgf@alum.bu.edu>
1970
1971 * configure.in: Check for srcdir/winsup rather than build directory
1972 winsup.
1973 * configure: Regenerate.
1974
801e2270
CV
19752004-06-17 Corinna Vinschen <vinschen@redhat.com>
1976
1977 * configure.in: Don't build Cygwin native newlib if winsup
1978 directory is missing. Emit warning instead.
1979 * configure: Regenerate.
1980
ad6717df
PB
19812004-06-09 Paolo Bonzini <bonzini@gnu.org>
1982
1983 * Makefile.tpl (touch-stage[+id+]): New.
1984 (restage[+prev+]): Depend on touch-stage[+id+].
1985
1986 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
1987 Use it throughout.
1988
1989 * Makefile.def: Add profile and feedback bootstrap stages.
1990 Remove next field from bootstrap stages.
1991 * Makefile.tpl (LN, LN_S): Substitute.
1992 (stageN-start, stageN-end): Use double-colon rules, to
1993 provide a hook for additional setup commands.
1994 (distclean-stageN-gcc, restageN): Create dependencies from
1995 [+prev+], not from [+next+].
1996 (stageN-bubble): Add commands for successive stages from
1997 [+prev+], using double-colon rules.
1998 (all-stageN-gcc): Fix typo.
1999 (stagefeedback-start, profiledbootstrap): New.
2000 * Makefile.in: Regenerate.
2001 * configure.in: Call ACX_PROG_LN.
2002 * configure: Regenerate.
2003
5bbb9680
CY
20042004-06-08 Canqun Yang <canqun@nudt.edu.cn>
2005
2006 * MAINTAINERS (Write After Approval): Add myself.
2007
e18be1d4
MA
20082004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
2009
2010 * MAINTAINERS (Write After Approval): Add myself.
2011
5607edfd
PB
20122004-06-03 Paolo Bonzini <bonzini@gnu.org>
2013
2014 * configure.in: Fix --enable-bootstrap breakage introduced in trees
2015 without gcc.
2016 * configure: Regenerate.
2017
1ec4e9c3
PB
20182004-06-01 Paolo Bonzini <bonzini@gnu.org>
2019
2020 * Makefile.tpl: Fix typo.
2021 * Makefile.in: Regenerate.
2022
c2f7605f
PB
20232004-06-01 Paolo Bonzini <bonzini@gnu.org>
2024
2025 * configure.in: Remove new- prefix from toplevel
2026 bootstrap targets.
2027 * configure: Regenerate.
2028
f516a7da
PB
20292004-06-01 Paolo Bonzini <bonzini@gnu.org>
2030
2031 * Makefile.tpl (all.normal): Rename to all.
2032 (all): Replace with a rule to pick the default
2033 target from configure.
2034 (all-gcc, configure-gcc): Use conditionals to
2035 do nothing when toplevel bootstrap is going on.
2036 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
2037 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
2038 * configure.in: Support --enable-bootstrap.
2039
2040 * Makefile.def: Remove new- prefix from toplevel
2041 bootstrap targets.
2042 * Makefile.tpl: Likewise.
2043
2044 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
2045 target.
2046
2047 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
2048 $(RECURSE_FLAGS) to recursive invocation of make.
2049
2050 * Makefile.in: Regenerate.
2051 * configure: Regenerate.
2052
78dd5e36
AJ
20532004-05-30 Andreas Jaeger <aj@suse.de>
2054 Jim Wilson <wilson@specifixinc.com>
2055
2056 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
2057 like CC.
2058
30f1bddc
DJ
20592004-05-27 Daniel Jacobowitz <dan@debian.org>
2060
2061 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
2062 * configure: Regenerate.
2063
4fc4dd12
DJ
20642004-05-25 Daniel Jacobowitz <drow@false.org>
2065
2066 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
2067 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
2068 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
2069 targets.
2070 * Makefile.in: Regenerate.
2071
94632047 20722004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
2073
2074 * configure.in: Test the ability to symlink directories.
2075 * configure: Regenerate.
2076
2077 * Makefile.def (bootstrap-stage): New definitions.
2078 * Makefile.tpl (configure-stage1-gcc,
2079 configure-stage2-gcc, configure-stage3-gcc,
2080 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
2081 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
2082 new-restage3, compare): Autogenerate, see Makefile.in
2083 entry for behavioral changes.
2084 (distclean-stage1, new-stage1-start, new-stage1-end,
2085 new-stage1-bubble, distclean-stage2, new-stage2-start,
2086 new-stage2-end, new-stage2-bubble, distclean-stage3,
2087 new-stage3-start, new-stage3-end): New autogenerated targets.
2088 (objext, prebootstrap, BOOT_CFLAGS,
2089 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
2090 targets.
2091
2092 * Makefile.in: Regenerate.
2093 (distclean-stage1, new-stage1-start, new-stage1-end,
2094 new-stage1-bubble, distclean-stage2, new-stage2-start,
2095 new-stage2-end, new-stage2-bubble, distclean-stage3,
2096 new-stage3-start, new-stage3-end): New targets.
2097 (all-stage1-gcc): Move prebootstrap dependency from here...
2098 (configure-stage1-gcc): ...to here.
2099 (new-bootstrap): Use bubble targets.
2100 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2101 Use per-stage distclean targets.
2102 (configure-stage1-gcc, configure-stage2-gcc,
2103 configure-stage3-gcc, all-stage1-gcc,
2104 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
2105 Use new-stageN-start to prepare the tree.
2106
4f4e53dd
PB
21072004-05-23 Paolo Bonzini <bonzini@gnu.org>
2108
2109 * Makefile.def (host_modules): add libcpp.
2110 * Makefile.tpl: Add dependencies on and for libcpp.
2111 * Makefile.in: Regenerate.
2112 * configure.in: Add libcpp host module.
2113 * configure: Regenerate.
2114
60975492
PB
21152004-05-21 Paolo Bonzini <bonzini@gnu.org>
2116
2117 * Makefile.tpl: Whenever a recursive target is defined, wrap
2118 it in a special @if/@endif block, and prepare its maybe
2119 dependency in the @if/@endif block
2120 * configure.in: Instead of writing maybe dependencies, remove
2121 the @if/@endif statements, and remove the @if/@endif blocks
2122 that remain.
2123 * configure: Regenerate.
2124 * Makefile.in: Regenerate.
2125
5ce7d75d
JJ
21262004-05-20 Janis Johnson <janis187@us.ibm.com>
2127
2128 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
2129
c779c42f
KK
21302004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
2131
2132 PR bootstrap/15120
2133 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
2134 * */configure: Rebuilt.
2135
b4117c30
ZW
21362004-05-17 Zack Weinberg <zack@codesourcery.com>
2137
2138 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
2139 of libf2c.
2140 * configure, Makefile.in: Regenerate.
2141
12973d7a 21422004-05-13 Tobias SchlÃ\83¼ter <tobi@gcc.gnu.org>
75089d48
TS
2143
2144 * MAINTAINERS (Write After Approval): Add myself.
2145
6de9cd9a
DN
21462004-05-13 Diego Novillo <dnovillo@redhat.com>
2147
2148 Merge from tree-ssa-20020619-branch.
2149
2150 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
2151 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
2152 (HOST_GMPLIBS): Define.
2153 (HOST_GMPINC): Define.
2154 (TARGET_LIB_PATH): Add libmudflap.
2155 (GFORTRAN_FOR_TARGET): Define.
2156 (configure-build*): Export GFORTRAN.
2157 (configure-gcc): Export GMPLIBS and GMPINC.
2158 (all-gcc): Add maybe-all-libbanshee.
2159 (configure-target-libgfortran): Define.
2160 * Makefile.in: Regenerate.
2161 * configure.in (host_libs): Add libbanshee.
2162 (target_libraries): Add target-libmudflap and target-libgfortran.
2163 Add --with-libbanshee.
2164 Handle --disable-libmudflap.
2165 (*-*-freebsd*): Use with_gmp.
2166 Add $(libgcj) to noconfigdirs.
2167 * configure: Regenerate.
2168 * depcomp: New file.
2169 * MAINTAINERS: Add tree-ssa maintainers.
2170
8f1b790f
VM
21712004-05-04 Vladimir Makarov <vmakarov@redhat.com>
2172
b4117c30 2173 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 2174
693446fc
BF
21752004-04-30 Brian Ford <ford@vss.fsi.com>
2176
b4117c30 2177 * MAINTAINERS (Write After Approval): Add myself.
693446fc 2178
d1bb666c
UB
21792004-04-29 Uros Bizjak <uros@kss-loka.si>
2180
b4117c30 2181 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 2182
6cf1ac42
PB
21832004-04-28 Paolo Bonzini <bonzini@gnu.org>
2184
2185 * config/acx.m4: Fix fastcompare support for new-bootstrap.
2186 * configure: Regenerate.
2187
632933d5
PB
21882004-04-27 Paolo Bonzini <bonzini@gnu.org>
2189
2190 Revert:
2191 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
2192
2193 * Makefile.def (flags_to_pass): Remove *dir variables that
2194 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2195 as well as prefix and exec_prefix.
2196 * Makefile.in: Regenerate.
2197
80dc6aa0
RM
21982004-04-26 Robert Millan <robertmh@gnu.org>
2199
2200 Add patches from libtool CVS.
2201 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
2202 * ltconfig: Likewise.
2203 * ltcf-c.sh: Likewise.
2204 * ltcf-cxx.sh: Likewise.
2205 * ltcf-gcj.sh: Likewise.
2206
e11283f1
PB
22072004-04-26 Paolo Bonzini <bonzini@gnu.org>
2208
2209 * Makefile.def (host_modules): Mark with the bootstrap
2210 flag packages on which gcc depends.
2211 * Makefile.tpl (all-bootstrap): Use it.
2212 * Makefile.in: Regenerate.
2213
8546950c
PB
22142004-04-26 Paolo Bonzini <bonzini@gnu.org>
2215
2216 * Makefile.def (flags_to_pass): Remove *dir variables that
2217 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2218 as well as prefix and exec_prefix.
2219 * Makefile.in: Regenerate.
2220
a76494aa
PB
22212004-04-26 Paolo Bonzini <bonzini@gnu.org>
2222
b4117c30
ZW
2223 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
2224 * configure: Regenerate.
2225 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
2226 * gcc/Makefile.tpl (compare): Use the result of the test.
2227 * gcc/Makefile.in: Regenerate.
a76494aa 2228
03a91701
PB
22292004-04-23 Paolo Bonzini <bonzini@gnu.org>
2230
2231 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
2232 Always relocate gcc and prev-gcc to the original names, even
2233 if the build fails.
2234 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2235 New targets.
2236
082a6351
LG
22372004-04-23 Laurent GUERBY <laurent@guerby.net>
2238
2239 * MAINTAINERS: Update my email address.
b4117c30 2240
1f1d584b
RO
22412004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2242
2243 * configure.in (mips*-*-irix5*): Enable ld.
2244 * configure: Regenerate.
082a6351 2245
1db673ca
RO
22462004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2247
2248 * configure: Regenerate.
2249
ce4ea44e
JW
22502004-04-15 James E Wilson <wilson@specifixinc.com>
2251
2252 * Makefile.tpl (configure-[+module+], configure-gcc,
2253 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
2254 Set and export LDFLAGS.
2255 * Makefile.in: Regenerate.
2256
611f62ad
MC
22572004-04-12 Michael Chastain <mec.gnu@mindspring.com>
2258
b4117c30 2259 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 2260
be912515
NN
22612004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
2262
2263 PR bootstrap/14871
2264 * Makefile.tpl: If we don't have built-in-tree target tools,
2265 use the ones found by configure rather than hacking around with
2266 program_transform_name.
2267 * configure.in: Give Makefile.tpl the information necessary
2268 to do that.
2269 * Makefile.in: Regenerate.
2270 * configure: Regenerate.
2271
9104315a
NN
22722004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
2273
2274 PR bootstrap/14760
2275 * configure.in: When computing baseargs, strip *all* copies of
2276 offending options. Also, don't match/substitute the trailing space,
2277 so that this actually works when two similar options are separated by
2278 only one space.
2279 * configure: Regenerate.
2280
bef1d700
DE
22812004-04-06 David Edelsohn <edelsohn@gnu.org>
2282
b4117c30
ZW
2283 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
2284 (rs6000-*-aix*): Same.
2285 * configure: Regenerate.
bef1d700 2286
54bcf05e 22872004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
2288
2289 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 2290
369a832c 22912004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
2292
2293 * MAINTAINERS: Add myself to write-after-approval.
369a832c 2294
09a9c095
NN
22952004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
2296
7caf53cb
NN
2297 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
2298 STRICT_WARN, WARN_CFLAGS flags passed down to make.
2299 * Makefile.in: Regenerate.
2300
09a9c095
NN
2301 * configure.in (top level bootstrap support): Rework --enable-werror
2302 to set @stage2_werror_flag@.
2303 * configure: Regenerate.
2304 * Makefile.tpl (top level bootstrap support): Pass
2305 @stage2_werror_flag@ down to configure in stages 2 and 3.
2306 * Makefile.in: Regenerate.
2307
5595a2bd
NN
23082004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
2309
cbfd7e06
NN
2310 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
2311 for stages 2 and 3 as well as in make. As a consequence, remove
2312 OUTPUT_OPTION (now detected by configure) from the flags passed down
2313 to make.
2314 * Makefile.in: Regenerate.
2315
5595a2bd
NN
2316 * Makefile.tpl (new-bootstrap): Fix typo.
2317 * Makefile.in: Regenerate.
2318
ca3b3e20
NN
23192004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
2320
295f4e42
NN
2321 * Makefile.tpl: Rearrange by moving recursive_targets rules
2322 into their proper sections.
2323 * Makefile.tpl (top level bootstrap support): Move disabling
2324 of coverage flags from 'make' to 'configure'; improve comments.
2325 * Makefile.in: Regenerate.
2326
340de83f
NN
2327 * Makefile.tpl (experimental top level bootstrap) Move stage1
2328 language setting from all- target to configure- target; disable
2329 intermodule optimization in stage 1; prevent gratuitous rebuilds
2330 of stage 1.
2331 * Makefile.in: Regenerate.
2332 * configure.in: Comma-separate stage 1 language list for top
2333 level bootstrap.
2334 * configure: Regenerate.
2335
ca3b3e20
NN
2336 * Makefile.tpl: Clean up experimental top level bootstrap support:
2337 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
2338 prev-gcc in configure- targets as well as all- targets.
2339 * Makefile.in: Regenerate.
2340
4d038073
KC
23412004-03-21 Kelley Cook <kcook@gcc.gnu.org>
2342
2343 * compile: New file imported from automake.
2344
ab3533d6
PB
23452004-03-17 Paolo Bonzini <bonzini@gnu.org>
2346
2347 * configure.in: Remove symbolic link section.
2348 * configure: Regenerate.
2349 * Makefile.tpl (links): Remove.
2350 * Makefile.in: Regenerate.
2351
1e0f07d3 23522004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 2353 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
2354
2355 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 2356 Set with AC_CHECK_PROGS.
1e0f07d3
PB
2357 * configure.in: Fix comment typo from last patch.
2358 * configure: Regenerate.
2359
2805b53a
NN
23602004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
2361
2362 * Makefile.tpl: Introduce experimental top level bootstrap support.
2363 * Makefile.in: Regenerate.
2364 * configure.in: Introduce support for top level bootstrap.
2365 * configure: Regenerate.
2366
79b4b7d2 23672004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 2368 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
2369
2370 PR bootstrap/14522
2371 * configure.in: Cope with shells that do not support unquoted ^
2372 * configure: Regenerate.
2373
6bbec498 23742004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 2375 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
2376
2377 PR bootstrap/14522
79b4b7d2 2378 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
2379 quotes inside quoted backquote substitutions.
2380 * configure: Regenerate.
2381
83c15dfc
AP
23822004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
2383
2384 PR bootstrap/14522
f2bd98d4 2385 * configure.in: Fix escaping of $.
83c15dfc
AP
2386 * configure: Regenerate.
2387
55ffb5ed
NN
23882004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
2389
2390 * configure: Regenerate, since I forgot to while committing Paolo's
2391 changes.
2392
e4c9c075
PB
23932004-03-08 Paolo Bonzini <bonzini@gnu.org>
2394
2395 PR ada/14131
2396 Move language detection to the top level.
2397 * configure.in: Find default values for the tools as
2398 soon as possible. Disable ada if GNAT is not found.
2399 Emit error message about missing languages. Expand
2400 --enable-languages=all for the gcc subdirectory.
2401
5199e2c6
BE
24022004-03-10 Ben Elliston <bje@gnu.org>
2403
2404 * MAINTAINERS: Update my email address.
2405
c18b95e5
DE
24062004-03-05 David Edelsohn <edelsohn@gnu.org>
2407
2408 * ltconfig: Disable building static libraries if building shared
2409 libraries on AIX 5L.
2410
d0fe5ad3
RS
24112004-03-01 Richard Sandiford <rsandifo@redhat.com>
2412
2413 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
2414 and disable libgcj.
2415 * configure: Regenerated.
2416
e6f71f9d
BB
24172004-03-01 Brian Booth <bbooth@redhat.com>
2418
2419 * MAINTAINERS: Add myself to write-after-approval.
2420
8983e50e
PB
24212004-03-01 Paolo Bonzini <bonzini@gnu.org>
2422
2423 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 2424
d4cd9d81
NN
24252004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2426
2427 PR bootstrap/7087
2428 * Makefile.tpl: Guard XFOO sed statements better.
2429 * Makefile.tpl: Add dependency for configure-target-libada.
2430 * Makefile.in: Regenerate (incidentally fixes broken
2431 commit when libada-branch was merged).
2432
0ea0229e
KC
24332004-02-25 Kelley Cook <kcook@gcc.gnu.org>
2434
2435 * MAINTAINERS: Add myself to write-after-approval.
2436
bad93735
AP
24372004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
2438
2439 * MAINTAINERS: Add Nicola Pero and myself as libobjc
2440 maintainers.
2441
a7ca14fc
AC
24422004-02-20 Andrew Cagney <cagney@redhat.com>
2443
2444 * config.guess: Update from version 2003-10-16 to 2004-02-16.
2445 * config.sub: Update from version 2003-11-03 to 2004-02-16.
2446
51592782
NN
24472004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
2448
2449 PR bootstrap/11932
2450 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
2451
6a30854a
JQ
24522004-02-14 Jerry Quinn <jlquinn@optonline.net>
2453
2454 * MAINTAINERS: Added myself to write-after-approval.
2455
be8b2bee
MK
24562004-02-14 Michael Koch <konqueror@gmx.de>
2457
2458 * MAINTAINERS: Added myself to write-after-approval.
2459
972760b7
JM
24602004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
2461
2462 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
2463 some OS port maintainers to OS port maintainers section.
2464
b0281654
FCE
24652004-02-13 Frank Ch. Eigler <fche@redhat.com>
2466
2467 * MAINTAINERS: Add self.
2468
3c419fd6
KH
24692004-02-12 Kazu Hirata <kazu@cs.umass.edu>
2470
2471 * MAINTAINERS: Alphabetize.
2472
e88e9aee
PB
24732004-02-12 Paolo Bonzini <bonzini@gnu.org>
2474
2475 * MAINTAINERS: Remove myself.
b4117c30 2476
1915e422
DE
24772004-02-11 David Edelsohn <edelsohn@gnu.org>
2478
2479 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
2480 (rs6000-*-aix*): Same.
2481 * configure: Regenerate.
2482
a22c2d8d
KC
24832004-02-11 Kelley Cook <kcook@gcc.gnu.org>
2484
2485 * configure.in (host): Add in missing $noconfigdirs to defines.
2486 * configure: Regenerate.
2487
d9cdb878
AC
24882004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
2489 Nathanael Nerode <neroden@gcc.gnu.org>
2490
2491 PR ada/6637, PR ada/5911
b4117c30 2492 Merge with libada-branch:
d9cdb878
AC
2493 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2494 with appropriate dependencies. Add --enable-libada configure switch.
2495 * configure, Makefile.in: Regenerate.
2496
8bd92821
PB
24972004-02-09 Paolo Bonzini <bonzini@gnu.org>
2498
2499 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 2500
89a95129
RO
25012004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2502
2503 * configure.in: Don't pass --with-stabs on IRIX 5 either.
2504 * configure: Regenerate.
2505
892629bc
GK
25062004-02-04 Geoffrey Keating <geoffk@apple.com>
2507
2508 Merge from upstream:
2509
2510 * ltmain.in: When setting IFS to '~', be careful about user
2511 arguments that contain '~'.
2512
2513 2004-02-04 Peter O'Gorman <peter@pogma.com>
2514
2515 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
2516 Also test $base_compile against $CC with escaped arguments. Bug
2517 reported by Geoff Keating <geoffk@apple.com>.
2518
6b402165
KH
25192004-02-04 Kazu Hirata <kazu@cs.umass.edu>
2520
2521 * MAINTAINERS: Remove i960 port.
2522
fa2f0306
DD
25232004-01-23 DJ Delorie <dj@redhat.com>
2524
2525 * Makefile.def (target_modules) [libiberty]: Don't stage.
2526 * Makefile.in: Rebuilt.
2527
9feb20aa
CT
25282004-01-20 Caroline Tice <ctice@apple.com>
2529
2530 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 2531
7aed2ccc
PC
25322004-01-19 Paolo Carlini <pcarlini@suse.de>
2533
2534 * MAINTAINERS: Update my email address.
2535
f25bebe1
JM
25362004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
2537
2538 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 2539
28083580
VR
25402004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2541
2542 * MAINTAINERS: Remove entries without email address.
2543
c0f4b5e4
DJ
25442004-01-15 Daniel Jacobowitz <drow@mvista.com>
2545
2546 * MAINTAINERS: Add myself to write-after-approval.
2547
b5eb5a5e
SB
25482004-01-15 Steven Bosscher <stevenb@suse.de>
2549
2550 * MAINTAINERS: Update my email address.
2551
2c4de30b
LR
25522004-01-14 Loren J. Rittle <ljrittle@acm.org>
2553
2554 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2555 * Makefile.tpl (configure-target-[+module+]): Support stage.
2556 * Makefile.in: Rebuilt.
2557
74c0b320
ILT
25582004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
2559
2560 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
2561
2560344b
RS
25622004-01-10 Richard Sandiford <rsandifo@redhat.com>
2563
2564 * MAINTAINERS: Add myself as a MIPS maintainer.
2565
8b21cda6
NN
25662004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
2567
2b6c260d
NN
2568 * configure.in: Use ./config.cache, not config.cache.
2569 * configure: Regenerate.
2570 * Makefile.tpl: Special-casing not needed for GCC any more.
2571 * Makefile.in: Regenerate.
2572
09438bde
NN
2573 * configure.in: Don't share a cache file for host dirs.
2574 * configure: Regenerate.
2575
8b21cda6
NN
2576 * config-ml.in: Don't mess with the cache file.
2577
e42870df
EB
25782004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2579
2580 * MAINTAINERS: Move myself from 'Write After Approval' to
2581 'CPU Port Maintainers' section as SPARC maintainer.
2582
6b9eb62c
NN
25832004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
2584
78a816a6
NN
2585 * Makefile.tpl: Make GCC use a separate config.cache.
2586 * Makefile.in: Regenerate.
2587
6b9eb62c
NN
2588 PR bootstrap/11932, PR bootstrap/11933
2589 (I don't know if it will fix either of them, but it relates
2590 to them.)
2591 * configure.in: Don't use shared config.cache for target
2592 directories.
2593 * configure: Regenerate.
2594
86d7b562
DN
25952004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
2596
2597 * MAINTAINERS: Add myself to 'Write After Approval' section.
2598
07d0a605
RS
25992003-12-31 Roger Sayle <roger@eyesopen.com>
2600
2601 * configure.in (ia64*-*-hpux*): Disable building java libraries.
2602 * configure: Regenerated.
2603
459ac19f
KH
26042003-12-23 Kazu Hirata <kazu@cs.umass.edu>
2605
2606 * MAINTAINERS: Remove the mn10200 maintainer.
2607
5785c0ed 26082003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 2609
5785c0ed
BI
2610 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2611 * configure: Regenerated.
2612
a268eff9
JH
26132003-12-16 Jan Hubicka <jh@suse.cz>
2614
2615 * MAINTAINERS: Add myself as callgraph maintainer.
2616
9d465b12
TF
26172003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
2618
2619 * configure.in (raw_libstdcxx_flags): Remove the leading space.
2620 * configure: Regenerate.
2621
a68a270a
GB
26222003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2623
2624 * MAINTAINERS: Move myself from 'Bug database only accounts' to
2625 'Write After Approval' section. Update email.
2626
3066a15c
JL
26272003-12-01 James Lemke <jim@wasabisystems.com>
2628
2629 * MAINTAINERS (Write After Approval): Add myself.
2630
8c052da4
MT
26312003-11-20 Matt Thomas <matt@3am-software.com>
2632
2633 * MAINTAINERS: Add myself as a vax port maintainer.
2634
e75f9147
KC
26352003-11-20 Kelley Cook <kcook@gcc.gnu.org>
2636
2637 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2638 (configure-build-[+module+], configure-[+module+]): Likewise.
2639 (configure-target-[+module+], configure-gcc, config.status): Likewise.
2640 * Makefile.in: Regenerate.
2641
43d8d958
AT
26422003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
2643
2644 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
2645 shared/dylibed libraries.
2646 * ltmain.sh: Likewise.
2647 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
2648 * ltcf-cxx.sh: Likewise.
2649 * ltcf-gcj.sh: Likewise.
2650 * ltconfig: Likewise.
2651
638dcaa0
SC
26522003-11-17 Stan Cox <scox@redhat.com>
2653
2654 * MAINTAINERS: Add myself as iq2000 port maintainer.
2655
15cc172b
AC
26562003-11-14 Arnaud Charlet <charlet@act-europe.fr>
2657
b4117c30
ZW
2658 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2659 * Makefile.in: Regenerate.
15cc172b 2660
20af77cd
UW
26612003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
2662
2663 * config.sub: Update to 2003-11-03 version.
2664
4dd01c5c
PE
26652003-10-20 Phil Edwards <phil@codesourcery.com>
2666
2667 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
2668 * configure: Regenerate.
2669
8d36c499
NP
26702003-10-20 Nicolas Pitre <nico@cam.org>
2671
2672 * MAINTAINERS: Add myself to 'Write After Approval' section.
2673
8b7ebc31
AC
26742003-10-20 Arnaud Charlet <charlet@act-europe.fr>
2675
2676 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
2677
afe1910c
JM
26782003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
2679
2680 * MAINTAINERS: Update my email address.
2681
05dcec66
RO
26822003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2683
2684 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
2685
71fc2f0c
RL
26862003-10-17 Ralph Loader <rcl@ihug.co.nz>
2687
2688 * MAINTAINERS: Add myself to 'Write After Approval' section.
2689
507ec745
BI
26902003-10-16 Bernardo Innocenti <bernie@develer.com>
2691
2692 * config.guess: Update to 2003-10-16 version.
2693 * config.sub: Update to 2003-10-16 version.
2694
4d466c42
DD
26952003-10-15 David Daney <ddaney@avtrex.com>
2696
2697 * MAINTAINERS: Added myself to 'Write After Approval' section.
2698
0c9b16bc
FH
26992003-10-15 Falk Hueffner <falk@debian.org>
2700
2701 * MAINTAINERS: Move myself from 'Bug database only accounts' to
2702 'Write After Approval' section. Update email.
2703
74d57d15
RS
27042003-10-14 Roger Sayle <roger@eyesopen.com>
2705
2706 * MAINTAINERS: Move myself from 'Write After Approval' to
2707 'Various Maintainers' section as middle-end maintainer.
2708
d29b8ad8
NN
27092003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
2710
2711 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2712 HOST_FLAGS_TO_PASS.
2713 * Makefile.in: Regenerate.
2714
26db814a
BI
27152003-10-11 Bernardo Innocenti <bernie@develer.com>
2716
2717 * config.guess: Update to 2003-10-07 version.
2718 * config.sub: Update to 2003-10-07 version.
2719
fffeb871
RO
27202003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2721
2722 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
2723 * ltconfig (irix5*, irix6*): Don't override version_type.
2724
6691a79e
ME
27252003-10-05 Mohan Embar <gnustuff@thisiscool.com>
2726
2727 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2728 * configure: Rebuilt
2729 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2730 * Makefile.in: Rebuilt
2731
62cdd71e
L
27322003-10-03 H.J. Lu <hongjiu.lu@intel.com>
2733
2734 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2735
6fe2eacc
CW
27362003-09-30 Carlo Wood <carlo@alinoe.com>
2737
2738 * MAINTAINERS (Write After Approval): Add myself.
2739
ea57e5ad
PK
27402003-09-29 Paul Koning <ni1d@arrl.net>
2741
2742 * MAINTAINERS: Move myself from "Write After Approval"
2743 to CPU platform maintainers for pdp11 platform.
2744
e070672a
AT
27452003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
2746
2747 * MAINTAINERS: Move myself from 'Write After Approval' to
2748 'Various Maintainers' section as libffi testsuite maintainer.
2749
43bb47c2
DJ
27502003-09-21 Daniel Jacobowitz <drow@mvista.com>
2751
2752 * configure.in: Pass a computed --program-transform-name
2753 to subconfigures.
2754 * configure: Regenerated.
2755
da9d3b37
NN
27562003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2757
94322beb
NN
2758 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2759 * Makefile.in: Regenerate.
2760
da9d3b37
NN
2761 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2762 * Makefile.in: Regenerate.
2763
ffd9060b
ZL
27642003-09-19 Ziemowit Laski <zlaski@apple.com>
2765
2766 * MAINTAINERS: Move myself from 'Write After Approval'
2767 to 'Various Maintainers' (objective-c) section.
2768
eeae7b41
DJ
27692003-09-17 Daniel Jacobowitz <drow@mvista.com>
2770
2771 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2772 quoting.
2773 * configure: Regenerated.
2774
a080d12b
JB
27752003-09-16 Joel Brobecker <brobecker@gnat.com>
2776
2777 * MAINTAINERS (Write After Approval): Add myself to write after
2778 approval list.
2779
6cd2fc59
DN
27802003-09-16 Dorit Naishlos <dorit@il.ibm.com>
2781
2782 * MAINTAINERS (Write After Approval): Add myself.
2783
dcbdd9cc
ILT
27842003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2785
2786 * MAINTAINERS: Update my e-mail address.
2787
e517f636
AM
27882003-09-09 Alan Modra <amodra@bigpond.net.au>
2789
2790 * libtool.m4 (LD): Correct powerpc64 host match.
2791
bc49924b
JW
27922003-09-06 James E Wilson <wilson@tuliptree.org>
2793
2794 * MAINTAINTERS: Update my affiliation and email address.
2795
082124f5
ZD
27962003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2797
2798 * MAINTAINERS (Write After Approval): Add myself.
2799
dc94d89e
DD
28002003-09-04 DJ Delorie <dj@redhat.com>
2801
2802 * configure: Regenerate.
2803
28042003-09-04 Robert Millan <robertmh@gnu.org>
2805
2806 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 2807
7a0f2d4e
KG
28082003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2809
2810 * configure.in: Ensure arguments to sed are properly spaced.
2811 * configure: Regenerate.
2812
88d032eb
GP
28132003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
2814
2815 * MAINTAINERS: Update my e-mail address.
2816
0b3f3d22
ME
28172003-08-28 Mohan Embar <gnustuff@thisiscool.com>
2818
2819 * MAINTAINERS (Write After Approval): Add myself.
2820
d253f9ba
DJ
28212003-08-27 Daniel Jacobowitz <drow@mvista.com>
2822
2823 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2824 * configure: Regenerated.
2825
066ec9c9
MM
28262003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
2827
2828 * MAINTAINERS: Update my email address.
2829
415d7ef9
PE
28302003-08-23 Phil Edwards <pme@gcc.gnu.org>
2831
2832 * configure.in: Use newline instead of semicolon when assuming
2833 shell arguments in a for loop.
2834 * configure: Regenerated.
2835
e1567352
JE
28362003-08-22 Jason Eckhardt <jle@rice.edu>
2837
2838 * MAINTAINERS: Resurrect the i860 maintainer.
2839
b348267b
GK
28402003-08-20 Geoffrey Keating <geoffk@apple.com>
2841
e50084fa
GK
2842 PR 8180
2843 * configure.in: When testing with_libs and with_headers, treat
2844 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
2845 * configure: Regenerate.
b4117c30 2846
b348267b
GK
2847 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2848 make, shell, etc.
2849 (baseargs): Likewise.
2850 * configure: Regenerate.
2851
ca26ffe0
BI
28522003-08-20 Bernardo Innocenti <bernie@develer.com>
2853
2854 * MAINTAINERS (Write After Approval): Add myself.
2855
940cde4d
GK
28562003-08-19 Geoffrey Keating <geoffk@apple.com>
2857
2858 * configure.in: Disable libgcj for darwin not on powerpc.
2859 * configure: Rebuild.
2860
74bed51b
ADL
28612003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
2862
2863 * config-ml.in, symlink-tree: Add license.
2864
b4117c30
ZW
28652003-08-03 Richard Stallman <rms@gnu.org>
2866 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
2867
2868 * README.SCO: New file.
2869
333a28b4
MK
28702003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
2871
2872 * Makefile.tpl (check, check-c++): Express dependencies using
2873 dependencies rather than commands.
2874 * Makefile.in: Regenerate.
2875
c197e306
AC
28762003-08-01 Andrew Cagney <cagney@redhat.com>
2877
2878 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
2879 * configure: Ditto.
2880
a8ee6e2d
GK
28812003-07-31 Geoffrey Keating <geoffk@apple.com>
2882
2883 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 2884 * Makefile.in: Update.
a8ee6e2d 2885
8d9b3f2e
AT
28862003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
2887
2888 * configure.in: Enable libgcj for darwin.
2889 * configure: Rebuild.
2890
52c0c542
PE
28912003-07-29 Phil Edwards <pme@gcc.gnu.org>
2892
2893 * config-ml.in: Use ac_configure_args directly instead of
2894 ml_arguments. Only set ml_norecursion if --no[-]recursion is
2895 actually seen.
2896
b4acb5ef
NN
28972003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
2898
2899 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
2900 creating target and build subdirs to build all parent dirs as needed.
2901 * Makefile.in: Rebuild.
2902 * configure.in: Don't build dirs explicitly here.
2903 * configure: Rebuild.
2904
a51d71d0
PB
29052003-07-26 Paul Brook <paul@nowt.org>
2906
2907 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
2908
f43e12ce
AO
29092003-07-22 Alexandre Oliva <aoliva@redhat.com>
2910
2911 * Makefile.tpl (all-make): Depend on intl.
2912 * Makefile.in: Rebuilt.
2913
8a199ff6
PE
29142003-07-20 Phil Edwards <pme@gcc.gnu.org>
2915
2916 * install-sh: Update to newer upstream versions (associated with
2917 aclocal 1.7).
2918 * mkinstalldirs: Likewise.
2919 * missing: Likewise, plus $1Help2man -> $1 typo fix.
2920
e6a8c803
AP
29212003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
2922
2923 * MAINTAINERS: Move self from Bug database only accounts
2924 to write-after-approval.
2925
9f13608f
NN
29262003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
2927
2928 * config.if: Remove unused libc_interface determination.
2929
c7864714
NN
29302003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
2931
2932 * MAINTAINERS: Move self from write-after-approval to
2933 build machinery (*.in).
2934
775956d0
NN
29352003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
2936
2937 PR bootstrap/11273
2938 PR bootstrap/11408
2939 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
2940 unused INSTALL_PROGRAM_ARGS.
2941 * configure.in: Use AC_PROG_INSTALL.
2942 * Makefile.in: Regenerate.
2943 * configure: Regenerate.
2944
c7f67a6e
KH
29452003-07-13 Kazu Hirata <kazu@cs.umass.edu>
2946
2947 * MAINTAINERS: Alphabetize.
2948
33952f6f
AO
29492003-07-10 Alexandre Oliva <aoliva@redhat.com>
2950
2951 * configure: Rebuilt.
2952 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
2953 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
2954 newlib nor libgloss.
2955 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
2956 * configure.in (am33_2.0-*-linux*): Added.
2957
0d4f1b4e
BW
29582003-07-09 Bob Wilson <bob.wilson@acm.org>
2959
2960 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
2961 * configure: Regenerate.
2962
56694dd9
ZW
29632003-07-07 Zack Weinberg <zack@codesourcery.com>
2964
2965 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
2966 * Makefile.in: Regenerate.
2967
21607eb4
ZW
29682003-07-04 Zack Weinberg <zack@codesourcery.com>
2969
2970 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
2971 * Makefile.in: Regenerate.
2972
8c90b13a
L
29732003-07-04 H.J. Lu <hongjiu.lu@intel.com>
2974
2975 * Makefile.tpl: Replace PWD with PWD_COMMAND.
2976 * Makefile.in: Regenerated.
2977
5d42f90e
L
2978 * config-ml.in: Replace PWD with PWD_COMMAND.
2979
6eb95e99
ZW
29802003-07-04 Zack Weinberg <zack@codesourcery.com>
2981
2982 * intl: New directory; see intl/ChangeLog for details.
2983 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
2984 * Makefile.tpl: all-gcc depends on maybe-all-intl.
2985 * Makefile.in: Regenerate.
2986
07d1940e
NN
29872003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
2988
2989 * configure.in: Clean up config-lang.in handling. Delete
2990 useless assignment to "subdirs".
2991 * configure: Regenerate.
2992
4dbda6f0
NN
29932003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
2994
2995 * configure.in: Rename 'target_libs' to 'target_libraries'.
2996 Remove useless reference to 'target_libs'.
2997 * configure: Regenerate.
2998
2c30ab71
KS
29992003-06-23 Keith Seitz <kseitz@sources.redhat.com>
3000
3001 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3002 * Makefile.in: Regenerate.
3003
11405c93
NN
30042003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
3005
3006 * Makefile.def: Introduce flags_to_pass.
3007 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3008 * Makefile.in: Regenerate.
3009
fb87ad5d
HPN
30102003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
3011
3012 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3013 and target-libgloss.
3014 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3015 <h8300*-*-*>: Disable libf2c and ${libgcj}.
3016 * configure: Regenerate.
3017
a7956a48
BK
30182003-06-17 Benjamin Kosnik <bkoz@redhat.com>
3019
3020 * configure.in: Update testsuite_flags to new location.
3021 * configure. Regenerate.
6eb95e99 3022
eaf9f3b2
NN
30232003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
3024
3025 * Makefile.tpl: Remove BUILD_CC stuff.
3026 * Makefile.in: Regenerate.
3027
2d89ffef
KH
30282003-06-17 Kazu Hirata <kazu@cs.umass.edu>
3029
3030 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
3031
83415b0b
GP
30322003-06-16 Graeme Peterson <gp@qnx.com>
3033
3034 * MAINTAINERS (Write After Approval): Add myself.
3035
b951c91c 30362003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 3037
b951c91c
L
3038 * config.guess: Update to 2003-06-12 version.
3039 * config.sub: Update to 2003-06-13 version.
3040
0bb41a37
L
30412003-06-12 H.J. Lu <hongjiu.lu@intel.com>
3042
3043 * config.guess: Update to 2003-06-06 version.
3044 * config.sub: Update to 2003-06-06 version.
3045
655b7166
RO
30462003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3047
3048 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
3049 * configure. Regenerate.
3050
01b759aa
NN
30512003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
3052
bf1d3e81
NN
3053 * configure.in: Disable serial configure by default.
3054 * configure: Regenerate.
3055 * Makefile.tpl: Abolish .NOTPARALLEL.
3056 * Makefile.in: Regenerate.
3057
e89fbdfe
NN
3058 * Makefile.tpl: Replace {build,host,target}_canonical by
3059 {build,host,target}.
3060 * Makefile.in: Regenerate.
3061
01b759aa
NN
3062 * Makefile.tpl: Fix stupid pasto.
3063 * Makefile.in: Regenerate.
3064
f7dae026
NN
30652003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
3066
3067 * Makefile.tpl: Remove bogus conditional.
3068 * Makefile.in: Regenerate.
3069
30702003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
3071
3072 * Makefile.tpl (profiledbootstrap): New target.
3073 * Makefile.in (profiledbootstrap): New target.
3074
2ffc3e73 30752003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
3076
3077 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
3078 Pinski. Remove user names from other bugzilla-only maintainers.
3079
1a1e6b96
NN
30802003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
3081
1358ccea
NN
3082 * Makefile.tpl: Make 'recursive targets' using autogen rather
3083 than shell loop. Remove duplicate 'clean' targets and false
3084 comments.
3085 * Makefile.def: Add systematic dependencies to 'recursive' targets.
3086 Add systematic method of specifying missing targets in subdirs.
3087 Add copyright boilerplate.
3088 * Makefile.in: Regenerate.
3089 * configure.in: Add 'recursive targets' to maybe list.
3090 * configure: Regenerate.
3091
ae74ed1f
NN
3092 * MAINTAINERS: "GNATS only" -> "Bug database only".
3093
1a1e6b96
NN
3094 * Makefile.tpl: Rename [+target+] to [+make_target+].
3095 * Makefile.def: Rename 'target' to 'make_target'.
3096
c79af3fa
NB
30972003-05-31 Neil Booth <neil@daikokuya.co.uk>
3098
3099 * MAINTAINERS: Add self as options handling maintainer.
3100
39d85b61
MM
31012003-05-28 Michael Meissner <gnu@the-meissners.org>
3102
3103 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
3104 been too long since I touched those ports.
3105
afc2b62d
DD
31062003-05-28 DJ Delorie <dj@redhat.com>
3107
3108 * Makefile.tpl: Make maybe-check-gcc .PHONY.
3109 * Makefile.in: Regenerate.
3110
df445104
MR
31112003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3112
3113 * configure.in: Use curly braces in the definition of tooldir.
3114 * configure: Regenerate.
3115
2eb98e5d 31162003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 3117
2eb98e5d
DD
3118 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
3119 newlib or libgloss.
3120 * Makefile.in: Regenerate.
3121
862fced8
DD
31222003-05-21 DJ Delorie <dj@redhat.com>
3123
3124 * Makefile.tpl: Add missing empty maybe-check-gcc target.
3125 * Makefile.in: Regenerate.
3126
fc351800
ILT
31272003-05-20 Ian Lance Taylor <ian@airs.com>
3128
3129 * MAINTAINERS: Update my e-mail address.
3130
7e2dbcef
NN
31312003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
3132
3133 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 3134 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
3135 Factor out common code from autogen IF statements.
3136 * configure: Regenerate.
3137 * Makefile.in: Regenerate.
3138
f2a0e225
KC
31392003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
3140
3141 * configure.in: Accept i[3456789]86 for machine type.
3142 * configure: Regenerate.
3143
8b87bb96
NN
31442003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
3145
3146 * configure.in: Switch more things to use maybe dependencies.
3147 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
3148 * configure: Regenerate.
3149 * Makefile.tpl: Switch more things to use maybe dependencies.
3150 * Makefile.in: Regenerate.
3151
fdb882bc 31522003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
3153
3154 * Makefile.tpl (install-opcodes): Define.
3155 * Makefile.in: Rebuild.
3156
f7c50032
AJ
31572003-05-13 Andreas Jaeger <aj@suse.de>
3158
3159 * config.guess: Update to 2003-05-09 version.
3160 * config.sub: Update to 2003-05-09 version.
3161
f2181bed 31622003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
3163
3164 * configure.in: Correct sed script so that options in quotes are not
3165 deleted.
3166 * configure: Rebuild.
3167
aa8f1f57
CV
31682003-05-12 Corinna Vinschen <corinna@vinschen.de>
3169
3170 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
3171 and $$s/newlib/libc/sys/cygwin32 include paths.
3172 * configure: Ditto.
3173
0c130f81
MM
31742003-05-12 Michael Meissner <gnu@the-meissners.org>
3175
3176 * MAINTAINERS: Update my email addresses.
3177
aa1a100b
EB
31782003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
3179
3180 * config-ml.in: Propagate INSTALL variables.
f7c50032 3181
87861833
GP
31822003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3183
3184 * MAINTAINERS: Remove duplicate entries in Write After Approval.
3185
de722255
CD
31862003-05-02 Chris Demetriou <cgd@broadcom.com>
3187
6eb95e99
ZW
3188 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
3189 * Makefile.in: Regenerate.
de722255 3190
96c4a002
WB
31912003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
3192
3193 * MAINTAINERS (GNATS only): Add Falk Hueffner.
3194
55b15a11
WB
31952003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
3196
3197 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
3198
0c227849
DJ
31992003-04-27 Daniel Jacobowitz <drow@mvista.com>
3200
3201 * Makefile.tpl: Clean $(BUILD_SUBDIR).
3202 * Makefile.in: Regenerated.
3203
d45148c1
WB
32042003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
3205
3206 * MAINTAINERS (Write After Approval): Upgrade myself from
3207 GNATS only to write-after-approval. Update my mail address.
3208
48f2318c 32092003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
3210
3211 (OS Port Maintainers: freebsd): Add myself.
3212
438f50c3
MM
32132003-04-22 Mark Mitchell <mark@codesourcery.com>
3214
3215 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
3216
9074e169
KJ
32172003-04-22 Kean Johnston <jkj@sco.com>
3218
3219 * MAINTAINERS (SCO ports): Added myself.
3220
dfd39a2e
NS
32212003-04-21 Nathan Sidwell <nathan@codesourcery.com>
3222
3223 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
3224
ccbae82a
KJ
32252003-04-19 Kean Johnston <jkj@sco.com>
3226
3227 * MAINTAINERS (Write After Approval): Add myself.
3228
2f50999f
GP
32292003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3230
3231 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
3232 * Makefile.in: Regenerate.
3233
e9b84181
JJ
32342003-04-18 Jakub Jelinek <jakub@redhat.com>
3235
3236 * configure.in (powerpc64*-*-linux*): Remove.
3237 * configure: Rebuilt.
3238
1ca4c6e1
PE
32392003-04-17 Phil Edwards <pme@gcc.gnu.org>
3240
3241 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
3242 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3243 and restrap.
3244 * Makefile.in: Regenerate.
3245
0590b963
RE
32462003-04-16 Richard Earnshaw <rearnsha@arm.com>
3247
3248 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3249 * configure: Regenerated.
3250
ff41a56f
DD
32512003-04-15 DJ Delorie <dj@redhat.com>
3252
3253 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
3254
50d440bc
NC
32552003-04-13 Nick Clifton <nickc@redhat.com>
3256
3257 * config-ml.in: Remove support for --disable-aix removing
3258 call-aix multilibs.
3259
b1e0a93e
AO
32602003-04-10 Alexandre Oliva <aoliva@redhat.com>
3261
3262 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3263 * */configure: Rebuilt.
3264
71fb704d
JS
32652003-04-08 Joel Sherrill <joel@oarcorp.com>
3266
3267 * MAINTAINERS: Add my email address.
3268
3897ea90
OH
32692003-03-17 Olivier Hainque <hainque@act-europe.fr>
3270
3271 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 3272
93c834b7
NN
32732003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
3274
3275 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
3276 * Makefile.in: Regenerate.
3277
82c34dcb
MC
32782003-03-14 Michael Chastain <mec@shout.net>
3279
3280 * Makefile.in: Regenerate with correct Makefile.def.
3281
73458fb7
NN
32822003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
3283
3284 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
3285 Make macro.
3286 * Makefile.in: Regenerate.
3287 * configure.in: Clean up gxx_include_dir logic.
3288 * configure: Regenerate.
3289
32cf27e5
AE
32902003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
3291
3292 * MAINTAINERS (Write After Approval): Add myself.
3293
c727e7a0
BE
32942003-03-10 Ben Elliston <bje@wasabisystems.com>
3295
3296 * MAINTAINERS: Update my mail address.
3297
9a27ac7a
FS
32982003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3299
3300 * configure.in (gxx_include_dir): Fix typo.
3301 * configure: Regenerated.
3302
3aa83176
NN
33032003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
3304
3305 * Makefile.tpl: Reindent.
3306 * Makefile.in: Regenerate.
3307 * configure.in: Reindent. Don't set unused variables.
3308 * configure: Regenerate.
3309
9124bc53
DJ
33102003-03-04 Daniel Jacobowitz <drow@mvista.com>
3311
3312 * configure.in: Include $(build_tooldir)/sys-include in
3313 FLAGS_FOR_TARGET.
3314 * configure: Regenerated.
3315
cb543528
NN
33162003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
3317
c858bf1e
NN
3318 * Makefile.tpl: Always pass down RANLIB.
3319 * Makefile.in: Regenerate.
3320
aa9c3ab4
NN
3321 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
3322 * Makefile.in: Regenerate.
3323 * configure.in: Remove unused logic relating to --enable-shared
3324 and --enable-threads. Remove bogus comments. Remove redundant
3325 noconfigdirs.
3326 * configure: Regenerate.
3327
cb543528
NN
3328 * configure.in: Replace ${libstdcxx_version} by its value.
3329 Remove reference to mh-dgux.
3330 * configure: Regenerate.
3331
53f70c1b
KB
33322003-03-03 Kevin Buettner <kevinb@redhat.com>
3333
3334 * MAINTAINERS (Write After Approval): Add myself.
3335
df0f0674
NN
33362003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3337
3338 * Makefile.tpl: Rearrange.
3339 * Makefile.in: Regenerate.
3340
ef4e7569
US
33412003-02-25 Uwe Stieber <uwe@wwws.de>
3342
3343 * configure.in: Add support for kaOS as cross build target system.
3344 * configure: Regenerated.
3345
a7a287eb
SB
33462003-02-24 Steven Bosscher <steven@gcc.gnu.org>
3347
3348 * MAINTAINERS (Write after approval): Add myself.
3349
ff00c8a2
JW
33502003-02-21 James E Wilson <wilson@tuliptree.org>
3351
3352 * MAINTAINERS: Update my email address.
3353
abb2db7a
ZW
33542003-02-21 Zack Weinberg <zack@codesourcery.com>
3355
3356 * MAINTAINERS: Add self to blanket write privs. section.
3357
e9f2dc3b
SM
33582003-02-20 Sean McNeil <sean@blue.mcneil.com>
3359
3360 * Makefile.tpl: Add definition of CPPFLAGS to pass into
3361 configure-target-* as some target builds may require additional
3362 flags for preprocessor tests.
3363 * Makefile.in: Regenerated.
3364
ee03dc5e
AO
33652003-02-19 Alexandre Oliva <aoliva@redhat.com>
3366
11856278
AO
3367 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
3368 * ltconfig: Handle it.
3369 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
3370 auto-detecting it.
3371
274aef32
AO
3372 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
3373 it is used as argument to $CC.
3374 * ltcf-gcj.sh: Likewise.
3375
ee03dc5e
AO
3376 * configure.in: Introduce --enable-maintainer-mode.
3377 * configure: Rebuilt.
3378 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
3379 for maintainer mode.
3380 * Makefile.in: Rebuilt.
3381
30db8e17
JM
33822003-02-18 Jason Merrill <jason@redhat.com>
3383
3384 * Makefile.tpl (check-c++): Allow parallelism.
3385
cab60ac6
GP
33862003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3387
3388 * MAINTAINERS: Remove John Carr (who never actually had access to
3389 gcc.gnu.org).
3390
c8e5d1af
GK
33912003-02-15 Geoffrey Keating <geoffk@apple.com>
3392
3393 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
3394 don't configure target-libobjc.
3395 * configure: Regenerate.
3396
70f91f50
RO
33972003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3398
3399 * Makefile.tpl (RANLIB): Define.
3400 * Makefile.in: Regenerate.
3401
669e9062
LB
34022003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
3403
3404 * MAINTAINERS: Update my email.
abb2db7a 3405
61b56b2e
KS
34062003-02-06 Keith R Seitz <keiths@redhat.com>
3407
3408 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
3409 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
3410 * Makefile.in: Regenerated.
3411 * configure.in: Remove all traces of snavigator, db, and grep.
3412 * configure: Regenerated.
3413
a1ba6e15
GP
34142003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3415
3416 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
3417 After Approval.
3418
f5f2cce5
CC
34192003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3420
3421 * MAINTAINERS (Write after approval): Add myself.
3422
ba49f6f1
FCE
34232003-01-31 Frank Ch. Eigler <fche@redhat.com>
3424
3425 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3426 * Makefile.in: Regenerated.
3427
ccf9f10c
RS
34282003-01-30 Roger Sayle <roger@eyesopen.com>
3429
3430 * config.guess: Updated to 2003-01-30's version.
3431 * config.sub: Updated to 2003-01-28's version.
3432
a693735b
AO
34332003-01-30 Alexandre Oliva <aoliva@redhat.com>
3434
3435 * config.if: If gcc_version is already set, just use it. Don't set
3436 gcc_version_trigger if it's already set, otherwise set it to
3437 gcc/version.c, but only if the file exists. If it is not set and
3438 gcc/version.c does not exist, try to extract the version number from
3439 $CC.
3440
204c43d6
AT
34412003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
3442
abb2db7a 3443 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 3444
842e91ec
PE
34452003-01-27 Phil Edwards <pme@gcc.gnu.org>
3446
3447 * configure.in: Revert 24Jan change.
3448 * configure: Regenerate.
3449
6b99984e
GP
34502003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3451
3452 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
3453 entry of HJ Lu.
3454
806e0935
NN
34552003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
3456
3457 * configure.in: Revert previous change.
3458 * configure: Regenerate.
3459
307a9864
NN
34602003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
3461
3462 * configure.in: Make rda native-only.
3463 * configure: Regenerate.
3464
02ba6302
VR
34652003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3466
3467 * MAINTAINERS: Move myself from GNATS-only-accounts to
3468 write-after-approval.
3469
77d187bc
NN
34702003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
3471
3472 * configure.in: Add missing \.
3473 * configure: Rebuilt.
3474
a94a2d4c
JJ
34752003-01-17 Jakub Jelinek <jakub@redhat.com>
3476
3477 * configure.in (baseargs): Avoid using \| in sed regular
3478 expressions.
3479 * configure: Rebuilt.
3480
73f84924
JJ
34812003-01-16 Jakub Jelinek <jakub@redhat.com>
3482
3483 * configure.in (baseargs): Remove all supported forms of
3484 --cache-file, --srcdir, --host, --build and --target options
3485 from argument lists.
3486 * configure: Rebuilt.
3487
8c12fc63
JZ
34882003-01-15 Josef Zlomek <zlomekj@suse.cz>
3489
3490 * MAINTAINERS: Add myself to write-after-approval list.
3491
7c005a3a
AO
34922003-01-15 Alexandre Oliva <aoliva@redhat.com>
3493
3494 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3495 * configure: Rebuilt.
3496
3dfabf63
NN
34972003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
3498
3499 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3500 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3501 * Makefile.in: Regenerate.
3502 * configure: Regenerate.
3503
cf53ae10
AO
35042003-01-09 Alexandre Oliva <aoliva@redhat.com>
3505
3506 * configure.in: Remove Makefile in build, host and target modules
3507 unless configure was run with --no-recursion.
3508 * configure: Rebuilt.
3509
3fbe8e4a
CC
35102003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3511
3512 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3513 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3514 * Makefile.in: Regenerate.
3515
66e2aa7d
CD
35162003-01-08 Chris Demetriou <cgd@broadcom.com>
3517
3518 * config.guess: Update to 2003-01-03 version.
3519 * config.sub: Update to 2003-01-03 version.
3520
b5038cfb
CF
35212003-01-07 Christopher Faylor <cgf@redhat.com>
3522
3523 * configure: Regenerate with proper autoconf 2.13.
3524
d02c69be
CF
35252003-01-07 Christopher Faylor <cgf@redhat.com>
3526
3527 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 3528 * configure: Regenerate.
d02c69be 3529
e914a571
AC
35302003-01-06 Andrew Cagney <ac131313@redhat.com>
3531
3532 * configure.in (GDB_TK): Add tcl directories conditional on
3533 gdb/gdbtk directory being present.
3534 * configure: Regenerate.
abb2db7a 3535
70571545
JDA
35362003-01-04 John David Anglin <dave.anglin@nrc.ca>
3537
3538 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
3539 by gcc if LD is not defined and we are not doing a Canadian Cross.
3540 * configure: Rebuilt.
3541
89a7012a
TT
35422002-12-31 Tom Tromey <tromey@redhat.com>
3543
3544 * Makefile.in: Rebuilt.
3545 * Makefile.def (target_modules) [libffi]: Allow installation.
3546
3f4f56e2
AS
35472002-12-31 Andreas Schwab <schwab@suse.de>
3548
3549 * configure.in: Fix use of $program_transform_name.
3550 * configure: Regenerated.
3551
6c1b8d0a
DJ
35522002-12-30 Daniel Jacobowitz <drow@mvista.com>
3553
3554 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 3555 * configure: Regenerated.
6c1b8d0a 3556
c5120911
AO
35572002-12-29 Alexandre Oliva <aoliva@redhat.com>
3558
3559 * Makefile.tpl (local-distclean): Don't remove...
3560 (multilib.ts): ... this. Moved into...
3561 (multilib.out): ... this. Don't use sub-make.
3562 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3563 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3564 (configure-build-[+module+], configure-[+module+],
3565 configure-target-[+module+], configure-gcc): ... these. Test
3566 for Makefile existence. Drop config.status from dependencies.
3567 * Makefile.in: Rebuilt.
3568 * configure.in: Move gcc-version-trigger to the end of
3569 ac_configure_args. Add comments to maybedep.tmp and
3570 serdep.tmp. Introduce --disable-serial-configure. Remove
3571 nonopt from baseargs, matching and removing corresponding
3572 whitespace while at it.
3573 * configure: Rebuilt.
3574
e245b0ea
AO
35752002-12-28 Alexandre Oliva <aoliva@redhat.com>
3576
903de295
AO
3577 * configure.in (host_configargs): Replace reference to
3578 no-longer-defined buildopts with --build=${build_alias}.
3579 * configure: Rebuilt.
3580
e245b0ea
AO
3581 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
3582 program_transform_name to standard idiom.
3583 (AUTOGEN, AUTOCONF): Define.
3584 (Makefile.in): Use $(AUTOGEN).
3585 (Makefile): Depend on config.status, and use autoconf-style rule to
3586 build it. Move original commands to...
3587 (config.status): ... this new target.
3588 (configure): Add $(srcdir). Depend on config/acx.m4. Use
3589 $(AUTOCONF).
3590 * Makefile.in: Rebuilt.
3591
671aa708
NN
35922002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
3593
53fbfb58
NN
3594 * Makefile.tpl: Fix dramatic bustage due to change in
3595 program_transform_name.
3596 * Makefile.in: Regenerate.
3597
3598 * configure.in: Remove unnecessary PATH setting.
3599 * configure: Regnerate.
3600
3601 * configure.in: Don't default to unprefixed tools unless
3602 the native tools will work.
3603 * configure: Regenerate.
3604
671aa708
NN
3605 * configure.in: Convert to autoconf script. Blow away lots
3606 of now-redundant Makefile fragments.
3607 * configure: Generate using Autoconf.
3608 * Makefile.tpl: Rewrite to reflect autoconfiscation.
3609 * Makefile.in: Regenerate.
3610
57f40826
NN
36112002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
3612
3fedb745
NN
3613 * configure: Fix stupid bug where RANLIB was mistakenly included.
3614
abb2db7a 3615 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
3616 (build_configargs, host_configargs, target_configargs).
3617
3618 * configure.in: Move logic out of sed statement.
3619
abb2db7a 3620 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
3621 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
3622
315fa0f4
SS
36232002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
3624
3625 * config.sub: Import from master repository
3626 * config.guess: Ditto
3627
45aff44f
AS
36282002-12-24 Andreas Schwab <schwab@suse.de>
3629
3630 * Makefile.tpl (multilib.out): Fix missing space.
3631 * Makefile.in: Regenerate.
3632
88b5521b
NN
36332002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
3634
3635 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
3636 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
3637 * Makefile.in: Regenerate.
3638 * configure.in: Remove unnecessary leftovers.
3639
2a726918
GK
36402002-12-21 Geoffrey Keating <geoffk@apple.com>
3641
3642 * configure.in (extra_ranlibflags_for_target): New variable.
3643 (*-*-darwin): Add -c to ranlib commands.
3644 * configure (tooldir): Handle extra_ranlibflags_for_target.
3645
aace3269 36462002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
3647
3648 * Makefile.tpl: Revert HJL's change.
3649 * Makefile.in: Regenerated.
3650 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
3651 always.
3652
f0895142
AS
36532002-12-19 Andreas Schwab <schwab@suse.de>
3654
3655 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
3656 * Makefile.in: Regenerate.
3657
782d0c02
L
36582002-12-18 H.J. Lu <hjl@gnu.org>
3659
3660 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
3661 * Makefile.in: Regenerated.
3662
3663 * configure.in (build_prefix): New. Substitute.
3664
212f6dd0
NN
36652002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
3666
79308c5d
NN
3667 * Makefile.tpl: Don't let real targets depend on phony targets.
3668 * Makefile.in: Regenerate.
3669
212f6dd0
NN
3670 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
3671 * Makefile.in: Regenerate.
3672
ab17919f
SS
36732002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
3674
3675 * config.sub: Import from master repository
3676 * config.guess: Ditto
3677
5ecf91d1
JM
36782002-12-16 Jason Merrill <jason@redhat.com>
3679
3680 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
3681 previous 'make bootstrap'.
3682 * Makefile.in: Regenerate.
3683
d8437e1b
HPN
36842002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
3685
3686 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
3687
4977bab6
ZW
36882002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
3689
3690 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
3691 * Makefile.in: Regenerate.
3692
0edcfdcb
JM
36932002-12-13 Jason Merrill <jason@redhat.com>
3694
6248218a 3695 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
3696 library tests.
3697 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
3698 * Makefile.in: Regenerate.
3699
4977bab6
ZW
37002002-12-12 Alexandre Oliva <aoliva@redhat.com>
3701
3702 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
3703 * Makefile.in: Rebuilt.
3704
f87505dd
AO
37052002-12-12 Alexandre Oliva <aoliva@redhat.com>
3706
3707 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
3708
4977bab6
ZW
37092002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
3710
3711 * configure: Fix bug put in by gremlins.
3712
3713 * Makefile.tpl: Substitute more autoconfily.
3714 * configure: Substitute more autoconfily.
3715 * Makefile.in: Regenerate.
3716
7f0db92a
SS
37172002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
3718
3719 * config.sub: Import from master repository
3720 * config.guess: Ditto
3721 * MAINTAINERS: Added Svein Seldal under write after approval
3722
4977bab6
ZW
37232002-12-08 Andrew Cagney <ac131313@redhat.com>
3724
3725 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
3726 * Makefile.in (all-sim): Ditto.
3727
37282002-12-06 DJ Delorie <dj@redhat.com>
3729
3730 * Makefile.tpl: Change configure dependencies to not have real
3731 targets depend on phony targets.
3732
37332002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
3734
3735 * configure.in: Revert unintentional change.
3736
3737 * Makefile.tpl: Change dependency for */multilib.out so that
3738 it works when gcc isn't in the tree.
3739
3740 * configure.in: Substitute more.
3741 * configure: Run subconfigures from the Makefile.
3742 * Makefile.tpl: Run subconfigures from the Makefile; add a few
3743 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
3744
67f1b906
GP
37452002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3746
3747 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
3748
4977bab6
ZW
37492002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
3750
3751 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
3752 and corresponding dependencies.
3753 * Makefile.in: Regenerate.
3754
3755 * configure.in (host_tools): Order binutils, gas and ld for
3756 convenience in running the testsuites.
3757
3758 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
3759 * Makefile.in: Regenerate.
3760 * configure.in: Introduce rules to serialize subconfigure runs.
3761
3762 * configure.in: Introduce BASE_CC_FOR_TARGET.
3763 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
3764 Realize configure-build-* targets. Realize configure-target-* targets.
3765 * Makefile.in: Regenerate.
3766
37672002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3768
3769 * configure: Move gcc_version_trigger stuff from here...
3770 * configure.in: ...to here.
3771
3772 * configure.in: Separate subconfigure options added by this file from
3773 options given by the user. Add machinery to put args for host
3774 subconfigures into the Makefile.
3775
3776 * Makefile.tpl: Remove 'vault' targets.
3777 * Makefile.tpl: Reorder and comment dependencies.
3778 * Makefile.in: Regenerate.
3779
37802002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
3781 * configure.in: Fix my broken commit of previous patch. (sigh)
3782
743f054e
GK
37832002-11-28 Geoffrey Keating <geoffk@apple.com>
3784
3785 * configure.in: Move host-specific darwin noconfigdirs into
3786 the host-specific section.
3787
4977bab6
ZW
37882002-11-28 Geoffrey Keating <geoffk@apple.com>
3789
3790 * configure.in: Move host-specific darwin noconfigdirs into
3791 the host-specific section.
3792
37932002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
3794
3795 * configure: Remove skip-this-dir support.
3796 * Makefile.tpl: Remove skip-this-dir support.
3797
3798 * Makefile.tpl: Remove leftover support for non-autoconfiscated
3799 subdirectories.
3800 * Makefile.in: Regenerate.
3801
3802 * Makefile.tpl: Strip out useless setting of 'dir'.
3803 * Makefile.in: Regenerate.
3804
38052002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
3806
3807 * configure.in: Fix deeply stupid bug.
3808
3809 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3810 shell code in CXX_FOR_TARGET
3811 * Makefile.def: Introduce raw_cxx.
3812 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3813 RAW_CXX_FOR_TARGET.
3814 * Makefile.in: Regenerate.
3815
38162002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
3817
3818 * Makefile.tpl: Remove unnecessary ifs.
3819 * Makefile.in: Regenerate.
3820
3821 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
3822 dependencies. Maybe-ize build-libiberty. Create dummy install
3823 targets for 'no_install' modules.
3824 * configure: Move GDB_TK substitution to configure.in. Move
3825 build_modules stuff to configure.in.
3826 * configure.in: Implement soft dependency machinery. Maybe-ize
3827 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
3828 * Makefile.in: Regenerate.
3829
38302002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
3831
3832 * Makefile.tpl: Make all-target, install-target behave similarly
3833 to all, install (only hitting configured targets). Eliminate
3834 unused macro defintions.
3835
3836 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3837 build != host.
3838
3839 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3840
3841 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3842
3843 * configure.in: Produce lists of subdir targets we're actually
3844 configuring. Remove references to "dosrel".
3845 * Makefile.tpl: Let configure set which subdir targets are hit.
3846 Remove install-cross; clean up install; remove ALL. Remove
3847 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
3848 Autogenerate host module targets. Remove empty dependency lines
3849 and redundant dependency; rearrange slightly.
3850 * Makefile.def: Add host-side libtermcap, utils.
3851
3852 * Makefile.in: Regenerate.
3853
e6226a2f
RO
38542002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3855
3856 * ltconfig (osf[345]): Append $major to soname_spec.
3857 Reflect this in library_names_spec.
3858 * ltmain.sh (osf): Prefix $major with . for use as extension.
3859
3b75d237
AJ
38602002-11-19 Andreas Jaeger <aj@suse.de>
3861
3862 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
3863 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
3864 and sparc64 GNU/Linux systems.
3865
809108de
NS
38662002-11-19 Nathan Sidwell <nathan@codesourcery.com>
3867
3868 * MAINTAINERS: Update email.
3869
e7e0de7e
GP
38702002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3871
3872 * MAINTAINERS: Complete James Dennett's entry.
3873
f7109dea
EB
38742002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
3875
3876 * MAINTAINERS (Write After Approval): Add myself.
3877
d3ac17c9
BK
38782002-11-13 Bruce Korb <bkorb@gnu.org>
3879
3880 * Makefile.tpl: syntactic cleanup
3881
cbf78ae4
SH
38822002-11-13 Stuart Hastings <stuart@apple.com>
3883
3884 * MAINTAINERS: Add myself to write-after-approval list.
3885
4977bab6
ZW
38862002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
3887
3888 * Makefile.def: Add list of recursive targets to autogenerate.
3889 Add build_modules.
3890 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
3891 targets. Autogenerate *-build-* targets.
3892 * Makefile.in: Regenerate.
3893
38942002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
3895
3896 * configure: More autoconf-style substitutions.
3897 * Makefile.tpl: More autoconf-style substitutions.
3898 * Makefile.in: Regenerate.
3899
39002002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
3901
3902 * configure: Substitute more variables in a more autoconf-friendly
3903 way. Simplify slightly.
3904 * Makefile.tpl: Make more variables substitutable in an
3905 autoconf-friendly way.
3906 * Makefile.in: Regenerate.
3907
d4783999
JW
39082002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
3909
3910 * MAINTAINERS (Write After Approval): Add myself.
3911
4977bab6
ZW
39122002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
3913
3914 * configure.in (v810*): Remove special setting of tools.
3915
3916 * configure: Add support for extra required flags for ar or nm.
3917 * configure.in (aix4.3+): Use above support for target-specific
3918 issues, rather than using config/mt-aix43.
3919
39202002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
3921
3922 * configure: Remove 'removing', which doesn't work. Replace $subdir
3923 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
3924 with $srcdir. Reformat indentation. Substitute some variables
3925 formerly hard-coded in the Makefile for build=host.
3926 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
3927 * Makefile.def: Autogenerate more.
3928 * Makefile.in: Regenerate.
3929
1c9c903e
AN
39302002-11-04 Adam Nemet <anemet@lnxw.com>
3931
3932 * MAINTAINERS (Write After Approval): Add myself.
3933
40673d2b
KB
39342002-11-04 Kevin Buettner <kevinb@redhat.com>
3935
3936 * Makefile.def (host_modules): Add rda.
3937 * Makefile.in: Regenerate.
3938 * configure.in (target_tool): Add target-rda to list.
3939
42e650ae
GP
39402002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3941
3942 * MAINTAINERS: Remove "co-maintainer" note for web pages.
3943
e004b81f
PE
39442002-10-25 Phil Edwards <pme@gcc.gnu.org>
3945
3946 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
3947 and restrap targets to this rule.
3948 * Makefile.in: Regenerate.
3949
06bd49b1
GP
39502002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3951
3952 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
3953 GNATS only accounts.
3954
d0af82b0
HPN
39552002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
3956
3957 * configure.in (i[3456]86-*-linux*): Add check to disable
3958 ${libgcj} for glibc1.
3959
10782654
DC
39602002-10-24 Denis Chertykov <denisc@overta.ru>
3961
3962 * MAINTAINERS: Add myself as ip2k port maintainer.
3963
a5a438f5
SS
39642002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
3965
3966 * configure.in: Add tic4x target.
3967
fe3d5b7f
NN
39682002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
3969
aba8a494
NN
3970 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
3971 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
3972 * Makefile.in: Regenerate.
3973
fe3d5b7f
NN
3974 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
3975 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
3976 * Makefile.in: Regenerate.
3977
a6ad79e7
JJ
39782002-10-02 Janis Johnson <janis187@us.ibm.com>
3979
3980 * MAINTAINERS: Add myself as web pages co-maintainer.
3981
6a8a9058
NN
39822002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
3983
3984 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
3985 * Makefile.in: Regenerate.
3986
327d975a
ZW
39872002-10-02 Zack Weinberg <zack@codesourcery.com>
3988
3989 * MAINTAINERS: Add myself and Nathan Sidwell
3990 <nathan@codesourcery.com> as VxWorks maintainers.
3991
a5ae8f19 39922002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
3993
3994 * Makefile.def: Remove order dependency comments.
3995 * Makefile.tpl: Add explicit install-install dependencies.
3996 * Makefile.in: Regenerate.
d0f6c823 3997
34c6040c 3998 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 3999 * Makefile.in: Regenerate.
34c6040c 4000
d0f6c823
NN
4001 * Makefile.tpl: Add configure-target (for src-release in src)
4002 * Makefile.in: Regenerate.
4003
50bd210b
NC
40042002-09-30 Nick Clifton <nickc@redhat.com>
4005
4006 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4007
ca25149e
UW
40082002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
4009
4010 * configure.in (s390*-*-linux*): Enable libgcj.
4011
dd30b57d
NN
40122002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
4013
9e60a678
NN
4014 * configure: Revert accidentally applied changes.
4015
dd30b57d
NN
4016 * Makefile.tpl: Make more autoconf-friendly.
4017 * Makefile.in: Regenerate.
4018 * configure: Make substitution more autoconf-like.
4019
5831424e
RE
40202002-09-28 Richard Earnshaw <rearnsha@arm.com>
4021
4022 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
4023 single entry to handle all these.
4024 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
4025 libjava on arm-*-elf.
4026
b7f3b15b
GK
40272002-09-27 Geoffrey Keating <geoffk@apple.com>
4028
4029 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
4030 things that depend on them.
4031
0dffceed
NN
40322002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
4033
4034 * Makefile.tpl: Make subsituted variables more autoconfy.
4035 * Makefile.in: Regenerate.
4036 * configure: Make seds more autoconfy.
4037
1db75a86 40382002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
4039
4040 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
4041 * Makefile.in: Regenerate.
4042 * configure.in: Rewrite sed statements to look autoconfy.
4043
1db75a86
NN
4044 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
4045 all-target-foo on configure-target-foo.
4046 * Makefile.def: Ditto.
4047 * Makefile.in: Rebuild.
4048
741a4e89
AH
40492002-09-25 Andrew Haley <aph@redhat.com>
4050
4051 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
4052
95ddd785
NN
40532002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
4054
4055 * Makefile.def: New file.
4056 * Makefile.tpl: New file.
4057 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
4058 * contrib/gcc_update: Note that Makefile.in is a generated file.
4059
4060 * configure.in: Minor rearrangement. Simplify tests.
4061
65a824f6
JT
40622002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
4063
4064 * configure.in (with_headers): Skip copy if value is "yes".
4065 (with_libs): Likewise.
4066
51270f0a 40672002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
4068
4069 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
4070 * configure.in (sh*-*-pe*): Ditto.
4071 * configure.in (mips*-*-pe*): Ditto.
4072 * configure.in (*arm-wince-pe): Ditto.
4073
8f89dbf4
NN
4074 * configure.in: Rearrange.
4075
c1b8db3f
KH
40762002-09-14 Kazu Hirata <kazu@cs.umass.edu>
4077
4078 * MAINTAINERS: Update my email address.
4079
341f0575
PK
40802002-08-30 Paul Koning <pkoning@equallogic.com>
4081
4082 * MAINTAINERS: (Write After Approval): Add myself.
4083
d2e06980
GK
40842002-08-29 Geoffrey Keating <geoffk@redhat.com>
4085
4086 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
4087
4906d5d8
GK
40882002-08-24 Geoffrey Keating <geoffk@redhat.com>
4089
4090 * MAINTAINERS: Change my mailing address.
4091
e9a25cc8
PC
40922002-08-21 Paolo Carlini <pcarlini@unitus.it>
4093
4094 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 4095 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 4096
a5aa7421
LR
40972002-08-20 Loren J. Rittle <ljrittle@acm.org>
4098
4099 * MAINTAINERS (Write After Approval): Remove myself.
4100 (Various Maintainers: c++ runtime libs): Add myself.
4101
5ce6f47b
EC
41022002-08-15 Eric Christopher <echristo@redhat.com>
4103
4104 * config.sub: Import from master repository.
4105 * config.guess: Ditto.
4106
7f9317f0
AO
41072002-08-19 Alexandre Oliva <aoliva@redhat.com>
4108
4109 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
4110 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
4111 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
4112
7aecca3d
AH
41132002-08-16 Aldy Hernandez <aldyh@redhat.com>
4114
4115 * MAINTAINERS: Add self to rs6000 vector extensions.
4116
8ea4b195
AO
41172002-08-15 Alexandre Oliva <aoliva@redhat.com>
4118
4119 * libiberty/configure: Reverted unintended yesterday's check in.
4120
f5cc59a7
AO
41212002-08-14 Alexandre Oliva <aoliva@redhat.com>
4122
4123 * boehm-gc/configure, libf2c/configure: Rebuilt.
4124 * libffi/configure, libiberty/configure: Ditto.
4125 * libjava/configure, libobjc/configure: Ditto.
4126 * libstdc++-v3/configure, zlib/configure: Ditto.
4127 Merged from binutils:
4128 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
4129 From Steve Ellcey <sje@cup.hp.com>:
4130 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
4131 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
4132 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
4133 IA64.
4134 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
4135 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
4136 soname_spec, sys_lib_search_path_spec): Ditto.
4137
66350331
FS
41382002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
4139
4140 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
4141
2ff34870
L
41422002-08-04 H.J. Lu (hjl@gnu.org)
4143
4144 * configure.in (mips*-*-linux*): Don't skip target-libffi.
4145
a014f2fe
KW
41462002-08-02 Krister Walfridsson <cato@df.lth.se>
4147
4148 * MAINTAINERS (Write After Approval): Add myself.
4149
c01d477a
AM
41502002-07-31 Alan Modra <amodra@bigpond.net.au>
4151
4152 * configure.in: Move generic linux case to end. Copy generic
4153 linux noconfigdirs to mips*-*-linux* entry and new
4154 powerpc64*-*-linux* entry. Add target-libffi for the latter.
4155
68cd2524
MM
41562002-07-19 Michael Matz <matz@suse.de>
4157
4158 * MAINTAINERS: Add myself as ra* maintainer.
4159
e2d83b8c
CD
41602002-07-16 Chris Demetriou <cgd@broadcom.com>
4161
4162 * config.guess: Update to 2002-07-09 version.
4163 * config.sub: Update to 2002-07-03 version.
4164
cece4f1d
HPN
41652002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
4166
4167 * MAINTAINERS: Fix typo in a maintainer email address.
4168
bb654703
NN
41692002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
4170
4171 * configure.in: Remove two redundant tests.
4172
789b7de5
RO
41732002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4174
4175 * configure.in (mips*-*-irix6*o32): Enable stabs.
4176
e1da1089
NN
41772002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
4178
f3970bba
NN
4179 * configure.in: Don't build grez.
4180 * Makefile.in: Ditto.
4181
e1da1089
NN
4182 * Makefile.in: Remove references to bsp, cygmon, libstub.
4183 * configure.in: Ditto.
4184
4185 * configure.in: Remove leftover reference to gdbtest.
4186
57c905fa
PE
41872002-07-08 Phil Edwards <pme@gcc.gnu.org>
4188
4189 * configure.in (gxx_include_dir): Change to match versioned
4190 C++ headers if --enable-version-specific-runtime-libs is used.
4191
a0af94a7 41922002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 4193
a0af94a7
SE
4194 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
4195
423ce3eb
NN
41962002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
4197
4198 * configure.in: Make --without-x work.
4199
98186934
NN
42002002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
4201
c3b7d169
NN
4202 * configure.in: Rearrange target Makefile fragment collection.
4203
98186934
NN
4204 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
4205 cvs[src].
4206 * configure.in: Ditto.
4207
eebd288a
MK
42082002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
4209
4210 * MAINTAINERS (Write After Approval): Update my e-mail address.
4211
3ab36f05
NN
42122002-06-24 Ben Elliston <bje@redhat.com>
4213
4214 * configure.in (host_tools): Remove cgen.
4215
4216 * Makefile.in (all-cgen): Remove; runs from its source directory.
4217 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 4218 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
4219 (all-sim): Likewise.
4220
42212002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
4222
4223 * Makefile.in: Eliminate 'apache' targets.
4224 * configure.in: Eliminate 'apache' targets.
4225
55380b08
NN
4226 * configure.in: Eliminate redundant tests. Reorganize.
4227
9a5c1b9d
NN
4228 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
4229
5fd3853a
NN
4230 * config-ml.in: Eliminate references to Cygnus configure.
4231
cfefc434
NN
4232 * Makefile.in: Eliminate references to building emacs.
4233
2fe93885
GS
42342002-06-28 Graham Stott <graham.stott@btinternet.com>
4235
4236 * MAINTAINERS: Update my email address.
4237
53c40185
BK
42382002-06-26 Benjamin Kosnik <bkoz@redhat.com>
4239
4240 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 4241 (cxx_incdir): Remove.
53c40185 4242
97679694
NN
42432002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
4244
4245 * MAINTAINERS (Write After Approval): Add self.
4246
b03bcd37
DC
4247Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
4248
4249 * configure.in: Add support for ip2k.
4250
6bd12129
NN
42512002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
4252
4253 * configure.in: Fix AIX configury bug.
4254
e0d98a92
SE
42552002-06-20 Steve Ellcey <sje@cup.hp.com>
4256
4257 * MAINTAINERS (Write After Approval): Add self.
4258
ba3292db
NN
42592002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
4260
ef40bc65
NN
4261 * configure.in: replace ${topsrcdir} with ${srcdir}
4262
7a0be465
NN
4263 * configure.in: Move definition of libstdcxx_flags
4264 right above usage, rather than waaay earlier.
4265
e1848dde
NN
4266 * configure.in: Pull definition of is_cross_compiler earlier.
4267
8bc2fff1
NN
4268 * configure.in: Rearrange a little.
4269
ba3292db
NN
4270 * configure.in: Remove references to librx.
4271 * Makefile.in: Remove references to librx.
4272
11d8b408
DC
4273Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
4274
4275 * config.sub: Add support for avr target.
4276 Import from master sources, rev 1.255
5ce6f47b 4277
93da8339
PE
42782002-06-19 Phil Edwards <pme@gcc.gnu.org>
4279
4280 * configure, .cvsignore: Revert previous change...
4281 * Makefile: ...delete.
4282
b4caab5c
NN
42832002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
4284
4285 * configure.in: Eliminate ${gasdir} variable.
4286
ee777171
DB
42872002-06-18 Dave Brolley <brolley@redhat.com>
4288
4289 * configure.in: Add support for frv.
4290 * config.sub: Add support for frv.
4291
26e4af54
PE
42922002-06-18 Phil Edwards <pme@gcc.gnu.org>
4293
4294 * configure: Remove garbage from previous commit.
4295
bb20b7da
PE
42962002-06-18 Phil Edwards <pme@gcc.gnu.org>
4297
4298 * configure: For in-source builds, make a subdir and re-exec there.
4299 * Makefile: New file. Pass targets through to build directory.
4300 * .cvsignore: No longer ignore "Makefile".
4301
9d321f6c
DR
43022002-06-16 Douglas Rupp <rupp@gnat.com>
4303
4304 * MAINTAINERS (Write After Approval): Add self.
4305
c8eb2bc0
KG
43062002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4307
4308 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
4309
f210d239
JT
43102002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
4311
4312 * configure.in (vax-*-netbsd*): Re-enable gas.
4313
e9667b3c
NN
43142002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
4315
efe1f357
NN
4316 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
4317 BUILD_PREFIX_1, to correct nomenclature.
4318 * configure: Likewise.
4319
e9667b3c
NN
4320 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
4321 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
4322
fe2fe497
OH
43232002-05-31 Olaf Hering <olh@suse.de>
4324
4325 * config-ml.in: Propogate DESTDIR also.
4326
dcf7f0dd
JT
43272002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
4328
4329 * configure.in (vax-*-netbsd*): Don't build gas for this
4330 platform.
4331
6ff14f32
MM
43322002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
4333
4334 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4335 and libgcj for AVR.
4336
397de1ff
KK
43372002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
4338
4339 * MAINTAINERS (Write After Approval): Add myself.
4340
ac30211c
JT
43412002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4342
4343 * config.guess: Update to 2002-05-22 version.
4344 * config.sub: Likewise.
4345
1e6347d8
RO
43462002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4347
4348 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
4349 * config-ml.in: Likewise.
4350 * configure: Likewise.
4351 * configure.in: Likewise.
4352
e5ce1d6d
SC
43532002-05-16 Stephane Carrez <stcarrez@nerim.fr>
4354
4355 * MAINTAINERS: Update my email address.
4356
6cdef75d
NN
43572002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
4358
4a87f061
NN
4359 * configure.in: Simplify makefile fragment collection.
4360
4361 * configure.in: Remove code to build emacs.
603606e7 4362
e254d6b5
NN
4363 * configure.in : Remove --srcdir argument from targargs and buildargs
4364 (it's always overridden in the Makefile anyway). Rearrange a bit.
4365
4366 * configure: Move some logic to configure.in.
4367 * configure.in: Move some logic from configure.
6cdef75d 4368
1d6006fe
TT
43692002-05-11 Tom Tromey <tromey@redhat.com>
4370
4371 * MAINTAINERS: Reflect libgcj reality.
4372
b70b3534
FS
43732002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
4374
4375 * Makefile.in: Honour DESTDIR.
4376
4434687a
MM
43772002-05-08 Mark Mitchell <mark@codesourcery.com>
4378
4379 * config.guess: Import 2002-03-20 version.
4380 * config.sub: Import 2002-04-26 version.
4381
a89e49c7
RO
43822002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4383
4384 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
4385
44e55536
TJ
43862002-05-07 Tim Josling <tej@melbpc.org.au>
4387
4388 * MAINTAINERS: Add self.
4389
97320a3f
LR
43902002-05-06 Loren J. Rittle <ljrittle@acm.org>
4391
4392 * ltmain.sh: Detect and handle object name conflicts
4393 while piecewise linking a static library.
4394
b7c13625
AO
43952002-05-05 Alexandre Oliva <aoliva@redhat.com>
4396
4397 * configure.in (noconfigdirs): Don't disable libgcj on
4398 sparc64-*-solaris* and sparcv9-*-solaris*.
4399
4182d9fa
AO
44002002-05-03 Alexandre Oliva <aoliva@redhat.com>
4401
4402 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
4403
7bebf279
TF
44042002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
4405
4406 * configure.in (FLAGS_FOR_TARGET): Do not add
4407 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
4408 on i[3456]86-*-linux*.
4409
9a06dc7d
TF
44102002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
4411
4412 * configure.in (noconfigdirs): Replace [ ] with test.
4413
4414 * configure.in (noconfigdirs): Do not add target-newlib if
4415 target == i[3456]86-*-linux*, and host == target.
4416
a51a07fa
NN
44172002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
4418
9e7facd6
DD
4419 * configure.in: delete reference to absent file
4420
aeaa0f2f
NN
4421 * configure.in: replace '[' with 'test'
4422
4bb98828
NN
4423 * configure.in: Eliminate references to gash.
4424 * Makefile.in: Eliminate references to gash.
4425
64791664
NN
4426 * configure.in: remove useless references to 'pic' makefile fragments.
4427
3ed57cf4
NN
4428 * configure.in: (*-*-windows*) Finish removing.
4429
a51a07fa
NN
4430 * configure.in: Eliminate redundant test for libgui.
4431
8552f6f1
RS
44322002-04-29 Roger Sayle <roger@eyesopen.com>
4433
4434 * MAINTAINERS: Add self and realphabetize. Update entries
4435 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
4436 entry for a29k port maintainer.
4437
9e847666
JS
44382002-04-26 Joel Sherrill <joel@OARcorp.com>
4439
4440 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
4441 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
4442
704c9a14
NN
44432002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
4444
4445 * configure.in: remove references to dead files
4446
7bff5059
MM
44472002-04-19 Mark Mitchell <mark@codesourcery.com>
4448
4449 * MAINTAINERS: Add information about purpose of this file.
4450
0c7c67f0
TT
44512002-04-18 Tom Tromey <tromey@redhat.com>
4452
4453 * configure.in: Disallow configuring libgcj when it is already
4454 installed and we're using Solaris 2.8 linker. Do enable libgcj on
4455 Solaris 2.8 by default. For PR libgcj/6158.
4456
63501e91
NN
44572002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
4458
4459 * configure.in: Move default CC setting out of config/mh-* fragments
4460 directly into here.
4461
701afd4d
NN
44622002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
4463
4464 * configure.in: don't even try to configure or make a subdirectory
4465 if there's no configure script for it.
4466
07cdae91
MM
44672002-04-15 Mark Mitchell <mark@codesourcery.com>
4468
4469 * MAINTAINERS: Remove chill maintainers.
4470 * Makefile.in (CHILLFLAGS): Remove.
4471 (CHILL_LIB): Remove.
4472 (TARGET_CONFIGDIRS): Remove libchill.
4473 (CHILL_FOR_TARGET): Remove.
4474 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
4475 CHILL_LIB.
4476 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
4477 (CHECK_TARGET_MODULES): Likewise.
4478 (INSTALL_TARGET_MODULES): Likewise.
4479 (CLEAN_TARGET_MODULES): Likewise.
4480 (configure-target-libchill): Remove.
4481 (all-target-libchill): Remove.
4482 * configure.in (target_libs): Remove target-libchill.
4483 Do not compute CHILL_FOR_TARGET.
4484 * libchill: Remove directory.
5ce6f47b 4485
ab50d72b
DD
44862002-04-11 DJ Delorie <dj@redhat.com>
4487
4488 * Makefile.in, configure.in: Sync with binutils, entries
4489 follow...
4490
0a1e123a
DD
44912002-04-07 Andrew Cagney <ac131313@redhat.com>
4492
4493 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
4494 (do-tar, do-bz2): New rules.
4495 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
4496 (gdb-tar): New rule.
4497 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
4498 (insight_dejagnu.tar): New rule.
4499 (insight.tar): New rule.
4500 (gdb+dejagnu.tar): New rule.
4501 (gdb.tar): New rule.
4502
ab50d72b
DD
45032002-02-01 Mo DeJong <supermo@bayarea.net>
4504
4505 * Makefile.in: Add all-tix to deps for all-snavigator
4506 so that tix is built when building snavigator.
4507
45082002-01-11 Steve Ellcey <sje@cup.hp.com>
4509
4510 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4511 ld and gdb are not supported.
4512
45132002-01-07 Mark Salter <msalter@redhat.com>
4514
4515 * configure.in: Remove target-bsp and target-cygmon from arm builds.
4516 Allow target-libgloss to be built for arm, strongarm, and xscale.
4517
45182001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
4519
4520 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4521 options for i[3456]86-pc-linux* native builds.
4522
45232001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
4524
4525 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4526 files from .po files for a distribution.
4527
45282001-09-03 Jeff Holcomb <jeffh@redhat.com>
4529
4530 * configure.in: Enable libstdc++-v3 for h8300 targets.
4531
45322001-06-19 Alan Modra <amodra@bigpond.net.au>
4533
4534 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
4535 version from bfd/.
4536
4537Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
4538
4539 * Makefile.in (VER): When present, extract the version number from
4540 the file version.in.
4541
45422001-05-24 Tom Rix <trix@redhat.com>
4543
4544 * configure.in : enable ld for aix
4545
45462001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
4547
4548 * config.guess: Add linux target for S/390.
4549
45502000-11-07 Philip Blundell <pb@futuretv.com>
4551
4552 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4553
45542000-11-03 Philip Blundell <pb@futuretv.com>
4555
4556 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4557 files.
4558
45592001-01-15 Ben Elliston <bje@redhat.com>
4560
4561 * configure.in (host_tools): Add sid.
4562 Always configure cgen.
4563
45642000-11-24 Nick Clifton <nickc@redhat.com>
4565
4566 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
4567
4568
45692000-08-20 Doug Evans <dje@casey.transmeta.com>
4570
4571 * Makefile.in (ALL_MODULES): Add all-cgen.
4572 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
4573 (all-cgen): New target.
4574 (all-opcodes,all-sim): Depend on all-cgen.
4575 * configure.in (host_tools): Add cgen.
4576 Only configure cgen if --enable-cgen-maint.
4577
ef98ad7b
LR
45782002-04-09 Loren J. Rittle <ljrittle@acm.org>
4579
4580 * configure.in: Add *-*-freebsd* configurations.
4581
90def2b2
TT
45822002-04-08 Tom Tromey <tromey@redhat.com>
4583
4584 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4585 Fixes PR libgcj/6068.
4586
320d7e7a
KW
45872002-03-30 Krister Walfridsson <cato@df.lth.se>
4588
4589 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4590
18b467f1
RO
45912002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4592
4593 * configure.in (alpha*-dec-osf*): Enable libgcj.
4594
8bb3a5af
MG
45952003-03-27 Matthew Gingell <gingell@gnat.com>
4596
4597 * MAINTAINERS (Write After Approval): Add myself.
4598
56ae9405
NC
45992002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
4600
4601 Fix for: PR bootstrap/3591, target/5676
4602 * configure.in (mcore-pe): Disable the configuration of
4603 libstdc++-v3 since exceptions are not supported.
4604
f18d9a0c
AG
46052002-03-20 Anthony Green <green@redhat.com>
4606
4607 * configure.in: Enable libgcj for xscale-elf target.
4608
c0e21eef
R
4609Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
4610
4611 * MAINTAINERS: Update my email address.
4612
28eca9e8
AO
46132002-03-16 Alexandre Oliva <aoliva@redhat.com>
4614
4615 * ltmain.sh (relink_command): Fix typo in previous change.
4616
e67e72c7
AO
46172002-03-15 Alexandre Oliva <aoliva@redhat.com>
4618
4619 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
4620 (relink_command): Added --tag flags.
4621 (mode=install): If relinking fails; error out.
4622
c2273204
RH
46232002-03-12 Richard Henderson <rth@redhat.com>
4624
4625 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
4626 .NOTPARALLEL tag.
4627 (do-check): Rename from check.
4628 (check): Allow parallel check.
4629
bcb64245
BW
46302002-03-12 Bob Wilson <bob.wilson@acm.org>
4631
4632 * MAINTAINERS: Add myself as maintainer for xtensa port.
4633 Fix alphabetical order in CPU port maintainer list.
4634 Remove myself from Write After Approval list.
4635
63adb4ff
RH
46362002-03-11 Richard Henderson <rth@redhat.com>
4637
4638 * Makefile.in (.NOTPARALLEL): Add fake tag.
4639
9bec4bf0
L
46402002-03-07 H.J. Lu (hjl@gnu.org)
4641
4642 * configure.in: Enable gprof for mips*-*-linux*.
4643
c7fc1f84
DS
46442002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
4645
4646 * MAINTAINERS (Write After Approval): Add myself.
4647
6bff33fb
AO
46482002-02-28 Alexandre Oliva <aoliva@redhat.com>
4649
4650 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4651 libjava.
4652 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4653
0210b33b
AO
46542002-02-23 Alexandre Oliva <aoliva@redhat.com>
4655
4656 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
4657 because its Makefile is there; test for the executable instead.
4658
fcc0a3ef
AO
46592002-02-22 Alexandre Oliva <aoliva@redhat.com>
4660
4661 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4662 libstdc++-v3 and libjava.
4663
97cf8285
AM
46642002-02-11 Adam Megacz <adam@xwt.org>
4665
4666 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4667 boehm-gc
5ce6f47b 4668
40fe0ec3
AO
46692002-02-09 Alexandre Oliva <aoliva@redhat.com>
4670
4671 * config.guess: Updated to 2002-01-30's version.
4672 * config.sub: Updated to 2002-02-01's version.
4673 Contribute sh64-elf.
4674 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
4675 * configure.in: Added sh64-*-*.
4676
694d53ee
CD
46772002-02-08 Chris Demetriou <cgd@broadcom.com>
4678
4679 * MAINTAINERS: Belatedly add myself to write after approval list.
4680
a9ca50b1
JH
4681Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
4682
4683 * MAINTAINERS: Put self in as maintainer for x86-64 port.
4684 Remove self as Write After Approval.
4685
5ffc3500
GK
46862002-01-31 Geoffrey Keating <geoffk@redhat.com>
4687
4688 * MAINTAINERS: Put self in as maintainer for contrib/regression
4689 directory.
4690
4ceaf7fb
PE
46912002-01-28 Phil Edwards <pme@gcc.gnu.org>
4692
4693 * MAINTAINERS: Update my email address.
4694
51584787
JT
46952002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
4696
5ce6f47b
EC
4697 * configure.in (*-*-netbsd*): New. Skip target-newlib,
4698 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
4699 libraries if not supported for NetBSD on target CPU.
4700
5701d273
DR
47012002-01-25 Douglas B Rupp <rupp@gnat.com>
4702
4703 * install-sh: Use _inst.$$_ for temp file name.
4704
b299a075
JT
47052002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
4706
4707 * MAINTAINERS (Write After Approval): Move my contact info
4708 from here...
4709 (OS Port Maintainers): ...to here (netbsd).
4710
51fe14b5
BW
47112002-01-22 Bob Wilson <bob.wilson@acm.org>
4712
4713 * MAINTAINERS (Write After Approval): Add myself.
4714
b634ad42
L
47152002-01-17 H.J. Lu <hjl@gnu.org>
4716
4717 * Makefile.in (all-fastjar): Also depend on all-libiberty.
4718 (all-target-fastjar): Also depend on all-target-libiberty.
4719
3cd87679
L
47202002-01-16 H.J. Lu (hjl@gnu.org)
4721
4722 * config.guess: Import from master sources, rev 1.225.
4723 * config.sub: Import from master sources, rev 1.238.
4724
969a6d8f
KH
47252002-01-16 Kazu Hirata <kazu@hxi.com>
4726
4727 * MAINTAINERS (Write After Approval): Remove myself.
4728
366f6a52
FW
47292001-12-19 Florian Weimer <fw@deneb.enyo.de>
4730
4731 * MAINTAINERS (Write After Approval): Add myself.
4732
f02240b6
JM
47332001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
4734
4735 * MAINTAINERS: Add self as docs co-maintainer.
4736
5d08dc39
MK
47372001-12-11 Matthias Klose <doko@debian.org>
4738
4739 * MAINTAINERS (Write After Approval): Add myself.
4740
39e790d5
ZW
47412001-12-09 Zack Weinberg <zack@codesourcery.com>
4742
4743 * MAINTAINERS: Update my email address.
4744
4519d6a3
TC
47452001-12-07 Turly O'Connor <turly@apple.com>
4746 * MAINTAINERS (Write After Approval): Add myself.
4747 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
4748 (rs6000_initialize_trampoline): Call __trampoline_setup for
4749 ABI_DARWIN too.
4750 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 4751 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 4752
21cf0a73
PC
47532001-12-07 Paolo Carlini <pcarlini@unitus.it>
4754
4755 * MAINTAINERS (Write After Approval): Add myself.
4756
4ee43206
DR
4757Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
4758
4759 * configure, configure.in: Use temp file for long sed commands.
4760
251931f3
LG
47612001-12-03 Laurent Guerby <guerby@acm.org>
4762
4763 * config.sub: Update to version 1.232 on subversion.
4764
03777dd7
BE
47652001-12-03 Ben Elliston <bje@redhat.com>
4766
4767 * MAINTAINERS: Update mail address for config.* patches.
4768
e490616e
ZW
47692001-11-27 DJ Delorie <dj@redhat.com>
4770 Zack Weinberg <zack@codesourcery.com>
4771
4772 When build != host, create libiberty for the build machine.
4773
4774 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4775 CONFIG_ARGUMENTS.
4776 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4777 New variables.
4778 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4779 and rules.
4780 (all.normal): Depend on ALL_BUILD_MODULES.
4781 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4782 (all-build-libiberty): Depend on configure-build-libiberty.
4783
4784 * configure: Calculate and substitute proper value for
4785 ALL_BUILD_MODULES.
4786 * configure.in: Create the build subdirectory.
4787 Calculate and substitute TARGET_CONFIGARGS (formerly
4788 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4789
04075e8f
ZL
47902001-11-26 Ziemowit Laski <zlaski@apple.com>
4791
4792 * MAINTAINERS (write-after-approval): Add self.
4793
ed19322d
CR
47942001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
4795
4796 * MAINTAINERS (GNATS only accounts): Remove self.
4797
90a12988
HPN
47982001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
4799
4800 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4801 libf2c.
4802
77e653ad
CR
48032001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
4804
4805 * MAINTAINERS (Write After Approval): Add self.
4806
64adad99
DB
48072001-11-12 David O'Brien <obrien@FreeBSD.org>
4808
4809 * MAINTAINERS: mips and s390 are also CPU ports.
4810
834a28c7
DB
48112001-11-12 David O'Brien <obrien@FreeBSD.org>
4812
4813 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
4814
ef94239f
DB
48152001-11-11 David O'Brien <obrien@FreeBSD.org>
4816
4817 * MAINTAINERS: Alphabetize.
4818
beda0427
KH
48192001-11-09 Kazu Hirata <kazu@hxi.com>
4820
4821 * MAINTAINERS (Various maintainers: h8 port): Add myself.
4822
6ca224d3
JDA
48232001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
4824
4825 * MAINTAINERS (Various maintainers: hppa port): Added myself.
4826
132e4bd7
PE
48272001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
4828
4829 * configure.in (--enable-languages): Be more permissive about
4830 syntax. Check for empty lists better. Warn about $LANGUAGES.
4831
c6243b4c
GK
48322001-11-08 Geoffrey Keating <geoffk@redhat.com>
4833
4834 * config.sub: Import from master sources, rev. 1.230.
4835 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
4836
abbb9e76
LG
48372001-11-07 Laurent Guerby <guerby@acm.org>
4838
4839 * MAINTAINERS (Write After Approval): Add self.
4840
53cdb27a
HPN
48412001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
4842
4843 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4844
dd3a88c9
HPN
48452001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
4846
4847 * config.sub: Import from master sources, rev 1.226.
4848 * config.guess: Import from master sources, rev 1.216.
4849
d344dce9
HPN
48502001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
4851
4852 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4853 * MAINTAINERS: Add self as maintainer of MMIX port.
4854 Remove old after-approval entry.
4855
63f6bcd7
JM
48562001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
4857
4858 * ChangeLog, configure: Fix spelling errors.
4859
84f92638
BK
48602001-10-20 Brendan Kehoe <brendan@zen.org>
4861
4862 * MAINTAINERS: Tweak my address.
4863
2f30eda4
R
4864Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
4865
4866 * MAINTAINERS: Update my email address.
4867
1567080c 48682001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 4869
f48a3b5c 4870 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 4871 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 4872
30106886
GB
48732001-10-10 Geert Bosch <bosch@gnat.com>
4874
e490616e 4875 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
4876 Added Robert Dewar.
4877
d3d51b8c
DB
48782001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
4879
4880 * MAINTAINERS (Write After Approval): Added self
4881
d1c3e709
GB
48822001-10-02 Geert Bosch <bosch@gnat.com>
4883
4884 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
4885
50f5f793
JM
48862001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
4887
4888 * configure: Handle temporary files securely using mkdir.
4889
7fddf9a9
AO
48902001-09-29 Alexandre Oliva <aoliva@redhat.com>
4891
4892 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
4893
387beb82
WC
48942001-09-26 Will Cohen <wcohen@redhat.com>
4895
4896 * configure.in (*-*-linux*): Disable configuration of target-newlib
4897 and target-libgloss.
e490616e 4898
0c055e34
AO
48992001-09-26 Alexandre Oliva <aoliva@redhat.com>
4900
4901 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
4902 RANLIB.
4903
759bfa90
AO
49042001-09-21 Alexandre Oliva <aoliva@redhat.com>
4905
4906 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
4907 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
4908 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
4909 avoid quotes nesting problems.
4910 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
4911 (DO_X): Export only variables that are set.
4912
1dc4a750
BE
49132001-09-19 Ben Elliston <bje@redhat.com>
4914
4915 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
4916 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
4917 semantics. Use the shell built-in "type" command instead.
4918
898c7238
AO
49192001-08-31 Alexandre Oliva <aoliva@redhat.com>
4920
4921 Merged from gcc-3_0-branch:
4922 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
4923 * ltcf-c.sh: Use $objext, not $ac_objext.
4924 2001-07-27 Mark Kettenis <kettenis@gnu.org>
4925 * ltcf-cxx.sh: Add support for GNU.
4926 2001-07-22 Timothy Wall <twall@redhat.com>
4927 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
4928 default settings if using GNU tools with that configuration.
4929 * ltcf-cxx.sh: Ditto.
4930 * ltcf-gcj.sh: Ditto.
4931 2001-07-21 Michael Chastain <chastain@redhat.com>
4932 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
4933 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
4934 * ltmain.sh: Mark as gcc-local.
4935
8fa0a32e
EC
49362001-08-30 Eric Christopher <echristo@redhat.com>
4937 Jason Eckhardt <jle@redhat.com>
4938
4939 * config.guess: Merge from master sources.
4940 * config.sub: Merge from master sources, add support for mipsisa32.
4941
32f30f91 49422001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
4943 * config.sub: Merge from master sources, rev 1.219.
4944 * MAINTAINERS: Add self as contact for stormy16 port.
4945
f6084f99
ZW
49462001-08-14 Zack Weinberg <zackw@panix.com>
4947
4948 * config.sub: Merge from master sources, rev 1.218.
4949 * config.guess: Merge from master sources, rev 1.209.
4950
91b54f7f
GS
49512001-08-11 Graham Stott <grahams@redhat.com>
4952
4953 * Makefile.in (check-c++): Add missing semicolon.
4954
e5b3941e
JH
4955Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
4956
32f30f91 4957 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 4958
6387a56e
EC
49592001-07-30 Eric Christopher <echristo@redhat.com>
4960
4961 * MAINTAINERS (Various maintainers: mips port): Added myself.
4962
53b475f0
AH
49632001-07-25 Andrew Haley <aph@cambridge.redhat.com>
4964
e490616e 4965 * configure.in (sh-*-linux*): New.
53b475f0 4966
2a08c780
RH
49672001-07-27 Richard Henderson <rth@redhat.com>
4968
4969 * .cvsignore: Add LAST_UPDATED.
4970
bfa79422
UW
49712001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
4972
4973 * MAINTAINERS (Various maintainers: s390 port): Added myself.
4974
0ae85492
AH
49752001-07-16 Aldy Hernandez <aldyh@redhat.com>
4976
e490616e 4977 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 4978
8e1ab0fe
NP
4979Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
4980
4981 * MAINTAINERS (Write After Approval): Added myself.
4982
2b997990
SC
49832001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
4984
4985 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4986 and libgcj on m68hc11/m68hc12.
4987
d920e825
L
49882001-06-27 H.J. Lu (hjl@gnu.org)
4989
4990 * Makefile (CFLAGS_FOR_BUILD): New.
4991 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
4992
d425a1e0
JM
49932001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
4994
4995 * README: Remove version number.
4996
5b5b4207
GP
49972001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4998
4999 * INSTALL/README: Update wrt. to the installation instructions now
5000 residing in gcc/doc/install.texi.
5001
be839b69
JM
50022001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
5003
5004 * README: Replace with a cut-down and updated version of gcc/README.
5005
fe2ee7c4
DE
50062001-06-12 David Edelsohn <edelsohn@gnu.org>
5007
5008 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
5009 multilibs to be disabled.
5010
4f5d646c
DB
50112001-06-11 Daniel Berlin <dan@cgsoftware.com>
5012
5013 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 5014
818f0c85
AO
50152001-06-09 Alexandre Oliva <aoliva@redhat.com>
5016
5017 * config.guess: Import CVS version 1.195.
5018 * config.sub: Import CVS version 1.212.
5019
e9a8af10
AO
50202001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
5021
5022 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5023 gcc/xgcc is built, use -print-prog-name to find out the program
5024 name to use.
5025
ae3ca0a9
PE
50262001-06-04 Phil Edwards <pme@sources.redhat.com>
5027
5028 * config.guess: Import CVS version 1.194. All gcc-local changes
5029 appear to also be in the master copy.
5030 * config.sub: Import CVS version 1.211.
5031
066bd40d
MM
5032Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
5033
5034 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
5035 with_gcc]: Use `gcc -shared' to build a shared library.
5036
4aef4f33
JDA
5037Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
5038
5039 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
5040 archives.
5041
c386f00f
RO
5042Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5043
5044 * MAINTAINERS (Write After Approval): Add myself.
5045
2ae5cea5
HPN
50462001-06-01 Hans-Peter Nilsson <hp@axis.com>
5047
5048 * configure.in (libstdcxx_flags): Do not try to execute
5049 libstdc++-v3/testsuite_flags until it exists.
5050
c3766183
AM
50512001-06-01 Alan Modra <amodra@bigpond.net.au>
5052
5053 * MAINTAINERS: Update my email address.
5054
9b337833
GS
50552001-05-31 Graham Stott <grahams@redhat.com>
5056
5057 * MAINTAINERS (Write After Approval): Add myself.
5058
55fce0eb
SP
50592001-05-28 Simon Patarin <simon.patarin@inria.fr>
5060
5061 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
5062 libraries when using g++ with native linker.
5063
5f7de4b8
AO
50642001-05-28 Alexandre Oliva <aoliva@redhat.com>
5065
5066 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
5067
a7bc0fbb
AO
50682001-05-22 Alexandre Oliva <aoliva@redhat.com>
5069
5070 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
5071 [aix4*|aix5*]: Prepend blank.
5072
33456445
AO
50732001-05-20 Alexandre Oliva <aoliva@redhat.com>
5074
5075 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5076 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
5077 of subdir/configure scripts to use the new libtool.m4.
5078
e48d3d00
MK
50792001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
5080
5081 * MAINTAINERS (Write After Approval): Add myself.
5082
9e0e191b
BK
50832001-05-18 Benjamin Kosnik <bkoz@redhat.com>
5084
5085 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
5086
3f19b439
BE
50872001-05-11 Ben Elliston <bje@redhat.com>
5088
5089 * Makefile.in (all-sid): New target.
5090 (check-sid, clean-sid, install-sid): Likewise.
5091
6ebe3121
JO
50922001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
5093
5094 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
5095
ca3667c4
AO
50962001-05-03 Alexandre Oliva <aoliva@redhat.com>
5097
5098 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
5099 libgcj.
5100
51012001-05-03 Alexandre Oliva <aoliva@redhat.com>
5102
5103 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5104 gcc/xgcc is built, use -print-prog-name to find out the program
5105 name to use.
5106
b2964d63
AO
51072001-04-26 Alexandre Oliva <aoliva@redhat.com>
5108
b1bb2302
AO
5109 * configure.in (noconfigdirs): Don't reset it from scratch in the
5110 target case; only append to it.
6387a56e 5111
b2964d63
AO
5112 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
5113 sparc-*-solaris2.8]: Disable ${libgcj}.
5114
8343765d
AO
51152001-04-25 Alexandre Oliva <aoliva@redhat.com>
5116
5117 * configure.in (libgcj_saved): Copy from $libgcj.
5118 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
5119 --disable-libgcj.
5120
ddbb6d43
GRK
51212001-04-25 Gavin Romig-Koch <gavin@redhat.com>
5122
5123 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 5124 C front end maintainer.
ddbb6d43 5125
3fa03ff9
AG
5126Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
5127
5128 * configure.in: Move *-chorusos target case to the proper switch.
5129 Disable libgcj.
5130
99ffe40f
AO
51312001-04-12 Alexandre Oliva <aoliva@redhat.com>
5132
5133 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
5134 1.641.2.228.
5135
78faa32d
FS
51362001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5137
5138 * Makefile.in (STAGE1_CFLAGS): Pass down.
5139
cdbff0ab
AM
51402001-04-13 Alan Modra <amodra@one.net.au>
5141
5142 * config.guess: Add hppa64-linux support. Note for next import that
5143 this is already in the master file.
5144 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
5145
75b9074c
AO
51462001-04-12 Alexandre Oliva <aoliva@redhat.com>
5147
5148 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5149 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
5150
125404c5
SS
51512001-04-11 Stan Shebs <shebs@apple.com>
5152
5153 * MAINTAINERS: Add self as Darwin port maintainer.
5154
876684fe
AM
51552001-04-11 Alan Modra <amodra@one.net.au>
5156
5157 * MAINTAINERS: Update my email address.
5158
06729913
LR
51592001-04-10 Loren J. Rittle <ljrittle@acm.org>
5160
5161 * ltcf-cxx.sh: Support creation of C++ shared libraries on
5162 recent versions of FreeBSD (release 3 or later).
5163 * ltconfig: On FreeBSD, -lc must not be provided when building
5164 a shared library or else the standard -pthread gcc option is
5165 rendered worthless to later users of the built library.
5166
67916302
JM
51672001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
5168
5169 * MAINTAINERS: Add self and RTH as C front end maintainers.
5170
d2bc0628
AO
51712001-04-05 Alexandre Oliva <aoliva@redhat.com>
5172
e490616e
ZW
5173 * config.sub: Make sure to match an already-canonicalized
5174 machine name (eg. mn10300-unknown-elf).
d2bc0628 5175
a3406c06
AO
51762001-04-01 Alexandre Oliva <aoliva@redhat.com>
5177
5178 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
5179 New macros.
5180 (bootstrap, cross): Use RECURSE_FLAGS.
5181 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
5182
a076f6a4
AO
51832001-03-27 Alexandre Oliva <aoliva@redhat.com>
5184
5185 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
5186
e9f4fa71
CH
51872001-03-22 Colin Howell <chowell@redhat.com>
5188
7238de5c
CH
5189 * Makefile.in (DO_X): Do not backslash single-quotes in
5190 backquotes (two places).
e9f4fa71 5191
b6b14b1b
AO
51922001-03-22 Alexandre Oliva <aoliva@redhat.com>
5193
5194 Re-installed:
5195 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
5196 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
5197 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5198 * ltcf-cxx.sh: Likewise.
5199 * ltcf-gcj.sh: Likewise.
5200
1eb0b89d
GP
52012001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5202
5203 * MAINTAINERS: Add myself as "documentation co-maintainer".
5204
82e23236
AO
52052001-03-22 Alexandre Oliva <aoliva@redhat.com>
5206
5207 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5208 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
5209
64ec27c3
TT
52102001-03-19 Tom Tromey <tromey@redhat.com>
5211
5212 * config-ml.in: Handle GCJ and GCJFLAGS.
5213
191de407
MC
52142001-03-21 Michael Chastain <chastain@redhat.com>
5215
5216 * Makefile.in: all-m4 depends on all-texinfo.
5217
fed4dede
LR
52182001-03-20 Loren J. Rittle <ljrittle@acm.org>
5219
5220 * MAINTAINERS: Add myself to write after approval list.
5221
085072bb
LB
52222001-03-18 Laurynas Biveinis <lauras@softhome.net>
5223
5224 * Makefile.in (DO_X): Quote nested quotes.
5225
5af8ea3f
AM
52262001-03-18 Alan Modra <alan@linuxcare.com.au>
5227
5228 * MAINTAINERS: Add myself to write after approval list.
5229
69e23037
LB
52302001-03-15 Laurynas Biveinis <lauras@softhome.net>
5231
5232 * Makefile.in (DO_X): Use double quotes for quoting
5233 "RANLIB=$${RANLIB}".
5234
2b9650f4
OP
52352001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
5236
5237 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
5238
4698d2cf
NP
52392001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
5240
5241 * configure.in: Only use `lang_requires' for languages athat are
5242 actually enabled.
5243
f6646274
PE
52442001-03-08 Phil Edwards <pme@sources.redhat.com>
5245
5246 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
5247
c9a54638
AO
52482001-03-08 Alexandre Oliva <aoliva@redhat.com>
5249
5250 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
5251
6a556ad6
TT
52522001-03-07 Tom Tromey <tromey@redhat.com>
5253
5254 * configure.in: Allow config-lang.in to set `lang_requires' to list
5255 of other required languages.
5256
6822468a
LB
52572001-03-06 Laurynas Biveinis <lauras@softhome.net>
5258
5259 * Makefile.in: Remove RANLIB definition. Use RANLIB
5260 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
5261 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 5262
f04885d3 52632001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 5264 Alexandre Oliva <aoliva@redhat.com>
6387a56e 5265
f04885d3
BK
5266 * Makefile.in (check-c++): Use tabs, not spaces.
5267
288edf47 52682001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 5269
288edf47
LB
5270 * MAINTAINERS: add myself to Write After Approval list.
5271
3d55d2f8 52722001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 5273
e490616e 5274 * Makefile.in (check-c++): New rule.
6387a56e 5275
4d88a68a
BK
5276 * configure.in (target_libs): Remove libg++.
5277 (noconfigdirs): Remove libg++.
5278 (noconfigdirs): Same.
5279 (noconfigdirs): Same.
5280 (noconfigdirs): Same.
5281
5282 * config-ml.in: Remove libg++ references.
5283
5284 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
5285 (ALL_TARGET_MODULES): Same.
5286 (configure-target-libg++): Remove.
5287 (all-target-libg++): Remove.
5288 (configure-target-libio): Remove.
5289 (all-target-libio): Remove.
5290 (check-target-libio): Remove.
5291 (.PHONY): Remove.
5292 (libg++.tar.bz2): Remove.
5293 (all-target-cygmon): Remove libio.
5294 (all-target-libstdc++): Remove.
5295 (configure-target-libstdc++): Remove.
5296 (TARGET_LIB_PATH): Remove libstdc++.
5297 (ALL_GCC_CXX): Remove libstdc++.
5298 (all-target-gperf): Correct.
5299
2437d4ed
NC
53002001-02-16 Nick Clifton <nickc@redhat.com>
5301
5302 * configure.in (noconfigdirs): Allow configuration of texinfo
5303 for Cygwin hosts.
5304
85b99cbe
AG
53052001-02-15 Anthony Green <green@redhat.com>
5306
5307 * configure: Introduce GCJ_FOR_TARGET.
5308 * configure.in: Ditto.
5309 * Makefile.in: Ditto.
5310
7b18790c
AS
53112001-02-13 Andreas Schwab <schwab@suse.de>
5312
5313 * MAINTAINERS: Update mail address.
5314
c4880c99
MS
53152001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
5316
5317 * config.guess: Add linux target for S/390.
5318 * config.sub: Likewise.
5319
e31ae6db
CC
53202001-02-08 Chandrakala Chavva <cchavva@redhat.com>
5321
5322 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 5323 target-libgloss.
e31ae6db 5324
7739adfb
BE
53252001-02-06 Ben Elliston <bje@redhat.com>
5326
5327 * configure: Output host type to stdout, not stderr.
5328
36ca672c
MM
53292001-02-05 Mark Mitchell <mark@codesourcery.com>
5330
e40f2829 5331 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
5332 * ltcf-cxx.sh: Likewise.
5333
36ca672c
MM
5334 * config.if: Assume enable_libstdcxx_v3 is defined.
5335
22fdd65e
MM
53362001-02-04 Mark Mitchell <mark@codesourcery.com>
5337
5338 Remove V2 C++ library.
5339 * configure.in: Remove --enable-libstdcxx_v3 support.
5340
3b60dd8e
BM
53412001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
5342
5343 * include/demangle.h: Add prototype for java_demangle_v3.
5344
42c0c80a
PE
53452001-01-29 Phil Edwards <pme@sources.redhat.com>
5346
5347 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
5348
0be25992
RH
53492001-01-27 Richard Henderson <rth@redhat.com>
5350
5351 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
5352
8a8de62d
MS
53532001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5354
5355 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
5356 Don't unset, it's non-portable and no longer necessary, set to empty
5357 instead.
5358
92769744
MS
53592001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5360
5361 * ltconfig: Shell portability fix for the tagname validity check.
5362
88a1c0ab
AO
53632001-01-27 Alexandre Oliva <aoliva@redhat.com>
5364
5365 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
5366 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
5367
45291dd5
MS
53682001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5369
5370 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
5371
1ace7e15
TT
53722001-01-26 Tom Tromey <tromey@redhat.com>
5373
5374 * configure.in: Allow libgcj to be built on Sparc Solaris.
5375
0ef8b11b
DE
53762001-01-25 David Edelsohn <edelsohn@gnu.org>
5377
5378 * ltcf-c.sh: Add aix5 case.
5379 * ltcf-cxx.sh: Likewise.
5380 * ltconfig: Likewise.
5381
0006091e
AO
53822001-01-24 Alexandre Oliva <aoliva@redhat.com>
5383
9bad11e1
AO
5384 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
5385 keep at least one of build_libtool_libs or build_old_libs set to
5386 yes.
5387
0006091e
AO
5388 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
5389 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
5390
7c01b2b5
BM
53912001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
5392
5393 * configure.in: Enable libgcj on several additional platforms.
5394
d340e0ac
BM
53952001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
5396
5397 * configure.in: Enable libgcj for linux targets.
5398
5baf8c37
MS
53992001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5400
5401 * MAINTAINERS (Write After Approval): Add myself.
5402
10a0ba84
JDA
54032001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
5404
5405 * MAINTAINERS: Add myself as vax port maintainer.
5406
357c6a4b
FH
54072001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
5408
5409 * MAINTAINERS: Add myself as Mercury front-end maintainer.
5410
6e2d9a7a
MS
54112001-01-09 Mike Stump <mrs@wrs.com>
5412
5413 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
5414 failures of subdirectories.
5415
b6b14b1b 54162001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 5417
b6b14b1b 5418 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 5419 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
5420 * ltcf-cxx.sh: Likewise.
5421 * ltcf-gcj.sh: Likewise.
5422 * ltconfig.sh: Fix typo.
976b230d 5423
07109110
LB
54242001-01-02 Laurynas Biveinis <lauras@softhome.net>
5425
5426 * configure: handle DOS-style absolute paths.
5427
1da5b8fc
LB
54282001-01-02 Laurynas Biveinis <lauras@softhome.net>
5429
5430 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
5431
4c2f5b4f
MM
54322000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
5433
5434 * MAINTAINERS: Add myself as avr port co-maintainer.
5435
bc53668e
BE
54362000-12-28 Ben Elliston <bje@redhat.com>
5437
5438 * MAINTAINERS: Add myself under ``Write After Approval''.
5439
c387606f
JM
54402000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
5441
5442 * texinfo: Remove directory from GCC.
5443
2cb5082c
JM
54442000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
5445
5446 * COPYING: Update to current
5447 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
5448 to 19yy as example year in copyright notice).
5449
cc330df9
BK
54502000-12-18 Benjamin Kosnik <bkoz@redhat.com>
5451
6387a56e 5452 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
5453 (libstdcxx_incdir): Pass down.
5454 * config.if: Remove expired bits for cxx_interface, add stub.
5455 (libstdcxx_incdir): Add variable for g++ include directory.
5456 * configure.in (gxx_include_dir): Use it.
6387a56e 5457
4c6b2835
AO
54582000-12-18 Alexandre Oliva <aoliva@redhat.com>
5459
5460 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
5461 with old-email address from ``Write After Approval''.
5462
3896f13e
AJ
54632000-12-15 Andreas Jaeger <aj@suse.de>
5464
5465 * configure.in: Handle lang_dirs.
5466
54672000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 5468
ad46e881
TT
5469 * MAINTAINERS: Removed brads.
5470
90a10418
TT
5471 * MAINTAINERS: Added gcj developers.
5472
41dfe3a2 54732000-12-13 Anthony Green <green@redhat.com>
6387a56e 5474
41dfe3a2 5475 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
5476 listed. Disable libgcj for x86 and Alpha Linux until compatible
5477 with g++ abi.
6387a56e 5478
e2f601da
MS
54792000-12-13 Mike Stump <mrs@wrs.com>
5480
5481 * Makefile.in (local-distclean): Also remove fastjar.
5482
70030c01
RB
54832000-12-12 Rodney Brown <RodneyBrown@mynd.com>
5484
5485 * contrib/gcc_update: Add fastjar --touch entries.
5486
2a50f859
AO
54872000-12-12 Alexandre Oliva <aoliva@redhat.com>
5488
5489 * configure.in: Disable language-specific target libraries for
5490 languages that aren't enabled.
5491
7743113b
AG
54922000-12-10 Anthony Green <green@redhat.com>
5493
5494 * configure.in: Define libgcj. Disable libgcj target libraries for
5495 most targets.
5496
92e061a6
NB
54972000-12-10 Neil Booth <neilb@earthling.net>
5498
5499 * MAINTAINERS: Update mail address, remove from WAA list.
5500
f34ff6d6
APB
55012000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
5502
5503 * libjava: Imported from /cvs/java.
5504 * libffi: Likewise.
5505 * Boehm-gc: Likewise.
5506
d82a33c6
APB
55072000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
5508
5509 * configure.in (target_libs): Revert 2000-12-08 patch.
5510 (noconfigdirs): Added target-libjava.
5511
e14f8e28
LB
55122000-12-09 Laurynas Biveinis <lauras@softhome.net>
5513
5514 * djunpack.bat: removed.
5515
fc26516b
LB
55162000-12-09 Laurynas Biveinis <lauras@softhome.net>
5517
5518 * Makefile.in: handle DOS-style absolute paths.
5519 * config-ml.in: likewise.
5520 * symlink-tree: likewise.
5521
bd8757b3
APB
55222000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
5523
5524 * fastjar: Imported.
5525
81522a1f
APB
55262000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
5527
5528 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
5529 libjava.
5530 * configure.in (target_libs): Removed `target-libjava'.
5531
5db1f7ed
APB
55322000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
5533
5534 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
5535 (ALL_MODULES): Added fastjar.
5536 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
5537 (all-target-libjava): all-fastjar replaces all-zip.
5538 (all-fastjar): Added.
5539 (configure-target-fastjar, all-target-fastjar): Likewise.
5540 * configure.in (host_tools): Added fastjar.
5541
5e59997c
MS
55422000-12-07 Mike Stump <mrs@wrs.com>
5543
5544 * Makefile.in (local-distclean): Remove leftover built files.
5545
0a534f40
NC
55462000-11-24 Nick Clifton <nickc@redhat.com>
5547
5548 * configure.in (xscale-elf): Add target.
5549 (xscale-coff): Add target.
5550
7686cadf
LR
55512000-11-22 Loren J. Rittle <ljrittle@acm.org>
5552
e490616e
ZW
5553 * ltcf-cxx.sh: Support creation of C++ shared libraries on
5554 recent versions of FreeBSD (release 3 or later).
5555 * ltconfig: On FreeBSD, -lc must not be provided when building
5556 a shared library or else the standard -pthread gcc option is
5557 rendered worthless to later users of the built library.
7686cadf 5558
fff01699
FF
55592000-11-16 Fred Fish <fnf@be.com>
5560
5561 * configure.in (enable_libstdcxx_v3): Fix typo,
5562 libstd++ -> libstdc++.
5563
4dc16355
KL
55642000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5565
5566 * MAINTAINERS: Add self to Write After Approval list.
5567
bf6fc7b2
BS
55682000-11-21 Bernd Schmidt <bernds@redhat.com>
5569
5570 * MAINTAINERS: Update my email address. Add myself to global write
5571 privs list.
5572
ce8e06b1
AO
55732000-11-18 Alexandre Oliva <aoliva@redhat.com>
5574
6e2a4843
AO
5575 * Makefile.in: Merge with src and libgcj.
5576 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
5577 configure-target-<library> when their configure scripts need the C
5578 or C++ library to have already been built to work properly.
5579 (do_proto_toplev): Set them to an empty string.
5580
ce8e06b1
AO
5581 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
5582 (REALLY_SET_LIB_PATH): Use them.
5583
c003f378
SS
55842000-11-17 Stan Shebs <shebs@apple.com>
5585
5586 * MAINTAINERS: Add self to Write After Approval list.
5587
cc1e60ea
JM
55882000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
5589
5590 * configure: Provide the original toplevel configure arguments
5591 (including $0) to subprocesses in the environment rather than
5592 through gcc/configargs.h.
5593
1173593d
JM
55942000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
5595
5596 * MAINTAINERS: Remove references to cccp. Change C9X reference to
5597 C99. Alphabetise "Write After Approval" list.
5598
520907ee
MM
55992000-11-12 Mark Mitchell <mark@codesourcery.com>
5600
34f6fbdb
MM
5601 * configure: Turn on libstdc++ V3 by default.
5602
520907ee
MM
5603 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
5604 if we've got GCC.
5605
0bbd37ed
PB
56062000-11-11 Philip Blundell <philb@gnu.org>
5607
5608 * MAINTAINERS: Add self to Write After Approval list.
5609
7ca0e6d9
DE
56102000-11-09 David Edelsohn <edelsohn@gnu.org>
5611
5612 * ltcf-c.sh (aix4): Improve shared library configuration; require
5613 exporting symbols.
5614 * ltcf-cxx.sh (aix4): Define.
5615 * ltconfig (aix4): Define library and soname specs appropriate for
5616 AIX. Define command to create export symbols list.
5617
f559f30b
CF
5618Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
5619
5620 * config.sub: Add support for Sun Chorus
5621
fc05d516
NC
56222000-10-31 Nick Clifton <nickc@redhat.com>
5623
5624 * MAINTAINERS: Rename <name>@cygnus.com addresses to
5625 <name>@redhat.com. Also installed new email address for Clint
5626 Popetz.
6387a56e 5627
90a0e73f
JM
56282000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
5629
5630 * etc: Remove directory from GCC.
5631
a5e1b548
MM
56322000-10-16 Michael Meissner <meissner@redhat.com>
5633
5634 * configure (gcc/configargs.h): Only create if there is a build GCC
5635 directory created.
5636
6387a56e
EC
56372000-10-16 Matthias Klose <doko@debian.org>
5638
be1db873
MK
5639 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
5640 when configured for libstdc++-v3.
5641
f5fa9a5b
PE
56422000-10-05 Phil Edwards <pme@gcc.gnu.org>
5643
5644 * configure: Save configure arguments to gcc/configargs.h.
5645
61a77fea
PT
56462000-10-04 Philipp Thomas <pthomas@suse.de>
5647
5648 * config.guess: Import CVS version 1.157.
5649 * config.sub: Import CVS version 1.181.
5650
3a4fee66
AP
56512000-10-04 Andris Pavenis <pavenis@latnet.lv>
5652
5653 * Makefile.in (bootstrap): avoid recursion if subdir missing
5654 (cross): ditto
5655 (do-proto-toplev): ditto
5656
3dd7094e
AO
56572000-09-30 Alexandre Oliva <aoliva@redhat.com>
5658
de710532
AO
5659 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
5660 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
5661
3dd7094e
AO
5662 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
5663 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
5664 all affected `configure' scripts.
5665
e592386f
NB
5666Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
5667
5668 * MAINTAINERS: Add self as cpplib co-maintainer.
5669
fba54939
AH
56702000-09-24 Aldy Hernandez <aldyh@redhat.com>
5671
5672 * MAINTAINERS: Add self to Write After Approval list.
5673
2bd429f4
GP
56742000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5675
5676 * INSTALL/README: egcs -> GCC update.
5677
d733f374
ME
5678Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
5679
5680 * MAINTAINERS: Add myself to Write After Approval list.
5681
d7ce9a83
KH
56822000-09-15 Kazu Hirata <kazu@hxi.com>
5683
5684 * MAINTAINERS: Add myself to Write After Approval list.
5685
18a53ffe
JL
5686Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
5687
e490616e
ZW
5688 * configure.in: Do not build byacc for hppa64. Provide paths to the
5689 X11 libraries for hppa64.
18a53ffe 5690
f246ff23
SC
56912000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5692
5693 * MAINTAINERS: Add myself as 68hc11 port maintainer.
5694
06298abd
AO
56952000-09-06 Alexandre Oliva <aoliva@redhat.com>
5696
4b92758a
AO
5697 * Makefile.in (all-zlib): Added dummy target.
5698
06298abd
AO
5699 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5700 ltcf-gcj.sh: Updated from libtool multi-language branch.
5701
4d73d07a
AO
57022000-09-05 Alexandre Oliva <aoliva@redhat.com>
5703
5704 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
5705 (bootstrap*): Depend on all-bootstrap.
5706
05d52d78
PT
57072000-09-05 Philipp Thomas <pthomas@suse.de>
5708
5709 * config.guess: Import CVS version 1.156.
5710 * config.sub: Import CVS version 1.179.
5711
3c809ba4
AG
57122000-09-02 Anthony Green <green@cygnus.com>
5713
5714 * Makefile.in (all-gcc): Depend on all-zlib.
5715 (CLEAN_MODULES): Add clean-zlib.
5716 (ALL_MODULES): Add all-zlib.
5717 * configure.in (host_libs): Add zlib.
5718
10ad78a0 57192000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
5720
5721 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
5722 crosses, but add gcc/include to the header search path for them.
5723
b36a9ce3
DB
57242000-08-04 David E. O'Brien <obrien@FreeBSD.org>
5725
5726 * MAINTAINERS: Add self to Write After Approval list.
5727
cb011248
FS
57282000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5729
5730 * config.guess: Import CVS version 1.152.
5731 * config.sub: Import CVS version 1.177.
5732
db310af0
AO
57332000-08-25 Alexandre Oliva <aoliva@redhat.com>
5734
7965440a
AO
5735 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
5736 $targargs to tell whether newlib is going to be built.
5737
db310af0
AO
5738 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
5739 $$r/TARGET_SUBDIR/libio for _G_config.h.
5740
e7977565
AO
57412000-08-23 Alexandre Oliva <aoliva@redhat.com>
5742
5743 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
5744
126bb9ed
DD
57452000-08-22 DJ Delorie <dj@redhat.com>
5746
5747 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
5748
5b0e9d29
AO
57492000-08-22 Alexandre Oliva <aoliva@redhat.com>
5750
5751 * config-ml.in (CC, CXX): Avoid trailing whitespace.
5752 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
5753 sub-configures.
5754
4f3e904e
DD
57552000-08-21 DJ Delorie <dj@redhat.com>
5756
5757 * MAINTAINERS: Add self as a libiberty maintainer
5758
c9635443
AO
57592000-08-16 Alexandre Oliva <aoliva@redhat.com>
5760
5761 * configure.in (libstdcxx_flags): Use
5762 libstdc++-v3/src/libstdc++.INC.
5763
8b2100ba
AO
57642000-08-15 Alexandre Oliva <aoliva@redhat.com>
5765
5766 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
5767
57119aa9
ZW
57682000-08-14 Zack Weinberg <zack@wolery.cumb.org>
5769
eeb943b0
ZW
5770 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
5771
6387a56e 5772 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
5773 explicit. Substitute enable_threads into generated Makefiles.
5774 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
5775 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
5776
acffa7c4
GK
57772000-08-13 Geoff Keating <geoffk@cygnus.com>
5778
5779 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
5780
808d8c41
AO
57812000-08-12 Alexandre Oliva <aoliva@redhat.com>
5782
5783 * config-ml.in (CC): Remove bogus duplicate quotation mark from
5784 previous delta.
5785
1fc8c51c 57862000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 5787
1fc8c51c
JM
5788 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
5789 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
5790 (FLAGS_FOR_TARGET): Not here.
5791 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 5792
25698887
AO
57932000-08-11 Alexandre Oliva <aoliva@redhat.com>
5794
5795 * config-ml.in (CC, CXX): Don't introduce a leading space.
5796
10120687
DD
57972000-08-07 DJ Delorie <dj@delorie.com>
5798
5799 * MAINTAINERS: Add self as a DJGPP maintainer
5800
15c758e9
DD
58012000-08-07 DJ Delorie <dj@redhat.com>
5802
5803 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
5804 "if we're also building gcc, and it's a gcc that will run on the
5805 build machine, we want to use its includes instead of the system's
5806 default includes".
5807
2d0de245
JM
58082000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
5809
5810 * MAINTAINERS: Add self to Write After Approval list.
5811
e81b330a
AO
58122000-08-03 Alexandre Oliva <aoliva@redhat.com>
5813
83440c1e
AO
5814 * configure.in (libstdcxx_flags): Don't use `"'.
5815
e81b330a
AO
5816 * config-ml.in: Adjust multilib search paths to the
5817 appropriate multilib tree.
5818
cf95c847
AO
58192000-08-02 Alexandre Oliva <aoliva@redhat.com>
5820
5821 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
5822 commas in $LANGUAGES.
5823
9e9af119
MH
58242000-08-02 Manfred Hollstein <manfredh@redhat.com>
5825
5826 * configure.in: Re-enable all references to libg++ and librx.
5827
606ce391
AO
58282000-08-01 Alexandre Oliva <aoliva@redhat.com>
5829
89820b43
AO
5830 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
5831 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
5832 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
5833 * ltcf-cxx.sh (need_lc): Set based on postdeps.
5834
606ce391
AO
5835 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
5836
04179d4a
AO
58372000-07-31 Alexandre Oliva <aoliva@redhat.com>
5838
5839 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
5840 CXX_FOR_TARGET for sed.
5841
d4eb109c
AO
58422000-07-30 Alexandre Oliva <aoliva@redhat.com>
5843
5844 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
5845 Do not override if already set in the environment or in configure.
5846 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
5847 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
5848
4f4caf92
AO
58492000-07-28 Alexandre Oliva <aoliva@redhat.com>
5850
5851 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
5852 the libtool CVS tree multi-language branch.
5853 * ltconfig, ltmain.sh: Updated.
6387a56e 5854
b87487b6
AO
58552000-07-27 Alexandre Oliva <aoliva@redhat.com>
5856
1670d1ea
AO
5857 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
5858 (clean-target): Depend on it.
5859
b87487b6
AO
5860 * Makefile.in (FLAGS_FOR_TARGET): New macro.
5861 (GCC_FOR_TARGET): Use it.
5862 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5863 * configure.in: ... here.
5864 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
5865 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
5866
4e81ae98
EC
58672000-07-24 Eric Christopher <echristo@cygnus.com>
5868
5869 * MAINTAINERS: Add self to Write After Approval list.
5870
059ae32c
AO
58712000-07-24 Alexandre Oliva <aoliva@redhat.com>
5872
5b28edd4
AO
5873 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
5874 (configure-target-libchill, configure-target-libobjc): Likewise.
5875
059ae32c
AO
5876 * configure.in: Use the same cache file for all target libs.
5877 * config-ml.in: But different cache files per multilib variant.
5878
1adcd149
MS
58792000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5880
5881 * configure (topsrcdir): Don't use dirname.
5882
2d573dff
JO
58832000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
5884
5885 * MAINTAINERS: Add self to Write After Approval list.
5886
d207ebef
JM
58872000-07-20 Jason Merrill <jason@redhat.com>
5888
5889 * configure.in: Remove all references to libg++ and librx.
5890
5891 * configure, configure.in, Makefile.in: Unify gcc and binutils.
5892
58932000-07-20 Hans-Peter Nilsson <hp@axis.com>
5894
5895 * config.sub: Update to subversions version 2000-07-06.
5896
7b7792d5
AH
58972000-07-12 Andrew Haley <aph@cygnus.com>
5898
5899 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
5900 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
5901
3abaac67
PE
59022000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
5903
5904 * symlink-tree: Check number of arguments.
5905
34be2b36
JW
59062000-07-05 Jim Wilson <wilson@cygnus.com>
5907
5908 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
5909 search path for a g++ extracted from the build tree. This
5910 will allow link tests run by configure scripts in
5911 subdirectories to succeed.
5912
d207ebef
JM
59132000-07-01 Koundinya K <kk@ddeorg.soft.net>
5914
e490616e 5915 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 5916
0900331b
MH
59172000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5918
5919 * MAINTAINERS: Add myself as loop discovery maintainer.
5920
d207ebef
JM
59212000-06-28 Corinna Vinschen <vinschen@cygnus.com>
5922
5923 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
5924 `os2'. Force ac_cv_exeext to be ".exe" in that case.
5925
59262000-06-19 Timothy Wall <twall@cygnus.com>
5927
5928 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
5929 * config.sub: Add tic54x target.
5930
11a27a76
TM
5931Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
5932
5933 * MAINTAINERS: Add self as Fortran maintainer,
5934 remove Craig Burley.
5935
d207ebef 5936Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 5937
d207ebef
JM
5938 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
5939 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 5940
7758b73f
PT
5941Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
5942
5943 * MAINTAINERS: Add self as i18n maintainer
5944
d207ebef
JM
594520000-05-21 H.J. Lu (hjl@gnu.org)
5946
e490616e
ZW
5947 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
5948 directory are used if they exist. Make sure
5949 $(build_tooldir)/include is searched for header files,
5950 $(build_tooldir)/lib/ for library files.
d207ebef 5951 (GCC_FOR_TARGET): Likewise.
e490616e 5952 (CXX_FOR_TARGET): Likewise.
d207ebef 5953
bae29210
JL
5954Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
5955
5956 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
5957
d207ebef 5958Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
5959
5960 * Makefile.in (configure-target-libiberty): Depend on
5961 configure-target-newlib.
5962
aab0d19d
AO
59632000-05-16 Alexandre Oliva <aoliva@cygnus.com>
5964
5965 * configure.in, Makefile.in: Merge all libffi-related
5966 configury stuff from the libgcj tree.
5967
d207ebef
JM
5968Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
5969
5970 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5971 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
5972
5973Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
5974
5975 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
5976 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 5977 current version information. Add to proto-toplev directory.
d207ebef
JM
5978 (gdb-taz): Build do-djunpack.
5979
758c7bd4
DE
59802000-05-15 David Edelsohn <edelsohn@gnu.org>
5981
5982 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
5983
1888228d
AC
5984Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
5985
5986 * MAINTAINERS: Add self to Write After Approval list.
5987
d207ebef
JM
59882000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5989
5990 * ltmain.sh: Preserve in relink_command any environment
5991 variables that may affect the linker behavior.
5992
2d7cc2fe
JL
5993Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
5994
d207ebef
JM
5995 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
5996
5997Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
5998
5999 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
6000
60012000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
6002
6003 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 6004 with the version name.
2d7cc2fe 6005
ee455968
JE
6006Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
6007
6008 * MAINTAINERS: Add self as bb-reorder maintainer.
6009
73b97e5c
BK
60102000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6011
6012 * config.if: Tweak.
6013
d207ebef
JM
60142000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
6015
6016 * djunpack.bat: New file.
6017
6018Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
6019
6020 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
6021 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
6022 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
6023 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 6024
954869eb
DP
60252000-04-16 Dave Pitts <dpitts@cozx.com>
6026
e490616e
ZW
6027 * config.sub (case $basic_machine): Change default for "ibm-*"
6028 to "openedition".
954869eb 6029
eaabe541
AJ
60302000-04-13 Andreas Jaeger <aj@suse.de>
6031
6032 * MAINTAINERS: Added myself.
6033
d207ebef
JM
6034Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6035
6036 * Makefile.in (gdb-taz): New target. GDB specific archive.
6037 (do-md5sum): New target.
6038 (MD5PROG): Define.
6039 (PACKAGE): Default to TOOL.
6040 (VER): Default to a shell script.
6041 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 6042 md5 checksum generation.
d207ebef
JM
6043 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
6044 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
6045 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 6046 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
6047
6048Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
6049
6050 * configure (warn_cflags): Delete.
6051
0ea6d60c
PDM
6052Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
6053
6054 * MAINTAINERS: Added myself.
6055
17090313 60562000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
e490616e 6057 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
17090313 6058
e490616e
ZW
6059 * configure.in (enable_libstdcxx_v3): Add.
6060 (target_libs): Add bits here to switch between libstdc++-v2 and
6061 libstdc++-v3.
6062 * config.if: And this file too.
6063 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 6064
76b78517
MM
60652000-04-05 Michael Meissner <meissner@redhat.com>
6066
6067 * config.sub (d30v): Add d30v as a basic machine type.
6068
ad242caf
JM
60692000-03-29 Jason Merrill <jason@casey.cygnus.com>
6070
6071 * configure.in: -linux-gnu*, not -linux-gnu.
6072
d4537148
TM
6073Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
6074
6075 * MAINTAINERS: Add self in write-after-approval section.
6076
f152e9d4
JW
6077Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
6078
6079 * MAINTAINERS: Add self as ia64 port maintainer.
6080
6a5fcef1
NB
60812000-03-08 Neil Booth <NeilB@earthling.net>
6082
6083 * MAINTAINERS: Add self in write-after-approval section.
6084
d207ebef 6085Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 6086
d207ebef
JM
6087 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
6088 (do-tar-bz2): Replace TOOL with PACKAGE.
6089 (gdb.tar.bz2): Remove GDBTK from GDB package.
6090 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 6091 dejagnu.tar.bz2): New packages.
d207ebef
JM
6092
60932000-02-27 Andreas Jaeger <aj@suse.de>
6094
6095 * configure.in: Add entry for mips*-*-linux*, move catch all
6096 *-*-*linux* entry below this one.
6097
60982000-02-27 Ian Lance Taylor <ian@zembu.com>
6099
6100 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 6101
521fe9d0
NC
61022000-02-24 Nick Clifton <nickc@cygnus.com>
6103
6104 * config.sub: Support an OS of "wince".
6105
d207ebef
JM
6106Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
6107
6108 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 6109 version.
d207ebef
JM
6110
61112000-02-23 Linas Vepstas <linas@linas.org>
6112
6113 * config.sub: Add support for Linux/IBM 370.
6114 * configure.in: Likewise.
6115
3a685f6f
NC
61162000-02-22 Nick Clifton <nickc@cygnus.com>
6117
6118 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
6119
d207ebef 61202000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 6121
d207ebef 6122 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 6123
4746ee26
KG
61242000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6125
6126 * configure (gcc_version): When setting, narrow search to
6127 lines containing `version_string'.
6128
ba96c72d
DC
61292000-02-15 Denis Chertykov <denisc@overta.ru>
6130
6131 * config.sub: Add support for avr target.
6132
77f16a66
NC
61332000-02-14 Nick Clifton <nickc@cygnus.com>
6134
6135 * MAINTAINERS: Add maintainers for MCore port.
6136
784a3a80
HPN
6137Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
6138
6139 * config.sub: Add mmix-knuth-mmixware.
6140
719dd4fa
KG
61412000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6142
6143 * MAINTAINERS: Pair cccp with cpplib maintainership.
6144
d207ebef
JM
61452000-01-27 Christopher Faylor <cgf@redhat.com>
6146
6147 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
6148 structure stuff to -L library search.
6149 (CXX_FOR_TARGET): Ditto.
6150 (CROSS_CHECK_MODULES): Fix spelling mistake.
6151
7a53e94b
MM
61522000-01-24 Mark Mitchell <mark@codesourcery.com>
6153
6154 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
6155 the C++ compiler.
6156
0da3b5a7
RH
61572000-01-12 Richard Henderson <rth@cygnus.com>
6158
6159 * configure.in: Don't build some bits for beos.
6160
02368d6d
JS
61612000-01-12 Joel Sherrill (joel@OARcorp.com)
6162
6163 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
6164 as include files.
6165
2e76d35c
ZW
61662000-01-11 Zack Weinberg <zack@wolery.cumb.org>
6167
6168 * Add self as cpplib maintainer, as requested by Jason
6169 Merrill. Correct my e-mail address.
6170
4c25fdcf
GK
61712000-01-06 Geoff Keating <geoffk@cygnus.com>
6172
6173 * configure.in: Use mt-aix43 to handle *_TARGET defs,
6174 not mh-aix43.
6175
188e3966
HPN
6176Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
6177
6178 * MAINTAINERS: Add myself to "write after approval" list.
6179
c2f5d030
RH
61801999-12-14 Richard Henderson <rth@cygnus.com>
6181
6182 * config.guess (alpha-osf, alpha-linux): Detect ev67.
6183 * config.sub: Accept alphaev[78], alphaev8.
6184
eeda916a
AO
61851999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6186
6187 * config.guess, config.sub: Update from autoconf.
6188
b3bd7820
BK
61891999-11-29 Bruce Korb <autogen@linuxbox.com>
6190
2c290989 6191 * MAINTAINERS: update my playtime e-address.
b3bd7820 6192
1882b2b1
RO
6193Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6194
6195 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
6196 necessary libraries are missing.
6197
2395f805
DN
6198Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
6199
6200 * MAINTAINERS: Add new 'write after approval' maintainer.
6201
1e25de97
APB
6202Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
6203
6204 * MAINTAINERS: Add new Java maintainer.
6205
1722c704
AS
62061999-10-25 Andreas Schwab <schwab@suse.de>
6207
6208 * configure: Fix quoting inside arguments of eval.
6209
8141abe8
NC
62101999-10-21 Nick Clifton <nickc@cygnus.com>
6211
6212 * config-ml.in: Allow suppression of some ARM multilibs.
6213
0b77644a
LV
6214Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
6215
6216 * config.guess: Add OS/390 match pattern.
6217 * config.sub: Add mvs, openedition targets.
6218 * configure.in (i370-ibm-opened*): New.
6219
d207ebef
JM
62201999-09-04 Steve Chamberlain <sac@pobox.com>
6221
6222 * config.sub: Add support for configuring for pj.
6223
62241999-08-31 Nick Clifton <nickc@cygnus.com>
6225
6226 * config.sub (maybe_os): Add support for configuring for fr30.
6227
af13ebe9
NC
62281999-08-25 Nick Clifton <nickc@cygnus.com>
6229
6230 * configure.in: Do not configure or build ld for AIX
6231 platforms. ld is known to be broken on these platforms.
6232
1250c760
RO
6233Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6234
6235 * config-ml.in: Pass compiler flag corresponding to multidirs to
6236 subdir configures.
6237
d207ebef
JM
62381999-08-09 Ian Lance Taylor <ian@zembu.com>
6239
6240 * Makefile.in (LDFLAGS): Define.
6241
62421999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
6243
6244 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
6245 noconfigdirs.
6246 (*-*-cygwin*): Likewise.
6247
62481999-08-08 Ian Lance Taylor <ian@zembu.com>
6249
6250 * mkdep: New file.
6251 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
6252 (BINUTILS_SUPPORT_DIRS): Add mkdep.
6253
6254 From Eli Zaretskii <eliz@is.elta.co.il>:
6255 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
6256 long file name when using DJGPP on MS-DOS.
6257
dbd83e11
JL
6258Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
6259
6260 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
6261
d207ebef
JM
62621999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
6263
6264 * Makefile.in (check-target-libio): Remove all-target-libstdc++
6265 dependency as this causes "make check" to globally "make all"
6266
cd1f4c2c
TT
6267Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
6268
6269 * configure.in (target_libs): Added target-zlib.
6270 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
6271 (CONFIGURE_TARGET_MODULES): Likewise.
6272 (CHECK_TARGET_MODULES): Likewise.
6273 (INSTALL_TARGET_MODULES): Likewise.
6274 (CLEAN_TARGET_MODULES): Likewise.
6275 (configure-target-zlib): New target.
6276 (all-target-zlib): Likewise.
6277 (all-target-libjava): Depend on all-target-zlib.
6278 (configure-target-libjava): Depend on configure-target-zlib.
6279
6280 * Makefile.in (configure-target-libjava): Depend on
6281 configure-target-newlib.
6282 (configure-target-boehm-gc): New target.
6283 (configure-target-qthreads): New target.
6284
e490616e
ZW
6285 * configure.in (target_libs): Added target-qthreads.
6286 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
6287 (CONFIGURE_TARGET_MODULES): Likewise.
6288 (CHECK_TARGET_MODULES): Likewise.
6289 (INSTALL_TARGET_MODULES): Likewise.
6290 (CLEAN_TARGET_MODULES): Likewise.
6291 (all-target-qthreads): New target.
6292 (configure-target-libjava): Depend on configure-target-qthreads.
6293 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
6294
6295 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
6296 (CONFIGURE_TARGET_MODULES): Likewise.
6297 (CHECK_TARGET_MODULES): Likewise.
6298 (INSTALL_TARGET_MODULES): Likewise.
6299 (CLEAN_TARGET_MODULES): Likewise.
6300 (all-target-libjava): New target.
6301 (all-target-boehm-gc): Likewise.
6302 * configure.in (target_libs): Added libjava, boehm-gc.
6303
d207ebef
JM
63041999-07-22 Ian Lance Taylor <ian@zembu.com>
6305
6306 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
6307 configure.bat in SUPPORT_FILES.
6308 (gas+binutils.tar.bz2): Likewise.
6309
6310 * makeall.bat: Remove; obsolete.
6311
63121999-07-21 Ian Lance Taylor <ian@zembu.com>
6313
6314 From Mark Elbrecht:
6315 * configure.bat: Remove; obsolete.
6316
63171999-07-11 Ian Lance Taylor <ian@zembu.com>
6318
6319 * configure: Add -W -Wall to the default CFLAGS when compiling with
6320 gcc.
6321
6322Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
6323
6324 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
6325
63261999-06-30 Mark Mitchell <mark@codesourcery.com>
6327
6328 * configure.in: Build ld on IRIX6.
6329
63301999-06-12 Ian Lance Taylor <ian@zembu.com>
6331
6332 * Makefile.in: Change distribution targets to use bzip2 instead of
6333 gzip.
6334 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
6335 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
6336
63371999-06-04 Nick Clifton <nickc@cygnus.com>
6338
6339 * config.sub: Add mcore target.
6340
26d088fa
CD
6341Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
6342
6343 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
6344
c2c08b29
L
6345Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
6346
6347 * config.guess (dummy): Changed to $dummy.
6348
671d0648
NC
63491999-05-24 Nick Clifton <nickc@cygnus.com>
6350
6351 * config.sub: Tidied up case statements.
6352
b1345c72
BE
63531999-05-22 Ben Elliston <bje@cygnus.com>
6354
51ccbd8d
BE
6355 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
6356 <jiro@din.or.jp>.
6357
b1345c72
BE
6358 * config.guess: Merge with FSF version. Future changes will be
6359 more accurately recorded in this ChangeLog.
6360 * config.sub: Likewise.
6361
2caf864f
SM
6362Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
6363
6364 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6365
d207ebef
JM
63661999-04-30 Tom Tromey <tromey@cygnus.com>
6367
6368 * ltmain.sh: [mode link] Always use CC given by ltconfig.
6369
90fb0c24
TT
63701999-04-23 Tom Tromey <tromey@cygnus.com>
6371
6372 * ltconfig, ltmain.sh: Update to libtool 1.2f.
6373
d207ebef
JM
63741999-04-20 Drew Moseley <dmoseley@cygnus.com>
6375
6376 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
6377 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
6378 Bad merge removed these two changes.
6379
3516940d 6380Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 6381 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
6382
6383 * config.guess (interix Alpha): Add.
6384
d207ebef
JM
63851999-04-11 Richard Henderson <rth@cygnus.com>
6386
6387 * configure.in (i?86-*-beos*): Do config gperf; don't config
6388 gdb, newlib, or libgloss.
6389
e891fbfe 6390Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 6391
e891fbfe
AO
6392 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
6393 link a trivial program with -mabi=64. If it fails, remove mabi=64
6394 from multidirs.
6395
f9ae47d6
PT
6396Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
6397
6398 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
6399
d207ebef
JM
64001999-04-08 Nick Clifton <nickc@cygnus.com>
6401
6402 * config.sub: Add support for mcore targets.
6403
64041999-04-07 Michael Meissner <meissner@cygnus.com>
6405
6406 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
6407 not mt-ospace, in order to shut up assembler warning about using
6408 symbols that are named the same as registers.
6409
64101999-04-07 Drew Moseley <dmoseley@cygnus.com>
6411
6412 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
6413 dependency list for all-target-cygmon.
6414
64151999-04-05 Doug Evans <devans@casey.cygnus.com>
6416
6417 * config-ml.in: Check $host, not $target, for selective multilibs.
6418 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
6419 thumb interworking, and underscore prefix multilibs.
6420
64211999-04-04 Ian Lance Taylor <ian@zembu.com>
6422
6423 * missing: Update to version from current automake.
6424
88101ab9
L
6425Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
6426
6427 * configure (gxx_include_dir): Removed.
6428
6429 * configure.in (gxx_include_dir): Handle it.
6430 * Makefile.in: Likewise.
6431
d207ebef
JM
64321999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
6433
6434 * config.sub (mips64vr4111,mips64vr4111el) Add.
6435
64361999-03-21 Ben Elliston <bje@cygnus.com>
6437
e490616e 6438 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 6439
8dc91cbe
ME
6440Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
6441
8dc91cbe
ME
6442 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
6443 config/mh-djgpp.
6444
d207ebef
JM
6445Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
6446
6447 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
6448 all-target-newlib to dependency list for all-target-bsp.
6449
926bb5ed
MK
6450Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
6451
6452 * config.sub: Add i386-uwin support.
6453 * config.guess: Likewise.
6454
4a6e3000
FS
6455Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6456
6457 * configure.in: cleanup, add mh-*pic handling for arm, special
6458 case powerpc*-*-aix*
6459
d207ebef
JM
6460Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
6461
6462 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
6463 can be built.
6464
6465Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
6466
6467 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 6468 targets.
d207ebef 6469
71c91078
NC
64701999-03-02 Nick Clifton <nickc@cygnus.com>
6471
6472 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
6473
282e5df8
GN
6474Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
6475
6476 * config.sub: Check for "cygwin*" rather than "cygwin32*"
6477
1de558ee
NC
64781999-02-24 Nick Clifton <nickc@cygnus.com>
6479
6480 * config.sub: Fix typo in arm recognition.
6481
d207ebef
JM
6482Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
6483
6484 * configure.in (noconfigdirs): Changed target_configdirs to
6485 include target-bsp only for m68k-*-elf* and m68k-*-coff*
6486 rather than m68k-*-* since it is not known to work on
6487 m68k-aout. Ditto for arm-*-*oabi.
6488
6489Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
6490
6491 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
6492
64931999-02-19 Ben Elliston <bje@cygnus.com>
6494
6495 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
6496 Smart and improved by Andrew Cagney.
6497
fab7445a
ME
6498Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
6499
6500 * config.guess: Recognize openbsd-*-hppa.
6501
8ccdc228
L
6502Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
6503
6504 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
6505 only if it is not empty.
6506
3b7265ff
NC
65071999-02-17 Nick Clifton <nickc@cygnus.com>
6508
6509 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 6510
d207ebef 6511 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
6512
6513 * config.sub: Modified to recognize uname's armv* syntax.
6514
d207ebef
JM
65151999-02-17 Mark Salter <msalter@cygnus.com>
6516
6517 * configure.in: Added target-bsp for sparclite.
6518
6519Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
6520
6521 * config.sub: Recognize alphapca5[67] and up to alphaev8.
6522
65231999-02-08 Nick Clifton <nickc@cygnus.com>
6524
6525 * configure.in: Add support for strongarm port.
6526 * config.sub: Add support for strongarm target.
6527
c48dd3f5 6528Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 6529
c48dd3f5
MK
6530 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
6531 the old name config/mh-cygwin32.
6532 Enable texinfo.
6533
d207ebef
JM
6534Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
6535
6536 * configure.in: Do build ld for ix86 Solaris.
6537
ecd62820
JW
6538Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
6539
6540 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
6541 $AR_FOR_TARGET. Likewise for RANLIB.
6542
bbd8fa7f 6543Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 6544
e490616e
ZW
6545 * config.sub (oabi): Recognize.
6546 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 6547
0397442c
RL
6548Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
6549
6550 * config.guess: Improve detection of i686 on UnixWare 7.
6551
c9ffaa63
MK
6552Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
6553
6554 * config.guess: Add support for i386-pc-interix.
6555 * config.sub: Likewise.
6556 * configure.in: Likewise.
c9ffaa63 6557
d207ebef
JM
6558Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
6559
6560 * Makefile.in: Remove unneeded all-target-libio from
6561 from all-target-winsup target since it is now unneeded.
6562 Add all-target-libtermcap in its place since it is now
6563 needed.
6564
6565Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
6566
6567 * configure.in: makefile stub for cygwin target is probably
6568 unnecessary. Remove it for now.
d207ebef
JM
6569
6570Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
6571
6572 * configure.in: libtermcap.a should be built when cygwin is the
6573 target as well as the host.
6574 * config.guess: Allow mixed case in cygwin uname output.
6575 * Makefile.in: Add libtermcap target.
d207ebef 6576
ebe12325
JL
6577Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
6578
6579 * config.sub: Clean up handling of hppa2.0.
6580
57057b67
RB
6581Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
6582
6583 * config.guess: Use C code to identify more HP machines.
6584
f8670be1
JL
6585Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
6586
6587 * config.sub: Handle hppa2.0.
6588
d207ebef
JM
6589Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
6590
6591 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 6592 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
6593
65941998-12-15 Mark Salter <msalter@cygnus.com>
6595
6596 * configure.in: Added target-bsp for several target architectures.
6597
6598 * Makefile.in: Added rules for bsp.
6599
d1a09590
JL
6600Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
6601
6602 * config.guess: Improve detection of hppa2.0 processors.
6603
6604Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
6605
6606 * config.guess: Recognize FreeBSD using ELF automatically.
6607
71205e0b
MH
66081998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
6609
6610 * configure (skip-this-dir): Add handling for new shell script, which
6611 might be created by a sub-directory's configure to indicate, this particular
6612 directory is "unwanted".
6613 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
6614
d207ebef
JM
6615Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
6616
6617 * ltconfig: import from libtool, after changing libtool to
6618 account for the cygwin name change.
6619
6620Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
6621
6622 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
6623 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
6624
6625Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
6626
6627 * configure.in: Add libtermcap to list of cygwin dependencies.
6628
6629Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
6630
e490616e
ZW
6631 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
6632 they include winsup/include when it's a cygwin target.
d207ebef
JM
6633
66341998-11-12 Tom Tromey <tromey@cygnus.com>
6635
6636 * configure.in (host_tools): Added zip.
6637 * Makefile.in (all-target-libjava): Depend on all-zip.
6638 (all-zip): New target.
6639 (ALL_MODULES): Added all-zip.
6640 (NATIVE_CHECK_MODULES): Added check-zip.
6641 (INSTALL_MODULES): Added install-zip.
6642 (CLEAN_MODULES): Added clean-zip.
6643
6644Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
6645
6646 * Makefile.in: lose "32" from comment about cygwin.
6647
6648Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
6649
6650 * configure.in: Use -Os to build target libraries for the fr30.
6651
6652Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
6653
6654 * config.sub: Add fr30.
6655
6656Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
6657
e490616e 6658 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
6659 cygwin* instead of cygwin32*.
6660 * config.sub: Check cygwin* instead of cygwin32*.
6661
d2ec8b39
RL
6662Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
6663
6664 * config.guess: Match any version of Unixware7.
6665
d207ebef
JM
66661998-10-20 Syd Polk <spolk@cygnus.com>
6667
6668 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6669 if desired.
6670
35cd2565
JL
6671Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
6672
6673 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6674 these if the appropriate directories and files to not exist.
6675
52d4e5b7
JL
6676Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
6677
6678 * Makefile.in (DEVO_SUPPORT): Add config.if.
6679
38ada91e
MH
6680Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
6681
6682 * configure: Add pattern to replace "build_tooldir"'s
6683 definition in the generated Makefile with "tooldir"'s
6684 actual value.
6685
e44e84da
JL
6686Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
6687
56a8387f
JL
6688 * config.sub: Bring back lost sparcv9.
6689
e44e84da
JL
6690 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
6691
5cb95c7a
JL
6692Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
6693
6694 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
6695 CC_FOR_TARGET and friends.
6696
6697Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 6698
ceff9b14
AO
6699 * Makefile.in (build_tooldir): New variable, same as tooldir.
6700 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
6701 -B$(build_tooldir)/bin/.
6702 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 6703
f2d11dcd
GP
6704Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6705
6706 * README: Remove installation instructions and refer to the
6707 INSTALL directory instead.
6708
73a6d2e7 6709Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 6710
73a6d2e7
RL
6711 * config.sub: Add support for i[34567]86-pc-udk.
6712 * configure.in: Likewise.
6713
5d4a5ee6
JL
6714Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
6715
6716 * Makefile.in: add bzip2 package building bits for user
6717 tools module
6718 * configure.in: ditto
6719
6fc19d6d
JL
6720Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
6721
6722 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
6723 (ALL_TARGET_MODULES): Add all-target-libobjc.
6724 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6725 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6726 (all-target-libchill): Add dependencies.
6727 * configure.in (target_libs): Add libchill.
4e81ae98 6728
f653f0ab
MH
67291998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
6730
6731 * configure.in (target_subdir): Remove duplicate line.
6732
5d4a5ee6
JL
6733Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
6734
6735 * Makefile.in (all-automake): fix dependencies.
6736
494933e4
JL
6737Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
6738
6739 * configure.in: Minor cleanups for building in the $(target_alias)
6740 subdir.
6741
f6b58262
JW
67421998-09-22 Jim Wilson <wilson@cygnus.com>
6743
6744 * Makefile.in (bootstrap): Set r and s before make all. Use
6745 BASE_FLAGS_TO_PASS in make all.
6746 (cross): Likewise.
6747
27c7a08d
MM
67481998-09-20 Mark Mitchell <mark@markmitchell.com>
6749
6750 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
6751
e67afd1e
RH
6752Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
6753
6754 * config.sub: Fix typo in last change.
6755
8e44ac71
MH
67561998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6757
6758 * config.sub: Add support for C4x target.
6759 * configure.in: Likewise.
6760
d7496fbb
DM
67611998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
6762
6763 * config.sub: Recognize sparcv9 just like sparc64.
6764
22097bd1
RL
6765Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
6766
6767 * config.guess: Match "Pent II" or "PentII" for OpenServer.
6768
4b877abd
JL
6769Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
6770
2c8ec9a2
JL
6771 * config.guess: Correctly identify Pentium II sco boxes.
6772
4b877abd
JL
6773 * config.guess: Fix "tr" code. From Weiwen Liu.
6774
ab03db52
JH
6775Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
6776
6777 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
6778 stabs.
6779
b54db294
JL
6780Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
6781
6782 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
6783 (ALL_TARGET_MODULES): Add all-target-libchill.
6784 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6785 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6786 (all-target-libchill): Add dependencies.
6787 * configure.in (target_libs): Add libchill.
6788
bf48dd73
LW
6789Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
6790
6791 * config.guess: Avoid assumptions about "tr" behaves when
6792 LANG is set to something other than English.
6793
a3cbd105
L
6794Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
6795
6796 * configure (gxx_include_dir): Changed to
6797 '${prefix}/include/g++'-${libstdcxx_interface}.
6798
6799 * config.if: New to determine the interfaces.
6800
c4acd909
MK
6801Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
6802
6803 * config.guess: Detect and handle MPE/IX.
6804 * config.sub: Deal with MPE/IX.
6805
9ea97665
DE
6806Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
6807
6808 * configure.in: Use mh-aix43.
6809
0ce065bd
MH
68101998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
6811
6812 * configure: Fix --without/--disable cases for gxx-include-dir.
6813
5d4a5ee6
JL
6814Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
6815
6816 * mdata-sh: Imported. Needed for automake support.
6817
6818Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
6819
6820 * Makefile.in (taz): Try "chmod -R og=u ." before
6821 "chmod og=u `find . -print`".
6822
6823Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
6824
6825 * configure.in: Add arm-elf and thumb-elf support.
6826
6827Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
6828
6829 * Makefile.in: Undo previous patch.
6830
6831Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
6832
6833 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
6834 to here ...
6835 (install-no-fixedincludes): and here
6836 (INSTALL_MODULES): ... from here.
6837
466456d9
ILT
6838Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
6839
6840 * config.sub: Merge with FSF.
6841
1b409d25
ILT
6842 * config.guess: Merge with FSF.
6843
d207ebef
JM
6844Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
6845
6846 * configure (extraconfigdirs): New variable.
6847 (SUBDIRS): Add extraconfigdirs and recurse on them too.
6848 * Makefile.in (all): Move higher in file.
6849 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
6850 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
6851 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
6852 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
6853 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
6854
68551998-07-23 Brendan Kehoe <brendan@cygnus.com>
6856
6857 * Makefile.in (all-target-libjava): Depend on all-gcc and
6858 all-target-newlib.
6859 (configure-target-libjava): Depend on $(ALL_GCC).
6860
7f1937c1
RL
6861Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
6862
6863 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
6864 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
6865
2ada2bd6
ML
6866Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
6867
6868 * INSTALL/README: Fix typo.
6869
1e025bde
ML
6870Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
6871
5d4a5ee6
JL
6872 * ylwrap: Change absolute path checks to check for DOS style path
6873 names.
1e025bde 6874
5d4a5ee6
JL
6875 * ylwrap: Don't use a full path name if the source file is in the
6876 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 6877
6755ff73
ILT
6878 * config-ml.in: Default to being verbose, to match Feb 18 change to
6879 configure.
6880
5d4a5ee6
JL
6881Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
6882
6883 Brought over from egcs:
6884
6885 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
6886
6887 * configure.in (target_subdir): Set to ${target_alias} instead
6888 of "libraries".
6889
6890 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
6891
6892 * configure.in (target_subdir): Set to libraries if enable_multilib.
6893
6894Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
6895
6896 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
6897 multilibs, force reconfiguration the first time we create
6898 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
6899
6900Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
6901
6902 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
6903 avoid confusion with --no-recursion.
6904
6905Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
6906
6907 * configure.in: Win32 hosts shouldn't use install -x
6908 * install-sh: remove -x option, and special .exe-handling
6909 hack.
6910
d207ebef
JM
6911Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
6912
6913 * config.guess: Recognize i586-pc-beos.
6914 * configure.in: Don't build some bits for beos.
6915
fbd836fc
ILT
6916Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
6917
5d4a5ee6
JL
6918 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
6919 CFLAGS default to -O2.
6920
fbd836fc
ILT
6921 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
6922 when using GNU ld.
6923
6924Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
6925
6926 * ltmain.sh: Correct install when using a different shell.
6927
6928Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
6929
6930 * ltconfig, ltmain.sh: Update to libtool 1.2b.
6931
d207ebef
JM
6932Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
6933
6934 * makefile.vms: Update to build binutils/makefile.vms. Add install
6935 target.
fbd836fc
ILT
6936
6937Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
6938
6939 * ltconfig: Update to correct AIX handling.
6940
69b471bc
JL
6941Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
6942
81241b5e
JL
6943 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
6944
69b471bc
JL
6945 * configure.in (target_subdir): Set to ${target_alias} instead
6946 of "libraries".
6947
bedf82df
MH
69481998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
6949
6950 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
6951 (Makefile): Depend on $(gcc_version_trigger).
6952
6953 * configure (gcc_version): Change default initializer to empty
6954 string.
6955 (gcc_version_trigger): New variable; pass this variable down
6956 to subdir configures to enable them checking gcc's version
6957 themselves. Emit make macros for both gcc_version vars.
6958 (topsrcdir): Initialize reliably.
6959 (recursion line): Remove --with-gcc-version=${gcc_version}.
6960
28e449d8
MH
69611998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
6962
6963 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
6964 --enable-version-specific-runtime-libs which installs C++ runtime stuff
6965 in $(libsubdir); emit definition in each generated Makefile.
6966 (gxx_include_dir): Initialize depending on
6967 $enable_version_specific_runtime_libs.
28e449d8 6968
50c4c9f7
MH
69691998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
6970
6971 * configure (gcc_version): Initialize properly depending on
6972 how and where configure is started.
6973 (recursion line): Pass a --with-gcc-version=${gcc_version}
6974 to configures in subdirs.
6975
d207ebef
JM
6976Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
6977
6978 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 6979 cygmon
d207ebef 6980
5d4a5ee6
JL
6981Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
6982
6983 * configure.in: Add cygmon and libstub support for mn10200.
6984
2f96399b
MH
69851998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
6986
6987 * configure (gcc_version): Add new variable describing the
6988 particular gcc version we're building.
6989 * Makefile.in (libsubdir): Add new macro for the directory
6990 in which the compiler finds executables, libraries, etc.
6991 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
6992 and libsubdir.
6993
c4137c50
AO
6994Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
6995
ceff9b14
AO
6996 * Makefile.in (local-clean): Remove *.log.
6997 (warning.log): Built with warn_summary from build.log.
6998 (mail-report.log): Run test_summary.
6999 (mail-report-with-warnings.log): Run test_summary including
7000 warning.log in the report.
c4137c50 7001
276d5ee0
RL
7002Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
7003
7004 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
7005
5d4a5ee6
JL
7006Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
7007
7008 * Makefile.in (grep): Grep no longer depends on libiberty.
7009
7010Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
7011
7012 * Makefile.in: all-snavigator needs all-libgui.
7013
7014Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
7015
7016 * configure.in: Add cygmon and libstub support for mn10300.
7017
8af14275
ILT
7018Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
7019
7020 * missing: Update to version from automake 1.3.
7021
fbd836fc
ILT
7022 * ltmain.sh: On installation, don't get confused if the same name
7023 appears more than once in the list of library names.
7024
466456d9
ILT
7025Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
7026
7027 * config.sub: Accept m68060 and m5200 as CPU names.
7028
5d4a5ee6
JL
7029Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
7030
7031 * configure: Use && rather than using -a in test, because odd
7032 strings can confuse test.
7033 * configure.in: Likewise.
7034
fbd836fc
ILT
7035Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
7036
7037 * ltconfig, ltmain.sh: Bring in Visual C++ support.
7038
f0983958
AO
7039Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
7040
7041 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 7042 bootstrap4-lean): New targets.
f0983958 7043
bfed1ea0
JL
7044Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
7045
7046 * mpw-* Delete. Not used.
7047
5d4a5ee6
JL
7048Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
7049
7050 * COPYING.LIB: Update FSF address.
7051
bfed1ea0
JL
7052Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
7053
7054 * ltconfig, ltmain.sh: Update to libtool 1.2a.
7055
5d4a5ee6
JL
7056 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
7057 GAS_SUPPORT_DIRS.
7058
bfed1ea0
JL
7059Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
7060
7061 * ltconfig, ltmain.sh: Avoid producing a version number if
7062 -version-info was not used.
7063
5d4a5ee6
JL
7064Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
7065
7066 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
7067 building with newlib.
7068
70691998-04-30 Paul Eggert <eggert@twinsun.com>
7070
d207ebef 7071 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 7072 Solaris `make' causes it to continue to next definition.
d207ebef
JM
7073
7074Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
7075
7076 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
7077 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
7078
7079Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
7080
7081 * configure.in: Change alpha to alpha* in several places.
7082
d207ebef
JM
7083Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
7084
7085 * config.sub: Recognize sparc86x.
7086
77be0cab
MM
7087Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
7088
7089 * configure.in (--enable-target-optspace): Remove debug echo.
7090
62441128
JW
7091Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
7092
7093 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
7094
bfed1ea0
JL
7095Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
7096
7097 * ltconfig: Update cygwin32 support.
7098
5d4a5ee6
JL
7099 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
7100 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
7101 (GDB_SUPPORT_DIRS): Likewise.
7102
3f4ea1de
MM
7103Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
7104
7105 * configure.in (target_makefile_frag): If --enable-target-optspace,
7106 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
7107 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
7108 not used.
7109 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 7110
5d4a5ee6
JL
7111Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
7112
7113 * Makefile.in (all-bfd): Depend on all-intl.
7114 (all-binutils): Likewise.
7115 (all-gas): Likewise.
7116 (all-gprof): Likewise.
7117 (all-ld): Likewise.
7118
71191998-04-19 Brendan Kehoe <brendan@cygnus.com>
7120
7121 * configure.in (host_tools): Fix typo, lbtool -> libtool.
7122
bfed1ea0
JL
7123Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
7124
5d4a5ee6
JL
7125 * Makefile.in (all-bfd): Depend upon all-libiberty.
7126
bfed1ea0
JL
7127 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
7128
5d4a5ee6
JL
7129Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
7130
7131 * Makefile.in: Add libstub.
7132
7133 * configure.in: Ditto. Build libstub for targets that have cygmon
7134 support.
7135
7136Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
7137
7138 * configure.in: Don't set PICFLAG on ix86-cygwin32.
7139
7140Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
7141
7142 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
7143 use mh-sysv5 if specified. Support gprof on SCO Open Server.
7144
ec8d6ddc
KW
7145Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
7146
7147 * configure: Define DEFAULT_M4 by searching PATH.
7148 * Makfile.in: Use DEFAULT_M4.
7149
bfed1ea0
JL
7150Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
7151
7152 * ltconfig: Add cygwin32 support.
7153
5d4a5ee6
JL
7154 * Makefile.in, configure.in: Add libtool as a native only directory
7155 to configure and build.
7156
547a6183
JL
7157Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
7158
7159 * Makefile.in (INSTALL_MODULES): Remove texinfo.
7160
5d4a5ee6 7161Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 7162
5d4a5ee6
JL
7163 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
7164
7165Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
7166
7167 * Makefile.in: add ash make rules
7168 * configure.in: add ash to native_only and host_tools lists
7169
7170Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
7171
7172 * Makefile.in (all-gettext, all-intl): New targets.
7173 (ALL_MODULES): Added all-gettext, all-intl.
7174 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
7175 (INSTALL_MODULES): Added install-gettext, install-intl.
7176 (CLEAN_MODULES): Added clean-gettext, clean-intl.
7177
7178 * configure.in (host_tools): Added gettext.
7179 (native_only): Likewise.
7180 (noconfigdirs) [various cases]: Likewise.
7181 (host_libs): Added intl.
7182
d207ebef
JM
7183Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
7184
7185 * configure: Do not disable building gdbtk for cygwin32 hosts.
7186
e98e406f
NC
7187Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
7188
7189 * configure.in: Add thumb-coff target.
7190 * config.sub: Add thumb-coff target.
7191
5d4a5ee6
JL
7192Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
7193
7194 * Makefile.in: Revert yesterday's change.
7195 (all-target-winsup): all-target-librx stays out of here.
7196
7197Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
7198
7199 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
7200 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
7201 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
7202 Remove references to librx and libg++.
7203
7204Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
7205
7206 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
7207 recursive makes
7208
bfed1ea0
JL
7209Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
7210
7211 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 7212 for newlib directory.
bfed1ea0
JL
7213 (CXX_FOR_TARGET): Likewise.
7214
7215Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
7216
7217 * ltconfig: Update after libtool/ltconfig.in change for
7218 hpux11.
7219
7220Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
7221
7222 * ltconfig, ltmain.sh: Update to libtool 1.2.
7223
3cd730af
MH
7224Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
7225
7226 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
7227 (install-gcc-cross): Instead, override LANGUAGES here.
7228
80564603
DL
72291998-03-18 Dave Love <d.love@dl.ac.uk>
7230
7231 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
7232 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
7233
d207ebef
JM
7234Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
7235
7236 * configure.in: Add Thumb-pe target.
7237
5d4a5ee6 7238Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 7239
5d4a5ee6
JL
7240 * Makefile.in - changed sn targets to snavigator
7241 * configure.in - changed sn targets to snavigator
7242
2d4a0558
MH
7243Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
7244
7245 * config-ml.in: After building symlink tree call make distclean
7246 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
7247 to be the case for libiberty.
7248
04b93567
L
7249Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
7250
7251 * configure: When making link, also check the current
7252 directory. The configure scripts may create one.
7253
9a06b842
RH
7254Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
7255
7256 * config.sub: Accept alphapca56 and alphaev6 properly.
7257
217fc4e6
FS
7258Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7259
7260 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
7261
3e07bdbd 7262Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 7263
e490616e 7264 * config.sub (sco5): Fix typo.
3e07bdbd 7265
5d4a5ee6
JL
7266Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
7267
7268 * Makefile.in (INSTALL_MODULES): Move install-tcl before
7269 install-itcl.
7270 (install-itcl): Remove dependency on install-tcl.
7271
7272Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
7273
7274 * configure.in: Remove libgloss from noconfigdirs for MN10300.
7275
7276Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
7277
7278 * configure.in: Don't build libgui for a cygwin32 target when not on
7279 a cygwin32 host.
7280
7281Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
7282
7283 * configure (redirect): Set to null, so default behavior of
7284 configure is now --verbose.
7285
ce0d965c
DL
72861998-02-16 Dave Love <d.love@dl.ac.uk>
7287
7288 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
7289 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
7290
3acd1fd0
MH
7291Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
7292
7293 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
7294 this change to sync Makefile.in with its ChangeLog entries.
7295
5d4a5ee6
JL
7296Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
7297
7298 * ltmain.sh (mkdir): Check that the directory doesn't exist
7299 before we exit with error, so that we don't get races during
7300 parallel builds.
7301
bfed1ea0
JL
7302Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
7303
7304 * ltconfig, ltmain.sh: Update from libtool 1.0i.
7305
4e77e8f1
MH
7306Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
7307
7308 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
7309 PICFLAG_FOR_TARGET.
7310 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
7311
7312 * configure: Emit a definition for the new macro enable_shared
7313 into each Makefile.
7314
5d4a5ee6
JL
7315Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
7316
7317 * configure.in (host_tools, native_only): Add libtool.
7318
7319Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
7320
7321 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
7322 Fix typo in ming config comment.
7323
bfed1ea0
JL
7324Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
7325
7326 * ltconfig, ltmain.sh: Update from libtool 1.0h.
7327
5d4a5ee6
JL
7328Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
7329
7330 * config.sub: Add tic30 cases, and map c30 to tic30.
7331
8821a725
RH
7332Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
7333
7334 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
7335 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
7336 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
7337 (CLEAN_TARGET_MODULES): Similarly
7338 (all-target-libf2c): Add dependences.
4e81ae98 7339 * configure.in (target_libs): Add libf2c.
8821a725 7340
5d4a5ee6
JL
7341Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
7342
7343 * configure.in: Remove expect from noconfigdirs when target
7344 is cygwin32. OK to build expect and dejagnu with Canadian
7345 Cross.
7346
0aadd657
ILT
7347Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
7348
5d4a5ee6
JL
7349 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
7350 host.
7351
0aadd657
ILT
7352 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
7353 and mingw32.
7354
d0a8352c
MH
7355Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
7356
7357 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
7358 here as it is not defined in the toplevel Makefile.
7359
59739e3c
MH
7360Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
7361
7362 * configure (package_makefile_rules_frag): New variable, which names
7363 a file with generic rules, ...
7364 Change comment to mention we now have FIVE parts.
7365 * configure: Undo last change.
7366
228197ee
LT
7367Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
7368
7369 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 7370 * config.sub: More accurate determination of HP processor types.
228197ee 7371
efd4c0ba
MH
7372Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
7373
7374 * configure (package_makefile_frag): Move inserting the
7375 ${package_makefile_frag} to where it should be according
7376 to the comment.
7377
6eef3189
PB
7378Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
7379
7380 * config.guess: Add support for Linux/ARM.
7381
d207ebef
JM
7382Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
7383
7384 * .cvsignore: Remove *-info and *-install since they match
7385 release-info and mpw-install, which we don't want to just ignore.
7386
48464ebf
RH
7387Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
7388
7389 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
7390
803462a7
PN
7391Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
7392
7393 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
7394 local_prefix to sub-make invocations.
7395
520ab477
L
7396Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
7397
7398 * configure.in: Check makefile fragments in the source
7399 directory.
7400
4bcdb76d
AO
7401Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
7402
ceff9b14
AO
7403 * configure.in: Check whether host and target makefile
7404 fragments exist before adding them to *_makefile_frag.
4bcdb76d 7405
5d4a5ee6
JL
7406Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
7407
7408 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
7409
7410Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
7411
7412 * configure.in: Make sure we only replace RPATH_ENVVAR on
7413 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
7414 regexp to sed.
7415
7416 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
7417 to sub-makes.
7418
0d3e11a5
LI
74191998-01-13 Lee Iverson (leei@ai.sri.com)
7420
7421 * config-ml.in (multi-do): LDFLAGS must include multilib
7422 designator.
7423
d45b3d87 7424Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
7425
7426 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
7427
d39cd7a1
MK
7428Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
7429
7430 * config.sub: Add mingw32 support.
7431 * configure.in: Likewise.
d39cd7a1 7432
6decbc24
FS
7433Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
7434
7435 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
7436
5d4a5ee6
JL
7437Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
7438
7439 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7440 * configure (gxx_include_dir): Provide a definition for subdirs
7441 which do not use autoconf.
7442
7443Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
7444
7445 * config.guess: Sync with egcs. Picks up new alpha support,
7446 BeOS & some additional linux support.
7447
d3d1907a
JL
7448Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
7449
7450 * config.guess: HP 9000/803 is a PA1.1 machine.
7451
b104e095
RH
7452Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
7453
7454 * configure.in: It's alpha*-...
7455
aca823c1
L
7456Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
7457
7458 * configure.in (host_makefile_frag, target_makefile_frag):
7459 Handle multiple config files.
7460 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
7461 alpha-*-*.
7462
d207ebef
JM
7463Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
7464
7465 * mkdep: New file.
7466
7467Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
7468
7469 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
7470
5d4a5ee6
JL
7471Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
7472
7473 * Makefile.in: Add libgui directory.
7474 (GDB_TK): Add all-libgui.
7475 * configure.in: Add libgui directory.
7476 * configure: Add all-libgui to GDB_TK.
7477
7478Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
7479
7480 * config-ml.in (multidirs): Add m32r to multilib list.
7481
7482Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
7483
7484 * Makefile.in (all-target-gperf): Change dependency to
7485 all-target-libstdc++.
7486
baf55877
FF
7487Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
7488
7489 * config.guess: Add BeOS support.
7490
5d4a5ee6
JL
7491Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
7492
7493 Source directory cvs renamed to cvssrc:
7494 * configure.in (host_tools): Change cvs to cvssrc.
7495 (native_only): Likewise.
7496 (noconfigdirs) [various cases]: Likewise.
7497 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
7498 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
7499 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
7500 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
7501 (all-cvssrc): Rename target from all-cvs.
7502
f2d76545
JL
7503Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
7504
7505 * configure (gxx_include_dir): Fix thinko.
7506
205cba53
JL
7507Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
7508
7509 * Makefile.in (INSTALL_TARGET_CROSS): Define.
7510 (install-cross, install-gcc-cross): New targets.
7511
5d4a5ee6
JL
7512Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
7513
7514 * configure.in (noconfigdirs): Add support for Thumb target.
7515
7516 * config.sub (maybe_os): Add support for Thumb target.
7517
7518Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
7519
7520 * Makefile.in: Add rules for cygmon.
7521
7522 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
7523
96b0f1fc
JL
7524Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
7525
7526 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7527 * configure (gxx_include_dir): Provide a definition for subdirs
7528 which do not use autoconf.
d207ebef
JM
7529
7530Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
7531
7532 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 7533 11/18/97 build
d207ebef 7534
7dfef6ed
JL
7535Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
7536
7537 * From Franz Sirl.
7538 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
7539 found on RedHat Linux systems.
96b0f1fc 7540
83cfe7c0
JL
7541Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
7542
7543 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
7544 guesses.
7545
7dfef6ed
JL
7546Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
7547
7548 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
7549
5d4a5ee6
JL
7550Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
7551
7552 * ltmain.sh: If mkdir fails, check whether the directory was created
7553 anyhow by some other process.
7554
d207ebef
JM
7555Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
7556
7557 * configure.in (d30v-*-*): Configure all directories.
7558
7559Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
7560
7561 * configure.in (d30v-*-*): Configure newlib, libiberty directories
7562 for the D30V.
7563
7564Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
7565
7566 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
7567
5d4a5ee6
JL
7568Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
7569
e490616e
ZW
7570 * include/libiberty.h: Add extern "C" { so it can be used with C++
7571 progrms.
7572 * include/remote-sim.h: Add extern "C" { so it can be used with C++
7573 programs.
5d4a5ee6 7574
d207ebef
JM
7575Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
7576
7577 * configure.in (d30v-*-*): Configure GCC now.
7578
5d4a5ee6
JL
7579Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
7580
7581 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
7582 is no longer needed.
7583
c9670e62
JM
7584Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
7585
7586 * Makefile.in: check-target-libio depends on all-target-libstdc++.
7587
cc71c0ca
MH
7588Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
7589
7590 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
7591 targets using "$@" to provide support for similar but not identical
7592 targets without having to duplicate code.
7593
d207ebef
JM
7594Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
7595
7596 * makefile.vms: Fix to work with DEC C.
7597
7598Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
7599
7600 * config.sub: Add mips-tx39-elf to marketing names.
7601
7602Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
7603
7604 * ltmain.sh: Handle symlinks in generated script.
7605
7606Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
7607
7608 * configure: Handle autoconf style directory options: --bindir,
7609 --datadir, --includedir, --infodir, --libdir, --libexecdir,
7610 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
7611 --sysconfdir.
7612 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
7613 (sharedstatedir, localstatedir, oldincludedir): New variables.
7614 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
7615 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
7616 sbindir, sharedstatedir, and sysconfdir.
7617
b1e3ddfd
AJ
7618Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
7619
7620 * Makefile.in (bootstrap-lean): New target.
7621
d207ebef
JM
7622Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
7623
7624 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 7625 sn, and gnuserv from noconfigdirs.
d207ebef
JM
7626
7627Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
7628
7629 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
7630
09f97c1e
JL
7631Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
7632
7633 * Makefile.in (cross): New target.
7634
335d0ab2
AO
7635Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
7636 Jeff Law <law@cygnus.com>
7637
7638 * Makefile.in (bootstrap2, bootstrap3): New targets.
7639 (all-bootstrap): Remove outdated and confusing target.
339c9b00 7640 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 7641
d207ebef
JM
7642Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
7643
7644 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 7645 windows. Consistent with gdb/configure.
d207ebef 7646
e693cc28
UD
76471997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
7648
e693cc28
UD
7649 * configure.in: Name Linux target fragment.
7650
7651 * configure: Rewrite so that project Makefile fragment is inserted
7652 first and appears last in the resulting Makefile.
7653
d207ebef
JM
7654Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
7655
7656 * Makefile.in (install-itcl): Install tcl first.
7657
5d4a5ee6
JL
7658Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
7659
7660 * configure.in: remove bison from noconfigdirs for Cygwin32 host
7661
f401679e
JW
7662Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
7663
7664 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7665
7666 * configure.in (skipdirs): Add target-librx for Linux.
7667 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7668
ec20b1b9
JL
7669Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
7670
7671 * Makefile.in (bootstrap): New target.
7672
becdcf6d
JL
7673Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
7674
63f6bcd7 7675 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 7676
d207ebef
JM
7677Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
7678
7679 * config.guess: Merge with FSF.
7680
0c82f6bf
FF
7681Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
7682
7683 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7684
d207ebef
JM
7685Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
7686
7687 * config.sub: Add "marketing-names" patch.
7688
3fbc0b70
JS
7689Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
7690
e490616e 7691 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 7692
e20d4801
JL
7693Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
7694
7695 * config.sub: Handle v850-elf.
7696
fe181f78 7697Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
7698
7699 * .cvsignore (*-install): Remove.
7700
bfed1ea0
JL
7701Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
7702
7703 * ltconfig: Set CONFIG_SHELL in libtool.
7704 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
7705
558a1e7c
JW
7706Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
7707
7708 * configure.in (target_subdir): Set to libraries if enable_multilib.
7709
7818d6fc
JW
7710Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
7711
7712 * config.guess: Update from gcc directory.
7713
d207ebef
JM
7714Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
7715
7716 * Makefile.in (all-sim): Depends on all-readline.
7717
6599da04
JM
7718Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
7719
7720 * Makefile.in (BISON, YACC): Use $$s.
7721 (all-bison): Depend on all-texinfo.
7722
7723Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
7724
7725 * Makefile.in (BISON): Add -L flag.
7726 (YACC): Likewise.
7727
d207ebef
JM
7728Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
7729
4e81ae98
EC
7730 * configure.in (noconfigdirs): Add support for v850e target.
7731
d207ebef
JM
7732 * config.sub (maybe_os): Add support for v850e target.
7733
7734Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
7735
4e81ae98
EC
7736 * configure.in (noconfigdirs): Add support for v850ea target.
7737
d207ebef
JM
7738 * config.sub (maybe_os): Add support for v850ea target.
7739
6599da04
JM
7740Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
7741
7742 * config.sub: Add mipstx39. Delete r3900.
7743
7744Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
7745
7746 * Makefile.in (all-autoconf): Depends on all-texinfo.
7747
7748Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
7749
7750 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
7751 eabi targets.
7752
7753Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
7754
7755 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
7756
7757 * configure: When handling a Canadian Cross, handle YACC as well as
7758 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 7759 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
7760
7761Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
7762
7763 * Makefile.in (BISON): bison, not byacc or bison -y.
7764 (YACC): bison -y or byacc or yacc.
7765 (various): Add *-bison as appropriate.
7766 (taz): No need to mess with BISON anymore.
7767
7768Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
7769
7770 * configure: If OSTYPE matches *win32*, try to find a good value for
7771 CONFIG_SHELL.
7772
7773Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
7774
7775 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
7776 configure.in if it is present.
7777
7778Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
7779
7780 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
7781
7782Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
7783
7784 * config.sub: Recognize `arc' cpu.
7785 * configure.in: Likewise.
7786 * config-ml.in: Likewise.
7787
7788Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
7789
7790 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
7791
7792Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
7793
7794 * configure: Changed sed delimiter from ':' to '|' when
7795 attempting to substitute ${config_shell} for SHELL. On
7796 NT ${config_shell} may contain a ':' in it.
7797
7798Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
7799
7800 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
7801
7802Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
7803
7804 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
7805
7806Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
7807
7808 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
7809
7810 * ylwrap: If the program is a relative path, force it to be
7811 absolute.
7812
7813Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
7814
7815 * configure (tooldir): Set BISON to `bison -y' and not just bison.
7816
7817Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
7818
7819 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
7820 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
7821 for libraries.
6599da04
JM
7822
7823Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
7824
7825 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 7826 separated by spaces.
6599da04
JM
7827
7828Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
7829
7830 * ylwrap: New file.
7831 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
7832
7833 * ltmain.sh: Handle /bin/sh at start of install program.
7834
7835 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
7836
7837 * ltconfig, ltmain.sh: New files, from libtool 1.0.
7838 * missing: New file, from automake 1.2.
7839
7840Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
7841
7842 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
7843 check-tk to CHECK_X11_MODULES.
7844
7845Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
7846
7847 * config.sub: Merge with FSF.
7848
7849Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
7850
7851 * config.guess: Merge with FSF.
7852
7853Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7854
7855 * configure: Treat msdosdjgpp like go32.
7856 * configure.in: Likewise. Don't remove gprof for go32.
7857
7858 * configure: Change Makefile.tem2 to Makefile.tm2.
7859
7860Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
7861
7862 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
7863
7864Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7865
7866 * install-sh (chmodcmd): Set to null if the DST directory already
7867 exists. Same as Nov 11th change.
7868
7869Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
7870
4e81ae98 7871 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
7872
7873Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
7874
7875 * config.guess: Update from FSF.
7876
7877Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
7878
7879 * Makefile.in (GDB_TK): Depend on itcl and tix.
7880
7881Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
7882
7883 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
7884 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
7885 (INSTALL_SCRIPT): New variable.
7886 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
7887 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
7888 to -x.
7889 * install-sh: Add support for -x option.
7890
7891Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
7892
7893 * configure.in, Makefile.in: Treat tix like itcl.
7894
7895Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
7896
7897 * Makefile.in (WINDRES): New variable.
7898 (WINDRES_FOR_TARGET): New variable.
7899 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
7900 (EXTRA_HOST_FLAGS): Add WINDRES.
7901 (EXTRA_TARGET_FLAGS): Add WINDRES.
7902 (EXTRA_GCC_FLAGS): Add WINDRES.
7903 ($(DO_X)): Pass down WINDRES.
7904 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
7905 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
7906 DLLTOOL_FOR_TARGET.
7907
7908Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
7909
7910 * configure.in: configure sim before gdb for win32-x-ppc
7911
7912Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7913
7914 Move gperf into the toplevel, from libg++.
7915 * configure.in (target_tools): Add target-gperf.
7916 (native_only): Add target-gperf.
7917 * Makefile.in (all-target-gperf): New target, depend on
7918 all-target-libg++.
7919 (configure-target-gperf): Empty rule.
7920 (ALL_TARGET_MODULES): Add all-target-gperf.
7921 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
7922 (CHECK_TARGET_MODULES): Add check-target-gperf.
7923 (INSTALL_TARGET_MODULES): Add install-target-gperf.
7924 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
7925
7926Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 7927
6599da04
JM
7928 * config.sub (mn10200): Recognize new basic machine.
7929
7930Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7931
7932 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
7933 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
7934
7935Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
7936
7937 * configure.in: If we're building mips-sgi-irix6* native, turn on
7938 ENABLE_MULTILIB and set TARGET_SUBDIR.
7939
7940Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
7941
7942 * Makefile.in (all-sn): Depend on all-grep.
7943
7944Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
7945
7946 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
7947
7948 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
7949 Makefile. From Jeff Makey <jeff@cts.com>.
7950 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
7951
7952 * Makefile.in (DISTBISONFILES): Remove.
7953 (taz): Don't futz with DISTBISONFILES. Change BISON to use
7954 $(DEFAULT_YACC).
7955
7956 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 7957 cygwin32.
6599da04
JM
7958
7959 * Makefile.in (LD): New variable.
7960 (EXTRA_HOST_FLAGS): Pass down LD.
7961 ($(DO_X)): Likewise.
7962
7963Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
7964
7965 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
7966
7967Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
7968
7969 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 7970 before adding our own. Always add --build.
6599da04
JM
7971
7972Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
7973
7974 * configure.in (targargs): Pass --build if we're doing
7975 a cross-compile.
7976
7977Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
7978
ca236658 7979 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
7980 sed. Otherwise sed chokes on NT path names with drive
7981 designators. Also look for "?:*" as the leading characters in an
7982 absolute pathname.
7983
7984Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
7985
7986 * config.sub: Support for r3900.
7987
7988Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
7989
7990 * configure.in: Use install-sh, not install.sh.
7991
7992Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
7993
7994 * Makefile.in (taz): Improve check for BISON so it doesn't try to
7995 apply it twice.
7996
7997Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
7998
7999 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
8000 install-binutils.
8001
8002Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
8003
8004 * Makefile.in: Add automake targets.
8005 * configure.in (host_tools): Add automake.
8006
8007Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
8008
8009 * configure: Default CXX to c++, not gcc.
8010 * Makefile.in (CXX): Set to c++, not gcc.
8011 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
8012
8013Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
8014
8015 * install-sh: try appending a .exe if source file doesn't
8016 exist
8017
8018Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
8019
8020 * configure.in: Turn on multilib by default.
8021 (cross_only): Remove target-libiberty.
8022
8023 * Makefile.in (all-gcc): Don't depend on libiberty.
8024
8025Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
8026
8027 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
8028
8029Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
8030
8031 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
8032 (DISTBISONFILES): Add ld/Makefile.in
8033
8034Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
8035
8036 * configure.in: if target is cygwin32 but host isn't cygwin32,
8037 don't configure gdb tcl tk expect, not just gdb.
8038
8039Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
8040
8041 * configure.in: Added gnuserv everywhere sn appears.
8042
8043 * Makefile.in (ALL_MODULES): Added all-gnuserv.
8044 (CROSS_CHECK_MODULES): Added check-gnuserv.
8045 (INSTALL_MODULES): Added install-gnuserv.
8046 (CLEAN_MODULES): Added clean-gnuserv.
8047 (all-gnuserv): New target.
8048
8049Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
8050
8051 * config.guess: Fixes for MIPS OpenBSD systems.
8052
8053Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
8054
8055 * Makefile.in (INSTALL_XFORM): Remove.
8056 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
8057
8058 * mkinstalldirs: New file, copied from automake.
8059 * Makefile.in (installdirs): Rename from install-dirs. Use
8060 mkinstalldirs. Change all users.
8061 (DEVO_SUPPORT): Add mkinstalldirs.
8062
8063Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
8064
8065 * install-sh: Rename from install.sh.
8066 * Makefile.in (INSTALL): Change install.sh to install-sh.
8067 (DEVO_SUPPORT): Likewise.
8068
8069 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
8070 Graichen <graichen@rzpd.de>.
8071
8072Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
8073
8074 * config.guess: Recognize OpenBSD systems correctly.
8075
8076Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
8077
8078 * README, Makefile.in (ETC_SUPPORT): Remove references to
8079 cfg-paper*, configure.{texi,man,info*}._
8080
8081Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
8082
8083 * Makefile.in (all.normal): Ensure that gcc is built after all
8084 the x11 - ie gdb - targets.
8085
8086Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
8087
8088 * makefile.vms: Don't run conf-a-gas.
8089
8090Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
8091
e490616e 8092 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 8093
d207ebef
JM
8094Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
8095
8096 * configure.in: Remove noconfigdirs case since gdb also
8097 configures and builds for tic80-coff.
8098
6599da04
JM
8099Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
8100
8101 * configure: Set cache_file to config.cache.
8102 * Makefile.in (local-distclean): Remove config.cache.
8103
8104Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
8105
8106 * COPYING: Update FSF address.
8107
d207ebef
JM
8108Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
8109
8110 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
8111 noconfigdirs.
8112
6599da04
JM
8113Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
8114
8115 * Makefile.in (install-dirs): Don't crash if prefix, and hence
8116 MAKEDIRS, is empty.
8117
8118Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
8119
8120 * config.sub: Tweak mn10300 entry.
8121
8122Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
8123
8124 * configure.in (host_tools): Put sim before gdb, so gdb's
8125 configure.tgt can determine if the simulator was configured.
8126
8127Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
8128
8129 * config.sub: Move BeOS $os case to be with other Cygnus
8130 local cases.
8131
8132Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
8133
8134 * config.sub: Remove misplaced comment that broke Linux.
8135
8136Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
8137
8138 * config.sub: Add BeOS support.
8139
8140Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
8141
8142 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
8143
8144Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
8145
8146 * configure.in (noconfigdirs): Remove tcl and tk from
8147 noconfigdirs for cygwin32 builds.
8148
d207ebef
JM
8149Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
8150
8151 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
8152
6599da04
JM
8153Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
8154
8155 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
8156 make-all.com, use makefile.vms instead.
8157
8158Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
8159
8160 * config.sub: Accept -lnews*.
8161
d207ebef
JM
8162Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
8163
8164 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 8165 target-examples and target-libiberty for d30v.
d207ebef
JM
8166
8167Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
8168
8169 * configure.in (noconfigdirs): Enable ld for d30v.
8170
8171Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
8172
8173 * configure.in (tic80-*-*): Build compiler.
8174
8175Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
8176
8177 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 8178 unsupported d30v directories
d207ebef
JM
8179
8180Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
8181
4e81ae98
EC
8182 * config.sub, configure.in: Add d30v target cpu.
8183
6599da04
JM
8184Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
8185
8186 * makefile.vms: New file.
8187 * make-all.com: Remove.
8188
8189Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
8190
8191 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
8192
8193Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
8194
8195 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
8196
8197Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
8198
8199 * Makefile.in (ALL_MODULES): Added all-db.
8200 (CROSS_CHECK_MODULES): Addec check-db.
8201 (INSTALL_MODULES): Added install-db.
8202 (CLEAN_MODULES): Added clean-db.
8203
8204Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
8205
8206 * config.guess: Merge with latest FSF sources.
8207
8208Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
8209
8210 * Makefile.in (ALL_MODULES): Added all-itcl.
8211 (CROSS_CHECK_MODULES): Added check-itcl.
8212 (INSTALL_MODULES): Added install-itcl.
8213 (CLEAN_MODULES): Added clean-itcl.
8214
8215Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
8216
8217 * configure.in: build gdb for mn10200
8218
8219Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
8220
8221 * Makefile.in (all-target-winsup): Depend on all-target-libio.
8222
d207ebef
JM
8223Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
8224
8225 * configure.in (tic80-*-*): Turn off most targets right now.
8226
6599da04
JM
8227Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
8228
8229 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
8230 rather than the makeinfo program.
8231 (do-info): Depend upon all-texinfo.
8232
8233Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
8234
8235 * configure.in: Remove uses of config/mh-linux.
8236
8237 * config.sub, config.guess: Merge with latest FSF sources.
8238
d207ebef
JM
8239Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
8240
8241 * config.sub (case $basic_machine): Add tic80 entries.
8242
6599da04
JM
8243Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
8244
8245 * config.sub, config.guess: Merge with latest FSF sources.
8246
8247Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
8248
8249 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
8250 * mpw-config.in: Test for NewFolderRecursive.
8251 * mpw-install: Use symbolic name for startup filename.
8252 * mpw-README: Add various additional details.
8253
8254Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
8255
8256 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
8257
8258Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
8259
8260 * configure.in: Do build gcc and the target libraries for
8261 the mn10200.
8262
8263Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
8264
8265 * configure.in: don't avoid building gdb for mn10300 any more
8266 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
8267 instead of single-quoting it.
8268
8269Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
8270
8271 * configure.in: Don't use --with-stabs on IRIX 6.
8272
8273Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
8274
8275 * configure.in (m32r): Build gdb, libg++ now.
8276
8277Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8278
8279 * configure.in (mips*-sgi-irix6*): Remove gdb and related
8280 directories from noconfigdirs.
8281
8282Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
8283
8284 * config.sub (basic_machine): added mips16 configuration
8285
8286Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8287
8288 * config.sub: Handle d10v-unknown.
8289
d207ebef
JM
8290Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
8291
8292 * config.sub: Handle v850-unknown.
8293
6599da04
JM
8294Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
8295
8296 * Makefile.in: add findutils
8297 * configure.in: add findutils to list of host_tools
8298
8299Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
8300
8301 * config.sub: Handle mn10200 and mn10300.
8302
8303Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8304
8305 * configure.in (d10v-*): Do not build librx.
8306
8307Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
8308
8309 * configure.in (mn10300): Build everything except gdb & libgloss.
8310
8311Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
8312
8313 * config.guess: Patch for Dansk Data Elektronik servers,
8314 from Niels Skou Olsen <nso@dde.dk>.
8315
8316 For ncr, use /bin/uname rather than uname, since GNU uname does not
8317 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
8318
8319 Patch for MIPS R4000 running System V,
8320 from Eric S. Raymond <esr@snark.thyrsus.com>.
8321
8322 Fix thinko for nextstep.
8323
8324 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
8325
8326 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
8327 * config.guess: Guess mips-dec-mach_bsd4.3.
8328
8329 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
8330 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
8331 release numbers.
8332 * config.guess (mips-mips-riscos*): Emit just enough of the
8333 release number.
8334
8335 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
8336 * config.guess (sparc-auspex-sunos*): Added.
8337 (f300-fujitsu-*): Added.
8338
8339 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
8340 * config.guess: Recognize a Tadpole as a sparc.
8341
8342Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
8343
8344 * config.guess: Don't assume that NextStep version is either 2 or
8345 3. NextStep 4 (aka OpenStep 4) has come out now.
8346
8347Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
8348
8349 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
8350 From Rik Faith <faith@cs.unc.edu>.
8351
8352Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8353
8354 * config.sub: Contributions from bug-gnu-utils to:
8355 Support plain "hppa" (no version given) architecture, reported by
8356 OpenStep.
8357 OpenBSD like NetBSD.
8358 LynxOs is not a hardware supplier.
8359
8360 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 8361 OpenBSD like NetBSD.
6599da04
JM
8362 Stratus systems.
8363 More Pyramid systems.
8364 i[n>4]86 Intel chips.
8365 M680[n>4]0 Motorola chips.
8366 Use unknown instead of lynx for hardware manufacturer.
8367
8368Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8369
8370 * install.sh (chmodcmd): Set to null if the DST directory already
8371 exists.
8372
8373Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8374
8375 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
8376 not use mt-ppc target Makefile fragment any more.
8377
8378Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
8379
8380 * configure.in (*-*-windows): Exclude everything but those dirs
8381 needed to build windows.
8382
8383Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
8384
8385 * Makefile.in (all-target-winsup): Depend on all-target-librx.
8386
8387Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
8388
8389 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
8390
8391Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
8392
8393 * Undo my previous change.
8394
8395Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
8396
8397 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
8398 unconditionally.
8399 (MAKEOVERRIDES): Define (revert this part of October 18 change).
8400
8401Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
8402
8403 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
8404 host to add it's own flags.
6599da04
JM
8405
8406Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
8407
8408 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
8409
8410Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
8411
8412 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
8413 (CXX_FOR_TARGET): Likewise.
8414 (GCC_FOR_TARGET): Define.
8415 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
8416 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
8417 CC_FOR_TARGET was specified on the command line.
8418 (MAKEOVERRIDES): Don't define.
8419
8420Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
8421
8422 * configure.in (m32r): Fix spelling of libg++ libs.
8423
8424Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
8425
8426 * config.sub (-apple*): Remove, now redundant.
8427
8428Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
8429
8430 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
8431
8432 * configure: Rework yesterday's sed script patch.
8433
8434 * config.sub: Merge with FSF.
8435
8436Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
8437
8438 * config.guess: Merge from FSF.
8439
8440 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
8441 * config.guess: Use pc instead of unknown, for pc clone systems.
8442 Change linux to linux-gnu.
6599da04
JM
8443
8444 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 8445 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
8446
8447Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
8448
8449 * test-build.mk (HOLES): Add "xargs" for gdb.
8450
8451 * configure: Avoid hpux10.20 sed bug.
8452
8453Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
8454
731a8127 8455 * configure.in: Add support for windows host
6599da04
JM
8456 (that is a build done under the Microsoft build environment).
8457
8458Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
8459
8460 * Makefile.in: Replace all uses of srcroot with s, to shrink
8461 command line lengths.
8462
8463 Patches from Geoffrey Noer <noer@cygnus.com>:
8464 * configure.in: If configuring for newlib, pass --with-newlib to
8465 subdirectories.
8466 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
8467 -Bnewlib/ and -Lwinsup to gcc.
8468 (CXX_FOR_TARGET): Likewise.
8469
8470Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
8471
8472 * Makefile.in (ETC_SUPPORT): Add configure.
8473
8474Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
8475
4e81ae98 8476 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
8477 host configuration file.
8478
8479Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
8480
8481 * configure.in: Break mn10x00 support into separate
8482 mn10200 and mn10300 configurations.
8483 * config.sub: Likewise.
8484
8485Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
8486
8487 * configure.in: Add lots of stuff to noconfigdirs for
8488 the mn10x00 targets.
8489
8490 * config.sub, configure.in: Add mn10x00 support.
8491
8492Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
8493
8494 * make-all.com: Call conf-a-gas, not config-a-gas.
8495
8496Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
8497
8498 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 8499 targets.
6599da04
JM
8500
8501Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
8502
8503 * mpw-README: Add much more detail for native PowerMac.
8504 * mpw-install: New file.
8505 * mpw-configure: Add --norecursion and --help options.
8506 * mpw-config.in: Translate readme and install files when
8507 copying to objdir.
8508 * mpw-build.in: Don't always depend on byacc and flex.
8509 (install-only-top): New action.
8510
d207ebef
JM
8511Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
8512
8513 * configure.in: You can now configure GDB for the v850.
8514
6599da04
JM
8515Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
8516
8517 * configure.in (noconfigdirs): Don't configure any C++ dirs
8518 if targeting D10V.
8519
8520Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
8521
8522 * config.sub: Recognize mips64vr5000.
8523
8524Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
8525
8526 * configure.in: Use a single line for host_tools and native_only.
8527
8528Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
8529
8530 * config.sub, configure.in: Add entries for m32r.
8531
8532Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
8533
8534 * Makefile.in (inet-install): Don't run install-gzip.
8535
8536Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
8537
8538 * configure.in: Don't config lots of things for *-*-windows*.
8539
8540Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
8541
8542 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
8543 (host_libs, host_tools): Copy from configure.in.
8544 * mpw-configure: Don't complain about directories not found.
8545
8546Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8547
8548 * configure.in (i[345]86): Recognize i686 for pentium pro.
8549 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
8550 file.
8551
8552 * config.guess (i[345]86): Ditto.
8553
8554Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
8555
8556 * configure.in (noconfigdirs): Removed gdb for D10V.
8557
d207ebef 8558Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 8559
d207ebef
JM
8560 * configure.in: Remove ld, target-libio, target-libg++, and
8561 target-libstdc++ from noconfigdirs.
5d4a5ee6 8562
6599da04
JM
8563Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
8564
8565 * configure: Fix three locations where shell scripts were
8566 being run directly rather than with config_shell.
8567
d207ebef
JM
8568Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
8569
8570 * configure.in (v850-*-*): Set up initial $noconfigdirs.
8571 * config.sub (basic_machine): Recognize v850.
8572
6599da04
JM
8573Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
8574
8575 * mpw-configure: Handle multiple enable/disable options and
8576 pass them down recursively, handle -c and -s flags appropriately
8577 depending on choice of compiler, add escape mechanism for
8578 quoted arguments to gC.
8579
8580Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8581
8582 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
8583 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
8584 so that -mrelocatable-lib and -mno-eabi are used.
8585
8586 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
8587 not support --print-multi-lib, don't abort.
8588
6599da04
JM
8589Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
8590
8591 * make-all.com: Run config-a-gas.
8592 * setup.com: Don't copy subdirectory files around.
8593
8594Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
8595
8596 * configure.in (*-*-ose): Remove exclusion of libgloss for this
8597 target, it now compiles correctly.
8598
8599Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
8600
8601 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
8602
8603Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
8604
4e81ae98 8605 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
8606
8607Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8608
8609 * configure.in (native_only): Add prms.
8610
8611Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
8612
8613 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
8614 (BINUTILS_SUPPORT_DIRS): Likewise.
8615
8616Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8617
8618 * configure.in (d10v-*-*): Don't configure ld or gdb until the
8619 d10v support is added.
8620
8621Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
8622
8623 * configure.in (d10v-*-*): New target.
8624
8625Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
8626
8627 * config.guess (HP 9000/811): Recognize this as a PA1.1
8628 machine.
8629
8630Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
8631
8632 * Makefile.in (do-tar-gz): New target, split out from tail end of
8633 taz target. Run each command separately, don't use pipes.
8634 (taz): Use it.
8635
8636Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
8637
8638 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
8639 * mpw-build.in: No builds should depend on building byacc or flex,
8640 they are assumed to be installed already.
8641
8642Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8643
8644 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
8645 variable that CC_FOR_TARGET needs.
8646
8647Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8648
8649 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8650 options have changed since the last time the subdirectory was
8651 configured, and if it has, reconfigure.
8652 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8653 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8654
8655Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
8656
8657 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8658 CLEAN_MODULES): Add bash.
8659 (all-bash): New target.
8660
8661Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
8662
8663 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8664
8665Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8666
8667 * config.sub (basic_machine): Recognize d10v as a valid processor.
8668
8669Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
8670
8671 * mpw-configure: Add support for --bindir.
8672 * mpw-build.in: Use a GCC-specific build script for GCC actions.
8673
8674Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
8675
8676 * configure.in: add bash, time, gawk to list of hosttools and things
8677 to only build for native toolchains
8678
8679Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8680
8681 * Makefile.in (docdir): Remove.
8682
8683Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8684
8685 * Makefile.in (datadir): Set to $(prefix)/share.
8686
8687Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
8688
8689 * configure.in: build diff and patch for cygwin32-hosted
8690 toolchains.
8691
8692Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
8693
8694 * config.sub: Accept -rtems*.
8695
8696Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
8697
e490616e
ZW
8698 * configure.in: enable dosrel for cygwin32-hosted builds,
8699 remove diff from the list of things not buildable
8700 via Canadian Cross
6599da04
JM
8701
8702Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
8703
8704 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 8705 don't get ". ".
6599da04
JM
8706
8707Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
8708
8709 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
8710
8711Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
8712
8713 * Makefile.in (taz): Handle case where tex3patch didn't even get
8714 checked out. Also, if it was found, put the symlink in a new util
8715 subdirectory.
8716
8717Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8718
8719 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
8720
8721Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
8722
8723 * config.sub: Recognize -openvms.
8724 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
8725 * make-all.com, setup.com: New files.
8726
8727Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
8728
8729 * Makefile.in (taz): tex3patch moved to texinfo/util.
8730
8731Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
8732
8733 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
8734 * configure.in: remove make from disable-if-Can-Cross list
8735 enable gdb if ${host} and ${target} are cygwin32
8736
8737Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
8738
8739 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
8740 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
8741
8742Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
8743
8744 * config.guess: Combine mips-mips-riscos cases, and use cpp to
8745 distinguish sysv/svr4/bsd variants.
8746 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
8747
8748Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
8749
8750 * configure.in: Added copyright notice.
8751 * move-if-change: Added copyright notice.
8752
8753Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8754
8755 * configure.in (powerpcle-*-solaris*): Until we get shared
8756 libraries working, don't build gdb, sim, make, tcl, tk, or
8757 expect.
8758
8759Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
8760
8761 * config.guess: Merge with FSF:
8762
8763 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
8764 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
8765
8766 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
8767 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
8768
8769 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
8770 * config.guess: Combine two OSF1 rules.
8771 Also recognize field test versions. From mjr@zk3.dec.com.
8772 * config.guess (dgux): Use /usr/bin/uname rather than uname,
8773 because GNU uname does not support -p. From pmr@pajato.com.
8774
8775Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
8776
8777 * Makefile.in (MAKEDIRS): Removed $(tooldir).
8778
8779Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
8780
8781 * mpw-README: Document GCCIncludes.
8782
8783Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
8784
8785 * configure.in (alpha-*-linux*): Set enable_shared to yes.
8786
8787Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
8788
8789 * mpw-configure: Handle --enable-FOO and --disable-FOO.
8790
8791Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
8792
8793 * configure.in (*-*-cygwin32): Configure make.
8794
8795Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
8796
8797 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
8798
8799Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
8800
8801 * Makefile.in (all-inet): Depend on all-perl.
8802
8803 * Makefile.in (inet-install): New target.
8804
8805 * Makefile.in (all-inet): Depend on all-tcl.
8806 (all-inet): Depend on all-send-pr.
8807
8808Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8809
8810 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
8811 temporarily.
8812
8813Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
8814
8815 * configure.in: Don't configure --with-gnu-ld on AIX.
8816
8817Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
8818
8819 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
8820
8821Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
8822
8823 * Makefile.in (ALL_MODULES): Added all-inet.
8824 (CROSS_CHECK_MODULES): Added check-inet.
8825 (INSTALL_MODULES): Added install-inet.
8826 (CLEAN_MODULES): Added clean-inet.
8827 (all-indent): New target.
8828
8829 * configure.in (host_tools): Added inet.
8830 (native_only): Added inet.
8831 (noconfigdirs): Added inet.
8832
8833Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
8834
8835 * configure.in: Don't configure libgloss if we are not configuring
8836 newlib.
8837
8838Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
8839
8840 * configure.in: Don't configure libgloss for unsupported
8841 architectures.
8842
8843Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8844
8845 * Makefile.in (CLEAN_MODULES): Add clean-apache.
8846
8847Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
8848
8849 * Makefile.in (ALL_MODULES): Include all-apache.
8850 (CROSS_CHECK_MODULES): Include check-apache.
8851 (INSTALL_MODULES): Include install-apache.
8852 (all-apache): New target.
8853
8854 * configure.in: Added apache everywhere perl is seen.
8855
8856Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8857
8858 * Makefile.in: Add support for clean-{module} and
8859 clean-target-{module} rules.
8860
8861Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
8862
8863 * configure.in (*-*-ose) do not build libgloss.
8864
8865Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8866
8867 * config.guess (prep*:SunOS:5.*:*): Turn into
8868 powerpele-unknown-solaris2.
8869
8870Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
8871
8872 * configure.in: Permit --enable-shared to specify a list of
8873 directories.
8874
8875Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
8876
8877 * configure.in (host==solaris): Pass only the first word of $CC
8878 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
8879
8880Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
8881
8882 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
8883
8884Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
8885
8886 * Makefile.in (ALL_MODULES): Include all-perl.
8887 (CROSS_CHECK_MODULES): Include check-perl.
8888 (INSTALL_MODULES): Include install-perl.
8889 (ALL_X11_MODULES): Include all-guile.
8890 (CHECK_X11_MODULES): Include check-guile.
8891 (INSTALL_X11_MODULES): Include install-guile.
8892 (all-perl): New target.
8893 (all-guile): New target.
8894
8895 * configure.in (host_tools): Include perl and guile.
8896 (native_only): Include perl and guile.
8897 (noconfigdirs): Don't build guile and perl; no ports have been
8898 done.
8899
8900Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
8901
e490616e
ZW
8902 * configure (--enable-*): Handle quoted option lists such as
8903 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
8904
8905Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8906
8907 * Makefile.in ({,inst}all-target): New rule so we can make and
8908 install all of the target directories easily.
8909
8910Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8911
8912 * configure.in: Add missing global flag in sed substitution when
8913 deleting `target-' from ${configdirs}.
8914
8915Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
8916
8917 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
8918 option.
8919
8920 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
8921 config/mh-necv4.
8922
8923 * install.sh: Correct misspelling of transformbasename.
8924
8925 * config.guess: Recognize mips-*-sysv*.
8926
8927Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
8928
8929 * config.sub: Recognize mon960.
8930
8931Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
8932
8933 * configure: Restore Canadian Cross handling of BISON and LEX,
8934 removed in Feb 20 change.
8935
8936Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
8937
8938 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
8939 Mention make install. Remove the old copyright date as well the
8940 clumsy and rather pointless copyright on the README file.
8941
8942Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
8943
8944 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
8945 Makefile after running symlink-tree, then run `make distclean' to
8946 avoid clobbering any generated files in srcdir.
8947
8948Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
8949
8950 * configure.in (m68k-*-netbsd*): Build everything now.
8951
8952Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
8953
8954 * Makefile.in (taz): Fix quoting.
8955
8956Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
8957
8958 * configure.in (sparclet-*-*): Build everything now.
8959
8960Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8961
8962 * configure.in (m68k-*-linux*): New host.
8963
8964Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
8965
8966 * configure: Check for bison before byacc.
8967
8968Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
8969
8970 * Makefile.in configure: Change the way LEX and BISON/YACC are
8971 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
8972 searching PATH. These are used as fallbacks by Makefile.in if
8973 flex/bison/byacc aren't in objdir.
8974
8975Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
8976
8977 * Makefile.in: Make everything which depends upon all-bfd also
8978 depend upon all-opcodes, in case --with-commonbfdlib is used.
8979
8980Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8981
8982 * configure.in (host *-*-cygwin32): Don't build gdb if we are
8983 building NT native compilers on Unix.
8984
8985Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
8986
8987 * configure.in: Don't get CC from the host Makefile fragment if we
8988 can find gcc in PATH, or if this is a Canadian Cross. Move the
8989 Solaris test for /usr/ucb/cc to the post target script, just after
8990 the compiler sanity test.
8991
8992Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
8993
8994 * config.sub: Merge with FSF.
8995
8996Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
8997
8998 * Makefile.in (RPATH_ENVVAR): New variable.
8999 (REALLY_SET_LIB_PATH): Use it.
9000 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
9001
9002Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
9003
9004 * config.sub, configure.in: Recognize sparclet cpu.
9005
9006Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
9007
9008 * config.guess: Support m68k-cbm-sysv4.
9009
9010Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9011
9012 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
9013 m68k-unknown-linuxaout from linker help string. Put quotes around
9014 $ld_help_string.
9015
9016Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
9017
9018 * config.guess (powerpc-harris-powerunix): Add guess for port
9019 to new target.
9020
9021Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9022
9023 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
9024
9025Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
9026
9027 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
9028 $(REALLY_SET_LIB_PATH) in Makefile.
9029 * Makefile.in (SET_LIB_PATH): New variable.
9030 (REALLY_SET_LIB_PATH): New variable.
9031 ($(DO_X)): Use $(SET_LIB_PATH).
9032 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
9033 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
9034 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
9035 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
9036 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
9037 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
9038 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
9039 (install-dosrel): Likewise.
9040 (all-opcodes): Depend upon all-libiberty.
9041
9042Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
9043
9044 * config.guess (*:CYGWIN*): New
9045
9046Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9047
9048 * Makefile.in (all-target-winsup): All all-target-libiberty.
9049
9050Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9051
9052 * configure.in (noconfigdirs): Add missing # in front of comment.
9053
9054Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
9055
9056 * configure.in: add second pass to things added to noconfigdirs
9057 so *-gm-magic can exclude libgloss properly.
9058
9059Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
9060
9061 * mpw-configure (extralibs_name, rez_name): Set correctly
9062 for MWC68K compiler.
9063
9064 * mpw-README: Add more info on the necessary build tools.
9065
9066Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
9067
9068 * configure.in, config.sub: Recognize cygwin32.
9069
9070Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
9071
9072 * config.guess, config.sub: Recognize A/UX.
9073
9074Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
9075
9076 * config.sub: Merge with gcc/config.sub.
9077
9078Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
9079
9080 * mpw-build.in (do-binutils): Add build of stamps.
9081
9082Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
9083
9084 * config.sub: Add recognition for mips64vr4100*-* targets.
9085
9086Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9087
9088 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
9089 Add creation of gconfigargs with `--enable-shared' turned on.
9090 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
9091 ($(host)-stamp-stage3-configured): Likewise.
9092 (HOLES): Add chatr and ldd.
9093 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
9094
9095Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
9096
9097 * configure: Pass --nfp to recursive configures.
9098
9099Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
9100
9101 * Makefile.in (DLLTOOL): New.
9102 (DLLTOOL_FOR_TARGET): New.
9103 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
9104 (EXTRA_TARGET_FLAGS): Ditto.
9105 (EXTRA_GCC_FLAGS): Ditto.
9106 (CONFIGURE_TARGET_MODULES): Ditto.
9107 (DO_X): Ditto.
9108 * configure: Add DLLTOOL.
9109
9110Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
9111
9112 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
9113 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
9114 mh-sco, since old workarounds no longer needed, and don't
9115 build ld, since libraries have weak symbols in COFF.
9116
9117Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
9118
9119 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
9120
9121Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
9122
9123 * configure.in: Make sure that ${CC} can be used to compile an
9124 executable.
9125
9126Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
9127
9128 * Makefile.in (all-gdb): Depend on $(GDB_TK).
9129 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
9130 nothing depending on whether gdbtk is being built.
9131
9132Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
9133
9134 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
9135
9136Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
9137
9138 * configure.in (noconfigdirs): Put ld or gas in this early, if the
9139 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
9140
9141Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
9142
9143 * config-ml.in: Add support for
9144 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
9145 Simplify setting of multidirs from --disable-foo.
9146
9147Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9148
9149 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
9150 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
9151 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 9152 non-empty, pass them on to the GCC make.
6599da04
JM
9153 (all-bootstrap): New rule that is like all-gcc, except it executes
9154 the GCC bootstrap rule instead of the GCC all rule.
9155
9156Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
9157
9158 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
9159
9160Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9161
9162 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
9163 DG/UX support.
9164
9165Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
9166
9167 * config.sub (i*86*) Change [345] to [3456]
9168
9169Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9170
9171 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
9172 --with-gnu-ld=no.
9173
9174Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9175
9176 * config-ml.in (rs6000*, powerpc*): Add switches to control which
9177 AIX multilibs get built.
9178
9179Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9180
9181 * configure.in (i386-win32): Don't build expect if we're not
9182 building the tcl subdir.
9183
9184Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
9185
9186 * Makefile.in: (configure-target-examples, all-target-examples):
9187 New targets, configure and build example programs.
9188
9189Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9190
9191 * mpw-configure: If an mpw-config.in generated a file mk.sed,
9192 use it as input to sedit the generated MPW makefile.
9193 * mpw-README: Add a suggestion about Gestalt.h.
9194
9195Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
9196
9197 * config.sub: Accept *-*-ieee*.
9198
9199Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
9200
9201 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
9202 Ronald F. Guilmette <rfg@monkeys.com>.
9203
9204Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9205
9206 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
9207 for powerpc-pe native.
9208 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
9209 (target==powerpc-pe): duplicate i386-win32 entry.
9210
9211Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9212
9213 * configure.in (noconfigdirs): Exclude target-newlib for all versions
9214 of vxworks, not just vxworks5.1.
9215
9216Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
9217
9218 * mpw-configure: Add support for exec-prefix.
9219
9220Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9221
9222 * config.guess: Recognize HP model 816 machines as having
9223 a PA1.1 processor.
9224
9225Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
9226
9227 * configure: Ignore new autoconf configure options.
9228
6599da04
JM
9229Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
9230
9231 * config.guess: Recognize Pentium under SCO.
9232 From Robert Lipe <robertl@arnet.com>.
9233
9234Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9235
9236 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
9237
9238Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
9239
9240 * configure.in: Don't configure gas for alpha-dec-osf*.
9241
9242Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
9243
9244 * configure.in: Default to --with-stabs for some targets for which
9245 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
9246 i[345]86*-*-unixware*.
9247
9248Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
9249
9250 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
9251 rather than basing it on the target. Simplify handling of options
9252 controlling which directories to configure. Remove extraneous
9253 slash in multi-clean target.
9254
9255Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
9256
9257 * config-ml.in: Prefix more variables with ml_ so they don't collide
9258 with configure's.
9259
9260Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
9261
9262 * configure: Don't turn -v into --v.
9263
9264Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
9265
9266 * configure.in (targargs): Fix typo.
9267
9268 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
9269
9270Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
9271
9272 * configure.in: Strip --host and --target options from
9273 CONFIG_ARGUMENTS, and always configure for --host only. Add
9274 --with-cross-host option when building with a cross-compiler.
9275 * configure: Canonicalize the arguments put into config.status by
9276 always using `=' for an option with an argument. Pass a presumed
9277 --host or --target explicitly.
9278
9279Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
9280
9281 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
9282 into general OS recognition case.
9283
9284Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9285
9286 * configure.in (target_configdirs): add target-winsup only
9287 for win32 target systems.
9288
9289Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
9290
9291 * Makefile.in (all-target-libgloss): Depend upon
9292 configure-target-newlib, since when libgloss is built it looks to
9293 see if the newlib directory exists.
9294
9295Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
9296
9297 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
9298 cfg-ml-*.in.
9299
9300Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
9301
9302 * configure: Handle LD and LD_FOR_TARGET when configuring a
9303 Canadian Cross.
9304
6599da04
JM
9305Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9306
9307 * configure.in (target_libs): add target-winsup.
9308 (target==i386-win32): add patch diff flex make to $noconfigdirs.
9309 (target==ppcle-pe): remove ld from $noconfigdirs.
9310
9311Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
9312
9313 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
9314 Preserve relative path names in $srcdir. Build symlink tree if
9315 configuring cross target dir and srcdir=. (= no VPATH support).
9316 (configure-target-libg++): Depend on configure-target-librx.
9317 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
9318 * config-ml.in: New file.
9319 * symlink-tree: New file.
9320 * configure: Ensure srcdir="." if that's what it is.
9321
9322Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
9323
9324 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
9325 includes and FLEX_SKELETON setting.
9326 * mpw-configure (--with-gnu-ld): New option, controls whether
9327 to use PPCLink or ld with PowerMac GCC.
9328 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
9329 * mpw-config.in: Configure grez if targeting Mac.
9330
9331 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
9332 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
9333 just macos.
6599da04
JM
9334 * configure.in: Configure grez resource compiler if targeting Mac.
9335 * Makefile.in (all-grez, install-grez): New targets.
9336
9337Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
9338
9339 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 9340 gcc in the path, set CC to gcc -O2.
6599da04
JM
9341
9342Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
9343
9344 * configure: Default ${build} correctly. Avoid picking up extra
9345 spaces when reading CC and CXX from Makefile. When doing a
9346 Canadian Cross, use plausible default values for numerous
9347 variables.
9348 * configure.in: When doing a Canadian Cross, don't try to
9349 configure tools whose configure script can't handle it.
9350
9351Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9352
9353 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
9354
9355Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
9356
9357 * configure: Remove dubious bug reporting address.
9358
9359Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
9360
9361 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
9362 configure script, run that instead of this directory's configure.
9363 In either case, print a message that we're configuring the sub-dir.
9364
9365Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
9366
9367 * configure.in: Before checking for the existence of various files,
9368 use sed to filter out "target-".
9369
9370Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
9371
9372 * Makefile.in (DO_X): Split rule to decrease command line length
9373 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
9374 (Philippe De Muyter).
9375
9376Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9377
9378 * Makefile.in (all-patch): depend on all-libiberty.
9379
9380Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
9381
9382 * configure.in: If the only directory in target_configdirs which
9383 actually exists is libiberty, then set target_configdirs to empty,
9384 to avoid trying to build a target libiberty in a gas or gdb
9385 distribution.
9386
9387Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
9388
9389 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
9390 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
9391 systems.
6599da04
JM
9392
9393Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9394
9395 * configure.in (copy_dirs): Use sys-include instead of include
9396 for --with-headers option.
9397
9398Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
9399
9400 * Makefile.in, configure.in: Make winsup builds work with
9401 new scheme.
9402
9403Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
9404
9405 * configure.in: Build the linker on AIX.
9406
9407Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
9408
9409 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
9410 where needed.
9411
9412Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
9413
9414 * Makefile.in (all-gcc): Fix typo.
9415
9416Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
9417
9418 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
9419
9420Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
9421
9422 * configure.in: Rename libFOO to target-libFOO, and xiberty
9423 to target-xiberty, to provide more flexibility.
9424 (target_subdir): Define. Create if cross.
9425 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
9426 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
9427 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
9428 check-libFOO -> check-target-libFOO, etc.
9429 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
9430 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
9431 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
9432 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
9433 allow ALL_GCC="" to only configure.
9434 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
9435 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
9436 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
9437
9438Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
9439
9440 * Makefile.in (taz): Build "info" in etc explicitly.
9441
9442Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
9443
9444 * configure.in: Make sure that CC is undefined (as opposed to
9445 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
9446 problem with autoconf trying to configure on a host without GCC.
9447
9448Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
9449
9450 * mpw-configure: Set host alias from choice of host compiler,
9451 only use generic MPW Makefile sed if present, edit a file
9452 named "hacked_Makefile.in" instead of "Makefile.in" if present.
9453 * mpw-README: Add problem notes about CW6 and CW7.
9454
9455Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
9456
9457 * Makefile.in (taz): Use ";" instead of ";;".
9458
9459Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
9460
9461 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
9462 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
9463 DISTDOCDIRS.
9464 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
9465 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
9466
9467Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
9468
9469 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
9470 and gnats, because they are now subsumed by DISTSTUFFDIRS.
9471 Move bfd to DISTSTUFFDIRS.
9472
9473Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9474
9475 * Makefile.in (X11_LIB): Removed.
9476 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
9477
9478 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
9479
9480Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9481
9482 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
9483 names.
9484
9485Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9486
9487 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
9488
9489Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
9490
9491 * configure.in (i[345]86-*-win32): Always build newlib.
9492 Don't configure cvs, autoconf or texinfo.
9493 * Makefile.in (LD_FOR_TARGET): New.
9494 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
9495 Pass down LD_FOR_TARGET.
9496
9497Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
9498
9499 * winsup: New directory.
9500 * Makefile.in: Build winsup.
9501 * configure.in: Winsup is configured when target is win32.
9502 Can only build win32 target GDB when native.
4e81ae98 9503
6599da04
JM
9504Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
9505
9506 * config.guess: Recognize HP model 819 machines as having
9507 a PA 1.1 processor.
9508
9509Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
9510
9511 * configure: Fix sed loop which substitutes for CC and CXX to
9512 avoid bug found in various sed implementations.
9513
9514Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9515
9516 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
9517 simulator. Use standard powerpc-*-eabi*.
9518
9519Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
9520
9521 * configure.in: Stop putting gas and binutils in noconfigdirs for
9522 powerpc-*-aix* and rs6000-*-*.
9523
9524Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
9525
9526 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
9527 -mcall-aixdesc libraries.
9528
9529Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
9530
9531 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9532
9533 * config.sub (arm | armel | armeb): Fix shell syntax.
9534
9535Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9536
9537 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
9538 -msoft-float and -mcpu=common support.
9539 (powerpc*-*-eabisim*): Add support for building -mcall-aix
9540 libraries.
9541
9542Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9543
9544 * configure.in: Allow configuration and build of emacs19 for the alpha.
9545
9546Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9547
9548 * configure.in (CC): Get ^CC, not just any old CC, from
9549 ${host_makefile_frag}.
9550
9551Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9552
4e81ae98 9553 * configure.in (CC): Try to get CC from
6599da04
JM
9554 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
9555
9556Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9557
9558 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
9559 only if it exists in $(srcdir).
9560
9561Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
9562
9563 * configure: If CC and CXX are not set in the environment, set
9564 them, based on either an existing Makefile or on searching for gcc
9565 in PATH. Substitute for CC and CXX in Makefile.
9566 * configure.in: Remove libm from target_libs. Separate
9567 target_configdirs from configdirs. If CC is not set in
9568 environment, try to get it from a host Makefile fragment. Rewrite
9569 changes of configdirs to use skipdirs instead. A few minor
9570 tweaks. Take directories out of target_configdirs as they are
9571 taken out of configdirs. Remove existing Makefile files from
9572 subdirectories. Substitute for TARGET_CONFIGDIRS and
9573 CONFIG_ARGUMENTS in Makefile.
9574 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
9575 by configure.in.
9576 (CONFIG_ARGUMENTS): Likewise.
9577 (CONFIGURE_TARGET_MODULES): New variable.
9578 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
9579 ($(CONFIGURE_TARGET_MODULES)): New target.
9580 (configure-libg++, configure-libio): New targets.
9581 (all-libg++): Depend upon configure-libg++.
9582 (all-libio): Depend upon configure-libio.
9583 (configure-libgloss, all-libgloss): New targets.
9584 (configure-libstdc++): New target.
9585 (all-libstdc++): Depend upon configure-libstdc++.
9586 (configure-librx, all-librx): New targets.
9587 (configure-newlib): New target.
9588 (all-newlib): Depend upon configure-newlib
9589 (configure-xiberty): New target.
9590 (all-xiberty): Depend upon configure-xiberty.
9591
9592Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9593
9594 * configure.in (host i[345]86-*-win32): Expand the
9595 noconfigdirs again.
9596
9597Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
9598
9599 * mpw-configure: Fix sed command file name.
9600
9601Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
9602
4e81ae98 9603 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
9604 noconfigdirs again.
9605
9606Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
9607
9608 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
9609 or powerpc*-*-pe*, since they are not yet supported.
9610
9611Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
9612
9613 Add PowerMac support and many other enhancements.
9614 * mpw-configure: New option --cc to select compiler to use,
9615 paste options set according to --cc into the generated
9616 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
9617 if mpw-make.sed is present.
9618 * mpw-config.in: Don't test for gC1, test for mpw-touch,
9619 add forward includes for PowerPC include files.
9620 * mpw-build.in: Build using Makefile.PPC if present.
9621 (do-byacc, etc): Remove separate version resource builds.
9622 (do-gas): Build "stamps" before "all".
9623 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
9624 * mpw-README: Update to reflect --cc option, PowerMac support,
9625 and recently-reported compatibility problems.
9626
9627Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
9628
9629 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
9630 embedded m68k systems (-aout, -coff, -elf, -vxworks).
9631 (--with-multilib-top): Pass to recursive invocations.
9632
9633Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
9634
9635 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
9636 v810-*-*.
9637
9638Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9639
9640 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
9641 gdb, ld and opcodes on v810-*-*.
9642
6599da04
JM
9643Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
9644
9645 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
9646 (local-maintainer-clean): New target.
9647 (maintainer-clean): New target.
9648 (realclean): Just depend upon maintainer-clean.
9649
9650Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9651
9652 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9653
9654Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
9655
9656 * configure.in: Build ld in mips*-*-bsd* case.
9657
9658Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
9659
9660 * config.sub: Accept -lites* OS. From Ian Dall.
9661
9662Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
9663
9664 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 9665 targets.
6599da04
JM
9666
9667Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9668
9669 * configure.in: treat i386-win32 canadian cross the same as
9670 i386-go32 canadian cross.
9671
9672Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9673
9674 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9675 running under the simulator to build a reduced set of libraries.
9676 (powerpc-*-eabiaix): Add fine grained multilib support added to
9677 other powerpc targets yesterday.
9678
9679Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9680
9681 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9682 -disable-softfloat, -disable-relocatable, -disable-aix, and
9683 -disable-sysv to control which multilib libraries get built.
9684
9685Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
9686
9687 * configure: Add Makefile.tem to list of files to remove in trap
9688 handler.
9689
9690Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
9691
9692 * config.guess (*Linux*): Add missing "exit"s.
9693 Also, need specific check for alpha-unknown-linux (uses COFF).
9694
9695Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
9696
9697 * config.guess: Merge with FSF:
9698
9699 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
9700 * config.guess (AIX4): More robust release numbering discovery.
9701
9702 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
9703 * config.guess (i386-sequent-ptx): Properly get version number.
9704
9705 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
9706 * config.guess (mips:*:4*:UMIPS): New case.
9707
9708Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
9709
9710 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
9711 (i386-win32 host): Likewise. Don't build readline.
9712
9713Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
9714
9715 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
9716 SUPPORT_FILES to submakes.
9717
9718Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
9719
9720 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
9721 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
9722 mpw-configure.
9723
9724Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
9725
9726 * configure.in (appdirs): Use =, not ==, in test expression when
9727 trying to build the text to print in the warning message for
9728 Solaris users.
9729
9730Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
9731
9732 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
9733
9734Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9735
9736 * config.guess: Recognize lynx-2.3.
9737
9738Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
9739
9740 * config.sub (z8ksim): Deleted
9741 (z8k-*-coff): New, this is the one true name of the target.
9742
9743Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
9744
9745 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
9746
9747Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
9748
9749 * config.guess (*:Linux:*:*): First try asking the linker what the
9750 default object file format is (elf, aout, or coff). Then if this
9751 fails, try previous methods.
9752
9753Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9754
9755 * configure.in: Don't build newlib for *-*-vxworks5.1.
9756
9757Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9758
9759 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
9760 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
9761
9762Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
9763
9764 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
9765
9766Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
9767
9768 * cfg-ml-com.in: New file.
9769 * cfg-ml-pos.in: New file.
9770
9771Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9772
9773 * COPYING.NEWLIB: Add HP free copyright to list.
9774
9775Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9776
9777 * config.sub: Recognize -eabi* for the system, not just -eabi.
9778
9779Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
9780
9781 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
9782 * config.sub, configure.in (win32): New target and host.
9783
9784Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
9785
9786 * configure.in: Add i386-pe configuration.
9787
9788Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
9789
9790 * mpw-build.in (install): Install GDB after LD.
9791
9792Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
9793
9794 * mpw-config.in (elf/mips.h): Always forward-include, needed
9795 for GDB to build.
9796
9797Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
9798
9799 * testsuite: New directory for customer acceptance and whole tool
9800 chain tests.
9801
9802Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
9803
9804 * configure: If per-host line isn't found, but AC_OUTPUT is found
9805 and a configure script exists, run it instead.
9806
9807Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
9808
9809 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
9810
9811Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
9812
9813 * configure: Set build_{cpu,vendor,os,alias} to host values when
9814 --build isn't specified.
9815
9816Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9817
9818 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
9819 (FLAGS_TO_PASS): Pass them.
9820 (EXTRA_TARGET_FLAGS): Ditto.
9821
6599da04
JM
9822Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9823
9824 * Makefile.in (all-libg++): Depend on all-libstdc++.
9825
9826Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9827
9828 * configure.in (noconfigdirs): Enable all packages for
9829 i386-unknown-netbsd.
9830
9831Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
9832
9833 * configure.in (noconfigdirs): Don't configure tk for i386-go32
9834 hosted builds (DOS builds)
9835
9836Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
9837
9838 Changes for ARM based on patches from Richard Earnshaw:
9839 * config.sub: Handle armeb and armel.
9840 * configure.in: Omit arm linker only for riscix.
9841
9842Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
9843
9844 * config.guess: Update from FSF.
9845
9846Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
9847
63f6bcd7 9848 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
9849 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
9850 powerpcle variant. Convert pentium into i586, not i486. Add p5
9851 alias for i586. Map new x86 variants p6, k5, nexgen into i586
9852 temporarily.
9853
9854Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
9855
9856 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
9857
9858Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
9859
9860 * config.sub: Accept -lites* as a basic system type.
9861
9862Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
9863
9864 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
9865 installed, and if so return linuxoldld as the system name.
9866
9867Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
9868
9869 * config.guess: Add hppa1.1-hp-lites support.
9870
9871Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
9872
9873 * configure.in: Don't build newlib for m68k-vxworks5.1.
9874
9875Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9876
9877 * configure.in (mips-sgi-irix6): Use mh-irix5.
9878
9879Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
9880
9881 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
9882
9883Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9884
9885 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 9886 OSF/1. Fix compiler flags.
6599da04
JM
9887 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
9888
9889Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
9890
9891 * configure.in: Recognize --with-newlib.
9892 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
9893
9894Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9895
d207ebef 9896 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
9897 to *_X11_MODULES due to gdbtk needing X include files et al.
9898
9899Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
9900
9901 Merge in support for Mac MPW as a host.
9902 (Old change descriptions retained for informational value.)
9903
9904 * mpw-config.in: Add generic include forwards for cpu-specific
9905 include files in aout and elf directories.
9906
9907 * mpw-configure: Added copyright.
9908 * mpw-config.in: Check for presence of required build tools.
9909 (target_libs): Add newlib.
9910 (target_tools): Add examples.
9911 (Read Me): Generate as "Read Me for MPW" instead.
9912 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
9913 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
9914 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
9915
9916 * mpw-configure: Remove subdir-specific makefile hackery,
9917 delete mk.tmp after using it.
9918
9919 * mpw-build.in (all): Display start and end times.
9920
9921 * mpw-configure (host_canonical): Set.
9922 (target_cpu): Always add to makefiles.
9923 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
9924 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
9925 (mpw-mh-mpw): Look for in srcdir and srcroot.
9926 Use sed instead of mpw-edit-prefix to edit prefix definitions.
9927
9928 * mpw-build.in: (install-only): New target.
9929
9930 * mpw-configure (host_alias, target_alias): Rename from hostalias
9931 and targetalias, add into generated Makefile.
9932 (mk.tmp): If present, add into generated Makefile.
9933 * mpw-build.in (all-gas): Build config.h first before gas proper.
9934
9935 * mpw-configure (config.status): Write only if changed.
9936 * mpw-config.in (readline): Configure it (not built, just used for
9937 definitions).
9938
9939 * mpw-config.in (elf/mips.h): Add a forward include.
9940
9941 * mpw-config.in: Forward-include most .h files in include into
9942 extra-include.
9943 (readline): Don't build.
9944 mpw-build.in (install): Install GDB.
9945
9946 * mpw-configure (prefix, mpw_prefix): Handle it.
9947 * mpw-config.in (mmalloc, readline): Don't configure.
9948 * mpw-build.in (thisscript): Rename to ThisScript.
9949 Use mpw-build instead of BuildProgram everywhere.
9950 (mmalloc, readline): Don't build.
9951 * mpw-README: New file, basic documentation about the MPW port.
9952
9953 * mpw-config.in: Use forward-include to create include files.
9954
9955 * mpw-configure: Add more things to the top of each configured
9956 Makefile, including contents of config/mpw-mh-mpw.
9957 * mpw-config.in (extra-include): Create this directory and fill it
9958 with Posix-like include files when configuring.
9959
9960 * config.sub (apple, mac, mpw): Add various aliases.
9961
9962 * mpw-build.in: New file, top-level build script fragment for MPW.
9963 * mpw-configure: New file, configure script for MPW.
9964 * mpw-config.in: New file, config fragment for MPW.
9965
9966Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9967
9968 * configure.in (host_libs): Remove glob, since it is gone from the
9969 sources.
9970
9971Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9972
9973 * Makefile.in: define empty GDB_NLM_DEPS var.
9974
9975 * configure.in(target_makefile_frag): use config/mt-netware
9976 for netware targets.
9977
9978Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
9979
9980 * config.sub: Merge in recent FSF changes. Remove linux special
9981 cases.
9982
9983Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9984
731a8127 9985 Revert this change:
6599da04
JM
9986
9987 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
9988
9989 * build-all.mk: Use CC=cc -Xs on Solaris.
9990
6599da04
JM
9991Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
9992
9993 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
9994 stop using it.
9995 * Makefile.in: Nuke all references to glob subdirectory.
9996
9997Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9998
9999 * configure.in: Fix --enable-shared logic in per-host.
10000
10001Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
10002
10003 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
10004
10005Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10006
10007 * configure.in (noconfigdirs): Don't build gas on AIX, for
10008 powerpc*-*-aix* as well as for rs6000*-*-aix*.
10009
10010Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
10011
10012 * configure: Fix --cache-file to work if the file argument is a
10013 relative path.
10014
10015Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
10016
10017 * configure: If the --cache-file is used, pass it down to
10018 configure in subdirectories.
10019
10020Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
10021
10022 * config.sub: add vxworks29k configuration.
10023
10024Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
10025
10026 * Makefile.in (taz): Do "diststuff" part quietly.
10027
10028Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
10029
10030 * config.sub: Mini-merge with gcc/config.sub.
10031
10032Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10033
10034 * config.guess (IRIX): Sed - to _.
10035
10036Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10037
10038 * Makefile.in (source-vault, binary-vault): New targets.
10039
10040Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
10041
10042 * config.sub: Recognize -eabi as a basic system type.
10043
10044Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10045
10046 * configure.in (enable_shared stuff): Fix typo.
10047
10048Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
10049
10050 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
10051
10052Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10053
10054 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
10055
10056Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10057
10058 * configure.in (rs6000-*-*): Don't build gas.
10059
10060Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
10061
10062 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
10063 reduce command line length.
10064 (AS_FOR_TARGET): Check for as.new, not Makefile.
10065 (NM_FOR_TARGET): Check for nm.new, not Makefile.
10066
10067Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
10068
10069 * config.guess: Merge from FSF.
10070
10071Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10072
10073 * configure: Don't use $ when handling program_suffix.
10074
10075Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
10076
10077 * configure.in: Configure tk for hppa/hpux.
10078
10079Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
10080
10081 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
10082
10083Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
10084
10085 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
10086 to LIBCXXFLAGS. Tests are better run without it.
10087
10088Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
10089
10090 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
10091
10092Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
10093
10094 * configure.in (*-*-netware*): Don't configure xiberty.
10095
10096Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
10097
10098 * configure.in: Remove tk from native_only list.
10099
10100Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
10101
10102 * build-all.mk: Add mips-ncd-elf target to sun4 targets
10103 for special NCD build.
10104
10105Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10106
10107 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
10108 makeall.bat, they're only useful for binutils snapshots.
10109 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
10110 makeall.bat to specified SUPPORT_FILES.
10111
10112Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
10113
10114 * build-all.mk: Add Ericsson targets to sun4 and solaris
10115 hosts. Add BNR's sun4 target to solaris host, so their
10116 build-from-source will be tested in-house first.
10117
10118Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
10119
10120 * Makefile.in (LIBCFLAGS): New variable.
10121 (CFLAGS_FOR_TARGET): Ditto.
10122 (LIBCFLAGS_FOR_TARGET): Ditto.
10123 (LIBCXXFLAGS): Ditto.
10124 (CXXFLAGS_FOR_TARGET): Ditto.
10125 (LIBCXXFLAGS_FOR_TARGET): Ditto.
10126 (BASE_FLAGS_TO_PASS): Pass them.
10127 (EXTRA_TARGET_FLAGS): Ditto.
10128
731a8127 10129 * configure.in: Support --enable-shared.
6599da04
JM
10130
10131Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
10132
10133 * configure.in (target_libs): Include libstdc++ again.
10134 * config.guess: Update from FSF (for FreeBSD).
10135
10136Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10137
10138 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
10139 makeall.bat.
10140 (DISTDOCDIRS): Add `etc'.
10141 (ETC_SUPPORT_PFX): New variable.
10142 (taz): Include anything from etc starting with a word in
10143 ETC_SUPPORT_PFX.
10144
10145Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10146
10147 * config.sub: Update for recent FSF changes. Remove obsolete
10148 h8300hds entry. Add -windows* and -osx as basic os. Minor
10149 spacing changes.
10150
10151Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
10152
10153 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
10154
10155 * config.guess: Merge with FSF.
10156 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
10157
10158Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10159
10160 * configure: Since the "trap 0" handler will override the exit
10161 status on many systems, only use it for "exit 1", and make it set
10162 a non-zero exit status; reset it before "exit 0". Also, check
10163 exit status of config.sub, and error out if it failed.
10164
10165Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
10166
10167 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
10168 and install libgloss.
10169
10170Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10171
10172 * Makefile.in (all-binutils): Depend upon all-byacc.
10173
10174 * configure.in: Don't build emacs on Irix 5.
10175
10176Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10177
10178 * configure.in (*-*-netware*): Add libio.
10179
10180Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
10181
10182 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
10183 (CHECK_TARGET_MODULES): Ditto.
10184 (INSTALL_TARGET_MODULES): Ditto.
10185 (TARGET_LIBS): Ditto.
10186 (all-libstdc++): Note dependencies.
10187
10188Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10189
10190 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
10191
10192Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
10193
10194 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
10195 -fexternal-templates.
10196
10197 * configure.in (target_libs): Add libstdc++.
10198 (noconfigdirs): Add libstdc++ as appropriate.
10199
10200Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
10201
10202 * config.guess: Update from FSF.
10203
10204Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10205
10206 * configure: Use ${config_shell} when running ${configsub}.
10207
10208Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
10209
10210 * config.sub: No longer recognize h8300h.
10211
10212Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10213
10214 * config.sub: Remove extraneous differences between config.sub and
10215 gcc/config.sub.
10216
10217Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10218
10219 * Makefile.in (DISTSTUFFDIRS): Add gas.
10220
10221Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
10222
10223 * COPYING.NEWLIB: New file.
10224
10225Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
10226
10227 * config.guess (HP-UX): Patch from Harlan Stenn
10228 <harlan@landmark.com> to also emit release level.
10229
10230Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
10231
10232 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
10233
10234Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
10235
10236 * config.sub: Merge nextstep cleanup from FSF.
10237
10238Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10239
10240 * configure.in (arm-*-*): Don't configure ld for this target.
10241
10242Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10243
10244 * configure.in (*-*-netware): don't configure libg++, libio,
10245 librx, or newlib.
10246
10247Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10248
10249 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
10250 configure ld--it works, but it doesn't support shared libraries.
10251
10252Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
10253
10254 * config.guess (*-unknown-freebsd*): Get rid of possible
10255 trailing "(Release)" in version string.
10256 Patch from Paul Richards <paul@isl.cf.ac.uk>.
10257
10258Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
10259
10260 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
10261 Fix type: *-next-neststep -> *-next-nextstep.
10262
10263 * config.guess: Merge from FSF:
10264
10265 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
10266
10267 * config.guess: Recognize powerpc-ibm-aix3.2.5.
10268
10269 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
10270
10271 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
10272 instead of UNIX_SV for UnixWare 1.0).
10273
10274Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
10275
10276 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
10277 to make gdb/nlm/* build after the compiler and linker.
10278
10279Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
10280
10281 * config.guess (netbsd, freebsd, linux): Accept any machine,
10282 not just i[34]86.
10283 (m68k-atari-sysv4): Relocate to match FSF version.
10284
10285 * config.guess: More merges from the FSF:
10286
10287 Add a space before function call or macro invocation.
10288
10289 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10290
10291 * config.guess: Add trap cmd to remove dummy.c and dummy when
10292 interrupted.
10293
10294 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10295
10296 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
10297 (dummy): Redirect stderr from compilation of dummy.c.
10298
10299 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
10300
10301 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
10302
10303Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
10304
10305 * configure: Accept and ignore --cache*, for compatibility with
10306 new autoconf.
10307
10308Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
10309
10310 * config.guess: Merge from FSF:
10311
10312 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10313
10314 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
10315 (PATH): Add /.attbin at end for finding uname.
10316 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
10317
10318 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
10319
e490616e 10320 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
10321
10322 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
10323
e490616e
ZW
10324 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
10325 to select whether to use ELF or COFF.
6599da04
JM
10326
10327 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10328
e490616e 10329 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
10330
10331 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10332
10333 * config.guess: Guess the OS version for HPUX.
10334
10335 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10336
10337 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
10338
10339Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10340
10341 * configure.in: Recognize --with-headers, --with-libs, and
10342 --without-newlib.
10343 * Makefile.in (all-xiberty): Depend upon all-ld.
10344
10345Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10346
10347 * configure.in: Change i[34]86 to i[345]86.
10348
10349Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10350
10351 * configure (version): A few more tweaks to help message.
10352
10353Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
10354
10355 * Makefile.in: Remove (for now) librx as a host library,
10356 now that we're building it for target.
10357
10358Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10359
10360 * configure: Fix up help message; from karl@owl.hq.ileaf.com
10361 (Karl Berry).
10362
10363Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
10364
10365 * configure.in: Also configure librx.
10366
10367Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
10368
10369 * Makefile.in: Update various rules to reflect that librx
10370 is now needed for libg++.
10371
10372Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10373
10374 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
10375
10376Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10377
10378 * configure.in: Configure the examples directory.
10379
10380Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10381
10382 * configure: Simplify Jun 2 1994 change.
10383
10384Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
10385
10386 * change CC to /usr/latest/bin/gcc for lynx host builds, since
10387 /bin/gcc isn't good enough to build gcc.
10388
10389Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
10390
10391 * Makefile.in (GDB_SUPPORT_FILES): Remove
10392 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
10393 (gdb.tar.gz): Add new rule to use standard distribution building
10394 mechanism.
10395
10396Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10397
10398 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
10399 Bill Cox <bill@cygnus.com>.
10400
10401Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
10402
10403 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
10404
10405Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
10406
10407 * configure: Search current dir first in .gdbinit.
10408
10409Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
10410
10411 * config.sub: Recognize freebsd (merged from gcc config.sub).
10412
10413Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
10414
10415 * config.sub: Refer to NeXT's operating system as nextstep.
10416
10417 * config.sub (case $basic_machine): Re-order the cases, to match
10418 the order in the FSF version (which is mostly alphabethical).
10419 Merge in some additions and changes from the FSF.
10420
10421Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
10422
10423 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
10424 * config.sub: Recognize cxux7.
10425 * configure.in: Use mh-cxux for m88k-harris-cxux*.
10426
10427Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
10428
10429 * config.sub: Fix typo powerpc -> powerpc-*.
10430
10431Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
10432
10433 * Makefile.in: `all-emacs19' depends on `all-byacc'.
10434
10435 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
10436 parallel with all-emacs and install-emacs). Top-level command
10437 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
10438
10439Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10440
10441 * test-build.mk ($(host)-stamp-stage2-installed): Remove
10442 $(relbindir)/make before doing ``make install'', and use
10443 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
10444 installing over running make binary.
10445 ($(host)-stamp-stage3-installed): Likewise.
10446
10447Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10448
10449 * config.guess: Recognize Mach.
10450
10451Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10452
10453 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
10454 see whether --exec-prefix was used.
10455
10456Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
10457
10458 * README: Explicitly mention libg++/README. (Zoo's idea.)
10459
10460Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10461
10462 * Makefile.in: Add all-librx target similar to all-libproc.
10463
10464Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
10465
10466 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
10467 with post 1.2 uname bogosity.
10468
10469Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10470
10471 * configure: Remove temporary files on receipt of a signal.
10472
10473Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
10474
10475 * configure: If there is a package_makefile_frag, remove
10476 ${subdir}/Makefile.tem after copying it in.
10477
10478Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
10479
10480 * build_all.mk: support rs6000 lynx identifies itself as
10481 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
10482 since /bin/gcc is too feeble to compile a modern gcc.
10483
10484Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
10485
10486 * brought devo/test-build.mk update-to-date with progressive/
10487 test-build.mk. Add lynx targets and hppa flag info.
10488
10489Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
10490
10491 * configure.in: Use mh-ncrsvr43. Patch from
10492 Tom McConnell <tmcconne@sedona.intel.com>.
10493
10494Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
10495
10496 * config.guess (i386-unknown-bsdi): No longer need to
10497 check #if defined(__bsdi__) && defined(__i386__).
10498
10499Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10500
10501 * configure: Set program_transform_nameoption correctly.
10502
10503Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
10504
10505 * brought build-all.mk update-to-date with progressive build-all.mk,
10506 added new targets and hppa info.
4e81ae98 10507
6599da04
JM
10508Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10509
10510 * configure: If config.guess result is a prefix of the user
10511 specified target, assume a native build and use the user specified
10512 target as the host alias. Remove SunOS patch suffix removal hack.
10513 * configure.in: Remove SunOS patch suffix removal hack.
10514
10515 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
10516 in NATIVE_CHECK_MODULES.
10517
10518Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
10519
10520 * Makefile.in: Rename HOST_ONLY to NATIVE.
10521 * configure: Delete SunOs patch suffix from host_canonical
10522 and build_canonical variables that are prepended to Makefiles.
10523 * configure.in: Add comments for easier maintenance.
10524
10525Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10526
10527 * Makefile.in: Add all-libproc target similar to all-gui.
10528
10529Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
10530
10531 * Makefile.in (CHECK_MODULES): split into
10532 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
10533
10534Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
10535
10536 * config.guess (i386-unknown-bsdi): New system to guess.
10537
10538Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10539
10540 * Makefile.in: Add all-gui target (but not yet build by "all").
10541
10542Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
10543
10544 * config.sub: Move deletion of patch suffix from here...
10545 * configure.in: To here, at Ian's suggestion. The top-
10546 level scripts might need to know of a patch level.
10547
10548Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
10549
10550 * config.sub: Strip off patch suffix so rtl is recognized
10551 as a sunos4.1.3 machine, even though it's been patched.
10552
10553Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
10554
10555 * Makefile.in (INSTALL_LAST): Delete.
10556 (INSTALL_DOSREL): New.
10557
10558Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10559
10560 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
10561 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
10562 whether we pass down --with-gnu-ld anyhow.
10563
10564Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
10565
10566 * Makefile.in (INSTALL_LAST): Change operation so it works
10567 on more flavors of make.
10568 * configure.in (go32): Don't build libg++ or libio.
10569
10570Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
10571
10572 * Makefile.in (Move HOST_PREFIX_1 and friends up so
10573 they can be overriden by templates.
10574
10575Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
10576
10577 * configure.in (target==go32): Don't build gdb.
10578 * dosrel: New directory.
10579
10580Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
10581
10582 * configure.in (host==go32): Configure dosrel too.
10583 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
10584 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
10585 be set by incoming names or templates.
10586 (INSTALL_LAST): New rule.
6599da04
JM
10587
10588Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
10589
10590 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
10591
10592Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10593
6599da04
JM
10594 * configure.in (appdirs): New variable. Currently empty, but will
10595 be used in gas distribution. If nonempty, lists a set of
10596 directories at least one of which must get configured, or top
10597 level configuration is considered to have failed.
10598 (rs6000-*-lynxos*): Use new file name.
10599
10600Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10601
10602 Eliminate XTRAFLAGS.
10603 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
10604 newlib include files using -idirafter, and also use -nostdinc.
10605 (CXX_FOR_TARGET): Likewise.
10606 (XTRAFLAGS): Removed.
10607 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
10608 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
10609 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
10610 ($(DO_X)): Don't pass down XTRAFLAGS.
10611
10612Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10613
10614 * configure.in (mips*-dec-bsd*): New target; do build linker.
10615 (mips*-*-bsd*): New target; don't build linker.
10616
10617Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
10618
10619 * configure.in: support rs6000-*-lynxos* configuration.
10620 support sunos4 as a cross target.
10621
10622 * config.sub: look for lynx*, not lynx since the OS version may
10623 legitimately be part of the name.
10624
10625Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10626
10627 * configure.in (i[34]86-*-sco*): Move to be with other i386
10628 targets.
10629 (romp-*-*): New target. Skip various binary utilities.
10630 (vax-*-*): New target. Don't build newlib.
10631 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
10632
10633Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10634
10635 * configure.in: Only set host_makefile_frag if config
10636 directory exists.
10637
10638Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10639
10640 * install.sh: If $dstdir exists, don't check whether each
10641 component does.
10642
10643Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10644
10645 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
10646
10647Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
10648
3b75d237
AJ
10649 * configure.in (*-*-lynxos*): Don't configure newlib for either
10650 native or cross Lynx.
6599da04
JM
10651
10652Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
10653
10654 * config.sub (sparc64-elf): Fix os.
10655 (z8k): Remove duplicate.
10656
10657Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10658
10659 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10660 gcc/stmp-fixproto, to try to prevent fixproto from being run.
10661
10662Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
10663
10664 * configure: Make file links cleanly even if Lynx fails on
e490616e 10665 an NFS symlink (at least fail cleanly).
6599da04
JM
10666
10667Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
10668
10669 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10670 -XNh2000.
10671
10672Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10673
10674 * configure: Unknown options are fatal again.
10675
10676Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
10677
10678 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 10679 compatibility.
6599da04
JM
10680
10681Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
10682
10683 * build-all.mk: Add `clean' target.
10684
10685Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10686
10687 * config.guess: Add SINIX support.
10688 * configure.in: Add mips-*-sysv4* support.
10689
10690Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
10691
10692 * build-all.mk: Document all useful targets.
10693 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10694 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
10695
10696Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10697
10698 * configure: Support --silent, --quiet.
10699
10700Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10701
10702 * configure: Support --disable-FEATURE.
10703
10704Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10705
10706 * config.guess: Recognize NCR running SVR4.3.
10707
10708Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
10709
10710 * config.guess: Make BSDI generate i386-unknown-bsd386.
10711 Patch from Paul Eggert <eggert@twinsun.com>.
10712
10713Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10714
10715 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
10716
10717Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10718
10719 * configure: Make unrecognized options give nonfatal warnings
10720 instead of fatal errors, and pass them to any subdirectory
10721 configures in case they recognize them.
10722 Make --x equivalent to --with-x.
10723
10724Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10725
10726 * configure: Add --enable-* options. Clean up usage message and
10727 some comments.
10728
10729Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
10730
10731 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
10732
10733Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10734
10735 * configure.in (hppa*-*-*): Enable binutils.
10736
10737Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10738
10739 * config.sub: Recognize cisco.
10740
10741Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
10742
10743 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
10744
10745Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10746
10747 * config.guess: about target *-hitachi-hiuxwe2, don't print more
10748 than one configuration name. Add comment.
10749
10750Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
10751
10752 * config.guess: about target *-hitachi-hiuxwe2, fixed
10753 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
10754 macro is incorrect.]
10755
10756Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10757
10758 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
10759 than the "make ls" stuff which used to be here.
10760
10761Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
10762
10763 * config.guess: Recognize i[34]86-unknown-freebsd.
10764 From Shawn M Carey <smcarey@rodan.syr.edu>.
10765
10766Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
10767
10768 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
10769
10770Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10771
10772 * config.guess: Check for ptx.
10773
10774Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
10775
10776 * config.sub: Add os9k checking.
10777
10778Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10779
10780 * config.guess: Handle OSF1 running on HPPA processors
10781
10782Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
10783
10784 * configure: If subdir configure fails, print out a message with
10785 subdirectory name, in case subdir's configure code didn't identify
10786 itself.
10787
10788Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
10789
10790 * configure.in: Remove embedded newlines from configdirs.
10791 Avoid mismatches of substrings. Fix matching strings at end
10792 of configdirs.
10793
10794Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
10795
10796 * config.guess: Add Lynx/rs6000 config support.
10797
10798Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
10799
10800 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
10801
10802Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
10803
10804 * configure.in (hppa*-*-osf*): Treat this just like most other
10805 PA configurations (eg no binutils or ld).
10806 (hppa*-*-*elf*): These configurations have binutils and ld.
10807
10808Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10809
10810 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
10811
10812Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10813
10814 * configure.in (rs6000-*-*): Build gas.
10815
10816Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10817
e490616e 10818 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
10819
10820Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10821
10822 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
10823 for GDB and GDB has been fixed to not need it.
10824
6599da04
JM
10825Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10826
10827 * config.guess: Recognize vax hosts.
10828
10829Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10830
10831 * configure (while loop): Don't use "break 2" inside case
10832 statement -- the case statement isn't an enclosing loop.
10833
10834Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
10835
10836 * config.guess: Clean up NeXT support, to allow nextstep
10837 on Intel machines. Make OS be nextstep.
10838
10839Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
10840
10841 * config.guess: Add alternate forms for Convex.
10842
10843Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
10844
10845 * configure: Completely rewrite option processing. Take
10846 advantage of pattern-matching to avoid invoking test frequently.
10847 Also clean up host and target defaulting logic.
10848
10849Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10850
10851 * Makefile.in: Replace all occurrances of "rootme" with "r" and
10852 "$${rootme}" with "$$r", to increase the likelihood that the do-*
10853 commands (plus user environment) will fit SCO limits.
10854
10855Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10856
10857 * configure.in: Don't issue warnings about directories which are
10858 not being configured if -norecursion is set. Correct test for
10859 --with-gnu-as and --with-gnu-ld to not get confused by substring
10860 matches.
10861
10862 * configure.in: Don't build gas for alpha-dec-osf1*.
10863
10864Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
10865
10866 * configure: Back out Per's change of 12/19/1993. It changes the
10867 behavior of configure in unexpected and confusing ways.
10868
10869 Also, use different delim char when calculating
10870 program_transform_name so that the name can contain slashes.
10871
10872Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
10873
10874 * configure.in, config.sub: Add support for VSTa micro-kernel.
10875
10876Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
10877
10878 * configure.in: Nuke hacks which were used to get a special
10879 version of GAS for HPPA configurations.
10880
10881Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
10882
10883 * configure: If only ${target_alias} is given, use that
10884 as the default for ${host_alias}.
10885 * configure: Add missing back-slashes before nested quotes.
10886
10887Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
10888
10889 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
10890
10891Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
10892
10893 * config.guess: Recognize some Tektronix configurations.
10894 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
10895
10896Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
10897
10898 * config.sub: Match any flavor of SH.
10899
10900Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
10901
10902 * configure.in: Don't try to configure newlib for Alpha.
10903
10904Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10905
10906 * configure.in: Don't build ld for Irix 5. Don't build gas,
10907 libg++ or libio for any Alpha target.
10908
10909 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
10910
10911Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
10912
10913 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
10914 default arguments -- so it tried to compress itself.
10915
10916Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
10917
10918 * configure.in (notsupp): ensure that a space is always at the end
10919 of the configdirs list, since the grep checks for an explicit space
10920
10921Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10922
10923 * configure.in (target i386-sysv4.2): don't build ld, since static
10924 versions of many libraries are not available.
10925
10926Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10927
10928 * config.guess: Recognize Apollos (using environment variables).
10929 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
10930
10931Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10932
10933 * config.guess: Recognize Sony news mips running newsos.
10934
10935Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
10936
10937 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
10938 "fi ; else" for bash.
10939
10940Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
10941
10942 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
10943
10944Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
10945
10946 * config.sub: accept unixware as an alias for svr4.2.
10947 Fix some inconsistancies with the gcc version.
10948
10949Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10950
10951 * Makefile.in (DISTDOCDIRS): Add gdb.
10952
10953Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
10954
10955 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
10956
10957Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
10958
10959 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
10960 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
10961 this now.
10962
10963Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10964
10965 * config.sub: Accept hiux* as an OS name.
10966
10967 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
10968 etc/make-stds.texi. The underscore came from gcc, and dje now
10969 agrees that RUNTESTFLAGS is the correct name.
10970
10971Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
10972
10973 * install.sh: Remove 'set -e'. It makes any conditionals
10974 in the script useless.
10975
10976 * config.guess: Automatically recognize arm-acorn-riscix
10977 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
10978
10979Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
10980
10981 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
10982
10983Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
10984
10985 * Makefile.in (DISTDOCDIRS): New variable.
10986 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 10987 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
10988
10989Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
10990
10991 * configure.in (hppa target): check the source directory for the
10992 pagas sub-directory
10993
10994Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
10995
10996 * config.sub: Allow -aout* and -elf*.
10997
10998Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
10999
11000 * configure.in: Don't build ld on i386-solaris2, same as for
11001 sparc-solaris2.
11002
11003Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
11004
11005 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
11006
11007Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11008
11009 * configure.in: Configure gdb for alpha.
11010
11011Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11012
11013 * Makefile.in (CXXFLAGS): Add -O.
11014
11015Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11016
11017 * config.guess: added support for DG Aviion
11018
11019Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
11020
11021 * configure.in: Produce warning message for subdirectories not
11022 configurable for this host/target combination. Don't try to
11023 configure gdb for vms.
11024
11025Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
11026
11027 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
11028 appropriate files before making "diststuff".
11029 (DISTBISONFILES): New var: list of files to be edited.
11030 (DISTSTUFFDIRS): Add binutils.
11031
11032Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11033
11034 * config.sub: also handle mipsel and mips64el (for little endian mips)
11035
11036Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11037
11038 * configure.in: Add * to end of all OS names.
11039
11040Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
11041
11042 * configure.in: Build newlib for LynxOS native.
11043
11044Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11045
11046 * config.guess: Add support for delta 88k running SVR3.
11047
11048 * configure.in: Add comment about HP compiler vs. emacs.
11049
11050Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11051
11052 * configure.in: don't build ld on solaris2 (not a viable option
11053 due to bugs in getpwnam & getpwuid)
11054
11055Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
11056
11057 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
11058 config.guess will produce a full version number.
11059
11060Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11061
11062 * configure.in: Build linker and binutils for alpha-dec-osf1.
11063
11064Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11065
11066 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
11067 and gdb/testsuite/Makefile.in.
11068
11069Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11070
11071 * configure.in: recognize mips*- instead of mips-
11072
11073Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
11074
11075 * config.sub: Accept linux*coff and linux*elf as operating
11076 systems.
11077
11078Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11079
11080 * config.sub: Recognize mips64, and mips3 as an alias for it.
11081
11082Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11083
11084 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
11085 gdb knows how to handle OSF/1 shared libraries.
11086
11087Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11088
11089 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
11090 * config.guess: Recognize Hitachi's HIUX.
11091 * config.sub: Recognize h3050r* and hppahitachi.
11092 Remove redundant cases for hp9k[23]*.
11093
11094Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11095
11096 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
11097 if gas and ld are in the source tree and are in ${configdirs}.
11098 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 11099 --with options (but still pass them down on the command line,
6599da04
JM
11100 if they were explicitly specified).
11101
11102Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11103
11104 * configure: substitute SHELL value in Makefile.in with
11105 ${CONFIG_SHELL}
11106
11107Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11108
11109 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
11110 *-*-solaris2* targets.
11111
11112Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11113
11114 * Makefile.in: define M4, and pass it down to sub-makes;
11115 all-autoconf now depends on all-m4
11116
11117Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11118
11119 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
11120 presence of {ar,ranlib} instead of a configured directory
11121
11122Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11123
11124 * config.guess: Accept 34?? as well as 33?? for NCR.
11125
11126Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11127
11128 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
11129 of 'gas' in sed commands, since 'gash' is now in the tree as well.
11130
11131Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11132
11133 * configure: grab values for $(CC) and $(CXX) from the
11134 environment, so that someone can do "CC=gcc configure; make" and
11135 have it work right (matching the way that autoconf works now)
11136
11137 * configure.in, Makefile.in: add support for gash, the tcl
11138 interface to Galaxy
11139
11140 * config.guess: add NetBSD variants (hp300, x86)
11141
11142Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
11143
11144 * install.sh: Support -d option (in the manner of SunOS 4 install,
11145 as it is more deterministic than that of GNU install)
11146 (chmodcmd): Set file to mode 755 by default (should also do default
11147 chgrp and chown, but I don't feel like dealing with that now)
11148
11149Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
11150
11151 * config.sub: Remove h8300hhms alias.
11152
11153Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11154
11155 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
11156
11157Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11158
11159 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
11160 as stmp-fixinc
11161
11162Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
11163
11164 * config.sub: recognize m88110-bug-coff.
11165
11166Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11167
11168 * Makefile.in (all-libio): all dependencies on the toolchain used
11169 to build this (gcc, gas, ld, etc)
11170
11171Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11172
11173 * config.guess: Deal with OSF/1 1.3 on alpha.
11174
11175Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11176
11177 * install.sh: add some 'else true' clauses for portability
11178
11179 * configure.in: don't build libio for h8[35]00-*-* targets
11180
11181Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
11182
11183 * Makefile.in: Add support for new libio.
11184
11185Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11186
11187 * install.sh: If one command fails, don't try the rest. Don't try
11188 to remove $dsttmp (via trap) unless we have already created it.
11189 If $src doesn't exist, detect it and exit with an error.
11190
11191 * config.guess: Recognize BSD on hp300.
11192
11193Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
11194
11195 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
11196 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
11197
11198Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
11199
11200 * Makefile.in (all-send-pr): depends on all-prms
11201
11202Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11203
11204 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
11205
11206Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11207
11208 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
11209 Added test for mips-mips-riscos5.
11210
11211Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11212
11213 * configure.in: use mh-hp300 for 68k HP hosts
11214
11215Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11216
11217 * configure: add support for CONFIG_SHELL, so that you can use
11218 some alternate shell for evaluating configure scripts
11219
11220Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
11221
11222 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
11223 in configure script to bug-gdb@prep.ai.mit.edu when building
11224 distribution archive.
11225 * Makefile.in (COMPRESS): Remove def.
11226 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
11227 gdb.tar.Z and make-gdb.tar.Z respectively.
11228 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
11229 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
11230 to convergence with 'taz' target in Makefile.in.
11231
11232Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11233
11234 * install.sh (dsttmp): use trap to ensure that tmp files go
11235 away on error conditions
11236
11237Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11238
11239 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
11240
11241Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11242
11243 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
11244 its parent is '/' not ''.
11245
11246 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
11247
11248Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
11249
11250 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
11251 that ${newsrcdir}/configure.in does.
11252
11253Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11254
11255 * test-build.mk: support for CONFIG_SHELL
11256
11257Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
11258
11259 * config.sub (netware): Add as a basic system type.
11260
11261Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
11262
11263 * Makefile.in (Makefile): depend on configure.in. Also drop the
11264 $(srcdir)/ from the dependency on Makefile.in.
11265
11266Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
11267
11268 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
11269 (h8300hhms is temporary until multi-libraries are implemented).
11270 * configure.in: Handle h8300h too.
11271
11272Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11273
11274 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
11275
11276Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
11277
11278 * configure: Remove extraneous output when guessing host type.
11279 * config.guess: Remove extraneous output when guessing using C
11280 compiler rather than uname, or when guessing fails.
11281
11282Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11283
11284 * Makefile.in: remove all.cross and install.cross targets
11285
11286 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
11287 definitions
11288
11289Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
11290
11291 * configure.in (target sh): Build gprof.
11292
11293Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11294
11295 * config.sub: change -solaris to -solaris2
11296
11297Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11298
11299 * configure.in: Use config/mh-riscos for mips-*-sysv*.
11300
11301Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
11302
11303 * configure: Correct error message for missing Makefile.in to
11304 print correct directory.
11305
11306Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11307
11308 * install.sh: kludge around 386BSD shell bug
11309
11310Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
11311
11312 * config.guess: Recognize NeXT.
11313 * config.guess: Recognize i486-ncr-sysv4.
11314 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
11315
11316Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
11317
11318 * Makefile.in (MAKEINFOFLAGS): New variable.
11319 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
11320 * build-all.mk, test-build.mk: Pass down --no-split as
11321 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
11322
11323Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
11324
11325 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
11326
11327Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
11328
11329 * Makefile.in (libg++.tar.z): New rule.
11330 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
11331 * Makefile.in (taz): Only do a single chmod.
11332
11333Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
11334
11335 * install.sh: don't use dirname anymore (replaced with sed usage)
11336
11337Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
11338
11339 * Makefile.in: Change extension for gzip'd files from '.z' to
11340 '.gz' per new FSF standard usage.
11341
11342Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
11343
11344 * configure: put quotes around the final value of program_transform_name
11345
11346Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11347
11348 * Makefile.in: new install.sh support; update install-info rules
11349
11350Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
11351
11352 * configure.in: Build diff for crosses, but not for go32 host.
11353
11354 * configure.in: Build gprof only for native, and don't build it
11355 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
11356
11357Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
11358
11359 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
11360
11361Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11362
11363 * configure.in (host_tools): Add prms.
11364
11365Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11366
11367 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
11368 with $(FLAGS_TO_PASS) on the command line
11369
11370 * config.sub: Recognize lynx and lynxos
11371
11372Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
11373
11374 * config.sub: Accept -ecoff*, not just -ecoff.
11375
11376Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11377
11378 * Makefile.in (taz): Use .gz suffix instead of .z.
11379 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
11380 names.
11381
11382Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11383
11384 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
11385
11386Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11387
11388 * Makefile.in (install-no-fixedincludes): install gcc last, so
11389 that rebuilds that might happen during 'make install' don't get
11390 bogus gcc include files
11391
11392Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11393
11394 Change from Utah for HPPA support:
11395 * config.guess: Recognize hppa1.x-hp-bsd.
11396
11397Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
11398
11399 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
11400 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
11401
11402Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
11403
11404 * config.sub: Add support for rom68k and bug boot monitors.
11405
11406Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
11407
11408 * Makefile.in: Make all-opcodes depend on all-bfd.
11409
11410Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
11411
11412 * config.guess: Added special check for i[34]86-univel-sysv4*.
11413
11414Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
11415
11416 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
11417 the processor rather than assuming i486.
11418
11419Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11420
11421 * config.guess: Recognize SunOS6 as Solaris3.
11422
11423Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
11424
11425 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
11426 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
11427
11428Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
11429
11430 * build-all.mk (all-cross): New target for Canadian Cross.
11431 Added Q2 go32 targets.
11432 * test-build.mk: Configure go32 cross sparclite-aout and
11433 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
11434 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
11435
11436Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11437
11438 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
11439 GO32 hosted toolchains
11440
11441Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
11442
11443 * configure: change so "-exec-prefix" gets passed down rather
11444 than "-exec_prefix" so autoconf generated Makefiles get the
11445 exec_prefix set right.
11446
11447Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11448
11449 * config.guess: get the Solaris2 minor version number
11450
11451 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
11452
11453Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11454
11455 * config.guess: Recognize some Sequent platforms.
11456
11457Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11458
11459 * Makefile.in: added the vault-install target
11460
11461 * configure.in: actually use the Sun3 makefile fragment that's in
11462 config, also added the release dir to configdirs
11463
11464Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11465
11466 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
11467
11468Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11469
11470 * configure.in: remove some program from Alpha targetted toolchains
11471
11472Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
11473
11474 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
11475 gprof.
11476 (taz): Run "make diststuff" in those directories instead of "make
11477 proto-dir". Look for "VERSION=" only at start of line in subdir
11478 Makefile. Use "gzip -9" for compression.
11479 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
11480 (binutils.tar.z): New target.
11481
11482Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
11483
11484 * Makefile.in (taz): Include gpl.texinfo.
11485
11486Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
11487
11488 * Makefile.in (setup-dirs): Merged into "taz" target.
11489 (taz): Only do `proto-dir' stuff if a directory is actually needed
11490 for this target.
11491
11492Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
11493
11494 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
11495 (FLAGS_TO_PASS): Pass down MUNCH_NM.
11496 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
11497 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
11498 (gcc-no-fixedincludes): Correct for current gcc Makefile.
11499
11500Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
11501
11502 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
11503 config.sub, and move-if-change to gdb testsuite distribution
11504 archive, so the testsuite can be extracted, configured, and
11505 run separately from the gdb distribution. Blow away the Chill
11506 tests that require a Chill compiled executable, since GNU Chill
11507 is not yet publically available.
11508
11509Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11510
11511 * test-build.mk: set environment variables in a single command,
11512 instead of a list of assignments and exports
11513
11514 * config.guess: recognize Alpha/OSF1 systems
11515
11516Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11517
11518 * configure: Change help message to prefer --options rather than
11519 -options.
11520
11521Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11522
11523 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
11524 zippy@ecst.csuchico.edu.
11525 * config.guess: Recognize miniframe.
11526
11527Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
11528
11529 * Makefile.in: Use srcroot to find runtest rather than rootme.
11530 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
11531
11532Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
11533
11534 * test-build.mk: Extensive additions to support building on a
11535 machine other than the host.
11536
11537Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
11538
11539 * configure (tooldir): Fix for i386-aix again.
11540
11541Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
11542
11543 * configure, Makefile.in: Change definition of $(tooldir)
11544 to match the FSF.
11545
11546Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
11547
11548 * config.guess: Recognize i[34]86/SVR4.
11549
11550Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
11551
11552 * Makefile.in (all-gdb): gdb depends on sim.
11553
11554Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
11555
11556 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
11557 at the same time we make the prototype gdb directory.
11558 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
11559 files at the same time as the gdb base release distribution.
11560
11561Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
11562
11563 * Makefile.in (check): Use individual check targets rather than
11564 DO_X rule.
11565 (check-gcc): Added.
11566
11567Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
11568
11569 * config.sub: Use sysv3.2 not sysv32 for canonical OS
11570 for System V release 3.2.
11571
11572Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11573
11574 * config.sub: Recognize hppaosf.
11575 * configure.in: Do configure ld/binutils/gas for it.
11576
11577Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11578
11579 * configure (tooldir): Alter syntax used to set this, for systems
11580 where "\$" isn't handled right, like i386-aix.
11581
11582Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
11583
11584 * configure: Pass program-transform-name, not
11585 program_transform_name, to recursive configures.
11586
11587Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
11588
11589 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
11590 of gas+ld+binutils.
11591
11592Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
11593
11594 * config.guess: Recognize AIX3.2 as distinct from 3.1.
11595
11596Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11597
11598 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
11599
6599da04
JM
11600Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11601
11602 * Makefile.in (PRMS): Set back to all-prms.
11603
11604Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
11605
11606 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
11607 targets, rather than for MIPS hosts.
11608
11609Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11610
11611 * configure.in: add comment for --with-x default values
11612
11613 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
11614
11615 * Makefile.in: add check-* targets for each of the directories in
11616 the tree. Add a definition of RUNTEST that will use the one we
11617 just built, if it exists. Pass this down via FLAGS_TO_PASS.
11618
11619Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
11620
11621 * configure.in: Removed obsolete references to bfd_target and
11622 target_makefile_frag.
11623
11624 * build-all.mk: Set assorted targets for Q2.
11625 * config.sub: Recognize z8k-sim and h8300-hms.
11626 * test-build.mk: Really don't pass host to configure.
11627 (HOLES): Added uname.
11628
11629Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
11630
11631 * configure: Handle an empty program-prefix, program-suffix or
11632 program-transform-name correctly.
11633
11634Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
11635
11636 * build-all.mk: -G 8 no longer required for MIPS targets.
11637 * test-build.mk: Don't pass host argument to configure; make it
11638 guess.
11639
11640Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
11641
11642 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
11643 * Makefile.in (COMPRESS): New macro, like GZIP.
11644
11645Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
11646
11647 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
11648
11649 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11650 with gas currently defaults to -G 0.
11651
11652Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
11653
11654 * Makefile.in (all-flex): flex depends on byacc.
11655
11656 * build-all.mk: If host not specified, use config.guess. Pass TAG
11657 to test-build.mk as RELEASE_TAG.
11658 * test-build.mk (configargs): New variable containing arguments to
11659 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
11660 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11661
11662 * config.guess: Use /bin/uname when checking -X argument on SCO,
11663 to avoid invoking GNU uname which doesn't understand -X.
11664
11665 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11666
11667 * configure.in: Build gas for mips-*-*.
11668
11669Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11670
11671 * Makefile.in (all.normal): insert missing backslash.
11672
11673Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
11674
731a8127 11675 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
11676
11677 * Makefile.in: Complete overhaul to merge many almost identical
11678 targets.
11679
11680Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11681
11682 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11683 (gdb.tar.Z): Adjusted.
11684
11685 * Makefile.in (setup-dirs, taz): New targets; should be general
11686 enough to adapt for gdb sometime. Build only .z file.
11687 (gas.tar.z): New target.
11688
11689Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
11690
11691 * build-all.mk: Use CC=cc -Xs on Solaris.
11692
6599da04
JM
11693Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
11694
11695 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
11696 for handling BISON for FSF releases.
11697
11698Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11699
11700 * configure: Actually implement the change zoo just documented.
11701
11702Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11703
11704 * configure: when using config.guess, only set target_alias when
11705 it's not already been set (ie, on the command line)
11706
11707Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11708
11709 * Makefile.in: add installcheck target, set PRMS to install-prms
11710
11711Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11712
11713 * configure: add support for package_makefile_fragment, handle the
11714 case where a directory has a configure.in file but no Makefile.in
11715 more gracefully (with an actual understandable error message, even);
11716 add support for --without (and add this to the usage message); also
11717 explicitly add a --host=${host_alias} to the command line when
11718 config.guess is used
11719
11720Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
11721
11722 * configure: Must use both --host and --target in recursive calls.
11723
11724Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
11725
11726 * Makefile.in: Change deja-gnu to dejagnu.
11727
11728Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
11729
11730 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
11731
11732Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11733
11734 * configure.in: canonicalize all instances to *-*-solaris2*,
11735 also strip out a number of tools to not build for go32 host
11736
11737Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11738
11739 * config.guess: add GPL.
11740
11741 * Makefile.in, config.guess, config.sub, configure: bump
11742 copyrights to 93.
11743
11744Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
11745
11746 * Makefile.in (do-info): Removed obsolete check for existence of
11747 localenv file.
11748
11749 * Makefile.in (MAKEOVERRIDES): Define to be empty.
11750
11751Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11752
11753 * Makefile.in: a couple of 'else true' for decstation,
11754 support for TclX
11755
11756 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
11757
11758Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
11759
11760 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
11761
11762Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
11763
11764 * config.guess: Recognize i386-ibm-aix (PS/2).
11765 * configure.in: Use config/mh-aix386 file for it.
11766
11767Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
11768
11769 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
11770 CC_FOR_TARGET instead.
11771 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
11772
11773Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
11774
11775 * Makefile.in: Add sim to list of directories sent with gdb
11776
11777Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
11778
11779 * configure.in: Put back mips-dec-bsd* case.
11780
11781Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
11782
11783 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
11784 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
11785 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
11786
11787Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11788
11789 * configure.in: remove no-op mips-dec-bsd* in "case $target"
11790
11791 * Makefile.in (dir.info): only run gen-info-dir if it exists,
11792 (install-info): install dir.info only if it exists,
11793 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
11794
11795Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
11796
11797 * configure.in: For vms target, skip bfd, ld, binutils. Do build
11798 gas for mips-dec-bsd.
11799
11800Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
11801
11802 * configure (makesrcdir): If ${srcdir} is relative and not ".",
11803 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
11804
11805Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
11806
11807 * configure.in: Added "dejagnu" to hosttools list.
11808
11809Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11810
11811 * config.sub, configure.in, config.guess: Add support
11812 for Bosx, an AIX variant from Bull.
11813 Patches from F.Pierresteguy@frcl.bull.fr.
11814
11815Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
11816
11817 * devo/dejagnu: Initial creation of devo/dejagnu.
11818 Migrated dejagnu testcases and support files for testing software
11819 tools to reside as subdirectories, currently called "testsuite",
11820 within the directory of the software tool. Migrated all programs,
11821 support libraries, etc. beloging to dejagnu proper from
11822 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
11823 with no modifications. The changes to these files which will
11824 allow them to configure, build, and execute properly will be made
11825 in a future update.
11826
11827Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11828
11829 * Makefile.in: Change send_pr to send-pr.
11830 * configure.in: Likewise.
11831 * send_pr: Renamed directory to send-pr.
11832
11833Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
11834
11835 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
11836
11837Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
11838
11839 * README: Update for gdb-4.8 release.
11840 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
11841 gdb-xxx.tar.z (gzip'd) file also.
11842
11843Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11844
11845 * Makefile.in: make all-diff depend on all-libiberty
11846
11847Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
11848
11849 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
11850
11851Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11852
11853 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
11854
11855Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
11856
11857 * Makefile.in (DEVO_SUPPORT): Remove etc directory
11858 (ETC_SUPPORT): Only add the files GDB wants from etc/.
11859 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
11860
11861Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11862
11863 * Makefile.in: makeinfo binary is in a new location
11864
11865Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
11866
11867 * config.sub: Accept -ecoff as an OS.
11868
11869 * Makefile.in: Various changes to eliminate a level of make
11870 recursion and reduce the required command line length.
11871 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
11872 sub-makes.
11873 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
11874 variables holding settings for specific sub-makes.
11875 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
11876 in terms of BASE_FLAGS_TO_PASS.
11877 (TARGET_LIBS): New variable listing directories which use
11878 TARGET_FLAGS_TO_PASS.
11879 (subdir_do): Eliminated.
11880 (do-*): New set of targets to replace subdir_do.
11881 (various): All targets which used subdir_do now depend on do-*.
11882 (local-clean): Renamed from do_clean.
11883 (local-distclean): New target, dependency of distclean and
11884 realclean.
11885 (install-info): Don't create directories. Depend on dir.info
11886 rather than calling make recursively.
11887 (install-dir.info): Eliminated.
11888 (install-info-dirs): Create all info directories here.
11889 (dir.info): Depend upon do-install-info.
11890
11891 * test-build.mk (HOLES): Added false.
11892
11893Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
11894
11895 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
11896
11897Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11898
11899 * Makefile.in (info): remove dependency on all-texinfo. The
11900 problem was really in texinfo/C, not at this level.
11901
11902Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
11903
11904 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
11905
11906Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
11907
11908 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
11909 GDB releases.
11910
11911Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11912
11913 * configure: Include srcdir in message about target of link not
11914 being found. Don't convert `-' to `_' in `with' options being
11915 passed to subdirs.
11916
11917Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11918
11919 * configure.in: add uudecode to host_tools
11920
11921 * Makefile.in: added {all,install}-uudecode targets, added them to
11922 the appropriate lists
11923
11924Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
11925
11926 * Makefile.in (all-gcc): Added dependency on all-gas.
11927
11928 * configure.in (mips-*-*): Build ld and binutils.
11929
11930Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11931
11932 * configure: check return code from mkdir, print error message and
11933 exit on failure.
11934
11935Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
11936
11937 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
11938
11939Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
11940
11941 * test-build.mk (HOLES): Added tar, cpio and uudecode.
11942
11943Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
11944
11945 * config.sub (h8500): Recognize this as a cpu type.
11946
11947Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11948
11949 * configure: source directory missing is no longer a warning
11950
11951 * configure.in: recognize irix[34]* instead of irix[34]
11952
11953 * Makefile.in: define and pass down X11_LIB
11954
6599da04
JM
11955Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
11956
11957 * guess-systype: Renamed to ...
11958 * config.guess: ... by popular request.
11959 * configure.in, Makefile.in: Update accordingly.
11960
11961Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
11962
11963 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
11964 + Add Convex, Cray/Unicos, and Encore/Multimax support.
11965 + Execute ./dummy instead of assuming . is in PATH.
11966
11967Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
11968
11969 * guess-systype: New shell script. Attempts to guess the
11970 canonical host name of the executing host.
11971 Only a few hosts are supported so far.
11972 * configure: Call guess-systype if no host is specified.
11973
11974Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
11975
11976 * Makefile.in (gcc-no-fixedincludes): Made to work with current
11977 gcc Makefile.
11978
11979
11980Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
11981
11982 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
11983 (all-gcc, install-gcc, subdir_do): Use it.
11984
11985Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
11986
11987 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
11988
11989Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
11990
11991 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
11992 set exclusively by configure, using configure.in .
11993
11994Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11995
11996 * test-build.mk: set $PATH for all builds
11997
11998 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
11999
12000Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
12001
12002 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
12003 the one used in gcc/Makefile.in, so that a null expansion doesn't
12004 override the one needed to build gcc with a native cc.
12005
12006
12007Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12008
12009 * configure: Accept -with arguments.
12010
12011Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12012
12013 * Makefile.in: added h8300sim
12014
12015Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
12016
6599da04
JM
12017 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
12018 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
12019 (all-cygnus, native, build-cygnus): Make
12020 $(canonhost)-stamp-3stage-done, not $(host)....
12021 * test-build.mk (stamp-3stage-compared): Use tail +10c for
12022 i386-sco3.2v4. Added else true to if command.
12023
12024Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
12025
12026 * config.sub: (from FSF) Sequent uses a BSD-like OS.
12027
12028Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
12029
12030 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
12031
12032Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12033
12034 * configure.in: don't remove binutils from Solaris builds
12035
12036Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
12037
12038 * Makefile.in: get rid of earlier definitions for *clean,
12039 also handle the recursive info rule better
12040
12041Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
12042
12043 * Makefile.in (mostlyclean, distclean, realclean): Fix to
12044 do more-or-less the right thing.
12045
12046Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
12047
12048 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
12049 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
12050
12051Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12052
12053 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
12054 $(host_canonical).
12055
12056 * configure.in: split the configdirs list into 4 categories (native
12057 v. cross, library v. tool) and handle the cross-only and native-
12058 only in more reasonable (and correct!) way.
12059
12060Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
12061
12062 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
12063 configdirs anymore.
12064
12065Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12066
12067 * Makefile.in: extensive cleanup:: removed all of the explicit
12068 clean-* targets, collapsed many wrappers around subdir_do into
12069 one, added additional targets to satisfy standards.texi, deleted
12070 some old targets, some changes for consistency
12071
12072Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12073
12074 * configure.in: handle some programs as cross-only, and others as
12075 native only
12076
12077 * test-build.mk: handle partial holes in a more generic manner
12078
12079 * Makefile.in: m4 depends on libiberty
12080
6599da04
JM
12081Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12082
12083 * configure.in: add m4, textutils, fileutils, sed, shellutils,
12084 time, wdiff, and find to configdirs
12085
12086 * Makefile.in: all, clean, and install rules for the new programs
12087 added to configure.in
12088
12089Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12090
12091 * configure.in: use mh-sun for all *-sun-* hosts
12092
6599da04
JM
12093Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12094
12095 * Makefile.in: define flags for X11 include files and library file
12096 locations, pass them down to the programs that need this info
12097
12098 * build-all.mk: added a 'native' target, to 3stage the native toolchain
12099
6599da04
JM
12100Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12101
12102 * configure.in: start building libg++ for HP-UX targets
12103
12104Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
12105
12106 * README: Update references to files moved into etc/.
12107
12108Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
12109
12110 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
12111 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
12112
12113Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
12114
12115 * configure: accept dash as well as underscore in long option
12116 names for FSF compatibility.
12117
12118Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
12119
12120 * config.sub: added -sco3.2v4 support from FSF.
12121
12122Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12123
12124 * configure.in: expand the section that adds or removes
12125 directories from the list of programs to build, to handle native
12126 vs. cross in addition to host v. native
12127
12128Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
12129
12130 * Makefile.in: Replace C++ in macro names with CXX.
12131 This is less likely to break ...
12132
12133Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12134
12135 * test-build.mk: add -w to GNU_MAKE
12136
12137Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12138
12139 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
12140 add 'sparc' to list of recognized cpus. This needed to make
12141 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
12142 Delete some redundant ose68 variants. Recognize -wrs as an os,
12143 then changes that into $CPU-wrs-vxworks.
12144
12145 * configure.in: remove most references to gdbtest, regularize
12146 target based program removal
12147
12148 * test-build.mk: import from p3 tree (many fixes and changes)
12149
12150Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
12151
12152 * Makefile.in: added rules to handle tcl, tk, and expect
12153
12154 * configure.in: handle those directories if they exist
12155
12156Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12157
12158 * config.sub: removed bogus hppabsd and hppahpux names, since
12159 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
12160
12161Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12162
12163 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
12164 depends upon all-xiberty
12165
12166 * Makefile.in: changes from p3, including:
12167
12168 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
12169
12170 * Makefile.in (XTRAFLAGS): include newlib directories if
12171 newlib/Makefile exists, rather than if host != target.
12172
12173 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
12174
12175 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12176 from the same source tree and not building a cross-compiler. This
12177 matters for the libg++ configuration if reconfiguring a tree that
12178 has already been installed.
12179
12180 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
12181
12182 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12183 pick up the machine and system specific header files.
12184
12185 * Makefile.in: added AS_FOR_TARGET, passed down in
12186 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
12187 the C compiler to use to create programs which are run in the
12188 build environment, set it to default to $(CC), and passed it down
12189 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12190
12191 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
12192
12193 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
12194 We need them for unusual native builds, like systems without
12195 ranlib.
12196
12197 * configure: also define $(host_canonical) and
e490616e
ZW
12198 $(target_canonical), which are the full, canonical names for the
12199 given host and target
6599da04
JM
12200
12201Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
12202
12203 * Makefile.in: Added separate definitions for C++.
12204
12205Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
12206
12207 * configure.in (configdirs): Add deja-gnu.
12208
12209Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
12210
12211 * README: Update for configure.texi and gdb-4.7 release.
12212
12213Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
12214
12215 * Makefile.in: Move "all" target to top of file.
12216 Previously, first target was ".PHONY" which caused BSD4.4 make
12217 to build .PHONY when make was run without arguments.
12218
12219Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
12220
12221 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
12222 Library-copylefted code in libiberty.
12223
12224Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
12225
12226 * config.sub: Replace m68kmote with plain old m68k.
12227
12228Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
12229
12230 * Makefile.in: Remove space from blank line, avoid Make complaints.
12231
12232Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
12233
12234 * config.sub: Complain if no argument is given. Added support for
12235 386bsd as OS and target alias.
12236
12237Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
12238
12239 * Makefile.in (XTRAFLAGS): include newlib directories if
12240 newlib/Makefile exists, rather than if host != target.
12241
12242Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
12243
12244 * config.sub: recognize sparclite-wrs-vxworks.
12245
12246 * Makefile.in (install-xiberty): added *-xiberty make rules (from
12247 p3.) Added clean-xiberty to clean.
12248
12249Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12250
12251 * configure.in: use *-*-* instead of nested cases for host and target
12252
12253Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
12254
12255 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12256 from the same source tree and not building a cross-compiler. This
12257 matters for the libg++ configuration if reconfiguring a tree that
12258 has already been installed.
12259
12260Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
12261
12262 * config.sub (i486v/i486v4): Merge in from FSF version.
12263
12264Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
12265
12266 * configure: only set PWD if it is already set.
12267
12268Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
12269
12270 * configure: just set PWD=`pwd` at the top, since Ultrix sh
12271 doesn't have unset and all success paths (and most error paths)
12272 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
12273 to just ${PWD} to avoid confusion.)
12274
12275Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
12276
12277 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
12278 even for a native compilation.
12279
12280Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
12281
12282 Changes to make the gdb.tar.Z rule work better.
12283
12284 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
12285 (DEVO_SUPPORT): Add configure.texi.
12286 (bfd-ilrt.tar.Z): Remove ancient rule.
12287
12288Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
12289
12290 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12291 pick up the machine and system specific header files.
12292
12293 * configure.in, config.sub: added new target m68010-adobe-scout,
12294 with alias of adobe68k. Changed configure.in to check for
12295 -scout before -sco* to avoid a false match.
12296
12297 * Makefile.in: added AS_FOR_TARGET, passed down in
12298 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
12299 the C compiler to use to create programs which are run in the
12300 build environment, set it to default to $(CC), and passed it down
12301 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12302
12303Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
12304
12305 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
12306 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
12307 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
12308 FOR_TARGET variants, to newlib and libg++.
12309
12310Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
12311
12312 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
12313 first.
12314
12315Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
12316
12317 * config.sub: Accept `elf' as an environment.
12318
12319Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
12320
12321 * Makefile.in (all-opcodes): cd into the right directory
12322
12323Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
12324
12325 * configure: added -program_transform_name option, used as
12326 argument to sed when installing programs.
12327 configure.texi: added documentation for -program_prefix,
12328 -program_suffix and -program_transform_name.
12329
12330Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
12331
12332 * config.sub: Accept i486 where i386 ok.
12333
12334Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
12335
12336 * config.sub: accept we32k
12337
12338Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
12339
3b75d237 12340 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
12341
12342 * Makefile.in: don't create all directories for ``make install'';
12343 let the subdirectories create the ones they need.
12344
12345Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12346
e490616e 12347 * COPYING: new file, GPL v2
6599da04
JM
12348
12349Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12350
12351 * Makefile.in: use the new gen-info-dir, which needs a template
12352 argument (which also lives in texinfo)
12353
12354 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
12355
6599da04
JM
12356Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
12357
12358 * config.sub (ncr3000): Change i386 to i486.
12359
12360Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12361
12362 * Makefile.in: add install-rcs, install-grep to
12363 install-no-fixedincludes, removed install-bison and install-libgcc
12364
12365Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
12366
12367 * configure.in: grab the HPUX makefile fragment if on HPUX
12368
12369Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
12370
12371 * Makefile.in: eradicate bison spoor (ditto libgcc).
12372 configure.in: recognise m68{k,000}-ericsson-OSE.
12373 es1800 is alias for m68k-ericsson-OSE
12374
12375Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12376
12377 * configure.in: rearrange the parts that remove programs from
12378 configdirs, based now on HOST==TARGET or by canonical triple.
12379
12380Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12381
12382 * test-build.mk: recurse explicitly with -f test-build.mk when
12383 appropriate. predicate stage3 and comparison on the existence
12384 of gcc. That is, if gcc isn't around, we aren't three-staging.
12385 On very clean, also remove ...stamp-co. Build in-place before
12386 doing other builds.
12387
12388Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
12389
12390 * Makefile.in, configure.in: add tgas
12391
12392Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12393
12394 * Makefile.in: a number of changes merged in from progressive.
12395
12396 * configure.in: add libm.
12397
12398 * .cvsignore: ignore some stuff that comes from test-build.mk.
12399
6599da04
JM
12400Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
12401
12402 * config.sub: Add es1800 (m68k-ericsson-es1800).
12403
12404Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
12405
12406 * configure: Add program_suffix (parallel to program_prefix)
12407 * Makefile.in: adjust directory-creating script for losing decstation
12408
12409Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
12410
12411 * configure: Minor $subdir-related fixes.
12412
12413Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
12414
12415 * configure: fix various problems with propogating
12416 makefile_target_frag in subdirs.
12417 * configure.in: config libgcc if its there
12418
12419Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
12420
12421 * config.sub: HPPA merge.
12422
6599da04
JM
12423Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
12424
12425 * Makefile.in: Replace all-bison with all-byacc in all
12426 dependency lines for other tools (which now use byacc).
12427
12428Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
12429
12430 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
12431
6599da04
JM
12432Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
12433
12434 * Makefile.in: make gprof rules similar to byacc rules (instead of
12435 vestigal $(unsubdir) that didn't work...)
12436
12437Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
12438
12439 * config.sub: Add support for Linux.
12440 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
12441 (at least for libg++).
12442
12443Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
12444
12445 * configure.texi: fix doc for the -nfp option to configure
12446
12447Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
12448
12449 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
12450
12451Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
12452
12453 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
12454 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
12455 * configure.in: added solaris* host_makefile_frag hook.
12456
12457Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12458
12459 * config.sub: changed recognition of m68000 so that various
12460 m68k types can be specified via m680[01234]0
12461
12462Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12463
12464 * config.sub (basic_machine): fix sed so that '-foo' isn't
12465 completely substituted out while .+'-foo' loses the '-foo'
12466
12467Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
12468
12469 * config.sub ($os): Add -aout.
12470
12471Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
12472
12473 * configure: If host_makefile_frag is absolute, don't
12474 prefix ${invsubdir} (relevant to libg++ auto-configure).
12475
12476Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
12477
12478 * Makefile.in (tooldir): Define it.
12479 (all-ld): Depend on all-flex.
12480
12481Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
12482
12483 * Makefile.in (check): Fix libg++ special case.
12484
12485Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
12486
12487 * configure: do not bury `pwd` into config.status, thus do fewer
12488 pwd's.
12489
12490 * configure: print the "Building in" message only when building in
12491 other than "." AND verbose.
12492
63f6bcd7 12493 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
12494 configures.
12495
12496 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
12497
12498Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
12499
12500 * Makefile.in: macroize flags passed on recursion. remove
12501 fileutils.
12502
12503Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
12504
12505 * configure: get makesrcdir right for subdirs deeper than 1.
12506
12507 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
12508 install.
12509
12510Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
12511
12512 * Makefile.in: don't print subdir_do or recursion lines.
12513
12514Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
12515
12516 * standards.texi: added menu item.
12517
12518 * Makefile.in: build and install standards.info.
12519
12520 * standards.texi: new file.
12521
12522Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12523
12524 * configure: test for and move config.status pieces from
12525 ${subdir}/.
12526
12527Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
12528
6599da04
JM
12529 * configure: Test for existance of files before trying to mv
12530 them, to avoid numerous non-existance messages.
12531
12532Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
12533
12534 * configure: correct final line of config.status.
12535
12536 * configure: patch from eggert. Avoids a protection problem if
12537 the original Makefile.in is read only.
12538
12539 * configure: use move-if-change from gcc to create config.status.
12540 Some makefiles depend on config.status to tell if a directory
12541 has been reconfigured for a different host. This change
12542 prevents those directories from remaking everything in the case
12543 where the reconfig was only intended to rebuild a Makefile.
12544
12545 * configure: test for config.sub with "config.sub sun4" rather
12546 than "config.sub ${host_alias}". Otherwise we can't tell a bad
12547 host alias from a missing config.sub.
12548
12549Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12550
12551 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
12552 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
12553
12554Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
12555
12556 * configure: mkdir ${subdir} as needed.
12557
12558Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
12559
12560 * Makefile.in,configure.in: added autoconf.
12561
12562Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12563
12564 * Makefile.in: no longer pass against on recursion.
12565
12566 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
12567 definitions are not inherited.
12568
12569 * configure: correct makesrcdir when subdir is .
12570
12571Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
12572
12573 * configure: Add support for 'subdirs' variable, which is
12574 like 'configdirs', except that configure doesn't re-invoke
12575 itself for subdirs, it just creates a Makefile for each subdir.
12576 * configure.texi: Document subdirs.
12577
12578Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12579
12580 * configure.in: added flex to configdirs
12581
12582Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
12583
12584 * Makefile.in: remove clean-stamps from clean.
12585
12586Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
12587
12588 * configure.in: Add gdbtest to configdirs.
12589
12590Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
12591
12592 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
12593 to recursive makes.
12594 * configure.in: Recognize new ncr3000 config.
12595
12596Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
12597
12598 * Makefile.in, configure.in: removed references to gdbm.
12599
12600Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
12601
12602 * config.sub: Don't canonicalize os value
12603 newsos* to bsd (readline needs to check for newsos).
12604 (This fix was earlier made Jan 31, but got re-broken.)
12605
12606Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
12607
12608 * configure.in: sco is an os, not a vendor!
12609
12610 * configure: Quote $( better. Keep various shells happy.
12611
12612Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
12613
12614 * Makefile.in: eliminate stamp-files.
12615
12616Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
12617
12618 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
12619 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
12620
12621Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
12622
12623 * config.sub: fix iris/iris3.
12624
12625Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
12626
12627 * configure: re-add -rm.
12628
12629Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
12630
12631 * Maskefile.in: add .stmp-rcs to all.
12632
12633 * configure.in: remove gas from rs6000 build, use aix host fragment.
12634
12635Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
12636
12637 * configure: pass down site_option during recursion.
12638
12639Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
12640
12641 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
12642
12643Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
12644
12645 * configure: Change exec_prefix so that it really defaults to prefix.
12646
12647Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
12648
12649 * Makefile.in, configure.in: Add support for mmalloc library.
12650
12651Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
12652
12653 * Makefile.in: add stmp dependencies for a few more things.
12654
12655Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
12656
12657 * configure: adjusted error message on objdir/srcdir configure
12658 collision, per john's suggestion.
12659
12660 * Makefile.in: add libiberty stmp to all and all.cross.
12661
12662Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
12663
12664 * Makefile.in: remove force dependencies, add grep to all.
12665
12666Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
12667
12668 * Makefile.in: drop flex. make stamp files work.
12669
12670 * configure: added test for conflicting configuration in srcdir,
12671 remove trailing slashes from srcdir. Otherwise emacs gdb mode
12672 gets cranky. use relative paths for configure and srcdir
12673 whenever possible. Send some error messages to stderr that were
12674 going to stdout.
12675
12676Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
12677
12678 * Makefile.in: Fix libg++ rule to check for gcc directory
12679 before using gcc/gcc. Also pass XTRAFLAGS.
12680
12681Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
12682
12683 * Makefile.in: added stmp-files so that directories aren't polled
12684 when they are already built.
12685
12686 * configure.texi: fixed a node pointer problem.
12687
12688Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
12689
731a8127 12690 * config.sub configure.in gdb/configure.in
6599da04
JM
12691 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12692 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12693 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
12694
12695Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12696
12697 * configure: -recurring becomes -silent. corrected help message
12698 for -site= option.
12699
12700 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
12701
12702Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12703
12704 * configure: when building Makefile for crosses, replace
12705 tooldir and program_prefix. default srcdir from location of
12706 config.sub. remove "for host in hosts" and "for target in
12707 targets" loops.
12708
12709Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12710
12711 * Makefile.in: Do not pass bindir or mandir to cvs.
12712
12713Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12714
12715 * Makefile.in, configure.in: removed traces of namesubdir,
12716 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12717 copyrights to '92, changed some from Cygnus to FSF.
12718
12719 * configure.texi: remove most references to multiple hosts,
12720 multiple targets, subdirs, etc.
12721
12722 * configure.man: removed rcsid. reference config.sub not
12723 config.subr.
12724
12725 * Makefile.in: mkdir $(infodir) on install-info.
12726
12727Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
12728
12729 * configure.texi: Explain better about .gdbinit and about
12730 the environment that configure.in sections run in.
12731
12732Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
12733
12734 * configure.in: Ultrix is only a decstation if it's a MIPS.
12735
12736Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
12737
12738 * README: DOC.configure => cfg-paper.texi.
12739
12740Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
12741
12742 * config.sub (near case $os): Don't convert newsos* to bsd!
12743
12744Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
12745
12746 * Makefile.in: Reinstall change from gdb-4.3 that reduces
12747 the number of copies of COPYING that go into the GDB tar file.
12748
12749Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
12750
731a8127 12751 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
12752 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
12753 Fix SCO configuration stuff.
12754
12755Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
12756
12757 * Makefile.in: For libg++, make sure the -I pointing
12758 to the gcc directory goes *after* all the libg++-local -I flags.
12759 Also, move just-gcc dependency from just-libg++ to all-libg++.
12760
12761Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
12762
12763 * configure: Change -x to -f to keep Ultrix /bin/test happy.
12764
12765Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
12766
12767 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
12768
12769Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
12770
12771 * config.sub: Add stratus configuration frags. Also
12772 submitted to FSF.
12773
12774Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
12775
12776 * Makefile.in (DEV_SUPPORT): add configure.man.
12777
12778 * config.sub(Decode manufacturer-specific): add -none*.
12779
12780Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
12781
12782 * Makefile.in: remove form feeds to make Sun's make happy.
12783 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
12784
12785Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
12786
12787 * Makefile.in (AR_FLAGS): Make quieter.
12788
12789Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
12790
12791 * configure.in: Add libg++.
12792 * configure: When verbose, don't output the command line at each
12793 level; it will be unremarkably the same as the previous version,
12794 which will be the same as what the user typed.
12795
12796Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
12797
12798 * configure.in, Makefile.in: fix clean-info, add flex. add
12799 fileutils.
12800
12801 * configure: be less sensitive to spaces in Makefile.in. Do not
12802 look for sources in "..". Doing so breaks subdirectories that
12803 might have their own configure. If a subdir has it's own
12804 configure script, use it.
12805
12806Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
12807
12808 * cfg-paper.texi: some changes suggested by rms.
12809
12810Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
12811
12812 * config.sub: Merge in some small additions from the FSF version,
12813 taken from the gcc distribution, to bring the Cygnus and FSF
12814 versions into closer sync.
12815
12816Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
12817
12818 * configure.in: Changed svr4 references to sysv4.
12819
12820Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
12821
12822 * configure: added -V for version number option.
12823
12824Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
12825
12826 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
12827 renamed from DOC.configure to cfg-paper.texi.
12828
12829Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12830
12831 * configure, config.subr, config.sub: config.subr is now
12832 config.sub again.
12833
12834Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
12835
12836 * configure.texi: new file, in progress.
12837
12838 * Makefile.in: build info file and install the man page for
12839 configure.
12840
12841 * configure.man: new file, first cut.
12842
12843 * configure: find config.subr again now that configuration "none"
12844 has gone. removed all traces of the -ansi option. removed all
12845 traces of the -languages option.
12846
12847 * config.subr: resync from rms.
12848
12849Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12850
12851 * configure, config.sub, config.subr: merge config.sub into
12852 config.subr, call the result config.subr, remove config.sub, use
12853 config.subr.
12854
12855 * Makefile.in: revised install for dir.info.
12856
12857Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12858
12859 * configure.in: add decstation host makefile frag.
12860
12861 * Makefile.in: BISON now bison -y again. also install-gcc on
12862 install. clean-gdbm on clean. infodir belongs in datadir.
12863 Make directories for info install. Build dir.info here then
12864 install it.
12865
12866Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12867
12868 * Makefile.in: fix for bad directory tests.
12869
12870Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12871
12872 * configure: \{1,2\} appears to be a sysv'ism. Use a different
12873 regexp. -srcdir relative was being handled incorrectly.
12874
12875 * Makefile.in: unwrapped some for loops so that parallel makes
12876 work again and so one can focus one's attention on a particular
12877 package.
12878
12879Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12880
12881 * configure: added PWD as a stand in for `pwd` (for speed). use
12882 elif wherever possible. make -srcdir work without -objdir.
12883 -objdir= commented out.
12884
12885Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12886
12887 * configure: +options become --options. -subdirs commented out.
12888 added -host, -datadir. Renamed -destdir to -prefix. Comment in
12889 Makefile now at top of generated Makefile. Removed cvs log
12890 entries. added -srcdir. create .gdbinit only if there is one
12891 in ${srcdir}.
12892
12893 * Makefile.in: idestdir and ddestdir go away. Added copyrights
12894 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
12895 and mandir now keyed off datadir by default.
12896
12897Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12898
12899 * Freshly created ChangeLog.
12900
12901\f
12902Local Variables:
12903mode: change-log
12904left-margin: 8
12905fill-column: 76
12906version-control: never
12907End: