]> gcc.gnu.org Git - gcc.git/blame - ChangeLog
fold-const.c (fold): Guard (-A)+B -> B-A transformation with reorder_operands_p.
[gcc.git] / ChangeLog
CommitLineData
09a9c095
NN
12004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
2
7caf53cb
NN
3 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4 STRICT_WARN, WARN_CFLAGS flags passed down to make.
5 * Makefile.in: Regenerate.
6
09a9c095
NN
7 * configure.in (top level bootstrap support): Rework --enable-werror
8 to set @stage2_werror_flag@.
9 * configure: Regenerate.
10 * Makefile.tpl (top level bootstrap support): Pass
11 @stage2_werror_flag@ down to configure in stages 2 and 3.
12 * Makefile.in: Regenerate.
13
5595a2bd
NN
142004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
15
cbfd7e06
NN
16 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
17 for stages 2 and 3 as well as in make. As a consequence, remove
18 OUTPUT_OPTION (now detected by configure) from the flags passed down
19 to make.
20 * Makefile.in: Regenerate.
21
5595a2bd
NN
22 * Makefile.tpl (new-bootstrap): Fix typo.
23 * Makefile.in: Regenerate.
24
ca3b3e20
NN
252004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
26
295f4e42
NN
27 * Makefile.tpl: Rearrange by moving recursive_targets rules
28 into their proper sections.
29 * Makefile.tpl (top level bootstrap support): Move disabling
30 of coverage flags from 'make' to 'configure'; improve comments.
31 * Makefile.in: Regenerate.
32
340de83f
NN
33 * Makefile.tpl (experimental top level bootstrap) Move stage1
34 language setting from all- target to configure- target; disable
35 intermodule optimization in stage 1; prevent gratuitous rebuilds
36 of stage 1.
37 * Makefile.in: Regenerate.
38 * configure.in: Comma-separate stage 1 language list for top
39 level bootstrap.
40 * configure: Regenerate.
41
ca3b3e20
NN
42 * Makefile.tpl: Clean up experimental top level bootstrap support:
43 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
44 prev-gcc in configure- targets as well as all- targets.
45 * Makefile.in: Regenerate.
46
4d038073
KC
472004-03-21 Kelley Cook <kcook@gcc.gnu.org>
48
49 * compile: New file imported from automake.
50
ab3533d6
PB
512004-03-17 Paolo Bonzini <bonzini@gnu.org>
52
53 * configure.in: Remove symbolic link section.
54 * configure: Regenerate.
55 * Makefile.tpl (links): Remove.
56 * Makefile.in: Regenerate.
57
1e0f07d3
PB
582004-03-15 Paolo Bonzini <bonzini@gnu.org>
59 Nathanael Nerode <neroden@gcc.gnu.org>
60
61 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
62 Set with AC_CHECK_PROGS.
63 * configure.in: Fix comment typo from last patch.
64 * configure: Regenerate.
65
2805b53a
NN
662004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
67
68 * Makefile.tpl: Introduce experimental top level bootstrap support.
69 * Makefile.in: Regenerate.
70 * configure.in: Introduce support for top level bootstrap.
71 * configure: Regenerate.
72
79b4b7d2
EB
732004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
74 Paolo Bonzini <bonzini@gnu.org>
75
76 PR bootstrap/14522
77 * configure.in: Cope with shells that do not support unquoted ^
78 * configure: Regenerate.
79
6bbec498
EB
802004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
81 Paolo Bonzini <bonzini@gnu.org>
82
83 PR bootstrap/14522
79b4b7d2 84 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
85 quotes inside quoted backquote substitutions.
86 * configure: Regenerate.
87
83c15dfc
AP
882004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
89
90 PR bootstrap/14522
f2bd98d4 91 * configure.in: Fix escaping of $.
83c15dfc
AP
92 * configure: Regenerate.
93
55ffb5ed
NN
942004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
95
96 * configure: Regenerate, since I forgot to while committing Paolo's
97 changes.
98
e4c9c075
PB
992004-03-08 Paolo Bonzini <bonzini@gnu.org>
100
101 PR ada/14131
102 Move language detection to the top level.
103 * configure.in: Find default values for the tools as
104 soon as possible. Disable ada if GNAT is not found.
105 Emit error message about missing languages. Expand
106 --enable-languages=all for the gcc subdirectory.
107
5199e2c6
BE
1082004-03-10 Ben Elliston <bje@gnu.org>
109
110 * MAINTAINERS: Update my email address.
111
c18b95e5
DE
1122004-03-05 David Edelsohn <edelsohn@gnu.org>
113
114 * ltconfig: Disable building static libraries if building shared
115 libraries on AIX 5L.
116
d0fe5ad3
RS
1172004-03-01 Richard Sandiford <rsandifo@redhat.com>
118
119 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
120 and disable libgcj.
121 * configure: Regenerated.
122
e6f71f9d
BB
1232004-03-01 Brian Booth <bbooth@redhat.com>
124
125 * MAINTAINERS: Add myself to write-after-approval.
126
8983e50e
PB
1272004-03-01 Paolo Bonzini <bonzini@gnu.org>
128
129 * MAINTAINERS: Add myself to write-after-approval.
130
d4cd9d81
NN
1312004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
132
133 PR bootstrap/7087
134 * Makefile.tpl: Guard XFOO sed statements better.
135 * Makefile.tpl: Add dependency for configure-target-libada.
136 * Makefile.in: Regenerate (incidentally fixes broken
137 commit when libada-branch was merged).
138
0ea0229e
KC
1392004-02-25 Kelley Cook <kcook@gcc.gnu.org>
140
141 * MAINTAINERS: Add myself to write-after-approval.
142
bad93735
AP
1432004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
144
145 * MAINTAINERS: Add Nicola Pero and myself as libobjc
146 maintainers.
147
a7ca14fc
AC
1482004-02-20 Andrew Cagney <cagney@redhat.com>
149
150 * config.guess: Update from version 2003-10-16 to 2004-02-16.
151 * config.sub: Update from version 2003-11-03 to 2004-02-16.
152
51592782
NN
1532004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
154
155 PR bootstrap/11932
156 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
157
6a30854a
JQ
1582004-02-14 Jerry Quinn <jlquinn@optonline.net>
159
160 * MAINTAINERS: Added myself to write-after-approval.
161
be8b2bee
MK
1622004-02-14 Michael Koch <konqueror@gmx.de>
163
164 * MAINTAINERS: Added myself to write-after-approval.
165
972760b7
JM
1662004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
167
168 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
169 some OS port maintainers to OS port maintainers section.
170
b0281654
FCE
1712004-02-13 Frank Ch. Eigler <fche@redhat.com>
172
173 * MAINTAINERS: Add self.
174
3c419fd6
KH
1752004-02-12 Kazu Hirata <kazu@cs.umass.edu>
176
177 * MAINTAINERS: Alphabetize.
178
e88e9aee
PB
1792004-02-12 Paolo Bonzini <bonzini@gnu.org>
180
181 * MAINTAINERS: Remove myself.
182
1915e422
DE
1832004-02-11 David Edelsohn <edelsohn@gnu.org>
184
185 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
186 (rs6000-*-aix*): Same.
187 * configure: Regenerate.
188
a22c2d8d
KC
1892004-02-11 Kelley Cook <kcook@gcc.gnu.org>
190
191 * configure.in (host): Add in missing $noconfigdirs to defines.
192 * configure: Regenerate.
193
d9cdb878
AC
1942004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
195 Nathanael Nerode <neroden@gcc.gnu.org>
196
197 PR ada/6637, PR ada/5911
198 Merge with libada-branch:
199 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
200 with appropriate dependencies. Add --enable-libada configure switch.
201 * configure, Makefile.in: Regenerate.
202
8bd92821
PB
2032004-02-09 Paolo Bonzini <bonzini@gnu.org>
204
205 * MAINTAINERS: Add myself to write-after-approval.
206
89a95129
RO
2072004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
208
209 * configure.in: Don't pass --with-stabs on IRIX 5 either.
210 * configure: Regenerate.
211
892629bc
GK
2122004-02-04 Geoffrey Keating <geoffk@apple.com>
213
214 Merge from upstream:
215
216 * ltmain.in: When setting IFS to '~', be careful about user
217 arguments that contain '~'.
218
219 2004-02-04 Peter O'Gorman <peter@pogma.com>
220
221 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
222 Also test $base_compile against $CC with escaped arguments. Bug
223 reported by Geoff Keating <geoffk@apple.com>.
224
6b402165
KH
2252004-02-04 Kazu Hirata <kazu@cs.umass.edu>
226
227 * MAINTAINERS: Remove i960 port.
228
fa2f0306
DD
2292004-01-23 DJ Delorie <dj@redhat.com>
230
231 * Makefile.def (target_modules) [libiberty]: Don't stage.
232 * Makefile.in: Rebuilt.
233
9feb20aa
CT
2342004-01-20 Caroline Tice <ctice@apple.com>
235
236 * MAINTAINERS: Add myself to write-after-approval.
237
7aed2ccc
PC
2382004-01-19 Paolo Carlini <pcarlini@suse.de>
239
240 * MAINTAINERS: Update my email address.
241
f25bebe1
JM
2422004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
243
244 * MAINTAINERS: Add myself to write-after-approval.
245
28083580
VR
2462004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
247
248 * MAINTAINERS: Remove entries without email address.
249
c0f4b5e4
DJ
2502004-01-15 Daniel Jacobowitz <drow@mvista.com>
251
252 * MAINTAINERS: Add myself to write-after-approval.
253
b5eb5a5e
SB
2542004-01-15 Steven Bosscher <stevenb@suse.de>
255
256 * MAINTAINERS: Update my email address.
257
2c4de30b
LR
2582004-01-14 Loren J. Rittle <ljrittle@acm.org>
259
260 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
261 * Makefile.tpl (configure-target-[+module+]): Support stage.
262 * Makefile.in: Rebuilt.
263
74c0b320
ILT
2642004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
265
266 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
267
2560344b
RS
2682004-01-10 Richard Sandiford <rsandifo@redhat.com>
269
270 * MAINTAINERS: Add myself as a MIPS maintainer.
271
8b21cda6
NN
2722004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
273
2b6c260d
NN
274 * configure.in: Use ./config.cache, not config.cache.
275 * configure: Regenerate.
276 * Makefile.tpl: Special-casing not needed for GCC any more.
277 * Makefile.in: Regenerate.
278
09438bde
NN
279 * configure.in: Don't share a cache file for host dirs.
280 * configure: Regenerate.
281
8b21cda6
NN
282 * config-ml.in: Don't mess with the cache file.
283
e42870df
EB
2842004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
285
286 * MAINTAINERS: Move myself from 'Write After Approval' to
287 'CPU Port Maintainers' section as SPARC maintainer.
288
6b9eb62c
NN
2892004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
290
78a816a6
NN
291 * Makefile.tpl: Make GCC use a separate config.cache.
292 * Makefile.in: Regenerate.
293
6b9eb62c
NN
294 PR bootstrap/11932, PR bootstrap/11933
295 (I don't know if it will fix either of them, but it relates
296 to them.)
297 * configure.in: Don't use shared config.cache for target
298 directories.
299 * configure: Regenerate.
300
86d7b562
DN
3012004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
302
303 * MAINTAINERS: Add myself to 'Write After Approval' section.
304
07d0a605
RS
3052003-12-31 Roger Sayle <roger@eyesopen.com>
306
307 * configure.in (ia64*-*-hpux*): Disable building java libraries.
308 * configure: Regenerated.
309
459ac19f
KH
3102003-12-23 Kazu Hirata <kazu@cs.umass.edu>
311
312 * MAINTAINERS: Remove the mn10200 maintainer.
313
5785c0ed
BI
3142003-12-21 Bernardo Innocenti <bernie@develer.com>
315
316 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
317 * configure: Regenerated.
318
a268eff9
JH
3192003-12-16 Jan Hubicka <jh@suse.cz>
320
321 * MAINTAINERS: Add myself as callgraph maintainer.
322
9d465b12
TF
3232003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
324
325 * configure.in (raw_libstdcxx_flags): Remove the leading space.
326 * configure: Regenerate.
327
a68a270a
GB
3282003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
329
330 * MAINTAINERS: Move myself from 'Bug database only accounts' to
331 'Write After Approval' section. Update email.
332
3066a15c
JL
3332003-12-01 James Lemke <jim@wasabisystems.com>
334
335 * MAINTAINERS (Write After Approval): Add myself.
336
8c052da4
MT
3372003-11-20 Matt Thomas <matt@3am-software.com>
338
339 * MAINTAINERS: Add myself as a vax port maintainer.
340
e75f9147
KC
3412003-11-20 Kelley Cook <kcook@gcc.gnu.org>
342
343 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
344 (configure-build-[+module+], configure-[+module+]): Likewise.
345 (configure-target-[+module+], configure-gcc, config.status): Likewise.
346 * Makefile.in: Regenerate.
347
43d8d958
AT
3482003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
349
350 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
351 shared/dylibed libraries.
352 * ltmain.sh: Likewise.
353 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
354 * ltcf-cxx.sh: Likewise.
355 * ltcf-gcj.sh: Likewise.
356 * ltconfig: Likewise.
357
638dcaa0
SC
3582003-11-17 Stan Cox <scox@redhat.com>
359
360 * MAINTAINERS: Add myself as iq2000 port maintainer.
361
15cc172b
AC
3622003-11-14 Arnaud Charlet <charlet@act-europe.fr>
363
e9b926d1
AC
364 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
365 * Makefile.in: Regenerate.
15cc172b 366
20af77cd
UW
3672003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
368
369 * config.sub: Update to 2003-11-03 version.
370
4dd01c5c
PE
3712003-10-20 Phil Edwards <phil@codesourcery.com>
372
373 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
374 * configure: Regenerate.
375
8d36c499
NP
3762003-10-20 Nicolas Pitre <nico@cam.org>
377
378 * MAINTAINERS: Add myself to 'Write After Approval' section.
379
8b7ebc31
AC
3802003-10-20 Arnaud Charlet <charlet@act-europe.fr>
381
382 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
383
afe1910c
JM
3842003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
385
386 * MAINTAINERS: Update my email address.
387
05dcec66
RO
3882003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
389
390 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
391
71fc2f0c
RL
3922003-10-17 Ralph Loader <rcl@ihug.co.nz>
393
394 * MAINTAINERS: Add myself to 'Write After Approval' section.
395
507ec745
BI
3962003-10-16 Bernardo Innocenti <bernie@develer.com>
397
398 * config.guess: Update to 2003-10-16 version.
399 * config.sub: Update to 2003-10-16 version.
400
4d466c42
DD
4012003-10-15 David Daney <ddaney@avtrex.com>
402
403 * MAINTAINERS: Added myself to 'Write After Approval' section.
404
0c9b16bc
FH
4052003-10-15 Falk Hueffner <falk@debian.org>
406
407 * MAINTAINERS: Move myself from 'Bug database only accounts' to
408 'Write After Approval' section. Update email.
409
74d57d15
RS
4102003-10-14 Roger Sayle <roger@eyesopen.com>
411
412 * MAINTAINERS: Move myself from 'Write After Approval' to
413 'Various Maintainers' section as middle-end maintainer.
414
d29b8ad8
NN
4152003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
416
417 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
418 HOST_FLAGS_TO_PASS.
419 * Makefile.in: Regenerate.
420
26db814a
BI
4212003-10-11 Bernardo Innocenti <bernie@develer.com>
422
423 * config.guess: Update to 2003-10-07 version.
424 * config.sub: Update to 2003-10-07 version.
425
fffeb871
RO
4262003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
427
428 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
429 * ltconfig (irix5*, irix6*): Don't override version_type.
430
6691a79e
ME
4312003-10-05 Mohan Embar <gnustuff@thisiscool.com>
432
433 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
434 * configure: Rebuilt
435 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
436 * Makefile.in: Rebuilt
437
62cdd71e
L
4382003-10-03 H.J. Lu <hongjiu.lu@intel.com>
439
440 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
441
6fe2eacc
CW
4422003-09-30 Carlo Wood <carlo@alinoe.com>
443
444 * MAINTAINERS (Write After Approval): Add myself.
445
ea57e5ad
PK
4462003-09-29 Paul Koning <ni1d@arrl.net>
447
448 * MAINTAINERS: Move myself from "Write After Approval"
449 to CPU platform maintainers for pdp11 platform.
450
e070672a
AT
4512003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
452
453 * MAINTAINERS: Move myself from 'Write After Approval' to
454 'Various Maintainers' section as libffi testsuite maintainer.
455
43bb47c2
DJ
4562003-09-21 Daniel Jacobowitz <drow@mvista.com>
457
458 * configure.in: Pass a computed --program-transform-name
459 to subconfigures.
460 * configure: Regenerated.
461
da9d3b37
NN
4622003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
463
94322beb
NN
464 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
465 * Makefile.in: Regenerate.
466
da9d3b37
NN
467 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
468 * Makefile.in: Regenerate.
469
ffd9060b
ZL
4702003-09-19 Ziemowit Laski <zlaski@apple.com>
471
472 * MAINTAINERS: Move myself from 'Write After Approval'
473 to 'Various Maintainers' (objective-c) section.
474
eeae7b41
DJ
4752003-09-17 Daniel Jacobowitz <drow@mvista.com>
476
477 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
478 quoting.
479 * configure: Regenerated.
480
a080d12b
JB
4812003-09-16 Joel Brobecker <brobecker@gnat.com>
482
483 * MAINTAINERS (Write After Approval): Add myself to write after
484 approval list.
485
6cd2fc59
DN
4862003-09-16 Dorit Naishlos <dorit@il.ibm.com>
487
488 * MAINTAINERS (Write After Approval): Add myself.
489
dcbdd9cc
ILT
4902003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
491
492 * MAINTAINERS: Update my e-mail address.
493
e517f636
AM
4942003-09-09 Alan Modra <amodra@bigpond.net.au>
495
496 * libtool.m4 (LD): Correct powerpc64 host match.
497
bc49924b
JW
4982003-09-06 James E Wilson <wilson@tuliptree.org>
499
500 * MAINTAINTERS: Update my affiliation and email address.
501
082124f5
ZD
5022003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
503
504 * MAINTAINERS (Write After Approval): Add myself.
505
dc94d89e
DD
5062003-09-04 DJ Delorie <dj@redhat.com>
507
508 * configure: Regenerate.
509
5102003-09-04 Robert Millan <robertmh@gnu.org>
511
512 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
513
7a0f2d4e
KG
5142003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
515
516 * configure.in: Ensure arguments to sed are properly spaced.
517 * configure: Regenerate.
518
88d032eb
GP
5192003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
520
521 * MAINTAINERS: Update my e-mail address.
522
0b3f3d22
ME
5232003-08-28 Mohan Embar <gnustuff@thisiscool.com>
524
525 * MAINTAINERS (Write After Approval): Add myself.
526
d253f9ba
DJ
5272003-08-27 Daniel Jacobowitz <drow@mvista.com>
528
529 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
530 * configure: Regenerated.
531
066ec9c9
MM
5322003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
533
534 * MAINTAINERS: Update my email address.
535
415d7ef9
PE
5362003-08-23 Phil Edwards <pme@gcc.gnu.org>
537
538 * configure.in: Use newline instead of semicolon when assuming
539 shell arguments in a for loop.
540 * configure: Regenerated.
541
e1567352
JE
5422003-08-22 Jason Eckhardt <jle@rice.edu>
543
544 * MAINTAINERS: Resurrect the i860 maintainer.
545
b348267b
GK
5462003-08-20 Geoffrey Keating <geoffk@apple.com>
547
e50084fa
GK
548 PR 8180
549 * configure.in: When testing with_libs and with_headers, treat
550 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
551 * configure: Regenerate.
552
b348267b
GK
553 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
554 make, shell, etc.
555 (baseargs): Likewise.
556 * configure: Regenerate.
557
ca26ffe0
BI
5582003-08-20 Bernardo Innocenti <bernie@develer.com>
559
560 * MAINTAINERS (Write After Approval): Add myself.
561
940cde4d
GK
5622003-08-19 Geoffrey Keating <geoffk@apple.com>
563
564 * configure.in: Disable libgcj for darwin not on powerpc.
565 * configure: Rebuild.
566
74bed51b
ADL
5672003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
568
569 * config-ml.in, symlink-tree: Add license.
570
f9eb610f
GP
5712003-08-03 Richard Stallman <rms@gnu.org>
572 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
573
574 * README.SCO: New file.
575
333a28b4
MK
5762003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
577
578 * Makefile.tpl (check, check-c++): Express dependencies using
579 dependencies rather than commands.
580 * Makefile.in: Regenerate.
581
c197e306
AC
5822003-08-01 Andrew Cagney <cagney@redhat.com>
583
584 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
585 * configure: Ditto.
586
a8ee6e2d
GK
5872003-07-31 Geoffrey Keating <geoffk@apple.com>
588
589 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 590 * Makefile.in: Update.
a8ee6e2d 591
8d9b3f2e
AT
5922003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
593
594 * configure.in: Enable libgcj for darwin.
595 * configure: Rebuild.
596
52c0c542
PE
5972003-07-29 Phil Edwards <pme@gcc.gnu.org>
598
599 * config-ml.in: Use ac_configure_args directly instead of
600 ml_arguments. Only set ml_norecursion if --no[-]recursion is
601 actually seen.
602
b4acb5ef
NN
6032003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
604
605 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
606 creating target and build subdirs to build all parent dirs as needed.
607 * Makefile.in: Rebuild.
608 * configure.in: Don't build dirs explicitly here.
609 * configure: Rebuild.
610
a51d71d0
PB
6112003-07-26 Paul Brook <paul@nowt.org>
612
613 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
614
f43e12ce
AO
6152003-07-22 Alexandre Oliva <aoliva@redhat.com>
616
617 * Makefile.tpl (all-make): Depend on intl.
618 * Makefile.in: Rebuilt.
619
8a199ff6
PE
6202003-07-20 Phil Edwards <pme@gcc.gnu.org>
621
622 * install-sh: Update to newer upstream versions (associated with
623 aclocal 1.7).
624 * mkinstalldirs: Likewise.
625 * missing: Likewise, plus $1Help2man -> $1 typo fix.
626
e6a8c803
AP
6272003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
628
629 * MAINTAINERS: Move self from Bug database only accounts
630 to write-after-approval.
631
9f13608f
NN
6322003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
633
634 * config.if: Remove unused libc_interface determination.
635
c7864714
NN
6362003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
637
638 * MAINTAINERS: Move self from write-after-approval to
639 build machinery (*.in).
640
775956d0
NN
6412003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
642
643 PR bootstrap/11273
644 PR bootstrap/11408
645 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
646 unused INSTALL_PROGRAM_ARGS.
647 * configure.in: Use AC_PROG_INSTALL.
648 * Makefile.in: Regenerate.
649 * configure: Regenerate.
650
c7f67a6e
KH
6512003-07-13 Kazu Hirata <kazu@cs.umass.edu>
652
653 * MAINTAINERS: Alphabetize.
654
33952f6f
AO
6552003-07-10 Alexandre Oliva <aoliva@redhat.com>
656
657 * configure: Rebuilt.
658 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
659 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
660 newlib nor libgloss.
661 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
662 * configure.in (am33_2.0-*-linux*): Added.
663
0d4f1b4e
BW
6642003-07-09 Bob Wilson <bob.wilson@acm.org>
665
666 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
667 * configure: Regenerate.
668
56694dd9
ZW
6692003-07-07 Zack Weinberg <zack@codesourcery.com>
670
671 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
672 * Makefile.in: Regenerate.
673
21607eb4
ZW
6742003-07-04 Zack Weinberg <zack@codesourcery.com>
675
676 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
677 * Makefile.in: Regenerate.
678
8c90b13a
L
6792003-07-04 H.J. Lu <hongjiu.lu@intel.com>
680
681 * Makefile.tpl: Replace PWD with PWD_COMMAND.
682 * Makefile.in: Regenerated.
683
5d42f90e
L
684 * config-ml.in: Replace PWD with PWD_COMMAND.
685
6eb95e99
ZW
6862003-07-04 Zack Weinberg <zack@codesourcery.com>
687
688 * intl: New directory; see intl/ChangeLog for details.
689 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
690 * Makefile.tpl: all-gcc depends on maybe-all-intl.
691 * Makefile.in: Regenerate.
692
07d1940e
NN
6932003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
694
695 * configure.in: Clean up config-lang.in handling. Delete
696 useless assignment to "subdirs".
697 * configure: Regenerate.
698
4dbda6f0
NN
6992003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
700
701 * configure.in: Rename 'target_libs' to 'target_libraries'.
702 Remove useless reference to 'target_libs'.
703 * configure: Regenerate.
704
2c30ab71
KS
7052003-06-23 Keith Seitz <kseitz@sources.redhat.com>
706
707 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
708 * Makefile.in: Regenerate.
709
11405c93
NN
7102003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
711
712 * Makefile.def: Introduce flags_to_pass.
713 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
714 * Makefile.in: Regenerate.
715
fb87ad5d
HPN
7162003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
717
718 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
719 and target-libgloss.
720 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
721 <h8300*-*-*>: Disable libf2c and ${libgcj}.
722 * configure: Regenerate.
723
a7956a48
BK
7242003-06-17 Benjamin Kosnik <bkoz@redhat.com>
725
726 * configure.in: Update testsuite_flags to new location.
727 * configure. Regenerate.
6eb95e99 728
eaf9f3b2
NN
7292003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
730
731 * Makefile.tpl: Remove BUILD_CC stuff.
732 * Makefile.in: Regenerate.
733
2d89ffef
KH
7342003-06-17 Kazu Hirata <kazu@cs.umass.edu>
735
736 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
737
83415b0b
GP
7382003-06-16 Graeme Peterson <gp@qnx.com>
739
740 * MAINTAINERS (Write After Approval): Add myself.
741
b951c91c 7422003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 743
b951c91c
L
744 * config.guess: Update to 2003-06-12 version.
745 * config.sub: Update to 2003-06-13 version.
746
0bb41a37
L
7472003-06-12 H.J. Lu <hongjiu.lu@intel.com>
748
749 * config.guess: Update to 2003-06-06 version.
750 * config.sub: Update to 2003-06-06 version.
751
655b7166
RO
7522003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
753
754 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
755 * configure. Regenerate.
756
01b759aa
NN
7572003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
758
bf1d3e81
NN
759 * configure.in: Disable serial configure by default.
760 * configure: Regenerate.
761 * Makefile.tpl: Abolish .NOTPARALLEL.
762 * Makefile.in: Regenerate.
763
e89fbdfe
NN
764 * Makefile.tpl: Replace {build,host,target}_canonical by
765 {build,host,target}.
766 * Makefile.in: Regenerate.
767
01b759aa
NN
768 * Makefile.tpl: Fix stupid pasto.
769 * Makefile.in: Regenerate.
770
f7dae026
NN
7712003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
772
773 * Makefile.tpl: Remove bogus conditional.
774 * Makefile.in: Regenerate.
775
7762003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
777
778 * Makefile.tpl (profiledbootstrap): New target.
779 * Makefile.in (profiledbootstrap): New target.
780
2ffc3e73 7812003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
782
783 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
784 Pinski. Remove user names from other bugzilla-only maintainers.
785
1a1e6b96
NN
7862003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
787
1358ccea
NN
788 * Makefile.tpl: Make 'recursive targets' using autogen rather
789 than shell loop. Remove duplicate 'clean' targets and false
790 comments.
791 * Makefile.def: Add systematic dependencies to 'recursive' targets.
792 Add systematic method of specifying missing targets in subdirs.
793 Add copyright boilerplate.
794 * Makefile.in: Regenerate.
795 * configure.in: Add 'recursive targets' to maybe list.
796 * configure: Regenerate.
797
ae74ed1f
NN
798 * MAINTAINERS: "GNATS only" -> "Bug database only".
799
1a1e6b96
NN
800 * Makefile.tpl: Rename [+target+] to [+make_target+].
801 * Makefile.def: Rename 'target' to 'make_target'.
802
c79af3fa
NB
8032003-05-31 Neil Booth <neil@daikokuya.co.uk>
804
805 * MAINTAINERS: Add self as options handling maintainer.
806
39d85b61
MM
8072003-05-28 Michael Meissner <gnu@the-meissners.org>
808
809 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
810 been too long since I touched those ports.
811
afc2b62d
DD
8122003-05-28 DJ Delorie <dj@redhat.com>
813
814 * Makefile.tpl: Make maybe-check-gcc .PHONY.
815 * Makefile.in: Regenerate.
816
df445104
MR
8172003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
818
819 * configure.in: Use curly braces in the definition of tooldir.
820 * configure: Regenerate.
821
2eb98e5d 8222003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 823
2eb98e5d
DD
824 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
825 newlib or libgloss.
826 * Makefile.in: Regenerate.
827
862fced8
DD
8282003-05-21 DJ Delorie <dj@redhat.com>
829
830 * Makefile.tpl: Add missing empty maybe-check-gcc target.
831 * Makefile.in: Regenerate.
832
fc351800
ILT
8332003-05-20 Ian Lance Taylor <ian@airs.com>
834
835 * MAINTAINERS: Update my e-mail address.
836
7e2dbcef
NN
8372003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
838
839 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 840 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
841 Factor out common code from autogen IF statements.
842 * configure: Regenerate.
843 * Makefile.in: Regenerate.
844
f2a0e225
KC
8452003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
846
847 * configure.in: Accept i[3456789]86 for machine type.
848 * configure: Regenerate.
849
8b87bb96
NN
8502003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
851
852 * configure.in: Switch more things to use maybe dependencies.
853 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
854 * configure: Regenerate.
855 * Makefile.tpl: Switch more things to use maybe dependencies.
856 * Makefile.in: Regenerate.
857
fdb882bc 8582003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
859
860 * Makefile.tpl (install-opcodes): Define.
861 * Makefile.in: Rebuild.
862
f7c50032
AJ
8632003-05-13 Andreas Jaeger <aj@suse.de>
864
865 * config.guess: Update to 2003-05-09 version.
866 * config.sub: Update to 2003-05-09 version.
867
f2181bed 8682003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
869
870 * configure.in: Correct sed script so that options in quotes are not
871 deleted.
872 * configure: Rebuild.
873
aa8f1f57
CV
8742003-05-12 Corinna Vinschen <corinna@vinschen.de>
875
876 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
877 and $$s/newlib/libc/sys/cygwin32 include paths.
878 * configure: Ditto.
879
0c130f81
MM
8802003-05-12 Michael Meissner <gnu@the-meissners.org>
881
882 * MAINTAINERS: Update my email addresses.
883
aa1a100b
EB
8842003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
885
886 * config-ml.in: Propagate INSTALL variables.
f7c50032 887
87861833
GP
8882003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
889
890 * MAINTAINERS: Remove duplicate entries in Write After Approval.
891
de722255
CD
8922003-05-02 Chris Demetriou <cgd@broadcom.com>
893
6eb95e99
ZW
894 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
895 * Makefile.in: Regenerate.
de722255 896
96c4a002
WB
8972003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
898
899 * MAINTAINERS (GNATS only): Add Falk Hueffner.
900
55b15a11
WB
9012003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
902
903 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
904
0c227849
DJ
9052003-04-27 Daniel Jacobowitz <drow@mvista.com>
906
907 * Makefile.tpl: Clean $(BUILD_SUBDIR).
908 * Makefile.in: Regenerated.
909
d45148c1
WB
9102003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
911
912 * MAINTAINERS (Write After Approval): Upgrade myself from
913 GNATS only to write-after-approval. Update my mail address.
914
48f2318c 9152003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
916
917 (OS Port Maintainers: freebsd): Add myself.
918
438f50c3
MM
9192003-04-22 Mark Mitchell <mark@codesourcery.com>
920
921 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
922
9074e169
KJ
9232003-04-22 Kean Johnston <jkj@sco.com>
924
925 * MAINTAINERS (SCO ports): Added myself.
926
dfd39a2e
NS
9272003-04-21 Nathan Sidwell <nathan@codesourcery.com>
928
929 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
930
ccbae82a
KJ
9312003-04-19 Kean Johnston <jkj@sco.com>
932
933 * MAINTAINERS (Write After Approval): Add myself.
934
2f50999f
GP
9352003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
936
937 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
938 * Makefile.in: Regenerate.
939
e9b84181
JJ
9402003-04-18 Jakub Jelinek <jakub@redhat.com>
941
942 * configure.in (powerpc64*-*-linux*): Remove.
943 * configure: Rebuilt.
944
1ca4c6e1
PE
9452003-04-17 Phil Edwards <pme@gcc.gnu.org>
946
947 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
948 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
949 and restrap.
950 * Makefile.in: Regenerate.
951
0590b963
RE
9522003-04-16 Richard Earnshaw <rearnsha@arm.com>
953
954 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
955 * configure: Regenerated.
956
ff41a56f
DD
9572003-04-15 DJ Delorie <dj@redhat.com>
958
959 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
960
50d440bc
NC
9612003-04-13 Nick Clifton <nickc@redhat.com>
962
963 * config-ml.in: Remove support for --disable-aix removing
964 call-aix multilibs.
965
b1e0a93e
AO
9662003-04-10 Alexandre Oliva <aoliva@redhat.com>
967
968 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
969 * */configure: Rebuilt.
970
71fb704d
JS
9712003-04-08 Joel Sherrill <joel@oarcorp.com>
972
973 * MAINTAINERS: Add my email address.
974
3897ea90
OH
9752003-03-17 Olivier Hainque <hainque@act-europe.fr>
976
977 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 978
93c834b7
NN
9792003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
980
981 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
982 * Makefile.in: Regenerate.
983
82c34dcb
MC
9842003-03-14 Michael Chastain <mec@shout.net>
985
986 * Makefile.in: Regenerate with correct Makefile.def.
987
73458fb7
NN
9882003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
989
990 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
991 Make macro.
992 * Makefile.in: Regenerate.
993 * configure.in: Clean up gxx_include_dir logic.
994 * configure: Regenerate.
995
32cf27e5
AE
9962003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
997
998 * MAINTAINERS (Write After Approval): Add myself.
999
c727e7a0
BE
10002003-03-10 Ben Elliston <bje@wasabisystems.com>
1001
1002 * MAINTAINERS: Update my mail address.
1003
9a27ac7a
FS
10042003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1005
1006 * configure.in (gxx_include_dir): Fix typo.
1007 * configure: Regenerated.
1008
3aa83176
NN
10092003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1010
1011 * Makefile.tpl: Reindent.
1012 * Makefile.in: Regenerate.
1013 * configure.in: Reindent. Don't set unused variables.
1014 * configure: Regenerate.
1015
9124bc53
DJ
10162003-03-04 Daniel Jacobowitz <drow@mvista.com>
1017
1018 * configure.in: Include $(build_tooldir)/sys-include in
1019 FLAGS_FOR_TARGET.
1020 * configure: Regenerated.
1021
cb543528
NN
10222003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
1023
c858bf1e
NN
1024 * Makefile.tpl: Always pass down RANLIB.
1025 * Makefile.in: Regenerate.
1026
aa9c3ab4
NN
1027 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
1028 * Makefile.in: Regenerate.
1029 * configure.in: Remove unused logic relating to --enable-shared
1030 and --enable-threads. Remove bogus comments. Remove redundant
1031 noconfigdirs.
1032 * configure: Regenerate.
1033
cb543528
NN
1034 * configure.in: Replace ${libstdcxx_version} by its value.
1035 Remove reference to mh-dgux.
1036 * configure: Regenerate.
1037
53f70c1b
KB
10382003-03-03 Kevin Buettner <kevinb@redhat.com>
1039
1040 * MAINTAINERS (Write After Approval): Add myself.
1041
df0f0674
NN
10422003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
1043
1044 * Makefile.tpl: Rearrange.
1045 * Makefile.in: Regenerate.
1046
ef4e7569
US
10472003-02-25 Uwe Stieber <uwe@wwws.de>
1048
1049 * configure.in: Add support for kaOS as cross build target system.
1050 * configure: Regenerated.
1051
a7a287eb
SB
10522003-02-24 Steven Bosscher <steven@gcc.gnu.org>
1053
1054 * MAINTAINERS (Write after approval): Add myself.
1055
ff00c8a2
JW
10562003-02-21 James E Wilson <wilson@tuliptree.org>
1057
1058 * MAINTAINERS: Update my email address.
1059
abb2db7a
ZW
10602003-02-21 Zack Weinberg <zack@codesourcery.com>
1061
1062 * MAINTAINERS: Add self to blanket write privs. section.
1063
e9f2dc3b
SM
10642003-02-20 Sean McNeil <sean@blue.mcneil.com>
1065
1066 * Makefile.tpl: Add definition of CPPFLAGS to pass into
1067 configure-target-* as some target builds may require additional
1068 flags for preprocessor tests.
1069 * Makefile.in: Regenerated.
1070
ee03dc5e
AO
10712003-02-19 Alexandre Oliva <aoliva@redhat.com>
1072
11856278
AO
1073 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
1074 * ltconfig: Handle it.
1075 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
1076 auto-detecting it.
1077
274aef32
AO
1078 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
1079 it is used as argument to $CC.
1080 * ltcf-gcj.sh: Likewise.
1081
ee03dc5e
AO
1082 * configure.in: Introduce --enable-maintainer-mode.
1083 * configure: Rebuilt.
1084 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
1085 for maintainer mode.
1086 * Makefile.in: Rebuilt.
1087
30db8e17
JM
10882003-02-18 Jason Merrill <jason@redhat.com>
1089
1090 * Makefile.tpl (check-c++): Allow parallelism.
1091
cab60ac6
GP
10922003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1093
1094 * MAINTAINERS: Remove John Carr (who never actually had access to
1095 gcc.gnu.org).
1096
c8e5d1af
GK
10972003-02-15 Geoffrey Keating <geoffk@apple.com>
1098
1099 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
1100 don't configure target-libobjc.
1101 * configure: Regenerate.
1102
70f91f50
RO
11032003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1104
1105 * Makefile.tpl (RANLIB): Define.
1106 * Makefile.in: Regenerate.
1107
669e9062
LB
11082003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
1109
1110 * MAINTAINERS: Update my email.
abb2db7a 1111
61b56b2e
KS
11122003-02-06 Keith R Seitz <keiths@redhat.com>
1113
1114 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
1115 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
1116 * Makefile.in: Regenerated.
1117 * configure.in: Remove all traces of snavigator, db, and grep.
1118 * configure: Regenerated.
1119
a1ba6e15
GP
11202003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1121
1122 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
1123 After Approval.
1124
f5f2cce5
CC
11252003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1126
1127 * MAINTAINERS (Write after approval): Add myself.
1128
ba49f6f1
FCE
11292003-01-31 Frank Ch. Eigler <fche@redhat.com>
1130
1131 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
1132 * Makefile.in: Regenerated.
1133
ccf9f10c
RS
11342003-01-30 Roger Sayle <roger@eyesopen.com>
1135
1136 * config.guess: Updated to 2003-01-30's version.
1137 * config.sub: Updated to 2003-01-28's version.
1138
a693735b
AO
11392003-01-30 Alexandre Oliva <aoliva@redhat.com>
1140
1141 * config.if: If gcc_version is already set, just use it. Don't set
1142 gcc_version_trigger if it's already set, otherwise set it to
1143 gcc/version.c, but only if the file exists. If it is not set and
1144 gcc/version.c does not exist, try to extract the version number from
1145 $CC.
1146
204c43d6
AT
11472003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
1148
abb2db7a 1149 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 1150
842e91ec
PE
11512003-01-27 Phil Edwards <pme@gcc.gnu.org>
1152
1153 * configure.in: Revert 24Jan change.
1154 * configure: Regenerate.
1155
6b99984e
GP
11562003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1157
1158 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
1159 entry of HJ Lu.
1160
806e0935
NN
11612003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1162
1163 * configure.in: Revert previous change.
1164 * configure: Regenerate.
1165
307a9864
NN
11662003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
1167
1168 * configure.in: Make rda native-only.
1169 * configure: Regenerate.
1170
02ba6302
VR
11712003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1172
1173 * MAINTAINERS: Move myself from GNATS-only-accounts to
1174 write-after-approval.
1175
77d187bc
NN
11762003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
1177
1178 * configure.in: Add missing \.
1179 * configure: Rebuilt.
1180
a94a2d4c
JJ
11812003-01-17 Jakub Jelinek <jakub@redhat.com>
1182
1183 * configure.in (baseargs): Avoid using \| in sed regular
1184 expressions.
1185 * configure: Rebuilt.
1186
73f84924
JJ
11872003-01-16 Jakub Jelinek <jakub@redhat.com>
1188
1189 * configure.in (baseargs): Remove all supported forms of
1190 --cache-file, --srcdir, --host, --build and --target options
1191 from argument lists.
1192 * configure: Rebuilt.
1193
8c12fc63
JZ
11942003-01-15 Josef Zlomek <zlomekj@suse.cz>
1195
1196 * MAINTAINERS: Add myself to write-after-approval list.
1197
7c005a3a
AO
11982003-01-15 Alexandre Oliva <aoliva@redhat.com>
1199
1200 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
1201 * configure: Rebuilt.
1202
3dfabf63
NN
12032003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
1204
1205 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
1206 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
1207 * Makefile.in: Regenerate.
1208 * configure: Regenerate.
1209
cf53ae10
AO
12102003-01-09 Alexandre Oliva <aoliva@redhat.com>
1211
1212 * configure.in: Remove Makefile in build, host and target modules
1213 unless configure was run with --no-recursion.
1214 * configure: Rebuilt.
1215
3fbe8e4a
CC
12162003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
1217
1218 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
1219 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
1220 * Makefile.in: Regenerate.
1221
66e2aa7d
CD
12222003-01-08 Chris Demetriou <cgd@broadcom.com>
1223
1224 * config.guess: Update to 2003-01-03 version.
1225 * config.sub: Update to 2003-01-03 version.
1226
b5038cfb
CF
12272003-01-07 Christopher Faylor <cgf@redhat.com>
1228
1229 * configure: Regenerate with proper autoconf 2.13.
1230
d02c69be
CF
12312003-01-07 Christopher Faylor <cgf@redhat.com>
1232
1233 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 1234 * configure: Regenerate.
d02c69be 1235
e914a571
AC
12362003-01-06 Andrew Cagney <ac131313@redhat.com>
1237
1238 * configure.in (GDB_TK): Add tcl directories conditional on
1239 gdb/gdbtk directory being present.
1240 * configure: Regenerate.
abb2db7a 1241
70571545
JDA
12422003-01-04 John David Anglin <dave.anglin@nrc.ca>
1243
1244 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
1245 by gcc if LD is not defined and we are not doing a Canadian Cross.
1246 * configure: Rebuilt.
1247
89a7012a
TT
12482002-12-31 Tom Tromey <tromey@redhat.com>
1249
1250 * Makefile.in: Rebuilt.
1251 * Makefile.def (target_modules) [libffi]: Allow installation.
1252
3f4f56e2
AS
12532002-12-31 Andreas Schwab <schwab@suse.de>
1254
1255 * configure.in: Fix use of $program_transform_name.
1256 * configure: Regenerated.
1257
6c1b8d0a
DJ
12582002-12-30 Daniel Jacobowitz <drow@mvista.com>
1259
1260 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 1261 * configure: Regenerated.
6c1b8d0a 1262
c5120911
AO
12632002-12-29 Alexandre Oliva <aoliva@redhat.com>
1264
1265 * Makefile.tpl (local-distclean): Don't remove...
1266 (multilib.ts): ... this. Moved into...
1267 (multilib.out): ... this. Don't use sub-make.
1268 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
1269 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
1270 (configure-build-[+module+], configure-[+module+],
1271 configure-target-[+module+], configure-gcc): ... these. Test
1272 for Makefile existence. Drop config.status from dependencies.
1273 * Makefile.in: Rebuilt.
1274 * configure.in: Move gcc-version-trigger to the end of
1275 ac_configure_args. Add comments to maybedep.tmp and
1276 serdep.tmp. Introduce --disable-serial-configure. Remove
1277 nonopt from baseargs, matching and removing corresponding
1278 whitespace while at it.
1279 * configure: Rebuilt.
1280
e245b0ea
AO
12812002-12-28 Alexandre Oliva <aoliva@redhat.com>
1282
903de295
AO
1283 * configure.in (host_configargs): Replace reference to
1284 no-longer-defined buildopts with --build=${build_alias}.
1285 * configure: Rebuilt.
1286
e245b0ea
AO
1287 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
1288 program_transform_name to standard idiom.
1289 (AUTOGEN, AUTOCONF): Define.
1290 (Makefile.in): Use $(AUTOGEN).
1291 (Makefile): Depend on config.status, and use autoconf-style rule to
1292 build it. Move original commands to...
1293 (config.status): ... this new target.
1294 (configure): Add $(srcdir). Depend on config/acx.m4. Use
1295 $(AUTOCONF).
1296 * Makefile.in: Rebuilt.
1297
671aa708
NN
12982002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
1299
53fbfb58
NN
1300 * Makefile.tpl: Fix dramatic bustage due to change in
1301 program_transform_name.
1302 * Makefile.in: Regenerate.
1303
1304 * configure.in: Remove unnecessary PATH setting.
1305 * configure: Regnerate.
1306
1307 * configure.in: Don't default to unprefixed tools unless
1308 the native tools will work.
1309 * configure: Regenerate.
1310
671aa708
NN
1311 * configure.in: Convert to autoconf script. Blow away lots
1312 of now-redundant Makefile fragments.
1313 * configure: Generate using Autoconf.
1314 * Makefile.tpl: Rewrite to reflect autoconfiscation.
1315 * Makefile.in: Regenerate.
1316
57f40826
NN
13172002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
1318
3fedb745
NN
1319 * configure: Fix stupid bug where RANLIB was mistakenly included.
1320
abb2db7a 1321 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
1322 (build_configargs, host_configargs, target_configargs).
1323
1324 * configure.in: Move logic out of sed statement.
1325
abb2db7a 1326 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
1327 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
1328
315fa0f4
SS
13292002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
1330
1331 * config.sub: Import from master repository
1332 * config.guess: Ditto
1333
45aff44f
AS
13342002-12-24 Andreas Schwab <schwab@suse.de>
1335
1336 * Makefile.tpl (multilib.out): Fix missing space.
1337 * Makefile.in: Regenerate.
1338
88b5521b
NN
13392002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
1340
1341 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
1342 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
1343 * Makefile.in: Regenerate.
1344 * configure.in: Remove unnecessary leftovers.
1345
2a726918
GK
13462002-12-21 Geoffrey Keating <geoffk@apple.com>
1347
1348 * configure.in (extra_ranlibflags_for_target): New variable.
1349 (*-*-darwin): Add -c to ranlib commands.
1350 * configure (tooldir): Handle extra_ranlibflags_for_target.
1351
aace3269 13522002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
1353
1354 * Makefile.tpl: Revert HJL's change.
1355 * Makefile.in: Regenerated.
1356 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
1357 always.
1358
f0895142
AS
13592002-12-19 Andreas Schwab <schwab@suse.de>
1360
1361 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
1362 * Makefile.in: Regenerate.
1363
782d0c02
L
13642002-12-18 H.J. Lu <hjl@gnu.org>
1365
1366 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
1367 * Makefile.in: Regenerated.
1368
1369 * configure.in (build_prefix): New. Substitute.
1370
212f6dd0
NN
13712002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
1372
79308c5d
NN
1373 * Makefile.tpl: Don't let real targets depend on phony targets.
1374 * Makefile.in: Regenerate.
1375
212f6dd0
NN
1376 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
1377 * Makefile.in: Regenerate.
1378
ab17919f
SS
13792002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
1380
1381 * config.sub: Import from master repository
1382 * config.guess: Ditto
1383
5ecf91d1
JM
13842002-12-16 Jason Merrill <jason@redhat.com>
1385
1386 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
1387 previous 'make bootstrap'.
1388 * Makefile.in: Regenerate.
1389
d8437e1b
HPN
13902002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
1391
1392 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
1393
4977bab6
ZW
13942002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
1395
1396 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
1397 * Makefile.in: Regenerate.
1398
0edcfdcb
JM
13992002-12-13 Jason Merrill <jason@redhat.com>
1400
6248218a 1401 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
1402 library tests.
1403 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
1404 * Makefile.in: Regenerate.
1405
4977bab6
ZW
14062002-12-12 Alexandre Oliva <aoliva@redhat.com>
1407
1408 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
1409 * Makefile.in: Rebuilt.
1410
f87505dd
AO
14112002-12-12 Alexandre Oliva <aoliva@redhat.com>
1412
1413 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
1414
4977bab6
ZW
14152002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
1416
1417 * configure: Fix bug put in by gremlins.
1418
1419 * Makefile.tpl: Substitute more autoconfily.
1420 * configure: Substitute more autoconfily.
1421 * Makefile.in: Regenerate.
1422
7f0db92a
SS
14232002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
1424
1425 * config.sub: Import from master repository
1426 * config.guess: Ditto
1427 * MAINTAINERS: Added Svein Seldal under write after approval
1428
4977bab6
ZW
14292002-12-08 Andrew Cagney <ac131313@redhat.com>
1430
1431 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
1432 * Makefile.in (all-sim): Ditto.
1433
14342002-12-06 DJ Delorie <dj@redhat.com>
1435
1436 * Makefile.tpl: Change configure dependencies to not have real
1437 targets depend on phony targets.
1438
14392002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
1440
1441 * configure.in: Revert unintentional change.
1442
1443 * Makefile.tpl: Change dependency for */multilib.out so that
1444 it works when gcc isn't in the tree.
1445
1446 * configure.in: Substitute more.
1447 * configure: Run subconfigures from the Makefile.
1448 * Makefile.tpl: Run subconfigures from the Makefile; add a few
1449 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
1450
67f1b906
GP
14512002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1452
1453 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
1454
4977bab6
ZW
14552002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
1456
1457 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
1458 and corresponding dependencies.
1459 * Makefile.in: Regenerate.
1460
1461 * configure.in (host_tools): Order binutils, gas and ld for
1462 convenience in running the testsuites.
1463
1464 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
1465 * Makefile.in: Regenerate.
1466 * configure.in: Introduce rules to serialize subconfigure runs.
1467
1468 * configure.in: Introduce BASE_CC_FOR_TARGET.
1469 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
1470 Realize configure-build-* targets. Realize configure-target-* targets.
1471 * Makefile.in: Regenerate.
1472
14732002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
1474
1475 * configure: Move gcc_version_trigger stuff from here...
1476 * configure.in: ...to here.
1477
1478 * configure.in: Separate subconfigure options added by this file from
1479 options given by the user. Add machinery to put args for host
1480 subconfigures into the Makefile.
1481
1482 * Makefile.tpl: Remove 'vault' targets.
1483 * Makefile.tpl: Reorder and comment dependencies.
1484 * Makefile.in: Regenerate.
1485
14862002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
1487 * configure.in: Fix my broken commit of previous patch. (sigh)
1488
743f054e
GK
14892002-11-28 Geoffrey Keating <geoffk@apple.com>
1490
1491 * configure.in: Move host-specific darwin noconfigdirs into
1492 the host-specific section.
1493
4977bab6
ZW
14942002-11-28 Geoffrey Keating <geoffk@apple.com>
1495
1496 * configure.in: Move host-specific darwin noconfigdirs into
1497 the host-specific section.
1498
14992002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
1500
1501 * configure: Remove skip-this-dir support.
1502 * Makefile.tpl: Remove skip-this-dir support.
1503
1504 * Makefile.tpl: Remove leftover support for non-autoconfiscated
1505 subdirectories.
1506 * Makefile.in: Regenerate.
1507
1508 * Makefile.tpl: Strip out useless setting of 'dir'.
1509 * Makefile.in: Regenerate.
1510
15112002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
1512
1513 * configure.in: Fix deeply stupid bug.
1514
1515 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
1516 shell code in CXX_FOR_TARGET
1517 * Makefile.def: Introduce raw_cxx.
1518 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
1519 RAW_CXX_FOR_TARGET.
1520 * Makefile.in: Regenerate.
1521
15222002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
1523
1524 * Makefile.tpl: Remove unnecessary ifs.
1525 * Makefile.in: Regenerate.
1526
1527 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
1528 dependencies. Maybe-ize build-libiberty. Create dummy install
1529 targets for 'no_install' modules.
1530 * configure: Move GDB_TK substitution to configure.in. Move
1531 build_modules stuff to configure.in.
1532 * configure.in: Implement soft dependency machinery. Maybe-ize
1533 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
1534 * Makefile.in: Regenerate.
1535
15362002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
1537
1538 * Makefile.tpl: Make all-target, install-target behave similarly
1539 to all, install (only hitting configured targets). Eliminate
1540 unused macro defintions.
1541
1542 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
1543 build != host.
1544
1545 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
1546
1547 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
1548
1549 * configure.in: Produce lists of subdir targets we're actually
1550 configuring. Remove references to "dosrel".
1551 * Makefile.tpl: Let configure set which subdir targets are hit.
1552 Remove install-cross; clean up install; remove ALL. Remove
1553 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
1554 Autogenerate host module targets. Remove empty dependency lines
1555 and redundant dependency; rearrange slightly.
1556 * Makefile.def: Add host-side libtermcap, utils.
1557
1558 * Makefile.in: Regenerate.
1559
e6226a2f
RO
15602002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1561
1562 * ltconfig (osf[345]): Append $major to soname_spec.
1563 Reflect this in library_names_spec.
1564 * ltmain.sh (osf): Prefix $major with . for use as extension.
1565
3b75d237
AJ
15662002-11-19 Andreas Jaeger <aj@suse.de>
1567
1568 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
1569 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
1570 and sparc64 GNU/Linux systems.
1571
809108de
NS
15722002-11-19 Nathan Sidwell <nathan@codesourcery.com>
1573
1574 * MAINTAINERS: Update email.
1575
e7e0de7e
GP
15762002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1577
1578 * MAINTAINERS: Complete James Dennett's entry.
1579
f7109dea
EB
15802002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
1581
1582 * MAINTAINERS (Write After Approval): Add myself.
1583
d3ac17c9
BK
15842002-11-13 Bruce Korb <bkorb@gnu.org>
1585
1586 * Makefile.tpl: syntactic cleanup
1587
cbf78ae4
SH
15882002-11-13 Stuart Hastings <stuart@apple.com>
1589
1590 * MAINTAINERS: Add myself to write-after-approval list.
1591
4977bab6
ZW
15922002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
1593
1594 * Makefile.def: Add list of recursive targets to autogenerate.
1595 Add build_modules.
1596 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
1597 targets. Autogenerate *-build-* targets.
1598 * Makefile.in: Regenerate.
1599
16002002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
1601
1602 * configure: More autoconf-style substitutions.
1603 * Makefile.tpl: More autoconf-style substitutions.
1604 * Makefile.in: Regenerate.
1605
16062002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
1607
1608 * configure: Substitute more variables in a more autoconf-friendly
1609 way. Simplify slightly.
1610 * Makefile.tpl: Make more variables substitutable in an
1611 autoconf-friendly way.
1612 * Makefile.in: Regenerate.
1613
d4783999
JW
16142002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
1615
1616 * MAINTAINERS (Write After Approval): Add myself.
1617
4977bab6
ZW
16182002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
1619
1620 * configure.in (v810*): Remove special setting of tools.
1621
1622 * configure: Add support for extra required flags for ar or nm.
1623 * configure.in (aix4.3+): Use above support for target-specific
1624 issues, rather than using config/mt-aix43.
1625
16262002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
1627
1628 * configure: Remove 'removing', which doesn't work. Replace $subdir
1629 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
1630 with $srcdir. Reformat indentation. Substitute some variables
1631 formerly hard-coded in the Makefile for build=host.
1632 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
1633 * Makefile.def: Autogenerate more.
1634 * Makefile.in: Regenerate.
1635
1c9c903e
AN
16362002-11-04 Adam Nemet <anemet@lnxw.com>
1637
1638 * MAINTAINERS (Write After Approval): Add myself.
1639
40673d2b
KB
16402002-11-04 Kevin Buettner <kevinb@redhat.com>
1641
1642 * Makefile.def (host_modules): Add rda.
1643 * Makefile.in: Regenerate.
1644 * configure.in (target_tool): Add target-rda to list.
1645
42e650ae
GP
16462002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1647
1648 * MAINTAINERS: Remove "co-maintainer" note for web pages.
1649
e004b81f
PE
16502002-10-25 Phil Edwards <pme@gcc.gnu.org>
1651
1652 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
1653 and restrap targets to this rule.
1654 * Makefile.in: Regenerate.
1655
06bd49b1
GP
16562002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1657
1658 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
1659 GNATS only accounts.
1660
d0af82b0
HPN
16612002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
1662
1663 * configure.in (i[3456]86-*-linux*): Add check to disable
1664 ${libgcj} for glibc1.
1665
10782654
DC
16662002-10-24 Denis Chertykov <denisc@overta.ru>
1667
1668 * MAINTAINERS: Add myself as ip2k port maintainer.
1669
a5a438f5
SS
16702002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
1671
1672 * configure.in: Add tic4x target.
1673
fe3d5b7f
NN
16742002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
1675
aba8a494
NN
1676 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
1677 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
1678 * Makefile.in: Regenerate.
1679
fe3d5b7f
NN
1680 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
1681 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
1682 * Makefile.in: Regenerate.
1683
a6ad79e7
JJ
16842002-10-02 Janis Johnson <janis187@us.ibm.com>
1685
1686 * MAINTAINERS: Add myself as web pages co-maintainer.
1687
6a8a9058
NN
16882002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
1689
1690 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
1691 * Makefile.in: Regenerate.
1692
327d975a
ZW
16932002-10-02 Zack Weinberg <zack@codesourcery.com>
1694
1695 * MAINTAINERS: Add myself and Nathan Sidwell
1696 <nathan@codesourcery.com> as VxWorks maintainers.
1697
a5ae8f19 16982002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
1699
1700 * Makefile.def: Remove order dependency comments.
1701 * Makefile.tpl: Add explicit install-install dependencies.
1702 * Makefile.in: Regenerate.
d0f6c823 1703
34c6040c 1704 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 1705 * Makefile.in: Regenerate.
34c6040c 1706
d0f6c823
NN
1707 * Makefile.tpl: Add configure-target (for src-release in src)
1708 * Makefile.in: Regenerate.
1709
50bd210b
NC
17102002-09-30 Nick Clifton <nickc@redhat.com>
1711
1712 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
1713
ca25149e
UW
17142002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
1715
1716 * configure.in (s390*-*-linux*): Enable libgcj.
1717
dd30b57d
NN
17182002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
1719
9e60a678
NN
1720 * configure: Revert accidentally applied changes.
1721
dd30b57d
NN
1722 * Makefile.tpl: Make more autoconf-friendly.
1723 * Makefile.in: Regenerate.
1724 * configure: Make substitution more autoconf-like.
1725
5831424e
RE
17262002-09-28 Richard Earnshaw <rearnsha@arm.com>
1727
1728 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
1729 single entry to handle all these.
1730 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
1731 libjava on arm-*-elf.
1732
b7f3b15b
GK
17332002-09-27 Geoffrey Keating <geoffk@apple.com>
1734
1735 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
1736 things that depend on them.
1737
0dffceed
NN
17382002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
1739
1740 * Makefile.tpl: Make subsituted variables more autoconfy.
1741 * Makefile.in: Regenerate.
1742 * configure: Make seds more autoconfy.
1743
1db75a86 17442002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
1745
1746 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
1747 * Makefile.in: Regenerate.
1748 * configure.in: Rewrite sed statements to look autoconfy.
1749
1db75a86
NN
1750 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
1751 all-target-foo on configure-target-foo.
1752 * Makefile.def: Ditto.
1753 * Makefile.in: Rebuild.
1754
741a4e89
AH
17552002-09-25 Andrew Haley <aph@redhat.com>
1756
1757 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
1758
95ddd785
NN
17592002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
1760
1761 * Makefile.def: New file.
1762 * Makefile.tpl: New file.
1763 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
1764 * contrib/gcc_update: Note that Makefile.in is a generated file.
1765
1766 * configure.in: Minor rearrangement. Simplify tests.
1767
65a824f6
JT
17682002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
1769
1770 * configure.in (with_headers): Skip copy if value is "yes".
1771 (with_libs): Likewise.
1772
51270f0a 17732002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
1774
1775 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
1776 * configure.in (sh*-*-pe*): Ditto.
1777 * configure.in (mips*-*-pe*): Ditto.
1778 * configure.in (*arm-wince-pe): Ditto.
1779
8f89dbf4
NN
1780 * configure.in: Rearrange.
1781
c1b8db3f
KH
17822002-09-14 Kazu Hirata <kazu@cs.umass.edu>
1783
1784 * MAINTAINERS: Update my email address.
1785
341f0575
PK
17862002-08-30 Paul Koning <pkoning@equallogic.com>
1787
1788 * MAINTAINERS: (Write After Approval): Add myself.
1789
d2e06980
GK
17902002-08-29 Geoffrey Keating <geoffk@redhat.com>
1791
1792 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
1793
4906d5d8
GK
17942002-08-24 Geoffrey Keating <geoffk@redhat.com>
1795
1796 * MAINTAINERS: Change my mailing address.
1797
e9a25cc8
PC
17982002-08-21 Paolo Carlini <pcarlini@unitus.it>
1799
1800 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 1801 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 1802
a5aa7421
LR
18032002-08-20 Loren J. Rittle <ljrittle@acm.org>
1804
1805 * MAINTAINERS (Write After Approval): Remove myself.
1806 (Various Maintainers: c++ runtime libs): Add myself.
1807
5ce6f47b
EC
18082002-08-15 Eric Christopher <echristo@redhat.com>
1809
1810 * config.sub: Import from master repository.
1811 * config.guess: Ditto.
1812
7f9317f0
AO
18132002-08-19 Alexandre Oliva <aoliva@redhat.com>
1814
1815 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
1816 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
1817 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
1818
7aecca3d
AH
18192002-08-16 Aldy Hernandez <aldyh@redhat.com>
1820
1821 * MAINTAINERS: Add self to rs6000 vector extensions.
1822
8ea4b195
AO
18232002-08-15 Alexandre Oliva <aoliva@redhat.com>
1824
1825 * libiberty/configure: Reverted unintended yesterday's check in.
1826
f5cc59a7
AO
18272002-08-14 Alexandre Oliva <aoliva@redhat.com>
1828
1829 * boehm-gc/configure, libf2c/configure: Rebuilt.
1830 * libffi/configure, libiberty/configure: Ditto.
1831 * libjava/configure, libobjc/configure: Ditto.
1832 * libstdc++-v3/configure, zlib/configure: Ditto.
1833 Merged from binutils:
1834 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
1835 From Steve Ellcey <sje@cup.hp.com>:
1836 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
1837 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
1838 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
1839 IA64.
1840 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
1841 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
1842 soname_spec, sys_lib_search_path_spec): Ditto.
1843
66350331
FS
18442002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
1845
1846 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
1847
2ff34870
L
18482002-08-04 H.J. Lu (hjl@gnu.org)
1849
1850 * configure.in (mips*-*-linux*): Don't skip target-libffi.
1851
a014f2fe
KW
18522002-08-02 Krister Walfridsson <cato@df.lth.se>
1853
1854 * MAINTAINERS (Write After Approval): Add myself.
1855
c01d477a
AM
18562002-07-31 Alan Modra <amodra@bigpond.net.au>
1857
1858 * configure.in: Move generic linux case to end. Copy generic
1859 linux noconfigdirs to mips*-*-linux* entry and new
1860 powerpc64*-*-linux* entry. Add target-libffi for the latter.
1861
68cd2524
MM
18622002-07-19 Michael Matz <matz@suse.de>
1863
1864 * MAINTAINERS: Add myself as ra* maintainer.
1865
e2d83b8c
CD
18662002-07-16 Chris Demetriou <cgd@broadcom.com>
1867
1868 * config.guess: Update to 2002-07-09 version.
1869 * config.sub: Update to 2002-07-03 version.
1870
cece4f1d
HPN
18712002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
1872
1873 * MAINTAINERS: Fix typo in a maintainer email address.
1874
bb654703
NN
18752002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
1876
1877 * configure.in: Remove two redundant tests.
1878
789b7de5
RO
18792002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1880
1881 * configure.in (mips*-*-irix6*o32): Enable stabs.
1882
e1da1089
NN
18832002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
1884
f3970bba
NN
1885 * configure.in: Don't build grez.
1886 * Makefile.in: Ditto.
1887
e1da1089
NN
1888 * Makefile.in: Remove references to bsp, cygmon, libstub.
1889 * configure.in: Ditto.
1890
1891 * configure.in: Remove leftover reference to gdbtest.
1892
57c905fa
PE
18932002-07-08 Phil Edwards <pme@gcc.gnu.org>
1894
1895 * configure.in (gxx_include_dir): Change to match versioned
1896 C++ headers if --enable-version-specific-runtime-libs is used.
1897
a0af94a7 18982002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 1899
a0af94a7
SE
1900 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
1901
423ce3eb
NN
19022002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
1903
1904 * configure.in: Make --without-x work.
1905
98186934
NN
19062002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
1907
c3b7d169
NN
1908 * configure.in: Rearrange target Makefile fragment collection.
1909
98186934
NN
1910 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
1911 cvs[src].
1912 * configure.in: Ditto.
1913
eebd288a
MK
19142002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
1915
1916 * MAINTAINERS (Write After Approval): Update my e-mail address.
1917
3ab36f05
NN
19182002-06-24 Ben Elliston <bje@redhat.com>
1919
1920 * configure.in (host_tools): Remove cgen.
1921
1922 * Makefile.in (all-cgen): Remove; runs from its source directory.
1923 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 1924 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
1925 (all-sim): Likewise.
1926
19272002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
1928
1929 * Makefile.in: Eliminate 'apache' targets.
1930 * configure.in: Eliminate 'apache' targets.
1931
55380b08
NN
1932 * configure.in: Eliminate redundant tests. Reorganize.
1933
9a5c1b9d
NN
1934 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
1935
5fd3853a
NN
1936 * config-ml.in: Eliminate references to Cygnus configure.
1937
cfefc434
NN
1938 * Makefile.in: Eliminate references to building emacs.
1939
2fe93885
GS
19402002-06-28 Graham Stott <graham.stott@btinternet.com>
1941
1942 * MAINTAINERS: Update my email address.
1943
53c40185
BK
19442002-06-26 Benjamin Kosnik <bkoz@redhat.com>
1945
1946 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 1947 (cxx_incdir): Remove.
53c40185 1948
97679694
NN
19492002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
1950
1951 * MAINTAINERS (Write After Approval): Add self.
1952
b03bcd37
DC
1953Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
1954
1955 * configure.in: Add support for ip2k.
1956
6bd12129
NN
19572002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
1958
1959 * configure.in: Fix AIX configury bug.
1960
e0d98a92
SE
19612002-06-20 Steve Ellcey <sje@cup.hp.com>
1962
1963 * MAINTAINERS (Write After Approval): Add self.
1964
ba3292db
NN
19652002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
1966
ef40bc65
NN
1967 * configure.in: replace ${topsrcdir} with ${srcdir}
1968
7a0be465
NN
1969 * configure.in: Move definition of libstdcxx_flags
1970 right above usage, rather than waaay earlier.
1971
e1848dde
NN
1972 * configure.in: Pull definition of is_cross_compiler earlier.
1973
8bc2fff1
NN
1974 * configure.in: Rearrange a little.
1975
ba3292db
NN
1976 * configure.in: Remove references to librx.
1977 * Makefile.in: Remove references to librx.
1978
11d8b408
DC
1979Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
1980
1981 * config.sub: Add support for avr target.
1982 Import from master sources, rev 1.255
5ce6f47b 1983
93da8339
PE
19842002-06-19 Phil Edwards <pme@gcc.gnu.org>
1985
1986 * configure, .cvsignore: Revert previous change...
1987 * Makefile: ...delete.
1988
b4caab5c
NN
19892002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
1990
1991 * configure.in: Eliminate ${gasdir} variable.
1992
ee777171
DB
19932002-06-18 Dave Brolley <brolley@redhat.com>
1994
1995 * configure.in: Add support for frv.
1996 * config.sub: Add support for frv.
1997
26e4af54
PE
19982002-06-18 Phil Edwards <pme@gcc.gnu.org>
1999
2000 * configure: Remove garbage from previous commit.
2001
bb20b7da
PE
20022002-06-18 Phil Edwards <pme@gcc.gnu.org>
2003
2004 * configure: For in-source builds, make a subdir and re-exec there.
2005 * Makefile: New file. Pass targets through to build directory.
2006 * .cvsignore: No longer ignore "Makefile".
2007
9d321f6c
DR
20082002-06-16 Douglas Rupp <rupp@gnat.com>
2009
2010 * MAINTAINERS (Write After Approval): Add self.
2011
c8eb2bc0
KG
20122002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2013
2014 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
2015
f210d239
JT
20162002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
2017
2018 * configure.in (vax-*-netbsd*): Re-enable gas.
2019
e9667b3c
NN
20202002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
2021
efe1f357
NN
2022 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
2023 BUILD_PREFIX_1, to correct nomenclature.
2024 * configure: Likewise.
2025
e9667b3c
NN
2026 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
2027 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
2028
fe2fe497
OH
20292002-05-31 Olaf Hering <olh@suse.de>
2030
2031 * config-ml.in: Propogate DESTDIR also.
2032
dcf7f0dd
JT
20332002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
2034
2035 * configure.in (vax-*-netbsd*): Don't build gas for this
2036 platform.
2037
6ff14f32
MM
20382002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
2039
2040 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2041 and libgcj for AVR.
2042
397de1ff
KK
20432002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
2044
2045 * MAINTAINERS (Write After Approval): Add myself.
2046
ac30211c
JT
20472002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
2048
2049 * config.guess: Update to 2002-05-22 version.
2050 * config.sub: Likewise.
2051
1e6347d8
RO
20522002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2053
2054 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
2055 * config-ml.in: Likewise.
2056 * configure: Likewise.
2057 * configure.in: Likewise.
2058
e5ce1d6d
SC
20592002-05-16 Stephane Carrez <stcarrez@nerim.fr>
2060
2061 * MAINTAINERS: Update my email address.
2062
6cdef75d
NN
20632002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
2064
4a87f061
NN
2065 * configure.in: Simplify makefile fragment collection.
2066
2067 * configure.in: Remove code to build emacs.
603606e7 2068
e254d6b5
NN
2069 * configure.in : Remove --srcdir argument from targargs and buildargs
2070 (it's always overridden in the Makefile anyway). Rearrange a bit.
2071
2072 * configure: Move some logic to configure.in.
2073 * configure.in: Move some logic from configure.
6cdef75d 2074
1d6006fe
TT
20752002-05-11 Tom Tromey <tromey@redhat.com>
2076
2077 * MAINTAINERS: Reflect libgcj reality.
2078
b70b3534
FS
20792002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
2080
2081 * Makefile.in: Honour DESTDIR.
2082
4434687a
MM
20832002-05-08 Mark Mitchell <mark@codesourcery.com>
2084
2085 * config.guess: Import 2002-03-20 version.
2086 * config.sub: Import 2002-04-26 version.
2087
a89e49c7
RO
20882002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2089
2090 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
2091
44e55536
TJ
20922002-05-07 Tim Josling <tej@melbpc.org.au>
2093
2094 * MAINTAINERS: Add self.
2095
97320a3f
LR
20962002-05-06 Loren J. Rittle <ljrittle@acm.org>
2097
2098 * ltmain.sh: Detect and handle object name conflicts
2099 while piecewise linking a static library.
2100
b7c13625
AO
21012002-05-05 Alexandre Oliva <aoliva@redhat.com>
2102
2103 * configure.in (noconfigdirs): Don't disable libgcj on
2104 sparc64-*-solaris* and sparcv9-*-solaris*.
2105
4182d9fa
AO
21062002-05-03 Alexandre Oliva <aoliva@redhat.com>
2107
2108 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
2109
7bebf279
TF
21102002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
2111
2112 * configure.in (FLAGS_FOR_TARGET): Do not add
2113 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
2114 on i[3456]86-*-linux*.
2115
9a06dc7d
TF
21162002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
2117
2118 * configure.in (noconfigdirs): Replace [ ] with test.
2119
2120 * configure.in (noconfigdirs): Do not add target-newlib if
2121 target == i[3456]86-*-linux*, and host == target.
2122
a51a07fa
NN
21232002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
2124
9e7facd6
DD
2125 * configure.in: delete reference to absent file
2126
aeaa0f2f
NN
2127 * configure.in: replace '[' with 'test'
2128
4bb98828
NN
2129 * configure.in: Eliminate references to gash.
2130 * Makefile.in: Eliminate references to gash.
2131
64791664
NN
2132 * configure.in: remove useless references to 'pic' makefile fragments.
2133
3ed57cf4
NN
2134 * configure.in: (*-*-windows*) Finish removing.
2135
a51a07fa
NN
2136 * configure.in: Eliminate redundant test for libgui.
2137
8552f6f1
RS
21382002-04-29 Roger Sayle <roger@eyesopen.com>
2139
2140 * MAINTAINERS: Add self and realphabetize. Update entries
2141 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
2142 entry for a29k port maintainer.
2143
9e847666
JS
21442002-04-26 Joel Sherrill <joel@OARcorp.com>
2145
2146 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
2147 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
2148
704c9a14
NN
21492002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
2150
2151 * configure.in: remove references to dead files
2152
7bff5059
MM
21532002-04-19 Mark Mitchell <mark@codesourcery.com>
2154
2155 * MAINTAINERS: Add information about purpose of this file.
2156
0c7c67f0
TT
21572002-04-18 Tom Tromey <tromey@redhat.com>
2158
2159 * configure.in: Disallow configuring libgcj when it is already
2160 installed and we're using Solaris 2.8 linker. Do enable libgcj on
2161 Solaris 2.8 by default. For PR libgcj/6158.
2162
63501e91
NN
21632002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2164
2165 * configure.in: Move default CC setting out of config/mh-* fragments
2166 directly into here.
2167
701afd4d
NN
21682002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
2169
2170 * configure.in: don't even try to configure or make a subdirectory
2171 if there's no configure script for it.
2172
07cdae91
MM
21732002-04-15 Mark Mitchell <mark@codesourcery.com>
2174
2175 * MAINTAINERS: Remove chill maintainers.
2176 * Makefile.in (CHILLFLAGS): Remove.
2177 (CHILL_LIB): Remove.
2178 (TARGET_CONFIGDIRS): Remove libchill.
2179 (CHILL_FOR_TARGET): Remove.
2180 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
2181 CHILL_LIB.
2182 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
2183 (CHECK_TARGET_MODULES): Likewise.
2184 (INSTALL_TARGET_MODULES): Likewise.
2185 (CLEAN_TARGET_MODULES): Likewise.
2186 (configure-target-libchill): Remove.
2187 (all-target-libchill): Remove.
2188 * configure.in (target_libs): Remove target-libchill.
2189 Do not compute CHILL_FOR_TARGET.
2190 * libchill: Remove directory.
5ce6f47b 2191
ab50d72b
DD
21922002-04-11 DJ Delorie <dj@redhat.com>
2193
2194 * Makefile.in, configure.in: Sync with binutils, entries
2195 follow...
2196
0a1e123a
DD
21972002-04-07 Andrew Cagney <ac131313@redhat.com>
2198
2199 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
2200 (do-tar, do-bz2): New rules.
2201 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
2202 (gdb-tar): New rule.
2203 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
2204 (insight_dejagnu.tar): New rule.
2205 (insight.tar): New rule.
2206 (gdb+dejagnu.tar): New rule.
2207 (gdb.tar): New rule.
2208
ab50d72b
DD
22092002-02-01 Mo DeJong <supermo@bayarea.net>
2210
2211 * Makefile.in: Add all-tix to deps for all-snavigator
2212 so that tix is built when building snavigator.
2213
22142002-01-11 Steve Ellcey <sje@cup.hp.com>
2215
2216 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
2217 ld and gdb are not supported.
2218
22192002-01-07 Mark Salter <msalter@redhat.com>
2220
2221 * configure.in: Remove target-bsp and target-cygmon from arm builds.
2222 Allow target-libgloss to be built for arm, strongarm, and xscale.
2223
22242001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
2225
2226 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
2227 options for i[3456]86-pc-linux* native builds.
2228
22292001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
2230
2231 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
2232 files from .po files for a distribution.
2233
22342001-09-03 Jeff Holcomb <jeffh@redhat.com>
2235
2236 * configure.in: Enable libstdc++-v3 for h8300 targets.
2237
22382001-06-19 Alan Modra <amodra@bigpond.net.au>
2239
2240 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
2241 version from bfd/.
2242
2243Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
2244
2245 * Makefile.in (VER): When present, extract the version number from
2246 the file version.in.
2247
22482001-05-24 Tom Rix <trix@redhat.com>
2249
2250 * configure.in : enable ld for aix
2251
22522001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2253
2254 * config.guess: Add linux target for S/390.
2255
22562000-11-07 Philip Blundell <pb@futuretv.com>
2257
2258 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
2259
22602000-11-03 Philip Blundell <pb@futuretv.com>
2261
2262 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
2263 files.
2264
22652001-01-15 Ben Elliston <bje@redhat.com>
2266
2267 * configure.in (host_tools): Add sid.
2268 Always configure cgen.
2269
22702000-11-24 Nick Clifton <nickc@redhat.com>
2271
2272 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
2273
2274
22752000-08-20 Doug Evans <dje@casey.transmeta.com>
2276
2277 * Makefile.in (ALL_MODULES): Add all-cgen.
2278 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
2279 (all-cgen): New target.
2280 (all-opcodes,all-sim): Depend on all-cgen.
2281 * configure.in (host_tools): Add cgen.
2282 Only configure cgen if --enable-cgen-maint.
2283
ef98ad7b
LR
22842002-04-09 Loren J. Rittle <ljrittle@acm.org>
2285
2286 * configure.in: Add *-*-freebsd* configurations.
2287
90def2b2
TT
22882002-04-08 Tom Tromey <tromey@redhat.com>
2289
2290 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
2291 Fixes PR libgcj/6068.
2292
320d7e7a
KW
22932002-03-30 Krister Walfridsson <cato@df.lth.se>
2294
2295 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
2296
18b467f1
RO
22972002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2298
2299 * configure.in (alpha*-dec-osf*): Enable libgcj.
2300
8bb3a5af
MG
23012003-03-27 Matthew Gingell <gingell@gnat.com>
2302
2303 * MAINTAINERS (Write After Approval): Add myself.
2304
56ae9405
NC
23052002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
2306
2307 Fix for: PR bootstrap/3591, target/5676
2308 * configure.in (mcore-pe): Disable the configuration of
2309 libstdc++-v3 since exceptions are not supported.
2310
f18d9a0c
AG
23112002-03-20 Anthony Green <green@redhat.com>
2312
2313 * configure.in: Enable libgcj for xscale-elf target.
2314
c0e21eef
R
2315Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
2316
2317 * MAINTAINERS: Update my email address.
2318
28eca9e8
AO
23192002-03-16 Alexandre Oliva <aoliva@redhat.com>
2320
2321 * ltmain.sh (relink_command): Fix typo in previous change.
2322
e67e72c7
AO
23232002-03-15 Alexandre Oliva <aoliva@redhat.com>
2324
2325 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
2326 (relink_command): Added --tag flags.
2327 (mode=install): If relinking fails; error out.
2328
c2273204
RH
23292002-03-12 Richard Henderson <rth@redhat.com>
2330
2331 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
2332 .NOTPARALLEL tag.
2333 (do-check): Rename from check.
2334 (check): Allow parallel check.
2335
bcb64245
BW
23362002-03-12 Bob Wilson <bob.wilson@acm.org>
2337
2338 * MAINTAINERS: Add myself as maintainer for xtensa port.
2339 Fix alphabetical order in CPU port maintainer list.
2340 Remove myself from Write After Approval list.
2341
63adb4ff
RH
23422002-03-11 Richard Henderson <rth@redhat.com>
2343
2344 * Makefile.in (.NOTPARALLEL): Add fake tag.
2345
9bec4bf0
L
23462002-03-07 H.J. Lu (hjl@gnu.org)
2347
2348 * configure.in: Enable gprof for mips*-*-linux*.
2349
c7fc1f84
DS
23502002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
2351
2352 * MAINTAINERS (Write After Approval): Add myself.
2353
6bff33fb
AO
23542002-02-28 Alexandre Oliva <aoliva@redhat.com>
2355
2356 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
2357 libjava.
2358 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
2359
0210b33b
AO
23602002-02-23 Alexandre Oliva <aoliva@redhat.com>
2361
2362 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
2363 because its Makefile is there; test for the executable instead.
2364
fcc0a3ef
AO
23652002-02-22 Alexandre Oliva <aoliva@redhat.com>
2366
2367 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
2368 libstdc++-v3 and libjava.
2369
97cf8285
AM
23702002-02-11 Adam Megacz <adam@xwt.org>
2371
2372 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
2373 boehm-gc
5ce6f47b 2374
40fe0ec3
AO
23752002-02-09 Alexandre Oliva <aoliva@redhat.com>
2376
2377 * config.guess: Updated to 2002-01-30's version.
2378 * config.sub: Updated to 2002-02-01's version.
2379 Contribute sh64-elf.
2380 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
2381 * configure.in: Added sh64-*-*.
2382
694d53ee
CD
23832002-02-08 Chris Demetriou <cgd@broadcom.com>
2384
2385 * MAINTAINERS: Belatedly add myself to write after approval list.
2386
a9ca50b1
JH
2387Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
2388
2389 * MAINTAINERS: Put self in as maintainer for x86-64 port.
2390 Remove self as Write After Approval.
2391
5ffc3500
GK
23922002-01-31 Geoffrey Keating <geoffk@redhat.com>
2393
2394 * MAINTAINERS: Put self in as maintainer for contrib/regression
2395 directory.
2396
4ceaf7fb
PE
23972002-01-28 Phil Edwards <pme@gcc.gnu.org>
2398
2399 * MAINTAINERS: Update my email address.
2400
51584787
JT
24012002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
2402
5ce6f47b
EC
2403 * configure.in (*-*-netbsd*): New. Skip target-newlib,
2404 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
2405 libraries if not supported for NetBSD on target CPU.
2406
5701d273
DR
24072002-01-25 Douglas B Rupp <rupp@gnat.com>
2408
2409 * install-sh: Use _inst.$$_ for temp file name.
2410
b299a075
JT
24112002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
2412
2413 * MAINTAINERS (Write After Approval): Move my contact info
2414 from here...
2415 (OS Port Maintainers): ...to here (netbsd).
2416
51fe14b5
BW
24172002-01-22 Bob Wilson <bob.wilson@acm.org>
2418
2419 * MAINTAINERS (Write After Approval): Add myself.
2420
b634ad42
L
24212002-01-17 H.J. Lu <hjl@gnu.org>
2422
2423 * Makefile.in (all-fastjar): Also depend on all-libiberty.
2424 (all-target-fastjar): Also depend on all-target-libiberty.
2425
3cd87679
L
24262002-01-16 H.J. Lu (hjl@gnu.org)
2427
2428 * config.guess: Import from master sources, rev 1.225.
2429 * config.sub: Import from master sources, rev 1.238.
2430
969a6d8f
KH
24312002-01-16 Kazu Hirata <kazu@hxi.com>
2432
2433 * MAINTAINERS (Write After Approval): Remove myself.
2434
366f6a52
FW
24352001-12-19 Florian Weimer <fw@deneb.enyo.de>
2436
2437 * MAINTAINERS (Write After Approval): Add myself.
2438
f02240b6
JM
24392001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
2440
2441 * MAINTAINERS: Add self as docs co-maintainer.
2442
5d08dc39
MK
24432001-12-11 Matthias Klose <doko@debian.org>
2444
2445 * MAINTAINERS (Write After Approval): Add myself.
2446
39e790d5
ZW
24472001-12-09 Zack Weinberg <zack@codesourcery.com>
2448
2449 * MAINTAINERS: Update my email address.
2450
4519d6a3
TC
24512001-12-07 Turly O'Connor <turly@apple.com>
2452 * MAINTAINERS (Write After Approval): Add myself.
2453 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
2454 (rs6000_initialize_trampoline): Call __trampoline_setup for
2455 ABI_DARWIN too.
2456 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 2457 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 2458
21cf0a73
PC
24592001-12-07 Paolo Carlini <pcarlini@unitus.it>
2460
2461 * MAINTAINERS (Write After Approval): Add myself.
2462
4ee43206
DR
2463Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
2464
2465 * configure, configure.in: Use temp file for long sed commands.
2466
251931f3
LG
24672001-12-03 Laurent Guerby <guerby@acm.org>
2468
2469 * config.sub: Update to version 1.232 on subversion.
2470
03777dd7
BE
24712001-12-03 Ben Elliston <bje@redhat.com>
2472
2473 * MAINTAINERS: Update mail address for config.* patches.
2474
e490616e
ZW
24752001-11-27 DJ Delorie <dj@redhat.com>
2476 Zack Weinberg <zack@codesourcery.com>
2477
2478 When build != host, create libiberty for the build machine.
2479
2480 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
2481 CONFIG_ARGUMENTS.
2482 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
2483 New variables.
2484 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
2485 and rules.
2486 (all.normal): Depend on ALL_BUILD_MODULES.
2487 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
2488 (all-build-libiberty): Depend on configure-build-libiberty.
2489
2490 * configure: Calculate and substitute proper value for
2491 ALL_BUILD_MODULES.
2492 * configure.in: Create the build subdirectory.
2493 Calculate and substitute TARGET_CONFIGARGS (formerly
2494 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
2495
04075e8f
ZL
24962001-11-26 Ziemowit Laski <zlaski@apple.com>
2497
2498 * MAINTAINERS (write-after-approval): Add self.
2499
ed19322d
CR
25002001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
2501
2502 * MAINTAINERS (GNATS only accounts): Remove self.
2503
90a12988
HPN
25042001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
2505
2506 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
2507 libf2c.
2508
77e653ad
CR
25092001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
2510
2511 * MAINTAINERS (Write After Approval): Add self.
2512
64adad99
DB
25132001-11-12 David O'Brien <obrien@FreeBSD.org>
2514
2515 * MAINTAINERS: mips and s390 are also CPU ports.
2516
834a28c7
DB
25172001-11-12 David O'Brien <obrien@FreeBSD.org>
2518
2519 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
2520
ef94239f
DB
25212001-11-11 David O'Brien <obrien@FreeBSD.org>
2522
2523 * MAINTAINERS: Alphabetize.
2524
beda0427
KH
25252001-11-09 Kazu Hirata <kazu@hxi.com>
2526
2527 * MAINTAINERS (Various maintainers: h8 port): Add myself.
2528
6ca224d3
JDA
25292001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
2530
2531 * MAINTAINERS (Various maintainers: hppa port): Added myself.
2532
132e4bd7
PE
25332001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
2534
2535 * configure.in (--enable-languages): Be more permissive about
2536 syntax. Check for empty lists better. Warn about $LANGUAGES.
2537
c6243b4c
GK
25382001-11-08 Geoffrey Keating <geoffk@redhat.com>
2539
2540 * config.sub: Import from master sources, rev. 1.230.
2541 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
2542
abbb9e76
LG
25432001-11-07 Laurent Guerby <guerby@acm.org>
2544
2545 * MAINTAINERS (Write After Approval): Add self.
2546
53cdb27a
HPN
25472001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
2548
2549 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
2550
dd3a88c9
HPN
25512001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
2552
2553 * config.sub: Import from master sources, rev 1.226.
2554 * config.guess: Import from master sources, rev 1.216.
2555
d344dce9
HPN
25562001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
2557
2558 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
2559 * MAINTAINERS: Add self as maintainer of MMIX port.
2560 Remove old after-approval entry.
2561
63f6bcd7
JM
25622001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
2563
2564 * ChangeLog, configure: Fix spelling errors.
2565
84f92638
BK
25662001-10-20 Brendan Kehoe <brendan@zen.org>
2567
2568 * MAINTAINERS: Tweak my address.
2569
2f30eda4
R
2570Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2571
2572 * MAINTAINERS: Update my email address.
2573
1567080c 25742001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 2575
f48a3b5c 2576 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 2577 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 2578
30106886
GB
25792001-10-10 Geert Bosch <bosch@gnat.com>
2580
e490616e 2581 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
2582 Added Robert Dewar.
2583
d3d51b8c
DB
25842001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
2585
2586 * MAINTAINERS (Write After Approval): Added self
2587
d1c3e709
GB
25882001-10-02 Geert Bosch <bosch@gnat.com>
2589
2590 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
2591
50f5f793
JM
25922001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
2593
2594 * configure: Handle temporary files securely using mkdir.
2595
7fddf9a9
AO
25962001-09-29 Alexandre Oliva <aoliva@redhat.com>
2597
2598 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
2599
387beb82
WC
26002001-09-26 Will Cohen <wcohen@redhat.com>
2601
2602 * configure.in (*-*-linux*): Disable configuration of target-newlib
2603 and target-libgloss.
e490616e 2604
0c055e34
AO
26052001-09-26 Alexandre Oliva <aoliva@redhat.com>
2606
2607 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
2608 RANLIB.
2609
759bfa90
AO
26102001-09-21 Alexandre Oliva <aoliva@redhat.com>
2611
2612 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
2613 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
2614 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
2615 avoid quotes nesting problems.
2616 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
2617 (DO_X): Export only variables that are set.
2618
1dc4a750
BE
26192001-09-19 Ben Elliston <bje@redhat.com>
2620
2621 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
2622 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
2623 semantics. Use the shell built-in "type" command instead.
2624
898c7238
AO
26252001-08-31 Alexandre Oliva <aoliva@redhat.com>
2626
2627 Merged from gcc-3_0-branch:
2628 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
2629 * ltcf-c.sh: Use $objext, not $ac_objext.
2630 2001-07-27 Mark Kettenis <kettenis@gnu.org>
2631 * ltcf-cxx.sh: Add support for GNU.
2632 2001-07-22 Timothy Wall <twall@redhat.com>
2633 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
2634 default settings if using GNU tools with that configuration.
2635 * ltcf-cxx.sh: Ditto.
2636 * ltcf-gcj.sh: Ditto.
2637 2001-07-21 Michael Chastain <chastain@redhat.com>
2638 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
2639 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
2640 * ltmain.sh: Mark as gcc-local.
2641
8fa0a32e
EC
26422001-08-30 Eric Christopher <echristo@redhat.com>
2643 Jason Eckhardt <jle@redhat.com>
2644
2645 * config.guess: Merge from master sources.
2646 * config.sub: Merge from master sources, add support for mipsisa32.
2647
32f30f91 26482001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
2649 * config.sub: Merge from master sources, rev 1.219.
2650 * MAINTAINERS: Add self as contact for stormy16 port.
2651
f6084f99
ZW
26522001-08-14 Zack Weinberg <zackw@panix.com>
2653
2654 * config.sub: Merge from master sources, rev 1.218.
2655 * config.guess: Merge from master sources, rev 1.209.
2656
91b54f7f
GS
26572001-08-11 Graham Stott <grahams@redhat.com>
2658
2659 * Makefile.in (check-c++): Add missing semicolon.
2660
e5b3941e
JH
2661Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
2662
32f30f91 2663 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 2664
6387a56e
EC
26652001-07-30 Eric Christopher <echristo@redhat.com>
2666
2667 * MAINTAINERS (Various maintainers: mips port): Added myself.
2668
53b475f0
AH
26692001-07-25 Andrew Haley <aph@cambridge.redhat.com>
2670
e490616e 2671 * configure.in (sh-*-linux*): New.
53b475f0 2672
2a08c780
RH
26732001-07-27 Richard Henderson <rth@redhat.com>
2674
2675 * .cvsignore: Add LAST_UPDATED.
2676
bfa79422
UW
26772001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
2678
2679 * MAINTAINERS (Various maintainers: s390 port): Added myself.
2680
0ae85492
AH
26812001-07-16 Aldy Hernandez <aldyh@redhat.com>
2682
e490616e 2683 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 2684
8e1ab0fe
NP
2685Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
2686
2687 * MAINTAINERS (Write After Approval): Added myself.
2688
2b997990
SC
26892001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
2690
2691 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
2692 and libgcj on m68hc11/m68hc12.
2693
d920e825
L
26942001-06-27 H.J. Lu (hjl@gnu.org)
2695
2696 * Makefile (CFLAGS_FOR_BUILD): New.
2697 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
2698
d425a1e0
JM
26992001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
2700
2701 * README: Remove version number.
2702
5b5b4207
GP
27032001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2704
2705 * INSTALL/README: Update wrt. to the installation instructions now
2706 residing in gcc/doc/install.texi.
2707
be839b69
JM
27082001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
2709
2710 * README: Replace with a cut-down and updated version of gcc/README.
2711
fe2ee7c4
DE
27122001-06-12 David Edelsohn <edelsohn@gnu.org>
2713
2714 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
2715 multilibs to be disabled.
2716
4f5d646c
DB
27172001-06-11 Daniel Berlin <dan@cgsoftware.com>
2718
2719 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 2720
818f0c85
AO
27212001-06-09 Alexandre Oliva <aoliva@redhat.com>
2722
2723 * config.guess: Import CVS version 1.195.
2724 * config.sub: Import CVS version 1.212.
2725
e9a8af10
AO
27262001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
2727
2728 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
2729 gcc/xgcc is built, use -print-prog-name to find out the program
2730 name to use.
2731
ae3ca0a9
PE
27322001-06-04 Phil Edwards <pme@sources.redhat.com>
2733
2734 * config.guess: Import CVS version 1.194. All gcc-local changes
2735 appear to also be in the master copy.
2736 * config.sub: Import CVS version 1.211.
2737
066bd40d
MM
2738Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
2739
2740 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
2741 with_gcc]: Use `gcc -shared' to build a shared library.
2742
4aef4f33
JDA
2743Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
2744
2745 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
2746 archives.
2747
c386f00f
RO
2748Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2749
2750 * MAINTAINERS (Write After Approval): Add myself.
2751
2ae5cea5
HPN
27522001-06-01 Hans-Peter Nilsson <hp@axis.com>
2753
2754 * configure.in (libstdcxx_flags): Do not try to execute
2755 libstdc++-v3/testsuite_flags until it exists.
2756
c3766183
AM
27572001-06-01 Alan Modra <amodra@bigpond.net.au>
2758
2759 * MAINTAINERS: Update my email address.
2760
9b337833
GS
27612001-05-31 Graham Stott <grahams@redhat.com>
2762
2763 * MAINTAINERS (Write After Approval): Add myself.
2764
55fce0eb
SP
27652001-05-28 Simon Patarin <simon.patarin@inria.fr>
2766
2767 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
2768 libraries when using g++ with native linker.
2769
5f7de4b8
AO
27702001-05-28 Alexandre Oliva <aoliva@redhat.com>
2771
2772 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
2773
a7bc0fbb
AO
27742001-05-22 Alexandre Oliva <aoliva@redhat.com>
2775
2776 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
2777 [aix4*|aix5*]: Prepend blank.
2778
33456445
AO
27792001-05-20 Alexandre Oliva <aoliva@redhat.com>
2780
2781 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
2782 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
2783 of subdir/configure scripts to use the new libtool.m4.
2784
e48d3d00
MK
27852001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
2786
2787 * MAINTAINERS (Write After Approval): Add myself.
2788
9e0e191b
BK
27892001-05-18 Benjamin Kosnik <bkoz@redhat.com>
2790
2791 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
2792
3f19b439
BE
27932001-05-11 Ben Elliston <bje@redhat.com>
2794
2795 * Makefile.in (all-sid): New target.
2796 (check-sid, clean-sid, install-sid): Likewise.
2797
6ebe3121
JO
27982001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
2799
2800 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
2801
ca3667c4
AO
28022001-05-03 Alexandre Oliva <aoliva@redhat.com>
2803
2804 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
2805 libgcj.
2806
28072001-05-03 Alexandre Oliva <aoliva@redhat.com>
2808
2809 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
2810 gcc/xgcc is built, use -print-prog-name to find out the program
2811 name to use.
2812
b2964d63
AO
28132001-04-26 Alexandre Oliva <aoliva@redhat.com>
2814
b1bb2302
AO
2815 * configure.in (noconfigdirs): Don't reset it from scratch in the
2816 target case; only append to it.
6387a56e 2817
b2964d63
AO
2818 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
2819 sparc-*-solaris2.8]: Disable ${libgcj}.
2820
8343765d
AO
28212001-04-25 Alexandre Oliva <aoliva@redhat.com>
2822
2823 * configure.in (libgcj_saved): Copy from $libgcj.
2824 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
2825 --disable-libgcj.
2826
ddbb6d43
GRK
28272001-04-25 Gavin Romig-Koch <gavin@redhat.com>
2828
2829 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 2830 C front end maintainer.
ddbb6d43 2831
3fa03ff9
AG
2832Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
2833
2834 * configure.in: Move *-chorusos target case to the proper switch.
2835 Disable libgcj.
2836
99ffe40f
AO
28372001-04-12 Alexandre Oliva <aoliva@redhat.com>
2838
2839 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
2840 1.641.2.228.
2841
78faa32d
FS
28422001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2843
2844 * Makefile.in (STAGE1_CFLAGS): Pass down.
2845
cdbff0ab
AM
28462001-04-13 Alan Modra <amodra@one.net.au>
2847
2848 * config.guess: Add hppa64-linux support. Note for next import that
2849 this is already in the master file.
2850 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
2851
75b9074c
AO
28522001-04-12 Alexandre Oliva <aoliva@redhat.com>
2853
2854 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
2855 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
2856
125404c5
SS
28572001-04-11 Stan Shebs <shebs@apple.com>
2858
2859 * MAINTAINERS: Add self as Darwin port maintainer.
2860
876684fe
AM
28612001-04-11 Alan Modra <amodra@one.net.au>
2862
2863 * MAINTAINERS: Update my email address.
2864
06729913
LR
28652001-04-10 Loren J. Rittle <ljrittle@acm.org>
2866
2867 * ltcf-cxx.sh: Support creation of C++ shared libraries on
2868 recent versions of FreeBSD (release 3 or later).
2869 * ltconfig: On FreeBSD, -lc must not be provided when building
2870 a shared library or else the standard -pthread gcc option is
2871 rendered worthless to later users of the built library.
2872
67916302
JM
28732001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
2874
2875 * MAINTAINERS: Add self and RTH as C front end maintainers.
2876
d2bc0628
AO
28772001-04-05 Alexandre Oliva <aoliva@redhat.com>
2878
e490616e
ZW
2879 * config.sub: Make sure to match an already-canonicalized
2880 machine name (eg. mn10300-unknown-elf).
d2bc0628 2881
a3406c06
AO
28822001-04-01 Alexandre Oliva <aoliva@redhat.com>
2883
2884 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
2885 New macros.
2886 (bootstrap, cross): Use RECURSE_FLAGS.
2887 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
2888
a076f6a4
AO
28892001-03-27 Alexandre Oliva <aoliva@redhat.com>
2890
2891 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
2892
e9f4fa71
CH
28932001-03-22 Colin Howell <chowell@redhat.com>
2894
7238de5c
CH
2895 * Makefile.in (DO_X): Do not backslash single-quotes in
2896 backquotes (two places).
e9f4fa71 2897
b6b14b1b
AO
28982001-03-22 Alexandre Oliva <aoliva@redhat.com>
2899
2900 Re-installed:
2901 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
2902 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
2903 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
2904 * ltcf-cxx.sh: Likewise.
2905 * ltcf-gcj.sh: Likewise.
2906
1eb0b89d
GP
29072001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2908
2909 * MAINTAINERS: Add myself as "documentation co-maintainer".
2910
82e23236
AO
29112001-03-22 Alexandre Oliva <aoliva@redhat.com>
2912
2913 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
2914 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
2915
64ec27c3
TT
29162001-03-19 Tom Tromey <tromey@redhat.com>
2917
2918 * config-ml.in: Handle GCJ and GCJFLAGS.
2919
191de407
MC
29202001-03-21 Michael Chastain <chastain@redhat.com>
2921
2922 * Makefile.in: all-m4 depends on all-texinfo.
2923
fed4dede
LR
29242001-03-20 Loren J. Rittle <ljrittle@acm.org>
2925
2926 * MAINTAINERS: Add myself to write after approval list.
2927
085072bb
LB
29282001-03-18 Laurynas Biveinis <lauras@softhome.net>
2929
2930 * Makefile.in (DO_X): Quote nested quotes.
2931
5af8ea3f
AM
29322001-03-18 Alan Modra <alan@linuxcare.com.au>
2933
2934 * MAINTAINERS: Add myself to write after approval list.
2935
69e23037
LB
29362001-03-15 Laurynas Biveinis <lauras@softhome.net>
2937
2938 * Makefile.in (DO_X): Use double quotes for quoting
2939 "RANLIB=$${RANLIB}".
2940
2b9650f4
OP
29412001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
2942
2943 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
2944
4698d2cf
NP
29452001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
2946
2947 * configure.in: Only use `lang_requires' for languages athat are
2948 actually enabled.
2949
f6646274
PE
29502001-03-08 Phil Edwards <pme@sources.redhat.com>
2951
2952 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
2953
c9a54638
AO
29542001-03-08 Alexandre Oliva <aoliva@redhat.com>
2955
2956 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
2957
6a556ad6
TT
29582001-03-07 Tom Tromey <tromey@redhat.com>
2959
2960 * configure.in: Allow config-lang.in to set `lang_requires' to list
2961 of other required languages.
2962
6822468a
LB
29632001-03-06 Laurynas Biveinis <lauras@softhome.net>
2964
2965 * Makefile.in: Remove RANLIB definition. Use RANLIB
2966 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
2967 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 2968
f04885d3 29692001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 2970 Alexandre Oliva <aoliva@redhat.com>
6387a56e 2971
f04885d3
BK
2972 * Makefile.in (check-c++): Use tabs, not spaces.
2973
288edf47 29742001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 2975
288edf47
LB
2976 * MAINTAINERS: add myself to Write After Approval list.
2977
3d55d2f8 29782001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 2979
e490616e 2980 * Makefile.in (check-c++): New rule.
6387a56e 2981
4d88a68a
BK
2982 * configure.in (target_libs): Remove libg++.
2983 (noconfigdirs): Remove libg++.
2984 (noconfigdirs): Same.
2985 (noconfigdirs): Same.
2986 (noconfigdirs): Same.
2987
2988 * config-ml.in: Remove libg++ references.
2989
2990 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
2991 (ALL_TARGET_MODULES): Same.
2992 (configure-target-libg++): Remove.
2993 (all-target-libg++): Remove.
2994 (configure-target-libio): Remove.
2995 (all-target-libio): Remove.
2996 (check-target-libio): Remove.
2997 (.PHONY): Remove.
2998 (libg++.tar.bz2): Remove.
2999 (all-target-cygmon): Remove libio.
3000 (all-target-libstdc++): Remove.
3001 (configure-target-libstdc++): Remove.
3002 (TARGET_LIB_PATH): Remove libstdc++.
3003 (ALL_GCC_CXX): Remove libstdc++.
3004 (all-target-gperf): Correct.
3005
2437d4ed
NC
30062001-02-16 Nick Clifton <nickc@redhat.com>
3007
3008 * configure.in (noconfigdirs): Allow configuration of texinfo
3009 for Cygwin hosts.
3010
85b99cbe
AG
30112001-02-15 Anthony Green <green@redhat.com>
3012
3013 * configure: Introduce GCJ_FOR_TARGET.
3014 * configure.in: Ditto.
3015 * Makefile.in: Ditto.
3016
7b18790c
AS
30172001-02-13 Andreas Schwab <schwab@suse.de>
3018
3019 * MAINTAINERS: Update mail address.
3020
c4880c99
MS
30212001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3022
3023 * config.guess: Add linux target for S/390.
3024 * config.sub: Likewise.
3025
e31ae6db
CC
30262001-02-08 Chandrakala Chavva <cchavva@redhat.com>
3027
3028 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 3029 target-libgloss.
e31ae6db 3030
7739adfb
BE
30312001-02-06 Ben Elliston <bje@redhat.com>
3032
3033 * configure: Output host type to stdout, not stderr.
3034
36ca672c
MM
30352001-02-05 Mark Mitchell <mark@codesourcery.com>
3036
e40f2829 3037 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
3038 * ltcf-cxx.sh: Likewise.
3039
36ca672c
MM
3040 * config.if: Assume enable_libstdcxx_v3 is defined.
3041
22fdd65e
MM
30422001-02-04 Mark Mitchell <mark@codesourcery.com>
3043
3044 Remove V2 C++ library.
3045 * configure.in: Remove --enable-libstdcxx_v3 support.
3046
3b60dd8e
BM
30472001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
3048
3049 * include/demangle.h: Add prototype for java_demangle_v3.
3050
42c0c80a
PE
30512001-01-29 Phil Edwards <pme@sources.redhat.com>
3052
3053 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
3054
0be25992
RH
30552001-01-27 Richard Henderson <rth@redhat.com>
3056
3057 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
3058
8a8de62d
MS
30592001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3060
3061 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
3062 Don't unset, it's non-portable and no longer necessary, set to empty
3063 instead.
3064
92769744
MS
30652001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3066
3067 * ltconfig: Shell portability fix for the tagname validity check.
3068
88a1c0ab
AO
30692001-01-27 Alexandre Oliva <aoliva@redhat.com>
3070
3071 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
3072 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
3073
45291dd5
MS
30742001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3075
3076 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
3077
1ace7e15
TT
30782001-01-26 Tom Tromey <tromey@redhat.com>
3079
3080 * configure.in: Allow libgcj to be built on Sparc Solaris.
3081
0ef8b11b
DE
30822001-01-25 David Edelsohn <edelsohn@gnu.org>
3083
3084 * ltcf-c.sh: Add aix5 case.
3085 * ltcf-cxx.sh: Likewise.
3086 * ltconfig: Likewise.
3087
0006091e
AO
30882001-01-24 Alexandre Oliva <aoliva@redhat.com>
3089
9bad11e1
AO
3090 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
3091 keep at least one of build_libtool_libs or build_old_libs set to
3092 yes.
3093
0006091e
AO
3094 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
3095 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
3096
7c01b2b5
BM
30972001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
3098
3099 * configure.in: Enable libgcj on several additional platforms.
3100
d340e0ac
BM
31012001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
3102
3103 * configure.in: Enable libgcj for linux targets.
3104
5baf8c37
MS
31052001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3106
3107 * MAINTAINERS (Write After Approval): Add myself.
3108
10a0ba84
JDA
31092001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
3110
3111 * MAINTAINERS: Add myself as vax port maintainer.
3112
357c6a4b
FH
31132001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
3114
3115 * MAINTAINERS: Add myself as Mercury front-end maintainer.
3116
6e2d9a7a
MS
31172001-01-09 Mike Stump <mrs@wrs.com>
3118
3119 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
3120 failures of subdirectories.
3121
b6b14b1b 31222001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 3123
b6b14b1b 3124 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 3125 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
3126 * ltcf-cxx.sh: Likewise.
3127 * ltcf-gcj.sh: Likewise.
3128 * ltconfig.sh: Fix typo.
976b230d 3129
07109110
LB
31302001-01-02 Laurynas Biveinis <lauras@softhome.net>
3131
3132 * configure: handle DOS-style absolute paths.
3133
1da5b8fc
LB
31342001-01-02 Laurynas Biveinis <lauras@softhome.net>
3135
3136 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
3137
4c2f5b4f
MM
31382000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
3139
3140 * MAINTAINERS: Add myself as avr port co-maintainer.
3141
bc53668e
BE
31422000-12-28 Ben Elliston <bje@redhat.com>
3143
3144 * MAINTAINERS: Add myself under ``Write After Approval''.
3145
c387606f
JM
31462000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
3147
3148 * texinfo: Remove directory from GCC.
3149
2cb5082c
JM
31502000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
3151
3152 * COPYING: Update to current
3153 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
3154 to 19yy as example year in copyright notice).
3155
cc330df9
BK
31562000-12-18 Benjamin Kosnik <bkoz@redhat.com>
3157
6387a56e 3158 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
3159 (libstdcxx_incdir): Pass down.
3160 * config.if: Remove expired bits for cxx_interface, add stub.
3161 (libstdcxx_incdir): Add variable for g++ include directory.
3162 * configure.in (gxx_include_dir): Use it.
6387a56e 3163
4c6b2835
AO
31642000-12-18 Alexandre Oliva <aoliva@redhat.com>
3165
3166 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
3167 with old-email address from ``Write After Approval''.
3168
3896f13e
AJ
31692000-12-15 Andreas Jaeger <aj@suse.de>
3170
3171 * configure.in: Handle lang_dirs.
3172
31732000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 3174
ad46e881
TT
3175 * MAINTAINERS: Removed brads.
3176
90a10418
TT
3177 * MAINTAINERS: Added gcj developers.
3178
41dfe3a2 31792000-12-13 Anthony Green <green@redhat.com>
6387a56e 3180
41dfe3a2 3181 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
3182 listed. Disable libgcj for x86 and Alpha Linux until compatible
3183 with g++ abi.
6387a56e 3184
e2f601da
MS
31852000-12-13 Mike Stump <mrs@wrs.com>
3186
3187 * Makefile.in (local-distclean): Also remove fastjar.
3188
70030c01
RB
31892000-12-12 Rodney Brown <RodneyBrown@mynd.com>
3190
3191 * contrib/gcc_update: Add fastjar --touch entries.
3192
2a50f859
AO
31932000-12-12 Alexandre Oliva <aoliva@redhat.com>
3194
3195 * configure.in: Disable language-specific target libraries for
3196 languages that aren't enabled.
3197
7743113b
AG
31982000-12-10 Anthony Green <green@redhat.com>
3199
3200 * configure.in: Define libgcj. Disable libgcj target libraries for
3201 most targets.
3202
92e061a6
NB
32032000-12-10 Neil Booth <neilb@earthling.net>
3204
3205 * MAINTAINERS: Update mail address, remove from WAA list.
3206
f34ff6d6
APB
32072000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
3208
3209 * libjava: Imported from /cvs/java.
3210 * libffi: Likewise.
3211 * Boehm-gc: Likewise.
3212
d82a33c6
APB
32132000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
3214
3215 * configure.in (target_libs): Revert 2000-12-08 patch.
3216 (noconfigdirs): Added target-libjava.
3217
e14f8e28
LB
32182000-12-09 Laurynas Biveinis <lauras@softhome.net>
3219
3220 * djunpack.bat: removed.
3221
fc26516b
LB
32222000-12-09 Laurynas Biveinis <lauras@softhome.net>
3223
3224 * Makefile.in: handle DOS-style absolute paths.
3225 * config-ml.in: likewise.
3226 * symlink-tree: likewise.
3227
bd8757b3
APB
32282000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3229
3230 * fastjar: Imported.
3231
81522a1f
APB
32322000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3233
3234 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
3235 libjava.
3236 * configure.in (target_libs): Removed `target-libjava'.
3237
5db1f7ed
APB
32382000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
3239
3240 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
3241 (ALL_MODULES): Added fastjar.
3242 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
3243 (all-target-libjava): all-fastjar replaces all-zip.
3244 (all-fastjar): Added.
3245 (configure-target-fastjar, all-target-fastjar): Likewise.
3246 * configure.in (host_tools): Added fastjar.
3247
5e59997c
MS
32482000-12-07 Mike Stump <mrs@wrs.com>
3249
3250 * Makefile.in (local-distclean): Remove leftover built files.
3251
0a534f40
NC
32522000-11-24 Nick Clifton <nickc@redhat.com>
3253
3254 * configure.in (xscale-elf): Add target.
3255 (xscale-coff): Add target.
3256
7686cadf
LR
32572000-11-22 Loren J. Rittle <ljrittle@acm.org>
3258
e490616e
ZW
3259 * ltcf-cxx.sh: Support creation of C++ shared libraries on
3260 recent versions of FreeBSD (release 3 or later).
3261 * ltconfig: On FreeBSD, -lc must not be provided when building
3262 a shared library or else the standard -pthread gcc option is
3263 rendered worthless to later users of the built library.
7686cadf 3264
fff01699
FF
32652000-11-16 Fred Fish <fnf@be.com>
3266
3267 * configure.in (enable_libstdcxx_v3): Fix typo,
3268 libstd++ -> libstdc++.
3269
4dc16355
KL
32702000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
3271
3272 * MAINTAINERS: Add self to Write After Approval list.
3273
bf6fc7b2
BS
32742000-11-21 Bernd Schmidt <bernds@redhat.com>
3275
3276 * MAINTAINERS: Update my email address. Add myself to global write
3277 privs list.
3278
ce8e06b1
AO
32792000-11-18 Alexandre Oliva <aoliva@redhat.com>
3280
6e2a4843
AO
3281 * Makefile.in: Merge with src and libgcj.
3282 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
3283 configure-target-<library> when their configure scripts need the C
3284 or C++ library to have already been built to work properly.
3285 (do_proto_toplev): Set them to an empty string.
3286
ce8e06b1
AO
3287 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
3288 (REALLY_SET_LIB_PATH): Use them.
3289
c003f378
SS
32902000-11-17 Stan Shebs <shebs@apple.com>
3291
3292 * MAINTAINERS: Add self to Write After Approval list.
3293
cc1e60ea
JM
32942000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
3295
3296 * configure: Provide the original toplevel configure arguments
3297 (including $0) to subprocesses in the environment rather than
3298 through gcc/configargs.h.
3299
1173593d
JM
33002000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
3301
3302 * MAINTAINERS: Remove references to cccp. Change C9X reference to
3303 C99. Alphabetise "Write After Approval" list.
3304
520907ee
MM
33052000-11-12 Mark Mitchell <mark@codesourcery.com>
3306
34f6fbdb
MM
3307 * configure: Turn on libstdc++ V3 by default.
3308
520907ee
MM
3309 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
3310 if we've got GCC.
3311
0bbd37ed
PB
33122000-11-11 Philip Blundell <philb@gnu.org>
3313
3314 * MAINTAINERS: Add self to Write After Approval list.
3315
7ca0e6d9
DE
33162000-11-09 David Edelsohn <edelsohn@gnu.org>
3317
3318 * ltcf-c.sh (aix4): Improve shared library configuration; require
3319 exporting symbols.
3320 * ltcf-cxx.sh (aix4): Define.
3321 * ltconfig (aix4): Define library and soname specs appropriate for
3322 AIX. Define command to create export symbols list.
3323
f559f30b
CF
3324Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
3325
3326 * config.sub: Add support for Sun Chorus
3327
fc05d516
NC
33282000-10-31 Nick Clifton <nickc@redhat.com>
3329
3330 * MAINTAINERS: Rename <name>@cygnus.com addresses to
3331 <name>@redhat.com. Also installed new email address for Clint
3332 Popetz.
6387a56e 3333
90a0e73f
JM
33342000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
3335
3336 * etc: Remove directory from GCC.
3337
a5e1b548
MM
33382000-10-16 Michael Meissner <meissner@redhat.com>
3339
3340 * configure (gcc/configargs.h): Only create if there is a build GCC
3341 directory created.
3342
6387a56e
EC
33432000-10-16 Matthias Klose <doko@debian.org>
3344
be1db873
MK
3345 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
3346 when configured for libstdc++-v3.
3347
f5fa9a5b
PE
33482000-10-05 Phil Edwards <pme@gcc.gnu.org>
3349
3350 * configure: Save configure arguments to gcc/configargs.h.
3351
61a77fea
PT
33522000-10-04 Philipp Thomas <pthomas@suse.de>
3353
3354 * config.guess: Import CVS version 1.157.
3355 * config.sub: Import CVS version 1.181.
3356
3a4fee66
AP
33572000-10-04 Andris Pavenis <pavenis@latnet.lv>
3358
3359 * Makefile.in (bootstrap): avoid recursion if subdir missing
3360 (cross): ditto
3361 (do-proto-toplev): ditto
3362
3dd7094e
AO
33632000-09-30 Alexandre Oliva <aoliva@redhat.com>
3364
de710532
AO
3365 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
3366 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
3367
3dd7094e
AO
3368 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
3369 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
3370 all affected `configure' scripts.
3371
e592386f
NB
3372Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
3373
3374 * MAINTAINERS: Add self as cpplib co-maintainer.
3375
fba54939
AH
33762000-09-24 Aldy Hernandez <aldyh@redhat.com>
3377
3378 * MAINTAINERS: Add self to Write After Approval list.
3379
2bd429f4
GP
33802000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3381
3382 * INSTALL/README: egcs -> GCC update.
3383
d733f374
ME
3384Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
3385
3386 * MAINTAINERS: Add myself to Write After Approval list.
3387
d7ce9a83
KH
33882000-09-15 Kazu Hirata <kazu@hxi.com>
3389
3390 * MAINTAINERS: Add myself to Write After Approval list.
3391
18a53ffe
JL
3392Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
3393
e490616e
ZW
3394 * configure.in: Do not build byacc for hppa64. Provide paths to the
3395 X11 libraries for hppa64.
18a53ffe 3396
f246ff23
SC
33972000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
3398
3399 * MAINTAINERS: Add myself as 68hc11 port maintainer.
3400
06298abd
AO
34012000-09-06 Alexandre Oliva <aoliva@redhat.com>
3402
4b92758a
AO
3403 * Makefile.in (all-zlib): Added dummy target.
3404
06298abd
AO
3405 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
3406 ltcf-gcj.sh: Updated from libtool multi-language branch.
3407
4d73d07a
AO
34082000-09-05 Alexandre Oliva <aoliva@redhat.com>
3409
3410 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
3411 (bootstrap*): Depend on all-bootstrap.
3412
05d52d78
PT
34132000-09-05 Philipp Thomas <pthomas@suse.de>
3414
3415 * config.guess: Import CVS version 1.156.
3416 * config.sub: Import CVS version 1.179.
3417
3c809ba4
AG
34182000-09-02 Anthony Green <green@cygnus.com>
3419
3420 * Makefile.in (all-gcc): Depend on all-zlib.
3421 (CLEAN_MODULES): Add clean-zlib.
3422 (ALL_MODULES): Add all-zlib.
3423 * configure.in (host_libs): Add zlib.
3424
10ad78a0 34252000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
3426
3427 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
3428 crosses, but add gcc/include to the header search path for them.
3429
b36a9ce3
DB
34302000-08-04 David E. O'Brien <obrien@FreeBSD.org>
3431
3432 * MAINTAINERS: Add self to Write After Approval list.
3433
cb011248
FS
34342000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3435
3436 * config.guess: Import CVS version 1.152.
3437 * config.sub: Import CVS version 1.177.
3438
db310af0
AO
34392000-08-25 Alexandre Oliva <aoliva@redhat.com>
3440
7965440a
AO
3441 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
3442 $targargs to tell whether newlib is going to be built.
3443
db310af0
AO
3444 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
3445 $$r/TARGET_SUBDIR/libio for _G_config.h.
3446
e7977565
AO
34472000-08-23 Alexandre Oliva <aoliva@redhat.com>
3448
3449 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
3450
126bb9ed
DD
34512000-08-22 DJ Delorie <dj@redhat.com>
3452
3453 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
3454
5b0e9d29
AO
34552000-08-22 Alexandre Oliva <aoliva@redhat.com>
3456
3457 * config-ml.in (CC, CXX): Avoid trailing whitespace.
3458 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
3459 sub-configures.
3460
4f3e904e
DD
34612000-08-21 DJ Delorie <dj@redhat.com>
3462
3463 * MAINTAINERS: Add self as a libiberty maintainer
3464
c9635443
AO
34652000-08-16 Alexandre Oliva <aoliva@redhat.com>
3466
3467 * configure.in (libstdcxx_flags): Use
3468 libstdc++-v3/src/libstdc++.INC.
3469
8b2100ba
AO
34702000-08-15 Alexandre Oliva <aoliva@redhat.com>
3471
3472 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
3473
57119aa9
ZW
34742000-08-14 Zack Weinberg <zack@wolery.cumb.org>
3475
eeb943b0
ZW
3476 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
3477
6387a56e 3478 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
3479 explicit. Substitute enable_threads into generated Makefiles.
3480 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
3481 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
3482
acffa7c4
GK
34832000-08-13 Geoff Keating <geoffk@cygnus.com>
3484
3485 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
3486
808d8c41
AO
34872000-08-12 Alexandre Oliva <aoliva@redhat.com>
3488
3489 * config-ml.in (CC): Remove bogus duplicate quotation mark from
3490 previous delta.
3491
1fc8c51c 34922000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 3493
1fc8c51c
JM
3494 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
3495 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
3496 (FLAGS_FOR_TARGET): Not here.
3497 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 3498
25698887
AO
34992000-08-11 Alexandre Oliva <aoliva@redhat.com>
3500
3501 * config-ml.in (CC, CXX): Don't introduce a leading space.
3502
10120687
DD
35032000-08-07 DJ Delorie <dj@delorie.com>
3504
3505 * MAINTAINERS: Add self as a DJGPP maintainer
3506
15c758e9
DD
35072000-08-07 DJ Delorie <dj@redhat.com>
3508
3509 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
3510 "if we're also building gcc, and it's a gcc that will run on the
3511 build machine, we want to use its includes instead of the system's
3512 default includes".
3513
2d0de245
JM
35142000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
3515
3516 * MAINTAINERS: Add self to Write After Approval list.
3517
e81b330a
AO
35182000-08-03 Alexandre Oliva <aoliva@redhat.com>
3519
83440c1e
AO
3520 * configure.in (libstdcxx_flags): Don't use `"'.
3521
e81b330a
AO
3522 * config-ml.in: Adjust multilib search paths to the
3523 appropriate multilib tree.
3524
cf95c847
AO
35252000-08-02 Alexandre Oliva <aoliva@redhat.com>
3526
3527 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
3528 commas in $LANGUAGES.
3529
9e9af119
MH
35302000-08-02 Manfred Hollstein <manfredh@redhat.com>
3531
3532 * configure.in: Re-enable all references to libg++ and librx.
3533
606ce391
AO
35342000-08-01 Alexandre Oliva <aoliva@redhat.com>
3535
89820b43
AO
3536 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
3537 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
3538 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
3539 * ltcf-cxx.sh (need_lc): Set based on postdeps.
3540
606ce391
AO
3541 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
3542
04179d4a
AO
35432000-07-31 Alexandre Oliva <aoliva@redhat.com>
3544
3545 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
3546 CXX_FOR_TARGET for sed.
3547
d4eb109c
AO
35482000-07-30 Alexandre Oliva <aoliva@redhat.com>
3549
3550 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
3551 Do not override if already set in the environment or in configure.
3552 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
3553 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
3554
4f4caf92
AO
35552000-07-28 Alexandre Oliva <aoliva@redhat.com>
3556
3557 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
3558 the libtool CVS tree multi-language branch.
3559 * ltconfig, ltmain.sh: Updated.
6387a56e 3560
b87487b6
AO
35612000-07-27 Alexandre Oliva <aoliva@redhat.com>
3562
1670d1ea
AO
3563 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
3564 (clean-target): Depend on it.
3565
b87487b6
AO
3566 * Makefile.in (FLAGS_FOR_TARGET): New macro.
3567 (GCC_FOR_TARGET): Use it.
3568 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
3569 * configure.in: ... here.
3570 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
3571 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
3572
4e81ae98
EC
35732000-07-24 Eric Christopher <echristo@cygnus.com>
3574
3575 * MAINTAINERS: Add self to Write After Approval list.
3576
059ae32c
AO
35772000-07-24 Alexandre Oliva <aoliva@redhat.com>
3578
5b28edd4
AO
3579 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
3580 (configure-target-libchill, configure-target-libobjc): Likewise.
3581
059ae32c
AO
3582 * configure.in: Use the same cache file for all target libs.
3583 * config-ml.in: But different cache files per multilib variant.
3584
1adcd149
MS
35852000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3586
3587 * configure (topsrcdir): Don't use dirname.
3588
2d573dff
JO
35892000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
3590
3591 * MAINTAINERS: Add self to Write After Approval list.
3592
d207ebef
JM
35932000-07-20 Jason Merrill <jason@redhat.com>
3594
3595 * configure.in: Remove all references to libg++ and librx.
3596
3597 * configure, configure.in, Makefile.in: Unify gcc and binutils.
3598
35992000-07-20 Hans-Peter Nilsson <hp@axis.com>
3600
3601 * config.sub: Update to subversions version 2000-07-06.
3602
7b7792d5
AH
36032000-07-12 Andrew Haley <aph@cygnus.com>
3604
3605 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
3606 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
3607
3abaac67
PE
36082000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
3609
3610 * symlink-tree: Check number of arguments.
3611
34be2b36
JW
36122000-07-05 Jim Wilson <wilson@cygnus.com>
3613
3614 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
3615 search path for a g++ extracted from the build tree. This
3616 will allow link tests run by configure scripts in
3617 subdirectories to succeed.
3618
d207ebef
JM
36192000-07-01 Koundinya K <kk@ddeorg.soft.net>
3620
e490616e 3621 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 3622
0900331b
MH
36232000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
3624
3625 * MAINTAINERS: Add myself as loop discovery maintainer.
3626
d207ebef
JM
36272000-06-28 Corinna Vinschen <vinschen@cygnus.com>
3628
3629 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
3630 `os2'. Force ac_cv_exeext to be ".exe" in that case.
3631
36322000-06-19 Timothy Wall <twall@cygnus.com>
3633
3634 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
3635 * config.sub: Add tic54x target.
3636
11a27a76
TM
3637Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
3638
3639 * MAINTAINERS: Add self as Fortran maintainer,
3640 remove Craig Burley.
3641
d207ebef 3642Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 3643
d207ebef
JM
3644 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
3645 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 3646
7758b73f
PT
3647Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
3648
3649 * MAINTAINERS: Add self as i18n maintainer
3650
d207ebef
JM
365120000-05-21 H.J. Lu (hjl@gnu.org)
3652
e490616e
ZW
3653 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
3654 directory are used if they exist. Make sure
3655 $(build_tooldir)/include is searched for header files,
3656 $(build_tooldir)/lib/ for library files.
d207ebef 3657 (GCC_FOR_TARGET): Likewise.
e490616e 3658 (CXX_FOR_TARGET): Likewise.
d207ebef 3659
bae29210
JL
3660Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
3661
3662 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
3663
d207ebef 3664Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
3665
3666 * Makefile.in (configure-target-libiberty): Depend on
3667 configure-target-newlib.
3668
aab0d19d
AO
36692000-05-16 Alexandre Oliva <aoliva@cygnus.com>
3670
3671 * configure.in, Makefile.in: Merge all libffi-related
3672 configury stuff from the libgcj tree.
3673
d207ebef
JM
3674Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
3675
3676 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
3677 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
3678
3679Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
3680
3681 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
3682 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 3683 current version information. Add to proto-toplev directory.
d207ebef
JM
3684 (gdb-taz): Build do-djunpack.
3685
758c7bd4
DE
36862000-05-15 David Edelsohn <edelsohn@gnu.org>
3687
3688 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
3689
1888228d
AC
3690Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
3691
3692 * MAINTAINERS: Add self to Write After Approval list.
3693
d207ebef
JM
36942000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3695
3696 * ltmain.sh: Preserve in relink_command any environment
3697 variables that may affect the linker behavior.
3698
2d7cc2fe
JL
3699Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
3700
d207ebef
JM
3701 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
3702
3703Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
3704
3705 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
3706
37072000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
3708
3709 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 3710 with the version name.
2d7cc2fe 3711
ee455968
JE
3712Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
3713
3714 * MAINTAINERS: Add self as bb-reorder maintainer.
3715
73b97e5c
BK
37162000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
3717
3718 * config.if: Tweak.
3719
d207ebef
JM
37202000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
3721
3722 * djunpack.bat: New file.
3723
3724Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
3725
3726 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
3727 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
3728 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
3729 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 3730
954869eb
DP
37312000-04-16 Dave Pitts <dpitts@cozx.com>
3732
e490616e
ZW
3733 * config.sub (case $basic_machine): Change default for "ibm-*"
3734 to "openedition".
954869eb 3735
eaabe541
AJ
37362000-04-13 Andreas Jaeger <aj@suse.de>
3737
3738 * MAINTAINERS: Added myself.
3739
d207ebef
JM
3740Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
3741
3742 * Makefile.in (gdb-taz): New target. GDB specific archive.
3743 (do-md5sum): New target.
3744 (MD5PROG): Define.
3745 (PACKAGE): Default to TOOL.
3746 (VER): Default to a shell script.
3747 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 3748 md5 checksum generation.
d207ebef
JM
3749 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
3750 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
3751 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 3752 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
3753
3754Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
3755
3756 * configure (warn_cflags): Delete.
3757
0ea6d60c
PDM
3758Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
3759
3760 * MAINTAINERS: Added myself.
3761
17090313 37622000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
e490616e 3763 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>
17090313 3764
e490616e
ZW
3765 * configure.in (enable_libstdcxx_v3): Add.
3766 (target_libs): Add bits here to switch between libstdc++-v2 and
3767 libstdc++-v3.
3768 * config.if: And this file too.
3769 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 3770
76b78517
MM
37712000-04-05 Michael Meissner <meissner@redhat.com>
3772
3773 * config.sub (d30v): Add d30v as a basic machine type.
3774
ad242caf
JM
37752000-03-29 Jason Merrill <jason@casey.cygnus.com>
3776
3777 * configure.in: -linux-gnu*, not -linux-gnu.
3778
d4537148
TM
3779Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
3780
3781 * MAINTAINERS: Add self in write-after-approval section.
3782
f152e9d4
JW
3783Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
3784
3785 * MAINTAINERS: Add self as ia64 port maintainer.
3786
6a5fcef1
NB
37872000-03-08 Neil Booth <NeilB@earthling.net>
3788
3789 * MAINTAINERS: Add self in write-after-approval section.
3790
d207ebef 3791Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 3792
d207ebef
JM
3793 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
3794 (do-tar-bz2): Replace TOOL with PACKAGE.
3795 (gdb.tar.bz2): Remove GDBTK from GDB package.
3796 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 3797 dejagnu.tar.bz2): New packages.
d207ebef
JM
3798
37992000-02-27 Andreas Jaeger <aj@suse.de>
3800
3801 * configure.in: Add entry for mips*-*-linux*, move catch all
3802 *-*-*linux* entry below this one.
3803
38042000-02-27 Ian Lance Taylor <ian@zembu.com>
3805
3806 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 3807
521fe9d0
NC
38082000-02-24 Nick Clifton <nickc@cygnus.com>
3809
3810 * config.sub: Support an OS of "wince".
3811
d207ebef
JM
3812Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
3813
3814 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 3815 version.
d207ebef
JM
3816
38172000-02-23 Linas Vepstas <linas@linas.org>
3818
3819 * config.sub: Add support for Linux/IBM 370.
3820 * configure.in: Likewise.
3821
3a685f6f
NC
38222000-02-22 Nick Clifton <nickc@cygnus.com>
3823
3824 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
3825
d207ebef 38262000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 3827
d207ebef 3828 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 3829
4746ee26
KG
38302000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3831
3832 * configure (gcc_version): When setting, narrow search to
3833 lines containing `version_string'.
3834
ba96c72d
DC
38352000-02-15 Denis Chertykov <denisc@overta.ru>
3836
3837 * config.sub: Add support for avr target.
3838
77f16a66
NC
38392000-02-14 Nick Clifton <nickc@cygnus.com>
3840
3841 * MAINTAINERS: Add maintainers for MCore port.
3842
784a3a80
HPN
3843Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
3844
3845 * config.sub: Add mmix-knuth-mmixware.
3846
719dd4fa
KG
38472000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3848
3849 * MAINTAINERS: Pair cccp with cpplib maintainership.
3850
d207ebef
JM
38512000-01-27 Christopher Faylor <cgf@redhat.com>
3852
3853 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
3854 structure stuff to -L library search.
3855 (CXX_FOR_TARGET): Ditto.
3856 (CROSS_CHECK_MODULES): Fix spelling mistake.
3857
7a53e94b
MM
38582000-01-24 Mark Mitchell <mark@codesourcery.com>
3859
3860 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
3861 the C++ compiler.
3862
0da3b5a7
RH
38632000-01-12 Richard Henderson <rth@cygnus.com>
3864
3865 * configure.in: Don't build some bits for beos.
3866
02368d6d
JS
38672000-01-12 Joel Sherrill (joel@OARcorp.com)
3868
3869 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
3870 as include files.
3871
2e76d35c
ZW
38722000-01-11 Zack Weinberg <zack@wolery.cumb.org>
3873
3874 * Add self as cpplib maintainer, as requested by Jason
3875 Merrill. Correct my e-mail address.
3876
4c25fdcf
GK
38772000-01-06 Geoff Keating <geoffk@cygnus.com>
3878
3879 * configure.in: Use mt-aix43 to handle *_TARGET defs,
3880 not mh-aix43.
3881
188e3966
HPN
3882Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
3883
3884 * MAINTAINERS: Add myself to "write after approval" list.
3885
c2f5d030
RH
38861999-12-14 Richard Henderson <rth@cygnus.com>
3887
3888 * config.guess (alpha-osf, alpha-linux): Detect ev67.
3889 * config.sub: Accept alphaev[78], alphaev8.
3890
eeda916a
AO
38911999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
3892
3893 * config.guess, config.sub: Update from autoconf.
3894
b3bd7820
BK
38951999-11-29 Bruce Korb <autogen@linuxbox.com>
3896
2c290989 3897 * MAINTAINERS: update my playtime e-address.
b3bd7820 3898
1882b2b1
RO
3899Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3900
3901 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
3902 necessary libraries are missing.
3903
2395f805
DN
3904Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
3905
3906 * MAINTAINERS: Add new 'write after approval' maintainer.
3907
1e25de97
APB
3908Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
3909
3910 * MAINTAINERS: Add new Java maintainer.
3911
1722c704
AS
39121999-10-25 Andreas Schwab <schwab@suse.de>
3913
3914 * configure: Fix quoting inside arguments of eval.
3915
8141abe8
NC
39161999-10-21 Nick Clifton <nickc@cygnus.com>
3917
3918 * config-ml.in: Allow suppression of some ARM multilibs.
3919
0b77644a
LV
3920Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
3921
3922 * config.guess: Add OS/390 match pattern.
3923 * config.sub: Add mvs, openedition targets.
3924 * configure.in (i370-ibm-opened*): New.
3925
d207ebef
JM
39261999-09-04 Steve Chamberlain <sac@pobox.com>
3927
3928 * config.sub: Add support for configuring for pj.
3929
39301999-08-31 Nick Clifton <nickc@cygnus.com>
3931
3932 * config.sub (maybe_os): Add support for configuring for fr30.
3933
af13ebe9
NC
39341999-08-25 Nick Clifton <nickc@cygnus.com>
3935
3936 * configure.in: Do not configure or build ld for AIX
3937 platforms. ld is known to be broken on these platforms.
3938
1250c760
RO
3939Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3940
3941 * config-ml.in: Pass compiler flag corresponding to multidirs to
3942 subdir configures.
3943
d207ebef
JM
39441999-08-09 Ian Lance Taylor <ian@zembu.com>
3945
3946 * Makefile.in (LDFLAGS): Define.
3947
39481999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
3949
3950 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
3951 noconfigdirs.
3952 (*-*-cygwin*): Likewise.
3953
39541999-08-08 Ian Lance Taylor <ian@zembu.com>
3955
3956 * mkdep: New file.
3957 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
3958 (BINUTILS_SUPPORT_DIRS): Add mkdep.
3959
3960 From Eli Zaretskii <eliz@is.elta.co.il>:
3961 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
3962 long file name when using DJGPP on MS-DOS.
3963
dbd83e11
JL
3964Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
3965
3966 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
3967
d207ebef
JM
39681999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
3969
3970 * Makefile.in (check-target-libio): Remove all-target-libstdc++
3971 dependency as this causes "make check" to globally "make all"
3972
cd1f4c2c
TT
3973Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
3974
3975 * configure.in (target_libs): Added target-zlib.
3976 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
3977 (CONFIGURE_TARGET_MODULES): Likewise.
3978 (CHECK_TARGET_MODULES): Likewise.
3979 (INSTALL_TARGET_MODULES): Likewise.
3980 (CLEAN_TARGET_MODULES): Likewise.
3981 (configure-target-zlib): New target.
3982 (all-target-zlib): Likewise.
3983 (all-target-libjava): Depend on all-target-zlib.
3984 (configure-target-libjava): Depend on configure-target-zlib.
3985
3986 * Makefile.in (configure-target-libjava): Depend on
3987 configure-target-newlib.
3988 (configure-target-boehm-gc): New target.
3989 (configure-target-qthreads): New target.
3990
e490616e
ZW
3991 * configure.in (target_libs): Added target-qthreads.
3992 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
3993 (CONFIGURE_TARGET_MODULES): Likewise.
3994 (CHECK_TARGET_MODULES): Likewise.
3995 (INSTALL_TARGET_MODULES): Likewise.
3996 (CLEAN_TARGET_MODULES): Likewise.
3997 (all-target-qthreads): New target.
3998 (configure-target-libjava): Depend on configure-target-qthreads.
3999 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
4000
4001 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
4002 (CONFIGURE_TARGET_MODULES): Likewise.
4003 (CHECK_TARGET_MODULES): Likewise.
4004 (INSTALL_TARGET_MODULES): Likewise.
4005 (CLEAN_TARGET_MODULES): Likewise.
4006 (all-target-libjava): New target.
4007 (all-target-boehm-gc): Likewise.
4008 * configure.in (target_libs): Added libjava, boehm-gc.
4009
d207ebef
JM
40101999-07-22 Ian Lance Taylor <ian@zembu.com>
4011
4012 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
4013 configure.bat in SUPPORT_FILES.
4014 (gas+binutils.tar.bz2): Likewise.
4015
4016 * makeall.bat: Remove; obsolete.
4017
40181999-07-21 Ian Lance Taylor <ian@zembu.com>
4019
4020 From Mark Elbrecht:
4021 * configure.bat: Remove; obsolete.
4022
40231999-07-11 Ian Lance Taylor <ian@zembu.com>
4024
4025 * configure: Add -W -Wall to the default CFLAGS when compiling with
4026 gcc.
4027
4028Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
4029
4030 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
4031
40321999-06-30 Mark Mitchell <mark@codesourcery.com>
4033
4034 * configure.in: Build ld on IRIX6.
4035
40361999-06-12 Ian Lance Taylor <ian@zembu.com>
4037
4038 * Makefile.in: Change distribution targets to use bzip2 instead of
4039 gzip.
4040 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
4041 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
4042
40431999-06-04 Nick Clifton <nickc@cygnus.com>
4044
4045 * config.sub: Add mcore target.
4046
26d088fa
CD
4047Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
4048
4049 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
4050
c2c08b29
L
4051Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
4052
4053 * config.guess (dummy): Changed to $dummy.
4054
671d0648
NC
40551999-05-24 Nick Clifton <nickc@cygnus.com>
4056
4057 * config.sub: Tidied up case statements.
4058
b1345c72
BE
40591999-05-22 Ben Elliston <bje@cygnus.com>
4060
51ccbd8d
BE
4061 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
4062 <jiro@din.or.jp>.
4063
b1345c72
BE
4064 * config.guess: Merge with FSF version. Future changes will be
4065 more accurately recorded in this ChangeLog.
4066 * config.sub: Likewise.
4067
2caf864f
SM
4068Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
4069
4070 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
4071
d207ebef
JM
40721999-04-30 Tom Tromey <tromey@cygnus.com>
4073
4074 * ltmain.sh: [mode link] Always use CC given by ltconfig.
4075
90fb0c24
TT
40761999-04-23 Tom Tromey <tromey@cygnus.com>
4077
4078 * ltconfig, ltmain.sh: Update to libtool 1.2f.
4079
d207ebef
JM
40801999-04-20 Drew Moseley <dmoseley@cygnus.com>
4081
4082 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
4083 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
4084 Bad merge removed these two changes.
4085
3516940d 4086Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 4087 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
4088
4089 * config.guess (interix Alpha): Add.
4090
d207ebef
JM
40911999-04-11 Richard Henderson <rth@cygnus.com>
4092
4093 * configure.in (i?86-*-beos*): Do config gperf; don't config
4094 gdb, newlib, or libgloss.
4095
e891fbfe 4096Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 4097
e891fbfe
AO
4098 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
4099 link a trivial program with -mabi=64. If it fails, remove mabi=64
4100 from multidirs.
4101
f9ae47d6
PT
4102Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
4103
4104 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
4105
d207ebef
JM
41061999-04-08 Nick Clifton <nickc@cygnus.com>
4107
4108 * config.sub: Add support for mcore targets.
4109
41101999-04-07 Michael Meissner <meissner@cygnus.com>
4111
4112 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
4113 not mt-ospace, in order to shut up assembler warning about using
4114 symbols that are named the same as registers.
4115
41161999-04-07 Drew Moseley <dmoseley@cygnus.com>
4117
4118 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
4119 dependency list for all-target-cygmon.
4120
41211999-04-05 Doug Evans <devans@casey.cygnus.com>
4122
4123 * config-ml.in: Check $host, not $target, for selective multilibs.
4124 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
4125 thumb interworking, and underscore prefix multilibs.
4126
41271999-04-04 Ian Lance Taylor <ian@zembu.com>
4128
4129 * missing: Update to version from current automake.
4130
88101ab9
L
4131Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
4132
4133 * configure (gxx_include_dir): Removed.
4134
4135 * configure.in (gxx_include_dir): Handle it.
4136 * Makefile.in: Likewise.
4137
d207ebef
JM
41381999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
4139
4140 * config.sub (mips64vr4111,mips64vr4111el) Add.
4141
41421999-03-21 Ben Elliston <bje@cygnus.com>
4143
e490616e 4144 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 4145
8dc91cbe
ME
4146Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
4147
8dc91cbe
ME
4148 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
4149 config/mh-djgpp.
4150
d207ebef
JM
4151Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
4152
4153 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
4154 all-target-newlib to dependency list for all-target-bsp.
4155
926bb5ed
MK
4156Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
4157
4158 * config.sub: Add i386-uwin support.
4159 * config.guess: Likewise.
4160
4a6e3000
FS
4161Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4162
4163 * configure.in: cleanup, add mh-*pic handling for arm, special
4164 case powerpc*-*-aix*
4165
d207ebef
JM
4166Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
4167
4168 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
4169 can be built.
4170
4171Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
4172
4173 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 4174 targets.
d207ebef 4175
71c91078
NC
41761999-03-02 Nick Clifton <nickc@cygnus.com>
4177
4178 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
4179
282e5df8
GN
4180Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
4181
4182 * config.sub: Check for "cygwin*" rather than "cygwin32*"
4183
1de558ee
NC
41841999-02-24 Nick Clifton <nickc@cygnus.com>
4185
4186 * config.sub: Fix typo in arm recognition.
4187
d207ebef
JM
4188Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
4189
4190 * configure.in (noconfigdirs): Changed target_configdirs to
4191 include target-bsp only for m68k-*-elf* and m68k-*-coff*
4192 rather than m68k-*-* since it is not known to work on
4193 m68k-aout. Ditto for arm-*-*oabi.
4194
4195Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
4196
4197 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
4198
41991999-02-19 Ben Elliston <bje@cygnus.com>
4200
4201 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
4202 Smart and improved by Andrew Cagney.
4203
fab7445a
ME
4204Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
4205
4206 * config.guess: Recognize openbsd-*-hppa.
4207
8ccdc228
L
4208Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
4209
4210 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
4211 only if it is not empty.
4212
3b7265ff
NC
42131999-02-17 Nick Clifton <nickc@cygnus.com>
4214
4215 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 4216
d207ebef 4217 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
4218
4219 * config.sub: Modified to recognize uname's armv* syntax.
4220
d207ebef
JM
42211999-02-17 Mark Salter <msalter@cygnus.com>
4222
4223 * configure.in: Added target-bsp for sparclite.
4224
4225Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
4226
4227 * config.sub: Recognize alphapca5[67] and up to alphaev8.
4228
42291999-02-08 Nick Clifton <nickc@cygnus.com>
4230
4231 * configure.in: Add support for strongarm port.
4232 * config.sub: Add support for strongarm target.
4233
c48dd3f5 4234Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 4235
c48dd3f5
MK
4236 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
4237 the old name config/mh-cygwin32.
4238 Enable texinfo.
4239
d207ebef
JM
4240Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
4241
4242 * configure.in: Do build ld for ix86 Solaris.
4243
ecd62820
JW
4244Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
4245
4246 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
4247 $AR_FOR_TARGET. Likewise for RANLIB.
4248
bbd8fa7f 4249Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 4250
e490616e
ZW
4251 * config.sub (oabi): Recognize.
4252 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 4253
0397442c
RL
4254Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
4255
4256 * config.guess: Improve detection of i686 on UnixWare 7.
4257
c9ffaa63
MK
4258Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
4259
4260 * config.guess: Add support for i386-pc-interix.
4261 * config.sub: Likewise.
4262 * configure.in: Likewise.
c9ffaa63 4263
d207ebef
JM
4264Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
4265
4266 * Makefile.in: Remove unneeded all-target-libio from
4267 from all-target-winsup target since it is now unneeded.
4268 Add all-target-libtermcap in its place since it is now
4269 needed.
4270
4271Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
4272
4273 * configure.in: makefile stub for cygwin target is probably
4274 unnecessary. Remove it for now.
d207ebef
JM
4275
4276Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
4277
4278 * configure.in: libtermcap.a should be built when cygwin is the
4279 target as well as the host.
4280 * config.guess: Allow mixed case in cygwin uname output.
4281 * Makefile.in: Add libtermcap target.
d207ebef 4282
ebe12325
JL
4283Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
4284
4285 * config.sub: Clean up handling of hppa2.0.
4286
57057b67
RB
4287Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
4288
4289 * config.guess: Use C code to identify more HP machines.
4290
f8670be1
JL
4291Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
4292
4293 * config.sub: Handle hppa2.0.
4294
d207ebef
JM
4295Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
4296
4297 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 4298 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
4299
43001998-12-15 Mark Salter <msalter@cygnus.com>
4301
4302 * configure.in: Added target-bsp for several target architectures.
4303
4304 * Makefile.in: Added rules for bsp.
4305
d1a09590
JL
4306Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
4307
4308 * config.guess: Improve detection of hppa2.0 processors.
4309
4310Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
4311
4312 * config.guess: Recognize FreeBSD using ELF automatically.
4313
71205e0b
MH
43141998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
4315
4316 * configure (skip-this-dir): Add handling for new shell script, which
4317 might be created by a sub-directory's configure to indicate, this particular
4318 directory is "unwanted".
4319 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
4320
d207ebef
JM
4321Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
4322
4323 * ltconfig: import from libtool, after changing libtool to
4324 account for the cygwin name change.
4325
4326Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
4327
4328 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
4329 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
4330
4331Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
4332
4333 * configure.in: Add libtermcap to list of cygwin dependencies.
4334
4335Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
4336
e490616e
ZW
4337 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
4338 they include winsup/include when it's a cygwin target.
d207ebef
JM
4339
43401998-11-12 Tom Tromey <tromey@cygnus.com>
4341
4342 * configure.in (host_tools): Added zip.
4343 * Makefile.in (all-target-libjava): Depend on all-zip.
4344 (all-zip): New target.
4345 (ALL_MODULES): Added all-zip.
4346 (NATIVE_CHECK_MODULES): Added check-zip.
4347 (INSTALL_MODULES): Added install-zip.
4348 (CLEAN_MODULES): Added clean-zip.
4349
4350Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
4351
4352 * Makefile.in: lose "32" from comment about cygwin.
4353
4354Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
4355
4356 * configure.in: Use -Os to build target libraries for the fr30.
4357
4358Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
4359
4360 * config.sub: Add fr30.
4361
4362Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
4363
e490616e 4364 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
4365 cygwin* instead of cygwin32*.
4366 * config.sub: Check cygwin* instead of cygwin32*.
4367
d2ec8b39
RL
4368Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
4369
4370 * config.guess: Match any version of Unixware7.
4371
d207ebef
JM
43721998-10-20 Syd Polk <spolk@cygnus.com>
4373
4374 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
4375 if desired.
4376
35cd2565
JL
4377Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
4378
4379 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
4380 these if the appropriate directories and files to not exist.
4381
52d4e5b7
JL
4382Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
4383
4384 * Makefile.in (DEVO_SUPPORT): Add config.if.
4385
38ada91e
MH
4386Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
4387
4388 * configure: Add pattern to replace "build_tooldir"'s
4389 definition in the generated Makefile with "tooldir"'s
4390 actual value.
4391
e44e84da
JL
4392Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
4393
56a8387f
JL
4394 * config.sub: Bring back lost sparcv9.
4395
e44e84da
JL
4396 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
4397
5cb95c7a
JL
4398Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
4399
4400 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
4401 CC_FOR_TARGET and friends.
4402
4403Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 4404
ceff9b14
AO
4405 * Makefile.in (build_tooldir): New variable, same as tooldir.
4406 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
4407 -B$(build_tooldir)/bin/.
4408 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 4409
f2d11dcd
GP
4410Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4411
4412 * README: Remove installation instructions and refer to the
4413 INSTALL directory instead.
4414
73a6d2e7 4415Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 4416
73a6d2e7
RL
4417 * config.sub: Add support for i[34567]86-pc-udk.
4418 * configure.in: Likewise.
4419
5d4a5ee6
JL
4420Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
4421
4422 * Makefile.in: add bzip2 package building bits for user
4423 tools module
4424 * configure.in: ditto
4425
6fc19d6d
JL
4426Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
4427
4428 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
4429 (ALL_TARGET_MODULES): Add all-target-libobjc.
4430 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
4431 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
4432 (all-target-libchill): Add dependencies.
4433 * configure.in (target_libs): Add libchill.
4e81ae98 4434
f653f0ab
MH
44351998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
4436
4437 * configure.in (target_subdir): Remove duplicate line.
4438
5d4a5ee6
JL
4439Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
4440
4441 * Makefile.in (all-automake): fix dependencies.
4442
494933e4
JL
4443Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
4444
4445 * configure.in: Minor cleanups for building in the $(target_alias)
4446 subdir.
4447
f6b58262
JW
44481998-09-22 Jim Wilson <wilson@cygnus.com>
4449
4450 * Makefile.in (bootstrap): Set r and s before make all. Use
4451 BASE_FLAGS_TO_PASS in make all.
4452 (cross): Likewise.
4453
27c7a08d
MM
44541998-09-20 Mark Mitchell <mark@markmitchell.com>
4455
4456 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
4457
e67afd1e
RH
4458Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
4459
4460 * config.sub: Fix typo in last change.
4461
8e44ac71
MH
44621998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
4463
4464 * config.sub: Add support for C4x target.
4465 * configure.in: Likewise.
4466
d7496fbb
DM
44671998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
4468
4469 * config.sub: Recognize sparcv9 just like sparc64.
4470
22097bd1
RL
4471Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
4472
4473 * config.guess: Match "Pent II" or "PentII" for OpenServer.
4474
4b877abd
JL
4475Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
4476
2c8ec9a2
JL
4477 * config.guess: Correctly identify Pentium II sco boxes.
4478
4b877abd
JL
4479 * config.guess: Fix "tr" code. From Weiwen Liu.
4480
ab03db52
JH
4481Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
4482
4483 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
4484 stabs.
4485
b54db294
JL
4486Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
4487
4488 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
4489 (ALL_TARGET_MODULES): Add all-target-libchill.
4490 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
4491 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
4492 (all-target-libchill): Add dependencies.
4493 * configure.in (target_libs): Add libchill.
4494
bf48dd73
LW
4495Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
4496
4497 * config.guess: Avoid assumptions about "tr" behaves when
4498 LANG is set to something other than English.
4499
a3cbd105
L
4500Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
4501
4502 * configure (gxx_include_dir): Changed to
4503 '${prefix}/include/g++'-${libstdcxx_interface}.
4504
4505 * config.if: New to determine the interfaces.
4506
c4acd909
MK
4507Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
4508
4509 * config.guess: Detect and handle MPE/IX.
4510 * config.sub: Deal with MPE/IX.
4511
9ea97665
DE
4512Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
4513
4514 * configure.in: Use mh-aix43.
4515
0ce065bd
MH
45161998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
4517
4518 * configure: Fix --without/--disable cases for gxx-include-dir.
4519
5d4a5ee6
JL
4520Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
4521
4522 * mdata-sh: Imported. Needed for automake support.
4523
4524Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
4525
4526 * Makefile.in (taz): Try "chmod -R og=u ." before
4527 "chmod og=u `find . -print`".
4528
4529Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
4530
4531 * configure.in: Add arm-elf and thumb-elf support.
4532
4533Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
4534
4535 * Makefile.in: Undo previous patch.
4536
4537Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
4538
4539 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
4540 to here ...
4541 (install-no-fixedincludes): and here
4542 (INSTALL_MODULES): ... from here.
4543
466456d9
ILT
4544Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
4545
4546 * config.sub: Merge with FSF.
4547
1b409d25
ILT
4548 * config.guess: Merge with FSF.
4549
d207ebef
JM
4550Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
4551
4552 * configure (extraconfigdirs): New variable.
4553 (SUBDIRS): Add extraconfigdirs and recurse on them too.
4554 * Makefile.in (all): Move higher in file.
4555 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
4556 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
4557 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
4558 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
4559 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
4560
45611998-07-23 Brendan Kehoe <brendan@cygnus.com>
4562
4563 * Makefile.in (all-target-libjava): Depend on all-gcc and
4564 all-target-newlib.
4565 (configure-target-libjava): Depend on $(ALL_GCC).
4566
7f1937c1
RL
4567Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
4568
4569 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
4570 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
4571
2ada2bd6
ML
4572Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
4573
4574 * INSTALL/README: Fix typo.
4575
1e025bde
ML
4576Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
4577
5d4a5ee6
JL
4578 * ylwrap: Change absolute path checks to check for DOS style path
4579 names.
1e025bde 4580
5d4a5ee6
JL
4581 * ylwrap: Don't use a full path name if the source file is in the
4582 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 4583
6755ff73
ILT
4584 * config-ml.in: Default to being verbose, to match Feb 18 change to
4585 configure.
4586
5d4a5ee6
JL
4587Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
4588
4589 Brought over from egcs:
4590
4591 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
4592
4593 * configure.in (target_subdir): Set to ${target_alias} instead
4594 of "libraries".
4595
4596 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
4597
4598 * configure.in (target_subdir): Set to libraries if enable_multilib.
4599
4600Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
4601
4602 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
4603 multilibs, force reconfiguration the first time we create
4604 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
4605
4606Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
4607
4608 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
4609 avoid confusion with --no-recursion.
4610
4611Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
4612
4613 * configure.in: Win32 hosts shouldn't use install -x
4614 * install-sh: remove -x option, and special .exe-handling
4615 hack.
4616
d207ebef
JM
4617Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
4618
4619 * config.guess: Recognize i586-pc-beos.
4620 * configure.in: Don't build some bits for beos.
4621
fbd836fc
ILT
4622Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
4623
5d4a5ee6
JL
4624 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
4625 CFLAGS default to -O2.
4626
fbd836fc
ILT
4627 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
4628 when using GNU ld.
4629
4630Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
4631
4632 * ltmain.sh: Correct install when using a different shell.
4633
4634Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
4635
4636 * ltconfig, ltmain.sh: Update to libtool 1.2b.
4637
d207ebef
JM
4638Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
4639
4640 * makefile.vms: Update to build binutils/makefile.vms. Add install
4641 target.
fbd836fc
ILT
4642
4643Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
4644
4645 * ltconfig: Update to correct AIX handling.
4646
69b471bc
JL
4647Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
4648
81241b5e
JL
4649 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
4650
69b471bc
JL
4651 * configure.in (target_subdir): Set to ${target_alias} instead
4652 of "libraries".
4653
bedf82df
MH
46541998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
4655
4656 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
4657 (Makefile): Depend on $(gcc_version_trigger).
4658
4659 * configure (gcc_version): Change default initializer to empty
4660 string.
4661 (gcc_version_trigger): New variable; pass this variable down
4662 to subdir configures to enable them checking gcc's version
4663 themselves. Emit make macros for both gcc_version vars.
4664 (topsrcdir): Initialize reliably.
4665 (recursion line): Remove --with-gcc-version=${gcc_version}.
4666
28e449d8
MH
46671998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
4668
4669 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
4670 --enable-version-specific-runtime-libs which installs C++ runtime stuff
4671 in $(libsubdir); emit definition in each generated Makefile.
4672 (gxx_include_dir): Initialize depending on
4673 $enable_version_specific_runtime_libs.
28e449d8 4674
50c4c9f7
MH
46751998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
4676
4677 * configure (gcc_version): Initialize properly depending on
4678 how and where configure is started.
4679 (recursion line): Pass a --with-gcc-version=${gcc_version}
4680 to configures in subdirs.
4681
d207ebef
JM
4682Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
4683
4684 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 4685 cygmon
d207ebef 4686
5d4a5ee6
JL
4687Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
4688
4689 * configure.in: Add cygmon and libstub support for mn10200.
4690
2f96399b
MH
46911998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
4692
4693 * configure (gcc_version): Add new variable describing the
4694 particular gcc version we're building.
4695 * Makefile.in (libsubdir): Add new macro for the directory
4696 in which the compiler finds executables, libraries, etc.
4697 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
4698 and libsubdir.
4699
c4137c50
AO
4700Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4701
ceff9b14
AO
4702 * Makefile.in (local-clean): Remove *.log.
4703 (warning.log): Built with warn_summary from build.log.
4704 (mail-report.log): Run test_summary.
4705 (mail-report-with-warnings.log): Run test_summary including
4706 warning.log in the report.
c4137c50 4707
276d5ee0
RL
4708Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
4709
4710 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
4711
5d4a5ee6
JL
4712Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
4713
4714 * Makefile.in (grep): Grep no longer depends on libiberty.
4715
4716Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
4717
4718 * Makefile.in: all-snavigator needs all-libgui.
4719
4720Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
4721
4722 * configure.in: Add cygmon and libstub support for mn10300.
4723
8af14275
ILT
4724Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
4725
4726 * missing: Update to version from automake 1.3.
4727
fbd836fc
ILT
4728 * ltmain.sh: On installation, don't get confused if the same name
4729 appears more than once in the list of library names.
4730
466456d9
ILT
4731Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
4732
4733 * config.sub: Accept m68060 and m5200 as CPU names.
4734
5d4a5ee6
JL
4735Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
4736
4737 * configure: Use && rather than using -a in test, because odd
4738 strings can confuse test.
4739 * configure.in: Likewise.
4740
fbd836fc
ILT
4741Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
4742
4743 * ltconfig, ltmain.sh: Bring in Visual C++ support.
4744
f0983958
AO
4745Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4746
4747 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 4748 bootstrap4-lean): New targets.
f0983958 4749
bfed1ea0
JL
4750Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
4751
4752 * mpw-* Delete. Not used.
4753
5d4a5ee6
JL
4754Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
4755
4756 * COPYING.LIB: Update FSF address.
4757
bfed1ea0
JL
4758Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
4759
4760 * ltconfig, ltmain.sh: Update to libtool 1.2a.
4761
5d4a5ee6
JL
4762 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
4763 GAS_SUPPORT_DIRS.
4764
bfed1ea0
JL
4765Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
4766
4767 * ltconfig, ltmain.sh: Avoid producing a version number if
4768 -version-info was not used.
4769
5d4a5ee6
JL
4770Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
4771
4772 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
4773 building with newlib.
4774
47751998-04-30 Paul Eggert <eggert@twinsun.com>
4776
d207ebef 4777 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 4778 Solaris `make' causes it to continue to next definition.
d207ebef
JM
4779
4780Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
4781
4782 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
4783 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
4784
4785Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
4786
4787 * configure.in: Change alpha to alpha* in several places.
4788
d207ebef
JM
4789Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
4790
4791 * config.sub: Recognize sparc86x.
4792
77be0cab
MM
4793Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
4794
4795 * configure.in (--enable-target-optspace): Remove debug echo.
4796
62441128
JW
4797Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
4798
4799 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
4800
bfed1ea0
JL
4801Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
4802
4803 * ltconfig: Update cygwin32 support.
4804
5d4a5ee6
JL
4805 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
4806 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
4807 (GDB_SUPPORT_DIRS): Likewise.
4808
3f4ea1de
MM
4809Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
4810
4811 * configure.in (target_makefile_frag): If --enable-target-optspace,
4812 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
4813 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
4814 not used.
4815 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 4816
5d4a5ee6
JL
4817Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
4818
4819 * Makefile.in (all-bfd): Depend on all-intl.
4820 (all-binutils): Likewise.
4821 (all-gas): Likewise.
4822 (all-gprof): Likewise.
4823 (all-ld): Likewise.
4824
48251998-04-19 Brendan Kehoe <brendan@cygnus.com>
4826
4827 * configure.in (host_tools): Fix typo, lbtool -> libtool.
4828
bfed1ea0
JL
4829Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
4830
5d4a5ee6
JL
4831 * Makefile.in (all-bfd): Depend upon all-libiberty.
4832
bfed1ea0
JL
4833 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
4834
5d4a5ee6
JL
4835Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
4836
4837 * Makefile.in: Add libstub.
4838
4839 * configure.in: Ditto. Build libstub for targets that have cygmon
4840 support.
4841
4842Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
4843
4844 * configure.in: Don't set PICFLAG on ix86-cygwin32.
4845
4846Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
4847
4848 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
4849 use mh-sysv5 if specified. Support gprof on SCO Open Server.
4850
ec8d6ddc
KW
4851Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
4852
4853 * configure: Define DEFAULT_M4 by searching PATH.
4854 * Makfile.in: Use DEFAULT_M4.
4855
bfed1ea0
JL
4856Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
4857
4858 * ltconfig: Add cygwin32 support.
4859
5d4a5ee6
JL
4860 * Makefile.in, configure.in: Add libtool as a native only directory
4861 to configure and build.
4862
547a6183
JL
4863Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
4864
4865 * Makefile.in (INSTALL_MODULES): Remove texinfo.
4866
5d4a5ee6 4867Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 4868
5d4a5ee6
JL
4869 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
4870
4871Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
4872
4873 * Makefile.in: add ash make rules
4874 * configure.in: add ash to native_only and host_tools lists
4875
4876Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
4877
4878 * Makefile.in (all-gettext, all-intl): New targets.
4879 (ALL_MODULES): Added all-gettext, all-intl.
4880 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
4881 (INSTALL_MODULES): Added install-gettext, install-intl.
4882 (CLEAN_MODULES): Added clean-gettext, clean-intl.
4883
4884 * configure.in (host_tools): Added gettext.
4885 (native_only): Likewise.
4886 (noconfigdirs) [various cases]: Likewise.
4887 (host_libs): Added intl.
4888
d207ebef
JM
4889Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
4890
4891 * configure: Do not disable building gdbtk for cygwin32 hosts.
4892
e98e406f
NC
4893Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
4894
4895 * configure.in: Add thumb-coff target.
4896 * config.sub: Add thumb-coff target.
4897
5d4a5ee6
JL
4898Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
4899
4900 * Makefile.in: Revert yesterday's change.
4901 (all-target-winsup): all-target-librx stays out of here.
4902
4903Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
4904
4905 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
4906 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
4907 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
4908 Remove references to librx and libg++.
4909
4910Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
4911
4912 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
4913 recursive makes
4914
bfed1ea0
JL
4915Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
4916
4917 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 4918 for newlib directory.
bfed1ea0
JL
4919 (CXX_FOR_TARGET): Likewise.
4920
4921Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
4922
4923 * ltconfig: Update after libtool/ltconfig.in change for
4924 hpux11.
4925
4926Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
4927
4928 * ltconfig, ltmain.sh: Update to libtool 1.2.
4929
3cd730af
MH
4930Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
4931
4932 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
4933 (install-gcc-cross): Instead, override LANGUAGES here.
4934
80564603
DL
49351998-03-18 Dave Love <d.love@dl.ac.uk>
4936
4937 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
4938 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
4939
d207ebef
JM
4940Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
4941
4942 * configure.in: Add Thumb-pe target.
4943
5d4a5ee6 4944Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 4945
5d4a5ee6
JL
4946 * Makefile.in - changed sn targets to snavigator
4947 * configure.in - changed sn targets to snavigator
4948
2d4a0558
MH
4949Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
4950
4951 * config-ml.in: After building symlink tree call make distclean
4952 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
4953 to be the case for libiberty.
4954
04b93567
L
4955Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
4956
4957 * configure: When making link, also check the current
4958 directory. The configure scripts may create one.
4959
9a06b842
RH
4960Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
4961
4962 * config.sub: Accept alphapca56 and alphaev6 properly.
4963
217fc4e6
FS
4964Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4965
4966 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
4967
3e07bdbd 4968Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 4969
e490616e 4970 * config.sub (sco5): Fix typo.
3e07bdbd 4971
5d4a5ee6
JL
4972Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
4973
4974 * Makefile.in (INSTALL_MODULES): Move install-tcl before
4975 install-itcl.
4976 (install-itcl): Remove dependency on install-tcl.
4977
4978Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
4979
4980 * configure.in: Remove libgloss from noconfigdirs for MN10300.
4981
4982Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
4983
4984 * configure.in: Don't build libgui for a cygwin32 target when not on
4985 a cygwin32 host.
4986
4987Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
4988
4989 * configure (redirect): Set to null, so default behavior of
4990 configure is now --verbose.
4991
ce0d965c
DL
49921998-02-16 Dave Love <d.love@dl.ac.uk>
4993
4994 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
4995 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
4996
3acd1fd0
MH
4997Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
4998
4999 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
5000 this change to sync Makefile.in with its ChangeLog entries.
5001
5d4a5ee6
JL
5002Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
5003
5004 * ltmain.sh (mkdir): Check that the directory doesn't exist
5005 before we exit with error, so that we don't get races during
5006 parallel builds.
5007
bfed1ea0
JL
5008Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
5009
5010 * ltconfig, ltmain.sh: Update from libtool 1.0i.
5011
4e77e8f1
MH
5012Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
5013
5014 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
5015 PICFLAG_FOR_TARGET.
5016 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
5017
5018 * configure: Emit a definition for the new macro enable_shared
5019 into each Makefile.
5020
5d4a5ee6
JL
5021Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
5022
5023 * configure.in (host_tools, native_only): Add libtool.
5024
5025Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
5026
5027 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
5028 Fix typo in ming config comment.
5029
bfed1ea0
JL
5030Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
5031
5032 * ltconfig, ltmain.sh: Update from libtool 1.0h.
5033
5d4a5ee6
JL
5034Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
5035
5036 * config.sub: Add tic30 cases, and map c30 to tic30.
5037
8821a725
RH
5038Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
5039
5040 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
5041 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
5042 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
5043 (CLEAN_TARGET_MODULES): Similarly
5044 (all-target-libf2c): Add dependences.
4e81ae98 5045 * configure.in (target_libs): Add libf2c.
8821a725 5046
5d4a5ee6
JL
5047Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
5048
5049 * configure.in: Remove expect from noconfigdirs when target
5050 is cygwin32. OK to build expect and dejagnu with Canadian
5051 Cross.
5052
0aadd657
ILT
5053Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
5054
5d4a5ee6
JL
5055 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
5056 host.
5057
0aadd657
ILT
5058 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
5059 and mingw32.
5060
d0a8352c
MH
5061Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
5062
5063 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
5064 here as it is not defined in the toplevel Makefile.
5065
59739e3c
MH
5066Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
5067
5068 * configure (package_makefile_rules_frag): New variable, which names
5069 a file with generic rules, ...
5070 Change comment to mention we now have FIVE parts.
5071 * configure: Undo last change.
5072
228197ee
LT
5073Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
5074
5075 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 5076 * config.sub: More accurate determination of HP processor types.
228197ee 5077
efd4c0ba
MH
5078Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
5079
5080 * configure (package_makefile_frag): Move inserting the
5081 ${package_makefile_frag} to where it should be according
5082 to the comment.
5083
6eef3189
PB
5084Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
5085
5086 * config.guess: Add support for Linux/ARM.
5087
d207ebef
JM
5088Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
5089
5090 * .cvsignore: Remove *-info and *-install since they match
5091 release-info and mpw-install, which we don't want to just ignore.
5092
48464ebf
RH
5093Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
5094
5095 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
5096
803462a7
PN
5097Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
5098
5099 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
5100 local_prefix to sub-make invocations.
5101
520ab477
L
5102Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
5103
5104 * configure.in: Check makefile fragments in the source
5105 directory.
5106
4bcdb76d
AO
5107Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
5108
ceff9b14
AO
5109 * configure.in: Check whether host and target makefile
5110 fragments exist before adding them to *_makefile_frag.
4bcdb76d 5111
5d4a5ee6
JL
5112Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
5113
5114 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
5115
5116Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
5117
5118 * configure.in: Make sure we only replace RPATH_ENVVAR on
5119 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
5120 regexp to sed.
5121
5122 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
5123 to sub-makes.
5124
0d3e11a5
LI
51251998-01-13 Lee Iverson (leei@ai.sri.com)
5126
5127 * config-ml.in (multi-do): LDFLAGS must include multilib
5128 designator.
5129
d45b3d87 5130Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
5131
5132 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
5133
d39cd7a1
MK
5134Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
5135
5136 * config.sub: Add mingw32 support.
5137 * configure.in: Likewise.
d39cd7a1 5138
6decbc24
FS
5139Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
5140
5141 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
5142
5d4a5ee6
JL
5143Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
5144
5145 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
5146 * configure (gxx_include_dir): Provide a definition for subdirs
5147 which do not use autoconf.
5148
5149Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
5150
5151 * config.guess: Sync with egcs. Picks up new alpha support,
5152 BeOS & some additional linux support.
5153
d3d1907a
JL
5154Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
5155
5156 * config.guess: HP 9000/803 is a PA1.1 machine.
5157
b104e095
RH
5158Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
5159
5160 * configure.in: It's alpha*-...
5161
aca823c1
L
5162Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
5163
5164 * configure.in (host_makefile_frag, target_makefile_frag):
5165 Handle multiple config files.
5166 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
5167 alpha-*-*.
5168
d207ebef
JM
5169Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
5170
5171 * mkdep: New file.
5172
5173Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
5174
5175 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
5176
5d4a5ee6
JL
5177Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
5178
5179 * Makefile.in: Add libgui directory.
5180 (GDB_TK): Add all-libgui.
5181 * configure.in: Add libgui directory.
5182 * configure: Add all-libgui to GDB_TK.
5183
5184Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
5185
5186 * config-ml.in (multidirs): Add m32r to multilib list.
5187
5188Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
5189
5190 * Makefile.in (all-target-gperf): Change dependency to
5191 all-target-libstdc++.
5192
baf55877
FF
5193Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
5194
5195 * config.guess: Add BeOS support.
5196
5d4a5ee6
JL
5197Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
5198
5199 Source directory cvs renamed to cvssrc:
5200 * configure.in (host_tools): Change cvs to cvssrc.
5201 (native_only): Likewise.
5202 (noconfigdirs) [various cases]: Likewise.
5203 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
5204 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
5205 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
5206 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
5207 (all-cvssrc): Rename target from all-cvs.
5208
f2d76545
JL
5209Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
5210
5211 * configure (gxx_include_dir): Fix thinko.
5212
205cba53
JL
5213Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
5214
5215 * Makefile.in (INSTALL_TARGET_CROSS): Define.
5216 (install-cross, install-gcc-cross): New targets.
5217
5d4a5ee6
JL
5218Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
5219
5220 * configure.in (noconfigdirs): Add support for Thumb target.
5221
5222 * config.sub (maybe_os): Add support for Thumb target.
5223
5224Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
5225
5226 * Makefile.in: Add rules for cygmon.
5227
5228 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
5229
96b0f1fc
JL
5230Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
5231
5232 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
5233 * configure (gxx_include_dir): Provide a definition for subdirs
5234 which do not use autoconf.
d207ebef
JM
5235
5236Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
5237
5238 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 5239 11/18/97 build
d207ebef 5240
7dfef6ed
JL
5241Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
5242
5243 * From Franz Sirl.
5244 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
5245 found on RedHat Linux systems.
96b0f1fc 5246
83cfe7c0
JL
5247Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
5248
5249 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
5250 guesses.
5251
7dfef6ed
JL
5252Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
5253
5254 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
5255
5d4a5ee6
JL
5256Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
5257
5258 * ltmain.sh: If mkdir fails, check whether the directory was created
5259 anyhow by some other process.
5260
d207ebef
JM
5261Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
5262
5263 * configure.in (d30v-*-*): Configure all directories.
5264
5265Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
5266
5267 * configure.in (d30v-*-*): Configure newlib, libiberty directories
5268 for the D30V.
5269
5270Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
5271
5272 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
5273
5d4a5ee6
JL
5274Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
5275
e490616e
ZW
5276 * include/libiberty.h: Add extern "C" { so it can be used with C++
5277 progrms.
5278 * include/remote-sim.h: Add extern "C" { so it can be used with C++
5279 programs.
5d4a5ee6 5280
d207ebef
JM
5281Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
5282
5283 * configure.in (d30v-*-*): Configure GCC now.
5284
5d4a5ee6
JL
5285Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
5286
5287 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
5288 is no longer needed.
5289
c9670e62
JM
5290Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
5291
5292 * Makefile.in: check-target-libio depends on all-target-libstdc++.
5293
cc71c0ca
MH
5294Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
5295
5296 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
5297 targets using "$@" to provide support for similar but not identical
5298 targets without having to duplicate code.
5299
d207ebef
JM
5300Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
5301
5302 * makefile.vms: Fix to work with DEC C.
5303
5304Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
5305
5306 * config.sub: Add mips-tx39-elf to marketing names.
5307
5308Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
5309
5310 * ltmain.sh: Handle symlinks in generated script.
5311
5312Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
5313
5314 * configure: Handle autoconf style directory options: --bindir,
5315 --datadir, --includedir, --infodir, --libdir, --libexecdir,
5316 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
5317 --sysconfdir.
5318 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
5319 (sharedstatedir, localstatedir, oldincludedir): New variables.
5320 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
5321 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
5322 sbindir, sharedstatedir, and sysconfdir.
5323
b1e3ddfd
AJ
5324Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
5325
5326 * Makefile.in (bootstrap-lean): New target.
5327
d207ebef
JM
5328Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
5329
5330 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 5331 sn, and gnuserv from noconfigdirs.
d207ebef
JM
5332
5333Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
5334
5335 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
5336
09f97c1e
JL
5337Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
5338
5339 * Makefile.in (cross): New target.
5340
335d0ab2
AO
5341Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
5342 Jeff Law <law@cygnus.com>
5343
5344 * Makefile.in (bootstrap2, bootstrap3): New targets.
5345 (all-bootstrap): Remove outdated and confusing target.
339c9b00 5346 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 5347
d207ebef
JM
5348Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
5349
5350 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 5351 windows. Consistent with gdb/configure.
d207ebef 5352
e693cc28
UD
53531997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
5354
e693cc28
UD
5355 * configure.in: Name Linux target fragment.
5356
5357 * configure: Rewrite so that project Makefile fragment is inserted
5358 first and appears last in the resulting Makefile.
5359
d207ebef
JM
5360Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
5361
5362 * Makefile.in (install-itcl): Install tcl first.
5363
5d4a5ee6
JL
5364Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
5365
5366 * configure.in: remove bison from noconfigdirs for Cygwin32 host
5367
f401679e
JW
5368Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
5369
5370 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
5371
5372 * configure.in (skipdirs): Add target-librx for Linux.
5373 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
5374
ec20b1b9
JL
5375Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
5376
5377 * Makefile.in (bootstrap): New target.
5378
becdcf6d
JL
5379Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
5380
63f6bcd7 5381 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 5382
d207ebef
JM
5383Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
5384
5385 * config.guess: Merge with FSF.
5386
0c82f6bf
FF
5387Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
5388
5389 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
5390
d207ebef
JM
5391Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
5392
5393 * config.sub: Add "marketing-names" patch.
5394
3fbc0b70
JS
5395Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
5396
e490616e 5397 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 5398
e20d4801
JL
5399Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
5400
5401 * config.sub: Handle v850-elf.
5402
fe181f78 5403Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
5404
5405 * .cvsignore (*-install): Remove.
5406
bfed1ea0
JL
5407Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
5408
5409 * ltconfig: Set CONFIG_SHELL in libtool.
5410 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
5411
558a1e7c
JW
5412Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
5413
5414 * configure.in (target_subdir): Set to libraries if enable_multilib.
5415
7818d6fc
JW
5416Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
5417
5418 * config.guess: Update from gcc directory.
5419
d207ebef
JM
5420Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
5421
5422 * Makefile.in (all-sim): Depends on all-readline.
5423
6599da04
JM
5424Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
5425
5426 * Makefile.in (BISON, YACC): Use $$s.
5427 (all-bison): Depend on all-texinfo.
5428
5429Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
5430
5431 * Makefile.in (BISON): Add -L flag.
5432 (YACC): Likewise.
5433
d207ebef
JM
5434Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
5435
4e81ae98
EC
5436 * configure.in (noconfigdirs): Add support for v850e target.
5437
d207ebef
JM
5438 * config.sub (maybe_os): Add support for v850e target.
5439
5440Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
5441
4e81ae98
EC
5442 * configure.in (noconfigdirs): Add support for v850ea target.
5443
d207ebef
JM
5444 * config.sub (maybe_os): Add support for v850ea target.
5445
6599da04
JM
5446Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
5447
5448 * config.sub: Add mipstx39. Delete r3900.
5449
5450Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
5451
5452 * Makefile.in (all-autoconf): Depends on all-texinfo.
5453
5454Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
5455
5456 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
5457 eabi targets.
5458
5459Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
5460
5461 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
5462
5463 * configure: When handling a Canadian Cross, handle YACC as well as
5464 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 5465 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
5466
5467Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
5468
5469 * Makefile.in (BISON): bison, not byacc or bison -y.
5470 (YACC): bison -y or byacc or yacc.
5471 (various): Add *-bison as appropriate.
5472 (taz): No need to mess with BISON anymore.
5473
5474Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
5475
5476 * configure: If OSTYPE matches *win32*, try to find a good value for
5477 CONFIG_SHELL.
5478
5479Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
5480
5481 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
5482 configure.in if it is present.
5483
5484Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
5485
5486 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
5487
5488Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
5489
5490 * config.sub: Recognize `arc' cpu.
5491 * configure.in: Likewise.
5492 * config-ml.in: Likewise.
5493
5494Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
5495
5496 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
5497
5498Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
5499
5500 * configure: Changed sed delimiter from ':' to '|' when
5501 attempting to substitute ${config_shell} for SHELL. On
5502 NT ${config_shell} may contain a ':' in it.
5503
5504Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
5505
5506 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
5507
5508Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
5509
5510 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
5511
5512Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
5513
5514 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
5515
5516 * ylwrap: If the program is a relative path, force it to be
5517 absolute.
5518
5519Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
5520
5521 * configure (tooldir): Set BISON to `bison -y' and not just bison.
5522
5523Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
5524
5525 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
5526 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
5527 for libraries.
6599da04
JM
5528
5529Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
5530
5531 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 5532 separated by spaces.
6599da04
JM
5533
5534Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
5535
5536 * ylwrap: New file.
5537 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
5538
5539 * ltmain.sh: Handle /bin/sh at start of install program.
5540
5541 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
5542
5543 * ltconfig, ltmain.sh: New files, from libtool 1.0.
5544 * missing: New file, from automake 1.2.
5545
5546Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
5547
5548 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
5549 check-tk to CHECK_X11_MODULES.
5550
5551Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
5552
5553 * config.sub: Merge with FSF.
5554
5555Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
5556
5557 * config.guess: Merge with FSF.
5558
5559Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
5560
5561 * configure: Treat msdosdjgpp like go32.
5562 * configure.in: Likewise. Don't remove gprof for go32.
5563
5564 * configure: Change Makefile.tem2 to Makefile.tm2.
5565
5566Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
5567
5568 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
5569
5570Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5571
5572 * install-sh (chmodcmd): Set to null if the DST directory already
5573 exists. Same as Nov 11th change.
5574
5575Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
5576
4e81ae98 5577 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
5578
5579Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
5580
5581 * config.guess: Update from FSF.
5582
5583Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
5584
5585 * Makefile.in (GDB_TK): Depend on itcl and tix.
5586
5587Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
5588
5589 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
5590 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
5591 (INSTALL_SCRIPT): New variable.
5592 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
5593 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
5594 to -x.
5595 * install-sh: Add support for -x option.
5596
5597Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
5598
5599 * configure.in, Makefile.in: Treat tix like itcl.
5600
5601Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
5602
5603 * Makefile.in (WINDRES): New variable.
5604 (WINDRES_FOR_TARGET): New variable.
5605 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
5606 (EXTRA_HOST_FLAGS): Add WINDRES.
5607 (EXTRA_TARGET_FLAGS): Add WINDRES.
5608 (EXTRA_GCC_FLAGS): Add WINDRES.
5609 ($(DO_X)): Pass down WINDRES.
5610 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
5611 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
5612 DLLTOOL_FOR_TARGET.
5613
5614Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
5615
5616 * configure.in: configure sim before gdb for win32-x-ppc
5617
5618Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5619
5620 Move gperf into the toplevel, from libg++.
5621 * configure.in (target_tools): Add target-gperf.
5622 (native_only): Add target-gperf.
5623 * Makefile.in (all-target-gperf): New target, depend on
5624 all-target-libg++.
5625 (configure-target-gperf): Empty rule.
5626 (ALL_TARGET_MODULES): Add all-target-gperf.
5627 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
5628 (CHECK_TARGET_MODULES): Add check-target-gperf.
5629 (INSTALL_TARGET_MODULES): Add install-target-gperf.
5630 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
5631
5632Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 5633
6599da04
JM
5634 * config.sub (mn10200): Recognize new basic machine.
5635
5636Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5637
5638 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
5639 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
5640
5641Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
5642
5643 * configure.in: If we're building mips-sgi-irix6* native, turn on
5644 ENABLE_MULTILIB and set TARGET_SUBDIR.
5645
5646Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
5647
5648 * Makefile.in (all-sn): Depend on all-grep.
5649
5650Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
5651
5652 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
5653
5654 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
5655 Makefile. From Jeff Makey <jeff@cts.com>.
5656 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
5657
5658 * Makefile.in (DISTBISONFILES): Remove.
5659 (taz): Don't futz with DISTBISONFILES. Change BISON to use
5660 $(DEFAULT_YACC).
5661
5662 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 5663 cygwin32.
6599da04
JM
5664
5665 * Makefile.in (LD): New variable.
5666 (EXTRA_HOST_FLAGS): Pass down LD.
5667 ($(DO_X)): Likewise.
5668
5669Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
5670
5671 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
5672
5673Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
5674
5675 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 5676 before adding our own. Always add --build.
6599da04
JM
5677
5678Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
5679
5680 * configure.in (targargs): Pass --build if we're doing
5681 a cross-compile.
5682
5683Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
5684
ca236658 5685 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
5686 sed. Otherwise sed chokes on NT path names with drive
5687 designators. Also look for "?:*" as the leading characters in an
5688 absolute pathname.
5689
5690Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
5691
5692 * config.sub: Support for r3900.
5693
5694Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
5695
5696 * configure.in: Use install-sh, not install.sh.
5697
5698Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
5699
5700 * Makefile.in (taz): Improve check for BISON so it doesn't try to
5701 apply it twice.
5702
5703Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
5704
5705 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
5706 install-binutils.
5707
5708Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
5709
5710 * Makefile.in: Add automake targets.
5711 * configure.in (host_tools): Add automake.
5712
5713Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
5714
5715 * configure: Default CXX to c++, not gcc.
5716 * Makefile.in (CXX): Set to c++, not gcc.
5717 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
5718
5719Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
5720
5721 * install-sh: try appending a .exe if source file doesn't
5722 exist
5723
5724Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
5725
5726 * configure.in: Turn on multilib by default.
5727 (cross_only): Remove target-libiberty.
5728
5729 * Makefile.in (all-gcc): Don't depend on libiberty.
5730
5731Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
5732
5733 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
5734
5735Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
5736
5737 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
5738 (DISTBISONFILES): Add ld/Makefile.in
5739
5740Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
5741
5742 * configure.in: if target is cygwin32 but host isn't cygwin32,
5743 don't configure gdb tcl tk expect, not just gdb.
5744
5745Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
5746
5747 * configure.in: Added gnuserv everywhere sn appears.
5748
5749 * Makefile.in (ALL_MODULES): Added all-gnuserv.
5750 (CROSS_CHECK_MODULES): Added check-gnuserv.
5751 (INSTALL_MODULES): Added install-gnuserv.
5752 (CLEAN_MODULES): Added clean-gnuserv.
5753 (all-gnuserv): New target.
5754
5755Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
5756
5757 * config.guess: Fixes for MIPS OpenBSD systems.
5758
5759Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
5760
5761 * Makefile.in (INSTALL_XFORM): Remove.
5762 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
5763
5764 * mkinstalldirs: New file, copied from automake.
5765 * Makefile.in (installdirs): Rename from install-dirs. Use
5766 mkinstalldirs. Change all users.
5767 (DEVO_SUPPORT): Add mkinstalldirs.
5768
5769Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
5770
5771 * install-sh: Rename from install.sh.
5772 * Makefile.in (INSTALL): Change install.sh to install-sh.
5773 (DEVO_SUPPORT): Likewise.
5774
5775 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
5776 Graichen <graichen@rzpd.de>.
5777
5778Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
5779
5780 * config.guess: Recognize OpenBSD systems correctly.
5781
5782Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
5783
5784 * README, Makefile.in (ETC_SUPPORT): Remove references to
5785 cfg-paper*, configure.{texi,man,info*}._
5786
5787Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
5788
5789 * Makefile.in (all.normal): Ensure that gcc is built after all
5790 the x11 - ie gdb - targets.
5791
5792Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
5793
5794 * makefile.vms: Don't run conf-a-gas.
5795
5796Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
5797
e490616e 5798 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 5799
d207ebef
JM
5800Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
5801
5802 * configure.in: Remove noconfigdirs case since gdb also
5803 configures and builds for tic80-coff.
5804
6599da04
JM
5805Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
5806
5807 * configure: Set cache_file to config.cache.
5808 * Makefile.in (local-distclean): Remove config.cache.
5809
5810Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
5811
5812 * COPYING: Update FSF address.
5813
d207ebef
JM
5814Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
5815
5816 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
5817 noconfigdirs.
5818
6599da04
JM
5819Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
5820
5821 * Makefile.in (install-dirs): Don't crash if prefix, and hence
5822 MAKEDIRS, is empty.
5823
5824Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
5825
5826 * config.sub: Tweak mn10300 entry.
5827
5828Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
5829
5830 * configure.in (host_tools): Put sim before gdb, so gdb's
5831 configure.tgt can determine if the simulator was configured.
5832
5833Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
5834
5835 * config.sub: Move BeOS $os case to be with other Cygnus
5836 local cases.
5837
5838Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
5839
5840 * config.sub: Remove misplaced comment that broke Linux.
5841
5842Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
5843
5844 * config.sub: Add BeOS support.
5845
5846Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
5847
5848 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
5849
5850Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
5851
5852 * configure.in (noconfigdirs): Remove tcl and tk from
5853 noconfigdirs for cygwin32 builds.
5854
d207ebef
JM
5855Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
5856
5857 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
5858
6599da04
JM
5859Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
5860
5861 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
5862 make-all.com, use makefile.vms instead.
5863
5864Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
5865
5866 * config.sub: Accept -lnews*.
5867
d207ebef
JM
5868Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
5869
5870 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 5871 target-examples and target-libiberty for d30v.
d207ebef
JM
5872
5873Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
5874
5875 * configure.in (noconfigdirs): Enable ld for d30v.
5876
5877Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
5878
5879 * configure.in (tic80-*-*): Build compiler.
5880
5881Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
5882
5883 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 5884 unsupported d30v directories
d207ebef
JM
5885
5886Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
5887
4e81ae98
EC
5888 * config.sub, configure.in: Add d30v target cpu.
5889
6599da04
JM
5890Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
5891
5892 * makefile.vms: New file.
5893 * make-all.com: Remove.
5894
5895Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
5896
5897 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
5898
5899Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
5900
5901 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
5902
5903Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
5904
5905 * Makefile.in (ALL_MODULES): Added all-db.
5906 (CROSS_CHECK_MODULES): Addec check-db.
5907 (INSTALL_MODULES): Added install-db.
5908 (CLEAN_MODULES): Added clean-db.
5909
5910Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
5911
5912 * config.guess: Merge with latest FSF sources.
5913
5914Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
5915
5916 * Makefile.in (ALL_MODULES): Added all-itcl.
5917 (CROSS_CHECK_MODULES): Added check-itcl.
5918 (INSTALL_MODULES): Added install-itcl.
5919 (CLEAN_MODULES): Added clean-itcl.
5920
5921Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
5922
5923 * configure.in: build gdb for mn10200
5924
5925Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
5926
5927 * Makefile.in (all-target-winsup): Depend on all-target-libio.
5928
d207ebef
JM
5929Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
5930
5931 * configure.in (tic80-*-*): Turn off most targets right now.
5932
6599da04
JM
5933Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
5934
5935 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
5936 rather than the makeinfo program.
5937 (do-info): Depend upon all-texinfo.
5938
5939Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
5940
5941 * configure.in: Remove uses of config/mh-linux.
5942
5943 * config.sub, config.guess: Merge with latest FSF sources.
5944
d207ebef
JM
5945Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
5946
5947 * config.sub (case $basic_machine): Add tic80 entries.
5948
6599da04
JM
5949Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
5950
5951 * config.sub, config.guess: Merge with latest FSF sources.
5952
5953Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
5954
5955 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
5956 * mpw-config.in: Test for NewFolderRecursive.
5957 * mpw-install: Use symbolic name for startup filename.
5958 * mpw-README: Add various additional details.
5959
5960Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
5961
5962 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
5963
5964Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
5965
5966 * configure.in: Do build gcc and the target libraries for
5967 the mn10200.
5968
5969Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
5970
5971 * configure.in: don't avoid building gdb for mn10300 any more
5972 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
5973 instead of single-quoting it.
5974
5975Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
5976
5977 * configure.in: Don't use --with-stabs on IRIX 6.
5978
5979Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
5980
5981 * configure.in (m32r): Build gdb, libg++ now.
5982
5983Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
5984
5985 * configure.in (mips*-sgi-irix6*): Remove gdb and related
5986 directories from noconfigdirs.
5987
5988Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
5989
5990 * config.sub (basic_machine): added mips16 configuration
5991
5992Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
5993
5994 * config.sub: Handle d10v-unknown.
5995
d207ebef
JM
5996Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
5997
5998 * config.sub: Handle v850-unknown.
5999
6599da04
JM
6000Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
6001
6002 * Makefile.in: add findutils
6003 * configure.in: add findutils to list of host_tools
6004
6005Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
6006
6007 * config.sub: Handle mn10200 and mn10300.
6008
6009Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6010
6011 * configure.in (d10v-*): Do not build librx.
6012
6013Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
6014
6015 * configure.in (mn10300): Build everything except gdb & libgloss.
6016
6017Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
6018
6019 * config.guess: Patch for Dansk Data Elektronik servers,
6020 from Niels Skou Olsen <nso@dde.dk>.
6021
6022 For ncr, use /bin/uname rather than uname, since GNU uname does not
6023 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
6024
6025 Patch for MIPS R4000 running System V,
6026 from Eric S. Raymond <esr@snark.thyrsus.com>.
6027
6028 Fix thinko for nextstep.
6029
6030 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
6031
6032 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
6033 * config.guess: Guess mips-dec-mach_bsd4.3.
6034
6035 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
6036 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
6037 release numbers.
6038 * config.guess (mips-mips-riscos*): Emit just enough of the
6039 release number.
6040
6041 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
6042 * config.guess (sparc-auspex-sunos*): Added.
6043 (f300-fujitsu-*): Added.
6044
6045 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
6046 * config.guess: Recognize a Tadpole as a sparc.
6047
6048Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
6049
6050 * config.guess: Don't assume that NextStep version is either 2 or
6051 3. NextStep 4 (aka OpenStep 4) has come out now.
6052
6053Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
6054
6055 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
6056 From Rik Faith <faith@cs.unc.edu>.
6057
6058Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
6059
6060 * config.sub: Contributions from bug-gnu-utils to:
6061 Support plain "hppa" (no version given) architecture, reported by
6062 OpenStep.
6063 OpenBSD like NetBSD.
6064 LynxOs is not a hardware supplier.
6065
6066 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 6067 OpenBSD like NetBSD.
6599da04
JM
6068 Stratus systems.
6069 More Pyramid systems.
6070 i[n>4]86 Intel chips.
6071 M680[n>4]0 Motorola chips.
6072 Use unknown instead of lynx for hardware manufacturer.
6073
6074Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6075
6076 * install.sh (chmodcmd): Set to null if the DST directory already
6077 exists.
6078
6079Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6080
6081 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
6082 not use mt-ppc target Makefile fragment any more.
6083
6084Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
6085
6086 * configure.in (*-*-windows): Exclude everything but those dirs
6087 needed to build windows.
6088
6089Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
6090
6091 * Makefile.in (all-target-winsup): Depend on all-target-librx.
6092
6093Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
6094
6095 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
6096
6097Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
6098
6099 * Undo my previous change.
6100
6101Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
6102
6103 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
6104 unconditionally.
6105 (MAKEOVERRIDES): Define (revert this part of October 18 change).
6106
6107Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
6108
6109 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
6110 host to add it's own flags.
6599da04
JM
6111
6112Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
6113
6114 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
6115
6116Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
6117
6118 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
6119 (CXX_FOR_TARGET): Likewise.
6120 (GCC_FOR_TARGET): Define.
6121 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
6122 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
6123 CC_FOR_TARGET was specified on the command line.
6124 (MAKEOVERRIDES): Don't define.
6125
6126Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
6127
6128 * configure.in (m32r): Fix spelling of libg++ libs.
6129
6130Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
6131
6132 * config.sub (-apple*): Remove, now redundant.
6133
6134Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
6135
6136 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
6137
6138 * configure: Rework yesterday's sed script patch.
6139
6140 * config.sub: Merge with FSF.
6141
6142Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
6143
6144 * config.guess: Merge from FSF.
6145
6146 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
6147 * config.guess: Use pc instead of unknown, for pc clone systems.
6148 Change linux to linux-gnu.
6599da04
JM
6149
6150 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 6151 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
6152
6153Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
6154
6155 * test-build.mk (HOLES): Add "xargs" for gdb.
6156
6157 * configure: Avoid hpux10.20 sed bug.
6158
6159Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
6160
731a8127 6161 * configure.in: Add support for windows host
6599da04
JM
6162 (that is a build done under the Microsoft build environment).
6163
6164Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
6165
6166 * Makefile.in: Replace all uses of srcroot with s, to shrink
6167 command line lengths.
6168
6169 Patches from Geoffrey Noer <noer@cygnus.com>:
6170 * configure.in: If configuring for newlib, pass --with-newlib to
6171 subdirectories.
6172 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
6173 -Bnewlib/ and -Lwinsup to gcc.
6174 (CXX_FOR_TARGET): Likewise.
6175
6176Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
6177
6178 * Makefile.in (ETC_SUPPORT): Add configure.
6179
6180Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
6181
4e81ae98 6182 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
6183 host configuration file.
6184
6185Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
6186
6187 * configure.in: Break mn10x00 support into separate
6188 mn10200 and mn10300 configurations.
6189 * config.sub: Likewise.
6190
6191Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
6192
6193 * configure.in: Add lots of stuff to noconfigdirs for
6194 the mn10x00 targets.
6195
6196 * config.sub, configure.in: Add mn10x00 support.
6197
6198Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
6199
6200 * make-all.com: Call conf-a-gas, not config-a-gas.
6201
6202Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
6203
6204 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 6205 targets.
6599da04
JM
6206
6207Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
6208
6209 * mpw-README: Add much more detail for native PowerMac.
6210 * mpw-install: New file.
6211 * mpw-configure: Add --norecursion and --help options.
6212 * mpw-config.in: Translate readme and install files when
6213 copying to objdir.
6214 * mpw-build.in: Don't always depend on byacc and flex.
6215 (install-only-top): New action.
6216
d207ebef
JM
6217Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
6218
6219 * configure.in: You can now configure GDB for the v850.
6220
6599da04
JM
6221Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
6222
6223 * configure.in (noconfigdirs): Don't configure any C++ dirs
6224 if targeting D10V.
6225
6226Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
6227
6228 * config.sub: Recognize mips64vr5000.
6229
6230Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
6231
6232 * configure.in: Use a single line for host_tools and native_only.
6233
6234Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
6235
6236 * config.sub, configure.in: Add entries for m32r.
6237
6238Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
6239
6240 * Makefile.in (inet-install): Don't run install-gzip.
6241
6242Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
6243
6244 * configure.in: Don't config lots of things for *-*-windows*.
6245
6246Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
6247
6248 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
6249 (host_libs, host_tools): Copy from configure.in.
6250 * mpw-configure: Don't complain about directories not found.
6251
6252Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6253
6254 * configure.in (i[345]86): Recognize i686 for pentium pro.
6255 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
6256 file.
6257
6258 * config.guess (i[345]86): Ditto.
6259
6260Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6261
6262 * configure.in (noconfigdirs): Removed gdb for D10V.
6263
d207ebef 6264Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 6265
d207ebef
JM
6266 * configure.in: Remove ld, target-libio, target-libg++, and
6267 target-libstdc++ from noconfigdirs.
5d4a5ee6 6268
6599da04
JM
6269Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
6270
6271 * configure: Fix three locations where shell scripts were
6272 being run directly rather than with config_shell.
6273
d207ebef
JM
6274Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
6275
6276 * configure.in (v850-*-*): Set up initial $noconfigdirs.
6277 * config.sub (basic_machine): Recognize v850.
6278
6599da04
JM
6279Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
6280
6281 * mpw-configure: Handle multiple enable/disable options and
6282 pass them down recursively, handle -c and -s flags appropriately
6283 depending on choice of compiler, add escape mechanism for
6284 quoted arguments to gC.
6285
6286Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6287
6288 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
6289 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
6290 so that -mrelocatable-lib and -mno-eabi are used.
6291
6292 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
6293 not support --print-multi-lib, don't abort.
6294
6599da04
JM
6295Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
6296
6297 * make-all.com: Run config-a-gas.
6298 * setup.com: Don't copy subdirectory files around.
6299
6300Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
6301
6302 * configure.in (*-*-ose): Remove exclusion of libgloss for this
6303 target, it now compiles correctly.
6304
6305Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
6306
6307 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
6308
6309Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6310
4e81ae98 6311 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
6312
6313Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6314
6315 * configure.in (native_only): Add prms.
6316
6317Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
6318
6319 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
6320 (BINUTILS_SUPPORT_DIRS): Likewise.
6321
6322Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6323
6324 * configure.in (d10v-*-*): Don't configure ld or gdb until the
6325 d10v support is added.
6326
6327Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
6328
6329 * configure.in (d10v-*-*): New target.
6330
6331Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
6332
6333 * config.guess (HP 9000/811): Recognize this as a PA1.1
6334 machine.
6335
6336Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
6337
6338 * Makefile.in (do-tar-gz): New target, split out from tail end of
6339 taz target. Run each command separately, don't use pipes.
6340 (taz): Use it.
6341
6342Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
6343
6344 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
6345 * mpw-build.in: No builds should depend on building byacc or flex,
6346 they are assumed to be installed already.
6347
6348Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6349
6350 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
6351 variable that CC_FOR_TARGET needs.
6352
6353Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6354
6355 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
6356 options have changed since the last time the subdirectory was
6357 configured, and if it has, reconfigure.
6358 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
6359 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
6360
6361Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
6362
6363 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
6364 CLEAN_MODULES): Add bash.
6365 (all-bash): New target.
6366
6367Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
6368
6369 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
6370
6371Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6372
6373 * config.sub (basic_machine): Recognize d10v as a valid processor.
6374
6375Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
6376
6377 * mpw-configure: Add support for --bindir.
6378 * mpw-build.in: Use a GCC-specific build script for GCC actions.
6379
6380Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
6381
6382 * configure.in: add bash, time, gawk to list of hosttools and things
6383 to only build for native toolchains
6384
6385Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6386
6387 * Makefile.in (docdir): Remove.
6388
6389Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
6390
6391 * Makefile.in (datadir): Set to $(prefix)/share.
6392
6393Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
6394
6395 * configure.in: build diff and patch for cygwin32-hosted
6396 toolchains.
6397
6398Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
6399
6400 * config.sub: Accept -rtems*.
6401
6402Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
6403
e490616e
ZW
6404 * configure.in: enable dosrel for cygwin32-hosted builds,
6405 remove diff from the list of things not buildable
6406 via Canadian Cross
6599da04
JM
6407
6408Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
6409
6410 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 6411 don't get ". ".
6599da04
JM
6412
6413Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
6414
6415 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
6416
6417Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
6418
6419 * Makefile.in (taz): Handle case where tex3patch didn't even get
6420 checked out. Also, if it was found, put the symlink in a new util
6421 subdirectory.
6422
6423Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6424
6425 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
6426
6427Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
6428
6429 * config.sub: Recognize -openvms.
6430 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
6431 * make-all.com, setup.com: New files.
6432
6433Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
6434
6435 * Makefile.in (taz): tex3patch moved to texinfo/util.
6436
6437Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
6438
6439 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
6440 * configure.in: remove make from disable-if-Can-Cross list
6441 enable gdb if ${host} and ${target} are cygwin32
6442
6443Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
6444
6445 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
6446 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
6447
6448Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
6449
6450 * config.guess: Combine mips-mips-riscos cases, and use cpp to
6451 distinguish sysv/svr4/bsd variants.
6452 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
6453
6454Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
6455
6456 * configure.in: Added copyright notice.
6457 * move-if-change: Added copyright notice.
6458
6459Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6460
6461 * configure.in (powerpcle-*-solaris*): Until we get shared
6462 libraries working, don't build gdb, sim, make, tcl, tk, or
6463 expect.
6464
6465Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
6466
6467 * config.guess: Merge with FSF:
6468
6469 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
6470 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
6471
6472 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
6473 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
6474
6475 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
6476 * config.guess: Combine two OSF1 rules.
6477 Also recognize field test versions. From mjr@zk3.dec.com.
6478 * config.guess (dgux): Use /usr/bin/uname rather than uname,
6479 because GNU uname does not support -p. From pmr@pajato.com.
6480
6481Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
6482
6483 * Makefile.in (MAKEDIRS): Removed $(tooldir).
6484
6485Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
6486
6487 * mpw-README: Document GCCIncludes.
6488
6489Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
6490
6491 * configure.in (alpha-*-linux*): Set enable_shared to yes.
6492
6493Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
6494
6495 * mpw-configure: Handle --enable-FOO and --disable-FOO.
6496
6497Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
6498
6499 * configure.in (*-*-cygwin32): Configure make.
6500
6501Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
6502
6503 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
6504
6505Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
6506
6507 * Makefile.in (all-inet): Depend on all-perl.
6508
6509 * Makefile.in (inet-install): New target.
6510
6511 * Makefile.in (all-inet): Depend on all-tcl.
6512 (all-inet): Depend on all-send-pr.
6513
6514Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6515
6516 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
6517 temporarily.
6518
6519Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
6520
6521 * configure.in: Don't configure --with-gnu-ld on AIX.
6522
6523Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
6524
6525 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
6526
6527Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
6528
6529 * Makefile.in (ALL_MODULES): Added all-inet.
6530 (CROSS_CHECK_MODULES): Added check-inet.
6531 (INSTALL_MODULES): Added install-inet.
6532 (CLEAN_MODULES): Added clean-inet.
6533 (all-indent): New target.
6534
6535 * configure.in (host_tools): Added inet.
6536 (native_only): Added inet.
6537 (noconfigdirs): Added inet.
6538
6539Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
6540
6541 * configure.in: Don't configure libgloss if we are not configuring
6542 newlib.
6543
6544Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
6545
6546 * configure.in: Don't configure libgloss for unsupported
6547 architectures.
6548
6549Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6550
6551 * Makefile.in (CLEAN_MODULES): Add clean-apache.
6552
6553Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
6554
6555 * Makefile.in (ALL_MODULES): Include all-apache.
6556 (CROSS_CHECK_MODULES): Include check-apache.
6557 (INSTALL_MODULES): Include install-apache.
6558 (all-apache): New target.
6559
6560 * configure.in: Added apache everywhere perl is seen.
6561
6562Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6563
6564 * Makefile.in: Add support for clean-{module} and
6565 clean-target-{module} rules.
6566
6567Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
6568
6569 * configure.in (*-*-ose) do not build libgloss.
6570
6571Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6572
6573 * config.guess (prep*:SunOS:5.*:*): Turn into
6574 powerpele-unknown-solaris2.
6575
6576Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
6577
6578 * configure.in: Permit --enable-shared to specify a list of
6579 directories.
6580
6581Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
6582
6583 * configure.in (host==solaris): Pass only the first word of $CC
6584 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
6585
6586Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
6587
6588 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
6589
6590Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
6591
6592 * Makefile.in (ALL_MODULES): Include all-perl.
6593 (CROSS_CHECK_MODULES): Include check-perl.
6594 (INSTALL_MODULES): Include install-perl.
6595 (ALL_X11_MODULES): Include all-guile.
6596 (CHECK_X11_MODULES): Include check-guile.
6597 (INSTALL_X11_MODULES): Include install-guile.
6598 (all-perl): New target.
6599 (all-guile): New target.
6600
6601 * configure.in (host_tools): Include perl and guile.
6602 (native_only): Include perl and guile.
6603 (noconfigdirs): Don't build guile and perl; no ports have been
6604 done.
6605
6606Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
6607
e490616e
ZW
6608 * configure (--enable-*): Handle quoted option lists such as
6609 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
6610
6611Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6612
6613 * Makefile.in ({,inst}all-target): New rule so we can make and
6614 install all of the target directories easily.
6615
6616Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6617
6618 * configure.in: Add missing global flag in sed substitution when
6619 deleting `target-' from ${configdirs}.
6620
6621Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
6622
6623 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
6624 option.
6625
6626 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
6627 config/mh-necv4.
6628
6629 * install.sh: Correct misspelling of transformbasename.
6630
6631 * config.guess: Recognize mips-*-sysv*.
6632
6633Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
6634
6635 * config.sub: Recognize mon960.
6636
6637Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
6638
6639 * configure: Restore Canadian Cross handling of BISON and LEX,
6640 removed in Feb 20 change.
6641
6642Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
6643
6644 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
6645 Mention make install. Remove the old copyright date as well the
6646 clumsy and rather pointless copyright on the README file.
6647
6648Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
6649
6650 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
6651 Makefile after running symlink-tree, then run `make distclean' to
6652 avoid clobbering any generated files in srcdir.
6653
6654Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
6655
6656 * configure.in (m68k-*-netbsd*): Build everything now.
6657
6658Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
6659
6660 * Makefile.in (taz): Fix quoting.
6661
6662Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
6663
6664 * configure.in (sparclet-*-*): Build everything now.
6665
6666Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6667
6668 * configure.in (m68k-*-linux*): New host.
6669
6670Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
6671
6672 * configure: Check for bison before byacc.
6673
6674Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
6675
6676 * Makefile.in configure: Change the way LEX and BISON/YACC are
6677 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
6678 searching PATH. These are used as fallbacks by Makefile.in if
6679 flex/bison/byacc aren't in objdir.
6680
6681Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
6682
6683 * Makefile.in: Make everything which depends upon all-bfd also
6684 depend upon all-opcodes, in case --with-commonbfdlib is used.
6685
6686Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6687
6688 * configure.in (host *-*-cygwin32): Don't build gdb if we are
6689 building NT native compilers on Unix.
6690
6691Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
6692
6693 * configure.in: Don't get CC from the host Makefile fragment if we
6694 can find gcc in PATH, or if this is a Canadian Cross. Move the
6695 Solaris test for /usr/ucb/cc to the post target script, just after
6696 the compiler sanity test.
6697
6698Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
6699
6700 * config.sub: Merge with FSF.
6701
6702Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
6703
6704 * Makefile.in (RPATH_ENVVAR): New variable.
6705 (REALLY_SET_LIB_PATH): Use it.
6706 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
6707
6708Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
6709
6710 * config.sub, configure.in: Recognize sparclet cpu.
6711
6712Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
6713
6714 * config.guess: Support m68k-cbm-sysv4.
6715
6716Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6717
6718 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
6719 m68k-unknown-linuxaout from linker help string. Put quotes around
6720 $ld_help_string.
6721
6722Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
6723
6724 * config.guess (powerpc-harris-powerunix): Add guess for port
6725 to new target.
6726
6727Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6728
6729 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
6730
6731Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
6732
6733 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
6734 $(REALLY_SET_LIB_PATH) in Makefile.
6735 * Makefile.in (SET_LIB_PATH): New variable.
6736 (REALLY_SET_LIB_PATH): New variable.
6737 ($(DO_X)): Use $(SET_LIB_PATH).
6738 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
6739 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
6740 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
6741 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
6742 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
6743 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
6744 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
6745 (install-dosrel): Likewise.
6746 (all-opcodes): Depend upon all-libiberty.
6747
6748Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
6749
6750 * config.guess (*:CYGWIN*): New
6751
6752Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6753
6754 * Makefile.in (all-target-winsup): All all-target-libiberty.
6755
6756Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
6757
6758 * configure.in (noconfigdirs): Add missing # in front of comment.
6759
6760Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
6761
6762 * configure.in: add second pass to things added to noconfigdirs
6763 so *-gm-magic can exclude libgloss properly.
6764
6765Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
6766
6767 * mpw-configure (extralibs_name, rez_name): Set correctly
6768 for MWC68K compiler.
6769
6770 * mpw-README: Add more info on the necessary build tools.
6771
6772Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
6773
6774 * configure.in, config.sub: Recognize cygwin32.
6775
6776Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
6777
6778 * config.guess, config.sub: Recognize A/UX.
6779
6780Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
6781
6782 * config.sub: Merge with gcc/config.sub.
6783
6784Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
6785
6786 * mpw-build.in (do-binutils): Add build of stamps.
6787
6788Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
6789
6790 * config.sub: Add recognition for mips64vr4100*-* targets.
6791
6792Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
6793
6794 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
6795 Add creation of gconfigargs with `--enable-shared' turned on.
6796 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
6797 ($(host)-stamp-stage3-configured): Likewise.
6798 (HOLES): Add chatr and ldd.
6799 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
6800
6801Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
6802
6803 * configure: Pass --nfp to recursive configures.
6804
6805Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
6806
6807 * Makefile.in (DLLTOOL): New.
6808 (DLLTOOL_FOR_TARGET): New.
6809 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
6810 (EXTRA_TARGET_FLAGS): Ditto.
6811 (EXTRA_GCC_FLAGS): Ditto.
6812 (CONFIGURE_TARGET_MODULES): Ditto.
6813 (DO_X): Ditto.
6814 * configure: Add DLLTOOL.
6815
6816Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
6817
6818 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
6819 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
6820 mh-sco, since old workarounds no longer needed, and don't
6821 build ld, since libraries have weak symbols in COFF.
6822
6823Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
6824
6825 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
6826
6827Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
6828
6829 * configure.in: Make sure that ${CC} can be used to compile an
6830 executable.
6831
6832Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
6833
6834 * Makefile.in (all-gdb): Depend on $(GDB_TK).
6835 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
6836 nothing depending on whether gdbtk is being built.
6837
6838Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
6839
6840 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
6841
6842Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
6843
6844 * configure.in (noconfigdirs): Put ld or gas in this early, if the
6845 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
6846
6847Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
6848
6849 * config-ml.in: Add support for
6850 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
6851 Simplify setting of multidirs from --disable-foo.
6852
6853Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6854
6855 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
6856 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
6857 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 6858 non-empty, pass them on to the GCC make.
6599da04
JM
6859 (all-bootstrap): New rule that is like all-gcc, except it executes
6860 the GCC bootstrap rule instead of the GCC all rule.
6861
6862Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
6863
6864 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
6865
6866Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6867
6868 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
6869 DG/UX support.
6870
6871Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
6872
6873 * config.sub (i*86*) Change [345] to [3456]
6874
6875Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
6876
6877 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
6878 --with-gnu-ld=no.
6879
6880Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
6881
6882 * config-ml.in (rs6000*, powerpc*): Add switches to control which
6883 AIX multilibs get built.
6884
6885Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
6886
6887 * configure.in (i386-win32): Don't build expect if we're not
6888 building the tcl subdir.
6889
6890Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
6891
6892 * Makefile.in: (configure-target-examples, all-target-examples):
6893 New targets, configure and build example programs.
6894
6895Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
6896
6897 * mpw-configure: If an mpw-config.in generated a file mk.sed,
6898 use it as input to sedit the generated MPW makefile.
6899 * mpw-README: Add a suggestion about Gestalt.h.
6900
6901Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
6902
6903 * config.sub: Accept *-*-ieee*.
6904
6905Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
6906
6907 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
6908 Ronald F. Guilmette <rfg@monkeys.com>.
6909
6910Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
6911
6912 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
6913 for powerpc-pe native.
6914 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
6915 (target==powerpc-pe): duplicate i386-win32 entry.
6916
6917Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
6918
6919 * configure.in (noconfigdirs): Exclude target-newlib for all versions
6920 of vxworks, not just vxworks5.1.
6921
6922Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
6923
6924 * mpw-configure: Add support for exec-prefix.
6925
6926Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
6927
6928 * config.guess: Recognize HP model 816 machines as having
6929 a PA1.1 processor.
6930
6931Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
6932
6933 * configure: Ignore new autoconf configure options.
6934
6599da04
JM
6935Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
6936
6937 * config.guess: Recognize Pentium under SCO.
6938 From Robert Lipe <robertl@arnet.com>.
6939
6940Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
6941
6942 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
6943
6944Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
6945
6946 * configure.in: Don't configure gas for alpha-dec-osf*.
6947
6948Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
6949
6950 * configure.in: Default to --with-stabs for some targets for which
6951 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
6952 i[345]86*-*-unixware*.
6953
6954Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
6955
6956 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
6957 rather than basing it on the target. Simplify handling of options
6958 controlling which directories to configure. Remove extraneous
6959 slash in multi-clean target.
6960
6961Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
6962
6963 * config-ml.in: Prefix more variables with ml_ so they don't collide
6964 with configure's.
6965
6966Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
6967
6968 * configure: Don't turn -v into --v.
6969
6970Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
6971
6972 * configure.in (targargs): Fix typo.
6973
6974 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
6975
6976Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
6977
6978 * configure.in: Strip --host and --target options from
6979 CONFIG_ARGUMENTS, and always configure for --host only. Add
6980 --with-cross-host option when building with a cross-compiler.
6981 * configure: Canonicalize the arguments put into config.status by
6982 always using `=' for an option with an argument. Pass a presumed
6983 --host or --target explicitly.
6984
6985Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
6986
6987 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
6988 into general OS recognition case.
6989
6990Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
6991
6992 * configure.in (target_configdirs): add target-winsup only
6993 for win32 target systems.
6994
6995Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
6996
6997 * Makefile.in (all-target-libgloss): Depend upon
6998 configure-target-newlib, since when libgloss is built it looks to
6999 see if the newlib directory exists.
7000
7001Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
7002
7003 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
7004 cfg-ml-*.in.
7005
7006Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
7007
7008 * configure: Handle LD and LD_FOR_TARGET when configuring a
7009 Canadian Cross.
7010
6599da04
JM
7011Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7012
7013 * configure.in (target_libs): add target-winsup.
7014 (target==i386-win32): add patch diff flex make to $noconfigdirs.
7015 (target==ppcle-pe): remove ld from $noconfigdirs.
7016
7017Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
7018
7019 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
7020 Preserve relative path names in $srcdir. Build symlink tree if
7021 configuring cross target dir and srcdir=. (= no VPATH support).
7022 (configure-target-libg++): Depend on configure-target-librx.
7023 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
7024 * config-ml.in: New file.
7025 * symlink-tree: New file.
7026 * configure: Ensure srcdir="." if that's what it is.
7027
7028Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
7029
7030 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
7031 includes and FLEX_SKELETON setting.
7032 * mpw-configure (--with-gnu-ld): New option, controls whether
7033 to use PPCLink or ld with PowerMac GCC.
7034 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
7035 * mpw-config.in: Configure grez if targeting Mac.
7036
7037 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
7038 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
7039 just macos.
6599da04
JM
7040 * configure.in: Configure grez resource compiler if targeting Mac.
7041 * Makefile.in (all-grez, install-grez): New targets.
7042
7043Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
7044
7045 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 7046 gcc in the path, set CC to gcc -O2.
6599da04
JM
7047
7048Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
7049
7050 * configure: Default ${build} correctly. Avoid picking up extra
7051 spaces when reading CC and CXX from Makefile. When doing a
7052 Canadian Cross, use plausible default values for numerous
7053 variables.
7054 * configure.in: When doing a Canadian Cross, don't try to
7055 configure tools whose configure script can't handle it.
7056
7057Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7058
7059 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
7060
7061Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
7062
7063 * configure: Remove dubious bug reporting address.
7064
7065Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
7066
7067 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
7068 configure script, run that instead of this directory's configure.
7069 In either case, print a message that we're configuring the sub-dir.
7070
7071Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
7072
7073 * configure.in: Before checking for the existence of various files,
7074 use sed to filter out "target-".
7075
7076Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
7077
7078 * Makefile.in (DO_X): Split rule to decrease command line length
7079 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
7080 (Philippe De Muyter).
7081
7082Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7083
7084 * Makefile.in (all-patch): depend on all-libiberty.
7085
7086Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
7087
7088 * configure.in: If the only directory in target_configdirs which
7089 actually exists is libiberty, then set target_configdirs to empty,
7090 to avoid trying to build a target libiberty in a gas or gdb
7091 distribution.
7092
7093Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
7094
7095 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
7096 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
7097 systems.
6599da04
JM
7098
7099Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7100
7101 * configure.in (copy_dirs): Use sys-include instead of include
7102 for --with-headers option.
7103
7104Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
7105
7106 * Makefile.in, configure.in: Make winsup builds work with
7107 new scheme.
7108
7109Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
7110
7111 * configure.in: Build the linker on AIX.
7112
7113Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
7114
7115 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
7116 where needed.
7117
7118Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
7119
7120 * Makefile.in (all-gcc): Fix typo.
7121
7122Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
7123
7124 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
7125
7126Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
7127
7128 * configure.in: Rename libFOO to target-libFOO, and xiberty
7129 to target-xiberty, to provide more flexibility.
7130 (target_subdir): Define. Create if cross.
7131 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
7132 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
7133 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
7134 check-libFOO -> check-target-libFOO, etc.
7135 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
7136 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
7137 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
7138 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
7139 allow ALL_GCC="" to only configure.
7140 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
7141 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
7142 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
7143
7144Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
7145
7146 * Makefile.in (taz): Build "info" in etc explicitly.
7147
7148Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
7149
7150 * configure.in: Make sure that CC is undefined (as opposed to
7151 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
7152 problem with autoconf trying to configure on a host without GCC.
7153
7154Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
7155
7156 * mpw-configure: Set host alias from choice of host compiler,
7157 only use generic MPW Makefile sed if present, edit a file
7158 named "hacked_Makefile.in" instead of "Makefile.in" if present.
7159 * mpw-README: Add problem notes about CW6 and CW7.
7160
7161Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
7162
7163 * Makefile.in (taz): Use ";" instead of ";;".
7164
7165Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
7166
7167 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
7168 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
7169 DISTDOCDIRS.
7170 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
7171 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
7172
7173Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
7174
7175 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
7176 and gnats, because they are now subsumed by DISTSTUFFDIRS.
7177 Move bfd to DISTSTUFFDIRS.
7178
7179Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7180
7181 * Makefile.in (X11_LIB): Removed.
7182 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
7183
7184 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
7185
7186Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7187
7188 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
7189 names.
7190
7191Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7192
7193 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
7194
7195Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
7196
7197 * configure.in (i[345]86-*-win32): Always build newlib.
7198 Don't configure cvs, autoconf or texinfo.
7199 * Makefile.in (LD_FOR_TARGET): New.
7200 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
7201 Pass down LD_FOR_TARGET.
7202
7203Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
7204
7205 * winsup: New directory.
7206 * Makefile.in: Build winsup.
7207 * configure.in: Winsup is configured when target is win32.
7208 Can only build win32 target GDB when native.
4e81ae98 7209
6599da04
JM
7210Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
7211
7212 * config.guess: Recognize HP model 819 machines as having
7213 a PA 1.1 processor.
7214
7215Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
7216
7217 * configure: Fix sed loop which substitutes for CC and CXX to
7218 avoid bug found in various sed implementations.
7219
7220Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7221
7222 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
7223 simulator. Use standard powerpc-*-eabi*.
7224
7225Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
7226
7227 * configure.in: Stop putting gas and binutils in noconfigdirs for
7228 powerpc-*-aix* and rs6000-*-*.
7229
7230Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
7231
7232 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
7233 -mcall-aixdesc libraries.
7234
7235Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
7236
7237 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7238
7239 * config.sub (arm | armel | armeb): Fix shell syntax.
7240
7241Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7242
7243 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
7244 -msoft-float and -mcpu=common support.
7245 (powerpc*-*-eabisim*): Add support for building -mcall-aix
7246 libraries.
7247
7248Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7249
7250 * configure.in: Allow configuration and build of emacs19 for the alpha.
7251
7252Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7253
7254 * configure.in (CC): Get ^CC, not just any old CC, from
7255 ${host_makefile_frag}.
7256
7257Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7258
4e81ae98 7259 * configure.in (CC): Try to get CC from
6599da04
JM
7260 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
7261
7262Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7263
7264 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
7265 only if it exists in $(srcdir).
7266
7267Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
7268
7269 * configure: If CC and CXX are not set in the environment, set
7270 them, based on either an existing Makefile or on searching for gcc
7271 in PATH. Substitute for CC and CXX in Makefile.
7272 * configure.in: Remove libm from target_libs. Separate
7273 target_configdirs from configdirs. If CC is not set in
7274 environment, try to get it from a host Makefile fragment. Rewrite
7275 changes of configdirs to use skipdirs instead. A few minor
7276 tweaks. Take directories out of target_configdirs as they are
7277 taken out of configdirs. Remove existing Makefile files from
7278 subdirectories. Substitute for TARGET_CONFIGDIRS and
7279 CONFIG_ARGUMENTS in Makefile.
7280 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
7281 by configure.in.
7282 (CONFIG_ARGUMENTS): Likewise.
7283 (CONFIGURE_TARGET_MODULES): New variable.
7284 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
7285 ($(CONFIGURE_TARGET_MODULES)): New target.
7286 (configure-libg++, configure-libio): New targets.
7287 (all-libg++): Depend upon configure-libg++.
7288 (all-libio): Depend upon configure-libio.
7289 (configure-libgloss, all-libgloss): New targets.
7290 (configure-libstdc++): New target.
7291 (all-libstdc++): Depend upon configure-libstdc++.
7292 (configure-librx, all-librx): New targets.
7293 (configure-newlib): New target.
7294 (all-newlib): Depend upon configure-newlib
7295 (configure-xiberty): New target.
7296 (all-xiberty): Depend upon configure-xiberty.
7297
7298Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7299
7300 * configure.in (host i[345]86-*-win32): Expand the
7301 noconfigdirs again.
7302
7303Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
7304
7305 * mpw-configure: Fix sed command file name.
7306
7307Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
7308
4e81ae98 7309 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
7310 noconfigdirs again.
7311
7312Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
7313
7314 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
7315 or powerpc*-*-pe*, since they are not yet supported.
7316
7317Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
7318
7319 Add PowerMac support and many other enhancements.
7320 * mpw-configure: New option --cc to select compiler to use,
7321 paste options set according to --cc into the generated
7322 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
7323 if mpw-make.sed is present.
7324 * mpw-config.in: Don't test for gC1, test for mpw-touch,
7325 add forward includes for PowerPC include files.
7326 * mpw-build.in: Build using Makefile.PPC if present.
7327 (do-byacc, etc): Remove separate version resource builds.
7328 (do-gas): Build "stamps" before "all".
7329 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
7330 * mpw-README: Update to reflect --cc option, PowerMac support,
7331 and recently-reported compatibility problems.
7332
7333Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
7334
7335 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
7336 embedded m68k systems (-aout, -coff, -elf, -vxworks).
7337 (--with-multilib-top): Pass to recursive invocations.
7338
7339Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
7340
7341 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
7342 v810-*-*.
7343
7344Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7345
7346 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
7347 gdb, ld and opcodes on v810-*-*.
7348
6599da04
JM
7349Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
7350
7351 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
7352 (local-maintainer-clean): New target.
7353 (maintainer-clean): New target.
7354 (realclean): Just depend upon maintainer-clean.
7355
7356Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7357
7358 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
7359
7360Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
7361
7362 * configure.in: Build ld in mips*-*-bsd* case.
7363
7364Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
7365
7366 * config.sub: Accept -lites* OS. From Ian Dall.
7367
7368Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
7369
7370 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 7371 targets.
6599da04
JM
7372
7373Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7374
7375 * configure.in: treat i386-win32 canadian cross the same as
7376 i386-go32 canadian cross.
7377
7378Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7379
7380 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
7381 running under the simulator to build a reduced set of libraries.
7382 (powerpc-*-eabiaix): Add fine grained multilib support added to
7383 other powerpc targets yesterday.
7384
7385Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7386
7387 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
7388 -disable-softfloat, -disable-relocatable, -disable-aix, and
7389 -disable-sysv to control which multilib libraries get built.
7390
7391Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7392
7393 * configure: Add Makefile.tem to list of files to remove in trap
7394 handler.
7395
7396Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
7397
7398 * config.guess (*Linux*): Add missing "exit"s.
7399 Also, need specific check for alpha-unknown-linux (uses COFF).
7400
7401Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
7402
7403 * config.guess: Merge with FSF:
7404
7405 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
7406 * config.guess (AIX4): More robust release numbering discovery.
7407
7408 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
7409 * config.guess (i386-sequent-ptx): Properly get version number.
7410
7411 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
7412 * config.guess (mips:*:4*:UMIPS): New case.
7413
7414Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
7415
7416 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
7417 (i386-win32 host): Likewise. Don't build readline.
7418
7419Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
7420
7421 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
7422 SUPPORT_FILES to submakes.
7423
7424Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
7425
7426 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
7427 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
7428 mpw-configure.
7429
7430Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
7431
7432 * configure.in (appdirs): Use =, not ==, in test expression when
7433 trying to build the text to print in the warning message for
7434 Solaris users.
7435
7436Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
7437
7438 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
7439
7440Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7441
7442 * config.guess: Recognize lynx-2.3.
7443
7444Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
7445
7446 * config.sub (z8ksim): Deleted
7447 (z8k-*-coff): New, this is the one true name of the target.
7448
7449Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
7450
7451 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
7452
7453Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
7454
7455 * config.guess (*:Linux:*:*): First try asking the linker what the
7456 default object file format is (elf, aout, or coff). Then if this
7457 fails, try previous methods.
7458
7459Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7460
7461 * configure.in: Don't build newlib for *-*-vxworks5.1.
7462
7463Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
7464
7465 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
7466 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
7467
7468Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
7469
7470 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
7471
7472Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
7473
7474 * cfg-ml-com.in: New file.
7475 * cfg-ml-pos.in: New file.
7476
7477Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
7478
7479 * COPYING.NEWLIB: Add HP free copyright to list.
7480
7481Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
7482
7483 * config.sub: Recognize -eabi* for the system, not just -eabi.
7484
7485Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
7486
7487 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
7488 * config.sub, configure.in (win32): New target and host.
7489
7490Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
7491
7492 * configure.in: Add i386-pe configuration.
7493
7494Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
7495
7496 * mpw-build.in (install): Install GDB after LD.
7497
7498Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
7499
7500 * mpw-config.in (elf/mips.h): Always forward-include, needed
7501 for GDB to build.
7502
7503Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
7504
7505 * testsuite: New directory for customer acceptance and whole tool
7506 chain tests.
7507
7508Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
7509
7510 * configure: If per-host line isn't found, but AC_OUTPUT is found
7511 and a configure script exists, run it instead.
7512
7513Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
7514
7515 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
7516
7517Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
7518
7519 * configure: Set build_{cpu,vendor,os,alias} to host values when
7520 --build isn't specified.
7521
7522Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7523
7524 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
7525 (FLAGS_TO_PASS): Pass them.
7526 (EXTRA_TARGET_FLAGS): Ditto.
7527
6599da04
JM
7528Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7529
7530 * Makefile.in (all-libg++): Depend on all-libstdc++.
7531
7532Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7533
7534 * configure.in (noconfigdirs): Enable all packages for
7535 i386-unknown-netbsd.
7536
7537Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
7538
7539 * configure.in (noconfigdirs): Don't configure tk for i386-go32
7540 hosted builds (DOS builds)
7541
7542Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
7543
7544 Changes for ARM based on patches from Richard Earnshaw:
7545 * config.sub: Handle armeb and armel.
7546 * configure.in: Omit arm linker only for riscix.
7547
7548Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
7549
7550 * config.guess: Update from FSF.
7551
7552Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
7553
63f6bcd7 7554 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
7555 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
7556 powerpcle variant. Convert pentium into i586, not i486. Add p5
7557 alias for i586. Map new x86 variants p6, k5, nexgen into i586
7558 temporarily.
7559
7560Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
7561
7562 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
7563
7564Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
7565
7566 * config.sub: Accept -lites* as a basic system type.
7567
7568Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
7569
7570 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
7571 installed, and if so return linuxoldld as the system name.
7572
7573Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
7574
7575 * config.guess: Add hppa1.1-hp-lites support.
7576
7577Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
7578
7579 * configure.in: Don't build newlib for m68k-vxworks5.1.
7580
7581Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7582
7583 * configure.in (mips-sgi-irix6): Use mh-irix5.
7584
7585Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
7586
7587 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
7588
7589Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7590
7591 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 7592 OSF/1. Fix compiler flags.
6599da04
JM
7593 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
7594
7595Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
7596
7597 * configure.in: Recognize --with-newlib.
7598 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
7599
7600Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7601
d207ebef 7602 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
7603 to *_X11_MODULES due to gdbtk needing X include files et al.
7604
7605Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
7606
7607 Merge in support for Mac MPW as a host.
7608 (Old change descriptions retained for informational value.)
7609
7610 * mpw-config.in: Add generic include forwards for cpu-specific
7611 include files in aout and elf directories.
7612
7613 * mpw-configure: Added copyright.
7614 * mpw-config.in: Check for presence of required build tools.
7615 (target_libs): Add newlib.
7616 (target_tools): Add examples.
7617 (Read Me): Generate as "Read Me for MPW" instead.
7618 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
7619 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
7620 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
7621
7622 * mpw-configure: Remove subdir-specific makefile hackery,
7623 delete mk.tmp after using it.
7624
7625 * mpw-build.in (all): Display start and end times.
7626
7627 * mpw-configure (host_canonical): Set.
7628 (target_cpu): Always add to makefiles.
7629 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
7630 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
7631 (mpw-mh-mpw): Look for in srcdir and srcroot.
7632 Use sed instead of mpw-edit-prefix to edit prefix definitions.
7633
7634 * mpw-build.in: (install-only): New target.
7635
7636 * mpw-configure (host_alias, target_alias): Rename from hostalias
7637 and targetalias, add into generated Makefile.
7638 (mk.tmp): If present, add into generated Makefile.
7639 * mpw-build.in (all-gas): Build config.h first before gas proper.
7640
7641 * mpw-configure (config.status): Write only if changed.
7642 * mpw-config.in (readline): Configure it (not built, just used for
7643 definitions).
7644
7645 * mpw-config.in (elf/mips.h): Add a forward include.
7646
7647 * mpw-config.in: Forward-include most .h files in include into
7648 extra-include.
7649 (readline): Don't build.
7650 mpw-build.in (install): Install GDB.
7651
7652 * mpw-configure (prefix, mpw_prefix): Handle it.
7653 * mpw-config.in (mmalloc, readline): Don't configure.
7654 * mpw-build.in (thisscript): Rename to ThisScript.
7655 Use mpw-build instead of BuildProgram everywhere.
7656 (mmalloc, readline): Don't build.
7657 * mpw-README: New file, basic documentation about the MPW port.
7658
7659 * mpw-config.in: Use forward-include to create include files.
7660
7661 * mpw-configure: Add more things to the top of each configured
7662 Makefile, including contents of config/mpw-mh-mpw.
7663 * mpw-config.in (extra-include): Create this directory and fill it
7664 with Posix-like include files when configuring.
7665
7666 * config.sub (apple, mac, mpw): Add various aliases.
7667
7668 * mpw-build.in: New file, top-level build script fragment for MPW.
7669 * mpw-configure: New file, configure script for MPW.
7670 * mpw-config.in: New file, config fragment for MPW.
7671
7672Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7673
7674 * configure.in (host_libs): Remove glob, since it is gone from the
7675 sources.
7676
7677Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7678
7679 * Makefile.in: define empty GDB_NLM_DEPS var.
7680
7681 * configure.in(target_makefile_frag): use config/mt-netware
7682 for netware targets.
7683
7684Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
7685
7686 * config.sub: Merge in recent FSF changes. Remove linux special
7687 cases.
7688
7689Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
7690
731a8127 7691 Revert this change:
6599da04
JM
7692
7693 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
7694
7695 * build-all.mk: Use CC=cc -Xs on Solaris.
7696
6599da04
JM
7697Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7698
7699 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
7700 stop using it.
7701 * Makefile.in: Nuke all references to glob subdirectory.
7702
7703Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7704
7705 * configure.in: Fix --enable-shared logic in per-host.
7706
7707Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
7708
7709 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
7710
7711Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
7712
7713 * configure.in (noconfigdirs): Don't build gas on AIX, for
7714 powerpc*-*-aix* as well as for rs6000*-*-aix*.
7715
7716Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
7717
7718 * configure: Fix --cache-file to work if the file argument is a
7719 relative path.
7720
7721Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
7722
7723 * configure: If the --cache-file is used, pass it down to
7724 configure in subdirectories.
7725
7726Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
7727
7728 * config.sub: add vxworks29k configuration.
7729
7730Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
7731
7732 * Makefile.in (taz): Do "diststuff" part quietly.
7733
7734Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
7735
7736 * config.sub: Mini-merge with gcc/config.sub.
7737
7738Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7739
7740 * config.guess (IRIX): Sed - to _.
7741
7742Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
7743
7744 * Makefile.in (source-vault, binary-vault): New targets.
7745
7746Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
7747
7748 * config.sub: Recognize -eabi as a basic system type.
7749
7750Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7751
7752 * configure.in (enable_shared stuff): Fix typo.
7753
7754Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
7755
7756 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
7757
7758Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
7759
7760 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
7761
7762Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
7763
7764 * configure.in (rs6000-*-*): Don't build gas.
7765
7766Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
7767
7768 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
7769 reduce command line length.
7770 (AS_FOR_TARGET): Check for as.new, not Makefile.
7771 (NM_FOR_TARGET): Check for nm.new, not Makefile.
7772
7773Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
7774
7775 * config.guess: Merge from FSF.
7776
7777Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
7778
7779 * configure: Don't use $ when handling program_suffix.
7780
7781Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
7782
7783 * configure.in: Configure tk for hppa/hpux.
7784
7785Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
7786
7787 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
7788
7789Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
7790
7791 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
7792 to LIBCXXFLAGS. Tests are better run without it.
7793
7794Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
7795
7796 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
7797
7798Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
7799
7800 * configure.in (*-*-netware*): Don't configure xiberty.
7801
7802Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
7803
7804 * configure.in: Remove tk from native_only list.
7805
7806Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
7807
7808 * build-all.mk: Add mips-ncd-elf target to sun4 targets
7809 for special NCD build.
7810
7811Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7812
7813 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
7814 makeall.bat, they're only useful for binutils snapshots.
7815 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
7816 makeall.bat to specified SUPPORT_FILES.
7817
7818Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
7819
7820 * build-all.mk: Add Ericsson targets to sun4 and solaris
7821 hosts. Add BNR's sun4 target to solaris host, so their
7822 build-from-source will be tested in-house first.
7823
7824Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
7825
7826 * Makefile.in (LIBCFLAGS): New variable.
7827 (CFLAGS_FOR_TARGET): Ditto.
7828 (LIBCFLAGS_FOR_TARGET): Ditto.
7829 (LIBCXXFLAGS): Ditto.
7830 (CXXFLAGS_FOR_TARGET): Ditto.
7831 (LIBCXXFLAGS_FOR_TARGET): Ditto.
7832 (BASE_FLAGS_TO_PASS): Pass them.
7833 (EXTRA_TARGET_FLAGS): Ditto.
7834
731a8127 7835 * configure.in: Support --enable-shared.
6599da04
JM
7836
7837Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
7838
7839 * configure.in (target_libs): Include libstdc++ again.
7840 * config.guess: Update from FSF (for FreeBSD).
7841
7842Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7843
7844 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
7845 makeall.bat.
7846 (DISTDOCDIRS): Add `etc'.
7847 (ETC_SUPPORT_PFX): New variable.
7848 (taz): Include anything from etc starting with a word in
7849 ETC_SUPPORT_PFX.
7850
7851Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
7852
7853 * config.sub: Update for recent FSF changes. Remove obsolete
7854 h8300hds entry. Add -windows* and -osx as basic os. Minor
7855 spacing changes.
7856
7857Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
7858
7859 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
7860
7861 * config.guess: Merge with FSF.
7862 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
7863
7864Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7865
7866 * configure: Since the "trap 0" handler will override the exit
7867 status on many systems, only use it for "exit 1", and make it set
7868 a non-zero exit status; reset it before "exit 0". Also, check
7869 exit status of config.sub, and error out if it failed.
7870
7871Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
7872
7873 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
7874 and install libgloss.
7875
7876Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
7877
7878 * Makefile.in (all-binutils): Depend upon all-byacc.
7879
7880 * configure.in: Don't build emacs on Irix 5.
7881
7882Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7883
7884 * configure.in (*-*-netware*): Add libio.
7885
7886Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
7887
7888 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
7889 (CHECK_TARGET_MODULES): Ditto.
7890 (INSTALL_TARGET_MODULES): Ditto.
7891 (TARGET_LIBS): Ditto.
7892 (all-libstdc++): Note dependencies.
7893
7894Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7895
7896 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
7897
7898Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
7899
7900 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
7901 -fexternal-templates.
7902
7903 * configure.in (target_libs): Add libstdc++.
7904 (noconfigdirs): Add libstdc++ as appropriate.
7905
7906Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
7907
7908 * config.guess: Update from FSF.
7909
7910Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
7911
7912 * configure: Use ${config_shell} when running ${configsub}.
7913
7914Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
7915
7916 * config.sub: No longer recognize h8300h.
7917
7918Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
7919
7920 * config.sub: Remove extraneous differences between config.sub and
7921 gcc/config.sub.
7922
7923Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
7924
7925 * Makefile.in (DISTSTUFFDIRS): Add gas.
7926
7927Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
7928
7929 * COPYING.NEWLIB: New file.
7930
7931Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
7932
7933 * config.guess (HP-UX): Patch from Harlan Stenn
7934 <harlan@landmark.com> to also emit release level.
7935
7936Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
7937
7938 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
7939
7940Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
7941
7942 * config.sub: Merge nextstep cleanup from FSF.
7943
7944Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
7945
7946 * configure.in (arm-*-*): Don't configure ld for this target.
7947
7948Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
7949
7950 * configure.in (*-*-netware): don't configure libg++, libio,
7951 librx, or newlib.
7952
7953Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
7954
7955 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
7956 configure ld--it works, but it doesn't support shared libraries.
7957
7958Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
7959
7960 * config.guess (*-unknown-freebsd*): Get rid of possible
7961 trailing "(Release)" in version string.
7962 Patch from Paul Richards <paul@isl.cf.ac.uk>.
7963
7964Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
7965
7966 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
7967 Fix type: *-next-neststep -> *-next-nextstep.
7968
7969 * config.guess: Merge from FSF:
7970
7971 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
7972
7973 * config.guess: Recognize powerpc-ibm-aix3.2.5.
7974
7975 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
7976
7977 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
7978 instead of UNIX_SV for UnixWare 1.0).
7979
7980Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
7981
7982 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
7983 to make gdb/nlm/* build after the compiler and linker.
7984
7985Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
7986
7987 * config.guess (netbsd, freebsd, linux): Accept any machine,
7988 not just i[34]86.
7989 (m68k-atari-sysv4): Relocate to match FSF version.
7990
7991 * config.guess: More merges from the FSF:
7992
7993 Add a space before function call or macro invocation.
7994
7995 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
7996
7997 * config.guess: Add trap cmd to remove dummy.c and dummy when
7998 interrupted.
7999
8000 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
8001
8002 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
8003 (dummy): Redirect stderr from compilation of dummy.c.
8004
8005 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
8006
8007 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
8008
8009Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
8010
8011 * configure: Accept and ignore --cache*, for compatibility with
8012 new autoconf.
8013
8014Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
8015
8016 * config.guess: Merge from FSF:
8017
8018 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8019
8020 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
8021 (PATH): Add /.attbin at end for finding uname.
8022 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
8023
8024 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
8025
e490616e 8026 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
8027
8028 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
8029
e490616e
ZW
8030 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
8031 to select whether to use ELF or COFF.
6599da04
JM
8032
8033 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
8034
e490616e 8035 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
8036
8037 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
8038
8039 * config.guess: Guess the OS version for HPUX.
8040
8041 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
8042
8043 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
8044
8045Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8046
8047 * configure.in: Recognize --with-headers, --with-libs, and
8048 --without-newlib.
8049 * Makefile.in (all-xiberty): Depend upon all-ld.
8050
8051Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8052
8053 * configure.in: Change i[34]86 to i[345]86.
8054
8055Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8056
8057 * configure (version): A few more tweaks to help message.
8058
8059Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
8060
8061 * Makefile.in: Remove (for now) librx as a host library,
8062 now that we're building it for target.
8063
8064Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8065
8066 * configure: Fix up help message; from karl@owl.hq.ileaf.com
8067 (Karl Berry).
8068
8069Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
8070
8071 * configure.in: Also configure librx.
8072
8073Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
8074
8075 * Makefile.in: Update various rules to reflect that librx
8076 is now needed for libg++.
8077
8078Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8079
8080 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
8081
8082Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
8083
8084 * configure.in: Configure the examples directory.
8085
8086Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8087
8088 * configure: Simplify Jun 2 1994 change.
8089
8090Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8091
8092 * change CC to /usr/latest/bin/gcc for lynx host builds, since
8093 /bin/gcc isn't good enough to build gcc.
8094
8095Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
8096
8097 * Makefile.in (GDB_SUPPORT_FILES): Remove
8098 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
8099 (gdb.tar.gz): Add new rule to use standard distribution building
8100 mechanism.
8101
8102Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8103
8104 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
8105 Bill Cox <bill@cygnus.com>.
8106
8107Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
8108
8109 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
8110
8111Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
8112
8113 * configure: Search current dir first in .gdbinit.
8114
8115Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
8116
8117 * config.sub: Recognize freebsd (merged from gcc config.sub).
8118
8119Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
8120
8121 * config.sub: Refer to NeXT's operating system as nextstep.
8122
8123 * config.sub (case $basic_machine): Re-order the cases, to match
8124 the order in the FSF version (which is mostly alphabethical).
8125 Merge in some additions and changes from the FSF.
8126
8127Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
8128
8129 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
8130 * config.sub: Recognize cxux7.
8131 * configure.in: Use mh-cxux for m88k-harris-cxux*.
8132
8133Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
8134
8135 * config.sub: Fix typo powerpc -> powerpc-*.
8136
8137Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
8138
8139 * Makefile.in: `all-emacs19' depends on `all-byacc'.
8140
8141 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
8142 parallel with all-emacs and install-emacs). Top-level command
8143 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
8144
8145Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8146
8147 * test-build.mk ($(host)-stamp-stage2-installed): Remove
8148 $(relbindir)/make before doing ``make install'', and use
8149 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
8150 installing over running make binary.
8151 ($(host)-stamp-stage3-installed): Likewise.
8152
8153Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8154
8155 * config.guess: Recognize Mach.
8156
8157Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
8158
8159 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
8160 see whether --exec-prefix was used.
8161
8162Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8163
8164 * README: Explicitly mention libg++/README. (Zoo's idea.)
8165
8166Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8167
8168 * Makefile.in: Add all-librx target similar to all-libproc.
8169
8170Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
8171
8172 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
8173 with post 1.2 uname bogosity.
8174
8175Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8176
8177 * configure: Remove temporary files on receipt of a signal.
8178
8179Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
8180
8181 * configure: If there is a package_makefile_frag, remove
8182 ${subdir}/Makefile.tem after copying it in.
8183
8184Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8185
8186 * build_all.mk: support rs6000 lynx identifies itself as
8187 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
8188 since /bin/gcc is too feeble to compile a modern gcc.
8189
8190Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
8191
8192 * brought devo/test-build.mk update-to-date with progressive/
8193 test-build.mk. Add lynx targets and hppa flag info.
8194
8195Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
8196
8197 * configure.in: Use mh-ncrsvr43. Patch from
8198 Tom McConnell <tmcconne@sedona.intel.com>.
8199
8200Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
8201
8202 * config.guess (i386-unknown-bsdi): No longer need to
8203 check #if defined(__bsdi__) && defined(__i386__).
8204
8205Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8206
8207 * configure: Set program_transform_nameoption correctly.
8208
8209Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
8210
8211 * brought build-all.mk update-to-date with progressive build-all.mk,
8212 added new targets and hppa info.
4e81ae98 8213
6599da04
JM
8214Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8215
8216 * configure: If config.guess result is a prefix of the user
8217 specified target, assume a native build and use the user specified
8218 target as the host alias. Remove SunOS patch suffix removal hack.
8219 * configure.in: Remove SunOS patch suffix removal hack.
8220
8221 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
8222 in NATIVE_CHECK_MODULES.
8223
8224Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
8225
8226 * Makefile.in: Rename HOST_ONLY to NATIVE.
8227 * configure: Delete SunOs patch suffix from host_canonical
8228 and build_canonical variables that are prepended to Makefiles.
8229 * configure.in: Add comments for easier maintenance.
8230
8231Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8232
8233 * Makefile.in: Add all-libproc target similar to all-gui.
8234
8235Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
8236
8237 * Makefile.in (CHECK_MODULES): split into
8238 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
8239
8240Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
8241
8242 * config.guess (i386-unknown-bsdi): New system to guess.
8243
8244Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8245
8246 * Makefile.in: Add all-gui target (but not yet build by "all").
8247
8248Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
8249
8250 * config.sub: Move deletion of patch suffix from here...
8251 * configure.in: To here, at Ian's suggestion. The top-
8252 level scripts might need to know of a patch level.
8253
8254Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
8255
8256 * config.sub: Strip off patch suffix so rtl is recognized
8257 as a sunos4.1.3 machine, even though it's been patched.
8258
8259Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
8260
8261 * Makefile.in (INSTALL_LAST): Delete.
8262 (INSTALL_DOSREL): New.
8263
8264Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8265
8266 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
8267 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
8268 whether we pass down --with-gnu-ld anyhow.
8269
8270Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
8271
8272 * Makefile.in (INSTALL_LAST): Change operation so it works
8273 on more flavors of make.
8274 * configure.in (go32): Don't build libg++ or libio.
8275
8276Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
8277
8278 * Makefile.in (Move HOST_PREFIX_1 and friends up so
8279 they can be overriden by templates.
8280
8281Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
8282
8283 * configure.in (target==go32): Don't build gdb.
8284 * dosrel: New directory.
8285
8286Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
8287
8288 * configure.in (host==go32): Configure dosrel too.
8289 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
8290 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
8291 be set by incoming names or templates.
8292 (INSTALL_LAST): New rule.
6599da04
JM
8293
8294Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
8295
8296 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
8297
8298Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8299
6599da04
JM
8300 * configure.in (appdirs): New variable. Currently empty, but will
8301 be used in gas distribution. If nonempty, lists a set of
8302 directories at least one of which must get configured, or top
8303 level configuration is considered to have failed.
8304 (rs6000-*-lynxos*): Use new file name.
8305
8306Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8307
8308 Eliminate XTRAFLAGS.
8309 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
8310 newlib include files using -idirafter, and also use -nostdinc.
8311 (CXX_FOR_TARGET): Likewise.
8312 (XTRAFLAGS): Removed.
8313 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
8314 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
8315 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
8316 ($(DO_X)): Don't pass down XTRAFLAGS.
8317
8318Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
8319
8320 * configure.in (mips*-dec-bsd*): New target; do build linker.
8321 (mips*-*-bsd*): New target; don't build linker.
8322
8323Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
8324
8325 * configure.in: support rs6000-*-lynxos* configuration.
8326 support sunos4 as a cross target.
8327
8328 * config.sub: look for lynx*, not lynx since the OS version may
8329 legitimately be part of the name.
8330
8331Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8332
8333 * configure.in (i[34]86-*-sco*): Move to be with other i386
8334 targets.
8335 (romp-*-*): New target. Skip various binary utilities.
8336 (vax-*-*): New target. Don't build newlib.
8337 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
8338
8339Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8340
8341 * configure.in: Only set host_makefile_frag if config
8342 directory exists.
8343
8344Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8345
8346 * install.sh: If $dstdir exists, don't check whether each
8347 component does.
8348
8349Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8350
8351 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
8352
8353Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
8354
3b75d237
AJ
8355 * configure.in (*-*-lynxos*): Don't configure newlib for either
8356 native or cross Lynx.
6599da04
JM
8357
8358Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
8359
8360 * config.sub (sparc64-elf): Fix os.
8361 (z8k): Remove duplicate.
8362
8363Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8364
8365 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
8366 gcc/stmp-fixproto, to try to prevent fixproto from being run.
8367
8368Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
8369
8370 * configure: Make file links cleanly even if Lynx fails on
e490616e 8371 an NFS symlink (at least fail cleanly).
6599da04
JM
8372
8373Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
8374
8375 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
8376 -XNh2000.
8377
8378Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8379
8380 * configure: Unknown options are fatal again.
8381
8382Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
8383
8384 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 8385 compatibility.
6599da04
JM
8386
8387Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
8388
8389 * build-all.mk: Add `clean' target.
8390
8391Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8392
8393 * config.guess: Add SINIX support.
8394 * configure.in: Add mips-*-sysv4* support.
8395
8396Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
8397
8398 * build-all.mk: Document all useful targets.
8399 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
8400 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
8401
8402Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8403
8404 * configure: Support --silent, --quiet.
8405
8406Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8407
8408 * configure: Support --disable-FEATURE.
8409
8410Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8411
8412 * config.guess: Recognize NCR running SVR4.3.
8413
8414Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
8415
8416 * config.guess: Make BSDI generate i386-unknown-bsd386.
8417 Patch from Paul Eggert <eggert@twinsun.com>.
8418
8419Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8420
8421 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
8422
8423Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8424
8425 * configure: Make unrecognized options give nonfatal warnings
8426 instead of fatal errors, and pass them to any subdirectory
8427 configures in case they recognize them.
8428 Make --x equivalent to --with-x.
8429
8430Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
8431
8432 * configure: Add --enable-* options. Clean up usage message and
8433 some comments.
8434
8435Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
8436
8437 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
8438
8439Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8440
8441 * configure.in (hppa*-*-*): Enable binutils.
8442
8443Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8444
8445 * config.sub: Recognize cisco.
8446
8447Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
8448
8449 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
8450
8451Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8452
8453 * config.guess: about target *-hitachi-hiuxwe2, don't print more
8454 than one configuration name. Add comment.
8455
8456Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
8457
8458 * config.guess: about target *-hitachi-hiuxwe2, fixed
8459 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
8460 macro is incorrect.]
8461
8462Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8463
8464 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
8465 than the "make ls" stuff which used to be here.
8466
8467Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
8468
8469 * config.guess: Recognize i[34]86-unknown-freebsd.
8470 From Shawn M Carey <smcarey@rodan.syr.edu>.
8471
8472Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
8473
8474 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
8475
8476Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
8477
8478 * config.guess: Check for ptx.
8479
8480Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
8481
8482 * config.sub: Add os9k checking.
8483
8484Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8485
8486 * config.guess: Handle OSF1 running on HPPA processors
8487
8488Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
8489
8490 * configure: If subdir configure fails, print out a message with
8491 subdirectory name, in case subdir's configure code didn't identify
8492 itself.
8493
8494Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
8495
8496 * configure.in: Remove embedded newlines from configdirs.
8497 Avoid mismatches of substrings. Fix matching strings at end
8498 of configdirs.
8499
8500Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
8501
8502 * config.guess: Add Lynx/rs6000 config support.
8503
8504Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
8505
8506 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
8507
8508Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
8509
8510 * configure.in (hppa*-*-osf*): Treat this just like most other
8511 PA configurations (eg no binutils or ld).
8512 (hppa*-*-*elf*): These configurations have binutils and ld.
8513
8514Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8515
8516 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
8517
8518Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8519
8520 * configure.in (rs6000-*-*): Build gas.
8521
8522Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
8523
e490616e 8524 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
8525
8526Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
8527
8528 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
8529 for GDB and GDB has been fixed to not need it.
8530
6599da04
JM
8531Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8532
8533 * config.guess: Recognize vax hosts.
8534
8535Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8536
8537 * configure (while loop): Don't use "break 2" inside case
8538 statement -- the case statement isn't an enclosing loop.
8539
8540Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
8541
8542 * config.guess: Clean up NeXT support, to allow nextstep
8543 on Intel machines. Make OS be nextstep.
8544
8545Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
8546
8547 * config.guess: Add alternate forms for Convex.
8548
8549Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
8550
8551 * configure: Completely rewrite option processing. Take
8552 advantage of pattern-matching to avoid invoking test frequently.
8553 Also clean up host and target defaulting logic.
8554
8555Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
8556
8557 * Makefile.in: Replace all occurrances of "rootme" with "r" and
8558 "$${rootme}" with "$$r", to increase the likelihood that the do-*
8559 commands (plus user environment) will fit SCO limits.
8560
8561Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8562
8563 * configure.in: Don't issue warnings about directories which are
8564 not being configured if -norecursion is set. Correct test for
8565 --with-gnu-as and --with-gnu-ld to not get confused by substring
8566 matches.
8567
8568 * configure.in: Don't build gas for alpha-dec-osf1*.
8569
8570Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
8571
8572 * configure: Back out Per's change of 12/19/1993. It changes the
8573 behavior of configure in unexpected and confusing ways.
8574
8575 Also, use different delim char when calculating
8576 program_transform_name so that the name can contain slashes.
8577
8578Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
8579
8580 * configure.in, config.sub: Add support for VSTa micro-kernel.
8581
8582Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
8583
8584 * configure.in: Nuke hacks which were used to get a special
8585 version of GAS for HPPA configurations.
8586
8587Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
8588
8589 * configure: If only ${target_alias} is given, use that
8590 as the default for ${host_alias}.
8591 * configure: Add missing back-slashes before nested quotes.
8592
8593Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
8594
8595 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
8596
8597Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
8598
8599 * config.guess: Recognize some Tektronix configurations.
8600 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
8601
8602Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
8603
8604 * config.sub: Match any flavor of SH.
8605
8606Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
8607
8608 * configure.in: Don't try to configure newlib for Alpha.
8609
8610Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8611
8612 * configure.in: Don't build ld for Irix 5. Don't build gas,
8613 libg++ or libio for any Alpha target.
8614
8615 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
8616
8617Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
8618
8619 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
8620 default arguments -- so it tried to compress itself.
8621
8622Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
8623
8624 * configure.in (notsupp): ensure that a space is always at the end
8625 of the configdirs list, since the grep checks for an explicit space
8626
8627Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8628
8629 * configure.in (target i386-sysv4.2): don't build ld, since static
8630 versions of many libraries are not available.
8631
8632Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8633
8634 * config.guess: Recognize Apollos (using environment variables).
8635 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
8636
8637Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8638
8639 * config.guess: Recognize Sony news mips running newsos.
8640
8641Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
8642
8643 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
8644 "fi ; else" for bash.
8645
8646Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
8647
8648 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
8649
8650Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
8651
8652 * config.sub: accept unixware as an alias for svr4.2.
8653 Fix some inconsistancies with the gcc version.
8654
8655Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8656
8657 * Makefile.in (DISTDOCDIRS): Add gdb.
8658
8659Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
8660
8661 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
8662
8663Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
8664
8665 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
8666 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
8667 this now.
8668
8669Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8670
8671 * config.sub: Accept hiux* as an OS name.
8672
8673 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
8674 etc/make-stds.texi. The underscore came from gcc, and dje now
8675 agrees that RUNTESTFLAGS is the correct name.
8676
8677Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
8678
8679 * install.sh: Remove 'set -e'. It makes any conditionals
8680 in the script useless.
8681
8682 * config.guess: Automatically recognize arm-acorn-riscix
8683 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
8684
8685Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
8686
8687 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
8688
8689Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
8690
8691 * Makefile.in (DISTDOCDIRS): New variable.
8692 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 8693 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
8694
8695Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8696
8697 * configure.in (hppa target): check the source directory for the
8698 pagas sub-directory
8699
8700Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
8701
8702 * config.sub: Allow -aout* and -elf*.
8703
8704Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
8705
8706 * configure.in: Don't build ld on i386-solaris2, same as for
8707 sparc-solaris2.
8708
8709Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
8710
8711 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
8712
8713Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8714
8715 * configure.in: Configure gdb for alpha.
8716
8717Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8718
8719 * Makefile.in (CXXFLAGS): Add -O.
8720
8721Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8722
8723 * config.guess: added support for DG Aviion
8724
8725Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
8726
8727 * configure.in: Produce warning message for subdirectories not
8728 configurable for this host/target combination. Don't try to
8729 configure gdb for vms.
8730
8731Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
8732
8733 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
8734 appropriate files before making "diststuff".
8735 (DISTBISONFILES): New var: list of files to be edited.
8736 (DISTSTUFFDIRS): Add binutils.
8737
8738Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8739
8740 * config.sub: also handle mipsel and mips64el (for little endian mips)
8741
8742Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8743
8744 * configure.in: Add * to end of all OS names.
8745
8746Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
8747
8748 * configure.in: Build newlib for LynxOS native.
8749
8750Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8751
8752 * config.guess: Add support for delta 88k running SVR3.
8753
8754 * configure.in: Add comment about HP compiler vs. emacs.
8755
8756Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8757
8758 * configure.in: don't build ld on solaris2 (not a viable option
8759 due to bugs in getpwnam & getpwuid)
8760
8761Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
8762
8763 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
8764 config.guess will produce a full version number.
8765
8766Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8767
8768 * configure.in: Build linker and binutils for alpha-dec-osf1.
8769
8770Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8771
8772 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
8773 and gdb/testsuite/Makefile.in.
8774
8775Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8776
8777 * configure.in: recognize mips*- instead of mips-
8778
8779Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
8780
8781 * config.sub: Accept linux*coff and linux*elf as operating
8782 systems.
8783
8784Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8785
8786 * config.sub: Recognize mips64, and mips3 as an alias for it.
8787
8788Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
8789
8790 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
8791 gdb knows how to handle OSF/1 shared libraries.
8792
8793Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8794
8795 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
8796 * config.guess: Recognize Hitachi's HIUX.
8797 * config.sub: Recognize h3050r* and hppahitachi.
8798 Remove redundant cases for hp9k[23]*.
8799
8800Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8801
8802 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
8803 if gas and ld are in the source tree and are in ${configdirs}.
8804 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 8805 --with options (but still pass them down on the command line,
6599da04
JM
8806 if they were explicitly specified).
8807
8808Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8809
8810 * configure: substitute SHELL value in Makefile.in with
8811 ${CONFIG_SHELL}
8812
8813Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8814
8815 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
8816 *-*-solaris2* targets.
8817
8818Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8819
8820 * Makefile.in: define M4, and pass it down to sub-makes;
8821 all-autoconf now depends on all-m4
8822
8823Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8824
8825 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
8826 presence of {ar,ranlib} instead of a configured directory
8827
8828Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
8829
8830 * config.guess: Accept 34?? as well as 33?? for NCR.
8831
8832Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8833
8834 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
8835 of 'gas' in sed commands, since 'gash' is now in the tree as well.
8836
8837Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8838
8839 * configure: grab values for $(CC) and $(CXX) from the
8840 environment, so that someone can do "CC=gcc configure; make" and
8841 have it work right (matching the way that autoconf works now)
8842
8843 * configure.in, Makefile.in: add support for gash, the tcl
8844 interface to Galaxy
8845
8846 * config.guess: add NetBSD variants (hp300, x86)
8847
8848Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
8849
8850 * install.sh: Support -d option (in the manner of SunOS 4 install,
8851 as it is more deterministic than that of GNU install)
8852 (chmodcmd): Set file to mode 755 by default (should also do default
8853 chgrp and chown, but I don't feel like dealing with that now)
8854
8855Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
8856
8857 * config.sub: Remove h8300hhms alias.
8858
8859Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8860
8861 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
8862
8863Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8864
8865 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
8866 as stmp-fixinc
8867
8868Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
8869
8870 * config.sub: recognize m88110-bug-coff.
8871
8872Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8873
8874 * Makefile.in (all-libio): all dependencies on the toolchain used
8875 to build this (gcc, gas, ld, etc)
8876
8877Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8878
8879 * config.guess: Deal with OSF/1 1.3 on alpha.
8880
8881Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8882
8883 * install.sh: add some 'else true' clauses for portability
8884
8885 * configure.in: don't build libio for h8[35]00-*-* targets
8886
8887Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
8888
8889 * Makefile.in: Add support for new libio.
8890
8891Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8892
8893 * install.sh: If one command fails, don't try the rest. Don't try
8894 to remove $dsttmp (via trap) unless we have already created it.
8895 If $src doesn't exist, detect it and exit with an error.
8896
8897 * config.guess: Recognize BSD on hp300.
8898
8899Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
8900
8901 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
8902 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
8903
8904Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
8905
8906 * Makefile.in (all-send-pr): depends on all-prms
8907
8908Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8909
8910 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
8911
8912Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
8913
8914 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
8915 Added test for mips-mips-riscos5.
8916
8917Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8918
8919 * configure.in: use mh-hp300 for 68k HP hosts
8920
8921Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8922
8923 * configure: add support for CONFIG_SHELL, so that you can use
8924 some alternate shell for evaluating configure scripts
8925
8926Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
8927
8928 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
8929 in configure script to bug-gdb@prep.ai.mit.edu when building
8930 distribution archive.
8931 * Makefile.in (COMPRESS): Remove def.
8932 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
8933 gdb.tar.Z and make-gdb.tar.Z respectively.
8934 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
8935 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
8936 to convergence with 'taz' target in Makefile.in.
8937
8938Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8939
8940 * install.sh (dsttmp): use trap to ensure that tmp files go
8941 away on error conditions
8942
8943Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8944
8945 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
8946
8947Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8948
8949 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
8950 its parent is '/' not ''.
8951
8952 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
8953
8954Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
8955
8956 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
8957 that ${newsrcdir}/configure.in does.
8958
8959Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
8960
8961 * test-build.mk: support for CONFIG_SHELL
8962
8963Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
8964
8965 * config.sub (netware): Add as a basic system type.
8966
8967Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
8968
8969 * Makefile.in (Makefile): depend on configure.in. Also drop the
8970 $(srcdir)/ from the dependency on Makefile.in.
8971
8972Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
8973
8974 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
8975 (h8300hhms is temporary until multi-libraries are implemented).
8976 * configure.in: Handle h8300h too.
8977
8978Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
8979
8980 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
8981
8982Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
8983
8984 * configure: Remove extraneous output when guessing host type.
8985 * config.guess: Remove extraneous output when guessing using C
8986 compiler rather than uname, or when guessing fails.
8987
8988Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
8989
8990 * Makefile.in: remove all.cross and install.cross targets
8991
8992 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
8993 definitions
8994
8995Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
8996
8997 * configure.in (target sh): Build gprof.
8998
8999Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9000
9001 * config.sub: change -solaris to -solaris2
9002
9003Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9004
9005 * configure.in: Use config/mh-riscos for mips-*-sysv*.
9006
9007Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
9008
9009 * configure: Correct error message for missing Makefile.in to
9010 print correct directory.
9011
9012Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9013
9014 * install.sh: kludge around 386BSD shell bug
9015
9016Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
9017
9018 * config.guess: Recognize NeXT.
9019 * config.guess: Recognize i486-ncr-sysv4.
9020 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
9021
9022Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
9023
9024 * Makefile.in (MAKEINFOFLAGS): New variable.
9025 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
9026 * build-all.mk, test-build.mk: Pass down --no-split as
9027 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
9028
9029Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
9030
9031 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
9032
9033Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
9034
9035 * Makefile.in (libg++.tar.z): New rule.
9036 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
9037 * Makefile.in (taz): Only do a single chmod.
9038
9039Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
9040
9041 * install.sh: don't use dirname anymore (replaced with sed usage)
9042
9043Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
9044
9045 * Makefile.in: Change extension for gzip'd files from '.z' to
9046 '.gz' per new FSF standard usage.
9047
9048Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
9049
9050 * configure: put quotes around the final value of program_transform_name
9051
9052Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9053
9054 * Makefile.in: new install.sh support; update install-info rules
9055
9056Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
9057
9058 * configure.in: Build diff for crosses, but not for go32 host.
9059
9060 * configure.in: Build gprof only for native, and don't build it
9061 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
9062
9063Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
9064
9065 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
9066
9067Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9068
9069 * configure.in (host_tools): Add prms.
9070
9071Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9072
9073 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
9074 with $(FLAGS_TO_PASS) on the command line
9075
9076 * config.sub: Recognize lynx and lynxos
9077
9078Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
9079
9080 * config.sub: Accept -ecoff*, not just -ecoff.
9081
9082Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9083
9084 * Makefile.in (taz): Use .gz suffix instead of .z.
9085 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
9086 names.
9087
9088Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9089
9090 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
9091
9092Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9093
9094 * Makefile.in (install-no-fixedincludes): install gcc last, so
9095 that rebuilds that might happen during 'make install' don't get
9096 bogus gcc include files
9097
9098Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9099
9100 Change from Utah for HPPA support:
9101 * config.guess: Recognize hppa1.x-hp-bsd.
9102
9103Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
9104
9105 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
9106 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
9107
9108Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
9109
9110 * config.sub: Add support for rom68k and bug boot monitors.
9111
9112Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
9113
9114 * Makefile.in: Make all-opcodes depend on all-bfd.
9115
9116Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
9117
9118 * config.guess: Added special check for i[34]86-univel-sysv4*.
9119
9120Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
9121
9122 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
9123 the processor rather than assuming i486.
9124
9125Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9126
9127 * config.guess: Recognize SunOS6 as Solaris3.
9128
9129Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
9130
9131 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
9132 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
9133
9134Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
9135
9136 * build-all.mk (all-cross): New target for Canadian Cross.
9137 Added Q2 go32 targets.
9138 * test-build.mk: Configure go32 cross sparclite-aout and
9139 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
9140 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
9141
9142Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9143
9144 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
9145 GO32 hosted toolchains
9146
9147Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
9148
9149 * configure: change so "-exec-prefix" gets passed down rather
9150 than "-exec_prefix" so autoconf generated Makefiles get the
9151 exec_prefix set right.
9152
9153Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9154
9155 * config.guess: get the Solaris2 minor version number
9156
9157 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
9158
9159Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9160
9161 * config.guess: Recognize some Sequent platforms.
9162
9163Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9164
9165 * Makefile.in: added the vault-install target
9166
9167 * configure.in: actually use the Sun3 makefile fragment that's in
9168 config, also added the release dir to configdirs
9169
9170Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9171
9172 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
9173
9174Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9175
9176 * configure.in: remove some program from Alpha targetted toolchains
9177
9178Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
9179
9180 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
9181 gprof.
9182 (taz): Run "make diststuff" in those directories instead of "make
9183 proto-dir". Look for "VERSION=" only at start of line in subdir
9184 Makefile. Use "gzip -9" for compression.
9185 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
9186 (binutils.tar.z): New target.
9187
9188Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9189
9190 * Makefile.in (taz): Include gpl.texinfo.
9191
9192Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9193
9194 * Makefile.in (setup-dirs): Merged into "taz" target.
9195 (taz): Only do `proto-dir' stuff if a directory is actually needed
9196 for this target.
9197
9198Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
9199
9200 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
9201 (FLAGS_TO_PASS): Pass down MUNCH_NM.
9202 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
9203 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
9204 (gcc-no-fixedincludes): Correct for current gcc Makefile.
9205
9206Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
9207
9208 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
9209 config.sub, and move-if-change to gdb testsuite distribution
9210 archive, so the testsuite can be extracted, configured, and
9211 run separately from the gdb distribution. Blow away the Chill
9212 tests that require a Chill compiled executable, since GNU Chill
9213 is not yet publically available.
9214
9215Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9216
9217 * test-build.mk: set environment variables in a single command,
9218 instead of a list of assignments and exports
9219
9220 * config.guess: recognize Alpha/OSF1 systems
9221
9222Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9223
9224 * configure: Change help message to prefer --options rather than
9225 -options.
9226
9227Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9228
9229 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
9230 zippy@ecst.csuchico.edu.
9231 * config.guess: Recognize miniframe.
9232
9233Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
9234
9235 * Makefile.in: Use srcroot to find runtest rather than rootme.
9236 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
9237
9238Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
9239
9240 * test-build.mk: Extensive additions to support building on a
9241 machine other than the host.
9242
9243Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
9244
9245 * configure (tooldir): Fix for i386-aix again.
9246
9247Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
9248
9249 * configure, Makefile.in: Change definition of $(tooldir)
9250 to match the FSF.
9251
9252Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
9253
9254 * config.guess: Recognize i[34]86/SVR4.
9255
9256Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9257
9258 * Makefile.in (all-gdb): gdb depends on sim.
9259
9260Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
9261
9262 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
9263 at the same time we make the prototype gdb directory.
9264 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
9265 files at the same time as the gdb base release distribution.
9266
9267Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
9268
9269 * Makefile.in (check): Use individual check targets rather than
9270 DO_X rule.
9271 (check-gcc): Added.
9272
9273Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
9274
9275 * config.sub: Use sysv3.2 not sysv32 for canonical OS
9276 for System V release 3.2.
9277
9278Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9279
9280 * config.sub: Recognize hppaosf.
9281 * configure.in: Do configure ld/binutils/gas for it.
9282
9283Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9284
9285 * configure (tooldir): Alter syntax used to set this, for systems
9286 where "\$" isn't handled right, like i386-aix.
9287
9288Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
9289
9290 * configure: Pass program-transform-name, not
9291 program_transform_name, to recursive configures.
9292
9293Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
9294
9295 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
9296 of gas+ld+binutils.
9297
9298Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
9299
9300 * config.guess: Recognize AIX3.2 as distinct from 3.1.
9301
9302Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9303
9304 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
9305
6599da04
JM
9306Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9307
9308 * Makefile.in (PRMS): Set back to all-prms.
9309
9310Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
9311
9312 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
9313 targets, rather than for MIPS hosts.
9314
9315Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9316
9317 * configure.in: add comment for --with-x default values
9318
9319 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
9320
9321 * Makefile.in: add check-* targets for each of the directories in
9322 the tree. Add a definition of RUNTEST that will use the one we
9323 just built, if it exists. Pass this down via FLAGS_TO_PASS.
9324
9325Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
9326
9327 * configure.in: Removed obsolete references to bfd_target and
9328 target_makefile_frag.
9329
9330 * build-all.mk: Set assorted targets for Q2.
9331 * config.sub: Recognize z8k-sim and h8300-hms.
9332 * test-build.mk: Really don't pass host to configure.
9333 (HOLES): Added uname.
9334
9335Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
9336
9337 * configure: Handle an empty program-prefix, program-suffix or
9338 program-transform-name correctly.
9339
9340Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
9341
9342 * build-all.mk: -G 8 no longer required for MIPS targets.
9343 * test-build.mk: Don't pass host argument to configure; make it
9344 guess.
9345
9346Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
9347
9348 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
9349 * Makefile.in (COMPRESS): New macro, like GZIP.
9350
9351Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
9352
9353 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
9354
9355 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
9356 with gas currently defaults to -G 0.
9357
9358Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
9359
9360 * Makefile.in (all-flex): flex depends on byacc.
9361
9362 * build-all.mk: If host not specified, use config.guess. Pass TAG
9363 to test-build.mk as RELEASE_TAG.
9364 * test-build.mk (configargs): New variable containing arguments to
9365 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
9366 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
9367
9368 * config.guess: Use /bin/uname when checking -X argument on SCO,
9369 to avoid invoking GNU uname which doesn't understand -X.
9370
9371 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
9372
9373 * configure.in: Build gas for mips-*-*.
9374
9375Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9376
9377 * Makefile.in (all.normal): insert missing backslash.
9378
9379Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
9380
731a8127 9381 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
9382
9383 * Makefile.in: Complete overhaul to merge many almost identical
9384 targets.
9385
9386Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9387
9388 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
9389 (gdb.tar.Z): Adjusted.
9390
9391 * Makefile.in (setup-dirs, taz): New targets; should be general
9392 enough to adapt for gdb sometime. Build only .z file.
9393 (gas.tar.z): New target.
9394
9395Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
9396
9397 * build-all.mk: Use CC=cc -Xs on Solaris.
9398
6599da04
JM
9399Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
9400
9401 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
9402 for handling BISON for FSF releases.
9403
9404Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
9405
9406 * configure: Actually implement the change zoo just documented.
9407
9408Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
9409
9410 * configure: when using config.guess, only set target_alias when
9411 it's not already been set (ie, on the command line)
9412
9413Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9414
9415 * Makefile.in: add installcheck target, set PRMS to install-prms
9416
9417Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9418
9419 * configure: add support for package_makefile_fragment, handle the
9420 case where a directory has a configure.in file but no Makefile.in
9421 more gracefully (with an actual understandable error message, even);
9422 add support for --without (and add this to the usage message); also
9423 explicitly add a --host=${host_alias} to the command line when
9424 config.guess is used
9425
9426Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
9427
9428 * configure: Must use both --host and --target in recursive calls.
9429
9430Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
9431
9432 * Makefile.in: Change deja-gnu to dejagnu.
9433
9434Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
9435
9436 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
9437
9438Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9439
9440 * configure.in: canonicalize all instances to *-*-solaris2*,
9441 also strip out a number of tools to not build for go32 host
9442
9443Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9444
9445 * config.guess: add GPL.
9446
9447 * Makefile.in, config.guess, config.sub, configure: bump
9448 copyrights to 93.
9449
9450Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
9451
9452 * Makefile.in (do-info): Removed obsolete check for existence of
9453 localenv file.
9454
9455 * Makefile.in (MAKEOVERRIDES): Define to be empty.
9456
9457Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9458
9459 * Makefile.in: a couple of 'else true' for decstation,
9460 support for TclX
9461
9462 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
9463
9464Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
9465
9466 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
9467
9468Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
9469
9470 * config.guess: Recognize i386-ibm-aix (PS/2).
9471 * configure.in: Use config/mh-aix386 file for it.
9472
9473Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
9474
9475 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
9476 CC_FOR_TARGET instead.
9477 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
9478
9479Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
9480
9481 * Makefile.in: Add sim to list of directories sent with gdb
9482
9483Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
9484
9485 * configure.in: Put back mips-dec-bsd* case.
9486
9487Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
9488
9489 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
9490 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
9491 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
9492
9493Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9494
9495 * configure.in: remove no-op mips-dec-bsd* in "case $target"
9496
9497 * Makefile.in (dir.info): only run gen-info-dir if it exists,
9498 (install-info): install dir.info only if it exists,
9499 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
9500
9501Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
9502
9503 * configure.in: For vms target, skip bfd, ld, binutils. Do build
9504 gas for mips-dec-bsd.
9505
9506Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
9507
9508 * configure (makesrcdir): If ${srcdir} is relative and not ".",
9509 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
9510
9511Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
9512
9513 * configure.in: Added "dejagnu" to hosttools list.
9514
9515Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
9516
9517 * config.sub, configure.in, config.guess: Add support
9518 for Bosx, an AIX variant from Bull.
9519 Patches from F.Pierresteguy@frcl.bull.fr.
9520
9521Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
9522
9523 * devo/dejagnu: Initial creation of devo/dejagnu.
9524 Migrated dejagnu testcases and support files for testing software
9525 tools to reside as subdirectories, currently called "testsuite",
9526 within the directory of the software tool. Migrated all programs,
9527 support libraries, etc. beloging to dejagnu proper from
9528 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
9529 with no modifications. The changes to these files which will
9530 allow them to configure, build, and execute properly will be made
9531 in a future update.
9532
9533Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
9534
9535 * Makefile.in: Change send_pr to send-pr.
9536 * configure.in: Likewise.
9537 * send_pr: Renamed directory to send-pr.
9538
9539Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
9540
9541 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
9542
9543Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
9544
9545 * README: Update for gdb-4.8 release.
9546 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
9547 gdb-xxx.tar.z (gzip'd) file also.
9548
9549Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9550
9551 * Makefile.in: make all-diff depend on all-libiberty
9552
9553Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
9554
9555 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
9556
9557Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9558
9559 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
9560
9561Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
9562
9563 * Makefile.in (DEVO_SUPPORT): Remove etc directory
9564 (ETC_SUPPORT): Only add the files GDB wants from etc/.
9565 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
9566
9567Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9568
9569 * Makefile.in: makeinfo binary is in a new location
9570
9571Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
9572
9573 * config.sub: Accept -ecoff as an OS.
9574
9575 * Makefile.in: Various changes to eliminate a level of make
9576 recursion and reduce the required command line length.
9577 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
9578 sub-makes.
9579 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
9580 variables holding settings for specific sub-makes.
9581 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
9582 in terms of BASE_FLAGS_TO_PASS.
9583 (TARGET_LIBS): New variable listing directories which use
9584 TARGET_FLAGS_TO_PASS.
9585 (subdir_do): Eliminated.
9586 (do-*): New set of targets to replace subdir_do.
9587 (various): All targets which used subdir_do now depend on do-*.
9588 (local-clean): Renamed from do_clean.
9589 (local-distclean): New target, dependency of distclean and
9590 realclean.
9591 (install-info): Don't create directories. Depend on dir.info
9592 rather than calling make recursively.
9593 (install-dir.info): Eliminated.
9594 (install-info-dirs): Create all info directories here.
9595 (dir.info): Depend upon do-install-info.
9596
9597 * test-build.mk (HOLES): Added false.
9598
9599Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
9600
9601 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
9602
9603Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9604
9605 * Makefile.in (info): remove dependency on all-texinfo. The
9606 problem was really in texinfo/C, not at this level.
9607
9608Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
9609
9610 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
9611
9612Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
9613
9614 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
9615 GDB releases.
9616
9617Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9618
9619 * configure: Include srcdir in message about target of link not
9620 being found. Don't convert `-' to `_' in `with' options being
9621 passed to subdirs.
9622
9623Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9624
9625 * configure.in: add uudecode to host_tools
9626
9627 * Makefile.in: added {all,install}-uudecode targets, added them to
9628 the appropriate lists
9629
9630Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
9631
9632 * Makefile.in (all-gcc): Added dependency on all-gas.
9633
9634 * configure.in (mips-*-*): Build ld and binutils.
9635
9636Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
9637
9638 * configure: check return code from mkdir, print error message and
9639 exit on failure.
9640
9641Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
9642
9643 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
9644
9645Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
9646
9647 * test-build.mk (HOLES): Added tar, cpio and uudecode.
9648
9649Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
9650
9651 * config.sub (h8500): Recognize this as a cpu type.
9652
9653Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9654
9655 * configure: source directory missing is no longer a warning
9656
9657 * configure.in: recognize irix[34]* instead of irix[34]
9658
9659 * Makefile.in: define and pass down X11_LIB
9660
6599da04
JM
9661Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
9662
9663 * guess-systype: Renamed to ...
9664 * config.guess: ... by popular request.
9665 * configure.in, Makefile.in: Update accordingly.
9666
9667Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
9668
9669 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
9670 + Add Convex, Cray/Unicos, and Encore/Multimax support.
9671 + Execute ./dummy instead of assuming . is in PATH.
9672
9673Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
9674
9675 * guess-systype: New shell script. Attempts to guess the
9676 canonical host name of the executing host.
9677 Only a few hosts are supported so far.
9678 * configure: Call guess-systype if no host is specified.
9679
9680Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
9681
9682 * Makefile.in (gcc-no-fixedincludes): Made to work with current
9683 gcc Makefile.
9684
9685
9686Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
9687
9688 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
9689 (all-gcc, install-gcc, subdir_do): Use it.
9690
9691Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
9692
9693 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
9694
9695Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
9696
9697 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
9698 set exclusively by configure, using configure.in .
9699
9700Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9701
9702 * test-build.mk: set $PATH for all builds
9703
9704 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
9705
9706Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
9707
9708 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
9709 the one used in gcc/Makefile.in, so that a null expansion doesn't
9710 override the one needed to build gcc with a native cc.
9711
9712
9713Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
9714
9715 * configure: Accept -with arguments.
9716
9717Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
9718
9719 * Makefile.in: added h8300sim
9720
9721Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
9722
6599da04
JM
9723 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
9724 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
9725 (all-cygnus, native, build-cygnus): Make
9726 $(canonhost)-stamp-3stage-done, not $(host)....
9727 * test-build.mk (stamp-3stage-compared): Use tail +10c for
9728 i386-sco3.2v4. Added else true to if command.
9729
9730Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
9731
9732 * config.sub: (from FSF) Sequent uses a BSD-like OS.
9733
9734Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
9735
9736 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
9737
9738Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9739
9740 * configure.in: don't remove binutils from Solaris builds
9741
9742Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
9743
9744 * Makefile.in: get rid of earlier definitions for *clean,
9745 also handle the recursive info rule better
9746
9747Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
9748
9749 * Makefile.in (mostlyclean, distclean, realclean): Fix to
9750 do more-or-less the right thing.
9751
9752Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
9753
9754 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
9755 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
9756
9757Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9758
9759 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
9760 $(host_canonical).
9761
9762 * configure.in: split the configdirs list into 4 categories (native
9763 v. cross, library v. tool) and handle the cross-only and native-
9764 only in more reasonable (and correct!) way.
9765
9766Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
9767
9768 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
9769 configdirs anymore.
9770
9771Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9772
9773 * Makefile.in: extensive cleanup:: removed all of the explicit
9774 clean-* targets, collapsed many wrappers around subdir_do into
9775 one, added additional targets to satisfy standards.texi, deleted
9776 some old targets, some changes for consistency
9777
9778Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9779
9780 * configure.in: handle some programs as cross-only, and others as
9781 native only
9782
9783 * test-build.mk: handle partial holes in a more generic manner
9784
9785 * Makefile.in: m4 depends on libiberty
9786
6599da04
JM
9787Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9788
9789 * configure.in: add m4, textutils, fileutils, sed, shellutils,
9790 time, wdiff, and find to configdirs
9791
9792 * Makefile.in: all, clean, and install rules for the new programs
9793 added to configure.in
9794
9795Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9796
9797 * configure.in: use mh-sun for all *-sun-* hosts
9798
6599da04
JM
9799Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9800
9801 * Makefile.in: define flags for X11 include files and library file
9802 locations, pass them down to the programs that need this info
9803
9804 * build-all.mk: added a 'native' target, to 3stage the native toolchain
9805
6599da04
JM
9806Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9807
9808 * configure.in: start building libg++ for HP-UX targets
9809
9810Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
9811
9812 * README: Update references to files moved into etc/.
9813
9814Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
9815
9816 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
9817 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
9818
9819Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
9820
9821 * configure: accept dash as well as underscore in long option
9822 names for FSF compatibility.
9823
9824Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
9825
9826 * config.sub: added -sco3.2v4 support from FSF.
9827
9828Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9829
9830 * configure.in: expand the section that adds or removes
9831 directories from the list of programs to build, to handle native
9832 vs. cross in addition to host v. native
9833
9834Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
9835
9836 * Makefile.in: Replace C++ in macro names with CXX.
9837 This is less likely to break ...
9838
9839Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9840
9841 * test-build.mk: add -w to GNU_MAKE
9842
9843Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9844
9845 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
9846 add 'sparc' to list of recognized cpus. This needed to make
9847 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
9848 Delete some redundant ose68 variants. Recognize -wrs as an os,
9849 then changes that into $CPU-wrs-vxworks.
9850
9851 * configure.in: remove most references to gdbtest, regularize
9852 target based program removal
9853
9854 * test-build.mk: import from p3 tree (many fixes and changes)
9855
9856Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
9857
9858 * Makefile.in: added rules to handle tcl, tk, and expect
9859
9860 * configure.in: handle those directories if they exist
9861
9862Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9863
9864 * config.sub: removed bogus hppabsd and hppahpux names, since
9865 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
9866
9867Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9868
9869 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
9870 depends upon all-xiberty
9871
9872 * Makefile.in: changes from p3, including:
9873
9874 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
9875
9876 * Makefile.in (XTRAFLAGS): include newlib directories if
9877 newlib/Makefile exists, rather than if host != target.
9878
9879 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
9880
9881 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
9882 from the same source tree and not building a cross-compiler. This
9883 matters for the libg++ configuration if reconfiguring a tree that
9884 has already been installed.
9885
9886 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
9887
9888 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
9889 pick up the machine and system specific header files.
9890
9891 * Makefile.in: added AS_FOR_TARGET, passed down in
9892 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
9893 the C compiler to use to create programs which are run in the
9894 build environment, set it to default to $(CC), and passed it down
9895 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
9896
9897 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
9898
9899 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
9900 We need them for unusual native builds, like systems without
9901 ranlib.
9902
9903 * configure: also define $(host_canonical) and
e490616e
ZW
9904 $(target_canonical), which are the full, canonical names for the
9905 given host and target
6599da04
JM
9906
9907Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
9908
9909 * Makefile.in: Added separate definitions for C++.
9910
9911Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
9912
9913 * configure.in (configdirs): Add deja-gnu.
9914
9915Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
9916
9917 * README: Update for configure.texi and gdb-4.7 release.
9918
9919Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
9920
9921 * Makefile.in: Move "all" target to top of file.
9922 Previously, first target was ".PHONY" which caused BSD4.4 make
9923 to build .PHONY when make was run without arguments.
9924
9925Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
9926
9927 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
9928 Library-copylefted code in libiberty.
9929
9930Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
9931
9932 * config.sub: Replace m68kmote with plain old m68k.
9933
9934Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
9935
9936 * Makefile.in: Remove space from blank line, avoid Make complaints.
9937
9938Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
9939
9940 * config.sub: Complain if no argument is given. Added support for
9941 386bsd as OS and target alias.
9942
9943Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
9944
9945 * Makefile.in (XTRAFLAGS): include newlib directories if
9946 newlib/Makefile exists, rather than if host != target.
9947
9948Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
9949
9950 * config.sub: recognize sparclite-wrs-vxworks.
9951
9952 * Makefile.in (install-xiberty): added *-xiberty make rules (from
9953 p3.) Added clean-xiberty to clean.
9954
9955Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
9956
9957 * configure.in: use *-*-* instead of nested cases for host and target
9958
9959Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
9960
9961 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
9962 from the same source tree and not building a cross-compiler. This
9963 matters for the libg++ configuration if reconfiguring a tree that
9964 has already been installed.
9965
9966Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
9967
9968 * config.sub (i486v/i486v4): Merge in from FSF version.
9969
9970Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
9971
9972 * configure: only set PWD if it is already set.
9973
9974Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
9975
9976 * configure: just set PWD=`pwd` at the top, since Ultrix sh
9977 doesn't have unset and all success paths (and most error paths)
9978 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
9979 to just ${PWD} to avoid confusion.)
9980
9981Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
9982
9983 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
9984 even for a native compilation.
9985
9986Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
9987
9988 Changes to make the gdb.tar.Z rule work better.
9989
9990 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
9991 (DEVO_SUPPORT): Add configure.texi.
9992 (bfd-ilrt.tar.Z): Remove ancient rule.
9993
9994Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
9995
9996 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
9997 pick up the machine and system specific header files.
9998
9999 * configure.in, config.sub: added new target m68010-adobe-scout,
10000 with alias of adobe68k. Changed configure.in to check for
10001 -scout before -sco* to avoid a false match.
10002
10003 * Makefile.in: added AS_FOR_TARGET, passed down in
10004 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
10005 the C compiler to use to create programs which are run in the
10006 build environment, set it to default to $(CC), and passed it down
10007 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
10008
10009Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
10010
10011 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
10012 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
10013 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
10014 FOR_TARGET variants, to newlib and libg++.
10015
10016Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
10017
10018 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
10019 first.
10020
10021Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
10022
10023 * config.sub: Accept `elf' as an environment.
10024
10025Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10026
10027 * Makefile.in (all-opcodes): cd into the right directory
10028
10029Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
10030
10031 * configure: added -program_transform_name option, used as
10032 argument to sed when installing programs.
10033 configure.texi: added documentation for -program_prefix,
10034 -program_suffix and -program_transform_name.
10035
10036Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
10037
10038 * config.sub: Accept i486 where i386 ok.
10039
10040Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
10041
10042 * config.sub: accept we32k
10043
10044Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
10045
3b75d237 10046 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
10047
10048 * Makefile.in: don't create all directories for ``make install'';
10049 let the subdirectories create the ones they need.
10050
10051Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10052
e490616e 10053 * COPYING: new file, GPL v2
6599da04
JM
10054
10055Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10056
10057 * Makefile.in: use the new gen-info-dir, which needs a template
10058 argument (which also lives in texinfo)
10059
10060 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
10061
6599da04
JM
10062Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
10063
10064 * config.sub (ncr3000): Change i386 to i486.
10065
10066Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10067
10068 * Makefile.in: add install-rcs, install-grep to
10069 install-no-fixedincludes, removed install-bison and install-libgcc
10070
10071Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
10072
10073 * configure.in: grab the HPUX makefile fragment if on HPUX
10074
10075Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
10076
10077 * Makefile.in: eradicate bison spoor (ditto libgcc).
10078 configure.in: recognise m68{k,000}-ericsson-OSE.
10079 es1800 is alias for m68k-ericsson-OSE
10080
10081Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10082
10083 * configure.in: rearrange the parts that remove programs from
10084 configdirs, based now on HOST==TARGET or by canonical triple.
10085
10086Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10087
10088 * test-build.mk: recurse explicitly with -f test-build.mk when
10089 appropriate. predicate stage3 and comparison on the existence
10090 of gcc. That is, if gcc isn't around, we aren't three-staging.
10091 On very clean, also remove ...stamp-co. Build in-place before
10092 doing other builds.
10093
10094Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10095
10096 * Makefile.in, configure.in: add tgas
10097
10098Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10099
10100 * Makefile.in: a number of changes merged in from progressive.
10101
10102 * configure.in: add libm.
10103
10104 * .cvsignore: ignore some stuff that comes from test-build.mk.
10105
6599da04
JM
10106Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
10107
10108 * config.sub: Add es1800 (m68k-ericsson-es1800).
10109
10110Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
10111
10112 * configure: Add program_suffix (parallel to program_prefix)
10113 * Makefile.in: adjust directory-creating script for losing decstation
10114
10115Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
10116
10117 * configure: Minor $subdir-related fixes.
10118
10119Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
10120
10121 * configure: fix various problems with propogating
10122 makefile_target_frag in subdirs.
10123 * configure.in: config libgcc if its there
10124
10125Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
10126
10127 * config.sub: HPPA merge.
10128
6599da04
JM
10129Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
10130
10131 * Makefile.in: Replace all-bison with all-byacc in all
10132 dependency lines for other tools (which now use byacc).
10133
10134Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
10135
10136 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
10137
6599da04
JM
10138Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
10139
10140 * Makefile.in: make gprof rules similar to byacc rules (instead of
10141 vestigal $(unsubdir) that didn't work...)
10142
10143Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
10144
10145 * config.sub: Add support for Linux.
10146 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
10147 (at least for libg++).
10148
10149Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
10150
10151 * configure.texi: fix doc for the -nfp option to configure
10152
10153Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
10154
10155 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
10156
10157Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
10158
10159 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
10160 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
10161 * configure.in: added solaris* host_makefile_frag hook.
10162
10163Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10164
10165 * config.sub: changed recognition of m68000 so that various
10166 m68k types can be specified via m680[01234]0
10167
10168Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10169
10170 * config.sub (basic_machine): fix sed so that '-foo' isn't
10171 completely substituted out while .+'-foo' loses the '-foo'
10172
10173Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
10174
10175 * config.sub ($os): Add -aout.
10176
10177Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
10178
10179 * configure: If host_makefile_frag is absolute, don't
10180 prefix ${invsubdir} (relevant to libg++ auto-configure).
10181
10182Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
10183
10184 * Makefile.in (tooldir): Define it.
10185 (all-ld): Depend on all-flex.
10186
10187Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
10188
10189 * Makefile.in (check): Fix libg++ special case.
10190
10191Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
10192
10193 * configure: do not bury `pwd` into config.status, thus do fewer
10194 pwd's.
10195
10196 * configure: print the "Building in" message only when building in
10197 other than "." AND verbose.
10198
63f6bcd7 10199 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
10200 configures.
10201
10202 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
10203
10204Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
10205
10206 * Makefile.in: macroize flags passed on recursion. remove
10207 fileutils.
10208
10209Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
10210
10211 * configure: get makesrcdir right for subdirs deeper than 1.
10212
10213 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
10214 install.
10215
10216Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
10217
10218 * Makefile.in: don't print subdir_do or recursion lines.
10219
10220Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
10221
10222 * standards.texi: added menu item.
10223
10224 * Makefile.in: build and install standards.info.
10225
10226 * standards.texi: new file.
10227
10228Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10229
10230 * configure: test for and move config.status pieces from
10231 ${subdir}/.
10232
10233Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
10234
6599da04
JM
10235 * configure: Test for existance of files before trying to mv
10236 them, to avoid numerous non-existance messages.
10237
10238Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
10239
10240 * configure: correct final line of config.status.
10241
10242 * configure: patch from eggert. Avoids a protection problem if
10243 the original Makefile.in is read only.
10244
10245 * configure: use move-if-change from gcc to create config.status.
10246 Some makefiles depend on config.status to tell if a directory
10247 has been reconfigured for a different host. This change
10248 prevents those directories from remaking everything in the case
10249 where the reconfig was only intended to rebuild a Makefile.
10250
10251 * configure: test for config.sub with "config.sub sun4" rather
10252 than "config.sub ${host_alias}". Otherwise we can't tell a bad
10253 host alias from a missing config.sub.
10254
10255Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10256
10257 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
10258 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
10259
10260Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
10261
10262 * configure: mkdir ${subdir} as needed.
10263
10264Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
10265
10266 * Makefile.in,configure.in: added autoconf.
10267
10268Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10269
10270 * Makefile.in: no longer pass against on recursion.
10271
10272 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
10273 definitions are not inherited.
10274
10275 * configure: correct makesrcdir when subdir is .
10276
10277Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
10278
10279 * configure: Add support for 'subdirs' variable, which is
10280 like 'configdirs', except that configure doesn't re-invoke
10281 itself for subdirs, it just creates a Makefile for each subdir.
10282 * configure.texi: Document subdirs.
10283
10284Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
10285
10286 * configure.in: added flex to configdirs
10287
10288Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
10289
10290 * Makefile.in: remove clean-stamps from clean.
10291
10292Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
10293
10294 * configure.in: Add gdbtest to configdirs.
10295
10296Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
10297
10298 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
10299 to recursive makes.
10300 * configure.in: Recognize new ncr3000 config.
10301
10302Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
10303
10304 * Makefile.in, configure.in: removed references to gdbm.
10305
10306Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
10307
10308 * config.sub: Don't canonicalize os value
10309 newsos* to bsd (readline needs to check for newsos).
10310 (This fix was earlier made Jan 31, but got re-broken.)
10311
10312Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
10313
10314 * configure.in: sco is an os, not a vendor!
10315
10316 * configure: Quote $( better. Keep various shells happy.
10317
10318Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
10319
10320 * Makefile.in: eliminate stamp-files.
10321
10322Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
10323
10324 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
10325 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
10326
10327Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
10328
10329 * config.sub: fix iris/iris3.
10330
10331Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
10332
10333 * configure: re-add -rm.
10334
10335Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
10336
10337 * Maskefile.in: add .stmp-rcs to all.
10338
10339 * configure.in: remove gas from rs6000 build, use aix host fragment.
10340
10341Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
10342
10343 * configure: pass down site_option during recursion.
10344
10345Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
10346
10347 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
10348
10349Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
10350
10351 * configure: Change exec_prefix so that it really defaults to prefix.
10352
10353Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
10354
10355 * Makefile.in, configure.in: Add support for mmalloc library.
10356
10357Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
10358
10359 * Makefile.in: add stmp dependencies for a few more things.
10360
10361Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
10362
10363 * configure: adjusted error message on objdir/srcdir configure
10364 collision, per john's suggestion.
10365
10366 * Makefile.in: add libiberty stmp to all and all.cross.
10367
10368Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
10369
10370 * Makefile.in: remove force dependencies, add grep to all.
10371
10372Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
10373
10374 * Makefile.in: drop flex. make stamp files work.
10375
10376 * configure: added test for conflicting configuration in srcdir,
10377 remove trailing slashes from srcdir. Otherwise emacs gdb mode
10378 gets cranky. use relative paths for configure and srcdir
10379 whenever possible. Send some error messages to stderr that were
10380 going to stdout.
10381
10382Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
10383
10384 * Makefile.in: Fix libg++ rule to check for gcc directory
10385 before using gcc/gcc. Also pass XTRAFLAGS.
10386
10387Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
10388
10389 * Makefile.in: added stmp-files so that directories aren't polled
10390 when they are already built.
10391
10392 * configure.texi: fixed a node pointer problem.
10393
10394Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
10395
731a8127 10396 * config.sub configure.in gdb/configure.in
6599da04
JM
10397 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
10398 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
10399 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
10400
10401Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10402
10403 * configure: -recurring becomes -silent. corrected help message
10404 for -site= option.
10405
10406 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
10407
10408Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10409
10410 * configure: when building Makefile for crosses, replace
10411 tooldir and program_prefix. default srcdir from location of
10412 config.sub. remove "for host in hosts" and "for target in
10413 targets" loops.
10414
10415Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
10416
10417 * Makefile.in: Do not pass bindir or mandir to cvs.
10418
10419Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
10420
10421 * Makefile.in, configure.in: removed traces of namesubdir,
10422 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
10423 copyrights to '92, changed some from Cygnus to FSF.
10424
10425 * configure.texi: remove most references to multiple hosts,
10426 multiple targets, subdirs, etc.
10427
10428 * configure.man: removed rcsid. reference config.sub not
10429 config.subr.
10430
10431 * Makefile.in: mkdir $(infodir) on install-info.
10432
10433Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
10434
10435 * configure.texi: Explain better about .gdbinit and about
10436 the environment that configure.in sections run in.
10437
10438Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
10439
10440 * configure.in: Ultrix is only a decstation if it's a MIPS.
10441
10442Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
10443
10444 * README: DOC.configure => cfg-paper.texi.
10445
10446Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
10447
10448 * config.sub (near case $os): Don't convert newsos* to bsd!
10449
10450Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
10451
10452 * Makefile.in: Reinstall change from gdb-4.3 that reduces
10453 the number of copies of COPYING that go into the GDB tar file.
10454
10455Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
10456
731a8127 10457 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
10458 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
10459 Fix SCO configuration stuff.
10460
10461Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
10462
10463 * Makefile.in: For libg++, make sure the -I pointing
10464 to the gcc directory goes *after* all the libg++-local -I flags.
10465 Also, move just-gcc dependency from just-libg++ to all-libg++.
10466
10467Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
10468
10469 * configure: Change -x to -f to keep Ultrix /bin/test happy.
10470
10471Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
10472
10473 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
10474
10475Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
10476
10477 * config.sub: Add stratus configuration frags. Also
10478 submitted to FSF.
10479
10480Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
10481
10482 * Makefile.in (DEV_SUPPORT): add configure.man.
10483
10484 * config.sub(Decode manufacturer-specific): add -none*.
10485
10486Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
10487
10488 * Makefile.in: remove form feeds to make Sun's make happy.
10489 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
10490
10491Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
10492
10493 * Makefile.in (AR_FLAGS): Make quieter.
10494
10495Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
10496
10497 * configure.in: Add libg++.
10498 * configure: When verbose, don't output the command line at each
10499 level; it will be unremarkably the same as the previous version,
10500 which will be the same as what the user typed.
10501
10502Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
10503
10504 * configure.in, Makefile.in: fix clean-info, add flex. add
10505 fileutils.
10506
10507 * configure: be less sensitive to spaces in Makefile.in. Do not
10508 look for sources in "..". Doing so breaks subdirectories that
10509 might have their own configure. If a subdir has it's own
10510 configure script, use it.
10511
10512Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
10513
10514 * cfg-paper.texi: some changes suggested by rms.
10515
10516Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
10517
10518 * config.sub: Merge in some small additions from the FSF version,
10519 taken from the gcc distribution, to bring the Cygnus and FSF
10520 versions into closer sync.
10521
10522Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
10523
10524 * configure.in: Changed svr4 references to sysv4.
10525
10526Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
10527
10528 * configure: added -V for version number option.
10529
10530Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
10531
10532 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
10533 renamed from DOC.configure to cfg-paper.texi.
10534
10535Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10536
10537 * configure, config.subr, config.sub: config.subr is now
10538 config.sub again.
10539
10540Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
10541
10542 * configure.texi: new file, in progress.
10543
10544 * Makefile.in: build info file and install the man page for
10545 configure.
10546
10547 * configure.man: new file, first cut.
10548
10549 * configure: find config.subr again now that configuration "none"
10550 has gone. removed all traces of the -ansi option. removed all
10551 traces of the -languages option.
10552
10553 * config.subr: resync from rms.
10554
10555Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10556
10557 * configure, config.sub, config.subr: merge config.sub into
10558 config.subr, call the result config.subr, remove config.sub, use
10559 config.subr.
10560
10561 * Makefile.in: revised install for dir.info.
10562
10563Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10564
10565 * configure.in: add decstation host makefile frag.
10566
10567 * Makefile.in: BISON now bison -y again. also install-gcc on
10568 install. clean-gdbm on clean. infodir belongs in datadir.
10569 Make directories for info install. Build dir.info here then
10570 install it.
10571
10572Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10573
10574 * Makefile.in: fix for bad directory tests.
10575
10576Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10577
10578 * configure: \{1,2\} appears to be a sysv'ism. Use a different
10579 regexp. -srcdir relative was being handled incorrectly.
10580
10581 * Makefile.in: unwrapped some for loops so that parallel makes
10582 work again and so one can focus one's attention on a particular
10583 package.
10584
10585Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10586
10587 * configure: added PWD as a stand in for `pwd` (for speed). use
10588 elif wherever possible. make -srcdir work without -objdir.
10589 -objdir= commented out.
10590
10591Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10592
10593 * configure: +options become --options. -subdirs commented out.
10594 added -host, -datadir. Renamed -destdir to -prefix. Comment in
10595 Makefile now at top of generated Makefile. Removed cvs log
10596 entries. added -srcdir. create .gdbinit only if there is one
10597 in ${srcdir}.
10598
10599 * Makefile.in: idestdir and ddestdir go away. Added copyrights
10600 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
10601 and mandir now keyed off datadir by default.
10602
10603Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
10604
10605 * Freshly created ChangeLog.
10606
10607\f
10608Local Variables:
10609mode: change-log
10610left-margin: 8
10611fill-column: 76
10612version-control: never
10613End:
This page took 1.47752 seconds and 5 git commands to generate.