]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
combine.c (try_combine): Dump information about the insns we're combining.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
144c9175
RM
12009-06-15 Ryan Mansfield <rmansfield@qnx.com>
2
3 * configure.ac: Define is_elf for QNX Neutrino targets.
4 * configure: Regenerate.
5
e5871e24
GS
62009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
7
8 * MAINTAINERS: Added my name to the write-after-approval list
9
5f4a82c0
KG
102009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11
12 * configure.ac: Detect MPC in default directory.
13 * configure: Regenerate.
14
394e9195
JG
152009-06-03 Jerome Guitton <guitton@adacore.com>
16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
17
18 * Makefile.tpl (all): Avoid a trailing backslash.
19 * Makefile.in: Regenerate.
20
47bca6aa
BE
212009-06-03 Ben Elliston <bje@au.ibm.com>
22
23 * config.sub, config.guess: Update from upstream sources.
24
a891a473
RS
252009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
26
27 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
28 to noconfdirs.
29 * configure: Regenerate.
30
70cb2d9f
AO
312009-06-02 Alexandre Oliva <aoliva@redhat.com>
32
33 * Makefile.tpl ([+compare-target+]): Compare all stage
34 directories, rather than just gcc.
35 * Makefile.in: Rebuilt.
36
7f1245df
DK
372009-06-01 Doug Kwan <dougkwan@google.com>
38
39 * configure.ac: Support gold for target arm*-*-*.
40 * configure: Regenerate.
394e9195 41
acd26225
KG
422009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
43
44 * Makefile.def: Add MPC support and dependencies.
45 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
46
47 * Makefile.in, configure: Regenerate.
48
a1fc946a
AO
492009-05-27 Alexandre Oliva <aoliva@redhat.com>
50
51 * Makefile.tpl (all): Avoid harmless warning in make all when
52 gcc-bootstrap is enabled but stage_last does not exist.
53 * Makefile.in: Rebuilt.
54
2e6a3c8d
NR
552009-05-24 Nicolas Roche <roche@adacore.com>
56
57 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
58 * Makefile.in: Regenerate.
59
63487d11
DC
602009-05-21 Denis Chertykov <chertykov@gmail.com>
61
62 * MAINTAINERS: Update my e-mail address.
63
449223af
DK
642009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
65
66 * configure.ac (cygwin noconfigdirs): Remove libgcj.
67 * configure: Regenerate.
68
31c98f49
AO
692009-05-18 Alexandre Oliva <aoliva@redhat.com>
70
71 PR other/40159
72 * Makefile.tpl (all): Don't assume gcc-bootstrap and
73 gcc-no-bootstrap are mutually exclusive.
74 * Makefile.in: Rebuilt.
75
0f501837
AO
762009-05-18 Alexandre Oliva <aoliva@redhat.com>
77
78 PR other/40159
79 * Makefile.tpl (all): Don't end with unconditional success.
80 * Makefile.in: Rebuilt.
81
4a4a4e99
AO
822009-05-12 Alexandre Oliva <aoliva@redhat.com>
83
84 PR target/37137
85 * Makefile.def (flags_to_pass): Remove redundant and incomplete
86 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
87 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
88 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
89 stage_configureflags, stage_cflags and stage_libcflags into
90 explicit Makefile macros.
91 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
92 GFORTRAN.
93 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
94 CC. Set CC_FOR_BUILD from CC.
95 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
96 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
97 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
98 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
99 and GFORTRAN.
100 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
101 (_LIBCFLAGS): Renamed to _TFLAGS.
102 (do-compare-debug, do-compare3-debug): Drop.
103 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
104 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
105 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
106 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
107 (XGCC_FLAGS_FOR_TARGET): New.
108 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
109 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
110 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
111 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
112 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
113 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
114 TFLAGS.
115 (BUILD_CONFIG): Include if requested.
116 (all): Set TFLAGS on bootstrap.
117 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
118 (all-stageid-prefixmodule): Likewise.
119 (do-clean, distclean-stageid): Set TFLAGS.
120 (restrap): Fix whitespace.
121 * Makefile.in: Rebuilt.
122
1cee3429
PB
1232009-05-07 Paolo Bonzini <bonzini@gnu.org>
124
125 * config.guess: Sync with src.
126
0b70eafd
DK
1272009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
128
129 * configure.ac ($with_ppl): Default to no if not supplied.
130 ($with_cloog): Likewise.
131 configure: Regenerate.
132
5175f17c
JW
1332009-04-27 James E. Wilson <wilson@codesourcery.com>
134
135 * MAINTAINERS: Update my e-mail address.
136
952fa153
NC
1372009-04-27 Nick Clifton <nickc@redhat.com>
138
139 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
140
a687f83c
EB
1412009-04-25 Eric Botcazou <ebotcazou@adacore.com>
142
143 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
144 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
145 * Makefile.in: Regenerate.
146
9e3eba15
KG
1472009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
148
149 PR bootstrap/39739
150 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
151 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
152
153 * configure, Makefile.in: Regenerate.
154
a687f83c 1552009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
156
157 * include/hashtab.h: Update GTY annotations to new syntax
158 * include/splay-tree.h: Likewise
159
070bdbd9
BE
1602009-04-17 Ben Elliston <bje@au.ibm.com>
161
162 * config.sub, config.guess: Update from upstream sources.
163
55f2d967
AG
1642009-04-15 Anthony Green <green@moxielogic.com>
165
166 * configure.ac: Add moxie support.
167 * configure: Rebuilt.
168
309c24a9
JJ
1692009-04-14 Jakub Jelinek <jakub@redhat.com>
170
171 * configure.ac: Change copyright header to refer to version
172 3 of the GNU General Public License and to point readers at the
173 COPYING3 file and the FSF's license web page.
174 * Makefile.def: Likewise.
175 * Makefile.tpl: Likewise.
176 * Makefile.in: Regenerate.
177
b93133bc
JH
1782009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
179
180 * configure.ac: Restore match for darwin9 or later. Use double
181 brackets since regeneration eats one pair.
182 * configure: Regenerate.
183
d18ff35a
L
1842009-04-09 H.J. Lu <hongjiu.lu@intel.com>
185
186 PR gas/10039
187 * configure.ac: Require texinfo 4.7.
188 * configure: Regenerated.
189
748086b7
JJ
1902009-04-09 Nick Clifton <nickc@redhat.com>
191
192 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
193 the GCC Runtime Library Exception.
194
a3337ea2
KG
1952009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
196
197 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
198 * configure: Regenerate.
199
60911f14
SE
2002009-04-01 Steve Ellcey <sje@cup.hp.com>
201
202 * Makefil.def (languages): New entries.
203 * Makefile.tpl (check-gcc-*): New generic target.
204 * Makefile.in: Regenerate.
60911f14 205
7369c1d0
ER
2062009-03-25 Erven Rohou <erven.rohou@inria.fr>
207
d18ff35a 208 * MAINTAINERS: Update my email address.
7369c1d0 209
cfb1f59f
TT
2102009-03-18 Tom Tromey <tromey@redhat.com>
211
d18ff35a
L
212 * configure: Rebuild.
213 * configure.ac (host_libs): Add libiconv.
214 * Makefile.in: Rebuild.
215 * Makefile.def (host_modules): Add libiconv.
216 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 217
75eeae1a
TG
2182009-03-16 Tristan Gingold <gingold@adacore.com>
219
220 * configure.ac: Treat gdb as supported on x86_64-darwin.
221 * configure: Regenerate.
222
f38095f3
JM
2232009-03-16 Joseph Myers <joseph@codesourcery.com>
224
225 * configure.ac (--with-host-libstdcxx): New option.
226 * configure: Regenerate.
227
fec7f245
JR
2282009-03-12 Joern Rennecke <joern.rennecke@arc.com>
229
230 * MAINTAINERS: Move myself into the write after approval list.
231
6d401294
NP
2322009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
233
234 * MAINTAINERS: Update e-mail address.
235
07c97076
DN
2362009-03-11 Dorit Nuzman <dorit@il.ibm.com>
237
238 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
239
bb947fd1
IR
2402009-03-10 Ira Rosen <irar@il.ibm.com>
241
242 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
243
7a9d3fe8
RW
2442009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
245
246 Backport from git Libtool:
247
248 2009-01-19 Robert Millan <rmh@aybabtu.com>
249 Support GNU/kOpenSolaris.
250 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
251 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
252 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
253 GNU/kOpenSolaris.
254
c9e9e11f
AS
2552009-02-27 Andreas Schwab <schwab@linux-m68k.org>
256
257 * MAINTAINERS: Update e-mail address.
258
5e8c1552 2592009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
260
261 * MAINTAINERS (Write After Approval): Add self.
262
b0adb088
BM
2632009-02-18 Bingfeng Mei <bmei@broadcom.com>
264
265 * MAINTAINERS (Write After Approval): Add myself.
266
ee04b574
AS
2672009-02-05 Andreas Schwab <schwab@suse.de>
268
269 * Makefile.tpl (stage_last): Define $r and $s before using
270 $(RECURSE_FLAGS_TO_PASS).
271 * Makefile.in: Regenerate
272
907884c9
ILT
2732009-01-30 Ian Lance Taylor <iant@google.com>
274
275 * MAINTAINERS: Move myself to the Global Reviewers list.
276
416ac4d4
RM
2772009-01-29 Robert Millan <rmh@aybabtu.com>
278
279 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
280 * configure: Regenerate.
281
ee5decb3
GP
2822009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
283
284 * MAINTAINERS: Make whitespace consistent.
19196f44 285 Remove Robert Millan from Write After Approval.
ee5decb3 286
36fbb0ec
AM
2872009-01-16 Alan Modra <amodra@bigpond.net.au>
288
289 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
290 (all-opcodes): Depend on all-libiberty.
291 * Makefile.in: Regenerate.
292
52535a64
DR
2932009-01-15 Douglas B Rupp <rupp@gnat.com>
294
295 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
296 * configure: Regenerate.
297
e04a57df
RR
2982009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
299
300 * MAINTAINERS (Write After Approval): Add myself.
301
856c450b
SK
3022009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
303
304 * MAINTAINERS: Add myself to reviewers (Fortran).
305
53095c56
SP
3062009-01-12 Sebastian Pop <sebastian.pop@amd.com>
307
308 PR tree-optimization/38515
309 * configure.ac (cloog-polylib): Removed.
310 (with_ppl, with_cloog): Test for "no".
311 * configure: Regenerated.
312
1e5e8a59
DF
3132009-01-11 Daniel Franke <franke.daniel@gmail.com>
314
315 * MAINTAINERS: Moved myself to reviewers (Fortran).
316
5e5debf6
TS
3172009-01-06 Thomas Schwinge <tschwinge@gnu.org>
318
319 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
320 (Write After Approval): Remove myself.
321
1c42acf1
DN
3222009-01-03 Diego Novillo <dnovillo@google.com>
323
324 * MAINTAINERS: Remove myself from alias maintainership.
325
2fbbedaf
DA
3262009-01-02 David Ayers <ayers@fsfe.org>
327
328 * MAINTAINERS: Update e-mail address.
329
17213821
GP
3302008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
331
332 * MAINTAINERS: Make whitespace consistent.
333
baafc534
RW
3342008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
335
336 Backport from upstream Libtool:
337 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
338 Add cache variables to tests that require the linker to work.
339 For shlibpath_overrides_runpath, this also changes the semantics
340 to let the result from the C compiler take precedence.
341
18430d27
BE
3422008-12-02 Ben Elliston <bje@au.ibm.com>
343
344 * config.sub, config.guess: Update from upstream sources.
345
0a280b35
SP
3462008-12-12 Sebastian Pop <sebastian.pop@amd.com>
347
348 * configure.ac (ppllibs): Add by default the lib flags.
349 * configure: Regenerate.
350
41e9641b
LM
3512008-12-08 Luis Machado <luisgpm@br.ibm.com>
352
353 * MAINTAINERS: Add myself to the write after approval list.
354
25783c30
JH
3552008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
356
ee04b574
AS
357 * configure.ac: Add double brackets on darwin[912].
358 * configure: Regenerate.
25783c30 359
0e318fcc
DK
3602008-12-03 Daniel Kraft <d@domob.eu>
361
362 * MAINTAINERS: Moved myself and Mikael Morin from Write After
363 Approval to Reviewer section (for Fortran front-end).
364
7f171b95
JH
3652008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
366
367 * configure.ac: Expand to darwin10 and later.
368 * configure: Regenerate.
369
09ce620e
AS
3702008-12-02 Andreas Schwab <schwab@suse.de>
371
372 * Makefile.def: configure-target-boehm-gc depends on
373 all-target-libstdc++-v3.
374 * Makefile.in: Regenerate.
375
386c704d
KT
3762008-12-02 Kai Tietz <kai.tietz@onevision.com>
377
378 * MAINTAINERS: Add myself as mingw maintainer.
379
e03dd84a
BE
3802008-12-02 Ben Elliston <bje@au.ibm.com>
381
382 * config.sub, config.guess: Update from upstream sources.
383
3fa87964
GP
3842008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
385
386 * README.SCO: Remove.
387
df72d7ed
FP
3882008-11-29 Fernando Pereira <pronesto@gmail.com>
389
390 * MAINTAINERS: Add myself to the write after approval list.
391
b5646528
DK
3922008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
393
394 * MAINTAINERS: Update my email address in WAA section.
395
ebf24eb4
CL
3962008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
397
398 * MAINTAINERS: Update e-mail address.
399
50e0f131
TM
4002008-11-27 Toon Moene <toon@moene.org>
401
402 * MAINTAINERS: Change e-mail address.
403
0db3a858
TG
4042008-11-27 Tristan Gingold <gingold@adacore.com>
405
406 * configure.ac: Build gdb for i?86-*-darwin*
407 * configure: Regenerated.
408
f07bde68
HS
4092008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
410
411 * MAINTAINERS: Added my full name.
412
487e299b
DJ
4132008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
414
415 PR bootstrap/38014
416 PR bootstrap/37923
417
418 Revert:
419
420 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
421
422 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
423 * Makefile.in: Regenerated.
424
425 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
426
427 PR gdb/921
428 PR gdb/1646
429 PR gdb/2175
430 PR gdb/2176
431
432 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
433 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
434 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
435 (HOST_EXPORTS): Pass CPPFLAGS.
436 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
437 (LDFLAGS_FOR_TARGET): Initialize from configure script.
438 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
439 * Makefile.in, configure: Regenerated.
440 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
441 and CPPFLAGS_FOR_BUILD.
442
d69fbecb
JL
4432008-11-06 Jeff Law <law@redhat.com>
444
445 * MAINTAINERS: Add myself as middle end maintainer.
446
044fed69
AS
4472008-11-06 Andrew Stubbs <ams@codesourcery.com>
448
449 * MAINTAINERS (Write after approval): Add myself.
450
caf6defe
DN
4512008-11-05 Diego Novillo <dnovillo@google.com>
452
453 * MAINTAINERS (Global Reviewers): Add myself.
454 (Non-Algorithmic Maintainers): Remove myself.
455
3e9899ac
TS
4562008-11-04 Thomas Schwinge <tschwinge@gnu.org>
457
09ce620e 458 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 459
ea99e36e
MM
4602008-10-31 Mikael Morin <mikael.morin@tele2.fr>
461
09ce620e 462 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 463
fb0d2684
BE
4642008-10-31 Ben Elliston <bje@au.ibm.com>
465
466 * configure.ac (spu-*-*): Remove special case.
467 * configure: Regenerate.
468
73c07a3e
CM
4692008-10-30 Catherine Moore <clm@codesourcery.com>
470
471 * MAINTAINERS (Write after approval): Update my email address.
472
7310a2da
SSF
4732008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
474
475 * configure.ac [spu-*-*]: Do not set skipdirs.
476 * configure: Re-generate.
477
7e51fe23
BS
4782008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
479
480 * MAINTAINERS (Various Maintainers): Add myself to reload.
481
ef20be93
RG
4822008-10-25 Richard Guenther <rguenther@suse.de>
483
484 * MAINTAINERS (Various Maintainers): Add myself as middle-end
485 maintainer. Remove myself as libgcc-math maintainer.
486 (Non-Algorithmic Maintainers): Remove myself.
487
03ffcfa0
DJ
4882008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
489
490 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
491 * Makefile.in: Regenerated.
492
dec014a9
CC
4932008-10-23 Cary Coutant <ccoutant@google.com>
494
495 * MAINTAINERS (Write after approval): Add myself.
496
b36c386c
DJ
4972008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
498
499 PR gdb/921
500 PR gdb/1646
501 PR gdb/2175
502 PR gdb/2176
503
504 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
505 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
506 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
507 (HOST_EXPORTS): Pass CPPFLAGS.
508 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
509 (LDFLAGS_FOR_TARGET): Initialize from configure script.
510 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
511 * Makefile.in, configure: Regenerated.
512 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
513 and CPPFLAGS_FOR_BUILD.
514
84541525
SP
5152008-10-20 Sebastian Pop <sebastian.pop@amd.com>
516
517 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
518 Sebastian Pop.
519
e0bda97e
AP
5202008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
521
522 * MAINTAINERS (Write After Approval): Added myself.
523
36c713e0
KG
5242008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
525
526 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
527 recommended version to 2.3.2.
528
529 * configure: Regenerate.
530
8fe005ee
MM
5312008-10-01 Mark Mitchell <mark@codesourcery.com>
532
533 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
534
be8f156f
DD
5352008-09-29 David Daney <david.daney@caviumnetworks.com>
536
537 * MAINTAINERS (Write After Approval): Update e-mail address.
538
ae11dff4
PG
5392008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
540
541 * libtool.m4: Update to libtool 2.2.6.
542 * lt~obsolete.m4: Update to libtool 2.2.6.
543 * ltmain.sh: Update to libtool 2.2.6.
544 * ltsugar.m4: Update to libtool 2.2.6.
545 * ltversion.m4: Update to libtool 2.2.6.
546 * ltoptions.m4: Update to libtool 2.2.6.
547 * ltgcc.m4: Update to match changes from libtool 2.2.6.
548
441154b1
CF
5492008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
550
551 * MAINTAINERS (Write After Approval): Add myself.
552
775b3b26
BRF
5532008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
554
555 * MAINTAINERS (Write After Approval): Update my name.
556
94538043
SB
5572008-09-20 Steven Bosscher <steven@gcc.gnu.org>
558
09ce620e 559 * MAINTAINERS: Add myself in "Write After Approval".
94538043 560
52d1bfd8
SE
5612008-09-18 Steve Ellcey <sje@cup.hp.com>
562
09ce620e 563 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 564
c5cc92f5
GP
5652008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
566
567 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
568 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
569 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
570 and Michael Tiemann from Write After Approval since they do not
571 actually have access.
572
23d9794a
RG
5732008-09-05 Richard Guenther <rguenther@suse.de>
574
575 * configure.ac: Initialize clooglibs to -lcloog.
576 * configure: Re-generate.
577
192a671e
LCW
5782008-09-04 Le-Chun Wu <lcwu@google.com>
579
580 * MAINTAINERS (Write After Approval): Add myself.
581
d789184e
SP
5822008-09-03 Sebastian Pop <sebastian.pop@amd.com>
583
584 * configure.ac (--with-cloog-polylib): New.
585 (--disable-cloog-version-check): New.
586 (--disable-ppl-version-check): New.
587 * configure: Re-generate.
588
36a881c7
RG
5892008-09-03 Richard Guenther <rguenther@suse.de>
590
591 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
592 cloog test.
593 * configure: Re-generate.
594
358da97e
HS
5952008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
596
597 Add picoChip port.
598 * MAINTAINERS: Add picoChip maintainers.
599
f8bf9252
SP
6002008-09-02 Sebastian Pop <sebastian.pop@amd.com>
601 Tobias Grosser <grosser@fim.uni-passau.de>
602 Jan Sjodin <jan.sjodin@amd.com>
603 Harsha Jagasia <harsha.jagasia@amd.com>
604 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
605 Konrad Trifunovic <konrad.trifunovic@inria.fr>
606 Adrien Eliche <aeliche@isty.uvsq.fr>
607
608 Merge from graphite branch.
609 * configure: Regenerate.
610 * Makefile.in: Regenerate.
611 * configure.ac (host_libs): Add ppl and cloog.
612 Add checks for PPL and CLooG.
613 * Makefile.def (ppl, cloog): Added modules and dependences.
614 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
615 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
616
d89f0ad6
AL
6172008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
618
619 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
620 (GCC_SHLIB_SUBDIR): New.
621 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
622 * configure: Regenerate.
623 * Makefile.in: Regenerate.
624
88a25817
GP
6252008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
626
627 * MAINTAINERS: Consistently use tabs to separate columns.
628
f873f15f
TG
6292008-08-29 Tristan Gingold <gingold@adacore.com>
630
631 * MAINTAINERS (Write after Approval): Add myself.
632
e1514c3f
TG
6332008-08-28 Tristan Gingold <gingold@adacore.com>
634
635 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
636 Enable bfd, binutils and opcodes.
637 * configure: Regenerate.
638
4717882f
JDA
6392008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
640
641 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
642
28c9884c
TK
6432008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
644
645 * MAINTAINERS: Use correct Umlaut for last name.
646
ae96d86a
FXC
6472008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
648
649 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
650
3ecc96e3
DE
6512008-08-16 David Edelsohn <edelsohn@gnu.org>
652
653 * MAINTAINERS: Update my email address.
654
dd609cc1
EB
6552008-08-16 Nicolas Roche <roche@adacore.com>
656
657 * Makefile.tpl: Add BOOT_ADAFLAGS.
658 * Makefile.in: Regenerate.
659
08d0963a
RS
6602008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
661
662 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
663 * configure: Regenerate.
664
00afcaa0
PB
6652008-07-30 Paolo Bonzini <bonzini@gnu.org>
666
667 * configure.ac: Add makefile fragments for hpux.
668 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
669 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
670 * configure: Regenerate.
671 * Makefile.in: Regenerate.
672
806b3528
AH
6732008-07-28 Aldy Hernandez <aldyh@redhat.com>
674
675 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
676
ab220355
DS
6772008-07-11 Dodji Seketeli <dseketel@redhat.com>
678
679 * MAINTAINERS (Write after Approval): Add myself.
680
78209f30
XG
6812008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
682
683 * MAINTAINERS (Write After Approval): Add myself.
684
5b5b098d
AJ
6852008-06-29 Andrew Jenner <andrew@codesourcery.com>
686
687 * MAINTAINERS (Write After Approval): Add myself.
688
d812ec93
KW
6892008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
690
691 * MAINTAINERS: Update my email address.
692
99e78224
JY
6932008-06-25 Joey Ye <joey.ye@intel.com>
694
695 * MAINTAINERS (Write After Approval): Add myself.
696
18c04407
RW
6972008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
698
699 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
700 * Makefile.in: Regenerate.
701 * configure: Regenerate.
702
47aa9a31
DK
7032008-06-17 Daniel Kraft <d@domob.eu>
704
705 * MAINTAINERS (Write After Approval): Add myself.
706
ad33ff57
RW
7072008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
708
709 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
710 "$@" is still intact with both Autoconf 2.59 and 2.62.
711 * configure: Regenerate.
712
cdce5c41
RW
7132008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
714
715 * Makefile.tpl: Fix comment errors.
716 * Makefile.in: Regenerate.
717
01b79d11
DM
7182008-06-12 David S. Miller <davem@davemloft.net>
719 David Edelsohn <edelsohn@gnu.org>
720
721 * configure.ac: Add powerpc*-*-* to gold supported targets.
722 * configure: Regenerate.
723
f8c33439
JM
7242008-06-08 Joseph Myers <joseph@codesourcery.com>
725
726 PR tree-optimization/36218
727 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
728 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
729 (all prefix="build-"): Pass them to build-system sub-makes.
730 * Makefile.in: Regenerate.
731
cd985f66
JM
7322008-06-07 Joseph Myers <joseph@codesourcery.com>
733
734 * MAINTAINERS (mt port): Remove.
735 (sco5, unixware, sco udk): Remove.
736 (Kean Johnston): Add to Write After Approval.
737
3f6383d3
JB
7382008-05-30 Julian Brown <julian@codesourcery.com>
739
740 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
741 of libobjc for ARM EABI Linux.
742 * configure: Regenerate.
30da41ed 743
e29cc9b4
XDL
7442008-05-18 Xinliang David Li <davidxl@google.com>
745
09ce620e 746 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 747
30da41ed
XDL
7482008-05-17 Xinliang David Li <davidxl@google.com>
749
e29cc9b4 750 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 751
955410cb
JW
7522008-05-15 Janus Weil <janus@gcc.gnu.org>
753
754 * MAINTAINERS (Write After Approval): Add myself.
755
719bb4e3 7562008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
757
758 * config-ml.in: don't handle --enable-shared and --enable-static.
759
372b05fc
RS
7602008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
761
762 * MAINTAINERS: Update my email address.
763
f73e2200
PC
7642008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
765
766 * MAINTAINERS: Update my email address.
09ce620e 767
3e438e2b
KVH
7682008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
769
770 * MAINTAINERS (Write After Approval): Add myself.
771
177bf491
GS
7722008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
773
774 * MAINTAINERS (Write After Approval): Add myself.
775
ac89df2f
PG
7762008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
777
778 * MAINTAINERS (crx): Add myself.
779
14a8726b
PB
7802008-04-18 Paolo Bonzini <bonzini@gnu.org>
781
782 Sync with src:
783 2008-04-14 David S. Miller <davem@davemloft.net>
784
09ce620e
AS
785 * configure.ac: Add sparc*-*-* to gold supported targets.
786 * configure: Regenerate.
14a8726b 787
7142fb32
PB
7882008-04-18 Paolo Bonzini <bonzini@gnu.org>
789
790 PR bootstrap/35457
791 * configure.ac: Include override.m4.
792 * configure: Regenerate.
793
c6b196de
PB
7942008-04-18 Paolo Bonzini <bonzini@gnu.org>
795
09ce620e
AS
796 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
797 * Makefile.in: Regenerate.
c6b196de 798
c993ae60
SR
7992008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
800
09ce620e 801 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 802 as nonconfigurable directories list.
09ce620e 803 * configure: Regenerate.
c993ae60 804
8479b1b1
BE
8052008-04-14 Ben Elliston <bje@au.ibm.com>
806
807 * config.sub, config.guess: Update from upstream sources.
808
295e261a
HPN
8092008-04-12 Hans-Peter Nilsson <hp@axis.com>
810
811 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
812 * Makefile.in: Regenerate.
813
ac3949d9
EW
8142008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
815
816 * configure.ac: Do not build libssp for the AVR.
817 * configure: Regenerate.
818
06407e30
ILT
8192008-04-07 Ian Lance Taylor <iant@google.com>
820
821 * Makefile.def: check-gold depends upon all-binutils.
822 * Makefile.in: Regenerate.
823
97db009c
AH
8242008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
825
826 * MAINTAINERS (Write After Approval): Add myself.
827
2a79c47f
NC
8282008-04-04 Nick Clifton <nickc@redhat.com>
829
830 PR binutils/4334
5f4bebbf 831 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
832 builds.
833 * configure: Regenerate.
834
c53a18d3
N
8352008-04-04 NightStrike <NightStrike@gmail.com>
836
837 PR other/35151
09ce620e
AS
838 * configure.ac: Combine rules for mingw32 and mingw64.
839 * configure: Regenerate.
c53a18d3 840
d925aa70
KT
8412008-04-02 Kai Tietz <kai.tietz@onvision.com>
842
843 * MAINTAINERS (Write After Approval): Add myself.
844
ad424a85
SP
8452008-04-01 Seongbae Park <seongbae.park@gmail.com>
846
847 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
848 * Makefile.in (.NOTPARALLEL): Ditto.
849
4412a506
PG
8502008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
851
852 * MAINTAINERS (Write After Approval): Add myself.
853
2f908293
SP
8542008-03-31 Seongbae Park <seongbae.park@gmail.com>
855
856 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
857 * Makefile.in (.NOTPARALLEL): Regenerate.
858
639223bd
PB
8592008-03-27 Paolo Bonzini <bonzini@gnu.org>
860
861 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
862 * Makefile.in: Regenerate.
863
b8ab1f4a
JS
8642008-03-26 Jakub Staszak <kuba@et.pl>
865
866 * MAINTAINERS (Write After Approval): Add myself.
867
b45890a4
TK
8682008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
869
870 * MAINTAINERS: Update e-mail address.
871
5afab7ad
ILT
8722008-03-20 Ian Lance Taylor <iant@google.com>
873
874 * configure.ac: Add support for --enable-gold.
875 * Makefile.def: Add gold as a directory like ld.
876 * configure, Makefile.in: Regenerate.
877
38d24731
RW
8782008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
879
880 * configure.ac: m4_include config/proginstall.m4.
881 * configure: Regenerate.
32bc4cf4
RW
882
883 Backport from upstream Libtool:
09ce620e 884
32bc4cf4 885 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 886
32bc4cf4
RW
887 Deal with Autoconf 2.62's semantic change in m4_append.
888 * ltsugar.m4 (lt_append): Replace broken versions of
889 m4_append.
890 (lt_if_append_uniq): Don't require separator to be overquoted,
891 and avoid broken m4_append.
892 (lt_dict_add): Fix typo.
893 * libtool.m4 (_LT_DECL): Don't overquote separator.
894
9d3c50ea
DE
8952008-03-13 David Edelsohn <edelsohn@gnu.org>
896
897 * config.rpath: Add AIX 6 support.
898
5d2edb29
PB
8992008-03-13 Paolo Bonzini <bonzini@gnu.org>
900
901 * Makefile.def (stageprofile). Remove -fprofile-generate
902 from stage_libcflags.
903 * Makefile.in: Regenerate.
904
954910ef
BE
9052008-03-13 Ben Elliston <bje@au.ibm.com>
906
907 * config.sub, config.guess: Update from upstream sources.
908
e8645a40
TT
9092008-03-06 Tom Tromey <tromey@redhat.com>
910
911 * MAINTAINERS: Update for treelang deletion.
912
2c8e955e
JW
9132008-03-03 James E. Wilson <wilson@tuliptree.org>
914
915 * MAINTAINERS: Update my email address.
916
54acd307
SS
9172008-03-03 Stan Shebs <stanshebs@earthlink.net>
918
893ad2a1 919 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
920 (objective-c/c++): Add myself as a maintainer.
921
4b52b516
VR
9222008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
923
924 * MAINTAINERS (Write After Approval): Update my email address.
925
e652b516
TB
9262008-02-25 Tomas Bily <tbily@suse.cz>
927
928 * MAINTAINERS (Write After Approval): Add myself.
929
02d30740
JJ
9302008-02-23 Jakub Jelinek <jakub@redhat.com>
931
932 * MAINTAINERS (OpenMP): Add myself.
933
1c8bd6a3
PB
9342008-02-20 Paolo Bonzini <bonzini@gnu.org>
935
4b40b2a5
UB
936 PR bootstrap/32009
937 PR bootstrap/32161
1c8bd6a3 938
4b40b2a5
UB
939 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
940 * configure: Regenerate.
1c8bd6a3 941
4b40b2a5
UB
942 * Makefile.def: Define stage_libcflags for all bootstrap stages.
943 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
944 STAGE4_LIBCFLAGS): New.
945 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
946 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
947 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
948 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
949 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
950 for target modules. Don't export LIBCFLAGS.
951 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
952 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
953 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
954 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
955 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
956 * Makefile.in: Regenerate.
1c8bd6a3 957
bb44c9d2
RW
9582008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
959
960 PR libgcj/33085
961 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
962 Do not use -DDLL_EXPORT. Backport from upstream.
963
29a7754d
RW
9642008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
965
966 * MAINTAINERS (Write After Approval): Add myself.
967
9a212bb7
HPN
9682008-02-02 Hans-Peter Nilsson <hp@axis.com>
969
970 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
971 * configure: Regenerate.
972
aa12a573
MG
9732008-01-31 Marc Gauthier <marc@tensilica.com>
974
975 * configure.ac (xtensa*-*-*): Recognize processor variants.
976 * configure: Regenerate.
977
ac9e6043
RW
9782008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
979
40049ccc
UB
980 PR bootstrap/34922
981 * configure.ac (PARSE_ARGS): Push suitable setting of
982 ac_subdirs_all, for `./configure --help=recursive'.
983 Handle `+' in generic toplevel directory disabling.
984 * configure: Regenerate.
ac9e6043 985
4288c86a
NC
9862008-01-28 Nick Clifton <nickc@redhat.com>
987
988 * MAINTAINERS (xstormy16): Take over maintainership.
989
8d8da227
JM
9902008-01-25 Joseph Myers <joseph@codesourcery.com>
991
992 * MAINTAINERS (c4x port): Remove.
993
349b60e7
DE
9942008-01-24 David Edelsohn <edelsohn@gnu.org>
995
996 * libtool.m4: Backport AIX 6 support from ToT Libtool.
997
3ca06a68
BE
9982008-01-23 Ben Elliston <bje@au.ibm.com>
999
1000 * config.sub, config.guess: Update from upstream sources.
1001
3c631381
TG
10022008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
1003
1004 * MAINTAINERS (Write After Approval): Add myself.
1005
20533ef1
L
10062008-01-17 H.J. Lu <hjl.tools@gmail.com>
1007
1008 * MAINTAINERS: Update my email address.
1009
10102008-01-09 Raksit Ashok <raksit@google.com>
1011
1012 * MAINTAINERS (Write After Approval): Add myself.
1013
684f4f6a
RA
10142008-01-09 Raksit Ashok <raksit@google.com>
1015
1016 * MAINTAINERS (Write After Approval): Add myself.
1017
9cb8756f
BE
10182008-01-08 Ben Elliston <bje@au.ibm.com>
1019
1020 * config.sub, config.guess: Update from upstream sources.
1021
94e1934d
KG
10222007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1023
1024 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 1025 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
1026 * configure: Regenerate.
1027
a2e51f77
SP
10282007-12-15 Sebastian Pop <sebastian.pop@amd.com>
1029
1030 * MAINTAINERS: Update my email address.
1031
ffe3dcd9
BRF
10322007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
1033
1034 * MAINTAINERS: Update my email address.
1035
aa4095c9
RS
10362007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
1037
1038 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
1039 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
1040 * Makefile.in: Regenerate.
1041
030e2013
MH
10422007-12-10 Mark Heffernan <meheff@google.com>
1043
1044 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
1045 misplaced entries.
1046
0fe0f073
AT
10472007-12-10 Andreas Tobler <a.tobler@schweiz.org>
1048
1049 * configure.ac: Enable libjava for x86_64-*-darwin9.
1050 * configure: Regenerate.
1051
d4ca4b06
BM
10522007-12-07 Bill Maddox <maddox@google.com>
1053
1054 * MAINTAINERS (Write After Approval): Add myself.
1055
c3220d4c
BE
10562007-12-05 Ben Elliston <bje@au.ibm.com>
1057
1058 * config.sub, config.guess: Update from upstream sources.
1059
aba7501e
MK
10602007-12-02 Matthias Klose <doko@ubuntu.com>
1061
1062 * config-ml.in: Remove 64bit configure tests.
1063
d683ec81
PB
10642007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1065
1066 * config-ml.in: Robustify against white space in absolute file
1067 names.
1068
1069 * config-ml.in (multi-clean): Substitute ${Makefile}.
1070 Remove superfluous ${Makefile} in list.
1071
60f1711a
TS
10722007-11-19 Thiemo Seufer <ths@mips.com>
1073
1074 * config-ml.in: Don't hardcode the Makefile name.
1075
487f9d96
AM
10762007-11-08 Alexander Monakov <amonakov@ispras.ru>
1077
1078 * MAINTAINERS (Write After Approval): Add myself.
1079
fa3886fe
ST
10802007-11-07 Samuel Tardieu <sam@rfc1149.net>
1081
1082 * MAINTAINERS (Write After Approval): Add myself.
1083
ae750079
DK
10842007-11-06 Doug Kwan <dougkwan@google.com>
1085
1086 * MAINTAINERS (Write After Approval): Add myself.
1087
acc48927
BE
10882007-10-25 Ben Elliston <bje@au.ibm.com>
1089
1090 * MAINTAINERS (mercury): Remove entry.
1091 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1092
e00e9858
DJ
10932007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1094
1095 * Makefile.def (dependencies): Make configure-gdb depend on
1096 all-intl.
1097 * Makefile.in: Regenerated.
1098
def14a3c
SK
10992007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
1100
1101 * MAINTAINERS (Fortran maintainer): Remove myself.
1102
0e5e9f76
PM
11032007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1104
1105 * Makefile.def: To avoid problems running with parallel makes,
1106 build newlib before libgloss so that target specific header
1107 files are availble.
1108 * Makefile.in: Regenerate
1109
bbfbfafc
DJ
11102007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1111
1112 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1113 * Makefile.in: Regenerate.
1114
c56abad5
VM
11152007-10-09 Vladimir Makarov <vmakarov@redhat.com>
1116
1117 * MAINTAINERS (Register allocation reviewer): Add myself.
1118
f019adc1
MF
11192007-10-08 Mike Frysinger <vapier@gentoo.org>
1120
1121 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1122 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1123 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
1124 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1125 * configure: Regenerate.
1126
789e4e28
SP
11272006-10-04 Seongbae Park <seongbae.park@gmail.com>
1128
1129 * MAINTAINERS (Register allocation reviewer): Add myself.
1130
0999159b
PB
11312007-10-01 Paolo Bonzini <bonzini@gnu.org>
1132
1133 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1134 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1135 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1136 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1137 * configure.ac: Default them to host tools for $host = $build.
1138 Subst them.
1139
1140 * configure: Regenerate.
1141 * Makefile.in: Regenerate.
1142
a054acde
PB
11432006-09-24 Peter Bergner <bergner@vnet.ibm.com>
1144
1145 * MAINTAINERS (Register allocation reviewer): Add myself.
1146
ffda6fc9
KZ
11472006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
1148
1149 * MAINTAINERS (Register allocation reviewer): Add myself.
1150
9d209c83
SP
11512007-09-21 Seongbae Park <seongbae.park@gmail.com>
1152
1153 * MAINTAINERS (Write After Approval): Fix typo.
1154
1ec3b87b
RS
11552007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
1156
1157 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1158 * configure: Regenerate.
1159
19d5986d
PJ
11602007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
1161
1162 PR bootstrap/31906
1163 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 1164 they're already prefixed.
19d5986d 1165
6d3b5aea
BK
11662007-09-19 Benjamin Kosnik <bkoz@redhat.com>
1167
1168 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1169 libstdc++.
1170 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1171 * configure: Regenerate.
1172 * Makefile.in: Regenerate.
09ce620e 1173
4fe7e755
AS
11742007-09-17 Andreas Schwab <schwab@suse.de>
1175
1176 * configure.ac: Raise minimum makeinfo version to 4.6.
1177 * configure: Regenerate.
1178
d483feaa
JS
11792007-09-17 Johannes Singler <singler@ira.uka.de>
1180
ffe3dcd9 1181 * MAINTAINERS (write-after-approval) add myself
d483feaa 1182
fa9a3f31
AM
11832007-09-15 Alan Modra <amodra@bigpond.net.au>
1184
1185 * configure.ac: Correct makeinfo version check.
1186 * configure: Regenerate.
1187
6593a73e
RS
11882007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
1189
1190 * MAINTAINERS: Update my email address.
1191
d9dced13
RS
11922007-09-14 Richard Sandiford <richard@codesourcery.com>
1193
1194 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
1195 to $skipdirs and only disable gprof for newlib. Use the normal
1196 mips*-elf* handling in other respects.
1197 * configure: Regnerate.
1198
773c1467
DD
11992007-09-12 David Daney <ddaney@avtrex.com>
1200
1201 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1202 enabling libgcj.
1203 * configure: Regenerate.
1204
c03353e2
RIL
12052007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
1206
1207 PR other/32154
1208 * configure.ac: For libgloss targets, point the linker to the linker
1209 script, startup code and simulator library.
1210 * configure: Regenerate.
1211
c4e9bf2b
AH
12122007-09-07 Andrew Haley <aph@redhat.com>
1213
1214 * configure.ac (noconfigdirs): Remove target-libffi and
1215 target-libjava.
1216 * configure: Regenerate.
1217
1f5a6b84
FXC
12182007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1219
1220 PR target/33281
1221 * configure.ac: Use config/mh-mingw on mingw.
1222 * configure: Regenerate.
1f5a6b84 1223
3951e521
PH
12242007-09-05 Pat Haugen <pthaugen@us.ibm.com>
1225
9f349f63 1226 * MAINTAINERS (Write After Approval): Add myself.
3951e521 1227
e643dc23
RG
12282007-09-05 Richard Guenther <rguenther@suse.de>
1229
1230 * configure.ac (--enable-stage1-checking): If neither --enable-checking
1231 nor --disable-checking is provided also turn on yes and types
1232 checking for stage1.
1233 * configure: Re-generate.
1234
039874df
KW
12352007-08-30 Krister Walfridsson <cato@df.lth.se>
1236
1237 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
1238 (Write After Approval): Remove myself.
1239
c3f07bd6 12402007-08-29 Nick Clifton <nickc@redhat.com>
15098359 1241
c3f07bd6 1242 * config.sub, config.guess: Update from upstream sources.
15098359 1243
40049ccc 12442007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
1245
1246 * MAINTAINERS (Write After Approval): Added myself.
1247 * MAINTAINERS (Reviewers): Removed myself.
1248
c8aea42c 12492007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 1250 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
1251
1252 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1253 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1254 * Makefile.in: Regenerate.
1255 * configure.ac (--with-debug-prefix-map): New.
1256 * configure: Regenerate.
1257
4bf6c438
RS
12582007-08-17 Richard Sandiford <richard@codesourcery.com>
1259 Nigel Stephens <nigel@mips.com>
1260
4bf6c438
RS
1261 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
1262 as target_makefile_frag.
1263 * configure: Regenerate.
1264
bb286d71
AO
12652007-08-16 Alexandre Oliva <aoliva@redhat.com>
1266
1267 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1268 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1269 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1270 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1271 (do-compare, do-compare3, do-compare-debug): New.
1272 ([+compare-target+]): Use them.
1273
a4630417
MK
12742007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
1275
1276 * MAINTAINERS (Write After Approval): Change my email address.
1277
d9acb717
RW
12782007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1279 Ben Elliston <bje@au.ibm.com>
1280
1281 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1282 --silent if $silent.
1283 * configure: Regenerate.
1284
96876681
ZD
12852003-08-12 Zdenek Dvorak <ook@ucw.cz>
1286
1287 * MAINTAINERS (Various Maintainers): Add myself as
1288 loop infrastructure maintainer. Update my e-mail
1289 address.
1290
1c1d80ee
DN
12912007-07-31 Diego Novillo <dnovillo@google.com>
1292
1293 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
1294 Adjust description.
1295
7e98624c
RG
12962007-07-26 Richard Guenther <rguenther@suse.de>
1297
1298 * configure.ac: Add types checking to stage1 checking flags.
1299 * configure: Regenerate.
1300
4c85af60
NC
13012007-07-17 Nick Clifton <nickc@redhat.com>
1302
1303 * COPYING3: New file. Contains version 3 of the GNU General
1304 Public License.
1305 * COPYING3.LIB: New file. Contains version 3 of the GNU
1306 Lesser General Public License.
1307
19ddfd3a
AK
13082007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1309
1310 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
1311
2a064545
AK
13122007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1313
1314 * MAINTAINERS (S/390 co-maintainer): Add myself.
1315 (Write After Approval): Remove myself.
1316
f861f54d
DH
13172007-07-13 Dan Hipschman <dsh@google.com>
1318
1319 * MAINTAINERS (Write After Approval): Add myself.
1320
0136f2f7
NC
13212007-07-11 Nick Clifton <nickc@redhat.com>
1322
1323 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
1324 WINDRES export.
1325 * Makefile.in: Regenerate.
1326
6e29b5a4
RO
13272007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1328
1329 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
1330 maintainer.
1331
159a4b02
L
13322007-07-05 H.J. Lu <hongjiu.lu@intel.com>
1333
1334 * lt~obsolete.m4: New. Import from 20070318 libtool.
1335
6ba67283
JB
13362007-07-03 Julian Brown <julian@codesourcery.com>
1337
1338 * MAINTAINERS (Write After Approval): Add myself.
1339
30b74385
RW
13402007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1341
1342 * configure.ac: Rewrite 'configure --help' strings to look nicer.
1343 * configure: Regenerate.
1344
13452007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1346
1347 * configure.ac: Add some missing m4 quotation.
1348 * configure: Regenerate.
1349
943c54ce
SB
13502007-07-02 Simon Baldwin <simonb@google.com>
1351
1352 * MAINTAINERS (Write After Approval): Add myself.
1353
1c00b503
PB
13542007-07-02 Paolo Bonzini <bonzini@gnu.org>
1355
1356 * configure: Regenerate.
1357
901119ae
KT
13582007-07-02 Kai Tietz <kai.tietz@onevision.com>
1359
1360 * Makefile.def: Add windmc tool to build.
1361 * Makefile.tpl: Likewise.
1362 * configure.ac: Likewise.
1363 * Makefile.in: Regenerate.
1364 * configure: Regenerate.
09ce620e 1365
83f4c19f
DD
13662007-06-28 DJ Delorie <dj@redhat.com>
1367
1368 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1369 not building newlib.
1370 * configure: Regenerated.
09ce620e 1371
5346c75c
JS
13722007-06-28 Jan Sjodin <jan.sjodin@amd.com>
1373
1374 * MAINTAINERS (Write After Approval): Add myself.
1375
aacfb86b
MM
13762007-06-25 Martin Michlmayr <tbm@cyrius.com>
1377
1378 * MAINTAINERS (Write After Approval): Add myself.
1379
590bf0d3
CM
13802007-06-19 Chris Matthews <chrismatthews@google.com>
1381
1382 * MAINTAINERS (Write After Approval): Add myself.
1383
cdbbee7a
RIL
13842007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
1385
1386 * MAINTAINERS (Write After Approval): Add myself.
1387
b8afffc1
DJ
13882007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1389
1390 * Makefile.def: Add dependency from configure-gdb to all-bfd.
1391 * Makefile.in: Regenerated.
1392
3fcfad76
BS
13932007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
1394
1395 * configure.ac: Don't add target-libmudflap to noconfigdirs for
1396 bfin*-*-uclinux* targets.
1397 * configure: Regenerate.
1398
3f5a2b7f
ILT
13992007-06-14 Ian Lance Taylor <iant@google.com>
1400
1401 * MAINTAINERS: Add myself as non-algorithmic global write
1402 maintainer.
1403
4c46daee
DN
14042007-06-14 Diego Novillo <dnovillo@google.com>
1405
1406 * MAINTAINERS: Add self as middle-end maintainer and
1407 non-algorithmic global write maintainer.
1408
a3bb222a
FXC
14092007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1410
1411 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
1412 Move all Fortran maintainers except Paul Brook into the
1413 Non-Autopoiesis section.
1414
a19e8f64
PB
14152007-06-14 Paolo Bonzini <bonzini@gnu.org>
1416
1417 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1418 (distclean-stage[+id+]): Possibly delete stage_last.
1419 * Makefile.in: Regenerate.
1420
1c2abe5e
SP
14212007-06-12 Seongbae Park <seongbae.park@gmail.com>
1422
1423 * MAINTAINERS (Various Maintainer): Fix typo.
1424
abca4739
PB
14252007-06-11 Paolo Bonzini <bonzini@gnu.org>
1426
1427 * MAINTAINERS (Various Maintainer): Add myself as
1428 dataflow maintainer.
1429
a894d2c3
BE
14302007-06-07 Ben Elliston <bje@au.ibm.com>
1431
1432 * config.sub, config.guess: Update from upstream sources.
1433
8024d75e
BE
14342007-06-07 Ben Elliston <bje@au.ibm.com>
1435
1436 * Makefile.tpl: Fix spelling error.
1437 * Makefile.in: Regenerate.
1438
973a9a5e
SE
14392007-06-01 Steve Ellcey <sje@cup.hp.com>
1440
96598938
L
1441 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
1442 lt_cv_sys_max_cmd_len.
973a9a5e 1443
ccb4d26b
DN
14442007-05-31 Dorit Nuzman <dorit@il.ibm.com>
1445
1446 * MAINTAINERS (Various Maintainers): Add myself as
1447 auto-vectorizer maintainer.
1448
eecb7461
PB
14492003-05-31 Paolo Bonzini <bonzini@gnu.org>
1450
1451 PR libjava/32098
1452 * libtool.m4: Revert previous change.
1453 * ltgcc.m4: Put it here.
1454
89d28202
ZD
14552003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
1456
1457 * MAINTAINERS (Various Maintainers): Add myself as
1458 auto-vectorizer maintainer.
1459
60c7a11a
L
14602007-05-30 H.J. Lu <hongjiu.lu@intel.com>
1461
1462 PR libjava/32098
1463 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
1464
9dd3cc81
RG
14652007-05-30 Richard Guenther <rguenther@suse.de>
1466
1467 * MAINTAINERS (Various Maintainers): Add myself as
1468 auto-vectorizer maintainer.
1469
9cc1244e
JJ
14702007-05-30 Jakub Jelinek <jakub@redhat.com>
1471
1472 PR bootstrap/29382
1473 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
1474 * configure: Rebuilt.
1475
6124296b
RC
14762007-05-28 Roberto Costa <robsettantasei@gmail.com>
1477
1478 * MAINTAINERS (Write After Approval): Removed my name.
1479
6b757a0d
SB
14802007-05-25 Steven Bosscher <steven@gcc.gnu.org>
1481
1482 * MAINTAINERS (Write After Approval): Remove myself.
1483
86ef8528
AT
14842007-05-25 Andreas Tobler <a.tobler@schweiz.org>
1485
1486 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
1487
1cf3d07d
SE
14882007-05-23 Steve Ellcey <sje@cup.hp.com>
1489
1490 * ltmain.sh: Update from ToT Libtool.
1491 * libtool.m4: Update from ToT Libtool.
1492 * ltsugar.m4: New. Update from ToT Libtool.
1493 * ltversion.m4: New. Update from ToT Libtool.
1494 * ltoptions.m4: New. Update from ToT Libtool.
1495 * ltconfig: Remove.
1496 * ltcf-c.sh: Remove.
1497 * ltcf-cxx.sh: Remove.
1498 * ltcf-gcj.sh: Remove.
1499
ce3fcf8c
OW
15002007-05-22 Ollie Wild <aaw@google.com>
1501
1502 * MAINTAINERS (Write After Approval): Add myself.
1503
342b9200
PB
15042007-05-16 Paolo Bonzini <bonzini@gnu.org>
1505
1506 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
1507 stage_cflags.
1508 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
1509 Remove CFLAGS/LIBCFLAGS.
1510 (configure-stage[+id+]-[+prefix+][+module+],
1511 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1512 * Makefile.in: Regenerate.
1513
cea17285
DN
15142007-05-15 Diego Novillo <dnovillo@google.com>
1515
1516 * MAINTAINERS: Update e-mail address.
1517
11c004e7
RE
15182007-05-15 Revital Eres <eres@il.ibm.com>
1519
1520 * MAINTAINERS (Write After Approval): Add myself.
1521
ab6bd693
RC
15222007-05-14 Roberto Costa <robsettantasei@gmail.com>
1523
1524 * MAINTAINERS (Write After Approval): Updated my address.
1525
388cdf07
TN
15262007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
1527
1528 * MAINTAINERS (Write After Approval): Add myself.
1529
23f24034
SR
15302007-05-11 Silvius Rus <rus@google.com>
1531
1532 * MAINTAINERS (Write After Approval): Add myself.
1533
34a7526e
TT
15342007-04-23 Tom Tromey <tromey@redhat.com>
1535
1536 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
1537
51da21be
MM
15382007-04-22 Mark Mitchell <mark@codesourcery.com>
1539
1540 * MAINTAINERS (cpplib): Rename to ...
1541 (libcpp): ... this. Add C/C++ front end maintainers.
1542
70070387
SE
15432007-04-14 Steve Ellcey <sje@cup.hp.com>
1544
1545 * config-ml.in: Pass ${ml_config_env} to configure calls.
1546
df1a0dbb
CB
15472007-04-04 Christian Bruel <christian.bruel@st.com>
1548
1549 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 1550
9daff147
DK
15512007-04-02 Dave Korn <dave.korn@artimi.com>
1552
1553 * MAINTAINERS (Write After Approval): Add myself.
1554
374eadb2
TB
15552007-03-31 Tobias Burnus <burnus@net-b.de>
1556
1557 * MAINTAINERS (fortran 95 front end): Add myself.
1558
8eced3a2
DR
15592007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1560
1561 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 1562
653de3e3
AZ
15632007-03-24 Ayal Zaks <zaks@il.ibm.com>
1564
1565 * MAINTAINERS (Modulo Scheduler): Add myself.
1566
b737d953
BM
15672007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
1568
1569 * MAINTAINERS (fortran 95 front end): Add myself.
1570 (c++ front end): whitespace fix.
1571
a584cdf2
NF
15722007-03-22 Nathan Froyd <froydnj@codesourcery.com>
1573
1574 * MAINTAINERS (Write After Approval): Add myself.
1575
8c79f3c4
RS
15762007-03-21 Richard Sandiford <richard@codesourcery.com>
1577
1578 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
1579 of glob. Quote arguments with single quotes too.
1580 * configure: Regenerate.
1581
07f1ac6d
BM
15822007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
1583
1584 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
1585 * Makefile.in: Regenerate
1586
172e41aa
AS
15872007-03-07 Andreas Schwab <schwab@suse.de>
1588
1589 * configure: Regenerate.
1590
9c4d2493
BM
15912007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1592
1593 * configure.ac: Add "--with-pdfdir" configure option,
1594 which defines pdfdir variable.
1595 * Makefile.def (target=fixincludes): Add install-pdf to
1596 missing targets.
1597 (recursive_targets): Add install-pdf target.
1598 (flags_to_pass): Add pdfdir.
1599 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
1600 target.
1601 * configure: Regenerate
1602 * Makefile.in: Regenerate
1603
e14e622e
EC
16042007-02-28 Eric Christopher <echristo@apple.com>
1605
1606 Revert:
1607 2006-12-07 Mike Stump <mrs@apple.com>
1608
1609 * Makefile.def (dependencies): Add dependency for
1610 install-target-libssp and install-target-libgomp on
1611 install-gcc.
1612 * Makefile.in: Regenerate.
1613
54e433bc
MK
16142007-02-27 Matt Kraai <kraai@ftbfs.org>
1615
1616 * configure: Regenerate.
1617 * configure.ac: Move statements after variable declarations.
1618
6c8d3d8f
KK
16192007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
1620
1621 * MAINTAINERS: Add myself as sh maintainer.
1622
9f8c6739
JM
16232007-02-19 Joseph Myers <joseph@codesourcery.com>
1624
1625 * configure.ac: Adjust for loop syntax.
1626 * configure: Regenerate.
1627
278a7a38
AO
16282007-02-18 Alexandre Oliva <aoliva@redhat.com>
1629
1630 * configure: Rebuilt.
1631
b2eaac4a
AO
16322007-02-18 Alexandre Oliva <aoliva@redhat.com>
1633
1634 * configure.ac: Drop multiple occurrences of --enable-languages,
1635 and fix its quoting.
1636 * configure: Rebuilt.
1637
beeaf216 16382007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
1639 Nathan Sidwell <nathan@codesourcery.com>
1640 Vladimir Prus <vladimir@codesourcery.com>
1641 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
1642
1643 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
1644 * configure: Regenerate.
1645
09201a09
GP
16462007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
1647
1648 * ltconfig (freebsd*): Default to elf.
1649
291f172e
DJ
16502007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1651
1652 * configure.ac (target_libraries): Move libgcc before libiberty.
1653 * configure: Regenerated.
1654
c3a86da9
DJ
16552007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1656 Paolo Bonzini <bonzini@gnu.org>
1657
1658 PR bootstrap/30753
1659 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
1660 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
1661 * configure: Regenerated.
1662
88e1e72a
FXC
16632007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1664
1665 * MAINTAINERS (Language Front End Maintainers): Update my mail
1666 address.
1667
44bfc3ac
DJ
16682007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1669
1670 PR bootstrap/30748
1671 * configure.ac: Correct syntax for Solaris ksh.
1672 * configure: Regenerated.
1673
3e19841a
PB
16742007-02-09 Paolo Bonzini <bonzini@gnu.org>
1675
1676 * configure.ac: Sync with src.
1677 * configure: Regenerate.
1678
74a48762
PB
16792007-02-09 Paolo Bonzini <bonzini@gnu.org>
1680
1681 * Makefile.in: Regenerate.
1682
d846e52e
PB
16832007-02-09 Paolo Bonzini <bonzini@gnu.org>
1684
1685 * config.sub: Sync with src.
1686
1c710c3c
DJ
16872007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1688
1689 * Makefile.tpl (build_alias, host_alias, target_alias): Use
1690 noncanonical equivalents.
1691 * configure.in: Rename to...
1692 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
1693 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
1694 target_noncanonical. Use them. Rewrite removal of configure
1695 arguments for autoconf 2.59. Discard variable settings. Force
1696 program_transform_name for native tools.
1697
1698 * Makefile.in: Regenerated.
1699 * configure: Regenerated with autoconf 2.59.
1700
74372bdf
RZ
17012007-02-07 Roman Zippel <zippel@linux-m68k.org>
1702
3de8da2a 1703 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 1704
f6671c93
AS
17052007-01-31 Andreas Schwab <schwab@suse.de>
1706
1707 * Makefile.tpl (LDFLAGS): Substitute it.
1708 * Makefile.in: Regenerate.
1709
ba9f17df
AB
17102007-01-30 Andrey Belevantsev <abel@ispras.ru>
1711
3de8da2a 1712 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 1713
2472200d
DE
17142007-01-28 David Edelsohn <edelsohn@gnu.org>
1715
3de8da2a 1716 * MAINTAINERS (spu port): Add myself.
2472200d 1717
5305be7e
RG
17182007-01-23 Richard Guenther <rguenther@suse.de>
1719
1720 PR bootstrap/30541
1721 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
1722 * Makefile.tpl (GNATBIND): Substitute it.
1723 (GNATMAKE): Likewise.
1724 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
1725 of STAGE_PREFIX.
1726 * Makefile.in: Regenerate.
1727 * configure: Regenerate.
1728
416cfb5e
MS
17292007-01-18 Mike Stump <mrs@apple.com>
1730
1731 * configure.in: Re-enable -Werror for gcc builds.
1732
3de8da2a 17332007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 1734
3de8da2a 1735 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 1736
d943d7c4
PB
17372007-01-11 Paolo Bonzini <bonzini@gnu.org>
1738
1739 * configure.in: Change == to = in test command.
3de8da2a 1740 * configure: Regenerate.
d943d7c4 1741
e69bf64b 17422007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
1743 Nick Clifton <nickc@redhat.com>
1744 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
1745
1746 * configure.in (build_configargs, host_configargs, target_configargs):
1747 Remove build/host/target parameters.
1748 (host_libs): Add gmp and mpfr.
1749 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
1750 * Makefile.def (gmp, mpfr): New.
1751 (gcc): Remove target.
1752 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
1753 target_os, target_vendor): New.
1754 (configure): Add host_alias/target_alias arguments. Adjust invocations.
1755 * configure: Regenerate.
1756 * Makefile.in: Regenerate.
e69bf64b
PB
1757
17582007-01-11 Matt Fago <fago@earthlink.net>
1759
1760 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 1761 to improve robustness of configure tests.
e69bf64b 1762 * configure: Regenerate.
e14e622e 1763
a42f3b80
UB
17642007-01-09 Uros Bizjak <ubizjak@gmail.com>
1765
1766 * MAINTAINERS: Add myself as i386 maintainer.
1767
a36aee1a
JH
17682007-01-08 Jan Hubicka <jh@suse.cz>
1769
61fcaeef 1770 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 1771
738a52d3
KT
17722007-01-08 Kai Tietz <kai.tietz@onevision.com>
1773
1774 * configure.in: Add support for an x86_64-mingw* target.
95af8923 1775 * configure: Regenerate.
738a52d3 1776
54fdc474
DJ
17772007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
1778
1779 * Makefile.tpl (all-target): Correct @if conditional for target
1780 modules.
1781 * configure.in: Omit libiberty if building only target libgcc.
1782 * configure, Makefile.in: Regenerated.
1783
3dd71726
PB
17842007-01-04 Paolo Bonzini <bonzini@gnu.org>
1785
1786 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
1787 * configure: Regenerate.
1788
fa958513
DJ
17892007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
1790
1791 * Makefile.def (target_modules): Add libgcc.
1792 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
1793 * Makefile.tpl (clean-target-libgcc): Delete.
1794 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
1795 on gcc even for bootstrapped modules. Rewrite handling of
1796 lang_env_dependencies to loop over target_modules.
1797 * configure.in (target_libraries): Add target-libgcc.
1798 * Makefile.in, configure: Regenerated.
1799
e1888513
PB
18002006-12-29 Paolo Bonzini <bonzini@gnu.org>
1801
1802 * configure.in: Reorganize recognition of languages. Add
1803 --enable-stage1-languages. Show supported languages for the chosen
1804 target rather than all recognized languages.
1805 * configure: Regenerate.
1806
53b88b73
PB
18072006-12-29 Paolo Bonzini <bonzini@gnu.org>
1808
1809 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
1810 * Makefile.in: Regenerate.
1811
a3993f33
KG
18122006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1813
1814 * configure.in: Warn that MPFR 2.2.0 is buggy.
1815 * configure: Regenerate.
1816
f063a9ed
ILT
18172006-12-27 Ian Lance Taylor <iant@google.com>
1818
1819 * configure.in: When removing Makefiles to force a reconfigure, also
1820 remove prev-DIR*/Makefile.
1821 * configure: Regenerate.
1822
af71363e
AS
18232006-12-22 Andreas Schwab <schwab@suse.de>
1824
1825 * configure: Regenerate with correct autoconf version.
1826
0b0dc272
AM
18272006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
1828
3de8da2a
UB
1829 * configure.in: add AC_SUBST for *_FOR_TARGET.
1830 * configure: Regenerate.
0b0dc272 1831
53b88b73
PB
18322006-12-19 Paolo Bonzini <bonzini@gnu.org>
1833
1834 * configure.in: Simplify logic for rejecting languages that cannot
1835 be built. Separate the case when a language is unsupported,
1836 from the case when the user chooses not to build a language.
1837
400ebff4
PB
18382006-12-19 Paolo Bonzini <bonzini@gnu.org>
1839
1840 * configure.in: Remove "$build" case for powerpc-*-darwin* since
1841 it only affects bootstrap and could be tested on "$host" as well.
1842 * configure: Regenerate.
1843 * config/mh-ppc-darwin: Add to the stage1 cflags here.
1844
8efea775
PB
18452006-12-19 Paolo Bonzini <bonzini@gnu.org>
1846
1847 PR bootstrap/29544
1848 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
1849 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
1850 move here comment from Makefile.tpl.
1851 * Makefile.tpl: Move some definitions higher in the file.
1852 (STAGE1_CHECKING): New.
1853 * configure.in: Add --enable-stage1-checking.
1854 * configure: Regenerate.
1855 * Makefile.in: Regenerate.
1856
ed88a7ed
PB
18572006-12-19 Paolo Bonzini <bonzini@gnu.org>
1858
1859 * MAINTAINERS: Add myself as build system maintainer.
1860
b65151d3
SM
18612006-12-15 Simon Martin <simartin@users.sourceforge.net>
1862
1863 * MAINTAINERS (Write After Approval): Add myself.
1864
7e050830
EC
18652006-12-13 Eric Christopher <echristo@apple.com>
1866
1867 * MAINTAINERS: Add myself as darwin maintainer.
1868
8b494895
ILT
18692006-12-11 Ian Lance Taylor <ian@airs.com>
1870
1871 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
1872
0ff1416d
JR
18732006-12-11 Joern Rennecke <joern.rennecke@arc.com>
1874
1875 MAINTAINERS: Update my entry.
1876
58e24147
AM
18772006-12-11 Alan Modra <amodra@bigpond.net.au>
1878
1879 * configure.in: Handle spu makefile frag.
58e24147
AM
1880 * Makefile.tpl (MAINT): Define
1881 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
1882 * configure: Regenerate.
1883 * Makefile.in: Regenerate.
1884
9b6f37a0
BE
18852006-12-11 Ben Elliston <bje@au.ibm.com>
1886
1887 * config.guess: Import latest version.
1888 * config.sub: Likewise.
1889
ea6f5c57
BE
18902006-12-11 Ben Elliston <bje@au.ibm.com>
1891
1892 * configure.in (spu-*-*): Don't skip target-libiberty.
1893 * configure: Regenerate.
1894
42c1cd8a
AT
18952006-12-10 Andreas Tobler <a.tobler@schweiz.org>
1896
1897 PR bootstrap/30134
1898 * configure.in: Correct x86 darwin support for libjava to powerpc
1899 and i?86 only.
1900 * configure: Regenerate.
1901
55eb837d
ST
19022006-12-08 Sandro Tolaini <tolaini@libero.it>
1903
1904 * configure.in: Add x86 darwin support for libjava.
1905 * configure: Regenerate.
1906
5bdacbc7
MS
19072006-12-07 Mike Stump <mrs@apple.com>
1908
1909 * Makefile.def (dependencies): Add dependency for
1910 install-target-libssp and install-target-libgomp on
1911 install-gcc.
1912 * Makefile.in: Regenerate.
1913
477d851c
RG
19142006-12-04 Richard Guenther <rguenther@suse.de>
1915
1916 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
1917 (Non-Algorithmic Maintainers): Move over non-algorithmic
1918 loop optimizer maintainers, add myself as a non-algorithmic
1919 middle-end maintainer.
1920
5d33d367
DF
19212006-12-04 Daniel Franke <franke.daniel@gmail.com>
1922
1923 * MAINTAINERS (Write After Approval): Add myself.
1924
dbee1fb3
KG
19252006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1926
1927 * configure.in: Update error message for missing GMP/MPFR.
1928
1929 * configure: Regenerate.
1930
b5147de7
KG
19312006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1932
1933 * configure.in: Update MPFR version in error message.
1934
1935 * configure: Regenerate.
1936
f019376c
KG
19372006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1938
1939 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
1940 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
1941 --with-gmp-lib): New flags.
1942
1943 * configure: Regenerate.
1944
91ed95ae
BM
19452006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
1946
1947 * MAINTAINERS (Write After Approval): Change my email address.
1948
3a971f15
MLI
19492006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1950
05170031 1951 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 1952
431041ea
PT
19532006-11-22 Philipp Thomas <pth@suse.de>
1954
1955 * MAINTAINERS (i18n): Update e-mail address.
1956
df5487ee
TS
19572006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1958
1959 * MAINTAINERS (spu port): Add myself as maintainer.
1960 (Write After Approval): Remove myself.
1961
92c2f0ee
BE
19622006-11-22 Ben Elliston <bje@au.ibm.com>
1963
1964 * configure.in (skipdirs): Don't build libssp for SPU.
1965 * configure: Regenerate.
1966
a3b97199
AP
19672006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
1968
1969 * MAINTAINERS (spu port): Add myself as maintainer.
1970 (libobjc): Update my email address.
1971
0eb97064
AB
19722006-11-21 Andrea Bona <andrea.bona@st.com>
1973
1974 * MAINTAINERS (Write After Approval): Add myself.
1975
85d9c13c
TS
19762006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1977
1978 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
1979 * configure : Rebuilt.
1980
6696f3cd
TS
19812006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1982
1983 * MAINTAINERS (Write After Approval): Add myself.
1984
d58542ea
AO
19852006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
1986
1987 * MAINTAINERS (Write After Approval): Add myself.
1988
a357b5ae
KG
19892006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1990
1991 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
1992 libmpfr.a.
1993 * configure: Regenerate.
1994
9bd6112c
PB
19952006-11-16 Paolo Bonzini <bonzini@gnu.org>
1996
1997 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
1998 (unstage): Test for stage_last presence.
1999
2000 PR bootstrap/29802
2001 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
2002 * Makefile.in: Regenerate.
2003
c8cf9f0f
ZD
20042003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
2005
2006 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
2007 maintainers.
2008
467b1fc6
ER
20092006-11-14 Erven Rohou <erven.rohou@st.com>
2010
2011 * MAINTAINERS (Write After Approval): Add myself.
2012
995a5697
PB
20132006-11-14 Paolo Bonzini <bonzini@gnu.org>
2014
2015 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
2016 and stageN-package/Makefile.
2017 * Makefile.in: Regenerated.
2018
c8d6d53e
JZ
20192006-11-14 Jie Zhang <jie.zhang@analog.com>
2020
2021 * configure.in: Remove target-libgloss from noconfigdirs for
2022 bfin-*-*.
2023 * configure: Regenerated.
2024
dffb147d
KG
20252006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2026
2027 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 2028
dffb147d
KG
2029 * configure: Regenerate.
2030
ca558912
KG
20312006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2032
2033 * configure.in: Robustify error message for missing GMP/MPFR.
2034
2035 * configure: Regenerate.
2036
7aa42285
SW
20372006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
2038
2039 * MAINTAINERS (Write After Approval): Add myself.
2040
779958a2
UB
20412006-10-30 Uros Bizjak <ubizjak@gmail.com>
2042
2043 * MAINTAINERS: Change email address.
2044
91de1527
VP
20452006-10-30 Vladimir Prus <vladimir@codesourcery.com>
2046
2047 * MAINTAINERS (Write After Approval): Add myself.
2048
a3867703
PB
20492006-10-26 Peter Bergner <bergner@vnet.ibm.com>
2050
2051 * MAINTAINERS (Write After Approval): Add myself.
2052
b4364fa2
CL
20532006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
2054
7e050830 2055 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 2056 Write After Approval section.
b4364fa2 2057
70ec446f
KG
20582006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2059
2060 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
2061 need_gmp anymore.
2062 * configure: Regenerate.
2063
018c8d88
TB
20642006-10-16 Tobias Burnus <burnus@net-b.de>
2065
2066 * MAINTAINERS (Write After Approval): Add myself.
2067
f6a1687e
BE
20682006-10-16 Ben Elliston <bje@au.ibm.com>
2069
2070 * config.guess: Import latest version.
2071 * config.sub: Likewise.
2072
b5422ad7
BM
20732006-10-10 Brooks Moses <bmoses@stanford.edu>
2074
2075 * Makefile.def: Added pdf target handling.
2076 * Makefile.tpl: Added pdf target handling.
2077 * Makefile.in: Regenerated.
2078
bdcee471
CL
20792006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
2080
2081 * MAINTAINERS: Add self as score port maintainer.
2082
7d610414
BM
20832006-10-04 Brooks Moses <bmoses@stanford.edu>
2084
2085 * MAINTAINERS (Write After Approval): Add myself.
2086
e48d66a9
SK
20872006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
2088
7e050830 2089 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
2090 or newer.
2091 * configure: Regenerated.
2092
c394e891
DB
20932006-09-27 Dave Brolley <brolley@redhat.com>
2094
2095 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2096 $s instead of $r.
2097 * configure: Regenerated.
2098
1ee4c5a0
TS
20992006-09-26 Thiemo Seufer <ths@mips.com>
2100
2101 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2102 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2103 * configure: Regenerate.
2104
5997afc3
GP
21052006-09-24 Graeme Peterson <gridly@gmail.com>
2106
2107 * MAINTAINERS (Write After Approval): Remove myself.
2108
0c502898
CF
21092006-09-22 Chao-ying Fu <fu@mips.com>
2110
2111 * MAINTAINERS (Write After Approval): Add myself.
2112
a7819e42
JM
21132006-09-10 Joseph S. Myers <joseph@codesourcery.com>
2114
2115 * MAINTAINERS: Add self as soft-fp maintainer.
2116
21172006-09-09 Anatoly Sokolov <aesok@post.ru>
2118
2119 * MAINTAINERS: Add myself as avr maintainer.
2120 Remove Marek Michalkiewicz as avr maintainer.
827d0991 2121
e8288489
RC
21222006-09-07 Roberto Costa <roberto.costa@st.com>
2123
2124 * MAINTAINERS (Write After Approval): Add myself.
2125
b91f0a41
CV
21262006-08-30 Corinna Vinschen <corinna@vinschen.de>
2127
2128 * configure.in: Never build newlib for a Mingw host.
2129 Never build newlib as Mingw target library.
2130 Test the existence of winsup/cygwin for building a Cygwin newlib,
2131 rather than just winsup.
2132 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2133 building a Mingw target.
2134 * configure: Regenerate.
2135
094c07a0
EB
21362006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
2137
2138 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
2139
8d1171cb
PB
21402006-07-25 Paolo Bonzini <bonzini@gnu.org>
2141
2142 * config.guess: Import from src (was more updated).
2143 * config.sub: Likewise.
2144
2e9e6f68
DJ
21452006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
2146
2147 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2148 * configure: Regenerated.
2149
57255173
PB
21502006-07-18 Paolo Bonzini <bonzini@gnu.org>
2151
cc6010cd
AP
2152 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2153 for stages after the first.
57255173 2154
9fbe6585
JJ
21552006-07-17 Jakub Jelinek <jakub@redhat.com>
2156
2157 * Makefile.def: Add dependencies for configure-opcodes
2158 on configure-intl and all-opcodes on all-intl.
2159 * Makefile.in: Regenerated.
2160
18c3f977
BE
21612006-07-13 Ben Elliston <bje@au.ibm.com>
2162
2163 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
2164
27b56ba6
PE
21652006-07-06 Paul Eggert <eggert@cs.ucla.edu>
2166
2167 Port to hosts whose 'sort' and 'tail' implementations
2168 treat operands with leading '+' as file names, as POSIX
2169 has required since 2001. However, make sure the code still
2170 works on pre-POSIX hosts.
2171 * ltmain.sh: Don't assume "sort +2" is equivalent to
2172 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2173
ad6d4e43
UW
21742006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
2175
2176 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
2177
706601d9
PG
21782006-07-04 Peter O'Gorman <peter@pogma.com>
2179
2180 * ltconfig: chmod 644 before ranlib during install.
2181
0b50988a
EB
21822006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2183
2184 PR bootstrap/18058
2185 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2186 if the bootstrap compiler is a GCC version that supports it.
2187 * configure: Regenerate.
2188
b6348cb3
PB
21892006-07-03 Paolo Bonzini <bonzini@gnu.org>
2190
95695ad3 2191 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
2192 * configure: Regenerate.
2193
1546bb64
PB
21942006-07-03 Paolo Bonzini <bonzini@gnu.org>
2195
2196 PR other/27063
2197 * configure.in: Test subdir_requires and give an appropriate
2198 error message.
2199 * configure: Regenerate.
2200
5cb6c629
AJH
22012006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
2202
2203 * MAINTAINERS (Write After Approval): Add myself.
2204
f4d8cdf8
JDA
22052006-06-22 John David Anglin <dave.anglin@nrc.ca>
2206
2207 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2208
4fe5abb7
SE
22092006-06-22 Steve Ellcey <sje@cup.hp.com>
2210
2211 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2212
2a79fd67
DA
22132006-06-20 David Ayers <d.ayers@inode.at>
2214
2215 PR bootstrap/28072
2216 * configure.in: Add target-boehm-gc to noconfigdirs depending on
2217 whether target-libjava is being configured instead of whether the
2218 java front end is enabled.
2219 * configure: Regenerate.
7e050830 2220
04879af3
RO
22212006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2222
2223 PR target/27540
2224 * configure.in: Only enable libgomp on IRIX 6.
2225 * configure: Regenerate.
2226
ec6c7392
PB
22272006-06-15 Paolo Bonzini <bonzini@gnu.org>
2228
2229 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2230 too.
2231 * Makefile.in: Regenerate.
2232
12973d7a
DD
22332006-06-13 Jeff Johnston <jjohnstn@redhat.com>
2234
2235 * config-ml.in: Alter CCASFLAGS to include special
2236 multilib options the same as is done for CFLAGS.
2237
c67ed86a
JDA
22382006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2239
2240 * configure.in: Don't enable libgomp on hpux10.
2241 * configure: Rebuilt.
2242
cb253473
DA
22432006-06-12 David Ayers <d.ayers@inode.at>
2244
2245 PR bootstrap/27963
2246 PR target/19970
7e050830 2247 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
2248 ${libgcj} is specified.
2249 * configure: Regenerate.
7e050830 2250
32845532
CD
22512006-06-06 Carlos O'Donell <carlos@codesourcery.com>
2252
2253 Sync from src:
7e050830
EC
2254
2255 * configure.in: Sync.
32845532 2256 * configure: Regenerated.
7e050830 2257
32845532
CD
2258 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2259
2260 * Makefile.def: Added dependencies from sim and gdb on intl, and
2261 added configure dependencies to everything with an all dependency
2262 on intl.
2263 * Makefile.in: Regenerated.
2264
7cd0cf9c
DA
22652006-06-06 David Ayers <d.ayers@inode.at>
2266
2267 PR libobjc/13946
2268 * Makefile.def: Add dependencies for libobjc which boehm-gc.
2269 * Makefile.in: Regenerate.
2270 * configure.in: Add --enable-objc-gc at toplevel and have it
2271 enable boehm-gc for Objective-C.
2272 Remove target-boehm-gc from libgcj.
2273 Add target-boehm-gc to target_libraries.
2274 Add target-boehm-gc to noconfigdirs where ${libgcj}
2275 is specified.
2276 Assert that boehm-gc is supported when requested for Objective-C.
2277 Only build boehm-gc if needed either for Java or Objective-C.
2278 * configure: Regenerate.
7e050830 2279
3ff3adad
PB
22802006-06-05 Paolo Bonzini <bonzini@gnu.org>
2281
2282 PR 27674
2283 * Makefile.tpl (configure-[+prefix+][+module+],
2284 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2285 Remove rule to unstage bootstrapped modules.
2286 (stage_current): New.
2287 * Makefile.in: Regenerate.
2288
898e551d
LB
22892006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2290
2291 * MAINTAINERS (Write After Approval): Update my e-mail address.
2292
ea60341e
MS
22932006-06-01 Mark Shinwell <shinwell@codesourcery.com>
2294
2295 * include/libiberty.h: Declare pex_run_in_environment.
2296
222ae291
AL
22972006-05-31 Asher Langton <langton2@llnl.gov>
2298
2299 * MAINTAINERS (Write After Approval): Add myself.
898e551d 2300
e9a54b07
PB
23012006-05-25 Paolo Bonzini <bonzini@gnu.org>
2302
2303 * Makefile.def (bfd, opcodes): Fix lib_path.
2304 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2305 (restrap): Move under "@if gcc-bootstrap". Fix typo.
2306 * Makefile.in: Regenerate.
2307
03e67131
CD
23082006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2309
2310 * Makefile.in: Regenerate.
2311
65d6e994
CD
23122006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2313
2314 * Makefile.def: Add install-html target. Add datarootdir
2315 docdir and htmldir to flags_to_pass.
2316 * Makefile.tpl: Add install-html target.
2317 * Makefile.in: Regenerate.
2318 * configure.in: Add --with-datarootdir, --with-docdir, and
2319 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
2320 * configure: Regenerate.
2321
9e299237
MS
23222006-05-24 Mark Shinwell <shinwell@codesourcery.com>
2323
2324 * configure.in: Enable gprof for cross builds.
2325 * configure: Regenerate.
2326
c31202cd
RG
23272006-05-22 Richard Guenther <rguenther@suse.de>
2328
2329 Revert
2330 2006-01-31 Richard Guenther <rguenther@suse.de>
2331 Paolo Bonzini <bonzini@gnu.org>
2332
2333 * Makefile.def (target_modules): Add libgcc-math target module.
2334 * configure.in (target_libraries): Add libgcc-math target library.
2335 (--enable-libgcc-math): New configure switch.
2336 * Makefile.in: Re-generate.
2337 * configure: Re-generate.
2338 * libgcc-math: New toplevel directory.
2339
2a332582
JDA
23402006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2341 Andreas Tobler <a.tobler@schweiz.ch>
2342
2343 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
2344 * configure: Rebuilt.
2345
ccce6917 23462006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 2347
ccce6917
SL
2348 * MAINTAINERS (Write After Approval): Add myself.
2349
ed606bc0
DD
23502006-05-01 DJ Delorie <dj@redhat.com>
2351
3d8f47a0 2352 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
2353 * configure: Regenerate.
2354
9386bd20
RG
23552006-05-01 Richard Guenther <rguenther@suse.de>
2356
2357 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
2358 maintainer.
2359
7b3bd503
KZ
23602006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
2361
2362 * MAINTAINERS (Write After Approval): Add myself.
2363
87ceee72
JB
23642006-04-28 Jan Beulich <jbeulich@novell.com>
2365
2366 * MAINTAINERS (Write After Approval): Add myself.
2367
e88a2c09
DD
23682006-04-18 DJ Delorie <dj@redhat.com>
2369
2370 * configure.in (m32c): Build libstdc++-v3. Pass flags to
2371 reference libgloss so that libssp can be built in a combined
2372 tree.
2373 * configure: Regenerate.
2374
675f0a8a
RM
23752006-04-08 Robert Millan <rmh@gcc.gnu.org>
2376
2377 * MAINTAINERS (Write After Approval): Add myself.
2378
27b6c940
BE
23792006-04-05 Ben Elliston <bje@au.ibm.com>
2380
2381 * configure.in: Require makeinfo 4.4 or higher.
2382 * configure: Regenerate.
2383
687b17d4
GP
23842006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
2385
2386 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
2387 Rearrange the entries of other libraries to have them in one place.
2388
906ac235
JB
23892006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
2390
7e050830 2391 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
2392 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2393
fb0103e5
RG
23942006-03-14 Richard Guenther <rguenther@suse.de>
2395
2396 * configure: Regenerate with autoconf 2.13.
2397
17237f6b
JB
23982006-03-13 Jim Blandy <jimb@codesourcery.com>
2399
2400 * MAINTAINERS: Use my work address.
bed31434
JB
2401
2402 * MAINTAINERS: Update my E-mail address.
2403
27079765
AH
24042006-03-10 Aldy Hernandez <aldyh@redhat.com>
2405
2406 * configure.in: Handle --disable-<component> generically.
2407 * configure: Regenerate.
2408
54a17039
L
24092006-03-01 H.J. Lu <hongjiu.lu@intel.com>
2410
2411 PR libgcj/17311
2412 * ltmain.sh: Don't use "$finalize_rpath" for compile.
2413
b9bd11ca
EE
24142006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
2415
2416 * MAINTAINERS (Write After Approval): Remove myself.
2417 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2418
719bb4e3 24192006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 2420
072b06f2
RE
2421 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
2422 (TARGET_CONFIGDIRS): Remove.
2423 * configure.in: Remove AC_SUBST(target_configdirs).
2424 * Makefile.in, configure: Regenerated.
ee2312f3 2425
936e1a35
SK
24262006-02-20 Steven G. Kargl <kargls@comcast.net>
2427
2428 * MAINTAINERS (Write After Approval): Remove myself.
2429 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2430
cc11cc9b
PB
24312006-02-20 Paolo Bonzini <bonzini@gnu.org>
2432
2433 PR bootstrap/25670
2434
2435 * Makefile.tpl ([+compare-target+]): Print explanation messages.
2436
2437 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2438 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2439 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2440 BUILD_PREFIX, BUILD_PREFIX_1.
2441 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2442
2443 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2444 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2445
2446 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2447 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2448 of `cat stage_current`. Always provide the `r' and `s' variables.
2449 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2450 a single shell execution.
2451 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2452 bootstrapped modules, make the stage1 module if the build was not
2453 started yet, else build the current stage.
2454 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2455 (all-build, all-host, all-target, [+make_target+]-host,
2456 [+make_target+]-target): Do not use \-continued lines.
2457 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2458 (current_stage, restrap, stage_last): New.
2459
2460 * Makefile.in: Regenerate.
2461 * configure: Regenerate.
2462
63a7c9ef
BD
24632006-02-19 Bud Davis <jmdavis@link.com>
2464
2465 * MAINTAINERS (Write After Approval): Remove myself.
2466 (Language Front End Maintainers): Add myself as fortran 95
2467 maintainer and update e-mail address.
2468
a3543e3a
FXC
24692006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2470
2471 * MAINTAINERS (Write After Approval): Remove myself.
2472 (Language Front End Maintainers): Add myself as fortran 95
2473 maintainer.
2474
ca5b1d2c
VK
24752006-02-16 Victor Kaplansky <victork@il.ibm.com>
2476
2477 * MAINTAINERS (Write After Approval): Add myself.
2478
0499513f
TK
24792006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
2480
2481 * MAINTAINERS (Write After Approval): Remove myself.
2482 (Language Front End Maintainers): Add myself as
2483 fortran 95 maintainer.
2484
d1f8db0c
PB
24852006-02-14 Paolo Bonzini <bonzini@gnu.org>
2486
2487 Sync from src:
2488
2489 2005-12-27 Leif Ekblad <leif@rdos.net>
2490
cc6010cd
AP
2491 * configure.in: Add support for RDOS target.
2492 * configure: Regenerate.
d1f8db0c
PB
2493
24942006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 2495 Andreas Schwab <schwab@suse.de>
d1f8db0c 2496
cc6010cd 2497 * configure: Regenerate.
d1f8db0c 2498
cac90078
DE
24992006-02-12 David Edelsohn <edelsohn@gnu.org>
2500
2501 * configure.in (enable_libgomp): Add AIX.
2502 * configure: Regenerate.
2503
bd37fbf5
MK
25042006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
2505
2506 * MAINTAINERS (Write After Approval): Add myself.
7e050830 2507
23027b7a
LM
25082006-02-03 Lee Millward <lee.millward@gmail.com>
2509
2510 * MAINTAINERS (Write After Approval): Add myself.
7e050830 2511
0058967b
RG
25122006-01-31 Richard Guenther <rguenther@suse.de>
2513 Paolo Bonzini <bonzini@gnu.org>
2514
2515 * Makefile.def (target_modules): Add libgcc-math target module.
2516 * configure.in (target_libraries): Add libgcc-math target library.
2517 (--enable-libgcc-math): New configure switch.
2518 * Makefile.in: Re-generate.
2519 * configure: Re-generate.
2520 * libgcc-math: New toplevel directory.
2521
e8b05380
PB
25222006-01-26 Paolo Bonzini <bonzini@gnu.org>
2523
2524 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
2525 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
2526 the assembler, linker and binutils.
2527 * configure: Regenerate.
2528
d54d5437
DM
25292006-01-22 Dirk Mueller <dmueller@suse.de>
2530
2531 * MAINTAINERS (Write After Approval): Add myself.
2532
670cbfcf
DN
25332006-01-20 Diego Novillo <dnovillo@redhat.com>
2534
2535 * configure: Regenerate.
2536
953ff289
DN
25372006-01-18 Richard Henderson <rth@redhat.com>
2538 Jakub Jelinek <jakub@redhat.com>
2539 Diego Novillo <dnovillo@redhat.com>
2540
2541 * libgomp: New directory.
2542 * Makefile.def: Add target_module libgomp.
2543 * Makefile.in: Regenerate.
2544 * configure.in (target_libraries): Add target-libgomp.
2545 * configure: Regenerate.
2546
32ce4048
AO
25472006-01-05 Alexandre Oliva <aoliva@redhat.com>
2548
2549 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
2550 @ from continuation.
2551 * Makefile.in: Rebuilt.
2552
0eaf8e17 25532006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 2554
c76c0c83
CL
2555 * MAINTAINERS (Write After Approval): Add myself.
2556
2d309510
PB
25572006-01-04 Paolo Bonzini <bonzini@gnu.org>
2558
2559 PR bootstrap/24252
2560
2561 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
2562 * Makefile.tpl (OBJDUMP): New.
2563 (EXTRA_HOST_FLAGS): Add it.
2564 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
2565
953ff289
DN
2566 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
2567 to use symbolic links between directories. Avoid race conditions
2568 or make them harmless.
2569 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
2570
2571 * Makefile.def (LEAN): Pass.
2572 * Makefile.tpl (LEAN): Define.
2573 (stage[+id+]-start): Accept that the previous directory does not
2574 exist, if the bootstrap is lean.
2575 (stage[+id+]-bubble): Invoke lean bootstrap commands after
2576 stage[+id+]-start. Use a makefile variable and an `if' instead of a
2577 configure substitution.
2578 ([+compare-target+]): Likewise.
2579 ([+bootstrap-target+]-lean): New.
2580 * configure.in: Remove lean bootstrap support from here.
2581
953ff289
DN
2582 * Makefile.in: Regenerate.
2583 * configure: Regenerate.
2d309510 2584
368872c3
BE
25852006-01-04 Ben Elliston <bje@au.ibm.com>
2586
2587 * MAINTAINERS (libdecnumber): Add myself.
2588
d79e6356
MM
25892006-01-02 Mark Mitchell <mark@codesourcery.com>
2590
2591 * libtool-ldflags: New script.
2592
a6fbc1e2
AS
25932006-01-02 Andreas Schwab <schwab@suse.de>
2594
2595 * configure.in: When reconfiguring remove Makefile in
2596 all stage directories.
2597 * configure: Regenerate.
2598
103a4b39
SB
25992005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
2600
2601 * MAINTAINERS: Update my email address.
2602
212f829c
PB
26032005-12-20 Paolo Bonzini <bonzini@gnu.org>
2604
2605 Revert Ada-related part of the previous change.
2606
2607 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
2608 Do not pass.
2609 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
2610 * Makefile.in: Regenerate.
2611 * configure.in: Do not include mt-ppc-aix target fragment.
2612 * configure: Regenerate.
2613
8ef1f2df
PB
26142005-12-19 Paolo Bonzini <bonzini@gnu.org>
2615
2616 * configure.in: Select appropriate fragments for PowerPC/AIX.
2617 * configure: Regenerate.
2618
2619 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
2620 BOOT_CFLAGS, BOOT_LDFLAGS.
2621 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
2622 BOOT_CFLAGS, BOOT_LDFLAGS.
2623 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
2624 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
2625 (stage): Fail if we cannot complete the work.
2626 * Makefile.in: Regenerate.
2627
ab34901f
NS
26282005-12-16 Nathan Sidwell <nathan@codesourcery.com>
2629
2630 * configure.in: Replace ms1 with mt.
2631 * configure: Rebuilt.
2632
cbe82f21
BM
26332005-12-15 Bryce McKinlay <mckinlay@redhat.com>
2634
2635 * MAINTAINERS: Update my email address.
2636
19843472
PB
26372005-12-15 Paolo Bonzini <bonzini@gnu.org>
2638
2639 * Makefile.tpl (all, do-[+make_target+], do-check, install,
2640 install-host-nogcc): Don't invoke $(stage) at the end.
2641 * Makefile.in: Regenerate.
2642
1ca26cd2
PB
26432005-12-14 Paolo Bonzini <bonzini@gnu.org>
2644
2645 * configure.in: Flip the top-level bootstrap switch.
2646 * configure: Regenerate.
2647
f41d6665
DJ
26482005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
2649
2650 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
2651 $(stage) and $(unstage).
2652 (EXTRA_TARGET_FLAGS): Correct double-quoting.
2653 (all): Remove stray semicolon.
2654 (local-distclean): Don't handle multilib.tmp and multilib.out.
2655 (install.all): Set $s for consistency.
2656 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
2657 check_multilibs setting. Always make the install directory.
2658 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
2659 Correct @if/@endif.
2660 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
2661 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
2662 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
2663 (multilib.out): Remove.
2664 * Makefile.in: Regenerated.
2665
9174b3cf
CD
26662005-12-12 Carlos O'Donell <carlos@codesourcery.com>
2667
2668 * MAINTAINERS (Write After Approval): Add myself.
2669
64f182bd
NS
26702005-12-12 Nathan Sidwell <nathan@codesourcery.com>
2671
121b2cee
NS
2672 * MAINTAINERS: Add myself as mt maintainer.
2673
64f182bd
NS
2674 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
2675
a6d63770
AN
26762005-12-06 Adam Nemet <anemet@caviumnetworks.com>
2677
2678 * MAINTAINERS: Change email address.
2679
2abefe3d
PB
26802005-12-05 Paolo Bonzini <bonzini@gnu.org>
2681
2682 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
2683 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
2684 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
2685 Find in-tree tools if available.
2686 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
2687 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
2688 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
2689 (COMPILER_*_FOR_TARGET): New.
2690 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
2691 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
2692 (CONFIGURED_*, USUAL_*): Remove.
2693 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
2694 STRIP): Use autoconf substitutions.
2695 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
2696 COMPILER_NM_FOR_TARGET): New.
2697 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
2698
2699 (all): Make all-host and all-target in parallel.
2700 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
2701 that $$r and $$s are set before invoking a recursive make.
2702 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
2703 ([+bootstrap-target+]): Inline most of the `all' target.
2704
2f3bdde7
BE
27052005-11-29 Ben Elliston <bje@au.ibm.com>
2706
2707 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
2708 from the gcc build directory.
2709 * Makefile.in: Regenerate.
2710
a4b6c45a
BE
27112005-11-29 Ben Elliston <bje@au.ibm.com>
2712
2713 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
2714 depend on all-libdecnumber.
2715 * configure.in (host_libs): Include libdecnumber.
2716 * Makefile.in: Regenerate.
2717 * configure: Likewise.
2718
473a74b9
BE
27192005-11-29 Ben Elliston <bje@au.ibm.com>
2720
2721 * libdecnumber: Import decNumber sources from the dfp-branch.
2722
b4623110
KJ
27232005-11-21 Kean Johnston <jkj@sco.com>
2724
2725 * config.sub, config.guess: Sync from upstream sources.
2726
67dc1785
BE
27272005-11-21 Ben Elliston <bje@au.ibm.com>
2728
2729 Import from Autoconf sources:
2730
2731 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
2732 * config/move-if-change: Don't output "$2 is unchanged";
2733 suggested by Ben Elliston. Handle weird characters correctly.
2734
186abafe
AT
27352005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
2736
2737 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
2738 to match upstream libtool for darwin.
2739
ef9db8d5
DJ
27402005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
2741
2742 * Makefile.def: Remove gdb dependencies for gdbtk.
2743 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
2744 (configure-gdb, install-gdb): New rules.
2745 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
2746 * Makefile.in, configure: Regenerated.
2747
9c5141ab
JB
27482005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
2749
2750 * MAINTAINERS (Write After Approval): Add myself.
2751
4523d51b
EE
27522005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
2753
2754 * MAINTAINERS (Write After Approval): Add myself.
2755
086b011c
DN
27562005-10-24 Diego Novillo <dnovillo@redhat.com>
2757
2758 * MAINTAINERS (alias analysis): Add Daniel Berlin and
2759 Diego Novillo.
2760
e7c84bf8
PB
27612005-10-22 Paolo Bonzini <bonzini@gnu.org>
2762
2763 PR bootstrap/24297
2764 * Makefile.tpl (do-[+make-target+], do-check, install,
2765 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
2766 are set before recursing.
2767 * Makefile.in: Regenerate.
2768
b88a7564
EB
27692005-10-20 Eric Botcazou <ebotcazou@adacore.com>
2770
2771 PR bootstrap/18939
2772 * Makefile.def (gcc) <target>: Fix thinko.
2773 * Makefile.in: Regenerate.
2774
61efc800
BS
27752005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
2776
2777 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
2778 * configure: Regenerate.
2779
f53d2869
JZ
27802005-10-15 Jie Zhang <jie.zhang@analog.com>
2781
2782 * MAINTAINERS (Write After Approval): Add self.
2783
077fc835
KH
27842005-10-08 Kazu Hirata <kazu@codesourcery.com>
2785
2786 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
2787 target-libffi, target-qthreads, target-libjava, and
2788 targetlibobjc.
2789 * configure: Regenerate.
2790
d739199a
DJ
27912005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
2792
2793 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
2794 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
2795 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
2796 (USUAL_OBJDUMP_FOR_TARGET): New.
2797 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
2798 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 2799 * configure, Makefile.in: Regenerated.
d739199a 2800
db38c6bb
PB
28012005-10-05 Paolo Bonzini <bonzini@gnu.org>
2802
2803 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
2804 before other host packages.
2805
3015564c
KK
28062005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
2807
2808 * MAINTAINERS: Add self as sh libraries/configury maintainer.
2809
1061f99e
PB
28102005-10-05 Paolo Bonzini <bonzini@gnu.org>
2811
2812 PR bootstrap/22340
2813
2814 * configure.in (default_target): Remove.
2815 * Makefile.tpl (all): Do not use prerequisites as subroutines
2816 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
2817 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
2818 use prerequisites as subroutines.
2819 (check-host, check-target): New.
2820 (bootstrap configure & all targets): Do not use stage*-start
2821 if the directory layout is already ok.
2822 (non-bootstrap configure & all targets): Prepend a $(unstage).
2823 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
2824 (NOTPARALLEL): Remove.
2825 (unstage, stage variables): New variables.
2826 (unstage, stage targets): Simply expand to those variables.
2827
2828 * configure: Regenerate.
2829 * Makefile.in: Regenerate.
2830
4a9c436f
JW
28312005-10-04 James E Wilson <wilson@specifix.com>
2832
2833 * Makefile.def (lang_env_dependencies): Add libmudflap.
2834 * Makefile.in: Regenerate.
2835
37150080
AS
28362005-10-03 Andreas Schwab <schwab@suse.de>
2837
2838 Backport from libtool CVS:
2839 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
2840
2841 * ltmain.sh: add support for installing into temporary
2842 staging area (e.g. 'make install DESTDIR=...')
2843
39d16468
L
28442005-10-03 H.J. Lu <hongjiu.lu@intel.com>
2845
2846 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
2847 * configure: Regenerated.
2848
72a7ab82
AP
28492005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
2850
2851 * configure: Regenerate with the correct
2852 autoconf version.
2853
6b65a26d
CM
28542005-09-30 Catherine Moore <clm@cm00re.com>
2855
2856 * configure.in (bfin-*-*): New.
2857 * configure: Regenerated.
2858
040b1c5a
GK
28592005-09-28 Geoffrey Keating <geoffk@apple.com>
2860
2861 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
2862 (LIPO_FOR_TARGET): New.
2863 (CONFIGURED_LIPO_FOR_TARGET): New.
2864 (USUAL_LIPO_FOR_TARGET): New.
2865 (STRIP_FOR_TARGET): New.
2866 (CONFIGURED_STRIP_FOR_TARGET): New.
2867 (USUAL_STRIP_FOR_TARGET): New.
2868 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
2869 STRIP_FOR_TARGET.
2870 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
2871 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
2872 * Makefile.in: Regenerate.
2873 * configure: Regenerate.
7e050830 2874
3a3c28db
DE
28752005-09-19 David Edelsohn <edelsohn@gnu.org>
2876
2877 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
2878 (rs6000-*-aix*): Same.
2879 * configure: Regenerate.
2880
2749a921
TT
28812005-09-16 Tom Tromey <tromey@redhat.com>
2882
2883 * MAINTAINERS: Add self as java maintainer.
2884
7f26dfa3
FXC
28852005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2886
2887 * configure.in: Recognize f95 in the --enable-languages option,
2888 and substitute it for fortran, issuing a warning.
2889 * configure: Regenerate.
2890
d8852c4f
PE
28912005-08-30 Phil Edwards <phil@codesourcery.com>
2892
2893 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
2894 * configure: Regenerated.
2895
ad685e81
AH
28962005-08-22 Aldy Hernandez <aldyh@redhat.com>
2897
2898 * MAINTAINERS: Add self as ms1 maintainer.
2899
b00d752c
RE
29002005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
2901
2902 * Makefile.def (libssp): Add to lang_env_dependencies.
2903 * Makefile.in: Regenerate.
2904
9ed8fb9b
ILT
29052005-08-18 Ian Lance Taylor <ian@airs.com>
2906
2907 * MAINTAINERS: Add myself as middle-end maintainer.
2908
0f029d39
CG
29092005-08-17 Christian Groessler <chris@groessler.org>
2910
2911 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
2912 * Makefile.in: Regenerate.
2913
81087874
AK
29142005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
2915
2916 * MAINTAINERS (write after approval): Added myself.
2917
6a134f1c
MR
29182005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
2919
2920 * MAINTAINERS (Write After Approval): Add myself.
2921
2693c0b0
PB
29222005-08-12 Paolo Bonzini <bonzini@gnu.org>
2923
2924 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
2925 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
2926 Look for alternate names of the target cc and c++
2927 * configure: Regenerate.
2928
4de997d1
PB
29292005-08-08 Paolo Bonzini <bonzini@gnu.org>
2930
2931 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2932 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
2933 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
2934 tools; remove code to manually set them.
2935 (Target tools): Look in the environment for them.
2936 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2937 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
2938 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
2939 build directory.
2940 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
2941 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
2942 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
2943 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2944 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
2945 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
2946 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
2947 * configure: Regenerate.
2948 * Makefile.in: Regenerate.
2949
b089e33a
BE
29502005-07-28 Ben Elliston <bje@au.ibm.com>
2951
2952 * MAINTAINERS: Update for removed CPU targets.
2953
e3791243
MM
29542005-07-27 Mark Mitchell <mark@codesourcery.com>
2955
2956 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 2957 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
2958 * Makefile.in: Regenerated.
2959
526635cb
MM
29602005-07-26 Mark Mitchell <mark@codesourcery.com>
2961
2962 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
2963 (CFLAGS_FOR_TARGET): Use it.
2964 (CXXFLAGS_FOR_TARGET): Likewise.
2965 * Makefile.in: Regenerated.
2966 * configure.in (--with-build-sysroot): New option.
2967 * configure: Regenerated.
2968
19791f70
PB
29692005-07-24 Paolo Bonzini <bonzini@gnu.org>
2970
2971 * Makefile.tpl: Wrap install between unstage and stage
2972 * Makefile.in: Regenerate.
2973
35f5a23f
EC
29742005-07-21 Eric Christopher <echristo@apple.com>
2975
2976 * MAINTAINERS: Update affiliation.
2977
ff3ddf15
PW
29782005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
2979
2980 * MAINTAINERS: Add self as crx port maintainer.
2981
3a664c1c
DD
29822005-07-20 DJ Delorie <dj@redhat.com>
2983
2984 * MAINTAINERS: Add self as m32c maintainer.
2985
539df155
KC
29862005-07-16 Kelley Cook <kcook@gcc.gnu.org>
2987
2988 * all files: Update FSF address.
2989
be9c593a
EC
29902005-07-15 Eric Christopher <echristo@redhat.com>
2991
2992 * MAINTAINERS: Change affiliation.
2993
fd7ea4ab
JB
29942005-07-14 Jim Blandy <jimb@redhat.com>
2995
2996 * configure.in: Add cases for Renesas m32c.
2997 * configure: Regenerated.
7e050830 2998
0063a823
KC
29992005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3000
d0ca130a
KC
3001 * COPYING.LIB: Update from fsf.org.
3002
30032005-07-14 Kelley Cook <kcook@gcc.gnu.org>
3004
3005 * COPYING, compile, config.guess,
0063a823
KC
3006 config.sub, install-sh, missing, mkinstalldirs,
3007 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 3008 * config-ml.in: Update FSF address.
0063a823 3009
a8ba31f2
EC
30102005-07-13 Eric Christopher <echristo@redhat.com>
3011
3012 * configure.in: Add toplevel noconfigdir support for tpf.
3013 * configure: Regenerate.
3014
5bea4a03
PB
30152005-07-11 Paolo Bonzini <bonzini@gnu.org>
3016
3017 PR ada/22340
3018
3019 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
3020 * Makefile.in: Regenerate.
3021
284bdbbd
MM
30222005-07-07 Mark Mitchell <mark@codesourcery.com>
3023
3024 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 3025 Brolley to write-after-approval.
284bdbbd 3026
452190fb
AS
30272005-07-07 Andreas Schwab <schwab@suse.de>
3028
3029 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
3030 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
3031 * Makefile.in: Regenerated.
3032
9c8f9ec2
GK
30332005-07-06 Geoffrey Keating <geoffk@apple.com>
3034
3035 * configure.in: Don't build sim or rda when targetting darwin.
3036 * configure: Regenerate.
3037
ef0087a7
KH
30382005-07-06 Kazu Hirata <kazu@codesourcery.com>
3039
3040 * configure.in: Add --enable-libssp and --disable-libssp.
3041 * configure: Regenerate with autoconf-2.13.
3042
77008252
JJ
30432005-07-02 Jakub Jelinek <jakub@redhat.com>
3044
3045 * Makefile.def (target_modules): Add libssp.
3046 * configure.in (target_libraries): Add target-libssp.
3047 * configure: Rebuilt.
3048 * Makefile.in: Rebuilt.
3049
a04eae1b
ZW
30502005-07-01 Zack Weinberg <zackw@panix.com>
3051
3052 * MAINTAINERS: Change email address. Resign from maintainership.
3053
948884cd
RG
30542005-07-01 Richard Guenther <rguenther@suse.de>
3055
3056 * MAINTAINERS: Change my e-mail address and affiliation.
3057
c7870f5d
PB
30582005-06-22 Paolo Bonzini <bonzini@gnu.org>
3059
3060 * Makefile.def (stagefeedback): Come after profile.
3061 Define profiledbootstrap target.
3062 * Makefile.tpl (profiledbootstrap): Remove.
3063 (stageprofile-end): Zap stagefeedback.
3064 (stagefeedback-start): Copy all .gcda files, not only GCC's.
3065 * Makefile.in: Regenerate.
3066
ab99519a
RS
30672005-06-13 Richard Sandiford <richard@codesourcery.com>
3068
3069 * MAINTAINERS: Update my email address.
3070
f610dd5f
ZW
30712005-06-13 Zack Weinberg <zack@codesourcery.com>
3072
3073 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
3074 In 'cpp' stanza, support '#line' as well as '# '.
3075
71bc2a83
AS
30762005-06-08 Andreas Schwab <schwab@suse.de>
3077
3078 * MAINTAINERS: Move myself from 'Write After Approval' to
3079 'CPU Port Maintainers' section as m68k maintainer.
3080
4fab7234
HPN
30812005-06-07 Hans-Peter Nilsson <hp@axis.com>
3082
3083 * configure.in (unsupported_languages): New macro.
3084 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3085 non-ported target libraries in noconfigdirs.
3086 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3087 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 3088 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
3089 unsupported_languages.
3090 * configure: Regenerate.
3091
68193f9b
TS
30922005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3093
3094 * configure.in: Fix typo in handling of --with-mpfr-dir.
3095 * configure: Regenerate.
3096
f26f6b8d
RS
30972005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
3098
3099 * MAINTAINERS: Update my email address.
3100
ba4853f8
JB
31012005-06-02 Jim Blandy <jimb@redhat.com>
3102
3103 * config.sub: Add cases for the Renesas m32c. (This patch has been
3104 accepted into the master sources.)
3105
79dd769c 31062005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
3107 Michael Snyder <msnyder@redhat.com>
3108 Stan Cox <scox@redhat.com>
79dd769c 3109
f610dd5f 3110 * configure.in: Set noconfigdirs for ms1.
79dd769c 3111
f610dd5f 3112 * configure: Regenerate.
79dd769c 3113
d29e107f
JD
31142005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
3115
3116 * MAINTAINERS (Write After Approval): Add self.
3117
e93196c3
JC
31182005-06-01 Josh Conner <jconner@apple.com>
3119
3120 * MAINTAINERS (Write After Approval): Add self.
3121
ae263c7a
KH
31222005-06-01 Kazu Hirata <kazu@codesourcery.com>
3123
3124 * MAINTAINERS: Update my email address.
3125
585b3aa3
ZM
31262005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
3127
3128 * MAINTAINERS (Write After Approval): Add self.
3129
4930c50b
CD
31302005-05-26 Chris Demetriou <cgd@broadcom.com>
3131
3132 * MAINTAINERS (Write After Approval): Remove self.
3133
2dfbef6d
PB
31342005-05-25 Paolo Bonzini <bonzini@gnu.org>
3135
3136 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3137 (Dependencies): Consider target modules for bootstrap dependencies.
3138 Make target bootstrap modules depend on each stage's gcc.
3139 * Makefile.in: Regenerate.
3140
bcb28cf5
PB
31412005-05-20 Paolo Bonzini <bonzini@gnu.org>
3142
3143 * Makefile.def (configure-gcc): Depend on binutils having been built.
3144 (all-gcc): No need to do it here.
3145 * Makefile.in: Regenerate.
3146
0cf085e4
PB
31472005-05-19 Paul Brook <paul@codesourcery.com>
3148
f610dd5f 3149 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
3150 language cannot be built.
3151 * configure: Regenerate.
3152
dfb2c39a
DJ
31532005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3154
3155 * ylwrap: Import from Automake 1.9.5.
3156
771aaa92
DU
31572005-05-13 David Ung <davidu@mips.com>
3158
3159 * MAINTAINERS (Write After Approval): Add self.
3160
3ac9bd58
MS
31612005-05-09 Mike Stump <mrs@apple.com>
3162
3163 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
3164 lt_cv_sys_max_cmd_len for now.
f610dd5f 3165
f77a5578
SC
31662005-05-09 Stan Cox <scox@redhat.com>
3167
3168 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
3169
795e36e5
MK
31702005-05-08 Matt Kraai <kraai@ftbfs.org>
3171
3172 * README.SCO: Update the URL.
3173
c9392a2b
DE
31742005-05-05 David Edelsohn <edelsohn@gnu.org>
3175
3176 * ltconfig: Define file_list_spec. Pass file_list_spec and
3177 with_gnu_ld to libtool.
3178 * ltcf-c.sh (aix[45]): Define file_list_spec.
3179 * ltcf-cxx.sh (aix[45]): Same.
3180 * ltcf-gcj.sh (aix[45]): Same.
3181 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
3182 exists, write list of input files to temporary file.
3183
bebcd931
MS
31842005-05-04 Mike Stump <mrs@apple.com>
3185
3186 * configure.in: Always pass --target to target configures as
3187 otherwise rebuilds that do --recheck will fail.
3188 * confiugure: Rebuilt.
3189
ce406537
PB
31902005-05-04 Paolo Bonzini <bonzini@gnu.org>
3191
3192 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3193 STAGE_HOST_EXPORTS.
3194 (configure, all): Add bootstrap support.
3195 (Host modules, target modules): Pass post-stage1 flags and exports.
3196 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3197 * Makefile.in: Regenerate.
3198
aa9dcfc4
PB
31992005-04-29 Paolo Bonzini <bonzini@gnu.org>
3200
3201 * configure: Regenerate.
3202
b6f9abcf
MS
32032005-04-27 Mike Stump <mrs@apple.com>
3204
3205 * MAINTAINERS: Add self as darwin maintainer.
3206
acb217cb
BS
32072005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
3208
3209 * config.sub: Update from master copy.
3210
b6dae270
MS
32112005-04-21 Mike Stump <mrs@apple.com>
3212
3213 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
3214 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
3215
c2e0d3a9
HPN
32162005-04-19 Hans-Peter Nilsson <hp@axis.com>
3217
3218 * configure.in <crisv32-*-*, cris-*-*>: New local variable
3219 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
3220 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
3221 "*-*-elf" and "*-*-linux*".
3222 * configure: Regenerate.
3223
871ae772
JM
32242005-04-14 Joseph S. Myers <joseph@codesourcery.com>
3225
3226 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
3227
bf070c29
MS
32282005-04-12 Mike Stump <mrs@apple.com>
3229
3230 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
3231
e865b6f7
TK
32322005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
3233
3234 * MAINTAINERS (Write After Approval): Add myself.
3235
7b71ad7f
BS
32362005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
3237
3238 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
3239
25b42232
PB
32402005-04-06 Paolo Bonzini <bonzini@gnu.org>
3241
f610dd5f 3242 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
3243 (TARGET_CONFIGARGS): Include --with-target-subdir.
3244 (configure, all): New macros. Use them throughout.
3245 * Makefile.in: Regenerate.
3246
d727c624
JG
32472005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
3248
3249 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 3250
fff72cc4
ZD
32512005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3252
3253 * MAINTAINERS: Remove 'loop unrolling' maintainer.
3254
86472dc3
GP
32552005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
3256
3257 * MAINTAINERS: Move John Carr to Write After Approval.
3258
5d0f90e5
R
32592005-03-30 J"orn Rennecke <joern.rennecke@st.com>
3260
3261 * config/mh-mingw32: Delete.
3262 * configure.in: Don't use it.
3263 * configure: Regenerate.
3264
33da42bc
PB
32652005-03-31 Paolo Bonzini <bonzini@gnu.org>
3266
3267 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3268 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3269 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3270 (HOST_LIB_PATH): Generate from Makefile.def.
3271 (TARGET_LIB_PATH): Likewise.
3272 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3273 * Makefile.in: Regenerate.
3274 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3275 (RPATH_ENVVAR): Include Darwin case.
3276 * configure: Regenerate.
3277
15cc1841
TF
32782005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
3279
3280 * MAINTAINERS (Various Maintainers): Remove self.
3281 (Write After Approval): Add self.
3282
6a8c79d5
TF
32832005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
3284
3285 * MAINTAINERS (Various Maintainers): Add self.
3286
256f7136
PB
32872005-03-25 Paolo Bonzini <bonzini@gnu.org>
3288
3289 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3290 * configure: Regenerate.
3291
191dd2c9
ZW
32922005-03-21 Zack Weinberg <zack@codesourcery.com>
3293
3294 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3295 gcc_version, and gcc_version_trigger from set of flags to pass.
3296 * Makefile.tpl: Remove definitions of above variables.
3297 (config.status): Remove dependency on $(gcc_version_trigger).
3298 * Makefile.in: Regenerate.
3299 * configure.in: Do not reference config/gcc-version.m4 nor
3300 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
3301 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
3302 * configure: Regenerate.
3303
ef6e9bc0
MH
33042005-03-16 Manfred Hollstein <manfred.h@gmx.net>
3305 Andrew Pinski <pinskia@physics.uc.edu>
3306
3307 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3308 * Makefile.in: Regenerate.
3309
009bbd5a
FW
33102005-03-13 Feng Wang <fengwang@nudt.edu.cn>
3311
3312 * MAINTAINERS (Write After Approval): Add myself.
3313
09f8755b
DA
33142005-03-03 David Ayers <d.ayers@inode.at>
3315
3316 * MAINTAINERS (Write After Approval): Add myself.
3317
e73ed25c
AO
33182005-03-01 Alexandre Oliva <aoliva@redhat.com>
3319
3320 PR libgcj/20160
3321 * ltmain.sh: Avoid creating archives with components that have
3322 duplicate basenames.
3323
ace9ac7b
AP
33242005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
3325
3326 PR bootstrap/20250
3327 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3328 instead of check.
3329 * Makefile.in: Regenerate.
3330
c9db9354
PB
33312005-02-28 Paolo Bonzini <bonzini@gnu.org>
3332
3333 * Makefile.in: Regenerate to fix conflict between the previous two
3334 patches.
3335
215c351a
PB
33362005-02-28 Paolo Bonzini <bonzini@gnu.org>
3337
3338 PR bootstrap/17383
3339 * Makefile.def (target_modules): Remove "stage", now unnecessary.
3340 * Makefile.tpl (HOST_SUBDIR): New substitution.
3341 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3342 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3343 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3344 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3345 (Host modules, Bootstrapped modules): Use it.
3346 (Build modules, Target modules): Do not create symlink trees,
3347 always configure out-of-srcdir.
3348 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3349 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3350 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3351 $(HOST_SUBDIR). Create a symlink for host_subdir.
3352
3353 * Makefile.in: Regenerate.
3354 * configure: Regenerate.
3355
5395b47b
NN
33562005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3357
3358 Merged from libada-gnattools-branch:
3359 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
3360
3361 * gnattools: New directory.
3362 * Makefile.def: Add gnattools as a module, depending on target-libada.
3363 * Makefile.in: Regenerate.
3364 * configure.in: Include gnattools in host_tools; disable it if ada
3365 is disabled.
3366 * configure: Regenerate.
3367
ca2cc05c
JM
33682005-02-24 James A. Morrison <phython@gcc.gnu.org>
3369
3370 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
3371 treelang maintainer.
3372 (Write After Approval): Remove myself.
3373
d2f3024f
PS
33742005-02-23 Paul Schlie <schlie@comcast.net>
3375
3376 * configure.in: Allow darwin targeted ports to build tk, itcl and
3377 libgui.
3378 * configure: Regenerate.
3379
bba5e0ca
EB
33802005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3381
3382 PR libgcj/10353
3383 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3384 * configure: Regenerate.
3385
70132ce7
SK
33862005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
3387
3388 * MAINTAINERS (Write After Approval): Add myself.
3389
20f0edca
ILT
33902005-02-10 Ian Lance Taylor <ian@airs.com>
3391
3392 * MAINTAINERS: Update my e-mail address.
3393
e64e5109
RG
33942005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
3395
3396 * MAINTAINERS (Write After Approval): Add myself.
3397
40d64b5a
HPN
33982005-01-29 Hans-Peter Nilsson <hp@axis.com>
3399
3400 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3401 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3402 target-libgloss when not *-*-elf and *-*-aout.
3403 * configure: Regenerate.
3404
54a12711
KH
34052005-01-23 Kazu Hirata <kazu@cs.umass.edu>
3406
3407 * MAINTAINERS: Remove obsolete entries.
3408
0aa99dbb
KH
3409 * MAINTAINERS (Write After Approval): Add Michael Matz.
3410
2b009f5f
NB
34112005-01-19 Neil Booth <neil@daikokuya.co.uk>
3412
3413 * MAINTAINERS: Remove self as cpplib maintainer.
3414
385870f5
KC
34152005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3416
3417 * install-sh, config.sub: Import from upstream.
3418
e7daab31
KC
34192005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3420
3421 PR bootstrap/18222
3422 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3423 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3424 * Makefile.in: Regenerate.
3425
e6003f4d
JT
34262005-01-16 Jason Thorpe <thorpej@netbsd.org>
3427
3428 * MAINTAINERS: Update my email address.
3429
145e2972 34302005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 3431 Andreas Schwab <schwab@suse.de>
145e2972
DE
3432
3433 PR bootstrap/18033
3434 * config-ml.in: Eval option if surrounded by single quotes.
3435
86c7e0da
PB
34362005-01-03 Paolo Bonzini <bonzini@gnu.org>
3437
3438 Revert 2004-12-28 Makefile changes, a better fix will be
3439 applied to mainline and src after GCC 4.0 branches.
3440
3224a22f
PB
34412004-12-28 Paolo Bonzini <bonzini@gnu.org>
3442
3443 PR bootstrap/17383
3444
3445 * Makefile.def (target_modules): Remove stage parameter,
3446 it is always true now.
3447 * Makefile.tpl (configure-build-[+module+],
3448 configure-target-[+module+]): Always build symlink tree
3449 for the directory and for include. BUILD_SUBDIR and
3450 TARGET_SUBDIR cannot be . anymore.
3451 * Makefile.in: Regenerate.
3452
aaf51ca2
DE
34532004-12-25 David Edelsohn <edelsohn@gnu.org>
3454
3455 Revert 2004-12-08 Makefile changes.
3456
4e32e454
DS
34572004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
3458
3459 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
3460 cygwin, mingw.
3461
669f01d8
AS
34622004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
3463
3464 * configure.in (sh64-*-*): Reenable gprof.
3465 * configure: Regenerate.
3466
1b227ee0
DE
34672004-12-08 David Edelsohn <edelsohn@gnu.org>
3468
3469 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3470 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3471 (EXTRA_TARGET_FLAGS): Add PICFLAG.
3472 * Makefile.in: Regenerate.
3473
ce5e944c
CF
34742004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
3475
3476 * MAINTAINERS: Update my email address.
3477
893f1e87
MK
34782004-12-07 Matt Kraai <kraai@ftbfs.org>
3479
3480 * Makefile.tpl: Generate normal dependencies if the LHS module is
3481 not bootstrapped.
3482 * Makefile.in: Regenerate.
3483
bb59c339
RS
34842004-12-03 Richard Sandiford <rsandifo@redhat.com>
3485
3486 * configure.in: Include config/gxx-include-dir.m4. Use
3487 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
3488 * configure: Regenerate.
3489
4982adbe
RS
34902004-12-03 Richard Sandiford <rsandifo@redhat.com>
3491
3492 * config.if: Delete.
3493 * configure.in: Set libstdcxx_incdir directly.
3494 * configure: Regenerate.
3495
05750653
EC
34962004-12-02 Eric Christopher <echristo@redhat.com>
3497
3498 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
3499 * Makefile.in: Regenerate.
3500
5fef1dbd
RS
35012004-12-02 Richard Sandiford <rsandifo@redhat.com>
3502
3503 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
3504 * configure: Regenerate.
3505
afabd8e6
RS
35062004-12-02 Richard Sandiford <rsandifo@redhat.com>
3507
3508 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
3509 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
3510 * configure: Regenerate.
3511
78716e86
EC
35122004-12-01 Eric Christopher <echristo@redhat.com>
3513
3514 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
3515 of things to remove.
3516
57ab8ba9
MK
35172004-11-29 Matt Kraai <kraai@ftbfs.org>
3518
3519 * MAINTAINERS (Write After Approval): Update my e-mail address.
3520
2539bffe
KC
35212004-11-29 Kelley Cook <kcook@gcc.gnu.org>
3522
3523 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
3524 from CVS libtool to always pass_all.
3525
3e732ba0
JDA
35262004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3527
3528 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
3529 (hppa*64*-*-*): Delete incorrect comment.
3530 * configure: Rebuilt.
3531
767f726e
KC
35322004-11-24 Kelley Cook <kcook@gcc.gnu.org>
3533
3534 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
3535
2c92e90f
KC
35362004-11-24 Kelley Cook <kcook@gcc.gnu.org>
3537
3538 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
3539 from CVS libtool to always pass_all.
3540
32f84e48
KC
35412004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3542
3543 * install-sh, compile: Import from automake.
3544
9587be8a
KC
35452004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3546
3547 * config.guess, config.sub: Import from savannnah.
3548
04e81808 35492004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
3550
3551 * MAINTAINERS (Write After Approval): Add myself
3552
f87a2b2e
MS
35532004-11-12 Mike Stump <mrs@apple.com>
3554
3555 * Makefile.def: Add html support.
3556 * Makefile.tpl: Likewise.
3557 * Makefile.in: Regenerate.
3558
848556c2
GK
35592004-11-11 Geoffrey Keating <geoffk@apple.com>
3560
556f03c4
GK
3561 PR 18423
3562 * configure.in: Remove all instances of build-fixincludes from
3563 noconfigdirs.
3564 (build_configargs): Supply --target to subdirectories.
3565 * configure: Regenerate.
3566
848556c2
GK
3567 * Makefile.def: Make gcc install depend on fixincludes install.
3568 * Makefile.in: Regenerate.
3569
9e5712a5
JJ
35702004-11-10 Janis Johnson <janis187@us.ibm.com>
3571
3572 * MAINTAINERS: Add myself as gcc testsuite maintainer.
3573
4ef509c0
PB
35742004-11-11 Paul Brook <paul@codesourcery.com>
3575
3576 * MAINTAINERS: Add self as arm maintainer. Update email address.
3577
20d11df6
HPN
35782004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
3579
3580 * configure.in (noconfigdirs) [mmix-*-*]: Disable
3581 target-libgfortran.
79fd8592 3582 * configure: Regenerate.
20d11df6 3583
68c70f15
DE
35842004-11-07 David Edelsohn <edelsohn@gnu.org>
3585
3586 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
3587 like CC.
3588
54f88091
PB
35892004-11-05 Paolo Bonzini <bonzini@gnu.org>
3590
3591 * Makefile.def (host fixincludes): Specify missing targets.
3592 * Makefile.in: Regenerate.
3593
6866abb8
RC
35942004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
3595
3596 * MAINTAINERS: Add myself
3597
83f62578
GL
35982004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
3599
3600 * MAINTAINERS (Write After Approval): Add myself.
3601
53c7ffe7
GK
36022004-11-04 Geoffrey Keating <geoffk@apple.com>
3603
3604 * Makefile.def: Build fixincludes for the host, too.
3605 * Makefile.in: Regenerate.
3606 * configure.in (host_tools): Add fixincludes.
3607 * configure: Regenerate.
3608
ac8b3d9d
DJ
36092004-11-04 Daniel Jacobowitz <dan@debian.org>
3610
3611 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
3612 * configure: Regenerated.
3613
bab37580
L
36142004-11-04 H.J. Lu <hongjiu.lu@intel.com>
3615
3616 PR other/17783
3617 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
3618 * configure: Regenerated.
3619
db1de713
MM
36202004-10-31 Mark Mitchell <mark@codesourcery.com>
3621
3622 * README.SCO: Update per FSF instructions.
3623
a827e21a
EW
36242004-10-28 Eric B. Weddington <ericw@evcohs.com>
3625
3626 PR target/18151
3627 * configure.in (case ${target}): Do not build fixincludes for avr.
3628 * configure: Regenerated.
3629
9d069a4f
PB
36302004-10-26 Paolo Bonzini <bonzini@gnu.org>
3631
3632 * configure.in (case ${target}): Do not build fixincludes
3633 on platforms where it is not used.
3634 * configure: Regenerated.
3635
fc45f3fe
DJ
36362004-10-23 Daniel Jacobowitz <dan@debian.org>
3637
3638 * configure.in: Use an absolute path to install-sh.
3639 * configure: Regenerated.
3640
36554b92
AL
36412004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3642
3643 * MAINTAINERS (Write After Approval): Add myself.
3644
88e9994a
KH
36452004-10-19 Kazu Hirata <kazu@cs.umass.edu>
3646
3647 * MAINTAINERS: Remove from Write After Approval those that are
3648 already maintainers.
3649
ad02a944
SP
36502004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
3651
3652 * MAINTAINERS: Update my email address.
3653
c8e6cd41
KC
36542004-10-12 Kelley Cook <kcook@gcc.gnu.org>
3655
3656 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
3657 * configure: Regenerate.
3658
ebe55024
R
36592004-10-07 J"orn Rennecke <joern.rennecke@st.com>
3660
3661 * MAINTAINERS: Update my email address.
3662
a8b0957e
KH
36632004-10-07 Kazu Hirata <kazu@cs.umass.edu>
3664
3665 * MAINTAINERS (Language Front Ends Maintainers): New. Move
3666 entries belonging to this category.
3667
96836f61
JZ
36682004-10-06 Josef Zlomek <josef.zlomek@email.cz>
3669
3670 * MAINTAINERS: Update my e-mail address.
3671
7e0b5752
PB
36722004-10-06 Paolo Bonzini <bonzini@gnu.org>
3673
3674 Fix wrong conflict resolution in:
3675
3676 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
3677
3678 * Makefile.in: Regenerate.
3679 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3680 in the recursive `make', instead of hardwiring `all'.
3681 (Autogenerated TARGET-* variables): New.
3682
370f7a47
TL
36832004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
3684
3685 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 3686 * configure: Regenerate.
370f7a47 3687
13e5d623
KH
36882004-10-04 Kazu Hirata <kazu@cs.umass.edu>
3689
3690 * MAINTAINERS (Various Maintainers): Move the "windows,
3691 cygwin, mingw" maintainer to ...
3692 (OS Port Maintainers): ... here.
3693
a6497c1b
KH
36942004-10-04 Kazu Hirata <kazu@cs.umass.edu>
3695
3696 * MAINTAINERS (Write After Approval): Remove those that are
3697 maintainers of some subsystem.
3698
1abb828a
D
36992004-10-02 P.J. Darcy <darcypj@us.ibm.com>
3700
3701 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
3702 * ltcf-cxx.sh (tpf*): Likewise.
3703 * ltconfig (tpf*): Add TPF OS configuration support.
3704
16d1338d
BS
37052004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
3706
3707 * MAINTAINERS: Change my email address to my new work account.
3708
9082a750
MR
37092004-09-24 Michael Roth <mroth@nessie.de>
3710
3711 * configure.in (--without-headers): Add missing double quotes.
3712 * configure: Regenerate.
3713
07a8bdf8
KC
37142004-09-24 Kelley Cook <kcook@gcc.gnu.org>
3715
3716 * ylwrap: Revert to previous version.
3717
4c4a5bbc
L
37182004-09-23 H.J. Lu <hongjiu.lu@intel.com>
3719
3720 PR bootstrap/17369
3721 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
3722 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
3723 SET_GCC_LIB_PATH_CMD.
3724 (BASE_TARGET_EXPORTS): Likewise.
3725 * Makefile.in: Regenerated.
3726
3727 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
3728 * configure: Regenerated.
3729
85f59630
KC
37302004-09-23 Kelley Cook <kcook@gcc.gnu.org>
3731
3732 * config.guess: New upstream version
3733 * compile, depcomp, install-sh, ylwrap: Likewise.
3734
95c53c62
RS
37352004-09-19 Roger Sayle <roger@eyesopen.com>
3736
3737 * config/mh-x86omitfp: New host makefile fragment. Add
3738 -fomit-frame-pointer to the default BOOT_CFLAGS.
3739 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
3740 * configure: Regenerate.
3741
0a1c093b
AP
37422004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
3743
3744 PR target/11572
3745 * configure.in (*-*-darwin*): Renable libobjc.
3746 * configure: Regenerate.
3747
315fcf97
NS
37482004-09-10 Nathan Sidwell <nathan@codesourcery.com>
3749
3750 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
3751
0a050485 37522004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 3753
0a050485
DB
3754 * Makefile.def: Remove libbanshee.
3755 * Makefile.tpl: Ditto.
3756 * configure.in: Ditto.
3757 * Makefile.in: Regen.
3758 * configure: Ditto.
3759
5f4a098e
DE
37602004-09-08 David Edelsohn <edelsohn@gnu.org>
3761
3762 * ltmain.sh: Use $pic_object as $non_pic_object if
3763 $non_pic_object=none.
3764
32b2511f
PB
37652004-09-07 Paolo Bonzini <bonzini@gnu.org>
3766
3767 * missing: Import latest version from master repository.
3768
fc4d0e82
NC
37692004-09-06 Nick Clifton <nickc@redhat.com>
3770
3771 * config.sub: Import latest version from master repository.
3772 * config.guess: Likewise.
3773 This includes these changes:
78716e86 3774
fc4d0e82
NC
3775 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
3776
3777 * config.sub: Handle crisv32, alias etraxfs.
3778 * config.guess (crisv32:Linux:*:*): Handle.
3779
3780 2004-08-13 Brad Smith <brad@comstyle.com>
3781
3782 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
3783 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
3784
3785 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
3786
3787 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
3788 assume the processor is a powerpc. This is because coreutils
3789 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
3790 in this case, due to a MacOS X bug that causes
3791 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
3792 to return a negative number.
3793 Problem reported by Petter Reinholdtsen in:
3794 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
3795
3796 2004-07-19 Ben Elliston <bje@gnu.org>
3797
3798 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
3799
3800 2004-06-24 Ben Elliston <bje@gnu.org>
3801
3802 * config.guess: Update copyright years.
3803 * config.sub: Likewise.
3804
3805 2004-06-22 Robert Millan <robertmh@gnu.org>
3806
3807 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
3808 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
3809
3810 2004-06-22 Stanley F. Quayle <stan@stanq.com>
3811
3812 * config.guess (*:*VMS:*:*): New entry. Replaces
3813 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
3814 manufacturer.
3815
3816 2004-06-22 Ben Elliston <bje@gnu.org>
3817
3818 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
3819 * config.sub: Likewise.
3820
3821 2004-06-22 Ben Elliston <bje@gnu.org>
3822
3823 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
3824 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
3825
3826 2004-06-11 Ben Elliston <bje@gnu.org>
3827
3828 * config.guess (pegasos:OpenBSD:*:*): Remove.
3829
3830 2004-06-11 Ben Elliston <bje@gnu.org>
3831
3832 From Wouter Verhelst <wouter@grep.be>:
3833 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
3834
3835 2004-06-11 Ben Elliston <bje@gnu.org>
3836
3837 * config.guess (luna88k:OpenBSD:*:*): New.
3838
3839 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3840
3841 * config.guess (m32r*:Linux:*:*): New case.
3842 * config.sub: Handle m32rle.
3843
3844 2004-03-12 Ben Elliston <bje@wasabisystems.com>
3845
3846 From Jens Petersen <petersen@redhat.com>:
3847 * config.sub: Handle sparcv8.
3848
3849 2004-03-03 Ben Elliston <bje@wasabisystems.com>
3850
3851 From Tom Smith <smith@cag.lkg.hp.com>:
3852 * config.guess: Version suffixes are equally significant on Tru64
3853 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
3854 prefix of "P" (patched kernel).
3855
3856 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
3857
3858 * config.sub: Add support for National Semiconductor CRX target.
3859
2f4cc6bf
JJ
38602004-09-03 Janis Johnson <janis187@us.ibm.com>
3861
3862 * MAINTAINERS (Various Maintainers): Remove myself as web page
3863 maintainer, add myself as maintainer of build status lists.
3864
61fec9ff
JB
38652004-09-03 Jan Beulich <jbeulich@novell.com>
3866
3867 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
3868 *-*-netware, but add target-libmudflap.
3869 Consolidate *-*-netware targets (of which really only i?86 exists)
3870 into a single entry.
3871 * configure: Likewise.
3872
45f366ab
PB
38732004-09-01 Paolo Bonzini <bonzini@gnu.org>
3874
3875 * Makefile.tpl (sorry): Remove.
3876 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
3877 (cleanstrap targets): Depend on distclean, not distclean-stage1.
3878 (do-clean): Clean per-stage directories too.
3879 (do-distclean): Run distclean-stage1 too.
3880 (.NOTPARALLEL): Enable during toplevel bootstrap.
3881 (stage[+id+]-bubble): Enable parallel execution during
3882 the recursive invocation.
3883 * Makefile.in: Regenerate.
3884
3885 Fix previous checkin:
3886
3887 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
3888 include.
3889 * configure.in: Fix indentation.
3890 * configure: Regenerate.
3891
be8fff81
RB
38922004-08-31 Robert Bowdidge <bowdidge@apple.com>
3893
45f366ab
PB
3894 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
3895 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
3896 * configure: regenerate
78716e86 3897 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 3898 -mdynamic-no-pic
be8fff81
RB
3899
3900
71b5d516
PB
39012004-08-31 Paolo Bonzini <bonzini@gnu.org>
3902
3903 * Makefile.def (build_modules): Add fixincludes.
3904 (dependencies): Make gcc depend on fixincludes.
3905 * configure.in (build_tools): Add fixincludes.
3906 (build_configdirs): Always include build_libs.
3907 * Makefile.in: Regenerate.
3908 * configure: Regenerate.
3909
39102004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
3911
3912 * Makefile.def (bootstrap stages): Add 'lean' parameter.
3913 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
3914 phony targets; do not generate timestamp files.
3915 (distclean-stageN): Remove references to their timestamp files.
3916 (restageN, touch-stageN): Remove.
3917 (stageN-bubble): Rewritten.
3918 (compare): Support lean bootstraps.
3919 * Makefile.in: Regenerate.
3920
3921 * configure.in: Only warn when bootstrapping but
3922 build != host or build != target. Support lean bootstraps.
3923 * configure: Regenerate.
3924
ce7cbbb0
PE
39252004-08-26 Phil Edwards <phil@codesourcery.com>
3926
3927 * configure.in: Give a better error message if GMP/MPFR are missing
3928 and a language needing them has been requested.
3929 * configure: Regenerated.
3930
9c71a529
PE
39312004-08-25 Phil Edwards <phil@codesourcery.com>
3932
3933 * configure.in: Print a list of available language front-ends if
3934 a requested one is missing. Tidy stray tab characters.
3935 * configure: Regenerated.
3936
e3f92d3b
MK
39372004-08-19 Michael Koch <konqueror@gmx.de>
3938
3939 * gcc/doc/install.texi: Update entry about automake for libjava.
3940
c3f84f61
RM
39412004-08-17 Robert Millan <robertmh@gnu.org>
3942
3943 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
3944 (instead of FreeBSD).
3945 * configure: Regenerate.
3946
7c27e184
PB
39472004-08-16 Paolo Bonzini <bonzini@gnu.org>
3948
3949 * Makefile.in: Regenerate.
3950 * configure: Regenerate.
3951
3952 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
3953 stage_*_flags.
3954 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
3955 for bootstrapped modules if toplevel bootstrap is going.
3956 (GCC bootstrap): Generate per-stage targets for all bootstrapped
3957 modules. Adjust for changes in Makefile.def. Enable several
3958 rules even in non-bootstrap mode, just to avoid peppering the
3959 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
3960 (stage-[+prev+]-bubble): Remove.
3961
3962 * Makefile.def (Dependencies): Depend on all-build-bison,
3963 all-build-flex, all-build-byacc, all-build-texinfo, rather
3964 than the host variations.
3965 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
3966 with BUILD_SUBDIR.
3967 (BISON): Update for recent Bisons.
3968 (YACC): Fix typo.
3969 (cross): Depend on all-build.
3970 (all): Do not depend on all-build.
3971 (prebootstrap): Remove.
3972 (dep-kind): Accept separate prefixes for MODULE and ON variables.
3973 (Prebootstrap dependencies): Add them to the per-stage targets
3974 and to all-prebootstrap.
3975 * configure.in (build_configdirs): Always enable build_tools.
3976 (BUILD_DIR_PREFIX): Remove.
3977
3978 * Makefile.def (gcc): Add target variable.
3979 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
3980 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3981 in the recursive `make', instead of hardwiring `all'.
3982 (Autogenerated TARGET-* variables): New.
3983
20f3bb80
BB
39842004-08-13 Brian Booth <bbooth@redhat.com>
3985
3986 * MAINTAINERS: Remove myself from write-after-approval.
3987
b5be499d
NN
39882004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
3989
3990 * src-release: Stop distributing mmalloc with gdb (which doesn't
3991 use it).
3992 * Makefile.def: GDB doesn't depend on mmalloc anymore.
3993 * Makefile.in: Regenerate.
3994
b3f8d95d
MM
39952004-08-09 Mark Mitchell <mark@codesourcery.com>
3996
3997 * configure.in (arm*-*-eabi*): New target.
3998 * configure: Regenerate.
3999
3589b69e
PB
40002004-08-06 Paolo Bonzini <bonzini@gnu.org>
4001
4002 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
4003 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
4004 (Dependencies): New section.
4005 * Makefile.tpl (Dependencies): Generate from Makefile.def.
4006 (configure-target-[+module+]): Depend on maybe-all-gcc
4007 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
4008 (toplevel profiledbootstrap): Fix dependencies.
4009 * Makefile.in: Regenerate.
4010
972974fc
MM
40112004-08-03 Mark Mitchell <mark@codesourcery.com>
4012
4013 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
4014 target-libiberty to noconfigdirs.
4015 * configure: Regenerate.
4016
bebf829d
PB
40172004-08-03 Paul Brook <paul@codesourcery.com>
4018
4019 * configure.in: Check for MPFR as well as GMP.
4020 * configure: Regenerate.
4021
98a5bb3b
RM
40222004-08-01 Robert Millan <robertmh@gnu.org>
4023
4024 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
4025 libmudflap for all GNU-based systems (with Glibc).
4026 * configure: Regenerate.
4027
d32ab992
PB
40282004-08-03 Paolo Bonzini <bonzini@gnu.org>
4029
4030 * Makefile.def (host-modules): Add gcc.
4031 * Makefile.in: Regenerate.
4032 * Makefile.tpl (sorry): New rule.
4033 (configure-host, all-host, [+make_target+]-host, do-check,
4034 install-host): Do not add gcc as a special case.
4035 (host modules): Add a small special-casing for gcc. Export
4036 extra_make_flags through the environment.
4037 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
4038 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
4039 other recursive targets for gcc): Remove.
4040
4041 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
4042 (stage, unstage): New rules.
4043 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
4044 distclean-stage[+id+]): Use stage_current.
4045 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
4046 the stage*-start rules.
4047
aeb732c1
GK
40482004-08-02 Geoffrey Keating <geoffk@apple.com>
4049
4050 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
4051 use -all_load flag.
4052
25b656e7
PB
40532004-08-02 Paolo Bonzini <bonzini@gnu.org>
4054
4055 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
4056 * configure: Regenerate.
4057
cc440d71
TM
40582004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
4059
4060 * maintainer-scripts/gcc_release: Revert yesterday's change.
4061
270e140b
SB
40622004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
4063
4064 * MAINTAINERS: Add myself to write-after-approval.
4065
3e4035f8
TM
40662004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
4067
4068 * libf2c: Removed.
4069 * gcc/gccbug.in: Updated because of libf2c removal.
4070 * maintainer-scripts/gcc_release: Ditto.
4071
a3e8d8b4
LR
40722004-07-09 Loren J. Rittle <ljrittle@acm.org>
4073
4074 * configure.in: Build libmudflap by default on FreeBSD.
4075 * configure: Regenerated.
4076
dfcada9a
MM
40772004-07-09 Mark Mitchell <mark@codesourcery.com>
4078
4079 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4080 systems.
4081 * configure: Regenerated.
4082
3922b216
JDA
40832004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4084
4085 PR target/16344
4086 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4087 feedback based compiler.
4088 * Makefile.in: Rebuilt.
4089
95bcca47
AO
40902004-07-08 Alexandre Oliva <aoliva@redhat.com>
4091
4092 * Makefile.def (host_modules): Set bootstrap=true for flex.
4093 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4094 * Makefile.in: Rebuilt.
4095
051822f6
JH
40962004-07-07 Jan Hubicka <jh@suse.cz>
4097
4098 * MAINTAINERS: Add self as a profile feedback maintainer.
4099
7b61653a
PE
41002004-07-05 Phil Edwards <phil@codesourcery.com>
4101
4102 * configure.in: Do not prepend $srcdir to /dev/null in
4103 makefile fragments.
4104 * configure: Regenerate.
4105
23f6b2f9
PB
41062004-07-01 Paolo Bonzini <bonzini@gnu.org>
4107
4108 * Makefile.def (build_modules): Add bison, byacc, flex,
4109 m4, texinfo.
4110 (flags_to_pass): Add FLEX.
4111 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4112 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4113 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4114 DEFAULT_MAKEINFO): Remove.
4115 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4116 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4117 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4118 objdir or else use configured tool.
4119 (all-build): New.
4120 (all): Depend on it.
4121 (Build module dependencies): Add.
4122 * Makefile.in: Regenerate.
4123 * configure.in: Better support for multiple build modules,
4124 matching what is done for host/target modules. Do not look
4125 for "plausible" locations of build tools if Canadian cross.
4126 Use autoconf's AC_PROG_CC to find a C compiler. Define
4127 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4128 * configure: Regenerate.
78716e86 4129
1c020272
PB
41302004-06-22 Paolo Bonzini <bonzini@gnu.org>
4131
4132 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4133 * Makefile.in: Regenerate.
4134
a52a0a7f
PB
41352004-06-22 Paolo Bonzini <bonzini@gnu.org>
4136
4137 * Makefile.tpl (configure-build-[+module+],
4138 configure-[+module+], configure-target-[+module+]): Pass
4139 [+extra_configure_args+].
4140 (all-build-[+module+], all-[+module+], check-[+module+],
4141 install-[+module+], [+make_target+]-[+module+],
4142 all-target-[+module+], check-target-[+module+],
4143 install-target-[+module+], [+make_target+]-target-[+module+]):
4144 Pass [+extra_make_args+].
4145 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4146 (GCC_HOST_EXPORTS): Remove.
4147 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4148 cross, check-gcc, check-gcc-c++, install-gcc,
4149 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4150 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4151 * Makefile.in: Regenerate.
4152
ccde3f1a
MS
41532004-06-21 Matthew Sachs <msachs@apple.com>
4154
4155 * MAINTAINERS: Added self to write-after-approval.
4156
6264b0a6
CF
41572004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4158
4159 * configure.in: Check for srcdir/winsup rather than build directory
4160 winsup.
4161 * configure: Regenerate.
4162
801e2270
CV
41632004-06-17 Corinna Vinschen <vinschen@redhat.com>
4164
4165 * configure.in: Don't build Cygwin native newlib if winsup
4166 directory is missing. Emit warning instead.
4167 * configure: Regenerate.
4168
ad6717df
PB
41692004-06-09 Paolo Bonzini <bonzini@gnu.org>
4170
4171 * Makefile.tpl (touch-stage[+id+]): New.
4172 (restage[+prev+]): Depend on touch-stage[+id+].
4173
4174 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4175 Use it throughout.
4176
4177 * Makefile.def: Add profile and feedback bootstrap stages.
4178 Remove next field from bootstrap stages.
4179 * Makefile.tpl (LN, LN_S): Substitute.
4180 (stageN-start, stageN-end): Use double-colon rules, to
4181 provide a hook for additional setup commands.
4182 (distclean-stageN-gcc, restageN): Create dependencies from
4183 [+prev+], not from [+next+].
4184 (stageN-bubble): Add commands for successive stages from
4185 [+prev+], using double-colon rules.
4186 (all-stageN-gcc): Fix typo.
4187 (stagefeedback-start, profiledbootstrap): New.
4188 * Makefile.in: Regenerate.
4189 * configure.in: Call ACX_PROG_LN.
4190 * configure: Regenerate.
4191
5bbb9680
CY
41922004-06-08 Canqun Yang <canqun@nudt.edu.cn>
4193
4194 * MAINTAINERS (Write After Approval): Add myself.
4195
e18be1d4
MA
41962004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
4197
4198 * MAINTAINERS (Write After Approval): Add myself.
4199
5607edfd
PB
42002004-06-03 Paolo Bonzini <bonzini@gnu.org>
4201
4202 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4203 without gcc.
4204 * configure: Regenerate.
4205
1ec4e9c3
PB
42062004-06-01 Paolo Bonzini <bonzini@gnu.org>
4207
4208 * Makefile.tpl: Fix typo.
4209 * Makefile.in: Regenerate.
4210
c2f7605f
PB
42112004-06-01 Paolo Bonzini <bonzini@gnu.org>
4212
4213 * configure.in: Remove new- prefix from toplevel
4214 bootstrap targets.
4215 * configure: Regenerate.
4216
f516a7da
PB
42172004-06-01 Paolo Bonzini <bonzini@gnu.org>
4218
4219 * Makefile.tpl (all.normal): Rename to all.
4220 (all): Replace with a rule to pick the default
4221 target from configure.
4222 (all-gcc, configure-gcc): Use conditionals to
4223 do nothing when toplevel bootstrap is going on.
4224 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4225 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4226 * configure.in: Support --enable-bootstrap.
4227
4228 * Makefile.def: Remove new- prefix from toplevel
4229 bootstrap targets.
4230 * Makefile.tpl: Likewise.
4231
4232 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
4233 target.
4234
4235 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4236 $(RECURSE_FLAGS) to recursive invocation of make.
4237
4238 * Makefile.in: Regenerate.
4239 * configure: Regenerate.
4240
78dd5e36
AJ
42412004-05-30 Andreas Jaeger <aj@suse.de>
4242 Jim Wilson <wilson@specifixinc.com>
4243
4244 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4245 like CC.
4246
30f1bddc
DJ
42472004-05-27 Daniel Jacobowitz <dan@debian.org>
4248
4249 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4250 * configure: Regenerate.
4251
4fc4dd12
DJ
42522004-05-25 Daniel Jacobowitz <drow@false.org>
4253
4254 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4255 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4256 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
4257 targets.
4258 * Makefile.in: Regenerate.
4259
94632047 42602004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
4261
4262 * configure.in: Test the ability to symlink directories.
4263 * configure: Regenerate.
4264
4265 * Makefile.def (bootstrap-stage): New definitions.
4266 * Makefile.tpl (configure-stage1-gcc,
4267 configure-stage2-gcc, configure-stage3-gcc,
4268 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4269 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4270 new-restage3, compare): Autogenerate, see Makefile.in
4271 entry for behavioral changes.
4272 (distclean-stage1, new-stage1-start, new-stage1-end,
4273 new-stage1-bubble, distclean-stage2, new-stage2-start,
4274 new-stage2-end, new-stage2-bubble, distclean-stage3,
4275 new-stage3-start, new-stage3-end): New autogenerated targets.
4276 (objext, prebootstrap, BOOT_CFLAGS,
4277 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4278 targets.
4279
4280 * Makefile.in: Regenerate.
4281 (distclean-stage1, new-stage1-start, new-stage1-end,
4282 new-stage1-bubble, distclean-stage2, new-stage2-start,
4283 new-stage2-end, new-stage2-bubble, distclean-stage3,
4284 new-stage3-start, new-stage3-end): New targets.
4285 (all-stage1-gcc): Move prebootstrap dependency from here...
4286 (configure-stage1-gcc): ...to here.
4287 (new-bootstrap): Use bubble targets.
4288 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4289 Use per-stage distclean targets.
4290 (configure-stage1-gcc, configure-stage2-gcc,
4291 configure-stage3-gcc, all-stage1-gcc,
4292 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4293 Use new-stageN-start to prepare the tree.
4294
4f4e53dd
PB
42952004-05-23 Paolo Bonzini <bonzini@gnu.org>
4296
4297 * Makefile.def (host_modules): add libcpp.
4298 * Makefile.tpl: Add dependencies on and for libcpp.
4299 * Makefile.in: Regenerate.
4300 * configure.in: Add libcpp host module.
4301 * configure: Regenerate.
4302
60975492
PB
43032004-05-21 Paolo Bonzini <bonzini@gnu.org>
4304
4305 * Makefile.tpl: Whenever a recursive target is defined, wrap
4306 it in a special @if/@endif block, and prepare its maybe
4307 dependency in the @if/@endif block
4308 * configure.in: Instead of writing maybe dependencies, remove
4309 the @if/@endif statements, and remove the @if/@endif blocks
4310 that remain.
4311 * configure: Regenerate.
4312 * Makefile.in: Regenerate.
4313
5ce7d75d
JJ
43142004-05-20 Janis Johnson <janis187@us.ibm.com>
4315
4316 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
4317
c779c42f
KK
43182004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
4319
4320 PR bootstrap/15120
4321 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
4322 * */configure: Rebuilt.
4323
b4117c30
ZW
43242004-05-17 Zack Weinberg <zack@codesourcery.com>
4325
4326 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4327 of libf2c.
4328 * configure, Makefile.in: Regenerate.
4329
719bb4e3 43302004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
4331
4332 * MAINTAINERS (Write After Approval): Add myself.
4333
6de9cd9a
DN
43342004-05-13 Diego Novillo <dnovillo@redhat.com>
4335
4336 Merge from tree-ssa-20020619-branch.
4337
4338 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4339 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4340 (HOST_GMPLIBS): Define.
4341 (HOST_GMPINC): Define.
4342 (TARGET_LIB_PATH): Add libmudflap.
4343 (GFORTRAN_FOR_TARGET): Define.
4344 (configure-build*): Export GFORTRAN.
4345 (configure-gcc): Export GMPLIBS and GMPINC.
4346 (all-gcc): Add maybe-all-libbanshee.
4347 (configure-target-libgfortran): Define.
4348 * Makefile.in: Regenerate.
4349 * configure.in (host_libs): Add libbanshee.
4350 (target_libraries): Add target-libmudflap and target-libgfortran.
4351 Add --with-libbanshee.
4352 Handle --disable-libmudflap.
4353 (*-*-freebsd*): Use with_gmp.
4354 Add $(libgcj) to noconfigdirs.
4355 * configure: Regenerate.
4356 * depcomp: New file.
4357 * MAINTAINERS: Add tree-ssa maintainers.
4358
8f1b790f
VM
43592004-05-04 Vladimir Makarov <vmakarov@redhat.com>
4360
b4117c30 4361 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 4362
693446fc
BF
43632004-04-30 Brian Ford <ford@vss.fsi.com>
4364
b4117c30 4365 * MAINTAINERS (Write After Approval): Add myself.
693446fc 4366
d1bb666c
UB
43672004-04-29 Uros Bizjak <uros@kss-loka.si>
4368
b4117c30 4369 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 4370
6cf1ac42
PB
43712004-04-28 Paolo Bonzini <bonzini@gnu.org>
4372
4373 * config/acx.m4: Fix fastcompare support for new-bootstrap.
4374 * configure: Regenerate.
4375
632933d5
PB
43762004-04-27 Paolo Bonzini <bonzini@gnu.org>
4377
4378 Revert:
4379 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4380
4381 * Makefile.def (flags_to_pass): Remove *dir variables that
4382 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4383 as well as prefix and exec_prefix.
4384 * Makefile.in: Regenerate.
4385
80dc6aa0
RM
43862004-04-26 Robert Millan <robertmh@gnu.org>
4387
4388 Add patches from libtool CVS.
4389 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4390 * ltconfig: Likewise.
4391 * ltcf-c.sh: Likewise.
4392 * ltcf-cxx.sh: Likewise.
4393 * ltcf-gcj.sh: Likewise.
4394
e11283f1
PB
43952004-04-26 Paolo Bonzini <bonzini@gnu.org>
4396
4397 * Makefile.def (host_modules): Mark with the bootstrap
4398 flag packages on which gcc depends.
4399 * Makefile.tpl (all-bootstrap): Use it.
4400 * Makefile.in: Regenerate.
4401
8546950c
PB
44022004-04-26 Paolo Bonzini <bonzini@gnu.org>
4403
4404 * Makefile.def (flags_to_pass): Remove *dir variables that
4405 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4406 as well as prefix and exec_prefix.
4407 * Makefile.in: Regenerate.
4408
a76494aa
PB
44092004-04-26 Paolo Bonzini <bonzini@gnu.org>
4410
b4117c30
ZW
4411 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4412 * configure: Regenerate.
4413 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4414 * gcc/Makefile.tpl (compare): Use the result of the test.
4415 * gcc/Makefile.in: Regenerate.
a76494aa 4416
03a91701
PB
44172004-04-23 Paolo Bonzini <bonzini@gnu.org>
4418
4419 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4420 Always relocate gcc and prev-gcc to the original names, even
4421 if the build fails.
4422 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4423 New targets.
4424
082a6351
LG
44252004-04-23 Laurent GUERBY <laurent@guerby.net>
4426
4427 * MAINTAINERS: Update my email address.
b4117c30 4428
1f1d584b
RO
44292004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4430
4431 * configure.in (mips*-*-irix5*): Enable ld.
4432 * configure: Regenerate.
082a6351 4433
1db673ca
RO
44342004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4435
4436 * configure: Regenerate.
4437
ce4ea44e
JW
44382004-04-15 James E Wilson <wilson@specifixinc.com>
4439
4440 * Makefile.tpl (configure-[+module+], configure-gcc,
4441 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4442 Set and export LDFLAGS.
4443 * Makefile.in: Regenerate.
4444
611f62ad
MC
44452004-04-12 Michael Chastain <mec.gnu@mindspring.com>
4446
b4117c30 4447 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 4448
be912515
NN
44492004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
4450
4451 PR bootstrap/14871
4452 * Makefile.tpl: If we don't have built-in-tree target tools,
4453 use the ones found by configure rather than hacking around with
4454 program_transform_name.
4455 * configure.in: Give Makefile.tpl the information necessary
4456 to do that.
4457 * Makefile.in: Regenerate.
4458 * configure: Regenerate.
4459
9104315a
NN
44602004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
4461
4462 PR bootstrap/14760
4463 * configure.in: When computing baseargs, strip *all* copies of
4464 offending options. Also, don't match/substitute the trailing space,
4465 so that this actually works when two similar options are separated by
4466 only one space.
4467 * configure: Regenerate.
4468
bef1d700
DE
44692004-04-06 David Edelsohn <edelsohn@gnu.org>
4470
b4117c30
ZW
4471 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4472 (rs6000-*-aix*): Same.
4473 * configure: Regenerate.
bef1d700 4474
54bcf05e 44752004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
4476
4477 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 4478
369a832c 44792004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
4480
4481 * MAINTAINERS: Add myself to write-after-approval.
369a832c 4482
09a9c095
NN
44832004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
4484
7caf53cb
NN
4485 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4486 STRICT_WARN, WARN_CFLAGS flags passed down to make.
4487 * Makefile.in: Regenerate.
4488
09a9c095
NN
4489 * configure.in (top level bootstrap support): Rework --enable-werror
4490 to set @stage2_werror_flag@.
4491 * configure: Regenerate.
4492 * Makefile.tpl (top level bootstrap support): Pass
4493 @stage2_werror_flag@ down to configure in stages 2 and 3.
4494 * Makefile.in: Regenerate.
4495
5595a2bd
NN
44962004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
4497
cbfd7e06
NN
4498 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4499 for stages 2 and 3 as well as in make. As a consequence, remove
4500 OUTPUT_OPTION (now detected by configure) from the flags passed down
4501 to make.
4502 * Makefile.in: Regenerate.
4503
5595a2bd
NN
4504 * Makefile.tpl (new-bootstrap): Fix typo.
4505 * Makefile.in: Regenerate.
4506
ca3b3e20
NN
45072004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
4508
295f4e42
NN
4509 * Makefile.tpl: Rearrange by moving recursive_targets rules
4510 into their proper sections.
4511 * Makefile.tpl (top level bootstrap support): Move disabling
4512 of coverage flags from 'make' to 'configure'; improve comments.
4513 * Makefile.in: Regenerate.
4514
340de83f
NN
4515 * Makefile.tpl (experimental top level bootstrap) Move stage1
4516 language setting from all- target to configure- target; disable
4517 intermodule optimization in stage 1; prevent gratuitous rebuilds
4518 of stage 1.
4519 * Makefile.in: Regenerate.
4520 * configure.in: Comma-separate stage 1 language list for top
4521 level bootstrap.
4522 * configure: Regenerate.
4523
ca3b3e20
NN
4524 * Makefile.tpl: Clean up experimental top level bootstrap support:
4525 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4526 prev-gcc in configure- targets as well as all- targets.
4527 * Makefile.in: Regenerate.
4528
4d038073
KC
45292004-03-21 Kelley Cook <kcook@gcc.gnu.org>
4530
4531 * compile: New file imported from automake.
4532
ab3533d6
PB
45332004-03-17 Paolo Bonzini <bonzini@gnu.org>
4534
4535 * configure.in: Remove symbolic link section.
4536 * configure: Regenerate.
4537 * Makefile.tpl (links): Remove.
4538 * Makefile.in: Regenerate.
4539
1e0f07d3 45402004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 4541 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
4542
4543 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 4544 Set with AC_CHECK_PROGS.
1e0f07d3
PB
4545 * configure.in: Fix comment typo from last patch.
4546 * configure: Regenerate.
4547
2805b53a
NN
45482004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
4549
4550 * Makefile.tpl: Introduce experimental top level bootstrap support.
4551 * Makefile.in: Regenerate.
4552 * configure.in: Introduce support for top level bootstrap.
4553 * configure: Regenerate.
4554
79b4b7d2 45552004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 4556 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
4557
4558 PR bootstrap/14522
4559 * configure.in: Cope with shells that do not support unquoted ^
4560 * configure: Regenerate.
4561
6bbec498 45622004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 4563 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
4564
4565 PR bootstrap/14522
79b4b7d2 4566 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
4567 quotes inside quoted backquote substitutions.
4568 * configure: Regenerate.
4569
83c15dfc
AP
45702004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
4571
4572 PR bootstrap/14522
f2bd98d4 4573 * configure.in: Fix escaping of $.
83c15dfc
AP
4574 * configure: Regenerate.
4575
55ffb5ed
NN
45762004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
4577
4578 * configure: Regenerate, since I forgot to while committing Paolo's
4579 changes.
4580
e4c9c075
PB
45812004-03-08 Paolo Bonzini <bonzini@gnu.org>
4582
4583 PR ada/14131
4584 Move language detection to the top level.
4585 * configure.in: Find default values for the tools as
4586 soon as possible. Disable ada if GNAT is not found.
4587 Emit error message about missing languages. Expand
4588 --enable-languages=all for the gcc subdirectory.
4589
5199e2c6
BE
45902004-03-10 Ben Elliston <bje@gnu.org>
4591
4592 * MAINTAINERS: Update my email address.
4593
c18b95e5
DE
45942004-03-05 David Edelsohn <edelsohn@gnu.org>
4595
4596 * ltconfig: Disable building static libraries if building shared
4597 libraries on AIX 5L.
4598
d0fe5ad3
RS
45992004-03-01 Richard Sandiford <rsandifo@redhat.com>
4600
4601 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4602 and disable libgcj.
4603 * configure: Regenerated.
4604
e6f71f9d
BB
46052004-03-01 Brian Booth <bbooth@redhat.com>
4606
4607 * MAINTAINERS: Add myself to write-after-approval.
4608
8983e50e
PB
46092004-03-01 Paolo Bonzini <bonzini@gnu.org>
4610
4611 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 4612
d4cd9d81
NN
46132004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
4614
4615 PR bootstrap/7087
4616 * Makefile.tpl: Guard XFOO sed statements better.
4617 * Makefile.tpl: Add dependency for configure-target-libada.
4618 * Makefile.in: Regenerate (incidentally fixes broken
4619 commit when libada-branch was merged).
4620
0ea0229e
KC
46212004-02-25 Kelley Cook <kcook@gcc.gnu.org>
4622
4623 * MAINTAINERS: Add myself to write-after-approval.
4624
bad93735
AP
46252004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
4626
4627 * MAINTAINERS: Add Nicola Pero and myself as libobjc
4628 maintainers.
4629
a7ca14fc
AC
46302004-02-20 Andrew Cagney <cagney@redhat.com>
4631
4632 * config.guess: Update from version 2003-10-16 to 2004-02-16.
4633 * config.sub: Update from version 2003-11-03 to 2004-02-16.
4634
51592782
NN
46352004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
4636
4637 PR bootstrap/11932
4638 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4639
6a30854a
JQ
46402004-02-14 Jerry Quinn <jlquinn@optonline.net>
4641
4642 * MAINTAINERS: Added myself to write-after-approval.
4643
be8b2bee
MK
46442004-02-14 Michael Koch <konqueror@gmx.de>
4645
4646 * MAINTAINERS: Added myself to write-after-approval.
4647
972760b7
JM
46482004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
4649
4650 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
4651 some OS port maintainers to OS port maintainers section.
4652
b0281654
FCE
46532004-02-13 Frank Ch. Eigler <fche@redhat.com>
4654
4655 * MAINTAINERS: Add self.
4656
3c419fd6
KH
46572004-02-12 Kazu Hirata <kazu@cs.umass.edu>
4658
4659 * MAINTAINERS: Alphabetize.
4660
e88e9aee
PB
46612004-02-12 Paolo Bonzini <bonzini@gnu.org>
4662
4663 * MAINTAINERS: Remove myself.
b4117c30 4664
1915e422
DE
46652004-02-11 David Edelsohn <edelsohn@gnu.org>
4666
4667 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
4668 (rs6000-*-aix*): Same.
4669 * configure: Regenerate.
4670
a22c2d8d
KC
46712004-02-11 Kelley Cook <kcook@gcc.gnu.org>
4672
4673 * configure.in (host): Add in missing $noconfigdirs to defines.
4674 * configure: Regenerate.
4675
d9cdb878
AC
46762004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
4677 Nathanael Nerode <neroden@gcc.gnu.org>
4678
4679 PR ada/6637, PR ada/5911
b4117c30 4680 Merge with libada-branch:
d9cdb878
AC
4681 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
4682 with appropriate dependencies. Add --enable-libada configure switch.
4683 * configure, Makefile.in: Regenerate.
4684
8bd92821
PB
46852004-02-09 Paolo Bonzini <bonzini@gnu.org>
4686
4687 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 4688
89a95129
RO
46892004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4690
4691 * configure.in: Don't pass --with-stabs on IRIX 5 either.
4692 * configure: Regenerate.
4693
892629bc
GK
46942004-02-04 Geoffrey Keating <geoffk@apple.com>
4695
4696 Merge from upstream:
4697
4698 * ltmain.in: When setting IFS to '~', be careful about user
4699 arguments that contain '~'.
4700
4701 2004-02-04 Peter O'Gorman <peter@pogma.com>
4702
4703 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
4704 Also test $base_compile against $CC with escaped arguments. Bug
4705 reported by Geoff Keating <geoffk@apple.com>.
4706
6b402165
KH
47072004-02-04 Kazu Hirata <kazu@cs.umass.edu>
4708
4709 * MAINTAINERS: Remove i960 port.
4710
fa2f0306
DD
47112004-01-23 DJ Delorie <dj@redhat.com>
4712
4713 * Makefile.def (target_modules) [libiberty]: Don't stage.
4714 * Makefile.in: Rebuilt.
4715
9feb20aa
CT
47162004-01-20 Caroline Tice <ctice@apple.com>
4717
4718 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 4719
7aed2ccc
PC
47202004-01-19 Paolo Carlini <pcarlini@suse.de>
4721
4722 * MAINTAINERS: Update my email address.
4723
f25bebe1
JM
47242004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
4725
4726 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 4727
28083580
VR
47282004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4729
4730 * MAINTAINERS: Remove entries without email address.
4731
c0f4b5e4
DJ
47322004-01-15 Daniel Jacobowitz <drow@mvista.com>
4733
4734 * MAINTAINERS: Add myself to write-after-approval.
4735
b5eb5a5e
SB
47362004-01-15 Steven Bosscher <stevenb@suse.de>
4737
4738 * MAINTAINERS: Update my email address.
4739
2c4de30b
LR
47402004-01-14 Loren J. Rittle <ljrittle@acm.org>
4741
4742 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
4743 * Makefile.tpl (configure-target-[+module+]): Support stage.
4744 * Makefile.in: Rebuilt.
4745
74c0b320
ILT
47462004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
4747
4748 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
4749
2560344b
RS
47502004-01-10 Richard Sandiford <rsandifo@redhat.com>
4751
4752 * MAINTAINERS: Add myself as a MIPS maintainer.
4753
8b21cda6
NN
47542004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
4755
2b6c260d
NN
4756 * configure.in: Use ./config.cache, not config.cache.
4757 * configure: Regenerate.
4758 * Makefile.tpl: Special-casing not needed for GCC any more.
4759 * Makefile.in: Regenerate.
4760
09438bde
NN
4761 * configure.in: Don't share a cache file for host dirs.
4762 * configure: Regenerate.
4763
8b21cda6
NN
4764 * config-ml.in: Don't mess with the cache file.
4765
e42870df
EB
47662004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4767
4768 * MAINTAINERS: Move myself from 'Write After Approval' to
4769 'CPU Port Maintainers' section as SPARC maintainer.
4770
6b9eb62c
NN
47712004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
4772
78a816a6
NN
4773 * Makefile.tpl: Make GCC use a separate config.cache.
4774 * Makefile.in: Regenerate.
4775
6b9eb62c
NN
4776 PR bootstrap/11932, PR bootstrap/11933
4777 (I don't know if it will fix either of them, but it relates
4778 to them.)
4779 * configure.in: Don't use shared config.cache for target
4780 directories.
4781 * configure: Regenerate.
4782
86d7b562
DN
47832004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
4784
4785 * MAINTAINERS: Add myself to 'Write After Approval' section.
4786
07d0a605
RS
47872003-12-31 Roger Sayle <roger@eyesopen.com>
4788
4789 * configure.in (ia64*-*-hpux*): Disable building java libraries.
4790 * configure: Regenerated.
4791
459ac19f
KH
47922003-12-23 Kazu Hirata <kazu@cs.umass.edu>
4793
4794 * MAINTAINERS: Remove the mn10200 maintainer.
4795
5785c0ed 47962003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 4797
cc6010cd
AP
4798 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
4799 * configure: Regenerated.
5785c0ed 4800
a268eff9
JH
48012003-12-16 Jan Hubicka <jh@suse.cz>
4802
4803 * MAINTAINERS: Add myself as callgraph maintainer.
4804
9d465b12
TF
48052003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
4806
4807 * configure.in (raw_libstdcxx_flags): Remove the leading space.
4808 * configure: Regenerate.
4809
a68a270a
GB
48102003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4811
4812 * MAINTAINERS: Move myself from 'Bug database only accounts' to
4813 'Write After Approval' section. Update email.
4814
3066a15c
JL
48152003-12-01 James Lemke <jim@wasabisystems.com>
4816
4817 * MAINTAINERS (Write After Approval): Add myself.
4818
8c052da4
MT
48192003-11-20 Matt Thomas <matt@3am-software.com>
4820
4821 * MAINTAINERS: Add myself as a vax port maintainer.
4822
e75f9147
KC
48232003-11-20 Kelley Cook <kcook@gcc.gnu.org>
4824
4825 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
4826 (configure-build-[+module+], configure-[+module+]): Likewise.
4827 (configure-target-[+module+], configure-gcc, config.status): Likewise.
4828 * Makefile.in: Regenerate.
4829
43d8d958
AT
48302003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
4831
4832 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
4833 shared/dylibed libraries.
4834 * ltmain.sh: Likewise.
4835 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
4836 * ltcf-cxx.sh: Likewise.
4837 * ltcf-gcj.sh: Likewise.
4838 * ltconfig: Likewise.
4839
638dcaa0
SC
48402003-11-17 Stan Cox <scox@redhat.com>
4841
4842 * MAINTAINERS: Add myself as iq2000 port maintainer.
4843
15cc172b
AC
48442003-11-14 Arnaud Charlet <charlet@act-europe.fr>
4845
b4117c30
ZW
4846 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
4847 * Makefile.in: Regenerate.
15cc172b 4848
20af77cd
UW
48492003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
4850
4851 * config.sub: Update to 2003-11-03 version.
4852
4dd01c5c
PE
48532003-10-20 Phil Edwards <phil@codesourcery.com>
4854
4855 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
4856 * configure: Regenerate.
4857
8d36c499
NP
48582003-10-20 Nicolas Pitre <nico@cam.org>
4859
4860 * MAINTAINERS: Add myself to 'Write After Approval' section.
4861
8b7ebc31
AC
48622003-10-20 Arnaud Charlet <charlet@act-europe.fr>
4863
4864 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
4865
afe1910c
JM
48662003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
4867
4868 * MAINTAINERS: Update my email address.
4869
05dcec66
RO
48702003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4871
4872 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
4873
71fc2f0c
RL
48742003-10-17 Ralph Loader <rcl@ihug.co.nz>
4875
4876 * MAINTAINERS: Add myself to 'Write After Approval' section.
4877
507ec745
BI
48782003-10-16 Bernardo Innocenti <bernie@develer.com>
4879
4880 * config.guess: Update to 2003-10-16 version.
4881 * config.sub: Update to 2003-10-16 version.
4882
4d466c42
DD
48832003-10-15 David Daney <ddaney@avtrex.com>
4884
4885 * MAINTAINERS: Added myself to 'Write After Approval' section.
4886
0c9b16bc
FH
48872003-10-15 Falk Hueffner <falk@debian.org>
4888
4889 * MAINTAINERS: Move myself from 'Bug database only accounts' to
4890 'Write After Approval' section. Update email.
4891
74d57d15
RS
48922003-10-14 Roger Sayle <roger@eyesopen.com>
4893
4894 * MAINTAINERS: Move myself from 'Write After Approval' to
4895 'Various Maintainers' section as middle-end maintainer.
4896
d29b8ad8
NN
48972003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
4898
4899 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
4900 HOST_FLAGS_TO_PASS.
4901 * Makefile.in: Regenerate.
4902
26db814a
BI
49032003-10-11 Bernardo Innocenti <bernie@develer.com>
4904
4905 * config.guess: Update to 2003-10-07 version.
4906 * config.sub: Update to 2003-10-07 version.
4907
fffeb871
RO
49082003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4909
4910 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
4911 * ltconfig (irix5*, irix6*): Don't override version_type.
4912
6691a79e
ME
49132003-10-05 Mohan Embar <gnustuff@thisiscool.com>
4914
4915 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
4916 * configure: Rebuilt
4917 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
4918 * Makefile.in: Rebuilt
4919
62cdd71e
L
49202003-10-03 H.J. Lu <hongjiu.lu@intel.com>
4921
4922 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
4923
6fe2eacc
CW
49242003-09-30 Carlo Wood <carlo@alinoe.com>
4925
cc6010cd 4926 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 4927
ea57e5ad
PK
49282003-09-29 Paul Koning <ni1d@arrl.net>
4929
4930 * MAINTAINERS: Move myself from "Write After Approval"
4931 to CPU platform maintainers for pdp11 platform.
4932
e070672a
AT
49332003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
4934
4935 * MAINTAINERS: Move myself from 'Write After Approval' to
4936 'Various Maintainers' section as libffi testsuite maintainer.
4937
43bb47c2
DJ
49382003-09-21 Daniel Jacobowitz <drow@mvista.com>
4939
4940 * configure.in: Pass a computed --program-transform-name
4941 to subconfigures.
4942 * configure: Regenerated.
4943
da9d3b37
NN
49442003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
4945
94322beb
NN
4946 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
4947 * Makefile.in: Regenerate.
4948
da9d3b37
NN
4949 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
4950 * Makefile.in: Regenerate.
4951
ffd9060b
ZL
49522003-09-19 Ziemowit Laski <zlaski@apple.com>
4953
4954 * MAINTAINERS: Move myself from 'Write After Approval'
4955 to 'Various Maintainers' (objective-c) section.
4956
eeae7b41
DJ
49572003-09-17 Daniel Jacobowitz <drow@mvista.com>
4958
4959 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
4960 quoting.
4961 * configure: Regenerated.
4962
a080d12b
JB
49632003-09-16 Joel Brobecker <brobecker@gnat.com>
4964
4965 * MAINTAINERS (Write After Approval): Add myself to write after
4966 approval list.
4967
6cd2fc59
DN
49682003-09-16 Dorit Naishlos <dorit@il.ibm.com>
4969
cc6010cd 4970 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 4971
dcbdd9cc
ILT
49722003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
4973
4974 * MAINTAINERS: Update my e-mail address.
4975
e517f636
AM
49762003-09-09 Alan Modra <amodra@bigpond.net.au>
4977
4978 * libtool.m4 (LD): Correct powerpc64 host match.
4979
bc49924b
JW
49802003-09-06 James E Wilson <wilson@tuliptree.org>
4981
4982 * MAINTAINTERS: Update my affiliation and email address.
4983
082124f5
ZD
49842003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4985
4986 * MAINTAINERS (Write After Approval): Add myself.
4987
dc94d89e
DD
49882003-09-04 DJ Delorie <dj@redhat.com>
4989
4990 * configure: Regenerate.
4991
49922003-09-04 Robert Millan <robertmh@gnu.org>
4993
4994 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 4995
7a0f2d4e
KG
49962003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4997
4998 * configure.in: Ensure arguments to sed are properly spaced.
4999 * configure: Regenerate.
5000
88d032eb
GP
50012003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
5002
5003 * MAINTAINERS: Update my e-mail address.
5004
0b3f3d22
ME
50052003-08-28 Mohan Embar <gnustuff@thisiscool.com>
5006
5007 * MAINTAINERS (Write After Approval): Add myself.
5008
d253f9ba
DJ
50092003-08-27 Daniel Jacobowitz <drow@mvista.com>
5010
5011 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
5012 * configure: Regenerated.
5013
066ec9c9
MM
50142003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
5015
5016 * MAINTAINERS: Update my email address.
5017
415d7ef9
PE
50182003-08-23 Phil Edwards <pme@gcc.gnu.org>
5019
5020 * configure.in: Use newline instead of semicolon when assuming
5021 shell arguments in a for loop.
5022 * configure: Regenerated.
5023
e1567352
JE
50242003-08-22 Jason Eckhardt <jle@rice.edu>
5025
5026 * MAINTAINERS: Resurrect the i860 maintainer.
5027
b348267b
GK
50282003-08-20 Geoffrey Keating <geoffk@apple.com>
5029
e50084fa
GK
5030 PR 8180
5031 * configure.in: When testing with_libs and with_headers, treat
5032 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
5033 * configure: Regenerate.
b4117c30 5034
b348267b
GK
5035 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
5036 make, shell, etc.
5037 (baseargs): Likewise.
5038 * configure: Regenerate.
5039
ca26ffe0
BI
50402003-08-20 Bernardo Innocenti <bernie@develer.com>
5041
5042 * MAINTAINERS (Write After Approval): Add myself.
5043
940cde4d
GK
50442003-08-19 Geoffrey Keating <geoffk@apple.com>
5045
5046 * configure.in: Disable libgcj for darwin not on powerpc.
5047 * configure: Rebuild.
5048
74bed51b
ADL
50492003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
5050
5051 * config-ml.in, symlink-tree: Add license.
5052
b4117c30
ZW
50532003-08-03 Richard Stallman <rms@gnu.org>
5054 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
5055
5056 * README.SCO: New file.
5057
333a28b4
MK
50582003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
5059
5060 * Makefile.tpl (check, check-c++): Express dependencies using
5061 dependencies rather than commands.
5062 * Makefile.in: Regenerate.
5063
c197e306
AC
50642003-08-01 Andrew Cagney <cagney@redhat.com>
5065
5066 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
5067 * configure: Ditto.
5068
a8ee6e2d
GK
50692003-07-31 Geoffrey Keating <geoffk@apple.com>
5070
5071 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 5072 * Makefile.in: Update.
a8ee6e2d 5073
8d9b3f2e
AT
50742003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5075
5076 * configure.in: Enable libgcj for darwin.
5077 * configure: Rebuild.
5078
52c0c542
PE
50792003-07-29 Phil Edwards <pme@gcc.gnu.org>
5080
5081 * config-ml.in: Use ac_configure_args directly instead of
5082 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5083 actually seen.
5084
b4acb5ef
NN
50852003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5086
5087 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5088 creating target and build subdirs to build all parent dirs as needed.
5089 * Makefile.in: Rebuild.
5090 * configure.in: Don't build dirs explicitly here.
5091 * configure: Rebuild.
5092
a51d71d0
PB
50932003-07-26 Paul Brook <paul@nowt.org>
5094
5095 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
5096
f43e12ce
AO
50972003-07-22 Alexandre Oliva <aoliva@redhat.com>
5098
5099 * Makefile.tpl (all-make): Depend on intl.
5100 * Makefile.in: Rebuilt.
5101
8a199ff6
PE
51022003-07-20 Phil Edwards <pme@gcc.gnu.org>
5103
5104 * install-sh: Update to newer upstream versions (associated with
5105 aclocal 1.7).
5106 * mkinstalldirs: Likewise.
5107 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5108
e6a8c803
AP
51092003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
5110
5111 * MAINTAINERS: Move self from Bug database only accounts
5112 to write-after-approval.
5113
9f13608f
NN
51142003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5115
5116 * config.if: Remove unused libc_interface determination.
5117
c7864714
NN
51182003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5119
5120 * MAINTAINERS: Move self from write-after-approval to
5121 build machinery (*.in).
5122
775956d0
NN
51232003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5124
5125 PR bootstrap/11273
5126 PR bootstrap/11408
5127 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5128 unused INSTALL_PROGRAM_ARGS.
5129 * configure.in: Use AC_PROG_INSTALL.
5130 * Makefile.in: Regenerate.
5131 * configure: Regenerate.
5132
c7f67a6e
KH
51332003-07-13 Kazu Hirata <kazu@cs.umass.edu>
5134
5135 * MAINTAINERS: Alphabetize.
5136
33952f6f
AO
51372003-07-10 Alexandre Oliva <aoliva@redhat.com>
5138
5139 * configure: Rebuilt.
5140 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5141 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5142 newlib nor libgloss.
5143 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5144 * configure.in (am33_2.0-*-linux*): Added.
5145
0d4f1b4e
BW
51462003-07-09 Bob Wilson <bob.wilson@acm.org>
5147
5148 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5149 * configure: Regenerate.
5150
56694dd9
ZW
51512003-07-07 Zack Weinberg <zack@codesourcery.com>
5152
5153 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
5154 * Makefile.in: Regenerate.
5155
21607eb4
ZW
51562003-07-04 Zack Weinberg <zack@codesourcery.com>
5157
5158 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
5159 * Makefile.in: Regenerate.
5160
8c90b13a
L
51612003-07-04 H.J. Lu <hongjiu.lu@intel.com>
5162
5163 * Makefile.tpl: Replace PWD with PWD_COMMAND.
5164 * Makefile.in: Regenerated.
5165
5d42f90e
L
5166 * config-ml.in: Replace PWD with PWD_COMMAND.
5167
6eb95e99
ZW
51682003-07-04 Zack Weinberg <zack@codesourcery.com>
5169
5170 * intl: New directory; see intl/ChangeLog for details.
5171 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
5172 * Makefile.tpl: all-gcc depends on maybe-all-intl.
5173 * Makefile.in: Regenerate.
5174
07d1940e
NN
51752003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5176
5177 * configure.in: Clean up config-lang.in handling. Delete
5178 useless assignment to "subdirs".
5179 * configure: Regenerate.
5180
4dbda6f0
NN
51812003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5182
5183 * configure.in: Rename 'target_libs' to 'target_libraries'.
5184 Remove useless reference to 'target_libs'.
5185 * configure: Regenerate.
5186
2c30ab71
KS
51872003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5188
5189 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5190 * Makefile.in: Regenerate.
5191
11405c93
NN
51922003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5193
5194 * Makefile.def: Introduce flags_to_pass.
5195 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5196 * Makefile.in: Regenerate.
5197
fb87ad5d
HPN
51982003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5199
5200 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5201 and target-libgloss.
5202 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5203 <h8300*-*-*>: Disable libf2c and ${libgcj}.
5204 * configure: Regenerate.
5205
a7956a48
BK
52062003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5207
5208 * configure.in: Update testsuite_flags to new location.
5209 * configure. Regenerate.
6eb95e99 5210
eaf9f3b2
NN
52112003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5212
5213 * Makefile.tpl: Remove BUILD_CC stuff.
5214 * Makefile.in: Regenerate.
5215
2d89ffef
KH
52162003-06-17 Kazu Hirata <kazu@cs.umass.edu>
5217
5218 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
5219
83415b0b
GP
52202003-06-16 Graeme Peterson <gp@qnx.com>
5221
5222 * MAINTAINERS (Write After Approval): Add myself.
5223
b951c91c 52242003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 5225
b951c91c
L
5226 * config.guess: Update to 2003-06-12 version.
5227 * config.sub: Update to 2003-06-13 version.
5228
0bb41a37
L
52292003-06-12 H.J. Lu <hongjiu.lu@intel.com>
5230
5231 * config.guess: Update to 2003-06-06 version.
5232 * config.sub: Update to 2003-06-06 version.
5233
655b7166
RO
52342003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5235
5236 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5237 * configure. Regenerate.
5238
01b759aa
NN
52392003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5240
bf1d3e81
NN
5241 * configure.in: Disable serial configure by default.
5242 * configure: Regenerate.
5243 * Makefile.tpl: Abolish .NOTPARALLEL.
5244 * Makefile.in: Regenerate.
5245
e89fbdfe
NN
5246 * Makefile.tpl: Replace {build,host,target}_canonical by
5247 {build,host,target}.
5248 * Makefile.in: Regenerate.
5249
01b759aa
NN
5250 * Makefile.tpl: Fix stupid pasto.
5251 * Makefile.in: Regenerate.
5252
f7dae026
NN
52532003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5254
5255 * Makefile.tpl: Remove bogus conditional.
5256 * Makefile.in: Regenerate.
5257
52582003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
5259
5260 * Makefile.tpl (profiledbootstrap): New target.
5261 * Makefile.in (profiledbootstrap): New target.
5262
2ffc3e73 52632003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
5264
5265 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
5266 Pinski. Remove user names from other bugzilla-only maintainers.
5267
1a1e6b96
NN
52682003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5269
1358ccea
NN
5270 * Makefile.tpl: Make 'recursive targets' using autogen rather
5271 than shell loop. Remove duplicate 'clean' targets and false
5272 comments.
5273 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5274 Add systematic method of specifying missing targets in subdirs.
5275 Add copyright boilerplate.
5276 * Makefile.in: Regenerate.
5277 * configure.in: Add 'recursive targets' to maybe list.
5278 * configure: Regenerate.
5279
ae74ed1f
NN
5280 * MAINTAINERS: "GNATS only" -> "Bug database only".
5281
1a1e6b96
NN
5282 * Makefile.tpl: Rename [+target+] to [+make_target+].
5283 * Makefile.def: Rename 'target' to 'make_target'.
5284
c79af3fa
NB
52852003-05-31 Neil Booth <neil@daikokuya.co.uk>
5286
5287 * MAINTAINERS: Add self as options handling maintainer.
5288
39d85b61
MM
52892003-05-28 Michael Meissner <gnu@the-meissners.org>
5290
5291 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
5292 been too long since I touched those ports.
5293
afc2b62d
DD
52942003-05-28 DJ Delorie <dj@redhat.com>
5295
5296 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5297 * Makefile.in: Regenerate.
5298
df445104
MR
52992003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5300
5301 * configure.in: Use curly braces in the definition of tooldir.
5302 * configure: Regenerate.
5303
2eb98e5d 53042003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 5305
2eb98e5d
DD
5306 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5307 newlib or libgloss.
5308 * Makefile.in: Regenerate.
5309
862fced8
DD
53102003-05-21 DJ Delorie <dj@redhat.com>
5311
5312 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5313 * Makefile.in: Regenerate.
5314
fc351800
ILT
53152003-05-20 Ian Lance Taylor <ian@airs.com>
5316
5317 * MAINTAINERS: Update my e-mail address.
5318
7e2dbcef
NN
53192003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5320
5321 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 5322 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
5323 Factor out common code from autogen IF statements.
5324 * configure: Regenerate.
5325 * Makefile.in: Regenerate.
5326
f2a0e225
KC
53272003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5328
5329 * configure.in: Accept i[3456789]86 for machine type.
5330 * configure: Regenerate.
5331
8b87bb96
NN
53322003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5333
5334 * configure.in: Switch more things to use maybe dependencies.
5335 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5336 * configure: Regenerate.
5337 * Makefile.tpl: Switch more things to use maybe dependencies.
5338 * Makefile.in: Regenerate.
5339
fdb882bc 53402003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
5341
5342 * Makefile.tpl (install-opcodes): Define.
5343 * Makefile.in: Rebuild.
5344
f7c50032
AJ
53452003-05-13 Andreas Jaeger <aj@suse.de>
5346
5347 * config.guess: Update to 2003-05-09 version.
5348 * config.sub: Update to 2003-05-09 version.
5349
f2181bed 53502003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
5351
5352 * configure.in: Correct sed script so that options in quotes are not
5353 deleted.
5354 * configure: Rebuild.
5355
aa8f1f57
CV
53562003-05-12 Corinna Vinschen <corinna@vinschen.de>
5357
5358 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5359 and $$s/newlib/libc/sys/cygwin32 include paths.
5360 * configure: Ditto.
5361
0c130f81
MM
53622003-05-12 Michael Meissner <gnu@the-meissners.org>
5363
5364 * MAINTAINERS: Update my email addresses.
5365
aa1a100b
EB
53662003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
5367
5368 * config-ml.in: Propagate INSTALL variables.
f7c50032 5369
87861833
GP
53702003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5371
5372 * MAINTAINERS: Remove duplicate entries in Write After Approval.
5373
de722255
CD
53742003-05-02 Chris Demetriou <cgd@broadcom.com>
5375
6eb95e99
ZW
5376 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5377 * Makefile.in: Regenerate.
de722255 5378
96c4a002
WB
53792003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
5380
5381 * MAINTAINERS (GNATS only): Add Falk Hueffner.
5382
55b15a11
WB
53832003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
5384
5385 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
5386
0c227849
DJ
53872003-04-27 Daniel Jacobowitz <drow@mvista.com>
5388
5389 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5390 * Makefile.in: Regenerated.
5391
d45148c1
WB
53922003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
5393
5394 * MAINTAINERS (Write After Approval): Upgrade myself from
5395 GNATS only to write-after-approval. Update my mail address.
5396
48f2318c 53972003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
5398
5399 (OS Port Maintainers: freebsd): Add myself.
5400
438f50c3
MM
54012003-04-22 Mark Mitchell <mark@codesourcery.com>
5402
5403 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
5404
9074e169
KJ
54052003-04-22 Kean Johnston <jkj@sco.com>
5406
5407 * MAINTAINERS (SCO ports): Added myself.
5408
dfd39a2e
NS
54092003-04-21 Nathan Sidwell <nathan@codesourcery.com>
5410
5411 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
5412
ccbae82a
KJ
54132003-04-19 Kean Johnston <jkj@sco.com>
5414
5415 * MAINTAINERS (Write After Approval): Add myself.
5416
2f50999f
GP
54172003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5418
5419 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5420 * Makefile.in: Regenerate.
5421
e9b84181
JJ
54222003-04-18 Jakub Jelinek <jakub@redhat.com>
5423
5424 * configure.in (powerpc64*-*-linux*): Remove.
5425 * configure: Rebuilt.
5426
1ca4c6e1
PE
54272003-04-17 Phil Edwards <pme@gcc.gnu.org>
5428
5429 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5430 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5431 and restrap.
5432 * Makefile.in: Regenerate.
5433
0590b963
RE
54342003-04-16 Richard Earnshaw <rearnsha@arm.com>
5435
5436 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5437 * configure: Regenerated.
5438
ff41a56f
DD
54392003-04-15 DJ Delorie <dj@redhat.com>
5440
5441 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
5442
50d440bc
NC
54432003-04-13 Nick Clifton <nickc@redhat.com>
5444
5445 * config-ml.in: Remove support for --disable-aix removing
5446 call-aix multilibs.
5447
b1e0a93e
AO
54482003-04-10 Alexandre Oliva <aoliva@redhat.com>
5449
5450 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5451 * */configure: Rebuilt.
5452
71fb704d
JS
54532003-04-08 Joel Sherrill <joel@oarcorp.com>
5454
5455 * MAINTAINERS: Add my email address.
5456
3897ea90
OH
54572003-03-17 Olivier Hainque <hainque@act-europe.fr>
5458
5459 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 5460
93c834b7
NN
54612003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
5462
5463 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5464 * Makefile.in: Regenerate.
5465
82c34dcb
MC
54662003-03-14 Michael Chastain <mec@shout.net>
5467
5468 * Makefile.in: Regenerate with correct Makefile.def.
5469
73458fb7
NN
54702003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5471
5472 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5473 Make macro.
5474 * Makefile.in: Regenerate.
5475 * configure.in: Clean up gxx_include_dir logic.
5476 * configure: Regenerate.
5477
32cf27e5
AE
54782003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
5479
5480 * MAINTAINERS (Write After Approval): Add myself.
5481
c727e7a0
BE
54822003-03-10 Ben Elliston <bje@wasabisystems.com>
5483
5484 * MAINTAINERS: Update my mail address.
5485
9a27ac7a
FS
54862003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5487
5488 * configure.in (gxx_include_dir): Fix typo.
5489 * configure: Regenerated.
5490
3aa83176
NN
54912003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5492
5493 * Makefile.tpl: Reindent.
5494 * Makefile.in: Regenerate.
5495 * configure.in: Reindent. Don't set unused variables.
5496 * configure: Regenerate.
5497
9124bc53
DJ
54982003-03-04 Daniel Jacobowitz <drow@mvista.com>
5499
5500 * configure.in: Include $(build_tooldir)/sys-include in
5501 FLAGS_FOR_TARGET.
5502 * configure: Regenerated.
5503
cb543528
NN
55042003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5505
c858bf1e
NN
5506 * Makefile.tpl: Always pass down RANLIB.
5507 * Makefile.in: Regenerate.
5508
aa9c3ab4
NN
5509 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5510 * Makefile.in: Regenerate.
5511 * configure.in: Remove unused logic relating to --enable-shared
5512 and --enable-threads. Remove bogus comments. Remove redundant
5513 noconfigdirs.
5514 * configure: Regenerate.
5515
cb543528
NN
5516 * configure.in: Replace ${libstdcxx_version} by its value.
5517 Remove reference to mh-dgux.
5518 * configure: Regenerate.
5519
53f70c1b
KB
55202003-03-03 Kevin Buettner <kevinb@redhat.com>
5521
5522 * MAINTAINERS (Write After Approval): Add myself.
5523
df0f0674
NN
55242003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5525
5526 * Makefile.tpl: Rearrange.
5527 * Makefile.in: Regenerate.
5528
ef4e7569
US
55292003-02-25 Uwe Stieber <uwe@wwws.de>
5530
5531 * configure.in: Add support for kaOS as cross build target system.
5532 * configure: Regenerated.
5533
a7a287eb
SB
55342003-02-24 Steven Bosscher <steven@gcc.gnu.org>
5535
5536 * MAINTAINERS (Write after approval): Add myself.
5537
ff00c8a2
JW
55382003-02-21 James E Wilson <wilson@tuliptree.org>
5539
5540 * MAINTAINERS: Update my email address.
5541
abb2db7a
ZW
55422003-02-21 Zack Weinberg <zack@codesourcery.com>
5543
5544 * MAINTAINERS: Add self to blanket write privs. section.
5545
e9f2dc3b
SM
55462003-02-20 Sean McNeil <sean@blue.mcneil.com>
5547
5548 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5549 configure-target-* as some target builds may require additional
5550 flags for preprocessor tests.
5551 * Makefile.in: Regenerated.
5552
ee03dc5e
AO
55532003-02-19 Alexandre Oliva <aoliva@redhat.com>
5554
11856278
AO
5555 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5556 * ltconfig: Handle it.
5557 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5558 auto-detecting it.
5559
274aef32
AO
5560 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5561 it is used as argument to $CC.
5562 * ltcf-gcj.sh: Likewise.
5563
ee03dc5e
AO
5564 * configure.in: Introduce --enable-maintainer-mode.
5565 * configure: Rebuilt.
5566 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5567 for maintainer mode.
5568 * Makefile.in: Rebuilt.
5569
30db8e17
JM
55702003-02-18 Jason Merrill <jason@redhat.com>
5571
5572 * Makefile.tpl (check-c++): Allow parallelism.
5573
cab60ac6
GP
55742003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5575
5576 * MAINTAINERS: Remove John Carr (who never actually had access to
5577 gcc.gnu.org).
5578
c8e5d1af
GK
55792003-02-15 Geoffrey Keating <geoffk@apple.com>
5580
5581 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5582 don't configure target-libobjc.
5583 * configure: Regenerate.
5584
70f91f50
RO
55852003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5586
5587 * Makefile.tpl (RANLIB): Define.
5588 * Makefile.in: Regenerate.
5589
669e9062
LB
55902003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
5591
5592 * MAINTAINERS: Update my email.
abb2db7a 5593
61b56b2e
KS
55942003-02-06 Keith R Seitz <keiths@redhat.com>
5595
5596 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5597 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5598 * Makefile.in: Regenerated.
5599 * configure.in: Remove all traces of snavigator, db, and grep.
5600 * configure: Regenerated.
5601
a1ba6e15
GP
56022003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5603
5604 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
5605 After Approval.
5606
f5f2cce5
CC
56072003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5608
5609 * MAINTAINERS (Write after approval): Add myself.
5610
ba49f6f1
FCE
56112003-01-31 Frank Ch. Eigler <fche@redhat.com>
5612
5613 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5614 * Makefile.in: Regenerated.
5615
ccf9f10c
RS
56162003-01-30 Roger Sayle <roger@eyesopen.com>
5617
5618 * config.guess: Updated to 2003-01-30's version.
5619 * config.sub: Updated to 2003-01-28's version.
5620
a693735b
AO
56212003-01-30 Alexandre Oliva <aoliva@redhat.com>
5622
5623 * config.if: If gcc_version is already set, just use it. Don't set
5624 gcc_version_trigger if it's already set, otherwise set it to
5625 gcc/version.c, but only if the file exists. If it is not set and
5626 gcc/version.c does not exist, try to extract the version number from
5627 $CC.
5628
204c43d6
AT
56292003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
5630
abb2db7a 5631 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 5632
842e91ec
PE
56332003-01-27 Phil Edwards <pme@gcc.gnu.org>
5634
5635 * configure.in: Revert 24Jan change.
5636 * configure: Regenerate.
5637
6b99984e
GP
56382003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5639
5640 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
5641 entry of HJ Lu.
5642
806e0935
NN
56432003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5644
5645 * configure.in: Revert previous change.
5646 * configure: Regenerate.
5647
307a9864
NN
56482003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5649
5650 * configure.in: Make rda native-only.
5651 * configure: Regenerate.
5652
02ba6302
VR
56532003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5654
5655 * MAINTAINERS: Move myself from GNATS-only-accounts to
5656 write-after-approval.
5657
77d187bc
NN
56582003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
5659
5660 * configure.in: Add missing \.
5661 * configure: Rebuilt.
5662
a94a2d4c
JJ
56632003-01-17 Jakub Jelinek <jakub@redhat.com>
5664
5665 * configure.in (baseargs): Avoid using \| in sed regular
5666 expressions.
5667 * configure: Rebuilt.
5668
73f84924
JJ
56692003-01-16 Jakub Jelinek <jakub@redhat.com>
5670
5671 * configure.in (baseargs): Remove all supported forms of
5672 --cache-file, --srcdir, --host, --build and --target options
5673 from argument lists.
5674 * configure: Rebuilt.
5675
8c12fc63
JZ
56762003-01-15 Josef Zlomek <zlomekj@suse.cz>
5677
5678 * MAINTAINERS: Add myself to write-after-approval list.
5679
7c005a3a
AO
56802003-01-15 Alexandre Oliva <aoliva@redhat.com>
5681
5682 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5683 * configure: Rebuilt.
5684
3dfabf63
NN
56852003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
5686
5687 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5688 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5689 * Makefile.in: Regenerate.
5690 * configure: Regenerate.
5691
cf53ae10
AO
56922003-01-09 Alexandre Oliva <aoliva@redhat.com>
5693
5694 * configure.in: Remove Makefile in build, host and target modules
5695 unless configure was run with --no-recursion.
5696 * configure: Rebuilt.
5697
3fbe8e4a
CC
56982003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5699
5700 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5701 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5702 * Makefile.in: Regenerate.
5703
66e2aa7d
CD
57042003-01-08 Chris Demetriou <cgd@broadcom.com>
5705
5706 * config.guess: Update to 2003-01-03 version.
5707 * config.sub: Update to 2003-01-03 version.
5708
b5038cfb
CF
57092003-01-07 Christopher Faylor <cgf@redhat.com>
5710
5711 * configure: Regenerate with proper autoconf 2.13.
5712
d02c69be
CF
57132003-01-07 Christopher Faylor <cgf@redhat.com>
5714
5715 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 5716 * configure: Regenerate.
d02c69be 5717
e914a571
AC
57182003-01-06 Andrew Cagney <ac131313@redhat.com>
5719
5720 * configure.in (GDB_TK): Add tcl directories conditional on
5721 gdb/gdbtk directory being present.
5722 * configure: Regenerate.
abb2db7a 5723
70571545
JDA
57242003-01-04 John David Anglin <dave.anglin@nrc.ca>
5725
5726 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
5727 by gcc if LD is not defined and we are not doing a Canadian Cross.
5728 * configure: Rebuilt.
5729
89a7012a
TT
57302002-12-31 Tom Tromey <tromey@redhat.com>
5731
5732 * Makefile.in: Rebuilt.
5733 * Makefile.def (target_modules) [libffi]: Allow installation.
5734
3f4f56e2
AS
57352002-12-31 Andreas Schwab <schwab@suse.de>
5736
5737 * configure.in: Fix use of $program_transform_name.
5738 * configure: Regenerated.
5739
6c1b8d0a
DJ
57402002-12-30 Daniel Jacobowitz <drow@mvista.com>
5741
5742 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 5743 * configure: Regenerated.
6c1b8d0a 5744
c5120911
AO
57452002-12-29 Alexandre Oliva <aoliva@redhat.com>
5746
5747 * Makefile.tpl (local-distclean): Don't remove...
5748 (multilib.ts): ... this. Moved into...
5749 (multilib.out): ... this. Don't use sub-make.
5750 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5751 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5752 (configure-build-[+module+], configure-[+module+],
5753 configure-target-[+module+], configure-gcc): ... these. Test
5754 for Makefile existence. Drop config.status from dependencies.
5755 * Makefile.in: Rebuilt.
5756 * configure.in: Move gcc-version-trigger to the end of
5757 ac_configure_args. Add comments to maybedep.tmp and
5758 serdep.tmp. Introduce --disable-serial-configure. Remove
5759 nonopt from baseargs, matching and removing corresponding
5760 whitespace while at it.
5761 * configure: Rebuilt.
5762
e245b0ea
AO
57632002-12-28 Alexandre Oliva <aoliva@redhat.com>
5764
903de295
AO
5765 * configure.in (host_configargs): Replace reference to
5766 no-longer-defined buildopts with --build=${build_alias}.
5767 * configure: Rebuilt.
5768
e245b0ea
AO
5769 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
5770 program_transform_name to standard idiom.
5771 (AUTOGEN, AUTOCONF): Define.
5772 (Makefile.in): Use $(AUTOGEN).
5773 (Makefile): Depend on config.status, and use autoconf-style rule to
5774 build it. Move original commands to...
5775 (config.status): ... this new target.
5776 (configure): Add $(srcdir). Depend on config/acx.m4. Use
5777 $(AUTOCONF).
5778 * Makefile.in: Rebuilt.
5779
671aa708
NN
57802002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
5781
53fbfb58
NN
5782 * Makefile.tpl: Fix dramatic bustage due to change in
5783 program_transform_name.
5784 * Makefile.in: Regenerate.
5785
5786 * configure.in: Remove unnecessary PATH setting.
5787 * configure: Regnerate.
5788
5789 * configure.in: Don't default to unprefixed tools unless
5790 the native tools will work.
5791 * configure: Regenerate.
5792
671aa708
NN
5793 * configure.in: Convert to autoconf script. Blow away lots
5794 of now-redundant Makefile fragments.
5795 * configure: Generate using Autoconf.
5796 * Makefile.tpl: Rewrite to reflect autoconfiscation.
5797 * Makefile.in: Regenerate.
5798
57f40826
NN
57992002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
5800
3fedb745
NN
5801 * configure: Fix stupid bug where RANLIB was mistakenly included.
5802
abb2db7a 5803 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
5804 (build_configargs, host_configargs, target_configargs).
5805
5806 * configure.in: Move logic out of sed statement.
5807
abb2db7a 5808 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
5809 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5810
315fa0f4
SS
58112002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
5812
5813 * config.sub: Import from master repository
5814 * config.guess: Ditto
5815
45aff44f
AS
58162002-12-24 Andreas Schwab <schwab@suse.de>
5817
5818 * Makefile.tpl (multilib.out): Fix missing space.
5819 * Makefile.in: Regenerate.
5820
88b5521b
NN
58212002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
5822
5823 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
5824 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
5825 * Makefile.in: Regenerate.
5826 * configure.in: Remove unnecessary leftovers.
5827
2a726918
GK
58282002-12-21 Geoffrey Keating <geoffk@apple.com>
5829
5830 * configure.in (extra_ranlibflags_for_target): New variable.
5831 (*-*-darwin): Add -c to ranlib commands.
5832 * configure (tooldir): Handle extra_ranlibflags_for_target.
5833
aace3269 58342002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
5835
5836 * Makefile.tpl: Revert HJL's change.
5837 * Makefile.in: Regenerated.
5838 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5839 always.
5840
f0895142
AS
58412002-12-19 Andreas Schwab <schwab@suse.de>
5842
5843 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5844 * Makefile.in: Regenerate.
5845
782d0c02
L
58462002-12-18 H.J. Lu <hjl@gnu.org>
5847
5848 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5849 * Makefile.in: Regenerated.
5850
5851 * configure.in (build_prefix): New. Substitute.
5852
212f6dd0
NN
58532002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
5854
79308c5d
NN
5855 * Makefile.tpl: Don't let real targets depend on phony targets.
5856 * Makefile.in: Regenerate.
5857
212f6dd0
NN
5858 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5859 * Makefile.in: Regenerate.
5860
ab17919f
SS
58612002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
5862
5863 * config.sub: Import from master repository
5864 * config.guess: Ditto
5865
5ecf91d1
JM
58662002-12-16 Jason Merrill <jason@redhat.com>
5867
5868 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5869 previous 'make bootstrap'.
5870 * Makefile.in: Regenerate.
5871
d8437e1b
HPN
58722002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
5873
5874 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5875
4977bab6
ZW
58762002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
5877
5878 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5879 * Makefile.in: Regenerate.
5880
0edcfdcb
JM
58812002-12-13 Jason Merrill <jason@redhat.com>
5882
6248218a 5883 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
5884 library tests.
5885 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
5886 * Makefile.in: Regenerate.
5887
4977bab6
ZW
58882002-12-12 Alexandre Oliva <aoliva@redhat.com>
5889
5890 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5891 * Makefile.in: Rebuilt.
5892
f87505dd
AO
58932002-12-12 Alexandre Oliva <aoliva@redhat.com>
5894
5895 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
5896
4977bab6
ZW
58972002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
5898
5899 * configure: Fix bug put in by gremlins.
5900
5901 * Makefile.tpl: Substitute more autoconfily.
5902 * configure: Substitute more autoconfily.
5903 * Makefile.in: Regenerate.
5904
7f0db92a
SS
59052002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
5906
5907 * config.sub: Import from master repository
5908 * config.guess: Ditto
5909 * MAINTAINERS: Added Svein Seldal under write after approval
5910
4977bab6
ZW
59112002-12-08 Andrew Cagney <ac131313@redhat.com>
5912
5913 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5914 * Makefile.in (all-sim): Ditto.
5915
59162002-12-06 DJ Delorie <dj@redhat.com>
5917
5918 * Makefile.tpl: Change configure dependencies to not have real
5919 targets depend on phony targets.
5920
59212002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
5922
5923 * configure.in: Revert unintentional change.
5924
5925 * Makefile.tpl: Change dependency for */multilib.out so that
5926 it works when gcc isn't in the tree.
5927
5928 * configure.in: Substitute more.
5929 * configure: Run subconfigures from the Makefile.
5930 * Makefile.tpl: Run subconfigures from the Makefile; add a few
5931 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
5932
67f1b906
GP
59332002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5934
5935 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
5936
4977bab6
ZW
59372002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
5938
5939 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5940 and corresponding dependencies.
5941 * Makefile.in: Regenerate.
5942
5943 * configure.in (host_tools): Order binutils, gas and ld for
5944 convenience in running the testsuites.
5945
5946 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5947 * Makefile.in: Regenerate.
5948 * configure.in: Introduce rules to serialize subconfigure runs.
5949
5950 * configure.in: Introduce BASE_CC_FOR_TARGET.
5951 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
5952 Realize configure-build-* targets. Realize configure-target-* targets.
5953 * Makefile.in: Regenerate.
5954
59552002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5956
5957 * configure: Move gcc_version_trigger stuff from here...
5958 * configure.in: ...to here.
5959
5960 * configure.in: Separate subconfigure options added by this file from
5961 options given by the user. Add machinery to put args for host
5962 subconfigures into the Makefile.
5963
5964 * Makefile.tpl: Remove 'vault' targets.
5965 * Makefile.tpl: Reorder and comment dependencies.
5966 * Makefile.in: Regenerate.
5967
59682002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
5969 * configure.in: Fix my broken commit of previous patch. (sigh)
5970
743f054e
GK
59712002-11-28 Geoffrey Keating <geoffk@apple.com>
5972
5973 * configure.in: Move host-specific darwin noconfigdirs into
5974 the host-specific section.
5975
4977bab6
ZW
59762002-11-28 Geoffrey Keating <geoffk@apple.com>
5977
5978 * configure.in: Move host-specific darwin noconfigdirs into
5979 the host-specific section.
5980
59812002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
5982
5983 * configure: Remove skip-this-dir support.
5984 * Makefile.tpl: Remove skip-this-dir support.
5985
5986 * Makefile.tpl: Remove leftover support for non-autoconfiscated
5987 subdirectories.
5988 * Makefile.in: Regenerate.
5989
5990 * Makefile.tpl: Strip out useless setting of 'dir'.
5991 * Makefile.in: Regenerate.
5992
59932002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
5994
5995 * configure.in: Fix deeply stupid bug.
5996
5997 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
5998 shell code in CXX_FOR_TARGET
5999 * Makefile.def: Introduce raw_cxx.
6000 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
6001 RAW_CXX_FOR_TARGET.
6002 * Makefile.in: Regenerate.
6003
60042002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
6005
6006 * Makefile.tpl: Remove unnecessary ifs.
6007 * Makefile.in: Regenerate.
6008
6009 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
6010 dependencies. Maybe-ize build-libiberty. Create dummy install
6011 targets for 'no_install' modules.
6012 * configure: Move GDB_TK substitution to configure.in. Move
6013 build_modules stuff to configure.in.
6014 * configure.in: Implement soft dependency machinery. Maybe-ize
6015 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
6016 * Makefile.in: Regenerate.
6017
60182002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
6019
6020 * Makefile.tpl: Make all-target, install-target behave similarly
6021 to all, install (only hitting configured targets). Eliminate
6022 unused macro defintions.
6023
6024 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
6025 build != host.
6026
6027 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
6028
6029 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
6030
6031 * configure.in: Produce lists of subdir targets we're actually
6032 configuring. Remove references to "dosrel".
6033 * Makefile.tpl: Let configure set which subdir targets are hit.
6034 Remove install-cross; clean up install; remove ALL. Remove
6035 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
6036 Autogenerate host module targets. Remove empty dependency lines
6037 and redundant dependency; rearrange slightly.
6038 * Makefile.def: Add host-side libtermcap, utils.
6039
6040 * Makefile.in: Regenerate.
6041
e6226a2f
RO
60422002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6043
6044 * ltconfig (osf[345]): Append $major to soname_spec.
6045 Reflect this in library_names_spec.
6046 * ltmain.sh (osf): Prefix $major with . for use as extension.
6047
3b75d237
AJ
60482002-11-19 Andreas Jaeger <aj@suse.de>
6049
6050 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
6051 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
6052 and sparc64 GNU/Linux systems.
6053
809108de
NS
60542002-11-19 Nathan Sidwell <nathan@codesourcery.com>
6055
6056 * MAINTAINERS: Update email.
6057
e7e0de7e
GP
60582002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6059
6060 * MAINTAINERS: Complete James Dennett's entry.
6061
f7109dea
EB
60622002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
6063
6064 * MAINTAINERS (Write After Approval): Add myself.
6065
d3ac17c9
BK
60662002-11-13 Bruce Korb <bkorb@gnu.org>
6067
6068 * Makefile.tpl: syntactic cleanup
6069
cbf78ae4
SH
60702002-11-13 Stuart Hastings <stuart@apple.com>
6071
6072 * MAINTAINERS: Add myself to write-after-approval list.
6073
4977bab6
ZW
60742002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
6075
6076 * Makefile.def: Add list of recursive targets to autogenerate.
6077 Add build_modules.
6078 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6079 targets. Autogenerate *-build-* targets.
6080 * Makefile.in: Regenerate.
6081
60822002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
6083
6084 * configure: More autoconf-style substitutions.
6085 * Makefile.tpl: More autoconf-style substitutions.
6086 * Makefile.in: Regenerate.
6087
60882002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
6089
6090 * configure: Substitute more variables in a more autoconf-friendly
6091 way. Simplify slightly.
6092 * Makefile.tpl: Make more variables substitutable in an
6093 autoconf-friendly way.
6094 * Makefile.in: Regenerate.
6095
d4783999
JW
60962002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
6097
6098 * MAINTAINERS (Write After Approval): Add myself.
6099
4977bab6
ZW
61002002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
6101
6102 * configure.in (v810*): Remove special setting of tools.
6103
6104 * configure: Add support for extra required flags for ar or nm.
6105 * configure.in (aix4.3+): Use above support for target-specific
6106 issues, rather than using config/mt-aix43.
6107
61082002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
6109
6110 * configure: Remove 'removing', which doesn't work. Replace $subdir
6111 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6112 with $srcdir. Reformat indentation. Substitute some variables
6113 formerly hard-coded in the Makefile for build=host.
6114 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6115 * Makefile.def: Autogenerate more.
6116 * Makefile.in: Regenerate.
6117
1c9c903e
AN
61182002-11-04 Adam Nemet <anemet@lnxw.com>
6119
6120 * MAINTAINERS (Write After Approval): Add myself.
6121
40673d2b
KB
61222002-11-04 Kevin Buettner <kevinb@redhat.com>
6123
6124 * Makefile.def (host_modules): Add rda.
6125 * Makefile.in: Regenerate.
6126 * configure.in (target_tool): Add target-rda to list.
6127
42e650ae
GP
61282002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6129
6130 * MAINTAINERS: Remove "co-maintainer" note for web pages.
6131
e004b81f
PE
61322002-10-25 Phil Edwards <pme@gcc.gnu.org>
6133
6134 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6135 and restrap targets to this rule.
6136 * Makefile.in: Regenerate.
6137
06bd49b1
GP
61382002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6139
6140 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
6141 GNATS only accounts.
6142
d0af82b0
HPN
61432002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6144
6145 * configure.in (i[3456]86-*-linux*): Add check to disable
6146 ${libgcj} for glibc1.
6147
10782654
DC
61482002-10-24 Denis Chertykov <denisc@overta.ru>
6149
6150 * MAINTAINERS: Add myself as ip2k port maintainer.
6151
a5a438f5
SS
61522002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6153
6154 * configure.in: Add tic4x target.
6155
fe3d5b7f
NN
61562002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6157
aba8a494
NN
6158 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6159 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6160 * Makefile.in: Regenerate.
6161
fe3d5b7f
NN
6162 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6163 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6164 * Makefile.in: Regenerate.
6165
a6ad79e7
JJ
61662002-10-02 Janis Johnson <janis187@us.ibm.com>
6167
6168 * MAINTAINERS: Add myself as web pages co-maintainer.
6169
6a8a9058
NN
61702002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6171
6172 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6173 * Makefile.in: Regenerate.
6174
327d975a
ZW
61752002-10-02 Zack Weinberg <zack@codesourcery.com>
6176
6177 * MAINTAINERS: Add myself and Nathan Sidwell
6178 <nathan@codesourcery.com> as VxWorks maintainers.
6179
a5ae8f19 61802002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
6181
6182 * Makefile.def: Remove order dependency comments.
6183 * Makefile.tpl: Add explicit install-install dependencies.
6184 * Makefile.in: Regenerate.
d0f6c823 6185
34c6040c 6186 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 6187 * Makefile.in: Regenerate.
34c6040c 6188
d0f6c823
NN
6189 * Makefile.tpl: Add configure-target (for src-release in src)
6190 * Makefile.in: Regenerate.
6191
50bd210b
NC
61922002-09-30 Nick Clifton <nickc@redhat.com>
6193
6194 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6195
ca25149e
UW
61962002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6197
6198 * configure.in (s390*-*-linux*): Enable libgcj.
6199
dd30b57d
NN
62002002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6201
9e60a678
NN
6202 * configure: Revert accidentally applied changes.
6203
dd30b57d
NN
6204 * Makefile.tpl: Make more autoconf-friendly.
6205 * Makefile.in: Regenerate.
6206 * configure: Make substitution more autoconf-like.
6207
5831424e
RE
62082002-09-28 Richard Earnshaw <rearnsha@arm.com>
6209
6210 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6211 single entry to handle all these.
6212 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6213 libjava on arm-*-elf.
6214
b7f3b15b
GK
62152002-09-27 Geoffrey Keating <geoffk@apple.com>
6216
6217 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6218 things that depend on them.
6219
0dffceed
NN
62202002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6221
6222 * Makefile.tpl: Make subsituted variables more autoconfy.
6223 * Makefile.in: Regenerate.
6224 * configure: Make seds more autoconfy.
6225
1db75a86 62262002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
6227
6228 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6229 * Makefile.in: Regenerate.
6230 * configure.in: Rewrite sed statements to look autoconfy.
6231
1db75a86
NN
6232 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6233 all-target-foo on configure-target-foo.
6234 * Makefile.def: Ditto.
6235 * Makefile.in: Rebuild.
6236
741a4e89
AH
62372002-09-25 Andrew Haley <aph@redhat.com>
6238
6239 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
6240
95ddd785
NN
62412002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6242
6243 * Makefile.def: New file.
6244 * Makefile.tpl: New file.
6245 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6246 * contrib/gcc_update: Note that Makefile.in is a generated file.
6247
6248 * configure.in: Minor rearrangement. Simplify tests.
6249
65a824f6
JT
62502002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
6251
6252 * configure.in (with_headers): Skip copy if value is "yes".
6253 (with_libs): Likewise.
6254
51270f0a 62552002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
6256
6257 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6258 * configure.in (sh*-*-pe*): Ditto.
6259 * configure.in (mips*-*-pe*): Ditto.
6260 * configure.in (*arm-wince-pe): Ditto.
6261
8f89dbf4
NN
6262 * configure.in: Rearrange.
6263
c1b8db3f
KH
62642002-09-14 Kazu Hirata <kazu@cs.umass.edu>
6265
6266 * MAINTAINERS: Update my email address.
6267
341f0575
PK
62682002-08-30 Paul Koning <pkoning@equallogic.com>
6269
6270 * MAINTAINERS: (Write After Approval): Add myself.
6271
d2e06980
GK
62722002-08-29 Geoffrey Keating <geoffk@redhat.com>
6273
6274 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
6275
4906d5d8
GK
62762002-08-24 Geoffrey Keating <geoffk@redhat.com>
6277
6278 * MAINTAINERS: Change my mailing address.
6279
e9a25cc8
PC
62802002-08-21 Paolo Carlini <pcarlini@unitus.it>
6281
6282 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 6283 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 6284
a5aa7421
LR
62852002-08-20 Loren J. Rittle <ljrittle@acm.org>
6286
6287 * MAINTAINERS (Write After Approval): Remove myself.
6288 (Various Maintainers: c++ runtime libs): Add myself.
6289
5ce6f47b
EC
62902002-08-15 Eric Christopher <echristo@redhat.com>
6291
6292 * config.sub: Import from master repository.
6293 * config.guess: Ditto.
6294
7f9317f0
AO
62952002-08-19 Alexandre Oliva <aoliva@redhat.com>
6296
6297 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6298 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6299 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6300
7aecca3d
AH
63012002-08-16 Aldy Hernandez <aldyh@redhat.com>
6302
6303 * MAINTAINERS: Add self to rs6000 vector extensions.
6304
8ea4b195
AO
63052002-08-15 Alexandre Oliva <aoliva@redhat.com>
6306
6307 * libiberty/configure: Reverted unintended yesterday's check in.
6308
f5cc59a7
AO
63092002-08-14 Alexandre Oliva <aoliva@redhat.com>
6310
6311 * boehm-gc/configure, libf2c/configure: Rebuilt.
6312 * libffi/configure, libiberty/configure: Ditto.
6313 * libjava/configure, libobjc/configure: Ditto.
6314 * libstdc++-v3/configure, zlib/configure: Ditto.
6315 Merged from binutils:
6316 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
6317 From Steve Ellcey <sje@cup.hp.com>:
6318 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6319 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6320 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6321 IA64.
6322 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6323 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6324 soname_spec, sys_lib_search_path_spec): Ditto.
6325
66350331
FS
63262002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6327
6328 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6329
2ff34870
L
63302002-08-04 H.J. Lu (hjl@gnu.org)
6331
6332 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6333
a014f2fe
KW
63342002-08-02 Krister Walfridsson <cato@df.lth.se>
6335
6336 * MAINTAINERS (Write After Approval): Add myself.
6337
c01d477a
AM
63382002-07-31 Alan Modra <amodra@bigpond.net.au>
6339
6340 * configure.in: Move generic linux case to end. Copy generic
6341 linux noconfigdirs to mips*-*-linux* entry and new
6342 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6343
68cd2524
MM
63442002-07-19 Michael Matz <matz@suse.de>
6345
6346 * MAINTAINERS: Add myself as ra* maintainer.
6347
e2d83b8c
CD
63482002-07-16 Chris Demetriou <cgd@broadcom.com>
6349
6350 * config.guess: Update to 2002-07-09 version.
6351 * config.sub: Update to 2002-07-03 version.
6352
cece4f1d
HPN
63532002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
6354
6355 * MAINTAINERS: Fix typo in a maintainer email address.
6356
bb654703
NN
63572002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6358
6359 * configure.in: Remove two redundant tests.
6360
789b7de5
RO
63612002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6362
6363 * configure.in (mips*-*-irix6*o32): Enable stabs.
6364
e1da1089
NN
63652002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6366
f3970bba
NN
6367 * configure.in: Don't build grez.
6368 * Makefile.in: Ditto.
6369
e1da1089
NN
6370 * Makefile.in: Remove references to bsp, cygmon, libstub.
6371 * configure.in: Ditto.
6372
6373 * configure.in: Remove leftover reference to gdbtest.
6374
57c905fa
PE
63752002-07-08 Phil Edwards <pme@gcc.gnu.org>
6376
6377 * configure.in (gxx_include_dir): Change to match versioned
6378 C++ headers if --enable-version-specific-runtime-libs is used.
6379
a0af94a7 63802002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 6381
a0af94a7
SE
6382 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6383
423ce3eb
NN
63842002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6385
6386 * configure.in: Make --without-x work.
6387
98186934
NN
63882002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6389
c3b7d169
NN
6390 * configure.in: Rearrange target Makefile fragment collection.
6391
98186934
NN
6392 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6393 cvs[src].
6394 * configure.in: Ditto.
6395
eebd288a
MK
63962002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
6397
6398 * MAINTAINERS (Write After Approval): Update my e-mail address.
6399
3ab36f05
NN
64002002-06-24 Ben Elliston <bje@redhat.com>
6401
6402 * configure.in (host_tools): Remove cgen.
6403
6404 * Makefile.in (all-cgen): Remove; runs from its source directory.
6405 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 6406 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
6407 (all-sim): Likewise.
6408
64092002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6410
6411 * Makefile.in: Eliminate 'apache' targets.
6412 * configure.in: Eliminate 'apache' targets.
6413
55380b08
NN
6414 * configure.in: Eliminate redundant tests. Reorganize.
6415
9a5c1b9d
NN
6416 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6417
5fd3853a
NN
6418 * config-ml.in: Eliminate references to Cygnus configure.
6419
cfefc434
NN
6420 * Makefile.in: Eliminate references to building emacs.
6421
2fe93885
GS
64222002-06-28 Graham Stott <graham.stott@btinternet.com>
6423
6424 * MAINTAINERS: Update my email address.
6425
53c40185
BK
64262002-06-26 Benjamin Kosnik <bkoz@redhat.com>
6427
6428 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 6429 (cxx_incdir): Remove.
53c40185 6430
97679694
NN
64312002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
6432
6433 * MAINTAINERS (Write After Approval): Add self.
6434
b03bcd37
DC
6435Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
6436
6437 * configure.in: Add support for ip2k.
6438
6bd12129
NN
64392002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6440
6441 * configure.in: Fix AIX configury bug.
6442
e0d98a92
SE
64432002-06-20 Steve Ellcey <sje@cup.hp.com>
6444
6445 * MAINTAINERS (Write After Approval): Add self.
6446
ba3292db
NN
64472002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6448
ef40bc65
NN
6449 * configure.in: replace ${topsrcdir} with ${srcdir}
6450
7a0be465
NN
6451 * configure.in: Move definition of libstdcxx_flags
6452 right above usage, rather than waaay earlier.
6453
e1848dde
NN
6454 * configure.in: Pull definition of is_cross_compiler earlier.
6455
8bc2fff1
NN
6456 * configure.in: Rearrange a little.
6457
ba3292db
NN
6458 * configure.in: Remove references to librx.
6459 * Makefile.in: Remove references to librx.
6460
11d8b408
DC
6461Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
6462
6463 * config.sub: Add support for avr target.
6464 Import from master sources, rev 1.255
5ce6f47b 6465
93da8339
PE
64662002-06-19 Phil Edwards <pme@gcc.gnu.org>
6467
6468 * configure, .cvsignore: Revert previous change...
6469 * Makefile: ...delete.
6470
b4caab5c
NN
64712002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6472
6473 * configure.in: Eliminate ${gasdir} variable.
6474
ee777171
DB
64752002-06-18 Dave Brolley <brolley@redhat.com>
6476
6477 * configure.in: Add support for frv.
6478 * config.sub: Add support for frv.
6479
26e4af54
PE
64802002-06-18 Phil Edwards <pme@gcc.gnu.org>
6481
6482 * configure: Remove garbage from previous commit.
6483
bb20b7da
PE
64842002-06-18 Phil Edwards <pme@gcc.gnu.org>
6485
6486 * configure: For in-source builds, make a subdir and re-exec there.
6487 * Makefile: New file. Pass targets through to build directory.
6488 * .cvsignore: No longer ignore "Makefile".
6489
9d321f6c
DR
64902002-06-16 Douglas Rupp <rupp@gnat.com>
6491
6492 * MAINTAINERS (Write After Approval): Add self.
6493
c8eb2bc0
KG
64942002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6495
6496 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6497
f210d239
JT
64982002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6499
6500 * configure.in (vax-*-netbsd*): Re-enable gas.
6501
e9667b3c
NN
65022002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
6503
efe1f357
NN
6504 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6505 BUILD_PREFIX_1, to correct nomenclature.
6506 * configure: Likewise.
6507
e9667b3c
NN
6508 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6509 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6510
fe2fe497
OH
65112002-05-31 Olaf Hering <olh@suse.de>
6512
6513 * config-ml.in: Propogate DESTDIR also.
6514
dcf7f0dd
JT
65152002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6516
6517 * configure.in (vax-*-netbsd*): Don't build gas for this
6518 platform.
6519
6ff14f32
MM
65202002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
6521
6522 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6523 and libgcj for AVR.
6524
397de1ff
KK
65252002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
6526
6527 * MAINTAINERS (Write After Approval): Add myself.
6528
ac30211c
JT
65292002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6530
6531 * config.guess: Update to 2002-05-22 version.
6532 * config.sub: Likewise.
6533
1e6347d8
RO
65342002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6535
6536 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6537 * config-ml.in: Likewise.
6538 * configure: Likewise.
6539 * configure.in: Likewise.
6540
e5ce1d6d
SC
65412002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6542
6543 * MAINTAINERS: Update my email address.
6544
6cdef75d
NN
65452002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
6546
4a87f061
NN
6547 * configure.in: Simplify makefile fragment collection.
6548
6549 * configure.in: Remove code to build emacs.
603606e7 6550
e254d6b5
NN
6551 * configure.in : Remove --srcdir argument from targargs and buildargs
6552 (it's always overridden in the Makefile anyway). Rearrange a bit.
6553
6554 * configure: Move some logic to configure.in.
6555 * configure.in: Move some logic from configure.
6cdef75d 6556
1d6006fe
TT
65572002-05-11 Tom Tromey <tromey@redhat.com>
6558
6559 * MAINTAINERS: Reflect libgcj reality.
6560
b70b3534
FS
65612002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
6562
6563 * Makefile.in: Honour DESTDIR.
6564
4434687a
MM
65652002-05-08 Mark Mitchell <mark@codesourcery.com>
6566
6567 * config.guess: Import 2002-03-20 version.
6568 * config.sub: Import 2002-04-26 version.
6569
a89e49c7
RO
65702002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6571
6572 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
6573
44e55536
TJ
65742002-05-07 Tim Josling <tej@melbpc.org.au>
6575
6576 * MAINTAINERS: Add self.
6577
97320a3f
LR
65782002-05-06 Loren J. Rittle <ljrittle@acm.org>
6579
6580 * ltmain.sh: Detect and handle object name conflicts
6581 while piecewise linking a static library.
6582
b7c13625
AO
65832002-05-05 Alexandre Oliva <aoliva@redhat.com>
6584
6585 * configure.in (noconfigdirs): Don't disable libgcj on
6586 sparc64-*-solaris* and sparcv9-*-solaris*.
6587
4182d9fa
AO
65882002-05-03 Alexandre Oliva <aoliva@redhat.com>
6589
6590 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6591
7bebf279
TF
65922002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
6593
6594 * configure.in (FLAGS_FOR_TARGET): Do not add
6595 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6596 on i[3456]86-*-linux*.
6597
9a06dc7d
TF
65982002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
6599
6600 * configure.in (noconfigdirs): Replace [ ] with test.
6601
6602 * configure.in (noconfigdirs): Do not add target-newlib if
6603 target == i[3456]86-*-linux*, and host == target.
6604
a51a07fa
NN
66052002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
6606
9e7facd6
DD
6607 * configure.in: delete reference to absent file
6608
aeaa0f2f
NN
6609 * configure.in: replace '[' with 'test'
6610
4bb98828
NN
6611 * configure.in: Eliminate references to gash.
6612 * Makefile.in: Eliminate references to gash.
6613
64791664
NN
6614 * configure.in: remove useless references to 'pic' makefile fragments.
6615
3ed57cf4
NN
6616 * configure.in: (*-*-windows*) Finish removing.
6617
a51a07fa
NN
6618 * configure.in: Eliminate redundant test for libgui.
6619
8552f6f1
RS
66202002-04-29 Roger Sayle <roger@eyesopen.com>
6621
6622 * MAINTAINERS: Add self and realphabetize. Update entries
6623 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
6624 entry for a29k port maintainer.
6625
9e847666
JS
66262002-04-26 Joel Sherrill <joel@OARcorp.com>
6627
6628 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6629 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6630
704c9a14
NN
66312002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
6632
6633 * configure.in: remove references to dead files
6634
7bff5059
MM
66352002-04-19 Mark Mitchell <mark@codesourcery.com>
6636
6637 * MAINTAINERS: Add information about purpose of this file.
6638
0c7c67f0
TT
66392002-04-18 Tom Tromey <tromey@redhat.com>
6640
6641 * configure.in: Disallow configuring libgcj when it is already
6642 installed and we're using Solaris 2.8 linker. Do enable libgcj on
6643 Solaris 2.8 by default. For PR libgcj/6158.
6644
63501e91
NN
66452002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6646
6647 * configure.in: Move default CC setting out of config/mh-* fragments
6648 directly into here.
6649
701afd4d
NN
66502002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6651
6652 * configure.in: don't even try to configure or make a subdirectory
6653 if there's no configure script for it.
6654
07cdae91
MM
66552002-04-15 Mark Mitchell <mark@codesourcery.com>
6656
6657 * MAINTAINERS: Remove chill maintainers.
6658 * Makefile.in (CHILLFLAGS): Remove.
6659 (CHILL_LIB): Remove.
6660 (TARGET_CONFIGDIRS): Remove libchill.
6661 (CHILL_FOR_TARGET): Remove.
6662 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6663 CHILL_LIB.
6664 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6665 (CHECK_TARGET_MODULES): Likewise.
6666 (INSTALL_TARGET_MODULES): Likewise.
6667 (CLEAN_TARGET_MODULES): Likewise.
6668 (configure-target-libchill): Remove.
6669 (all-target-libchill): Remove.
6670 * configure.in (target_libs): Remove target-libchill.
6671 Do not compute CHILL_FOR_TARGET.
6672 * libchill: Remove directory.
5ce6f47b 6673
ab50d72b
DD
66742002-04-11 DJ Delorie <dj@redhat.com>
6675
6676 * Makefile.in, configure.in: Sync with binutils, entries
6677 follow...
6678
0a1e123a
DD
66792002-04-07 Andrew Cagney <ac131313@redhat.com>
6680
6681 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
6682 (do-tar, do-bz2): New rules.
6683 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
6684 (gdb-tar): New rule.
6685 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
6686 (insight_dejagnu.tar): New rule.
6687 (insight.tar): New rule.
6688 (gdb+dejagnu.tar): New rule.
6689 (gdb.tar): New rule.
6690
ab50d72b
DD
66912002-02-01 Mo DeJong <supermo@bayarea.net>
6692
6693 * Makefile.in: Add all-tix to deps for all-snavigator
6694 so that tix is built when building snavigator.
6695
66962002-01-11 Steve Ellcey <sje@cup.hp.com>
6697
6698 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
6699 ld and gdb are not supported.
6700
67012002-01-07 Mark Salter <msalter@redhat.com>
6702
6703 * configure.in: Remove target-bsp and target-cygmon from arm builds.
6704 Allow target-libgloss to be built for arm, strongarm, and xscale.
6705
67062001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
6707
6708 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
6709 options for i[3456]86-pc-linux* native builds.
6710
67112001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
6712
6713 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
6714 files from .po files for a distribution.
6715
67162001-09-03 Jeff Holcomb <jeffh@redhat.com>
6717
6718 * configure.in: Enable libstdc++-v3 for h8300 targets.
6719
67202001-06-19 Alan Modra <amodra@bigpond.net.au>
6721
6722 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
6723 version from bfd/.
6724
6725Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
6726
6727 * Makefile.in (VER): When present, extract the version number from
6728 the file version.in.
6729
67302001-05-24 Tom Rix <trix@redhat.com>
6731
6732 * configure.in : enable ld for aix
6733
67342001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
6735
6736 * config.guess: Add linux target for S/390.
6737
67382000-11-07 Philip Blundell <pb@futuretv.com>
6739
6740 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
6741
67422000-11-03 Philip Blundell <pb@futuretv.com>
6743
6744 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
6745 files.
6746
67472001-01-15 Ben Elliston <bje@redhat.com>
6748
6749 * configure.in (host_tools): Add sid.
6750 Always configure cgen.
6751
67522000-11-24 Nick Clifton <nickc@redhat.com>
6753
6754 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
6755
6756
67572000-08-20 Doug Evans <dje@casey.transmeta.com>
6758
6759 * Makefile.in (ALL_MODULES): Add all-cgen.
6760 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
6761 (all-cgen): New target.
6762 (all-opcodes,all-sim): Depend on all-cgen.
6763 * configure.in (host_tools): Add cgen.
6764 Only configure cgen if --enable-cgen-maint.
6765
ef98ad7b
LR
67662002-04-09 Loren J. Rittle <ljrittle@acm.org>
6767
6768 * configure.in: Add *-*-freebsd* configurations.
6769
90def2b2
TT
67702002-04-08 Tom Tromey <tromey@redhat.com>
6771
6772 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6773 Fixes PR libgcj/6068.
6774
320d7e7a
KW
67752002-03-30 Krister Walfridsson <cato@df.lth.se>
6776
6777 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6778
18b467f1
RO
67792002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6780
6781 * configure.in (alpha*-dec-osf*): Enable libgcj.
6782
8bb3a5af
MG
67832003-03-27 Matthew Gingell <gingell@gnat.com>
6784
6785 * MAINTAINERS (Write After Approval): Add myself.
6786
56ae9405
NC
67872002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
6788
6789 Fix for: PR bootstrap/3591, target/5676
6790 * configure.in (mcore-pe): Disable the configuration of
6791 libstdc++-v3 since exceptions are not supported.
6792
f18d9a0c
AG
67932002-03-20 Anthony Green <green@redhat.com>
6794
6795 * configure.in: Enable libgcj for xscale-elf target.
6796
c0e21eef
R
6797Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
6798
6799 * MAINTAINERS: Update my email address.
6800
28eca9e8
AO
68012002-03-16 Alexandre Oliva <aoliva@redhat.com>
6802
6803 * ltmain.sh (relink_command): Fix typo in previous change.
6804
e67e72c7
AO
68052002-03-15 Alexandre Oliva <aoliva@redhat.com>
6806
6807 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
6808 (relink_command): Added --tag flags.
6809 (mode=install): If relinking fails; error out.
6810
c2273204
RH
68112002-03-12 Richard Henderson <rth@redhat.com>
6812
6813 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
6814 .NOTPARALLEL tag.
6815 (do-check): Rename from check.
6816 (check): Allow parallel check.
6817
bcb64245
BW
68182002-03-12 Bob Wilson <bob.wilson@acm.org>
6819
6820 * MAINTAINERS: Add myself as maintainer for xtensa port.
6821 Fix alphabetical order in CPU port maintainer list.
6822 Remove myself from Write After Approval list.
6823
63adb4ff
RH
68242002-03-11 Richard Henderson <rth@redhat.com>
6825
6826 * Makefile.in (.NOTPARALLEL): Add fake tag.
6827
9bec4bf0
L
68282002-03-07 H.J. Lu (hjl@gnu.org)
6829
6830 * configure.in: Enable gprof for mips*-*-linux*.
6831
c7fc1f84
DS
68322002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
6833
6834 * MAINTAINERS (Write After Approval): Add myself.
6835
6bff33fb
AO
68362002-02-28 Alexandre Oliva <aoliva@redhat.com>
6837
6838 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6839 libjava.
6840 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6841
0210b33b
AO
68422002-02-23 Alexandre Oliva <aoliva@redhat.com>
6843
6844 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6845 because its Makefile is there; test for the executable instead.
6846
fcc0a3ef
AO
68472002-02-22 Alexandre Oliva <aoliva@redhat.com>
6848
6849 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6850 libstdc++-v3 and libjava.
6851
97cf8285
AM
68522002-02-11 Adam Megacz <adam@xwt.org>
6853
6854 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6855 boehm-gc
5ce6f47b 6856
40fe0ec3
AO
68572002-02-09 Alexandre Oliva <aoliva@redhat.com>
6858
6859 * config.guess: Updated to 2002-01-30's version.
6860 * config.sub: Updated to 2002-02-01's version.
6861 Contribute sh64-elf.
6862 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6863 * configure.in: Added sh64-*-*.
6864
694d53ee
CD
68652002-02-08 Chris Demetriou <cgd@broadcom.com>
6866
6867 * MAINTAINERS: Belatedly add myself to write after approval list.
6868
a9ca50b1
JH
6869Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
6870
6871 * MAINTAINERS: Put self in as maintainer for x86-64 port.
6872 Remove self as Write After Approval.
6873
5ffc3500
GK
68742002-01-31 Geoffrey Keating <geoffk@redhat.com>
6875
6876 * MAINTAINERS: Put self in as maintainer for contrib/regression
6877 directory.
6878
4ceaf7fb
PE
68792002-01-28 Phil Edwards <pme@gcc.gnu.org>
6880
6881 * MAINTAINERS: Update my email address.
6882
51584787
JT
68832002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
6884
5ce6f47b
EC
6885 * configure.in (*-*-netbsd*): New. Skip target-newlib,
6886 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
6887 libraries if not supported for NetBSD on target CPU.
6888
5701d273
DR
68892002-01-25 Douglas B Rupp <rupp@gnat.com>
6890
6891 * install-sh: Use _inst.$$_ for temp file name.
6892
b299a075
JT
68932002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
6894
6895 * MAINTAINERS (Write After Approval): Move my contact info
6896 from here...
6897 (OS Port Maintainers): ...to here (netbsd).
6898
51fe14b5
BW
68992002-01-22 Bob Wilson <bob.wilson@acm.org>
6900
6901 * MAINTAINERS (Write After Approval): Add myself.
6902
b634ad42
L
69032002-01-17 H.J. Lu <hjl@gnu.org>
6904
6905 * Makefile.in (all-fastjar): Also depend on all-libiberty.
6906 (all-target-fastjar): Also depend on all-target-libiberty.
6907
3cd87679
L
69082002-01-16 H.J. Lu (hjl@gnu.org)
6909
6910 * config.guess: Import from master sources, rev 1.225.
6911 * config.sub: Import from master sources, rev 1.238.
6912
969a6d8f
KH
69132002-01-16 Kazu Hirata <kazu@hxi.com>
6914
6915 * MAINTAINERS (Write After Approval): Remove myself.
6916
366f6a52
FW
69172001-12-19 Florian Weimer <fw@deneb.enyo.de>
6918
6919 * MAINTAINERS (Write After Approval): Add myself.
6920
f02240b6
JM
69212001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
6922
6923 * MAINTAINERS: Add self as docs co-maintainer.
6924
5d08dc39
MK
69252001-12-11 Matthias Klose <doko@debian.org>
6926
6927 * MAINTAINERS (Write After Approval): Add myself.
6928
39e790d5
ZW
69292001-12-09 Zack Weinberg <zack@codesourcery.com>
6930
6931 * MAINTAINERS: Update my email address.
6932
4519d6a3
TC
69332001-12-07 Turly O'Connor <turly@apple.com>
6934 * MAINTAINERS (Write After Approval): Add myself.
6935 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
6936 (rs6000_initialize_trampoline): Call __trampoline_setup for
6937 ABI_DARWIN too.
6938 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 6939 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 6940
21cf0a73
PC
69412001-12-07 Paolo Carlini <pcarlini@unitus.it>
6942
6943 * MAINTAINERS (Write After Approval): Add myself.
6944
4ee43206
DR
6945Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
6946
6947 * configure, configure.in: Use temp file for long sed commands.
6948
251931f3
LG
69492001-12-03 Laurent Guerby <guerby@acm.org>
6950
6951 * config.sub: Update to version 1.232 on subversion.
6952
03777dd7
BE
69532001-12-03 Ben Elliston <bje@redhat.com>
6954
6955 * MAINTAINERS: Update mail address for config.* patches.
6956
e490616e
ZW
69572001-11-27 DJ Delorie <dj@redhat.com>
6958 Zack Weinberg <zack@codesourcery.com>
6959
6960 When build != host, create libiberty for the build machine.
6961
6962 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
6963 CONFIG_ARGUMENTS.
6964 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
6965 New variables.
6966 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
6967 and rules.
6968 (all.normal): Depend on ALL_BUILD_MODULES.
6969 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
6970 (all-build-libiberty): Depend on configure-build-libiberty.
6971
6972 * configure: Calculate and substitute proper value for
6973 ALL_BUILD_MODULES.
6974 * configure.in: Create the build subdirectory.
6975 Calculate and substitute TARGET_CONFIGARGS (formerly
6976 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
6977
04075e8f
ZL
69782001-11-26 Ziemowit Laski <zlaski@apple.com>
6979
6980 * MAINTAINERS (write-after-approval): Add self.
6981
ed19322d
CR
69822001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
6983
6984 * MAINTAINERS (GNATS only accounts): Remove self.
6985
90a12988
HPN
69862001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
6987
6988 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6989 libf2c.
6990
77e653ad
CR
69912001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
6992
6993 * MAINTAINERS (Write After Approval): Add self.
6994
64adad99
DB
69952001-11-12 David O'Brien <obrien@FreeBSD.org>
6996
6997 * MAINTAINERS: mips and s390 are also CPU ports.
6998
834a28c7
DB
69992001-11-12 David O'Brien <obrien@FreeBSD.org>
7000
7001 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
7002
ef94239f
DB
70032001-11-11 David O'Brien <obrien@FreeBSD.org>
7004
7005 * MAINTAINERS: Alphabetize.
7006
beda0427
KH
70072001-11-09 Kazu Hirata <kazu@hxi.com>
7008
7009 * MAINTAINERS (Various maintainers: h8 port): Add myself.
7010
6ca224d3
JDA
70112001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
7012
7013 * MAINTAINERS (Various maintainers: hppa port): Added myself.
7014
132e4bd7
PE
70152001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
7016
7017 * configure.in (--enable-languages): Be more permissive about
7018 syntax. Check for empty lists better. Warn about $LANGUAGES.
7019
c6243b4c
GK
70202001-11-08 Geoffrey Keating <geoffk@redhat.com>
7021
7022 * config.sub: Import from master sources, rev. 1.230.
7023 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
7024
abbb9e76
LG
70252001-11-07 Laurent Guerby <guerby@acm.org>
7026
7027 * MAINTAINERS (Write After Approval): Add self.
7028
53cdb27a
HPN
70292001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
7030
7031 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
7032
dd3a88c9
HPN
70332001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
7034
7035 * config.sub: Import from master sources, rev 1.226.
7036 * config.guess: Import from master sources, rev 1.216.
7037
d344dce9
HPN
70382001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
7039
7040 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
7041 * MAINTAINERS: Add self as maintainer of MMIX port.
7042 Remove old after-approval entry.
7043
63f6bcd7
JM
70442001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
7045
7046 * ChangeLog, configure: Fix spelling errors.
7047
84f92638
BK
70482001-10-20 Brendan Kehoe <brendan@zen.org>
7049
7050 * MAINTAINERS: Tweak my address.
7051
2f30eda4
R
7052Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
7053
7054 * MAINTAINERS: Update my email address.
7055
1567080c 70562001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 7057
f48a3b5c 7058 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 7059 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 7060
30106886
GB
70612001-10-10 Geert Bosch <bosch@gnat.com>
7062
e490616e 7063 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
7064 Added Robert Dewar.
7065
d3d51b8c
DB
70662001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
7067
7068 * MAINTAINERS (Write After Approval): Added self
7069
d1c3e709
GB
70702001-10-02 Geert Bosch <bosch@gnat.com>
7071
7072 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
7073
50f5f793
JM
70742001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7075
7076 * configure: Handle temporary files securely using mkdir.
7077
7fddf9a9
AO
70782001-09-29 Alexandre Oliva <aoliva@redhat.com>
7079
7080 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7081
387beb82
WC
70822001-09-26 Will Cohen <wcohen@redhat.com>
7083
7084 * configure.in (*-*-linux*): Disable configuration of target-newlib
7085 and target-libgloss.
e490616e 7086
0c055e34
AO
70872001-09-26 Alexandre Oliva <aoliva@redhat.com>
7088
7089 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7090 RANLIB.
7091
759bfa90
AO
70922001-09-21 Alexandre Oliva <aoliva@redhat.com>
7093
7094 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7095 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7096 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7097 avoid quotes nesting problems.
7098 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7099 (DO_X): Export only variables that are set.
7100
1dc4a750
BE
71012001-09-19 Ben Elliston <bje@redhat.com>
7102
7103 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7104 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7105 semantics. Use the shell built-in "type" command instead.
7106
898c7238
AO
71072001-08-31 Alexandre Oliva <aoliva@redhat.com>
7108
7109 Merged from gcc-3_0-branch:
7110 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7111 * ltcf-c.sh: Use $objext, not $ac_objext.
7112 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7113 * ltcf-cxx.sh: Add support for GNU.
7114 2001-07-22 Timothy Wall <twall@redhat.com>
7115 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7116 default settings if using GNU tools with that configuration.
7117 * ltcf-cxx.sh: Ditto.
7118 * ltcf-gcj.sh: Ditto.
7119 2001-07-21 Michael Chastain <chastain@redhat.com>
7120 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7121 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7122 * ltmain.sh: Mark as gcc-local.
7123
8fa0a32e
EC
71242001-08-30 Eric Christopher <echristo@redhat.com>
7125 Jason Eckhardt <jle@redhat.com>
7126
7127 * config.guess: Merge from master sources.
7128 * config.sub: Merge from master sources, add support for mipsisa32.
7129
32f30f91 71302001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
7131 * config.sub: Merge from master sources, rev 1.219.
7132 * MAINTAINERS: Add self as contact for stormy16 port.
7133
f6084f99
ZW
71342001-08-14 Zack Weinberg <zackw@panix.com>
7135
7136 * config.sub: Merge from master sources, rev 1.218.
7137 * config.guess: Merge from master sources, rev 1.209.
7138
91b54f7f
GS
71392001-08-11 Graham Stott <grahams@redhat.com>
7140
7141 * Makefile.in (check-c++): Add missing semicolon.
7142
e5b3941e
JH
7143Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
7144
32f30f91 7145 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 7146
6387a56e
EC
71472001-07-30 Eric Christopher <echristo@redhat.com>
7148
7149 * MAINTAINERS (Various maintainers: mips port): Added myself.
7150
53b475f0
AH
71512001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7152
e490616e 7153 * configure.in (sh-*-linux*): New.
53b475f0 7154
2a08c780
RH
71552001-07-27 Richard Henderson <rth@redhat.com>
7156
7157 * .cvsignore: Add LAST_UPDATED.
7158
bfa79422
UW
71592001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
7160
7161 * MAINTAINERS (Various maintainers: s390 port): Added myself.
7162
0ae85492
AH
71632001-07-16 Aldy Hernandez <aldyh@redhat.com>
7164
e490616e 7165 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 7166
8e1ab0fe
NP
7167Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
7168
7169 * MAINTAINERS (Write After Approval): Added myself.
7170
2b997990
SC
71712001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7172
7173 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7174 and libgcj on m68hc11/m68hc12.
7175
d920e825
L
71762001-06-27 H.J. Lu (hjl@gnu.org)
7177
7178 * Makefile (CFLAGS_FOR_BUILD): New.
7179 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7180
d425a1e0
JM
71812001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
7182
7183 * README: Remove version number.
7184
5b5b4207
GP
71852001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7186
7187 * INSTALL/README: Update wrt. to the installation instructions now
7188 residing in gcc/doc/install.texi.
7189
be839b69
JM
71902001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
7191
7192 * README: Replace with a cut-down and updated version of gcc/README.
7193
fe2ee7c4
DE
71942001-06-12 David Edelsohn <edelsohn@gnu.org>
7195
7196 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
7197 multilibs to be disabled.
7198
4f5d646c
DB
71992001-06-11 Daniel Berlin <dan@cgsoftware.com>
7200
7201 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 7202
818f0c85
AO
72032001-06-09 Alexandre Oliva <aoliva@redhat.com>
7204
7205 * config.guess: Import CVS version 1.195.
7206 * config.sub: Import CVS version 1.212.
7207
e9a8af10
AO
72082001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7209
7210 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7211 gcc/xgcc is built, use -print-prog-name to find out the program
7212 name to use.
7213
ae3ca0a9
PE
72142001-06-04 Phil Edwards <pme@sources.redhat.com>
7215
7216 * config.guess: Import CVS version 1.194. All gcc-local changes
7217 appear to also be in the master copy.
7218 * config.sub: Import CVS version 1.211.
7219
066bd40d
MM
7220Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
7221
7222 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7223 with_gcc]: Use `gcc -shared' to build a shared library.
7224
4aef4f33
JDA
7225Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
7226
7227 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7228 archives.
7229
c386f00f
RO
7230Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7231
7232 * MAINTAINERS (Write After Approval): Add myself.
7233
2ae5cea5
HPN
72342001-06-01 Hans-Peter Nilsson <hp@axis.com>
7235
7236 * configure.in (libstdcxx_flags): Do not try to execute
7237 libstdc++-v3/testsuite_flags until it exists.
7238
c3766183
AM
72392001-06-01 Alan Modra <amodra@bigpond.net.au>
7240
7241 * MAINTAINERS: Update my email address.
7242
9b337833
GS
72432001-05-31 Graham Stott <grahams@redhat.com>
7244
7245 * MAINTAINERS (Write After Approval): Add myself.
7246
55fce0eb
SP
72472001-05-28 Simon Patarin <simon.patarin@inria.fr>
7248
7249 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7250 libraries when using g++ with native linker.
7251
5f7de4b8
AO
72522001-05-28 Alexandre Oliva <aoliva@redhat.com>
7253
7254 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7255
a7bc0fbb
AO
72562001-05-22 Alexandre Oliva <aoliva@redhat.com>
7257
7258 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7259 [aix4*|aix5*]: Prepend blank.
7260
33456445
AO
72612001-05-20 Alexandre Oliva <aoliva@redhat.com>
7262
7263 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7264 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7265 of subdir/configure scripts to use the new libtool.m4.
7266
e48d3d00
MK
72672001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
7268
7269 * MAINTAINERS (Write After Approval): Add myself.
7270
9e0e191b
BK
72712001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7272
7273 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7274
3f19b439
BE
72752001-05-11 Ben Elliston <bje@redhat.com>
7276
7277 * Makefile.in (all-sid): New target.
7278 (check-sid, clean-sid, install-sid): Likewise.
7279
6ebe3121
JO
72802001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7281
7282 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7283
ca3667c4
AO
72842001-05-03 Alexandre Oliva <aoliva@redhat.com>
7285
7286 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7287 libgcj.
7288
72892001-05-03 Alexandre Oliva <aoliva@redhat.com>
7290
7291 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7292 gcc/xgcc is built, use -print-prog-name to find out the program
7293 name to use.
7294
b2964d63
AO
72952001-04-26 Alexandre Oliva <aoliva@redhat.com>
7296
b1bb2302
AO
7297 * configure.in (noconfigdirs): Don't reset it from scratch in the
7298 target case; only append to it.
6387a56e 7299
b2964d63
AO
7300 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7301 sparc-*-solaris2.8]: Disable ${libgcj}.
7302
8343765d
AO
73032001-04-25 Alexandre Oliva <aoliva@redhat.com>
7304
7305 * configure.in (libgcj_saved): Copy from $libgcj.
7306 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7307 --disable-libgcj.
7308
ddbb6d43
GRK
73092001-04-25 Gavin Romig-Koch <gavin@redhat.com>
7310
7311 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 7312 C front end maintainer.
ddbb6d43 7313
3fa03ff9
AG
7314Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7315
7316 * configure.in: Move *-chorusos target case to the proper switch.
7317 Disable libgcj.
7318
99ffe40f
AO
73192001-04-12 Alexandre Oliva <aoliva@redhat.com>
7320
7321 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7322 1.641.2.228.
7323
78faa32d
FS
73242001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7325
7326 * Makefile.in (STAGE1_CFLAGS): Pass down.
7327
cdbff0ab
AM
73282001-04-13 Alan Modra <amodra@one.net.au>
7329
7330 * config.guess: Add hppa64-linux support. Note for next import that
7331 this is already in the master file.
7332 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7333
75b9074c
AO
73342001-04-12 Alexandre Oliva <aoliva@redhat.com>
7335
7336 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7337 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7338
125404c5
SS
73392001-04-11 Stan Shebs <shebs@apple.com>
7340
7341 * MAINTAINERS: Add self as Darwin port maintainer.
7342
876684fe
AM
73432001-04-11 Alan Modra <amodra@one.net.au>
7344
7345 * MAINTAINERS: Update my email address.
7346
06729913
LR
73472001-04-10 Loren J. Rittle <ljrittle@acm.org>
7348
7349 * ltcf-cxx.sh: Support creation of C++ shared libraries on
7350 recent versions of FreeBSD (release 3 or later).
7351 * ltconfig: On FreeBSD, -lc must not be provided when building
7352 a shared library or else the standard -pthread gcc option is
7353 rendered worthless to later users of the built library.
7354
67916302
JM
73552001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
7356
7357 * MAINTAINERS: Add self and RTH as C front end maintainers.
7358
d2bc0628
AO
73592001-04-05 Alexandre Oliva <aoliva@redhat.com>
7360
e490616e
ZW
7361 * config.sub: Make sure to match an already-canonicalized
7362 machine name (eg. mn10300-unknown-elf).
d2bc0628 7363
a3406c06
AO
73642001-04-01 Alexandre Oliva <aoliva@redhat.com>
7365
7366 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7367 New macros.
7368 (bootstrap, cross): Use RECURSE_FLAGS.
7369 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7370
a076f6a4
AO
73712001-03-27 Alexandre Oliva <aoliva@redhat.com>
7372
7373 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7374
e9f4fa71
CH
73752001-03-22 Colin Howell <chowell@redhat.com>
7376
7238de5c
CH
7377 * Makefile.in (DO_X): Do not backslash single-quotes in
7378 backquotes (two places).
e9f4fa71 7379
b6b14b1b
AO
73802001-03-22 Alexandre Oliva <aoliva@redhat.com>
7381
7382 Re-installed:
7383 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7384 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7385 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7386 * ltcf-cxx.sh: Likewise.
7387 * ltcf-gcj.sh: Likewise.
7388
1eb0b89d
GP
73892001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7390
7391 * MAINTAINERS: Add myself as "documentation co-maintainer".
7392
82e23236
AO
73932001-03-22 Alexandre Oliva <aoliva@redhat.com>
7394
7395 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7396 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7397
64ec27c3
TT
73982001-03-19 Tom Tromey <tromey@redhat.com>
7399
7400 * config-ml.in: Handle GCJ and GCJFLAGS.
7401
191de407
MC
74022001-03-21 Michael Chastain <chastain@redhat.com>
7403
7404 * Makefile.in: all-m4 depends on all-texinfo.
7405
fed4dede
LR
74062001-03-20 Loren J. Rittle <ljrittle@acm.org>
7407
7408 * MAINTAINERS: Add myself to write after approval list.
7409
085072bb
LB
74102001-03-18 Laurynas Biveinis <lauras@softhome.net>
7411
7412 * Makefile.in (DO_X): Quote nested quotes.
7413
5af8ea3f
AM
74142001-03-18 Alan Modra <alan@linuxcare.com.au>
7415
7416 * MAINTAINERS: Add myself to write after approval list.
7417
69e23037
LB
74182001-03-15 Laurynas Biveinis <lauras@softhome.net>
7419
7420 * Makefile.in (DO_X): Use double quotes for quoting
7421 "RANLIB=$${RANLIB}".
7422
2b9650f4
OP
74232001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
7424
7425 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
7426
4698d2cf
NP
74272001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7428
7429 * configure.in: Only use `lang_requires' for languages athat are
7430 actually enabled.
7431
f6646274
PE
74322001-03-08 Phil Edwards <pme@sources.redhat.com>
7433
7434 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
7435
c9a54638
AO
74362001-03-08 Alexandre Oliva <aoliva@redhat.com>
7437
7438 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7439
6a556ad6
TT
74402001-03-07 Tom Tromey <tromey@redhat.com>
7441
7442 * configure.in: Allow config-lang.in to set `lang_requires' to list
7443 of other required languages.
7444
6822468a
LB
74452001-03-06 Laurynas Biveinis <lauras@softhome.net>
7446
7447 * Makefile.in: Remove RANLIB definition. Use RANLIB
7448 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7449 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 7450
f04885d3 74512001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 7452 Alexandre Oliva <aoliva@redhat.com>
6387a56e 7453
f04885d3
BK
7454 * Makefile.in (check-c++): Use tabs, not spaces.
7455
288edf47 74562001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 7457
288edf47
LB
7458 * MAINTAINERS: add myself to Write After Approval list.
7459
3d55d2f8 74602001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 7461
e490616e 7462 * Makefile.in (check-c++): New rule.
6387a56e 7463
4d88a68a
BK
7464 * configure.in (target_libs): Remove libg++.
7465 (noconfigdirs): Remove libg++.
7466 (noconfigdirs): Same.
7467 (noconfigdirs): Same.
7468 (noconfigdirs): Same.
7469
7470 * config-ml.in: Remove libg++ references.
7471
7472 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7473 (ALL_TARGET_MODULES): Same.
7474 (configure-target-libg++): Remove.
7475 (all-target-libg++): Remove.
7476 (configure-target-libio): Remove.
7477 (all-target-libio): Remove.
7478 (check-target-libio): Remove.
7479 (.PHONY): Remove.
7480 (libg++.tar.bz2): Remove.
7481 (all-target-cygmon): Remove libio.
7482 (all-target-libstdc++): Remove.
7483 (configure-target-libstdc++): Remove.
7484 (TARGET_LIB_PATH): Remove libstdc++.
7485 (ALL_GCC_CXX): Remove libstdc++.
7486 (all-target-gperf): Correct.
7487
2437d4ed
NC
74882001-02-16 Nick Clifton <nickc@redhat.com>
7489
7490 * configure.in (noconfigdirs): Allow configuration of texinfo
7491 for Cygwin hosts.
7492
85b99cbe
AG
74932001-02-15 Anthony Green <green@redhat.com>
7494
7495 * configure: Introduce GCJ_FOR_TARGET.
7496 * configure.in: Ditto.
7497 * Makefile.in: Ditto.
7498
7b18790c
AS
74992001-02-13 Andreas Schwab <schwab@suse.de>
7500
7501 * MAINTAINERS: Update mail address.
7502
c4880c99
MS
75032001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7504
7505 * config.guess: Add linux target for S/390.
7506 * config.sub: Likewise.
7507
e31ae6db
CC
75082001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7509
7510 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 7511 target-libgloss.
e31ae6db 7512
7739adfb
BE
75132001-02-06 Ben Elliston <bje@redhat.com>
7514
7515 * configure: Output host type to stdout, not stderr.
7516
36ca672c
MM
75172001-02-05 Mark Mitchell <mark@codesourcery.com>
7518
e40f2829 7519 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
7520 * ltcf-cxx.sh: Likewise.
7521
36ca672c
MM
7522 * config.if: Assume enable_libstdcxx_v3 is defined.
7523
22fdd65e
MM
75242001-02-04 Mark Mitchell <mark@codesourcery.com>
7525
7526 Remove V2 C++ library.
7527 * configure.in: Remove --enable-libstdcxx_v3 support.
7528
3b60dd8e
BM
75292001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
7530
7531 * include/demangle.h: Add prototype for java_demangle_v3.
7532
42c0c80a
PE
75332001-01-29 Phil Edwards <pme@sources.redhat.com>
7534
7535 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
7536
0be25992
RH
75372001-01-27 Richard Henderson <rth@redhat.com>
7538
7539 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7540
8a8de62d
MS
75412001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7542
7543 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7544 Don't unset, it's non-portable and no longer necessary, set to empty
7545 instead.
7546
92769744
MS
75472001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7548
7549 * ltconfig: Shell portability fix for the tagname validity check.
7550
88a1c0ab
AO
75512001-01-27 Alexandre Oliva <aoliva@redhat.com>
7552
7553 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7554 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7555
45291dd5
MS
75562001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7557
7558 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7559
1ace7e15
TT
75602001-01-26 Tom Tromey <tromey@redhat.com>
7561
7562 * configure.in: Allow libgcj to be built on Sparc Solaris.
7563
0ef8b11b
DE
75642001-01-25 David Edelsohn <edelsohn@gnu.org>
7565
7566 * ltcf-c.sh: Add aix5 case.
7567 * ltcf-cxx.sh: Likewise.
7568 * ltconfig: Likewise.
7569
0006091e
AO
75702001-01-24 Alexandre Oliva <aoliva@redhat.com>
7571
9bad11e1
AO
7572 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7573 keep at least one of build_libtool_libs or build_old_libs set to
7574 yes.
7575
0006091e
AO
7576 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7577 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7578
7c01b2b5
BM
75792001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7580
7581 * configure.in: Enable libgcj on several additional platforms.
7582
d340e0ac
BM
75832001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7584
7585 * configure.in: Enable libgcj for linux targets.
7586
5baf8c37
MS
75872001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7588
7589 * MAINTAINERS (Write After Approval): Add myself.
7590
10a0ba84
JDA
75912001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
7592
7593 * MAINTAINERS: Add myself as vax port maintainer.
7594
357c6a4b
FH
75952001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
7596
7597 * MAINTAINERS: Add myself as Mercury front-end maintainer.
7598
6e2d9a7a
MS
75992001-01-09 Mike Stump <mrs@wrs.com>
7600
7601 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7602 failures of subdirectories.
7603
b6b14b1b 76042001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 7605
b6b14b1b 7606 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 7607 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
7608 * ltcf-cxx.sh: Likewise.
7609 * ltcf-gcj.sh: Likewise.
7610 * ltconfig.sh: Fix typo.
976b230d 7611
07109110
LB
76122001-01-02 Laurynas Biveinis <lauras@softhome.net>
7613
7614 * configure: handle DOS-style absolute paths.
7615
1da5b8fc
LB
76162001-01-02 Laurynas Biveinis <lauras@softhome.net>
7617
7618 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7619
4c2f5b4f
MM
76202000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
7621
7622 * MAINTAINERS: Add myself as avr port co-maintainer.
7623
bc53668e
BE
76242000-12-28 Ben Elliston <bje@redhat.com>
7625
7626 * MAINTAINERS: Add myself under ``Write After Approval''.
7627
c387606f
JM
76282000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
7629
7630 * texinfo: Remove directory from GCC.
7631
2cb5082c
JM
76322000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
7633
7634 * COPYING: Update to current
7635 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
7636 to 19yy as example year in copyright notice).
7637
cc330df9
BK
76382000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7639
6387a56e 7640 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
7641 (libstdcxx_incdir): Pass down.
7642 * config.if: Remove expired bits for cxx_interface, add stub.
7643 (libstdcxx_incdir): Add variable for g++ include directory.
7644 * configure.in (gxx_include_dir): Use it.
6387a56e 7645
4c6b2835
AO
76462000-12-18 Alexandre Oliva <aoliva@redhat.com>
7647
7648 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
7649 with old-email address from ``Write After Approval''.
7650
3896f13e
AJ
76512000-12-15 Andreas Jaeger <aj@suse.de>
7652
7653 * configure.in: Handle lang_dirs.
7654
76552000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 7656
ad46e881
TT
7657 * MAINTAINERS: Removed brads.
7658
90a10418
TT
7659 * MAINTAINERS: Added gcj developers.
7660
41dfe3a2 76612000-12-13 Anthony Green <green@redhat.com>
6387a56e 7662
41dfe3a2 7663 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
7664 listed. Disable libgcj for x86 and Alpha Linux until compatible
7665 with g++ abi.
6387a56e 7666
e2f601da
MS
76672000-12-13 Mike Stump <mrs@wrs.com>
7668
7669 * Makefile.in (local-distclean): Also remove fastjar.
7670
70030c01
RB
76712000-12-12 Rodney Brown <RodneyBrown@mynd.com>
7672
7673 * contrib/gcc_update: Add fastjar --touch entries.
7674
2a50f859
AO
76752000-12-12 Alexandre Oliva <aoliva@redhat.com>
7676
7677 * configure.in: Disable language-specific target libraries for
7678 languages that aren't enabled.
7679
7743113b
AG
76802000-12-10 Anthony Green <green@redhat.com>
7681
7682 * configure.in: Define libgcj. Disable libgcj target libraries for
7683 most targets.
7684
92e061a6
NB
76852000-12-10 Neil Booth <neilb@earthling.net>
7686
7687 * MAINTAINERS: Update mail address, remove from WAA list.
7688
f34ff6d6
APB
76892000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7690
7691 * libjava: Imported from /cvs/java.
7692 * libffi: Likewise.
7693 * Boehm-gc: Likewise.
7694
d82a33c6
APB
76952000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7696
7697 * configure.in (target_libs): Revert 2000-12-08 patch.
7698 (noconfigdirs): Added target-libjava.
7699
e14f8e28
LB
77002000-12-09 Laurynas Biveinis <lauras@softhome.net>
7701
7702 * djunpack.bat: removed.
7703
fc26516b
LB
77042000-12-09 Laurynas Biveinis <lauras@softhome.net>
7705
7706 * Makefile.in: handle DOS-style absolute paths.
7707 * config-ml.in: likewise.
7708 * symlink-tree: likewise.
7709
bd8757b3
APB
77102000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7711
7712 * fastjar: Imported.
7713
81522a1f
APB
77142000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7715
7716 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7717 libjava.
7718 * configure.in (target_libs): Removed `target-libjava'.
7719
5db1f7ed
APB
77202000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7721
7722 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7723 (ALL_MODULES): Added fastjar.
7724 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7725 (all-target-libjava): all-fastjar replaces all-zip.
7726 (all-fastjar): Added.
7727 (configure-target-fastjar, all-target-fastjar): Likewise.
7728 * configure.in (host_tools): Added fastjar.
7729
5e59997c
MS
77302000-12-07 Mike Stump <mrs@wrs.com>
7731
7732 * Makefile.in (local-distclean): Remove leftover built files.
7733
0a534f40
NC
77342000-11-24 Nick Clifton <nickc@redhat.com>
7735
7736 * configure.in (xscale-elf): Add target.
7737 (xscale-coff): Add target.
7738
7686cadf
LR
77392000-11-22 Loren J. Rittle <ljrittle@acm.org>
7740
e490616e
ZW
7741 * ltcf-cxx.sh: Support creation of C++ shared libraries on
7742 recent versions of FreeBSD (release 3 or later).
7743 * ltconfig: On FreeBSD, -lc must not be provided when building
7744 a shared library or else the standard -pthread gcc option is
7745 rendered worthless to later users of the built library.
7686cadf 7746
fff01699
FF
77472000-11-16 Fred Fish <fnf@be.com>
7748
7749 * configure.in (enable_libstdcxx_v3): Fix typo,
7750 libstd++ -> libstdc++.
7751
4dc16355
KL
77522000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7753
7754 * MAINTAINERS: Add self to Write After Approval list.
7755
bf6fc7b2
BS
77562000-11-21 Bernd Schmidt <bernds@redhat.com>
7757
7758 * MAINTAINERS: Update my email address. Add myself to global write
7759 privs list.
7760
ce8e06b1
AO
77612000-11-18 Alexandre Oliva <aoliva@redhat.com>
7762
6e2a4843
AO
7763 * Makefile.in: Merge with src and libgcj.
7764 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
7765 configure-target-<library> when their configure scripts need the C
7766 or C++ library to have already been built to work properly.
7767 (do_proto_toplev): Set them to an empty string.
7768
ce8e06b1
AO
7769 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7770 (REALLY_SET_LIB_PATH): Use them.
7771
c003f378
SS
77722000-11-17 Stan Shebs <shebs@apple.com>
7773
7774 * MAINTAINERS: Add self to Write After Approval list.
7775
cc1e60ea
JM
77762000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7777
7778 * configure: Provide the original toplevel configure arguments
7779 (including $0) to subprocesses in the environment rather than
7780 through gcc/configargs.h.
7781
1173593d
JM
77822000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7783
7784 * MAINTAINERS: Remove references to cccp. Change C9X reference to
7785 C99. Alphabetise "Write After Approval" list.
7786
520907ee
MM
77872000-11-12 Mark Mitchell <mark@codesourcery.com>
7788
34f6fbdb
MM
7789 * configure: Turn on libstdc++ V3 by default.
7790
520907ee
MM
7791 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
7792 if we've got GCC.
7793
0bbd37ed
PB
77942000-11-11 Philip Blundell <philb@gnu.org>
7795
7796 * MAINTAINERS: Add self to Write After Approval list.
7797
7ca0e6d9
DE
77982000-11-09 David Edelsohn <edelsohn@gnu.org>
7799
7800 * ltcf-c.sh (aix4): Improve shared library configuration; require
7801 exporting symbols.
7802 * ltcf-cxx.sh (aix4): Define.
7803 * ltconfig (aix4): Define library and soname specs appropriate for
7804 AIX. Define command to create export symbols list.
7805
f559f30b
CF
7806Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
7807
7808 * config.sub: Add support for Sun Chorus
7809
fc05d516
NC
78102000-10-31 Nick Clifton <nickc@redhat.com>
7811
7812 * MAINTAINERS: Rename <name>@cygnus.com addresses to
7813 <name>@redhat.com. Also installed new email address for Clint
7814 Popetz.
6387a56e 7815
90a0e73f
JM
78162000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
7817
7818 * etc: Remove directory from GCC.
7819
a5e1b548
MM
78202000-10-16 Michael Meissner <meissner@redhat.com>
7821
7822 * configure (gcc/configargs.h): Only create if there is a build GCC
7823 directory created.
7824
6387a56e
EC
78252000-10-16 Matthias Klose <doko@debian.org>
7826
be1db873
MK
7827 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
7828 when configured for libstdc++-v3.
7829
f5fa9a5b
PE
78302000-10-05 Phil Edwards <pme@gcc.gnu.org>
7831
7832 * configure: Save configure arguments to gcc/configargs.h.
7833
61a77fea
PT
78342000-10-04 Philipp Thomas <pthomas@suse.de>
7835
7836 * config.guess: Import CVS version 1.157.
7837 * config.sub: Import CVS version 1.181.
7838
3a4fee66
AP
78392000-10-04 Andris Pavenis <pavenis@latnet.lv>
7840
7841 * Makefile.in (bootstrap): avoid recursion if subdir missing
7842 (cross): ditto
7843 (do-proto-toplev): ditto
7844
3dd7094e
AO
78452000-09-30 Alexandre Oliva <aoliva@redhat.com>
7846
de710532
AO
7847 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
7848 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
7849
3dd7094e
AO
7850 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
7851 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
7852 all affected `configure' scripts.
7853
e592386f
NB
7854Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
7855
7856 * MAINTAINERS: Add self as cpplib co-maintainer.
7857
fba54939
AH
78582000-09-24 Aldy Hernandez <aldyh@redhat.com>
7859
7860 * MAINTAINERS: Add self to Write After Approval list.
7861
2bd429f4
GP
78622000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7863
7864 * INSTALL/README: egcs -> GCC update.
7865
d733f374
ME
7866Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
7867
7868 * MAINTAINERS: Add myself to Write After Approval list.
7869
d7ce9a83
KH
78702000-09-15 Kazu Hirata <kazu@hxi.com>
7871
7872 * MAINTAINERS: Add myself to Write After Approval list.
7873
18a53ffe
JL
7874Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7875
e490616e
ZW
7876 * configure.in: Do not build byacc for hppa64. Provide paths to the
7877 X11 libraries for hppa64.
18a53ffe 7878
f246ff23
SC
78792000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7880
7881 * MAINTAINERS: Add myself as 68hc11 port maintainer.
7882
06298abd
AO
78832000-09-06 Alexandre Oliva <aoliva@redhat.com>
7884
4b92758a
AO
7885 * Makefile.in (all-zlib): Added dummy target.
7886
06298abd
AO
7887 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7888 ltcf-gcj.sh: Updated from libtool multi-language branch.
7889
4d73d07a
AO
78902000-09-05 Alexandre Oliva <aoliva@redhat.com>
7891
7892 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7893 (bootstrap*): Depend on all-bootstrap.
7894
05d52d78
PT
78952000-09-05 Philipp Thomas <pthomas@suse.de>
7896
7897 * config.guess: Import CVS version 1.156.
7898 * config.sub: Import CVS version 1.179.
7899
3c809ba4
AG
79002000-09-02 Anthony Green <green@cygnus.com>
7901
7902 * Makefile.in (all-gcc): Depend on all-zlib.
7903 (CLEAN_MODULES): Add clean-zlib.
7904 (ALL_MODULES): Add all-zlib.
7905 * configure.in (host_libs): Add zlib.
7906
10ad78a0 79072000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
7908
7909 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7910 crosses, but add gcc/include to the header search path for them.
7911
b36a9ce3
DB
79122000-08-04 David E. O'Brien <obrien@FreeBSD.org>
7913
7914 * MAINTAINERS: Add self to Write After Approval list.
7915
cb011248
FS
79162000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7917
7918 * config.guess: Import CVS version 1.152.
7919 * config.sub: Import CVS version 1.177.
7920
db310af0
AO
79212000-08-25 Alexandre Oliva <aoliva@redhat.com>
7922
7965440a
AO
7923 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7924 $targargs to tell whether newlib is going to be built.
7925
db310af0
AO
7926 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7927 $$r/TARGET_SUBDIR/libio for _G_config.h.
7928
e7977565
AO
79292000-08-23 Alexandre Oliva <aoliva@redhat.com>
7930
7931 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
7932
126bb9ed
DD
79332000-08-22 DJ Delorie <dj@redhat.com>
7934
7935 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
7936
5b0e9d29
AO
79372000-08-22 Alexandre Oliva <aoliva@redhat.com>
7938
7939 * config-ml.in (CC, CXX): Avoid trailing whitespace.
7940 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7941 sub-configures.
7942
4f3e904e
DD
79432000-08-21 DJ Delorie <dj@redhat.com>
7944
7945 * MAINTAINERS: Add self as a libiberty maintainer
7946
c9635443
AO
79472000-08-16 Alexandre Oliva <aoliva@redhat.com>
7948
7949 * configure.in (libstdcxx_flags): Use
7950 libstdc++-v3/src/libstdc++.INC.
7951
8b2100ba
AO
79522000-08-15 Alexandre Oliva <aoliva@redhat.com>
7953
7954 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7955
57119aa9
ZW
79562000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7957
eeb943b0
ZW
7958 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7959
6387a56e 7960 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
7961 explicit. Substitute enable_threads into generated Makefiles.
7962 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7963 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7964
acffa7c4
GK
79652000-08-13 Geoff Keating <geoffk@cygnus.com>
7966
7967 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
7968
808d8c41
AO
79692000-08-12 Alexandre Oliva <aoliva@redhat.com>
7970
7971 * config-ml.in (CC): Remove bogus duplicate quotation mark from
7972 previous delta.
7973
1fc8c51c 79742000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 7975
1fc8c51c
JM
7976 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7977 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7978 (FLAGS_FOR_TARGET): Not here.
7979 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 7980
25698887
AO
79812000-08-11 Alexandre Oliva <aoliva@redhat.com>
7982
7983 * config-ml.in (CC, CXX): Don't introduce a leading space.
7984
10120687
DD
79852000-08-07 DJ Delorie <dj@delorie.com>
7986
7987 * MAINTAINERS: Add self as a DJGPP maintainer
7988
15c758e9
DD
79892000-08-07 DJ Delorie <dj@redhat.com>
7990
7991 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7992 "if we're also building gcc, and it's a gcc that will run on the
7993 build machine, we want to use its includes instead of the system's
7994 default includes".
7995
2d0de245
JM
79962000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
7997
7998 * MAINTAINERS: Add self to Write After Approval list.
7999
e81b330a
AO
80002000-08-03 Alexandre Oliva <aoliva@redhat.com>
8001
83440c1e
AO
8002 * configure.in (libstdcxx_flags): Don't use `"'.
8003
e81b330a
AO
8004 * config-ml.in: Adjust multilib search paths to the
8005 appropriate multilib tree.
8006
cf95c847
AO
80072000-08-02 Alexandre Oliva <aoliva@redhat.com>
8008
8009 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
8010 commas in $LANGUAGES.
8011
9e9af119
MH
80122000-08-02 Manfred Hollstein <manfredh@redhat.com>
8013
8014 * configure.in: Re-enable all references to libg++ and librx.
8015
606ce391
AO
80162000-08-01 Alexandre Oliva <aoliva@redhat.com>
8017
89820b43
AO
8018 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
8019 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
8020 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
8021 * ltcf-cxx.sh (need_lc): Set based on postdeps.
8022
606ce391
AO
8023 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
8024
04179d4a
AO
80252000-07-31 Alexandre Oliva <aoliva@redhat.com>
8026
8027 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
8028 CXX_FOR_TARGET for sed.
8029
d4eb109c
AO
80302000-07-30 Alexandre Oliva <aoliva@redhat.com>
8031
8032 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
8033 Do not override if already set in the environment or in configure.
8034 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
8035 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
8036
4f4caf92
AO
80372000-07-28 Alexandre Oliva <aoliva@redhat.com>
8038
8039 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
8040 the libtool CVS tree multi-language branch.
8041 * ltconfig, ltmain.sh: Updated.
6387a56e 8042
b87487b6
AO
80432000-07-27 Alexandre Oliva <aoliva@redhat.com>
8044
1670d1ea
AO
8045 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
8046 (clean-target): Depend on it.
8047
b87487b6
AO
8048 * Makefile.in (FLAGS_FOR_TARGET): New macro.
8049 (GCC_FOR_TARGET): Use it.
8050 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
8051 * configure.in: ... here.
8052 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
8053 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
8054
4e81ae98
EC
80552000-07-24 Eric Christopher <echristo@cygnus.com>
8056
8057 * MAINTAINERS: Add self to Write After Approval list.
8058
059ae32c
AO
80592000-07-24 Alexandre Oliva <aoliva@redhat.com>
8060
5b28edd4
AO
8061 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
8062 (configure-target-libchill, configure-target-libobjc): Likewise.
8063
059ae32c
AO
8064 * configure.in: Use the same cache file for all target libs.
8065 * config-ml.in: But different cache files per multilib variant.
8066
1adcd149
MS
80672000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
8068
8069 * configure (topsrcdir): Don't use dirname.
8070
2d573dff
JO
80712000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
8072
8073 * MAINTAINERS: Add self to Write After Approval list.
8074
d207ebef
JM
80752000-07-20 Jason Merrill <jason@redhat.com>
8076
8077 * configure.in: Remove all references to libg++ and librx.
8078
8079 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8080
80812000-07-20 Hans-Peter Nilsson <hp@axis.com>
8082
8083 * config.sub: Update to subversions version 2000-07-06.
8084
7b7792d5
AH
80852000-07-12 Andrew Haley <aph@cygnus.com>
8086
8087 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8088 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8089
3abaac67
PE
80902000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8091
8092 * symlink-tree: Check number of arguments.
8093
34be2b36
JW
80942000-07-05 Jim Wilson <wilson@cygnus.com>
8095
8096 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8097 search path for a g++ extracted from the build tree. This
8098 will allow link tests run by configure scripts in
8099 subdirectories to succeed.
8100
d207ebef
JM
81012000-07-01 Koundinya K <kk@ddeorg.soft.net>
8102
e490616e 8103 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 8104
0900331b
MH
81052000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8106
8107 * MAINTAINERS: Add myself as loop discovery maintainer.
8108
d207ebef
JM
81092000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8110
8111 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8112 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8113
81142000-06-19 Timothy Wall <twall@cygnus.com>
8115
8116 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8117 * config.sub: Add tic54x target.
8118
11a27a76
TM
8119Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
8120
8121 * MAINTAINERS: Add self as Fortran maintainer,
8122 remove Craig Burley.
8123
d207ebef 8124Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 8125
d207ebef
JM
8126 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8127 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 8128
7758b73f
PT
8129Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
8130
8131 * MAINTAINERS: Add self as i18n maintainer
8132
d207ebef
JM
813320000-05-21 H.J. Lu (hjl@gnu.org)
8134
e490616e
ZW
8135 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8136 directory are used if they exist. Make sure
8137 $(build_tooldir)/include is searched for header files,
8138 $(build_tooldir)/lib/ for library files.
d207ebef 8139 (GCC_FOR_TARGET): Likewise.
e490616e 8140 (CXX_FOR_TARGET): Likewise.
d207ebef 8141
bae29210
JL
8142Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
8143
8144 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8145
d207ebef 8146Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
8147
8148 * Makefile.in (configure-target-libiberty): Depend on
8149 configure-target-newlib.
8150
aab0d19d
AO
81512000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8152
8153 * configure.in, Makefile.in: Merge all libffi-related
8154 configury stuff from the libgcj tree.
8155
d207ebef
JM
8156Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
8157
8158 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8159 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8160
8161Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8162
8163 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8164 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 8165 current version information. Add to proto-toplev directory.
d207ebef
JM
8166 (gdb-taz): Build do-djunpack.
8167
758c7bd4
DE
81682000-05-15 David Edelsohn <edelsohn@gnu.org>
8169
8170 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8171
1888228d
AC
8172Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
8173
8174 * MAINTAINERS: Add self to Write After Approval list.
8175
d207ebef
JM
81762000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8177
8178 * ltmain.sh: Preserve in relink_command any environment
8179 variables that may affect the linker behavior.
8180
2d7cc2fe
JL
8181Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
8182
d207ebef
JM
8183 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8184
8185Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
8186
8187 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8188
81892000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8190
8191 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 8192 with the version name.
2d7cc2fe 8193
ee455968
JE
8194Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
8195
8196 * MAINTAINERS: Add self as bb-reorder maintainer.
8197
73b97e5c
BK
81982000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
8199
8200 * config.if: Tweak.
8201
d207ebef
JM
82022000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8203
8204 * djunpack.bat: New file.
8205
8206Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
8207
8208 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
8209 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8210 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8211 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 8212
954869eb
DP
82132000-04-16 Dave Pitts <dpitts@cozx.com>
8214
e490616e
ZW
8215 * config.sub (case $basic_machine): Change default for "ibm-*"
8216 to "openedition".
954869eb 8217
eaabe541
AJ
82182000-04-13 Andreas Jaeger <aj@suse.de>
8219
8220 * MAINTAINERS: Added myself.
8221
d207ebef
JM
8222Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8223
8224 * Makefile.in (gdb-taz): New target. GDB specific archive.
8225 (do-md5sum): New target.
8226 (MD5PROG): Define.
8227 (PACKAGE): Default to TOOL.
8228 (VER): Default to a shell script.
8229 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 8230 md5 checksum generation.
d207ebef
JM
8231 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8232 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8233 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 8234 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
8235
8236Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
8237
8238 * configure (warn_cflags): Delete.
8239
0ea6d60c
PDM
8240Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
8241
8242 * MAINTAINERS: Added myself.
8243
17090313 82442000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 8245 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 8246
e490616e
ZW
8247 * configure.in (enable_libstdcxx_v3): Add.
8248 (target_libs): Add bits here to switch between libstdc++-v2 and
8249 libstdc++-v3.
8250 * config.if: And this file too.
8251 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 8252
76b78517
MM
82532000-04-05 Michael Meissner <meissner@redhat.com>
8254
8255 * config.sub (d30v): Add d30v as a basic machine type.
8256
ad242caf
JM
82572000-03-29 Jason Merrill <jason@casey.cygnus.com>
8258
8259 * configure.in: -linux-gnu*, not -linux-gnu.
8260
d4537148
TM
8261Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
8262
8263 * MAINTAINERS: Add self in write-after-approval section.
8264
f152e9d4
JW
8265Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
8266
8267 * MAINTAINERS: Add self as ia64 port maintainer.
8268
6a5fcef1
NB
82692000-03-08 Neil Booth <NeilB@earthling.net>
8270
8271 * MAINTAINERS: Add self in write-after-approval section.
8272
d207ebef 8273Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 8274
d207ebef
JM
8275 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8276 (do-tar-bz2): Replace TOOL with PACKAGE.
8277 (gdb.tar.bz2): Remove GDBTK from GDB package.
8278 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 8279 dejagnu.tar.bz2): New packages.
d207ebef
JM
8280
82812000-02-27 Andreas Jaeger <aj@suse.de>
8282
8283 * configure.in: Add entry for mips*-*-linux*, move catch all
8284 *-*-*linux* entry below this one.
8285
82862000-02-27 Ian Lance Taylor <ian@zembu.com>
8287
8288 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 8289
521fe9d0
NC
82902000-02-24 Nick Clifton <nickc@cygnus.com>
8291
8292 * config.sub: Support an OS of "wince".
8293
d207ebef
JM
8294Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
8295
8296 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 8297 version.
d207ebef
JM
8298
82992000-02-23 Linas Vepstas <linas@linas.org>
8300
8301 * config.sub: Add support for Linux/IBM 370.
8302 * configure.in: Likewise.
8303
3a685f6f
NC
83042000-02-22 Nick Clifton <nickc@cygnus.com>
8305
8306 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8307
d207ebef 83082000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 8309
d207ebef 8310 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 8311
4746ee26
KG
83122000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8313
8314 * configure (gcc_version): When setting, narrow search to
8315 lines containing `version_string'.
8316
ba96c72d
DC
83172000-02-15 Denis Chertykov <denisc@overta.ru>
8318
8319 * config.sub: Add support for avr target.
8320
77f16a66
NC
83212000-02-14 Nick Clifton <nickc@cygnus.com>
8322
8323 * MAINTAINERS: Add maintainers for MCore port.
8324
784a3a80
HPN
8325Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
8326
8327 * config.sub: Add mmix-knuth-mmixware.
8328
719dd4fa
KG
83292000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8330
8331 * MAINTAINERS: Pair cccp with cpplib maintainership.
8332
d207ebef
JM
83332000-01-27 Christopher Faylor <cgf@redhat.com>
8334
8335 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8336 structure stuff to -L library search.
8337 (CXX_FOR_TARGET): Ditto.
8338 (CROSS_CHECK_MODULES): Fix spelling mistake.
8339
7a53e94b
MM
83402000-01-24 Mark Mitchell <mark@codesourcery.com>
8341
8342 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8343 the C++ compiler.
8344
0da3b5a7
RH
83452000-01-12 Richard Henderson <rth@cygnus.com>
8346
8347 * configure.in: Don't build some bits for beos.
8348
02368d6d
JS
83492000-01-12 Joel Sherrill (joel@OARcorp.com)
8350
8351 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8352 as include files.
8353
2e76d35c
ZW
83542000-01-11 Zack Weinberg <zack@wolery.cumb.org>
8355
8356 * Add self as cpplib maintainer, as requested by Jason
8357 Merrill. Correct my e-mail address.
8358
4c25fdcf
GK
83592000-01-06 Geoff Keating <geoffk@cygnus.com>
8360
8361 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8362 not mh-aix43.
8363
188e3966
HPN
8364Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
8365
8366 * MAINTAINERS: Add myself to "write after approval" list.
8367
c2f5d030
RH
83681999-12-14 Richard Henderson <rth@cygnus.com>
8369
8370 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8371 * config.sub: Accept alphaev[78], alphaev8.
8372
eeda916a
AO
83731999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8374
8375 * config.guess, config.sub: Update from autoconf.
8376
b3bd7820
BK
83771999-11-29 Bruce Korb <autogen@linuxbox.com>
8378
2c290989 8379 * MAINTAINERS: update my playtime e-address.
b3bd7820 8380
1882b2b1
RO
8381Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8382
8383 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8384 necessary libraries are missing.
8385
2395f805
DN
8386Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
8387
8388 * MAINTAINERS: Add new 'write after approval' maintainer.
8389
1e25de97
APB
8390Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
8391
8392 * MAINTAINERS: Add new Java maintainer.
8393
1722c704
AS
83941999-10-25 Andreas Schwab <schwab@suse.de>
8395
8396 * configure: Fix quoting inside arguments of eval.
8397
8141abe8
NC
83981999-10-21 Nick Clifton <nickc@cygnus.com>
8399
8400 * config-ml.in: Allow suppression of some ARM multilibs.
8401
0b77644a
LV
8402Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8403
8404 * config.guess: Add OS/390 match pattern.
8405 * config.sub: Add mvs, openedition targets.
8406 * configure.in (i370-ibm-opened*): New.
8407
d207ebef
JM
84081999-09-04 Steve Chamberlain <sac@pobox.com>
8409
8410 * config.sub: Add support for configuring for pj.
8411
84121999-08-31 Nick Clifton <nickc@cygnus.com>
8413
8414 * config.sub (maybe_os): Add support for configuring for fr30.
8415
af13ebe9
NC
84161999-08-25 Nick Clifton <nickc@cygnus.com>
8417
8418 * configure.in: Do not configure or build ld for AIX
8419 platforms. ld is known to be broken on these platforms.
8420
1250c760
RO
8421Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8422
8423 * config-ml.in: Pass compiler flag corresponding to multidirs to
8424 subdir configures.
8425
d207ebef
JM
84261999-08-09 Ian Lance Taylor <ian@zembu.com>
8427
8428 * Makefile.in (LDFLAGS): Define.
8429
84301999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8431
8432 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8433 noconfigdirs.
8434 (*-*-cygwin*): Likewise.
8435
84361999-08-08 Ian Lance Taylor <ian@zembu.com>
8437
8438 * mkdep: New file.
8439 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8440 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8441
8442 From Eli Zaretskii <eliz@is.elta.co.il>:
8443 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8444 long file name when using DJGPP on MS-DOS.
8445
dbd83e11
JL
8446Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8447
8448 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8449
d207ebef
JM
84501999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8451
8452 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8453 dependency as this causes "make check" to globally "make all"
8454
cd1f4c2c
TT
8455Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8456
8457 * configure.in (target_libs): Added target-zlib.
8458 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8459 (CONFIGURE_TARGET_MODULES): Likewise.
8460 (CHECK_TARGET_MODULES): Likewise.
8461 (INSTALL_TARGET_MODULES): Likewise.
8462 (CLEAN_TARGET_MODULES): Likewise.
8463 (configure-target-zlib): New target.
8464 (all-target-zlib): Likewise.
8465 (all-target-libjava): Depend on all-target-zlib.
8466 (configure-target-libjava): Depend on configure-target-zlib.
8467
8468 * Makefile.in (configure-target-libjava): Depend on
8469 configure-target-newlib.
8470 (configure-target-boehm-gc): New target.
8471 (configure-target-qthreads): New target.
8472
e490616e
ZW
8473 * configure.in (target_libs): Added target-qthreads.
8474 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8475 (CONFIGURE_TARGET_MODULES): Likewise.
8476 (CHECK_TARGET_MODULES): Likewise.
8477 (INSTALL_TARGET_MODULES): Likewise.
8478 (CLEAN_TARGET_MODULES): Likewise.
8479 (all-target-qthreads): New target.
8480 (configure-target-libjava): Depend on configure-target-qthreads.
8481 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
8482
8483 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8484 (CONFIGURE_TARGET_MODULES): Likewise.
8485 (CHECK_TARGET_MODULES): Likewise.
8486 (INSTALL_TARGET_MODULES): Likewise.
8487 (CLEAN_TARGET_MODULES): Likewise.
8488 (all-target-libjava): New target.
8489 (all-target-boehm-gc): Likewise.
8490 * configure.in (target_libs): Added libjava, boehm-gc.
8491
d207ebef
JM
84921999-07-22 Ian Lance Taylor <ian@zembu.com>
8493
8494 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8495 configure.bat in SUPPORT_FILES.
8496 (gas+binutils.tar.bz2): Likewise.
8497
8498 * makeall.bat: Remove; obsolete.
8499
85001999-07-21 Ian Lance Taylor <ian@zembu.com>
8501
8502 From Mark Elbrecht:
8503 * configure.bat: Remove; obsolete.
8504
85051999-07-11 Ian Lance Taylor <ian@zembu.com>
8506
8507 * configure: Add -W -Wall to the default CFLAGS when compiling with
8508 gcc.
8509
8510Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8511
8512 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8513
85141999-06-30 Mark Mitchell <mark@codesourcery.com>
8515
8516 * configure.in: Build ld on IRIX6.
8517
85181999-06-12 Ian Lance Taylor <ian@zembu.com>
8519
8520 * Makefile.in: Change distribution targets to use bzip2 instead of
8521 gzip.
8522 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
8523 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
8524
85251999-06-04 Nick Clifton <nickc@cygnus.com>
8526
8527 * config.sub: Add mcore target.
8528
26d088fa
CD
8529Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
8530
8531 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8532
c2c08b29
L
8533Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
8534
8535 * config.guess (dummy): Changed to $dummy.
8536
671d0648
NC
85371999-05-24 Nick Clifton <nickc@cygnus.com>
8538
8539 * config.sub: Tidied up case statements.
8540
b1345c72
BE
85411999-05-22 Ben Elliston <bje@cygnus.com>
8542
51ccbd8d
BE
8543 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8544 <jiro@din.or.jp>.
8545
b1345c72
BE
8546 * config.guess: Merge with FSF version. Future changes will be
8547 more accurately recorded in this ChangeLog.
8548 * config.sub: Likewise.
8549
2caf864f
SM
8550Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
8551
8552 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8553
d207ebef
JM
85541999-04-30 Tom Tromey <tromey@cygnus.com>
8555
8556 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8557
90fb0c24
TT
85581999-04-23 Tom Tromey <tromey@cygnus.com>
8559
8560 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8561
d207ebef
JM
85621999-04-20 Drew Moseley <dmoseley@cygnus.com>
8563
8564 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8565 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8566 Bad merge removed these two changes.
8567
3516940d 8568Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 8569 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
8570
8571 * config.guess (interix Alpha): Add.
8572
d207ebef
JM
85731999-04-11 Richard Henderson <rth@cygnus.com>
8574
8575 * configure.in (i?86-*-beos*): Do config gperf; don't config
8576 gdb, newlib, or libgloss.
8577
e891fbfe 8578Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 8579
e891fbfe
AO
8580 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8581 link a trivial program with -mabi=64. If it fails, remove mabi=64
8582 from multidirs.
8583
f9ae47d6
PT
8584Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
8585
8586 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8587
d207ebef
JM
85881999-04-08 Nick Clifton <nickc@cygnus.com>
8589
8590 * config.sub: Add support for mcore targets.
8591
85921999-04-07 Michael Meissner <meissner@cygnus.com>
8593
8594 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8595 not mt-ospace, in order to shut up assembler warning about using
8596 symbols that are named the same as registers.
8597
85981999-04-07 Drew Moseley <dmoseley@cygnus.com>
8599
8600 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8601 dependency list for all-target-cygmon.
8602
86031999-04-05 Doug Evans <devans@casey.cygnus.com>
8604
8605 * config-ml.in: Check $host, not $target, for selective multilibs.
8606 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8607 thumb interworking, and underscore prefix multilibs.
8608
86091999-04-04 Ian Lance Taylor <ian@zembu.com>
8610
8611 * missing: Update to version from current automake.
8612
88101ab9
L
8613Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8614
8615 * configure (gxx_include_dir): Removed.
8616
8617 * configure.in (gxx_include_dir): Handle it.
8618 * Makefile.in: Likewise.
8619
d207ebef
JM
86201999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8621
8622 * config.sub (mips64vr4111,mips64vr4111el) Add.
8623
86241999-03-21 Ben Elliston <bje@cygnus.com>
8625
e490616e 8626 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 8627
8dc91cbe
ME
8628Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8629
8dc91cbe
ME
8630 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8631 config/mh-djgpp.
8632
d207ebef
JM
8633Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8634
8635 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8636 all-target-newlib to dependency list for all-target-bsp.
8637
926bb5ed
MK
8638Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8639
8640 * config.sub: Add i386-uwin support.
8641 * config.guess: Likewise.
8642
4a6e3000
FS
8643Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8644
8645 * configure.in: cleanup, add mh-*pic handling for arm, special
8646 case powerpc*-*-aix*
8647
d207ebef
JM
8648Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8649
8650 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8651 can be built.
8652
8653Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8654
8655 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 8656 targets.
d207ebef 8657
71c91078
NC
86581999-03-02 Nick Clifton <nickc@cygnus.com>
8659
8660 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8661
282e5df8
GN
8662Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
8663
8664 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8665
1de558ee
NC
86661999-02-24 Nick Clifton <nickc@cygnus.com>
8667
8668 * config.sub: Fix typo in arm recognition.
8669
d207ebef
JM
8670Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
8671
8672 * configure.in (noconfigdirs): Changed target_configdirs to
8673 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8674 rather than m68k-*-* since it is not known to work on
8675 m68k-aout. Ditto for arm-*-*oabi.
8676
8677Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
8678
8679 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
8680
86811999-02-19 Ben Elliston <bje@cygnus.com>
8682
8683 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8684 Smart and improved by Andrew Cagney.
8685
fab7445a
ME
8686Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
8687
8688 * config.guess: Recognize openbsd-*-hppa.
8689
8ccdc228
L
8690Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
8691
8692 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8693 only if it is not empty.
8694
3b7265ff
NC
86951999-02-17 Nick Clifton <nickc@cygnus.com>
8696
8697 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 8698
d207ebef 8699 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
8700
8701 * config.sub: Modified to recognize uname's armv* syntax.
8702
d207ebef
JM
87031999-02-17 Mark Salter <msalter@cygnus.com>
8704
8705 * configure.in: Added target-bsp for sparclite.
8706
8707Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
8708
8709 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8710
87111999-02-08 Nick Clifton <nickc@cygnus.com>
8712
8713 * configure.in: Add support for strongarm port.
8714 * config.sub: Add support for strongarm target.
8715
c48dd3f5 8716Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 8717
c48dd3f5
MK
8718 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8719 the old name config/mh-cygwin32.
8720 Enable texinfo.
8721
d207ebef
JM
8722Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
8723
8724 * configure.in: Do build ld for ix86 Solaris.
8725
ecd62820
JW
8726Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
8727
8728 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8729 $AR_FOR_TARGET. Likewise for RANLIB.
8730
bbd8fa7f 8731Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 8732
e490616e
ZW
8733 * config.sub (oabi): Recognize.
8734 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 8735
0397442c
RL
8736Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
8737
8738 * config.guess: Improve detection of i686 on UnixWare 7.
8739
c9ffaa63
MK
8740Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
8741
8742 * config.guess: Add support for i386-pc-interix.
8743 * config.sub: Likewise.
8744 * configure.in: Likewise.
c9ffaa63 8745
d207ebef
JM
8746Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
8747
8748 * Makefile.in: Remove unneeded all-target-libio from
8749 from all-target-winsup target since it is now unneeded.
8750 Add all-target-libtermcap in its place since it is now
8751 needed.
8752
8753Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
8754
8755 * configure.in: makefile stub for cygwin target is probably
8756 unnecessary. Remove it for now.
d207ebef
JM
8757
8758Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
8759
8760 * configure.in: libtermcap.a should be built when cygwin is the
8761 target as well as the host.
8762 * config.guess: Allow mixed case in cygwin uname output.
8763 * Makefile.in: Add libtermcap target.
d207ebef 8764
ebe12325
JL
8765Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
8766
8767 * config.sub: Clean up handling of hppa2.0.
8768
57057b67
RB
8769Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
8770
8771 * config.guess: Use C code to identify more HP machines.
8772
f8670be1
JL
8773Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8774
8775 * config.sub: Handle hppa2.0.
8776
d207ebef
JM
8777Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8778
8779 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 8780 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
8781
87821998-12-15 Mark Salter <msalter@cygnus.com>
8783
8784 * configure.in: Added target-bsp for several target architectures.
8785
8786 * Makefile.in: Added rules for bsp.
8787
d1a09590
JL
8788Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8789
8790 * config.guess: Improve detection of hppa2.0 processors.
8791
8792Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8793
8794 * config.guess: Recognize FreeBSD using ELF automatically.
8795
71205e0b
MH
87961998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8797
8798 * configure (skip-this-dir): Add handling for new shell script, which
8799 might be created by a sub-directory's configure to indicate, this particular
8800 directory is "unwanted".
8801 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8802
d207ebef
JM
8803Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8804
8805 * ltconfig: import from libtool, after changing libtool to
8806 account for the cygwin name change.
8807
8808Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8809
8810 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8811 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8812
8813Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8814
8815 * configure.in: Add libtermcap to list of cygwin dependencies.
8816
8817Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
8818
e490616e
ZW
8819 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8820 they include winsup/include when it's a cygwin target.
d207ebef
JM
8821
88221998-11-12 Tom Tromey <tromey@cygnus.com>
8823
8824 * configure.in (host_tools): Added zip.
8825 * Makefile.in (all-target-libjava): Depend on all-zip.
8826 (all-zip): New target.
8827 (ALL_MODULES): Added all-zip.
8828 (NATIVE_CHECK_MODULES): Added check-zip.
8829 (INSTALL_MODULES): Added install-zip.
8830 (CLEAN_MODULES): Added clean-zip.
8831
8832Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
8833
8834 * Makefile.in: lose "32" from comment about cygwin.
8835
8836Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
8837
8838 * configure.in: Use -Os to build target libraries for the fr30.
8839
8840Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
8841
8842 * config.sub: Add fr30.
8843
8844Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
8845
e490616e 8846 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
8847 cygwin* instead of cygwin32*.
8848 * config.sub: Check cygwin* instead of cygwin32*.
8849
d2ec8b39
RL
8850Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
8851
8852 * config.guess: Match any version of Unixware7.
8853
d207ebef
JM
88541998-10-20 Syd Polk <spolk@cygnus.com>
8855
8856 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8857 if desired.
8858
35cd2565
JL
8859Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
8860
8861 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8862 these if the appropriate directories and files to not exist.
8863
52d4e5b7
JL
8864Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
8865
8866 * Makefile.in (DEVO_SUPPORT): Add config.if.
8867
38ada91e
MH
8868Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
8869
8870 * configure: Add pattern to replace "build_tooldir"'s
8871 definition in the generated Makefile with "tooldir"'s
8872 actual value.
8873
e44e84da
JL
8874Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
8875
56a8387f
JL
8876 * config.sub: Bring back lost sparcv9.
8877
e44e84da
JL
8878 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8879
5cb95c7a
JL
8880Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
8881
8882 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8883 CC_FOR_TARGET and friends.
8884
8885Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 8886
ceff9b14
AO
8887 * Makefile.in (build_tooldir): New variable, same as tooldir.
8888 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8889 -B$(build_tooldir)/bin/.
8890 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 8891
f2d11dcd
GP
8892Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8893
8894 * README: Remove installation instructions and refer to the
8895 INSTALL directory instead.
8896
73a6d2e7 8897Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 8898
73a6d2e7
RL
8899 * config.sub: Add support for i[34567]86-pc-udk.
8900 * configure.in: Likewise.
8901
5d4a5ee6
JL
8902Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
8903
8904 * Makefile.in: add bzip2 package building bits for user
8905 tools module
8906 * configure.in: ditto
8907
6fc19d6d
JL
8908Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
8909
8910 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8911 (ALL_TARGET_MODULES): Add all-target-libobjc.
8912 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8913 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8914 (all-target-libchill): Add dependencies.
8915 * configure.in (target_libs): Add libchill.
4e81ae98 8916
f653f0ab
MH
89171998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
8918
8919 * configure.in (target_subdir): Remove duplicate line.
8920
5d4a5ee6
JL
8921Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
8922
8923 * Makefile.in (all-automake): fix dependencies.
8924
494933e4
JL
8925Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
8926
8927 * configure.in: Minor cleanups for building in the $(target_alias)
8928 subdir.
8929
f6b58262
JW
89301998-09-22 Jim Wilson <wilson@cygnus.com>
8931
8932 * Makefile.in (bootstrap): Set r and s before make all. Use
8933 BASE_FLAGS_TO_PASS in make all.
8934 (cross): Likewise.
8935
27c7a08d
MM
89361998-09-20 Mark Mitchell <mark@markmitchell.com>
8937
8938 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8939
e67afd1e
RH
8940Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
8941
8942 * config.sub: Fix typo in last change.
8943
8e44ac71
MH
89441998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8945
8946 * config.sub: Add support for C4x target.
8947 * configure.in: Likewise.
8948
d7496fbb
DM
89491998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
8950
8951 * config.sub: Recognize sparcv9 just like sparc64.
8952
22097bd1
RL
8953Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
8954
8955 * config.guess: Match "Pent II" or "PentII" for OpenServer.
8956
4b877abd
JL
8957Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
8958
2c8ec9a2
JL
8959 * config.guess: Correctly identify Pentium II sco boxes.
8960
4b877abd
JL
8961 * config.guess: Fix "tr" code. From Weiwen Liu.
8962
ab03db52
JH
8963Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
8964
8965 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8966 stabs.
8967
b54db294
JL
8968Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
8969
8970 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8971 (ALL_TARGET_MODULES): Add all-target-libchill.
8972 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8973 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8974 (all-target-libchill): Add dependencies.
8975 * configure.in (target_libs): Add libchill.
8976
bf48dd73
LW
8977Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8978
8979 * config.guess: Avoid assumptions about "tr" behaves when
8980 LANG is set to something other than English.
8981
a3cbd105
L
8982Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
8983
8984 * configure (gxx_include_dir): Changed to
8985 '${prefix}/include/g++'-${libstdcxx_interface}.
8986
8987 * config.if: New to determine the interfaces.
8988
c4acd909
MK
8989Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
8990
8991 * config.guess: Detect and handle MPE/IX.
8992 * config.sub: Deal with MPE/IX.
8993
9ea97665
DE
8994Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
8995
8996 * configure.in: Use mh-aix43.
8997
0ce065bd
MH
89981998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
8999
9000 * configure: Fix --without/--disable cases for gxx-include-dir.
9001
5d4a5ee6
JL
9002Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
9003
9004 * mdata-sh: Imported. Needed for automake support.
9005
9006Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
9007
9008 * Makefile.in (taz): Try "chmod -R og=u ." before
9009 "chmod og=u `find . -print`".
9010
9011Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
9012
9013 * configure.in: Add arm-elf and thumb-elf support.
9014
9015Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
9016
9017 * Makefile.in: Undo previous patch.
9018
9019Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
9020
9021 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
9022 to here ...
9023 (install-no-fixedincludes): and here
9024 (INSTALL_MODULES): ... from here.
9025
466456d9
ILT
9026Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
9027
9028 * config.sub: Merge with FSF.
9029
1b409d25
ILT
9030 * config.guess: Merge with FSF.
9031
d207ebef
JM
9032Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
9033
9034 * configure (extraconfigdirs): New variable.
9035 (SUBDIRS): Add extraconfigdirs and recurse on them too.
9036 * Makefile.in (all): Move higher in file.
9037 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
9038 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
9039 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
9040 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
9041 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
9042
90431998-07-23 Brendan Kehoe <brendan@cygnus.com>
9044
9045 * Makefile.in (all-target-libjava): Depend on all-gcc and
9046 all-target-newlib.
9047 (configure-target-libjava): Depend on $(ALL_GCC).
9048
7f1937c1
RL
9049Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
9050
9051 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
9052 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
9053
2ada2bd6
ML
9054Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
9055
9056 * INSTALL/README: Fix typo.
9057
1e025bde
ML
9058Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
9059
5d4a5ee6
JL
9060 * ylwrap: Change absolute path checks to check for DOS style path
9061 names.
1e025bde 9062
5d4a5ee6
JL
9063 * ylwrap: Don't use a full path name if the source file is in the
9064 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 9065
6755ff73
ILT
9066 * config-ml.in: Default to being verbose, to match Feb 18 change to
9067 configure.
9068
5d4a5ee6
JL
9069Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
9070
9071 Brought over from egcs:
9072
9073 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9074
9075 * configure.in (target_subdir): Set to ${target_alias} instead
9076 of "libraries".
9077
9078 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9079
9080 * configure.in (target_subdir): Set to libraries if enable_multilib.
9081
9082Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9083
9084 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9085 multilibs, force reconfiguration the first time we create
9086 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9087
9088Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9089
9090 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9091 avoid confusion with --no-recursion.
9092
9093Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9094
9095 * configure.in: Win32 hosts shouldn't use install -x
9096 * install-sh: remove -x option, and special .exe-handling
9097 hack.
9098
d207ebef
JM
9099Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9100
9101 * config.guess: Recognize i586-pc-beos.
9102 * configure.in: Don't build some bits for beos.
9103
fbd836fc
ILT
9104Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9105
5d4a5ee6
JL
9106 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9107 CFLAGS default to -O2.
9108
fbd836fc
ILT
9109 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9110 when using GNU ld.
9111
9112Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9113
9114 * ltmain.sh: Correct install when using a different shell.
9115
9116Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9117
9118 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9119
d207ebef
JM
9120Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9121
9122 * makefile.vms: Update to build binutils/makefile.vms. Add install
9123 target.
fbd836fc
ILT
9124
9125Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9126
9127 * ltconfig: Update to correct AIX handling.
9128
69b471bc
JL
9129Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9130
81241b5e
JL
9131 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9132
69b471bc
JL
9133 * configure.in (target_subdir): Set to ${target_alias} instead
9134 of "libraries".
9135
bedf82df
MH
91361998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9137
9138 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9139 (Makefile): Depend on $(gcc_version_trigger).
9140
9141 * configure (gcc_version): Change default initializer to empty
9142 string.
9143 (gcc_version_trigger): New variable; pass this variable down
9144 to subdir configures to enable them checking gcc's version
9145 themselves. Emit make macros for both gcc_version vars.
9146 (topsrcdir): Initialize reliably.
9147 (recursion line): Remove --with-gcc-version=${gcc_version}.
9148
28e449d8
MH
91491998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9150
9151 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
9152 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9153 in $(libsubdir); emit definition in each generated Makefile.
9154 (gxx_include_dir): Initialize depending on
9155 $enable_version_specific_runtime_libs.
28e449d8 9156
50c4c9f7
MH
91571998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9158
9159 * configure (gcc_version): Initialize properly depending on
9160 how and where configure is started.
9161 (recursion line): Pass a --with-gcc-version=${gcc_version}
9162 to configures in subdirs.
9163
d207ebef
JM
9164Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9165
9166 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 9167 cygmon
d207ebef 9168
5d4a5ee6
JL
9169Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9170
9171 * configure.in: Add cygmon and libstub support for mn10200.
9172
2f96399b
MH
91731998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9174
9175 * configure (gcc_version): Add new variable describing the
9176 particular gcc version we're building.
9177 * Makefile.in (libsubdir): Add new macro for the directory
9178 in which the compiler finds executables, libraries, etc.
9179 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9180 and libsubdir.
9181
c4137c50
AO
9182Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9183
ceff9b14
AO
9184 * Makefile.in (local-clean): Remove *.log.
9185 (warning.log): Built with warn_summary from build.log.
9186 (mail-report.log): Run test_summary.
9187 (mail-report-with-warnings.log): Run test_summary including
9188 warning.log in the report.
c4137c50 9189
276d5ee0
RL
9190Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9191
9192 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9193
5d4a5ee6
JL
9194Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9195
9196 * Makefile.in (grep): Grep no longer depends on libiberty.
9197
9198Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9199
9200 * Makefile.in: all-snavigator needs all-libgui.
9201
9202Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9203
9204 * configure.in: Add cygmon and libstub support for mn10300.
9205
8af14275
ILT
9206Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9207
9208 * missing: Update to version from automake 1.3.
9209
fbd836fc
ILT
9210 * ltmain.sh: On installation, don't get confused if the same name
9211 appears more than once in the list of library names.
9212
466456d9
ILT
9213Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9214
9215 * config.sub: Accept m68060 and m5200 as CPU names.
9216
5d4a5ee6
JL
9217Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9218
9219 * configure: Use && rather than using -a in test, because odd
9220 strings can confuse test.
9221 * configure.in: Likewise.
9222
fbd836fc
ILT
9223Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9224
9225 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9226
f0983958
AO
9227Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9228
9229 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 9230 bootstrap4-lean): New targets.
f0983958 9231
bfed1ea0
JL
9232Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9233
9234 * mpw-* Delete. Not used.
9235
5d4a5ee6
JL
9236Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9237
9238 * COPYING.LIB: Update FSF address.
9239
bfed1ea0
JL
9240Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9241
9242 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9243
5d4a5ee6
JL
9244 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9245 GAS_SUPPORT_DIRS.
9246
bfed1ea0
JL
9247Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9248
9249 * ltconfig, ltmain.sh: Avoid producing a version number if
9250 -version-info was not used.
9251
5d4a5ee6
JL
9252Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9253
9254 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9255 building with newlib.
9256
92571998-04-30 Paul Eggert <eggert@twinsun.com>
9258
d207ebef 9259 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 9260 Solaris `make' causes it to continue to next definition.
d207ebef
JM
9261
9262Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9263
9264 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9265 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
9266
9267Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9268
9269 * configure.in: Change alpha to alpha* in several places.
9270
d207ebef
JM
9271Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9272
9273 * config.sub: Recognize sparc86x.
9274
77be0cab
MM
9275Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
9276
9277 * configure.in (--enable-target-optspace): Remove debug echo.
9278
62441128
JW
9279Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9280
9281 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9282
bfed1ea0
JL
9283Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9284
9285 * ltconfig: Update cygwin32 support.
9286
5d4a5ee6
JL
9287 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9288 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9289 (GDB_SUPPORT_DIRS): Likewise.
9290
3f4ea1de
MM
9291Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9292
9293 * configure.in (target_makefile_frag): If --enable-target-optspace,
9294 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
9295 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9296 not used.
9297 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 9298
5d4a5ee6
JL
9299Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9300
9301 * Makefile.in (all-bfd): Depend on all-intl.
9302 (all-binutils): Likewise.
9303 (all-gas): Likewise.
9304 (all-gprof): Likewise.
9305 (all-ld): Likewise.
9306
93071998-04-19 Brendan Kehoe <brendan@cygnus.com>
9308
9309 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9310
bfed1ea0
JL
9311Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9312
5d4a5ee6
JL
9313 * Makefile.in (all-bfd): Depend upon all-libiberty.
9314
bfed1ea0
JL
9315 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9316
5d4a5ee6
JL
9317Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9318
9319 * Makefile.in: Add libstub.
9320
9321 * configure.in: Ditto. Build libstub for targets that have cygmon
9322 support.
9323
9324Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9325
9326 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9327
9328Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9329
9330 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9331 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9332
ec8d6ddc
KW
9333Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9334
9335 * configure: Define DEFAULT_M4 by searching PATH.
9336 * Makfile.in: Use DEFAULT_M4.
9337
bfed1ea0
JL
9338Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9339
9340 * ltconfig: Add cygwin32 support.
9341
5d4a5ee6
JL
9342 * Makefile.in, configure.in: Add libtool as a native only directory
9343 to configure and build.
9344
547a6183
JL
9345Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9346
9347 * Makefile.in (INSTALL_MODULES): Remove texinfo.
9348
5d4a5ee6 9349Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 9350
5d4a5ee6
JL
9351 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9352
9353Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9354
9355 * Makefile.in: add ash make rules
9356 * configure.in: add ash to native_only and host_tools lists
9357
9358Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9359
9360 * Makefile.in (all-gettext, all-intl): New targets.
9361 (ALL_MODULES): Added all-gettext, all-intl.
9362 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9363 (INSTALL_MODULES): Added install-gettext, install-intl.
9364 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9365
9366 * configure.in (host_tools): Added gettext.
9367 (native_only): Likewise.
9368 (noconfigdirs) [various cases]: Likewise.
9369 (host_libs): Added intl.
9370
d207ebef
JM
9371Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9372
9373 * configure: Do not disable building gdbtk for cygwin32 hosts.
9374
e98e406f
NC
9375Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9376
9377 * configure.in: Add thumb-coff target.
9378 * config.sub: Add thumb-coff target.
9379
5d4a5ee6
JL
9380Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9381
9382 * Makefile.in: Revert yesterday's change.
9383 (all-target-winsup): all-target-librx stays out of here.
9384
9385Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9386
9387 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9388 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9389 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9390 Remove references to librx and libg++.
9391
9392Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9393
9394 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9395 recursive makes
9396
bfed1ea0
JL
9397Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9398
9399 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 9400 for newlib directory.
bfed1ea0
JL
9401 (CXX_FOR_TARGET): Likewise.
9402
9403Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9404
9405 * ltconfig: Update after libtool/ltconfig.in change for
9406 hpux11.
9407
9408Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9409
9410 * ltconfig, ltmain.sh: Update to libtool 1.2.
9411
3cd730af
MH
9412Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9413
9414 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9415 (install-gcc-cross): Instead, override LANGUAGES here.
9416
80564603
DL
94171998-03-18 Dave Love <d.love@dl.ac.uk>
9418
9419 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9420 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9421
d207ebef
JM
9422Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9423
9424 * configure.in: Add Thumb-pe target.
9425
5d4a5ee6 9426Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 9427
5d4a5ee6
JL
9428 * Makefile.in - changed sn targets to snavigator
9429 * configure.in - changed sn targets to snavigator
9430
2d4a0558
MH
9431Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9432
9433 * config-ml.in: After building symlink tree call make distclean
9434 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9435 to be the case for libiberty.
9436
04b93567
L
9437Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9438
9439 * configure: When making link, also check the current
9440 directory. The configure scripts may create one.
9441
9a06b842
RH
9442Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9443
9444 * config.sub: Accept alphapca56 and alphaev6 properly.
9445
217fc4e6
FS
9446Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9447
9448 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9449
3e07bdbd 9450Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 9451
e490616e 9452 * config.sub (sco5): Fix typo.
3e07bdbd 9453
5d4a5ee6
JL
9454Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9455
9456 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9457 install-itcl.
9458 (install-itcl): Remove dependency on install-tcl.
9459
9460Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9461
9462 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9463
9464Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9465
9466 * configure.in: Don't build libgui for a cygwin32 target when not on
9467 a cygwin32 host.
9468
9469Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9470
9471 * configure (redirect): Set to null, so default behavior of
9472 configure is now --verbose.
9473
ce0d965c
DL
94741998-02-16 Dave Love <d.love@dl.ac.uk>
9475
9476 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9477 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9478
3acd1fd0
MH
9479Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9480
9481 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9482 this change to sync Makefile.in with its ChangeLog entries.
9483
5d4a5ee6
JL
9484Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9485
9486 * ltmain.sh (mkdir): Check that the directory doesn't exist
9487 before we exit with error, so that we don't get races during
9488 parallel builds.
9489
bfed1ea0
JL
9490Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9491
9492 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9493
4e77e8f1
MH
9494Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9495
9496 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9497 PICFLAG_FOR_TARGET.
9498 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9499
9500 * configure: Emit a definition for the new macro enable_shared
9501 into each Makefile.
9502
5d4a5ee6
JL
9503Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9504
9505 * configure.in (host_tools, native_only): Add libtool.
9506
9507Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9508
9509 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9510 Fix typo in ming config comment.
9511
bfed1ea0
JL
9512Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9513
9514 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9515
5d4a5ee6
JL
9516Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9517
9518 * config.sub: Add tic30 cases, and map c30 to tic30.
9519
8821a725
RH
9520Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9521
9522 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9523 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9524 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9525 (CLEAN_TARGET_MODULES): Similarly
9526 (all-target-libf2c): Add dependences.
4e81ae98 9527 * configure.in (target_libs): Add libf2c.
8821a725 9528
5d4a5ee6
JL
9529Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9530
9531 * configure.in: Remove expect from noconfigdirs when target
9532 is cygwin32. OK to build expect and dejagnu with Canadian
9533 Cross.
9534
0aadd657
ILT
9535Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9536
5d4a5ee6
JL
9537 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9538 host.
9539
0aadd657
ILT
9540 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9541 and mingw32.
9542
d0a8352c
MH
9543Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9544
9545 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9546 here as it is not defined in the toplevel Makefile.
9547
59739e3c
MH
9548Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9549
9550 * configure (package_makefile_rules_frag): New variable, which names
9551 a file with generic rules, ...
9552 Change comment to mention we now have FIVE parts.
9553 * configure: Undo last change.
9554
228197ee
LT
9555Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9556
9557 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 9558 * config.sub: More accurate determination of HP processor types.
228197ee 9559
efd4c0ba
MH
9560Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9561
9562 * configure (package_makefile_frag): Move inserting the
9563 ${package_makefile_frag} to where it should be according
9564 to the comment.
9565
6eef3189
PB
9566Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
9567
9568 * config.guess: Add support for Linux/ARM.
9569
d207ebef
JM
9570Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9571
9572 * .cvsignore: Remove *-info and *-install since they match
9573 release-info and mpw-install, which we don't want to just ignore.
9574
48464ebf
RH
9575Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9576
9577 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9578
803462a7
PN
9579Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9580
9581 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9582 local_prefix to sub-make invocations.
9583
520ab477
L
9584Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9585
9586 * configure.in: Check makefile fragments in the source
9587 directory.
9588
4bcdb76d
AO
9589Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9590
ceff9b14
AO
9591 * configure.in: Check whether host and target makefile
9592 fragments exist before adding them to *_makefile_frag.
4bcdb76d 9593
5d4a5ee6
JL
9594Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9595
9596 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9597
9598Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9599
9600 * configure.in: Make sure we only replace RPATH_ENVVAR on
9601 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9602 regexp to sed.
9603
9604 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9605 to sub-makes.
9606
0d3e11a5
LI
96071998-01-13 Lee Iverson (leei@ai.sri.com)
9608
9609 * config-ml.in (multi-do): LDFLAGS must include multilib
9610 designator.
9611
d45b3d87 9612Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
9613
9614 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9615
d39cd7a1
MK
9616Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9617
9618 * config.sub: Add mingw32 support.
9619 * configure.in: Likewise.
d39cd7a1 9620
6decbc24
FS
9621Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9622
9623 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9624
5d4a5ee6
JL
9625Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9626
9627 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9628 * configure (gxx_include_dir): Provide a definition for subdirs
9629 which do not use autoconf.
9630
9631Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9632
9633 * config.guess: Sync with egcs. Picks up new alpha support,
9634 BeOS & some additional linux support.
9635
d3d1907a
JL
9636Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
9637
9638 * config.guess: HP 9000/803 is a PA1.1 machine.
9639
b104e095
RH
9640Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9641
9642 * configure.in: It's alpha*-...
9643
aca823c1
L
9644Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9645
9646 * configure.in (host_makefile_frag, target_makefile_frag):
9647 Handle multiple config files.
9648 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9649 alpha-*-*.
9650
d207ebef
JM
9651Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9652
9653 * mkdep: New file.
9654
9655Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9656
9657 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9658
5d4a5ee6
JL
9659Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9660
9661 * Makefile.in: Add libgui directory.
9662 (GDB_TK): Add all-libgui.
9663 * configure.in: Add libgui directory.
9664 * configure: Add all-libgui to GDB_TK.
9665
9666Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9667
9668 * config-ml.in (multidirs): Add m32r to multilib list.
9669
9670Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9671
9672 * Makefile.in (all-target-gperf): Change dependency to
9673 all-target-libstdc++.
9674
baf55877
FF
9675Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9676
9677 * config.guess: Add BeOS support.
9678
5d4a5ee6
JL
9679Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9680
9681 Source directory cvs renamed to cvssrc:
9682 * configure.in (host_tools): Change cvs to cvssrc.
9683 (native_only): Likewise.
9684 (noconfigdirs) [various cases]: Likewise.
9685 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9686 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9687 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9688 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9689 (all-cvssrc): Rename target from all-cvs.
9690
f2d76545
JL
9691Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9692
9693 * configure (gxx_include_dir): Fix thinko.
9694
205cba53
JL
9695Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9696
9697 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9698 (install-cross, install-gcc-cross): New targets.
9699
5d4a5ee6
JL
9700Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9701
9702 * configure.in (noconfigdirs): Add support for Thumb target.
9703
9704 * config.sub (maybe_os): Add support for Thumb target.
9705
9706Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9707
9708 * Makefile.in: Add rules for cygmon.
9709
9710 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9711
96b0f1fc
JL
9712Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9713
9714 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9715 * configure (gxx_include_dir): Provide a definition for subdirs
9716 which do not use autoconf.
d207ebef
JM
9717
9718Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9719
9720 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 9721 11/18/97 build
d207ebef 9722
7dfef6ed
JL
9723Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9724
9725 * From Franz Sirl.
9726 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9727 found on RedHat Linux systems.
96b0f1fc 9728
83cfe7c0
JL
9729Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9730
9731 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9732 guesses.
9733
7dfef6ed
JL
9734Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9735
9736 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9737
5d4a5ee6
JL
9738Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9739
9740 * ltmain.sh: If mkdir fails, check whether the directory was created
9741 anyhow by some other process.
9742
d207ebef
JM
9743Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9744
9745 * configure.in (d30v-*-*): Configure all directories.
9746
9747Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9748
9749 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9750 for the D30V.
9751
9752Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9753
9754 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9755
5d4a5ee6
JL
9756Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9757
e490616e
ZW
9758 * include/libiberty.h: Add extern "C" { so it can be used with C++
9759 progrms.
9760 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9761 programs.
5d4a5ee6 9762
d207ebef
JM
9763Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9764
9765 * configure.in (d30v-*-*): Configure GCC now.
9766
5d4a5ee6
JL
9767Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9768
9769 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9770 is no longer needed.
9771
c9670e62
JM
9772Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9773
9774 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9775
cc71c0ca
MH
9776Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9777
9778 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9779 targets using "$@" to provide support for similar but not identical
9780 targets without having to duplicate code.
9781
d207ebef
JM
9782Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9783
9784 * makefile.vms: Fix to work with DEC C.
9785
9786Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9787
9788 * config.sub: Add mips-tx39-elf to marketing names.
9789
9790Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9791
9792 * ltmain.sh: Handle symlinks in generated script.
9793
9794Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9795
9796 * configure: Handle autoconf style directory options: --bindir,
9797 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9798 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9799 --sysconfdir.
9800 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9801 (sharedstatedir, localstatedir, oldincludedir): New variables.
9802 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9803 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9804 sbindir, sharedstatedir, and sysconfdir.
9805
b1e3ddfd
AJ
9806Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9807
9808 * Makefile.in (bootstrap-lean): New target.
9809
d207ebef
JM
9810Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9811
9812 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 9813 sn, and gnuserv from noconfigdirs.
d207ebef
JM
9814
9815Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9816
9817 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9818
09f97c1e
JL
9819Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9820
9821 * Makefile.in (cross): New target.
9822
335d0ab2
AO
9823Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
9824 Jeff Law <law@cygnus.com>
9825
9826 * Makefile.in (bootstrap2, bootstrap3): New targets.
9827 (all-bootstrap): Remove outdated and confusing target.
339c9b00 9828 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 9829
d207ebef
JM
9830Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9831
9832 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 9833 windows. Consistent with gdb/configure.
d207ebef 9834
e693cc28
UD
98351997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9836
e693cc28
UD
9837 * configure.in: Name Linux target fragment.
9838
9839 * configure: Rewrite so that project Makefile fragment is inserted
9840 first and appears last in the resulting Makefile.
9841
d207ebef
JM
9842Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
9843
9844 * Makefile.in (install-itcl): Install tcl first.
9845
5d4a5ee6
JL
9846Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
9847
9848 * configure.in: remove bison from noconfigdirs for Cygwin32 host
9849
f401679e
JW
9850Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9851
9852 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9853
9854 * configure.in (skipdirs): Add target-librx for Linux.
9855 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9856
ec20b1b9
JL
9857Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
9858
9859 * Makefile.in (bootstrap): New target.
9860
becdcf6d
JL
9861Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
9862
63f6bcd7 9863 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 9864
d207ebef
JM
9865Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
9866
9867 * config.guess: Merge with FSF.
9868
0c82f6bf
FF
9869Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9870
9871 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9872
d207ebef
JM
9873Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
9874
9875 * config.sub: Add "marketing-names" patch.
9876
3fbc0b70
JS
9877Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
9878
e490616e 9879 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 9880
e20d4801
JL
9881Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
9882
9883 * config.sub: Handle v850-elf.
9884
fe181f78 9885Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
9886
9887 * .cvsignore (*-install): Remove.
9888
bfed1ea0
JL
9889Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
9890
9891 * ltconfig: Set CONFIG_SHELL in libtool.
9892 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9893
558a1e7c
JW
9894Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9895
9896 * configure.in (target_subdir): Set to libraries if enable_multilib.
9897
7818d6fc
JW
9898Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
9899
9900 * config.guess: Update from gcc directory.
9901
d207ebef
JM
9902Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
9903
9904 * Makefile.in (all-sim): Depends on all-readline.
9905
6599da04
JM
9906Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
9907
9908 * Makefile.in (BISON, YACC): Use $$s.
9909 (all-bison): Depend on all-texinfo.
9910
9911Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
9912
9913 * Makefile.in (BISON): Add -L flag.
9914 (YACC): Likewise.
9915
d207ebef
JM
9916Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9917
4e81ae98
EC
9918 * configure.in (noconfigdirs): Add support for v850e target.
9919
d207ebef
JM
9920 * config.sub (maybe_os): Add support for v850e target.
9921
9922Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9923
4e81ae98
EC
9924 * configure.in (noconfigdirs): Add support for v850ea target.
9925
d207ebef
JM
9926 * config.sub (maybe_os): Add support for v850ea target.
9927
6599da04
JM
9928Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
9929
9930 * config.sub: Add mipstx39. Delete r3900.
9931
9932Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9933
9934 * Makefile.in (all-autoconf): Depends on all-texinfo.
9935
9936Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
9937
9938 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9939 eabi targets.
9940
9941Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
9942
9943 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9944
9945 * configure: When handling a Canadian Cross, handle YACC as well as
9946 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 9947 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
9948
9949Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9950
9951 * Makefile.in (BISON): bison, not byacc or bison -y.
9952 (YACC): bison -y or byacc or yacc.
9953 (various): Add *-bison as appropriate.
9954 (taz): No need to mess with BISON anymore.
9955
9956Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
9957
9958 * configure: If OSTYPE matches *win32*, try to find a good value for
9959 CONFIG_SHELL.
9960
9961Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
9962
9963 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9964 configure.in if it is present.
9965
9966Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
9967
9968 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9969
9970Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
9971
9972 * config.sub: Recognize `arc' cpu.
9973 * configure.in: Likewise.
9974 * config-ml.in: Likewise.
9975
9976Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
9977
9978 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9979
9980Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
9981
9982 * configure: Changed sed delimiter from ':' to '|' when
9983 attempting to substitute ${config_shell} for SHELL. On
9984 NT ${config_shell} may contain a ':' in it.
9985
9986Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
9987
9988 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9989
9990Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
9991
9992 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9993
9994Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
9995
9996 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9997
9998 * ylwrap: If the program is a relative path, force it to be
9999 absolute.
10000
10001Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
10002
10003 * configure (tooldir): Set BISON to `bison -y' and not just bison.
10004
10005Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
10006
10007 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
10008 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
10009 for libraries.
6599da04
JM
10010
10011Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
10012
10013 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 10014 separated by spaces.
6599da04
JM
10015
10016Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
10017
10018 * ylwrap: New file.
10019 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
10020
10021 * ltmain.sh: Handle /bin/sh at start of install program.
10022
10023 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
10024
10025 * ltconfig, ltmain.sh: New files, from libtool 1.0.
10026 * missing: New file, from automake 1.2.
10027
10028Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
10029
10030 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
10031 check-tk to CHECK_X11_MODULES.
10032
10033Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
10034
10035 * config.sub: Merge with FSF.
10036
10037Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
10038
10039 * config.guess: Merge with FSF.
10040
10041Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
10042
10043 * configure: Treat msdosdjgpp like go32.
10044 * configure.in: Likewise. Don't remove gprof for go32.
10045
10046 * configure: Change Makefile.tem2 to Makefile.tm2.
10047
10048Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
10049
10050 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
10051
10052Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10053
10054 * install-sh (chmodcmd): Set to null if the DST directory already
10055 exists. Same as Nov 11th change.
10056
10057Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
10058
4e81ae98 10059 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
10060
10061Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
10062
10063 * config.guess: Update from FSF.
10064
10065Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
10066
10067 * Makefile.in (GDB_TK): Depend on itcl and tix.
10068
10069Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
10070
10071 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
10072 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
10073 (INSTALL_SCRIPT): New variable.
10074 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10075 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10076 to -x.
10077 * install-sh: Add support for -x option.
10078
10079Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10080
10081 * configure.in, Makefile.in: Treat tix like itcl.
10082
10083Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10084
10085 * Makefile.in (WINDRES): New variable.
10086 (WINDRES_FOR_TARGET): New variable.
10087 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10088 (EXTRA_HOST_FLAGS): Add WINDRES.
10089 (EXTRA_TARGET_FLAGS): Add WINDRES.
10090 (EXTRA_GCC_FLAGS): Add WINDRES.
10091 ($(DO_X)): Pass down WINDRES.
10092 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10093 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10094 DLLTOOL_FOR_TARGET.
10095
10096Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10097
10098 * configure.in: configure sim before gdb for win32-x-ppc
10099
10100Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10101
10102 Move gperf into the toplevel, from libg++.
10103 * configure.in (target_tools): Add target-gperf.
10104 (native_only): Add target-gperf.
10105 * Makefile.in (all-target-gperf): New target, depend on
10106 all-target-libg++.
10107 (configure-target-gperf): Empty rule.
10108 (ALL_TARGET_MODULES): Add all-target-gperf.
10109 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10110 (CHECK_TARGET_MODULES): Add check-target-gperf.
10111 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10112 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10113
10114Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 10115
6599da04
JM
10116 * config.sub (mn10200): Recognize new basic machine.
10117
10118Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10119
10120 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10121 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10122
10123Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10124
10125 * configure.in: If we're building mips-sgi-irix6* native, turn on
10126 ENABLE_MULTILIB and set TARGET_SUBDIR.
10127
10128Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10129
10130 * Makefile.in (all-sn): Depend on all-grep.
10131
10132Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10133
10134 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10135
10136 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10137 Makefile. From Jeff Makey <jeff@cts.com>.
10138 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10139
10140 * Makefile.in (DISTBISONFILES): Remove.
10141 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10142 $(DEFAULT_YACC).
10143
10144 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 10145 cygwin32.
6599da04
JM
10146
10147 * Makefile.in (LD): New variable.
10148 (EXTRA_HOST_FLAGS): Pass down LD.
10149 ($(DO_X)): Likewise.
10150
10151Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10152
10153 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10154
10155Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10156
10157 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 10158 before adding our own. Always add --build.
6599da04
JM
10159
10160Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10161
10162 * configure.in (targargs): Pass --build if we're doing
10163 a cross-compile.
10164
10165Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10166
ca236658 10167 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
10168 sed. Otherwise sed chokes on NT path names with drive
10169 designators. Also look for "?:*" as the leading characters in an
10170 absolute pathname.
10171
10172Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10173
10174 * config.sub: Support for r3900.
10175
10176Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10177
10178 * configure.in: Use install-sh, not install.sh.
10179
10180Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10181
10182 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10183 apply it twice.
10184
10185Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10186
10187 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10188 install-binutils.
10189
10190Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10191
10192 * Makefile.in: Add automake targets.
10193 * configure.in (host_tools): Add automake.
10194
10195Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10196
10197 * configure: Default CXX to c++, not gcc.
10198 * Makefile.in (CXX): Set to c++, not gcc.
10199 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10200
10201Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10202
10203 * install-sh: try appending a .exe if source file doesn't
10204 exist
10205
10206Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10207
10208 * configure.in: Turn on multilib by default.
10209 (cross_only): Remove target-libiberty.
10210
10211 * Makefile.in (all-gcc): Don't depend on libiberty.
10212
10213Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10214
10215 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10216
10217Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10218
10219 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10220 (DISTBISONFILES): Add ld/Makefile.in
10221
10222Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10223
10224 * configure.in: if target is cygwin32 but host isn't cygwin32,
10225 don't configure gdb tcl tk expect, not just gdb.
10226
10227Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10228
10229 * configure.in: Added gnuserv everywhere sn appears.
10230
10231 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10232 (CROSS_CHECK_MODULES): Added check-gnuserv.
10233 (INSTALL_MODULES): Added install-gnuserv.
10234 (CLEAN_MODULES): Added clean-gnuserv.
10235 (all-gnuserv): New target.
10236
10237Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10238
10239 * config.guess: Fixes for MIPS OpenBSD systems.
10240
10241Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10242
10243 * Makefile.in (INSTALL_XFORM): Remove.
10244 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10245
10246 * mkinstalldirs: New file, copied from automake.
10247 * Makefile.in (installdirs): Rename from install-dirs. Use
10248 mkinstalldirs. Change all users.
10249 (DEVO_SUPPORT): Add mkinstalldirs.
10250
10251Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10252
10253 * install-sh: Rename from install.sh.
10254 * Makefile.in (INSTALL): Change install.sh to install-sh.
10255 (DEVO_SUPPORT): Likewise.
10256
10257 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10258 Graichen <graichen@rzpd.de>.
10259
10260Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10261
10262 * config.guess: Recognize OpenBSD systems correctly.
10263
10264Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10265
10266 * README, Makefile.in (ETC_SUPPORT): Remove references to
10267 cfg-paper*, configure.{texi,man,info*}._
10268
10269Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10270
10271 * Makefile.in (all.normal): Ensure that gcc is built after all
10272 the x11 - ie gdb - targets.
10273
10274Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10275
10276 * makefile.vms: Don't run conf-a-gas.
10277
10278Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10279
e490616e 10280 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 10281
d207ebef
JM
10282Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10283
10284 * configure.in: Remove noconfigdirs case since gdb also
10285 configures and builds for tic80-coff.
10286
6599da04
JM
10287Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10288
10289 * configure: Set cache_file to config.cache.
10290 * Makefile.in (local-distclean): Remove config.cache.
10291
10292Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10293
10294 * COPYING: Update FSF address.
10295
d207ebef
JM
10296Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10297
10298 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10299 noconfigdirs.
10300
6599da04
JM
10301Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10302
10303 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10304 MAKEDIRS, is empty.
10305
10306Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10307
10308 * config.sub: Tweak mn10300 entry.
10309
10310Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10311
10312 * configure.in (host_tools): Put sim before gdb, so gdb's
10313 configure.tgt can determine if the simulator was configured.
10314
10315Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10316
10317 * config.sub: Move BeOS $os case to be with other Cygnus
10318 local cases.
10319
10320Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10321
10322 * config.sub: Remove misplaced comment that broke Linux.
10323
10324Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10325
10326 * config.sub: Add BeOS support.
10327
10328Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10329
10330 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10331
10332Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10333
10334 * configure.in (noconfigdirs): Remove tcl and tk from
10335 noconfigdirs for cygwin32 builds.
10336
d207ebef
JM
10337Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10338
10339 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10340
6599da04
JM
10341Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10342
10343 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10344 make-all.com, use makefile.vms instead.
10345
10346Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10347
10348 * config.sub: Accept -lnews*.
10349
d207ebef
JM
10350Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10351
10352 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 10353 target-examples and target-libiberty for d30v.
d207ebef
JM
10354
10355Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10356
10357 * configure.in (noconfigdirs): Enable ld for d30v.
10358
10359Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10360
10361 * configure.in (tic80-*-*): Build compiler.
10362
10363Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10364
10365 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 10366 unsupported d30v directories
d207ebef
JM
10367
10368Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10369
4e81ae98
EC
10370 * config.sub, configure.in: Add d30v target cpu.
10371
6599da04
JM
10372Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10373
10374 * makefile.vms: New file.
10375 * make-all.com: Remove.
10376
10377Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10378
10379 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10380
10381Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10382
10383 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10384
10385Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10386
10387 * Makefile.in (ALL_MODULES): Added all-db.
10388 (CROSS_CHECK_MODULES): Addec check-db.
10389 (INSTALL_MODULES): Added install-db.
10390 (CLEAN_MODULES): Added clean-db.
10391
10392Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10393
10394 * config.guess: Merge with latest FSF sources.
10395
10396Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10397
10398 * Makefile.in (ALL_MODULES): Added all-itcl.
10399 (CROSS_CHECK_MODULES): Added check-itcl.
10400 (INSTALL_MODULES): Added install-itcl.
10401 (CLEAN_MODULES): Added clean-itcl.
10402
10403Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10404
10405 * configure.in: build gdb for mn10200
10406
10407Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10408
10409 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10410
d207ebef
JM
10411Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10412
10413 * configure.in (tic80-*-*): Turn off most targets right now.
10414
6599da04
JM
10415Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10416
10417 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10418 rather than the makeinfo program.
10419 (do-info): Depend upon all-texinfo.
10420
10421Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10422
10423 * configure.in: Remove uses of config/mh-linux.
10424
10425 * config.sub, config.guess: Merge with latest FSF sources.
10426
d207ebef
JM
10427Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10428
10429 * config.sub (case $basic_machine): Add tic80 entries.
10430
6599da04
JM
10431Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10432
10433 * config.sub, config.guess: Merge with latest FSF sources.
10434
10435Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10436
10437 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10438 * mpw-config.in: Test for NewFolderRecursive.
10439 * mpw-install: Use symbolic name for startup filename.
10440 * mpw-README: Add various additional details.
10441
10442Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10443
10444 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10445
10446Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10447
10448 * configure.in: Do build gcc and the target libraries for
10449 the mn10200.
10450
10451Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10452
10453 * configure.in: don't avoid building gdb for mn10300 any more
10454 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10455 instead of single-quoting it.
10456
10457Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10458
10459 * configure.in: Don't use --with-stabs on IRIX 6.
10460
10461Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10462
10463 * configure.in (m32r): Build gdb, libg++ now.
10464
10465Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10466
10467 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10468 directories from noconfigdirs.
10469
10470Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10471
10472 * config.sub (basic_machine): added mips16 configuration
10473
10474Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10475
10476 * config.sub: Handle d10v-unknown.
10477
d207ebef
JM
10478Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10479
10480 * config.sub: Handle v850-unknown.
10481
6599da04
JM
10482Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10483
10484 * Makefile.in: add findutils
10485 * configure.in: add findutils to list of host_tools
10486
10487Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10488
10489 * config.sub: Handle mn10200 and mn10300.
10490
10491Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10492
10493 * configure.in (d10v-*): Do not build librx.
10494
10495Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10496
10497 * configure.in (mn10300): Build everything except gdb & libgloss.
10498
10499Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10500
10501 * config.guess: Patch for Dansk Data Elektronik servers,
10502 from Niels Skou Olsen <nso@dde.dk>.
10503
10504 For ncr, use /bin/uname rather than uname, since GNU uname does not
10505 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10506
10507 Patch for MIPS R4000 running System V,
10508 from Eric S. Raymond <esr@snark.thyrsus.com>.
10509
10510 Fix thinko for nextstep.
10511
10512 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10513
10514 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10515 * config.guess: Guess mips-dec-mach_bsd4.3.
10516
10517 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10518 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10519 release numbers.
10520 * config.guess (mips-mips-riscos*): Emit just enough of the
10521 release number.
10522
10523 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10524 * config.guess (sparc-auspex-sunos*): Added.
10525 (f300-fujitsu-*): Added.
10526
10527 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10528 * config.guess: Recognize a Tadpole as a sparc.
10529
10530Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10531
10532 * config.guess: Don't assume that NextStep version is either 2 or
10533 3. NextStep 4 (aka OpenStep 4) has come out now.
10534
10535Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10536
10537 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10538 From Rik Faith <faith@cs.unc.edu>.
10539
10540Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10541
10542 * config.sub: Contributions from bug-gnu-utils to:
10543 Support plain "hppa" (no version given) architecture, reported by
10544 OpenStep.
10545 OpenBSD like NetBSD.
10546 LynxOs is not a hardware supplier.
10547
10548 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 10549 OpenBSD like NetBSD.
6599da04
JM
10550 Stratus systems.
10551 More Pyramid systems.
10552 i[n>4]86 Intel chips.
10553 M680[n>4]0 Motorola chips.
10554 Use unknown instead of lynx for hardware manufacturer.
10555
10556Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10557
10558 * install.sh (chmodcmd): Set to null if the DST directory already
10559 exists.
10560
10561Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10562
10563 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10564 not use mt-ppc target Makefile fragment any more.
10565
10566Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10567
10568 * configure.in (*-*-windows): Exclude everything but those dirs
10569 needed to build windows.
10570
10571Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10572
10573 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10574
10575Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10576
10577 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
10578
10579Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10580
10581 * Undo my previous change.
10582
10583Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10584
10585 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10586 unconditionally.
10587 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10588
10589Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10590
10591 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10592 host to add it's own flags.
6599da04
JM
10593
10594Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10595
10596 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10597
10598Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10599
10600 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10601 (CXX_FOR_TARGET): Likewise.
10602 (GCC_FOR_TARGET): Define.
10603 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10604 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10605 CC_FOR_TARGET was specified on the command line.
10606 (MAKEOVERRIDES): Don't define.
10607
10608Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10609
10610 * configure.in (m32r): Fix spelling of libg++ libs.
10611
10612Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10613
10614 * config.sub (-apple*): Remove, now redundant.
10615
10616Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10617
10618 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10619
10620 * configure: Rework yesterday's sed script patch.
10621
10622 * config.sub: Merge with FSF.
10623
10624Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10625
10626 * config.guess: Merge from FSF.
10627
10628 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
10629 * config.guess: Use pc instead of unknown, for pc clone systems.
10630 Change linux to linux-gnu.
6599da04
JM
10631
10632 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 10633 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
10634
10635Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10636
10637 * test-build.mk (HOLES): Add "xargs" for gdb.
10638
10639 * configure: Avoid hpux10.20 sed bug.
10640
10641Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10642
731a8127 10643 * configure.in: Add support for windows host
6599da04
JM
10644 (that is a build done under the Microsoft build environment).
10645
10646Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10647
10648 * Makefile.in: Replace all uses of srcroot with s, to shrink
10649 command line lengths.
10650
10651 Patches from Geoffrey Noer <noer@cygnus.com>:
10652 * configure.in: If configuring for newlib, pass --with-newlib to
10653 subdirectories.
10654 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10655 -Bnewlib/ and -Lwinsup to gcc.
10656 (CXX_FOR_TARGET): Likewise.
10657
10658Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10659
10660 * Makefile.in (ETC_SUPPORT): Add configure.
10661
10662Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10663
4e81ae98 10664 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
10665 host configuration file.
10666
10667Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10668
10669 * configure.in: Break mn10x00 support into separate
10670 mn10200 and mn10300 configurations.
10671 * config.sub: Likewise.
10672
10673Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10674
10675 * configure.in: Add lots of stuff to noconfigdirs for
10676 the mn10x00 targets.
10677
10678 * config.sub, configure.in: Add mn10x00 support.
10679
10680Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10681
10682 * make-all.com: Call conf-a-gas, not config-a-gas.
10683
10684Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10685
10686 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 10687 targets.
6599da04
JM
10688
10689Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10690
10691 * mpw-README: Add much more detail for native PowerMac.
10692 * mpw-install: New file.
10693 * mpw-configure: Add --norecursion and --help options.
10694 * mpw-config.in: Translate readme and install files when
10695 copying to objdir.
10696 * mpw-build.in: Don't always depend on byacc and flex.
10697 (install-only-top): New action.
10698
d207ebef
JM
10699Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10700
10701 * configure.in: You can now configure GDB for the v850.
10702
6599da04
JM
10703Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10704
10705 * configure.in (noconfigdirs): Don't configure any C++ dirs
10706 if targeting D10V.
10707
10708Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10709
10710 * config.sub: Recognize mips64vr5000.
10711
10712Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10713
10714 * configure.in: Use a single line for host_tools and native_only.
10715
10716Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10717
10718 * config.sub, configure.in: Add entries for m32r.
10719
10720Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10721
10722 * Makefile.in (inet-install): Don't run install-gzip.
10723
10724Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10725
10726 * configure.in: Don't config lots of things for *-*-windows*.
10727
10728Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10729
10730 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10731 (host_libs, host_tools): Copy from configure.in.
10732 * mpw-configure: Don't complain about directories not found.
10733
10734Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10735
10736 * configure.in (i[345]86): Recognize i686 for pentium pro.
10737 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10738 file.
10739
10740 * config.guess (i[345]86): Ditto.
10741
10742Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10743
10744 * configure.in (noconfigdirs): Removed gdb for D10V.
10745
d207ebef 10746Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 10747
d207ebef
JM
10748 * configure.in: Remove ld, target-libio, target-libg++, and
10749 target-libstdc++ from noconfigdirs.
5d4a5ee6 10750
6599da04
JM
10751Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10752
10753 * configure: Fix three locations where shell scripts were
10754 being run directly rather than with config_shell.
10755
d207ebef
JM
10756Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10757
10758 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10759 * config.sub (basic_machine): Recognize v850.
10760
6599da04
JM
10761Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10762
10763 * mpw-configure: Handle multiple enable/disable options and
10764 pass them down recursively, handle -c and -s flags appropriately
10765 depending on choice of compiler, add escape mechanism for
10766 quoted arguments to gC.
10767
10768Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10769
10770 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10771 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10772 so that -mrelocatable-lib and -mno-eabi are used.
10773
10774 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10775 not support --print-multi-lib, don't abort.
10776
6599da04
JM
10777Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10778
10779 * make-all.com: Run config-a-gas.
10780 * setup.com: Don't copy subdirectory files around.
10781
10782Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10783
10784 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10785 target, it now compiles correctly.
10786
10787Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10788
10789 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10790
10791Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10792
4e81ae98 10793 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
10794
10795Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10796
10797 * configure.in (native_only): Add prms.
10798
10799Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10800
10801 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10802 (BINUTILS_SUPPORT_DIRS): Likewise.
10803
10804Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10805
10806 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10807 d10v support is added.
10808
10809Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10810
10811 * configure.in (d10v-*-*): New target.
10812
10813Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10814
10815 * config.guess (HP 9000/811): Recognize this as a PA1.1
10816 machine.
10817
10818Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10819
10820 * Makefile.in (do-tar-gz): New target, split out from tail end of
10821 taz target. Run each command separately, don't use pipes.
10822 (taz): Use it.
10823
10824Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10825
10826 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10827 * mpw-build.in: No builds should depend on building byacc or flex,
10828 they are assumed to be installed already.
10829
10830Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10831
10832 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10833 variable that CC_FOR_TARGET needs.
10834
10835Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10836
10837 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10838 options have changed since the last time the subdirectory was
10839 configured, and if it has, reconfigure.
10840 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10841 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10842
10843Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
10844
10845 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10846 CLEAN_MODULES): Add bash.
10847 (all-bash): New target.
10848
10849Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
10850
10851 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10852
10853Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10854
10855 * config.sub (basic_machine): Recognize d10v as a valid processor.
10856
10857Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
10858
10859 * mpw-configure: Add support for --bindir.
10860 * mpw-build.in: Use a GCC-specific build script for GCC actions.
10861
10862Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
10863
10864 * configure.in: add bash, time, gawk to list of hosttools and things
10865 to only build for native toolchains
10866
10867Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10868
10869 * Makefile.in (docdir): Remove.
10870
10871Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10872
10873 * Makefile.in (datadir): Set to $(prefix)/share.
10874
10875Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
10876
10877 * configure.in: build diff and patch for cygwin32-hosted
10878 toolchains.
10879
10880Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
10881
10882 * config.sub: Accept -rtems*.
10883
10884Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
10885
e490616e
ZW
10886 * configure.in: enable dosrel for cygwin32-hosted builds,
10887 remove diff from the list of things not buildable
10888 via Canadian Cross
6599da04
JM
10889
10890Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
10891
10892 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 10893 don't get ". ".
6599da04
JM
10894
10895Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
10896
10897 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10898
10899Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
10900
10901 * Makefile.in (taz): Handle case where tex3patch didn't even get
10902 checked out. Also, if it was found, put the symlink in a new util
10903 subdirectory.
10904
10905Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10906
10907 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10908
10909Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
10910
10911 * config.sub: Recognize -openvms.
10912 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10913 * make-all.com, setup.com: New files.
10914
10915Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10916
10917 * Makefile.in (taz): tex3patch moved to texinfo/util.
10918
10919Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
10920
10921 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10922 * configure.in: remove make from disable-if-Can-Cross list
10923 enable gdb if ${host} and ${target} are cygwin32
10924
10925Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
10926
10927 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
10928 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10929
10930Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10931
10932 * config.guess: Combine mips-mips-riscos cases, and use cpp to
10933 distinguish sysv/svr4/bsd variants.
10934 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10935
10936Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
10937
10938 * configure.in: Added copyright notice.
10939 * move-if-change: Added copyright notice.
10940
10941Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10942
10943 * configure.in (powerpcle-*-solaris*): Until we get shared
10944 libraries working, don't build gdb, sim, make, tcl, tk, or
10945 expect.
10946
10947Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
10948
10949 * config.guess: Merge with FSF:
10950
10951 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10952 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10953
10954 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
10955 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10956
10957 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
10958 * config.guess: Combine two OSF1 rules.
10959 Also recognize field test versions. From mjr@zk3.dec.com.
10960 * config.guess (dgux): Use /usr/bin/uname rather than uname,
10961 because GNU uname does not support -p. From pmr@pajato.com.
10962
10963Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
10964
10965 * Makefile.in (MAKEDIRS): Removed $(tooldir).
10966
10967Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
10968
10969 * mpw-README: Document GCCIncludes.
10970
10971Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
10972
10973 * configure.in (alpha-*-linux*): Set enable_shared to yes.
10974
10975Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10976
10977 * mpw-configure: Handle --enable-FOO and --disable-FOO.
10978
10979Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
10980
10981 * configure.in (*-*-cygwin32): Configure make.
10982
10983Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
10984
10985 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10986
10987Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
10988
10989 * Makefile.in (all-inet): Depend on all-perl.
10990
10991 * Makefile.in (inet-install): New target.
10992
10993 * Makefile.in (all-inet): Depend on all-tcl.
10994 (all-inet): Depend on all-send-pr.
10995
10996Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10997
10998 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10999 temporarily.
11000
11001Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
11002
11003 * configure.in: Don't configure --with-gnu-ld on AIX.
11004
11005Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11006
11007 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
11008
11009Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
11010
11011 * Makefile.in (ALL_MODULES): Added all-inet.
11012 (CROSS_CHECK_MODULES): Added check-inet.
11013 (INSTALL_MODULES): Added install-inet.
11014 (CLEAN_MODULES): Added clean-inet.
11015 (all-indent): New target.
11016
11017 * configure.in (host_tools): Added inet.
11018 (native_only): Added inet.
11019 (noconfigdirs): Added inet.
11020
11021Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
11022
11023 * configure.in: Don't configure libgloss if we are not configuring
11024 newlib.
11025
11026Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
11027
11028 * configure.in: Don't configure libgloss for unsupported
11029 architectures.
11030
11031Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11032
11033 * Makefile.in (CLEAN_MODULES): Add clean-apache.
11034
11035Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
11036
11037 * Makefile.in (ALL_MODULES): Include all-apache.
11038 (CROSS_CHECK_MODULES): Include check-apache.
11039 (INSTALL_MODULES): Include install-apache.
11040 (all-apache): New target.
11041
11042 * configure.in: Added apache everywhere perl is seen.
11043
11044Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11045
11046 * Makefile.in: Add support for clean-{module} and
11047 clean-target-{module} rules.
11048
11049Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
11050
11051 * configure.in (*-*-ose) do not build libgloss.
11052
11053Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11054
11055 * config.guess (prep*:SunOS:5.*:*): Turn into
11056 powerpele-unknown-solaris2.
11057
11058Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
11059
11060 * configure.in: Permit --enable-shared to specify a list of
11061 directories.
11062
11063Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11064
11065 * configure.in (host==solaris): Pass only the first word of $CC
11066 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
11067
11068Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
11069
11070 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
11071
11072Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
11073
11074 * Makefile.in (ALL_MODULES): Include all-perl.
11075 (CROSS_CHECK_MODULES): Include check-perl.
11076 (INSTALL_MODULES): Include install-perl.
11077 (ALL_X11_MODULES): Include all-guile.
11078 (CHECK_X11_MODULES): Include check-guile.
11079 (INSTALL_X11_MODULES): Include install-guile.
11080 (all-perl): New target.
11081 (all-guile): New target.
11082
11083 * configure.in (host_tools): Include perl and guile.
11084 (native_only): Include perl and guile.
11085 (noconfigdirs): Don't build guile and perl; no ports have been
11086 done.
11087
11088Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11089
e490616e
ZW
11090 * configure (--enable-*): Handle quoted option lists such as
11091 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
11092
11093Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11094
11095 * Makefile.in ({,inst}all-target): New rule so we can make and
11096 install all of the target directories easily.
11097
11098Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11099
11100 * configure.in: Add missing global flag in sed substitution when
11101 deleting `target-' from ${configdirs}.
11102
11103Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11104
11105 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11106 option.
11107
11108 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11109 config/mh-necv4.
11110
11111 * install.sh: Correct misspelling of transformbasename.
11112
11113 * config.guess: Recognize mips-*-sysv*.
11114
11115Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11116
11117 * config.sub: Recognize mon960.
11118
11119Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11120
11121 * configure: Restore Canadian Cross handling of BISON and LEX,
11122 removed in Feb 20 change.
11123
11124Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11125
11126 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11127 Mention make install. Remove the old copyright date as well the
11128 clumsy and rather pointless copyright on the README file.
11129
11130Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11131
11132 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11133 Makefile after running symlink-tree, then run `make distclean' to
11134 avoid clobbering any generated files in srcdir.
11135
11136Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11137
11138 * configure.in (m68k-*-netbsd*): Build everything now.
11139
11140Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11141
11142 * Makefile.in (taz): Fix quoting.
11143
11144Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11145
11146 * configure.in (sparclet-*-*): Build everything now.
11147
11148Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11149
11150 * configure.in (m68k-*-linux*): New host.
11151
11152Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11153
11154 * configure: Check for bison before byacc.
11155
11156Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11157
11158 * Makefile.in configure: Change the way LEX and BISON/YACC are
11159 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11160 searching PATH. These are used as fallbacks by Makefile.in if
11161 flex/bison/byacc aren't in objdir.
11162
11163Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11164
11165 * Makefile.in: Make everything which depends upon all-bfd also
11166 depend upon all-opcodes, in case --with-commonbfdlib is used.
11167
11168Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11169
11170 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11171 building NT native compilers on Unix.
11172
11173Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11174
11175 * configure.in: Don't get CC from the host Makefile fragment if we
11176 can find gcc in PATH, or if this is a Canadian Cross. Move the
11177 Solaris test for /usr/ucb/cc to the post target script, just after
11178 the compiler sanity test.
11179
11180Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11181
11182 * config.sub: Merge with FSF.
11183
11184Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11185
11186 * Makefile.in (RPATH_ENVVAR): New variable.
11187 (REALLY_SET_LIB_PATH): Use it.
11188 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11189
11190Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11191
11192 * config.sub, configure.in: Recognize sparclet cpu.
11193
11194Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11195
11196 * config.guess: Support m68k-cbm-sysv4.
11197
11198Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11199
11200 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11201 m68k-unknown-linuxaout from linker help string. Put quotes around
11202 $ld_help_string.
11203
11204Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11205
11206 * config.guess (powerpc-harris-powerunix): Add guess for port
11207 to new target.
11208
11209Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11210
11211 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11212
11213Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11214
11215 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11216 $(REALLY_SET_LIB_PATH) in Makefile.
11217 * Makefile.in (SET_LIB_PATH): New variable.
11218 (REALLY_SET_LIB_PATH): New variable.
11219 ($(DO_X)): Use $(SET_LIB_PATH).
11220 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11221 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11222 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11223 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11224 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11225 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11226 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11227 (install-dosrel): Likewise.
11228 (all-opcodes): Depend upon all-libiberty.
11229
11230Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11231
11232 * config.guess (*:CYGWIN*): New
11233
11234Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11235
11236 * Makefile.in (all-target-winsup): All all-target-libiberty.
11237
11238Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11239
11240 * configure.in (noconfigdirs): Add missing # in front of comment.
11241
11242Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11243
11244 * configure.in: add second pass to things added to noconfigdirs
11245 so *-gm-magic can exclude libgloss properly.
11246
11247Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11248
11249 * mpw-configure (extralibs_name, rez_name): Set correctly
11250 for MWC68K compiler.
11251
11252 * mpw-README: Add more info on the necessary build tools.
11253
11254Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11255
11256 * configure.in, config.sub: Recognize cygwin32.
11257
11258Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11259
11260 * config.guess, config.sub: Recognize A/UX.
11261
11262Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11263
11264 * config.sub: Merge with gcc/config.sub.
11265
11266Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11267
11268 * mpw-build.in (do-binutils): Add build of stamps.
11269
11270Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11271
11272 * config.sub: Add recognition for mips64vr4100*-* targets.
11273
11274Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11275
11276 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11277 Add creation of gconfigargs with `--enable-shared' turned on.
11278 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11279 ($(host)-stamp-stage3-configured): Likewise.
11280 (HOLES): Add chatr and ldd.
11281 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11282
11283Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11284
11285 * configure: Pass --nfp to recursive configures.
11286
11287Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11288
11289 * Makefile.in (DLLTOOL): New.
11290 (DLLTOOL_FOR_TARGET): New.
11291 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11292 (EXTRA_TARGET_FLAGS): Ditto.
11293 (EXTRA_GCC_FLAGS): Ditto.
11294 (CONFIGURE_TARGET_MODULES): Ditto.
11295 (DO_X): Ditto.
11296 * configure: Add DLLTOOL.
11297
11298Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11299
11300 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11301 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11302 mh-sco, since old workarounds no longer needed, and don't
11303 build ld, since libraries have weak symbols in COFF.
11304
11305Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11306
11307 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11308
11309Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11310
11311 * configure.in: Make sure that ${CC} can be used to compile an
11312 executable.
11313
11314Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11315
11316 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11317 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11318 nothing depending on whether gdbtk is being built.
11319
11320Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11321
11322 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11323
11324Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11325
11326 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11327 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11328
11329Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11330
11331 * config-ml.in: Add support for
11332 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11333 Simplify setting of multidirs from --disable-foo.
11334
11335Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11336
11337 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11338 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11339 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 11340 non-empty, pass them on to the GCC make.
6599da04
JM
11341 (all-bootstrap): New rule that is like all-gcc, except it executes
11342 the GCC bootstrap rule instead of the GCC all rule.
11343
11344Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11345
11346 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11347
11348Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11349
11350 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11351 DG/UX support.
11352
11353Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11354
11355 * config.sub (i*86*) Change [345] to [3456]
11356
11357Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11358
11359 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11360 --with-gnu-ld=no.
11361
11362Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11363
11364 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11365 AIX multilibs get built.
11366
11367Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11368
11369 * configure.in (i386-win32): Don't build expect if we're not
11370 building the tcl subdir.
11371
11372Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11373
11374 * Makefile.in: (configure-target-examples, all-target-examples):
11375 New targets, configure and build example programs.
11376
11377Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11378
11379 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11380 use it as input to sedit the generated MPW makefile.
11381 * mpw-README: Add a suggestion about Gestalt.h.
11382
11383Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11384
11385 * config.sub: Accept *-*-ieee*.
11386
11387Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11388
11389 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11390 Ronald F. Guilmette <rfg@monkeys.com>.
11391
11392Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11393
11394 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11395 for powerpc-pe native.
11396 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11397 (target==powerpc-pe): duplicate i386-win32 entry.
11398
11399Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11400
11401 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11402 of vxworks, not just vxworks5.1.
11403
11404Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11405
11406 * mpw-configure: Add support for exec-prefix.
11407
11408Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11409
11410 * config.guess: Recognize HP model 816 machines as having
11411 a PA1.1 processor.
11412
11413Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11414
11415 * configure: Ignore new autoconf configure options.
11416
6599da04
JM
11417Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11418
11419 * config.guess: Recognize Pentium under SCO.
11420 From Robert Lipe <robertl@arnet.com>.
11421
11422Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11423
11424 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
11425
11426Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11427
11428 * configure.in: Don't configure gas for alpha-dec-osf*.
11429
11430Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11431
11432 * configure.in: Default to --with-stabs for some targets for which
11433 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11434 i[345]86*-*-unixware*.
11435
11436Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11437
11438 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11439 rather than basing it on the target. Simplify handling of options
11440 controlling which directories to configure. Remove extraneous
11441 slash in multi-clean target.
11442
11443Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11444
11445 * config-ml.in: Prefix more variables with ml_ so they don't collide
11446 with configure's.
11447
11448Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11449
11450 * configure: Don't turn -v into --v.
11451
11452Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11453
11454 * configure.in (targargs): Fix typo.
11455
11456 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11457
11458Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11459
11460 * configure.in: Strip --host and --target options from
11461 CONFIG_ARGUMENTS, and always configure for --host only. Add
11462 --with-cross-host option when building with a cross-compiler.
11463 * configure: Canonicalize the arguments put into config.status by
11464 always using `=' for an option with an argument. Pass a presumed
11465 --host or --target explicitly.
11466
11467Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11468
11469 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11470 into general OS recognition case.
11471
11472Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11473
11474 * configure.in (target_configdirs): add target-winsup only
11475 for win32 target systems.
11476
11477Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11478
11479 * Makefile.in (all-target-libgloss): Depend upon
11480 configure-target-newlib, since when libgloss is built it looks to
11481 see if the newlib directory exists.
11482
11483Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11484
11485 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11486 cfg-ml-*.in.
11487
11488Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11489
11490 * configure: Handle LD and LD_FOR_TARGET when configuring a
11491 Canadian Cross.
11492
6599da04
JM
11493Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11494
11495 * configure.in (target_libs): add target-winsup.
11496 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11497 (target==ppcle-pe): remove ld from $noconfigdirs.
11498
11499Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11500
11501 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11502 Preserve relative path names in $srcdir. Build symlink tree if
11503 configuring cross target dir and srcdir=. (= no VPATH support).
11504 (configure-target-libg++): Depend on configure-target-librx.
11505 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11506 * config-ml.in: New file.
11507 * symlink-tree: New file.
11508 * configure: Ensure srcdir="." if that's what it is.
11509
11510Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11511
11512 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11513 includes and FLEX_SKELETON setting.
11514 * mpw-configure (--with-gnu-ld): New option, controls whether
11515 to use PPCLink or ld with PowerMac GCC.
11516 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11517 * mpw-config.in: Configure grez if targeting Mac.
11518
11519 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
11520 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11521 just macos.
6599da04
JM
11522 * configure.in: Configure grez resource compiler if targeting Mac.
11523 * Makefile.in (all-grez, install-grez): New targets.
11524
11525Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11526
11527 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 11528 gcc in the path, set CC to gcc -O2.
6599da04
JM
11529
11530Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11531
11532 * configure: Default ${build} correctly. Avoid picking up extra
11533 spaces when reading CC and CXX from Makefile. When doing a
11534 Canadian Cross, use plausible default values for numerous
11535 variables.
11536 * configure.in: When doing a Canadian Cross, don't try to
11537 configure tools whose configure script can't handle it.
11538
11539Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11540
11541 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11542
11543Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11544
11545 * configure: Remove dubious bug reporting address.
11546
11547Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11548
11549 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11550 configure script, run that instead of this directory's configure.
11551 In either case, print a message that we're configuring the sub-dir.
11552
11553Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11554
11555 * configure.in: Before checking for the existence of various files,
11556 use sed to filter out "target-".
11557
11558Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11559
11560 * Makefile.in (DO_X): Split rule to decrease command line length
11561 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11562 (Philippe De Muyter).
11563
11564Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11565
11566 * Makefile.in (all-patch): depend on all-libiberty.
11567
11568Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11569
11570 * configure.in: If the only directory in target_configdirs which
11571 actually exists is libiberty, then set target_configdirs to empty,
11572 to avoid trying to build a target libiberty in a gas or gdb
11573 distribution.
11574
11575Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11576
11577 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
11578 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11579 systems.
6599da04
JM
11580
11581Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11582
11583 * configure.in (copy_dirs): Use sys-include instead of include
11584 for --with-headers option.
11585
11586Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11587
11588 * Makefile.in, configure.in: Make winsup builds work with
11589 new scheme.
11590
11591Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11592
11593 * configure.in: Build the linker on AIX.
11594
11595Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11596
11597 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11598 where needed.
11599
11600Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11601
11602 * Makefile.in (all-gcc): Fix typo.
11603
11604Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11605
11606 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11607
11608Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11609
11610 * configure.in: Rename libFOO to target-libFOO, and xiberty
11611 to target-xiberty, to provide more flexibility.
11612 (target_subdir): Define. Create if cross.
11613 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11614 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11615 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11616 check-libFOO -> check-target-libFOO, etc.
11617 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11618 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11619 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11620 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11621 allow ALL_GCC="" to only configure.
11622 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11623 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11624 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11625
11626Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11627
11628 * Makefile.in (taz): Build "info" in etc explicitly.
11629
11630Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11631
11632 * configure.in: Make sure that CC is undefined (as opposed to
11633 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11634 problem with autoconf trying to configure on a host without GCC.
11635
11636Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11637
11638 * mpw-configure: Set host alias from choice of host compiler,
11639 only use generic MPW Makefile sed if present, edit a file
11640 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11641 * mpw-README: Add problem notes about CW6 and CW7.
11642
11643Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11644
11645 * Makefile.in (taz): Use ";" instead of ";;".
11646
11647Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11648
11649 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11650 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11651 DISTDOCDIRS.
11652 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11653 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11654
11655Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11656
11657 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11658 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11659 Move bfd to DISTSTUFFDIRS.
11660
11661Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11662
11663 * Makefile.in (X11_LIB): Removed.
11664 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11665
11666 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11667
11668Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11669
11670 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11671 names.
11672
11673Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11674
11675 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11676
11677Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11678
11679 * configure.in (i[345]86-*-win32): Always build newlib.
11680 Don't configure cvs, autoconf or texinfo.
11681 * Makefile.in (LD_FOR_TARGET): New.
11682 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11683 Pass down LD_FOR_TARGET.
11684
11685Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11686
11687 * winsup: New directory.
11688 * Makefile.in: Build winsup.
11689 * configure.in: Winsup is configured when target is win32.
11690 Can only build win32 target GDB when native.
4e81ae98 11691
6599da04
JM
11692Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11693
11694 * config.guess: Recognize HP model 819 machines as having
11695 a PA 1.1 processor.
11696
11697Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11698
11699 * configure: Fix sed loop which substitutes for CC and CXX to
11700 avoid bug found in various sed implementations.
11701
11702Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11703
11704 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11705 simulator. Use standard powerpc-*-eabi*.
11706
11707Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11708
11709 * configure.in: Stop putting gas and binutils in noconfigdirs for
11710 powerpc-*-aix* and rs6000-*-*.
11711
11712Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11713
11714 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11715 -mcall-aixdesc libraries.
11716
11717Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11718
11719 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11720
11721 * config.sub (arm | armel | armeb): Fix shell syntax.
11722
11723Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11724
11725 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11726 -msoft-float and -mcpu=common support.
11727 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11728 libraries.
11729
11730Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11731
11732 * configure.in: Allow configuration and build of emacs19 for the alpha.
11733
11734Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11735
11736 * configure.in (CC): Get ^CC, not just any old CC, from
11737 ${host_makefile_frag}.
11738
11739Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11740
4e81ae98 11741 * configure.in (CC): Try to get CC from
6599da04
JM
11742 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11743
11744Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11745
11746 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11747 only if it exists in $(srcdir).
11748
11749Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11750
11751 * configure: If CC and CXX are not set in the environment, set
11752 them, based on either an existing Makefile or on searching for gcc
11753 in PATH. Substitute for CC and CXX in Makefile.
11754 * configure.in: Remove libm from target_libs. Separate
11755 target_configdirs from configdirs. If CC is not set in
11756 environment, try to get it from a host Makefile fragment. Rewrite
11757 changes of configdirs to use skipdirs instead. A few minor
11758 tweaks. Take directories out of target_configdirs as they are
11759 taken out of configdirs. Remove existing Makefile files from
11760 subdirectories. Substitute for TARGET_CONFIGDIRS and
11761 CONFIG_ARGUMENTS in Makefile.
11762 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11763 by configure.in.
11764 (CONFIG_ARGUMENTS): Likewise.
11765 (CONFIGURE_TARGET_MODULES): New variable.
11766 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11767 ($(CONFIGURE_TARGET_MODULES)): New target.
11768 (configure-libg++, configure-libio): New targets.
11769 (all-libg++): Depend upon configure-libg++.
11770 (all-libio): Depend upon configure-libio.
11771 (configure-libgloss, all-libgloss): New targets.
11772 (configure-libstdc++): New target.
11773 (all-libstdc++): Depend upon configure-libstdc++.
11774 (configure-librx, all-librx): New targets.
11775 (configure-newlib): New target.
11776 (all-newlib): Depend upon configure-newlib
11777 (configure-xiberty): New target.
11778 (all-xiberty): Depend upon configure-xiberty.
11779
11780Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11781
11782 * configure.in (host i[345]86-*-win32): Expand the
11783 noconfigdirs again.
11784
11785Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11786
11787 * mpw-configure: Fix sed command file name.
11788
11789Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11790
4e81ae98 11791 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
11792 noconfigdirs again.
11793
11794Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11795
11796 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11797 or powerpc*-*-pe*, since they are not yet supported.
11798
11799Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11800
11801 Add PowerMac support and many other enhancements.
11802 * mpw-configure: New option --cc to select compiler to use,
11803 paste options set according to --cc into the generated
11804 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11805 if mpw-make.sed is present.
11806 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11807 add forward includes for PowerPC include files.
11808 * mpw-build.in: Build using Makefile.PPC if present.
11809 (do-byacc, etc): Remove separate version resource builds.
11810 (do-gas): Build "stamps" before "all".
11811 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11812 * mpw-README: Update to reflect --cc option, PowerMac support,
11813 and recently-reported compatibility problems.
11814
11815Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11816
11817 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11818 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11819 (--with-multilib-top): Pass to recursive invocations.
11820
11821Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11822
11823 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11824 v810-*-*.
11825
11826Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11827
11828 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11829 gdb, ld and opcodes on v810-*-*.
11830
6599da04
JM
11831Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11832
11833 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11834 (local-maintainer-clean): New target.
11835 (maintainer-clean): New target.
11836 (realclean): Just depend upon maintainer-clean.
11837
11838Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11839
11840 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11841
11842Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
11843
11844 * configure.in: Build ld in mips*-*-bsd* case.
11845
11846Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
11847
11848 * config.sub: Accept -lites* OS. From Ian Dall.
11849
11850Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
11851
11852 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 11853 targets.
6599da04
JM
11854
11855Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11856
11857 * configure.in: treat i386-win32 canadian cross the same as
11858 i386-go32 canadian cross.
11859
11860Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11861
11862 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11863 running under the simulator to build a reduced set of libraries.
11864 (powerpc-*-eabiaix): Add fine grained multilib support added to
11865 other powerpc targets yesterday.
11866
11867Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11868
11869 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11870 -disable-softfloat, -disable-relocatable, -disable-aix, and
11871 -disable-sysv to control which multilib libraries get built.
11872
11873Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11874
11875 * configure: Add Makefile.tem to list of files to remove in trap
11876 handler.
11877
11878Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
11879
11880 * config.guess (*Linux*): Add missing "exit"s.
11881 Also, need specific check for alpha-unknown-linux (uses COFF).
11882
11883Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
11884
11885 * config.guess: Merge with FSF:
11886
11887 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
11888 * config.guess (AIX4): More robust release numbering discovery.
11889
11890 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
11891 * config.guess (i386-sequent-ptx): Properly get version number.
11892
11893 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
11894 * config.guess (mips:*:4*:UMIPS): New case.
11895
11896Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
11897
11898 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11899 (i386-win32 host): Likewise. Don't build readline.
11900
11901Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
11902
11903 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
11904 SUPPORT_FILES to submakes.
11905
11906Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
11907
11908 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11909 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11910 mpw-configure.
11911
11912Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
11913
11914 * configure.in (appdirs): Use =, not ==, in test expression when
11915 trying to build the text to print in the warning message for
11916 Solaris users.
11917
11918Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
11919
11920 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11921
11922Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11923
11924 * config.guess: Recognize lynx-2.3.
11925
11926Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
11927
11928 * config.sub (z8ksim): Deleted
11929 (z8k-*-coff): New, this is the one true name of the target.
11930
11931Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
11932
11933 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11934
11935Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
11936
11937 * config.guess (*:Linux:*:*): First try asking the linker what the
11938 default object file format is (elf, aout, or coff). Then if this
11939 fails, try previous methods.
11940
11941Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11942
11943 * configure.in: Don't build newlib for *-*-vxworks5.1.
11944
11945Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11946
11947 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11948 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11949
11950Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
11951
11952 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11953
11954Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
11955
11956 * cfg-ml-com.in: New file.
11957 * cfg-ml-pos.in: New file.
11958
11959Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11960
11961 * COPYING.NEWLIB: Add HP free copyright to list.
11962
11963Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11964
11965 * config.sub: Recognize -eabi* for the system, not just -eabi.
11966
11967Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
11968
11969 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11970 * config.sub, configure.in (win32): New target and host.
11971
11972Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
11973
11974 * configure.in: Add i386-pe configuration.
11975
11976Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
11977
11978 * mpw-build.in (install): Install GDB after LD.
11979
11980Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
11981
11982 * mpw-config.in (elf/mips.h): Always forward-include, needed
11983 for GDB to build.
11984
11985Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
11986
11987 * testsuite: New directory for customer acceptance and whole tool
11988 chain tests.
11989
11990Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11991
11992 * configure: If per-host line isn't found, but AC_OUTPUT is found
11993 and a configure script exists, run it instead.
11994
11995Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11996
11997 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
11998
11999Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
12000
12001 * configure: Set build_{cpu,vendor,os,alias} to host values when
12002 --build isn't specified.
12003
12004Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12005
12006 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
12007 (FLAGS_TO_PASS): Pass them.
12008 (EXTRA_TARGET_FLAGS): Ditto.
12009
6599da04
JM
12010Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12011
12012 * Makefile.in (all-libg++): Depend on all-libstdc++.
12013
12014Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12015
12016 * configure.in (noconfigdirs): Enable all packages for
12017 i386-unknown-netbsd.
12018
12019Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
12020
12021 * configure.in (noconfigdirs): Don't configure tk for i386-go32
12022 hosted builds (DOS builds)
12023
12024Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
12025
12026 Changes for ARM based on patches from Richard Earnshaw:
12027 * config.sub: Handle armeb and armel.
12028 * configure.in: Omit arm linker only for riscix.
12029
12030Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
12031
12032 * config.guess: Update from FSF.
12033
12034Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
12035
63f6bcd7 12036 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
12037 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
12038 powerpcle variant. Convert pentium into i586, not i486. Add p5
12039 alias for i586. Map new x86 variants p6, k5, nexgen into i586
12040 temporarily.
12041
12042Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
12043
12044 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
12045
12046Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
12047
12048 * config.sub: Accept -lites* as a basic system type.
12049
12050Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
12051
12052 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
12053 installed, and if so return linuxoldld as the system name.
12054
12055Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
12056
12057 * config.guess: Add hppa1.1-hp-lites support.
12058
12059Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
12060
12061 * configure.in: Don't build newlib for m68k-vxworks5.1.
12062
12063Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12064
12065 * configure.in (mips-sgi-irix6): Use mh-irix5.
12066
12067Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
12068
12069 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
12070
12071Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12072
12073 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 12074 OSF/1. Fix compiler flags.
6599da04
JM
12075 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12076
12077Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12078
12079 * configure.in: Recognize --with-newlib.
12080 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12081
12082Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12083
d207ebef 12084 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
12085 to *_X11_MODULES due to gdbtk needing X include files et al.
12086
12087Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12088
12089 Merge in support for Mac MPW as a host.
12090 (Old change descriptions retained for informational value.)
12091
12092 * mpw-config.in: Add generic include forwards for cpu-specific
12093 include files in aout and elf directories.
12094
12095 * mpw-configure: Added copyright.
12096 * mpw-config.in: Check for presence of required build tools.
12097 (target_libs): Add newlib.
12098 (target_tools): Add examples.
12099 (Read Me): Generate as "Read Me for MPW" instead.
12100 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12101 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12102 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12103
12104 * mpw-configure: Remove subdir-specific makefile hackery,
12105 delete mk.tmp after using it.
12106
12107 * mpw-build.in (all): Display start and end times.
12108
12109 * mpw-configure (host_canonical): Set.
12110 (target_cpu): Always add to makefiles.
12111 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12112 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12113 (mpw-mh-mpw): Look for in srcdir and srcroot.
12114 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12115
12116 * mpw-build.in: (install-only): New target.
12117
12118 * mpw-configure (host_alias, target_alias): Rename from hostalias
12119 and targetalias, add into generated Makefile.
12120 (mk.tmp): If present, add into generated Makefile.
12121 * mpw-build.in (all-gas): Build config.h first before gas proper.
12122
12123 * mpw-configure (config.status): Write only if changed.
12124 * mpw-config.in (readline): Configure it (not built, just used for
12125 definitions).
12126
12127 * mpw-config.in (elf/mips.h): Add a forward include.
12128
12129 * mpw-config.in: Forward-include most .h files in include into
12130 extra-include.
12131 (readline): Don't build.
12132 mpw-build.in (install): Install GDB.
12133
12134 * mpw-configure (prefix, mpw_prefix): Handle it.
12135 * mpw-config.in (mmalloc, readline): Don't configure.
12136 * mpw-build.in (thisscript): Rename to ThisScript.
12137 Use mpw-build instead of BuildProgram everywhere.
12138 (mmalloc, readline): Don't build.
12139 * mpw-README: New file, basic documentation about the MPW port.
12140
12141 * mpw-config.in: Use forward-include to create include files.
12142
12143 * mpw-configure: Add more things to the top of each configured
12144 Makefile, including contents of config/mpw-mh-mpw.
12145 * mpw-config.in (extra-include): Create this directory and fill it
12146 with Posix-like include files when configuring.
12147
12148 * config.sub (apple, mac, mpw): Add various aliases.
12149
12150 * mpw-build.in: New file, top-level build script fragment for MPW.
12151 * mpw-configure: New file, configure script for MPW.
12152 * mpw-config.in: New file, config fragment for MPW.
12153
12154Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12155
12156 * configure.in (host_libs): Remove glob, since it is gone from the
12157 sources.
12158
12159Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12160
12161 * Makefile.in: define empty GDB_NLM_DEPS var.
12162
12163 * configure.in(target_makefile_frag): use config/mt-netware
12164 for netware targets.
12165
12166Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12167
12168 * config.sub: Merge in recent FSF changes. Remove linux special
12169 cases.
12170
12171Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12172
731a8127 12173 Revert this change:
6599da04
JM
12174
12175 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12176
12177 * build-all.mk: Use CC=cc -Xs on Solaris.
12178
6599da04
JM
12179Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12180
12181 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12182 stop using it.
12183 * Makefile.in: Nuke all references to glob subdirectory.
12184
12185Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12186
12187 * configure.in: Fix --enable-shared logic in per-host.
12188
12189Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12190
12191 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12192
12193Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12194
12195 * configure.in (noconfigdirs): Don't build gas on AIX, for
12196 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12197
12198Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12199
12200 * configure: Fix --cache-file to work if the file argument is a
12201 relative path.
12202
12203Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12204
12205 * configure: If the --cache-file is used, pass it down to
12206 configure in subdirectories.
12207
12208Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12209
12210 * config.sub: add vxworks29k configuration.
12211
12212Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12213
12214 * Makefile.in (taz): Do "diststuff" part quietly.
12215
12216Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12217
12218 * config.sub: Mini-merge with gcc/config.sub.
12219
12220Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12221
12222 * config.guess (IRIX): Sed - to _.
12223
12224Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12225
12226 * Makefile.in (source-vault, binary-vault): New targets.
12227
12228Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12229
12230 * config.sub: Recognize -eabi as a basic system type.
12231
12232Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12233
12234 * configure.in (enable_shared stuff): Fix typo.
12235
12236Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12237
12238 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12239
12240Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12241
12242 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12243
12244Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12245
12246 * configure.in (rs6000-*-*): Don't build gas.
12247
12248Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12249
12250 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12251 reduce command line length.
12252 (AS_FOR_TARGET): Check for as.new, not Makefile.
12253 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12254
12255Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12256
12257 * config.guess: Merge from FSF.
12258
12259Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12260
12261 * configure: Don't use $ when handling program_suffix.
12262
12263Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12264
12265 * configure.in: Configure tk for hppa/hpux.
12266
12267Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12268
12269 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12270
12271Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12272
12273 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12274 to LIBCXXFLAGS. Tests are better run without it.
12275
12276Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12277
12278 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12279
12280Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12281
12282 * configure.in (*-*-netware*): Don't configure xiberty.
12283
12284Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12285
12286 * configure.in: Remove tk from native_only list.
12287
12288Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12289
12290 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12291 for special NCD build.
12292
12293Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12294
12295 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12296 makeall.bat, they're only useful for binutils snapshots.
12297 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12298 makeall.bat to specified SUPPORT_FILES.
12299
12300Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12301
12302 * build-all.mk: Add Ericsson targets to sun4 and solaris
12303 hosts. Add BNR's sun4 target to solaris host, so their
12304 build-from-source will be tested in-house first.
12305
12306Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12307
12308 * Makefile.in (LIBCFLAGS): New variable.
12309 (CFLAGS_FOR_TARGET): Ditto.
12310 (LIBCFLAGS_FOR_TARGET): Ditto.
12311 (LIBCXXFLAGS): Ditto.
12312 (CXXFLAGS_FOR_TARGET): Ditto.
12313 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12314 (BASE_FLAGS_TO_PASS): Pass them.
12315 (EXTRA_TARGET_FLAGS): Ditto.
12316
731a8127 12317 * configure.in: Support --enable-shared.
6599da04
JM
12318
12319Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12320
12321 * configure.in (target_libs): Include libstdc++ again.
12322 * config.guess: Update from FSF (for FreeBSD).
12323
12324Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12325
12326 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12327 makeall.bat.
12328 (DISTDOCDIRS): Add `etc'.
12329 (ETC_SUPPORT_PFX): New variable.
12330 (taz): Include anything from etc starting with a word in
12331 ETC_SUPPORT_PFX.
12332
12333Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12334
12335 * config.sub: Update for recent FSF changes. Remove obsolete
12336 h8300hds entry. Add -windows* and -osx as basic os. Minor
12337 spacing changes.
12338
12339Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12340
12341 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12342
12343 * config.guess: Merge with FSF.
12344 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12345
12346Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12347
12348 * configure: Since the "trap 0" handler will override the exit
12349 status on many systems, only use it for "exit 1", and make it set
12350 a non-zero exit status; reset it before "exit 0". Also, check
12351 exit status of config.sub, and error out if it failed.
12352
12353Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12354
12355 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12356 and install libgloss.
12357
12358Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12359
12360 * Makefile.in (all-binutils): Depend upon all-byacc.
12361
12362 * configure.in: Don't build emacs on Irix 5.
12363
12364Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12365
12366 * configure.in (*-*-netware*): Add libio.
12367
12368Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12369
12370 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12371 (CHECK_TARGET_MODULES): Ditto.
12372 (INSTALL_TARGET_MODULES): Ditto.
12373 (TARGET_LIBS): Ditto.
12374 (all-libstdc++): Note dependencies.
12375
12376Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12377
12378 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12379
12380Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12381
12382 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12383 -fexternal-templates.
12384
12385 * configure.in (target_libs): Add libstdc++.
12386 (noconfigdirs): Add libstdc++ as appropriate.
12387
12388Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12389
12390 * config.guess: Update from FSF.
12391
12392Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12393
12394 * configure: Use ${config_shell} when running ${configsub}.
12395
12396Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12397
12398 * config.sub: No longer recognize h8300h.
12399
12400Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12401
12402 * config.sub: Remove extraneous differences between config.sub and
12403 gcc/config.sub.
12404
12405Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12406
12407 * Makefile.in (DISTSTUFFDIRS): Add gas.
12408
12409Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12410
12411 * COPYING.NEWLIB: New file.
12412
12413Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12414
12415 * config.guess (HP-UX): Patch from Harlan Stenn
12416 <harlan@landmark.com> to also emit release level.
12417
12418Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12419
12420 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12421
12422Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12423
12424 * config.sub: Merge nextstep cleanup from FSF.
12425
12426Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12427
12428 * configure.in (arm-*-*): Don't configure ld for this target.
12429
12430Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12431
12432 * configure.in (*-*-netware): don't configure libg++, libio,
12433 librx, or newlib.
12434
12435Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12436
12437 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12438 configure ld--it works, but it doesn't support shared libraries.
12439
12440Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12441
12442 * config.guess (*-unknown-freebsd*): Get rid of possible
12443 trailing "(Release)" in version string.
12444 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12445
12446Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12447
12448 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12449 Fix type: *-next-neststep -> *-next-nextstep.
12450
12451 * config.guess: Merge from FSF:
12452
12453 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12454
12455 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12456
12457 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12458
12459 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12460 instead of UNIX_SV for UnixWare 1.0).
12461
12462Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12463
12464 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12465 to make gdb/nlm/* build after the compiler and linker.
12466
12467Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12468
12469 * config.guess (netbsd, freebsd, linux): Accept any machine,
12470 not just i[34]86.
12471 (m68k-atari-sysv4): Relocate to match FSF version.
12472
12473 * config.guess: More merges from the FSF:
12474
12475 Add a space before function call or macro invocation.
12476
12477 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12478
12479 * config.guess: Add trap cmd to remove dummy.c and dummy when
12480 interrupted.
12481
12482 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12483
12484 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12485 (dummy): Redirect stderr from compilation of dummy.c.
12486
12487 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12488
12489 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12490
12491Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12492
12493 * configure: Accept and ignore --cache*, for compatibility with
12494 new autoconf.
12495
12496Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12497
12498 * config.guess: Merge from FSF:
12499
12500 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12501
12502 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
12503 (PATH): Add /.attbin at end for finding uname.
12504 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
12505
12506 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12507
e490616e 12508 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
12509
12510 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12511
e490616e
ZW
12512 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12513 to select whether to use ELF or COFF.
6599da04
JM
12514
12515 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12516
e490616e 12517 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
12518
12519 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12520
12521 * config.guess: Guess the OS version for HPUX.
12522
12523 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12524
12525 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12526
12527Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12528
12529 * configure.in: Recognize --with-headers, --with-libs, and
12530 --without-newlib.
12531 * Makefile.in (all-xiberty): Depend upon all-ld.
12532
12533Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12534
12535 * configure.in: Change i[34]86 to i[345]86.
12536
12537Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12538
12539 * configure (version): A few more tweaks to help message.
12540
12541Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12542
12543 * Makefile.in: Remove (for now) librx as a host library,
12544 now that we're building it for target.
12545
12546Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12547
12548 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12549 (Karl Berry).
12550
12551Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12552
12553 * configure.in: Also configure librx.
12554
12555Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12556
12557 * Makefile.in: Update various rules to reflect that librx
12558 is now needed for libg++.
12559
12560Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12561
12562 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12563
12564Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12565
12566 * configure.in: Configure the examples directory.
12567
12568Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12569
12570 * configure: Simplify Jun 2 1994 change.
12571
12572Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12573
12574 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12575 /bin/gcc isn't good enough to build gcc.
12576
12577Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12578
12579 * Makefile.in (GDB_SUPPORT_FILES): Remove
12580 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12581 (gdb.tar.gz): Add new rule to use standard distribution building
12582 mechanism.
12583
12584Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12585
12586 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12587 Bill Cox <bill@cygnus.com>.
12588
12589Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12590
12591 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12592
12593Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12594
12595 * configure: Search current dir first in .gdbinit.
12596
12597Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12598
12599 * config.sub: Recognize freebsd (merged from gcc config.sub).
12600
12601Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12602
12603 * config.sub: Refer to NeXT's operating system as nextstep.
12604
12605 * config.sub (case $basic_machine): Re-order the cases, to match
12606 the order in the FSF version (which is mostly alphabethical).
12607 Merge in some additions and changes from the FSF.
12608
12609Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12610
12611 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12612 * config.sub: Recognize cxux7.
12613 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12614
12615Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12616
12617 * config.sub: Fix typo powerpc -> powerpc-*.
12618
12619Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12620
12621 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12622
12623 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12624 parallel with all-emacs and install-emacs). Top-level command
12625 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12626
12627Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12628
12629 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12630 $(relbindir)/make before doing ``make install'', and use
12631 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12632 installing over running make binary.
12633 ($(host)-stamp-stage3-installed): Likewise.
12634
12635Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12636
12637 * config.guess: Recognize Mach.
12638
12639Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12640
12641 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12642 see whether --exec-prefix was used.
12643
12644Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12645
12646 * README: Explicitly mention libg++/README. (Zoo's idea.)
12647
12648Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12649
12650 * Makefile.in: Add all-librx target similar to all-libproc.
12651
12652Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12653
12654 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12655 with post 1.2 uname bogosity.
12656
12657Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12658
12659 * configure: Remove temporary files on receipt of a signal.
12660
12661Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12662
12663 * configure: If there is a package_makefile_frag, remove
12664 ${subdir}/Makefile.tem after copying it in.
12665
12666Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12667
12668 * build_all.mk: support rs6000 lynx identifies itself as
12669 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12670 since /bin/gcc is too feeble to compile a modern gcc.
12671
12672Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12673
12674 * brought devo/test-build.mk update-to-date with progressive/
12675 test-build.mk. Add lynx targets and hppa flag info.
12676
12677Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12678
12679 * configure.in: Use mh-ncrsvr43. Patch from
12680 Tom McConnell <tmcconne@sedona.intel.com>.
12681
12682Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12683
12684 * config.guess (i386-unknown-bsdi): No longer need to
12685 check #if defined(__bsdi__) && defined(__i386__).
12686
12687Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12688
12689 * configure: Set program_transform_nameoption correctly.
12690
12691Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12692
12693 * brought build-all.mk update-to-date with progressive build-all.mk,
12694 added new targets and hppa info.
4e81ae98 12695
6599da04
JM
12696Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12697
12698 * configure: If config.guess result is a prefix of the user
12699 specified target, assume a native build and use the user specified
12700 target as the host alias. Remove SunOS patch suffix removal hack.
12701 * configure.in: Remove SunOS patch suffix removal hack.
12702
12703 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12704 in NATIVE_CHECK_MODULES.
12705
12706Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12707
12708 * Makefile.in: Rename HOST_ONLY to NATIVE.
12709 * configure: Delete SunOs patch suffix from host_canonical
12710 and build_canonical variables that are prepended to Makefiles.
12711 * configure.in: Add comments for easier maintenance.
12712
12713Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12714
12715 * Makefile.in: Add all-libproc target similar to all-gui.
12716
12717Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12718
12719 * Makefile.in (CHECK_MODULES): split into
12720 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12721
12722Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12723
12724 * config.guess (i386-unknown-bsdi): New system to guess.
12725
12726Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12727
12728 * Makefile.in: Add all-gui target (but not yet build by "all").
12729
12730Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12731
12732 * config.sub: Move deletion of patch suffix from here...
12733 * configure.in: To here, at Ian's suggestion. The top-
12734 level scripts might need to know of a patch level.
12735
12736Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12737
12738 * config.sub: Strip off patch suffix so rtl is recognized
12739 as a sunos4.1.3 machine, even though it's been patched.
12740
12741Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12742
12743 * Makefile.in (INSTALL_LAST): Delete.
12744 (INSTALL_DOSREL): New.
12745
12746Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12747
12748 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12749 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12750 whether we pass down --with-gnu-ld anyhow.
12751
12752Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12753
12754 * Makefile.in (INSTALL_LAST): Change operation so it works
12755 on more flavors of make.
12756 * configure.in (go32): Don't build libg++ or libio.
12757
12758Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12759
12760 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12761 they can be overriden by templates.
12762
12763Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12764
12765 * configure.in (target==go32): Don't build gdb.
12766 * dosrel: New directory.
12767
12768Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12769
12770 * configure.in (host==go32): Configure dosrel too.
12771 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12772 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12773 be set by incoming names or templates.
12774 (INSTALL_LAST): New rule.
6599da04
JM
12775
12776Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12777
12778 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12779
12780Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12781
6599da04
JM
12782 * configure.in (appdirs): New variable. Currently empty, but will
12783 be used in gas distribution. If nonempty, lists a set of
12784 directories at least one of which must get configured, or top
12785 level configuration is considered to have failed.
12786 (rs6000-*-lynxos*): Use new file name.
12787
12788Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12789
12790 Eliminate XTRAFLAGS.
12791 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12792 newlib include files using -idirafter, and also use -nostdinc.
12793 (CXX_FOR_TARGET): Likewise.
12794 (XTRAFLAGS): Removed.
12795 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12796 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12797 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12798 ($(DO_X)): Don't pass down XTRAFLAGS.
12799
12800Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12801
12802 * configure.in (mips*-dec-bsd*): New target; do build linker.
12803 (mips*-*-bsd*): New target; don't build linker.
12804
12805Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12806
12807 * configure.in: support rs6000-*-lynxos* configuration.
12808 support sunos4 as a cross target.
12809
12810 * config.sub: look for lynx*, not lynx since the OS version may
12811 legitimately be part of the name.
12812
12813Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12814
12815 * configure.in (i[34]86-*-sco*): Move to be with other i386
12816 targets.
12817 (romp-*-*): New target. Skip various binary utilities.
12818 (vax-*-*): New target. Don't build newlib.
12819 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12820
12821Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12822
12823 * configure.in: Only set host_makefile_frag if config
12824 directory exists.
12825
12826Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12827
12828 * install.sh: If $dstdir exists, don't check whether each
12829 component does.
12830
12831Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12832
12833 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12834
12835Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12836
3b75d237
AJ
12837 * configure.in (*-*-lynxos*): Don't configure newlib for either
12838 native or cross Lynx.
6599da04
JM
12839
12840Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
12841
12842 * config.sub (sparc64-elf): Fix os.
12843 (z8k): Remove duplicate.
12844
12845Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12846
12847 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12848 gcc/stmp-fixproto, to try to prevent fixproto from being run.
12849
12850Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
12851
12852 * configure: Make file links cleanly even if Lynx fails on
e490616e 12853 an NFS symlink (at least fail cleanly).
6599da04
JM
12854
12855Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12856
12857 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12858 -XNh2000.
12859
12860Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12861
12862 * configure: Unknown options are fatal again.
12863
12864Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
12865
12866 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 12867 compatibility.
6599da04
JM
12868
12869Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
12870
12871 * build-all.mk: Add `clean' target.
12872
12873Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12874
12875 * config.guess: Add SINIX support.
12876 * configure.in: Add mips-*-sysv4* support.
12877
12878Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
12879
12880 * build-all.mk: Document all useful targets.
12881 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12882 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12883
12884Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12885
12886 * configure: Support --silent, --quiet.
12887
12888Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12889
12890 * configure: Support --disable-FEATURE.
12891
12892Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12893
12894 * config.guess: Recognize NCR running SVR4.3.
12895
12896Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
12897
12898 * config.guess: Make BSDI generate i386-unknown-bsd386.
12899 Patch from Paul Eggert <eggert@twinsun.com>.
12900
12901Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12902
12903 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12904
12905Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12906
12907 * configure: Make unrecognized options give nonfatal warnings
12908 instead of fatal errors, and pass them to any subdirectory
12909 configures in case they recognize them.
12910 Make --x equivalent to --with-x.
12911
12912Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12913
12914 * configure: Add --enable-* options. Clean up usage message and
12915 some comments.
12916
12917Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
12918
12919 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12920
12921Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12922
12923 * configure.in (hppa*-*-*): Enable binutils.
12924
12925Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12926
12927 * config.sub: Recognize cisco.
12928
12929Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
12930
12931 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12932
12933Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12934
12935 * config.guess: about target *-hitachi-hiuxwe2, don't print more
12936 than one configuration name. Add comment.
12937
12938Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
12939
12940 * config.guess: about target *-hitachi-hiuxwe2, fixed
12941 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
12942 macro is incorrect.]
12943
12944Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12945
12946 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12947 than the "make ls" stuff which used to be here.
12948
12949Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12950
12951 * config.guess: Recognize i[34]86-unknown-freebsd.
12952 From Shawn M Carey <smcarey@rodan.syr.edu>.
12953
12954Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
12955
12956 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12957
12958Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12959
12960 * config.guess: Check for ptx.
12961
12962Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
12963
12964 * config.sub: Add os9k checking.
12965
12966Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12967
12968 * config.guess: Handle OSF1 running on HPPA processors
12969
12970Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12971
12972 * configure: If subdir configure fails, print out a message with
12973 subdirectory name, in case subdir's configure code didn't identify
12974 itself.
12975
12976Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
12977
12978 * configure.in: Remove embedded newlines from configdirs.
12979 Avoid mismatches of substrings. Fix matching strings at end
12980 of configdirs.
12981
12982Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
12983
12984 * config.guess: Add Lynx/rs6000 config support.
12985
12986Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12987
12988 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12989
12990Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
12991
12992 * configure.in (hppa*-*-osf*): Treat this just like most other
12993 PA configurations (eg no binutils or ld).
12994 (hppa*-*-*elf*): These configurations have binutils and ld.
12995
12996Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12997
12998 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
12999
13000Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13001
13002 * configure.in (rs6000-*-*): Build gas.
13003
13004Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
13005
e490616e 13006 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
13007
13008Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
13009
13010 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
13011 for GDB and GDB has been fixed to not need it.
13012
6599da04
JM
13013Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13014
13015 * config.guess: Recognize vax hosts.
13016
13017Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13018
13019 * configure (while loop): Don't use "break 2" inside case
13020 statement -- the case statement isn't an enclosing loop.
13021
13022Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
13023
13024 * config.guess: Clean up NeXT support, to allow nextstep
13025 on Intel machines. Make OS be nextstep.
13026
13027Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
13028
13029 * config.guess: Add alternate forms for Convex.
13030
13031Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
13032
13033 * configure: Completely rewrite option processing. Take
13034 advantage of pattern-matching to avoid invoking test frequently.
13035 Also clean up host and target defaulting logic.
13036
13037Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
13038
13039 * Makefile.in: Replace all occurrances of "rootme" with "r" and
13040 "$${rootme}" with "$$r", to increase the likelihood that the do-*
13041 commands (plus user environment) will fit SCO limits.
13042
13043Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13044
13045 * configure.in: Don't issue warnings about directories which are
13046 not being configured if -norecursion is set. Correct test for
13047 --with-gnu-as and --with-gnu-ld to not get confused by substring
13048 matches.
13049
13050 * configure.in: Don't build gas for alpha-dec-osf1*.
13051
13052Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
13053
13054 * configure: Back out Per's change of 12/19/1993. It changes the
13055 behavior of configure in unexpected and confusing ways.
13056
13057 Also, use different delim char when calculating
13058 program_transform_name so that the name can contain slashes.
13059
13060Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
13061
13062 * configure.in, config.sub: Add support for VSTa micro-kernel.
13063
13064Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
13065
13066 * configure.in: Nuke hacks which were used to get a special
13067 version of GAS for HPPA configurations.
13068
13069Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
13070
13071 * configure: If only ${target_alias} is given, use that
13072 as the default for ${host_alias}.
13073 * configure: Add missing back-slashes before nested quotes.
13074
13075Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13076
13077 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13078
13079Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13080
13081 * config.guess: Recognize some Tektronix configurations.
13082 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13083
13084Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13085
13086 * config.sub: Match any flavor of SH.
13087
13088Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13089
13090 * configure.in: Don't try to configure newlib for Alpha.
13091
13092Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13093
13094 * configure.in: Don't build ld for Irix 5. Don't build gas,
13095 libg++ or libio for any Alpha target.
13096
13097 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
13098
13099Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13100
13101 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13102 default arguments -- so it tried to compress itself.
13103
13104Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13105
13106 * configure.in (notsupp): ensure that a space is always at the end
13107 of the configdirs list, since the grep checks for an explicit space
13108
13109Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13110
13111 * configure.in (target i386-sysv4.2): don't build ld, since static
13112 versions of many libraries are not available.
13113
13114Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13115
13116 * config.guess: Recognize Apollos (using environment variables).
13117 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13118
13119Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13120
13121 * config.guess: Recognize Sony news mips running newsos.
13122
13123Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13124
13125 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13126 "fi ; else" for bash.
13127
13128Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13129
13130 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13131
13132Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13133
13134 * config.sub: accept unixware as an alias for svr4.2.
13135 Fix some inconsistancies with the gcc version.
13136
13137Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13138
13139 * Makefile.in (DISTDOCDIRS): Add gdb.
13140
13141Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13142
13143 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13144
13145Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13146
13147 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13148 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13149 this now.
13150
13151Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13152
13153 * config.sub: Accept hiux* as an OS name.
13154
13155 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13156 etc/make-stds.texi. The underscore came from gcc, and dje now
13157 agrees that RUNTESTFLAGS is the correct name.
13158
13159Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13160
13161 * install.sh: Remove 'set -e'. It makes any conditionals
13162 in the script useless.
13163
13164 * config.guess: Automatically recognize arm-acorn-riscix
13165 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13166
13167Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13168
13169 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13170
13171Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13172
13173 * Makefile.in (DISTDOCDIRS): New variable.
13174 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 13175 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
13176
13177Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13178
13179 * configure.in (hppa target): check the source directory for the
13180 pagas sub-directory
13181
13182Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13183
13184 * config.sub: Allow -aout* and -elf*.
13185
13186Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13187
13188 * configure.in: Don't build ld on i386-solaris2, same as for
13189 sparc-solaris2.
13190
13191Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13192
13193 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13194
13195Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13196
13197 * configure.in: Configure gdb for alpha.
13198
13199Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13200
13201 * Makefile.in (CXXFLAGS): Add -O.
13202
13203Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13204
13205 * config.guess: added support for DG Aviion
13206
13207Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13208
13209 * configure.in: Produce warning message for subdirectories not
13210 configurable for this host/target combination. Don't try to
13211 configure gdb for vms.
13212
13213Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13214
13215 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13216 appropriate files before making "diststuff".
13217 (DISTBISONFILES): New var: list of files to be edited.
13218 (DISTSTUFFDIRS): Add binutils.
13219
13220Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13221
13222 * config.sub: also handle mipsel and mips64el (for little endian mips)
13223
13224Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13225
13226 * configure.in: Add * to end of all OS names.
13227
13228Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13229
13230 * configure.in: Build newlib for LynxOS native.
13231
13232Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13233
13234 * config.guess: Add support for delta 88k running SVR3.
13235
13236 * configure.in: Add comment about HP compiler vs. emacs.
13237
13238Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13239
13240 * configure.in: don't build ld on solaris2 (not a viable option
13241 due to bugs in getpwnam & getpwuid)
13242
13243Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13244
13245 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13246 config.guess will produce a full version number.
13247
13248Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13249
13250 * configure.in: Build linker and binutils for alpha-dec-osf1.
13251
13252Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13253
13254 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13255 and gdb/testsuite/Makefile.in.
13256
13257Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13258
13259 * configure.in: recognize mips*- instead of mips-
13260
13261Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13262
13263 * config.sub: Accept linux*coff and linux*elf as operating
13264 systems.
13265
13266Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13267
13268 * config.sub: Recognize mips64, and mips3 as an alias for it.
13269
13270Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13271
13272 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13273 gdb knows how to handle OSF/1 shared libraries.
13274
13275Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13276
13277 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13278 * config.guess: Recognize Hitachi's HIUX.
13279 * config.sub: Recognize h3050r* and hppahitachi.
13280 Remove redundant cases for hp9k[23]*.
13281
13282Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13283
13284 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13285 if gas and ld are in the source tree and are in ${configdirs}.
13286 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 13287 --with options (but still pass them down on the command line,
6599da04
JM
13288 if they were explicitly specified).
13289
13290Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13291
13292 * configure: substitute SHELL value in Makefile.in with
13293 ${CONFIG_SHELL}
13294
13295Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13296
13297 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13298 *-*-solaris2* targets.
13299
13300Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13301
13302 * Makefile.in: define M4, and pass it down to sub-makes;
13303 all-autoconf now depends on all-m4
13304
13305Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13306
13307 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13308 presence of {ar,ranlib} instead of a configured directory
13309
13310Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13311
13312 * config.guess: Accept 34?? as well as 33?? for NCR.
13313
13314Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13315
13316 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13317 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13318
13319Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13320
13321 * configure: grab values for $(CC) and $(CXX) from the
13322 environment, so that someone can do "CC=gcc configure; make" and
13323 have it work right (matching the way that autoconf works now)
13324
13325 * configure.in, Makefile.in: add support for gash, the tcl
13326 interface to Galaxy
13327
13328 * config.guess: add NetBSD variants (hp300, x86)
13329
13330Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13331
13332 * install.sh: Support -d option (in the manner of SunOS 4 install,
13333 as it is more deterministic than that of GNU install)
13334 (chmodcmd): Set file to mode 755 by default (should also do default
13335 chgrp and chown, but I don't feel like dealing with that now)
13336
13337Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13338
13339 * config.sub: Remove h8300hhms alias.
13340
13341Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13342
13343 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13344
13345Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13346
13347 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13348 as stmp-fixinc
13349
13350Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13351
13352 * config.sub: recognize m88110-bug-coff.
13353
13354Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13355
13356 * Makefile.in (all-libio): all dependencies on the toolchain used
13357 to build this (gcc, gas, ld, etc)
13358
13359Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13360
13361 * config.guess: Deal with OSF/1 1.3 on alpha.
13362
13363Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13364
13365 * install.sh: add some 'else true' clauses for portability
13366
13367 * configure.in: don't build libio for h8[35]00-*-* targets
13368
13369Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13370
13371 * Makefile.in: Add support for new libio.
13372
13373Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13374
13375 * install.sh: If one command fails, don't try the rest. Don't try
13376 to remove $dsttmp (via trap) unless we have already created it.
13377 If $src doesn't exist, detect it and exit with an error.
13378
13379 * config.guess: Recognize BSD on hp300.
13380
13381Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13382
13383 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13384 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13385
13386Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13387
13388 * Makefile.in (all-send-pr): depends on all-prms
13389
13390Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13391
13392 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13393
13394Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13395
13396 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13397 Added test for mips-mips-riscos5.
13398
13399Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13400
13401 * configure.in: use mh-hp300 for 68k HP hosts
13402
13403Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13404
13405 * configure: add support for CONFIG_SHELL, so that you can use
13406 some alternate shell for evaluating configure scripts
13407
13408Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13409
13410 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13411 in configure script to bug-gdb@prep.ai.mit.edu when building
13412 distribution archive.
13413 * Makefile.in (COMPRESS): Remove def.
13414 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13415 gdb.tar.Z and make-gdb.tar.Z respectively.
13416 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13417 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13418 to convergence with 'taz' target in Makefile.in.
13419
13420Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13421
13422 * install.sh (dsttmp): use trap to ensure that tmp files go
13423 away on error conditions
13424
13425Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13426
13427 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13428
13429Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13430
13431 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13432 its parent is '/' not ''.
13433
13434 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13435
13436Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13437
13438 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13439 that ${newsrcdir}/configure.in does.
13440
13441Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13442
13443 * test-build.mk: support for CONFIG_SHELL
13444
13445Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13446
13447 * config.sub (netware): Add as a basic system type.
13448
13449Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13450
13451 * Makefile.in (Makefile): depend on configure.in. Also drop the
13452 $(srcdir)/ from the dependency on Makefile.in.
13453
13454Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13455
13456 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13457 (h8300hhms is temporary until multi-libraries are implemented).
13458 * configure.in: Handle h8300h too.
13459
13460Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13461
13462 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13463
13464Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13465
13466 * configure: Remove extraneous output when guessing host type.
13467 * config.guess: Remove extraneous output when guessing using C
13468 compiler rather than uname, or when guessing fails.
13469
13470Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13471
13472 * Makefile.in: remove all.cross and install.cross targets
13473
13474 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13475 definitions
13476
13477Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13478
13479 * configure.in (target sh): Build gprof.
13480
13481Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13482
13483 * config.sub: change -solaris to -solaris2
13484
13485Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13486
13487 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13488
13489Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13490
13491 * configure: Correct error message for missing Makefile.in to
13492 print correct directory.
13493
13494Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13495
13496 * install.sh: kludge around 386BSD shell bug
13497
13498Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13499
13500 * config.guess: Recognize NeXT.
13501 * config.guess: Recognize i486-ncr-sysv4.
13502 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13503
13504Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13505
13506 * Makefile.in (MAKEINFOFLAGS): New variable.
13507 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13508 * build-all.mk, test-build.mk: Pass down --no-split as
13509 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13510
13511Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13512
13513 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13514
13515Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13516
13517 * Makefile.in (libg++.tar.z): New rule.
13518 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13519 * Makefile.in (taz): Only do a single chmod.
13520
13521Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13522
13523 * install.sh: don't use dirname anymore (replaced with sed usage)
13524
13525Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13526
13527 * Makefile.in: Change extension for gzip'd files from '.z' to
13528 '.gz' per new FSF standard usage.
13529
13530Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13531
13532 * configure: put quotes around the final value of program_transform_name
13533
13534Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13535
13536 * Makefile.in: new install.sh support; update install-info rules
13537
13538Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13539
13540 * configure.in: Build diff for crosses, but not for go32 host.
13541
13542 * configure.in: Build gprof only for native, and don't build it
13543 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13544
13545Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13546
13547 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13548
13549Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13550
13551 * configure.in (host_tools): Add prms.
13552
13553Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13554
13555 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13556 with $(FLAGS_TO_PASS) on the command line
13557
13558 * config.sub: Recognize lynx and lynxos
13559
13560Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13561
13562 * config.sub: Accept -ecoff*, not just -ecoff.
13563
13564Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13565
13566 * Makefile.in (taz): Use .gz suffix instead of .z.
13567 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13568 names.
13569
13570Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13571
13572 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13573
13574Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13575
13576 * Makefile.in (install-no-fixedincludes): install gcc last, so
13577 that rebuilds that might happen during 'make install' don't get
13578 bogus gcc include files
13579
13580Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13581
13582 Change from Utah for HPPA support:
13583 * config.guess: Recognize hppa1.x-hp-bsd.
13584
13585Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13586
13587 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13588 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13589
13590Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13591
13592 * config.sub: Add support for rom68k and bug boot monitors.
13593
13594Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13595
13596 * Makefile.in: Make all-opcodes depend on all-bfd.
13597
13598Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13599
13600 * config.guess: Added special check for i[34]86-univel-sysv4*.
13601
13602Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13603
13604 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13605 the processor rather than assuming i486.
13606
13607Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13608
13609 * config.guess: Recognize SunOS6 as Solaris3.
13610
13611Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13612
13613 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13614 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13615
13616Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13617
13618 * build-all.mk (all-cross): New target for Canadian Cross.
13619 Added Q2 go32 targets.
13620 * test-build.mk: Configure go32 cross sparclite-aout and
13621 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13622 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13623
13624Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13625
13626 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13627 GO32 hosted toolchains
13628
13629Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13630
13631 * configure: change so "-exec-prefix" gets passed down rather
13632 than "-exec_prefix" so autoconf generated Makefiles get the
13633 exec_prefix set right.
13634
13635Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13636
13637 * config.guess: get the Solaris2 minor version number
13638
13639 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13640
13641Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13642
13643 * config.guess: Recognize some Sequent platforms.
13644
13645Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13646
13647 * Makefile.in: added the vault-install target
13648
13649 * configure.in: actually use the Sun3 makefile fragment that's in
13650 config, also added the release dir to configdirs
13651
13652Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13653
13654 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13655
13656Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13657
13658 * configure.in: remove some program from Alpha targetted toolchains
13659
13660Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13661
13662 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13663 gprof.
13664 (taz): Run "make diststuff" in those directories instead of "make
13665 proto-dir". Look for "VERSION=" only at start of line in subdir
13666 Makefile. Use "gzip -9" for compression.
13667 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13668 (binutils.tar.z): New target.
13669
13670Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13671
13672 * Makefile.in (taz): Include gpl.texinfo.
13673
13674Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13675
13676 * Makefile.in (setup-dirs): Merged into "taz" target.
13677 (taz): Only do `proto-dir' stuff if a directory is actually needed
13678 for this target.
13679
13680Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13681
13682 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13683 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13684 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13685 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13686 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13687
13688Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13689
13690 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13691 config.sub, and move-if-change to gdb testsuite distribution
13692 archive, so the testsuite can be extracted, configured, and
13693 run separately from the gdb distribution. Blow away the Chill
13694 tests that require a Chill compiled executable, since GNU Chill
13695 is not yet publically available.
13696
13697Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13698
13699 * test-build.mk: set environment variables in a single command,
13700 instead of a list of assignments and exports
13701
13702 * config.guess: recognize Alpha/OSF1 systems
13703
13704Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13705
13706 * configure: Change help message to prefer --options rather than
13707 -options.
13708
13709Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13710
13711 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13712 zippy@ecst.csuchico.edu.
13713 * config.guess: Recognize miniframe.
13714
13715Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13716
cc6010cd
AP
13717 * Makefile.in: Use srcroot to find runtest rather than rootme.
13718 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
13719
13720Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13721
13722 * test-build.mk: Extensive additions to support building on a
13723 machine other than the host.
13724
13725Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13726
13727 * configure (tooldir): Fix for i386-aix again.
13728
13729Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13730
13731 * configure, Makefile.in: Change definition of $(tooldir)
13732 to match the FSF.
13733
13734Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13735
13736 * config.guess: Recognize i[34]86/SVR4.
13737
13738Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13739
13740 * Makefile.in (all-gdb): gdb depends on sim.
13741
13742Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13743
13744 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13745 at the same time we make the prototype gdb directory.
13746 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13747 files at the same time as the gdb base release distribution.
13748
13749Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13750
13751 * Makefile.in (check): Use individual check targets rather than
13752 DO_X rule.
13753 (check-gcc): Added.
13754
13755Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13756
13757 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13758 for System V release 3.2.
13759
13760Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13761
13762 * config.sub: Recognize hppaosf.
13763 * configure.in: Do configure ld/binutils/gas for it.
13764
13765Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13766
13767 * configure (tooldir): Alter syntax used to set this, for systems
13768 where "\$" isn't handled right, like i386-aix.
13769
13770Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13771
13772 * configure: Pass program-transform-name, not
13773 program_transform_name, to recursive configures.
13774
13775Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13776
13777 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13778 of gas+ld+binutils.
13779
13780Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13781
13782 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13783
13784Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13785
13786 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13787
6599da04
JM
13788Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13789
13790 * Makefile.in (PRMS): Set back to all-prms.
13791
13792Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13793
13794 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13795 targets, rather than for MIPS hosts.
13796
13797Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13798
13799 * configure.in: add comment for --with-x default values
13800
13801 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13802
13803 * Makefile.in: add check-* targets for each of the directories in
13804 the tree. Add a definition of RUNTEST that will use the one we
13805 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13806
13807Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13808
13809 * configure.in: Removed obsolete references to bfd_target and
13810 target_makefile_frag.
13811
13812 * build-all.mk: Set assorted targets for Q2.
13813 * config.sub: Recognize z8k-sim and h8300-hms.
13814 * test-build.mk: Really don't pass host to configure.
13815 (HOLES): Added uname.
13816
13817Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13818
13819 * configure: Handle an empty program-prefix, program-suffix or
13820 program-transform-name correctly.
13821
13822Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13823
13824 * build-all.mk: -G 8 no longer required for MIPS targets.
13825 * test-build.mk: Don't pass host argument to configure; make it
13826 guess.
13827
13828Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13829
13830 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13831 * Makefile.in (COMPRESS): New macro, like GZIP.
13832
13833Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13834
13835 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13836
13837 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13838 with gas currently defaults to -G 0.
13839
13840Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
13841
13842 * Makefile.in (all-flex): flex depends on byacc.
13843
13844 * build-all.mk: If host not specified, use config.guess. Pass TAG
13845 to test-build.mk as RELEASE_TAG.
13846 * test-build.mk (configargs): New variable containing arguments to
13847 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
13848 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13849
13850 * config.guess: Use /bin/uname when checking -X argument on SCO,
13851 to avoid invoking GNU uname which doesn't understand -X.
13852
13853 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13854
13855 * configure.in: Build gas for mips-*-*.
13856
13857Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13858
13859 * Makefile.in (all.normal): insert missing backslash.
13860
13861Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
13862
731a8127 13863 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
13864
13865 * Makefile.in: Complete overhaul to merge many almost identical
13866 targets.
13867
13868Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13869
13870 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13871 (gdb.tar.Z): Adjusted.
13872
13873 * Makefile.in (setup-dirs, taz): New targets; should be general
13874 enough to adapt for gdb sometime. Build only .z file.
13875 (gas.tar.z): New target.
13876
13877Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13878
13879 * build-all.mk: Use CC=cc -Xs on Solaris.
13880
6599da04
JM
13881Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
13882
13883 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
13884 for handling BISON for FSF releases.
13885
13886Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13887
13888 * configure: Actually implement the change zoo just documented.
13889
13890Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13891
13892 * configure: when using config.guess, only set target_alias when
13893 it's not already been set (ie, on the command line)
13894
13895Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13896
13897 * Makefile.in: add installcheck target, set PRMS to install-prms
13898
13899Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13900
13901 * configure: add support for package_makefile_fragment, handle the
13902 case where a directory has a configure.in file but no Makefile.in
13903 more gracefully (with an actual understandable error message, even);
13904 add support for --without (and add this to the usage message); also
13905 explicitly add a --host=${host_alias} to the command line when
13906 config.guess is used
13907
13908Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13909
13910 * configure: Must use both --host and --target in recursive calls.
13911
13912Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
13913
13914 * Makefile.in: Change deja-gnu to dejagnu.
13915
13916Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
13917
13918 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13919
13920Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13921
13922 * configure.in: canonicalize all instances to *-*-solaris2*,
13923 also strip out a number of tools to not build for go32 host
13924
13925Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13926
13927 * config.guess: add GPL.
13928
13929 * Makefile.in, config.guess, config.sub, configure: bump
13930 copyrights to 93.
13931
13932Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
13933
13934 * Makefile.in (do-info): Removed obsolete check for existence of
13935 localenv file.
13936
13937 * Makefile.in (MAKEOVERRIDES): Define to be empty.
13938
13939Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13940
13941 * Makefile.in: a couple of 'else true' for decstation,
13942 support for TclX
13943
13944 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13945
13946Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
13947
13948 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13949
13950Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
13951
13952 * config.guess: Recognize i386-ibm-aix (PS/2).
13953 * configure.in: Use config/mh-aix386 file for it.
13954
13955Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
13956
13957 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13958 CC_FOR_TARGET instead.
13959 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13960
13961Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
13962
13963 * Makefile.in: Add sim to list of directories sent with gdb
13964
13965Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
13966
13967 * configure.in: Put back mips-dec-bsd* case.
13968
13969Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
13970
13971 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13972 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
13973 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
13974
13975Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13976
13977 * configure.in: remove no-op mips-dec-bsd* in "case $target"
13978
13979 * Makefile.in (dir.info): only run gen-info-dir if it exists,
13980 (install-info): install dir.info only if it exists,
13981 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13982
13983Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
13984
13985 * configure.in: For vms target, skip bfd, ld, binutils. Do build
13986 gas for mips-dec-bsd.
13987
13988Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
13989
13990 * configure (makesrcdir): If ${srcdir} is relative and not ".",
13991 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13992
13993Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
13994
13995 * configure.in: Added "dejagnu" to hosttools list.
13996
13997Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13998
13999 * config.sub, configure.in, config.guess: Add support
14000 for Bosx, an AIX variant from Bull.
14001 Patches from F.Pierresteguy@frcl.bull.fr.
14002
14003Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
14004
14005 * devo/dejagnu: Initial creation of devo/dejagnu.
14006 Migrated dejagnu testcases and support files for testing software
14007 tools to reside as subdirectories, currently called "testsuite",
14008 within the directory of the software tool. Migrated all programs,
14009 support libraries, etc. beloging to dejagnu proper from
14010 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
14011 with no modifications. The changes to these files which will
14012 allow them to configure, build, and execute properly will be made
14013 in a future update.
14014
14015Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
14016
14017 * Makefile.in: Change send_pr to send-pr.
14018 * configure.in: Likewise.
14019 * send_pr: Renamed directory to send-pr.
14020
14021Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
14022
14023 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
14024
14025Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
14026
14027 * README: Update for gdb-4.8 release.
14028 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
14029 gdb-xxx.tar.z (gzip'd) file also.
14030
14031Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14032
14033 * Makefile.in: make all-diff depend on all-libiberty
14034
14035Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
14036
14037 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
14038
14039Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14040
14041 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
14042
14043Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
14044
14045 * Makefile.in (DEVO_SUPPORT): Remove etc directory
14046 (ETC_SUPPORT): Only add the files GDB wants from etc/.
14047 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
14048
14049Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14050
14051 * Makefile.in: makeinfo binary is in a new location
14052
14053Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
14054
14055 * config.sub: Accept -ecoff as an OS.
14056
14057 * Makefile.in: Various changes to eliminate a level of make
14058 recursion and reduce the required command line length.
14059 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
14060 sub-makes.
14061 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
14062 variables holding settings for specific sub-makes.
14063 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
14064 in terms of BASE_FLAGS_TO_PASS.
14065 (TARGET_LIBS): New variable listing directories which use
14066 TARGET_FLAGS_TO_PASS.
14067 (subdir_do): Eliminated.
14068 (do-*): New set of targets to replace subdir_do.
14069 (various): All targets which used subdir_do now depend on do-*.
14070 (local-clean): Renamed from do_clean.
14071 (local-distclean): New target, dependency of distclean and
14072 realclean.
14073 (install-info): Don't create directories. Depend on dir.info
14074 rather than calling make recursively.
14075 (install-dir.info): Eliminated.
14076 (install-info-dirs): Create all info directories here.
14077 (dir.info): Depend upon do-install-info.
14078
14079 * test-build.mk (HOLES): Added false.
14080
14081Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14082
14083 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14084
14085Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14086
14087 * Makefile.in (info): remove dependency on all-texinfo. The
14088 problem was really in texinfo/C, not at this level.
14089
14090Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14091
14092 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14093
14094Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14095
14096 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14097 GDB releases.
14098
14099Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14100
14101 * configure: Include srcdir in message about target of link not
14102 being found. Don't convert `-' to `_' in `with' options being
14103 passed to subdirs.
14104
14105Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14106
14107 * configure.in: add uudecode to host_tools
14108
14109 * Makefile.in: added {all,install}-uudecode targets, added them to
14110 the appropriate lists
14111
14112Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14113
14114 * Makefile.in (all-gcc): Added dependency on all-gas.
14115
14116 * configure.in (mips-*-*): Build ld and binutils.
14117
14118Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14119
14120 * configure: check return code from mkdir, print error message and
14121 exit on failure.
14122
14123Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14124
14125 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14126
14127Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14128
14129 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14130
14131Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14132
14133 * config.sub (h8500): Recognize this as a cpu type.
14134
14135Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14136
14137 * configure: source directory missing is no longer a warning
14138
14139 * configure.in: recognize irix[34]* instead of irix[34]
14140
14141 * Makefile.in: define and pass down X11_LIB
14142
6599da04
JM
14143Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14144
14145 * guess-systype: Renamed to ...
14146 * config.guess: ... by popular request.
14147 * configure.in, Makefile.in: Update accordingly.
14148
14149Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14150
14151 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14152 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14153 + Execute ./dummy instead of assuming . is in PATH.
14154
14155Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14156
14157 * guess-systype: New shell script. Attempts to guess the
14158 canonical host name of the executing host.
14159 Only a few hosts are supported so far.
14160 * configure: Call guess-systype if no host is specified.
14161
14162Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14163
14164 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14165 gcc Makefile.
14166
14167
14168Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14169
14170 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14171 (all-gcc, install-gcc, subdir_do): Use it.
14172
14173Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14174
14175 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14176
14177Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14178
14179 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14180 set exclusively by configure, using configure.in .
14181
14182Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14183
14184 * test-build.mk: set $PATH for all builds
14185
14186 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14187
14188Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14189
14190 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14191 the one used in gcc/Makefile.in, so that a null expansion doesn't
14192 override the one needed to build gcc with a native cc.
14193
14194
14195Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14196
14197 * configure: Accept -with arguments.
14198
14199Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14200
14201 * Makefile.in: added h8300sim
14202
14203Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14204
6599da04
JM
14205 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14206 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14207 (all-cygnus, native, build-cygnus): Make
14208 $(canonhost)-stamp-3stage-done, not $(host)....
14209 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14210 i386-sco3.2v4. Added else true to if command.
14211
14212Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14213
14214 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14215
14216Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14217
14218 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14219
14220Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14221
14222 * configure.in: don't remove binutils from Solaris builds
14223
14224Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14225
14226 * Makefile.in: get rid of earlier definitions for *clean,
14227 also handle the recursive info rule better
14228
14229Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14230
14231 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14232 do more-or-less the right thing.
14233
14234Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14235
14236 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14237 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14238
14239Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14240
14241 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14242 $(host_canonical).
14243
14244 * configure.in: split the configdirs list into 4 categories (native
14245 v. cross, library v. tool) and handle the cross-only and native-
14246 only in more reasonable (and correct!) way.
14247
14248Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14249
14250 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14251 configdirs anymore.
14252
14253Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14254
14255 * Makefile.in: extensive cleanup:: removed all of the explicit
14256 clean-* targets, collapsed many wrappers around subdir_do into
14257 one, added additional targets to satisfy standards.texi, deleted
14258 some old targets, some changes for consistency
14259
14260Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14261
14262 * configure.in: handle some programs as cross-only, and others as
14263 native only
14264
14265 * test-build.mk: handle partial holes in a more generic manner
14266
14267 * Makefile.in: m4 depends on libiberty
14268
6599da04
JM
14269Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14270
14271 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14272 time, wdiff, and find to configdirs
14273
14274 * Makefile.in: all, clean, and install rules for the new programs
14275 added to configure.in
14276
14277Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14278
14279 * configure.in: use mh-sun for all *-sun-* hosts
14280
6599da04
JM
14281Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14282
14283 * Makefile.in: define flags for X11 include files and library file
14284 locations, pass them down to the programs that need this info
14285
14286 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14287
6599da04
JM
14288Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14289
14290 * configure.in: start building libg++ for HP-UX targets
14291
14292Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14293
14294 * README: Update references to files moved into etc/.
14295
14296Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14297
14298 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14299 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14300
14301Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14302
14303 * configure: accept dash as well as underscore in long option
14304 names for FSF compatibility.
14305
14306Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14307
14308 * config.sub: added -sco3.2v4 support from FSF.
14309
14310Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14311
14312 * configure.in: expand the section that adds or removes
14313 directories from the list of programs to build, to handle native
14314 vs. cross in addition to host v. native
14315
14316Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14317
14318 * Makefile.in: Replace C++ in macro names with CXX.
14319 This is less likely to break ...
14320
14321Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14322
14323 * test-build.mk: add -w to GNU_MAKE
14324
14325Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14326
14327 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14328 add 'sparc' to list of recognized cpus. This needed to make
14329 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14330 Delete some redundant ose68 variants. Recognize -wrs as an os,
14331 then changes that into $CPU-wrs-vxworks.
14332
14333 * configure.in: remove most references to gdbtest, regularize
14334 target based program removal
14335
14336 * test-build.mk: import from p3 tree (many fixes and changes)
14337
14338Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14339
14340 * Makefile.in: added rules to handle tcl, tk, and expect
14341
14342 * configure.in: handle those directories if they exist
14343
14344Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14345
14346 * config.sub: removed bogus hppabsd and hppahpux names, since
14347 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14348
14349Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14350
14351 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14352 depends upon all-xiberty
14353
14354 * Makefile.in: changes from p3, including:
14355
14356 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14357
14358 * Makefile.in (XTRAFLAGS): include newlib directories if
14359 newlib/Makefile exists, rather than if host != target.
14360
14361 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14362
14363 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14364 from the same source tree and not building a cross-compiler. This
14365 matters for the libg++ configuration if reconfiguring a tree that
14366 has already been installed.
14367
14368 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14369
14370 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14371 pick up the machine and system specific header files.
14372
14373 * Makefile.in: added AS_FOR_TARGET, passed down in
14374 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14375 the C compiler to use to create programs which are run in the
14376 build environment, set it to default to $(CC), and passed it down
14377 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14378
14379 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14380
14381 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14382 We need them for unusual native builds, like systems without
14383 ranlib.
14384
14385 * configure: also define $(host_canonical) and
e490616e
ZW
14386 $(target_canonical), which are the full, canonical names for the
14387 given host and target
6599da04
JM
14388
14389Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14390
14391 * Makefile.in: Added separate definitions for C++.
14392
14393Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14394
14395 * configure.in (configdirs): Add deja-gnu.
14396
14397Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14398
14399 * README: Update for configure.texi and gdb-4.7 release.
14400
14401Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14402
14403 * Makefile.in: Move "all" target to top of file.
14404 Previously, first target was ".PHONY" which caused BSD4.4 make
14405 to build .PHONY when make was run without arguments.
14406
14407Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14408
14409 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14410 Library-copylefted code in libiberty.
14411
14412Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14413
14414 * config.sub: Replace m68kmote with plain old m68k.
14415
14416Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14417
14418 * Makefile.in: Remove space from blank line, avoid Make complaints.
14419
14420Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14421
14422 * config.sub: Complain if no argument is given. Added support for
14423 386bsd as OS and target alias.
14424
14425Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14426
14427 * Makefile.in (XTRAFLAGS): include newlib directories if
14428 newlib/Makefile exists, rather than if host != target.
14429
14430Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14431
14432 * config.sub: recognize sparclite-wrs-vxworks.
14433
14434 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14435 p3.) Added clean-xiberty to clean.
14436
14437Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14438
14439 * configure.in: use *-*-* instead of nested cases for host and target
14440
14441Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14442
14443 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14444 from the same source tree and not building a cross-compiler. This
14445 matters for the libg++ configuration if reconfiguring a tree that
14446 has already been installed.
14447
14448Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14449
14450 * config.sub (i486v/i486v4): Merge in from FSF version.
14451
14452Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14453
14454 * configure: only set PWD if it is already set.
14455
14456Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14457
14458 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14459 doesn't have unset and all success paths (and most error paths)
14460 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14461 to just ${PWD} to avoid confusion.)
14462
14463Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14464
14465 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14466 even for a native compilation.
14467
14468Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14469
14470 Changes to make the gdb.tar.Z rule work better.
14471
14472 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14473 (DEVO_SUPPORT): Add configure.texi.
14474 (bfd-ilrt.tar.Z): Remove ancient rule.
14475
14476Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14477
14478 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14479 pick up the machine and system specific header files.
14480
14481 * configure.in, config.sub: added new target m68010-adobe-scout,
14482 with alias of adobe68k. Changed configure.in to check for
14483 -scout before -sco* to avoid a false match.
14484
14485 * Makefile.in: added AS_FOR_TARGET, passed down in
14486 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14487 the C compiler to use to create programs which are run in the
14488 build environment, set it to default to $(CC), and passed it down
14489 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14490
14491Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14492
14493 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14494 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14495 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14496 FOR_TARGET variants, to newlib and libg++.
14497
14498Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14499
14500 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14501 first.
14502
14503Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14504
14505 * config.sub: Accept `elf' as an environment.
14506
14507Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14508
14509 * Makefile.in (all-opcodes): cd into the right directory
14510
14511Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14512
14513 * configure: added -program_transform_name option, used as
14514 argument to sed when installing programs.
14515 configure.texi: added documentation for -program_prefix,
14516 -program_suffix and -program_transform_name.
14517
14518Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14519
14520 * config.sub: Accept i486 where i386 ok.
14521
14522Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14523
14524 * config.sub: accept we32k
14525
14526Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14527
3b75d237 14528 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
14529
14530 * Makefile.in: don't create all directories for ``make install'';
14531 let the subdirectories create the ones they need.
14532
14533Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14534
e490616e 14535 * COPYING: new file, GPL v2
6599da04
JM
14536
14537Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14538
14539 * Makefile.in: use the new gen-info-dir, which needs a template
14540 argument (which also lives in texinfo)
14541
14542 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14543
6599da04
JM
14544Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14545
14546 * config.sub (ncr3000): Change i386 to i486.
14547
14548Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14549
14550 * Makefile.in: add install-rcs, install-grep to
14551 install-no-fixedincludes, removed install-bison and install-libgcc
14552
14553Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14554
14555 * configure.in: grab the HPUX makefile fragment if on HPUX
14556
14557Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14558
14559 * Makefile.in: eradicate bison spoor (ditto libgcc).
14560 configure.in: recognise m68{k,000}-ericsson-OSE.
14561 es1800 is alias for m68k-ericsson-OSE
14562
14563Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14564
14565 * configure.in: rearrange the parts that remove programs from
14566 configdirs, based now on HOST==TARGET or by canonical triple.
14567
14568Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14569
14570 * test-build.mk: recurse explicitly with -f test-build.mk when
14571 appropriate. predicate stage3 and comparison on the existence
14572 of gcc. That is, if gcc isn't around, we aren't three-staging.
14573 On very clean, also remove ...stamp-co. Build in-place before
14574 doing other builds.
14575
14576Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14577
14578 * Makefile.in, configure.in: add tgas
14579
14580Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14581
14582 * Makefile.in: a number of changes merged in from progressive.
14583
14584 * configure.in: add libm.
14585
14586 * .cvsignore: ignore some stuff that comes from test-build.mk.
14587
6599da04
JM
14588Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14589
14590 * config.sub: Add es1800 (m68k-ericsson-es1800).
14591
14592Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14593
14594 * configure: Add program_suffix (parallel to program_prefix)
14595 * Makefile.in: adjust directory-creating script for losing decstation
14596
14597Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14598
14599 * configure: Minor $subdir-related fixes.
14600
14601Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14602
14603 * configure: fix various problems with propogating
14604 makefile_target_frag in subdirs.
14605 * configure.in: config libgcc if its there
14606
14607Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14608
14609 * config.sub: HPPA merge.
14610
6599da04
JM
14611Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14612
14613 * Makefile.in: Replace all-bison with all-byacc in all
14614 dependency lines for other tools (which now use byacc).
14615
14616Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14617
14618 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14619
6599da04
JM
14620Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14621
14622 * Makefile.in: make gprof rules similar to byacc rules (instead of
14623 vestigal $(unsubdir) that didn't work...)
14624
14625Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14626
14627 * config.sub: Add support for Linux.
14628 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14629 (at least for libg++).
14630
14631Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14632
14633 * configure.texi: fix doc for the -nfp option to configure
14634
14635Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14636
14637 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14638
14639Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14640
14641 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14642 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14643 * configure.in: added solaris* host_makefile_frag hook.
14644
14645Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14646
14647 * config.sub: changed recognition of m68000 so that various
14648 m68k types can be specified via m680[01234]0
14649
14650Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14651
14652 * config.sub (basic_machine): fix sed so that '-foo' isn't
14653 completely substituted out while .+'-foo' loses the '-foo'
14654
14655Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14656
14657 * config.sub ($os): Add -aout.
14658
14659Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14660
14661 * configure: If host_makefile_frag is absolute, don't
14662 prefix ${invsubdir} (relevant to libg++ auto-configure).
14663
14664Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14665
14666 * Makefile.in (tooldir): Define it.
14667 (all-ld): Depend on all-flex.
14668
14669Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14670
14671 * Makefile.in (check): Fix libg++ special case.
14672
14673Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14674
14675 * configure: do not bury `pwd` into config.status, thus do fewer
14676 pwd's.
14677
14678 * configure: print the "Building in" message only when building in
14679 other than "." AND verbose.
14680
63f6bcd7 14681 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
14682 configures.
14683
14684 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14685
14686Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14687
14688 * Makefile.in: macroize flags passed on recursion. remove
14689 fileutils.
14690
14691Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14692
14693 * configure: get makesrcdir right for subdirs deeper than 1.
14694
14695 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14696 install.
14697
14698Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14699
14700 * Makefile.in: don't print subdir_do or recursion lines.
14701
14702Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14703
14704 * standards.texi: added menu item.
14705
14706 * Makefile.in: build and install standards.info.
14707
14708 * standards.texi: new file.
14709
14710Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14711
14712 * configure: test for and move config.status pieces from
14713 ${subdir}/.
14714
14715Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14716
6599da04
JM
14717 * configure: Test for existance of files before trying to mv
14718 them, to avoid numerous non-existance messages.
14719
14720Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14721
14722 * configure: correct final line of config.status.
14723
14724 * configure: patch from eggert. Avoids a protection problem if
14725 the original Makefile.in is read only.
14726
14727 * configure: use move-if-change from gcc to create config.status.
14728 Some makefiles depend on config.status to tell if a directory
14729 has been reconfigured for a different host. This change
14730 prevents those directories from remaking everything in the case
14731 where the reconfig was only intended to rebuild a Makefile.
14732
14733 * configure: test for config.sub with "config.sub sun4" rather
14734 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14735 host alias from a missing config.sub.
14736
14737Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14738
14739 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14740 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14741
14742Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14743
14744 * configure: mkdir ${subdir} as needed.
14745
14746Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14747
14748 * Makefile.in,configure.in: added autoconf.
14749
14750Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14751
14752 * Makefile.in: no longer pass against on recursion.
14753
14754 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14755 definitions are not inherited.
14756
14757 * configure: correct makesrcdir when subdir is .
14758
14759Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14760
14761 * configure: Add support for 'subdirs' variable, which is
14762 like 'configdirs', except that configure doesn't re-invoke
14763 itself for subdirs, it just creates a Makefile for each subdir.
14764 * configure.texi: Document subdirs.
14765
14766Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14767
14768 * configure.in: added flex to configdirs
14769
14770Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14771
14772 * Makefile.in: remove clean-stamps from clean.
14773
14774Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14775
14776 * configure.in: Add gdbtest to configdirs.
14777
14778Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14779
14780 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14781 to recursive makes.
14782 * configure.in: Recognize new ncr3000 config.
14783
14784Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14785
14786 * Makefile.in, configure.in: removed references to gdbm.
14787
14788Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14789
14790 * config.sub: Don't canonicalize os value
14791 newsos* to bsd (readline needs to check for newsos).
14792 (This fix was earlier made Jan 31, but got re-broken.)
14793
14794Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14795
14796 * configure.in: sco is an os, not a vendor!
14797
14798 * configure: Quote $( better. Keep various shells happy.
14799
14800Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14801
14802 * Makefile.in: eliminate stamp-files.
14803
14804Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14805
14806 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14807 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14808
14809Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14810
14811 * config.sub: fix iris/iris3.
14812
14813Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14814
14815 * configure: re-add -rm.
14816
14817Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14818
14819 * Maskefile.in: add .stmp-rcs to all.
14820
14821 * configure.in: remove gas from rs6000 build, use aix host fragment.
14822
14823Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14824
14825 * configure: pass down site_option during recursion.
14826
14827Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14828
14829 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14830
14831Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14832
14833 * configure: Change exec_prefix so that it really defaults to prefix.
14834
14835Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14836
14837 * Makefile.in, configure.in: Add support for mmalloc library.
14838
14839Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
14840
14841 * Makefile.in: add stmp dependencies for a few more things.
14842
14843Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
14844
14845 * configure: adjusted error message on objdir/srcdir configure
14846 collision, per john's suggestion.
14847
14848 * Makefile.in: add libiberty stmp to all and all.cross.
14849
14850Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
14851
14852 * Makefile.in: remove force dependencies, add grep to all.
14853
14854Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
14855
14856 * Makefile.in: drop flex. make stamp files work.
14857
14858 * configure: added test for conflicting configuration in srcdir,
14859 remove trailing slashes from srcdir. Otherwise emacs gdb mode
14860 gets cranky. use relative paths for configure and srcdir
14861 whenever possible. Send some error messages to stderr that were
14862 going to stdout.
14863
14864Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
14865
14866 * Makefile.in: Fix libg++ rule to check for gcc directory
14867 before using gcc/gcc. Also pass XTRAFLAGS.
14868
14869Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
14870
14871 * Makefile.in: added stmp-files so that directories aren't polled
14872 when they are already built.
14873
14874 * configure.texi: fixed a node pointer problem.
14875
14876Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
14877
731a8127 14878 * config.sub configure.in gdb/configure.in
6599da04
JM
14879 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14880 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14881 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
14882
14883Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14884
14885 * configure: -recurring becomes -silent. corrected help message
14886 for -site= option.
14887
14888 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14889
14890Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14891
14892 * configure: when building Makefile for crosses, replace
14893 tooldir and program_prefix. default srcdir from location of
14894 config.sub. remove "for host in hosts" and "for target in
14895 targets" loops.
14896
14897Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14898
14899 * Makefile.in: Do not pass bindir or mandir to cvs.
14900
14901Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14902
14903 * Makefile.in, configure.in: removed traces of namesubdir,
14904 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14905 copyrights to '92, changed some from Cygnus to FSF.
14906
14907 * configure.texi: remove most references to multiple hosts,
14908 multiple targets, subdirs, etc.
14909
14910 * configure.man: removed rcsid. reference config.sub not
14911 config.subr.
14912
14913 * Makefile.in: mkdir $(infodir) on install-info.
14914
14915Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
14916
14917 * configure.texi: Explain better about .gdbinit and about
14918 the environment that configure.in sections run in.
14919
14920Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
14921
14922 * configure.in: Ultrix is only a decstation if it's a MIPS.
14923
14924Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
14925
14926 * README: DOC.configure => cfg-paper.texi.
14927
14928Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
14929
14930 * config.sub (near case $os): Don't convert newsos* to bsd!
14931
14932Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
14933
14934 * Makefile.in: Reinstall change from gdb-4.3 that reduces
14935 the number of copies of COPYING that go into the GDB tar file.
14936
14937Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
14938
731a8127 14939 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
14940 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14941 Fix SCO configuration stuff.
14942
14943Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
14944
14945 * Makefile.in: For libg++, make sure the -I pointing
14946 to the gcc directory goes *after* all the libg++-local -I flags.
14947 Also, move just-gcc dependency from just-libg++ to all-libg++.
14948
14949Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
14950
14951 * configure: Change -x to -f to keep Ultrix /bin/test happy.
14952
14953Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
14954
14955 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
14956
14957Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
14958
14959 * config.sub: Add stratus configuration frags. Also
14960 submitted to FSF.
14961
14962Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
14963
14964 * Makefile.in (DEV_SUPPORT): add configure.man.
14965
14966 * config.sub(Decode manufacturer-specific): add -none*.
14967
14968Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
14969
14970 * Makefile.in: remove form feeds to make Sun's make happy.
14971 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
14972
14973Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
14974
14975 * Makefile.in (AR_FLAGS): Make quieter.
14976
14977Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
14978
14979 * configure.in: Add libg++.
14980 * configure: When verbose, don't output the command line at each
14981 level; it will be unremarkably the same as the previous version,
14982 which will be the same as what the user typed.
14983
14984Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
14985
14986 * configure.in, Makefile.in: fix clean-info, add flex. add
14987 fileutils.
14988
14989 * configure: be less sensitive to spaces in Makefile.in. Do not
14990 look for sources in "..". Doing so breaks subdirectories that
14991 might have their own configure. If a subdir has it's own
14992 configure script, use it.
14993
14994Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
14995
14996 * cfg-paper.texi: some changes suggested by rms.
14997
14998Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
14999
15000 * config.sub: Merge in some small additions from the FSF version,
15001 taken from the gcc distribution, to bring the Cygnus and FSF
15002 versions into closer sync.
15003
15004Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
15005
15006 * configure.in: Changed svr4 references to sysv4.
15007
15008Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
15009
15010 * configure: added -V for version number option.
15011
15012Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
15013
15014 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
15015 renamed from DOC.configure to cfg-paper.texi.
15016
15017Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15018
15019 * configure, config.subr, config.sub: config.subr is now
15020 config.sub again.
15021
15022Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
15023
15024 * configure.texi: new file, in progress.
15025
15026 * Makefile.in: build info file and install the man page for
15027 configure.
15028
15029 * configure.man: new file, first cut.
15030
15031 * configure: find config.subr again now that configuration "none"
15032 has gone. removed all traces of the -ansi option. removed all
15033 traces of the -languages option.
15034
15035 * config.subr: resync from rms.
15036
15037Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15038
15039 * configure, config.sub, config.subr: merge config.sub into
15040 config.subr, call the result config.subr, remove config.sub, use
15041 config.subr.
15042
15043 * Makefile.in: revised install for dir.info.
15044
15045Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15046
15047 * configure.in: add decstation host makefile frag.
15048
15049 * Makefile.in: BISON now bison -y again. also install-gcc on
15050 install. clean-gdbm on clean. infodir belongs in datadir.
15051 Make directories for info install. Build dir.info here then
15052 install it.
15053
15054Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15055
15056 * Makefile.in: fix for bad directory tests.
15057
15058Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15059
15060 * configure: \{1,2\} appears to be a sysv'ism. Use a different
15061 regexp. -srcdir relative was being handled incorrectly.
15062
15063 * Makefile.in: unwrapped some for loops so that parallel makes
15064 work again and so one can focus one's attention on a particular
15065 package.
15066
15067Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15068
15069 * configure: added PWD as a stand in for `pwd` (for speed). use
15070 elif wherever possible. make -srcdir work without -objdir.
15071 -objdir= commented out.
15072
15073Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15074
15075 * configure: +options become --options. -subdirs commented out.
15076 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15077 Makefile now at top of generated Makefile. Removed cvs log
15078 entries. added -srcdir. create .gdbinit only if there is one
15079 in ${srcdir}.
15080
15081 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15082 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15083 and mandir now keyed off datadir by default.
15084
15085Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15086
15087 * Freshly created ChangeLog.
15088
15089\f
15090Local Variables:
15091mode: change-log
15092left-margin: 8
15093fill-column: 76
15094version-control: never
15095End: