]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
unwind-dw2.h: Move cfa-related variables into struct frame_state_reg_info to ensure...
[thirdparty/gcc.git] / ChangeLog
CommitLineData
b4364fa2
CL
12006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
2
3 * MAINTAINERS (Write After Approval): Move myself to
4 Write After Approval section.
5
70ec446f
KG
62006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7
8 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
9 need_gmp anymore.
10 * configure: Regenerate.
11
018c8d88
TB
122006-10-16 Tobias Burnus <burnus@net-b.de>
13
14 * MAINTAINERS (Write After Approval): Add myself.
15
f6a1687e
BE
162006-10-16 Ben Elliston <bje@au.ibm.com>
17
18 * config.guess: Import latest version.
19 * config.sub: Likewise.
20
b5422ad7
BM
212006-10-10 Brooks Moses <bmoses@stanford.edu>
22
23 * Makefile.def: Added pdf target handling.
24 * Makefile.tpl: Added pdf target handling.
25 * Makefile.in: Regenerated.
26
bdcee471
CL
272006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
28
29 * MAINTAINERS: Add self as score port maintainer.
30
7d610414
BM
312006-10-04 Brooks Moses <bmoses@stanford.edu>
32
33 * MAINTAINERS (Write After Approval): Add myself.
34
e48d66a9
SK
352006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
36
37 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
38 or newer.
39 * configure: Regenerated.
40
c394e891
DB
412006-09-27 Dave Brolley <brolley@redhat.com>
42
43 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
44 $s instead of $r.
45 * configure: Regenerated.
46
1ee4c5a0
TS
472006-09-26 Thiemo Seufer <ths@mips.com>
48
49 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
50 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
51 * configure: Regenerate.
52
5997afc3
GP
532006-09-24 Graeme Peterson <gridly@gmail.com>
54
55 * MAINTAINERS (Write After Approval): Remove myself.
56
0c502898
CF
572006-09-22 Chao-ying Fu <fu@mips.com>
58
59 * MAINTAINERS (Write After Approval): Add myself.
60
a7819e42
JM
612006-09-10 Joseph S. Myers <joseph@codesourcery.com>
62
63 * MAINTAINERS: Add self as soft-fp maintainer.
64
652006-09-09 Anatoly Sokolov <aesok@post.ru>
66
67 * MAINTAINERS: Add myself as avr maintainer.
68 Remove Marek Michalkiewicz as avr maintainer.
827d0991 69
e8288489
RC
702006-09-07 Roberto Costa <roberto.costa@st.com>
71
72 * MAINTAINERS (Write After Approval): Add myself.
73
b91f0a41
CV
742006-08-30 Corinna Vinschen <corinna@vinschen.de>
75
76 * configure.in: Never build newlib for a Mingw host.
77 Never build newlib as Mingw target library.
78 Test the existence of winsup/cygwin for building a Cygwin newlib,
79 rather than just winsup.
80 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
81 building a Mingw target.
82 * configure: Regenerate.
83
094c07a0
EB
842006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
85
86 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
87
8d1171cb
PB
882006-07-25 Paolo Bonzini <bonzini@gnu.org>
89
90 * config.guess: Import from src (was more updated).
91 * config.sub: Likewise.
92
2e9e6f68
DJ
932006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
94
95 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
96 * configure: Regenerated.
97
57255173
PB
982006-07-18 Paolo Bonzini <bonzini@gnu.org>
99
cc6010cd
AP
100 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
101 for stages after the first.
57255173 102
9fbe6585
JJ
1032006-07-17 Jakub Jelinek <jakub@redhat.com>
104
105 * Makefile.def: Add dependencies for configure-opcodes
106 on configure-intl and all-opcodes on all-intl.
107 * Makefile.in: Regenerated.
108
18c3f977
BE
1092006-07-13 Ben Elliston <bje@au.ibm.com>
110
111 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
112
27b56ba6
PE
1132006-07-06 Paul Eggert <eggert@cs.ucla.edu>
114
115 Port to hosts whose 'sort' and 'tail' implementations
116 treat operands with leading '+' as file names, as POSIX
117 has required since 2001. However, make sure the code still
118 works on pre-POSIX hosts.
119 * ltmain.sh: Don't assume "sort +2" is equivalent to
120 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
121
ad6d4e43
UW
1222006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
123
124 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
125
706601d9
PG
1262006-07-04 Peter O'Gorman <peter@pogma.com>
127
128 * ltconfig: chmod 644 before ranlib during install.
129
0b50988a
EB
1302006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
131
132 PR bootstrap/18058
133 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
134 if the bootstrap compiler is a GCC version that supports it.
135 * configure: Regenerate.
136
b6348cb3
PB
1372006-07-03 Paolo Bonzini <bonzini@gnu.org>
138
95695ad3 139 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
140 * configure: Regenerate.
141
1546bb64
PB
1422006-07-03 Paolo Bonzini <bonzini@gnu.org>
143
144 PR other/27063
145 * configure.in: Test subdir_requires and give an appropriate
146 error message.
147 * configure: Regenerate.
148
5cb6c629
AJH
1492006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
150
151 * MAINTAINERS (Write After Approval): Add myself.
152
f4d8cdf8
JDA
1532006-06-22 John David Anglin <dave.anglin@nrc.ca>
154
155 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
156
4fe5abb7
SE
1572006-06-22 Steve Ellcey <sje@cup.hp.com>
158
159 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
160
2a79fd67
DA
1612006-06-20 David Ayers <d.ayers@inode.at>
162
163 PR bootstrap/28072
164 * configure.in: Add target-boehm-gc to noconfigdirs depending on
165 whether target-libjava is being configured instead of whether the
166 java front end is enabled.
167 * configure: Regenerate.
168
04879af3
RO
1692006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
170
171 PR target/27540
172 * configure.in: Only enable libgomp on IRIX 6.
173 * configure: Regenerate.
174
ec6c7392
PB
1752006-06-15 Paolo Bonzini <bonzini@gnu.org>
176
177 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
178 too.
179 * Makefile.in: Regenerate.
180
12973d7a
DD
1812006-06-13 Jeff Johnston <jjohnstn@redhat.com>
182
183 * config-ml.in: Alter CCASFLAGS to include special
184 multilib options the same as is done for CFLAGS.
185
c67ed86a
JDA
1862006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
187
188 * configure.in: Don't enable libgomp on hpux10.
189 * configure: Rebuilt.
190
cb253473
DA
1912006-06-12 David Ayers <d.ayers@inode.at>
192
193 PR bootstrap/27963
194 PR target/19970
195 * configure.in: Remove target-boehm-gc from noconfigdirs where
196 ${libgcj} is specified.
197 * configure: Regenerate.
198
32845532
CD
1992006-06-06 Carlos O'Donell <carlos@codesourcery.com>
200
201 Sync from src:
202
203 * configure.in: Sync.
204 * configure: Regenerated.
205
206 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
207
208 * Makefile.def: Added dependencies from sim and gdb on intl, and
209 added configure dependencies to everything with an all dependency
210 on intl.
211 * Makefile.in: Regenerated.
212
7cd0cf9c
DA
2132006-06-06 David Ayers <d.ayers@inode.at>
214
215 PR libobjc/13946
216 * Makefile.def: Add dependencies for libobjc which boehm-gc.
217 * Makefile.in: Regenerate.
218 * configure.in: Add --enable-objc-gc at toplevel and have it
219 enable boehm-gc for Objective-C.
220 Remove target-boehm-gc from libgcj.
221 Add target-boehm-gc to target_libraries.
222 Add target-boehm-gc to noconfigdirs where ${libgcj}
223 is specified.
224 Assert that boehm-gc is supported when requested for Objective-C.
225 Only build boehm-gc if needed either for Java or Objective-C.
226 * configure: Regenerate.
227
3ff3adad
PB
2282006-06-05 Paolo Bonzini <bonzini@gnu.org>
229
230 PR 27674
231 * Makefile.tpl (configure-[+prefix+][+module+],
232 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
233 Remove rule to unstage bootstrapped modules.
234 (stage_current): New.
235 * Makefile.in: Regenerate.
236
898e551d
LB
2372006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
238
239 * MAINTAINERS (Write After Approval): Update my e-mail address.
240
ea60341e
MS
2412006-06-01 Mark Shinwell <shinwell@codesourcery.com>
242
243 * include/libiberty.h: Declare pex_run_in_environment.
244
222ae291
AL
2452006-05-31 Asher Langton <langton2@llnl.gov>
246
247 * MAINTAINERS (Write After Approval): Add myself.
898e551d 248
e9a54b07
PB
2492006-05-25 Paolo Bonzini <bonzini@gnu.org>
250
251 * Makefile.def (bfd, opcodes): Fix lib_path.
252 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
253 (restrap): Move under "@if gcc-bootstrap". Fix typo.
254 * Makefile.in: Regenerate.
255
03e67131
CD
2562006-05-24 Carlos O'Donell <carlos@codesourcery.com>
257
258 * Makefile.in: Regenerate.
259
65d6e994
CD
2602006-05-24 Carlos O'Donell <carlos@codesourcery.com>
261
262 * Makefile.def: Add install-html target. Add datarootdir
263 docdir and htmldir to flags_to_pass.
264 * Makefile.tpl: Add install-html target.
265 * Makefile.in: Regenerate.
266 * configure.in: Add --with-datarootdir, --with-docdir, and
267 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
268 * configure: Regenerate.
269
9e299237
MS
2702006-05-24 Mark Shinwell <shinwell@codesourcery.com>
271
272 * configure.in: Enable gprof for cross builds.
273 * configure: Regenerate.
274
c31202cd
RG
2752006-05-22 Richard Guenther <rguenther@suse.de>
276
277 Revert
278 2006-01-31 Richard Guenther <rguenther@suse.de>
279 Paolo Bonzini <bonzini@gnu.org>
280
281 * Makefile.def (target_modules): Add libgcc-math target module.
282 * configure.in (target_libraries): Add libgcc-math target library.
283 (--enable-libgcc-math): New configure switch.
284 * Makefile.in: Re-generate.
285 * configure: Re-generate.
286 * libgcc-math: New toplevel directory.
287
2a332582
JDA
2882006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
289 Andreas Tobler <a.tobler@schweiz.ch>
290
291 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
292 * configure: Rebuilt.
293
ccce6917
SL
2942006-05-12 Sandra Loosemore <sandra@codesourcery.com>
295
296 * MAINTAINERS (Write After Approval): Add myself.
297
ed606bc0
DD
2982006-05-01 DJ Delorie <dj@redhat.com>
299
3d8f47a0 300 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
301 * configure: Regenerate.
302
9386bd20
RG
3032006-05-01 Richard Guenther <rguenther@suse.de>
304
305 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
306 maintainer.
307
7b3bd503
KZ
3082006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
309
310 * MAINTAINERS (Write After Approval): Add myself.
311
87ceee72
JB
3122006-04-28 Jan Beulich <jbeulich@novell.com>
313
314 * MAINTAINERS (Write After Approval): Add myself.
315
e88a2c09
DD
3162006-04-18 DJ Delorie <dj@redhat.com>
317
318 * configure.in (m32c): Build libstdc++-v3. Pass flags to
319 reference libgloss so that libssp can be built in a combined
320 tree.
321 * configure: Regenerate.
322
675f0a8a
RM
3232006-04-08 Robert Millan <rmh@gcc.gnu.org>
324
325 * MAINTAINERS (Write After Approval): Add myself.
326
27b6c940
BE
3272006-04-05 Ben Elliston <bje@au.ibm.com>
328
329 * configure.in: Require makeinfo 4.4 or higher.
330 * configure: Regenerate.
331
687b17d4
GP
3322006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
333
334 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
335 Rearrange the entries of other libraries to have them in one place.
336
906ac235
JB
3372006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
338
339 * MAINTAINERS (Write After Approval): Remove myself.
340 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
341
fb0103e5
RG
3422006-03-14 Richard Guenther <rguenther@suse.de>
343
344 * configure: Regenerate with autoconf 2.13.
345
17237f6b
JB
3462006-03-13 Jim Blandy <jimb@codesourcery.com>
347
348 * MAINTAINERS: Use my work address.
bed31434
JB
349
350 * MAINTAINERS: Update my E-mail address.
351
27079765
AH
3522006-03-10 Aldy Hernandez <aldyh@redhat.com>
353
354 * configure.in: Handle --disable-<component> generically.
355 * configure: Regenerate.
356
54a17039
L
3572006-03-01 H.J. Lu <hongjiu.lu@intel.com>
358
359 PR libgcj/17311
360 * ltmain.sh: Don't use "$finalize_rpath" for compile.
361
b9bd11ca
EE
3622006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
363
364 * MAINTAINERS (Write After Approval): Remove myself.
365 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
366
e9a54b07
PB
3672006-02-21 Rafael Avila de Espindola <rafael.espindola@gmail.com>
368
072b06f2
RE
369 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
370 (TARGET_CONFIGDIRS): Remove.
371 * configure.in: Remove AC_SUBST(target_configdirs).
372 * Makefile.in, configure: Regenerated.
ee2312f3 373
936e1a35
SK
3742006-02-20 Steven G. Kargl <kargls@comcast.net>
375
376 * MAINTAINERS (Write After Approval): Remove myself.
377 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
378
cc11cc9b
PB
3792006-02-20 Paolo Bonzini <bonzini@gnu.org>
380
381 PR bootstrap/25670
382
383 * Makefile.tpl ([+compare-target+]): Print explanation messages.
384
385 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
386 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
387 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
388 BUILD_PREFIX, BUILD_PREFIX_1.
389 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
390
391 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
392 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
393
394 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
395 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
396 of `cat stage_current`. Always provide the `r' and `s' variables.
397 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
398 a single shell execution.
399 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
400 bootstrapped modules, make the stage1 module if the build was not
401 started yet, else build the current stage.
402 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
403 (all-build, all-host, all-target, [+make_target+]-host,
404 [+make_target+]-target): Do not use \-continued lines.
405 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
406 (current_stage, restrap, stage_last): New.
407
408 * Makefile.in: Regenerate.
409 * configure: Regenerate.
410
63a7c9ef
BD
4112006-02-19 Bud Davis <jmdavis@link.com>
412
413 * MAINTAINERS (Write After Approval): Remove myself.
414 (Language Front End Maintainers): Add myself as fortran 95
415 maintainer and update e-mail address.
416
a3543e3a
FXC
4172006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
418
419 * MAINTAINERS (Write After Approval): Remove myself.
420 (Language Front End Maintainers): Add myself as fortran 95
421 maintainer.
422
ca5b1d2c
VK
4232006-02-16 Victor Kaplansky <victork@il.ibm.com>
424
425 * MAINTAINERS (Write After Approval): Add myself.
426
0499513f
TK
4272006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
428
429 * MAINTAINERS (Write After Approval): Remove myself.
430 (Language Front End Maintainers): Add myself as
431 fortran 95 maintainer.
432
d1f8db0c
PB
4332006-02-14 Paolo Bonzini <bonzini@gnu.org>
434
435 Sync from src:
436
437 2005-12-27 Leif Ekblad <leif@rdos.net>
438
cc6010cd
AP
439 * configure.in: Add support for RDOS target.
440 * configure: Regenerate.
d1f8db0c
PB
441
4422006-02-14 Paolo Bonzini <bonzini@gnu.org>
443 Andreas Schwab <schwab@suse.de>
444
cc6010cd 445 * configure: Regenerate.
d1f8db0c 446
cac90078
DE
4472006-02-12 David Edelsohn <edelsohn@gnu.org>
448
449 * configure.in (enable_libgomp): Add AIX.
450 * configure: Regenerate.
451
bd37fbf5
MK
4522006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
453
454 * MAINTAINERS (Write After Approval): Add myself.
455
23027b7a
LM
4562006-02-03 Lee Millward <lee.millward@gmail.com>
457
458 * MAINTAINERS (Write After Approval): Add myself.
459
0058967b
RG
4602006-01-31 Richard Guenther <rguenther@suse.de>
461 Paolo Bonzini <bonzini@gnu.org>
462
463 * Makefile.def (target_modules): Add libgcc-math target module.
464 * configure.in (target_libraries): Add libgcc-math target library.
465 (--enable-libgcc-math): New configure switch.
466 * Makefile.in: Re-generate.
467 * configure: Re-generate.
468 * libgcc-math: New toplevel directory.
469
e8b05380
PB
4702006-01-26 Paolo Bonzini <bonzini@gnu.org>
471
472 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
473 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
474 the assembler, linker and binutils.
475 * configure: Regenerate.
476
d54d5437
DM
4772006-01-22 Dirk Mueller <dmueller@suse.de>
478
479 * MAINTAINERS (Write After Approval): Add myself.
480
670cbfcf
DN
4812006-01-20 Diego Novillo <dnovillo@redhat.com>
482
483 * configure: Regenerate.
484
953ff289
DN
4852006-01-18 Richard Henderson <rth@redhat.com>
486 Jakub Jelinek <jakub@redhat.com>
487 Diego Novillo <dnovillo@redhat.com>
488
489 * libgomp: New directory.
490 * Makefile.def: Add target_module libgomp.
491 * Makefile.in: Regenerate.
492 * configure.in (target_libraries): Add target-libgomp.
493 * configure: Regenerate.
494
32ce4048
AO
4952006-01-05 Alexandre Oliva <aoliva@redhat.com>
496
497 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
498 @ from continuation.
499 * Makefile.in: Rebuilt.
500
0eaf8e17 5012006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 502
c76c0c83
CL
503 * MAINTAINERS (Write After Approval): Add myself.
504
2d309510
PB
5052006-01-04 Paolo Bonzini <bonzini@gnu.org>
506
507 PR bootstrap/24252
508
509 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
510 * Makefile.tpl (OBJDUMP): New.
511 (EXTRA_HOST_FLAGS): Add it.
512 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
513
953ff289
DN
514 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
515 to use symbolic links between directories. Avoid race conditions
516 or make them harmless.
517 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
518
519 * Makefile.def (LEAN): Pass.
520 * Makefile.tpl (LEAN): Define.
521 (stage[+id+]-start): Accept that the previous directory does not
522 exist, if the bootstrap is lean.
523 (stage[+id+]-bubble): Invoke lean bootstrap commands after
524 stage[+id+]-start. Use a makefile variable and an `if' instead of a
525 configure substitution.
526 ([+compare-target+]): Likewise.
527 ([+bootstrap-target+]-lean): New.
528 * configure.in: Remove lean bootstrap support from here.
529
953ff289
DN
530 * Makefile.in: Regenerate.
531 * configure: Regenerate.
2d309510 532
368872c3
BE
5332006-01-04 Ben Elliston <bje@au.ibm.com>
534
535 * MAINTAINERS (libdecnumber): Add myself.
536
d79e6356
MM
5372006-01-02 Mark Mitchell <mark@codesourcery.com>
538
539 * libtool-ldflags: New script.
540
a6fbc1e2
AS
5412006-01-02 Andreas Schwab <schwab@suse.de>
542
543 * configure.in: When reconfiguring remove Makefile in
544 all stage directories.
545 * configure: Regenerate.
546
103a4b39
SB
5472005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
548
549 * MAINTAINERS: Update my email address.
550
212f829c
PB
5512005-12-20 Paolo Bonzini <bonzini@gnu.org>
552
553 Revert Ada-related part of the previous change.
554
555 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
556 Do not pass.
557 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
558 * Makefile.in: Regenerate.
559 * configure.in: Do not include mt-ppc-aix target fragment.
560 * configure: Regenerate.
561
8ef1f2df
PB
5622005-12-19 Paolo Bonzini <bonzini@gnu.org>
563
564 * configure.in: Select appropriate fragments for PowerPC/AIX.
565 * configure: Regenerate.
566
567 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
568 BOOT_CFLAGS, BOOT_LDFLAGS.
569 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
570 BOOT_CFLAGS, BOOT_LDFLAGS.
571 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
572 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
573 (stage): Fail if we cannot complete the work.
574 * Makefile.in: Regenerate.
575
ab34901f
NS
5762005-12-16 Nathan Sidwell <nathan@codesourcery.com>
577
578 * configure.in: Replace ms1 with mt.
579 * configure: Rebuilt.
580
cbe82f21
BM
5812005-12-15 Bryce McKinlay <mckinlay@redhat.com>
582
583 * MAINTAINERS: Update my email address.
584
19843472
PB
5852005-12-15 Paolo Bonzini <bonzini@gnu.org>
586
587 * Makefile.tpl (all, do-[+make_target+], do-check, install,
588 install-host-nogcc): Don't invoke $(stage) at the end.
589 * Makefile.in: Regenerate.
590
1ca26cd2
PB
5912005-12-14 Paolo Bonzini <bonzini@gnu.org>
592
593 * configure.in: Flip the top-level bootstrap switch.
594 * configure: Regenerate.
595
f41d6665
DJ
5962005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
597
598 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
599 $(stage) and $(unstage).
600 (EXTRA_TARGET_FLAGS): Correct double-quoting.
601 (all): Remove stray semicolon.
602 (local-distclean): Don't handle multilib.tmp and multilib.out.
603 (install.all): Set $s for consistency.
604 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
605 check_multilibs setting. Always make the install directory.
606 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
607 Correct @if/@endif.
608 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
609 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
610 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
611 (multilib.out): Remove.
612 * Makefile.in: Regenerated.
613
9174b3cf
CD
6142005-12-12 Carlos O'Donell <carlos@codesourcery.com>
615
616 * MAINTAINERS (Write After Approval): Add myself.
617
64f182bd
NS
6182005-12-12 Nathan Sidwell <nathan@codesourcery.com>
619
121b2cee
NS
620 * MAINTAINERS: Add myself as mt maintainer.
621
64f182bd
NS
622 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
623
a6d63770
AN
6242005-12-06 Adam Nemet <anemet@caviumnetworks.com>
625
626 * MAINTAINERS: Change email address.
627
2abefe3d
PB
6282005-12-05 Paolo Bonzini <bonzini@gnu.org>
629
630 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
631 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
632 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
633 Find in-tree tools if available.
634 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
635 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
636 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
637 (COMPILER_*_FOR_TARGET): New.
638 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
639 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
640 (CONFIGURED_*, USUAL_*): Remove.
641 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
642 STRIP): Use autoconf substitutions.
643 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
644 COMPILER_NM_FOR_TARGET): New.
645 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
646
647 (all): Make all-host and all-target in parallel.
648 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
649 that $$r and $$s are set before invoking a recursive make.
650 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
651 ([+bootstrap-target+]): Inline most of the `all' target.
652
2f3bdde7
BE
6532005-11-29 Ben Elliston <bje@au.ibm.com>
654
655 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
656 from the gcc build directory.
657 * Makefile.in: Regenerate.
658
a4b6c45a
BE
6592005-11-29 Ben Elliston <bje@au.ibm.com>
660
661 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
662 depend on all-libdecnumber.
663 * configure.in (host_libs): Include libdecnumber.
664 * Makefile.in: Regenerate.
665 * configure: Likewise.
666
473a74b9
BE
6672005-11-29 Ben Elliston <bje@au.ibm.com>
668
669 * libdecnumber: Import decNumber sources from the dfp-branch.
670
b4623110
KJ
6712005-11-21 Kean Johnston <jkj@sco.com>
672
673 * config.sub, config.guess: Sync from upstream sources.
674
67dc1785
BE
6752005-11-21 Ben Elliston <bje@au.ibm.com>
676
677 Import from Autoconf sources:
678
679 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
680 * config/move-if-change: Don't output "$2 is unchanged";
681 suggested by Ben Elliston. Handle weird characters correctly.
682
186abafe
AT
6832005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
684
685 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
686 to match upstream libtool for darwin.
687
ef9db8d5
DJ
6882005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
689
690 * Makefile.def: Remove gdb dependencies for gdbtk.
691 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
692 (configure-gdb, install-gdb): New rules.
693 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
694 * Makefile.in, configure: Regenerated.
695
9c5141ab
JB
6962005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
697
698 * MAINTAINERS (Write After Approval): Add myself.
699
4523d51b
EE
7002005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
701
702 * MAINTAINERS (Write After Approval): Add myself.
703
086b011c
DN
7042005-10-24 Diego Novillo <dnovillo@redhat.com>
705
706 * MAINTAINERS (alias analysis): Add Daniel Berlin and
707 Diego Novillo.
708
e7c84bf8
PB
7092005-10-22 Paolo Bonzini <bonzini@gnu.org>
710
711 PR bootstrap/24297
712 * Makefile.tpl (do-[+make-target+], do-check, install,
713 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
714 are set before recursing.
715 * Makefile.in: Regenerate.
716
b88a7564
EB
7172005-10-20 Eric Botcazou <ebotcazou@adacore.com>
718
719 PR bootstrap/18939
720 * Makefile.def (gcc) <target>: Fix thinko.
721 * Makefile.in: Regenerate.
722
61efc800
BS
7232005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
724
725 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
726 * configure: Regenerate.
727
f53d2869
JZ
7282005-10-15 Jie Zhang <jie.zhang@analog.com>
729
730 * MAINTAINERS (Write After Approval): Add self.
731
077fc835
KH
7322005-10-08 Kazu Hirata <kazu@codesourcery.com>
733
734 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
735 target-libffi, target-qthreads, target-libjava, and
736 targetlibobjc.
737 * configure: Regenerate.
738
d739199a
DJ
7392005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
740
741 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
742 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
743 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
744 (USUAL_OBJDUMP_FOR_TARGET): New.
745 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
746 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 747 * configure, Makefile.in: Regenerated.
d739199a 748
db38c6bb
PB
7492005-10-05 Paolo Bonzini <bonzini@gnu.org>
750
751 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
752 before other host packages.
753
3015564c
KK
7542005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
755
756 * MAINTAINERS: Add self as sh libraries/configury maintainer.
757
1061f99e
PB
7582005-10-05 Paolo Bonzini <bonzini@gnu.org>
759
760 PR bootstrap/22340
761
762 * configure.in (default_target): Remove.
763 * Makefile.tpl (all): Do not use prerequisites as subroutines
764 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
765 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
766 use prerequisites as subroutines.
767 (check-host, check-target): New.
768 (bootstrap configure & all targets): Do not use stage*-start
769 if the directory layout is already ok.
770 (non-bootstrap configure & all targets): Prepend a $(unstage).
771 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
772 (NOTPARALLEL): Remove.
773 (unstage, stage variables): New variables.
774 (unstage, stage targets): Simply expand to those variables.
775
776 * configure: Regenerate.
777 * Makefile.in: Regenerate.
778
4a9c436f
JW
7792005-10-04 James E Wilson <wilson@specifix.com>
780
781 * Makefile.def (lang_env_dependencies): Add libmudflap.
782 * Makefile.in: Regenerate.
783
37150080
AS
7842005-10-03 Andreas Schwab <schwab@suse.de>
785
786 Backport from libtool CVS:
787 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
788
789 * ltmain.sh: add support for installing into temporary
790 staging area (e.g. 'make install DESTDIR=...')
791
39d16468
L
7922005-10-03 H.J. Lu <hongjiu.lu@intel.com>
793
794 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
795 * configure: Regenerated.
796
72a7ab82
AP
7972005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
798
799 * configure: Regenerate with the correct
800 autoconf version.
801
6b65a26d
CM
8022005-09-30 Catherine Moore <clm@cm00re.com>
803
804 * configure.in (bfin-*-*): New.
805 * configure: Regenerated.
806
040b1c5a
GK
8072005-09-28 Geoffrey Keating <geoffk@apple.com>
808
809 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
810 (LIPO_FOR_TARGET): New.
811 (CONFIGURED_LIPO_FOR_TARGET): New.
812 (USUAL_LIPO_FOR_TARGET): New.
813 (STRIP_FOR_TARGET): New.
814 (CONFIGURED_STRIP_FOR_TARGET): New.
815 (USUAL_STRIP_FOR_TARGET): New.
816 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
817 STRIP_FOR_TARGET.
818 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
819 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
820 * Makefile.in: Regenerate.
821 * configure: Regenerate.
822
3a3c28db
DE
8232005-09-19 David Edelsohn <edelsohn@gnu.org>
824
825 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
826 (rs6000-*-aix*): Same.
827 * configure: Regenerate.
828
2749a921
TT
8292005-09-16 Tom Tromey <tromey@redhat.com>
830
831 * MAINTAINERS: Add self as java maintainer.
832
7f26dfa3
FXC
8332005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
834
835 * configure.in: Recognize f95 in the --enable-languages option,
836 and substitute it for fortran, issuing a warning.
837 * configure: Regenerate.
838
d8852c4f
PE
8392005-08-30 Phil Edwards <phil@codesourcery.com>
840
841 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
842 * configure: Regenerated.
843
ad685e81
AH
8442005-08-22 Aldy Hernandez <aldyh@redhat.com>
845
846 * MAINTAINERS: Add self as ms1 maintainer.
847
b00d752c
RE
8482005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
849
850 * Makefile.def (libssp): Add to lang_env_dependencies.
851 * Makefile.in: Regenerate.
852
9ed8fb9b
ILT
8532005-08-18 Ian Lance Taylor <ian@airs.com>
854
855 * MAINTAINERS: Add myself as middle-end maintainer.
856
0f029d39
CG
8572005-08-17 Christian Groessler <chris@groessler.org>
858
859 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
860 * Makefile.in: Regenerate.
861
81087874
AK
8622005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
863
864 * MAINTAINERS (write after approval): Added myself.
865
6a134f1c
MR
8662005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
867
868 * MAINTAINERS (Write After Approval): Add myself.
869
2693c0b0
PB
8702005-08-12 Paolo Bonzini <bonzini@gnu.org>
871
872 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
873 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
874 Look for alternate names of the target cc and c++
875 * configure: Regenerate.
876
4de997d1
PB
8772005-08-08 Paolo Bonzini <bonzini@gnu.org>
878
879 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
880 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
881 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
882 tools; remove code to manually set them.
883 (Target tools): Look in the environment for them.
884 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
885 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
886 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
887 build directory.
888 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
889 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
890 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
891 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
892 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
893 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
894 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
895 * configure: Regenerate.
896 * Makefile.in: Regenerate.
897
b089e33a
BE
8982005-07-28 Ben Elliston <bje@au.ibm.com>
899
900 * MAINTAINERS: Update for removed CPU targets.
901
e3791243
MM
9022005-07-27 Mark Mitchell <mark@codesourcery.com>
903
904 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
905 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
906 * Makefile.in: Regenerated.
907
526635cb
MM
9082005-07-26 Mark Mitchell <mark@codesourcery.com>
909
910 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
911 (CFLAGS_FOR_TARGET): Use it.
912 (CXXFLAGS_FOR_TARGET): Likewise.
913 * Makefile.in: Regenerated.
914 * configure.in (--with-build-sysroot): New option.
915 * configure: Regenerated.
916
19791f70
PB
9172005-07-24 Paolo Bonzini <bonzini@gnu.org>
918
919 * Makefile.tpl: Wrap install between unstage and stage
920 * Makefile.in: Regenerate.
921
35f5a23f
EC
9222005-07-21 Eric Christopher <echristo@apple.com>
923
924 * MAINTAINERS: Update affiliation.
925
ff3ddf15
PW
9262005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
927
928 * MAINTAINERS: Add self as crx port maintainer.
929
3a664c1c
DD
9302005-07-20 DJ Delorie <dj@redhat.com>
931
932 * MAINTAINERS: Add self as m32c maintainer.
933
539df155
KC
9342005-07-16 Kelley Cook <kcook@gcc.gnu.org>
935
936 * all files: Update FSF address.
937
be9c593a
EC
9382005-07-15 Eric Christopher <echristo@redhat.com>
939
940 * MAINTAINERS: Change affiliation.
941
fd7ea4ab
JB
9422005-07-14 Jim Blandy <jimb@redhat.com>
943
944 * configure.in: Add cases for Renesas m32c.
945 * configure: Regenerated.
946
0063a823
KC
9472005-07-14 Kelley Cook <kcook@gcc.gnu.org>
948
d0ca130a
KC
949 * COPYING.LIB: Update from fsf.org.
950
9512005-07-14 Kelley Cook <kcook@gcc.gnu.org>
952
953 * COPYING, compile, config.guess,
0063a823
KC
954 config.sub, install-sh, missing, mkinstalldirs,
955 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 956 * config-ml.in: Update FSF address.
0063a823 957
a8ba31f2
EC
9582005-07-13 Eric Christopher <echristo@redhat.com>
959
960 * configure.in: Add toplevel noconfigdir support for tpf.
961 * configure: Regenerate.
962
5bea4a03
PB
9632005-07-11 Paolo Bonzini <bonzini@gnu.org>
964
965 PR ada/22340
966
967 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
968 * Makefile.in: Regenerate.
969
284bdbbd
MM
9702005-07-07 Mark Mitchell <mark@codesourcery.com>
971
972 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
973 Brolley to write-after-approval.
974
452190fb
AS
9752005-07-07 Andreas Schwab <schwab@suse.de>
976
977 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
978 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
979 * Makefile.in: Regenerated.
980
9c8f9ec2
GK
9812005-07-06 Geoffrey Keating <geoffk@apple.com>
982
983 * configure.in: Don't build sim or rda when targetting darwin.
984 * configure: Regenerate.
985
ef0087a7
KH
9862005-07-06 Kazu Hirata <kazu@codesourcery.com>
987
988 * configure.in: Add --enable-libssp and --disable-libssp.
989 * configure: Regenerate with autoconf-2.13.
990
77008252
JJ
9912005-07-02 Jakub Jelinek <jakub@redhat.com>
992
993 * Makefile.def (target_modules): Add libssp.
994 * configure.in (target_libraries): Add target-libssp.
995 * configure: Rebuilt.
996 * Makefile.in: Rebuilt.
997
a04eae1b
ZW
9982005-07-01 Zack Weinberg <zackw@panix.com>
999
1000 * MAINTAINERS: Change email address. Resign from maintainership.
1001
948884cd
RG
10022005-07-01 Richard Guenther <rguenther@suse.de>
1003
1004 * MAINTAINERS: Change my e-mail address and affiliation.
1005
c7870f5d
PB
10062005-06-22 Paolo Bonzini <bonzini@gnu.org>
1007
1008 * Makefile.def (stagefeedback): Come after profile.
1009 Define profiledbootstrap target.
1010 * Makefile.tpl (profiledbootstrap): Remove.
1011 (stageprofile-end): Zap stagefeedback.
1012 (stagefeedback-start): Copy all .gcda files, not only GCC's.
1013 * Makefile.in: Regenerate.
1014
ab99519a
RS
10152005-06-13 Richard Sandiford <richard@codesourcery.com>
1016
1017 * MAINTAINERS: Update my email address.
1018
f610dd5f
ZW
10192005-06-13 Zack Weinberg <zack@codesourcery.com>
1020
1021 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
1022 In 'cpp' stanza, support '#line' as well as '# '.
1023
71bc2a83
AS
10242005-06-08 Andreas Schwab <schwab@suse.de>
1025
1026 * MAINTAINERS: Move myself from 'Write After Approval' to
1027 'CPU Port Maintainers' section as m68k maintainer.
1028
4fab7234
HPN
10292005-06-07 Hans-Peter Nilsson <hp@axis.com>
1030
1031 * configure.in (unsupported_languages): New macro.
1032 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
1033 non-ported target libraries in noconfigdirs.
1034 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
1035 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 1036 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
1037 unsupported_languages.
1038 * configure: Regenerate.
1039
68193f9b
TS
10402005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
1041
1042 * configure.in: Fix typo in handling of --with-mpfr-dir.
1043 * configure: Regenerate.
1044
f26f6b8d
RS
10452005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
1046
1047 * MAINTAINERS: Update my email address.
1048
ba4853f8
JB
10492005-06-02 Jim Blandy <jimb@redhat.com>
1050
1051 * config.sub: Add cases for the Renesas m32c. (This patch has been
1052 accepted into the master sources.)
1053
79dd769c 10542005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
1055 Michael Snyder <msnyder@redhat.com>
1056 Stan Cox <scox@redhat.com>
79dd769c 1057
f610dd5f 1058 * configure.in: Set noconfigdirs for ms1.
79dd769c 1059
f610dd5f 1060 * configure: Regenerate.
79dd769c 1061
d29e107f
JD
10622005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
1063
1064 * MAINTAINERS (Write After Approval): Add self.
1065
e93196c3
JC
10662005-06-01 Josh Conner <jconner@apple.com>
1067
1068 * MAINTAINERS (Write After Approval): Add self.
1069
ae263c7a
KH
10702005-06-01 Kazu Hirata <kazu@codesourcery.com>
1071
1072 * MAINTAINERS: Update my email address.
1073
585b3aa3
ZM
10742005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
1075
1076 * MAINTAINERS (Write After Approval): Add self.
1077
4930c50b
CD
10782005-05-26 Chris Demetriou <cgd@broadcom.com>
1079
1080 * MAINTAINERS (Write After Approval): Remove self.
1081
2dfbef6d
PB
10822005-05-25 Paolo Bonzini <bonzini@gnu.org>
1083
1084 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
1085 (Dependencies): Consider target modules for bootstrap dependencies.
1086 Make target bootstrap modules depend on each stage's gcc.
1087 * Makefile.in: Regenerate.
1088
bcb28cf5
PB
10892005-05-20 Paolo Bonzini <bonzini@gnu.org>
1090
1091 * Makefile.def (configure-gcc): Depend on binutils having been built.
1092 (all-gcc): No need to do it here.
1093 * Makefile.in: Regenerate.
1094
0cf085e4
PB
10952005-05-19 Paul Brook <paul@codesourcery.com>
1096
f610dd5f 1097 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
1098 language cannot be built.
1099 * configure: Regenerate.
1100
dfb2c39a
DJ
11012005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
1102
1103 * ylwrap: Import from Automake 1.9.5.
1104
771aaa92
DU
11052005-05-13 David Ung <davidu@mips.com>
1106
1107 * MAINTAINERS (Write After Approval): Add self.
1108
3ac9bd58
MS
11092005-05-09 Mike Stump <mrs@apple.com>
1110
1111 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
1112 lt_cv_sys_max_cmd_len for now.
f610dd5f 1113
f77a5578
SC
11142005-05-09 Stan Cox <scox@redhat.com>
1115
1116 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
1117
795e36e5
MK
11182005-05-08 Matt Kraai <kraai@ftbfs.org>
1119
1120 * README.SCO: Update the URL.
1121
c9392a2b
DE
11222005-05-05 David Edelsohn <edelsohn@gnu.org>
1123
1124 * ltconfig: Define file_list_spec. Pass file_list_spec and
1125 with_gnu_ld to libtool.
1126 * ltcf-c.sh (aix[45]): Define file_list_spec.
1127 * ltcf-cxx.sh (aix[45]): Same.
1128 * ltcf-gcj.sh (aix[45]): Same.
1129 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
1130 exists, write list of input files to temporary file.
1131
bebcd931
MS
11322005-05-04 Mike Stump <mrs@apple.com>
1133
1134 * configure.in: Always pass --target to target configures as
1135 otherwise rebuilds that do --recheck will fail.
1136 * confiugure: Rebuilt.
1137
ce406537
PB
11382005-05-04 Paolo Bonzini <bonzini@gnu.org>
1139
1140 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
1141 STAGE_HOST_EXPORTS.
1142 (configure, all): Add bootstrap support.
1143 (Host modules, target modules): Pass post-stage1 flags and exports.
1144 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
1145 * Makefile.in: Regenerate.
1146
aa9dcfc4
PB
11472005-04-29 Paolo Bonzini <bonzini@gnu.org>
1148
1149 * configure: Regenerate.
1150
b6f9abcf
MS
11512005-04-27 Mike Stump <mrs@apple.com>
1152
1153 * MAINTAINERS: Add self as darwin maintainer.
1154
acb217cb
BS
11552005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
1156
1157 * config.sub: Update from master copy.
1158
b6dae270
MS
11592005-04-21 Mike Stump <mrs@apple.com>
1160
1161 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
1162 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
1163
c2e0d3a9
HPN
11642005-04-19 Hans-Peter Nilsson <hp@axis.com>
1165
1166 * configure.in <crisv32-*-*, cris-*-*>: New local variable
1167 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
1168 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
1169 "*-*-elf" and "*-*-linux*".
1170 * configure: Regenerate.
1171
871ae772
JM
11722005-04-14 Joseph S. Myers <joseph@codesourcery.com>
1173
1174 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
1175
bf070c29
MS
11762005-04-12 Mike Stump <mrs@apple.com>
1177
1178 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
1179
e865b6f7
TK
11802005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
1181
1182 * MAINTAINERS (Write After Approval): Add myself.
1183
7b71ad7f
BS
11842005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
1185
1186 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
1187
25b42232
PB
11882005-04-06 Paolo Bonzini <bonzini@gnu.org>
1189
f610dd5f 1190 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
1191 (TARGET_CONFIGARGS): Include --with-target-subdir.
1192 (configure, all): New macros. Use them throughout.
1193 * Makefile.in: Regenerate.
1194
d727c624
JG
11952005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
1196
1197 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 1198
fff72cc4
ZD
11992005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
1200
1201 * MAINTAINERS: Remove 'loop unrolling' maintainer.
1202
86472dc3
GP
12032005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
1204
1205 * MAINTAINERS: Move John Carr to Write After Approval.
1206
5d0f90e5
R
12072005-03-30 J"orn Rennecke <joern.rennecke@st.com>
1208
1209 * config/mh-mingw32: Delete.
1210 * configure.in: Don't use it.
1211 * configure: Regenerate.
1212
33da42bc
PB
12132005-03-31 Paolo Bonzini <bonzini@gnu.org>
1214
1215 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
1216 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
1217 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
1218 (HOST_LIB_PATH): Generate from Makefile.def.
1219 (TARGET_LIB_PATH): Likewise.
1220 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
1221 * Makefile.in: Regenerate.
1222 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
1223 (RPATH_ENVVAR): Include Darwin case.
1224 * configure: Regenerate.
1225
15cc1841
TF
12262005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
1227
1228 * MAINTAINERS (Various Maintainers): Remove self.
1229 (Write After Approval): Add self.
1230
6a8c79d5
TF
12312005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
1232
1233 * MAINTAINERS (Various Maintainers): Add self.
1234
256f7136
PB
12352005-03-25 Paolo Bonzini <bonzini@gnu.org>
1236
1237 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
1238 * configure: Regenerate.
1239
191dd2c9
ZW
12402005-03-21 Zack Weinberg <zack@codesourcery.com>
1241
1242 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
1243 gcc_version, and gcc_version_trigger from set of flags to pass.
1244 * Makefile.tpl: Remove definitions of above variables.
1245 (config.status): Remove dependency on $(gcc_version_trigger).
1246 * Makefile.in: Regenerate.
1247 * configure.in: Do not reference config/gcc-version.m4 nor
1248 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
1249 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
1250 * configure: Regenerate.
1251
ef6e9bc0
MH
12522005-03-16 Manfred Hollstein <manfred.h@gmx.net>
1253 Andrew Pinski <pinskia@physics.uc.edu>
1254
1255 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
1256 * Makefile.in: Regenerate.
1257
009bbd5a
FW
12582005-03-13 Feng Wang <fengwang@nudt.edu.cn>
1259
1260 * MAINTAINERS (Write After Approval): Add myself.
1261
09f8755b
DA
12622005-03-03 David Ayers <d.ayers@inode.at>
1263
1264 * MAINTAINERS (Write After Approval): Add myself.
1265
e73ed25c
AO
12662005-03-01 Alexandre Oliva <aoliva@redhat.com>
1267
1268 PR libgcj/20160
1269 * ltmain.sh: Avoid creating archives with components that have
1270 duplicate basenames.
1271
ace9ac7b
AP
12722005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
1273
1274 PR bootstrap/20250
1275 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
1276 instead of check.
1277 * Makefile.in: Regenerate.
1278
c9db9354
PB
12792005-02-28 Paolo Bonzini <bonzini@gnu.org>
1280
1281 * Makefile.in: Regenerate to fix conflict between the previous two
1282 patches.
1283
215c351a
PB
12842005-02-28 Paolo Bonzini <bonzini@gnu.org>
1285
1286 PR bootstrap/17383
1287 * Makefile.def (target_modules): Remove "stage", now unnecessary.
1288 * Makefile.tpl (HOST_SUBDIR): New substitution.
1289 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
1290 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
1291 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
1292 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
1293 (Host modules, Bootstrapped modules): Use it.
1294 (Build modules, Target modules): Do not create symlink trees,
1295 always configure out-of-srcdir.
1296 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
1297 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
1298 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
1299 $(HOST_SUBDIR). Create a symlink for host_subdir.
1300
1301 * Makefile.in: Regenerate.
1302 * configure: Regenerate.
1303
5395b47b
NN
13042005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1305
1306 Merged from libada-gnattools-branch:
1307 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
1308
1309 * gnattools: New directory.
1310 * Makefile.def: Add gnattools as a module, depending on target-libada.
1311 * Makefile.in: Regenerate.
1312 * configure.in: Include gnattools in host_tools; disable it if ada
1313 is disabled.
1314 * configure: Regenerate.
1315
ca2cc05c
JM
13162005-02-24 James A. Morrison <phython@gcc.gnu.org>
1317
1318 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
1319 treelang maintainer.
1320 (Write After Approval): Remove myself.
1321
d2f3024f
PS
13222005-02-23 Paul Schlie <schlie@comcast.net>
1323
1324 * configure.in: Allow darwin targeted ports to build tk, itcl and
1325 libgui.
1326 * configure: Regenerate.
1327
bba5e0ca
EB
13282005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
1329
1330 PR libgcj/10353
1331 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
1332 * configure: Regenerate.
1333
70132ce7
SK
13342005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
1335
1336 * MAINTAINERS (Write After Approval): Add myself.
1337
20f0edca
ILT
13382005-02-10 Ian Lance Taylor <ian@airs.com>
1339
1340 * MAINTAINERS: Update my e-mail address.
1341
e64e5109
RG
13422005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
1343
1344 * MAINTAINERS (Write After Approval): Add myself.
1345
40d64b5a
HPN
13462005-01-29 Hans-Peter Nilsson <hp@axis.com>
1347
1348 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
1349 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
1350 target-libgloss when not *-*-elf and *-*-aout.
1351 * configure: Regenerate.
1352
54a12711
KH
13532005-01-23 Kazu Hirata <kazu@cs.umass.edu>
1354
1355 * MAINTAINERS: Remove obsolete entries.
1356
0aa99dbb
KH
1357 * MAINTAINERS (Write After Approval): Add Michael Matz.
1358
2b009f5f
NB
13592005-01-19 Neil Booth <neil@daikokuya.co.uk>
1360
1361 * MAINTAINERS: Remove self as cpplib maintainer.
1362
385870f5
KC
13632005-01-17 Kelley Cook <kcook@gcc.gnu.org>
1364
1365 * install-sh, config.sub: Import from upstream.
1366
e7daab31
KC
13672005-01-17 Kelley Cook <kcook@gcc.gnu.org>
1368
1369 PR bootstrap/18222
1370 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
1371 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
1372 * Makefile.in: Regenerate.
1373
e6003f4d
JT
13742005-01-16 Jason Thorpe <thorpej@netbsd.org>
1375
1376 * MAINTAINERS: Update my email address.
1377
145e2972 13782005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 1379 Andreas Schwab <schwab@suse.de>
145e2972
DE
1380
1381 PR bootstrap/18033
1382 * config-ml.in: Eval option if surrounded by single quotes.
1383
86c7e0da
PB
13842005-01-03 Paolo Bonzini <bonzini@gnu.org>
1385
1386 Revert 2004-12-28 Makefile changes, a better fix will be
1387 applied to mainline and src after GCC 4.0 branches.
1388
3224a22f
PB
13892004-12-28 Paolo Bonzini <bonzini@gnu.org>
1390
1391 PR bootstrap/17383
1392
1393 * Makefile.def (target_modules): Remove stage parameter,
1394 it is always true now.
1395 * Makefile.tpl (configure-build-[+module+],
1396 configure-target-[+module+]): Always build symlink tree
1397 for the directory and for include. BUILD_SUBDIR and
1398 TARGET_SUBDIR cannot be . anymore.
1399 * Makefile.in: Regenerate.
1400
aaf51ca2
DE
14012004-12-25 David Edelsohn <edelsohn@gnu.org>
1402
1403 Revert 2004-12-08 Makefile changes.
1404
4e32e454
DS
14052004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
1406
1407 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
1408 cygwin, mingw.
1409
669f01d8
AS
14102004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
1411
1412 * configure.in (sh64-*-*): Reenable gprof.
1413 * configure: Regenerate.
1414
1b227ee0
DE
14152004-12-08 David Edelsohn <edelsohn@gnu.org>
1416
1417 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
1418 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
1419 (EXTRA_TARGET_FLAGS): Add PICFLAG.
1420 * Makefile.in: Regenerate.
1421
ce5e944c
CF
14222004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
1423
1424 * MAINTAINERS: Update my email address.
1425
893f1e87
MK
14262004-12-07 Matt Kraai <kraai@ftbfs.org>
1427
1428 * Makefile.tpl: Generate normal dependencies if the LHS module is
1429 not bootstrapped.
1430 * Makefile.in: Regenerate.
1431
bb59c339
RS
14322004-12-03 Richard Sandiford <rsandifo@redhat.com>
1433
1434 * configure.in: Include config/gxx-include-dir.m4. Use
1435 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
1436 * configure: Regenerate.
1437
4982adbe
RS
14382004-12-03 Richard Sandiford <rsandifo@redhat.com>
1439
1440 * config.if: Delete.
1441 * configure.in: Set libstdcxx_incdir directly.
1442 * configure: Regenerate.
1443
05750653
EC
14442004-12-02 Eric Christopher <echristo@redhat.com>
1445
1446 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
1447 * Makefile.in: Regenerate.
1448
5fef1dbd
RS
14492004-12-02 Richard Sandiford <rsandifo@redhat.com>
1450
1451 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
1452 * configure: Regenerate.
1453
afabd8e6
RS
14542004-12-02 Richard Sandiford <rsandifo@redhat.com>
1455
1456 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
1457 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
1458 * configure: Regenerate.
1459
78716e86
EC
14602004-12-01 Eric Christopher <echristo@redhat.com>
1461
1462 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
1463 of things to remove.
1464
57ab8ba9
MK
14652004-11-29 Matt Kraai <kraai@ftbfs.org>
1466
1467 * MAINTAINERS (Write After Approval): Update my e-mail address.
1468
2539bffe
KC
14692004-11-29 Kelley Cook <kcook@gcc.gnu.org>
1470
1471 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
1472 from CVS libtool to always pass_all.
1473
3e732ba0
JDA
14742004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1475
1476 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
1477 (hppa*64*-*-*): Delete incorrect comment.
1478 * configure: Rebuilt.
1479
767f726e
KC
14802004-11-24 Kelley Cook <kcook@gcc.gnu.org>
1481
1482 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
1483
2c92e90f
KC
14842004-11-24 Kelley Cook <kcook@gcc.gnu.org>
1485
1486 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
1487 from CVS libtool to always pass_all.
1488
32f84e48
KC
14892004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1490
1491 * install-sh, compile: Import from automake.
1492
9587be8a
KC
14932004-11-15 Kelley Cook <kcook@gcc.gnu.org>
1494
1495 * config.guess, config.sub: Import from savannnah.
1496
04e81808 14972004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
1498
1499 * MAINTAINERS (Write After Approval): Add myself
1500
f87a2b2e
MS
15012004-11-12 Mike Stump <mrs@apple.com>
1502
1503 * Makefile.def: Add html support.
1504 * Makefile.tpl: Likewise.
1505 * Makefile.in: Regenerate.
1506
848556c2
GK
15072004-11-11 Geoffrey Keating <geoffk@apple.com>
1508
556f03c4
GK
1509 PR 18423
1510 * configure.in: Remove all instances of build-fixincludes from
1511 noconfigdirs.
1512 (build_configargs): Supply --target to subdirectories.
1513 * configure: Regenerate.
1514
848556c2
GK
1515 * Makefile.def: Make gcc install depend on fixincludes install.
1516 * Makefile.in: Regenerate.
1517
9e5712a5
JJ
15182004-11-10 Janis Johnson <janis187@us.ibm.com>
1519
1520 * MAINTAINERS: Add myself as gcc testsuite maintainer.
1521
4ef509c0
PB
15222004-11-11 Paul Brook <paul@codesourcery.com>
1523
1524 * MAINTAINERS: Add self as arm maintainer. Update email address.
1525
20d11df6
HPN
15262004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
1527
1528 * configure.in (noconfigdirs) [mmix-*-*]: Disable
1529 target-libgfortran.
79fd8592 1530 * configure: Regenerate.
20d11df6 1531
68c70f15
DE
15322004-11-07 David Edelsohn <edelsohn@gnu.org>
1533
1534 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
1535 like CC.
1536
54f88091
PB
15372004-11-05 Paolo Bonzini <bonzini@gnu.org>
1538
1539 * Makefile.def (host fixincludes): Specify missing targets.
1540 * Makefile.in: Regenerate.
1541
6866abb8
RC
15422004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
1543
1544 * MAINTAINERS: Add myself
1545
83f62578
GL
15462004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
1547
1548 * MAINTAINERS (Write After Approval): Add myself.
1549
53c7ffe7
GK
15502004-11-04 Geoffrey Keating <geoffk@apple.com>
1551
1552 * Makefile.def: Build fixincludes for the host, too.
1553 * Makefile.in: Regenerate.
1554 * configure.in (host_tools): Add fixincludes.
1555 * configure: Regenerate.
1556
ac8b3d9d
DJ
15572004-11-04 Daniel Jacobowitz <dan@debian.org>
1558
1559 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
1560 * configure: Regenerated.
1561
bab37580
L
15622004-11-04 H.J. Lu <hongjiu.lu@intel.com>
1563
1564 PR other/17783
1565 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
1566 * configure: Regenerated.
1567
db1de713
MM
15682004-10-31 Mark Mitchell <mark@codesourcery.com>
1569
1570 * README.SCO: Update per FSF instructions.
1571
a827e21a
EW
15722004-10-28 Eric B. Weddington <ericw@evcohs.com>
1573
1574 PR target/18151
1575 * configure.in (case ${target}): Do not build fixincludes for avr.
1576 * configure: Regenerated.
1577
9d069a4f
PB
15782004-10-26 Paolo Bonzini <bonzini@gnu.org>
1579
1580 * configure.in (case ${target}): Do not build fixincludes
1581 on platforms where it is not used.
1582 * configure: Regenerated.
1583
fc45f3fe
DJ
15842004-10-23 Daniel Jacobowitz <dan@debian.org>
1585
1586 * configure.in: Use an absolute path to install-sh.
1587 * configure: Regenerated.
1588
36554b92
AL
15892004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
1590
1591 * MAINTAINERS (Write After Approval): Add myself.
1592
88e9994a
KH
15932004-10-19 Kazu Hirata <kazu@cs.umass.edu>
1594
1595 * MAINTAINERS: Remove from Write After Approval those that are
1596 already maintainers.
1597
ad02a944
SP
15982004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
1599
1600 * MAINTAINERS: Update my email address.
1601
c8e6cd41
KC
16022004-10-12 Kelley Cook <kcook@gcc.gnu.org>
1603
1604 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
1605 * configure: Regenerate.
1606
ebe55024
R
16072004-10-07 J"orn Rennecke <joern.rennecke@st.com>
1608
1609 * MAINTAINERS: Update my email address.
1610
a8b0957e
KH
16112004-10-07 Kazu Hirata <kazu@cs.umass.edu>
1612
1613 * MAINTAINERS (Language Front Ends Maintainers): New. Move
1614 entries belonging to this category.
1615
96836f61
JZ
16162004-10-06 Josef Zlomek <josef.zlomek@email.cz>
1617
1618 * MAINTAINERS: Update my e-mail address.
1619
7e0b5752
PB
16202004-10-06 Paolo Bonzini <bonzini@gnu.org>
1621
1622 Fix wrong conflict resolution in:
1623
1624 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
1625
1626 * Makefile.in: Regenerate.
1627 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1628 in the recursive `make', instead of hardwiring `all'.
1629 (Autogenerated TARGET-* variables): New.
1630
370f7a47
TL
16312004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
1632
1633 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 1634 * configure: Regenerate.
370f7a47 1635
13e5d623
KH
16362004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1637
1638 * MAINTAINERS (Various Maintainers): Move the "windows,
1639 cygwin, mingw" maintainer to ...
1640 (OS Port Maintainers): ... here.
1641
a6497c1b
KH
16422004-10-04 Kazu Hirata <kazu@cs.umass.edu>
1643
1644 * MAINTAINERS (Write After Approval): Remove those that are
1645 maintainers of some subsystem.
1646
1abb828a
D
16472004-10-02 P.J. Darcy <darcypj@us.ibm.com>
1648
1649 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
1650 * ltcf-cxx.sh (tpf*): Likewise.
1651 * ltconfig (tpf*): Add TPF OS configuration support.
1652
16d1338d
BS
16532004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
1654
1655 * MAINTAINERS: Change my email address to my new work account.
1656
9082a750
MR
16572004-09-24 Michael Roth <mroth@nessie.de>
1658
1659 * configure.in (--without-headers): Add missing double quotes.
1660 * configure: Regenerate.
1661
07a8bdf8
KC
16622004-09-24 Kelley Cook <kcook@gcc.gnu.org>
1663
1664 * ylwrap: Revert to previous version.
1665
4c4a5bbc
L
16662004-09-23 H.J. Lu <hongjiu.lu@intel.com>
1667
1668 PR bootstrap/17369
1669 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
1670 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
1671 SET_GCC_LIB_PATH_CMD.
1672 (BASE_TARGET_EXPORTS): Likewise.
1673 * Makefile.in: Regenerated.
1674
1675 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
1676 * configure: Regenerated.
1677
85f59630
KC
16782004-09-23 Kelley Cook <kcook@gcc.gnu.org>
1679
1680 * config.guess: New upstream version
1681 * compile, depcomp, install-sh, ylwrap: Likewise.
1682
95c53c62
RS
16832004-09-19 Roger Sayle <roger@eyesopen.com>
1684
1685 * config/mh-x86omitfp: New host makefile fragment. Add
1686 -fomit-frame-pointer to the default BOOT_CFLAGS.
1687 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
1688 * configure: Regenerate.
1689
0a1c093b
AP
16902004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
1691
1692 PR target/11572
1693 * configure.in (*-*-darwin*): Renable libobjc.
1694 * configure: Regenerate.
1695
315fcf97
NS
16962004-09-10 Nathan Sidwell <nathan@codesourcery.com>
1697
1698 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
1699
0a050485 17002004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 1701
0a050485
DB
1702 * Makefile.def: Remove libbanshee.
1703 * Makefile.tpl: Ditto.
1704 * configure.in: Ditto.
1705 * Makefile.in: Regen.
1706 * configure: Ditto.
1707
5f4a098e
DE
17082004-09-08 David Edelsohn <edelsohn@gnu.org>
1709
1710 * ltmain.sh: Use $pic_object as $non_pic_object if
1711 $non_pic_object=none.
1712
32b2511f
PB
17132004-09-07 Paolo Bonzini <bonzini@gnu.org>
1714
1715 * missing: Import latest version from master repository.
1716
fc4d0e82
NC
17172004-09-06 Nick Clifton <nickc@redhat.com>
1718
1719 * config.sub: Import latest version from master repository.
1720 * config.guess: Likewise.
1721 This includes these changes:
78716e86 1722
fc4d0e82
NC
1723 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
1724
1725 * config.sub: Handle crisv32, alias etraxfs.
1726 * config.guess (crisv32:Linux:*:*): Handle.
1727
1728 2004-08-13 Brad Smith <brad@comstyle.com>
1729
1730 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
1731 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
1732
1733 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
1734
1735 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
1736 assume the processor is a powerpc. This is because coreutils
1737 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
1738 in this case, due to a MacOS X bug that causes
1739 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
1740 to return a negative number.
1741 Problem reported by Petter Reinholdtsen in:
1742 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
1743
1744 2004-07-19 Ben Elliston <bje@gnu.org>
1745
1746 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
1747
1748 2004-06-24 Ben Elliston <bje@gnu.org>
1749
1750 * config.guess: Update copyright years.
1751 * config.sub: Likewise.
1752
1753 2004-06-22 Robert Millan <robertmh@gnu.org>
1754
1755 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
1756 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
1757
1758 2004-06-22 Stanley F. Quayle <stan@stanq.com>
1759
1760 * config.guess (*:*VMS:*:*): New entry. Replaces
1761 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
1762 manufacturer.
1763
1764 2004-06-22 Ben Elliston <bje@gnu.org>
1765
1766 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
1767 * config.sub: Likewise.
1768
1769 2004-06-22 Ben Elliston <bje@gnu.org>
1770
1771 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
1772 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
1773
1774 2004-06-11 Ben Elliston <bje@gnu.org>
1775
1776 * config.guess (pegasos:OpenBSD:*:*): Remove.
1777
1778 2004-06-11 Ben Elliston <bje@gnu.org>
1779
1780 From Wouter Verhelst <wouter@grep.be>:
1781 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
1782
1783 2004-06-11 Ben Elliston <bje@gnu.org>
1784
1785 * config.guess (luna88k:OpenBSD:*:*): New.
1786
1787 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1788
1789 * config.guess (m32r*:Linux:*:*): New case.
1790 * config.sub: Handle m32rle.
1791
1792 2004-03-12 Ben Elliston <bje@wasabisystems.com>
1793
1794 From Jens Petersen <petersen@redhat.com>:
1795 * config.sub: Handle sparcv8.
1796
1797 2004-03-03 Ben Elliston <bje@wasabisystems.com>
1798
1799 From Tom Smith <smith@cag.lkg.hp.com>:
1800 * config.guess: Version suffixes are equally significant on Tru64
1801 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
1802 prefix of "P" (patched kernel).
1803
1804 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
1805
1806 * config.sub: Add support for National Semiconductor CRX target.
1807
2f4cc6bf
JJ
18082004-09-03 Janis Johnson <janis187@us.ibm.com>
1809
1810 * MAINTAINERS (Various Maintainers): Remove myself as web page
1811 maintainer, add myself as maintainer of build status lists.
1812
61fec9ff
JB
18132004-09-03 Jan Beulich <jbeulich@novell.com>
1814
1815 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
1816 *-*-netware, but add target-libmudflap.
1817 Consolidate *-*-netware targets (of which really only i?86 exists)
1818 into a single entry.
1819 * configure: Likewise.
1820
45f366ab
PB
18212004-09-01 Paolo Bonzini <bonzini@gnu.org>
1822
1823 * Makefile.tpl (sorry): Remove.
1824 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
1825 (cleanstrap targets): Depend on distclean, not distclean-stage1.
1826 (do-clean): Clean per-stage directories too.
1827 (do-distclean): Run distclean-stage1 too.
1828 (.NOTPARALLEL): Enable during toplevel bootstrap.
1829 (stage[+id+]-bubble): Enable parallel execution during
1830 the recursive invocation.
1831 * Makefile.in: Regenerate.
1832
1833 Fix previous checkin:
1834
1835 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
1836 include.
1837 * configure.in: Fix indentation.
1838 * configure: Regenerate.
1839
be8fff81
RB
18402004-08-31 Robert Bowdidge <bowdidge@apple.com>
1841
45f366ab
PB
1842 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
1843 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
1844 * configure: regenerate
78716e86 1845 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 1846 -mdynamic-no-pic
be8fff81
RB
1847
1848
71b5d516
PB
18492004-08-31 Paolo Bonzini <bonzini@gnu.org>
1850
1851 * Makefile.def (build_modules): Add fixincludes.
1852 (dependencies): Make gcc depend on fixincludes.
1853 * configure.in (build_tools): Add fixincludes.
1854 (build_configdirs): Always include build_libs.
1855 * Makefile.in: Regenerate.
1856 * configure: Regenerate.
1857
18582004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
1859
1860 * Makefile.def (bootstrap stages): Add 'lean' parameter.
1861 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
1862 phony targets; do not generate timestamp files.
1863 (distclean-stageN): Remove references to their timestamp files.
1864 (restageN, touch-stageN): Remove.
1865 (stageN-bubble): Rewritten.
1866 (compare): Support lean bootstraps.
1867 * Makefile.in: Regenerate.
1868
1869 * configure.in: Only warn when bootstrapping but
1870 build != host or build != target. Support lean bootstraps.
1871 * configure: Regenerate.
1872
ce7cbbb0
PE
18732004-08-26 Phil Edwards <phil@codesourcery.com>
1874
1875 * configure.in: Give a better error message if GMP/MPFR are missing
1876 and a language needing them has been requested.
1877 * configure: Regenerated.
1878
9c71a529
PE
18792004-08-25 Phil Edwards <phil@codesourcery.com>
1880
1881 * configure.in: Print a list of available language front-ends if
1882 a requested one is missing. Tidy stray tab characters.
1883 * configure: Regenerated.
1884
e3f92d3b
MK
18852004-08-19 Michael Koch <konqueror@gmx.de>
1886
1887 * gcc/doc/install.texi: Update entry about automake for libjava.
1888
c3f84f61
RM
18892004-08-17 Robert Millan <robertmh@gnu.org>
1890
1891 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
1892 (instead of FreeBSD).
1893 * configure: Regenerate.
1894
7c27e184
PB
18952004-08-16 Paolo Bonzini <bonzini@gnu.org>
1896
1897 * Makefile.in: Regenerate.
1898 * configure: Regenerate.
1899
1900 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
1901 stage_*_flags.
1902 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
1903 for bootstrapped modules if toplevel bootstrap is going.
1904 (GCC bootstrap): Generate per-stage targets for all bootstrapped
1905 modules. Adjust for changes in Makefile.def. Enable several
1906 rules even in non-bootstrap mode, just to avoid peppering the
1907 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
1908 (stage-[+prev+]-bubble): Remove.
1909
1910 * Makefile.def (Dependencies): Depend on all-build-bison,
1911 all-build-flex, all-build-byacc, all-build-texinfo, rather
1912 than the host variations.
1913 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
1914 with BUILD_SUBDIR.
1915 (BISON): Update for recent Bisons.
1916 (YACC): Fix typo.
1917 (cross): Depend on all-build.
1918 (all): Do not depend on all-build.
1919 (prebootstrap): Remove.
1920 (dep-kind): Accept separate prefixes for MODULE and ON variables.
1921 (Prebootstrap dependencies): Add them to the per-stage targets
1922 and to all-prebootstrap.
1923 * configure.in (build_configdirs): Always enable build_tools.
1924 (BUILD_DIR_PREFIX): Remove.
1925
1926 * Makefile.def (gcc): Add target variable.
1927 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
1928 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
1929 in the recursive `make', instead of hardwiring `all'.
1930 (Autogenerated TARGET-* variables): New.
1931
20f3bb80
BB
19322004-08-13 Brian Booth <bbooth@redhat.com>
1933
1934 * MAINTAINERS: Remove myself from write-after-approval.
1935
b5be499d
NN
19362004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
1937
1938 * src-release: Stop distributing mmalloc with gdb (which doesn't
1939 use it).
1940 * Makefile.def: GDB doesn't depend on mmalloc anymore.
1941 * Makefile.in: Regenerate.
1942
b3f8d95d
MM
19432004-08-09 Mark Mitchell <mark@codesourcery.com>
1944
1945 * configure.in (arm*-*-eabi*): New target.
1946 * configure: Regenerate.
1947
3589b69e
PB
19482004-08-06 Paolo Bonzini <bonzini@gnu.org>
1949
1950 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
1951 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
1952 (Dependencies): New section.
1953 * Makefile.tpl (Dependencies): Generate from Makefile.def.
1954 (configure-target-[+module+]): Depend on maybe-all-gcc
1955 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
1956 (toplevel profiledbootstrap): Fix dependencies.
1957 * Makefile.in: Regenerate.
1958
972974fc
MM
19592004-08-03 Mark Mitchell <mark@codesourcery.com>
1960
1961 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
1962 target-libiberty to noconfigdirs.
1963 * configure: Regenerate.
1964
bebf829d
PB
19652004-08-03 Paul Brook <paul@codesourcery.com>
1966
1967 * configure.in: Check for MPFR as well as GMP.
1968 * configure: Regenerate.
1969
98a5bb3b
RM
19702004-08-01 Robert Millan <robertmh@gnu.org>
1971
1972 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
1973 libmudflap for all GNU-based systems (with Glibc).
1974 * configure: Regenerate.
1975
d32ab992
PB
19762004-08-03 Paolo Bonzini <bonzini@gnu.org>
1977
1978 * Makefile.def (host-modules): Add gcc.
1979 * Makefile.in: Regenerate.
1980 * Makefile.tpl (sorry): New rule.
1981 (configure-host, all-host, [+make_target+]-host, do-check,
1982 install-host): Do not add gcc as a special case.
1983 (host modules): Add a small special-casing for gcc. Export
1984 extra_make_flags through the environment.
1985 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
1986 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
1987 other recursive targets for gcc): Remove.
1988
1989 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
1990 (stage, unstage): New rules.
1991 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
1992 distclean-stage[+id+]): Use stage_current.
1993 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
1994 the stage*-start rules.
1995
aeb732c1
GK
19962004-08-02 Geoffrey Keating <geoffk@apple.com>
1997
1998 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
1999 use -all_load flag.
2000
25b656e7
PB
20012004-08-02 Paolo Bonzini <bonzini@gnu.org>
2002
2003 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
2004 * configure: Regenerate.
2005
cc440d71
TM
20062004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
2007
2008 * maintainer-scripts/gcc_release: Revert yesterday's change.
2009
270e140b
SB
20102004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
2011
2012 * MAINTAINERS: Add myself to write-after-approval.
2013
3e4035f8
TM
20142004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
2015
2016 * libf2c: Removed.
2017 * gcc/gccbug.in: Updated because of libf2c removal.
2018 * maintainer-scripts/gcc_release: Ditto.
2019
a3e8d8b4
LR
20202004-07-09 Loren J. Rittle <ljrittle@acm.org>
2021
2022 * configure.in: Build libmudflap by default on FreeBSD.
2023 * configure: Regenerated.
2024
dfcada9a
MM
20252004-07-09 Mark Mitchell <mark@codesourcery.com>
2026
2027 * configure.in: Do not build libmudflap by default on non-GNU/Linux
2028 systems.
2029 * configure: Regenerated.
2030
3922b216
JDA
20312004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2032
2033 PR target/16344
2034 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
2035 feedback based compiler.
2036 * Makefile.in: Rebuilt.
2037
95bcca47
AO
20382004-07-08 Alexandre Oliva <aoliva@redhat.com>
2039
2040 * Makefile.def (host_modules): Set bootstrap=true for flex.
2041 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
2042 * Makefile.in: Rebuilt.
2043
051822f6
JH
20442004-07-07 Jan Hubicka <jh@suse.cz>
2045
2046 * MAINTAINERS: Add self as a profile feedback maintainer.
2047
7b61653a
PE
20482004-07-05 Phil Edwards <phil@codesourcery.com>
2049
2050 * configure.in: Do not prepend $srcdir to /dev/null in
2051 makefile fragments.
2052 * configure: Regenerate.
2053
23f6b2f9
PB
20542004-07-01 Paolo Bonzini <bonzini@gnu.org>
2055
2056 * Makefile.def (build_modules): Add bison, byacc, flex,
2057 m4, texinfo.
2058 (flags_to_pass): Add FLEX.
2059 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
2060 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
2061 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
2062 DEFAULT_MAKEINFO): Remove.
2063 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
2064 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
2065 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
2066 objdir or else use configured tool.
2067 (all-build): New.
2068 (all): Depend on it.
2069 (Build module dependencies): Add.
2070 * Makefile.in: Regenerate.
2071 * configure.in: Better support for multiple build modules,
2072 matching what is done for host/target modules. Do not look
2073 for "plausible" locations of build tools if Canadian cross.
2074 Use autoconf's AC_PROG_CC to find a C compiler. Define
2075 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
2076 * configure: Regenerate.
78716e86 2077
1c020272
PB
20782004-06-22 Paolo Bonzini <bonzini@gnu.org>
2079
2080 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
2081 * Makefile.in: Regenerate.
2082
a52a0a7f
PB
20832004-06-22 Paolo Bonzini <bonzini@gnu.org>
2084
2085 * Makefile.tpl (configure-build-[+module+],
2086 configure-[+module+], configure-target-[+module+]): Pass
2087 [+extra_configure_args+].
2088 (all-build-[+module+], all-[+module+], check-[+module+],
2089 install-[+module+], [+make_target+]-[+module+],
2090 all-target-[+module+], check-target-[+module+],
2091 install-target-[+module+], [+make_target+]-target-[+module+]):
2092 Pass [+extra_make_args+].
2093 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
2094 (GCC_HOST_EXPORTS): Remove.
2095 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
2096 cross, check-gcc, check-gcc-c++, install-gcc,
2097 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
2098 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
2099 * Makefile.in: Regenerate.
2100
ccde3f1a
MS
21012004-06-21 Matthew Sachs <msachs@apple.com>
2102
2103 * MAINTAINERS: Added self to write-after-approval.
2104
6264b0a6
CF
21052004-06-21 Christopher Faylor <cgf@alum.bu.edu>
2106
2107 * configure.in: Check for srcdir/winsup rather than build directory
2108 winsup.
2109 * configure: Regenerate.
2110
801e2270
CV
21112004-06-17 Corinna Vinschen <vinschen@redhat.com>
2112
2113 * configure.in: Don't build Cygwin native newlib if winsup
2114 directory is missing. Emit warning instead.
2115 * configure: Regenerate.
2116
ad6717df
PB
21172004-06-09 Paolo Bonzini <bonzini@gnu.org>
2118
2119 * Makefile.tpl (touch-stage[+id+]): New.
2120 (restage[+prev+]): Depend on touch-stage[+id+].
2121
2122 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
2123 Use it throughout.
2124
2125 * Makefile.def: Add profile and feedback bootstrap stages.
2126 Remove next field from bootstrap stages.
2127 * Makefile.tpl (LN, LN_S): Substitute.
2128 (stageN-start, stageN-end): Use double-colon rules, to
2129 provide a hook for additional setup commands.
2130 (distclean-stageN-gcc, restageN): Create dependencies from
2131 [+prev+], not from [+next+].
2132 (stageN-bubble): Add commands for successive stages from
2133 [+prev+], using double-colon rules.
2134 (all-stageN-gcc): Fix typo.
2135 (stagefeedback-start, profiledbootstrap): New.
2136 * Makefile.in: Regenerate.
2137 * configure.in: Call ACX_PROG_LN.
2138 * configure: Regenerate.
2139
5bbb9680
CY
21402004-06-08 Canqun Yang <canqun@nudt.edu.cn>
2141
2142 * MAINTAINERS (Write After Approval): Add myself.
2143
e18be1d4
MA
21442004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
2145
2146 * MAINTAINERS (Write After Approval): Add myself.
2147
5607edfd
PB
21482004-06-03 Paolo Bonzini <bonzini@gnu.org>
2149
2150 * configure.in: Fix --enable-bootstrap breakage introduced in trees
2151 without gcc.
2152 * configure: Regenerate.
2153
1ec4e9c3
PB
21542004-06-01 Paolo Bonzini <bonzini@gnu.org>
2155
2156 * Makefile.tpl: Fix typo.
2157 * Makefile.in: Regenerate.
2158
c2f7605f
PB
21592004-06-01 Paolo Bonzini <bonzini@gnu.org>
2160
2161 * configure.in: Remove new- prefix from toplevel
2162 bootstrap targets.
2163 * configure: Regenerate.
2164
f516a7da
PB
21652004-06-01 Paolo Bonzini <bonzini@gnu.org>
2166
2167 * Makefile.tpl (all.normal): Rename to all.
2168 (all): Replace with a rule to pick the default
2169 target from configure.
2170 (all-gcc, configure-gcc): Use conditionals to
2171 do nothing when toplevel bootstrap is going on.
2172 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
2173 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
2174 * configure.in: Support --enable-bootstrap.
2175
2176 * Makefile.def: Remove new- prefix from toplevel
2177 bootstrap targets.
2178 * Makefile.tpl: Likewise.
2179
2180 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
2181 target.
2182
2183 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
2184 $(RECURSE_FLAGS) to recursive invocation of make.
2185
2186 * Makefile.in: Regenerate.
2187 * configure: Regenerate.
2188
78dd5e36
AJ
21892004-05-30 Andreas Jaeger <aj@suse.de>
2190 Jim Wilson <wilson@specifixinc.com>
2191
2192 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
2193 like CC.
2194
30f1bddc
DJ
21952004-05-27 Daniel Jacobowitz <dan@debian.org>
2196
2197 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
2198 * configure: Regenerate.
2199
4fc4dd12
DJ
22002004-05-25 Daniel Jacobowitz <drow@false.org>
2201
2202 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
2203 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
2204 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
2205 targets.
2206 * Makefile.in: Regenerate.
2207
94632047 22082004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
2209
2210 * configure.in: Test the ability to symlink directories.
2211 * configure: Regenerate.
2212
2213 * Makefile.def (bootstrap-stage): New definitions.
2214 * Makefile.tpl (configure-stage1-gcc,
2215 configure-stage2-gcc, configure-stage3-gcc,
2216 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
2217 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
2218 new-restage3, compare): Autogenerate, see Makefile.in
2219 entry for behavioral changes.
2220 (distclean-stage1, new-stage1-start, new-stage1-end,
2221 new-stage1-bubble, distclean-stage2, new-stage2-start,
2222 new-stage2-end, new-stage2-bubble, distclean-stage3,
2223 new-stage3-start, new-stage3-end): New autogenerated targets.
2224 (objext, prebootstrap, BOOT_CFLAGS,
2225 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
2226 targets.
2227
2228 * Makefile.in: Regenerate.
2229 (distclean-stage1, new-stage1-start, new-stage1-end,
2230 new-stage1-bubble, distclean-stage2, new-stage2-start,
2231 new-stage2-end, new-stage2-bubble, distclean-stage3,
2232 new-stage3-start, new-stage3-end): New targets.
2233 (all-stage1-gcc): Move prebootstrap dependency from here...
2234 (configure-stage1-gcc): ...to here.
2235 (new-bootstrap): Use bubble targets.
2236 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2237 Use per-stage distclean targets.
2238 (configure-stage1-gcc, configure-stage2-gcc,
2239 configure-stage3-gcc, all-stage1-gcc,
2240 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
2241 Use new-stageN-start to prepare the tree.
2242
4f4e53dd
PB
22432004-05-23 Paolo Bonzini <bonzini@gnu.org>
2244
2245 * Makefile.def (host_modules): add libcpp.
2246 * Makefile.tpl: Add dependencies on and for libcpp.
2247 * Makefile.in: Regenerate.
2248 * configure.in: Add libcpp host module.
2249 * configure: Regenerate.
2250
60975492
PB
22512004-05-21 Paolo Bonzini <bonzini@gnu.org>
2252
2253 * Makefile.tpl: Whenever a recursive target is defined, wrap
2254 it in a special @if/@endif block, and prepare its maybe
2255 dependency in the @if/@endif block
2256 * configure.in: Instead of writing maybe dependencies, remove
2257 the @if/@endif statements, and remove the @if/@endif blocks
2258 that remain.
2259 * configure: Regenerate.
2260 * Makefile.in: Regenerate.
2261
5ce7d75d
JJ
22622004-05-20 Janis Johnson <janis187@us.ibm.com>
2263
2264 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
2265
c779c42f
KK
22662004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
2267
2268 PR bootstrap/15120
2269 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
2270 * */configure: Rebuilt.
2271
b4117c30
ZW
22722004-05-17 Zack Weinberg <zack@codesourcery.com>
2273
2274 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
2275 of libf2c.
2276 * configure, Makefile.in: Regenerate.
2277
12973d7a 22782004-05-13 Tobias SchlÃ\83¼ter <tobi@gcc.gnu.org>
75089d48
TS
2279
2280 * MAINTAINERS (Write After Approval): Add myself.
2281
6de9cd9a
DN
22822004-05-13 Diego Novillo <dnovillo@redhat.com>
2283
2284 Merge from tree-ssa-20020619-branch.
2285
2286 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
2287 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
2288 (HOST_GMPLIBS): Define.
2289 (HOST_GMPINC): Define.
2290 (TARGET_LIB_PATH): Add libmudflap.
2291 (GFORTRAN_FOR_TARGET): Define.
2292 (configure-build*): Export GFORTRAN.
2293 (configure-gcc): Export GMPLIBS and GMPINC.
2294 (all-gcc): Add maybe-all-libbanshee.
2295 (configure-target-libgfortran): Define.
2296 * Makefile.in: Regenerate.
2297 * configure.in (host_libs): Add libbanshee.
2298 (target_libraries): Add target-libmudflap and target-libgfortran.
2299 Add --with-libbanshee.
2300 Handle --disable-libmudflap.
2301 (*-*-freebsd*): Use with_gmp.
2302 Add $(libgcj) to noconfigdirs.
2303 * configure: Regenerate.
2304 * depcomp: New file.
2305 * MAINTAINERS: Add tree-ssa maintainers.
2306
8f1b790f
VM
23072004-05-04 Vladimir Makarov <vmakarov@redhat.com>
2308
b4117c30 2309 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 2310
693446fc
BF
23112004-04-30 Brian Ford <ford@vss.fsi.com>
2312
b4117c30 2313 * MAINTAINERS (Write After Approval): Add myself.
693446fc 2314
d1bb666c
UB
23152004-04-29 Uros Bizjak <uros@kss-loka.si>
2316
b4117c30 2317 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 2318
6cf1ac42
PB
23192004-04-28 Paolo Bonzini <bonzini@gnu.org>
2320
2321 * config/acx.m4: Fix fastcompare support for new-bootstrap.
2322 * configure: Regenerate.
2323
632933d5
PB
23242004-04-27 Paolo Bonzini <bonzini@gnu.org>
2325
2326 Revert:
2327 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
2328
2329 * Makefile.def (flags_to_pass): Remove *dir variables that
2330 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2331 as well as prefix and exec_prefix.
2332 * Makefile.in: Regenerate.
2333
80dc6aa0
RM
23342004-04-26 Robert Millan <robertmh@gnu.org>
2335
2336 Add patches from libtool CVS.
2337 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
2338 * ltconfig: Likewise.
2339 * ltcf-c.sh: Likewise.
2340 * ltcf-cxx.sh: Likewise.
2341 * ltcf-gcj.sh: Likewise.
2342
e11283f1
PB
23432004-04-26 Paolo Bonzini <bonzini@gnu.org>
2344
2345 * Makefile.def (host_modules): Mark with the bootstrap
2346 flag packages on which gcc depends.
2347 * Makefile.tpl (all-bootstrap): Use it.
2348 * Makefile.in: Regenerate.
2349
8546950c
PB
23502004-04-26 Paolo Bonzini <bonzini@gnu.org>
2351
2352 * Makefile.def (flags_to_pass): Remove *dir variables that
2353 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
2354 as well as prefix and exec_prefix.
2355 * Makefile.in: Regenerate.
2356
a76494aa
PB
23572004-04-26 Paolo Bonzini <bonzini@gnu.org>
2358
b4117c30
ZW
2359 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
2360 * configure: Regenerate.
2361 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
2362 * gcc/Makefile.tpl (compare): Use the result of the test.
2363 * gcc/Makefile.in: Regenerate.
a76494aa 2364
03a91701
PB
23652004-04-23 Paolo Bonzini <bonzini@gnu.org>
2366
2367 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
2368 Always relocate gcc and prev-gcc to the original names, even
2369 if the build fails.
2370 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
2371 New targets.
2372
082a6351
LG
23732004-04-23 Laurent GUERBY <laurent@guerby.net>
2374
2375 * MAINTAINERS: Update my email address.
b4117c30 2376
1f1d584b
RO
23772004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2378
2379 * configure.in (mips*-*-irix5*): Enable ld.
2380 * configure: Regenerate.
082a6351 2381
1db673ca
RO
23822004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2383
2384 * configure: Regenerate.
2385
ce4ea44e
JW
23862004-04-15 James E Wilson <wilson@specifixinc.com>
2387
2388 * Makefile.tpl (configure-[+module+], configure-gcc,
2389 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
2390 Set and export LDFLAGS.
2391 * Makefile.in: Regenerate.
2392
611f62ad
MC
23932004-04-12 Michael Chastain <mec.gnu@mindspring.com>
2394
b4117c30 2395 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 2396
be912515
NN
23972004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
2398
2399 PR bootstrap/14871
2400 * Makefile.tpl: If we don't have built-in-tree target tools,
2401 use the ones found by configure rather than hacking around with
2402 program_transform_name.
2403 * configure.in: Give Makefile.tpl the information necessary
2404 to do that.
2405 * Makefile.in: Regenerate.
2406 * configure: Regenerate.
2407
9104315a
NN
24082004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
2409
2410 PR bootstrap/14760
2411 * configure.in: When computing baseargs, strip *all* copies of
2412 offending options. Also, don't match/substitute the trailing space,
2413 so that this actually works when two similar options are separated by
2414 only one space.
2415 * configure: Regenerate.
2416
bef1d700
DE
24172004-04-06 David Edelsohn <edelsohn@gnu.org>
2418
b4117c30
ZW
2419 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
2420 (rs6000-*-aix*): Same.
2421 * configure: Regenerate.
bef1d700 2422
54bcf05e 24232004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
2424
2425 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 2426
369a832c 24272004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
2428
2429 * MAINTAINERS: Add myself to write-after-approval.
369a832c 2430
09a9c095
NN
24312004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
2432
7caf53cb
NN
2433 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
2434 STRICT_WARN, WARN_CFLAGS flags passed down to make.
2435 * Makefile.in: Regenerate.
2436
09a9c095
NN
2437 * configure.in (top level bootstrap support): Rework --enable-werror
2438 to set @stage2_werror_flag@.
2439 * configure: Regenerate.
2440 * Makefile.tpl (top level bootstrap support): Pass
2441 @stage2_werror_flag@ down to configure in stages 2 and 3.
2442 * Makefile.in: Regenerate.
2443
5595a2bd
NN
24442004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
2445
cbfd7e06
NN
2446 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
2447 for stages 2 and 3 as well as in make. As a consequence, remove
2448 OUTPUT_OPTION (now detected by configure) from the flags passed down
2449 to make.
2450 * Makefile.in: Regenerate.
2451
5595a2bd
NN
2452 * Makefile.tpl (new-bootstrap): Fix typo.
2453 * Makefile.in: Regenerate.
2454
ca3b3e20
NN
24552004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
2456
295f4e42
NN
2457 * Makefile.tpl: Rearrange by moving recursive_targets rules
2458 into their proper sections.
2459 * Makefile.tpl (top level bootstrap support): Move disabling
2460 of coverage flags from 'make' to 'configure'; improve comments.
2461 * Makefile.in: Regenerate.
2462
340de83f
NN
2463 * Makefile.tpl (experimental top level bootstrap) Move stage1
2464 language setting from all- target to configure- target; disable
2465 intermodule optimization in stage 1; prevent gratuitous rebuilds
2466 of stage 1.
2467 * Makefile.in: Regenerate.
2468 * configure.in: Comma-separate stage 1 language list for top
2469 level bootstrap.
2470 * configure: Regenerate.
2471
ca3b3e20
NN
2472 * Makefile.tpl: Clean up experimental top level bootstrap support:
2473 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
2474 prev-gcc in configure- targets as well as all- targets.
2475 * Makefile.in: Regenerate.
2476
4d038073
KC
24772004-03-21 Kelley Cook <kcook@gcc.gnu.org>
2478
2479 * compile: New file imported from automake.
2480
ab3533d6
PB
24812004-03-17 Paolo Bonzini <bonzini@gnu.org>
2482
2483 * configure.in: Remove symbolic link section.
2484 * configure: Regenerate.
2485 * Makefile.tpl (links): Remove.
2486 * Makefile.in: Regenerate.
2487
1e0f07d3 24882004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 2489 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
2490
2491 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 2492 Set with AC_CHECK_PROGS.
1e0f07d3
PB
2493 * configure.in: Fix comment typo from last patch.
2494 * configure: Regenerate.
2495
2805b53a
NN
24962004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
2497
2498 * Makefile.tpl: Introduce experimental top level bootstrap support.
2499 * Makefile.in: Regenerate.
2500 * configure.in: Introduce support for top level bootstrap.
2501 * configure: Regenerate.
2502
79b4b7d2 25032004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 2504 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
2505
2506 PR bootstrap/14522
2507 * configure.in: Cope with shells that do not support unquoted ^
2508 * configure: Regenerate.
2509
6bbec498 25102004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 2511 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
2512
2513 PR bootstrap/14522
79b4b7d2 2514 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
2515 quotes inside quoted backquote substitutions.
2516 * configure: Regenerate.
2517
83c15dfc
AP
25182004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
2519
2520 PR bootstrap/14522
f2bd98d4 2521 * configure.in: Fix escaping of $.
83c15dfc
AP
2522 * configure: Regenerate.
2523
55ffb5ed
NN
25242004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
2525
2526 * configure: Regenerate, since I forgot to while committing Paolo's
2527 changes.
2528
e4c9c075
PB
25292004-03-08 Paolo Bonzini <bonzini@gnu.org>
2530
2531 PR ada/14131
2532 Move language detection to the top level.
2533 * configure.in: Find default values for the tools as
2534 soon as possible. Disable ada if GNAT is not found.
2535 Emit error message about missing languages. Expand
2536 --enable-languages=all for the gcc subdirectory.
2537
5199e2c6
BE
25382004-03-10 Ben Elliston <bje@gnu.org>
2539
2540 * MAINTAINERS: Update my email address.
2541
c18b95e5
DE
25422004-03-05 David Edelsohn <edelsohn@gnu.org>
2543
2544 * ltconfig: Disable building static libraries if building shared
2545 libraries on AIX 5L.
2546
d0fe5ad3
RS
25472004-03-01 Richard Sandiford <rsandifo@redhat.com>
2548
2549 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
2550 and disable libgcj.
2551 * configure: Regenerated.
2552
e6f71f9d
BB
25532004-03-01 Brian Booth <bbooth@redhat.com>
2554
2555 * MAINTAINERS: Add myself to write-after-approval.
2556
8983e50e
PB
25572004-03-01 Paolo Bonzini <bonzini@gnu.org>
2558
2559 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 2560
d4cd9d81
NN
25612004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
2562
2563 PR bootstrap/7087
2564 * Makefile.tpl: Guard XFOO sed statements better.
2565 * Makefile.tpl: Add dependency for configure-target-libada.
2566 * Makefile.in: Regenerate (incidentally fixes broken
2567 commit when libada-branch was merged).
2568
0ea0229e
KC
25692004-02-25 Kelley Cook <kcook@gcc.gnu.org>
2570
2571 * MAINTAINERS: Add myself to write-after-approval.
2572
bad93735
AP
25732004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
2574
2575 * MAINTAINERS: Add Nicola Pero and myself as libobjc
2576 maintainers.
2577
a7ca14fc
AC
25782004-02-20 Andrew Cagney <cagney@redhat.com>
2579
2580 * config.guess: Update from version 2003-10-16 to 2004-02-16.
2581 * config.sub: Update from version 2003-11-03 to 2004-02-16.
2582
51592782
NN
25832004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
2584
2585 PR bootstrap/11932
2586 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
2587
6a30854a
JQ
25882004-02-14 Jerry Quinn <jlquinn@optonline.net>
2589
2590 * MAINTAINERS: Added myself to write-after-approval.
2591
be8b2bee
MK
25922004-02-14 Michael Koch <konqueror@gmx.de>
2593
2594 * MAINTAINERS: Added myself to write-after-approval.
2595
972760b7
JM
25962004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
2597
2598 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
2599 some OS port maintainers to OS port maintainers section.
2600
b0281654
FCE
26012004-02-13 Frank Ch. Eigler <fche@redhat.com>
2602
2603 * MAINTAINERS: Add self.
2604
3c419fd6
KH
26052004-02-12 Kazu Hirata <kazu@cs.umass.edu>
2606
2607 * MAINTAINERS: Alphabetize.
2608
e88e9aee
PB
26092004-02-12 Paolo Bonzini <bonzini@gnu.org>
2610
2611 * MAINTAINERS: Remove myself.
b4117c30 2612
1915e422
DE
26132004-02-11 David Edelsohn <edelsohn@gnu.org>
2614
2615 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
2616 (rs6000-*-aix*): Same.
2617 * configure: Regenerate.
2618
a22c2d8d
KC
26192004-02-11 Kelley Cook <kcook@gcc.gnu.org>
2620
2621 * configure.in (host): Add in missing $noconfigdirs to defines.
2622 * configure: Regenerate.
2623
d9cdb878
AC
26242004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
2625 Nathanael Nerode <neroden@gcc.gnu.org>
2626
2627 PR ada/6637, PR ada/5911
b4117c30 2628 Merge with libada-branch:
d9cdb878
AC
2629 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
2630 with appropriate dependencies. Add --enable-libada configure switch.
2631 * configure, Makefile.in: Regenerate.
2632
8bd92821
PB
26332004-02-09 Paolo Bonzini <bonzini@gnu.org>
2634
2635 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 2636
89a95129
RO
26372004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2638
2639 * configure.in: Don't pass --with-stabs on IRIX 5 either.
2640 * configure: Regenerate.
2641
892629bc
GK
26422004-02-04 Geoffrey Keating <geoffk@apple.com>
2643
2644 Merge from upstream:
2645
2646 * ltmain.in: When setting IFS to '~', be careful about user
2647 arguments that contain '~'.
2648
2649 2004-02-04 Peter O'Gorman <peter@pogma.com>
2650
2651 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
2652 Also test $base_compile against $CC with escaped arguments. Bug
2653 reported by Geoff Keating <geoffk@apple.com>.
2654
6b402165
KH
26552004-02-04 Kazu Hirata <kazu@cs.umass.edu>
2656
2657 * MAINTAINERS: Remove i960 port.
2658
fa2f0306
DD
26592004-01-23 DJ Delorie <dj@redhat.com>
2660
2661 * Makefile.def (target_modules) [libiberty]: Don't stage.
2662 * Makefile.in: Rebuilt.
2663
9feb20aa
CT
26642004-01-20 Caroline Tice <ctice@apple.com>
2665
2666 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 2667
7aed2ccc
PC
26682004-01-19 Paolo Carlini <pcarlini@suse.de>
2669
2670 * MAINTAINERS: Update my email address.
2671
f25bebe1
JM
26722004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
2673
2674 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 2675
28083580
VR
26762004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2677
2678 * MAINTAINERS: Remove entries without email address.
2679
c0f4b5e4
DJ
26802004-01-15 Daniel Jacobowitz <drow@mvista.com>
2681
2682 * MAINTAINERS: Add myself to write-after-approval.
2683
b5eb5a5e
SB
26842004-01-15 Steven Bosscher <stevenb@suse.de>
2685
2686 * MAINTAINERS: Update my email address.
2687
2c4de30b
LR
26882004-01-14 Loren J. Rittle <ljrittle@acm.org>
2689
2690 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
2691 * Makefile.tpl (configure-target-[+module+]): Support stage.
2692 * Makefile.in: Rebuilt.
2693
74c0b320
ILT
26942004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
2695
2696 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
2697
2560344b
RS
26982004-01-10 Richard Sandiford <rsandifo@redhat.com>
2699
2700 * MAINTAINERS: Add myself as a MIPS maintainer.
2701
8b21cda6
NN
27022004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
2703
2b6c260d
NN
2704 * configure.in: Use ./config.cache, not config.cache.
2705 * configure: Regenerate.
2706 * Makefile.tpl: Special-casing not needed for GCC any more.
2707 * Makefile.in: Regenerate.
2708
09438bde
NN
2709 * configure.in: Don't share a cache file for host dirs.
2710 * configure: Regenerate.
2711
8b21cda6
NN
2712 * config-ml.in: Don't mess with the cache file.
2713
e42870df
EB
27142004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2715
2716 * MAINTAINERS: Move myself from 'Write After Approval' to
2717 'CPU Port Maintainers' section as SPARC maintainer.
2718
6b9eb62c
NN
27192004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
2720
78a816a6
NN
2721 * Makefile.tpl: Make GCC use a separate config.cache.
2722 * Makefile.in: Regenerate.
2723
6b9eb62c
NN
2724 PR bootstrap/11932, PR bootstrap/11933
2725 (I don't know if it will fix either of them, but it relates
2726 to them.)
2727 * configure.in: Don't use shared config.cache for target
2728 directories.
2729 * configure: Regenerate.
2730
86d7b562
DN
27312004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
2732
2733 * MAINTAINERS: Add myself to 'Write After Approval' section.
2734
07d0a605
RS
27352003-12-31 Roger Sayle <roger@eyesopen.com>
2736
2737 * configure.in (ia64*-*-hpux*): Disable building java libraries.
2738 * configure: Regenerated.
2739
459ac19f
KH
27402003-12-23 Kazu Hirata <kazu@cs.umass.edu>
2741
2742 * MAINTAINERS: Remove the mn10200 maintainer.
2743
5785c0ed 27442003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 2745
cc6010cd
AP
2746 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
2747 * configure: Regenerated.
5785c0ed 2748
a268eff9
JH
27492003-12-16 Jan Hubicka <jh@suse.cz>
2750
2751 * MAINTAINERS: Add myself as callgraph maintainer.
2752
9d465b12
TF
27532003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
2754
2755 * configure.in (raw_libstdcxx_flags): Remove the leading space.
2756 * configure: Regenerate.
2757
a68a270a
GB
27582003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
2759
2760 * MAINTAINERS: Move myself from 'Bug database only accounts' to
2761 'Write After Approval' section. Update email.
2762
3066a15c
JL
27632003-12-01 James Lemke <jim@wasabisystems.com>
2764
2765 * MAINTAINERS (Write After Approval): Add myself.
2766
8c052da4
MT
27672003-11-20 Matt Thomas <matt@3am-software.com>
2768
2769 * MAINTAINERS: Add myself as a vax port maintainer.
2770
e75f9147
KC
27712003-11-20 Kelley Cook <kcook@gcc.gnu.org>
2772
2773 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
2774 (configure-build-[+module+], configure-[+module+]): Likewise.
2775 (configure-target-[+module+], configure-gcc, config.status): Likewise.
2776 * Makefile.in: Regenerate.
2777
43d8d958
AT
27782003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
2779
2780 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
2781 shared/dylibed libraries.
2782 * ltmain.sh: Likewise.
2783 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
2784 * ltcf-cxx.sh: Likewise.
2785 * ltcf-gcj.sh: Likewise.
2786 * ltconfig: Likewise.
2787
638dcaa0
SC
27882003-11-17 Stan Cox <scox@redhat.com>
2789
2790 * MAINTAINERS: Add myself as iq2000 port maintainer.
2791
15cc172b
AC
27922003-11-14 Arnaud Charlet <charlet@act-europe.fr>
2793
b4117c30
ZW
2794 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
2795 * Makefile.in: Regenerate.
15cc172b 2796
20af77cd
UW
27972003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
2798
2799 * config.sub: Update to 2003-11-03 version.
2800
4dd01c5c
PE
28012003-10-20 Phil Edwards <phil@codesourcery.com>
2802
2803 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
2804 * configure: Regenerate.
2805
8d36c499
NP
28062003-10-20 Nicolas Pitre <nico@cam.org>
2807
2808 * MAINTAINERS: Add myself to 'Write After Approval' section.
2809
8b7ebc31
AC
28102003-10-20 Arnaud Charlet <charlet@act-europe.fr>
2811
2812 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
2813
afe1910c
JM
28142003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
2815
2816 * MAINTAINERS: Update my email address.
2817
05dcec66
RO
28182003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2819
2820 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
2821
71fc2f0c
RL
28222003-10-17 Ralph Loader <rcl@ihug.co.nz>
2823
2824 * MAINTAINERS: Add myself to 'Write After Approval' section.
2825
507ec745
BI
28262003-10-16 Bernardo Innocenti <bernie@develer.com>
2827
2828 * config.guess: Update to 2003-10-16 version.
2829 * config.sub: Update to 2003-10-16 version.
2830
4d466c42
DD
28312003-10-15 David Daney <ddaney@avtrex.com>
2832
2833 * MAINTAINERS: Added myself to 'Write After Approval' section.
2834
0c9b16bc
FH
28352003-10-15 Falk Hueffner <falk@debian.org>
2836
2837 * MAINTAINERS: Move myself from 'Bug database only accounts' to
2838 'Write After Approval' section. Update email.
2839
74d57d15
RS
28402003-10-14 Roger Sayle <roger@eyesopen.com>
2841
2842 * MAINTAINERS: Move myself from 'Write After Approval' to
2843 'Various Maintainers' section as middle-end maintainer.
2844
d29b8ad8
NN
28452003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
2846
2847 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
2848 HOST_FLAGS_TO_PASS.
2849 * Makefile.in: Regenerate.
2850
26db814a
BI
28512003-10-11 Bernardo Innocenti <bernie@develer.com>
2852
2853 * config.guess: Update to 2003-10-07 version.
2854 * config.sub: Update to 2003-10-07 version.
2855
fffeb871
RO
28562003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2857
2858 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
2859 * ltconfig (irix5*, irix6*): Don't override version_type.
2860
6691a79e
ME
28612003-10-05 Mohan Embar <gnustuff@thisiscool.com>
2862
2863 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
2864 * configure: Rebuilt
2865 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
2866 * Makefile.in: Rebuilt
2867
62cdd71e
L
28682003-10-03 H.J. Lu <hongjiu.lu@intel.com>
2869
2870 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
2871
6fe2eacc
CW
28722003-09-30 Carlo Wood <carlo@alinoe.com>
2873
cc6010cd 2874 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 2875
ea57e5ad
PK
28762003-09-29 Paul Koning <ni1d@arrl.net>
2877
2878 * MAINTAINERS: Move myself from "Write After Approval"
2879 to CPU platform maintainers for pdp11 platform.
2880
e070672a
AT
28812003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
2882
2883 * MAINTAINERS: Move myself from 'Write After Approval' to
2884 'Various Maintainers' section as libffi testsuite maintainer.
2885
43bb47c2
DJ
28862003-09-21 Daniel Jacobowitz <drow@mvista.com>
2887
2888 * configure.in: Pass a computed --program-transform-name
2889 to subconfigures.
2890 * configure: Regenerated.
2891
da9d3b37
NN
28922003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
2893
94322beb
NN
2894 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
2895 * Makefile.in: Regenerate.
2896
da9d3b37
NN
2897 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
2898 * Makefile.in: Regenerate.
2899
ffd9060b
ZL
29002003-09-19 Ziemowit Laski <zlaski@apple.com>
2901
2902 * MAINTAINERS: Move myself from 'Write After Approval'
2903 to 'Various Maintainers' (objective-c) section.
2904
eeae7b41
DJ
29052003-09-17 Daniel Jacobowitz <drow@mvista.com>
2906
2907 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
2908 quoting.
2909 * configure: Regenerated.
2910
a080d12b
JB
29112003-09-16 Joel Brobecker <brobecker@gnat.com>
2912
2913 * MAINTAINERS (Write After Approval): Add myself to write after
2914 approval list.
2915
6cd2fc59
DN
29162003-09-16 Dorit Naishlos <dorit@il.ibm.com>
2917
cc6010cd 2918 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 2919
dcbdd9cc
ILT
29202003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
2921
2922 * MAINTAINERS: Update my e-mail address.
2923
e517f636
AM
29242003-09-09 Alan Modra <amodra@bigpond.net.au>
2925
2926 * libtool.m4 (LD): Correct powerpc64 host match.
2927
bc49924b
JW
29282003-09-06 James E Wilson <wilson@tuliptree.org>
2929
2930 * MAINTAINTERS: Update my affiliation and email address.
2931
082124f5
ZD
29322003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2933
2934 * MAINTAINERS (Write After Approval): Add myself.
2935
dc94d89e
DD
29362003-09-04 DJ Delorie <dj@redhat.com>
2937
2938 * configure: Regenerate.
2939
29402003-09-04 Robert Millan <robertmh@gnu.org>
2941
2942 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 2943
7a0f2d4e
KG
29442003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2945
2946 * configure.in: Ensure arguments to sed are properly spaced.
2947 * configure: Regenerate.
2948
88d032eb
GP
29492003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
2950
2951 * MAINTAINERS: Update my e-mail address.
2952
0b3f3d22
ME
29532003-08-28 Mohan Embar <gnustuff@thisiscool.com>
2954
2955 * MAINTAINERS (Write After Approval): Add myself.
2956
d253f9ba
DJ
29572003-08-27 Daniel Jacobowitz <drow@mvista.com>
2958
2959 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
2960 * configure: Regenerated.
2961
066ec9c9
MM
29622003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
2963
2964 * MAINTAINERS: Update my email address.
2965
415d7ef9
PE
29662003-08-23 Phil Edwards <pme@gcc.gnu.org>
2967
2968 * configure.in: Use newline instead of semicolon when assuming
2969 shell arguments in a for loop.
2970 * configure: Regenerated.
2971
e1567352
JE
29722003-08-22 Jason Eckhardt <jle@rice.edu>
2973
2974 * MAINTAINERS: Resurrect the i860 maintainer.
2975
b348267b
GK
29762003-08-20 Geoffrey Keating <geoffk@apple.com>
2977
e50084fa
GK
2978 PR 8180
2979 * configure.in: When testing with_libs and with_headers, treat
2980 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
2981 * configure: Regenerate.
b4117c30 2982
b348267b
GK
2983 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
2984 make, shell, etc.
2985 (baseargs): Likewise.
2986 * configure: Regenerate.
2987
ca26ffe0
BI
29882003-08-20 Bernardo Innocenti <bernie@develer.com>
2989
2990 * MAINTAINERS (Write After Approval): Add myself.
2991
940cde4d
GK
29922003-08-19 Geoffrey Keating <geoffk@apple.com>
2993
2994 * configure.in: Disable libgcj for darwin not on powerpc.
2995 * configure: Rebuild.
2996
74bed51b
ADL
29972003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
2998
2999 * config-ml.in, symlink-tree: Add license.
3000
b4117c30
ZW
30012003-08-03 Richard Stallman <rms@gnu.org>
3002 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
3003
3004 * README.SCO: New file.
3005
333a28b4
MK
30062003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
3007
3008 * Makefile.tpl (check, check-c++): Express dependencies using
3009 dependencies rather than commands.
3010 * Makefile.in: Regenerate.
3011
c197e306
AC
30122003-08-01 Andrew Cagney <cagney@redhat.com>
3013
3014 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
3015 * configure: Ditto.
3016
a8ee6e2d
GK
30172003-07-31 Geoffrey Keating <geoffk@apple.com>
3018
3019 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 3020 * Makefile.in: Update.
a8ee6e2d 3021
8d9b3f2e
AT
30222003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
3023
3024 * configure.in: Enable libgcj for darwin.
3025 * configure: Rebuild.
3026
52c0c542
PE
30272003-07-29 Phil Edwards <pme@gcc.gnu.org>
3028
3029 * config-ml.in: Use ac_configure_args directly instead of
3030 ml_arguments. Only set ml_norecursion if --no[-]recursion is
3031 actually seen.
3032
b4acb5ef
NN
30332003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
3034
3035 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
3036 creating target and build subdirs to build all parent dirs as needed.
3037 * Makefile.in: Rebuild.
3038 * configure.in: Don't build dirs explicitly here.
3039 * configure: Rebuild.
3040
a51d71d0
PB
30412003-07-26 Paul Brook <paul@nowt.org>
3042
3043 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
3044
f43e12ce
AO
30452003-07-22 Alexandre Oliva <aoliva@redhat.com>
3046
3047 * Makefile.tpl (all-make): Depend on intl.
3048 * Makefile.in: Rebuilt.
3049
8a199ff6
PE
30502003-07-20 Phil Edwards <pme@gcc.gnu.org>
3051
3052 * install-sh: Update to newer upstream versions (associated with
3053 aclocal 1.7).
3054 * mkinstalldirs: Likewise.
3055 * missing: Likewise, plus $1Help2man -> $1 typo fix.
3056
e6a8c803
AP
30572003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
3058
3059 * MAINTAINERS: Move self from Bug database only accounts
3060 to write-after-approval.
3061
9f13608f
NN
30622003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
3063
3064 * config.if: Remove unused libc_interface determination.
3065
c7864714
NN
30662003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
3067
3068 * MAINTAINERS: Move self from write-after-approval to
3069 build machinery (*.in).
3070
775956d0
NN
30712003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
3072
3073 PR bootstrap/11273
3074 PR bootstrap/11408
3075 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
3076 unused INSTALL_PROGRAM_ARGS.
3077 * configure.in: Use AC_PROG_INSTALL.
3078 * Makefile.in: Regenerate.
3079 * configure: Regenerate.
3080
c7f67a6e
KH
30812003-07-13 Kazu Hirata <kazu@cs.umass.edu>
3082
3083 * MAINTAINERS: Alphabetize.
3084
33952f6f
AO
30852003-07-10 Alexandre Oliva <aoliva@redhat.com>
3086
3087 * configure: Rebuilt.
3088 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
3089 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
3090 newlib nor libgloss.
3091 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
3092 * configure.in (am33_2.0-*-linux*): Added.
3093
0d4f1b4e
BW
30942003-07-09 Bob Wilson <bob.wilson@acm.org>
3095
3096 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
3097 * configure: Regenerate.
3098
56694dd9
ZW
30992003-07-07 Zack Weinberg <zack@codesourcery.com>
3100
3101 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
3102 * Makefile.in: Regenerate.
3103
21607eb4
ZW
31042003-07-04 Zack Weinberg <zack@codesourcery.com>
3105
3106 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
3107 * Makefile.in: Regenerate.
3108
8c90b13a
L
31092003-07-04 H.J. Lu <hongjiu.lu@intel.com>
3110
3111 * Makefile.tpl: Replace PWD with PWD_COMMAND.
3112 * Makefile.in: Regenerated.
3113
5d42f90e
L
3114 * config-ml.in: Replace PWD with PWD_COMMAND.
3115
6eb95e99
ZW
31162003-07-04 Zack Weinberg <zack@codesourcery.com>
3117
3118 * intl: New directory; see intl/ChangeLog for details.
3119 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
3120 * Makefile.tpl: all-gcc depends on maybe-all-intl.
3121 * Makefile.in: Regenerate.
3122
07d1940e
NN
31232003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
3124
3125 * configure.in: Clean up config-lang.in handling. Delete
3126 useless assignment to "subdirs".
3127 * configure: Regenerate.
3128
4dbda6f0
NN
31292003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
3130
3131 * configure.in: Rename 'target_libs' to 'target_libraries'.
3132 Remove useless reference to 'target_libs'.
3133 * configure: Regenerate.
3134
2c30ab71
KS
31352003-06-23 Keith Seitz <kseitz@sources.redhat.com>
3136
3137 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
3138 * Makefile.in: Regenerate.
3139
11405c93
NN
31402003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
3141
3142 * Makefile.def: Introduce flags_to_pass.
3143 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
3144 * Makefile.in: Regenerate.
3145
fb87ad5d
HPN
31462003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
3147
3148 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
3149 and target-libgloss.
3150 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
3151 <h8300*-*-*>: Disable libf2c and ${libgcj}.
3152 * configure: Regenerate.
3153
a7956a48
BK
31542003-06-17 Benjamin Kosnik <bkoz@redhat.com>
3155
3156 * configure.in: Update testsuite_flags to new location.
3157 * configure. Regenerate.
6eb95e99 3158
eaf9f3b2
NN
31592003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
3160
3161 * Makefile.tpl: Remove BUILD_CC stuff.
3162 * Makefile.in: Regenerate.
3163
2d89ffef
KH
31642003-06-17 Kazu Hirata <kazu@cs.umass.edu>
3165
3166 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
3167
83415b0b
GP
31682003-06-16 Graeme Peterson <gp@qnx.com>
3169
3170 * MAINTAINERS (Write After Approval): Add myself.
3171
b951c91c 31722003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 3173
b951c91c
L
3174 * config.guess: Update to 2003-06-12 version.
3175 * config.sub: Update to 2003-06-13 version.
3176
0bb41a37
L
31772003-06-12 H.J. Lu <hongjiu.lu@intel.com>
3178
3179 * config.guess: Update to 2003-06-06 version.
3180 * config.sub: Update to 2003-06-06 version.
3181
655b7166
RO
31822003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3183
3184 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
3185 * configure. Regenerate.
3186
01b759aa
NN
31872003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
3188
bf1d3e81
NN
3189 * configure.in: Disable serial configure by default.
3190 * configure: Regenerate.
3191 * Makefile.tpl: Abolish .NOTPARALLEL.
3192 * Makefile.in: Regenerate.
3193
e89fbdfe
NN
3194 * Makefile.tpl: Replace {build,host,target}_canonical by
3195 {build,host,target}.
3196 * Makefile.in: Regenerate.
3197
01b759aa
NN
3198 * Makefile.tpl: Fix stupid pasto.
3199 * Makefile.in: Regenerate.
3200
f7dae026
NN
32012003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
3202
3203 * Makefile.tpl: Remove bogus conditional.
3204 * Makefile.in: Regenerate.
3205
32062003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
3207
3208 * Makefile.tpl (profiledbootstrap): New target.
3209 * Makefile.in (profiledbootstrap): New target.
3210
2ffc3e73 32112003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
3212
3213 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
3214 Pinski. Remove user names from other bugzilla-only maintainers.
3215
1a1e6b96
NN
32162003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
3217
1358ccea
NN
3218 * Makefile.tpl: Make 'recursive targets' using autogen rather
3219 than shell loop. Remove duplicate 'clean' targets and false
3220 comments.
3221 * Makefile.def: Add systematic dependencies to 'recursive' targets.
3222 Add systematic method of specifying missing targets in subdirs.
3223 Add copyright boilerplate.
3224 * Makefile.in: Regenerate.
3225 * configure.in: Add 'recursive targets' to maybe list.
3226 * configure: Regenerate.
3227
ae74ed1f
NN
3228 * MAINTAINERS: "GNATS only" -> "Bug database only".
3229
1a1e6b96
NN
3230 * Makefile.tpl: Rename [+target+] to [+make_target+].
3231 * Makefile.def: Rename 'target' to 'make_target'.
3232
c79af3fa
NB
32332003-05-31 Neil Booth <neil@daikokuya.co.uk>
3234
3235 * MAINTAINERS: Add self as options handling maintainer.
3236
39d85b61
MM
32372003-05-28 Michael Meissner <gnu@the-meissners.org>
3238
3239 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
3240 been too long since I touched those ports.
3241
afc2b62d
DD
32422003-05-28 DJ Delorie <dj@redhat.com>
3243
3244 * Makefile.tpl: Make maybe-check-gcc .PHONY.
3245 * Makefile.in: Regenerate.
3246
df445104
MR
32472003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3248
3249 * configure.in: Use curly braces in the definition of tooldir.
3250 * configure: Regenerate.
3251
2eb98e5d 32522003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 3253
2eb98e5d
DD
3254 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
3255 newlib or libgloss.
3256 * Makefile.in: Regenerate.
3257
862fced8
DD
32582003-05-21 DJ Delorie <dj@redhat.com>
3259
3260 * Makefile.tpl: Add missing empty maybe-check-gcc target.
3261 * Makefile.in: Regenerate.
3262
fc351800
ILT
32632003-05-20 Ian Lance Taylor <ian@airs.com>
3264
3265 * MAINTAINERS: Update my e-mail address.
3266
7e2dbcef
NN
32672003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
3268
3269 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 3270 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
3271 Factor out common code from autogen IF statements.
3272 * configure: Regenerate.
3273 * Makefile.in: Regenerate.
3274
f2a0e225
KC
32752003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
3276
3277 * configure.in: Accept i[3456789]86 for machine type.
3278 * configure: Regenerate.
3279
8b87bb96
NN
32802003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
3281
3282 * configure.in: Switch more things to use maybe dependencies.
3283 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
3284 * configure: Regenerate.
3285 * Makefile.tpl: Switch more things to use maybe dependencies.
3286 * Makefile.in: Regenerate.
3287
fdb882bc 32882003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
3289
3290 * Makefile.tpl (install-opcodes): Define.
3291 * Makefile.in: Rebuild.
3292
f7c50032
AJ
32932003-05-13 Andreas Jaeger <aj@suse.de>
3294
3295 * config.guess: Update to 2003-05-09 version.
3296 * config.sub: Update to 2003-05-09 version.
3297
f2181bed 32982003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
3299
3300 * configure.in: Correct sed script so that options in quotes are not
3301 deleted.
3302 * configure: Rebuild.
3303
aa8f1f57
CV
33042003-05-12 Corinna Vinschen <corinna@vinschen.de>
3305
3306 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
3307 and $$s/newlib/libc/sys/cygwin32 include paths.
3308 * configure: Ditto.
3309
0c130f81
MM
33102003-05-12 Michael Meissner <gnu@the-meissners.org>
3311
3312 * MAINTAINERS: Update my email addresses.
3313
aa1a100b
EB
33142003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
3315
3316 * config-ml.in: Propagate INSTALL variables.
f7c50032 3317
87861833
GP
33182003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3319
3320 * MAINTAINERS: Remove duplicate entries in Write After Approval.
3321
de722255
CD
33222003-05-02 Chris Demetriou <cgd@broadcom.com>
3323
6eb95e99
ZW
3324 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
3325 * Makefile.in: Regenerate.
de722255 3326
96c4a002
WB
33272003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
3328
3329 * MAINTAINERS (GNATS only): Add Falk Hueffner.
3330
55b15a11
WB
33312003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
3332
3333 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
3334
0c227849
DJ
33352003-04-27 Daniel Jacobowitz <drow@mvista.com>
3336
3337 * Makefile.tpl: Clean $(BUILD_SUBDIR).
3338 * Makefile.in: Regenerated.
3339
d45148c1
WB
33402003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
3341
3342 * MAINTAINERS (Write After Approval): Upgrade myself from
3343 GNATS only to write-after-approval. Update my mail address.
3344
48f2318c 33452003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
3346
3347 (OS Port Maintainers: freebsd): Add myself.
3348
438f50c3
MM
33492003-04-22 Mark Mitchell <mark@codesourcery.com>
3350
3351 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
3352
9074e169
KJ
33532003-04-22 Kean Johnston <jkj@sco.com>
3354
3355 * MAINTAINERS (SCO ports): Added myself.
3356
dfd39a2e
NS
33572003-04-21 Nathan Sidwell <nathan@codesourcery.com>
3358
3359 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
3360
ccbae82a
KJ
33612003-04-19 Kean Johnston <jkj@sco.com>
3362
3363 * MAINTAINERS (Write After Approval): Add myself.
3364
2f50999f
GP
33652003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3366
3367 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
3368 * Makefile.in: Regenerate.
3369
e9b84181
JJ
33702003-04-18 Jakub Jelinek <jakub@redhat.com>
3371
3372 * configure.in (powerpc64*-*-linux*): Remove.
3373 * configure: Rebuilt.
3374
1ca4c6e1
PE
33752003-04-17 Phil Edwards <pme@gcc.gnu.org>
3376
3377 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
3378 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
3379 and restrap.
3380 * Makefile.in: Regenerate.
3381
0590b963
RE
33822003-04-16 Richard Earnshaw <rearnsha@arm.com>
3383
3384 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
3385 * configure: Regenerated.
3386
ff41a56f
DD
33872003-04-15 DJ Delorie <dj@redhat.com>
3388
3389 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
3390
50d440bc
NC
33912003-04-13 Nick Clifton <nickc@redhat.com>
3392
3393 * config-ml.in: Remove support for --disable-aix removing
3394 call-aix multilibs.
3395
b1e0a93e
AO
33962003-04-10 Alexandre Oliva <aoliva@redhat.com>
3397
3398 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
3399 * */configure: Rebuilt.
3400
71fb704d
JS
34012003-04-08 Joel Sherrill <joel@oarcorp.com>
3402
3403 * MAINTAINERS: Add my email address.
3404
3897ea90
OH
34052003-03-17 Olivier Hainque <hainque@act-europe.fr>
3406
3407 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 3408
93c834b7
NN
34092003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
3410
3411 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
3412 * Makefile.in: Regenerate.
3413
82c34dcb
MC
34142003-03-14 Michael Chastain <mec@shout.net>
3415
3416 * Makefile.in: Regenerate with correct Makefile.def.
3417
73458fb7
NN
34182003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
3419
3420 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
3421 Make macro.
3422 * Makefile.in: Regenerate.
3423 * configure.in: Clean up gxx_include_dir logic.
3424 * configure: Regenerate.
3425
32cf27e5
AE
34262003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
3427
3428 * MAINTAINERS (Write After Approval): Add myself.
3429
c727e7a0
BE
34302003-03-10 Ben Elliston <bje@wasabisystems.com>
3431
3432 * MAINTAINERS: Update my mail address.
3433
9a27ac7a
FS
34342003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3435
3436 * configure.in (gxx_include_dir): Fix typo.
3437 * configure: Regenerated.
3438
3aa83176
NN
34392003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
3440
3441 * Makefile.tpl: Reindent.
3442 * Makefile.in: Regenerate.
3443 * configure.in: Reindent. Don't set unused variables.
3444 * configure: Regenerate.
3445
9124bc53
DJ
34462003-03-04 Daniel Jacobowitz <drow@mvista.com>
3447
3448 * configure.in: Include $(build_tooldir)/sys-include in
3449 FLAGS_FOR_TARGET.
3450 * configure: Regenerated.
3451
cb543528
NN
34522003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
3453
c858bf1e
NN
3454 * Makefile.tpl: Always pass down RANLIB.
3455 * Makefile.in: Regenerate.
3456
aa9c3ab4
NN
3457 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
3458 * Makefile.in: Regenerate.
3459 * configure.in: Remove unused logic relating to --enable-shared
3460 and --enable-threads. Remove bogus comments. Remove redundant
3461 noconfigdirs.
3462 * configure: Regenerate.
3463
cb543528
NN
3464 * configure.in: Replace ${libstdcxx_version} by its value.
3465 Remove reference to mh-dgux.
3466 * configure: Regenerate.
3467
53f70c1b
KB
34682003-03-03 Kevin Buettner <kevinb@redhat.com>
3469
3470 * MAINTAINERS (Write After Approval): Add myself.
3471
df0f0674
NN
34722003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3473
3474 * Makefile.tpl: Rearrange.
3475 * Makefile.in: Regenerate.
3476
ef4e7569
US
34772003-02-25 Uwe Stieber <uwe@wwws.de>
3478
3479 * configure.in: Add support for kaOS as cross build target system.
3480 * configure: Regenerated.
3481
a7a287eb
SB
34822003-02-24 Steven Bosscher <steven@gcc.gnu.org>
3483
3484 * MAINTAINERS (Write after approval): Add myself.
3485
ff00c8a2
JW
34862003-02-21 James E Wilson <wilson@tuliptree.org>
3487
3488 * MAINTAINERS: Update my email address.
3489
abb2db7a
ZW
34902003-02-21 Zack Weinberg <zack@codesourcery.com>
3491
3492 * MAINTAINERS: Add self to blanket write privs. section.
3493
e9f2dc3b
SM
34942003-02-20 Sean McNeil <sean@blue.mcneil.com>
3495
3496 * Makefile.tpl: Add definition of CPPFLAGS to pass into
3497 configure-target-* as some target builds may require additional
3498 flags for preprocessor tests.
3499 * Makefile.in: Regenerated.
3500
ee03dc5e
AO
35012003-02-19 Alexandre Oliva <aoliva@redhat.com>
3502
11856278
AO
3503 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
3504 * ltconfig: Handle it.
3505 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
3506 auto-detecting it.
3507
274aef32
AO
3508 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
3509 it is used as argument to $CC.
3510 * ltcf-gcj.sh: Likewise.
3511
ee03dc5e
AO
3512 * configure.in: Introduce --enable-maintainer-mode.
3513 * configure: Rebuilt.
3514 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
3515 for maintainer mode.
3516 * Makefile.in: Rebuilt.
3517
30db8e17
JM
35182003-02-18 Jason Merrill <jason@redhat.com>
3519
3520 * Makefile.tpl (check-c++): Allow parallelism.
3521
cab60ac6
GP
35222003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3523
3524 * MAINTAINERS: Remove John Carr (who never actually had access to
3525 gcc.gnu.org).
3526
c8e5d1af
GK
35272003-02-15 Geoffrey Keating <geoffk@apple.com>
3528
3529 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
3530 don't configure target-libobjc.
3531 * configure: Regenerate.
3532
70f91f50
RO
35332003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3534
3535 * Makefile.tpl (RANLIB): Define.
3536 * Makefile.in: Regenerate.
3537
669e9062
LB
35382003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
3539
3540 * MAINTAINERS: Update my email.
abb2db7a 3541
61b56b2e
KS
35422003-02-06 Keith R Seitz <keiths@redhat.com>
3543
3544 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
3545 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
3546 * Makefile.in: Regenerated.
3547 * configure.in: Remove all traces of snavigator, db, and grep.
3548 * configure: Regenerated.
3549
a1ba6e15
GP
35502003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3551
3552 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
3553 After Approval.
3554
f5f2cce5
CC
35552003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3556
3557 * MAINTAINERS (Write after approval): Add myself.
3558
ba49f6f1
FCE
35592003-01-31 Frank Ch. Eigler <fche@redhat.com>
3560
3561 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
3562 * Makefile.in: Regenerated.
3563
ccf9f10c
RS
35642003-01-30 Roger Sayle <roger@eyesopen.com>
3565
3566 * config.guess: Updated to 2003-01-30's version.
3567 * config.sub: Updated to 2003-01-28's version.
3568
a693735b
AO
35692003-01-30 Alexandre Oliva <aoliva@redhat.com>
3570
3571 * config.if: If gcc_version is already set, just use it. Don't set
3572 gcc_version_trigger if it's already set, otherwise set it to
3573 gcc/version.c, but only if the file exists. If it is not set and
3574 gcc/version.c does not exist, try to extract the version number from
3575 $CC.
3576
204c43d6
AT
35772003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
3578
abb2db7a 3579 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 3580
842e91ec
PE
35812003-01-27 Phil Edwards <pme@gcc.gnu.org>
3582
3583 * configure.in: Revert 24Jan change.
3584 * configure: Regenerate.
3585
6b99984e
GP
35862003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3587
3588 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
3589 entry of HJ Lu.
3590
806e0935
NN
35912003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
3592
3593 * configure.in: Revert previous change.
3594 * configure: Regenerate.
3595
307a9864
NN
35962003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
3597
3598 * configure.in: Make rda native-only.
3599 * configure: Regenerate.
3600
02ba6302
VR
36012003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3602
3603 * MAINTAINERS: Move myself from GNATS-only-accounts to
3604 write-after-approval.
3605
77d187bc
NN
36062003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
3607
3608 * configure.in: Add missing \.
3609 * configure: Rebuilt.
3610
a94a2d4c
JJ
36112003-01-17 Jakub Jelinek <jakub@redhat.com>
3612
3613 * configure.in (baseargs): Avoid using \| in sed regular
3614 expressions.
3615 * configure: Rebuilt.
3616
73f84924
JJ
36172003-01-16 Jakub Jelinek <jakub@redhat.com>
3618
3619 * configure.in (baseargs): Remove all supported forms of
3620 --cache-file, --srcdir, --host, --build and --target options
3621 from argument lists.
3622 * configure: Rebuilt.
3623
8c12fc63
JZ
36242003-01-15 Josef Zlomek <zlomekj@suse.cz>
3625
3626 * MAINTAINERS: Add myself to write-after-approval list.
3627
7c005a3a
AO
36282003-01-15 Alexandre Oliva <aoliva@redhat.com>
3629
3630 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
3631 * configure: Rebuilt.
3632
3dfabf63
NN
36332003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
3634
3635 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
3636 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
3637 * Makefile.in: Regenerate.
3638 * configure: Regenerate.
3639
cf53ae10
AO
36402003-01-09 Alexandre Oliva <aoliva@redhat.com>
3641
3642 * configure.in: Remove Makefile in build, host and target modules
3643 unless configure was run with --no-recursion.
3644 * configure: Rebuilt.
3645
3fbe8e4a
CC
36462003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
3647
3648 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
3649 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
3650 * Makefile.in: Regenerate.
3651
66e2aa7d
CD
36522003-01-08 Chris Demetriou <cgd@broadcom.com>
3653
3654 * config.guess: Update to 2003-01-03 version.
3655 * config.sub: Update to 2003-01-03 version.
3656
b5038cfb
CF
36572003-01-07 Christopher Faylor <cgf@redhat.com>
3658
3659 * configure: Regenerate with proper autoconf 2.13.
3660
d02c69be
CF
36612003-01-07 Christopher Faylor <cgf@redhat.com>
3662
3663 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 3664 * configure: Regenerate.
d02c69be 3665
e914a571
AC
36662003-01-06 Andrew Cagney <ac131313@redhat.com>
3667
3668 * configure.in (GDB_TK): Add tcl directories conditional on
3669 gdb/gdbtk directory being present.
3670 * configure: Regenerate.
abb2db7a 3671
70571545
JDA
36722003-01-04 John David Anglin <dave.anglin@nrc.ca>
3673
3674 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
3675 by gcc if LD is not defined and we are not doing a Canadian Cross.
3676 * configure: Rebuilt.
3677
89a7012a
TT
36782002-12-31 Tom Tromey <tromey@redhat.com>
3679
3680 * Makefile.in: Rebuilt.
3681 * Makefile.def (target_modules) [libffi]: Allow installation.
3682
3f4f56e2
AS
36832002-12-31 Andreas Schwab <schwab@suse.de>
3684
3685 * configure.in: Fix use of $program_transform_name.
3686 * configure: Regenerated.
3687
6c1b8d0a
DJ
36882002-12-30 Daniel Jacobowitz <drow@mvista.com>
3689
3690 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 3691 * configure: Regenerated.
6c1b8d0a 3692
c5120911
AO
36932002-12-29 Alexandre Oliva <aoliva@redhat.com>
3694
3695 * Makefile.tpl (local-distclean): Don't remove...
3696 (multilib.ts): ... this. Moved into...
3697 (multilib.out): ... this. Don't use sub-make.
3698 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
3699 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
3700 (configure-build-[+module+], configure-[+module+],
3701 configure-target-[+module+], configure-gcc): ... these. Test
3702 for Makefile existence. Drop config.status from dependencies.
3703 * Makefile.in: Rebuilt.
3704 * configure.in: Move gcc-version-trigger to the end of
3705 ac_configure_args. Add comments to maybedep.tmp and
3706 serdep.tmp. Introduce --disable-serial-configure. Remove
3707 nonopt from baseargs, matching and removing corresponding
3708 whitespace while at it.
3709 * configure: Rebuilt.
3710
e245b0ea
AO
37112002-12-28 Alexandre Oliva <aoliva@redhat.com>
3712
903de295
AO
3713 * configure.in (host_configargs): Replace reference to
3714 no-longer-defined buildopts with --build=${build_alias}.
3715 * configure: Rebuilt.
3716
e245b0ea
AO
3717 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
3718 program_transform_name to standard idiom.
3719 (AUTOGEN, AUTOCONF): Define.
3720 (Makefile.in): Use $(AUTOGEN).
3721 (Makefile): Depend on config.status, and use autoconf-style rule to
3722 build it. Move original commands to...
3723 (config.status): ... this new target.
3724 (configure): Add $(srcdir). Depend on config/acx.m4. Use
3725 $(AUTOCONF).
3726 * Makefile.in: Rebuilt.
3727
671aa708
NN
37282002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
3729
53fbfb58
NN
3730 * Makefile.tpl: Fix dramatic bustage due to change in
3731 program_transform_name.
3732 * Makefile.in: Regenerate.
3733
3734 * configure.in: Remove unnecessary PATH setting.
3735 * configure: Regnerate.
3736
3737 * configure.in: Don't default to unprefixed tools unless
3738 the native tools will work.
3739 * configure: Regenerate.
3740
671aa708
NN
3741 * configure.in: Convert to autoconf script. Blow away lots
3742 of now-redundant Makefile fragments.
3743 * configure: Generate using Autoconf.
3744 * Makefile.tpl: Rewrite to reflect autoconfiscation.
3745 * Makefile.in: Regenerate.
3746
57f40826
NN
37472002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
3748
3fedb745
NN
3749 * configure: Fix stupid bug where RANLIB was mistakenly included.
3750
abb2db7a 3751 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
3752 (build_configargs, host_configargs, target_configargs).
3753
3754 * configure.in: Move logic out of sed statement.
3755
abb2db7a 3756 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
3757 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
3758
315fa0f4
SS
37592002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
3760
3761 * config.sub: Import from master repository
3762 * config.guess: Ditto
3763
45aff44f
AS
37642002-12-24 Andreas Schwab <schwab@suse.de>
3765
3766 * Makefile.tpl (multilib.out): Fix missing space.
3767 * Makefile.in: Regenerate.
3768
88b5521b
NN
37692002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
3770
3771 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
3772 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
3773 * Makefile.in: Regenerate.
3774 * configure.in: Remove unnecessary leftovers.
3775
2a726918
GK
37762002-12-21 Geoffrey Keating <geoffk@apple.com>
3777
3778 * configure.in (extra_ranlibflags_for_target): New variable.
3779 (*-*-darwin): Add -c to ranlib commands.
3780 * configure (tooldir): Handle extra_ranlibflags_for_target.
3781
aace3269 37822002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
3783
3784 * Makefile.tpl: Revert HJL's change.
3785 * Makefile.in: Regenerated.
3786 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
3787 always.
3788
f0895142
AS
37892002-12-19 Andreas Schwab <schwab@suse.de>
3790
3791 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
3792 * Makefile.in: Regenerate.
3793
782d0c02
L
37942002-12-18 H.J. Lu <hjl@gnu.org>
3795
3796 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
3797 * Makefile.in: Regenerated.
3798
3799 * configure.in (build_prefix): New. Substitute.
3800
212f6dd0
NN
38012002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
3802
79308c5d
NN
3803 * Makefile.tpl: Don't let real targets depend on phony targets.
3804 * Makefile.in: Regenerate.
3805
212f6dd0
NN
3806 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
3807 * Makefile.in: Regenerate.
3808
ab17919f
SS
38092002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
3810
3811 * config.sub: Import from master repository
3812 * config.guess: Ditto
3813
5ecf91d1
JM
38142002-12-16 Jason Merrill <jason@redhat.com>
3815
3816 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
3817 previous 'make bootstrap'.
3818 * Makefile.in: Regenerate.
3819
d8437e1b
HPN
38202002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
3821
3822 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
3823
4977bab6
ZW
38242002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
3825
3826 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
3827 * Makefile.in: Regenerate.
3828
0edcfdcb
JM
38292002-12-13 Jason Merrill <jason@redhat.com>
3830
6248218a 3831 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
3832 library tests.
3833 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
3834 * Makefile.in: Regenerate.
3835
4977bab6
ZW
38362002-12-12 Alexandre Oliva <aoliva@redhat.com>
3837
3838 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
3839 * Makefile.in: Rebuilt.
3840
f87505dd
AO
38412002-12-12 Alexandre Oliva <aoliva@redhat.com>
3842
3843 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
3844
4977bab6
ZW
38452002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
3846
3847 * configure: Fix bug put in by gremlins.
3848
3849 * Makefile.tpl: Substitute more autoconfily.
3850 * configure: Substitute more autoconfily.
3851 * Makefile.in: Regenerate.
3852
7f0db92a
SS
38532002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
3854
3855 * config.sub: Import from master repository
3856 * config.guess: Ditto
3857 * MAINTAINERS: Added Svein Seldal under write after approval
3858
4977bab6
ZW
38592002-12-08 Andrew Cagney <ac131313@redhat.com>
3860
3861 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
3862 * Makefile.in (all-sim): Ditto.
3863
38642002-12-06 DJ Delorie <dj@redhat.com>
3865
3866 * Makefile.tpl: Change configure dependencies to not have real
3867 targets depend on phony targets.
3868
38692002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
3870
3871 * configure.in: Revert unintentional change.
3872
3873 * Makefile.tpl: Change dependency for */multilib.out so that
3874 it works when gcc isn't in the tree.
3875
3876 * configure.in: Substitute more.
3877 * configure: Run subconfigures from the Makefile.
3878 * Makefile.tpl: Run subconfigures from the Makefile; add a few
3879 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
3880
67f1b906
GP
38812002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3882
3883 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
3884
4977bab6
ZW
38852002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
3886
3887 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
3888 and corresponding dependencies.
3889 * Makefile.in: Regenerate.
3890
3891 * configure.in (host_tools): Order binutils, gas and ld for
3892 convenience in running the testsuites.
3893
3894 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
3895 * Makefile.in: Regenerate.
3896 * configure.in: Introduce rules to serialize subconfigure runs.
3897
3898 * configure.in: Introduce BASE_CC_FOR_TARGET.
3899 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
3900 Realize configure-build-* targets. Realize configure-target-* targets.
3901 * Makefile.in: Regenerate.
3902
39032002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
3904
3905 * configure: Move gcc_version_trigger stuff from here...
3906 * configure.in: ...to here.
3907
3908 * configure.in: Separate subconfigure options added by this file from
3909 options given by the user. Add machinery to put args for host
3910 subconfigures into the Makefile.
3911
3912 * Makefile.tpl: Remove 'vault' targets.
3913 * Makefile.tpl: Reorder and comment dependencies.
3914 * Makefile.in: Regenerate.
3915
39162002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
3917 * configure.in: Fix my broken commit of previous patch. (sigh)
3918
743f054e
GK
39192002-11-28 Geoffrey Keating <geoffk@apple.com>
3920
3921 * configure.in: Move host-specific darwin noconfigdirs into
3922 the host-specific section.
3923
4977bab6
ZW
39242002-11-28 Geoffrey Keating <geoffk@apple.com>
3925
3926 * configure.in: Move host-specific darwin noconfigdirs into
3927 the host-specific section.
3928
39292002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
3930
3931 * configure: Remove skip-this-dir support.
3932 * Makefile.tpl: Remove skip-this-dir support.
3933
3934 * Makefile.tpl: Remove leftover support for non-autoconfiscated
3935 subdirectories.
3936 * Makefile.in: Regenerate.
3937
3938 * Makefile.tpl: Strip out useless setting of 'dir'.
3939 * Makefile.in: Regenerate.
3940
39412002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
3942
3943 * configure.in: Fix deeply stupid bug.
3944
3945 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
3946 shell code in CXX_FOR_TARGET
3947 * Makefile.def: Introduce raw_cxx.
3948 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
3949 RAW_CXX_FOR_TARGET.
3950 * Makefile.in: Regenerate.
3951
39522002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
3953
3954 * Makefile.tpl: Remove unnecessary ifs.
3955 * Makefile.in: Regenerate.
3956
3957 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
3958 dependencies. Maybe-ize build-libiberty. Create dummy install
3959 targets for 'no_install' modules.
3960 * configure: Move GDB_TK substitution to configure.in. Move
3961 build_modules stuff to configure.in.
3962 * configure.in: Implement soft dependency machinery. Maybe-ize
3963 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
3964 * Makefile.in: Regenerate.
3965
39662002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
3967
3968 * Makefile.tpl: Make all-target, install-target behave similarly
3969 to all, install (only hitting configured targets). Eliminate
3970 unused macro defintions.
3971
3972 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
3973 build != host.
3974
3975 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
3976
3977 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
3978
3979 * configure.in: Produce lists of subdir targets we're actually
3980 configuring. Remove references to "dosrel".
3981 * Makefile.tpl: Let configure set which subdir targets are hit.
3982 Remove install-cross; clean up install; remove ALL. Remove
3983 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
3984 Autogenerate host module targets. Remove empty dependency lines
3985 and redundant dependency; rearrange slightly.
3986 * Makefile.def: Add host-side libtermcap, utils.
3987
3988 * Makefile.in: Regenerate.
3989
e6226a2f
RO
39902002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3991
3992 * ltconfig (osf[345]): Append $major to soname_spec.
3993 Reflect this in library_names_spec.
3994 * ltmain.sh (osf): Prefix $major with . for use as extension.
3995
3b75d237
AJ
39962002-11-19 Andreas Jaeger <aj@suse.de>
3997
3998 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
3999 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
4000 and sparc64 GNU/Linux systems.
4001
809108de
NS
40022002-11-19 Nathan Sidwell <nathan@codesourcery.com>
4003
4004 * MAINTAINERS: Update email.
4005
e7e0de7e
GP
40062002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4007
4008 * MAINTAINERS: Complete James Dennett's entry.
4009
f7109dea
EB
40102002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
4011
4012 * MAINTAINERS (Write After Approval): Add myself.
4013
d3ac17c9
BK
40142002-11-13 Bruce Korb <bkorb@gnu.org>
4015
4016 * Makefile.tpl: syntactic cleanup
4017
cbf78ae4
SH
40182002-11-13 Stuart Hastings <stuart@apple.com>
4019
4020 * MAINTAINERS: Add myself to write-after-approval list.
4021
4977bab6
ZW
40222002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
4023
4024 * Makefile.def: Add list of recursive targets to autogenerate.
4025 Add build_modules.
4026 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
4027 targets. Autogenerate *-build-* targets.
4028 * Makefile.in: Regenerate.
4029
40302002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
4031
4032 * configure: More autoconf-style substitutions.
4033 * Makefile.tpl: More autoconf-style substitutions.
4034 * Makefile.in: Regenerate.
4035
40362002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
4037
4038 * configure: Substitute more variables in a more autoconf-friendly
4039 way. Simplify slightly.
4040 * Makefile.tpl: Make more variables substitutable in an
4041 autoconf-friendly way.
4042 * Makefile.in: Regenerate.
4043
d4783999
JW
40442002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
4045
4046 * MAINTAINERS (Write After Approval): Add myself.
4047
4977bab6
ZW
40482002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
4049
4050 * configure.in (v810*): Remove special setting of tools.
4051
4052 * configure: Add support for extra required flags for ar or nm.
4053 * configure.in (aix4.3+): Use above support for target-specific
4054 issues, rather than using config/mt-aix43.
4055
40562002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
4057
4058 * configure: Remove 'removing', which doesn't work. Replace $subdir
4059 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
4060 with $srcdir. Reformat indentation. Substitute some variables
4061 formerly hard-coded in the Makefile for build=host.
4062 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
4063 * Makefile.def: Autogenerate more.
4064 * Makefile.in: Regenerate.
4065
1c9c903e
AN
40662002-11-04 Adam Nemet <anemet@lnxw.com>
4067
4068 * MAINTAINERS (Write After Approval): Add myself.
4069
40673d2b
KB
40702002-11-04 Kevin Buettner <kevinb@redhat.com>
4071
4072 * Makefile.def (host_modules): Add rda.
4073 * Makefile.in: Regenerate.
4074 * configure.in (target_tool): Add target-rda to list.
4075
42e650ae
GP
40762002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4077
4078 * MAINTAINERS: Remove "co-maintainer" note for web pages.
4079
e004b81f
PE
40802002-10-25 Phil Edwards <pme@gcc.gnu.org>
4081
4082 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
4083 and restrap targets to this rule.
4084 * Makefile.in: Regenerate.
4085
06bd49b1
GP
40862002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4087
4088 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
4089 GNATS only accounts.
4090
d0af82b0
HPN
40912002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
4092
4093 * configure.in (i[3456]86-*-linux*): Add check to disable
4094 ${libgcj} for glibc1.
4095
10782654
DC
40962002-10-24 Denis Chertykov <denisc@overta.ru>
4097
4098 * MAINTAINERS: Add myself as ip2k port maintainer.
4099
a5a438f5
SS
41002002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
4101
4102 * configure.in: Add tic4x target.
4103
fe3d5b7f
NN
41042002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
4105
aba8a494
NN
4106 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
4107 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
4108 * Makefile.in: Regenerate.
4109
fe3d5b7f
NN
4110 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
4111 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
4112 * Makefile.in: Regenerate.
4113
a6ad79e7
JJ
41142002-10-02 Janis Johnson <janis187@us.ibm.com>
4115
4116 * MAINTAINERS: Add myself as web pages co-maintainer.
4117
6a8a9058
NN
41182002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
4119
4120 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
4121 * Makefile.in: Regenerate.
4122
327d975a
ZW
41232002-10-02 Zack Weinberg <zack@codesourcery.com>
4124
4125 * MAINTAINERS: Add myself and Nathan Sidwell
4126 <nathan@codesourcery.com> as VxWorks maintainers.
4127
a5ae8f19 41282002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
4129
4130 * Makefile.def: Remove order dependency comments.
4131 * Makefile.tpl: Add explicit install-install dependencies.
4132 * Makefile.in: Regenerate.
d0f6c823 4133
34c6040c 4134 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 4135 * Makefile.in: Regenerate.
34c6040c 4136
d0f6c823
NN
4137 * Makefile.tpl: Add configure-target (for src-release in src)
4138 * Makefile.in: Regenerate.
4139
50bd210b
NC
41402002-09-30 Nick Clifton <nickc@redhat.com>
4141
4142 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
4143
ca25149e
UW
41442002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
4145
4146 * configure.in (s390*-*-linux*): Enable libgcj.
4147
dd30b57d
NN
41482002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
4149
9e60a678
NN
4150 * configure: Revert accidentally applied changes.
4151
dd30b57d
NN
4152 * Makefile.tpl: Make more autoconf-friendly.
4153 * Makefile.in: Regenerate.
4154 * configure: Make substitution more autoconf-like.
4155
5831424e
RE
41562002-09-28 Richard Earnshaw <rearnsha@arm.com>
4157
4158 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
4159 single entry to handle all these.
4160 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
4161 libjava on arm-*-elf.
4162
b7f3b15b
GK
41632002-09-27 Geoffrey Keating <geoffk@apple.com>
4164
4165 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
4166 things that depend on them.
4167
0dffceed
NN
41682002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
4169
4170 * Makefile.tpl: Make subsituted variables more autoconfy.
4171 * Makefile.in: Regenerate.
4172 * configure: Make seds more autoconfy.
4173
1db75a86 41742002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
4175
4176 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
4177 * Makefile.in: Regenerate.
4178 * configure.in: Rewrite sed statements to look autoconfy.
4179
1db75a86
NN
4180 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
4181 all-target-foo on configure-target-foo.
4182 * Makefile.def: Ditto.
4183 * Makefile.in: Rebuild.
4184
741a4e89
AH
41852002-09-25 Andrew Haley <aph@redhat.com>
4186
4187 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
4188
95ddd785
NN
41892002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
4190
4191 * Makefile.def: New file.
4192 * Makefile.tpl: New file.
4193 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
4194 * contrib/gcc_update: Note that Makefile.in is a generated file.
4195
4196 * configure.in: Minor rearrangement. Simplify tests.
4197
65a824f6
JT
41982002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
4199
4200 * configure.in (with_headers): Skip copy if value is "yes".
4201 (with_libs): Likewise.
4202
51270f0a 42032002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
4204
4205 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
4206 * configure.in (sh*-*-pe*): Ditto.
4207 * configure.in (mips*-*-pe*): Ditto.
4208 * configure.in (*arm-wince-pe): Ditto.
4209
8f89dbf4
NN
4210 * configure.in: Rearrange.
4211
c1b8db3f
KH
42122002-09-14 Kazu Hirata <kazu@cs.umass.edu>
4213
4214 * MAINTAINERS: Update my email address.
4215
341f0575
PK
42162002-08-30 Paul Koning <pkoning@equallogic.com>
4217
4218 * MAINTAINERS: (Write After Approval): Add myself.
4219
d2e06980
GK
42202002-08-29 Geoffrey Keating <geoffk@redhat.com>
4221
4222 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
4223
4906d5d8
GK
42242002-08-24 Geoffrey Keating <geoffk@redhat.com>
4225
4226 * MAINTAINERS: Change my mailing address.
4227
e9a25cc8
PC
42282002-08-21 Paolo Carlini <pcarlini@unitus.it>
4229
4230 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 4231 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 4232
a5aa7421
LR
42332002-08-20 Loren J. Rittle <ljrittle@acm.org>
4234
4235 * MAINTAINERS (Write After Approval): Remove myself.
4236 (Various Maintainers: c++ runtime libs): Add myself.
4237
5ce6f47b
EC
42382002-08-15 Eric Christopher <echristo@redhat.com>
4239
4240 * config.sub: Import from master repository.
4241 * config.guess: Ditto.
4242
7f9317f0
AO
42432002-08-19 Alexandre Oliva <aoliva@redhat.com>
4244
4245 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
4246 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
4247 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
4248
7aecca3d
AH
42492002-08-16 Aldy Hernandez <aldyh@redhat.com>
4250
4251 * MAINTAINERS: Add self to rs6000 vector extensions.
4252
8ea4b195
AO
42532002-08-15 Alexandre Oliva <aoliva@redhat.com>
4254
4255 * libiberty/configure: Reverted unintended yesterday's check in.
4256
f5cc59a7
AO
42572002-08-14 Alexandre Oliva <aoliva@redhat.com>
4258
4259 * boehm-gc/configure, libf2c/configure: Rebuilt.
4260 * libffi/configure, libiberty/configure: Ditto.
4261 * libjava/configure, libobjc/configure: Ditto.
4262 * libstdc++-v3/configure, zlib/configure: Ditto.
4263 Merged from binutils:
4264 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
4265 From Steve Ellcey <sje@cup.hp.com>:
4266 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
4267 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
4268 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
4269 IA64.
4270 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
4271 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
4272 soname_spec, sys_lib_search_path_spec): Ditto.
4273
66350331
FS
42742002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
4275
4276 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
4277
2ff34870
L
42782002-08-04 H.J. Lu (hjl@gnu.org)
4279
4280 * configure.in (mips*-*-linux*): Don't skip target-libffi.
4281
a014f2fe
KW
42822002-08-02 Krister Walfridsson <cato@df.lth.se>
4283
4284 * MAINTAINERS (Write After Approval): Add myself.
4285
c01d477a
AM
42862002-07-31 Alan Modra <amodra@bigpond.net.au>
4287
4288 * configure.in: Move generic linux case to end. Copy generic
4289 linux noconfigdirs to mips*-*-linux* entry and new
4290 powerpc64*-*-linux* entry. Add target-libffi for the latter.
4291
68cd2524
MM
42922002-07-19 Michael Matz <matz@suse.de>
4293
4294 * MAINTAINERS: Add myself as ra* maintainer.
4295
e2d83b8c
CD
42962002-07-16 Chris Demetriou <cgd@broadcom.com>
4297
4298 * config.guess: Update to 2002-07-09 version.
4299 * config.sub: Update to 2002-07-03 version.
4300
cece4f1d
HPN
43012002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
4302
4303 * MAINTAINERS: Fix typo in a maintainer email address.
4304
bb654703
NN
43052002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
4306
4307 * configure.in: Remove two redundant tests.
4308
789b7de5
RO
43092002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4310
4311 * configure.in (mips*-*-irix6*o32): Enable stabs.
4312
e1da1089
NN
43132002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
4314
f3970bba
NN
4315 * configure.in: Don't build grez.
4316 * Makefile.in: Ditto.
4317
e1da1089
NN
4318 * Makefile.in: Remove references to bsp, cygmon, libstub.
4319 * configure.in: Ditto.
4320
4321 * configure.in: Remove leftover reference to gdbtest.
4322
57c905fa
PE
43232002-07-08 Phil Edwards <pme@gcc.gnu.org>
4324
4325 * configure.in (gxx_include_dir): Change to match versioned
4326 C++ headers if --enable-version-specific-runtime-libs is used.
4327
a0af94a7 43282002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 4329
a0af94a7
SE
4330 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
4331
423ce3eb
NN
43322002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
4333
4334 * configure.in: Make --without-x work.
4335
98186934
NN
43362002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
4337
c3b7d169
NN
4338 * configure.in: Rearrange target Makefile fragment collection.
4339
98186934
NN
4340 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
4341 cvs[src].
4342 * configure.in: Ditto.
4343
eebd288a
MK
43442002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
4345
4346 * MAINTAINERS (Write After Approval): Update my e-mail address.
4347
3ab36f05
NN
43482002-06-24 Ben Elliston <bje@redhat.com>
4349
4350 * configure.in (host_tools): Remove cgen.
4351
4352 * Makefile.in (all-cgen): Remove; runs from its source directory.
4353 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 4354 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
4355 (all-sim): Likewise.
4356
43572002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
4358
4359 * Makefile.in: Eliminate 'apache' targets.
4360 * configure.in: Eliminate 'apache' targets.
4361
55380b08
NN
4362 * configure.in: Eliminate redundant tests. Reorganize.
4363
9a5c1b9d
NN
4364 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
4365
5fd3853a
NN
4366 * config-ml.in: Eliminate references to Cygnus configure.
4367
cfefc434
NN
4368 * Makefile.in: Eliminate references to building emacs.
4369
2fe93885
GS
43702002-06-28 Graham Stott <graham.stott@btinternet.com>
4371
4372 * MAINTAINERS: Update my email address.
4373
53c40185
BK
43742002-06-26 Benjamin Kosnik <bkoz@redhat.com>
4375
4376 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 4377 (cxx_incdir): Remove.
53c40185 4378
97679694
NN
43792002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
4380
4381 * MAINTAINERS (Write After Approval): Add self.
4382
b03bcd37
DC
4383Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
4384
4385 * configure.in: Add support for ip2k.
4386
6bd12129
NN
43872002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
4388
4389 * configure.in: Fix AIX configury bug.
4390
e0d98a92
SE
43912002-06-20 Steve Ellcey <sje@cup.hp.com>
4392
4393 * MAINTAINERS (Write After Approval): Add self.
4394
ba3292db
NN
43952002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
4396
ef40bc65
NN
4397 * configure.in: replace ${topsrcdir} with ${srcdir}
4398
7a0be465
NN
4399 * configure.in: Move definition of libstdcxx_flags
4400 right above usage, rather than waaay earlier.
4401
e1848dde
NN
4402 * configure.in: Pull definition of is_cross_compiler earlier.
4403
8bc2fff1
NN
4404 * configure.in: Rearrange a little.
4405
ba3292db
NN
4406 * configure.in: Remove references to librx.
4407 * Makefile.in: Remove references to librx.
4408
11d8b408
DC
4409Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
4410
4411 * config.sub: Add support for avr target.
4412 Import from master sources, rev 1.255
5ce6f47b 4413
93da8339
PE
44142002-06-19 Phil Edwards <pme@gcc.gnu.org>
4415
4416 * configure, .cvsignore: Revert previous change...
4417 * Makefile: ...delete.
4418
b4caab5c
NN
44192002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
4420
4421 * configure.in: Eliminate ${gasdir} variable.
4422
ee777171
DB
44232002-06-18 Dave Brolley <brolley@redhat.com>
4424
4425 * configure.in: Add support for frv.
4426 * config.sub: Add support for frv.
4427
26e4af54
PE
44282002-06-18 Phil Edwards <pme@gcc.gnu.org>
4429
4430 * configure: Remove garbage from previous commit.
4431
bb20b7da
PE
44322002-06-18 Phil Edwards <pme@gcc.gnu.org>
4433
4434 * configure: For in-source builds, make a subdir and re-exec there.
4435 * Makefile: New file. Pass targets through to build directory.
4436 * .cvsignore: No longer ignore "Makefile".
4437
9d321f6c
DR
44382002-06-16 Douglas Rupp <rupp@gnat.com>
4439
4440 * MAINTAINERS (Write After Approval): Add self.
4441
c8eb2bc0
KG
44422002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4443
4444 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
4445
f210d239
JT
44462002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
4447
4448 * configure.in (vax-*-netbsd*): Re-enable gas.
4449
e9667b3c
NN
44502002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
4451
efe1f357
NN
4452 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
4453 BUILD_PREFIX_1, to correct nomenclature.
4454 * configure: Likewise.
4455
e9667b3c
NN
4456 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
4457 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
4458
fe2fe497
OH
44592002-05-31 Olaf Hering <olh@suse.de>
4460
4461 * config-ml.in: Propogate DESTDIR also.
4462
dcf7f0dd
JT
44632002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
4464
4465 * configure.in (vax-*-netbsd*): Don't build gas for this
4466 platform.
4467
6ff14f32
MM
44682002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
4469
4470 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
4471 and libgcj for AVR.
4472
397de1ff
KK
44732002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
4474
4475 * MAINTAINERS (Write After Approval): Add myself.
4476
ac30211c
JT
44772002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
4478
4479 * config.guess: Update to 2002-05-22 version.
4480 * config.sub: Likewise.
4481
1e6347d8
RO
44822002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4483
4484 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
4485 * config-ml.in: Likewise.
4486 * configure: Likewise.
4487 * configure.in: Likewise.
4488
e5ce1d6d
SC
44892002-05-16 Stephane Carrez <stcarrez@nerim.fr>
4490
4491 * MAINTAINERS: Update my email address.
4492
6cdef75d
NN
44932002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
4494
4a87f061
NN
4495 * configure.in: Simplify makefile fragment collection.
4496
4497 * configure.in: Remove code to build emacs.
603606e7 4498
e254d6b5
NN
4499 * configure.in : Remove --srcdir argument from targargs and buildargs
4500 (it's always overridden in the Makefile anyway). Rearrange a bit.
4501
4502 * configure: Move some logic to configure.in.
4503 * configure.in: Move some logic from configure.
6cdef75d 4504
1d6006fe
TT
45052002-05-11 Tom Tromey <tromey@redhat.com>
4506
4507 * MAINTAINERS: Reflect libgcj reality.
4508
b70b3534
FS
45092002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
4510
4511 * Makefile.in: Honour DESTDIR.
4512
4434687a
MM
45132002-05-08 Mark Mitchell <mark@codesourcery.com>
4514
4515 * config.guess: Import 2002-03-20 version.
4516 * config.sub: Import 2002-04-26 version.
4517
a89e49c7
RO
45182002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4519
4520 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
4521
44e55536
TJ
45222002-05-07 Tim Josling <tej@melbpc.org.au>
4523
4524 * MAINTAINERS: Add self.
4525
97320a3f
LR
45262002-05-06 Loren J. Rittle <ljrittle@acm.org>
4527
4528 * ltmain.sh: Detect and handle object name conflicts
4529 while piecewise linking a static library.
4530
b7c13625
AO
45312002-05-05 Alexandre Oliva <aoliva@redhat.com>
4532
4533 * configure.in (noconfigdirs): Don't disable libgcj on
4534 sparc64-*-solaris* and sparcv9-*-solaris*.
4535
4182d9fa
AO
45362002-05-03 Alexandre Oliva <aoliva@redhat.com>
4537
4538 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
4539
7bebf279
TF
45402002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
4541
4542 * configure.in (FLAGS_FOR_TARGET): Do not add
4543 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
4544 on i[3456]86-*-linux*.
4545
9a06dc7d
TF
45462002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
4547
4548 * configure.in (noconfigdirs): Replace [ ] with test.
4549
4550 * configure.in (noconfigdirs): Do not add target-newlib if
4551 target == i[3456]86-*-linux*, and host == target.
4552
a51a07fa
NN
45532002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
4554
9e7facd6
DD
4555 * configure.in: delete reference to absent file
4556
aeaa0f2f
NN
4557 * configure.in: replace '[' with 'test'
4558
4bb98828
NN
4559 * configure.in: Eliminate references to gash.
4560 * Makefile.in: Eliminate references to gash.
4561
64791664
NN
4562 * configure.in: remove useless references to 'pic' makefile fragments.
4563
3ed57cf4
NN
4564 * configure.in: (*-*-windows*) Finish removing.
4565
a51a07fa
NN
4566 * configure.in: Eliminate redundant test for libgui.
4567
8552f6f1
RS
45682002-04-29 Roger Sayle <roger@eyesopen.com>
4569
4570 * MAINTAINERS: Add self and realphabetize. Update entries
4571 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
4572 entry for a29k port maintainer.
4573
9e847666
JS
45742002-04-26 Joel Sherrill <joel@OARcorp.com>
4575
4576 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
4577 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
4578
704c9a14
NN
45792002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
4580
4581 * configure.in: remove references to dead files
4582
7bff5059
MM
45832002-04-19 Mark Mitchell <mark@codesourcery.com>
4584
4585 * MAINTAINERS: Add information about purpose of this file.
4586
0c7c67f0
TT
45872002-04-18 Tom Tromey <tromey@redhat.com>
4588
4589 * configure.in: Disallow configuring libgcj when it is already
4590 installed and we're using Solaris 2.8 linker. Do enable libgcj on
4591 Solaris 2.8 by default. For PR libgcj/6158.
4592
63501e91
NN
45932002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
4594
4595 * configure.in: Move default CC setting out of config/mh-* fragments
4596 directly into here.
4597
701afd4d
NN
45982002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
4599
4600 * configure.in: don't even try to configure or make a subdirectory
4601 if there's no configure script for it.
4602
07cdae91
MM
46032002-04-15 Mark Mitchell <mark@codesourcery.com>
4604
4605 * MAINTAINERS: Remove chill maintainers.
4606 * Makefile.in (CHILLFLAGS): Remove.
4607 (CHILL_LIB): Remove.
4608 (TARGET_CONFIGDIRS): Remove libchill.
4609 (CHILL_FOR_TARGET): Remove.
4610 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
4611 CHILL_LIB.
4612 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
4613 (CHECK_TARGET_MODULES): Likewise.
4614 (INSTALL_TARGET_MODULES): Likewise.
4615 (CLEAN_TARGET_MODULES): Likewise.
4616 (configure-target-libchill): Remove.
4617 (all-target-libchill): Remove.
4618 * configure.in (target_libs): Remove target-libchill.
4619 Do not compute CHILL_FOR_TARGET.
4620 * libchill: Remove directory.
5ce6f47b 4621
ab50d72b
DD
46222002-04-11 DJ Delorie <dj@redhat.com>
4623
4624 * Makefile.in, configure.in: Sync with binutils, entries
4625 follow...
4626
0a1e123a
DD
46272002-04-07 Andrew Cagney <ac131313@redhat.com>
4628
4629 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
4630 (do-tar, do-bz2): New rules.
4631 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
4632 (gdb-tar): New rule.
4633 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
4634 (insight_dejagnu.tar): New rule.
4635 (insight.tar): New rule.
4636 (gdb+dejagnu.tar): New rule.
4637 (gdb.tar): New rule.
4638
ab50d72b
DD
46392002-02-01 Mo DeJong <supermo@bayarea.net>
4640
4641 * Makefile.in: Add all-tix to deps for all-snavigator
4642 so that tix is built when building snavigator.
4643
46442002-01-11 Steve Ellcey <sje@cup.hp.com>
4645
4646 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
4647 ld and gdb are not supported.
4648
46492002-01-07 Mark Salter <msalter@redhat.com>
4650
4651 * configure.in: Remove target-bsp and target-cygmon from arm builds.
4652 Allow target-libgloss to be built for arm, strongarm, and xscale.
4653
46542001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
4655
4656 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
4657 options for i[3456]86-pc-linux* native builds.
4658
46592001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
4660
4661 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
4662 files from .po files for a distribution.
4663
46642001-09-03 Jeff Holcomb <jeffh@redhat.com>
4665
4666 * configure.in: Enable libstdc++-v3 for h8300 targets.
4667
46682001-06-19 Alan Modra <amodra@bigpond.net.au>
4669
4670 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
4671 version from bfd/.
4672
4673Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
4674
4675 * Makefile.in (VER): When present, extract the version number from
4676 the file version.in.
4677
46782001-05-24 Tom Rix <trix@redhat.com>
4679
4680 * configure.in : enable ld for aix
4681
46822001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
4683
4684 * config.guess: Add linux target for S/390.
4685
46862000-11-07 Philip Blundell <pb@futuretv.com>
4687
4688 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
4689
46902000-11-03 Philip Blundell <pb@futuretv.com>
4691
4692 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
4693 files.
4694
46952001-01-15 Ben Elliston <bje@redhat.com>
4696
4697 * configure.in (host_tools): Add sid.
4698 Always configure cgen.
4699
47002000-11-24 Nick Clifton <nickc@redhat.com>
4701
4702 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
4703
4704
47052000-08-20 Doug Evans <dje@casey.transmeta.com>
4706
4707 * Makefile.in (ALL_MODULES): Add all-cgen.
4708 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
4709 (all-cgen): New target.
4710 (all-opcodes,all-sim): Depend on all-cgen.
4711 * configure.in (host_tools): Add cgen.
4712 Only configure cgen if --enable-cgen-maint.
4713
ef98ad7b
LR
47142002-04-09 Loren J. Rittle <ljrittle@acm.org>
4715
4716 * configure.in: Add *-*-freebsd* configurations.
4717
90def2b2
TT
47182002-04-08 Tom Tromey <tromey@redhat.com>
4719
4720 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
4721 Fixes PR libgcj/6068.
4722
320d7e7a
KW
47232002-03-30 Krister Walfridsson <cato@df.lth.se>
4724
4725 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
4726
18b467f1
RO
47272002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4728
4729 * configure.in (alpha*-dec-osf*): Enable libgcj.
4730
8bb3a5af
MG
47312003-03-27 Matthew Gingell <gingell@gnat.com>
4732
4733 * MAINTAINERS (Write After Approval): Add myself.
4734
56ae9405
NC
47352002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
4736
4737 Fix for: PR bootstrap/3591, target/5676
4738 * configure.in (mcore-pe): Disable the configuration of
4739 libstdc++-v3 since exceptions are not supported.
4740
f18d9a0c
AG
47412002-03-20 Anthony Green <green@redhat.com>
4742
4743 * configure.in: Enable libgcj for xscale-elf target.
4744
c0e21eef
R
4745Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
4746
4747 * MAINTAINERS: Update my email address.
4748
28eca9e8
AO
47492002-03-16 Alexandre Oliva <aoliva@redhat.com>
4750
4751 * ltmain.sh (relink_command): Fix typo in previous change.
4752
e67e72c7
AO
47532002-03-15 Alexandre Oliva <aoliva@redhat.com>
4754
4755 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
4756 (relink_command): Added --tag flags.
4757 (mode=install): If relinking fails; error out.
4758
c2273204
RH
47592002-03-12 Richard Henderson <rth@redhat.com>
4760
4761 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
4762 .NOTPARALLEL tag.
4763 (do-check): Rename from check.
4764 (check): Allow parallel check.
4765
bcb64245
BW
47662002-03-12 Bob Wilson <bob.wilson@acm.org>
4767
4768 * MAINTAINERS: Add myself as maintainer for xtensa port.
4769 Fix alphabetical order in CPU port maintainer list.
4770 Remove myself from Write After Approval list.
4771
63adb4ff
RH
47722002-03-11 Richard Henderson <rth@redhat.com>
4773
4774 * Makefile.in (.NOTPARALLEL): Add fake tag.
4775
9bec4bf0
L
47762002-03-07 H.J. Lu (hjl@gnu.org)
4777
4778 * configure.in: Enable gprof for mips*-*-linux*.
4779
c7fc1f84
DS
47802002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
4781
4782 * MAINTAINERS (Write After Approval): Add myself.
4783
6bff33fb
AO
47842002-02-28 Alexandre Oliva <aoliva@redhat.com>
4785
4786 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
4787 libjava.
4788 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
4789
0210b33b
AO
47902002-02-23 Alexandre Oliva <aoliva@redhat.com>
4791
4792 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
4793 because its Makefile is there; test for the executable instead.
4794
fcc0a3ef
AO
47952002-02-22 Alexandre Oliva <aoliva@redhat.com>
4796
4797 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
4798 libstdc++-v3 and libjava.
4799
97cf8285
AM
48002002-02-11 Adam Megacz <adam@xwt.org>
4801
4802 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
4803 boehm-gc
5ce6f47b 4804
40fe0ec3
AO
48052002-02-09 Alexandre Oliva <aoliva@redhat.com>
4806
4807 * config.guess: Updated to 2002-01-30's version.
4808 * config.sub: Updated to 2002-02-01's version.
4809 Contribute sh64-elf.
4810 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
4811 * configure.in: Added sh64-*-*.
4812
694d53ee
CD
48132002-02-08 Chris Demetriou <cgd@broadcom.com>
4814
4815 * MAINTAINERS: Belatedly add myself to write after approval list.
4816
a9ca50b1
JH
4817Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
4818
4819 * MAINTAINERS: Put self in as maintainer for x86-64 port.
4820 Remove self as Write After Approval.
4821
5ffc3500
GK
48222002-01-31 Geoffrey Keating <geoffk@redhat.com>
4823
4824 * MAINTAINERS: Put self in as maintainer for contrib/regression
4825 directory.
4826
4ceaf7fb
PE
48272002-01-28 Phil Edwards <pme@gcc.gnu.org>
4828
4829 * MAINTAINERS: Update my email address.
4830
51584787
JT
48312002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
4832
5ce6f47b
EC
4833 * configure.in (*-*-netbsd*): New. Skip target-newlib,
4834 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
4835 libraries if not supported for NetBSD on target CPU.
4836
5701d273
DR
48372002-01-25 Douglas B Rupp <rupp@gnat.com>
4838
4839 * install-sh: Use _inst.$$_ for temp file name.
4840
b299a075
JT
48412002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
4842
4843 * MAINTAINERS (Write After Approval): Move my contact info
4844 from here...
4845 (OS Port Maintainers): ...to here (netbsd).
4846
51fe14b5
BW
48472002-01-22 Bob Wilson <bob.wilson@acm.org>
4848
4849 * MAINTAINERS (Write After Approval): Add myself.
4850
b634ad42
L
48512002-01-17 H.J. Lu <hjl@gnu.org>
4852
4853 * Makefile.in (all-fastjar): Also depend on all-libiberty.
4854 (all-target-fastjar): Also depend on all-target-libiberty.
4855
3cd87679
L
48562002-01-16 H.J. Lu (hjl@gnu.org)
4857
4858 * config.guess: Import from master sources, rev 1.225.
4859 * config.sub: Import from master sources, rev 1.238.
4860
969a6d8f
KH
48612002-01-16 Kazu Hirata <kazu@hxi.com>
4862
4863 * MAINTAINERS (Write After Approval): Remove myself.
4864
366f6a52
FW
48652001-12-19 Florian Weimer <fw@deneb.enyo.de>
4866
4867 * MAINTAINERS (Write After Approval): Add myself.
4868
f02240b6
JM
48692001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
4870
4871 * MAINTAINERS: Add self as docs co-maintainer.
4872
5d08dc39
MK
48732001-12-11 Matthias Klose <doko@debian.org>
4874
4875 * MAINTAINERS (Write After Approval): Add myself.
4876
39e790d5
ZW
48772001-12-09 Zack Weinberg <zack@codesourcery.com>
4878
4879 * MAINTAINERS: Update my email address.
4880
4519d6a3
TC
48812001-12-07 Turly O'Connor <turly@apple.com>
4882 * MAINTAINERS (Write After Approval): Add myself.
4883 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
4884 (rs6000_initialize_trampoline): Call __trampoline_setup for
4885 ABI_DARWIN too.
4886 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 4887 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 4888
21cf0a73
PC
48892001-12-07 Paolo Carlini <pcarlini@unitus.it>
4890
4891 * MAINTAINERS (Write After Approval): Add myself.
4892
4ee43206
DR
4893Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
4894
4895 * configure, configure.in: Use temp file for long sed commands.
4896
251931f3
LG
48972001-12-03 Laurent Guerby <guerby@acm.org>
4898
4899 * config.sub: Update to version 1.232 on subversion.
4900
03777dd7
BE
49012001-12-03 Ben Elliston <bje@redhat.com>
4902
4903 * MAINTAINERS: Update mail address for config.* patches.
4904
e490616e
ZW
49052001-11-27 DJ Delorie <dj@redhat.com>
4906 Zack Weinberg <zack@codesourcery.com>
4907
4908 When build != host, create libiberty for the build machine.
4909
4910 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
4911 CONFIG_ARGUMENTS.
4912 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
4913 New variables.
4914 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
4915 and rules.
4916 (all.normal): Depend on ALL_BUILD_MODULES.
4917 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
4918 (all-build-libiberty): Depend on configure-build-libiberty.
4919
4920 * configure: Calculate and substitute proper value for
4921 ALL_BUILD_MODULES.
4922 * configure.in: Create the build subdirectory.
4923 Calculate and substitute TARGET_CONFIGARGS (formerly
4924 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
4925
04075e8f
ZL
49262001-11-26 Ziemowit Laski <zlaski@apple.com>
4927
4928 * MAINTAINERS (write-after-approval): Add self.
4929
ed19322d
CR
49302001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
4931
4932 * MAINTAINERS (GNATS only accounts): Remove self.
4933
90a12988
HPN
49342001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
4935
4936 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
4937 libf2c.
4938
77e653ad
CR
49392001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
4940
4941 * MAINTAINERS (Write After Approval): Add self.
4942
64adad99
DB
49432001-11-12 David O'Brien <obrien@FreeBSD.org>
4944
4945 * MAINTAINERS: mips and s390 are also CPU ports.
4946
834a28c7
DB
49472001-11-12 David O'Brien <obrien@FreeBSD.org>
4948
4949 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
4950
ef94239f
DB
49512001-11-11 David O'Brien <obrien@FreeBSD.org>
4952
4953 * MAINTAINERS: Alphabetize.
4954
beda0427
KH
49552001-11-09 Kazu Hirata <kazu@hxi.com>
4956
4957 * MAINTAINERS (Various maintainers: h8 port): Add myself.
4958
6ca224d3
JDA
49592001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
4960
4961 * MAINTAINERS (Various maintainers: hppa port): Added myself.
4962
132e4bd7
PE
49632001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
4964
4965 * configure.in (--enable-languages): Be more permissive about
4966 syntax. Check for empty lists better. Warn about $LANGUAGES.
4967
c6243b4c
GK
49682001-11-08 Geoffrey Keating <geoffk@redhat.com>
4969
4970 * config.sub: Import from master sources, rev. 1.230.
4971 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
4972
abbb9e76
LG
49732001-11-07 Laurent Guerby <guerby@acm.org>
4974
4975 * MAINTAINERS (Write After Approval): Add self.
4976
53cdb27a
HPN
49772001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
4978
4979 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
4980
dd3a88c9
HPN
49812001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
4982
4983 * config.sub: Import from master sources, rev 1.226.
4984 * config.guess: Import from master sources, rev 1.216.
4985
d344dce9
HPN
49862001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
4987
4988 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
4989 * MAINTAINERS: Add self as maintainer of MMIX port.
4990 Remove old after-approval entry.
4991
63f6bcd7
JM
49922001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
4993
4994 * ChangeLog, configure: Fix spelling errors.
4995
84f92638
BK
49962001-10-20 Brendan Kehoe <brendan@zen.org>
4997
4998 * MAINTAINERS: Tweak my address.
4999
2f30eda4
R
5000Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
5001
5002 * MAINTAINERS: Update my email address.
5003
1567080c 50042001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 5005
f48a3b5c 5006 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 5007 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 5008
30106886
GB
50092001-10-10 Geert Bosch <bosch@gnat.com>
5010
e490616e 5011 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
5012 Added Robert Dewar.
5013
d3d51b8c
DB
50142001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
5015
5016 * MAINTAINERS (Write After Approval): Added self
5017
d1c3e709
GB
50182001-10-02 Geert Bosch <bosch@gnat.com>
5019
5020 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
5021
50f5f793
JM
50222001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
5023
5024 * configure: Handle temporary files securely using mkdir.
5025
7fddf9a9
AO
50262001-09-29 Alexandre Oliva <aoliva@redhat.com>
5027
5028 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
5029
387beb82
WC
50302001-09-26 Will Cohen <wcohen@redhat.com>
5031
5032 * configure.in (*-*-linux*): Disable configuration of target-newlib
5033 and target-libgloss.
e490616e 5034
0c055e34
AO
50352001-09-26 Alexandre Oliva <aoliva@redhat.com>
5036
5037 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
5038 RANLIB.
5039
759bfa90
AO
50402001-09-21 Alexandre Oliva <aoliva@redhat.com>
5041
5042 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
5043 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
5044 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
5045 avoid quotes nesting problems.
5046 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
5047 (DO_X): Export only variables that are set.
5048
1dc4a750
BE
50492001-09-19 Ben Elliston <bje@redhat.com>
5050
5051 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
5052 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
5053 semantics. Use the shell built-in "type" command instead.
5054
898c7238
AO
50552001-08-31 Alexandre Oliva <aoliva@redhat.com>
5056
5057 Merged from gcc-3_0-branch:
5058 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
5059 * ltcf-c.sh: Use $objext, not $ac_objext.
5060 2001-07-27 Mark Kettenis <kettenis@gnu.org>
5061 * ltcf-cxx.sh: Add support for GNU.
5062 2001-07-22 Timothy Wall <twall@redhat.com>
5063 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
5064 default settings if using GNU tools with that configuration.
5065 * ltcf-cxx.sh: Ditto.
5066 * ltcf-gcj.sh: Ditto.
5067 2001-07-21 Michael Chastain <chastain@redhat.com>
5068 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
5069 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
5070 * ltmain.sh: Mark as gcc-local.
5071
8fa0a32e
EC
50722001-08-30 Eric Christopher <echristo@redhat.com>
5073 Jason Eckhardt <jle@redhat.com>
5074
5075 * config.guess: Merge from master sources.
5076 * config.sub: Merge from master sources, add support for mipsisa32.
5077
32f30f91 50782001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
5079 * config.sub: Merge from master sources, rev 1.219.
5080 * MAINTAINERS: Add self as contact for stormy16 port.
5081
f6084f99
ZW
50822001-08-14 Zack Weinberg <zackw@panix.com>
5083
5084 * config.sub: Merge from master sources, rev 1.218.
5085 * config.guess: Merge from master sources, rev 1.209.
5086
91b54f7f
GS
50872001-08-11 Graham Stott <grahams@redhat.com>
5088
5089 * Makefile.in (check-c++): Add missing semicolon.
5090
e5b3941e
JH
5091Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
5092
32f30f91 5093 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 5094
6387a56e
EC
50952001-07-30 Eric Christopher <echristo@redhat.com>
5096
5097 * MAINTAINERS (Various maintainers: mips port): Added myself.
5098
53b475f0
AH
50992001-07-25 Andrew Haley <aph@cambridge.redhat.com>
5100
e490616e 5101 * configure.in (sh-*-linux*): New.
53b475f0 5102
2a08c780
RH
51032001-07-27 Richard Henderson <rth@redhat.com>
5104
5105 * .cvsignore: Add LAST_UPDATED.
5106
bfa79422
UW
51072001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
5108
5109 * MAINTAINERS (Various maintainers: s390 port): Added myself.
5110
0ae85492
AH
51112001-07-16 Aldy Hernandez <aldyh@redhat.com>
5112
e490616e 5113 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 5114
8e1ab0fe
NP
5115Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
5116
5117 * MAINTAINERS (Write After Approval): Added myself.
5118
2b997990
SC
51192001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5120
5121 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
5122 and libgcj on m68hc11/m68hc12.
5123
d920e825
L
51242001-06-27 H.J. Lu (hjl@gnu.org)
5125
5126 * Makefile (CFLAGS_FOR_BUILD): New.
5127 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
5128
d425a1e0
JM
51292001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
5130
5131 * README: Remove version number.
5132
5b5b4207
GP
51332001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5134
5135 * INSTALL/README: Update wrt. to the installation instructions now
5136 residing in gcc/doc/install.texi.
5137
be839b69
JM
51382001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
5139
5140 * README: Replace with a cut-down and updated version of gcc/README.
5141
fe2ee7c4
DE
51422001-06-12 David Edelsohn <edelsohn@gnu.org>
5143
5144 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
5145 multilibs to be disabled.
5146
4f5d646c
DB
51472001-06-11 Daniel Berlin <dan@cgsoftware.com>
5148
5149 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 5150
818f0c85
AO
51512001-06-09 Alexandre Oliva <aoliva@redhat.com>
5152
5153 * config.guess: Import CVS version 1.195.
5154 * config.sub: Import CVS version 1.212.
5155
e9a8af10
AO
51562001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
5157
5158 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5159 gcc/xgcc is built, use -print-prog-name to find out the program
5160 name to use.
5161
ae3ca0a9
PE
51622001-06-04 Phil Edwards <pme@sources.redhat.com>
5163
5164 * config.guess: Import CVS version 1.194. All gcc-local changes
5165 appear to also be in the master copy.
5166 * config.sub: Import CVS version 1.211.
5167
066bd40d
MM
5168Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
5169
5170 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
5171 with_gcc]: Use `gcc -shared' to build a shared library.
5172
4aef4f33
JDA
5173Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
5174
5175 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
5176 archives.
5177
c386f00f
RO
5178Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5179
5180 * MAINTAINERS (Write After Approval): Add myself.
5181
2ae5cea5
HPN
51822001-06-01 Hans-Peter Nilsson <hp@axis.com>
5183
5184 * configure.in (libstdcxx_flags): Do not try to execute
5185 libstdc++-v3/testsuite_flags until it exists.
5186
c3766183
AM
51872001-06-01 Alan Modra <amodra@bigpond.net.au>
5188
5189 * MAINTAINERS: Update my email address.
5190
9b337833
GS
51912001-05-31 Graham Stott <grahams@redhat.com>
5192
5193 * MAINTAINERS (Write After Approval): Add myself.
5194
55fce0eb
SP
51952001-05-28 Simon Patarin <simon.patarin@inria.fr>
5196
5197 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
5198 libraries when using g++ with native linker.
5199
5f7de4b8
AO
52002001-05-28 Alexandre Oliva <aoliva@redhat.com>
5201
5202 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
5203
a7bc0fbb
AO
52042001-05-22 Alexandre Oliva <aoliva@redhat.com>
5205
5206 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
5207 [aix4*|aix5*]: Prepend blank.
5208
33456445
AO
52092001-05-20 Alexandre Oliva <aoliva@redhat.com>
5210
5211 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5212 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
5213 of subdir/configure scripts to use the new libtool.m4.
5214
e48d3d00
MK
52152001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
5216
5217 * MAINTAINERS (Write After Approval): Add myself.
5218
9e0e191b
BK
52192001-05-18 Benjamin Kosnik <bkoz@redhat.com>
5220
5221 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
5222
3f19b439
BE
52232001-05-11 Ben Elliston <bje@redhat.com>
5224
5225 * Makefile.in (all-sid): New target.
5226 (check-sid, clean-sid, install-sid): Likewise.
5227
6ebe3121
JO
52282001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
5229
5230 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
5231
ca3667c4
AO
52322001-05-03 Alexandre Oliva <aoliva@redhat.com>
5233
5234 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
5235 libgcj.
5236
52372001-05-03 Alexandre Oliva <aoliva@redhat.com>
5238
5239 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
5240 gcc/xgcc is built, use -print-prog-name to find out the program
5241 name to use.
5242
b2964d63
AO
52432001-04-26 Alexandre Oliva <aoliva@redhat.com>
5244
b1bb2302
AO
5245 * configure.in (noconfigdirs): Don't reset it from scratch in the
5246 target case; only append to it.
6387a56e 5247
b2964d63
AO
5248 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
5249 sparc-*-solaris2.8]: Disable ${libgcj}.
5250
8343765d
AO
52512001-04-25 Alexandre Oliva <aoliva@redhat.com>
5252
5253 * configure.in (libgcj_saved): Copy from $libgcj.
5254 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
5255 --disable-libgcj.
5256
ddbb6d43
GRK
52572001-04-25 Gavin Romig-Koch <gavin@redhat.com>
5258
5259 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 5260 C front end maintainer.
ddbb6d43 5261
3fa03ff9
AG
5262Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
5263
5264 * configure.in: Move *-chorusos target case to the proper switch.
5265 Disable libgcj.
5266
99ffe40f
AO
52672001-04-12 Alexandre Oliva <aoliva@redhat.com>
5268
5269 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
5270 1.641.2.228.
5271
78faa32d
FS
52722001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5273
5274 * Makefile.in (STAGE1_CFLAGS): Pass down.
5275
cdbff0ab
AM
52762001-04-13 Alan Modra <amodra@one.net.au>
5277
5278 * config.guess: Add hppa64-linux support. Note for next import that
5279 this is already in the master file.
5280 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
5281
75b9074c
AO
52822001-04-12 Alexandre Oliva <aoliva@redhat.com>
5283
5284 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5285 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
5286
125404c5
SS
52872001-04-11 Stan Shebs <shebs@apple.com>
5288
5289 * MAINTAINERS: Add self as Darwin port maintainer.
5290
876684fe
AM
52912001-04-11 Alan Modra <amodra@one.net.au>
5292
5293 * MAINTAINERS: Update my email address.
5294
06729913
LR
52952001-04-10 Loren J. Rittle <ljrittle@acm.org>
5296
5297 * ltcf-cxx.sh: Support creation of C++ shared libraries on
5298 recent versions of FreeBSD (release 3 or later).
5299 * ltconfig: On FreeBSD, -lc must not be provided when building
5300 a shared library or else the standard -pthread gcc option is
5301 rendered worthless to later users of the built library.
5302
67916302
JM
53032001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
5304
5305 * MAINTAINERS: Add self and RTH as C front end maintainers.
5306
d2bc0628
AO
53072001-04-05 Alexandre Oliva <aoliva@redhat.com>
5308
e490616e
ZW
5309 * config.sub: Make sure to match an already-canonicalized
5310 machine name (eg. mn10300-unknown-elf).
d2bc0628 5311
a3406c06
AO
53122001-04-01 Alexandre Oliva <aoliva@redhat.com>
5313
5314 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
5315 New macros.
5316 (bootstrap, cross): Use RECURSE_FLAGS.
5317 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
5318
a076f6a4
AO
53192001-03-27 Alexandre Oliva <aoliva@redhat.com>
5320
5321 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
5322
e9f4fa71
CH
53232001-03-22 Colin Howell <chowell@redhat.com>
5324
7238de5c
CH
5325 * Makefile.in (DO_X): Do not backslash single-quotes in
5326 backquotes (two places).
e9f4fa71 5327
b6b14b1b
AO
53282001-03-22 Alexandre Oliva <aoliva@redhat.com>
5329
5330 Re-installed:
5331 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
5332 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
5333 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
5334 * ltcf-cxx.sh: Likewise.
5335 * ltcf-gcj.sh: Likewise.
5336
1eb0b89d
GP
53372001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5338
5339 * MAINTAINERS: Add myself as "documentation co-maintainer".
5340
82e23236
AO
53412001-03-22 Alexandre Oliva <aoliva@redhat.com>
5342
5343 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5344 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
5345
64ec27c3
TT
53462001-03-19 Tom Tromey <tromey@redhat.com>
5347
5348 * config-ml.in: Handle GCJ and GCJFLAGS.
5349
191de407
MC
53502001-03-21 Michael Chastain <chastain@redhat.com>
5351
5352 * Makefile.in: all-m4 depends on all-texinfo.
5353
fed4dede
LR
53542001-03-20 Loren J. Rittle <ljrittle@acm.org>
5355
5356 * MAINTAINERS: Add myself to write after approval list.
5357
085072bb
LB
53582001-03-18 Laurynas Biveinis <lauras@softhome.net>
5359
5360 * Makefile.in (DO_X): Quote nested quotes.
5361
5af8ea3f
AM
53622001-03-18 Alan Modra <alan@linuxcare.com.au>
5363
5364 * MAINTAINERS: Add myself to write after approval list.
5365
69e23037
LB
53662001-03-15 Laurynas Biveinis <lauras@softhome.net>
5367
5368 * Makefile.in (DO_X): Use double quotes for quoting
5369 "RANLIB=$${RANLIB}".
5370
2b9650f4
OP
53712001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
5372
5373 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
5374
4698d2cf
NP
53752001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
5376
5377 * configure.in: Only use `lang_requires' for languages athat are
5378 actually enabled.
5379
f6646274
PE
53802001-03-08 Phil Edwards <pme@sources.redhat.com>
5381
5382 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
5383
c9a54638
AO
53842001-03-08 Alexandre Oliva <aoliva@redhat.com>
5385
5386 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
5387
6a556ad6
TT
53882001-03-07 Tom Tromey <tromey@redhat.com>
5389
5390 * configure.in: Allow config-lang.in to set `lang_requires' to list
5391 of other required languages.
5392
6822468a
LB
53932001-03-06 Laurynas Biveinis <lauras@softhome.net>
5394
5395 * Makefile.in: Remove RANLIB definition. Use RANLIB
5396 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
5397 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 5398
f04885d3 53992001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 5400 Alexandre Oliva <aoliva@redhat.com>
6387a56e 5401
f04885d3
BK
5402 * Makefile.in (check-c++): Use tabs, not spaces.
5403
288edf47 54042001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 5405
288edf47
LB
5406 * MAINTAINERS: add myself to Write After Approval list.
5407
3d55d2f8 54082001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 5409
e490616e 5410 * Makefile.in (check-c++): New rule.
6387a56e 5411
4d88a68a
BK
5412 * configure.in (target_libs): Remove libg++.
5413 (noconfigdirs): Remove libg++.
5414 (noconfigdirs): Same.
5415 (noconfigdirs): Same.
5416 (noconfigdirs): Same.
5417
5418 * config-ml.in: Remove libg++ references.
5419
5420 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
5421 (ALL_TARGET_MODULES): Same.
5422 (configure-target-libg++): Remove.
5423 (all-target-libg++): Remove.
5424 (configure-target-libio): Remove.
5425 (all-target-libio): Remove.
5426 (check-target-libio): Remove.
5427 (.PHONY): Remove.
5428 (libg++.tar.bz2): Remove.
5429 (all-target-cygmon): Remove libio.
5430 (all-target-libstdc++): Remove.
5431 (configure-target-libstdc++): Remove.
5432 (TARGET_LIB_PATH): Remove libstdc++.
5433 (ALL_GCC_CXX): Remove libstdc++.
5434 (all-target-gperf): Correct.
5435
2437d4ed
NC
54362001-02-16 Nick Clifton <nickc@redhat.com>
5437
5438 * configure.in (noconfigdirs): Allow configuration of texinfo
5439 for Cygwin hosts.
5440
85b99cbe
AG
54412001-02-15 Anthony Green <green@redhat.com>
5442
5443 * configure: Introduce GCJ_FOR_TARGET.
5444 * configure.in: Ditto.
5445 * Makefile.in: Ditto.
5446
7b18790c
AS
54472001-02-13 Andreas Schwab <schwab@suse.de>
5448
5449 * MAINTAINERS: Update mail address.
5450
c4880c99
MS
54512001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
5452
5453 * config.guess: Add linux target for S/390.
5454 * config.sub: Likewise.
5455
e31ae6db
CC
54562001-02-08 Chandrakala Chavva <cchavva@redhat.com>
5457
5458 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 5459 target-libgloss.
e31ae6db 5460
7739adfb
BE
54612001-02-06 Ben Elliston <bje@redhat.com>
5462
5463 * configure: Output host type to stdout, not stderr.
5464
36ca672c
MM
54652001-02-05 Mark Mitchell <mark@codesourcery.com>
5466
e40f2829 5467 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
5468 * ltcf-cxx.sh: Likewise.
5469
36ca672c
MM
5470 * config.if: Assume enable_libstdcxx_v3 is defined.
5471
22fdd65e
MM
54722001-02-04 Mark Mitchell <mark@codesourcery.com>
5473
5474 Remove V2 C++ library.
5475 * configure.in: Remove --enable-libstdcxx_v3 support.
5476
3b60dd8e
BM
54772001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
5478
5479 * include/demangle.h: Add prototype for java_demangle_v3.
5480
42c0c80a
PE
54812001-01-29 Phil Edwards <pme@sources.redhat.com>
5482
5483 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
5484
0be25992
RH
54852001-01-27 Richard Henderson <rth@redhat.com>
5486
5487 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
5488
8a8de62d
MS
54892001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5490
5491 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
5492 Don't unset, it's non-portable and no longer necessary, set to empty
5493 instead.
5494
92769744
MS
54952001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5496
5497 * ltconfig: Shell portability fix for the tagname validity check.
5498
88a1c0ab
AO
54992001-01-27 Alexandre Oliva <aoliva@redhat.com>
5500
5501 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
5502 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
5503
45291dd5
MS
55042001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5505
5506 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
5507
1ace7e15
TT
55082001-01-26 Tom Tromey <tromey@redhat.com>
5509
5510 * configure.in: Allow libgcj to be built on Sparc Solaris.
5511
0ef8b11b
DE
55122001-01-25 David Edelsohn <edelsohn@gnu.org>
5513
5514 * ltcf-c.sh: Add aix5 case.
5515 * ltcf-cxx.sh: Likewise.
5516 * ltconfig: Likewise.
5517
0006091e
AO
55182001-01-24 Alexandre Oliva <aoliva@redhat.com>
5519
9bad11e1
AO
5520 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
5521 keep at least one of build_libtool_libs or build_old_libs set to
5522 yes.
5523
0006091e
AO
5524 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
5525 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
5526
7c01b2b5
BM
55272001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
5528
5529 * configure.in: Enable libgcj on several additional platforms.
5530
d340e0ac
BM
55312001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
5532
5533 * configure.in: Enable libgcj for linux targets.
5534
5baf8c37
MS
55352001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
5536
5537 * MAINTAINERS (Write After Approval): Add myself.
5538
10a0ba84
JDA
55392001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
5540
5541 * MAINTAINERS: Add myself as vax port maintainer.
5542
357c6a4b
FH
55432001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
5544
5545 * MAINTAINERS: Add myself as Mercury front-end maintainer.
5546
6e2d9a7a
MS
55472001-01-09 Mike Stump <mrs@wrs.com>
5548
5549 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
5550 failures of subdirectories.
5551
b6b14b1b 55522001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 5553
b6b14b1b 5554 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 5555 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
5556 * ltcf-cxx.sh: Likewise.
5557 * ltcf-gcj.sh: Likewise.
5558 * ltconfig.sh: Fix typo.
976b230d 5559
07109110
LB
55602001-01-02 Laurynas Biveinis <lauras@softhome.net>
5561
5562 * configure: handle DOS-style absolute paths.
5563
1da5b8fc
LB
55642001-01-02 Laurynas Biveinis <lauras@softhome.net>
5565
5566 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
5567
4c2f5b4f
MM
55682000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
5569
5570 * MAINTAINERS: Add myself as avr port co-maintainer.
5571
bc53668e
BE
55722000-12-28 Ben Elliston <bje@redhat.com>
5573
5574 * MAINTAINERS: Add myself under ``Write After Approval''.
5575
c387606f
JM
55762000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
5577
5578 * texinfo: Remove directory from GCC.
5579
2cb5082c
JM
55802000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
5581
5582 * COPYING: Update to current
5583 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
5584 to 19yy as example year in copyright notice).
5585
cc330df9
BK
55862000-12-18 Benjamin Kosnik <bkoz@redhat.com>
5587
6387a56e 5588 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
5589 (libstdcxx_incdir): Pass down.
5590 * config.if: Remove expired bits for cxx_interface, add stub.
5591 (libstdcxx_incdir): Add variable for g++ include directory.
5592 * configure.in (gxx_include_dir): Use it.
6387a56e 5593
4c6b2835
AO
55942000-12-18 Alexandre Oliva <aoliva@redhat.com>
5595
5596 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
5597 with old-email address from ``Write After Approval''.
5598
3896f13e
AJ
55992000-12-15 Andreas Jaeger <aj@suse.de>
5600
5601 * configure.in: Handle lang_dirs.
5602
56032000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 5604
ad46e881
TT
5605 * MAINTAINERS: Removed brads.
5606
90a10418
TT
5607 * MAINTAINERS: Added gcj developers.
5608
41dfe3a2 56092000-12-13 Anthony Green <green@redhat.com>
6387a56e 5610
41dfe3a2 5611 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
5612 listed. Disable libgcj for x86 and Alpha Linux until compatible
5613 with g++ abi.
6387a56e 5614
e2f601da
MS
56152000-12-13 Mike Stump <mrs@wrs.com>
5616
5617 * Makefile.in (local-distclean): Also remove fastjar.
5618
70030c01
RB
56192000-12-12 Rodney Brown <RodneyBrown@mynd.com>
5620
5621 * contrib/gcc_update: Add fastjar --touch entries.
5622
2a50f859
AO
56232000-12-12 Alexandre Oliva <aoliva@redhat.com>
5624
5625 * configure.in: Disable language-specific target libraries for
5626 languages that aren't enabled.
5627
7743113b
AG
56282000-12-10 Anthony Green <green@redhat.com>
5629
5630 * configure.in: Define libgcj. Disable libgcj target libraries for
5631 most targets.
5632
92e061a6
NB
56332000-12-10 Neil Booth <neilb@earthling.net>
5634
5635 * MAINTAINERS: Update mail address, remove from WAA list.
5636
f34ff6d6
APB
56372000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
5638
5639 * libjava: Imported from /cvs/java.
5640 * libffi: Likewise.
5641 * Boehm-gc: Likewise.
5642
d82a33c6
APB
56432000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
5644
5645 * configure.in (target_libs): Revert 2000-12-08 patch.
5646 (noconfigdirs): Added target-libjava.
5647
e14f8e28
LB
56482000-12-09 Laurynas Biveinis <lauras@softhome.net>
5649
5650 * djunpack.bat: removed.
5651
fc26516b
LB
56522000-12-09 Laurynas Biveinis <lauras@softhome.net>
5653
5654 * Makefile.in: handle DOS-style absolute paths.
5655 * config-ml.in: likewise.
5656 * symlink-tree: likewise.
5657
bd8757b3
APB
56582000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
5659
5660 * fastjar: Imported.
5661
81522a1f
APB
56622000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
5663
5664 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
5665 libjava.
5666 * configure.in (target_libs): Removed `target-libjava'.
5667
5db1f7ed
APB
56682000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
5669
5670 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
5671 (ALL_MODULES): Added fastjar.
5672 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
5673 (all-target-libjava): all-fastjar replaces all-zip.
5674 (all-fastjar): Added.
5675 (configure-target-fastjar, all-target-fastjar): Likewise.
5676 * configure.in (host_tools): Added fastjar.
5677
5e59997c
MS
56782000-12-07 Mike Stump <mrs@wrs.com>
5679
5680 * Makefile.in (local-distclean): Remove leftover built files.
5681
0a534f40
NC
56822000-11-24 Nick Clifton <nickc@redhat.com>
5683
5684 * configure.in (xscale-elf): Add target.
5685 (xscale-coff): Add target.
5686
7686cadf
LR
56872000-11-22 Loren J. Rittle <ljrittle@acm.org>
5688
e490616e
ZW
5689 * ltcf-cxx.sh: Support creation of C++ shared libraries on
5690 recent versions of FreeBSD (release 3 or later).
5691 * ltconfig: On FreeBSD, -lc must not be provided when building
5692 a shared library or else the standard -pthread gcc option is
5693 rendered worthless to later users of the built library.
7686cadf 5694
fff01699
FF
56952000-11-16 Fred Fish <fnf@be.com>
5696
5697 * configure.in (enable_libstdcxx_v3): Fix typo,
5698 libstd++ -> libstdc++.
5699
4dc16355
KL
57002000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5701
5702 * MAINTAINERS: Add self to Write After Approval list.
5703
bf6fc7b2
BS
57042000-11-21 Bernd Schmidt <bernds@redhat.com>
5705
5706 * MAINTAINERS: Update my email address. Add myself to global write
5707 privs list.
5708
ce8e06b1
AO
57092000-11-18 Alexandre Oliva <aoliva@redhat.com>
5710
6e2a4843
AO
5711 * Makefile.in: Merge with src and libgcj.
5712 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
5713 configure-target-<library> when their configure scripts need the C
5714 or C++ library to have already been built to work properly.
5715 (do_proto_toplev): Set them to an empty string.
5716
ce8e06b1
AO
5717 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
5718 (REALLY_SET_LIB_PATH): Use them.
5719
c003f378
SS
57202000-11-17 Stan Shebs <shebs@apple.com>
5721
5722 * MAINTAINERS: Add self to Write After Approval list.
5723
cc1e60ea
JM
57242000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
5725
5726 * configure: Provide the original toplevel configure arguments
5727 (including $0) to subprocesses in the environment rather than
5728 through gcc/configargs.h.
5729
1173593d
JM
57302000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
5731
5732 * MAINTAINERS: Remove references to cccp. Change C9X reference to
5733 C99. Alphabetise "Write After Approval" list.
5734
520907ee
MM
57352000-11-12 Mark Mitchell <mark@codesourcery.com>
5736
34f6fbdb
MM
5737 * configure: Turn on libstdc++ V3 by default.
5738
520907ee
MM
5739 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
5740 if we've got GCC.
5741
0bbd37ed
PB
57422000-11-11 Philip Blundell <philb@gnu.org>
5743
5744 * MAINTAINERS: Add self to Write After Approval list.
5745
7ca0e6d9
DE
57462000-11-09 David Edelsohn <edelsohn@gnu.org>
5747
5748 * ltcf-c.sh (aix4): Improve shared library configuration; require
5749 exporting symbols.
5750 * ltcf-cxx.sh (aix4): Define.
5751 * ltconfig (aix4): Define library and soname specs appropriate for
5752 AIX. Define command to create export symbols list.
5753
f559f30b
CF
5754Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
5755
5756 * config.sub: Add support for Sun Chorus
5757
fc05d516
NC
57582000-10-31 Nick Clifton <nickc@redhat.com>
5759
5760 * MAINTAINERS: Rename <name>@cygnus.com addresses to
5761 <name>@redhat.com. Also installed new email address for Clint
5762 Popetz.
6387a56e 5763
90a0e73f
JM
57642000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
5765
5766 * etc: Remove directory from GCC.
5767
a5e1b548
MM
57682000-10-16 Michael Meissner <meissner@redhat.com>
5769
5770 * configure (gcc/configargs.h): Only create if there is a build GCC
5771 directory created.
5772
6387a56e
EC
57732000-10-16 Matthias Klose <doko@debian.org>
5774
be1db873
MK
5775 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
5776 when configured for libstdc++-v3.
5777
f5fa9a5b
PE
57782000-10-05 Phil Edwards <pme@gcc.gnu.org>
5779
5780 * configure: Save configure arguments to gcc/configargs.h.
5781
61a77fea
PT
57822000-10-04 Philipp Thomas <pthomas@suse.de>
5783
5784 * config.guess: Import CVS version 1.157.
5785 * config.sub: Import CVS version 1.181.
5786
3a4fee66
AP
57872000-10-04 Andris Pavenis <pavenis@latnet.lv>
5788
5789 * Makefile.in (bootstrap): avoid recursion if subdir missing
5790 (cross): ditto
5791 (do-proto-toplev): ditto
5792
3dd7094e
AO
57932000-09-30 Alexandre Oliva <aoliva@redhat.com>
5794
de710532
AO
5795 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
5796 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
5797
3dd7094e
AO
5798 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
5799 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
5800 all affected `configure' scripts.
5801
e592386f
NB
5802Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
5803
5804 * MAINTAINERS: Add self as cpplib co-maintainer.
5805
fba54939
AH
58062000-09-24 Aldy Hernandez <aldyh@redhat.com>
5807
5808 * MAINTAINERS: Add self to Write After Approval list.
5809
2bd429f4
GP
58102000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5811
5812 * INSTALL/README: egcs -> GCC update.
5813
d733f374
ME
5814Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
5815
5816 * MAINTAINERS: Add myself to Write After Approval list.
5817
d7ce9a83
KH
58182000-09-15 Kazu Hirata <kazu@hxi.com>
5819
5820 * MAINTAINERS: Add myself to Write After Approval list.
5821
18a53ffe
JL
5822Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
5823
e490616e
ZW
5824 * configure.in: Do not build byacc for hppa64. Provide paths to the
5825 X11 libraries for hppa64.
18a53ffe 5826
f246ff23
SC
58272000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
5828
5829 * MAINTAINERS: Add myself as 68hc11 port maintainer.
5830
06298abd
AO
58312000-09-06 Alexandre Oliva <aoliva@redhat.com>
5832
4b92758a
AO
5833 * Makefile.in (all-zlib): Added dummy target.
5834
06298abd
AO
5835 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
5836 ltcf-gcj.sh: Updated from libtool multi-language branch.
5837
4d73d07a
AO
58382000-09-05 Alexandre Oliva <aoliva@redhat.com>
5839
5840 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
5841 (bootstrap*): Depend on all-bootstrap.
5842
05d52d78
PT
58432000-09-05 Philipp Thomas <pthomas@suse.de>
5844
5845 * config.guess: Import CVS version 1.156.
5846 * config.sub: Import CVS version 1.179.
5847
3c809ba4
AG
58482000-09-02 Anthony Green <green@cygnus.com>
5849
5850 * Makefile.in (all-gcc): Depend on all-zlib.
5851 (CLEAN_MODULES): Add clean-zlib.
5852 (ALL_MODULES): Add all-zlib.
5853 * configure.in (host_libs): Add zlib.
5854
10ad78a0 58552000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
5856
5857 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
5858 crosses, but add gcc/include to the header search path for them.
5859
b36a9ce3
DB
58602000-08-04 David E. O'Brien <obrien@FreeBSD.org>
5861
5862 * MAINTAINERS: Add self to Write After Approval list.
5863
cb011248
FS
58642000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5865
5866 * config.guess: Import CVS version 1.152.
5867 * config.sub: Import CVS version 1.177.
5868
db310af0
AO
58692000-08-25 Alexandre Oliva <aoliva@redhat.com>
5870
7965440a
AO
5871 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
5872 $targargs to tell whether newlib is going to be built.
5873
db310af0
AO
5874 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
5875 $$r/TARGET_SUBDIR/libio for _G_config.h.
5876
e7977565
AO
58772000-08-23 Alexandre Oliva <aoliva@redhat.com>
5878
5879 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
5880
126bb9ed
DD
58812000-08-22 DJ Delorie <dj@redhat.com>
5882
5883 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
5884
5b0e9d29
AO
58852000-08-22 Alexandre Oliva <aoliva@redhat.com>
5886
5887 * config-ml.in (CC, CXX): Avoid trailing whitespace.
5888 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
5889 sub-configures.
5890
4f3e904e
DD
58912000-08-21 DJ Delorie <dj@redhat.com>
5892
5893 * MAINTAINERS: Add self as a libiberty maintainer
5894
c9635443
AO
58952000-08-16 Alexandre Oliva <aoliva@redhat.com>
5896
5897 * configure.in (libstdcxx_flags): Use
5898 libstdc++-v3/src/libstdc++.INC.
5899
8b2100ba
AO
59002000-08-15 Alexandre Oliva <aoliva@redhat.com>
5901
5902 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
5903
57119aa9
ZW
59042000-08-14 Zack Weinberg <zack@wolery.cumb.org>
5905
eeb943b0
ZW
5906 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
5907
6387a56e 5908 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
5909 explicit. Substitute enable_threads into generated Makefiles.
5910 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
5911 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
5912
acffa7c4
GK
59132000-08-13 Geoff Keating <geoffk@cygnus.com>
5914
5915 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
5916
808d8c41
AO
59172000-08-12 Alexandre Oliva <aoliva@redhat.com>
5918
5919 * config-ml.in (CC): Remove bogus duplicate quotation mark from
5920 previous delta.
5921
1fc8c51c 59222000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 5923
1fc8c51c
JM
5924 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
5925 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
5926 (FLAGS_FOR_TARGET): Not here.
5927 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 5928
25698887
AO
59292000-08-11 Alexandre Oliva <aoliva@redhat.com>
5930
5931 * config-ml.in (CC, CXX): Don't introduce a leading space.
5932
10120687
DD
59332000-08-07 DJ Delorie <dj@delorie.com>
5934
5935 * MAINTAINERS: Add self as a DJGPP maintainer
5936
15c758e9
DD
59372000-08-07 DJ Delorie <dj@redhat.com>
5938
5939 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
5940 "if we're also building gcc, and it's a gcc that will run on the
5941 build machine, we want to use its includes instead of the system's
5942 default includes".
5943
2d0de245
JM
59442000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
5945
5946 * MAINTAINERS: Add self to Write After Approval list.
5947
e81b330a
AO
59482000-08-03 Alexandre Oliva <aoliva@redhat.com>
5949
83440c1e
AO
5950 * configure.in (libstdcxx_flags): Don't use `"'.
5951
e81b330a
AO
5952 * config-ml.in: Adjust multilib search paths to the
5953 appropriate multilib tree.
5954
cf95c847
AO
59552000-08-02 Alexandre Oliva <aoliva@redhat.com>
5956
5957 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
5958 commas in $LANGUAGES.
5959
9e9af119
MH
59602000-08-02 Manfred Hollstein <manfredh@redhat.com>
5961
5962 * configure.in: Re-enable all references to libg++ and librx.
5963
606ce391
AO
59642000-08-01 Alexandre Oliva <aoliva@redhat.com>
5965
89820b43
AO
5966 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
5967 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
5968 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
5969 * ltcf-cxx.sh (need_lc): Set based on postdeps.
5970
606ce391
AO
5971 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
5972
04179d4a
AO
59732000-07-31 Alexandre Oliva <aoliva@redhat.com>
5974
5975 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
5976 CXX_FOR_TARGET for sed.
5977
d4eb109c
AO
59782000-07-30 Alexandre Oliva <aoliva@redhat.com>
5979
5980 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
5981 Do not override if already set in the environment or in configure.
5982 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
5983 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
5984
4f4caf92
AO
59852000-07-28 Alexandre Oliva <aoliva@redhat.com>
5986
5987 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
5988 the libtool CVS tree multi-language branch.
5989 * ltconfig, ltmain.sh: Updated.
6387a56e 5990
b87487b6
AO
59912000-07-27 Alexandre Oliva <aoliva@redhat.com>
5992
1670d1ea
AO
5993 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
5994 (clean-target): Depend on it.
5995
b87487b6
AO
5996 * Makefile.in (FLAGS_FOR_TARGET): New macro.
5997 (GCC_FOR_TARGET): Use it.
5998 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
5999 * configure.in: ... here.
6000 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
6001 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
6002
4e81ae98
EC
60032000-07-24 Eric Christopher <echristo@cygnus.com>
6004
6005 * MAINTAINERS: Add self to Write After Approval list.
6006
059ae32c
AO
60072000-07-24 Alexandre Oliva <aoliva@redhat.com>
6008
5b28edd4
AO
6009 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
6010 (configure-target-libchill, configure-target-libobjc): Likewise.
6011
059ae32c
AO
6012 * configure.in: Use the same cache file for all target libs.
6013 * config-ml.in: But different cache files per multilib variant.
6014
1adcd149
MS
60152000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
6016
6017 * configure (topsrcdir): Don't use dirname.
6018
2d573dff
JO
60192000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
6020
6021 * MAINTAINERS: Add self to Write After Approval list.
6022
d207ebef
JM
60232000-07-20 Jason Merrill <jason@redhat.com>
6024
6025 * configure.in: Remove all references to libg++ and librx.
6026
6027 * configure, configure.in, Makefile.in: Unify gcc and binutils.
6028
60292000-07-20 Hans-Peter Nilsson <hp@axis.com>
6030
6031 * config.sub: Update to subversions version 2000-07-06.
6032
7b7792d5
AH
60332000-07-12 Andrew Haley <aph@cygnus.com>
6034
6035 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
6036 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
6037
3abaac67
PE
60382000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
6039
6040 * symlink-tree: Check number of arguments.
6041
34be2b36
JW
60422000-07-05 Jim Wilson <wilson@cygnus.com>
6043
6044 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
6045 search path for a g++ extracted from the build tree. This
6046 will allow link tests run by configure scripts in
6047 subdirectories to succeed.
6048
d207ebef
JM
60492000-07-01 Koundinya K <kk@ddeorg.soft.net>
6050
e490616e 6051 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 6052
0900331b
MH
60532000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6054
6055 * MAINTAINERS: Add myself as loop discovery maintainer.
6056
d207ebef
JM
60572000-06-28 Corinna Vinschen <vinschen@cygnus.com>
6058
6059 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
6060 `os2'. Force ac_cv_exeext to be ".exe" in that case.
6061
60622000-06-19 Timothy Wall <twall@cygnus.com>
6063
6064 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
6065 * config.sub: Add tic54x target.
6066
11a27a76
TM
6067Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
6068
6069 * MAINTAINERS: Add self as Fortran maintainer,
6070 remove Craig Burley.
6071
d207ebef 6072Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 6073
d207ebef
JM
6074 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
6075 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 6076
7758b73f
PT
6077Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
6078
6079 * MAINTAINERS: Add self as i18n maintainer
6080
d207ebef
JM
608120000-05-21 H.J. Lu (hjl@gnu.org)
6082
e490616e
ZW
6083 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
6084 directory are used if they exist. Make sure
6085 $(build_tooldir)/include is searched for header files,
6086 $(build_tooldir)/lib/ for library files.
d207ebef 6087 (GCC_FOR_TARGET): Likewise.
e490616e 6088 (CXX_FOR_TARGET): Likewise.
d207ebef 6089
bae29210
JL
6090Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
6091
6092 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
6093
d207ebef 6094Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
6095
6096 * Makefile.in (configure-target-libiberty): Depend on
6097 configure-target-newlib.
6098
aab0d19d
AO
60992000-05-16 Alexandre Oliva <aoliva@cygnus.com>
6100
6101 * configure.in, Makefile.in: Merge all libffi-related
6102 configury stuff from the libgcj tree.
6103
d207ebef
JM
6104Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
6105
6106 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6107 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
6108
6109Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
6110
6111 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
6112 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 6113 current version information. Add to proto-toplev directory.
d207ebef
JM
6114 (gdb-taz): Build do-djunpack.
6115
758c7bd4
DE
61162000-05-15 David Edelsohn <edelsohn@gnu.org>
6117
6118 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
6119
1888228d
AC
6120Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
6121
6122 * MAINTAINERS: Add self to Write After Approval list.
6123
d207ebef
JM
61242000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6125
6126 * ltmain.sh: Preserve in relink_command any environment
6127 variables that may affect the linker behavior.
6128
2d7cc2fe
JL
6129Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
6130
d207ebef
JM
6131 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
6132
6133Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
6134
6135 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
6136
61372000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
6138
6139 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 6140 with the version name.
2d7cc2fe 6141
ee455968
JE
6142Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
6143
6144 * MAINTAINERS: Add self as bb-reorder maintainer.
6145
73b97e5c
BK
61462000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
6147
6148 * config.if: Tweak.
6149
d207ebef
JM
61502000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
6151
6152 * djunpack.bat: New file.
6153
6154Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
6155
6156 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
6157 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
6158 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
6159 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 6160
954869eb
DP
61612000-04-16 Dave Pitts <dpitts@cozx.com>
6162
e490616e
ZW
6163 * config.sub (case $basic_machine): Change default for "ibm-*"
6164 to "openedition".
954869eb 6165
eaabe541
AJ
61662000-04-13 Andreas Jaeger <aj@suse.de>
6167
6168 * MAINTAINERS: Added myself.
6169
d207ebef
JM
6170Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
6171
6172 * Makefile.in (gdb-taz): New target. GDB specific archive.
6173 (do-md5sum): New target.
6174 (MD5PROG): Define.
6175 (PACKAGE): Default to TOOL.
6176 (VER): Default to a shell script.
6177 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 6178 md5 checksum generation.
d207ebef
JM
6179 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
6180 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
6181 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 6182 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
6183
6184Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
6185
6186 * configure (warn_cflags): Delete.
6187
0ea6d60c
PDM
6188Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
6189
6190 * MAINTAINERS: Added myself.
6191
17090313 61922000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
e490616e 6193 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
17090313 6194
e490616e
ZW
6195 * configure.in (enable_libstdcxx_v3): Add.
6196 (target_libs): Add bits here to switch between libstdc++-v2 and
6197 libstdc++-v3.
6198 * config.if: And this file too.
6199 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 6200
76b78517
MM
62012000-04-05 Michael Meissner <meissner@redhat.com>
6202
6203 * config.sub (d30v): Add d30v as a basic machine type.
6204
ad242caf
JM
62052000-03-29 Jason Merrill <jason@casey.cygnus.com>
6206
6207 * configure.in: -linux-gnu*, not -linux-gnu.
6208
d4537148
TM
6209Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
6210
6211 * MAINTAINERS: Add self in write-after-approval section.
6212
f152e9d4
JW
6213Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
6214
6215 * MAINTAINERS: Add self as ia64 port maintainer.
6216
6a5fcef1
NB
62172000-03-08 Neil Booth <NeilB@earthling.net>
6218
6219 * MAINTAINERS: Add self in write-after-approval section.
6220
d207ebef 6221Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 6222
d207ebef
JM
6223 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
6224 (do-tar-bz2): Replace TOOL with PACKAGE.
6225 (gdb.tar.bz2): Remove GDBTK from GDB package.
6226 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 6227 dejagnu.tar.bz2): New packages.
d207ebef
JM
6228
62292000-02-27 Andreas Jaeger <aj@suse.de>
6230
6231 * configure.in: Add entry for mips*-*-linux*, move catch all
6232 *-*-*linux* entry below this one.
6233
62342000-02-27 Ian Lance Taylor <ian@zembu.com>
6235
6236 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 6237
521fe9d0
NC
62382000-02-24 Nick Clifton <nickc@cygnus.com>
6239
6240 * config.sub: Support an OS of "wince".
6241
d207ebef
JM
6242Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
6243
6244 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 6245 version.
d207ebef
JM
6246
62472000-02-23 Linas Vepstas <linas@linas.org>
6248
6249 * config.sub: Add support for Linux/IBM 370.
6250 * configure.in: Likewise.
6251
3a685f6f
NC
62522000-02-22 Nick Clifton <nickc@cygnus.com>
6253
6254 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
6255
d207ebef 62562000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 6257
d207ebef 6258 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 6259
4746ee26
KG
62602000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6261
6262 * configure (gcc_version): When setting, narrow search to
6263 lines containing `version_string'.
6264
ba96c72d
DC
62652000-02-15 Denis Chertykov <denisc@overta.ru>
6266
6267 * config.sub: Add support for avr target.
6268
77f16a66
NC
62692000-02-14 Nick Clifton <nickc@cygnus.com>
6270
6271 * MAINTAINERS: Add maintainers for MCore port.
6272
784a3a80
HPN
6273Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
6274
6275 * config.sub: Add mmix-knuth-mmixware.
6276
719dd4fa
KG
62772000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6278
6279 * MAINTAINERS: Pair cccp with cpplib maintainership.
6280
d207ebef
JM
62812000-01-27 Christopher Faylor <cgf@redhat.com>
6282
6283 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
6284 structure stuff to -L library search.
6285 (CXX_FOR_TARGET): Ditto.
6286 (CROSS_CHECK_MODULES): Fix spelling mistake.
6287
7a53e94b
MM
62882000-01-24 Mark Mitchell <mark@codesourcery.com>
6289
6290 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
6291 the C++ compiler.
6292
0da3b5a7
RH
62932000-01-12 Richard Henderson <rth@cygnus.com>
6294
6295 * configure.in: Don't build some bits for beos.
6296
02368d6d
JS
62972000-01-12 Joel Sherrill (joel@OARcorp.com)
6298
6299 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
6300 as include files.
6301
2e76d35c
ZW
63022000-01-11 Zack Weinberg <zack@wolery.cumb.org>
6303
6304 * Add self as cpplib maintainer, as requested by Jason
6305 Merrill. Correct my e-mail address.
6306
4c25fdcf
GK
63072000-01-06 Geoff Keating <geoffk@cygnus.com>
6308
6309 * configure.in: Use mt-aix43 to handle *_TARGET defs,
6310 not mh-aix43.
6311
188e3966
HPN
6312Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
6313
6314 * MAINTAINERS: Add myself to "write after approval" list.
6315
c2f5d030
RH
63161999-12-14 Richard Henderson <rth@cygnus.com>
6317
6318 * config.guess (alpha-osf, alpha-linux): Detect ev67.
6319 * config.sub: Accept alphaev[78], alphaev8.
6320
eeda916a
AO
63211999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
6322
6323 * config.guess, config.sub: Update from autoconf.
6324
b3bd7820
BK
63251999-11-29 Bruce Korb <autogen@linuxbox.com>
6326
2c290989 6327 * MAINTAINERS: update my playtime e-address.
b3bd7820 6328
1882b2b1
RO
6329Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6330
6331 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
6332 necessary libraries are missing.
6333
2395f805
DN
6334Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
6335
6336 * MAINTAINERS: Add new 'write after approval' maintainer.
6337
1e25de97
APB
6338Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
6339
6340 * MAINTAINERS: Add new Java maintainer.
6341
1722c704
AS
63421999-10-25 Andreas Schwab <schwab@suse.de>
6343
6344 * configure: Fix quoting inside arguments of eval.
6345
8141abe8
NC
63461999-10-21 Nick Clifton <nickc@cygnus.com>
6347
6348 * config-ml.in: Allow suppression of some ARM multilibs.
6349
0b77644a
LV
6350Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
6351
6352 * config.guess: Add OS/390 match pattern.
6353 * config.sub: Add mvs, openedition targets.
6354 * configure.in (i370-ibm-opened*): New.
6355
d207ebef
JM
63561999-09-04 Steve Chamberlain <sac@pobox.com>
6357
6358 * config.sub: Add support for configuring for pj.
6359
63601999-08-31 Nick Clifton <nickc@cygnus.com>
6361
6362 * config.sub (maybe_os): Add support for configuring for fr30.
6363
af13ebe9
NC
63641999-08-25 Nick Clifton <nickc@cygnus.com>
6365
6366 * configure.in: Do not configure or build ld for AIX
6367 platforms. ld is known to be broken on these platforms.
6368
1250c760
RO
6369Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6370
6371 * config-ml.in: Pass compiler flag corresponding to multidirs to
6372 subdir configures.
6373
d207ebef
JM
63741999-08-09 Ian Lance Taylor <ian@zembu.com>
6375
6376 * Makefile.in (LDFLAGS): Define.
6377
63781999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
6379
6380 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
6381 noconfigdirs.
6382 (*-*-cygwin*): Likewise.
6383
63841999-08-08 Ian Lance Taylor <ian@zembu.com>
6385
6386 * mkdep: New file.
6387 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
6388 (BINUTILS_SUPPORT_DIRS): Add mkdep.
6389
6390 From Eli Zaretskii <eliz@is.elta.co.il>:
6391 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
6392 long file name when using DJGPP on MS-DOS.
6393
dbd83e11
JL
6394Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
6395
6396 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
6397
d207ebef
JM
63981999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
6399
6400 * Makefile.in (check-target-libio): Remove all-target-libstdc++
6401 dependency as this causes "make check" to globally "make all"
6402
cd1f4c2c
TT
6403Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
6404
6405 * configure.in (target_libs): Added target-zlib.
6406 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
6407 (CONFIGURE_TARGET_MODULES): Likewise.
6408 (CHECK_TARGET_MODULES): Likewise.
6409 (INSTALL_TARGET_MODULES): Likewise.
6410 (CLEAN_TARGET_MODULES): Likewise.
6411 (configure-target-zlib): New target.
6412 (all-target-zlib): Likewise.
6413 (all-target-libjava): Depend on all-target-zlib.
6414 (configure-target-libjava): Depend on configure-target-zlib.
6415
6416 * Makefile.in (configure-target-libjava): Depend on
6417 configure-target-newlib.
6418 (configure-target-boehm-gc): New target.
6419 (configure-target-qthreads): New target.
6420
e490616e
ZW
6421 * configure.in (target_libs): Added target-qthreads.
6422 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
6423 (CONFIGURE_TARGET_MODULES): Likewise.
6424 (CHECK_TARGET_MODULES): Likewise.
6425 (INSTALL_TARGET_MODULES): Likewise.
6426 (CLEAN_TARGET_MODULES): Likewise.
6427 (all-target-qthreads): New target.
6428 (configure-target-libjava): Depend on configure-target-qthreads.
6429 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
6430
6431 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
6432 (CONFIGURE_TARGET_MODULES): Likewise.
6433 (CHECK_TARGET_MODULES): Likewise.
6434 (INSTALL_TARGET_MODULES): Likewise.
6435 (CLEAN_TARGET_MODULES): Likewise.
6436 (all-target-libjava): New target.
6437 (all-target-boehm-gc): Likewise.
6438 * configure.in (target_libs): Added libjava, boehm-gc.
6439
d207ebef
JM
64401999-07-22 Ian Lance Taylor <ian@zembu.com>
6441
6442 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
6443 configure.bat in SUPPORT_FILES.
6444 (gas+binutils.tar.bz2): Likewise.
6445
6446 * makeall.bat: Remove; obsolete.
6447
64481999-07-21 Ian Lance Taylor <ian@zembu.com>
6449
6450 From Mark Elbrecht:
6451 * configure.bat: Remove; obsolete.
6452
64531999-07-11 Ian Lance Taylor <ian@zembu.com>
6454
6455 * configure: Add -W -Wall to the default CFLAGS when compiling with
6456 gcc.
6457
6458Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
6459
6460 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
6461
64621999-06-30 Mark Mitchell <mark@codesourcery.com>
6463
6464 * configure.in: Build ld on IRIX6.
6465
64661999-06-12 Ian Lance Taylor <ian@zembu.com>
6467
6468 * Makefile.in: Change distribution targets to use bzip2 instead of
6469 gzip.
6470 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
6471 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
6472
64731999-06-04 Nick Clifton <nickc@cygnus.com>
6474
6475 * config.sub: Add mcore target.
6476
26d088fa
CD
6477Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
6478
6479 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
6480
c2c08b29
L
6481Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
6482
6483 * config.guess (dummy): Changed to $dummy.
6484
671d0648
NC
64851999-05-24 Nick Clifton <nickc@cygnus.com>
6486
6487 * config.sub: Tidied up case statements.
6488
b1345c72
BE
64891999-05-22 Ben Elliston <bje@cygnus.com>
6490
51ccbd8d
BE
6491 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
6492 <jiro@din.or.jp>.
6493
b1345c72
BE
6494 * config.guess: Merge with FSF version. Future changes will be
6495 more accurately recorded in this ChangeLog.
6496 * config.sub: Likewise.
6497
2caf864f
SM
6498Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
6499
6500 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
6501
d207ebef
JM
65021999-04-30 Tom Tromey <tromey@cygnus.com>
6503
6504 * ltmain.sh: [mode link] Always use CC given by ltconfig.
6505
90fb0c24
TT
65061999-04-23 Tom Tromey <tromey@cygnus.com>
6507
6508 * ltconfig, ltmain.sh: Update to libtool 1.2f.
6509
d207ebef
JM
65101999-04-20 Drew Moseley <dmoseley@cygnus.com>
6511
6512 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
6513 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
6514 Bad merge removed these two changes.
6515
3516940d 6516Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 6517 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
6518
6519 * config.guess (interix Alpha): Add.
6520
d207ebef
JM
65211999-04-11 Richard Henderson <rth@cygnus.com>
6522
6523 * configure.in (i?86-*-beos*): Do config gperf; don't config
6524 gdb, newlib, or libgloss.
6525
e891fbfe 6526Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 6527
e891fbfe
AO
6528 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
6529 link a trivial program with -mabi=64. If it fails, remove mabi=64
6530 from multidirs.
6531
f9ae47d6
PT
6532Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
6533
6534 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
6535
d207ebef
JM
65361999-04-08 Nick Clifton <nickc@cygnus.com>
6537
6538 * config.sub: Add support for mcore targets.
6539
65401999-04-07 Michael Meissner <meissner@cygnus.com>
6541
6542 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
6543 not mt-ospace, in order to shut up assembler warning about using
6544 symbols that are named the same as registers.
6545
65461999-04-07 Drew Moseley <dmoseley@cygnus.com>
6547
6548 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
6549 dependency list for all-target-cygmon.
6550
65511999-04-05 Doug Evans <devans@casey.cygnus.com>
6552
6553 * config-ml.in: Check $host, not $target, for selective multilibs.
6554 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
6555 thumb interworking, and underscore prefix multilibs.
6556
65571999-04-04 Ian Lance Taylor <ian@zembu.com>
6558
6559 * missing: Update to version from current automake.
6560
88101ab9
L
6561Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
6562
6563 * configure (gxx_include_dir): Removed.
6564
6565 * configure.in (gxx_include_dir): Handle it.
6566 * Makefile.in: Likewise.
6567
d207ebef
JM
65681999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
6569
6570 * config.sub (mips64vr4111,mips64vr4111el) Add.
6571
65721999-03-21 Ben Elliston <bje@cygnus.com>
6573
e490616e 6574 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 6575
8dc91cbe
ME
6576Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
6577
8dc91cbe
ME
6578 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
6579 config/mh-djgpp.
6580
d207ebef
JM
6581Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
6582
6583 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
6584 all-target-newlib to dependency list for all-target-bsp.
6585
926bb5ed
MK
6586Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
6587
6588 * config.sub: Add i386-uwin support.
6589 * config.guess: Likewise.
6590
4a6e3000
FS
6591Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6592
6593 * configure.in: cleanup, add mh-*pic handling for arm, special
6594 case powerpc*-*-aix*
6595
d207ebef
JM
6596Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
6597
6598 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
6599 can be built.
6600
6601Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
6602
6603 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 6604 targets.
d207ebef 6605
71c91078
NC
66061999-03-02 Nick Clifton <nickc@cygnus.com>
6607
6608 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
6609
282e5df8
GN
6610Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
6611
6612 * config.sub: Check for "cygwin*" rather than "cygwin32*"
6613
1de558ee
NC
66141999-02-24 Nick Clifton <nickc@cygnus.com>
6615
6616 * config.sub: Fix typo in arm recognition.
6617
d207ebef
JM
6618Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
6619
6620 * configure.in (noconfigdirs): Changed target_configdirs to
6621 include target-bsp only for m68k-*-elf* and m68k-*-coff*
6622 rather than m68k-*-* since it is not known to work on
6623 m68k-aout. Ditto for arm-*-*oabi.
6624
6625Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
6626
6627 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
6628
66291999-02-19 Ben Elliston <bje@cygnus.com>
6630
6631 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
6632 Smart and improved by Andrew Cagney.
6633
fab7445a
ME
6634Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
6635
6636 * config.guess: Recognize openbsd-*-hppa.
6637
8ccdc228
L
6638Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
6639
6640 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
6641 only if it is not empty.
6642
3b7265ff
NC
66431999-02-17 Nick Clifton <nickc@cygnus.com>
6644
6645 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 6646
d207ebef 6647 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
6648
6649 * config.sub: Modified to recognize uname's armv* syntax.
6650
d207ebef
JM
66511999-02-17 Mark Salter <msalter@cygnus.com>
6652
6653 * configure.in: Added target-bsp for sparclite.
6654
6655Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
6656
6657 * config.sub: Recognize alphapca5[67] and up to alphaev8.
6658
66591999-02-08 Nick Clifton <nickc@cygnus.com>
6660
6661 * configure.in: Add support for strongarm port.
6662 * config.sub: Add support for strongarm target.
6663
c48dd3f5 6664Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 6665
c48dd3f5
MK
6666 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
6667 the old name config/mh-cygwin32.
6668 Enable texinfo.
6669
d207ebef
JM
6670Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
6671
6672 * configure.in: Do build ld for ix86 Solaris.
6673
ecd62820
JW
6674Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
6675
6676 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
6677 $AR_FOR_TARGET. Likewise for RANLIB.
6678
bbd8fa7f 6679Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 6680
e490616e
ZW
6681 * config.sub (oabi): Recognize.
6682 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 6683
0397442c
RL
6684Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
6685
6686 * config.guess: Improve detection of i686 on UnixWare 7.
6687
c9ffaa63
MK
6688Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
6689
6690 * config.guess: Add support for i386-pc-interix.
6691 * config.sub: Likewise.
6692 * configure.in: Likewise.
c9ffaa63 6693
d207ebef
JM
6694Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
6695
6696 * Makefile.in: Remove unneeded all-target-libio from
6697 from all-target-winsup target since it is now unneeded.
6698 Add all-target-libtermcap in its place since it is now
6699 needed.
6700
6701Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
6702
6703 * configure.in: makefile stub for cygwin target is probably
6704 unnecessary. Remove it for now.
d207ebef
JM
6705
6706Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
6707
6708 * configure.in: libtermcap.a should be built when cygwin is the
6709 target as well as the host.
6710 * config.guess: Allow mixed case in cygwin uname output.
6711 * Makefile.in: Add libtermcap target.
d207ebef 6712
ebe12325
JL
6713Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
6714
6715 * config.sub: Clean up handling of hppa2.0.
6716
57057b67
RB
6717Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
6718
6719 * config.guess: Use C code to identify more HP machines.
6720
f8670be1
JL
6721Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
6722
6723 * config.sub: Handle hppa2.0.
6724
d207ebef
JM
6725Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
6726
6727 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 6728 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
6729
67301998-12-15 Mark Salter <msalter@cygnus.com>
6731
6732 * configure.in: Added target-bsp for several target architectures.
6733
6734 * Makefile.in: Added rules for bsp.
6735
d1a09590
JL
6736Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
6737
6738 * config.guess: Improve detection of hppa2.0 processors.
6739
6740Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
6741
6742 * config.guess: Recognize FreeBSD using ELF automatically.
6743
71205e0b
MH
67441998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
6745
6746 * configure (skip-this-dir): Add handling for new shell script, which
6747 might be created by a sub-directory's configure to indicate, this particular
6748 directory is "unwanted".
6749 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
6750
d207ebef
JM
6751Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
6752
6753 * ltconfig: import from libtool, after changing libtool to
6754 account for the cygwin name change.
6755
6756Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
6757
6758 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
6759 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
6760
6761Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
6762
6763 * configure.in: Add libtermcap to list of cygwin dependencies.
6764
6765Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
6766
e490616e
ZW
6767 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
6768 they include winsup/include when it's a cygwin target.
d207ebef
JM
6769
67701998-11-12 Tom Tromey <tromey@cygnus.com>
6771
6772 * configure.in (host_tools): Added zip.
6773 * Makefile.in (all-target-libjava): Depend on all-zip.
6774 (all-zip): New target.
6775 (ALL_MODULES): Added all-zip.
6776 (NATIVE_CHECK_MODULES): Added check-zip.
6777 (INSTALL_MODULES): Added install-zip.
6778 (CLEAN_MODULES): Added clean-zip.
6779
6780Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
6781
6782 * Makefile.in: lose "32" from comment about cygwin.
6783
6784Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
6785
6786 * configure.in: Use -Os to build target libraries for the fr30.
6787
6788Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
6789
6790 * config.sub: Add fr30.
6791
6792Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
6793
e490616e 6794 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
6795 cygwin* instead of cygwin32*.
6796 * config.sub: Check cygwin* instead of cygwin32*.
6797
d2ec8b39
RL
6798Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
6799
6800 * config.guess: Match any version of Unixware7.
6801
d207ebef
JM
68021998-10-20 Syd Polk <spolk@cygnus.com>
6803
6804 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
6805 if desired.
6806
35cd2565
JL
6807Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
6808
6809 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
6810 these if the appropriate directories and files to not exist.
6811
52d4e5b7
JL
6812Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
6813
6814 * Makefile.in (DEVO_SUPPORT): Add config.if.
6815
38ada91e
MH
6816Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
6817
6818 * configure: Add pattern to replace "build_tooldir"'s
6819 definition in the generated Makefile with "tooldir"'s
6820 actual value.
6821
e44e84da
JL
6822Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
6823
56a8387f
JL
6824 * config.sub: Bring back lost sparcv9.
6825
e44e84da
JL
6826 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
6827
5cb95c7a
JL
6828Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
6829
6830 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
6831 CC_FOR_TARGET and friends.
6832
6833Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 6834
ceff9b14
AO
6835 * Makefile.in (build_tooldir): New variable, same as tooldir.
6836 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
6837 -B$(build_tooldir)/bin/.
6838 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 6839
f2d11dcd
GP
6840Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6841
6842 * README: Remove installation instructions and refer to the
6843 INSTALL directory instead.
6844
73a6d2e7 6845Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 6846
73a6d2e7
RL
6847 * config.sub: Add support for i[34567]86-pc-udk.
6848 * configure.in: Likewise.
6849
5d4a5ee6
JL
6850Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
6851
6852 * Makefile.in: add bzip2 package building bits for user
6853 tools module
6854 * configure.in: ditto
6855
6fc19d6d
JL
6856Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
6857
6858 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
6859 (ALL_TARGET_MODULES): Add all-target-libobjc.
6860 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6861 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6862 (all-target-libchill): Add dependencies.
6863 * configure.in (target_libs): Add libchill.
4e81ae98 6864
f653f0ab
MH
68651998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
6866
6867 * configure.in (target_subdir): Remove duplicate line.
6868
5d4a5ee6
JL
6869Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
6870
6871 * Makefile.in (all-automake): fix dependencies.
6872
494933e4
JL
6873Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
6874
6875 * configure.in: Minor cleanups for building in the $(target_alias)
6876 subdir.
6877
f6b58262
JW
68781998-09-22 Jim Wilson <wilson@cygnus.com>
6879
6880 * Makefile.in (bootstrap): Set r and s before make all. Use
6881 BASE_FLAGS_TO_PASS in make all.
6882 (cross): Likewise.
6883
27c7a08d
MM
68841998-09-20 Mark Mitchell <mark@markmitchell.com>
6885
6886 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
6887
e67afd1e
RH
6888Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
6889
6890 * config.sub: Fix typo in last change.
6891
8e44ac71
MH
68921998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6893
6894 * config.sub: Add support for C4x target.
6895 * configure.in: Likewise.
6896
d7496fbb
DM
68971998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
6898
6899 * config.sub: Recognize sparcv9 just like sparc64.
6900
22097bd1
RL
6901Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
6902
6903 * config.guess: Match "Pent II" or "PentII" for OpenServer.
6904
4b877abd
JL
6905Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
6906
2c8ec9a2
JL
6907 * config.guess: Correctly identify Pentium II sco boxes.
6908
4b877abd
JL
6909 * config.guess: Fix "tr" code. From Weiwen Liu.
6910
ab03db52
JH
6911Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
6912
6913 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
6914 stabs.
6915
b54db294
JL
6916Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
6917
6918 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
6919 (ALL_TARGET_MODULES): Add all-target-libchill.
6920 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
6921 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
6922 (all-target-libchill): Add dependencies.
6923 * configure.in (target_libs): Add libchill.
6924
bf48dd73
LW
6925Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
6926
6927 * config.guess: Avoid assumptions about "tr" behaves when
6928 LANG is set to something other than English.
6929
a3cbd105
L
6930Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
6931
6932 * configure (gxx_include_dir): Changed to
6933 '${prefix}/include/g++'-${libstdcxx_interface}.
6934
6935 * config.if: New to determine the interfaces.
6936
c4acd909
MK
6937Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
6938
6939 * config.guess: Detect and handle MPE/IX.
6940 * config.sub: Deal with MPE/IX.
6941
9ea97665
DE
6942Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
6943
6944 * configure.in: Use mh-aix43.
6945
0ce065bd
MH
69461998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
6947
6948 * configure: Fix --without/--disable cases for gxx-include-dir.
6949
5d4a5ee6
JL
6950Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
6951
6952 * mdata-sh: Imported. Needed for automake support.
6953
6954Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
6955
6956 * Makefile.in (taz): Try "chmod -R og=u ." before
6957 "chmod og=u `find . -print`".
6958
6959Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
6960
6961 * configure.in: Add arm-elf and thumb-elf support.
6962
6963Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
6964
6965 * Makefile.in: Undo previous patch.
6966
6967Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
6968
6969 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
6970 to here ...
6971 (install-no-fixedincludes): and here
6972 (INSTALL_MODULES): ... from here.
6973
466456d9
ILT
6974Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
6975
6976 * config.sub: Merge with FSF.
6977
1b409d25
ILT
6978 * config.guess: Merge with FSF.
6979
d207ebef
JM
6980Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
6981
6982 * configure (extraconfigdirs): New variable.
6983 (SUBDIRS): Add extraconfigdirs and recurse on them too.
6984 * Makefile.in (all): Move higher in file.
6985 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
6986 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
6987 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
6988 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
6989 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
6990
69911998-07-23 Brendan Kehoe <brendan@cygnus.com>
6992
6993 * Makefile.in (all-target-libjava): Depend on all-gcc and
6994 all-target-newlib.
6995 (configure-target-libjava): Depend on $(ALL_GCC).
6996
7f1937c1
RL
6997Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
6998
6999 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
7000 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
7001
2ada2bd6
ML
7002Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
7003
7004 * INSTALL/README: Fix typo.
7005
1e025bde
ML
7006Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
7007
5d4a5ee6
JL
7008 * ylwrap: Change absolute path checks to check for DOS style path
7009 names.
1e025bde 7010
5d4a5ee6
JL
7011 * ylwrap: Don't use a full path name if the source file is in the
7012 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 7013
6755ff73
ILT
7014 * config-ml.in: Default to being verbose, to match Feb 18 change to
7015 configure.
7016
5d4a5ee6
JL
7017Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
7018
7019 Brought over from egcs:
7020
7021 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
7022
7023 * configure.in (target_subdir): Set to ${target_alias} instead
7024 of "libraries".
7025
7026 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
7027
7028 * configure.in (target_subdir): Set to libraries if enable_multilib.
7029
7030Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
7031
7032 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
7033 multilibs, force reconfiguration the first time we create
7034 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
7035
7036Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
7037
7038 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
7039 avoid confusion with --no-recursion.
7040
7041Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
7042
7043 * configure.in: Win32 hosts shouldn't use install -x
7044 * install-sh: remove -x option, and special .exe-handling
7045 hack.
7046
d207ebef
JM
7047Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
7048
7049 * config.guess: Recognize i586-pc-beos.
7050 * configure.in: Don't build some bits for beos.
7051
fbd836fc
ILT
7052Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
7053
5d4a5ee6
JL
7054 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
7055 CFLAGS default to -O2.
7056
fbd836fc
ILT
7057 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
7058 when using GNU ld.
7059
7060Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
7061
7062 * ltmain.sh: Correct install when using a different shell.
7063
7064Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
7065
7066 * ltconfig, ltmain.sh: Update to libtool 1.2b.
7067
d207ebef
JM
7068Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
7069
7070 * makefile.vms: Update to build binutils/makefile.vms. Add install
7071 target.
fbd836fc
ILT
7072
7073Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
7074
7075 * ltconfig: Update to correct AIX handling.
7076
69b471bc
JL
7077Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
7078
81241b5e
JL
7079 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
7080
69b471bc
JL
7081 * configure.in (target_subdir): Set to ${target_alias} instead
7082 of "libraries".
7083
bedf82df
MH
70841998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
7085
7086 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
7087 (Makefile): Depend on $(gcc_version_trigger).
7088
7089 * configure (gcc_version): Change default initializer to empty
7090 string.
7091 (gcc_version_trigger): New variable; pass this variable down
7092 to subdir configures to enable them checking gcc's version
7093 themselves. Emit make macros for both gcc_version vars.
7094 (topsrcdir): Initialize reliably.
7095 (recursion line): Remove --with-gcc-version=${gcc_version}.
7096
28e449d8
MH
70971998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
7098
7099 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
7100 --enable-version-specific-runtime-libs which installs C++ runtime stuff
7101 in $(libsubdir); emit definition in each generated Makefile.
7102 (gxx_include_dir): Initialize depending on
7103 $enable_version_specific_runtime_libs.
28e449d8 7104
50c4c9f7
MH
71051998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
7106
7107 * configure (gcc_version): Initialize properly depending on
7108 how and where configure is started.
7109 (recursion line): Pass a --with-gcc-version=${gcc_version}
7110 to configures in subdirs.
7111
d207ebef
JM
7112Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
7113
7114 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 7115 cygmon
d207ebef 7116
5d4a5ee6
JL
7117Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
7118
7119 * configure.in: Add cygmon and libstub support for mn10200.
7120
2f96399b
MH
71211998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
7122
7123 * configure (gcc_version): Add new variable describing the
7124 particular gcc version we're building.
7125 * Makefile.in (libsubdir): Add new macro for the directory
7126 in which the compiler finds executables, libraries, etc.
7127 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
7128 and libsubdir.
7129
c4137c50
AO
7130Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
7131
ceff9b14
AO
7132 * Makefile.in (local-clean): Remove *.log.
7133 (warning.log): Built with warn_summary from build.log.
7134 (mail-report.log): Run test_summary.
7135 (mail-report-with-warnings.log): Run test_summary including
7136 warning.log in the report.
c4137c50 7137
276d5ee0
RL
7138Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
7139
7140 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
7141
5d4a5ee6
JL
7142Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
7143
7144 * Makefile.in (grep): Grep no longer depends on libiberty.
7145
7146Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
7147
7148 * Makefile.in: all-snavigator needs all-libgui.
7149
7150Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
7151
7152 * configure.in: Add cygmon and libstub support for mn10300.
7153
8af14275
ILT
7154Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
7155
7156 * missing: Update to version from automake 1.3.
7157
fbd836fc
ILT
7158 * ltmain.sh: On installation, don't get confused if the same name
7159 appears more than once in the list of library names.
7160
466456d9
ILT
7161Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
7162
7163 * config.sub: Accept m68060 and m5200 as CPU names.
7164
5d4a5ee6
JL
7165Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
7166
7167 * configure: Use && rather than using -a in test, because odd
7168 strings can confuse test.
7169 * configure.in: Likewise.
7170
fbd836fc
ILT
7171Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
7172
7173 * ltconfig, ltmain.sh: Bring in Visual C++ support.
7174
f0983958
AO
7175Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
7176
7177 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 7178 bootstrap4-lean): New targets.
f0983958 7179
bfed1ea0
JL
7180Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
7181
7182 * mpw-* Delete. Not used.
7183
5d4a5ee6
JL
7184Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
7185
7186 * COPYING.LIB: Update FSF address.
7187
bfed1ea0
JL
7188Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
7189
7190 * ltconfig, ltmain.sh: Update to libtool 1.2a.
7191
5d4a5ee6
JL
7192 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
7193 GAS_SUPPORT_DIRS.
7194
bfed1ea0
JL
7195Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
7196
7197 * ltconfig, ltmain.sh: Avoid producing a version number if
7198 -version-info was not used.
7199
5d4a5ee6
JL
7200Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
7201
7202 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
7203 building with newlib.
7204
72051998-04-30 Paul Eggert <eggert@twinsun.com>
7206
d207ebef 7207 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 7208 Solaris `make' causes it to continue to next definition.
d207ebef
JM
7209
7210Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
7211
7212 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
7213 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
7214
7215Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
7216
7217 * configure.in: Change alpha to alpha* in several places.
7218
d207ebef
JM
7219Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
7220
7221 * config.sub: Recognize sparc86x.
7222
77be0cab
MM
7223Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
7224
7225 * configure.in (--enable-target-optspace): Remove debug echo.
7226
62441128
JW
7227Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
7228
7229 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
7230
bfed1ea0
JL
7231Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
7232
7233 * ltconfig: Update cygwin32 support.
7234
5d4a5ee6
JL
7235 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
7236 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
7237 (GDB_SUPPORT_DIRS): Likewise.
7238
3f4ea1de
MM
7239Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
7240
7241 * configure.in (target_makefile_frag): If --enable-target-optspace,
7242 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
7243 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
7244 not used.
7245 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 7246
5d4a5ee6
JL
7247Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
7248
7249 * Makefile.in (all-bfd): Depend on all-intl.
7250 (all-binutils): Likewise.
7251 (all-gas): Likewise.
7252 (all-gprof): Likewise.
7253 (all-ld): Likewise.
7254
72551998-04-19 Brendan Kehoe <brendan@cygnus.com>
7256
7257 * configure.in (host_tools): Fix typo, lbtool -> libtool.
7258
bfed1ea0
JL
7259Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
7260
5d4a5ee6
JL
7261 * Makefile.in (all-bfd): Depend upon all-libiberty.
7262
bfed1ea0
JL
7263 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
7264
5d4a5ee6
JL
7265Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
7266
7267 * Makefile.in: Add libstub.
7268
7269 * configure.in: Ditto. Build libstub for targets that have cygmon
7270 support.
7271
7272Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
7273
7274 * configure.in: Don't set PICFLAG on ix86-cygwin32.
7275
7276Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
7277
7278 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
7279 use mh-sysv5 if specified. Support gprof on SCO Open Server.
7280
ec8d6ddc
KW
7281Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
7282
7283 * configure: Define DEFAULT_M4 by searching PATH.
7284 * Makfile.in: Use DEFAULT_M4.
7285
bfed1ea0
JL
7286Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
7287
7288 * ltconfig: Add cygwin32 support.
7289
5d4a5ee6
JL
7290 * Makefile.in, configure.in: Add libtool as a native only directory
7291 to configure and build.
7292
547a6183
JL
7293Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
7294
7295 * Makefile.in (INSTALL_MODULES): Remove texinfo.
7296
5d4a5ee6 7297Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 7298
5d4a5ee6
JL
7299 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
7300
7301Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
7302
7303 * Makefile.in: add ash make rules
7304 * configure.in: add ash to native_only and host_tools lists
7305
7306Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
7307
7308 * Makefile.in (all-gettext, all-intl): New targets.
7309 (ALL_MODULES): Added all-gettext, all-intl.
7310 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
7311 (INSTALL_MODULES): Added install-gettext, install-intl.
7312 (CLEAN_MODULES): Added clean-gettext, clean-intl.
7313
7314 * configure.in (host_tools): Added gettext.
7315 (native_only): Likewise.
7316 (noconfigdirs) [various cases]: Likewise.
7317 (host_libs): Added intl.
7318
d207ebef
JM
7319Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
7320
7321 * configure: Do not disable building gdbtk for cygwin32 hosts.
7322
e98e406f
NC
7323Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
7324
7325 * configure.in: Add thumb-coff target.
7326 * config.sub: Add thumb-coff target.
7327
5d4a5ee6
JL
7328Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
7329
7330 * Makefile.in: Revert yesterday's change.
7331 (all-target-winsup): all-target-librx stays out of here.
7332
7333Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
7334
7335 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
7336 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
7337 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
7338 Remove references to librx and libg++.
7339
7340Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
7341
7342 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
7343 recursive makes
7344
bfed1ea0
JL
7345Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
7346
7347 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 7348 for newlib directory.
bfed1ea0
JL
7349 (CXX_FOR_TARGET): Likewise.
7350
7351Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
7352
7353 * ltconfig: Update after libtool/ltconfig.in change for
7354 hpux11.
7355
7356Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
7357
7358 * ltconfig, ltmain.sh: Update to libtool 1.2.
7359
3cd730af
MH
7360Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
7361
7362 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
7363 (install-gcc-cross): Instead, override LANGUAGES here.
7364
80564603
DL
73651998-03-18 Dave Love <d.love@dl.ac.uk>
7366
7367 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
7368 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
7369
d207ebef
JM
7370Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
7371
7372 * configure.in: Add Thumb-pe target.
7373
5d4a5ee6 7374Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 7375
5d4a5ee6
JL
7376 * Makefile.in - changed sn targets to snavigator
7377 * configure.in - changed sn targets to snavigator
7378
2d4a0558
MH
7379Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
7380
7381 * config-ml.in: After building symlink tree call make distclean
7382 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
7383 to be the case for libiberty.
7384
04b93567
L
7385Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
7386
7387 * configure: When making link, also check the current
7388 directory. The configure scripts may create one.
7389
9a06b842
RH
7390Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
7391
7392 * config.sub: Accept alphapca56 and alphaev6 properly.
7393
217fc4e6
FS
7394Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7395
7396 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
7397
3e07bdbd 7398Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 7399
e490616e 7400 * config.sub (sco5): Fix typo.
3e07bdbd 7401
5d4a5ee6
JL
7402Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
7403
7404 * Makefile.in (INSTALL_MODULES): Move install-tcl before
7405 install-itcl.
7406 (install-itcl): Remove dependency on install-tcl.
7407
7408Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
7409
7410 * configure.in: Remove libgloss from noconfigdirs for MN10300.
7411
7412Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
7413
7414 * configure.in: Don't build libgui for a cygwin32 target when not on
7415 a cygwin32 host.
7416
7417Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
7418
7419 * configure (redirect): Set to null, so default behavior of
7420 configure is now --verbose.
7421
ce0d965c
DL
74221998-02-16 Dave Love <d.love@dl.ac.uk>
7423
7424 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
7425 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
7426
3acd1fd0
MH
7427Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
7428
7429 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
7430 this change to sync Makefile.in with its ChangeLog entries.
7431
5d4a5ee6
JL
7432Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
7433
7434 * ltmain.sh (mkdir): Check that the directory doesn't exist
7435 before we exit with error, so that we don't get races during
7436 parallel builds.
7437
bfed1ea0
JL
7438Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
7439
7440 * ltconfig, ltmain.sh: Update from libtool 1.0i.
7441
4e77e8f1
MH
7442Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
7443
7444 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
7445 PICFLAG_FOR_TARGET.
7446 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
7447
7448 * configure: Emit a definition for the new macro enable_shared
7449 into each Makefile.
7450
5d4a5ee6
JL
7451Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
7452
7453 * configure.in (host_tools, native_only): Add libtool.
7454
7455Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
7456
7457 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
7458 Fix typo in ming config comment.
7459
bfed1ea0
JL
7460Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
7461
7462 * ltconfig, ltmain.sh: Update from libtool 1.0h.
7463
5d4a5ee6
JL
7464Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
7465
7466 * config.sub: Add tic30 cases, and map c30 to tic30.
7467
8821a725
RH
7468Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
7469
7470 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
7471 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
7472 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
7473 (CLEAN_TARGET_MODULES): Similarly
7474 (all-target-libf2c): Add dependences.
4e81ae98 7475 * configure.in (target_libs): Add libf2c.
8821a725 7476
5d4a5ee6
JL
7477Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
7478
7479 * configure.in: Remove expect from noconfigdirs when target
7480 is cygwin32. OK to build expect and dejagnu with Canadian
7481 Cross.
7482
0aadd657
ILT
7483Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
7484
5d4a5ee6
JL
7485 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
7486 host.
7487
0aadd657
ILT
7488 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
7489 and mingw32.
7490
d0a8352c
MH
7491Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
7492
7493 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
7494 here as it is not defined in the toplevel Makefile.
7495
59739e3c
MH
7496Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
7497
7498 * configure (package_makefile_rules_frag): New variable, which names
7499 a file with generic rules, ...
7500 Change comment to mention we now have FIVE parts.
7501 * configure: Undo last change.
7502
228197ee
LT
7503Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
7504
7505 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 7506 * config.sub: More accurate determination of HP processor types.
228197ee 7507
efd4c0ba
MH
7508Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
7509
7510 * configure (package_makefile_frag): Move inserting the
7511 ${package_makefile_frag} to where it should be according
7512 to the comment.
7513
6eef3189
PB
7514Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
7515
7516 * config.guess: Add support for Linux/ARM.
7517
d207ebef
JM
7518Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
7519
7520 * .cvsignore: Remove *-info and *-install since they match
7521 release-info and mpw-install, which we don't want to just ignore.
7522
48464ebf
RH
7523Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
7524
7525 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
7526
803462a7
PN
7527Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
7528
7529 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
7530 local_prefix to sub-make invocations.
7531
520ab477
L
7532Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
7533
7534 * configure.in: Check makefile fragments in the source
7535 directory.
7536
4bcdb76d
AO
7537Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
7538
ceff9b14
AO
7539 * configure.in: Check whether host and target makefile
7540 fragments exist before adding them to *_makefile_frag.
4bcdb76d 7541
5d4a5ee6
JL
7542Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
7543
7544 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
7545
7546Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
7547
7548 * configure.in: Make sure we only replace RPATH_ENVVAR on
7549 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
7550 regexp to sed.
7551
7552 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
7553 to sub-makes.
7554
0d3e11a5
LI
75551998-01-13 Lee Iverson (leei@ai.sri.com)
7556
7557 * config-ml.in (multi-do): LDFLAGS must include multilib
7558 designator.
7559
d45b3d87 7560Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
7561
7562 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
7563
d39cd7a1
MK
7564Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
7565
7566 * config.sub: Add mingw32 support.
7567 * configure.in: Likewise.
d39cd7a1 7568
6decbc24
FS
7569Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
7570
7571 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
7572
5d4a5ee6
JL
7573Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
7574
7575 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7576 * configure (gxx_include_dir): Provide a definition for subdirs
7577 which do not use autoconf.
7578
7579Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
7580
7581 * config.guess: Sync with egcs. Picks up new alpha support,
7582 BeOS & some additional linux support.
7583
d3d1907a
JL
7584Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
7585
7586 * config.guess: HP 9000/803 is a PA1.1 machine.
7587
b104e095
RH
7588Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
7589
7590 * configure.in: It's alpha*-...
7591
aca823c1
L
7592Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
7593
7594 * configure.in (host_makefile_frag, target_makefile_frag):
7595 Handle multiple config files.
7596 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
7597 alpha-*-*.
7598
d207ebef
JM
7599Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
7600
7601 * mkdep: New file.
7602
7603Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
7604
7605 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
7606
5d4a5ee6
JL
7607Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
7608
7609 * Makefile.in: Add libgui directory.
7610 (GDB_TK): Add all-libgui.
7611 * configure.in: Add libgui directory.
7612 * configure: Add all-libgui to GDB_TK.
7613
7614Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
7615
7616 * config-ml.in (multidirs): Add m32r to multilib list.
7617
7618Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
7619
7620 * Makefile.in (all-target-gperf): Change dependency to
7621 all-target-libstdc++.
7622
baf55877
FF
7623Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
7624
7625 * config.guess: Add BeOS support.
7626
5d4a5ee6
JL
7627Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
7628
7629 Source directory cvs renamed to cvssrc:
7630 * configure.in (host_tools): Change cvs to cvssrc.
7631 (native_only): Likewise.
7632 (noconfigdirs) [various cases]: Likewise.
7633 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
7634 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
7635 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
7636 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
7637 (all-cvssrc): Rename target from all-cvs.
7638
f2d76545
JL
7639Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
7640
7641 * configure (gxx_include_dir): Fix thinko.
7642
205cba53
JL
7643Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
7644
7645 * Makefile.in (INSTALL_TARGET_CROSS): Define.
7646 (install-cross, install-gcc-cross): New targets.
7647
5d4a5ee6
JL
7648Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
7649
7650 * configure.in (noconfigdirs): Add support for Thumb target.
7651
7652 * config.sub (maybe_os): Add support for Thumb target.
7653
7654Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
7655
7656 * Makefile.in: Add rules for cygmon.
7657
7658 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
7659
96b0f1fc
JL
7660Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
7661
7662 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
7663 * configure (gxx_include_dir): Provide a definition for subdirs
7664 which do not use autoconf.
d207ebef
JM
7665
7666Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
7667
7668 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 7669 11/18/97 build
d207ebef 7670
7dfef6ed
JL
7671Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
7672
7673 * From Franz Sirl.
7674 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
7675 found on RedHat Linux systems.
96b0f1fc 7676
83cfe7c0
JL
7677Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
7678
7679 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
7680 guesses.
7681
7dfef6ed
JL
7682Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
7683
7684 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
7685
5d4a5ee6
JL
7686Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
7687
7688 * ltmain.sh: If mkdir fails, check whether the directory was created
7689 anyhow by some other process.
7690
d207ebef
JM
7691Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
7692
7693 * configure.in (d30v-*-*): Configure all directories.
7694
7695Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
7696
7697 * configure.in (d30v-*-*): Configure newlib, libiberty directories
7698 for the D30V.
7699
7700Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
7701
7702 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
7703
5d4a5ee6
JL
7704Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
7705
e490616e
ZW
7706 * include/libiberty.h: Add extern "C" { so it can be used with C++
7707 progrms.
7708 * include/remote-sim.h: Add extern "C" { so it can be used with C++
7709 programs.
5d4a5ee6 7710
d207ebef
JM
7711Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
7712
7713 * configure.in (d30v-*-*): Configure GCC now.
7714
5d4a5ee6
JL
7715Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
7716
7717 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
7718 is no longer needed.
7719
c9670e62
JM
7720Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
7721
7722 * Makefile.in: check-target-libio depends on all-target-libstdc++.
7723
cc71c0ca
MH
7724Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
7725
7726 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
7727 targets using "$@" to provide support for similar but not identical
7728 targets without having to duplicate code.
7729
d207ebef
JM
7730Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
7731
7732 * makefile.vms: Fix to work with DEC C.
7733
7734Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
7735
7736 * config.sub: Add mips-tx39-elf to marketing names.
7737
7738Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
7739
7740 * ltmain.sh: Handle symlinks in generated script.
7741
7742Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
7743
7744 * configure: Handle autoconf style directory options: --bindir,
7745 --datadir, --includedir, --infodir, --libdir, --libexecdir,
7746 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
7747 --sysconfdir.
7748 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
7749 (sharedstatedir, localstatedir, oldincludedir): New variables.
7750 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
7751 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
7752 sbindir, sharedstatedir, and sysconfdir.
7753
b1e3ddfd
AJ
7754Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
7755
7756 * Makefile.in (bootstrap-lean): New target.
7757
d207ebef
JM
7758Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
7759
7760 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 7761 sn, and gnuserv from noconfigdirs.
d207ebef
JM
7762
7763Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
7764
7765 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
7766
09f97c1e
JL
7767Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
7768
7769 * Makefile.in (cross): New target.
7770
335d0ab2
AO
7771Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
7772 Jeff Law <law@cygnus.com>
7773
7774 * Makefile.in (bootstrap2, bootstrap3): New targets.
7775 (all-bootstrap): Remove outdated and confusing target.
339c9b00 7776 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 7777
d207ebef
JM
7778Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
7779
7780 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 7781 windows. Consistent with gdb/configure.
d207ebef 7782
e693cc28
UD
77831997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
7784
e693cc28
UD
7785 * configure.in: Name Linux target fragment.
7786
7787 * configure: Rewrite so that project Makefile fragment is inserted
7788 first and appears last in the resulting Makefile.
7789
d207ebef
JM
7790Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
7791
7792 * Makefile.in (install-itcl): Install tcl first.
7793
5d4a5ee6
JL
7794Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
7795
7796 * configure.in: remove bison from noconfigdirs for Cygwin32 host
7797
f401679e
JW
7798Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
7799
7800 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
7801
7802 * configure.in (skipdirs): Add target-librx for Linux.
7803 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
7804
ec20b1b9
JL
7805Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
7806
7807 * Makefile.in (bootstrap): New target.
7808
becdcf6d
JL
7809Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
7810
63f6bcd7 7811 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 7812
d207ebef
JM
7813Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
7814
7815 * config.guess: Merge with FSF.
7816
0c82f6bf
FF
7817Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
7818
7819 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
7820
d207ebef
JM
7821Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
7822
7823 * config.sub: Add "marketing-names" patch.
7824
3fbc0b70
JS
7825Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
7826
e490616e 7827 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 7828
e20d4801
JL
7829Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
7830
7831 * config.sub: Handle v850-elf.
7832
fe181f78 7833Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
7834
7835 * .cvsignore (*-install): Remove.
7836
bfed1ea0
JL
7837Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
7838
7839 * ltconfig: Set CONFIG_SHELL in libtool.
7840 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
7841
558a1e7c
JW
7842Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
7843
7844 * configure.in (target_subdir): Set to libraries if enable_multilib.
7845
7818d6fc
JW
7846Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
7847
7848 * config.guess: Update from gcc directory.
7849
d207ebef
JM
7850Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
7851
7852 * Makefile.in (all-sim): Depends on all-readline.
7853
6599da04
JM
7854Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
7855
7856 * Makefile.in (BISON, YACC): Use $$s.
7857 (all-bison): Depend on all-texinfo.
7858
7859Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
7860
7861 * Makefile.in (BISON): Add -L flag.
7862 (YACC): Likewise.
7863
d207ebef
JM
7864Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
7865
4e81ae98
EC
7866 * configure.in (noconfigdirs): Add support for v850e target.
7867
d207ebef
JM
7868 * config.sub (maybe_os): Add support for v850e target.
7869
7870Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
7871
4e81ae98
EC
7872 * configure.in (noconfigdirs): Add support for v850ea target.
7873
d207ebef
JM
7874 * config.sub (maybe_os): Add support for v850ea target.
7875
6599da04
JM
7876Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
7877
7878 * config.sub: Add mipstx39. Delete r3900.
7879
7880Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
7881
7882 * Makefile.in (all-autoconf): Depends on all-texinfo.
7883
7884Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
7885
7886 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
7887 eabi targets.
7888
7889Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
7890
7891 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
7892
7893 * configure: When handling a Canadian Cross, handle YACC as well as
7894 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 7895 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
7896
7897Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
7898
7899 * Makefile.in (BISON): bison, not byacc or bison -y.
7900 (YACC): bison -y or byacc or yacc.
7901 (various): Add *-bison as appropriate.
7902 (taz): No need to mess with BISON anymore.
7903
7904Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
7905
7906 * configure: If OSTYPE matches *win32*, try to find a good value for
7907 CONFIG_SHELL.
7908
7909Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
7910
7911 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
7912 configure.in if it is present.
7913
7914Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
7915
7916 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
7917
7918Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
7919
7920 * config.sub: Recognize `arc' cpu.
7921 * configure.in: Likewise.
7922 * config-ml.in: Likewise.
7923
7924Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
7925
7926 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
7927
7928Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
7929
7930 * configure: Changed sed delimiter from ':' to '|' when
7931 attempting to substitute ${config_shell} for SHELL. On
7932 NT ${config_shell} may contain a ':' in it.
7933
7934Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
7935
7936 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
7937
7938Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
7939
7940 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
7941
7942Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
7943
7944 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
7945
7946 * ylwrap: If the program is a relative path, force it to be
7947 absolute.
7948
7949Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
7950
7951 * configure (tooldir): Set BISON to `bison -y' and not just bison.
7952
7953Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
7954
7955 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
7956 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
7957 for libraries.
6599da04
JM
7958
7959Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
7960
7961 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 7962 separated by spaces.
6599da04
JM
7963
7964Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
7965
7966 * ylwrap: New file.
7967 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
7968
7969 * ltmain.sh: Handle /bin/sh at start of install program.
7970
7971 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
7972
7973 * ltconfig, ltmain.sh: New files, from libtool 1.0.
7974 * missing: New file, from automake 1.2.
7975
7976Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
7977
7978 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
7979 check-tk to CHECK_X11_MODULES.
7980
7981Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
7982
7983 * config.sub: Merge with FSF.
7984
7985Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
7986
7987 * config.guess: Merge with FSF.
7988
7989Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
7990
7991 * configure: Treat msdosdjgpp like go32.
7992 * configure.in: Likewise. Don't remove gprof for go32.
7993
7994 * configure: Change Makefile.tem2 to Makefile.tm2.
7995
7996Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
7997
7998 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
7999
8000Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8001
8002 * install-sh (chmodcmd): Set to null if the DST directory already
8003 exists. Same as Nov 11th change.
8004
8005Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
8006
4e81ae98 8007 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
8008
8009Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
8010
8011 * config.guess: Update from FSF.
8012
8013Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
8014
8015 * Makefile.in (GDB_TK): Depend on itcl and tix.
8016
8017Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
8018
8019 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
8020 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
8021 (INSTALL_SCRIPT): New variable.
8022 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
8023 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
8024 to -x.
8025 * install-sh: Add support for -x option.
8026
8027Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
8028
8029 * configure.in, Makefile.in: Treat tix like itcl.
8030
8031Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
8032
8033 * Makefile.in (WINDRES): New variable.
8034 (WINDRES_FOR_TARGET): New variable.
8035 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
8036 (EXTRA_HOST_FLAGS): Add WINDRES.
8037 (EXTRA_TARGET_FLAGS): Add WINDRES.
8038 (EXTRA_GCC_FLAGS): Add WINDRES.
8039 ($(DO_X)): Pass down WINDRES.
8040 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
8041 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
8042 DLLTOOL_FOR_TARGET.
8043
8044Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
8045
8046 * configure.in: configure sim before gdb for win32-x-ppc
8047
8048Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8049
8050 Move gperf into the toplevel, from libg++.
8051 * configure.in (target_tools): Add target-gperf.
8052 (native_only): Add target-gperf.
8053 * Makefile.in (all-target-gperf): New target, depend on
8054 all-target-libg++.
8055 (configure-target-gperf): Empty rule.
8056 (ALL_TARGET_MODULES): Add all-target-gperf.
8057 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
8058 (CHECK_TARGET_MODULES): Add check-target-gperf.
8059 (INSTALL_TARGET_MODULES): Add install-target-gperf.
8060 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
8061
8062Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 8063
6599da04
JM
8064 * config.sub (mn10200): Recognize new basic machine.
8065
8066Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8067
8068 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
8069 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
8070
8071Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
8072
8073 * configure.in: If we're building mips-sgi-irix6* native, turn on
8074 ENABLE_MULTILIB and set TARGET_SUBDIR.
8075
8076Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
8077
8078 * Makefile.in (all-sn): Depend on all-grep.
8079
8080Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
8081
8082 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
8083
8084 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
8085 Makefile. From Jeff Makey <jeff@cts.com>.
8086 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
8087
8088 * Makefile.in (DISTBISONFILES): Remove.
8089 (taz): Don't futz with DISTBISONFILES. Change BISON to use
8090 $(DEFAULT_YACC).
8091
8092 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 8093 cygwin32.
6599da04
JM
8094
8095 * Makefile.in (LD): New variable.
8096 (EXTRA_HOST_FLAGS): Pass down LD.
8097 ($(DO_X)): Likewise.
8098
8099Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
8100
8101 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
8102
8103Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
8104
8105 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 8106 before adding our own. Always add --build.
6599da04
JM
8107
8108Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
8109
8110 * configure.in (targargs): Pass --build if we're doing
8111 a cross-compile.
8112
8113Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
8114
ca236658 8115 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
8116 sed. Otherwise sed chokes on NT path names with drive
8117 designators. Also look for "?:*" as the leading characters in an
8118 absolute pathname.
8119
8120Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
8121
8122 * config.sub: Support for r3900.
8123
8124Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
8125
8126 * configure.in: Use install-sh, not install.sh.
8127
8128Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
8129
8130 * Makefile.in (taz): Improve check for BISON so it doesn't try to
8131 apply it twice.
8132
8133Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
8134
8135 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
8136 install-binutils.
8137
8138Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
8139
8140 * Makefile.in: Add automake targets.
8141 * configure.in (host_tools): Add automake.
8142
8143Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
8144
8145 * configure: Default CXX to c++, not gcc.
8146 * Makefile.in (CXX): Set to c++, not gcc.
8147 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
8148
8149Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
8150
8151 * install-sh: try appending a .exe if source file doesn't
8152 exist
8153
8154Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
8155
8156 * configure.in: Turn on multilib by default.
8157 (cross_only): Remove target-libiberty.
8158
8159 * Makefile.in (all-gcc): Don't depend on libiberty.
8160
8161Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
8162
8163 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
8164
8165Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
8166
8167 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
8168 (DISTBISONFILES): Add ld/Makefile.in
8169
8170Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
8171
8172 * configure.in: if target is cygwin32 but host isn't cygwin32,
8173 don't configure gdb tcl tk expect, not just gdb.
8174
8175Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
8176
8177 * configure.in: Added gnuserv everywhere sn appears.
8178
8179 * Makefile.in (ALL_MODULES): Added all-gnuserv.
8180 (CROSS_CHECK_MODULES): Added check-gnuserv.
8181 (INSTALL_MODULES): Added install-gnuserv.
8182 (CLEAN_MODULES): Added clean-gnuserv.
8183 (all-gnuserv): New target.
8184
8185Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
8186
8187 * config.guess: Fixes for MIPS OpenBSD systems.
8188
8189Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
8190
8191 * Makefile.in (INSTALL_XFORM): Remove.
8192 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
8193
8194 * mkinstalldirs: New file, copied from automake.
8195 * Makefile.in (installdirs): Rename from install-dirs. Use
8196 mkinstalldirs. Change all users.
8197 (DEVO_SUPPORT): Add mkinstalldirs.
8198
8199Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
8200
8201 * install-sh: Rename from install.sh.
8202 * Makefile.in (INSTALL): Change install.sh to install-sh.
8203 (DEVO_SUPPORT): Likewise.
8204
8205 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
8206 Graichen <graichen@rzpd.de>.
8207
8208Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
8209
8210 * config.guess: Recognize OpenBSD systems correctly.
8211
8212Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
8213
8214 * README, Makefile.in (ETC_SUPPORT): Remove references to
8215 cfg-paper*, configure.{texi,man,info*}._
8216
8217Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
8218
8219 * Makefile.in (all.normal): Ensure that gcc is built after all
8220 the x11 - ie gdb - targets.
8221
8222Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
8223
8224 * makefile.vms: Don't run conf-a-gas.
8225
8226Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
8227
e490616e 8228 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 8229
d207ebef
JM
8230Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
8231
8232 * configure.in: Remove noconfigdirs case since gdb also
8233 configures and builds for tic80-coff.
8234
6599da04
JM
8235Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
8236
8237 * configure: Set cache_file to config.cache.
8238 * Makefile.in (local-distclean): Remove config.cache.
8239
8240Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
8241
8242 * COPYING: Update FSF address.
8243
d207ebef
JM
8244Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
8245
8246 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
8247 noconfigdirs.
8248
6599da04
JM
8249Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
8250
8251 * Makefile.in (install-dirs): Don't crash if prefix, and hence
8252 MAKEDIRS, is empty.
8253
8254Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
8255
8256 * config.sub: Tweak mn10300 entry.
8257
8258Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
8259
8260 * configure.in (host_tools): Put sim before gdb, so gdb's
8261 configure.tgt can determine if the simulator was configured.
8262
8263Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
8264
8265 * config.sub: Move BeOS $os case to be with other Cygnus
8266 local cases.
8267
8268Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
8269
8270 * config.sub: Remove misplaced comment that broke Linux.
8271
8272Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
8273
8274 * config.sub: Add BeOS support.
8275
8276Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
8277
8278 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
8279
8280Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
8281
8282 * configure.in (noconfigdirs): Remove tcl and tk from
8283 noconfigdirs for cygwin32 builds.
8284
d207ebef
JM
8285Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
8286
8287 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
8288
6599da04
JM
8289Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
8290
8291 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
8292 make-all.com, use makefile.vms instead.
8293
8294Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
8295
8296 * config.sub: Accept -lnews*.
8297
d207ebef
JM
8298Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
8299
8300 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 8301 target-examples and target-libiberty for d30v.
d207ebef
JM
8302
8303Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
8304
8305 * configure.in (noconfigdirs): Enable ld for d30v.
8306
8307Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
8308
8309 * configure.in (tic80-*-*): Build compiler.
8310
8311Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
8312
8313 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 8314 unsupported d30v directories
d207ebef
JM
8315
8316Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
8317
4e81ae98
EC
8318 * config.sub, configure.in: Add d30v target cpu.
8319
6599da04
JM
8320Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
8321
8322 * makefile.vms: New file.
8323 * make-all.com: Remove.
8324
8325Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
8326
8327 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
8328
8329Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
8330
8331 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
8332
8333Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
8334
8335 * Makefile.in (ALL_MODULES): Added all-db.
8336 (CROSS_CHECK_MODULES): Addec check-db.
8337 (INSTALL_MODULES): Added install-db.
8338 (CLEAN_MODULES): Added clean-db.
8339
8340Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
8341
8342 * config.guess: Merge with latest FSF sources.
8343
8344Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
8345
8346 * Makefile.in (ALL_MODULES): Added all-itcl.
8347 (CROSS_CHECK_MODULES): Added check-itcl.
8348 (INSTALL_MODULES): Added install-itcl.
8349 (CLEAN_MODULES): Added clean-itcl.
8350
8351Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
8352
8353 * configure.in: build gdb for mn10200
8354
8355Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
8356
8357 * Makefile.in (all-target-winsup): Depend on all-target-libio.
8358
d207ebef
JM
8359Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
8360
8361 * configure.in (tic80-*-*): Turn off most targets right now.
8362
6599da04
JM
8363Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
8364
8365 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
8366 rather than the makeinfo program.
8367 (do-info): Depend upon all-texinfo.
8368
8369Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
8370
8371 * configure.in: Remove uses of config/mh-linux.
8372
8373 * config.sub, config.guess: Merge with latest FSF sources.
8374
d207ebef
JM
8375Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
8376
8377 * config.sub (case $basic_machine): Add tic80 entries.
8378
6599da04
JM
8379Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
8380
8381 * config.sub, config.guess: Merge with latest FSF sources.
8382
8383Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
8384
8385 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
8386 * mpw-config.in: Test for NewFolderRecursive.
8387 * mpw-install: Use symbolic name for startup filename.
8388 * mpw-README: Add various additional details.
8389
8390Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
8391
8392 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
8393
8394Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
8395
8396 * configure.in: Do build gcc and the target libraries for
8397 the mn10200.
8398
8399Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
8400
8401 * configure.in: don't avoid building gdb for mn10300 any more
8402 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
8403 instead of single-quoting it.
8404
8405Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
8406
8407 * configure.in: Don't use --with-stabs on IRIX 6.
8408
8409Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
8410
8411 * configure.in (m32r): Build gdb, libg++ now.
8412
8413Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8414
8415 * configure.in (mips*-sgi-irix6*): Remove gdb and related
8416 directories from noconfigdirs.
8417
8418Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
8419
8420 * config.sub (basic_machine): added mips16 configuration
8421
8422Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8423
8424 * config.sub: Handle d10v-unknown.
8425
d207ebef
JM
8426Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
8427
8428 * config.sub: Handle v850-unknown.
8429
6599da04
JM
8430Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
8431
8432 * Makefile.in: add findutils
8433 * configure.in: add findutils to list of host_tools
8434
8435Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
8436
8437 * config.sub: Handle mn10200 and mn10300.
8438
8439Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8440
8441 * configure.in (d10v-*): Do not build librx.
8442
8443Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
8444
8445 * configure.in (mn10300): Build everything except gdb & libgloss.
8446
8447Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
8448
8449 * config.guess: Patch for Dansk Data Elektronik servers,
8450 from Niels Skou Olsen <nso@dde.dk>.
8451
8452 For ncr, use /bin/uname rather than uname, since GNU uname does not
8453 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
8454
8455 Patch for MIPS R4000 running System V,
8456 from Eric S. Raymond <esr@snark.thyrsus.com>.
8457
8458 Fix thinko for nextstep.
8459
8460 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
8461
8462 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
8463 * config.guess: Guess mips-dec-mach_bsd4.3.
8464
8465 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
8466 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
8467 release numbers.
8468 * config.guess (mips-mips-riscos*): Emit just enough of the
8469 release number.
8470
8471 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
8472 * config.guess (sparc-auspex-sunos*): Added.
8473 (f300-fujitsu-*): Added.
8474
8475 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
8476 * config.guess: Recognize a Tadpole as a sparc.
8477
8478Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
8479
8480 * config.guess: Don't assume that NextStep version is either 2 or
8481 3. NextStep 4 (aka OpenStep 4) has come out now.
8482
8483Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
8484
8485 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
8486 From Rik Faith <faith@cs.unc.edu>.
8487
8488Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
8489
8490 * config.sub: Contributions from bug-gnu-utils to:
8491 Support plain "hppa" (no version given) architecture, reported by
8492 OpenStep.
8493 OpenBSD like NetBSD.
8494 LynxOs is not a hardware supplier.
8495
8496 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 8497 OpenBSD like NetBSD.
6599da04
JM
8498 Stratus systems.
8499 More Pyramid systems.
8500 i[n>4]86 Intel chips.
8501 M680[n>4]0 Motorola chips.
8502 Use unknown instead of lynx for hardware manufacturer.
8503
8504Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8505
8506 * install.sh (chmodcmd): Set to null if the DST directory already
8507 exists.
8508
8509Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8510
8511 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
8512 not use mt-ppc target Makefile fragment any more.
8513
8514Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
8515
8516 * configure.in (*-*-windows): Exclude everything but those dirs
8517 needed to build windows.
8518
8519Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
8520
8521 * Makefile.in (all-target-winsup): Depend on all-target-librx.
8522
8523Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
8524
8525 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
8526
8527Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
8528
8529 * Undo my previous change.
8530
8531Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
8532
8533 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
8534 unconditionally.
8535 (MAKEOVERRIDES): Define (revert this part of October 18 change).
8536
8537Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
8538
8539 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
8540 host to add it's own flags.
6599da04
JM
8541
8542Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
8543
8544 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
8545
8546Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
8547
8548 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
8549 (CXX_FOR_TARGET): Likewise.
8550 (GCC_FOR_TARGET): Define.
8551 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
8552 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
8553 CC_FOR_TARGET was specified on the command line.
8554 (MAKEOVERRIDES): Don't define.
8555
8556Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
8557
8558 * configure.in (m32r): Fix spelling of libg++ libs.
8559
8560Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
8561
8562 * config.sub (-apple*): Remove, now redundant.
8563
8564Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
8565
8566 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
8567
8568 * configure: Rework yesterday's sed script patch.
8569
8570 * config.sub: Merge with FSF.
8571
8572Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
8573
8574 * config.guess: Merge from FSF.
8575
8576 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
8577 * config.guess: Use pc instead of unknown, for pc clone systems.
8578 Change linux to linux-gnu.
6599da04
JM
8579
8580 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 8581 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
8582
8583Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
8584
8585 * test-build.mk (HOLES): Add "xargs" for gdb.
8586
8587 * configure: Avoid hpux10.20 sed bug.
8588
8589Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
8590
731a8127 8591 * configure.in: Add support for windows host
6599da04
JM
8592 (that is a build done under the Microsoft build environment).
8593
8594Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
8595
8596 * Makefile.in: Replace all uses of srcroot with s, to shrink
8597 command line lengths.
8598
8599 Patches from Geoffrey Noer <noer@cygnus.com>:
8600 * configure.in: If configuring for newlib, pass --with-newlib to
8601 subdirectories.
8602 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
8603 -Bnewlib/ and -Lwinsup to gcc.
8604 (CXX_FOR_TARGET): Likewise.
8605
8606Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
8607
8608 * Makefile.in (ETC_SUPPORT): Add configure.
8609
8610Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
8611
4e81ae98 8612 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
8613 host configuration file.
8614
8615Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
8616
8617 * configure.in: Break mn10x00 support into separate
8618 mn10200 and mn10300 configurations.
8619 * config.sub: Likewise.
8620
8621Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
8622
8623 * configure.in: Add lots of stuff to noconfigdirs for
8624 the mn10x00 targets.
8625
8626 * config.sub, configure.in: Add mn10x00 support.
8627
8628Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
8629
8630 * make-all.com: Call conf-a-gas, not config-a-gas.
8631
8632Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
8633
8634 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 8635 targets.
6599da04
JM
8636
8637Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
8638
8639 * mpw-README: Add much more detail for native PowerMac.
8640 * mpw-install: New file.
8641 * mpw-configure: Add --norecursion and --help options.
8642 * mpw-config.in: Translate readme and install files when
8643 copying to objdir.
8644 * mpw-build.in: Don't always depend on byacc and flex.
8645 (install-only-top): New action.
8646
d207ebef
JM
8647Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
8648
8649 * configure.in: You can now configure GDB for the v850.
8650
6599da04
JM
8651Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
8652
8653 * configure.in (noconfigdirs): Don't configure any C++ dirs
8654 if targeting D10V.
8655
8656Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
8657
8658 * config.sub: Recognize mips64vr5000.
8659
8660Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
8661
8662 * configure.in: Use a single line for host_tools and native_only.
8663
8664Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
8665
8666 * config.sub, configure.in: Add entries for m32r.
8667
8668Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
8669
8670 * Makefile.in (inet-install): Don't run install-gzip.
8671
8672Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
8673
8674 * configure.in: Don't config lots of things for *-*-windows*.
8675
8676Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
8677
8678 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
8679 (host_libs, host_tools): Copy from configure.in.
8680 * mpw-configure: Don't complain about directories not found.
8681
8682Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8683
8684 * configure.in (i[345]86): Recognize i686 for pentium pro.
8685 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
8686 file.
8687
8688 * config.guess (i[345]86): Ditto.
8689
8690Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
8691
8692 * configure.in (noconfigdirs): Removed gdb for D10V.
8693
d207ebef 8694Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 8695
d207ebef
JM
8696 * configure.in: Remove ld, target-libio, target-libg++, and
8697 target-libstdc++ from noconfigdirs.
5d4a5ee6 8698
6599da04
JM
8699Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
8700
8701 * configure: Fix three locations where shell scripts were
8702 being run directly rather than with config_shell.
8703
d207ebef
JM
8704Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
8705
8706 * configure.in (v850-*-*): Set up initial $noconfigdirs.
8707 * config.sub (basic_machine): Recognize v850.
8708
6599da04
JM
8709Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
8710
8711 * mpw-configure: Handle multiple enable/disable options and
8712 pass them down recursively, handle -c and -s flags appropriately
8713 depending on choice of compiler, add escape mechanism for
8714 quoted arguments to gC.
8715
8716Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8717
8718 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
8719 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
8720 so that -mrelocatable-lib and -mno-eabi are used.
8721
8722 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
8723 not support --print-multi-lib, don't abort.
8724
6599da04
JM
8725Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
8726
8727 * make-all.com: Run config-a-gas.
8728 * setup.com: Don't copy subdirectory files around.
8729
8730Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
8731
8732 * configure.in (*-*-ose): Remove exclusion of libgloss for this
8733 target, it now compiles correctly.
8734
8735Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
8736
8737 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
8738
8739Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
8740
4e81ae98 8741 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
8742
8743Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
8744
8745 * configure.in (native_only): Add prms.
8746
8747Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
8748
8749 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
8750 (BINUTILS_SUPPORT_DIRS): Likewise.
8751
8752Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8753
8754 * configure.in (d10v-*-*): Don't configure ld or gdb until the
8755 d10v support is added.
8756
8757Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
8758
8759 * configure.in (d10v-*-*): New target.
8760
8761Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
8762
8763 * config.guess (HP 9000/811): Recognize this as a PA1.1
8764 machine.
8765
8766Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
8767
8768 * Makefile.in (do-tar-gz): New target, split out from tail end of
8769 taz target. Run each command separately, don't use pipes.
8770 (taz): Use it.
8771
8772Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
8773
8774 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
8775 * mpw-build.in: No builds should depend on building byacc or flex,
8776 they are assumed to be installed already.
8777
8778Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8779
8780 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
8781 variable that CC_FOR_TARGET needs.
8782
8783Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8784
8785 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
8786 options have changed since the last time the subdirectory was
8787 configured, and if it has, reconfigure.
8788 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
8789 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
8790
8791Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
8792
8793 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
8794 CLEAN_MODULES): Add bash.
8795 (all-bash): New target.
8796
8797Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
8798
8799 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
8800
8801Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8802
8803 * config.sub (basic_machine): Recognize d10v as a valid processor.
8804
8805Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
8806
8807 * mpw-configure: Add support for --bindir.
8808 * mpw-build.in: Use a GCC-specific build script for GCC actions.
8809
8810Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
8811
8812 * configure.in: add bash, time, gawk to list of hosttools and things
8813 to only build for native toolchains
8814
8815Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8816
8817 * Makefile.in (docdir): Remove.
8818
8819Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
8820
8821 * Makefile.in (datadir): Set to $(prefix)/share.
8822
8823Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
8824
8825 * configure.in: build diff and patch for cygwin32-hosted
8826 toolchains.
8827
8828Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
8829
8830 * config.sub: Accept -rtems*.
8831
8832Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
8833
e490616e
ZW
8834 * configure.in: enable dosrel for cygwin32-hosted builds,
8835 remove diff from the list of things not buildable
8836 via Canadian Cross
6599da04
JM
8837
8838Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
8839
8840 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 8841 don't get ". ".
6599da04
JM
8842
8843Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
8844
8845 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
8846
8847Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
8848
8849 * Makefile.in (taz): Handle case where tex3patch didn't even get
8850 checked out. Also, if it was found, put the symlink in a new util
8851 subdirectory.
8852
8853Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8854
8855 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
8856
8857Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
8858
8859 * config.sub: Recognize -openvms.
8860 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
8861 * make-all.com, setup.com: New files.
8862
8863Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
8864
8865 * Makefile.in (taz): tex3patch moved to texinfo/util.
8866
8867Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
8868
8869 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
8870 * configure.in: remove make from disable-if-Can-Cross list
8871 enable gdb if ${host} and ${target} are cygwin32
8872
8873Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
8874
8875 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
8876 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
8877
8878Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
8879
8880 * config.guess: Combine mips-mips-riscos cases, and use cpp to
8881 distinguish sysv/svr4/bsd variants.
8882 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
8883
8884Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
8885
8886 * configure.in: Added copyright notice.
8887 * move-if-change: Added copyright notice.
8888
8889Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8890
8891 * configure.in (powerpcle-*-solaris*): Until we get shared
8892 libraries working, don't build gdb, sim, make, tcl, tk, or
8893 expect.
8894
8895Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
8896
8897 * config.guess: Merge with FSF:
8898
8899 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
8900 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
8901
8902 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
8903 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
8904
8905 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
8906 * config.guess: Combine two OSF1 rules.
8907 Also recognize field test versions. From mjr@zk3.dec.com.
8908 * config.guess (dgux): Use /usr/bin/uname rather than uname,
8909 because GNU uname does not support -p. From pmr@pajato.com.
8910
8911Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
8912
8913 * Makefile.in (MAKEDIRS): Removed $(tooldir).
8914
8915Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
8916
8917 * mpw-README: Document GCCIncludes.
8918
8919Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
8920
8921 * configure.in (alpha-*-linux*): Set enable_shared to yes.
8922
8923Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
8924
8925 * mpw-configure: Handle --enable-FOO and --disable-FOO.
8926
8927Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
8928
8929 * configure.in (*-*-cygwin32): Configure make.
8930
8931Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
8932
8933 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
8934
8935Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
8936
8937 * Makefile.in (all-inet): Depend on all-perl.
8938
8939 * Makefile.in (inet-install): New target.
8940
8941 * Makefile.in (all-inet): Depend on all-tcl.
8942 (all-inet): Depend on all-send-pr.
8943
8944Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8945
8946 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
8947 temporarily.
8948
8949Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
8950
8951 * configure.in: Don't configure --with-gnu-ld on AIX.
8952
8953Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
8954
8955 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
8956
8957Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
8958
8959 * Makefile.in (ALL_MODULES): Added all-inet.
8960 (CROSS_CHECK_MODULES): Added check-inet.
8961 (INSTALL_MODULES): Added install-inet.
8962 (CLEAN_MODULES): Added clean-inet.
8963 (all-indent): New target.
8964
8965 * configure.in (host_tools): Added inet.
8966 (native_only): Added inet.
8967 (noconfigdirs): Added inet.
8968
8969Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
8970
8971 * configure.in: Don't configure libgloss if we are not configuring
8972 newlib.
8973
8974Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
8975
8976 * configure.in: Don't configure libgloss for unsupported
8977 architectures.
8978
8979Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8980
8981 * Makefile.in (CLEAN_MODULES): Add clean-apache.
8982
8983Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
8984
8985 * Makefile.in (ALL_MODULES): Include all-apache.
8986 (CROSS_CHECK_MODULES): Include check-apache.
8987 (INSTALL_MODULES): Include install-apache.
8988 (all-apache): New target.
8989
8990 * configure.in: Added apache everywhere perl is seen.
8991
8992Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
8993
8994 * Makefile.in: Add support for clean-{module} and
8995 clean-target-{module} rules.
8996
8997Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
8998
8999 * configure.in (*-*-ose) do not build libgloss.
9000
9001Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9002
9003 * config.guess (prep*:SunOS:5.*:*): Turn into
9004 powerpele-unknown-solaris2.
9005
9006Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
9007
9008 * configure.in: Permit --enable-shared to specify a list of
9009 directories.
9010
9011Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
9012
9013 * configure.in (host==solaris): Pass only the first word of $CC
9014 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
9015
9016Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
9017
9018 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
9019
9020Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
9021
9022 * Makefile.in (ALL_MODULES): Include all-perl.
9023 (CROSS_CHECK_MODULES): Include check-perl.
9024 (INSTALL_MODULES): Include install-perl.
9025 (ALL_X11_MODULES): Include all-guile.
9026 (CHECK_X11_MODULES): Include check-guile.
9027 (INSTALL_X11_MODULES): Include install-guile.
9028 (all-perl): New target.
9029 (all-guile): New target.
9030
9031 * configure.in (host_tools): Include perl and guile.
9032 (native_only): Include perl and guile.
9033 (noconfigdirs): Don't build guile and perl; no ports have been
9034 done.
9035
9036Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
9037
e490616e
ZW
9038 * configure (--enable-*): Handle quoted option lists such as
9039 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
9040
9041Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9042
9043 * Makefile.in ({,inst}all-target): New rule so we can make and
9044 install all of the target directories easily.
9045
9046Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9047
9048 * configure.in: Add missing global flag in sed substitution when
9049 deleting `target-' from ${configdirs}.
9050
9051Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
9052
9053 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
9054 option.
9055
9056 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
9057 config/mh-necv4.
9058
9059 * install.sh: Correct misspelling of transformbasename.
9060
9061 * config.guess: Recognize mips-*-sysv*.
9062
9063Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
9064
9065 * config.sub: Recognize mon960.
9066
9067Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
9068
9069 * configure: Restore Canadian Cross handling of BISON and LEX,
9070 removed in Feb 20 change.
9071
9072Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
9073
9074 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
9075 Mention make install. Remove the old copyright date as well the
9076 clumsy and rather pointless copyright on the README file.
9077
9078Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
9079
9080 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
9081 Makefile after running symlink-tree, then run `make distclean' to
9082 avoid clobbering any generated files in srcdir.
9083
9084Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
9085
9086 * configure.in (m68k-*-netbsd*): Build everything now.
9087
9088Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
9089
9090 * Makefile.in (taz): Fix quoting.
9091
9092Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
9093
9094 * configure.in (sparclet-*-*): Build everything now.
9095
9096Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9097
9098 * configure.in (m68k-*-linux*): New host.
9099
9100Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
9101
9102 * configure: Check for bison before byacc.
9103
9104Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
9105
9106 * Makefile.in configure: Change the way LEX and BISON/YACC are
9107 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
9108 searching PATH. These are used as fallbacks by Makefile.in if
9109 flex/bison/byacc aren't in objdir.
9110
9111Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
9112
9113 * Makefile.in: Make everything which depends upon all-bfd also
9114 depend upon all-opcodes, in case --with-commonbfdlib is used.
9115
9116Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9117
9118 * configure.in (host *-*-cygwin32): Don't build gdb if we are
9119 building NT native compilers on Unix.
9120
9121Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
9122
9123 * configure.in: Don't get CC from the host Makefile fragment if we
9124 can find gcc in PATH, or if this is a Canadian Cross. Move the
9125 Solaris test for /usr/ucb/cc to the post target script, just after
9126 the compiler sanity test.
9127
9128Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
9129
9130 * config.sub: Merge with FSF.
9131
9132Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
9133
9134 * Makefile.in (RPATH_ENVVAR): New variable.
9135 (REALLY_SET_LIB_PATH): Use it.
9136 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
9137
9138Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
9139
9140 * config.sub, configure.in: Recognize sparclet cpu.
9141
9142Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
9143
9144 * config.guess: Support m68k-cbm-sysv4.
9145
9146Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9147
9148 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
9149 m68k-unknown-linuxaout from linker help string. Put quotes around
9150 $ld_help_string.
9151
9152Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
9153
9154 * config.guess (powerpc-harris-powerunix): Add guess for port
9155 to new target.
9156
9157Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9158
9159 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
9160
9161Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
9162
9163 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
9164 $(REALLY_SET_LIB_PATH) in Makefile.
9165 * Makefile.in (SET_LIB_PATH): New variable.
9166 (REALLY_SET_LIB_PATH): New variable.
9167 ($(DO_X)): Use $(SET_LIB_PATH).
9168 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
9169 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
9170 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
9171 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
9172 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
9173 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
9174 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
9175 (install-dosrel): Likewise.
9176 (all-opcodes): Depend upon all-libiberty.
9177
9178Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
9179
9180 * config.guess (*:CYGWIN*): New
9181
9182Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9183
9184 * Makefile.in (all-target-winsup): All all-target-libiberty.
9185
9186Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
9187
9188 * configure.in (noconfigdirs): Add missing # in front of comment.
9189
9190Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
9191
9192 * configure.in: add second pass to things added to noconfigdirs
9193 so *-gm-magic can exclude libgloss properly.
9194
9195Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
9196
9197 * mpw-configure (extralibs_name, rez_name): Set correctly
9198 for MWC68K compiler.
9199
9200 * mpw-README: Add more info on the necessary build tools.
9201
9202Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
9203
9204 * configure.in, config.sub: Recognize cygwin32.
9205
9206Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
9207
9208 * config.guess, config.sub: Recognize A/UX.
9209
9210Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
9211
9212 * config.sub: Merge with gcc/config.sub.
9213
9214Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
9215
9216 * mpw-build.in (do-binutils): Add build of stamps.
9217
9218Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
9219
9220 * config.sub: Add recognition for mips64vr4100*-* targets.
9221
9222Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
9223
9224 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
9225 Add creation of gconfigargs with `--enable-shared' turned on.
9226 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
9227 ($(host)-stamp-stage3-configured): Likewise.
9228 (HOLES): Add chatr and ldd.
9229 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
9230
9231Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
9232
9233 * configure: Pass --nfp to recursive configures.
9234
9235Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
9236
9237 * Makefile.in (DLLTOOL): New.
9238 (DLLTOOL_FOR_TARGET): New.
9239 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
9240 (EXTRA_TARGET_FLAGS): Ditto.
9241 (EXTRA_GCC_FLAGS): Ditto.
9242 (CONFIGURE_TARGET_MODULES): Ditto.
9243 (DO_X): Ditto.
9244 * configure: Add DLLTOOL.
9245
9246Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
9247
9248 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
9249 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
9250 mh-sco, since old workarounds no longer needed, and don't
9251 build ld, since libraries have weak symbols in COFF.
9252
9253Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
9254
9255 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
9256
9257Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
9258
9259 * configure.in: Make sure that ${CC} can be used to compile an
9260 executable.
9261
9262Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
9263
9264 * Makefile.in (all-gdb): Depend on $(GDB_TK).
9265 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
9266 nothing depending on whether gdbtk is being built.
9267
9268Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
9269
9270 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
9271
9272Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
9273
9274 * configure.in (noconfigdirs): Put ld or gas in this early, if the
9275 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
9276
9277Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
9278
9279 * config-ml.in: Add support for
9280 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
9281 Simplify setting of multidirs from --disable-foo.
9282
9283Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9284
9285 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
9286 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
9287 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 9288 non-empty, pass them on to the GCC make.
6599da04
JM
9289 (all-bootstrap): New rule that is like all-gcc, except it executes
9290 the GCC bootstrap rule instead of the GCC all rule.
9291
9292Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
9293
9294 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
9295
9296Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9297
9298 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
9299 DG/UX support.
9300
9301Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
9302
9303 * config.sub (i*86*) Change [345] to [3456]
9304
9305Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9306
9307 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
9308 --with-gnu-ld=no.
9309
9310Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9311
9312 * config-ml.in (rs6000*, powerpc*): Add switches to control which
9313 AIX multilibs get built.
9314
9315Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9316
9317 * configure.in (i386-win32): Don't build expect if we're not
9318 building the tcl subdir.
9319
9320Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
9321
9322 * Makefile.in: (configure-target-examples, all-target-examples):
9323 New targets, configure and build example programs.
9324
9325Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
9326
9327 * mpw-configure: If an mpw-config.in generated a file mk.sed,
9328 use it as input to sedit the generated MPW makefile.
9329 * mpw-README: Add a suggestion about Gestalt.h.
9330
9331Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
9332
9333 * config.sub: Accept *-*-ieee*.
9334
9335Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
9336
9337 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
9338 Ronald F. Guilmette <rfg@monkeys.com>.
9339
9340Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9341
9342 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
9343 for powerpc-pe native.
9344 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
9345 (target==powerpc-pe): duplicate i386-win32 entry.
9346
9347Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9348
9349 * configure.in (noconfigdirs): Exclude target-newlib for all versions
9350 of vxworks, not just vxworks5.1.
9351
9352Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
9353
9354 * mpw-configure: Add support for exec-prefix.
9355
9356Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9357
9358 * config.guess: Recognize HP model 816 machines as having
9359 a PA1.1 processor.
9360
9361Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
9362
9363 * configure: Ignore new autoconf configure options.
9364
6599da04
JM
9365Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
9366
9367 * config.guess: Recognize Pentium under SCO.
9368 From Robert Lipe <robertl@arnet.com>.
9369
9370Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9371
9372 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
9373
9374Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
9375
9376 * configure.in: Don't configure gas for alpha-dec-osf*.
9377
9378Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
9379
9380 * configure.in: Default to --with-stabs for some targets for which
9381 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
9382 i[345]86*-*-unixware*.
9383
9384Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
9385
9386 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
9387 rather than basing it on the target. Simplify handling of options
9388 controlling which directories to configure. Remove extraneous
9389 slash in multi-clean target.
9390
9391Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
9392
9393 * config-ml.in: Prefix more variables with ml_ so they don't collide
9394 with configure's.
9395
9396Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
9397
9398 * configure: Don't turn -v into --v.
9399
9400Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
9401
9402 * configure.in (targargs): Fix typo.
9403
9404 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
9405
9406Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
9407
9408 * configure.in: Strip --host and --target options from
9409 CONFIG_ARGUMENTS, and always configure for --host only. Add
9410 --with-cross-host option when building with a cross-compiler.
9411 * configure: Canonicalize the arguments put into config.status by
9412 always using `=' for an option with an argument. Pass a presumed
9413 --host or --target explicitly.
9414
9415Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
9416
9417 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
9418 into general OS recognition case.
9419
9420Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9421
9422 * configure.in (target_configdirs): add target-winsup only
9423 for win32 target systems.
9424
9425Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
9426
9427 * Makefile.in (all-target-libgloss): Depend upon
9428 configure-target-newlib, since when libgloss is built it looks to
9429 see if the newlib directory exists.
9430
9431Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
9432
9433 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
9434 cfg-ml-*.in.
9435
9436Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
9437
9438 * configure: Handle LD and LD_FOR_TARGET when configuring a
9439 Canadian Cross.
9440
6599da04
JM
9441Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9442
9443 * configure.in (target_libs): add target-winsup.
9444 (target==i386-win32): add patch diff flex make to $noconfigdirs.
9445 (target==ppcle-pe): remove ld from $noconfigdirs.
9446
9447Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
9448
9449 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
9450 Preserve relative path names in $srcdir. Build symlink tree if
9451 configuring cross target dir and srcdir=. (= no VPATH support).
9452 (configure-target-libg++): Depend on configure-target-librx.
9453 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
9454 * config-ml.in: New file.
9455 * symlink-tree: New file.
9456 * configure: Ensure srcdir="." if that's what it is.
9457
9458Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
9459
9460 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
9461 includes and FLEX_SKELETON setting.
9462 * mpw-configure (--with-gnu-ld): New option, controls whether
9463 to use PPCLink or ld with PowerMac GCC.
9464 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
9465 * mpw-config.in: Configure grez if targeting Mac.
9466
9467 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
9468 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
9469 just macos.
6599da04
JM
9470 * configure.in: Configure grez resource compiler if targeting Mac.
9471 * Makefile.in (all-grez, install-grez): New targets.
9472
9473Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
9474
9475 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 9476 gcc in the path, set CC to gcc -O2.
6599da04
JM
9477
9478Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
9479
9480 * configure: Default ${build} correctly. Avoid picking up extra
9481 spaces when reading CC and CXX from Makefile. When doing a
9482 Canadian Cross, use plausible default values for numerous
9483 variables.
9484 * configure.in: When doing a Canadian Cross, don't try to
9485 configure tools whose configure script can't handle it.
9486
9487Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9488
9489 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
9490
9491Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
9492
9493 * configure: Remove dubious bug reporting address.
9494
9495Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
9496
9497 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
9498 configure script, run that instead of this directory's configure.
9499 In either case, print a message that we're configuring the sub-dir.
9500
9501Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
9502
9503 * configure.in: Before checking for the existence of various files,
9504 use sed to filter out "target-".
9505
9506Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
9507
9508 * Makefile.in (DO_X): Split rule to decrease command line length
9509 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
9510 (Philippe De Muyter).
9511
9512Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9513
9514 * Makefile.in (all-patch): depend on all-libiberty.
9515
9516Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
9517
9518 * configure.in: If the only directory in target_configdirs which
9519 actually exists is libiberty, then set target_configdirs to empty,
9520 to avoid trying to build a target libiberty in a gas or gdb
9521 distribution.
9522
9523Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
9524
9525 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
9526 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
9527 systems.
6599da04
JM
9528
9529Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9530
9531 * configure.in (copy_dirs): Use sys-include instead of include
9532 for --with-headers option.
9533
9534Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
9535
9536 * Makefile.in, configure.in: Make winsup builds work with
9537 new scheme.
9538
9539Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
9540
9541 * configure.in: Build the linker on AIX.
9542
9543Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
9544
9545 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
9546 where needed.
9547
9548Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
9549
9550 * Makefile.in (all-gcc): Fix typo.
9551
9552Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
9553
9554 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
9555
9556Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
9557
9558 * configure.in: Rename libFOO to target-libFOO, and xiberty
9559 to target-xiberty, to provide more flexibility.
9560 (target_subdir): Define. Create if cross.
9561 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
9562 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
9563 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
9564 check-libFOO -> check-target-libFOO, etc.
9565 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
9566 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
9567 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
9568 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
9569 allow ALL_GCC="" to only configure.
9570 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
9571 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
9572 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
9573
9574Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
9575
9576 * Makefile.in (taz): Build "info" in etc explicitly.
9577
9578Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
9579
9580 * configure.in: Make sure that CC is undefined (as opposed to
9581 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
9582 problem with autoconf trying to configure on a host without GCC.
9583
9584Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
9585
9586 * mpw-configure: Set host alias from choice of host compiler,
9587 only use generic MPW Makefile sed if present, edit a file
9588 named "hacked_Makefile.in" instead of "Makefile.in" if present.
9589 * mpw-README: Add problem notes about CW6 and CW7.
9590
9591Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
9592
9593 * Makefile.in (taz): Use ";" instead of ";;".
9594
9595Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
9596
9597 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
9598 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
9599 DISTDOCDIRS.
9600 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
9601 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
9602
9603Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
9604
9605 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
9606 and gnats, because they are now subsumed by DISTSTUFFDIRS.
9607 Move bfd to DISTSTUFFDIRS.
9608
9609Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9610
9611 * Makefile.in (X11_LIB): Removed.
9612 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
9613
9614 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
9615
9616Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9617
9618 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
9619 names.
9620
9621Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9622
9623 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
9624
9625Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
9626
9627 * configure.in (i[345]86-*-win32): Always build newlib.
9628 Don't configure cvs, autoconf or texinfo.
9629 * Makefile.in (LD_FOR_TARGET): New.
9630 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
9631 Pass down LD_FOR_TARGET.
9632
9633Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
9634
9635 * winsup: New directory.
9636 * Makefile.in: Build winsup.
9637 * configure.in: Winsup is configured when target is win32.
9638 Can only build win32 target GDB when native.
4e81ae98 9639
6599da04
JM
9640Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
9641
9642 * config.guess: Recognize HP model 819 machines as having
9643 a PA 1.1 processor.
9644
9645Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
9646
9647 * configure: Fix sed loop which substitutes for CC and CXX to
9648 avoid bug found in various sed implementations.
9649
9650Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9651
9652 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
9653 simulator. Use standard powerpc-*-eabi*.
9654
9655Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
9656
9657 * configure.in: Stop putting gas and binutils in noconfigdirs for
9658 powerpc-*-aix* and rs6000-*-*.
9659
9660Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
9661
9662 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
9663 -mcall-aixdesc libraries.
9664
9665Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
9666
9667 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9668
9669 * config.sub (arm | armel | armeb): Fix shell syntax.
9670
9671Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9672
9673 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
9674 -msoft-float and -mcpu=common support.
9675 (powerpc*-*-eabisim*): Add support for building -mcall-aix
9676 libraries.
9677
9678Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9679
9680 * configure.in: Allow configuration and build of emacs19 for the alpha.
9681
9682Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9683
9684 * configure.in (CC): Get ^CC, not just any old CC, from
9685 ${host_makefile_frag}.
9686
9687Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9688
4e81ae98 9689 * configure.in (CC): Try to get CC from
6599da04
JM
9690 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
9691
9692Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9693
9694 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
9695 only if it exists in $(srcdir).
9696
9697Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
9698
9699 * configure: If CC and CXX are not set in the environment, set
9700 them, based on either an existing Makefile or on searching for gcc
9701 in PATH. Substitute for CC and CXX in Makefile.
9702 * configure.in: Remove libm from target_libs. Separate
9703 target_configdirs from configdirs. If CC is not set in
9704 environment, try to get it from a host Makefile fragment. Rewrite
9705 changes of configdirs to use skipdirs instead. A few minor
9706 tweaks. Take directories out of target_configdirs as they are
9707 taken out of configdirs. Remove existing Makefile files from
9708 subdirectories. Substitute for TARGET_CONFIGDIRS and
9709 CONFIG_ARGUMENTS in Makefile.
9710 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
9711 by configure.in.
9712 (CONFIG_ARGUMENTS): Likewise.
9713 (CONFIGURE_TARGET_MODULES): New variable.
9714 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
9715 ($(CONFIGURE_TARGET_MODULES)): New target.
9716 (configure-libg++, configure-libio): New targets.
9717 (all-libg++): Depend upon configure-libg++.
9718 (all-libio): Depend upon configure-libio.
9719 (configure-libgloss, all-libgloss): New targets.
9720 (configure-libstdc++): New target.
9721 (all-libstdc++): Depend upon configure-libstdc++.
9722 (configure-librx, all-librx): New targets.
9723 (configure-newlib): New target.
9724 (all-newlib): Depend upon configure-newlib
9725 (configure-xiberty): New target.
9726 (all-xiberty): Depend upon configure-xiberty.
9727
9728Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9729
9730 * configure.in (host i[345]86-*-win32): Expand the
9731 noconfigdirs again.
9732
9733Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
9734
9735 * mpw-configure: Fix sed command file name.
9736
9737Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
9738
4e81ae98 9739 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
9740 noconfigdirs again.
9741
9742Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
9743
9744 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
9745 or powerpc*-*-pe*, since they are not yet supported.
9746
9747Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
9748
9749 Add PowerMac support and many other enhancements.
9750 * mpw-configure: New option --cc to select compiler to use,
9751 paste options set according to --cc into the generated
9752 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
9753 if mpw-make.sed is present.
9754 * mpw-config.in: Don't test for gC1, test for mpw-touch,
9755 add forward includes for PowerPC include files.
9756 * mpw-build.in: Build using Makefile.PPC if present.
9757 (do-byacc, etc): Remove separate version resource builds.
9758 (do-gas): Build "stamps" before "all".
9759 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
9760 * mpw-README: Update to reflect --cc option, PowerMac support,
9761 and recently-reported compatibility problems.
9762
9763Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
9764
9765 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
9766 embedded m68k systems (-aout, -coff, -elf, -vxworks).
9767 (--with-multilib-top): Pass to recursive invocations.
9768
9769Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
9770
9771 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
9772 v810-*-*.
9773
9774Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9775
9776 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
9777 gdb, ld and opcodes on v810-*-*.
9778
6599da04
JM
9779Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
9780
9781 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
9782 (local-maintainer-clean): New target.
9783 (maintainer-clean): New target.
9784 (realclean): Just depend upon maintainer-clean.
9785
9786Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9787
9788 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
9789
9790Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
9791
9792 * configure.in: Build ld in mips*-*-bsd* case.
9793
9794Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
9795
9796 * config.sub: Accept -lites* OS. From Ian Dall.
9797
9798Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
9799
9800 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 9801 targets.
6599da04
JM
9802
9803Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
9804
9805 * configure.in: treat i386-win32 canadian cross the same as
9806 i386-go32 canadian cross.
9807
9808Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9809
9810 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
9811 running under the simulator to build a reduced set of libraries.
9812 (powerpc-*-eabiaix): Add fine grained multilib support added to
9813 other powerpc targets yesterday.
9814
9815Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9816
9817 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
9818 -disable-softfloat, -disable-relocatable, -disable-aix, and
9819 -disable-sysv to control which multilib libraries get built.
9820
9821Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
9822
9823 * configure: Add Makefile.tem to list of files to remove in trap
9824 handler.
9825
9826Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
9827
9828 * config.guess (*Linux*): Add missing "exit"s.
9829 Also, need specific check for alpha-unknown-linux (uses COFF).
9830
9831Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
9832
9833 * config.guess: Merge with FSF:
9834
9835 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
9836 * config.guess (AIX4): More robust release numbering discovery.
9837
9838 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
9839 * config.guess (i386-sequent-ptx): Properly get version number.
9840
9841 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
9842 * config.guess (mips:*:4*:UMIPS): New case.
9843
9844Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
9845
9846 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
9847 (i386-win32 host): Likewise. Don't build readline.
9848
9849Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
9850
9851 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
9852 SUPPORT_FILES to submakes.
9853
9854Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
9855
9856 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
9857 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
9858 mpw-configure.
9859
9860Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
9861
9862 * configure.in (appdirs): Use =, not ==, in test expression when
9863 trying to build the text to print in the warning message for
9864 Solaris users.
9865
9866Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
9867
9868 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
9869
9870Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9871
9872 * config.guess: Recognize lynx-2.3.
9873
9874Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
9875
9876 * config.sub (z8ksim): Deleted
9877 (z8k-*-coff): New, this is the one true name of the target.
9878
9879Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
9880
9881 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
9882
9883Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
9884
9885 * config.guess (*:Linux:*:*): First try asking the linker what the
9886 default object file format is (elf, aout, or coff). Then if this
9887 fails, try previous methods.
9888
9889Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9890
9891 * configure.in: Don't build newlib for *-*-vxworks5.1.
9892
9893Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
9894
9895 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
9896 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
9897
9898Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
9899
9900 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
9901
9902Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
9903
9904 * cfg-ml-com.in: New file.
9905 * cfg-ml-pos.in: New file.
9906
9907Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
9908
9909 * COPYING.NEWLIB: Add HP free copyright to list.
9910
9911Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
9912
9913 * config.sub: Recognize -eabi* for the system, not just -eabi.
9914
9915Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
9916
9917 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
9918 * config.sub, configure.in (win32): New target and host.
9919
9920Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
9921
9922 * configure.in: Add i386-pe configuration.
9923
9924Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
9925
9926 * mpw-build.in (install): Install GDB after LD.
9927
9928Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
9929
9930 * mpw-config.in (elf/mips.h): Always forward-include, needed
9931 for GDB to build.
9932
9933Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
9934
9935 * testsuite: New directory for customer acceptance and whole tool
9936 chain tests.
9937
9938Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
9939
9940 * configure: If per-host line isn't found, but AC_OUTPUT is found
9941 and a configure script exists, run it instead.
9942
9943Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
9944
9945 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
9946
9947Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
9948
9949 * configure: Set build_{cpu,vendor,os,alias} to host values when
9950 --build isn't specified.
9951
9952Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
9953
9954 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
9955 (FLAGS_TO_PASS): Pass them.
9956 (EXTRA_TARGET_FLAGS): Ditto.
9957
6599da04
JM
9958Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
9959
9960 * Makefile.in (all-libg++): Depend on all-libstdc++.
9961
9962Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
9963
9964 * configure.in (noconfigdirs): Enable all packages for
9965 i386-unknown-netbsd.
9966
9967Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
9968
9969 * configure.in (noconfigdirs): Don't configure tk for i386-go32
9970 hosted builds (DOS builds)
9971
9972Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
9973
9974 Changes for ARM based on patches from Richard Earnshaw:
9975 * config.sub: Handle armeb and armel.
9976 * configure.in: Omit arm linker only for riscix.
9977
9978Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
9979
9980 * config.guess: Update from FSF.
9981
9982Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
9983
63f6bcd7 9984 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
9985 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
9986 powerpcle variant. Convert pentium into i586, not i486. Add p5
9987 alias for i586. Map new x86 variants p6, k5, nexgen into i586
9988 temporarily.
9989
9990Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
9991
9992 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
9993
9994Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
9995
9996 * config.sub: Accept -lites* as a basic system type.
9997
9998Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
9999
10000 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
10001 installed, and if so return linuxoldld as the system name.
10002
10003Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
10004
10005 * config.guess: Add hppa1.1-hp-lites support.
10006
10007Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
10008
10009 * configure.in: Don't build newlib for m68k-vxworks5.1.
10010
10011Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10012
10013 * configure.in (mips-sgi-irix6): Use mh-irix5.
10014
10015Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
10016
10017 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
10018
10019Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10020
10021 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 10022 OSF/1. Fix compiler flags.
6599da04
JM
10023 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
10024
10025Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
10026
10027 * configure.in: Recognize --with-newlib.
10028 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
10029
10030Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10031
d207ebef 10032 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
10033 to *_X11_MODULES due to gdbtk needing X include files et al.
10034
10035Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
10036
10037 Merge in support for Mac MPW as a host.
10038 (Old change descriptions retained for informational value.)
10039
10040 * mpw-config.in: Add generic include forwards for cpu-specific
10041 include files in aout and elf directories.
10042
10043 * mpw-configure: Added copyright.
10044 * mpw-config.in: Check for presence of required build tools.
10045 (target_libs): Add newlib.
10046 (target_tools): Add examples.
10047 (Read Me): Generate as "Read Me for MPW" instead.
10048 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
10049 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
10050 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
10051
10052 * mpw-configure: Remove subdir-specific makefile hackery,
10053 delete mk.tmp after using it.
10054
10055 * mpw-build.in (all): Display start and end times.
10056
10057 * mpw-configure (host_canonical): Set.
10058 (target_cpu): Always add to makefiles.
10059 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
10060 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
10061 (mpw-mh-mpw): Look for in srcdir and srcroot.
10062 Use sed instead of mpw-edit-prefix to edit prefix definitions.
10063
10064 * mpw-build.in: (install-only): New target.
10065
10066 * mpw-configure (host_alias, target_alias): Rename from hostalias
10067 and targetalias, add into generated Makefile.
10068 (mk.tmp): If present, add into generated Makefile.
10069 * mpw-build.in (all-gas): Build config.h first before gas proper.
10070
10071 * mpw-configure (config.status): Write only if changed.
10072 * mpw-config.in (readline): Configure it (not built, just used for
10073 definitions).
10074
10075 * mpw-config.in (elf/mips.h): Add a forward include.
10076
10077 * mpw-config.in: Forward-include most .h files in include into
10078 extra-include.
10079 (readline): Don't build.
10080 mpw-build.in (install): Install GDB.
10081
10082 * mpw-configure (prefix, mpw_prefix): Handle it.
10083 * mpw-config.in (mmalloc, readline): Don't configure.
10084 * mpw-build.in (thisscript): Rename to ThisScript.
10085 Use mpw-build instead of BuildProgram everywhere.
10086 (mmalloc, readline): Don't build.
10087 * mpw-README: New file, basic documentation about the MPW port.
10088
10089 * mpw-config.in: Use forward-include to create include files.
10090
10091 * mpw-configure: Add more things to the top of each configured
10092 Makefile, including contents of config/mpw-mh-mpw.
10093 * mpw-config.in (extra-include): Create this directory and fill it
10094 with Posix-like include files when configuring.
10095
10096 * config.sub (apple, mac, mpw): Add various aliases.
10097
10098 * mpw-build.in: New file, top-level build script fragment for MPW.
10099 * mpw-configure: New file, configure script for MPW.
10100 * mpw-config.in: New file, config fragment for MPW.
10101
10102Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10103
10104 * configure.in (host_libs): Remove glob, since it is gone from the
10105 sources.
10106
10107Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10108
10109 * Makefile.in: define empty GDB_NLM_DEPS var.
10110
10111 * configure.in(target_makefile_frag): use config/mt-netware
10112 for netware targets.
10113
10114Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
10115
10116 * config.sub: Merge in recent FSF changes. Remove linux special
10117 cases.
10118
10119Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10120
731a8127 10121 Revert this change:
6599da04
JM
10122
10123 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
10124
10125 * build-all.mk: Use CC=cc -Xs on Solaris.
10126
6599da04
JM
10127Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10128
10129 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
10130 stop using it.
10131 * Makefile.in: Nuke all references to glob subdirectory.
10132
10133Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10134
10135 * configure.in: Fix --enable-shared logic in per-host.
10136
10137Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
10138
10139 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
10140
10141Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
10142
10143 * configure.in (noconfigdirs): Don't build gas on AIX, for
10144 powerpc*-*-aix* as well as for rs6000*-*-aix*.
10145
10146Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
10147
10148 * configure: Fix --cache-file to work if the file argument is a
10149 relative path.
10150
10151Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
10152
10153 * configure: If the --cache-file is used, pass it down to
10154 configure in subdirectories.
10155
10156Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
10157
10158 * config.sub: add vxworks29k configuration.
10159
10160Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
10161
10162 * Makefile.in (taz): Do "diststuff" part quietly.
10163
10164Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
10165
10166 * config.sub: Mini-merge with gcc/config.sub.
10167
10168Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
10169
10170 * config.guess (IRIX): Sed - to _.
10171
10172Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
10173
10174 * Makefile.in (source-vault, binary-vault): New targets.
10175
10176Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
10177
10178 * config.sub: Recognize -eabi as a basic system type.
10179
10180Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10181
10182 * configure.in (enable_shared stuff): Fix typo.
10183
10184Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
10185
10186 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
10187
10188Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
10189
10190 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
10191
10192Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
10193
10194 * configure.in (rs6000-*-*): Don't build gas.
10195
10196Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
10197
10198 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
10199 reduce command line length.
10200 (AS_FOR_TARGET): Check for as.new, not Makefile.
10201 (NM_FOR_TARGET): Check for nm.new, not Makefile.
10202
10203Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
10204
10205 * config.guess: Merge from FSF.
10206
10207Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10208
10209 * configure: Don't use $ when handling program_suffix.
10210
10211Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
10212
10213 * configure.in: Configure tk for hppa/hpux.
10214
10215Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
10216
10217 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
10218
10219Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
10220
10221 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
10222 to LIBCXXFLAGS. Tests are better run without it.
10223
10224Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
10225
10226 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
10227
10228Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
10229
10230 * configure.in (*-*-netware*): Don't configure xiberty.
10231
10232Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
10233
10234 * configure.in: Remove tk from native_only list.
10235
10236Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
10237
10238 * build-all.mk: Add mips-ncd-elf target to sun4 targets
10239 for special NCD build.
10240
10241Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10242
10243 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
10244 makeall.bat, they're only useful for binutils snapshots.
10245 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
10246 makeall.bat to specified SUPPORT_FILES.
10247
10248Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
10249
10250 * build-all.mk: Add Ericsson targets to sun4 and solaris
10251 hosts. Add BNR's sun4 target to solaris host, so their
10252 build-from-source will be tested in-house first.
10253
10254Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
10255
10256 * Makefile.in (LIBCFLAGS): New variable.
10257 (CFLAGS_FOR_TARGET): Ditto.
10258 (LIBCFLAGS_FOR_TARGET): Ditto.
10259 (LIBCXXFLAGS): Ditto.
10260 (CXXFLAGS_FOR_TARGET): Ditto.
10261 (LIBCXXFLAGS_FOR_TARGET): Ditto.
10262 (BASE_FLAGS_TO_PASS): Pass them.
10263 (EXTRA_TARGET_FLAGS): Ditto.
10264
731a8127 10265 * configure.in: Support --enable-shared.
6599da04
JM
10266
10267Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
10268
10269 * configure.in (target_libs): Include libstdc++ again.
10270 * config.guess: Update from FSF (for FreeBSD).
10271
10272Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10273
10274 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
10275 makeall.bat.
10276 (DISTDOCDIRS): Add `etc'.
10277 (ETC_SUPPORT_PFX): New variable.
10278 (taz): Include anything from etc starting with a word in
10279 ETC_SUPPORT_PFX.
10280
10281Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10282
10283 * config.sub: Update for recent FSF changes. Remove obsolete
10284 h8300hds entry. Add -windows* and -osx as basic os. Minor
10285 spacing changes.
10286
10287Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
10288
10289 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
10290
10291 * config.guess: Merge with FSF.
10292 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
10293
10294Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10295
10296 * configure: Since the "trap 0" handler will override the exit
10297 status on many systems, only use it for "exit 1", and make it set
10298 a non-zero exit status; reset it before "exit 0". Also, check
10299 exit status of config.sub, and error out if it failed.
10300
10301Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
10302
10303 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
10304 and install libgloss.
10305
10306Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10307
10308 * Makefile.in (all-binutils): Depend upon all-byacc.
10309
10310 * configure.in: Don't build emacs on Irix 5.
10311
10312Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10313
10314 * configure.in (*-*-netware*): Add libio.
10315
10316Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
10317
10318 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
10319 (CHECK_TARGET_MODULES): Ditto.
10320 (INSTALL_TARGET_MODULES): Ditto.
10321 (TARGET_LIBS): Ditto.
10322 (all-libstdc++): Note dependencies.
10323
10324Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10325
10326 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
10327
10328Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
10329
10330 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
10331 -fexternal-templates.
10332
10333 * configure.in (target_libs): Add libstdc++.
10334 (noconfigdirs): Add libstdc++ as appropriate.
10335
10336Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
10337
10338 * config.guess: Update from FSF.
10339
10340Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10341
10342 * configure: Use ${config_shell} when running ${configsub}.
10343
10344Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
10345
10346 * config.sub: No longer recognize h8300h.
10347
10348Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
10349
10350 * config.sub: Remove extraneous differences between config.sub and
10351 gcc/config.sub.
10352
10353Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
10354
10355 * Makefile.in (DISTSTUFFDIRS): Add gas.
10356
10357Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
10358
10359 * COPYING.NEWLIB: New file.
10360
10361Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
10362
10363 * config.guess (HP-UX): Patch from Harlan Stenn
10364 <harlan@landmark.com> to also emit release level.
10365
10366Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
10367
10368 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
10369
10370Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
10371
10372 * config.sub: Merge nextstep cleanup from FSF.
10373
10374Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10375
10376 * configure.in (arm-*-*): Don't configure ld for this target.
10377
10378Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
10379
10380 * configure.in (*-*-netware): don't configure libg++, libio,
10381 librx, or newlib.
10382
10383Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10384
10385 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
10386 configure ld--it works, but it doesn't support shared libraries.
10387
10388Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
10389
10390 * config.guess (*-unknown-freebsd*): Get rid of possible
10391 trailing "(Release)" in version string.
10392 Patch from Paul Richards <paul@isl.cf.ac.uk>.
10393
10394Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
10395
10396 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
10397 Fix type: *-next-neststep -> *-next-nextstep.
10398
10399 * config.guess: Merge from FSF:
10400
10401 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
10402
10403 * config.guess: Recognize powerpc-ibm-aix3.2.5.
10404
10405 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
10406
10407 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
10408 instead of UNIX_SV for UnixWare 1.0).
10409
10410Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
10411
10412 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
10413 to make gdb/nlm/* build after the compiler and linker.
10414
10415Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
10416
10417 * config.guess (netbsd, freebsd, linux): Accept any machine,
10418 not just i[34]86.
10419 (m68k-atari-sysv4): Relocate to match FSF version.
10420
10421 * config.guess: More merges from the FSF:
10422
10423 Add a space before function call or macro invocation.
10424
10425 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10426
10427 * config.guess: Add trap cmd to remove dummy.c and dummy when
10428 interrupted.
10429
10430 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
10431
10432 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
10433 (dummy): Redirect stderr from compilation of dummy.c.
10434
10435 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
10436
10437 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
10438
10439Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
10440
10441 * configure: Accept and ignore --cache*, for compatibility with
10442 new autoconf.
10443
10444Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
10445
10446 * config.guess: Merge from FSF:
10447
10448 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10449
10450 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
10451 (PATH): Add /.attbin at end for finding uname.
10452 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
10453
10454 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
10455
e490616e 10456 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
10457
10458 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
10459
e490616e
ZW
10460 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
10461 to select whether to use ELF or COFF.
6599da04
JM
10462
10463 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
10464
e490616e 10465 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
10466
10467 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
10468
10469 * config.guess: Guess the OS version for HPUX.
10470
10471 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
10472
10473 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
10474
10475Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10476
10477 * configure.in: Recognize --with-headers, --with-libs, and
10478 --without-newlib.
10479 * Makefile.in (all-xiberty): Depend upon all-ld.
10480
10481Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10482
10483 * configure.in: Change i[34]86 to i[345]86.
10484
10485Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10486
10487 * configure (version): A few more tweaks to help message.
10488
10489Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
10490
10491 * Makefile.in: Remove (for now) librx as a host library,
10492 now that we're building it for target.
10493
10494Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10495
10496 * configure: Fix up help message; from karl@owl.hq.ileaf.com
10497 (Karl Berry).
10498
10499Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
10500
10501 * configure.in: Also configure librx.
10502
10503Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
10504
10505 * Makefile.in: Update various rules to reflect that librx
10506 is now needed for libg++.
10507
10508Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10509
10510 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
10511
10512Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
10513
10514 * configure.in: Configure the examples directory.
10515
10516Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10517
10518 * configure: Simplify Jun 2 1994 change.
10519
10520Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
10521
10522 * change CC to /usr/latest/bin/gcc for lynx host builds, since
10523 /bin/gcc isn't good enough to build gcc.
10524
10525Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
10526
10527 * Makefile.in (GDB_SUPPORT_FILES): Remove
10528 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
10529 (gdb.tar.gz): Add new rule to use standard distribution building
10530 mechanism.
10531
10532Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10533
10534 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
10535 Bill Cox <bill@cygnus.com>.
10536
10537Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
10538
10539 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
10540
10541Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
10542
10543 * configure: Search current dir first in .gdbinit.
10544
10545Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
10546
10547 * config.sub: Recognize freebsd (merged from gcc config.sub).
10548
10549Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
10550
10551 * config.sub: Refer to NeXT's operating system as nextstep.
10552
10553 * config.sub (case $basic_machine): Re-order the cases, to match
10554 the order in the FSF version (which is mostly alphabethical).
10555 Merge in some additions and changes from the FSF.
10556
10557Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
10558
10559 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
10560 * config.sub: Recognize cxux7.
10561 * configure.in: Use mh-cxux for m88k-harris-cxux*.
10562
10563Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
10564
10565 * config.sub: Fix typo powerpc -> powerpc-*.
10566
10567Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
10568
10569 * Makefile.in: `all-emacs19' depends on `all-byacc'.
10570
10571 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
10572 parallel with all-emacs and install-emacs). Top-level command
10573 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
10574
10575Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10576
10577 * test-build.mk ($(host)-stamp-stage2-installed): Remove
10578 $(relbindir)/make before doing ``make install'', and use
10579 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
10580 installing over running make binary.
10581 ($(host)-stamp-stage3-installed): Likewise.
10582
10583Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10584
10585 * config.guess: Recognize Mach.
10586
10587Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
10588
10589 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
10590 see whether --exec-prefix was used.
10591
10592Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
10593
10594 * README: Explicitly mention libg++/README. (Zoo's idea.)
10595
10596Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10597
10598 * Makefile.in: Add all-librx target similar to all-libproc.
10599
10600Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
10601
10602 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
10603 with post 1.2 uname bogosity.
10604
10605Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10606
10607 * configure: Remove temporary files on receipt of a signal.
10608
10609Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
10610
10611 * configure: If there is a package_makefile_frag, remove
10612 ${subdir}/Makefile.tem after copying it in.
10613
10614Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
10615
10616 * build_all.mk: support rs6000 lynx identifies itself as
10617 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
10618 since /bin/gcc is too feeble to compile a modern gcc.
10619
10620Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
10621
10622 * brought devo/test-build.mk update-to-date with progressive/
10623 test-build.mk. Add lynx targets and hppa flag info.
10624
10625Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
10626
10627 * configure.in: Use mh-ncrsvr43. Patch from
10628 Tom McConnell <tmcconne@sedona.intel.com>.
10629
10630Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
10631
10632 * config.guess (i386-unknown-bsdi): No longer need to
10633 check #if defined(__bsdi__) && defined(__i386__).
10634
10635Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10636
10637 * configure: Set program_transform_nameoption correctly.
10638
10639Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
10640
10641 * brought build-all.mk update-to-date with progressive build-all.mk,
10642 added new targets and hppa info.
4e81ae98 10643
6599da04
JM
10644Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10645
10646 * configure: If config.guess result is a prefix of the user
10647 specified target, assume a native build and use the user specified
10648 target as the host alias. Remove SunOS patch suffix removal hack.
10649 * configure.in: Remove SunOS patch suffix removal hack.
10650
10651 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
10652 in NATIVE_CHECK_MODULES.
10653
10654Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
10655
10656 * Makefile.in: Rename HOST_ONLY to NATIVE.
10657 * configure: Delete SunOs patch suffix from host_canonical
10658 and build_canonical variables that are prepended to Makefiles.
10659 * configure.in: Add comments for easier maintenance.
10660
10661Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10662
10663 * Makefile.in: Add all-libproc target similar to all-gui.
10664
10665Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
10666
10667 * Makefile.in (CHECK_MODULES): split into
10668 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
10669
10670Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
10671
10672 * config.guess (i386-unknown-bsdi): New system to guess.
10673
10674Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10675
10676 * Makefile.in: Add all-gui target (but not yet build by "all").
10677
10678Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
10679
10680 * config.sub: Move deletion of patch suffix from here...
10681 * configure.in: To here, at Ian's suggestion. The top-
10682 level scripts might need to know of a patch level.
10683
10684Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
10685
10686 * config.sub: Strip off patch suffix so rtl is recognized
10687 as a sunos4.1.3 machine, even though it's been patched.
10688
10689Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
10690
10691 * Makefile.in (INSTALL_LAST): Delete.
10692 (INSTALL_DOSREL): New.
10693
10694Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10695
10696 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
10697 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
10698 whether we pass down --with-gnu-ld anyhow.
10699
10700Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
10701
10702 * Makefile.in (INSTALL_LAST): Change operation so it works
10703 on more flavors of make.
10704 * configure.in (go32): Don't build libg++ or libio.
10705
10706Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
10707
10708 * Makefile.in (Move HOST_PREFIX_1 and friends up so
10709 they can be overriden by templates.
10710
10711Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
10712
10713 * configure.in (target==go32): Don't build gdb.
10714 * dosrel: New directory.
10715
10716Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
10717
10718 * configure.in (host==go32): Configure dosrel too.
10719 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
10720 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
10721 be set by incoming names or templates.
10722 (INSTALL_LAST): New rule.
6599da04
JM
10723
10724Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
10725
10726 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
10727
10728Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10729
6599da04
JM
10730 * configure.in (appdirs): New variable. Currently empty, but will
10731 be used in gas distribution. If nonempty, lists a set of
10732 directories at least one of which must get configured, or top
10733 level configuration is considered to have failed.
10734 (rs6000-*-lynxos*): Use new file name.
10735
10736Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10737
10738 Eliminate XTRAFLAGS.
10739 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
10740 newlib include files using -idirafter, and also use -nostdinc.
10741 (CXX_FOR_TARGET): Likewise.
10742 (XTRAFLAGS): Removed.
10743 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
10744 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
10745 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
10746 ($(DO_X)): Don't pass down XTRAFLAGS.
10747
10748Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
10749
10750 * configure.in (mips*-dec-bsd*): New target; do build linker.
10751 (mips*-*-bsd*): New target; don't build linker.
10752
10753Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
10754
10755 * configure.in: support rs6000-*-lynxos* configuration.
10756 support sunos4 as a cross target.
10757
10758 * config.sub: look for lynx*, not lynx since the OS version may
10759 legitimately be part of the name.
10760
10761Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10762
10763 * configure.in (i[34]86-*-sco*): Move to be with other i386
10764 targets.
10765 (romp-*-*): New target. Skip various binary utilities.
10766 (vax-*-*): New target. Don't build newlib.
10767 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
10768
10769Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10770
10771 * configure.in: Only set host_makefile_frag if config
10772 directory exists.
10773
10774Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10775
10776 * install.sh: If $dstdir exists, don't check whether each
10777 component does.
10778
10779Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10780
10781 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
10782
10783Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
10784
3b75d237
AJ
10785 * configure.in (*-*-lynxos*): Don't configure newlib for either
10786 native or cross Lynx.
6599da04
JM
10787
10788Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
10789
10790 * config.sub (sparc64-elf): Fix os.
10791 (z8k): Remove duplicate.
10792
10793Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10794
10795 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
10796 gcc/stmp-fixproto, to try to prevent fixproto from being run.
10797
10798Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
10799
10800 * configure: Make file links cleanly even if Lynx fails on
e490616e 10801 an NFS symlink (at least fail cleanly).
6599da04
JM
10802
10803Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
10804
10805 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
10806 -XNh2000.
10807
10808Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10809
10810 * configure: Unknown options are fatal again.
10811
10812Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
10813
10814 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 10815 compatibility.
6599da04
JM
10816
10817Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
10818
10819 * build-all.mk: Add `clean' target.
10820
10821Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10822
10823 * config.guess: Add SINIX support.
10824 * configure.in: Add mips-*-sysv4* support.
10825
10826Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
10827
10828 * build-all.mk: Document all useful targets.
10829 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
10830 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
10831
10832Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10833
10834 * configure: Support --silent, --quiet.
10835
10836Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10837
10838 * configure: Support --disable-FEATURE.
10839
10840Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10841
10842 * config.guess: Recognize NCR running SVR4.3.
10843
10844Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
10845
10846 * config.guess: Make BSDI generate i386-unknown-bsd386.
10847 Patch from Paul Eggert <eggert@twinsun.com>.
10848
10849Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10850
10851 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
10852
10853Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10854
10855 * configure: Make unrecognized options give nonfatal warnings
10856 instead of fatal errors, and pass them to any subdirectory
10857 configures in case they recognize them.
10858 Make --x equivalent to --with-x.
10859
10860Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
10861
10862 * configure: Add --enable-* options. Clean up usage message and
10863 some comments.
10864
10865Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
10866
10867 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
10868
10869Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10870
10871 * configure.in (hppa*-*-*): Enable binutils.
10872
10873Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10874
10875 * config.sub: Recognize cisco.
10876
10877Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
10878
10879 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
10880
10881Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10882
10883 * config.guess: about target *-hitachi-hiuxwe2, don't print more
10884 than one configuration name. Add comment.
10885
10886Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
10887
10888 * config.guess: about target *-hitachi-hiuxwe2, fixed
10889 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
10890 macro is incorrect.]
10891
10892Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10893
10894 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
10895 than the "make ls" stuff which used to be here.
10896
10897Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
10898
10899 * config.guess: Recognize i[34]86-unknown-freebsd.
10900 From Shawn M Carey <smcarey@rodan.syr.edu>.
10901
10902Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
10903
10904 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
10905
10906Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
10907
10908 * config.guess: Check for ptx.
10909
10910Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
10911
10912 * config.sub: Add os9k checking.
10913
10914Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10915
10916 * config.guess: Handle OSF1 running on HPPA processors
10917
10918Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
10919
10920 * configure: If subdir configure fails, print out a message with
10921 subdirectory name, in case subdir's configure code didn't identify
10922 itself.
10923
10924Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
10925
10926 * configure.in: Remove embedded newlines from configdirs.
10927 Avoid mismatches of substrings. Fix matching strings at end
10928 of configdirs.
10929
10930Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
10931
10932 * config.guess: Add Lynx/rs6000 config support.
10933
10934Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
10935
10936 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
10937
10938Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
10939
10940 * configure.in (hppa*-*-osf*): Treat this just like most other
10941 PA configurations (eg no binutils or ld).
10942 (hppa*-*-*elf*): These configurations have binutils and ld.
10943
10944Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10945
10946 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
10947
10948Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10949
10950 * configure.in (rs6000-*-*): Build gas.
10951
10952Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
10953
e490616e 10954 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
10955
10956Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
10957
10958 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
10959 for GDB and GDB has been fixed to not need it.
10960
6599da04
JM
10961Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10962
10963 * config.guess: Recognize vax hosts.
10964
10965Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10966
10967 * configure (while loop): Don't use "break 2" inside case
10968 statement -- the case statement isn't an enclosing loop.
10969
10970Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
10971
10972 * config.guess: Clean up NeXT support, to allow nextstep
10973 on Intel machines. Make OS be nextstep.
10974
10975Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
10976
10977 * config.guess: Add alternate forms for Convex.
10978
10979Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
10980
10981 * configure: Completely rewrite option processing. Take
10982 advantage of pattern-matching to avoid invoking test frequently.
10983 Also clean up host and target defaulting logic.
10984
10985Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
10986
10987 * Makefile.in: Replace all occurrances of "rootme" with "r" and
10988 "$${rootme}" with "$$r", to increase the likelihood that the do-*
10989 commands (plus user environment) will fit SCO limits.
10990
10991Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
10992
10993 * configure.in: Don't issue warnings about directories which are
10994 not being configured if -norecursion is set. Correct test for
10995 --with-gnu-as and --with-gnu-ld to not get confused by substring
10996 matches.
10997
10998 * configure.in: Don't build gas for alpha-dec-osf1*.
10999
11000Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
11001
11002 * configure: Back out Per's change of 12/19/1993. It changes the
11003 behavior of configure in unexpected and confusing ways.
11004
11005 Also, use different delim char when calculating
11006 program_transform_name so that the name can contain slashes.
11007
11008Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
11009
11010 * configure.in, config.sub: Add support for VSTa micro-kernel.
11011
11012Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
11013
11014 * configure.in: Nuke hacks which were used to get a special
11015 version of GAS for HPPA configurations.
11016
11017Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
11018
11019 * configure: If only ${target_alias} is given, use that
11020 as the default for ${host_alias}.
11021 * configure: Add missing back-slashes before nested quotes.
11022
11023Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
11024
11025 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
11026
11027Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
11028
11029 * config.guess: Recognize some Tektronix configurations.
11030 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
11031
11032Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
11033
11034 * config.sub: Match any flavor of SH.
11035
11036Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
11037
11038 * configure.in: Don't try to configure newlib for Alpha.
11039
11040Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11041
11042 * configure.in: Don't build ld for Irix 5. Don't build gas,
11043 libg++ or libio for any Alpha target.
11044
11045 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
11046
11047Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
11048
11049 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
11050 default arguments -- so it tried to compress itself.
11051
11052Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
11053
11054 * configure.in (notsupp): ensure that a space is always at the end
11055 of the configdirs list, since the grep checks for an explicit space
11056
11057Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11058
11059 * configure.in (target i386-sysv4.2): don't build ld, since static
11060 versions of many libraries are not available.
11061
11062Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11063
11064 * config.guess: Recognize Apollos (using environment variables).
11065 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
11066
11067Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11068
11069 * config.guess: Recognize Sony news mips running newsos.
11070
11071Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
11072
11073 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
11074 "fi ; else" for bash.
11075
11076Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
11077
11078 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
11079
11080Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
11081
11082 * config.sub: accept unixware as an alias for svr4.2.
11083 Fix some inconsistancies with the gcc version.
11084
11085Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11086
11087 * Makefile.in (DISTDOCDIRS): Add gdb.
11088
11089Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
11090
11091 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
11092
11093Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
11094
11095 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
11096 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
11097 this now.
11098
11099Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11100
11101 * config.sub: Accept hiux* as an OS name.
11102
11103 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
11104 etc/make-stds.texi. The underscore came from gcc, and dje now
11105 agrees that RUNTESTFLAGS is the correct name.
11106
11107Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
11108
11109 * install.sh: Remove 'set -e'. It makes any conditionals
11110 in the script useless.
11111
11112 * config.guess: Automatically recognize arm-acorn-riscix
11113 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
11114
11115Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
11116
11117 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
11118
11119Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
11120
11121 * Makefile.in (DISTDOCDIRS): New variable.
11122 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 11123 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
11124
11125Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11126
11127 * configure.in (hppa target): check the source directory for the
11128 pagas sub-directory
11129
11130Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
11131
11132 * config.sub: Allow -aout* and -elf*.
11133
11134Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
11135
11136 * configure.in: Don't build ld on i386-solaris2, same as for
11137 sparc-solaris2.
11138
11139Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
11140
11141 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
11142
11143Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11144
11145 * configure.in: Configure gdb for alpha.
11146
11147Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11148
11149 * Makefile.in (CXXFLAGS): Add -O.
11150
11151Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11152
11153 * config.guess: added support for DG Aviion
11154
11155Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
11156
11157 * configure.in: Produce warning message for subdirectories not
11158 configurable for this host/target combination. Don't try to
11159 configure gdb for vms.
11160
11161Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
11162
11163 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
11164 appropriate files before making "diststuff".
11165 (DISTBISONFILES): New var: list of files to be edited.
11166 (DISTSTUFFDIRS): Add binutils.
11167
11168Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11169
11170 * config.sub: also handle mipsel and mips64el (for little endian mips)
11171
11172Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11173
11174 * configure.in: Add * to end of all OS names.
11175
11176Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
11177
11178 * configure.in: Build newlib for LynxOS native.
11179
11180Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11181
11182 * config.guess: Add support for delta 88k running SVR3.
11183
11184 * configure.in: Add comment about HP compiler vs. emacs.
11185
11186Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11187
11188 * configure.in: don't build ld on solaris2 (not a viable option
11189 due to bugs in getpwnam & getpwuid)
11190
11191Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
11192
11193 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
11194 config.guess will produce a full version number.
11195
11196Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11197
11198 * configure.in: Build linker and binutils for alpha-dec-osf1.
11199
11200Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11201
11202 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
11203 and gdb/testsuite/Makefile.in.
11204
11205Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11206
11207 * configure.in: recognize mips*- instead of mips-
11208
11209Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
11210
11211 * config.sub: Accept linux*coff and linux*elf as operating
11212 systems.
11213
11214Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11215
11216 * config.sub: Recognize mips64, and mips3 as an alias for it.
11217
11218Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11219
11220 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
11221 gdb knows how to handle OSF/1 shared libraries.
11222
11223Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11224
11225 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
11226 * config.guess: Recognize Hitachi's HIUX.
11227 * config.sub: Recognize h3050r* and hppahitachi.
11228 Remove redundant cases for hp9k[23]*.
11229
11230Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11231
11232 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
11233 if gas and ld are in the source tree and are in ${configdirs}.
11234 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 11235 --with options (but still pass them down on the command line,
6599da04
JM
11236 if they were explicitly specified).
11237
11238Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11239
11240 * configure: substitute SHELL value in Makefile.in with
11241 ${CONFIG_SHELL}
11242
11243Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11244
11245 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
11246 *-*-solaris2* targets.
11247
11248Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11249
11250 * Makefile.in: define M4, and pass it down to sub-makes;
11251 all-autoconf now depends on all-m4
11252
11253Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11254
11255 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
11256 presence of {ar,ranlib} instead of a configured directory
11257
11258Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
11259
11260 * config.guess: Accept 34?? as well as 33?? for NCR.
11261
11262Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11263
11264 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
11265 of 'gas' in sed commands, since 'gash' is now in the tree as well.
11266
11267Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11268
11269 * configure: grab values for $(CC) and $(CXX) from the
11270 environment, so that someone can do "CC=gcc configure; make" and
11271 have it work right (matching the way that autoconf works now)
11272
11273 * configure.in, Makefile.in: add support for gash, the tcl
11274 interface to Galaxy
11275
11276 * config.guess: add NetBSD variants (hp300, x86)
11277
11278Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
11279
11280 * install.sh: Support -d option (in the manner of SunOS 4 install,
11281 as it is more deterministic than that of GNU install)
11282 (chmodcmd): Set file to mode 755 by default (should also do default
11283 chgrp and chown, but I don't feel like dealing with that now)
11284
11285Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
11286
11287 * config.sub: Remove h8300hhms alias.
11288
11289Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11290
11291 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
11292
11293Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11294
11295 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
11296 as stmp-fixinc
11297
11298Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
11299
11300 * config.sub: recognize m88110-bug-coff.
11301
11302Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11303
11304 * Makefile.in (all-libio): all dependencies on the toolchain used
11305 to build this (gcc, gas, ld, etc)
11306
11307Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11308
11309 * config.guess: Deal with OSF/1 1.3 on alpha.
11310
11311Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11312
11313 * install.sh: add some 'else true' clauses for portability
11314
11315 * configure.in: don't build libio for h8[35]00-*-* targets
11316
11317Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
11318
11319 * Makefile.in: Add support for new libio.
11320
11321Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11322
11323 * install.sh: If one command fails, don't try the rest. Don't try
11324 to remove $dsttmp (via trap) unless we have already created it.
11325 If $src doesn't exist, detect it and exit with an error.
11326
11327 * config.guess: Recognize BSD on hp300.
11328
11329Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
11330
11331 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
11332 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
11333
11334Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
11335
11336 * Makefile.in (all-send-pr): depends on all-prms
11337
11338Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11339
11340 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
11341
11342Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
11343
11344 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
11345 Added test for mips-mips-riscos5.
11346
11347Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11348
11349 * configure.in: use mh-hp300 for 68k HP hosts
11350
11351Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11352
11353 * configure: add support for CONFIG_SHELL, so that you can use
11354 some alternate shell for evaluating configure scripts
11355
11356Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
11357
11358 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
11359 in configure script to bug-gdb@prep.ai.mit.edu when building
11360 distribution archive.
11361 * Makefile.in (COMPRESS): Remove def.
11362 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
11363 gdb.tar.Z and make-gdb.tar.Z respectively.
11364 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
11365 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
11366 to convergence with 'taz' target in Makefile.in.
11367
11368Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11369
11370 * install.sh (dsttmp): use trap to ensure that tmp files go
11371 away on error conditions
11372
11373Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11374
11375 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
11376
11377Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11378
11379 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
11380 its parent is '/' not ''.
11381
11382 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
11383
11384Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
11385
11386 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
11387 that ${newsrcdir}/configure.in does.
11388
11389Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
11390
11391 * test-build.mk: support for CONFIG_SHELL
11392
11393Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
11394
11395 * config.sub (netware): Add as a basic system type.
11396
11397Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
11398
11399 * Makefile.in (Makefile): depend on configure.in. Also drop the
11400 $(srcdir)/ from the dependency on Makefile.in.
11401
11402Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
11403
11404 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
11405 (h8300hhms is temporary until multi-libraries are implemented).
11406 * configure.in: Handle h8300h too.
11407
11408Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11409
11410 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
11411
11412Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
11413
11414 * configure: Remove extraneous output when guessing host type.
11415 * config.guess: Remove extraneous output when guessing using C
11416 compiler rather than uname, or when guessing fails.
11417
11418Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
11419
11420 * Makefile.in: remove all.cross and install.cross targets
11421
11422 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
11423 definitions
11424
11425Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
11426
11427 * configure.in (target sh): Build gprof.
11428
11429Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11430
11431 * config.sub: change -solaris to -solaris2
11432
11433Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11434
11435 * configure.in: Use config/mh-riscos for mips-*-sysv*.
11436
11437Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
11438
11439 * configure: Correct error message for missing Makefile.in to
11440 print correct directory.
11441
11442Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11443
11444 * install.sh: kludge around 386BSD shell bug
11445
11446Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
11447
11448 * config.guess: Recognize NeXT.
11449 * config.guess: Recognize i486-ncr-sysv4.
11450 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
11451
11452Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
11453
11454 * Makefile.in (MAKEINFOFLAGS): New variable.
11455 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
11456 * build-all.mk, test-build.mk: Pass down --no-split as
11457 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
11458
11459Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
11460
11461 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
11462
11463Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
11464
11465 * Makefile.in (libg++.tar.z): New rule.
11466 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
11467 * Makefile.in (taz): Only do a single chmod.
11468
11469Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
11470
11471 * install.sh: don't use dirname anymore (replaced with sed usage)
11472
11473Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
11474
11475 * Makefile.in: Change extension for gzip'd files from '.z' to
11476 '.gz' per new FSF standard usage.
11477
11478Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
11479
11480 * configure: put quotes around the final value of program_transform_name
11481
11482Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11483
11484 * Makefile.in: new install.sh support; update install-info rules
11485
11486Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
11487
11488 * configure.in: Build diff for crosses, but not for go32 host.
11489
11490 * configure.in: Build gprof only for native, and don't build it
11491 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
11492
11493Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
11494
11495 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
11496
11497Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11498
11499 * configure.in (host_tools): Add prms.
11500
11501Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11502
11503 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
11504 with $(FLAGS_TO_PASS) on the command line
11505
11506 * config.sub: Recognize lynx and lynxos
11507
11508Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
11509
11510 * config.sub: Accept -ecoff*, not just -ecoff.
11511
11512Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11513
11514 * Makefile.in (taz): Use .gz suffix instead of .z.
11515 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
11516 names.
11517
11518Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11519
11520 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
11521
11522Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11523
11524 * Makefile.in (install-no-fixedincludes): install gcc last, so
11525 that rebuilds that might happen during 'make install' don't get
11526 bogus gcc include files
11527
11528Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11529
11530 Change from Utah for HPPA support:
11531 * config.guess: Recognize hppa1.x-hp-bsd.
11532
11533Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
11534
11535 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
11536 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
11537
11538Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
11539
11540 * config.sub: Add support for rom68k and bug boot monitors.
11541
11542Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
11543
11544 * Makefile.in: Make all-opcodes depend on all-bfd.
11545
11546Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
11547
11548 * config.guess: Added special check for i[34]86-univel-sysv4*.
11549
11550Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
11551
11552 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
11553 the processor rather than assuming i486.
11554
11555Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
11556
11557 * config.guess: Recognize SunOS6 as Solaris3.
11558
11559Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
11560
11561 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
11562 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
11563
11564Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
11565
11566 * build-all.mk (all-cross): New target for Canadian Cross.
11567 Added Q2 go32 targets.
11568 * test-build.mk: Configure go32 cross sparclite-aout and
11569 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
11570 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
11571
11572Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11573
11574 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
11575 GO32 hosted toolchains
11576
11577Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
11578
11579 * configure: change so "-exec-prefix" gets passed down rather
11580 than "-exec_prefix" so autoconf generated Makefiles get the
11581 exec_prefix set right.
11582
11583Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11584
11585 * config.guess: get the Solaris2 minor version number
11586
11587 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
11588
11589Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11590
11591 * config.guess: Recognize some Sequent platforms.
11592
11593Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11594
11595 * Makefile.in: added the vault-install target
11596
11597 * configure.in: actually use the Sun3 makefile fragment that's in
11598 config, also added the release dir to configdirs
11599
11600Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11601
11602 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
11603
11604Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11605
11606 * configure.in: remove some program from Alpha targetted toolchains
11607
11608Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
11609
11610 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
11611 gprof.
11612 (taz): Run "make diststuff" in those directories instead of "make
11613 proto-dir". Look for "VERSION=" only at start of line in subdir
11614 Makefile. Use "gzip -9" for compression.
11615 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
11616 (binutils.tar.z): New target.
11617
11618Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
11619
11620 * Makefile.in (taz): Include gpl.texinfo.
11621
11622Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
11623
11624 * Makefile.in (setup-dirs): Merged into "taz" target.
11625 (taz): Only do `proto-dir' stuff if a directory is actually needed
11626 for this target.
11627
11628Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
11629
11630 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
11631 (FLAGS_TO_PASS): Pass down MUNCH_NM.
11632 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
11633 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
11634 (gcc-no-fixedincludes): Correct for current gcc Makefile.
11635
11636Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
11637
11638 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
11639 config.sub, and move-if-change to gdb testsuite distribution
11640 archive, so the testsuite can be extracted, configured, and
11641 run separately from the gdb distribution. Blow away the Chill
11642 tests that require a Chill compiled executable, since GNU Chill
11643 is not yet publically available.
11644
11645Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11646
11647 * test-build.mk: set environment variables in a single command,
11648 instead of a list of assignments and exports
11649
11650 * config.guess: recognize Alpha/OSF1 systems
11651
11652Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11653
11654 * configure: Change help message to prefer --options rather than
11655 -options.
11656
11657Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11658
11659 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
11660 zippy@ecst.csuchico.edu.
11661 * config.guess: Recognize miniframe.
11662
11663Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
11664
cc6010cd
AP
11665 * Makefile.in: Use srcroot to find runtest rather than rootme.
11666 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
11667
11668Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
11669
11670 * test-build.mk: Extensive additions to support building on a
11671 machine other than the host.
11672
11673Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
11674
11675 * configure (tooldir): Fix for i386-aix again.
11676
11677Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
11678
11679 * configure, Makefile.in: Change definition of $(tooldir)
11680 to match the FSF.
11681
11682Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
11683
11684 * config.guess: Recognize i[34]86/SVR4.
11685
11686Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
11687
11688 * Makefile.in (all-gdb): gdb depends on sim.
11689
11690Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
11691
11692 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
11693 at the same time we make the prototype gdb directory.
11694 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
11695 files at the same time as the gdb base release distribution.
11696
11697Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
11698
11699 * Makefile.in (check): Use individual check targets rather than
11700 DO_X rule.
11701 (check-gcc): Added.
11702
11703Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
11704
11705 * config.sub: Use sysv3.2 not sysv32 for canonical OS
11706 for System V release 3.2.
11707
11708Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11709
11710 * config.sub: Recognize hppaosf.
11711 * configure.in: Do configure ld/binutils/gas for it.
11712
11713Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11714
11715 * configure (tooldir): Alter syntax used to set this, for systems
11716 where "\$" isn't handled right, like i386-aix.
11717
11718Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
11719
11720 * configure: Pass program-transform-name, not
11721 program_transform_name, to recursive configures.
11722
11723Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
11724
11725 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
11726 of gas+ld+binutils.
11727
11728Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
11729
11730 * config.guess: Recognize AIX3.2 as distinct from 3.1.
11731
11732Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11733
11734 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
11735
6599da04
JM
11736Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11737
11738 * Makefile.in (PRMS): Set back to all-prms.
11739
11740Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
11741
11742 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
11743 targets, rather than for MIPS hosts.
11744
11745Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11746
11747 * configure.in: add comment for --with-x default values
11748
11749 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
11750
11751 * Makefile.in: add check-* targets for each of the directories in
11752 the tree. Add a definition of RUNTEST that will use the one we
11753 just built, if it exists. Pass this down via FLAGS_TO_PASS.
11754
11755Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
11756
11757 * configure.in: Removed obsolete references to bfd_target and
11758 target_makefile_frag.
11759
11760 * build-all.mk: Set assorted targets for Q2.
11761 * config.sub: Recognize z8k-sim and h8300-hms.
11762 * test-build.mk: Really don't pass host to configure.
11763 (HOLES): Added uname.
11764
11765Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
11766
11767 * configure: Handle an empty program-prefix, program-suffix or
11768 program-transform-name correctly.
11769
11770Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
11771
11772 * build-all.mk: -G 8 no longer required for MIPS targets.
11773 * test-build.mk: Don't pass host argument to configure; make it
11774 guess.
11775
11776Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
11777
11778 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
11779 * Makefile.in (COMPRESS): New macro, like GZIP.
11780
11781Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
11782
11783 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
11784
11785 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
11786 with gas currently defaults to -G 0.
11787
11788Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
11789
11790 * Makefile.in (all-flex): flex depends on byacc.
11791
11792 * build-all.mk: If host not specified, use config.guess. Pass TAG
11793 to test-build.mk as RELEASE_TAG.
11794 * test-build.mk (configargs): New variable containing arguments to
11795 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
11796 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
11797
11798 * config.guess: Use /bin/uname when checking -X argument on SCO,
11799 to avoid invoking GNU uname which doesn't understand -X.
11800
11801 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
11802
11803 * configure.in: Build gas for mips-*-*.
11804
11805Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11806
11807 * Makefile.in (all.normal): insert missing backslash.
11808
11809Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
11810
731a8127 11811 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
11812
11813 * Makefile.in: Complete overhaul to merge many almost identical
11814 targets.
11815
11816Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
11817
11818 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
11819 (gdb.tar.Z): Adjusted.
11820
11821 * Makefile.in (setup-dirs, taz): New targets; should be general
11822 enough to adapt for gdb sometime. Build only .z file.
11823 (gas.tar.z): New target.
11824
11825Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
11826
11827 * build-all.mk: Use CC=cc -Xs on Solaris.
11828
6599da04
JM
11829Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
11830
11831 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
11832 for handling BISON for FSF releases.
11833
11834Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
11835
11836 * configure: Actually implement the change zoo just documented.
11837
11838Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
11839
11840 * configure: when using config.guess, only set target_alias when
11841 it's not already been set (ie, on the command line)
11842
11843Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11844
11845 * Makefile.in: add installcheck target, set PRMS to install-prms
11846
11847Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11848
11849 * configure: add support for package_makefile_fragment, handle the
11850 case where a directory has a configure.in file but no Makefile.in
11851 more gracefully (with an actual understandable error message, even);
11852 add support for --without (and add this to the usage message); also
11853 explicitly add a --host=${host_alias} to the command line when
11854 config.guess is used
11855
11856Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
11857
11858 * configure: Must use both --host and --target in recursive calls.
11859
11860Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
11861
11862 * Makefile.in: Change deja-gnu to dejagnu.
11863
11864Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
11865
11866 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
11867
11868Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11869
11870 * configure.in: canonicalize all instances to *-*-solaris2*,
11871 also strip out a number of tools to not build for go32 host
11872
11873Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
11874
11875 * config.guess: add GPL.
11876
11877 * Makefile.in, config.guess, config.sub, configure: bump
11878 copyrights to 93.
11879
11880Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
11881
11882 * Makefile.in (do-info): Removed obsolete check for existence of
11883 localenv file.
11884
11885 * Makefile.in (MAKEOVERRIDES): Define to be empty.
11886
11887Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11888
11889 * Makefile.in: a couple of 'else true' for decstation,
11890 support for TclX
11891
11892 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
11893
11894Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
11895
11896 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
11897
11898Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
11899
11900 * config.guess: Recognize i386-ibm-aix (PS/2).
11901 * configure.in: Use config/mh-aix386 file for it.
11902
11903Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
11904
11905 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
11906 CC_FOR_TARGET instead.
11907 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
11908
11909Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
11910
11911 * Makefile.in: Add sim to list of directories sent with gdb
11912
11913Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
11914
11915 * configure.in: Put back mips-dec-bsd* case.
11916
11917Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
11918
11919 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
11920 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
11921 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
11922
11923Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11924
11925 * configure.in: remove no-op mips-dec-bsd* in "case $target"
11926
11927 * Makefile.in (dir.info): only run gen-info-dir if it exists,
11928 (install-info): install dir.info only if it exists,
11929 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
11930
11931Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
11932
11933 * configure.in: For vms target, skip bfd, ld, binutils. Do build
11934 gas for mips-dec-bsd.
11935
11936Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
11937
11938 * configure (makesrcdir): If ${srcdir} is relative and not ".",
11939 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
11940
11941Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
11942
11943 * configure.in: Added "dejagnu" to hosttools list.
11944
11945Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
11946
11947 * config.sub, configure.in, config.guess: Add support
11948 for Bosx, an AIX variant from Bull.
11949 Patches from F.Pierresteguy@frcl.bull.fr.
11950
11951Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
11952
11953 * devo/dejagnu: Initial creation of devo/dejagnu.
11954 Migrated dejagnu testcases and support files for testing software
11955 tools to reside as subdirectories, currently called "testsuite",
11956 within the directory of the software tool. Migrated all programs,
11957 support libraries, etc. beloging to dejagnu proper from
11958 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
11959 with no modifications. The changes to these files which will
11960 allow them to configure, build, and execute properly will be made
11961 in a future update.
11962
11963Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
11964
11965 * Makefile.in: Change send_pr to send-pr.
11966 * configure.in: Likewise.
11967 * send_pr: Renamed directory to send-pr.
11968
11969Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
11970
11971 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
11972
11973Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
11974
11975 * README: Update for gdb-4.8 release.
11976 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
11977 gdb-xxx.tar.z (gzip'd) file also.
11978
11979Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11980
11981 * Makefile.in: make all-diff depend on all-libiberty
11982
11983Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
11984
11985 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
11986
11987Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11988
11989 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
11990
11991Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
11992
11993 * Makefile.in (DEVO_SUPPORT): Remove etc directory
11994 (ETC_SUPPORT): Only add the files GDB wants from etc/.
11995 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
11996
11997Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
11998
11999 * Makefile.in: makeinfo binary is in a new location
12000
12001Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
12002
12003 * config.sub: Accept -ecoff as an OS.
12004
12005 * Makefile.in: Various changes to eliminate a level of make
12006 recursion and reduce the required command line length.
12007 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
12008 sub-makes.
12009 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
12010 variables holding settings for specific sub-makes.
12011 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
12012 in terms of BASE_FLAGS_TO_PASS.
12013 (TARGET_LIBS): New variable listing directories which use
12014 TARGET_FLAGS_TO_PASS.
12015 (subdir_do): Eliminated.
12016 (do-*): New set of targets to replace subdir_do.
12017 (various): All targets which used subdir_do now depend on do-*.
12018 (local-clean): Renamed from do_clean.
12019 (local-distclean): New target, dependency of distclean and
12020 realclean.
12021 (install-info): Don't create directories. Depend on dir.info
12022 rather than calling make recursively.
12023 (install-dir.info): Eliminated.
12024 (install-info-dirs): Create all info directories here.
12025 (dir.info): Depend upon do-install-info.
12026
12027 * test-build.mk (HOLES): Added false.
12028
12029Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
12030
12031 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
12032
12033Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12034
12035 * Makefile.in (info): remove dependency on all-texinfo. The
12036 problem was really in texinfo/C, not at this level.
12037
12038Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
12039
12040 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
12041
12042Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
12043
12044 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
12045 GDB releases.
12046
12047Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12048
12049 * configure: Include srcdir in message about target of link not
12050 being found. Don't convert `-' to `_' in `with' options being
12051 passed to subdirs.
12052
12053Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12054
12055 * configure.in: add uudecode to host_tools
12056
12057 * Makefile.in: added {all,install}-uudecode targets, added them to
12058 the appropriate lists
12059
12060Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
12061
12062 * Makefile.in (all-gcc): Added dependency on all-gas.
12063
12064 * configure.in (mips-*-*): Build ld and binutils.
12065
12066Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
12067
12068 * configure: check return code from mkdir, print error message and
12069 exit on failure.
12070
12071Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
12072
12073 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
12074
12075Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
12076
12077 * test-build.mk (HOLES): Added tar, cpio and uudecode.
12078
12079Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
12080
12081 * config.sub (h8500): Recognize this as a cpu type.
12082
12083Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12084
12085 * configure: source directory missing is no longer a warning
12086
12087 * configure.in: recognize irix[34]* instead of irix[34]
12088
12089 * Makefile.in: define and pass down X11_LIB
12090
6599da04
JM
12091Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
12092
12093 * guess-systype: Renamed to ...
12094 * config.guess: ... by popular request.
12095 * configure.in, Makefile.in: Update accordingly.
12096
12097Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
12098
12099 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
12100 + Add Convex, Cray/Unicos, and Encore/Multimax support.
12101 + Execute ./dummy instead of assuming . is in PATH.
12102
12103Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
12104
12105 * guess-systype: New shell script. Attempts to guess the
12106 canonical host name of the executing host.
12107 Only a few hosts are supported so far.
12108 * configure: Call guess-systype if no host is specified.
12109
12110Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
12111
12112 * Makefile.in (gcc-no-fixedincludes): Made to work with current
12113 gcc Makefile.
12114
12115
12116Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
12117
12118 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
12119 (all-gcc, install-gcc, subdir_do): Use it.
12120
12121Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
12122
12123 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
12124
12125Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
12126
12127 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
12128 set exclusively by configure, using configure.in .
12129
12130Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12131
12132 * test-build.mk: set $PATH for all builds
12133
12134 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
12135
12136Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
12137
12138 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
12139 the one used in gcc/Makefile.in, so that a null expansion doesn't
12140 override the one needed to build gcc with a native cc.
12141
12142
12143Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
12144
12145 * configure: Accept -with arguments.
12146
12147Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
12148
12149 * Makefile.in: added h8300sim
12150
12151Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
12152
6599da04
JM
12153 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
12154 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
12155 (all-cygnus, native, build-cygnus): Make
12156 $(canonhost)-stamp-3stage-done, not $(host)....
12157 * test-build.mk (stamp-3stage-compared): Use tail +10c for
12158 i386-sco3.2v4. Added else true to if command.
12159
12160Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
12161
12162 * config.sub: (from FSF) Sequent uses a BSD-like OS.
12163
12164Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
12165
12166 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
12167
12168Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12169
12170 * configure.in: don't remove binutils from Solaris builds
12171
12172Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
12173
12174 * Makefile.in: get rid of earlier definitions for *clean,
12175 also handle the recursive info rule better
12176
12177Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
12178
12179 * Makefile.in (mostlyclean, distclean, realclean): Fix to
12180 do more-or-less the right thing.
12181
12182Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
12183
12184 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
12185 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
12186
12187Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12188
12189 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
12190 $(host_canonical).
12191
12192 * configure.in: split the configdirs list into 4 categories (native
12193 v. cross, library v. tool) and handle the cross-only and native-
12194 only in more reasonable (and correct!) way.
12195
12196Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
12197
12198 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
12199 configdirs anymore.
12200
12201Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12202
12203 * Makefile.in: extensive cleanup:: removed all of the explicit
12204 clean-* targets, collapsed many wrappers around subdir_do into
12205 one, added additional targets to satisfy standards.texi, deleted
12206 some old targets, some changes for consistency
12207
12208Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12209
12210 * configure.in: handle some programs as cross-only, and others as
12211 native only
12212
12213 * test-build.mk: handle partial holes in a more generic manner
12214
12215 * Makefile.in: m4 depends on libiberty
12216
6599da04
JM
12217Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12218
12219 * configure.in: add m4, textutils, fileutils, sed, shellutils,
12220 time, wdiff, and find to configdirs
12221
12222 * Makefile.in: all, clean, and install rules for the new programs
12223 added to configure.in
12224
12225Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12226
12227 * configure.in: use mh-sun for all *-sun-* hosts
12228
6599da04
JM
12229Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12230
12231 * Makefile.in: define flags for X11 include files and library file
12232 locations, pass them down to the programs that need this info
12233
12234 * build-all.mk: added a 'native' target, to 3stage the native toolchain
12235
6599da04
JM
12236Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12237
12238 * configure.in: start building libg++ for HP-UX targets
12239
12240Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
12241
12242 * README: Update references to files moved into etc/.
12243
12244Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
12245
12246 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
12247 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
12248
12249Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
12250
12251 * configure: accept dash as well as underscore in long option
12252 names for FSF compatibility.
12253
12254Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
12255
12256 * config.sub: added -sco3.2v4 support from FSF.
12257
12258Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12259
12260 * configure.in: expand the section that adds or removes
12261 directories from the list of programs to build, to handle native
12262 vs. cross in addition to host v. native
12263
12264Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
12265
12266 * Makefile.in: Replace C++ in macro names with CXX.
12267 This is less likely to break ...
12268
12269Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12270
12271 * test-build.mk: add -w to GNU_MAKE
12272
12273Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12274
12275 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
12276 add 'sparc' to list of recognized cpus. This needed to make
12277 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
12278 Delete some redundant ose68 variants. Recognize -wrs as an os,
12279 then changes that into $CPU-wrs-vxworks.
12280
12281 * configure.in: remove most references to gdbtest, regularize
12282 target based program removal
12283
12284 * test-build.mk: import from p3 tree (many fixes and changes)
12285
12286Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
12287
12288 * Makefile.in: added rules to handle tcl, tk, and expect
12289
12290 * configure.in: handle those directories if they exist
12291
12292Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12293
12294 * config.sub: removed bogus hppabsd and hppahpux names, since
12295 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
12296
12297Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12298
12299 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
12300 depends upon all-xiberty
12301
12302 * Makefile.in: changes from p3, including:
12303
12304 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
12305
12306 * Makefile.in (XTRAFLAGS): include newlib directories if
12307 newlib/Makefile exists, rather than if host != target.
12308
12309 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
12310
12311 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12312 from the same source tree and not building a cross-compiler. This
12313 matters for the libg++ configuration if reconfiguring a tree that
12314 has already been installed.
12315
12316 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
12317
12318 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12319 pick up the machine and system specific header files.
12320
12321 * Makefile.in: added AS_FOR_TARGET, passed down in
12322 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
12323 the C compiler to use to create programs which are run in the
12324 build environment, set it to default to $(CC), and passed it down
12325 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12326
12327 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
12328
12329 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
12330 We need them for unusual native builds, like systems without
12331 ranlib.
12332
12333 * configure: also define $(host_canonical) and
e490616e
ZW
12334 $(target_canonical), which are the full, canonical names for the
12335 given host and target
6599da04
JM
12336
12337Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
12338
12339 * Makefile.in: Added separate definitions for C++.
12340
12341Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
12342
12343 * configure.in (configdirs): Add deja-gnu.
12344
12345Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
12346
12347 * README: Update for configure.texi and gdb-4.7 release.
12348
12349Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
12350
12351 * Makefile.in: Move "all" target to top of file.
12352 Previously, first target was ".PHONY" which caused BSD4.4 make
12353 to build .PHONY when make was run without arguments.
12354
12355Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
12356
12357 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
12358 Library-copylefted code in libiberty.
12359
12360Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
12361
12362 * config.sub: Replace m68kmote with plain old m68k.
12363
12364Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
12365
12366 * Makefile.in: Remove space from blank line, avoid Make complaints.
12367
12368Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
12369
12370 * config.sub: Complain if no argument is given. Added support for
12371 386bsd as OS and target alias.
12372
12373Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
12374
12375 * Makefile.in (XTRAFLAGS): include newlib directories if
12376 newlib/Makefile exists, rather than if host != target.
12377
12378Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
12379
12380 * config.sub: recognize sparclite-wrs-vxworks.
12381
12382 * Makefile.in (install-xiberty): added *-xiberty make rules (from
12383 p3.) Added clean-xiberty to clean.
12384
12385Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12386
12387 * configure.in: use *-*-* instead of nested cases for host and target
12388
12389Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
12390
12391 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
12392 from the same source tree and not building a cross-compiler. This
12393 matters for the libg++ configuration if reconfiguring a tree that
12394 has already been installed.
12395
12396Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
12397
12398 * config.sub (i486v/i486v4): Merge in from FSF version.
12399
12400Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
12401
12402 * configure: only set PWD if it is already set.
12403
12404Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
12405
12406 * configure: just set PWD=`pwd` at the top, since Ultrix sh
12407 doesn't have unset and all success paths (and most error paths)
12408 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
12409 to just ${PWD} to avoid confusion.)
12410
12411Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
12412
12413 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
12414 even for a native compilation.
12415
12416Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
12417
12418 Changes to make the gdb.tar.Z rule work better.
12419
12420 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
12421 (DEVO_SUPPORT): Add configure.texi.
12422 (bfd-ilrt.tar.Z): Remove ancient rule.
12423
12424Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
12425
12426 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
12427 pick up the machine and system specific header files.
12428
12429 * configure.in, config.sub: added new target m68010-adobe-scout,
12430 with alias of adobe68k. Changed configure.in to check for
12431 -scout before -sco* to avoid a false match.
12432
12433 * Makefile.in: added AS_FOR_TARGET, passed down in
12434 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
12435 the C compiler to use to create programs which are run in the
12436 build environment, set it to default to $(CC), and passed it down
12437 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
12438
12439Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
12440
12441 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
12442 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
12443 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
12444 FOR_TARGET variants, to newlib and libg++.
12445
12446Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
12447
12448 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
12449 first.
12450
12451Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
12452
12453 * config.sub: Accept `elf' as an environment.
12454
12455Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
12456
12457 * Makefile.in (all-opcodes): cd into the right directory
12458
12459Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
12460
12461 * configure: added -program_transform_name option, used as
12462 argument to sed when installing programs.
12463 configure.texi: added documentation for -program_prefix,
12464 -program_suffix and -program_transform_name.
12465
12466Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
12467
12468 * config.sub: Accept i486 where i386 ok.
12469
12470Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
12471
12472 * config.sub: accept we32k
12473
12474Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
12475
3b75d237 12476 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
12477
12478 * Makefile.in: don't create all directories for ``make install'';
12479 let the subdirectories create the ones they need.
12480
12481Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12482
e490616e 12483 * COPYING: new file, GPL v2
6599da04
JM
12484
12485Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12486
12487 * Makefile.in: use the new gen-info-dir, which needs a template
12488 argument (which also lives in texinfo)
12489
12490 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
12491
6599da04
JM
12492Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
12493
12494 * config.sub (ncr3000): Change i386 to i486.
12495
12496Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12497
12498 * Makefile.in: add install-rcs, install-grep to
12499 install-no-fixedincludes, removed install-bison and install-libgcc
12500
12501Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
12502
12503 * configure.in: grab the HPUX makefile fragment if on HPUX
12504
12505Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
12506
12507 * Makefile.in: eradicate bison spoor (ditto libgcc).
12508 configure.in: recognise m68{k,000}-ericsson-OSE.
12509 es1800 is alias for m68k-ericsson-OSE
12510
12511Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12512
12513 * configure.in: rearrange the parts that remove programs from
12514 configdirs, based now on HOST==TARGET or by canonical triple.
12515
12516Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12517
12518 * test-build.mk: recurse explicitly with -f test-build.mk when
12519 appropriate. predicate stage3 and comparison on the existence
12520 of gcc. That is, if gcc isn't around, we aren't three-staging.
12521 On very clean, also remove ...stamp-co. Build in-place before
12522 doing other builds.
12523
12524Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
12525
12526 * Makefile.in, configure.in: add tgas
12527
12528Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12529
12530 * Makefile.in: a number of changes merged in from progressive.
12531
12532 * configure.in: add libm.
12533
12534 * .cvsignore: ignore some stuff that comes from test-build.mk.
12535
6599da04
JM
12536Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
12537
12538 * config.sub: Add es1800 (m68k-ericsson-es1800).
12539
12540Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
12541
12542 * configure: Add program_suffix (parallel to program_prefix)
12543 * Makefile.in: adjust directory-creating script for losing decstation
12544
12545Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
12546
12547 * configure: Minor $subdir-related fixes.
12548
12549Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
12550
12551 * configure: fix various problems with propogating
12552 makefile_target_frag in subdirs.
12553 * configure.in: config libgcc if its there
12554
12555Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
12556
12557 * config.sub: HPPA merge.
12558
6599da04
JM
12559Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
12560
12561 * Makefile.in: Replace all-bison with all-byacc in all
12562 dependency lines for other tools (which now use byacc).
12563
12564Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
12565
12566 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
12567
6599da04
JM
12568Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
12569
12570 * Makefile.in: make gprof rules similar to byacc rules (instead of
12571 vestigal $(unsubdir) that didn't work...)
12572
12573Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
12574
12575 * config.sub: Add support for Linux.
12576 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
12577 (at least for libg++).
12578
12579Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
12580
12581 * configure.texi: fix doc for the -nfp option to configure
12582
12583Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
12584
12585 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
12586
12587Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
12588
12589 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
12590 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
12591 * configure.in: added solaris* host_makefile_frag hook.
12592
12593Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12594
12595 * config.sub: changed recognition of m68000 so that various
12596 m68k types can be specified via m680[01234]0
12597
12598Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12599
12600 * config.sub (basic_machine): fix sed so that '-foo' isn't
12601 completely substituted out while .+'-foo' loses the '-foo'
12602
12603Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
12604
12605 * config.sub ($os): Add -aout.
12606
12607Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
12608
12609 * configure: If host_makefile_frag is absolute, don't
12610 prefix ${invsubdir} (relevant to libg++ auto-configure).
12611
12612Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
12613
12614 * Makefile.in (tooldir): Define it.
12615 (all-ld): Depend on all-flex.
12616
12617Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
12618
12619 * Makefile.in (check): Fix libg++ special case.
12620
12621Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
12622
12623 * configure: do not bury `pwd` into config.status, thus do fewer
12624 pwd's.
12625
12626 * configure: print the "Building in" message only when building in
12627 other than "." AND verbose.
12628
63f6bcd7 12629 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
12630 configures.
12631
12632 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
12633
12634Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
12635
12636 * Makefile.in: macroize flags passed on recursion. remove
12637 fileutils.
12638
12639Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
12640
12641 * configure: get makesrcdir right for subdirs deeper than 1.
12642
12643 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
12644 install.
12645
12646Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
12647
12648 * Makefile.in: don't print subdir_do or recursion lines.
12649
12650Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
12651
12652 * standards.texi: added menu item.
12653
12654 * Makefile.in: build and install standards.info.
12655
12656 * standards.texi: new file.
12657
12658Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12659
12660 * configure: test for and move config.status pieces from
12661 ${subdir}/.
12662
12663Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
12664
6599da04
JM
12665 * configure: Test for existance of files before trying to mv
12666 them, to avoid numerous non-existance messages.
12667
12668Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
12669
12670 * configure: correct final line of config.status.
12671
12672 * configure: patch from eggert. Avoids a protection problem if
12673 the original Makefile.in is read only.
12674
12675 * configure: use move-if-change from gcc to create config.status.
12676 Some makefiles depend on config.status to tell if a directory
12677 has been reconfigured for a different host. This change
12678 prevents those directories from remaking everything in the case
12679 where the reconfig was only intended to rebuild a Makefile.
12680
12681 * configure: test for config.sub with "config.sub sun4" rather
12682 than "config.sub ${host_alias}". Otherwise we can't tell a bad
12683 host alias from a missing config.sub.
12684
12685Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12686
12687 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
12688 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
12689
12690Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
12691
12692 * configure: mkdir ${subdir} as needed.
12693
12694Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
12695
12696 * Makefile.in,configure.in: added autoconf.
12697
12698Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12699
12700 * Makefile.in: no longer pass against on recursion.
12701
12702 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
12703 definitions are not inherited.
12704
12705 * configure: correct makesrcdir when subdir is .
12706
12707Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
12708
12709 * configure: Add support for 'subdirs' variable, which is
12710 like 'configdirs', except that configure doesn't re-invoke
12711 itself for subdirs, it just creates a Makefile for each subdir.
12712 * configure.texi: Document subdirs.
12713
12714Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
12715
12716 * configure.in: added flex to configdirs
12717
12718Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
12719
12720 * Makefile.in: remove clean-stamps from clean.
12721
12722Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
12723
12724 * configure.in: Add gdbtest to configdirs.
12725
12726Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
12727
12728 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
12729 to recursive makes.
12730 * configure.in: Recognize new ncr3000 config.
12731
12732Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
12733
12734 * Makefile.in, configure.in: removed references to gdbm.
12735
12736Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
12737
12738 * config.sub: Don't canonicalize os value
12739 newsos* to bsd (readline needs to check for newsos).
12740 (This fix was earlier made Jan 31, but got re-broken.)
12741
12742Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
12743
12744 * configure.in: sco is an os, not a vendor!
12745
12746 * configure: Quote $( better. Keep various shells happy.
12747
12748Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
12749
12750 * Makefile.in: eliminate stamp-files.
12751
12752Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
12753
12754 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
12755 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
12756
12757Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
12758
12759 * config.sub: fix iris/iris3.
12760
12761Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
12762
12763 * configure: re-add -rm.
12764
12765Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
12766
12767 * Maskefile.in: add .stmp-rcs to all.
12768
12769 * configure.in: remove gas from rs6000 build, use aix host fragment.
12770
12771Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
12772
12773 * configure: pass down site_option during recursion.
12774
12775Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
12776
12777 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
12778
12779Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
12780
12781 * configure: Change exec_prefix so that it really defaults to prefix.
12782
12783Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
12784
12785 * Makefile.in, configure.in: Add support for mmalloc library.
12786
12787Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
12788
12789 * Makefile.in: add stmp dependencies for a few more things.
12790
12791Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
12792
12793 * configure: adjusted error message on objdir/srcdir configure
12794 collision, per john's suggestion.
12795
12796 * Makefile.in: add libiberty stmp to all and all.cross.
12797
12798Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
12799
12800 * Makefile.in: remove force dependencies, add grep to all.
12801
12802Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
12803
12804 * Makefile.in: drop flex. make stamp files work.
12805
12806 * configure: added test for conflicting configuration in srcdir,
12807 remove trailing slashes from srcdir. Otherwise emacs gdb mode
12808 gets cranky. use relative paths for configure and srcdir
12809 whenever possible. Send some error messages to stderr that were
12810 going to stdout.
12811
12812Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
12813
12814 * Makefile.in: Fix libg++ rule to check for gcc directory
12815 before using gcc/gcc. Also pass XTRAFLAGS.
12816
12817Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
12818
12819 * Makefile.in: added stmp-files so that directories aren't polled
12820 when they are already built.
12821
12822 * configure.texi: fixed a node pointer problem.
12823
12824Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
12825
731a8127 12826 * config.sub configure.in gdb/configure.in
6599da04
JM
12827 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
12828 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
12829 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
12830
12831Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12832
12833 * configure: -recurring becomes -silent. corrected help message
12834 for -site= option.
12835
12836 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
12837
12838Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12839
12840 * configure: when building Makefile for crosses, replace
12841 tooldir and program_prefix. default srcdir from location of
12842 config.sub. remove "for host in hosts" and "for target in
12843 targets" loops.
12844
12845Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
12846
12847 * Makefile.in: Do not pass bindir or mandir to cvs.
12848
12849Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
12850
12851 * Makefile.in, configure.in: removed traces of namesubdir,
12852 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
12853 copyrights to '92, changed some from Cygnus to FSF.
12854
12855 * configure.texi: remove most references to multiple hosts,
12856 multiple targets, subdirs, etc.
12857
12858 * configure.man: removed rcsid. reference config.sub not
12859 config.subr.
12860
12861 * Makefile.in: mkdir $(infodir) on install-info.
12862
12863Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
12864
12865 * configure.texi: Explain better about .gdbinit and about
12866 the environment that configure.in sections run in.
12867
12868Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
12869
12870 * configure.in: Ultrix is only a decstation if it's a MIPS.
12871
12872Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
12873
12874 * README: DOC.configure => cfg-paper.texi.
12875
12876Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
12877
12878 * config.sub (near case $os): Don't convert newsos* to bsd!
12879
12880Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
12881
12882 * Makefile.in: Reinstall change from gdb-4.3 that reduces
12883 the number of copies of COPYING that go into the GDB tar file.
12884
12885Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
12886
731a8127 12887 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
12888 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
12889 Fix SCO configuration stuff.
12890
12891Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
12892
12893 * Makefile.in: For libg++, make sure the -I pointing
12894 to the gcc directory goes *after* all the libg++-local -I flags.
12895 Also, move just-gcc dependency from just-libg++ to all-libg++.
12896
12897Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
12898
12899 * configure: Change -x to -f to keep Ultrix /bin/test happy.
12900
12901Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
12902
12903 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
12904
12905Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
12906
12907 * config.sub: Add stratus configuration frags. Also
12908 submitted to FSF.
12909
12910Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
12911
12912 * Makefile.in (DEV_SUPPORT): add configure.man.
12913
12914 * config.sub(Decode manufacturer-specific): add -none*.
12915
12916Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
12917
12918 * Makefile.in: remove form feeds to make Sun's make happy.
12919 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
12920
12921Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
12922
12923 * Makefile.in (AR_FLAGS): Make quieter.
12924
12925Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
12926
12927 * configure.in: Add libg++.
12928 * configure: When verbose, don't output the command line at each
12929 level; it will be unremarkably the same as the previous version,
12930 which will be the same as what the user typed.
12931
12932Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
12933
12934 * configure.in, Makefile.in: fix clean-info, add flex. add
12935 fileutils.
12936
12937 * configure: be less sensitive to spaces in Makefile.in. Do not
12938 look for sources in "..". Doing so breaks subdirectories that
12939 might have their own configure. If a subdir has it's own
12940 configure script, use it.
12941
12942Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
12943
12944 * cfg-paper.texi: some changes suggested by rms.
12945
12946Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
12947
12948 * config.sub: Merge in some small additions from the FSF version,
12949 taken from the gcc distribution, to bring the Cygnus and FSF
12950 versions into closer sync.
12951
12952Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
12953
12954 * configure.in: Changed svr4 references to sysv4.
12955
12956Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
12957
12958 * configure: added -V for version number option.
12959
12960Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
12961
12962 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
12963 renamed from DOC.configure to cfg-paper.texi.
12964
12965Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12966
12967 * configure, config.subr, config.sub: config.subr is now
12968 config.sub again.
12969
12970Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
12971
12972 * configure.texi: new file, in progress.
12973
12974 * Makefile.in: build info file and install the man page for
12975 configure.
12976
12977 * configure.man: new file, first cut.
12978
12979 * configure: find config.subr again now that configuration "none"
12980 has gone. removed all traces of the -ansi option. removed all
12981 traces of the -languages option.
12982
12983 * config.subr: resync from rms.
12984
12985Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12986
12987 * configure, config.sub, config.subr: merge config.sub into
12988 config.subr, call the result config.subr, remove config.sub, use
12989 config.subr.
12990
12991 * Makefile.in: revised install for dir.info.
12992
12993Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
12994
12995 * configure.in: add decstation host makefile frag.
12996
12997 * Makefile.in: BISON now bison -y again. also install-gcc on
12998 install. clean-gdbm on clean. infodir belongs in datadir.
12999 Make directories for info install. Build dir.info here then
13000 install it.
13001
13002Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13003
13004 * Makefile.in: fix for bad directory tests.
13005
13006Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13007
13008 * configure: \{1,2\} appears to be a sysv'ism. Use a different
13009 regexp. -srcdir relative was being handled incorrectly.
13010
13011 * Makefile.in: unwrapped some for loops so that parallel makes
13012 work again and so one can focus one's attention on a particular
13013 package.
13014
13015Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13016
13017 * configure: added PWD as a stand in for `pwd` (for speed). use
13018 elif wherever possible. make -srcdir work without -objdir.
13019 -objdir= commented out.
13020
13021Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13022
13023 * configure: +options become --options. -subdirs commented out.
13024 added -host, -datadir. Renamed -destdir to -prefix. Comment in
13025 Makefile now at top of generated Makefile. Removed cvs log
13026 entries. added -srcdir. create .gdbinit only if there is one
13027 in ${srcdir}.
13028
13029 * Makefile.in: idestdir and ddestdir go away. Added copyrights
13030 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
13031 and mandir now keyed off datadir by default.
13032
13033Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
13034
13035 * Freshly created ChangeLog.
13036
13037\f
13038Local Variables:
13039mode: change-log
13040left-margin: 8
13041fill-column: 76
13042version-control: never
13043End: