]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
Daily bump.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
0f501837
AO
12009-05-18 Alexandre Oliva <aoliva@redhat.com>
2
3 PR other/40159
4 * Makefile.tpl (all): Don't end with unconditional success.
5 * Makefile.in: Rebuilt.
6
4a4a4e99
AO
72009-05-12 Alexandre Oliva <aoliva@redhat.com>
8
9 PR target/37137
10 * Makefile.def (flags_to_pass): Remove redundant and incomplete
11 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
12 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
13 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
14 stage_configureflags, stage_cflags and stage_libcflags into
15 explicit Makefile macros.
16 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
17 GFORTRAN.
18 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
19 CC. Set CC_FOR_BUILD from CC.
20 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
21 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
22 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
23 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
24 and GFORTRAN.
25 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
26 (_LIBCFLAGS): Renamed to _TFLAGS.
27 (do-compare-debug, do-compare3-debug): Drop.
28 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
29 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
30 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
31 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
32 (XGCC_FLAGS_FOR_TARGET): New.
33 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
34 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
35 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
36 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
37 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
38 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
39 TFLAGS.
40 (BUILD_CONFIG): Include if requested.
41 (all): Set TFLAGS on bootstrap.
42 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
43 (all-stageid-prefixmodule): Likewise.
44 (do-clean, distclean-stageid): Set TFLAGS.
45 (restrap): Fix whitespace.
46 * Makefile.in: Rebuilt.
47
1cee3429
PB
482009-05-07 Paolo Bonzini <bonzini@gnu.org>
49
50 * config.guess: Sync with src.
51
0b70eafd
DK
522009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
53
54 * configure.ac ($with_ppl): Default to no if not supplied.
55 ($with_cloog): Likewise.
56 configure: Regenerate.
57
5175f17c
JW
582009-04-27 James E. Wilson <wilson@codesourcery.com>
59
60 * MAINTAINERS: Update my e-mail address.
61
952fa153
NC
622009-04-27 Nick Clifton <nickc@redhat.com>
63
64 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
65
a687f83c
EB
662009-04-25 Eric Botcazou <ebotcazou@adacore.com>
67
68 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
69 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
70 * Makefile.in: Regenerate.
71
9e3eba15
KG
722009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
73
74 PR bootstrap/39739
75 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
76 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
77
78 * configure, Makefile.in: Regenerate.
79
a687f83c 802009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
81
82 * include/hashtab.h: Update GTY annotations to new syntax
83 * include/splay-tree.h: Likewise
84
070bdbd9
BE
852009-04-17 Ben Elliston <bje@au.ibm.com>
86
87 * config.sub, config.guess: Update from upstream sources.
88
55f2d967
AG
892009-04-15 Anthony Green <green@moxielogic.com>
90
91 * configure.ac: Add moxie support.
92 * configure: Rebuilt.
93
309c24a9
JJ
942009-04-14 Jakub Jelinek <jakub@redhat.com>
95
96 * configure.ac: Change copyright header to refer to version
97 3 of the GNU General Public License and to point readers at the
98 COPYING3 file and the FSF's license web page.
99 * Makefile.def: Likewise.
100 * Makefile.tpl: Likewise.
101 * Makefile.in: Regenerate.
102
b93133bc
JH
1032009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
104
105 * configure.ac: Restore match for darwin9 or later. Use double
106 brackets since regeneration eats one pair.
107 * configure: Regenerate.
108
d18ff35a
L
1092009-04-09 H.J. Lu <hongjiu.lu@intel.com>
110
111 PR gas/10039
112 * configure.ac: Require texinfo 4.7.
113 * configure: Regenerated.
114
748086b7
JJ
1152009-04-09 Nick Clifton <nickc@redhat.com>
116
117 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
118 the GCC Runtime Library Exception.
119
a3337ea2
KG
1202009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
121
122 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
123 * configure: Regenerate.
124
60911f14
SE
1252009-04-01 Steve Ellcey <sje@cup.hp.com>
126
127 * Makefil.def (languages): New entries.
128 * Makefile.tpl (check-gcc-*): New generic target.
129 * Makefile.in: Regenerate.
60911f14 130
7369c1d0
ER
1312009-03-25 Erven Rohou <erven.rohou@inria.fr>
132
d18ff35a 133 * MAINTAINERS: Update my email address.
7369c1d0 134
cfb1f59f
TT
1352009-03-18 Tom Tromey <tromey@redhat.com>
136
d18ff35a
L
137 * configure: Rebuild.
138 * configure.ac (host_libs): Add libiconv.
139 * Makefile.in: Rebuild.
140 * Makefile.def (host_modules): Add libiconv.
141 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 142
75eeae1a
TG
1432009-03-16 Tristan Gingold <gingold@adacore.com>
144
145 * configure.ac: Treat gdb as supported on x86_64-darwin.
146 * configure: Regenerate.
147
f38095f3
JM
1482009-03-16 Joseph Myers <joseph@codesourcery.com>
149
150 * configure.ac (--with-host-libstdcxx): New option.
151 * configure: Regenerate.
152
fec7f245
JR
1532009-03-12 Joern Rennecke <joern.rennecke@arc.com>
154
155 * MAINTAINERS: Move myself into the write after approval list.
156
6d401294
NP
1572009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
158
159 * MAINTAINERS: Update e-mail address.
160
07c97076
DN
1612009-03-11 Dorit Nuzman <dorit@il.ibm.com>
162
163 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
164
bb947fd1
IR
1652009-03-10 Ira Rosen <irar@il.ibm.com>
166
167 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
168
7a9d3fe8
RW
1692009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
170
171 Backport from git Libtool:
172
173 2009-01-19 Robert Millan <rmh@aybabtu.com>
174 Support GNU/kOpenSolaris.
175 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
176 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
177 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
178 GNU/kOpenSolaris.
179
c9e9e11f
AS
1802009-02-27 Andreas Schwab <schwab@linux-m68k.org>
181
182 * MAINTAINERS: Update e-mail address.
183
5e8c1552 1842009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
185
186 * MAINTAINERS (Write After Approval): Add self.
187
b0adb088
BM
1882009-02-18 Bingfeng Mei <bmei@broadcom.com>
189
190 * MAINTAINERS (Write After Approval): Add myself.
191
ee04b574
AS
1922009-02-05 Andreas Schwab <schwab@suse.de>
193
194 * Makefile.tpl (stage_last): Define $r and $s before using
195 $(RECURSE_FLAGS_TO_PASS).
196 * Makefile.in: Regenerate
197
907884c9
ILT
1982009-01-30 Ian Lance Taylor <iant@google.com>
199
200 * MAINTAINERS: Move myself to the Global Reviewers list.
201
416ac4d4
RM
2022009-01-29 Robert Millan <rmh@aybabtu.com>
203
204 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
205 * configure: Regenerate.
206
ee5decb3
GP
2072009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
208
209 * MAINTAINERS: Make whitespace consistent.
19196f44 210 Remove Robert Millan from Write After Approval.
ee5decb3 211
36fbb0ec
AM
2122009-01-16 Alan Modra <amodra@bigpond.net.au>
213
214 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
215 (all-opcodes): Depend on all-libiberty.
216 * Makefile.in: Regenerate.
217
52535a64
DR
2182009-01-15 Douglas B Rupp <rupp@gnat.com>
219
220 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
221 * configure: Regenerate.
222
e04a57df
RR
2232009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
224
225 * MAINTAINERS (Write After Approval): Add myself.
226
856c450b
SK
2272009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
228
229 * MAINTAINERS: Add myself to reviewers (Fortran).
230
53095c56
SP
2312009-01-12 Sebastian Pop <sebastian.pop@amd.com>
232
233 PR tree-optimization/38515
234 * configure.ac (cloog-polylib): Removed.
235 (with_ppl, with_cloog): Test for "no".
236 * configure: Regenerated.
237
1e5e8a59
DF
2382009-01-11 Daniel Franke <franke.daniel@gmail.com>
239
240 * MAINTAINERS: Moved myself to reviewers (Fortran).
241
5e5debf6
TS
2422009-01-06 Thomas Schwinge <tschwinge@gnu.org>
243
244 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
245 (Write After Approval): Remove myself.
246
1c42acf1
DN
2472009-01-03 Diego Novillo <dnovillo@google.com>
248
249 * MAINTAINERS: Remove myself from alias maintainership.
250
2fbbedaf
DA
2512009-01-02 David Ayers <ayers@fsfe.org>
252
253 * MAINTAINERS: Update e-mail address.
254
17213821
GP
2552008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
256
257 * MAINTAINERS: Make whitespace consistent.
258
baafc534
RW
2592008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
260
261 Backport from upstream Libtool:
262 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
263 Add cache variables to tests that require the linker to work.
264 For shlibpath_overrides_runpath, this also changes the semantics
265 to let the result from the C compiler take precedence.
266
18430d27
BE
2672008-12-02 Ben Elliston <bje@au.ibm.com>
268
269 * config.sub, config.guess: Update from upstream sources.
270
0a280b35
SP
2712008-12-12 Sebastian Pop <sebastian.pop@amd.com>
272
273 * configure.ac (ppllibs): Add by default the lib flags.
274 * configure: Regenerate.
275
41e9641b
LM
2762008-12-08 Luis Machado <luisgpm@br.ibm.com>
277
278 * MAINTAINERS: Add myself to the write after approval list.
279
25783c30
JH
2802008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
281
ee04b574
AS
282 * configure.ac: Add double brackets on darwin[912].
283 * configure: Regenerate.
25783c30 284
0e318fcc
DK
2852008-12-03 Daniel Kraft <d@domob.eu>
286
287 * MAINTAINERS: Moved myself and Mikael Morin from Write After
288 Approval to Reviewer section (for Fortran front-end).
289
7f171b95
JH
2902008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
291
292 * configure.ac: Expand to darwin10 and later.
293 * configure: Regenerate.
294
09ce620e
AS
2952008-12-02 Andreas Schwab <schwab@suse.de>
296
297 * Makefile.def: configure-target-boehm-gc depends on
298 all-target-libstdc++-v3.
299 * Makefile.in: Regenerate.
300
386c704d
KT
3012008-12-02 Kai Tietz <kai.tietz@onevision.com>
302
303 * MAINTAINERS: Add myself as mingw maintainer.
304
e03dd84a
BE
3052008-12-02 Ben Elliston <bje@au.ibm.com>
306
307 * config.sub, config.guess: Update from upstream sources.
308
3fa87964
GP
3092008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
310
311 * README.SCO: Remove.
312
df72d7ed
FP
3132008-11-29 Fernando Pereira <pronesto@gmail.com>
314
315 * MAINTAINERS: Add myself to the write after approval list.
316
b5646528
DK
3172008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
318
319 * MAINTAINERS: Update my email address in WAA section.
320
ebf24eb4
CL
3212008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
322
323 * MAINTAINERS: Update e-mail address.
324
50e0f131
TM
3252008-11-27 Toon Moene <toon@moene.org>
326
327 * MAINTAINERS: Change e-mail address.
328
0db3a858
TG
3292008-11-27 Tristan Gingold <gingold@adacore.com>
330
331 * configure.ac: Build gdb for i?86-*-darwin*
332 * configure: Regenerated.
333
f07bde68
HS
3342008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
335
336 * MAINTAINERS: Added my full name.
337
487e299b
DJ
3382008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
339
340 PR bootstrap/38014
341 PR bootstrap/37923
342
343 Revert:
344
345 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
346
347 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
348 * Makefile.in: Regenerated.
349
350 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
351
352 PR gdb/921
353 PR gdb/1646
354 PR gdb/2175
355 PR gdb/2176
356
357 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
358 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
359 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
360 (HOST_EXPORTS): Pass CPPFLAGS.
361 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
362 (LDFLAGS_FOR_TARGET): Initialize from configure script.
363 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
364 * Makefile.in, configure: Regenerated.
365 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
366 and CPPFLAGS_FOR_BUILD.
367
d69fbecb
JL
3682008-11-06 Jeff Law <law@redhat.com>
369
370 * MAINTAINERS: Add myself as middle end maintainer.
371
044fed69
AS
3722008-11-06 Andrew Stubbs <ams@codesourcery.com>
373
374 * MAINTAINERS (Write after approval): Add myself.
375
caf6defe
DN
3762008-11-05 Diego Novillo <dnovillo@google.com>
377
378 * MAINTAINERS (Global Reviewers): Add myself.
379 (Non-Algorithmic Maintainers): Remove myself.
380
3e9899ac
TS
3812008-11-04 Thomas Schwinge <tschwinge@gnu.org>
382
09ce620e 383 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 384
ea99e36e
MM
3852008-10-31 Mikael Morin <mikael.morin@tele2.fr>
386
09ce620e 387 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 388
fb0d2684
BE
3892008-10-31 Ben Elliston <bje@au.ibm.com>
390
391 * configure.ac (spu-*-*): Remove special case.
392 * configure: Regenerate.
393
73c07a3e
CM
3942008-10-30 Catherine Moore <clm@codesourcery.com>
395
396 * MAINTAINERS (Write after approval): Update my email address.
397
7310a2da
SSF
3982008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
399
400 * configure.ac [spu-*-*]: Do not set skipdirs.
401 * configure: Re-generate.
402
7e51fe23
BS
4032008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
404
405 * MAINTAINERS (Various Maintainers): Add myself to reload.
406
ef20be93
RG
4072008-10-25 Richard Guenther <rguenther@suse.de>
408
409 * MAINTAINERS (Various Maintainers): Add myself as middle-end
410 maintainer. Remove myself as libgcc-math maintainer.
411 (Non-Algorithmic Maintainers): Remove myself.
412
03ffcfa0
DJ
4132008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
414
415 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
416 * Makefile.in: Regenerated.
417
dec014a9
CC
4182008-10-23 Cary Coutant <ccoutant@google.com>
419
420 * MAINTAINERS (Write after approval): Add myself.
421
b36c386c
DJ
4222008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
423
424 PR gdb/921
425 PR gdb/1646
426 PR gdb/2175
427 PR gdb/2176
428
429 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
430 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
431 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
432 (HOST_EXPORTS): Pass CPPFLAGS.
433 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
434 (LDFLAGS_FOR_TARGET): Initialize from configure script.
435 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
436 * Makefile.in, configure: Regenerated.
437 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
438 and CPPFLAGS_FOR_BUILD.
439
84541525
SP
4402008-10-20 Sebastian Pop <sebastian.pop@amd.com>
441
442 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
443 Sebastian Pop.
444
e0bda97e
AP
4452008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
446
447 * MAINTAINERS (Write After Approval): Added myself.
448
36c713e0
KG
4492008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
450
451 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
452 recommended version to 2.3.2.
453
454 * configure: Regenerate.
455
8fe005ee
MM
4562008-10-01 Mark Mitchell <mark@codesourcery.com>
457
458 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
459
be8f156f
DD
4602008-09-29 David Daney <david.daney@caviumnetworks.com>
461
462 * MAINTAINERS (Write After Approval): Update e-mail address.
463
ae11dff4
PG
4642008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
465
466 * libtool.m4: Update to libtool 2.2.6.
467 * lt~obsolete.m4: Update to libtool 2.2.6.
468 * ltmain.sh: Update to libtool 2.2.6.
469 * ltsugar.m4: Update to libtool 2.2.6.
470 * ltversion.m4: Update to libtool 2.2.6.
471 * ltoptions.m4: Update to libtool 2.2.6.
472 * ltgcc.m4: Update to match changes from libtool 2.2.6.
473
441154b1
CF
4742008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
475
476 * MAINTAINERS (Write After Approval): Add myself.
477
775b3b26
BRF
4782008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
479
480 * MAINTAINERS (Write After Approval): Update my name.
481
94538043
SB
4822008-09-20 Steven Bosscher <steven@gcc.gnu.org>
483
09ce620e 484 * MAINTAINERS: Add myself in "Write After Approval".
94538043 485
52d1bfd8
SE
4862008-09-18 Steve Ellcey <sje@cup.hp.com>
487
09ce620e 488 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 489
c5cc92f5
GP
4902008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
491
492 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
493 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
494 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
495 and Michael Tiemann from Write After Approval since they do not
496 actually have access.
497
23d9794a
RG
4982008-09-05 Richard Guenther <rguenther@suse.de>
499
500 * configure.ac: Initialize clooglibs to -lcloog.
501 * configure: Re-generate.
502
192a671e
LCW
5032008-09-04 Le-Chun Wu <lcwu@google.com>
504
505 * MAINTAINERS (Write After Approval): Add myself.
506
d789184e
SP
5072008-09-03 Sebastian Pop <sebastian.pop@amd.com>
508
509 * configure.ac (--with-cloog-polylib): New.
510 (--disable-cloog-version-check): New.
511 (--disable-ppl-version-check): New.
512 * configure: Re-generate.
513
36a881c7
RG
5142008-09-03 Richard Guenther <rguenther@suse.de>
515
516 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
517 cloog test.
518 * configure: Re-generate.
519
358da97e
HS
5202008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
521
522 Add picoChip port.
523 * MAINTAINERS: Add picoChip maintainers.
524
f8bf9252
SP
5252008-09-02 Sebastian Pop <sebastian.pop@amd.com>
526 Tobias Grosser <grosser@fim.uni-passau.de>
527 Jan Sjodin <jan.sjodin@amd.com>
528 Harsha Jagasia <harsha.jagasia@amd.com>
529 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
530 Konrad Trifunovic <konrad.trifunovic@inria.fr>
531 Adrien Eliche <aeliche@isty.uvsq.fr>
532
533 Merge from graphite branch.
534 * configure: Regenerate.
535 * Makefile.in: Regenerate.
536 * configure.ac (host_libs): Add ppl and cloog.
537 Add checks for PPL and CLooG.
538 * Makefile.def (ppl, cloog): Added modules and dependences.
539 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
540 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
541
d89f0ad6
AL
5422008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
543
544 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
545 (GCC_SHLIB_SUBDIR): New.
546 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
547 * configure: Regenerate.
548 * Makefile.in: Regenerate.
549
88a25817
GP
5502008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
551
552 * MAINTAINERS: Consistently use tabs to separate columns.
553
f873f15f
TG
5542008-08-29 Tristan Gingold <gingold@adacore.com>
555
556 * MAINTAINERS (Write after Approval): Add myself.
557
e1514c3f
TG
5582008-08-28 Tristan Gingold <gingold@adacore.com>
559
560 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
561 Enable bfd, binutils and opcodes.
562 * configure: Regenerate.
563
4717882f
JDA
5642008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
565
566 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
567
28c9884c
TK
5682008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
569
570 * MAINTAINERS: Use correct Umlaut for last name.
571
ae96d86a
FXC
5722008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
573
574 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
575
3ecc96e3
DE
5762008-08-16 David Edelsohn <edelsohn@gnu.org>
577
578 * MAINTAINERS: Update my email address.
579
dd609cc1
EB
5802008-08-16 Nicolas Roche <roche@adacore.com>
581
582 * Makefile.tpl: Add BOOT_ADAFLAGS.
583 * Makefile.in: Regenerate.
584
08d0963a
RS
5852008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
586
587 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
588 * configure: Regenerate.
589
00afcaa0
PB
5902008-07-30 Paolo Bonzini <bonzini@gnu.org>
591
592 * configure.ac: Add makefile fragments for hpux.
593 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
594 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
595 * configure: Regenerate.
596 * Makefile.in: Regenerate.
597
806b3528
AH
5982008-07-28 Aldy Hernandez <aldyh@redhat.com>
599
600 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
601
ab220355
DS
6022008-07-11 Dodji Seketeli <dseketel@redhat.com>
603
604 * MAINTAINERS (Write after Approval): Add myself.
605
78209f30
XG
6062008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
607
608 * MAINTAINERS (Write After Approval): Add myself.
609
5b5b098d
AJ
6102008-06-29 Andrew Jenner <andrew@codesourcery.com>
611
612 * MAINTAINERS (Write After Approval): Add myself.
613
d812ec93
KW
6142008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
615
616 * MAINTAINERS: Update my email address.
617
99e78224
JY
6182008-06-25 Joey Ye <joey.ye@intel.com>
619
620 * MAINTAINERS (Write After Approval): Add myself.
621
18c04407
RW
6222008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
623
624 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
625 * Makefile.in: Regenerate.
626 * configure: Regenerate.
627
47aa9a31
DK
6282008-06-17 Daniel Kraft <d@domob.eu>
629
630 * MAINTAINERS (Write After Approval): Add myself.
631
ad33ff57
RW
6322008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
633
634 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
635 "$@" is still intact with both Autoconf 2.59 and 2.62.
636 * configure: Regenerate.
637
cdce5c41
RW
6382008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
639
640 * Makefile.tpl: Fix comment errors.
641 * Makefile.in: Regenerate.
642
01b79d11
DM
6432008-06-12 David S. Miller <davem@davemloft.net>
644 David Edelsohn <edelsohn@gnu.org>
645
646 * configure.ac: Add powerpc*-*-* to gold supported targets.
647 * configure: Regenerate.
648
f8c33439
JM
6492008-06-08 Joseph Myers <joseph@codesourcery.com>
650
651 PR tree-optimization/36218
652 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
653 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
654 (all prefix="build-"): Pass them to build-system sub-makes.
655 * Makefile.in: Regenerate.
656
cd985f66
JM
6572008-06-07 Joseph Myers <joseph@codesourcery.com>
658
659 * MAINTAINERS (mt port): Remove.
660 (sco5, unixware, sco udk): Remove.
661 (Kean Johnston): Add to Write After Approval.
662
3f6383d3
JB
6632008-05-30 Julian Brown <julian@codesourcery.com>
664
665 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
666 of libobjc for ARM EABI Linux.
667 * configure: Regenerate.
30da41ed 668
e29cc9b4
XDL
6692008-05-18 Xinliang David Li <davidxl@google.com>
670
09ce620e 671 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 672
30da41ed
XDL
6732008-05-17 Xinliang David Li <davidxl@google.com>
674
e29cc9b4 675 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 676
955410cb
JW
6772008-05-15 Janus Weil <janus@gcc.gnu.org>
678
679 * MAINTAINERS (Write After Approval): Add myself.
680
719bb4e3 6812008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
682
683 * config-ml.in: don't handle --enable-shared and --enable-static.
684
372b05fc
RS
6852008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
686
687 * MAINTAINERS: Update my email address.
688
f73e2200
PC
6892008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
690
691 * MAINTAINERS: Update my email address.
09ce620e 692
3e438e2b
KVH
6932008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
694
695 * MAINTAINERS (Write After Approval): Add myself.
696
177bf491
GS
6972008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
698
699 * MAINTAINERS (Write After Approval): Add myself.
700
ac89df2f
PG
7012008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
702
703 * MAINTAINERS (crx): Add myself.
704
14a8726b
PB
7052008-04-18 Paolo Bonzini <bonzini@gnu.org>
706
707 Sync with src:
708 2008-04-14 David S. Miller <davem@davemloft.net>
709
09ce620e
AS
710 * configure.ac: Add sparc*-*-* to gold supported targets.
711 * configure: Regenerate.
14a8726b 712
7142fb32
PB
7132008-04-18 Paolo Bonzini <bonzini@gnu.org>
714
715 PR bootstrap/35457
716 * configure.ac: Include override.m4.
717 * configure: Regenerate.
718
c6b196de
PB
7192008-04-18 Paolo Bonzini <bonzini@gnu.org>
720
09ce620e
AS
721 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
722 * Makefile.in: Regenerate.
c6b196de 723
c993ae60
SR
7242008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
725
09ce620e 726 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 727 as nonconfigurable directories list.
09ce620e 728 * configure: Regenerate.
c993ae60 729
8479b1b1
BE
7302008-04-14 Ben Elliston <bje@au.ibm.com>
731
732 * config.sub, config.guess: Update from upstream sources.
733
295e261a
HPN
7342008-04-12 Hans-Peter Nilsson <hp@axis.com>
735
736 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
737 * Makefile.in: Regenerate.
738
ac3949d9
EW
7392008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
740
741 * configure.ac: Do not build libssp for the AVR.
742 * configure: Regenerate.
743
06407e30
ILT
7442008-04-07 Ian Lance Taylor <iant@google.com>
745
746 * Makefile.def: check-gold depends upon all-binutils.
747 * Makefile.in: Regenerate.
748
97db009c
AH
7492008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
750
751 * MAINTAINERS (Write After Approval): Add myself.
752
2a79c47f
NC
7532008-04-04 Nick Clifton <nickc@redhat.com>
754
755 PR binutils/4334
5f4bebbf 756 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
757 builds.
758 * configure: Regenerate.
759
c53a18d3
N
7602008-04-04 NightStrike <NightStrike@gmail.com>
761
762 PR other/35151
09ce620e
AS
763 * configure.ac: Combine rules for mingw32 and mingw64.
764 * configure: Regenerate.
c53a18d3 765
d925aa70
KT
7662008-04-02 Kai Tietz <kai.tietz@onvision.com>
767
768 * MAINTAINERS (Write After Approval): Add myself.
769
ad424a85
SP
7702008-04-01 Seongbae Park <seongbae.park@gmail.com>
771
772 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
773 * Makefile.in (.NOTPARALLEL): Ditto.
774
4412a506
PG
7752008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
776
777 * MAINTAINERS (Write After Approval): Add myself.
778
2f908293
SP
7792008-03-31 Seongbae Park <seongbae.park@gmail.com>
780
781 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
782 * Makefile.in (.NOTPARALLEL): Regenerate.
783
639223bd
PB
7842008-03-27 Paolo Bonzini <bonzini@gnu.org>
785
786 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
787 * Makefile.in: Regenerate.
788
b8ab1f4a
JS
7892008-03-26 Jakub Staszak <kuba@et.pl>
790
791 * MAINTAINERS (Write After Approval): Add myself.
792
b45890a4
TK
7932008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
794
795 * MAINTAINERS: Update e-mail address.
796
5afab7ad
ILT
7972008-03-20 Ian Lance Taylor <iant@google.com>
798
799 * configure.ac: Add support for --enable-gold.
800 * Makefile.def: Add gold as a directory like ld.
801 * configure, Makefile.in: Regenerate.
802
38d24731
RW
8032008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
804
805 * configure.ac: m4_include config/proginstall.m4.
806 * configure: Regenerate.
32bc4cf4
RW
807
808 Backport from upstream Libtool:
09ce620e 809
32bc4cf4 810 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 811
32bc4cf4
RW
812 Deal with Autoconf 2.62's semantic change in m4_append.
813 * ltsugar.m4 (lt_append): Replace broken versions of
814 m4_append.
815 (lt_if_append_uniq): Don't require separator to be overquoted,
816 and avoid broken m4_append.
817 (lt_dict_add): Fix typo.
818 * libtool.m4 (_LT_DECL): Don't overquote separator.
819
9d3c50ea
DE
8202008-03-13 David Edelsohn <edelsohn@gnu.org>
821
822 * config.rpath: Add AIX 6 support.
823
5d2edb29
PB
8242008-03-13 Paolo Bonzini <bonzini@gnu.org>
825
826 * Makefile.def (stageprofile). Remove -fprofile-generate
827 from stage_libcflags.
828 * Makefile.in: Regenerate.
829
954910ef
BE
8302008-03-13 Ben Elliston <bje@au.ibm.com>
831
832 * config.sub, config.guess: Update from upstream sources.
833
e8645a40
TT
8342008-03-06 Tom Tromey <tromey@redhat.com>
835
836 * MAINTAINERS: Update for treelang deletion.
837
2c8e955e
JW
8382008-03-03 James E. Wilson <wilson@tuliptree.org>
839
840 * MAINTAINERS: Update my email address.
841
54acd307
SS
8422008-03-03 Stan Shebs <stanshebs@earthlink.net>
843
893ad2a1 844 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
845 (objective-c/c++): Add myself as a maintainer.
846
4b52b516
VR
8472008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
848
849 * MAINTAINERS (Write After Approval): Update my email address.
850
e652b516
TB
8512008-02-25 Tomas Bily <tbily@suse.cz>
852
853 * MAINTAINERS (Write After Approval): Add myself.
854
02d30740
JJ
8552008-02-23 Jakub Jelinek <jakub@redhat.com>
856
857 * MAINTAINERS (OpenMP): Add myself.
858
1c8bd6a3
PB
8592008-02-20 Paolo Bonzini <bonzini@gnu.org>
860
4b40b2a5
UB
861 PR bootstrap/32009
862 PR bootstrap/32161
1c8bd6a3 863
4b40b2a5
UB
864 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
865 * configure: Regenerate.
1c8bd6a3 866
4b40b2a5
UB
867 * Makefile.def: Define stage_libcflags for all bootstrap stages.
868 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
869 STAGE4_LIBCFLAGS): New.
870 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
871 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
872 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
873 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
874 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
875 for target modules. Don't export LIBCFLAGS.
876 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
877 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
878 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
879 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
880 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
881 * Makefile.in: Regenerate.
1c8bd6a3 882
bb44c9d2
RW
8832008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
884
885 PR libgcj/33085
886 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
887 Do not use -DDLL_EXPORT. Backport from upstream.
888
29a7754d
RW
8892008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
890
891 * MAINTAINERS (Write After Approval): Add myself.
892
9a212bb7
HPN
8932008-02-02 Hans-Peter Nilsson <hp@axis.com>
894
895 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
896 * configure: Regenerate.
897
aa12a573
MG
8982008-01-31 Marc Gauthier <marc@tensilica.com>
899
900 * configure.ac (xtensa*-*-*): Recognize processor variants.
901 * configure: Regenerate.
902
ac9e6043
RW
9032008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
904
40049ccc
UB
905 PR bootstrap/34922
906 * configure.ac (PARSE_ARGS): Push suitable setting of
907 ac_subdirs_all, for `./configure --help=recursive'.
908 Handle `+' in generic toplevel directory disabling.
909 * configure: Regenerate.
ac9e6043 910
4288c86a
NC
9112008-01-28 Nick Clifton <nickc@redhat.com>
912
913 * MAINTAINERS (xstormy16): Take over maintainership.
914
8d8da227
JM
9152008-01-25 Joseph Myers <joseph@codesourcery.com>
916
917 * MAINTAINERS (c4x port): Remove.
918
349b60e7
DE
9192008-01-24 David Edelsohn <edelsohn@gnu.org>
920
921 * libtool.m4: Backport AIX 6 support from ToT Libtool.
922
3ca06a68
BE
9232008-01-23 Ben Elliston <bje@au.ibm.com>
924
925 * config.sub, config.guess: Update from upstream sources.
926
3c631381
TG
9272008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
928
929 * MAINTAINERS (Write After Approval): Add myself.
930
20533ef1
L
9312008-01-17 H.J. Lu <hjl.tools@gmail.com>
932
933 * MAINTAINERS: Update my email address.
934
9352008-01-09 Raksit Ashok <raksit@google.com>
936
937 * MAINTAINERS (Write After Approval): Add myself.
938
684f4f6a
RA
9392008-01-09 Raksit Ashok <raksit@google.com>
940
941 * MAINTAINERS (Write After Approval): Add myself.
942
9cb8756f
BE
9432008-01-08 Ben Elliston <bje@au.ibm.com>
944
945 * config.sub, config.guess: Update from upstream sources.
946
94e1934d
KG
9472007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
948
949 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 950 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
951 * configure: Regenerate.
952
a2e51f77
SP
9532007-12-15 Sebastian Pop <sebastian.pop@amd.com>
954
955 * MAINTAINERS: Update my email address.
956
ffe3dcd9
BRF
9572007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
958
959 * MAINTAINERS: Update my email address.
960
aa4095c9
RS
9612007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
962
963 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
964 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
965 * Makefile.in: Regenerate.
966
030e2013
MH
9672007-12-10 Mark Heffernan <meheff@google.com>
968
969 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
970 misplaced entries.
971
0fe0f073
AT
9722007-12-10 Andreas Tobler <a.tobler@schweiz.org>
973
974 * configure.ac: Enable libjava for x86_64-*-darwin9.
975 * configure: Regenerate.
976
d4ca4b06
BM
9772007-12-07 Bill Maddox <maddox@google.com>
978
979 * MAINTAINERS (Write After Approval): Add myself.
980
c3220d4c
BE
9812007-12-05 Ben Elliston <bje@au.ibm.com>
982
983 * config.sub, config.guess: Update from upstream sources.
984
aba7501e
MK
9852007-12-02 Matthias Klose <doko@ubuntu.com>
986
987 * config-ml.in: Remove 64bit configure tests.
988
d683ec81
PB
9892007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
990
991 * config-ml.in: Robustify against white space in absolute file
992 names.
993
994 * config-ml.in (multi-clean): Substitute ${Makefile}.
995 Remove superfluous ${Makefile} in list.
996
60f1711a
TS
9972007-11-19 Thiemo Seufer <ths@mips.com>
998
999 * config-ml.in: Don't hardcode the Makefile name.
1000
487f9d96
AM
10012007-11-08 Alexander Monakov <amonakov@ispras.ru>
1002
1003 * MAINTAINERS (Write After Approval): Add myself.
1004
fa3886fe
ST
10052007-11-07 Samuel Tardieu <sam@rfc1149.net>
1006
1007 * MAINTAINERS (Write After Approval): Add myself.
1008
ae750079
DK
10092007-11-06 Doug Kwan <dougkwan@google.com>
1010
1011 * MAINTAINERS (Write After Approval): Add myself.
1012
acc48927
BE
10132007-10-25 Ben Elliston <bje@au.ibm.com>
1014
1015 * MAINTAINERS (mercury): Remove entry.
1016 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
1017
e00e9858
DJ
10182007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
1019
1020 * Makefile.def (dependencies): Make configure-gdb depend on
1021 all-intl.
1022 * Makefile.in: Regenerated.
1023
def14a3c
SK
10242007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
1025
1026 * MAINTAINERS (Fortran maintainer): Remove myself.
1027
0e5e9f76
PM
10282007-10-15 Patrick Mansfield <patmans@us.ibm.com>
1029
1030 * Makefile.def: To avoid problems running with parallel makes,
1031 build newlib before libgloss so that target specific header
1032 files are availble.
1033 * Makefile.in: Regenerate
1034
bbfbfafc
DJ
10352007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
1036
1037 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
1038 * Makefile.in: Regenerate.
1039
c56abad5
VM
10402007-10-09 Vladimir Makarov <vmakarov@redhat.com>
1041
1042 * MAINTAINERS (Register allocation reviewer): Add myself.
1043
f019adc1
MF
10442007-10-08 Mike Frysinger <vapier@gentoo.org>
1045
1046 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
1047 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
1048 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
1049 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
1050 * configure: Regenerate.
1051
789e4e28
SP
10522006-10-04 Seongbae Park <seongbae.park@gmail.com>
1053
1054 * MAINTAINERS (Register allocation reviewer): Add myself.
1055
0999159b
PB
10562007-10-01 Paolo Bonzini <bonzini@gnu.org>
1057
1058 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
1059 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
1060 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
1061 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
1062 * configure.ac: Default them to host tools for $host = $build.
1063 Subst them.
1064
1065 * configure: Regenerate.
1066 * Makefile.in: Regenerate.
1067
a054acde
PB
10682006-09-24 Peter Bergner <bergner@vnet.ibm.com>
1069
1070 * MAINTAINERS (Register allocation reviewer): Add myself.
1071
ffda6fc9
KZ
10722006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
1073
1074 * MAINTAINERS (Register allocation reviewer): Add myself.
1075
9d209c83
SP
10762007-09-21 Seongbae Park <seongbae.park@gmail.com>
1077
1078 * MAINTAINERS (Write After Approval): Fix typo.
1079
1ec3b87b
RS
10802007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
1081
1082 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
1083 * configure: Regenerate.
1084
19d5986d
PJ
10852007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
1086
1087 PR bootstrap/31906
1088 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 1089 they're already prefixed.
19d5986d 1090
6d3b5aea
BK
10912007-09-19 Benjamin Kosnik <bkoz@redhat.com>
1092
1093 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
1094 libstdc++.
1095 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
1096 * configure: Regenerate.
1097 * Makefile.in: Regenerate.
09ce620e 1098
4fe7e755
AS
10992007-09-17 Andreas Schwab <schwab@suse.de>
1100
1101 * configure.ac: Raise minimum makeinfo version to 4.6.
1102 * configure: Regenerate.
1103
d483feaa
JS
11042007-09-17 Johannes Singler <singler@ira.uka.de>
1105
ffe3dcd9 1106 * MAINTAINERS (write-after-approval) add myself
d483feaa 1107
fa9a3f31
AM
11082007-09-15 Alan Modra <amodra@bigpond.net.au>
1109
1110 * configure.ac: Correct makeinfo version check.
1111 * configure: Regenerate.
1112
6593a73e
RS
11132007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
1114
1115 * MAINTAINERS: Update my email address.
1116
d9dced13
RS
11172007-09-14 Richard Sandiford <richard@codesourcery.com>
1118
1119 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
1120 to $skipdirs and only disable gprof for newlib. Use the normal
1121 mips*-elf* handling in other respects.
1122 * configure: Regnerate.
1123
773c1467
DD
11242007-09-12 David Daney <ddaney@avtrex.com>
1125
1126 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
1127 enabling libgcj.
1128 * configure: Regenerate.
1129
c03353e2
RIL
11302007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
1131
1132 PR other/32154
1133 * configure.ac: For libgloss targets, point the linker to the linker
1134 script, startup code and simulator library.
1135 * configure: Regenerate.
1136
c4e9bf2b
AH
11372007-09-07 Andrew Haley <aph@redhat.com>
1138
1139 * configure.ac (noconfigdirs): Remove target-libffi and
1140 target-libjava.
1141 * configure: Regenerate.
1142
1f5a6b84
FXC
11432007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1144
1145 PR target/33281
1146 * configure.ac: Use config/mh-mingw on mingw.
1147 * configure: Regenerate.
1f5a6b84 1148
3951e521
PH
11492007-09-05 Pat Haugen <pthaugen@us.ibm.com>
1150
9f349f63 1151 * MAINTAINERS (Write After Approval): Add myself.
3951e521 1152
e643dc23
RG
11532007-09-05 Richard Guenther <rguenther@suse.de>
1154
1155 * configure.ac (--enable-stage1-checking): If neither --enable-checking
1156 nor --disable-checking is provided also turn on yes and types
1157 checking for stage1.
1158 * configure: Re-generate.
1159
039874df
KW
11602007-08-30 Krister Walfridsson <cato@df.lth.se>
1161
1162 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
1163 (Write After Approval): Remove myself.
1164
c3f07bd6 11652007-08-29 Nick Clifton <nickc@redhat.com>
15098359 1166
c3f07bd6 1167 * config.sub, config.guess: Update from upstream sources.
15098359 1168
40049ccc 11692007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
1170
1171 * MAINTAINERS (Write After Approval): Added myself.
1172 * MAINTAINERS (Reviewers): Removed myself.
1173
c8aea42c 11742007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 1175 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
1176
1177 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
1178 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
1179 * Makefile.in: Regenerate.
1180 * configure.ac (--with-debug-prefix-map): New.
1181 * configure: Regenerate.
1182
4bf6c438
RS
11832007-08-17 Richard Sandiford <richard@codesourcery.com>
1184 Nigel Stephens <nigel@mips.com>
1185
4bf6c438
RS
1186 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
1187 as target_makefile_frag.
1188 * configure: Regenerate.
1189
bb286d71
AO
11902007-08-16 Alexandre Oliva <aoliva@redhat.com>
1191
1192 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
1193 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
1194 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
1195 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
1196 (do-compare, do-compare3, do-compare-debug): New.
1197 ([+compare-target+]): Use them.
1198
a4630417
MK
11992007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
1200
1201 * MAINTAINERS (Write After Approval): Change my email address.
1202
d9acb717
RW
12032007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1204 Ben Elliston <bje@au.ibm.com>
1205
1206 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
1207 --silent if $silent.
1208 * configure: Regenerate.
1209
96876681
ZD
12102003-08-12 Zdenek Dvorak <ook@ucw.cz>
1211
1212 * MAINTAINERS (Various Maintainers): Add myself as
1213 loop infrastructure maintainer. Update my e-mail
1214 address.
1215
1c1d80ee
DN
12162007-07-31 Diego Novillo <dnovillo@google.com>
1217
1218 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
1219 Adjust description.
1220
7e98624c
RG
12212007-07-26 Richard Guenther <rguenther@suse.de>
1222
1223 * configure.ac: Add types checking to stage1 checking flags.
1224 * configure: Regenerate.
1225
4c85af60
NC
12262007-07-17 Nick Clifton <nickc@redhat.com>
1227
1228 * COPYING3: New file. Contains version 3 of the GNU General
1229 Public License.
1230 * COPYING3.LIB: New file. Contains version 3 of the GNU
1231 Lesser General Public License.
1232
19ddfd3a
AK
12332007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1234
1235 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
1236
2a064545
AK
12372007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
1238
1239 * MAINTAINERS (S/390 co-maintainer): Add myself.
1240 (Write After Approval): Remove myself.
1241
f861f54d
DH
12422007-07-13 Dan Hipschman <dsh@google.com>
1243
1244 * MAINTAINERS (Write After Approval): Add myself.
1245
0136f2f7
NC
12462007-07-11 Nick Clifton <nickc@redhat.com>
1247
1248 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
1249 WINDRES export.
1250 * Makefile.in: Regenerate.
1251
6e29b5a4
RO
12522007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1253
1254 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
1255 maintainer.
1256
159a4b02
L
12572007-07-05 H.J. Lu <hongjiu.lu@intel.com>
1258
1259 * lt~obsolete.m4: New. Import from 20070318 libtool.
1260
6ba67283
JB
12612007-07-03 Julian Brown <julian@codesourcery.com>
1262
1263 * MAINTAINERS (Write After Approval): Add myself.
1264
30b74385
RW
12652007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1266
1267 * configure.ac: Rewrite 'configure --help' strings to look nicer.
1268 * configure: Regenerate.
1269
12702007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1271
1272 * configure.ac: Add some missing m4 quotation.
1273 * configure: Regenerate.
1274
943c54ce
SB
12752007-07-02 Simon Baldwin <simonb@google.com>
1276
1277 * MAINTAINERS (Write After Approval): Add myself.
1278
1c00b503
PB
12792007-07-02 Paolo Bonzini <bonzini@gnu.org>
1280
1281 * configure: Regenerate.
1282
901119ae
KT
12832007-07-02 Kai Tietz <kai.tietz@onevision.com>
1284
1285 * Makefile.def: Add windmc tool to build.
1286 * Makefile.tpl: Likewise.
1287 * configure.ac: Likewise.
1288 * Makefile.in: Regenerate.
1289 * configure: Regenerate.
09ce620e 1290
83f4c19f
DD
12912007-06-28 DJ Delorie <dj@redhat.com>
1292
1293 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
1294 not building newlib.
1295 * configure: Regenerated.
09ce620e 1296
5346c75c
JS
12972007-06-28 Jan Sjodin <jan.sjodin@amd.com>
1298
1299 * MAINTAINERS (Write After Approval): Add myself.
1300
aacfb86b
MM
13012007-06-25 Martin Michlmayr <tbm@cyrius.com>
1302
1303 * MAINTAINERS (Write After Approval): Add myself.
1304
590bf0d3
CM
13052007-06-19 Chris Matthews <chrismatthews@google.com>
1306
1307 * MAINTAINERS (Write After Approval): Add myself.
1308
cdbbee7a
RIL
13092007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
1310
1311 * MAINTAINERS (Write After Approval): Add myself.
1312
b8afffc1
DJ
13132007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
1314
1315 * Makefile.def: Add dependency from configure-gdb to all-bfd.
1316 * Makefile.in: Regenerated.
1317
3fcfad76
BS
13182007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
1319
1320 * configure.ac: Don't add target-libmudflap to noconfigdirs for
1321 bfin*-*-uclinux* targets.
1322 * configure: Regenerate.
1323
3f5a2b7f
ILT
13242007-06-14 Ian Lance Taylor <iant@google.com>
1325
1326 * MAINTAINERS: Add myself as non-algorithmic global write
1327 maintainer.
1328
4c46daee
DN
13292007-06-14 Diego Novillo <dnovillo@google.com>
1330
1331 * MAINTAINERS: Add self as middle-end maintainer and
1332 non-algorithmic global write maintainer.
1333
a3bb222a
FXC
13342007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1335
1336 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
1337 Move all Fortran maintainers except Paul Brook into the
1338 Non-Autopoiesis section.
1339
a19e8f64
PB
13402007-06-14 Paolo Bonzini <bonzini@gnu.org>
1341
1342 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
1343 (distclean-stage[+id+]): Possibly delete stage_last.
1344 * Makefile.in: Regenerate.
1345
1c2abe5e
SP
13462007-06-12 Seongbae Park <seongbae.park@gmail.com>
1347
1348 * MAINTAINERS (Various Maintainer): Fix typo.
1349
abca4739
PB
13502007-06-11 Paolo Bonzini <bonzini@gnu.org>
1351
1352 * MAINTAINERS (Various Maintainer): Add myself as
1353 dataflow maintainer.
1354
a894d2c3
BE
13552007-06-07 Ben Elliston <bje@au.ibm.com>
1356
1357 * config.sub, config.guess: Update from upstream sources.
1358
8024d75e
BE
13592007-06-07 Ben Elliston <bje@au.ibm.com>
1360
1361 * Makefile.tpl: Fix spelling error.
1362 * Makefile.in: Regenerate.
1363
973a9a5e
SE
13642007-06-01 Steve Ellcey <sje@cup.hp.com>
1365
96598938
L
1366 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
1367 lt_cv_sys_max_cmd_len.
973a9a5e 1368
ccb4d26b
DN
13692007-05-31 Dorit Nuzman <dorit@il.ibm.com>
1370
1371 * MAINTAINERS (Various Maintainers): Add myself as
1372 auto-vectorizer maintainer.
1373
eecb7461
PB
13742003-05-31 Paolo Bonzini <bonzini@gnu.org>
1375
1376 PR libjava/32098
1377 * libtool.m4: Revert previous change.
1378 * ltgcc.m4: Put it here.
1379
89d28202
ZD
13802003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
1381
1382 * MAINTAINERS (Various Maintainers): Add myself as
1383 auto-vectorizer maintainer.
1384
60c7a11a
L
13852007-05-30 H.J. Lu <hongjiu.lu@intel.com>
1386
1387 PR libjava/32098
1388 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
1389
9dd3cc81
RG
13902007-05-30 Richard Guenther <rguenther@suse.de>
1391
1392 * MAINTAINERS (Various Maintainers): Add myself as
1393 auto-vectorizer maintainer.
1394
9cc1244e
JJ
13952007-05-30 Jakub Jelinek <jakub@redhat.com>
1396
1397 PR bootstrap/29382
1398 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
1399 * configure: Rebuilt.
1400
6124296b
RC
14012007-05-28 Roberto Costa <robsettantasei@gmail.com>
1402
1403 * MAINTAINERS (Write After Approval): Removed my name.
1404
6b757a0d
SB
14052007-05-25 Steven Bosscher <steven@gcc.gnu.org>
1406
1407 * MAINTAINERS (Write After Approval): Remove myself.
1408
86ef8528
AT
14092007-05-25 Andreas Tobler <a.tobler@schweiz.org>
1410
1411 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
1412
1cf3d07d
SE
14132007-05-23 Steve Ellcey <sje@cup.hp.com>
1414
1415 * ltmain.sh: Update from ToT Libtool.
1416 * libtool.m4: Update from ToT Libtool.
1417 * ltsugar.m4: New. Update from ToT Libtool.
1418 * ltversion.m4: New. Update from ToT Libtool.
1419 * ltoptions.m4: New. Update from ToT Libtool.
1420 * ltconfig: Remove.
1421 * ltcf-c.sh: Remove.
1422 * ltcf-cxx.sh: Remove.
1423 * ltcf-gcj.sh: Remove.
1424
ce3fcf8c
OW
14252007-05-22 Ollie Wild <aaw@google.com>
1426
1427 * MAINTAINERS (Write After Approval): Add myself.
1428
342b9200
PB
14292007-05-16 Paolo Bonzini <bonzini@gnu.org>
1430
1431 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
1432 stage_cflags.
1433 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
1434 Remove CFLAGS/LIBCFLAGS.
1435 (configure-stage[+id+]-[+prefix+][+module+],
1436 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1437 * Makefile.in: Regenerate.
1438
cea17285
DN
14392007-05-15 Diego Novillo <dnovillo@google.com>
1440
1441 * MAINTAINERS: Update e-mail address.
1442
11c004e7
RE
14432007-05-15 Revital Eres <eres@il.ibm.com>
1444
1445 * MAINTAINERS (Write After Approval): Add myself.
1446
ab6bd693
RC
14472007-05-14 Roberto Costa <robsettantasei@gmail.com>
1448
1449 * MAINTAINERS (Write After Approval): Updated my address.
1450
388cdf07
TN
14512007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
1452
1453 * MAINTAINERS (Write After Approval): Add myself.
1454
23f24034
SR
14552007-05-11 Silvius Rus <rus@google.com>
1456
1457 * MAINTAINERS (Write After Approval): Add myself.
1458
34a7526e
TT
14592007-04-23 Tom Tromey <tromey@redhat.com>
1460
1461 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
1462
51da21be
MM
14632007-04-22 Mark Mitchell <mark@codesourcery.com>
1464
1465 * MAINTAINERS (cpplib): Rename to ...
1466 (libcpp): ... this. Add C/C++ front end maintainers.
1467
70070387
SE
14682007-04-14 Steve Ellcey <sje@cup.hp.com>
1469
1470 * config-ml.in: Pass ${ml_config_env} to configure calls.
1471
df1a0dbb
CB
14722007-04-04 Christian Bruel <christian.bruel@st.com>
1473
1474 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 1475
9daff147
DK
14762007-04-02 Dave Korn <dave.korn@artimi.com>
1477
1478 * MAINTAINERS (Write After Approval): Add myself.
1479
374eadb2
TB
14802007-03-31 Tobias Burnus <burnus@net-b.de>
1481
1482 * MAINTAINERS (fortran 95 front end): Add myself.
1483
8eced3a2
DR
14842007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1485
1486 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 1487
653de3e3
AZ
14882007-03-24 Ayal Zaks <zaks@il.ibm.com>
1489
1490 * MAINTAINERS (Modulo Scheduler): Add myself.
1491
b737d953
BM
14922007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
1493
1494 * MAINTAINERS (fortran 95 front end): Add myself.
1495 (c++ front end): whitespace fix.
1496
a584cdf2
NF
14972007-03-22 Nathan Froyd <froydnj@codesourcery.com>
1498
1499 * MAINTAINERS (Write After Approval): Add myself.
1500
8c79f3c4
RS
15012007-03-21 Richard Sandiford <richard@codesourcery.com>
1502
1503 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
1504 of glob. Quote arguments with single quotes too.
1505 * configure: Regenerate.
1506
07f1ac6d
BM
15072007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
1508
1509 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
1510 * Makefile.in: Regenerate
1511
172e41aa
AS
15122007-03-07 Andreas Schwab <schwab@suse.de>
1513
1514 * configure: Regenerate.
1515
9c4d2493
BM
15162007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
1517
1518 * configure.ac: Add "--with-pdfdir" configure option,
1519 which defines pdfdir variable.
1520 * Makefile.def (target=fixincludes): Add install-pdf to
1521 missing targets.
1522 (recursive_targets): Add install-pdf target.
1523 (flags_to_pass): Add pdfdir.
1524 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
1525 target.
1526 * configure: Regenerate
1527 * Makefile.in: Regenerate
1528
e14e622e
EC
15292007-02-28 Eric Christopher <echristo@apple.com>
1530
1531 Revert:
1532 2006-12-07 Mike Stump <mrs@apple.com>
1533
1534 * Makefile.def (dependencies): Add dependency for
1535 install-target-libssp and install-target-libgomp on
1536 install-gcc.
1537 * Makefile.in: Regenerate.
1538
54e433bc
MK
15392007-02-27 Matt Kraai <kraai@ftbfs.org>
1540
1541 * configure: Regenerate.
1542 * configure.ac: Move statements after variable declarations.
1543
6c8d3d8f
KK
15442007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
1545
1546 * MAINTAINERS: Add myself as sh maintainer.
1547
9f8c6739
JM
15482007-02-19 Joseph Myers <joseph@codesourcery.com>
1549
1550 * configure.ac: Adjust for loop syntax.
1551 * configure: Regenerate.
1552
278a7a38
AO
15532007-02-18 Alexandre Oliva <aoliva@redhat.com>
1554
1555 * configure: Rebuilt.
1556
b2eaac4a
AO
15572007-02-18 Alexandre Oliva <aoliva@redhat.com>
1558
1559 * configure.ac: Drop multiple occurrences of --enable-languages,
1560 and fix its quoting.
1561 * configure: Rebuilt.
1562
beeaf216 15632007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
1564 Nathan Sidwell <nathan@codesourcery.com>
1565 Vladimir Prus <vladimir@codesourcery.com>
1566 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
1567
1568 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
1569 * configure: Regenerate.
1570
09201a09
GP
15712007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
1572
1573 * ltconfig (freebsd*): Default to elf.
1574
291f172e
DJ
15752007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1576
1577 * configure.ac (target_libraries): Move libgcc before libiberty.
1578 * configure: Regenerated.
1579
c3a86da9
DJ
15802007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
1581 Paolo Bonzini <bonzini@gnu.org>
1582
1583 PR bootstrap/30753
1584 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
1585 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
1586 * configure: Regenerated.
1587
88e1e72a
FXC
15882007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1589
1590 * MAINTAINERS (Language Front End Maintainers): Update my mail
1591 address.
1592
44bfc3ac
DJ
15932007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1594
1595 PR bootstrap/30748
1596 * configure.ac: Correct syntax for Solaris ksh.
1597 * configure: Regenerated.
1598
3e19841a
PB
15992007-02-09 Paolo Bonzini <bonzini@gnu.org>
1600
1601 * configure.ac: Sync with src.
1602 * configure: Regenerate.
1603
74a48762
PB
16042007-02-09 Paolo Bonzini <bonzini@gnu.org>
1605
1606 * Makefile.in: Regenerate.
1607
d846e52e
PB
16082007-02-09 Paolo Bonzini <bonzini@gnu.org>
1609
1610 * config.sub: Sync with src.
1611
1c710c3c
DJ
16122007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1613
1614 * Makefile.tpl (build_alias, host_alias, target_alias): Use
1615 noncanonical equivalents.
1616 * configure.in: Rename to...
1617 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
1618 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
1619 target_noncanonical. Use them. Rewrite removal of configure
1620 arguments for autoconf 2.59. Discard variable settings. Force
1621 program_transform_name for native tools.
1622
1623 * Makefile.in: Regenerated.
1624 * configure: Regenerated with autoconf 2.59.
1625
74372bdf
RZ
16262007-02-07 Roman Zippel <zippel@linux-m68k.org>
1627
3de8da2a 1628 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 1629
f6671c93
AS
16302007-01-31 Andreas Schwab <schwab@suse.de>
1631
1632 * Makefile.tpl (LDFLAGS): Substitute it.
1633 * Makefile.in: Regenerate.
1634
ba9f17df
AB
16352007-01-30 Andrey Belevantsev <abel@ispras.ru>
1636
3de8da2a 1637 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 1638
2472200d
DE
16392007-01-28 David Edelsohn <edelsohn@gnu.org>
1640
3de8da2a 1641 * MAINTAINERS (spu port): Add myself.
2472200d 1642
5305be7e
RG
16432007-01-23 Richard Guenther <rguenther@suse.de>
1644
1645 PR bootstrap/30541
1646 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
1647 * Makefile.tpl (GNATBIND): Substitute it.
1648 (GNATMAKE): Likewise.
1649 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
1650 of STAGE_PREFIX.
1651 * Makefile.in: Regenerate.
1652 * configure: Regenerate.
1653
416cfb5e
MS
16542007-01-18 Mike Stump <mrs@apple.com>
1655
1656 * configure.in: Re-enable -Werror for gcc builds.
1657
3de8da2a 16582007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 1659
3de8da2a 1660 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 1661
d943d7c4
PB
16622007-01-11 Paolo Bonzini <bonzini@gnu.org>
1663
1664 * configure.in: Change == to = in test command.
3de8da2a 1665 * configure: Regenerate.
d943d7c4 1666
e69bf64b 16672007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
1668 Nick Clifton <nickc@redhat.com>
1669 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
1670
1671 * configure.in (build_configargs, host_configargs, target_configargs):
1672 Remove build/host/target parameters.
1673 (host_libs): Add gmp and mpfr.
1674 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
1675 * Makefile.def (gmp, mpfr): New.
1676 (gcc): Remove target.
1677 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
1678 target_os, target_vendor): New.
1679 (configure): Add host_alias/target_alias arguments. Adjust invocations.
1680 * configure: Regenerate.
1681 * Makefile.in: Regenerate.
e69bf64b
PB
1682
16832007-01-11 Matt Fago <fago@earthlink.net>
1684
1685 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 1686 to improve robustness of configure tests.
e69bf64b 1687 * configure: Regenerate.
e14e622e 1688
a42f3b80
UB
16892007-01-09 Uros Bizjak <ubizjak@gmail.com>
1690
1691 * MAINTAINERS: Add myself as i386 maintainer.
1692
a36aee1a
JH
16932007-01-08 Jan Hubicka <jh@suse.cz>
1694
61fcaeef 1695 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 1696
738a52d3
KT
16972007-01-08 Kai Tietz <kai.tietz@onevision.com>
1698
1699 * configure.in: Add support for an x86_64-mingw* target.
95af8923 1700 * configure: Regenerate.
738a52d3 1701
54fdc474
DJ
17022007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
1703
1704 * Makefile.tpl (all-target): Correct @if conditional for target
1705 modules.
1706 * configure.in: Omit libiberty if building only target libgcc.
1707 * configure, Makefile.in: Regenerated.
1708
3dd71726
PB
17092007-01-04 Paolo Bonzini <bonzini@gnu.org>
1710
1711 * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
1712 * configure: Regenerate.
1713
fa958513
DJ
17142007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
1715
1716 * Makefile.def (target_modules): Add libgcc.
1717 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
1718 * Makefile.tpl (clean-target-libgcc): Delete.
1719 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
1720 on gcc even for bootstrapped modules. Rewrite handling of
1721 lang_env_dependencies to loop over target_modules.
1722 * configure.in (target_libraries): Add target-libgcc.
1723 * Makefile.in, configure: Regenerated.
1724
e1888513
PB
17252006-12-29 Paolo Bonzini <bonzini@gnu.org>
1726
1727 * configure.in: Reorganize recognition of languages. Add
1728 --enable-stage1-languages. Show supported languages for the chosen
1729 target rather than all recognized languages.
1730 * configure: Regenerate.
1731
53b88b73
PB
17322006-12-29 Paolo Bonzini <bonzini@gnu.org>
1733
1734 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
1735 * Makefile.in: Regenerate.
1736
a3993f33
KG
17372006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1738
1739 * configure.in: Warn that MPFR 2.2.0 is buggy.
1740 * configure: Regenerate.
1741
f063a9ed
ILT
17422006-12-27 Ian Lance Taylor <iant@google.com>
1743
1744 * configure.in: When removing Makefiles to force a reconfigure, also
1745 remove prev-DIR*/Makefile.
1746 * configure: Regenerate.
1747
af71363e
AS
17482006-12-22 Andreas Schwab <schwab@suse.de>
1749
1750 * configure: Regenerate with correct autoconf version.
1751
0b0dc272
AM
17522006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
1753
3de8da2a
UB
1754 * configure.in: add AC_SUBST for *_FOR_TARGET.
1755 * configure: Regenerate.
0b0dc272 1756
53b88b73
PB
17572006-12-19 Paolo Bonzini <bonzini@gnu.org>
1758
1759 * configure.in: Simplify logic for rejecting languages that cannot
1760 be built. Separate the case when a language is unsupported,
1761 from the case when the user chooses not to build a language.
1762
400ebff4
PB
17632006-12-19 Paolo Bonzini <bonzini@gnu.org>
1764
1765 * configure.in: Remove "$build" case for powerpc-*-darwin* since
1766 it only affects bootstrap and could be tested on "$host" as well.
1767 * configure: Regenerate.
1768 * config/mh-ppc-darwin: Add to the stage1 cflags here.
1769
8efea775
PB
17702006-12-19 Paolo Bonzini <bonzini@gnu.org>
1771
1772 PR bootstrap/29544
1773 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
1774 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
1775 move here comment from Makefile.tpl.
1776 * Makefile.tpl: Move some definitions higher in the file.
1777 (STAGE1_CHECKING): New.
1778 * configure.in: Add --enable-stage1-checking.
1779 * configure: Regenerate.
1780 * Makefile.in: Regenerate.
1781
ed88a7ed
PB
17822006-12-19 Paolo Bonzini <bonzini@gnu.org>
1783
1784 * MAINTAINERS: Add myself as build system maintainer.
1785
b65151d3
SM
17862006-12-15 Simon Martin <simartin@users.sourceforge.net>
1787
1788 * MAINTAINERS (Write After Approval): Add myself.
1789
7e050830
EC
17902006-12-13 Eric Christopher <echristo@apple.com>
1791
1792 * MAINTAINERS: Add myself as darwin maintainer.
1793
8b494895
ILT
17942006-12-11 Ian Lance Taylor <ian@airs.com>
1795
1796 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
1797
0ff1416d
JR
17982006-12-11 Joern Rennecke <joern.rennecke@arc.com>
1799
1800 MAINTAINERS: Update my entry.
1801
58e24147
AM
18022006-12-11 Alan Modra <amodra@bigpond.net.au>
1803
1804 * configure.in: Handle spu makefile frag.
58e24147
AM
1805 * Makefile.tpl (MAINT): Define
1806 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
1807 * configure: Regenerate.
1808 * Makefile.in: Regenerate.
1809
9b6f37a0
BE
18102006-12-11 Ben Elliston <bje@au.ibm.com>
1811
1812 * config.guess: Import latest version.
1813 * config.sub: Likewise.
1814
ea6f5c57
BE
18152006-12-11 Ben Elliston <bje@au.ibm.com>
1816
1817 * configure.in (spu-*-*): Don't skip target-libiberty.
1818 * configure: Regenerate.
1819
42c1cd8a
AT
18202006-12-10 Andreas Tobler <a.tobler@schweiz.org>
1821
1822 PR bootstrap/30134
1823 * configure.in: Correct x86 darwin support for libjava to powerpc
1824 and i?86 only.
1825 * configure: Regenerate.
1826
55eb837d
ST
18272006-12-08 Sandro Tolaini <tolaini@libero.it>
1828
1829 * configure.in: Add x86 darwin support for libjava.
1830 * configure: Regenerate.
1831
5bdacbc7
MS
18322006-12-07 Mike Stump <mrs@apple.com>
1833
1834 * Makefile.def (dependencies): Add dependency for
1835 install-target-libssp and install-target-libgomp on
1836 install-gcc.
1837 * Makefile.in: Regenerate.
1838
477d851c
RG
18392006-12-04 Richard Guenther <rguenther@suse.de>
1840
1841 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
1842 (Non-Algorithmic Maintainers): Move over non-algorithmic
1843 loop optimizer maintainers, add myself as a non-algorithmic
1844 middle-end maintainer.
1845
5d33d367
DF
18462006-12-04 Daniel Franke <franke.daniel@gmail.com>
1847
1848 * MAINTAINERS (Write After Approval): Add myself.
1849
dbee1fb3
KG
18502006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1851
1852 * configure.in: Update error message for missing GMP/MPFR.
1853
1854 * configure: Regenerate.
1855
b5147de7
KG
18562006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1857
1858 * configure.in: Update MPFR version in error message.
1859
1860 * configure: Regenerate.
1861
f019376c
KG
18622006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1863
1864 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
1865 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
1866 --with-gmp-lib): New flags.
1867
1868 * configure: Regenerate.
1869
91ed95ae
BM
18702006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
1871
1872 * MAINTAINERS (Write After Approval): Change my email address.
1873
3a971f15
MLI
18742006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1875
05170031 1876 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 1877
431041ea
PT
18782006-11-22 Philipp Thomas <pth@suse.de>
1879
1880 * MAINTAINERS (i18n): Update e-mail address.
1881
df5487ee
TS
18822006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1883
1884 * MAINTAINERS (spu port): Add myself as maintainer.
1885 (Write After Approval): Remove myself.
1886
92c2f0ee
BE
18872006-11-22 Ben Elliston <bje@au.ibm.com>
1888
1889 * configure.in (skipdirs): Don't build libssp for SPU.
1890 * configure: Regenerate.
1891
a3b97199
AP
18922006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
1893
1894 * MAINTAINERS (spu port): Add myself as maintainer.
1895 (libobjc): Update my email address.
1896
0eb97064
AB
18972006-11-21 Andrea Bona <andrea.bona@st.com>
1898
1899 * MAINTAINERS (Write After Approval): Add myself.
1900
85d9c13c
TS
19012006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1902
1903 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
1904 * configure : Rebuilt.
1905
6696f3cd
TS
19062006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1907
1908 * MAINTAINERS (Write After Approval): Add myself.
1909
d58542ea
AO
19102006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
1911
1912 * MAINTAINERS (Write After Approval): Add myself.
1913
a357b5ae
KG
19142006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1915
1916 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
1917 libmpfr.a.
1918 * configure: Regenerate.
1919
9bd6112c
PB
19202006-11-16 Paolo Bonzini <bonzini@gnu.org>
1921
1922 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
1923 (unstage): Test for stage_last presence.
1924
1925 PR bootstrap/29802
1926 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
1927 * Makefile.in: Regenerate.
1928
c8cf9f0f
ZD
19292003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
1930
1931 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
1932 maintainers.
1933
467b1fc6
ER
19342006-11-14 Erven Rohou <erven.rohou@st.com>
1935
1936 * MAINTAINERS (Write After Approval): Add myself.
1937
995a5697
PB
19382006-11-14 Paolo Bonzini <bonzini@gnu.org>
1939
1940 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
1941 and stageN-package/Makefile.
1942 * Makefile.in: Regenerated.
1943
c8d6d53e
JZ
19442006-11-14 Jie Zhang <jie.zhang@analog.com>
1945
1946 * configure.in: Remove target-libgloss from noconfigdirs for
1947 bfin-*-*.
1948 * configure: Regenerated.
1949
dffb147d
KG
19502006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1951
1952 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 1953
dffb147d
KG
1954 * configure: Regenerate.
1955
ca558912
KG
19562006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1957
1958 * configure.in: Robustify error message for missing GMP/MPFR.
1959
1960 * configure: Regenerate.
1961
7aa42285
SW
19622006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
1963
1964 * MAINTAINERS (Write After Approval): Add myself.
1965
779958a2
UB
19662006-10-30 Uros Bizjak <ubizjak@gmail.com>
1967
1968 * MAINTAINERS: Change email address.
1969
91de1527
VP
19702006-10-30 Vladimir Prus <vladimir@codesourcery.com>
1971
1972 * MAINTAINERS (Write After Approval): Add myself.
1973
a3867703
PB
19742006-10-26 Peter Bergner <bergner@vnet.ibm.com>
1975
1976 * MAINTAINERS (Write After Approval): Add myself.
1977
b4364fa2
CL
19782006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
1979
7e050830 1980 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 1981 Write After Approval section.
b4364fa2 1982
70ec446f
KG
19832006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1984
1985 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
1986 need_gmp anymore.
1987 * configure: Regenerate.
1988
018c8d88
TB
19892006-10-16 Tobias Burnus <burnus@net-b.de>
1990
1991 * MAINTAINERS (Write After Approval): Add myself.
1992
f6a1687e
BE
19932006-10-16 Ben Elliston <bje@au.ibm.com>
1994
1995 * config.guess: Import latest version.
1996 * config.sub: Likewise.
1997
b5422ad7
BM
19982006-10-10 Brooks Moses <bmoses@stanford.edu>
1999
2000 * Makefile.def: Added pdf target handling.
2001 * Makefile.tpl: Added pdf target handling.
2002 * Makefile.in: Regenerated.
2003
bdcee471
CL
20042006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
2005
2006 * MAINTAINERS: Add self as score port maintainer.
2007
7d610414
BM
20082006-10-04 Brooks Moses <bmoses@stanford.edu>
2009
2010 * MAINTAINERS (Write After Approval): Add myself.
2011
e48d66a9
SK
20122006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
2013
7e050830 2014 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
2015 or newer.
2016 * configure: Regenerated.
2017
c394e891
DB
20182006-09-27 Dave Brolley <brolley@redhat.com>
2019
2020 * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
2021 $s instead of $r.
2022 * configure: Regenerated.
2023
1ee4c5a0
TS
20242006-09-26 Thiemo Seufer <ths@mips.com>
2025
2026 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
2027 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
2028 * configure: Regenerate.
2029
5997afc3
GP
20302006-09-24 Graeme Peterson <gridly@gmail.com>
2031
2032 * MAINTAINERS (Write After Approval): Remove myself.
2033
0c502898
CF
20342006-09-22 Chao-ying Fu <fu@mips.com>
2035
2036 * MAINTAINERS (Write After Approval): Add myself.
2037
a7819e42
JM
20382006-09-10 Joseph S. Myers <joseph@codesourcery.com>
2039
2040 * MAINTAINERS: Add self as soft-fp maintainer.
2041
20422006-09-09 Anatoly Sokolov <aesok@post.ru>
2043
2044 * MAINTAINERS: Add myself as avr maintainer.
2045 Remove Marek Michalkiewicz as avr maintainer.
827d0991 2046
e8288489
RC
20472006-09-07 Roberto Costa <roberto.costa@st.com>
2048
2049 * MAINTAINERS (Write After Approval): Add myself.
2050
b91f0a41
CV
20512006-08-30 Corinna Vinschen <corinna@vinschen.de>
2052
2053 * configure.in: Never build newlib for a Mingw host.
2054 Never build newlib as Mingw target library.
2055 Test the existence of winsup/cygwin for building a Cygwin newlib,
2056 rather than just winsup.
2057 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
2058 building a Mingw target.
2059 * configure: Regenerate.
2060
094c07a0
EB
20612006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
2062
2063 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
2064
8d1171cb
PB
20652006-07-25 Paolo Bonzini <bonzini@gnu.org>
2066
2067 * config.guess: Import from src (was more updated).
2068 * config.sub: Likewise.
2069
2e9e6f68
DJ
20702006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
2071
2072 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
2073 * configure: Regenerated.
2074
57255173
PB
20752006-07-18 Paolo Bonzini <bonzini@gnu.org>
2076
cc6010cd
AP
2077 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
2078 for stages after the first.
57255173 2079
9fbe6585
JJ
20802006-07-17 Jakub Jelinek <jakub@redhat.com>
2081
2082 * Makefile.def: Add dependencies for configure-opcodes
2083 on configure-intl and all-opcodes on all-intl.
2084 * Makefile.in: Regenerated.
2085
18c3f977
BE
20862006-07-13 Ben Elliston <bje@au.ibm.com>
2087
2088 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
2089
27b56ba6
PE
20902006-07-06 Paul Eggert <eggert@cs.ucla.edu>
2091
2092 Port to hosts whose 'sort' and 'tail' implementations
2093 treat operands with leading '+' as file names, as POSIX
2094 has required since 2001. However, make sure the code still
2095 works on pre-POSIX hosts.
2096 * ltmain.sh: Don't assume "sort +2" is equivalent to
2097 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2098
ad6d4e43
UW
20992006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
2100
2101 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
2102
706601d9
PG
21032006-07-04 Peter O'Gorman <peter@pogma.com>
2104
2105 * ltconfig: chmod 644 before ranlib during install.
2106
0b50988a
EB
21072006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
2108
2109 PR bootstrap/18058
2110 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
2111 if the bootstrap compiler is a GCC version that supports it.
2112 * configure: Regenerate.
2113
b6348cb3
PB
21142006-07-03 Paolo Bonzini <bonzini@gnu.org>
2115
95695ad3 2116 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
2117 * configure: Regenerate.
2118
1546bb64
PB
21192006-07-03 Paolo Bonzini <bonzini@gnu.org>
2120
2121 PR other/27063
2122 * configure.in: Test subdir_requires and give an appropriate
2123 error message.
2124 * configure: Regenerate.
2125
5cb6c629
AJH
21262006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
2127
2128 * MAINTAINERS (Write After Approval): Add myself.
2129
f4d8cdf8
JDA
21302006-06-22 John David Anglin <dave.anglin@nrc.ca>
2131
2132 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2133
4fe5abb7
SE
21342006-06-22 Steve Ellcey <sje@cup.hp.com>
2135
2136 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
2137
2a79fd67
DA
21382006-06-20 David Ayers <d.ayers@inode.at>
2139
2140 PR bootstrap/28072
2141 * configure.in: Add target-boehm-gc to noconfigdirs depending on
2142 whether target-libjava is being configured instead of whether the
2143 java front end is enabled.
2144 * configure: Regenerate.
7e050830 2145
04879af3
RO
21462006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2147
2148 PR target/27540
2149 * configure.in: Only enable libgomp on IRIX 6.
2150 * configure: Regenerate.
2151
ec6c7392
PB
21522006-06-15 Paolo Bonzini <bonzini@gnu.org>
2153
2154 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
2155 too.
2156 * Makefile.in: Regenerate.
2157
12973d7a
DD
21582006-06-13 Jeff Johnston <jjohnstn@redhat.com>
2159
2160 * config-ml.in: Alter CCASFLAGS to include special
2161 multilib options the same as is done for CFLAGS.
2162
c67ed86a
JDA
21632006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2164
2165 * configure.in: Don't enable libgomp on hpux10.
2166 * configure: Rebuilt.
2167
cb253473
DA
21682006-06-12 David Ayers <d.ayers@inode.at>
2169
2170 PR bootstrap/27963
2171 PR target/19970
7e050830 2172 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
2173 ${libgcj} is specified.
2174 * configure: Regenerate.
7e050830 2175
32845532
CD
21762006-06-06 Carlos O'Donell <carlos@codesourcery.com>
2177
2178 Sync from src:
7e050830
EC
2179
2180 * configure.in: Sync.
32845532 2181 * configure: Regenerated.
7e050830 2182
32845532
CD
2183 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2184
2185 * Makefile.def: Added dependencies from sim and gdb on intl, and
2186 added configure dependencies to everything with an all dependency
2187 on intl.
2188 * Makefile.in: Regenerated.
2189
7cd0cf9c
DA
21902006-06-06 David Ayers <d.ayers@inode.at>
2191
2192 PR libobjc/13946
2193 * Makefile.def: Add dependencies for libobjc which boehm-gc.
2194 * Makefile.in: Regenerate.
2195 * configure.in: Add --enable-objc-gc at toplevel and have it
2196 enable boehm-gc for Objective-C.
2197 Remove target-boehm-gc from libgcj.
2198 Add target-boehm-gc to target_libraries.
2199 Add target-boehm-gc to noconfigdirs where ${libgcj}
2200 is specified.
2201 Assert that boehm-gc is supported when requested for Objective-C.
2202 Only build boehm-gc if needed either for Java or Objective-C.
2203 * configure: Regenerate.
7e050830 2204
3ff3adad
PB
22052006-06-05 Paolo Bonzini <bonzini@gnu.org>
2206
2207 PR 27674
2208 * Makefile.tpl (configure-[+prefix+][+module+],
2209 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
2210 Remove rule to unstage bootstrapped modules.
2211 (stage_current): New.
2212 * Makefile.in: Regenerate.
2213
898e551d
LB
22142006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2215
2216 * MAINTAINERS (Write After Approval): Update my e-mail address.
2217
ea60341e
MS
22182006-06-01 Mark Shinwell <shinwell@codesourcery.com>
2219
2220 * include/libiberty.h: Declare pex_run_in_environment.
2221
222ae291
AL
22222006-05-31 Asher Langton <langton2@llnl.gov>
2223
2224 * MAINTAINERS (Write After Approval): Add myself.
898e551d 2225
e9a54b07
PB
22262006-05-25 Paolo Bonzini <bonzini@gnu.org>
2227
2228 * Makefile.def (bfd, opcodes): Fix lib_path.
2229 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
2230 (restrap): Move under "@if gcc-bootstrap". Fix typo.
2231 * Makefile.in: Regenerate.
2232
03e67131
CD
22332006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2234
2235 * Makefile.in: Regenerate.
2236
65d6e994
CD
22372006-05-24 Carlos O'Donell <carlos@codesourcery.com>
2238
2239 * Makefile.def: Add install-html target. Add datarootdir
2240 docdir and htmldir to flags_to_pass.
2241 * Makefile.tpl: Add install-html target.
2242 * Makefile.in: Regenerate.
2243 * configure.in: Add --with-datarootdir, --with-docdir, and
2244 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
2245 * configure: Regenerate.
2246
9e299237
MS
22472006-05-24 Mark Shinwell <shinwell@codesourcery.com>
2248
2249 * configure.in: Enable gprof for cross builds.
2250 * configure: Regenerate.
2251
c31202cd
RG
22522006-05-22 Richard Guenther <rguenther@suse.de>
2253
2254 Revert
2255 2006-01-31 Richard Guenther <rguenther@suse.de>
2256 Paolo Bonzini <bonzini@gnu.org>
2257
2258 * Makefile.def (target_modules): Add libgcc-math target module.
2259 * configure.in (target_libraries): Add libgcc-math target library.
2260 (--enable-libgcc-math): New configure switch.
2261 * Makefile.in: Re-generate.
2262 * configure: Re-generate.
2263 * libgcc-math: New toplevel directory.
2264
2a332582
JDA
22652006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
2266 Andreas Tobler <a.tobler@schweiz.ch>
2267
2268 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
2269 * configure: Rebuilt.
2270
ccce6917 22712006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 2272
ccce6917
SL
2273 * MAINTAINERS (Write After Approval): Add myself.
2274
ed606bc0
DD
22752006-05-01 DJ Delorie <dj@redhat.com>
2276
3d8f47a0 2277 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
2278 * configure: Regenerate.
2279
9386bd20
RG
22802006-05-01 Richard Guenther <rguenther@suse.de>
2281
2282 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
2283 maintainer.
2284
7b3bd503
KZ
22852006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
2286
2287 * MAINTAINERS (Write After Approval): Add myself.
2288
87ceee72
JB
22892006-04-28 Jan Beulich <jbeulich@novell.com>
2290
2291 * MAINTAINERS (Write After Approval): Add myself.
2292
e88a2c09
DD
22932006-04-18 DJ Delorie <dj@redhat.com>
2294
2295 * configure.in (m32c): Build libstdc++-v3. Pass flags to
2296 reference libgloss so that libssp can be built in a combined
2297 tree.
2298 * configure: Regenerate.
2299
675f0a8a
RM
23002006-04-08 Robert Millan <rmh@gcc.gnu.org>
2301
2302 * MAINTAINERS (Write After Approval): Add myself.
2303
27b6c940
BE
23042006-04-05 Ben Elliston <bje@au.ibm.com>
2305
2306 * configure.in: Require makeinfo 4.4 or higher.
2307 * configure: Regenerate.
2308
687b17d4
GP
23092006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
2310
2311 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
2312 Rearrange the entries of other libraries to have them in one place.
2313
906ac235
JB
23142006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
2315
7e050830 2316 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
2317 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2318
fb0103e5
RG
23192006-03-14 Richard Guenther <rguenther@suse.de>
2320
2321 * configure: Regenerate with autoconf 2.13.
2322
17237f6b
JB
23232006-03-13 Jim Blandy <jimb@codesourcery.com>
2324
2325 * MAINTAINERS: Use my work address.
bed31434
JB
2326
2327 * MAINTAINERS: Update my E-mail address.
2328
27079765
AH
23292006-03-10 Aldy Hernandez <aldyh@redhat.com>
2330
2331 * configure.in: Handle --disable-<component> generically.
2332 * configure: Regenerate.
2333
54a17039
L
23342006-03-01 H.J. Lu <hongjiu.lu@intel.com>
2335
2336 PR libgcj/17311
2337 * ltmain.sh: Don't use "$finalize_rpath" for compile.
2338
b9bd11ca
EE
23392006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
2340
2341 * MAINTAINERS (Write After Approval): Remove myself.
2342 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2343
719bb4e3 23442006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 2345
072b06f2
RE
2346 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
2347 (TARGET_CONFIGDIRS): Remove.
2348 * configure.in: Remove AC_SUBST(target_configdirs).
2349 * Makefile.in, configure: Regenerated.
ee2312f3 2350
936e1a35
SK
23512006-02-20 Steven G. Kargl <kargls@comcast.net>
2352
2353 * MAINTAINERS (Write After Approval): Remove myself.
2354 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
2355
cc11cc9b
PB
23562006-02-20 Paolo Bonzini <bonzini@gnu.org>
2357
2358 PR bootstrap/25670
2359
2360 * Makefile.tpl ([+compare-target+]): Print explanation messages.
2361
2362 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
2363 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
2364 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
2365 BUILD_PREFIX, BUILD_PREFIX_1.
2366 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
2367
2368 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
2369 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
2370
2371 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
2372 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
2373 of `cat stage_current`. Always provide the `r' and `s' variables.
2374 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
2375 a single shell execution.
2376 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
2377 bootstrapped modules, make the stage1 module if the build was not
2378 started yet, else build the current stage.
2379 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
2380 (all-build, all-host, all-target, [+make_target+]-host,
2381 [+make_target+]-target): Do not use \-continued lines.
2382 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
2383 (current_stage, restrap, stage_last): New.
2384
2385 * Makefile.in: Regenerate.
2386 * configure: Regenerate.
2387
63a7c9ef
BD
23882006-02-19 Bud Davis <jmdavis@link.com>
2389
2390 * MAINTAINERS (Write After Approval): Remove myself.
2391 (Language Front End Maintainers): Add myself as fortran 95
2392 maintainer and update e-mail address.
2393
a3543e3a
FXC
23942006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2395
2396 * MAINTAINERS (Write After Approval): Remove myself.
2397 (Language Front End Maintainers): Add myself as fortran 95
2398 maintainer.
2399
ca5b1d2c
VK
24002006-02-16 Victor Kaplansky <victork@il.ibm.com>
2401
2402 * MAINTAINERS (Write After Approval): Add myself.
2403
0499513f
TK
24042006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
2405
2406 * MAINTAINERS (Write After Approval): Remove myself.
2407 (Language Front End Maintainers): Add myself as
2408 fortran 95 maintainer.
2409
d1f8db0c
PB
24102006-02-14 Paolo Bonzini <bonzini@gnu.org>
2411
2412 Sync from src:
2413
2414 2005-12-27 Leif Ekblad <leif@rdos.net>
2415
cc6010cd
AP
2416 * configure.in: Add support for RDOS target.
2417 * configure: Regenerate.
d1f8db0c
PB
2418
24192006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 2420 Andreas Schwab <schwab@suse.de>
d1f8db0c 2421
cc6010cd 2422 * configure: Regenerate.
d1f8db0c 2423
cac90078
DE
24242006-02-12 David Edelsohn <edelsohn@gnu.org>
2425
2426 * configure.in (enable_libgomp): Add AIX.
2427 * configure: Regenerate.
2428
bd37fbf5
MK
24292006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
2430
2431 * MAINTAINERS (Write After Approval): Add myself.
7e050830 2432
23027b7a
LM
24332006-02-03 Lee Millward <lee.millward@gmail.com>
2434
2435 * MAINTAINERS (Write After Approval): Add myself.
7e050830 2436
0058967b
RG
24372006-01-31 Richard Guenther <rguenther@suse.de>
2438 Paolo Bonzini <bonzini@gnu.org>
2439
2440 * Makefile.def (target_modules): Add libgcc-math target module.
2441 * configure.in (target_libraries): Add libgcc-math target library.
2442 (--enable-libgcc-math): New configure switch.
2443 * Makefile.in: Re-generate.
2444 * configure: Re-generate.
2445 * libgcc-math: New toplevel directory.
2446
e8b05380
PB
24472006-01-26 Paolo Bonzini <bonzini@gnu.org>
2448
2449 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
2450 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
2451 the assembler, linker and binutils.
2452 * configure: Regenerate.
2453
d54d5437
DM
24542006-01-22 Dirk Mueller <dmueller@suse.de>
2455
2456 * MAINTAINERS (Write After Approval): Add myself.
2457
670cbfcf
DN
24582006-01-20 Diego Novillo <dnovillo@redhat.com>
2459
2460 * configure: Regenerate.
2461
953ff289
DN
24622006-01-18 Richard Henderson <rth@redhat.com>
2463 Jakub Jelinek <jakub@redhat.com>
2464 Diego Novillo <dnovillo@redhat.com>
2465
2466 * libgomp: New directory.
2467 * Makefile.def: Add target_module libgomp.
2468 * Makefile.in: Regenerate.
2469 * configure.in (target_libraries): Add target-libgomp.
2470 * configure: Regenerate.
2471
32ce4048
AO
24722006-01-05 Alexandre Oliva <aoliva@redhat.com>
2473
2474 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
2475 @ from continuation.
2476 * Makefile.in: Rebuilt.
2477
0eaf8e17 24782006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 2479
c76c0c83
CL
2480 * MAINTAINERS (Write After Approval): Add myself.
2481
2d309510
PB
24822006-01-04 Paolo Bonzini <bonzini@gnu.org>
2483
2484 PR bootstrap/24252
2485
2486 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
2487 * Makefile.tpl (OBJDUMP): New.
2488 (EXTRA_HOST_FLAGS): Add it.
2489 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
2490
953ff289
DN
2491 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
2492 to use symbolic links between directories. Avoid race conditions
2493 or make them harmless.
2494 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
2495
2496 * Makefile.def (LEAN): Pass.
2497 * Makefile.tpl (LEAN): Define.
2498 (stage[+id+]-start): Accept that the previous directory does not
2499 exist, if the bootstrap is lean.
2500 (stage[+id+]-bubble): Invoke lean bootstrap commands after
2501 stage[+id+]-start. Use a makefile variable and an `if' instead of a
2502 configure substitution.
2503 ([+compare-target+]): Likewise.
2504 ([+bootstrap-target+]-lean): New.
2505 * configure.in: Remove lean bootstrap support from here.
2506
953ff289
DN
2507 * Makefile.in: Regenerate.
2508 * configure: Regenerate.
2d309510 2509
368872c3
BE
25102006-01-04 Ben Elliston <bje@au.ibm.com>
2511
2512 * MAINTAINERS (libdecnumber): Add myself.
2513
d79e6356
MM
25142006-01-02 Mark Mitchell <mark@codesourcery.com>
2515
2516 * libtool-ldflags: New script.
2517
a6fbc1e2
AS
25182006-01-02 Andreas Schwab <schwab@suse.de>
2519
2520 * configure.in: When reconfiguring remove Makefile in
2521 all stage directories.
2522 * configure: Regenerate.
2523
103a4b39
SB
25242005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
2525
2526 * MAINTAINERS: Update my email address.
2527
212f829c
PB
25282005-12-20 Paolo Bonzini <bonzini@gnu.org>
2529
2530 Revert Ada-related part of the previous change.
2531
2532 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
2533 Do not pass.
2534 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
2535 * Makefile.in: Regenerate.
2536 * configure.in: Do not include mt-ppc-aix target fragment.
2537 * configure: Regenerate.
2538
8ef1f2df
PB
25392005-12-19 Paolo Bonzini <bonzini@gnu.org>
2540
2541 * configure.in: Select appropriate fragments for PowerPC/AIX.
2542 * configure: Regenerate.
2543
2544 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
2545 BOOT_CFLAGS, BOOT_LDFLAGS.
2546 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
2547 BOOT_CFLAGS, BOOT_LDFLAGS.
2548 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
2549 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
2550 (stage): Fail if we cannot complete the work.
2551 * Makefile.in: Regenerate.
2552
ab34901f
NS
25532005-12-16 Nathan Sidwell <nathan@codesourcery.com>
2554
2555 * configure.in: Replace ms1 with mt.
2556 * configure: Rebuilt.
2557
cbe82f21
BM
25582005-12-15 Bryce McKinlay <mckinlay@redhat.com>
2559
2560 * MAINTAINERS: Update my email address.
2561
19843472
PB
25622005-12-15 Paolo Bonzini <bonzini@gnu.org>
2563
2564 * Makefile.tpl (all, do-[+make_target+], do-check, install,
2565 install-host-nogcc): Don't invoke $(stage) at the end.
2566 * Makefile.in: Regenerate.
2567
1ca26cd2
PB
25682005-12-14 Paolo Bonzini <bonzini@gnu.org>
2569
2570 * configure.in: Flip the top-level bootstrap switch.
2571 * configure: Regenerate.
2572
f41d6665
DJ
25732005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
2574
2575 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
2576 $(stage) and $(unstage).
2577 (EXTRA_TARGET_FLAGS): Correct double-quoting.
2578 (all): Remove stray semicolon.
2579 (local-distclean): Don't handle multilib.tmp and multilib.out.
2580 (install.all): Set $s for consistency.
2581 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
2582 check_multilibs setting. Always make the install directory.
2583 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
2584 Correct @if/@endif.
2585 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
2586 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
2587 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
2588 (multilib.out): Remove.
2589 * Makefile.in: Regenerated.
2590
9174b3cf
CD
25912005-12-12 Carlos O'Donell <carlos@codesourcery.com>
2592
2593 * MAINTAINERS (Write After Approval): Add myself.
2594
64f182bd
NS
25952005-12-12 Nathan Sidwell <nathan@codesourcery.com>
2596
121b2cee
NS
2597 * MAINTAINERS: Add myself as mt maintainer.
2598
64f182bd
NS
2599 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
2600
a6d63770
AN
26012005-12-06 Adam Nemet <anemet@caviumnetworks.com>
2602
2603 * MAINTAINERS: Change email address.
2604
2abefe3d
PB
26052005-12-05 Paolo Bonzini <bonzini@gnu.org>
2606
2607 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
2608 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
2609 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
2610 Find in-tree tools if available.
2611 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
2612 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
2613 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
2614 (COMPILER_*_FOR_TARGET): New.
2615 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
2616 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
2617 (CONFIGURED_*, USUAL_*): Remove.
2618 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
2619 STRIP): Use autoconf substitutions.
2620 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
2621 COMPILER_NM_FOR_TARGET): New.
2622 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
2623
2624 (all): Make all-host and all-target in parallel.
2625 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
2626 that $$r and $$s are set before invoking a recursive make.
2627 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
2628 ([+bootstrap-target+]): Inline most of the `all' target.
2629
2f3bdde7
BE
26302005-11-29 Ben Elliston <bje@au.ibm.com>
2631
2632 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
2633 from the gcc build directory.
2634 * Makefile.in: Regenerate.
2635
a4b6c45a
BE
26362005-11-29 Ben Elliston <bje@au.ibm.com>
2637
2638 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
2639 depend on all-libdecnumber.
2640 * configure.in (host_libs): Include libdecnumber.
2641 * Makefile.in: Regenerate.
2642 * configure: Likewise.
2643
473a74b9
BE
26442005-11-29 Ben Elliston <bje@au.ibm.com>
2645
2646 * libdecnumber: Import decNumber sources from the dfp-branch.
2647
b4623110
KJ
26482005-11-21 Kean Johnston <jkj@sco.com>
2649
2650 * config.sub, config.guess: Sync from upstream sources.
2651
67dc1785
BE
26522005-11-21 Ben Elliston <bje@au.ibm.com>
2653
2654 Import from Autoconf sources:
2655
2656 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
2657 * config/move-if-change: Don't output "$2 is unchanged";
2658 suggested by Ben Elliston. Handle weird characters correctly.
2659
186abafe
AT
26602005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
2661
2662 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
2663 to match upstream libtool for darwin.
2664
ef9db8d5
DJ
26652005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
2666
2667 * Makefile.def: Remove gdb dependencies for gdbtk.
2668 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
2669 (configure-gdb, install-gdb): New rules.
2670 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
2671 * Makefile.in, configure: Regenerated.
2672
9c5141ab
JB
26732005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
2674
2675 * MAINTAINERS (Write After Approval): Add myself.
2676
4523d51b
EE
26772005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
2678
2679 * MAINTAINERS (Write After Approval): Add myself.
2680
086b011c
DN
26812005-10-24 Diego Novillo <dnovillo@redhat.com>
2682
2683 * MAINTAINERS (alias analysis): Add Daniel Berlin and
2684 Diego Novillo.
2685
e7c84bf8
PB
26862005-10-22 Paolo Bonzini <bonzini@gnu.org>
2687
2688 PR bootstrap/24297
2689 * Makefile.tpl (do-[+make-target+], do-check, install,
2690 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
2691 are set before recursing.
2692 * Makefile.in: Regenerate.
2693
b88a7564
EB
26942005-10-20 Eric Botcazou <ebotcazou@adacore.com>
2695
2696 PR bootstrap/18939
2697 * Makefile.def (gcc) <target>: Fix thinko.
2698 * Makefile.in: Regenerate.
2699
61efc800
BS
27002005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
2701
2702 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
2703 * configure: Regenerate.
2704
f53d2869
JZ
27052005-10-15 Jie Zhang <jie.zhang@analog.com>
2706
2707 * MAINTAINERS (Write After Approval): Add self.
2708
077fc835
KH
27092005-10-08 Kazu Hirata <kazu@codesourcery.com>
2710
2711 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
2712 target-libffi, target-qthreads, target-libjava, and
2713 targetlibobjc.
2714 * configure: Regenerate.
2715
d739199a
DJ
27162005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
2717
2718 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
2719 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
2720 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
2721 (USUAL_OBJDUMP_FOR_TARGET): New.
2722 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
2723 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 2724 * configure, Makefile.in: Regenerated.
d739199a 2725
db38c6bb
PB
27262005-10-05 Paolo Bonzini <bonzini@gnu.org>
2727
2728 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
2729 before other host packages.
2730
3015564c
KK
27312005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
2732
2733 * MAINTAINERS: Add self as sh libraries/configury maintainer.
2734
1061f99e
PB
27352005-10-05 Paolo Bonzini <bonzini@gnu.org>
2736
2737 PR bootstrap/22340
2738
2739 * configure.in (default_target): Remove.
2740 * Makefile.tpl (all): Do not use prerequisites as subroutines
2741 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
2742 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
2743 use prerequisites as subroutines.
2744 (check-host, check-target): New.
2745 (bootstrap configure & all targets): Do not use stage*-start
2746 if the directory layout is already ok.
2747 (non-bootstrap configure & all targets): Prepend a $(unstage).
2748 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
2749 (NOTPARALLEL): Remove.
2750 (unstage, stage variables): New variables.
2751 (unstage, stage targets): Simply expand to those variables.
2752
2753 * configure: Regenerate.
2754 * Makefile.in: Regenerate.
2755
4a9c436f
JW
27562005-10-04 James E Wilson <wilson@specifix.com>
2757
2758 * Makefile.def (lang_env_dependencies): Add libmudflap.
2759 * Makefile.in: Regenerate.
2760
37150080
AS
27612005-10-03 Andreas Schwab <schwab@suse.de>
2762
2763 Backport from libtool CVS:
2764 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
2765
2766 * ltmain.sh: add support for installing into temporary
2767 staging area (e.g. 'make install DESTDIR=...')
2768
39d16468
L
27692005-10-03 H.J. Lu <hongjiu.lu@intel.com>
2770
2771 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
2772 * configure: Regenerated.
2773
72a7ab82
AP
27742005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
2775
2776 * configure: Regenerate with the correct
2777 autoconf version.
2778
6b65a26d
CM
27792005-09-30 Catherine Moore <clm@cm00re.com>
2780
2781 * configure.in (bfin-*-*): New.
2782 * configure: Regenerated.
2783
040b1c5a
GK
27842005-09-28 Geoffrey Keating <geoffk@apple.com>
2785
2786 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
2787 (LIPO_FOR_TARGET): New.
2788 (CONFIGURED_LIPO_FOR_TARGET): New.
2789 (USUAL_LIPO_FOR_TARGET): New.
2790 (STRIP_FOR_TARGET): New.
2791 (CONFIGURED_STRIP_FOR_TARGET): New.
2792 (USUAL_STRIP_FOR_TARGET): New.
2793 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
2794 STRIP_FOR_TARGET.
2795 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
2796 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
2797 * Makefile.in: Regenerate.
2798 * configure: Regenerate.
7e050830 2799
3a3c28db
DE
28002005-09-19 David Edelsohn <edelsohn@gnu.org>
2801
2802 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
2803 (rs6000-*-aix*): Same.
2804 * configure: Regenerate.
2805
2749a921
TT
28062005-09-16 Tom Tromey <tromey@redhat.com>
2807
2808 * MAINTAINERS: Add self as java maintainer.
2809
7f26dfa3
FXC
28102005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
2811
2812 * configure.in: Recognize f95 in the --enable-languages option,
2813 and substitute it for fortran, issuing a warning.
2814 * configure: Regenerate.
2815
d8852c4f
PE
28162005-08-30 Phil Edwards <phil@codesourcery.com>
2817
2818 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
2819 * configure: Regenerated.
2820
ad685e81
AH
28212005-08-22 Aldy Hernandez <aldyh@redhat.com>
2822
2823 * MAINTAINERS: Add self as ms1 maintainer.
2824
b00d752c
RE
28252005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
2826
2827 * Makefile.def (libssp): Add to lang_env_dependencies.
2828 * Makefile.in: Regenerate.
2829
9ed8fb9b
ILT
28302005-08-18 Ian Lance Taylor <ian@airs.com>
2831
2832 * MAINTAINERS: Add myself as middle-end maintainer.
2833
0f029d39
CG
28342005-08-17 Christian Groessler <chris@groessler.org>
2835
2836 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
2837 * Makefile.in: Regenerate.
2838
81087874
AK
28392005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
2840
2841 * MAINTAINERS (write after approval): Added myself.
2842
6a134f1c
MR
28432005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
2844
2845 * MAINTAINERS (Write After Approval): Add myself.
2846
2693c0b0
PB
28472005-08-12 Paolo Bonzini <bonzini@gnu.org>
2848
2849 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
2850 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
2851 Look for alternate names of the target cc and c++
2852 * configure: Regenerate.
2853
4de997d1
PB
28542005-08-08 Paolo Bonzini <bonzini@gnu.org>
2855
2856 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2857 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
2858 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
2859 tools; remove code to manually set them.
2860 (Target tools): Look in the environment for them.
2861 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2862 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
2863 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
2864 build directory.
2865 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
2866 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
2867 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
2868 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2869 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
2870 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
2871 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
2872 * configure: Regenerate.
2873 * Makefile.in: Regenerate.
2874
b089e33a
BE
28752005-07-28 Ben Elliston <bje@au.ibm.com>
2876
2877 * MAINTAINERS: Update for removed CPU targets.
2878
e3791243
MM
28792005-07-27 Mark Mitchell <mark@codesourcery.com>
2880
2881 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 2882 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
2883 * Makefile.in: Regenerated.
2884
526635cb
MM
28852005-07-26 Mark Mitchell <mark@codesourcery.com>
2886
2887 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
2888 (CFLAGS_FOR_TARGET): Use it.
2889 (CXXFLAGS_FOR_TARGET): Likewise.
2890 * Makefile.in: Regenerated.
2891 * configure.in (--with-build-sysroot): New option.
2892 * configure: Regenerated.
2893
19791f70
PB
28942005-07-24 Paolo Bonzini <bonzini@gnu.org>
2895
2896 * Makefile.tpl: Wrap install between unstage and stage
2897 * Makefile.in: Regenerate.
2898
35f5a23f
EC
28992005-07-21 Eric Christopher <echristo@apple.com>
2900
2901 * MAINTAINERS: Update affiliation.
2902
ff3ddf15
PW
29032005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
2904
2905 * MAINTAINERS: Add self as crx port maintainer.
2906
3a664c1c
DD
29072005-07-20 DJ Delorie <dj@redhat.com>
2908
2909 * MAINTAINERS: Add self as m32c maintainer.
2910
539df155
KC
29112005-07-16 Kelley Cook <kcook@gcc.gnu.org>
2912
2913 * all files: Update FSF address.
2914
be9c593a
EC
29152005-07-15 Eric Christopher <echristo@redhat.com>
2916
2917 * MAINTAINERS: Change affiliation.
2918
fd7ea4ab
JB
29192005-07-14 Jim Blandy <jimb@redhat.com>
2920
2921 * configure.in: Add cases for Renesas m32c.
2922 * configure: Regenerated.
7e050830 2923
0063a823
KC
29242005-07-14 Kelley Cook <kcook@gcc.gnu.org>
2925
d0ca130a
KC
2926 * COPYING.LIB: Update from fsf.org.
2927
29282005-07-14 Kelley Cook <kcook@gcc.gnu.org>
2929
2930 * COPYING, compile, config.guess,
0063a823
KC
2931 config.sub, install-sh, missing, mkinstalldirs,
2932 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 2933 * config-ml.in: Update FSF address.
0063a823 2934
a8ba31f2
EC
29352005-07-13 Eric Christopher <echristo@redhat.com>
2936
2937 * configure.in: Add toplevel noconfigdir support for tpf.
2938 * configure: Regenerate.
2939
5bea4a03
PB
29402005-07-11 Paolo Bonzini <bonzini@gnu.org>
2941
2942 PR ada/22340
2943
2944 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
2945 * Makefile.in: Regenerate.
2946
284bdbbd
MM
29472005-07-07 Mark Mitchell <mark@codesourcery.com>
2948
2949 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 2950 Brolley to write-after-approval.
284bdbbd 2951
452190fb
AS
29522005-07-07 Andreas Schwab <schwab@suse.de>
2953
2954 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
2955 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
2956 * Makefile.in: Regenerated.
2957
9c8f9ec2
GK
29582005-07-06 Geoffrey Keating <geoffk@apple.com>
2959
2960 * configure.in: Don't build sim or rda when targetting darwin.
2961 * configure: Regenerate.
2962
ef0087a7
KH
29632005-07-06 Kazu Hirata <kazu@codesourcery.com>
2964
2965 * configure.in: Add --enable-libssp and --disable-libssp.
2966 * configure: Regenerate with autoconf-2.13.
2967
77008252
JJ
29682005-07-02 Jakub Jelinek <jakub@redhat.com>
2969
2970 * Makefile.def (target_modules): Add libssp.
2971 * configure.in (target_libraries): Add target-libssp.
2972 * configure: Rebuilt.
2973 * Makefile.in: Rebuilt.
2974
a04eae1b
ZW
29752005-07-01 Zack Weinberg <zackw@panix.com>
2976
2977 * MAINTAINERS: Change email address. Resign from maintainership.
2978
948884cd
RG
29792005-07-01 Richard Guenther <rguenther@suse.de>
2980
2981 * MAINTAINERS: Change my e-mail address and affiliation.
2982
c7870f5d
PB
29832005-06-22 Paolo Bonzini <bonzini@gnu.org>
2984
2985 * Makefile.def (stagefeedback): Come after profile.
2986 Define profiledbootstrap target.
2987 * Makefile.tpl (profiledbootstrap): Remove.
2988 (stageprofile-end): Zap stagefeedback.
2989 (stagefeedback-start): Copy all .gcda files, not only GCC's.
2990 * Makefile.in: Regenerate.
2991
ab99519a
RS
29922005-06-13 Richard Sandiford <richard@codesourcery.com>
2993
2994 * MAINTAINERS: Update my email address.
2995
f610dd5f
ZW
29962005-06-13 Zack Weinberg <zack@codesourcery.com>
2997
2998 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
2999 In 'cpp' stanza, support '#line' as well as '# '.
3000
71bc2a83
AS
30012005-06-08 Andreas Schwab <schwab@suse.de>
3002
3003 * MAINTAINERS: Move myself from 'Write After Approval' to
3004 'CPU Port Maintainers' section as m68k maintainer.
3005
4fab7234
HPN
30062005-06-07 Hans-Peter Nilsson <hp@axis.com>
3007
3008 * configure.in (unsupported_languages): New macro.
3009 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
3010 non-ported target libraries in noconfigdirs.
3011 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
3012 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 3013 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
3014 unsupported_languages.
3015 * configure: Regenerate.
3016
68193f9b
TS
30172005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
3018
3019 * configure.in: Fix typo in handling of --with-mpfr-dir.
3020 * configure: Regenerate.
3021
f26f6b8d
RS
30222005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
3023
3024 * MAINTAINERS: Update my email address.
3025
ba4853f8
JB
30262005-06-02 Jim Blandy <jimb@redhat.com>
3027
3028 * config.sub: Add cases for the Renesas m32c. (This patch has been
3029 accepted into the master sources.)
3030
79dd769c 30312005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
3032 Michael Snyder <msnyder@redhat.com>
3033 Stan Cox <scox@redhat.com>
79dd769c 3034
f610dd5f 3035 * configure.in: Set noconfigdirs for ms1.
79dd769c 3036
f610dd5f 3037 * configure: Regenerate.
79dd769c 3038
d29e107f
JD
30392005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
3040
3041 * MAINTAINERS (Write After Approval): Add self.
3042
e93196c3
JC
30432005-06-01 Josh Conner <jconner@apple.com>
3044
3045 * MAINTAINERS (Write After Approval): Add self.
3046
ae263c7a
KH
30472005-06-01 Kazu Hirata <kazu@codesourcery.com>
3048
3049 * MAINTAINERS: Update my email address.
3050
585b3aa3
ZM
30512005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
3052
3053 * MAINTAINERS (Write After Approval): Add self.
3054
4930c50b
CD
30552005-05-26 Chris Demetriou <cgd@broadcom.com>
3056
3057 * MAINTAINERS (Write After Approval): Remove self.
3058
2dfbef6d
PB
30592005-05-25 Paolo Bonzini <bonzini@gnu.org>
3060
3061 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
3062 (Dependencies): Consider target modules for bootstrap dependencies.
3063 Make target bootstrap modules depend on each stage's gcc.
3064 * Makefile.in: Regenerate.
3065
bcb28cf5
PB
30662005-05-20 Paolo Bonzini <bonzini@gnu.org>
3067
3068 * Makefile.def (configure-gcc): Depend on binutils having been built.
3069 (all-gcc): No need to do it here.
3070 * Makefile.in: Regenerate.
3071
0cf085e4
PB
30722005-05-19 Paul Brook <paul@codesourcery.com>
3073
f610dd5f 3074 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
3075 language cannot be built.
3076 * configure: Regenerate.
3077
dfb2c39a
DJ
30782005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
3079
3080 * ylwrap: Import from Automake 1.9.5.
3081
771aaa92
DU
30822005-05-13 David Ung <davidu@mips.com>
3083
3084 * MAINTAINERS (Write After Approval): Add self.
3085
3ac9bd58
MS
30862005-05-09 Mike Stump <mrs@apple.com>
3087
3088 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
3089 lt_cv_sys_max_cmd_len for now.
f610dd5f 3090
f77a5578
SC
30912005-05-09 Stan Cox <scox@redhat.com>
3092
3093 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
3094
795e36e5
MK
30952005-05-08 Matt Kraai <kraai@ftbfs.org>
3096
3097 * README.SCO: Update the URL.
3098
c9392a2b
DE
30992005-05-05 David Edelsohn <edelsohn@gnu.org>
3100
3101 * ltconfig: Define file_list_spec. Pass file_list_spec and
3102 with_gnu_ld to libtool.
3103 * ltcf-c.sh (aix[45]): Define file_list_spec.
3104 * ltcf-cxx.sh (aix[45]): Same.
3105 * ltcf-gcj.sh (aix[45]): Same.
3106 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
3107 exists, write list of input files to temporary file.
3108
bebcd931
MS
31092005-05-04 Mike Stump <mrs@apple.com>
3110
3111 * configure.in: Always pass --target to target configures as
3112 otherwise rebuilds that do --recheck will fail.
3113 * confiugure: Rebuilt.
3114
ce406537
PB
31152005-05-04 Paolo Bonzini <bonzini@gnu.org>
3116
3117 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
3118 STAGE_HOST_EXPORTS.
3119 (configure, all): Add bootstrap support.
3120 (Host modules, target modules): Pass post-stage1 flags and exports.
3121 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
3122 * Makefile.in: Regenerate.
3123
aa9dcfc4
PB
31242005-04-29 Paolo Bonzini <bonzini@gnu.org>
3125
3126 * configure: Regenerate.
3127
b6f9abcf
MS
31282005-04-27 Mike Stump <mrs@apple.com>
3129
3130 * MAINTAINERS: Add self as darwin maintainer.
3131
acb217cb
BS
31322005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
3133
3134 * config.sub: Update from master copy.
3135
b6dae270
MS
31362005-04-21 Mike Stump <mrs@apple.com>
3137
3138 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
3139 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
3140
c2e0d3a9
HPN
31412005-04-19 Hans-Peter Nilsson <hp@axis.com>
3142
3143 * configure.in <crisv32-*-*, cris-*-*>: New local variable
3144 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
3145 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
3146 "*-*-elf" and "*-*-linux*".
3147 * configure: Regenerate.
3148
871ae772
JM
31492005-04-14 Joseph S. Myers <joseph@codesourcery.com>
3150
3151 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
3152
bf070c29
MS
31532005-04-12 Mike Stump <mrs@apple.com>
3154
3155 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
3156
e865b6f7
TK
31572005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
3158
3159 * MAINTAINERS (Write After Approval): Add myself.
3160
7b71ad7f
BS
31612005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
3162
3163 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
3164
25b42232
PB
31652005-04-06 Paolo Bonzini <bonzini@gnu.org>
3166
f610dd5f 3167 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
3168 (TARGET_CONFIGARGS): Include --with-target-subdir.
3169 (configure, all): New macros. Use them throughout.
3170 * Makefile.in: Regenerate.
3171
d727c624
JG
31722005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
3173
3174 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 3175
fff72cc4
ZD
31762005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
3177
3178 * MAINTAINERS: Remove 'loop unrolling' maintainer.
3179
86472dc3
GP
31802005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
3181
3182 * MAINTAINERS: Move John Carr to Write After Approval.
3183
5d0f90e5
R
31842005-03-30 J"orn Rennecke <joern.rennecke@st.com>
3185
3186 * config/mh-mingw32: Delete.
3187 * configure.in: Don't use it.
3188 * configure: Regenerate.
3189
33da42bc
PB
31902005-03-31 Paolo Bonzini <bonzini@gnu.org>
3191
3192 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
3193 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
3194 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
3195 (HOST_LIB_PATH): Generate from Makefile.def.
3196 (TARGET_LIB_PATH): Likewise.
3197 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
3198 * Makefile.in: Regenerate.
3199 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
3200 (RPATH_ENVVAR): Include Darwin case.
3201 * configure: Regenerate.
3202
15cc1841
TF
32032005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
3204
3205 * MAINTAINERS (Various Maintainers): Remove self.
3206 (Write After Approval): Add self.
3207
6a8c79d5
TF
32082005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
3209
3210 * MAINTAINERS (Various Maintainers): Add self.
3211
256f7136
PB
32122005-03-25 Paolo Bonzini <bonzini@gnu.org>
3213
3214 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
3215 * configure: Regenerate.
3216
191dd2c9
ZW
32172005-03-21 Zack Weinberg <zack@codesourcery.com>
3218
3219 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
3220 gcc_version, and gcc_version_trigger from set of flags to pass.
3221 * Makefile.tpl: Remove definitions of above variables.
3222 (config.status): Remove dependency on $(gcc_version_trigger).
3223 * Makefile.in: Regenerate.
3224 * configure.in: Do not reference config/gcc-version.m4 nor
3225 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
3226 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
3227 * configure: Regenerate.
3228
ef6e9bc0
MH
32292005-03-16 Manfred Hollstein <manfred.h@gmx.net>
3230 Andrew Pinski <pinskia@physics.uc.edu>
3231
3232 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
3233 * Makefile.in: Regenerate.
3234
009bbd5a
FW
32352005-03-13 Feng Wang <fengwang@nudt.edu.cn>
3236
3237 * MAINTAINERS (Write After Approval): Add myself.
3238
09f8755b
DA
32392005-03-03 David Ayers <d.ayers@inode.at>
3240
3241 * MAINTAINERS (Write After Approval): Add myself.
3242
e73ed25c
AO
32432005-03-01 Alexandre Oliva <aoliva@redhat.com>
3244
3245 PR libgcj/20160
3246 * ltmain.sh: Avoid creating archives with components that have
3247 duplicate basenames.
3248
ace9ac7b
AP
32492005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
3250
3251 PR bootstrap/20250
3252 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
3253 instead of check.
3254 * Makefile.in: Regenerate.
3255
c9db9354
PB
32562005-02-28 Paolo Bonzini <bonzini@gnu.org>
3257
3258 * Makefile.in: Regenerate to fix conflict between the previous two
3259 patches.
3260
215c351a
PB
32612005-02-28 Paolo Bonzini <bonzini@gnu.org>
3262
3263 PR bootstrap/17383
3264 * Makefile.def (target_modules): Remove "stage", now unnecessary.
3265 * Makefile.tpl (HOST_SUBDIR): New substitution.
3266 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
3267 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
3268 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
3269 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
3270 (Host modules, Bootstrapped modules): Use it.
3271 (Build modules, Target modules): Do not create symlink trees,
3272 always configure out-of-srcdir.
3273 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
3274 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
3275 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
3276 $(HOST_SUBDIR). Create a symlink for host_subdir.
3277
3278 * Makefile.in: Regenerate.
3279 * configure: Regenerate.
3280
5395b47b
NN
32812005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
3282
3283 Merged from libada-gnattools-branch:
3284 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
3285
3286 * gnattools: New directory.
3287 * Makefile.def: Add gnattools as a module, depending on target-libada.
3288 * Makefile.in: Regenerate.
3289 * configure.in: Include gnattools in host_tools; disable it if ada
3290 is disabled.
3291 * configure: Regenerate.
3292
ca2cc05c
JM
32932005-02-24 James A. Morrison <phython@gcc.gnu.org>
3294
3295 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
3296 treelang maintainer.
3297 (Write After Approval): Remove myself.
3298
d2f3024f
PS
32992005-02-23 Paul Schlie <schlie@comcast.net>
3300
3301 * configure.in: Allow darwin targeted ports to build tk, itcl and
3302 libgui.
3303 * configure: Regenerate.
3304
bba5e0ca
EB
33052005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3306
3307 PR libgcj/10353
3308 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
3309 * configure: Regenerate.
3310
70132ce7
SK
33112005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
3312
3313 * MAINTAINERS (Write After Approval): Add myself.
3314
20f0edca
ILT
33152005-02-10 Ian Lance Taylor <ian@airs.com>
3316
3317 * MAINTAINERS: Update my e-mail address.
3318
e64e5109
RG
33192005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
3320
3321 * MAINTAINERS (Write After Approval): Add myself.
3322
40d64b5a
HPN
33232005-01-29 Hans-Peter Nilsson <hp@axis.com>
3324
3325 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
3326 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
3327 target-libgloss when not *-*-elf and *-*-aout.
3328 * configure: Regenerate.
3329
54a12711
KH
33302005-01-23 Kazu Hirata <kazu@cs.umass.edu>
3331
3332 * MAINTAINERS: Remove obsolete entries.
3333
0aa99dbb
KH
3334 * MAINTAINERS (Write After Approval): Add Michael Matz.
3335
2b009f5f
NB
33362005-01-19 Neil Booth <neil@daikokuya.co.uk>
3337
3338 * MAINTAINERS: Remove self as cpplib maintainer.
3339
385870f5
KC
33402005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3341
3342 * install-sh, config.sub: Import from upstream.
3343
e7daab31
KC
33442005-01-17 Kelley Cook <kcook@gcc.gnu.org>
3345
3346 PR bootstrap/18222
3347 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
3348 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
3349 * Makefile.in: Regenerate.
3350
e6003f4d
JT
33512005-01-16 Jason Thorpe <thorpej@netbsd.org>
3352
3353 * MAINTAINERS: Update my email address.
3354
145e2972 33552005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 3356 Andreas Schwab <schwab@suse.de>
145e2972
DE
3357
3358 PR bootstrap/18033
3359 * config-ml.in: Eval option if surrounded by single quotes.
3360
86c7e0da
PB
33612005-01-03 Paolo Bonzini <bonzini@gnu.org>
3362
3363 Revert 2004-12-28 Makefile changes, a better fix will be
3364 applied to mainline and src after GCC 4.0 branches.
3365
3224a22f
PB
33662004-12-28 Paolo Bonzini <bonzini@gnu.org>
3367
3368 PR bootstrap/17383
3369
3370 * Makefile.def (target_modules): Remove stage parameter,
3371 it is always true now.
3372 * Makefile.tpl (configure-build-[+module+],
3373 configure-target-[+module+]): Always build symlink tree
3374 for the directory and for include. BUILD_SUBDIR and
3375 TARGET_SUBDIR cannot be . anymore.
3376 * Makefile.in: Regenerate.
3377
aaf51ca2
DE
33782004-12-25 David Edelsohn <edelsohn@gnu.org>
3379
3380 Revert 2004-12-08 Makefile changes.
3381
4e32e454
DS
33822004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
3383
3384 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
3385 cygwin, mingw.
3386
669f01d8
AS
33872004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
3388
3389 * configure.in (sh64-*-*): Reenable gprof.
3390 * configure: Regenerate.
3391
1b227ee0
DE
33922004-12-08 David Edelsohn <edelsohn@gnu.org>
3393
3394 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
3395 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
3396 (EXTRA_TARGET_FLAGS): Add PICFLAG.
3397 * Makefile.in: Regenerate.
3398
ce5e944c
CF
33992004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
3400
3401 * MAINTAINERS: Update my email address.
3402
893f1e87
MK
34032004-12-07 Matt Kraai <kraai@ftbfs.org>
3404
3405 * Makefile.tpl: Generate normal dependencies if the LHS module is
3406 not bootstrapped.
3407 * Makefile.in: Regenerate.
3408
bb59c339
RS
34092004-12-03 Richard Sandiford <rsandifo@redhat.com>
3410
3411 * configure.in: Include config/gxx-include-dir.m4. Use
3412 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
3413 * configure: Regenerate.
3414
4982adbe
RS
34152004-12-03 Richard Sandiford <rsandifo@redhat.com>
3416
3417 * config.if: Delete.
3418 * configure.in: Set libstdcxx_incdir directly.
3419 * configure: Regenerate.
3420
05750653
EC
34212004-12-02 Eric Christopher <echristo@redhat.com>
3422
3423 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
3424 * Makefile.in: Regenerate.
3425
5fef1dbd
RS
34262004-12-02 Richard Sandiford <rsandifo@redhat.com>
3427
3428 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
3429 * configure: Regenerate.
3430
afabd8e6
RS
34312004-12-02 Richard Sandiford <rsandifo@redhat.com>
3432
3433 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
3434 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
3435 * configure: Regenerate.
3436
78716e86
EC
34372004-12-01 Eric Christopher <echristo@redhat.com>
3438
3439 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
3440 of things to remove.
3441
57ab8ba9
MK
34422004-11-29 Matt Kraai <kraai@ftbfs.org>
3443
3444 * MAINTAINERS (Write After Approval): Update my e-mail address.
3445
2539bffe
KC
34462004-11-29 Kelley Cook <kcook@gcc.gnu.org>
3447
3448 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
3449 from CVS libtool to always pass_all.
3450
3e732ba0
JDA
34512004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3452
3453 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
3454 (hppa*64*-*-*): Delete incorrect comment.
3455 * configure: Rebuilt.
3456
767f726e
KC
34572004-11-24 Kelley Cook <kcook@gcc.gnu.org>
3458
3459 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
3460
2c92e90f
KC
34612004-11-24 Kelley Cook <kcook@gcc.gnu.org>
3462
3463 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
3464 from CVS libtool to always pass_all.
3465
32f84e48
KC
34662004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3467
3468 * install-sh, compile: Import from automake.
3469
9587be8a
KC
34702004-11-15 Kelley Cook <kcook@gcc.gnu.org>
3471
3472 * config.guess, config.sub: Import from savannnah.
3473
04e81808 34742004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
3475
3476 * MAINTAINERS (Write After Approval): Add myself
3477
f87a2b2e
MS
34782004-11-12 Mike Stump <mrs@apple.com>
3479
3480 * Makefile.def: Add html support.
3481 * Makefile.tpl: Likewise.
3482 * Makefile.in: Regenerate.
3483
848556c2
GK
34842004-11-11 Geoffrey Keating <geoffk@apple.com>
3485
556f03c4
GK
3486 PR 18423
3487 * configure.in: Remove all instances of build-fixincludes from
3488 noconfigdirs.
3489 (build_configargs): Supply --target to subdirectories.
3490 * configure: Regenerate.
3491
848556c2
GK
3492 * Makefile.def: Make gcc install depend on fixincludes install.
3493 * Makefile.in: Regenerate.
3494
9e5712a5
JJ
34952004-11-10 Janis Johnson <janis187@us.ibm.com>
3496
3497 * MAINTAINERS: Add myself as gcc testsuite maintainer.
3498
4ef509c0
PB
34992004-11-11 Paul Brook <paul@codesourcery.com>
3500
3501 * MAINTAINERS: Add self as arm maintainer. Update email address.
3502
20d11df6
HPN
35032004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
3504
3505 * configure.in (noconfigdirs) [mmix-*-*]: Disable
3506 target-libgfortran.
79fd8592 3507 * configure: Regenerate.
20d11df6 3508
68c70f15
DE
35092004-11-07 David Edelsohn <edelsohn@gnu.org>
3510
3511 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
3512 like CC.
3513
54f88091
PB
35142004-11-05 Paolo Bonzini <bonzini@gnu.org>
3515
3516 * Makefile.def (host fixincludes): Specify missing targets.
3517 * Makefile.in: Regenerate.
3518
6866abb8
RC
35192004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
3520
3521 * MAINTAINERS: Add myself
3522
83f62578
GL
35232004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
3524
3525 * MAINTAINERS (Write After Approval): Add myself.
3526
53c7ffe7
GK
35272004-11-04 Geoffrey Keating <geoffk@apple.com>
3528
3529 * Makefile.def: Build fixincludes for the host, too.
3530 * Makefile.in: Regenerate.
3531 * configure.in (host_tools): Add fixincludes.
3532 * configure: Regenerate.
3533
ac8b3d9d
DJ
35342004-11-04 Daniel Jacobowitz <dan@debian.org>
3535
3536 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
3537 * configure: Regenerated.
3538
bab37580
L
35392004-11-04 H.J. Lu <hongjiu.lu@intel.com>
3540
3541 PR other/17783
3542 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
3543 * configure: Regenerated.
3544
db1de713
MM
35452004-10-31 Mark Mitchell <mark@codesourcery.com>
3546
3547 * README.SCO: Update per FSF instructions.
3548
a827e21a
EW
35492004-10-28 Eric B. Weddington <ericw@evcohs.com>
3550
3551 PR target/18151
3552 * configure.in (case ${target}): Do not build fixincludes for avr.
3553 * configure: Regenerated.
3554
9d069a4f
PB
35552004-10-26 Paolo Bonzini <bonzini@gnu.org>
3556
3557 * configure.in (case ${target}): Do not build fixincludes
3558 on platforms where it is not used.
3559 * configure: Regenerated.
3560
fc45f3fe
DJ
35612004-10-23 Daniel Jacobowitz <dan@debian.org>
3562
3563 * configure.in: Use an absolute path to install-sh.
3564 * configure: Regenerated.
3565
36554b92
AL
35662004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
3567
3568 * MAINTAINERS (Write After Approval): Add myself.
3569
88e9994a
KH
35702004-10-19 Kazu Hirata <kazu@cs.umass.edu>
3571
3572 * MAINTAINERS: Remove from Write After Approval those that are
3573 already maintainers.
3574
ad02a944
SP
35752004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
3576
3577 * MAINTAINERS: Update my email address.
3578
c8e6cd41
KC
35792004-10-12 Kelley Cook <kcook@gcc.gnu.org>
3580
3581 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
3582 * configure: Regenerate.
3583
ebe55024
R
35842004-10-07 J"orn Rennecke <joern.rennecke@st.com>
3585
3586 * MAINTAINERS: Update my email address.
3587
a8b0957e
KH
35882004-10-07 Kazu Hirata <kazu@cs.umass.edu>
3589
3590 * MAINTAINERS (Language Front Ends Maintainers): New. Move
3591 entries belonging to this category.
3592
96836f61
JZ
35932004-10-06 Josef Zlomek <josef.zlomek@email.cz>
3594
3595 * MAINTAINERS: Update my e-mail address.
3596
7e0b5752
PB
35972004-10-06 Paolo Bonzini <bonzini@gnu.org>
3598
3599 Fix wrong conflict resolution in:
3600
3601 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
3602
3603 * Makefile.in: Regenerate.
3604 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3605 in the recursive `make', instead of hardwiring `all'.
3606 (Autogenerated TARGET-* variables): New.
3607
370f7a47
TL
36082004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
3609
3610 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 3611 * configure: Regenerate.
370f7a47 3612
13e5d623
KH
36132004-10-04 Kazu Hirata <kazu@cs.umass.edu>
3614
3615 * MAINTAINERS (Various Maintainers): Move the "windows,
3616 cygwin, mingw" maintainer to ...
3617 (OS Port Maintainers): ... here.
3618
a6497c1b
KH
36192004-10-04 Kazu Hirata <kazu@cs.umass.edu>
3620
3621 * MAINTAINERS (Write After Approval): Remove those that are
3622 maintainers of some subsystem.
3623
1abb828a
D
36242004-10-02 P.J. Darcy <darcypj@us.ibm.com>
3625
3626 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
3627 * ltcf-cxx.sh (tpf*): Likewise.
3628 * ltconfig (tpf*): Add TPF OS configuration support.
3629
16d1338d
BS
36302004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
3631
3632 * MAINTAINERS: Change my email address to my new work account.
3633
9082a750
MR
36342004-09-24 Michael Roth <mroth@nessie.de>
3635
3636 * configure.in (--without-headers): Add missing double quotes.
3637 * configure: Regenerate.
3638
07a8bdf8
KC
36392004-09-24 Kelley Cook <kcook@gcc.gnu.org>
3640
3641 * ylwrap: Revert to previous version.
3642
4c4a5bbc
L
36432004-09-23 H.J. Lu <hongjiu.lu@intel.com>
3644
3645 PR bootstrap/17369
3646 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
3647 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
3648 SET_GCC_LIB_PATH_CMD.
3649 (BASE_TARGET_EXPORTS): Likewise.
3650 * Makefile.in: Regenerated.
3651
3652 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
3653 * configure: Regenerated.
3654
85f59630
KC
36552004-09-23 Kelley Cook <kcook@gcc.gnu.org>
3656
3657 * config.guess: New upstream version
3658 * compile, depcomp, install-sh, ylwrap: Likewise.
3659
95c53c62
RS
36602004-09-19 Roger Sayle <roger@eyesopen.com>
3661
3662 * config/mh-x86omitfp: New host makefile fragment. Add
3663 -fomit-frame-pointer to the default BOOT_CFLAGS.
3664 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
3665 * configure: Regenerate.
3666
0a1c093b
AP
36672004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
3668
3669 PR target/11572
3670 * configure.in (*-*-darwin*): Renable libobjc.
3671 * configure: Regenerate.
3672
315fcf97
NS
36732004-09-10 Nathan Sidwell <nathan@codesourcery.com>
3674
3675 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
3676
0a050485 36772004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 3678
0a050485
DB
3679 * Makefile.def: Remove libbanshee.
3680 * Makefile.tpl: Ditto.
3681 * configure.in: Ditto.
3682 * Makefile.in: Regen.
3683 * configure: Ditto.
3684
5f4a098e
DE
36852004-09-08 David Edelsohn <edelsohn@gnu.org>
3686
3687 * ltmain.sh: Use $pic_object as $non_pic_object if
3688 $non_pic_object=none.
3689
32b2511f
PB
36902004-09-07 Paolo Bonzini <bonzini@gnu.org>
3691
3692 * missing: Import latest version from master repository.
3693
fc4d0e82
NC
36942004-09-06 Nick Clifton <nickc@redhat.com>
3695
3696 * config.sub: Import latest version from master repository.
3697 * config.guess: Likewise.
3698 This includes these changes:
78716e86 3699
fc4d0e82
NC
3700 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
3701
3702 * config.sub: Handle crisv32, alias etraxfs.
3703 * config.guess (crisv32:Linux:*:*): Handle.
3704
3705 2004-08-13 Brad Smith <brad@comstyle.com>
3706
3707 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
3708 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
3709
3710 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
3711
3712 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
3713 assume the processor is a powerpc. This is because coreutils
3714 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
3715 in this case, due to a MacOS X bug that causes
3716 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
3717 to return a negative number.
3718 Problem reported by Petter Reinholdtsen in:
3719 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
3720
3721 2004-07-19 Ben Elliston <bje@gnu.org>
3722
3723 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
3724
3725 2004-06-24 Ben Elliston <bje@gnu.org>
3726
3727 * config.guess: Update copyright years.
3728 * config.sub: Likewise.
3729
3730 2004-06-22 Robert Millan <robertmh@gnu.org>
3731
3732 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
3733 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
3734
3735 2004-06-22 Stanley F. Quayle <stan@stanq.com>
3736
3737 * config.guess (*:*VMS:*:*): New entry. Replaces
3738 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
3739 manufacturer.
3740
3741 2004-06-22 Ben Elliston <bje@gnu.org>
3742
3743 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
3744 * config.sub: Likewise.
3745
3746 2004-06-22 Ben Elliston <bje@gnu.org>
3747
3748 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
3749 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
3750
3751 2004-06-11 Ben Elliston <bje@gnu.org>
3752
3753 * config.guess (pegasos:OpenBSD:*:*): Remove.
3754
3755 2004-06-11 Ben Elliston <bje@gnu.org>
3756
3757 From Wouter Verhelst <wouter@grep.be>:
3758 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
3759
3760 2004-06-11 Ben Elliston <bje@gnu.org>
3761
3762 * config.guess (luna88k:OpenBSD:*:*): New.
3763
3764 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
3765
3766 * config.guess (m32r*:Linux:*:*): New case.
3767 * config.sub: Handle m32rle.
3768
3769 2004-03-12 Ben Elliston <bje@wasabisystems.com>
3770
3771 From Jens Petersen <petersen@redhat.com>:
3772 * config.sub: Handle sparcv8.
3773
3774 2004-03-03 Ben Elliston <bje@wasabisystems.com>
3775
3776 From Tom Smith <smith@cag.lkg.hp.com>:
3777 * config.guess: Version suffixes are equally significant on Tru64
3778 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
3779 prefix of "P" (patched kernel).
3780
3781 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
3782
3783 * config.sub: Add support for National Semiconductor CRX target.
3784
2f4cc6bf
JJ
37852004-09-03 Janis Johnson <janis187@us.ibm.com>
3786
3787 * MAINTAINERS (Various Maintainers): Remove myself as web page
3788 maintainer, add myself as maintainer of build status lists.
3789
61fec9ff
JB
37902004-09-03 Jan Beulich <jbeulich@novell.com>
3791
3792 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
3793 *-*-netware, but add target-libmudflap.
3794 Consolidate *-*-netware targets (of which really only i?86 exists)
3795 into a single entry.
3796 * configure: Likewise.
3797
45f366ab
PB
37982004-09-01 Paolo Bonzini <bonzini@gnu.org>
3799
3800 * Makefile.tpl (sorry): Remove.
3801 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
3802 (cleanstrap targets): Depend on distclean, not distclean-stage1.
3803 (do-clean): Clean per-stage directories too.
3804 (do-distclean): Run distclean-stage1 too.
3805 (.NOTPARALLEL): Enable during toplevel bootstrap.
3806 (stage[+id+]-bubble): Enable parallel execution during
3807 the recursive invocation.
3808 * Makefile.in: Regenerate.
3809
3810 Fix previous checkin:
3811
3812 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
3813 include.
3814 * configure.in: Fix indentation.
3815 * configure: Regenerate.
3816
be8fff81
RB
38172004-08-31 Robert Bowdidge <bowdidge@apple.com>
3818
45f366ab
PB
3819 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
3820 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
3821 * configure: regenerate
78716e86 3822 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 3823 -mdynamic-no-pic
be8fff81
RB
3824
3825
71b5d516
PB
38262004-08-31 Paolo Bonzini <bonzini@gnu.org>
3827
3828 * Makefile.def (build_modules): Add fixincludes.
3829 (dependencies): Make gcc depend on fixincludes.
3830 * configure.in (build_tools): Add fixincludes.
3831 (build_configdirs): Always include build_libs.
3832 * Makefile.in: Regenerate.
3833 * configure: Regenerate.
3834
38352004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
3836
3837 * Makefile.def (bootstrap stages): Add 'lean' parameter.
3838 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
3839 phony targets; do not generate timestamp files.
3840 (distclean-stageN): Remove references to their timestamp files.
3841 (restageN, touch-stageN): Remove.
3842 (stageN-bubble): Rewritten.
3843 (compare): Support lean bootstraps.
3844 * Makefile.in: Regenerate.
3845
3846 * configure.in: Only warn when bootstrapping but
3847 build != host or build != target. Support lean bootstraps.
3848 * configure: Regenerate.
3849
ce7cbbb0
PE
38502004-08-26 Phil Edwards <phil@codesourcery.com>
3851
3852 * configure.in: Give a better error message if GMP/MPFR are missing
3853 and a language needing them has been requested.
3854 * configure: Regenerated.
3855
9c71a529
PE
38562004-08-25 Phil Edwards <phil@codesourcery.com>
3857
3858 * configure.in: Print a list of available language front-ends if
3859 a requested one is missing. Tidy stray tab characters.
3860 * configure: Regenerated.
3861
e3f92d3b
MK
38622004-08-19 Michael Koch <konqueror@gmx.de>
3863
3864 * gcc/doc/install.texi: Update entry about automake for libjava.
3865
c3f84f61
RM
38662004-08-17 Robert Millan <robertmh@gnu.org>
3867
3868 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
3869 (instead of FreeBSD).
3870 * configure: Regenerate.
3871
7c27e184
PB
38722004-08-16 Paolo Bonzini <bonzini@gnu.org>
3873
3874 * Makefile.in: Regenerate.
3875 * configure: Regenerate.
3876
3877 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
3878 stage_*_flags.
3879 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
3880 for bootstrapped modules if toplevel bootstrap is going.
3881 (GCC bootstrap): Generate per-stage targets for all bootstrapped
3882 modules. Adjust for changes in Makefile.def. Enable several
3883 rules even in non-bootstrap mode, just to avoid peppering the
3884 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
3885 (stage-[+prev+]-bubble): Remove.
3886
3887 * Makefile.def (Dependencies): Depend on all-build-bison,
3888 all-build-flex, all-build-byacc, all-build-texinfo, rather
3889 than the host variations.
3890 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
3891 with BUILD_SUBDIR.
3892 (BISON): Update for recent Bisons.
3893 (YACC): Fix typo.
3894 (cross): Depend on all-build.
3895 (all): Do not depend on all-build.
3896 (prebootstrap): Remove.
3897 (dep-kind): Accept separate prefixes for MODULE and ON variables.
3898 (Prebootstrap dependencies): Add them to the per-stage targets
3899 and to all-prebootstrap.
3900 * configure.in (build_configdirs): Always enable build_tools.
3901 (BUILD_DIR_PREFIX): Remove.
3902
3903 * Makefile.def (gcc): Add target variable.
3904 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
3905 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3906 in the recursive `make', instead of hardwiring `all'.
3907 (Autogenerated TARGET-* variables): New.
3908
20f3bb80
BB
39092004-08-13 Brian Booth <bbooth@redhat.com>
3910
3911 * MAINTAINERS: Remove myself from write-after-approval.
3912
b5be499d
NN
39132004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
3914
3915 * src-release: Stop distributing mmalloc with gdb (which doesn't
3916 use it).
3917 * Makefile.def: GDB doesn't depend on mmalloc anymore.
3918 * Makefile.in: Regenerate.
3919
b3f8d95d
MM
39202004-08-09 Mark Mitchell <mark@codesourcery.com>
3921
3922 * configure.in (arm*-*-eabi*): New target.
3923 * configure: Regenerate.
3924
3589b69e
PB
39252004-08-06 Paolo Bonzini <bonzini@gnu.org>
3926
3927 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
3928 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
3929 (Dependencies): New section.
3930 * Makefile.tpl (Dependencies): Generate from Makefile.def.
3931 (configure-target-[+module+]): Depend on maybe-all-gcc
3932 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
3933 (toplevel profiledbootstrap): Fix dependencies.
3934 * Makefile.in: Regenerate.
3935
972974fc
MM
39362004-08-03 Mark Mitchell <mark@codesourcery.com>
3937
3938 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
3939 target-libiberty to noconfigdirs.
3940 * configure: Regenerate.
3941
bebf829d
PB
39422004-08-03 Paul Brook <paul@codesourcery.com>
3943
3944 * configure.in: Check for MPFR as well as GMP.
3945 * configure: Regenerate.
3946
98a5bb3b
RM
39472004-08-01 Robert Millan <robertmh@gnu.org>
3948
3949 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
3950 libmudflap for all GNU-based systems (with Glibc).
3951 * configure: Regenerate.
3952
d32ab992
PB
39532004-08-03 Paolo Bonzini <bonzini@gnu.org>
3954
3955 * Makefile.def (host-modules): Add gcc.
3956 * Makefile.in: Regenerate.
3957 * Makefile.tpl (sorry): New rule.
3958 (configure-host, all-host, [+make_target+]-host, do-check,
3959 install-host): Do not add gcc as a special case.
3960 (host modules): Add a small special-casing for gcc. Export
3961 extra_make_flags through the environment.
3962 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
3963 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
3964 other recursive targets for gcc): Remove.
3965
3966 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
3967 (stage, unstage): New rules.
3968 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
3969 distclean-stage[+id+]): Use stage_current.
3970 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
3971 the stage*-start rules.
3972
aeb732c1
GK
39732004-08-02 Geoffrey Keating <geoffk@apple.com>
3974
3975 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
3976 use -all_load flag.
3977
25b656e7
PB
39782004-08-02 Paolo Bonzini <bonzini@gnu.org>
3979
3980 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
3981 * configure: Regenerate.
3982
cc440d71
TM
39832004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
3984
3985 * maintainer-scripts/gcc_release: Revert yesterday's change.
3986
270e140b
SB
39872004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
3988
3989 * MAINTAINERS: Add myself to write-after-approval.
3990
3e4035f8
TM
39912004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
3992
3993 * libf2c: Removed.
3994 * gcc/gccbug.in: Updated because of libf2c removal.
3995 * maintainer-scripts/gcc_release: Ditto.
3996
a3e8d8b4
LR
39972004-07-09 Loren J. Rittle <ljrittle@acm.org>
3998
3999 * configure.in: Build libmudflap by default on FreeBSD.
4000 * configure: Regenerated.
4001
dfcada9a
MM
40022004-07-09 Mark Mitchell <mark@codesourcery.com>
4003
4004 * configure.in: Do not build libmudflap by default on non-GNU/Linux
4005 systems.
4006 * configure: Regenerated.
4007
3922b216
JDA
40082004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4009
4010 PR target/16344
4011 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
4012 feedback based compiler.
4013 * Makefile.in: Rebuilt.
4014
95bcca47
AO
40152004-07-08 Alexandre Oliva <aoliva@redhat.com>
4016
4017 * Makefile.def (host_modules): Set bootstrap=true for flex.
4018 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
4019 * Makefile.in: Rebuilt.
4020
051822f6
JH
40212004-07-07 Jan Hubicka <jh@suse.cz>
4022
4023 * MAINTAINERS: Add self as a profile feedback maintainer.
4024
7b61653a
PE
40252004-07-05 Phil Edwards <phil@codesourcery.com>
4026
4027 * configure.in: Do not prepend $srcdir to /dev/null in
4028 makefile fragments.
4029 * configure: Regenerate.
4030
23f6b2f9
PB
40312004-07-01 Paolo Bonzini <bonzini@gnu.org>
4032
4033 * Makefile.def (build_modules): Add bison, byacc, flex,
4034 m4, texinfo.
4035 (flags_to_pass): Add FLEX.
4036 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
4037 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
4038 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
4039 DEFAULT_MAKEINFO): Remove.
4040 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
4041 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
4042 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
4043 objdir or else use configured tool.
4044 (all-build): New.
4045 (all): Depend on it.
4046 (Build module dependencies): Add.
4047 * Makefile.in: Regenerate.
4048 * configure.in: Better support for multiple build modules,
4049 matching what is done for host/target modules. Do not look
4050 for "plausible" locations of build tools if Canadian cross.
4051 Use autoconf's AC_PROG_CC to find a C compiler. Define
4052 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
4053 * configure: Regenerate.
78716e86 4054
1c020272
PB
40552004-06-22 Paolo Bonzini <bonzini@gnu.org>
4056
4057 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
4058 * Makefile.in: Regenerate.
4059
a52a0a7f
PB
40602004-06-22 Paolo Bonzini <bonzini@gnu.org>
4061
4062 * Makefile.tpl (configure-build-[+module+],
4063 configure-[+module+], configure-target-[+module+]): Pass
4064 [+extra_configure_args+].
4065 (all-build-[+module+], all-[+module+], check-[+module+],
4066 install-[+module+], [+make_target+]-[+module+],
4067 all-target-[+module+], check-target-[+module+],
4068 install-target-[+module+], [+make_target+]-target-[+module+]):
4069 Pass [+extra_make_args+].
4070 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
4071 (GCC_HOST_EXPORTS): Remove.
4072 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
4073 cross, check-gcc, check-gcc-c++, install-gcc,
4074 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
4075 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
4076 * Makefile.in: Regenerate.
4077
ccde3f1a
MS
40782004-06-21 Matthew Sachs <msachs@apple.com>
4079
4080 * MAINTAINERS: Added self to write-after-approval.
4081
6264b0a6
CF
40822004-06-21 Christopher Faylor <cgf@alum.bu.edu>
4083
4084 * configure.in: Check for srcdir/winsup rather than build directory
4085 winsup.
4086 * configure: Regenerate.
4087
801e2270
CV
40882004-06-17 Corinna Vinschen <vinschen@redhat.com>
4089
4090 * configure.in: Don't build Cygwin native newlib if winsup
4091 directory is missing. Emit warning instead.
4092 * configure: Regenerate.
4093
ad6717df
PB
40942004-06-09 Paolo Bonzini <bonzini@gnu.org>
4095
4096 * Makefile.tpl (touch-stage[+id+]): New.
4097 (restage[+prev+]): Depend on touch-stage[+id+].
4098
4099 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
4100 Use it throughout.
4101
4102 * Makefile.def: Add profile and feedback bootstrap stages.
4103 Remove next field from bootstrap stages.
4104 * Makefile.tpl (LN, LN_S): Substitute.
4105 (stageN-start, stageN-end): Use double-colon rules, to
4106 provide a hook for additional setup commands.
4107 (distclean-stageN-gcc, restageN): Create dependencies from
4108 [+prev+], not from [+next+].
4109 (stageN-bubble): Add commands for successive stages from
4110 [+prev+], using double-colon rules.
4111 (all-stageN-gcc): Fix typo.
4112 (stagefeedback-start, profiledbootstrap): New.
4113 * Makefile.in: Regenerate.
4114 * configure.in: Call ACX_PROG_LN.
4115 * configure: Regenerate.
4116
5bbb9680
CY
41172004-06-08 Canqun Yang <canqun@nudt.edu.cn>
4118
4119 * MAINTAINERS (Write After Approval): Add myself.
4120
e18be1d4
MA
41212004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
4122
4123 * MAINTAINERS (Write After Approval): Add myself.
4124
5607edfd
PB
41252004-06-03 Paolo Bonzini <bonzini@gnu.org>
4126
4127 * configure.in: Fix --enable-bootstrap breakage introduced in trees
4128 without gcc.
4129 * configure: Regenerate.
4130
1ec4e9c3
PB
41312004-06-01 Paolo Bonzini <bonzini@gnu.org>
4132
4133 * Makefile.tpl: Fix typo.
4134 * Makefile.in: Regenerate.
4135
c2f7605f
PB
41362004-06-01 Paolo Bonzini <bonzini@gnu.org>
4137
4138 * configure.in: Remove new- prefix from toplevel
4139 bootstrap targets.
4140 * configure: Regenerate.
4141
f516a7da
PB
41422004-06-01 Paolo Bonzini <bonzini@gnu.org>
4143
4144 * Makefile.tpl (all.normal): Rename to all.
4145 (all): Replace with a rule to pick the default
4146 target from configure.
4147 (all-gcc, configure-gcc): Use conditionals to
4148 do nothing when toplevel bootstrap is going on.
4149 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
4150 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
4151 * configure.in: Support --enable-bootstrap.
4152
4153 * Makefile.def: Remove new- prefix from toplevel
4154 bootstrap targets.
4155 * Makefile.tpl: Likewise.
4156
4157 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
4158 target.
4159
4160 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
4161 $(RECURSE_FLAGS) to recursive invocation of make.
4162
4163 * Makefile.in: Regenerate.
4164 * configure: Regenerate.
4165
78dd5e36
AJ
41662004-05-30 Andreas Jaeger <aj@suse.de>
4167 Jim Wilson <wilson@specifixinc.com>
4168
4169 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
4170 like CC.
4171
30f1bddc
DJ
41722004-05-27 Daniel Jacobowitz <dan@debian.org>
4173
4174 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
4175 * configure: Regenerate.
4176
4fc4dd12
DJ
41772004-05-25 Daniel Jacobowitz <drow@false.org>
4178
4179 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
4180 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
4181 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
4182 targets.
4183 * Makefile.in: Regenerate.
4184
94632047 41852004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
4186
4187 * configure.in: Test the ability to symlink directories.
4188 * configure: Regenerate.
4189
4190 * Makefile.def (bootstrap-stage): New definitions.
4191 * Makefile.tpl (configure-stage1-gcc,
4192 configure-stage2-gcc, configure-stage3-gcc,
4193 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
4194 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
4195 new-restage3, compare): Autogenerate, see Makefile.in
4196 entry for behavioral changes.
4197 (distclean-stage1, new-stage1-start, new-stage1-end,
4198 new-stage1-bubble, distclean-stage2, new-stage2-start,
4199 new-stage2-end, new-stage2-bubble, distclean-stage3,
4200 new-stage3-start, new-stage3-end): New autogenerated targets.
4201 (objext, prebootstrap, BOOT_CFLAGS,
4202 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
4203 targets.
4204
4205 * Makefile.in: Regenerate.
4206 (distclean-stage1, new-stage1-start, new-stage1-end,
4207 new-stage1-bubble, distclean-stage2, new-stage2-start,
4208 new-stage2-end, new-stage2-bubble, distclean-stage3,
4209 new-stage3-start, new-stage3-end): New targets.
4210 (all-stage1-gcc): Move prebootstrap dependency from here...
4211 (configure-stage1-gcc): ...to here.
4212 (new-bootstrap): Use bubble targets.
4213 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4214 Use per-stage distclean targets.
4215 (configure-stage1-gcc, configure-stage2-gcc,
4216 configure-stage3-gcc, all-stage1-gcc,
4217 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
4218 Use new-stageN-start to prepare the tree.
4219
4f4e53dd
PB
42202004-05-23 Paolo Bonzini <bonzini@gnu.org>
4221
4222 * Makefile.def (host_modules): add libcpp.
4223 * Makefile.tpl: Add dependencies on and for libcpp.
4224 * Makefile.in: Regenerate.
4225 * configure.in: Add libcpp host module.
4226 * configure: Regenerate.
4227
60975492
PB
42282004-05-21 Paolo Bonzini <bonzini@gnu.org>
4229
4230 * Makefile.tpl: Whenever a recursive target is defined, wrap
4231 it in a special @if/@endif block, and prepare its maybe
4232 dependency in the @if/@endif block
4233 * configure.in: Instead of writing maybe dependencies, remove
4234 the @if/@endif statements, and remove the @if/@endif blocks
4235 that remain.
4236 * configure: Regenerate.
4237 * Makefile.in: Regenerate.
4238
5ce7d75d
JJ
42392004-05-20 Janis Johnson <janis187@us.ibm.com>
4240
4241 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
4242
c779c42f
KK
42432004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
4244
4245 PR bootstrap/15120
4246 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
4247 * */configure: Rebuilt.
4248
b4117c30
ZW
42492004-05-17 Zack Weinberg <zack@codesourcery.com>
4250
4251 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
4252 of libf2c.
4253 * configure, Makefile.in: Regenerate.
4254
719bb4e3 42552004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
4256
4257 * MAINTAINERS (Write After Approval): Add myself.
4258
6de9cd9a
DN
42592004-05-13 Diego Novillo <dnovillo@redhat.com>
4260
4261 Merge from tree-ssa-20020619-branch.
4262
4263 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
4264 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
4265 (HOST_GMPLIBS): Define.
4266 (HOST_GMPINC): Define.
4267 (TARGET_LIB_PATH): Add libmudflap.
4268 (GFORTRAN_FOR_TARGET): Define.
4269 (configure-build*): Export GFORTRAN.
4270 (configure-gcc): Export GMPLIBS and GMPINC.
4271 (all-gcc): Add maybe-all-libbanshee.
4272 (configure-target-libgfortran): Define.
4273 * Makefile.in: Regenerate.
4274 * configure.in (host_libs): Add libbanshee.
4275 (target_libraries): Add target-libmudflap and target-libgfortran.
4276 Add --with-libbanshee.
4277 Handle --disable-libmudflap.
4278 (*-*-freebsd*): Use with_gmp.
4279 Add $(libgcj) to noconfigdirs.
4280 * configure: Regenerate.
4281 * depcomp: New file.
4282 * MAINTAINERS: Add tree-ssa maintainers.
4283
8f1b790f
VM
42842004-05-04 Vladimir Makarov <vmakarov@redhat.com>
4285
b4117c30 4286 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 4287
693446fc
BF
42882004-04-30 Brian Ford <ford@vss.fsi.com>
4289
b4117c30 4290 * MAINTAINERS (Write After Approval): Add myself.
693446fc 4291
d1bb666c
UB
42922004-04-29 Uros Bizjak <uros@kss-loka.si>
4293
b4117c30 4294 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 4295
6cf1ac42
PB
42962004-04-28 Paolo Bonzini <bonzini@gnu.org>
4297
4298 * config/acx.m4: Fix fastcompare support for new-bootstrap.
4299 * configure: Regenerate.
4300
632933d5
PB
43012004-04-27 Paolo Bonzini <bonzini@gnu.org>
4302
4303 Revert:
4304 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
4305
4306 * Makefile.def (flags_to_pass): Remove *dir variables that
4307 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4308 as well as prefix and exec_prefix.
4309 * Makefile.in: Regenerate.
4310
80dc6aa0
RM
43112004-04-26 Robert Millan <robertmh@gnu.org>
4312
4313 Add patches from libtool CVS.
4314 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
4315 * ltconfig: Likewise.
4316 * ltcf-c.sh: Likewise.
4317 * ltcf-cxx.sh: Likewise.
4318 * ltcf-gcj.sh: Likewise.
4319
e11283f1
PB
43202004-04-26 Paolo Bonzini <bonzini@gnu.org>
4321
4322 * Makefile.def (host_modules): Mark with the bootstrap
4323 flag packages on which gcc depends.
4324 * Makefile.tpl (all-bootstrap): Use it.
4325 * Makefile.in: Regenerate.
4326
8546950c
PB
43272004-04-26 Paolo Bonzini <bonzini@gnu.org>
4328
4329 * Makefile.def (flags_to_pass): Remove *dir variables that
4330 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
4331 as well as prefix and exec_prefix.
4332 * Makefile.in: Regenerate.
4333
a76494aa
PB
43342004-04-26 Paolo Bonzini <bonzini@gnu.org>
4335
b4117c30
ZW
4336 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
4337 * configure: Regenerate.
4338 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
4339 * gcc/Makefile.tpl (compare): Use the result of the test.
4340 * gcc/Makefile.in: Regenerate.
a76494aa 4341
03a91701
PB
43422004-04-23 Paolo Bonzini <bonzini@gnu.org>
4343
4344 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
4345 Always relocate gcc and prev-gcc to the original names, even
4346 if the build fails.
4347 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
4348 New targets.
4349
082a6351
LG
43502004-04-23 Laurent GUERBY <laurent@guerby.net>
4351
4352 * MAINTAINERS: Update my email address.
b4117c30 4353
1f1d584b
RO
43542004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4355
4356 * configure.in (mips*-*-irix5*): Enable ld.
4357 * configure: Regenerate.
082a6351 4358
1db673ca
RO
43592004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4360
4361 * configure: Regenerate.
4362
ce4ea44e
JW
43632004-04-15 James E Wilson <wilson@specifixinc.com>
4364
4365 * Makefile.tpl (configure-[+module+], configure-gcc,
4366 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
4367 Set and export LDFLAGS.
4368 * Makefile.in: Regenerate.
4369
611f62ad
MC
43702004-04-12 Michael Chastain <mec.gnu@mindspring.com>
4371
b4117c30 4372 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 4373
be912515
NN
43742004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
4375
4376 PR bootstrap/14871
4377 * Makefile.tpl: If we don't have built-in-tree target tools,
4378 use the ones found by configure rather than hacking around with
4379 program_transform_name.
4380 * configure.in: Give Makefile.tpl the information necessary
4381 to do that.
4382 * Makefile.in: Regenerate.
4383 * configure: Regenerate.
4384
9104315a
NN
43852004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
4386
4387 PR bootstrap/14760
4388 * configure.in: When computing baseargs, strip *all* copies of
4389 offending options. Also, don't match/substitute the trailing space,
4390 so that this actually works when two similar options are separated by
4391 only one space.
4392 * configure: Regenerate.
4393
bef1d700
DE
43942004-04-06 David Edelsohn <edelsohn@gnu.org>
4395
b4117c30
ZW
4396 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
4397 (rs6000-*-aix*): Same.
4398 * configure: Regenerate.
bef1d700 4399
54bcf05e 44002004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
4401
4402 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 4403
369a832c 44042004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
4405
4406 * MAINTAINERS: Add myself to write-after-approval.
369a832c 4407
09a9c095
NN
44082004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
4409
7caf53cb
NN
4410 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
4411 STRICT_WARN, WARN_CFLAGS flags passed down to make.
4412 * Makefile.in: Regenerate.
4413
09a9c095
NN
4414 * configure.in (top level bootstrap support): Rework --enable-werror
4415 to set @stage2_werror_flag@.
4416 * configure: Regenerate.
4417 * Makefile.tpl (top level bootstrap support): Pass
4418 @stage2_werror_flag@ down to configure in stages 2 and 3.
4419 * Makefile.in: Regenerate.
4420
5595a2bd
NN
44212004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
4422
cbfd7e06
NN
4423 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4424 for stages 2 and 3 as well as in make. As a consequence, remove
4425 OUTPUT_OPTION (now detected by configure) from the flags passed down
4426 to make.
4427 * Makefile.in: Regenerate.
4428
5595a2bd
NN
4429 * Makefile.tpl (new-bootstrap): Fix typo.
4430 * Makefile.in: Regenerate.
4431
ca3b3e20
NN
44322004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
4433
295f4e42
NN
4434 * Makefile.tpl: Rearrange by moving recursive_targets rules
4435 into their proper sections.
4436 * Makefile.tpl (top level bootstrap support): Move disabling
4437 of coverage flags from 'make' to 'configure'; improve comments.
4438 * Makefile.in: Regenerate.
4439
340de83f
NN
4440 * Makefile.tpl (experimental top level bootstrap) Move stage1
4441 language setting from all- target to configure- target; disable
4442 intermodule optimization in stage 1; prevent gratuitous rebuilds
4443 of stage 1.
4444 * Makefile.in: Regenerate.
4445 * configure.in: Comma-separate stage 1 language list for top
4446 level bootstrap.
4447 * configure: Regenerate.
4448
ca3b3e20
NN
4449 * Makefile.tpl: Clean up experimental top level bootstrap support:
4450 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4451 prev-gcc in configure- targets as well as all- targets.
4452 * Makefile.in: Regenerate.
4453
4d038073
KC
44542004-03-21 Kelley Cook <kcook@gcc.gnu.org>
4455
4456 * compile: New file imported from automake.
4457
ab3533d6
PB
44582004-03-17 Paolo Bonzini <bonzini@gnu.org>
4459
4460 * configure.in: Remove symbolic link section.
4461 * configure: Regenerate.
4462 * Makefile.tpl (links): Remove.
4463 * Makefile.in: Regenerate.
4464
1e0f07d3 44652004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 4466 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
4467
4468 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 4469 Set with AC_CHECK_PROGS.
1e0f07d3
PB
4470 * configure.in: Fix comment typo from last patch.
4471 * configure: Regenerate.
4472
2805b53a
NN
44732004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
4474
4475 * Makefile.tpl: Introduce experimental top level bootstrap support.
4476 * Makefile.in: Regenerate.
4477 * configure.in: Introduce support for top level bootstrap.
4478 * configure: Regenerate.
4479
79b4b7d2 44802004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 4481 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
4482
4483 PR bootstrap/14522
4484 * configure.in: Cope with shells that do not support unquoted ^
4485 * configure: Regenerate.
4486
6bbec498 44872004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 4488 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
4489
4490 PR bootstrap/14522
79b4b7d2 4491 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
4492 quotes inside quoted backquote substitutions.
4493 * configure: Regenerate.
4494
83c15dfc
AP
44952004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
4496
4497 PR bootstrap/14522
f2bd98d4 4498 * configure.in: Fix escaping of $.
83c15dfc
AP
4499 * configure: Regenerate.
4500
55ffb5ed
NN
45012004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
4502
4503 * configure: Regenerate, since I forgot to while committing Paolo's
4504 changes.
4505
e4c9c075
PB
45062004-03-08 Paolo Bonzini <bonzini@gnu.org>
4507
4508 PR ada/14131
4509 Move language detection to the top level.
4510 * configure.in: Find default values for the tools as
4511 soon as possible. Disable ada if GNAT is not found.
4512 Emit error message about missing languages. Expand
4513 --enable-languages=all for the gcc subdirectory.
4514
5199e2c6
BE
45152004-03-10 Ben Elliston <bje@gnu.org>
4516
4517 * MAINTAINERS: Update my email address.
4518
c18b95e5
DE
45192004-03-05 David Edelsohn <edelsohn@gnu.org>
4520
4521 * ltconfig: Disable building static libraries if building shared
4522 libraries on AIX 5L.
4523
d0fe5ad3
RS
45242004-03-01 Richard Sandiford <rsandifo@redhat.com>
4525
4526 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4527 and disable libgcj.
4528 * configure: Regenerated.
4529
e6f71f9d
BB
45302004-03-01 Brian Booth <bbooth@redhat.com>
4531
4532 * MAINTAINERS: Add myself to write-after-approval.
4533
8983e50e
PB
45342004-03-01 Paolo Bonzini <bonzini@gnu.org>
4535
4536 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 4537
d4cd9d81
NN
45382004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
4539
4540 PR bootstrap/7087
4541 * Makefile.tpl: Guard XFOO sed statements better.
4542 * Makefile.tpl: Add dependency for configure-target-libada.
4543 * Makefile.in: Regenerate (incidentally fixes broken
4544 commit when libada-branch was merged).
4545
0ea0229e
KC
45462004-02-25 Kelley Cook <kcook@gcc.gnu.org>
4547
4548 * MAINTAINERS: Add myself to write-after-approval.
4549
bad93735
AP
45502004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
4551
4552 * MAINTAINERS: Add Nicola Pero and myself as libobjc
4553 maintainers.
4554
a7ca14fc
AC
45552004-02-20 Andrew Cagney <cagney@redhat.com>
4556
4557 * config.guess: Update from version 2003-10-16 to 2004-02-16.
4558 * config.sub: Update from version 2003-11-03 to 2004-02-16.
4559
51592782
NN
45602004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
4561
4562 PR bootstrap/11932
4563 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4564
6a30854a
JQ
45652004-02-14 Jerry Quinn <jlquinn@optonline.net>
4566
4567 * MAINTAINERS: Added myself to write-after-approval.
4568
be8b2bee
MK
45692004-02-14 Michael Koch <konqueror@gmx.de>
4570
4571 * MAINTAINERS: Added myself to write-after-approval.
4572
972760b7
JM
45732004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
4574
4575 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
4576 some OS port maintainers to OS port maintainers section.
4577
b0281654
FCE
45782004-02-13 Frank Ch. Eigler <fche@redhat.com>
4579
4580 * MAINTAINERS: Add self.
4581
3c419fd6
KH
45822004-02-12 Kazu Hirata <kazu@cs.umass.edu>
4583
4584 * MAINTAINERS: Alphabetize.
4585
e88e9aee
PB
45862004-02-12 Paolo Bonzini <bonzini@gnu.org>
4587
4588 * MAINTAINERS: Remove myself.
b4117c30 4589
1915e422
DE
45902004-02-11 David Edelsohn <edelsohn@gnu.org>
4591
4592 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
4593 (rs6000-*-aix*): Same.
4594 * configure: Regenerate.
4595
a22c2d8d
KC
45962004-02-11 Kelley Cook <kcook@gcc.gnu.org>
4597
4598 * configure.in (host): Add in missing $noconfigdirs to defines.
4599 * configure: Regenerate.
4600
d9cdb878
AC
46012004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
4602 Nathanael Nerode <neroden@gcc.gnu.org>
4603
4604 PR ada/6637, PR ada/5911
b4117c30 4605 Merge with libada-branch:
d9cdb878
AC
4606 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
4607 with appropriate dependencies. Add --enable-libada configure switch.
4608 * configure, Makefile.in: Regenerate.
4609
8bd92821
PB
46102004-02-09 Paolo Bonzini <bonzini@gnu.org>
4611
4612 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 4613
89a95129
RO
46142004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4615
4616 * configure.in: Don't pass --with-stabs on IRIX 5 either.
4617 * configure: Regenerate.
4618
892629bc
GK
46192004-02-04 Geoffrey Keating <geoffk@apple.com>
4620
4621 Merge from upstream:
4622
4623 * ltmain.in: When setting IFS to '~', be careful about user
4624 arguments that contain '~'.
4625
4626 2004-02-04 Peter O'Gorman <peter@pogma.com>
4627
4628 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
4629 Also test $base_compile against $CC with escaped arguments. Bug
4630 reported by Geoff Keating <geoffk@apple.com>.
4631
6b402165
KH
46322004-02-04 Kazu Hirata <kazu@cs.umass.edu>
4633
4634 * MAINTAINERS: Remove i960 port.
4635
fa2f0306
DD
46362004-01-23 DJ Delorie <dj@redhat.com>
4637
4638 * Makefile.def (target_modules) [libiberty]: Don't stage.
4639 * Makefile.in: Rebuilt.
4640
9feb20aa
CT
46412004-01-20 Caroline Tice <ctice@apple.com>
4642
4643 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 4644
7aed2ccc
PC
46452004-01-19 Paolo Carlini <pcarlini@suse.de>
4646
4647 * MAINTAINERS: Update my email address.
4648
f25bebe1
JM
46492004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
4650
4651 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 4652
28083580
VR
46532004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4654
4655 * MAINTAINERS: Remove entries without email address.
4656
c0f4b5e4
DJ
46572004-01-15 Daniel Jacobowitz <drow@mvista.com>
4658
4659 * MAINTAINERS: Add myself to write-after-approval.
4660
b5eb5a5e
SB
46612004-01-15 Steven Bosscher <stevenb@suse.de>
4662
4663 * MAINTAINERS: Update my email address.
4664
2c4de30b
LR
46652004-01-14 Loren J. Rittle <ljrittle@acm.org>
4666
4667 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
4668 * Makefile.tpl (configure-target-[+module+]): Support stage.
4669 * Makefile.in: Rebuilt.
4670
74c0b320
ILT
46712004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
4672
4673 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
4674
2560344b
RS
46752004-01-10 Richard Sandiford <rsandifo@redhat.com>
4676
4677 * MAINTAINERS: Add myself as a MIPS maintainer.
4678
8b21cda6
NN
46792004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
4680
2b6c260d
NN
4681 * configure.in: Use ./config.cache, not config.cache.
4682 * configure: Regenerate.
4683 * Makefile.tpl: Special-casing not needed for GCC any more.
4684 * Makefile.in: Regenerate.
4685
09438bde
NN
4686 * configure.in: Don't share a cache file for host dirs.
4687 * configure: Regenerate.
4688
8b21cda6
NN
4689 * config-ml.in: Don't mess with the cache file.
4690
e42870df
EB
46912004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
4692
4693 * MAINTAINERS: Move myself from 'Write After Approval' to
4694 'CPU Port Maintainers' section as SPARC maintainer.
4695
6b9eb62c
NN
46962004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
4697
78a816a6
NN
4698 * Makefile.tpl: Make GCC use a separate config.cache.
4699 * Makefile.in: Regenerate.
4700
6b9eb62c
NN
4701 PR bootstrap/11932, PR bootstrap/11933
4702 (I don't know if it will fix either of them, but it relates
4703 to them.)
4704 * configure.in: Don't use shared config.cache for target
4705 directories.
4706 * configure: Regenerate.
4707
86d7b562
DN
47082004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
4709
4710 * MAINTAINERS: Add myself to 'Write After Approval' section.
4711
07d0a605
RS
47122003-12-31 Roger Sayle <roger@eyesopen.com>
4713
4714 * configure.in (ia64*-*-hpux*): Disable building java libraries.
4715 * configure: Regenerated.
4716
459ac19f
KH
47172003-12-23 Kazu Hirata <kazu@cs.umass.edu>
4718
4719 * MAINTAINERS: Remove the mn10200 maintainer.
4720
5785c0ed 47212003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 4722
cc6010cd
AP
4723 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
4724 * configure: Regenerated.
5785c0ed 4725
a268eff9
JH
47262003-12-16 Jan Hubicka <jh@suse.cz>
4727
4728 * MAINTAINERS: Add myself as callgraph maintainer.
4729
9d465b12
TF
47302003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
4731
4732 * configure.in (raw_libstdcxx_flags): Remove the leading space.
4733 * configure: Regenerate.
4734
a68a270a
GB
47352003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4736
4737 * MAINTAINERS: Move myself from 'Bug database only accounts' to
4738 'Write After Approval' section. Update email.
4739
3066a15c
JL
47402003-12-01 James Lemke <jim@wasabisystems.com>
4741
4742 * MAINTAINERS (Write After Approval): Add myself.
4743
8c052da4
MT
47442003-11-20 Matt Thomas <matt@3am-software.com>
4745
4746 * MAINTAINERS: Add myself as a vax port maintainer.
4747
e75f9147
KC
47482003-11-20 Kelley Cook <kcook@gcc.gnu.org>
4749
4750 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
4751 (configure-build-[+module+], configure-[+module+]): Likewise.
4752 (configure-target-[+module+], configure-gcc, config.status): Likewise.
4753 * Makefile.in: Regenerate.
4754
43d8d958
AT
47552003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
4756
4757 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
4758 shared/dylibed libraries.
4759 * ltmain.sh: Likewise.
4760 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
4761 * ltcf-cxx.sh: Likewise.
4762 * ltcf-gcj.sh: Likewise.
4763 * ltconfig: Likewise.
4764
638dcaa0
SC
47652003-11-17 Stan Cox <scox@redhat.com>
4766
4767 * MAINTAINERS: Add myself as iq2000 port maintainer.
4768
15cc172b
AC
47692003-11-14 Arnaud Charlet <charlet@act-europe.fr>
4770
b4117c30
ZW
4771 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
4772 * Makefile.in: Regenerate.
15cc172b 4773
20af77cd
UW
47742003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
4775
4776 * config.sub: Update to 2003-11-03 version.
4777
4dd01c5c
PE
47782003-10-20 Phil Edwards <phil@codesourcery.com>
4779
4780 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
4781 * configure: Regenerate.
4782
8d36c499
NP
47832003-10-20 Nicolas Pitre <nico@cam.org>
4784
4785 * MAINTAINERS: Add myself to 'Write After Approval' section.
4786
8b7ebc31
AC
47872003-10-20 Arnaud Charlet <charlet@act-europe.fr>
4788
4789 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
4790
afe1910c
JM
47912003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
4792
4793 * MAINTAINERS: Update my email address.
4794
05dcec66
RO
47952003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4796
4797 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
4798
71fc2f0c
RL
47992003-10-17 Ralph Loader <rcl@ihug.co.nz>
4800
4801 * MAINTAINERS: Add myself to 'Write After Approval' section.
4802
507ec745
BI
48032003-10-16 Bernardo Innocenti <bernie@develer.com>
4804
4805 * config.guess: Update to 2003-10-16 version.
4806 * config.sub: Update to 2003-10-16 version.
4807
4d466c42
DD
48082003-10-15 David Daney <ddaney@avtrex.com>
4809
4810 * MAINTAINERS: Added myself to 'Write After Approval' section.
4811
0c9b16bc
FH
48122003-10-15 Falk Hueffner <falk@debian.org>
4813
4814 * MAINTAINERS: Move myself from 'Bug database only accounts' to
4815 'Write After Approval' section. Update email.
4816
74d57d15
RS
48172003-10-14 Roger Sayle <roger@eyesopen.com>
4818
4819 * MAINTAINERS: Move myself from 'Write After Approval' to
4820 'Various Maintainers' section as middle-end maintainer.
4821
d29b8ad8
NN
48222003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
4823
4824 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
4825 HOST_FLAGS_TO_PASS.
4826 * Makefile.in: Regenerate.
4827
26db814a
BI
48282003-10-11 Bernardo Innocenti <bernie@develer.com>
4829
4830 * config.guess: Update to 2003-10-07 version.
4831 * config.sub: Update to 2003-10-07 version.
4832
fffeb871
RO
48332003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4834
4835 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
4836 * ltconfig (irix5*, irix6*): Don't override version_type.
4837
6691a79e
ME
48382003-10-05 Mohan Embar <gnustuff@thisiscool.com>
4839
4840 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
4841 * configure: Rebuilt
4842 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
4843 * Makefile.in: Rebuilt
4844
62cdd71e
L
48452003-10-03 H.J. Lu <hongjiu.lu@intel.com>
4846
4847 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
4848
6fe2eacc
CW
48492003-09-30 Carlo Wood <carlo@alinoe.com>
4850
cc6010cd 4851 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 4852
ea57e5ad
PK
48532003-09-29 Paul Koning <ni1d@arrl.net>
4854
4855 * MAINTAINERS: Move myself from "Write After Approval"
4856 to CPU platform maintainers for pdp11 platform.
4857
e070672a
AT
48582003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
4859
4860 * MAINTAINERS: Move myself from 'Write After Approval' to
4861 'Various Maintainers' section as libffi testsuite maintainer.
4862
43bb47c2
DJ
48632003-09-21 Daniel Jacobowitz <drow@mvista.com>
4864
4865 * configure.in: Pass a computed --program-transform-name
4866 to subconfigures.
4867 * configure: Regenerated.
4868
da9d3b37
NN
48692003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
4870
94322beb
NN
4871 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
4872 * Makefile.in: Regenerate.
4873
da9d3b37
NN
4874 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
4875 * Makefile.in: Regenerate.
4876
ffd9060b
ZL
48772003-09-19 Ziemowit Laski <zlaski@apple.com>
4878
4879 * MAINTAINERS: Move myself from 'Write After Approval'
4880 to 'Various Maintainers' (objective-c) section.
4881
eeae7b41
DJ
48822003-09-17 Daniel Jacobowitz <drow@mvista.com>
4883
4884 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
4885 quoting.
4886 * configure: Regenerated.
4887
a080d12b
JB
48882003-09-16 Joel Brobecker <brobecker@gnat.com>
4889
4890 * MAINTAINERS (Write After Approval): Add myself to write after
4891 approval list.
4892
6cd2fc59
DN
48932003-09-16 Dorit Naishlos <dorit@il.ibm.com>
4894
cc6010cd 4895 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 4896
dcbdd9cc
ILT
48972003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
4898
4899 * MAINTAINERS: Update my e-mail address.
4900
e517f636
AM
49012003-09-09 Alan Modra <amodra@bigpond.net.au>
4902
4903 * libtool.m4 (LD): Correct powerpc64 host match.
4904
bc49924b
JW
49052003-09-06 James E Wilson <wilson@tuliptree.org>
4906
4907 * MAINTAINTERS: Update my affiliation and email address.
4908
082124f5
ZD
49092003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
4910
4911 * MAINTAINERS (Write After Approval): Add myself.
4912
dc94d89e
DD
49132003-09-04 DJ Delorie <dj@redhat.com>
4914
4915 * configure: Regenerate.
4916
49172003-09-04 Robert Millan <robertmh@gnu.org>
4918
4919 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 4920
7a0f2d4e
KG
49212003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4922
4923 * configure.in: Ensure arguments to sed are properly spaced.
4924 * configure: Regenerate.
4925
88d032eb
GP
49262003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
4927
4928 * MAINTAINERS: Update my e-mail address.
4929
0b3f3d22
ME
49302003-08-28 Mohan Embar <gnustuff@thisiscool.com>
4931
4932 * MAINTAINERS (Write After Approval): Add myself.
4933
d253f9ba
DJ
49342003-08-27 Daniel Jacobowitz <drow@mvista.com>
4935
4936 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
4937 * configure: Regenerated.
4938
066ec9c9
MM
49392003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
4940
4941 * MAINTAINERS: Update my email address.
4942
415d7ef9
PE
49432003-08-23 Phil Edwards <pme@gcc.gnu.org>
4944
4945 * configure.in: Use newline instead of semicolon when assuming
4946 shell arguments in a for loop.
4947 * configure: Regenerated.
4948
e1567352
JE
49492003-08-22 Jason Eckhardt <jle@rice.edu>
4950
4951 * MAINTAINERS: Resurrect the i860 maintainer.
4952
b348267b
GK
49532003-08-20 Geoffrey Keating <geoffk@apple.com>
4954
e50084fa
GK
4955 PR 8180
4956 * configure.in: When testing with_libs and with_headers, treat
4957 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
4958 * configure: Regenerate.
b4117c30 4959
b348267b
GK
4960 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
4961 make, shell, etc.
4962 (baseargs): Likewise.
4963 * configure: Regenerate.
4964
ca26ffe0
BI
49652003-08-20 Bernardo Innocenti <bernie@develer.com>
4966
4967 * MAINTAINERS (Write After Approval): Add myself.
4968
940cde4d
GK
49692003-08-19 Geoffrey Keating <geoffk@apple.com>
4970
4971 * configure.in: Disable libgcj for darwin not on powerpc.
4972 * configure: Rebuild.
4973
74bed51b
ADL
49742003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
4975
4976 * config-ml.in, symlink-tree: Add license.
4977
b4117c30
ZW
49782003-08-03 Richard Stallman <rms@gnu.org>
4979 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
4980
4981 * README.SCO: New file.
4982
333a28b4
MK
49832003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
4984
4985 * Makefile.tpl (check, check-c++): Express dependencies using
4986 dependencies rather than commands.
4987 * Makefile.in: Regenerate.
4988
c197e306
AC
49892003-08-01 Andrew Cagney <cagney@redhat.com>
4990
4991 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
4992 * configure: Ditto.
4993
a8ee6e2d
GK
49942003-07-31 Geoffrey Keating <geoffk@apple.com>
4995
4996 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 4997 * Makefile.in: Update.
a8ee6e2d 4998
8d9b3f2e
AT
49992003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
5000
5001 * configure.in: Enable libgcj for darwin.
5002 * configure: Rebuild.
5003
52c0c542
PE
50042003-07-29 Phil Edwards <pme@gcc.gnu.org>
5005
5006 * config-ml.in: Use ac_configure_args directly instead of
5007 ml_arguments. Only set ml_norecursion if --no[-]recursion is
5008 actually seen.
5009
b4acb5ef
NN
50102003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
5011
5012 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
5013 creating target and build subdirs to build all parent dirs as needed.
5014 * Makefile.in: Rebuild.
5015 * configure.in: Don't build dirs explicitly here.
5016 * configure: Rebuild.
5017
a51d71d0
PB
50182003-07-26 Paul Brook <paul@nowt.org>
5019
5020 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
5021
f43e12ce
AO
50222003-07-22 Alexandre Oliva <aoliva@redhat.com>
5023
5024 * Makefile.tpl (all-make): Depend on intl.
5025 * Makefile.in: Rebuilt.
5026
8a199ff6
PE
50272003-07-20 Phil Edwards <pme@gcc.gnu.org>
5028
5029 * install-sh: Update to newer upstream versions (associated with
5030 aclocal 1.7).
5031 * mkinstalldirs: Likewise.
5032 * missing: Likewise, plus $1Help2man -> $1 typo fix.
5033
e6a8c803
AP
50342003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
5035
5036 * MAINTAINERS: Move self from Bug database only accounts
5037 to write-after-approval.
5038
9f13608f
NN
50392003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
5040
5041 * config.if: Remove unused libc_interface determination.
5042
c7864714
NN
50432003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
5044
5045 * MAINTAINERS: Move self from write-after-approval to
5046 build machinery (*.in).
5047
775956d0
NN
50482003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
5049
5050 PR bootstrap/11273
5051 PR bootstrap/11408
5052 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
5053 unused INSTALL_PROGRAM_ARGS.
5054 * configure.in: Use AC_PROG_INSTALL.
5055 * Makefile.in: Regenerate.
5056 * configure: Regenerate.
5057
c7f67a6e
KH
50582003-07-13 Kazu Hirata <kazu@cs.umass.edu>
5059
5060 * MAINTAINERS: Alphabetize.
5061
33952f6f
AO
50622003-07-10 Alexandre Oliva <aoliva@redhat.com>
5063
5064 * configure: Rebuilt.
5065 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
5066 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
5067 newlib nor libgloss.
5068 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
5069 * configure.in (am33_2.0-*-linux*): Added.
5070
0d4f1b4e
BW
50712003-07-09 Bob Wilson <bob.wilson@acm.org>
5072
5073 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
5074 * configure: Regenerate.
5075
56694dd9
ZW
50762003-07-07 Zack Weinberg <zack@codesourcery.com>
5077
5078 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
5079 * Makefile.in: Regenerate.
5080
21607eb4
ZW
50812003-07-04 Zack Weinberg <zack@codesourcery.com>
5082
5083 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
5084 * Makefile.in: Regenerate.
5085
8c90b13a
L
50862003-07-04 H.J. Lu <hongjiu.lu@intel.com>
5087
5088 * Makefile.tpl: Replace PWD with PWD_COMMAND.
5089 * Makefile.in: Regenerated.
5090
5d42f90e
L
5091 * config-ml.in: Replace PWD with PWD_COMMAND.
5092
6eb95e99
ZW
50932003-07-04 Zack Weinberg <zack@codesourcery.com>
5094
5095 * intl: New directory; see intl/ChangeLog for details.
5096 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
5097 * Makefile.tpl: all-gcc depends on maybe-all-intl.
5098 * Makefile.in: Regenerate.
5099
07d1940e
NN
51002003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
5101
5102 * configure.in: Clean up config-lang.in handling. Delete
5103 useless assignment to "subdirs".
5104 * configure: Regenerate.
5105
4dbda6f0
NN
51062003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
5107
5108 * configure.in: Rename 'target_libs' to 'target_libraries'.
5109 Remove useless reference to 'target_libs'.
5110 * configure: Regenerate.
5111
2c30ab71
KS
51122003-06-23 Keith Seitz <kseitz@sources.redhat.com>
5113
5114 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
5115 * Makefile.in: Regenerate.
5116
11405c93
NN
51172003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
5118
5119 * Makefile.def: Introduce flags_to_pass.
5120 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
5121 * Makefile.in: Regenerate.
5122
fb87ad5d
HPN
51232003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
5124
5125 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
5126 and target-libgloss.
5127 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
5128 <h8300*-*-*>: Disable libf2c and ${libgcj}.
5129 * configure: Regenerate.
5130
a7956a48
BK
51312003-06-17 Benjamin Kosnik <bkoz@redhat.com>
5132
5133 * configure.in: Update testsuite_flags to new location.
5134 * configure. Regenerate.
6eb95e99 5135
eaf9f3b2
NN
51362003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
5137
5138 * Makefile.tpl: Remove BUILD_CC stuff.
5139 * Makefile.in: Regenerate.
5140
2d89ffef
KH
51412003-06-17 Kazu Hirata <kazu@cs.umass.edu>
5142
5143 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
5144
83415b0b
GP
51452003-06-16 Graeme Peterson <gp@qnx.com>
5146
5147 * MAINTAINERS (Write After Approval): Add myself.
5148
b951c91c 51492003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 5150
b951c91c
L
5151 * config.guess: Update to 2003-06-12 version.
5152 * config.sub: Update to 2003-06-13 version.
5153
0bb41a37
L
51542003-06-12 H.J. Lu <hongjiu.lu@intel.com>
5155
5156 * config.guess: Update to 2003-06-06 version.
5157 * config.sub: Update to 2003-06-06 version.
5158
655b7166
RO
51592003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5160
5161 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
5162 * configure. Regenerate.
5163
01b759aa
NN
51642003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
5165
bf1d3e81
NN
5166 * configure.in: Disable serial configure by default.
5167 * configure: Regenerate.
5168 * Makefile.tpl: Abolish .NOTPARALLEL.
5169 * Makefile.in: Regenerate.
5170
e89fbdfe
NN
5171 * Makefile.tpl: Replace {build,host,target}_canonical by
5172 {build,host,target}.
5173 * Makefile.in: Regenerate.
5174
01b759aa
NN
5175 * Makefile.tpl: Fix stupid pasto.
5176 * Makefile.in: Regenerate.
5177
f7dae026
NN
51782003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
5179
5180 * Makefile.tpl: Remove bogus conditional.
5181 * Makefile.in: Regenerate.
5182
51832003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
5184
5185 * Makefile.tpl (profiledbootstrap): New target.
5186 * Makefile.in (profiledbootstrap): New target.
5187
2ffc3e73 51882003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
5189
5190 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
5191 Pinski. Remove user names from other bugzilla-only maintainers.
5192
1a1e6b96
NN
51932003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
5194
1358ccea
NN
5195 * Makefile.tpl: Make 'recursive targets' using autogen rather
5196 than shell loop. Remove duplicate 'clean' targets and false
5197 comments.
5198 * Makefile.def: Add systematic dependencies to 'recursive' targets.
5199 Add systematic method of specifying missing targets in subdirs.
5200 Add copyright boilerplate.
5201 * Makefile.in: Regenerate.
5202 * configure.in: Add 'recursive targets' to maybe list.
5203 * configure: Regenerate.
5204
ae74ed1f
NN
5205 * MAINTAINERS: "GNATS only" -> "Bug database only".
5206
1a1e6b96
NN
5207 * Makefile.tpl: Rename [+target+] to [+make_target+].
5208 * Makefile.def: Rename 'target' to 'make_target'.
5209
c79af3fa
NB
52102003-05-31 Neil Booth <neil@daikokuya.co.uk>
5211
5212 * MAINTAINERS: Add self as options handling maintainer.
5213
39d85b61
MM
52142003-05-28 Michael Meissner <gnu@the-meissners.org>
5215
5216 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
5217 been too long since I touched those ports.
5218
afc2b62d
DD
52192003-05-28 DJ Delorie <dj@redhat.com>
5220
5221 * Makefile.tpl: Make maybe-check-gcc .PHONY.
5222 * Makefile.in: Regenerate.
5223
df445104
MR
52242003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5225
5226 * configure.in: Use curly braces in the definition of tooldir.
5227 * configure: Regenerate.
5228
2eb98e5d 52292003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 5230
2eb98e5d
DD
5231 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
5232 newlib or libgloss.
5233 * Makefile.in: Regenerate.
5234
862fced8
DD
52352003-05-21 DJ Delorie <dj@redhat.com>
5236
5237 * Makefile.tpl: Add missing empty maybe-check-gcc target.
5238 * Makefile.in: Regenerate.
5239
fc351800
ILT
52402003-05-20 Ian Lance Taylor <ian@airs.com>
5241
5242 * MAINTAINERS: Update my e-mail address.
5243
7e2dbcef
NN
52442003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
5245
5246 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 5247 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
5248 Factor out common code from autogen IF statements.
5249 * configure: Regenerate.
5250 * Makefile.in: Regenerate.
5251
f2a0e225
KC
52522003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
5253
5254 * configure.in: Accept i[3456789]86 for machine type.
5255 * configure: Regenerate.
5256
8b87bb96
NN
52572003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
5258
5259 * configure.in: Switch more things to use maybe dependencies.
5260 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
5261 * configure: Regenerate.
5262 * Makefile.tpl: Switch more things to use maybe dependencies.
5263 * Makefile.in: Regenerate.
5264
fdb882bc 52652003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
5266
5267 * Makefile.tpl (install-opcodes): Define.
5268 * Makefile.in: Rebuild.
5269
f7c50032
AJ
52702003-05-13 Andreas Jaeger <aj@suse.de>
5271
5272 * config.guess: Update to 2003-05-09 version.
5273 * config.sub: Update to 2003-05-09 version.
5274
f2181bed 52752003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
5276
5277 * configure.in: Correct sed script so that options in quotes are not
5278 deleted.
5279 * configure: Rebuild.
5280
aa8f1f57
CV
52812003-05-12 Corinna Vinschen <corinna@vinschen.de>
5282
5283 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
5284 and $$s/newlib/libc/sys/cygwin32 include paths.
5285 * configure: Ditto.
5286
0c130f81
MM
52872003-05-12 Michael Meissner <gnu@the-meissners.org>
5288
5289 * MAINTAINERS: Update my email addresses.
5290
aa1a100b
EB
52912003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
5292
5293 * config-ml.in: Propagate INSTALL variables.
f7c50032 5294
87861833
GP
52952003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5296
5297 * MAINTAINERS: Remove duplicate entries in Write After Approval.
5298
de722255
CD
52992003-05-02 Chris Demetriou <cgd@broadcom.com>
5300
6eb95e99
ZW
5301 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
5302 * Makefile.in: Regenerate.
de722255 5303
96c4a002
WB
53042003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
5305
5306 * MAINTAINERS (GNATS only): Add Falk Hueffner.
5307
55b15a11
WB
53082003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
5309
5310 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
5311
0c227849
DJ
53122003-04-27 Daniel Jacobowitz <drow@mvista.com>
5313
5314 * Makefile.tpl: Clean $(BUILD_SUBDIR).
5315 * Makefile.in: Regenerated.
5316
d45148c1
WB
53172003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
5318
5319 * MAINTAINERS (Write After Approval): Upgrade myself from
5320 GNATS only to write-after-approval. Update my mail address.
5321
48f2318c 53222003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
5323
5324 (OS Port Maintainers: freebsd): Add myself.
5325
438f50c3
MM
53262003-04-22 Mark Mitchell <mark@codesourcery.com>
5327
5328 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
5329
9074e169
KJ
53302003-04-22 Kean Johnston <jkj@sco.com>
5331
5332 * MAINTAINERS (SCO ports): Added myself.
5333
dfd39a2e
NS
53342003-04-21 Nathan Sidwell <nathan@codesourcery.com>
5335
5336 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
5337
ccbae82a
KJ
53382003-04-19 Kean Johnston <jkj@sco.com>
5339
5340 * MAINTAINERS (Write After Approval): Add myself.
5341
2f50999f
GP
53422003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5343
5344 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
5345 * Makefile.in: Regenerate.
5346
e9b84181
JJ
53472003-04-18 Jakub Jelinek <jakub@redhat.com>
5348
5349 * configure.in (powerpc64*-*-linux*): Remove.
5350 * configure: Rebuilt.
5351
1ca4c6e1
PE
53522003-04-17 Phil Edwards <pme@gcc.gnu.org>
5353
5354 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
5355 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
5356 and restrap.
5357 * Makefile.in: Regenerate.
5358
0590b963
RE
53592003-04-16 Richard Earnshaw <rearnsha@arm.com>
5360
5361 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
5362 * configure: Regenerated.
5363
ff41a56f
DD
53642003-04-15 DJ Delorie <dj@redhat.com>
5365
5366 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
5367
50d440bc
NC
53682003-04-13 Nick Clifton <nickc@redhat.com>
5369
5370 * config-ml.in: Remove support for --disable-aix removing
5371 call-aix multilibs.
5372
b1e0a93e
AO
53732003-04-10 Alexandre Oliva <aoliva@redhat.com>
5374
5375 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
5376 * */configure: Rebuilt.
5377
71fb704d
JS
53782003-04-08 Joel Sherrill <joel@oarcorp.com>
5379
5380 * MAINTAINERS: Add my email address.
5381
3897ea90
OH
53822003-03-17 Olivier Hainque <hainque@act-europe.fr>
5383
5384 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 5385
93c834b7
NN
53862003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
5387
5388 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
5389 * Makefile.in: Regenerate.
5390
82c34dcb
MC
53912003-03-14 Michael Chastain <mec@shout.net>
5392
5393 * Makefile.in: Regenerate with correct Makefile.def.
5394
73458fb7
NN
53952003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
5396
5397 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
5398 Make macro.
5399 * Makefile.in: Regenerate.
5400 * configure.in: Clean up gxx_include_dir logic.
5401 * configure: Regenerate.
5402
32cf27e5
AE
54032003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
5404
5405 * MAINTAINERS (Write After Approval): Add myself.
5406
c727e7a0
BE
54072003-03-10 Ben Elliston <bje@wasabisystems.com>
5408
5409 * MAINTAINERS: Update my mail address.
5410
9a27ac7a
FS
54112003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5412
5413 * configure.in (gxx_include_dir): Fix typo.
5414 * configure: Regenerated.
5415
3aa83176
NN
54162003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5417
5418 * Makefile.tpl: Reindent.
5419 * Makefile.in: Regenerate.
5420 * configure.in: Reindent. Don't set unused variables.
5421 * configure: Regenerate.
5422
9124bc53
DJ
54232003-03-04 Daniel Jacobowitz <drow@mvista.com>
5424
5425 * configure.in: Include $(build_tooldir)/sys-include in
5426 FLAGS_FOR_TARGET.
5427 * configure: Regenerated.
5428
cb543528
NN
54292003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
5430
c858bf1e
NN
5431 * Makefile.tpl: Always pass down RANLIB.
5432 * Makefile.in: Regenerate.
5433
aa9c3ab4
NN
5434 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5435 * Makefile.in: Regenerate.
5436 * configure.in: Remove unused logic relating to --enable-shared
5437 and --enable-threads. Remove bogus comments. Remove redundant
5438 noconfigdirs.
5439 * configure: Regenerate.
5440
cb543528
NN
5441 * configure.in: Replace ${libstdcxx_version} by its value.
5442 Remove reference to mh-dgux.
5443 * configure: Regenerate.
5444
53f70c1b
KB
54452003-03-03 Kevin Buettner <kevinb@redhat.com>
5446
5447 * MAINTAINERS (Write After Approval): Add myself.
5448
df0f0674
NN
54492003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
5450
5451 * Makefile.tpl: Rearrange.
5452 * Makefile.in: Regenerate.
5453
ef4e7569
US
54542003-02-25 Uwe Stieber <uwe@wwws.de>
5455
5456 * configure.in: Add support for kaOS as cross build target system.
5457 * configure: Regenerated.
5458
a7a287eb
SB
54592003-02-24 Steven Bosscher <steven@gcc.gnu.org>
5460
5461 * MAINTAINERS (Write after approval): Add myself.
5462
ff00c8a2
JW
54632003-02-21 James E Wilson <wilson@tuliptree.org>
5464
5465 * MAINTAINERS: Update my email address.
5466
abb2db7a
ZW
54672003-02-21 Zack Weinberg <zack@codesourcery.com>
5468
5469 * MAINTAINERS: Add self to blanket write privs. section.
5470
e9f2dc3b
SM
54712003-02-20 Sean McNeil <sean@blue.mcneil.com>
5472
5473 * Makefile.tpl: Add definition of CPPFLAGS to pass into
5474 configure-target-* as some target builds may require additional
5475 flags for preprocessor tests.
5476 * Makefile.in: Regenerated.
5477
ee03dc5e
AO
54782003-02-19 Alexandre Oliva <aoliva@redhat.com>
5479
11856278
AO
5480 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5481 * ltconfig: Handle it.
5482 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5483 auto-detecting it.
5484
274aef32
AO
5485 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5486 it is used as argument to $CC.
5487 * ltcf-gcj.sh: Likewise.
5488
ee03dc5e
AO
5489 * configure.in: Introduce --enable-maintainer-mode.
5490 * configure: Rebuilt.
5491 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5492 for maintainer mode.
5493 * Makefile.in: Rebuilt.
5494
30db8e17
JM
54952003-02-18 Jason Merrill <jason@redhat.com>
5496
5497 * Makefile.tpl (check-c++): Allow parallelism.
5498
cab60ac6
GP
54992003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5500
5501 * MAINTAINERS: Remove John Carr (who never actually had access to
5502 gcc.gnu.org).
5503
c8e5d1af
GK
55042003-02-15 Geoffrey Keating <geoffk@apple.com>
5505
5506 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5507 don't configure target-libobjc.
5508 * configure: Regenerate.
5509
70f91f50
RO
55102003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5511
5512 * Makefile.tpl (RANLIB): Define.
5513 * Makefile.in: Regenerate.
5514
669e9062
LB
55152003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
5516
5517 * MAINTAINERS: Update my email.
abb2db7a 5518
61b56b2e
KS
55192003-02-06 Keith R Seitz <keiths@redhat.com>
5520
5521 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5522 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5523 * Makefile.in: Regenerated.
5524 * configure.in: Remove all traces of snavigator, db, and grep.
5525 * configure: Regenerated.
5526
a1ba6e15
GP
55272003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5528
5529 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
5530 After Approval.
5531
f5f2cce5
CC
55322003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5533
5534 * MAINTAINERS (Write after approval): Add myself.
5535
ba49f6f1
FCE
55362003-01-31 Frank Ch. Eigler <fche@redhat.com>
5537
5538 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5539 * Makefile.in: Regenerated.
5540
ccf9f10c
RS
55412003-01-30 Roger Sayle <roger@eyesopen.com>
5542
5543 * config.guess: Updated to 2003-01-30's version.
5544 * config.sub: Updated to 2003-01-28's version.
5545
a693735b
AO
55462003-01-30 Alexandre Oliva <aoliva@redhat.com>
5547
5548 * config.if: If gcc_version is already set, just use it. Don't set
5549 gcc_version_trigger if it's already set, otherwise set it to
5550 gcc/version.c, but only if the file exists. If it is not set and
5551 gcc/version.c does not exist, try to extract the version number from
5552 $CC.
5553
204c43d6
AT
55542003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
5555
abb2db7a 5556 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 5557
842e91ec
PE
55582003-01-27 Phil Edwards <pme@gcc.gnu.org>
5559
5560 * configure.in: Revert 24Jan change.
5561 * configure: Regenerate.
5562
6b99984e
GP
55632003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5564
5565 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
5566 entry of HJ Lu.
5567
806e0935
NN
55682003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5569
5570 * configure.in: Revert previous change.
5571 * configure: Regenerate.
5572
307a9864
NN
55732003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
5574
5575 * configure.in: Make rda native-only.
5576 * configure: Regenerate.
5577
02ba6302
VR
55782003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5579
5580 * MAINTAINERS: Move myself from GNATS-only-accounts to
5581 write-after-approval.
5582
77d187bc
NN
55832003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
5584
5585 * configure.in: Add missing \.
5586 * configure: Rebuilt.
5587
a94a2d4c
JJ
55882003-01-17 Jakub Jelinek <jakub@redhat.com>
5589
5590 * configure.in (baseargs): Avoid using \| in sed regular
5591 expressions.
5592 * configure: Rebuilt.
5593
73f84924
JJ
55942003-01-16 Jakub Jelinek <jakub@redhat.com>
5595
5596 * configure.in (baseargs): Remove all supported forms of
5597 --cache-file, --srcdir, --host, --build and --target options
5598 from argument lists.
5599 * configure: Rebuilt.
5600
8c12fc63
JZ
56012003-01-15 Josef Zlomek <zlomekj@suse.cz>
5602
5603 * MAINTAINERS: Add myself to write-after-approval list.
5604
7c005a3a
AO
56052003-01-15 Alexandre Oliva <aoliva@redhat.com>
5606
5607 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5608 * configure: Rebuilt.
5609
3dfabf63
NN
56102003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
5611
5612 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5613 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5614 * Makefile.in: Regenerate.
5615 * configure: Regenerate.
5616
cf53ae10
AO
56172003-01-09 Alexandre Oliva <aoliva@redhat.com>
5618
5619 * configure.in: Remove Makefile in build, host and target modules
5620 unless configure was run with --no-recursion.
5621 * configure: Rebuilt.
5622
3fbe8e4a
CC
56232003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
5624
5625 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5626 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5627 * Makefile.in: Regenerate.
5628
66e2aa7d
CD
56292003-01-08 Chris Demetriou <cgd@broadcom.com>
5630
5631 * config.guess: Update to 2003-01-03 version.
5632 * config.sub: Update to 2003-01-03 version.
5633
b5038cfb
CF
56342003-01-07 Christopher Faylor <cgf@redhat.com>
5635
5636 * configure: Regenerate with proper autoconf 2.13.
5637
d02c69be
CF
56382003-01-07 Christopher Faylor <cgf@redhat.com>
5639
5640 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 5641 * configure: Regenerate.
d02c69be 5642
e914a571
AC
56432003-01-06 Andrew Cagney <ac131313@redhat.com>
5644
5645 * configure.in (GDB_TK): Add tcl directories conditional on
5646 gdb/gdbtk directory being present.
5647 * configure: Regenerate.
abb2db7a 5648
70571545
JDA
56492003-01-04 John David Anglin <dave.anglin@nrc.ca>
5650
5651 * configure.in (LD): Improve test for gcc. Try to set LD to the ld used
5652 by gcc if LD is not defined and we are not doing a Canadian Cross.
5653 * configure: Rebuilt.
5654
89a7012a
TT
56552002-12-31 Tom Tromey <tromey@redhat.com>
5656
5657 * Makefile.in: Rebuilt.
5658 * Makefile.def (target_modules) [libffi]: Allow installation.
5659
3f4f56e2
AS
56602002-12-31 Andreas Schwab <schwab@suse.de>
5661
5662 * configure.in: Fix use of $program_transform_name.
5663 * configure: Regenerated.
5664
6c1b8d0a
DJ
56652002-12-30 Daniel Jacobowitz <drow@mvista.com>
5666
5667 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 5668 * configure: Regenerated.
6c1b8d0a 5669
c5120911
AO
56702002-12-29 Alexandre Oliva <aoliva@redhat.com>
5671
5672 * Makefile.tpl (local-distclean): Don't remove...
5673 (multilib.ts): ... this. Moved into...
5674 (multilib.out): ... this. Don't use sub-make.
5675 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5676 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5677 (configure-build-[+module+], configure-[+module+],
5678 configure-target-[+module+], configure-gcc): ... these. Test
5679 for Makefile existence. Drop config.status from dependencies.
5680 * Makefile.in: Rebuilt.
5681 * configure.in: Move gcc-version-trigger to the end of
5682 ac_configure_args. Add comments to maybedep.tmp and
5683 serdep.tmp. Introduce --disable-serial-configure. Remove
5684 nonopt from baseargs, matching and removing corresponding
5685 whitespace while at it.
5686 * configure: Rebuilt.
5687
e245b0ea
AO
56882002-12-28 Alexandre Oliva <aoliva@redhat.com>
5689
903de295
AO
5690 * configure.in (host_configargs): Replace reference to
5691 no-longer-defined buildopts with --build=${build_alias}.
5692 * configure: Rebuilt.
5693
e245b0ea
AO
5694 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
5695 program_transform_name to standard idiom.
5696 (AUTOGEN, AUTOCONF): Define.
5697 (Makefile.in): Use $(AUTOGEN).
5698 (Makefile): Depend on config.status, and use autoconf-style rule to
5699 build it. Move original commands to...
5700 (config.status): ... this new target.
5701 (configure): Add $(srcdir). Depend on config/acx.m4. Use
5702 $(AUTOCONF).
5703 * Makefile.in: Rebuilt.
5704
671aa708
NN
57052002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
5706
53fbfb58
NN
5707 * Makefile.tpl: Fix dramatic bustage due to change in
5708 program_transform_name.
5709 * Makefile.in: Regenerate.
5710
5711 * configure.in: Remove unnecessary PATH setting.
5712 * configure: Regnerate.
5713
5714 * configure.in: Don't default to unprefixed tools unless
5715 the native tools will work.
5716 * configure: Regenerate.
5717
671aa708
NN
5718 * configure.in: Convert to autoconf script. Blow away lots
5719 of now-redundant Makefile fragments.
5720 * configure: Generate using Autoconf.
5721 * Makefile.tpl: Rewrite to reflect autoconfiscation.
5722 * Makefile.in: Regenerate.
5723
57f40826
NN
57242002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
5725
3fedb745
NN
5726 * configure: Fix stupid bug where RANLIB was mistakenly included.
5727
abb2db7a 5728 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
5729 (build_configargs, host_configargs, target_configargs).
5730
5731 * configure.in: Move logic out of sed statement.
5732
abb2db7a 5733 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
5734 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5735
315fa0f4
SS
57362002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
5737
5738 * config.sub: Import from master repository
5739 * config.guess: Ditto
5740
45aff44f
AS
57412002-12-24 Andreas Schwab <schwab@suse.de>
5742
5743 * Makefile.tpl (multilib.out): Fix missing space.
5744 * Makefile.in: Regenerate.
5745
88b5521b
NN
57462002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
5747
5748 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
5749 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
5750 * Makefile.in: Regenerate.
5751 * configure.in: Remove unnecessary leftovers.
5752
2a726918
GK
57532002-12-21 Geoffrey Keating <geoffk@apple.com>
5754
5755 * configure.in (extra_ranlibflags_for_target): New variable.
5756 (*-*-darwin): Add -c to ranlib commands.
5757 * configure (tooldir): Handle extra_ranlibflags_for_target.
5758
aace3269 57592002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
5760
5761 * Makefile.tpl: Revert HJL's change.
5762 * Makefile.in: Regenerated.
5763 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5764 always.
5765
f0895142
AS
57662002-12-19 Andreas Schwab <schwab@suse.de>
5767
5768 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5769 * Makefile.in: Regenerate.
5770
782d0c02
L
57712002-12-18 H.J. Lu <hjl@gnu.org>
5772
5773 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5774 * Makefile.in: Regenerated.
5775
5776 * configure.in (build_prefix): New. Substitute.
5777
212f6dd0
NN
57782002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
5779
79308c5d
NN
5780 * Makefile.tpl: Don't let real targets depend on phony targets.
5781 * Makefile.in: Regenerate.
5782
212f6dd0
NN
5783 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5784 * Makefile.in: Regenerate.
5785
ab17919f
SS
57862002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
5787
5788 * config.sub: Import from master repository
5789 * config.guess: Ditto
5790
5ecf91d1
JM
57912002-12-16 Jason Merrill <jason@redhat.com>
5792
5793 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5794 previous 'make bootstrap'.
5795 * Makefile.in: Regenerate.
5796
d8437e1b
HPN
57972002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
5798
5799 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5800
4977bab6
ZW
58012002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
5802
5803 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5804 * Makefile.in: Regenerate.
5805
0edcfdcb
JM
58062002-12-13 Jason Merrill <jason@redhat.com>
5807
6248218a 5808 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
5809 library tests.
5810 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
5811 * Makefile.in: Regenerate.
5812
4977bab6
ZW
58132002-12-12 Alexandre Oliva <aoliva@redhat.com>
5814
5815 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5816 * Makefile.in: Rebuilt.
5817
f87505dd
AO
58182002-12-12 Alexandre Oliva <aoliva@redhat.com>
5819
5820 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
5821
4977bab6
ZW
58222002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
5823
5824 * configure: Fix bug put in by gremlins.
5825
5826 * Makefile.tpl: Substitute more autoconfily.
5827 * configure: Substitute more autoconfily.
5828 * Makefile.in: Regenerate.
5829
7f0db92a
SS
58302002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
5831
5832 * config.sub: Import from master repository
5833 * config.guess: Ditto
5834 * MAINTAINERS: Added Svein Seldal under write after approval
5835
4977bab6
ZW
58362002-12-08 Andrew Cagney <ac131313@redhat.com>
5837
5838 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5839 * Makefile.in (all-sim): Ditto.
5840
58412002-12-06 DJ Delorie <dj@redhat.com>
5842
5843 * Makefile.tpl: Change configure dependencies to not have real
5844 targets depend on phony targets.
5845
58462002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
5847
5848 * configure.in: Revert unintentional change.
5849
5850 * Makefile.tpl: Change dependency for */multilib.out so that
5851 it works when gcc isn't in the tree.
5852
5853 * configure.in: Substitute more.
5854 * configure: Run subconfigures from the Makefile.
5855 * Makefile.tpl: Run subconfigures from the Makefile; add a few
5856 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
5857
67f1b906
GP
58582002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5859
5860 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
5861
4977bab6
ZW
58622002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
5863
5864 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5865 and corresponding dependencies.
5866 * Makefile.in: Regenerate.
5867
5868 * configure.in (host_tools): Order binutils, gas and ld for
5869 convenience in running the testsuites.
5870
5871 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5872 * Makefile.in: Regenerate.
5873 * configure.in: Introduce rules to serialize subconfigure runs.
5874
5875 * configure.in: Introduce BASE_CC_FOR_TARGET.
5876 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
5877 Realize configure-build-* targets. Realize configure-target-* targets.
5878 * Makefile.in: Regenerate.
5879
58802002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
5881
5882 * configure: Move gcc_version_trigger stuff from here...
5883 * configure.in: ...to here.
5884
5885 * configure.in: Separate subconfigure options added by this file from
5886 options given by the user. Add machinery to put args for host
5887 subconfigures into the Makefile.
5888
5889 * Makefile.tpl: Remove 'vault' targets.
5890 * Makefile.tpl: Reorder and comment dependencies.
5891 * Makefile.in: Regenerate.
5892
58932002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
5894 * configure.in: Fix my broken commit of previous patch. (sigh)
5895
743f054e
GK
58962002-11-28 Geoffrey Keating <geoffk@apple.com>
5897
5898 * configure.in: Move host-specific darwin noconfigdirs into
5899 the host-specific section.
5900
4977bab6
ZW
59012002-11-28 Geoffrey Keating <geoffk@apple.com>
5902
5903 * configure.in: Move host-specific darwin noconfigdirs into
5904 the host-specific section.
5905
59062002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
5907
5908 * configure: Remove skip-this-dir support.
5909 * Makefile.tpl: Remove skip-this-dir support.
5910
5911 * Makefile.tpl: Remove leftover support for non-autoconfiscated
5912 subdirectories.
5913 * Makefile.in: Regenerate.
5914
5915 * Makefile.tpl: Strip out useless setting of 'dir'.
5916 * Makefile.in: Regenerate.
5917
59182002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
5919
5920 * configure.in: Fix deeply stupid bug.
5921
5922 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
5923 shell code in CXX_FOR_TARGET
5924 * Makefile.def: Introduce raw_cxx.
5925 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
5926 RAW_CXX_FOR_TARGET.
5927 * Makefile.in: Regenerate.
5928
59292002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
5930
5931 * Makefile.tpl: Remove unnecessary ifs.
5932 * Makefile.in: Regenerate.
5933
5934 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
5935 dependencies. Maybe-ize build-libiberty. Create dummy install
5936 targets for 'no_install' modules.
5937 * configure: Move GDB_TK substitution to configure.in. Move
5938 build_modules stuff to configure.in.
5939 * configure.in: Implement soft dependency machinery. Maybe-ize
5940 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
5941 * Makefile.in: Regenerate.
5942
59432002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
5944
5945 * Makefile.tpl: Make all-target, install-target behave similarly
5946 to all, install (only hitting configured targets). Eliminate
5947 unused macro defintions.
5948
5949 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
5950 build != host.
5951
5952 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
5953
5954 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
5955
5956 * configure.in: Produce lists of subdir targets we're actually
5957 configuring. Remove references to "dosrel".
5958 * Makefile.tpl: Let configure set which subdir targets are hit.
5959 Remove install-cross; clean up install; remove ALL. Remove
5960 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
5961 Autogenerate host module targets. Remove empty dependency lines
5962 and redundant dependency; rearrange slightly.
5963 * Makefile.def: Add host-side libtermcap, utils.
5964
5965 * Makefile.in: Regenerate.
5966
e6226a2f
RO
59672002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5968
5969 * ltconfig (osf[345]): Append $major to soname_spec.
5970 Reflect this in library_names_spec.
5971 * ltmain.sh (osf): Prefix $major with . for use as extension.
5972
3b75d237
AJ
59732002-11-19 Andreas Jaeger <aj@suse.de>
5974
5975 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
5976 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
5977 and sparc64 GNU/Linux systems.
5978
809108de
NS
59792002-11-19 Nathan Sidwell <nathan@codesourcery.com>
5980
5981 * MAINTAINERS: Update email.
5982
e7e0de7e
GP
59832002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5984
5985 * MAINTAINERS: Complete James Dennett's entry.
5986
f7109dea
EB
59872002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
5988
5989 * MAINTAINERS (Write After Approval): Add myself.
5990
d3ac17c9
BK
59912002-11-13 Bruce Korb <bkorb@gnu.org>
5992
5993 * Makefile.tpl: syntactic cleanup
5994
cbf78ae4
SH
59952002-11-13 Stuart Hastings <stuart@apple.com>
5996
5997 * MAINTAINERS: Add myself to write-after-approval list.
5998
4977bab6
ZW
59992002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
6000
6001 * Makefile.def: Add list of recursive targets to autogenerate.
6002 Add build_modules.
6003 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
6004 targets. Autogenerate *-build-* targets.
6005 * Makefile.in: Regenerate.
6006
60072002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
6008
6009 * configure: More autoconf-style substitutions.
6010 * Makefile.tpl: More autoconf-style substitutions.
6011 * Makefile.in: Regenerate.
6012
60132002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
6014
6015 * configure: Substitute more variables in a more autoconf-friendly
6016 way. Simplify slightly.
6017 * Makefile.tpl: Make more variables substitutable in an
6018 autoconf-friendly way.
6019 * Makefile.in: Regenerate.
6020
d4783999
JW
60212002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
6022
6023 * MAINTAINERS (Write After Approval): Add myself.
6024
4977bab6
ZW
60252002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
6026
6027 * configure.in (v810*): Remove special setting of tools.
6028
6029 * configure: Add support for extra required flags for ar or nm.
6030 * configure.in (aix4.3+): Use above support for target-specific
6031 issues, rather than using config/mt-aix43.
6032
60332002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
6034
6035 * configure: Remove 'removing', which doesn't work. Replace $subdir
6036 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
6037 with $srcdir. Reformat indentation. Substitute some variables
6038 formerly hard-coded in the Makefile for build=host.
6039 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
6040 * Makefile.def: Autogenerate more.
6041 * Makefile.in: Regenerate.
6042
1c9c903e
AN
60432002-11-04 Adam Nemet <anemet@lnxw.com>
6044
6045 * MAINTAINERS (Write After Approval): Add myself.
6046
40673d2b
KB
60472002-11-04 Kevin Buettner <kevinb@redhat.com>
6048
6049 * Makefile.def (host_modules): Add rda.
6050 * Makefile.in: Regenerate.
6051 * configure.in (target_tool): Add target-rda to list.
6052
42e650ae
GP
60532002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6054
6055 * MAINTAINERS: Remove "co-maintainer" note for web pages.
6056
e004b81f
PE
60572002-10-25 Phil Edwards <pme@gcc.gnu.org>
6058
6059 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
6060 and restrap targets to this rule.
6061 * Makefile.in: Regenerate.
6062
06bd49b1
GP
60632002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
6064
6065 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
6066 GNATS only accounts.
6067
d0af82b0
HPN
60682002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
6069
6070 * configure.in (i[3456]86-*-linux*): Add check to disable
6071 ${libgcj} for glibc1.
6072
10782654
DC
60732002-10-24 Denis Chertykov <denisc@overta.ru>
6074
6075 * MAINTAINERS: Add myself as ip2k port maintainer.
6076
a5a438f5
SS
60772002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
6078
6079 * configure.in: Add tic4x target.
6080
fe3d5b7f
NN
60812002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
6082
aba8a494
NN
6083 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
6084 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
6085 * Makefile.in: Regenerate.
6086
fe3d5b7f
NN
6087 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
6088 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
6089 * Makefile.in: Regenerate.
6090
a6ad79e7
JJ
60912002-10-02 Janis Johnson <janis187@us.ibm.com>
6092
6093 * MAINTAINERS: Add myself as web pages co-maintainer.
6094
6a8a9058
NN
60952002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
6096
6097 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
6098 * Makefile.in: Regenerate.
6099
327d975a
ZW
61002002-10-02 Zack Weinberg <zack@codesourcery.com>
6101
6102 * MAINTAINERS: Add myself and Nathan Sidwell
6103 <nathan@codesourcery.com> as VxWorks maintainers.
6104
a5ae8f19 61052002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
6106
6107 * Makefile.def: Remove order dependency comments.
6108 * Makefile.tpl: Add explicit install-install dependencies.
6109 * Makefile.in: Regenerate.
d0f6c823 6110
34c6040c 6111 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 6112 * Makefile.in: Regenerate.
34c6040c 6113
d0f6c823
NN
6114 * Makefile.tpl: Add configure-target (for src-release in src)
6115 * Makefile.in: Regenerate.
6116
50bd210b
NC
61172002-09-30 Nick Clifton <nickc@redhat.com>
6118
6119 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
6120
ca25149e
UW
61212002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
6122
6123 * configure.in (s390*-*-linux*): Enable libgcj.
6124
dd30b57d
NN
61252002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
6126
9e60a678
NN
6127 * configure: Revert accidentally applied changes.
6128
dd30b57d
NN
6129 * Makefile.tpl: Make more autoconf-friendly.
6130 * Makefile.in: Regenerate.
6131 * configure: Make substitution more autoconf-like.
6132
5831424e
RE
61332002-09-28 Richard Earnshaw <rearnsha@arm.com>
6134
6135 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
6136 single entry to handle all these.
6137 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
6138 libjava on arm-*-elf.
6139
b7f3b15b
GK
61402002-09-27 Geoffrey Keating <geoffk@apple.com>
6141
6142 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
6143 things that depend on them.
6144
0dffceed
NN
61452002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
6146
6147 * Makefile.tpl: Make subsituted variables more autoconfy.
6148 * Makefile.in: Regenerate.
6149 * configure: Make seds more autoconfy.
6150
1db75a86 61512002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
6152
6153 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
6154 * Makefile.in: Regenerate.
6155 * configure.in: Rewrite sed statements to look autoconfy.
6156
1db75a86
NN
6157 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
6158 all-target-foo on configure-target-foo.
6159 * Makefile.def: Ditto.
6160 * Makefile.in: Rebuild.
6161
741a4e89
AH
61622002-09-25 Andrew Haley <aph@redhat.com>
6163
6164 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
6165
95ddd785
NN
61662002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
6167
6168 * Makefile.def: New file.
6169 * Makefile.tpl: New file.
6170 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
6171 * contrib/gcc_update: Note that Makefile.in is a generated file.
6172
6173 * configure.in: Minor rearrangement. Simplify tests.
6174
65a824f6
JT
61752002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
6176
6177 * configure.in (with_headers): Skip copy if value is "yes".
6178 (with_libs): Likewise.
6179
51270f0a 61802002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
6181
6182 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
6183 * configure.in (sh*-*-pe*): Ditto.
6184 * configure.in (mips*-*-pe*): Ditto.
6185 * configure.in (*arm-wince-pe): Ditto.
6186
8f89dbf4
NN
6187 * configure.in: Rearrange.
6188
c1b8db3f
KH
61892002-09-14 Kazu Hirata <kazu@cs.umass.edu>
6190
6191 * MAINTAINERS: Update my email address.
6192
341f0575
PK
61932002-08-30 Paul Koning <pkoning@equallogic.com>
6194
6195 * MAINTAINERS: (Write After Approval): Add myself.
6196
d2e06980
GK
61972002-08-29 Geoffrey Keating <geoffk@redhat.com>
6198
6199 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
6200
4906d5d8
GK
62012002-08-24 Geoffrey Keating <geoffk@redhat.com>
6202
6203 * MAINTAINERS: Change my mailing address.
6204
e9a25cc8
PC
62052002-08-21 Paolo Carlini <pcarlini@unitus.it>
6206
6207 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 6208 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 6209
a5aa7421
LR
62102002-08-20 Loren J. Rittle <ljrittle@acm.org>
6211
6212 * MAINTAINERS (Write After Approval): Remove myself.
6213 (Various Maintainers: c++ runtime libs): Add myself.
6214
5ce6f47b
EC
62152002-08-15 Eric Christopher <echristo@redhat.com>
6216
6217 * config.sub: Import from master repository.
6218 * config.guess: Ditto.
6219
7f9317f0
AO
62202002-08-19 Alexandre Oliva <aoliva@redhat.com>
6221
6222 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
6223 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
6224 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
6225
7aecca3d
AH
62262002-08-16 Aldy Hernandez <aldyh@redhat.com>
6227
6228 * MAINTAINERS: Add self to rs6000 vector extensions.
6229
8ea4b195
AO
62302002-08-15 Alexandre Oliva <aoliva@redhat.com>
6231
6232 * libiberty/configure: Reverted unintended yesterday's check in.
6233
f5cc59a7
AO
62342002-08-14 Alexandre Oliva <aoliva@redhat.com>
6235
6236 * boehm-gc/configure, libf2c/configure: Rebuilt.
6237 * libffi/configure, libiberty/configure: Ditto.
6238 * libjava/configure, libobjc/configure: Ditto.
6239 * libstdc++-v3/configure, zlib/configure: Ditto.
6240 Merged from binutils:
6241 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
6242 From Steve Ellcey <sje@cup.hp.com>:
6243 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
6244 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
6245 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
6246 IA64.
6247 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
6248 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
6249 soname_spec, sys_lib_search_path_spec): Ditto.
6250
66350331
FS
62512002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
6252
6253 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
6254
2ff34870
L
62552002-08-04 H.J. Lu (hjl@gnu.org)
6256
6257 * configure.in (mips*-*-linux*): Don't skip target-libffi.
6258
a014f2fe
KW
62592002-08-02 Krister Walfridsson <cato@df.lth.se>
6260
6261 * MAINTAINERS (Write After Approval): Add myself.
6262
c01d477a
AM
62632002-07-31 Alan Modra <amodra@bigpond.net.au>
6264
6265 * configure.in: Move generic linux case to end. Copy generic
6266 linux noconfigdirs to mips*-*-linux* entry and new
6267 powerpc64*-*-linux* entry. Add target-libffi for the latter.
6268
68cd2524
MM
62692002-07-19 Michael Matz <matz@suse.de>
6270
6271 * MAINTAINERS: Add myself as ra* maintainer.
6272
e2d83b8c
CD
62732002-07-16 Chris Demetriou <cgd@broadcom.com>
6274
6275 * config.guess: Update to 2002-07-09 version.
6276 * config.sub: Update to 2002-07-03 version.
6277
cece4f1d
HPN
62782002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
6279
6280 * MAINTAINERS: Fix typo in a maintainer email address.
6281
bb654703
NN
62822002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
6283
6284 * configure.in: Remove two redundant tests.
6285
789b7de5
RO
62862002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6287
6288 * configure.in (mips*-*-irix6*o32): Enable stabs.
6289
e1da1089
NN
62902002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
6291
f3970bba
NN
6292 * configure.in: Don't build grez.
6293 * Makefile.in: Ditto.
6294
e1da1089
NN
6295 * Makefile.in: Remove references to bsp, cygmon, libstub.
6296 * configure.in: Ditto.
6297
6298 * configure.in: Remove leftover reference to gdbtest.
6299
57c905fa
PE
63002002-07-08 Phil Edwards <pme@gcc.gnu.org>
6301
6302 * configure.in (gxx_include_dir): Change to match versioned
6303 C++ headers if --enable-version-specific-runtime-libs is used.
6304
a0af94a7 63052002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 6306
a0af94a7
SE
6307 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
6308
423ce3eb
NN
63092002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
6310
6311 * configure.in: Make --without-x work.
6312
98186934
NN
63132002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
6314
c3b7d169
NN
6315 * configure.in: Rearrange target Makefile fragment collection.
6316
98186934
NN
6317 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
6318 cvs[src].
6319 * configure.in: Ditto.
6320
eebd288a
MK
63212002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
6322
6323 * MAINTAINERS (Write After Approval): Update my e-mail address.
6324
3ab36f05
NN
63252002-06-24 Ben Elliston <bje@redhat.com>
6326
6327 * configure.in (host_tools): Remove cgen.
6328
6329 * Makefile.in (all-cgen): Remove; runs from its source directory.
6330 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 6331 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
6332 (all-sim): Likewise.
6333
63342002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
6335
6336 * Makefile.in: Eliminate 'apache' targets.
6337 * configure.in: Eliminate 'apache' targets.
6338
55380b08
NN
6339 * configure.in: Eliminate redundant tests. Reorganize.
6340
9a5c1b9d
NN
6341 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
6342
5fd3853a
NN
6343 * config-ml.in: Eliminate references to Cygnus configure.
6344
cfefc434
NN
6345 * Makefile.in: Eliminate references to building emacs.
6346
2fe93885
GS
63472002-06-28 Graham Stott <graham.stott@btinternet.com>
6348
6349 * MAINTAINERS: Update my email address.
6350
53c40185
BK
63512002-06-26 Benjamin Kosnik <bkoz@redhat.com>
6352
6353 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 6354 (cxx_incdir): Remove.
53c40185 6355
97679694
NN
63562002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
6357
6358 * MAINTAINERS (Write After Approval): Add self.
6359
b03bcd37
DC
6360Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
6361
6362 * configure.in: Add support for ip2k.
6363
6bd12129
NN
63642002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
6365
6366 * configure.in: Fix AIX configury bug.
6367
e0d98a92
SE
63682002-06-20 Steve Ellcey <sje@cup.hp.com>
6369
6370 * MAINTAINERS (Write After Approval): Add self.
6371
ba3292db
NN
63722002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6373
ef40bc65
NN
6374 * configure.in: replace ${topsrcdir} with ${srcdir}
6375
7a0be465
NN
6376 * configure.in: Move definition of libstdcxx_flags
6377 right above usage, rather than waaay earlier.
6378
e1848dde
NN
6379 * configure.in: Pull definition of is_cross_compiler earlier.
6380
8bc2fff1
NN
6381 * configure.in: Rearrange a little.
6382
ba3292db
NN
6383 * configure.in: Remove references to librx.
6384 * Makefile.in: Remove references to librx.
6385
11d8b408
DC
6386Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
6387
6388 * config.sub: Add support for avr target.
6389 Import from master sources, rev 1.255
5ce6f47b 6390
93da8339
PE
63912002-06-19 Phil Edwards <pme@gcc.gnu.org>
6392
6393 * configure, .cvsignore: Revert previous change...
6394 * Makefile: ...delete.
6395
b4caab5c
NN
63962002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
6397
6398 * configure.in: Eliminate ${gasdir} variable.
6399
ee777171
DB
64002002-06-18 Dave Brolley <brolley@redhat.com>
6401
6402 * configure.in: Add support for frv.
6403 * config.sub: Add support for frv.
6404
26e4af54
PE
64052002-06-18 Phil Edwards <pme@gcc.gnu.org>
6406
6407 * configure: Remove garbage from previous commit.
6408
bb20b7da
PE
64092002-06-18 Phil Edwards <pme@gcc.gnu.org>
6410
6411 * configure: For in-source builds, make a subdir and re-exec there.
6412 * Makefile: New file. Pass targets through to build directory.
6413 * .cvsignore: No longer ignore "Makefile".
6414
9d321f6c
DR
64152002-06-16 Douglas Rupp <rupp@gnat.com>
6416
6417 * MAINTAINERS (Write After Approval): Add self.
6418
c8eb2bc0
KG
64192002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6420
6421 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6422
f210d239
JT
64232002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6424
6425 * configure.in (vax-*-netbsd*): Re-enable gas.
6426
e9667b3c
NN
64272002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
6428
efe1f357
NN
6429 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6430 BUILD_PREFIX_1, to correct nomenclature.
6431 * configure: Likewise.
6432
e9667b3c
NN
6433 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6434 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6435
fe2fe497
OH
64362002-05-31 Olaf Hering <olh@suse.de>
6437
6438 * config-ml.in: Propogate DESTDIR also.
6439
dcf7f0dd
JT
64402002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
6441
6442 * configure.in (vax-*-netbsd*): Don't build gas for this
6443 platform.
6444
6ff14f32
MM
64452002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
6446
6447 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6448 and libgcj for AVR.
6449
397de1ff
KK
64502002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
6451
6452 * MAINTAINERS (Write After Approval): Add myself.
6453
ac30211c
JT
64542002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
6455
6456 * config.guess: Update to 2002-05-22 version.
6457 * config.sub: Likewise.
6458
1e6347d8
RO
64592002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6460
6461 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6462 * config-ml.in: Likewise.
6463 * configure: Likewise.
6464 * configure.in: Likewise.
6465
e5ce1d6d
SC
64662002-05-16 Stephane Carrez <stcarrez@nerim.fr>
6467
6468 * MAINTAINERS: Update my email address.
6469
6cdef75d
NN
64702002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
6471
4a87f061
NN
6472 * configure.in: Simplify makefile fragment collection.
6473
6474 * configure.in: Remove code to build emacs.
603606e7 6475
e254d6b5
NN
6476 * configure.in : Remove --srcdir argument from targargs and buildargs
6477 (it's always overridden in the Makefile anyway). Rearrange a bit.
6478
6479 * configure: Move some logic to configure.in.
6480 * configure.in: Move some logic from configure.
6cdef75d 6481
1d6006fe
TT
64822002-05-11 Tom Tromey <tromey@redhat.com>
6483
6484 * MAINTAINERS: Reflect libgcj reality.
6485
b70b3534
FS
64862002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
6487
6488 * Makefile.in: Honour DESTDIR.
6489
4434687a
MM
64902002-05-08 Mark Mitchell <mark@codesourcery.com>
6491
6492 * config.guess: Import 2002-03-20 version.
6493 * config.sub: Import 2002-04-26 version.
6494
a89e49c7
RO
64952002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6496
6497 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
6498
44e55536
TJ
64992002-05-07 Tim Josling <tej@melbpc.org.au>
6500
6501 * MAINTAINERS: Add self.
6502
97320a3f
LR
65032002-05-06 Loren J. Rittle <ljrittle@acm.org>
6504
6505 * ltmain.sh: Detect and handle object name conflicts
6506 while piecewise linking a static library.
6507
b7c13625
AO
65082002-05-05 Alexandre Oliva <aoliva@redhat.com>
6509
6510 * configure.in (noconfigdirs): Don't disable libgcj on
6511 sparc64-*-solaris* and sparcv9-*-solaris*.
6512
4182d9fa
AO
65132002-05-03 Alexandre Oliva <aoliva@redhat.com>
6514
6515 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6516
7bebf279
TF
65172002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
6518
6519 * configure.in (FLAGS_FOR_TARGET): Do not add
6520 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6521 on i[3456]86-*-linux*.
6522
9a06dc7d
TF
65232002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
6524
6525 * configure.in (noconfigdirs): Replace [ ] with test.
6526
6527 * configure.in (noconfigdirs): Do not add target-newlib if
6528 target == i[3456]86-*-linux*, and host == target.
6529
a51a07fa
NN
65302002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
6531
9e7facd6
DD
6532 * configure.in: delete reference to absent file
6533
aeaa0f2f
NN
6534 * configure.in: replace '[' with 'test'
6535
4bb98828
NN
6536 * configure.in: Eliminate references to gash.
6537 * Makefile.in: Eliminate references to gash.
6538
64791664
NN
6539 * configure.in: remove useless references to 'pic' makefile fragments.
6540
3ed57cf4
NN
6541 * configure.in: (*-*-windows*) Finish removing.
6542
a51a07fa
NN
6543 * configure.in: Eliminate redundant test for libgui.
6544
8552f6f1
RS
65452002-04-29 Roger Sayle <roger@eyesopen.com>
6546
6547 * MAINTAINERS: Add self and realphabetize. Update entries
6548 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
6549 entry for a29k port maintainer.
6550
9e847666
JS
65512002-04-26 Joel Sherrill <joel@OARcorp.com>
6552
6553 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6554 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6555
704c9a14
NN
65562002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
6557
6558 * configure.in: remove references to dead files
6559
7bff5059
MM
65602002-04-19 Mark Mitchell <mark@codesourcery.com>
6561
6562 * MAINTAINERS: Add information about purpose of this file.
6563
0c7c67f0
TT
65642002-04-18 Tom Tromey <tromey@redhat.com>
6565
6566 * configure.in: Disallow configuring libgcj when it is already
6567 installed and we're using Solaris 2.8 linker. Do enable libgcj on
6568 Solaris 2.8 by default. For PR libgcj/6158.
6569
63501e91
NN
65702002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6571
6572 * configure.in: Move default CC setting out of config/mh-* fragments
6573 directly into here.
6574
701afd4d
NN
65752002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
6576
6577 * configure.in: don't even try to configure or make a subdirectory
6578 if there's no configure script for it.
6579
07cdae91
MM
65802002-04-15 Mark Mitchell <mark@codesourcery.com>
6581
6582 * MAINTAINERS: Remove chill maintainers.
6583 * Makefile.in (CHILLFLAGS): Remove.
6584 (CHILL_LIB): Remove.
6585 (TARGET_CONFIGDIRS): Remove libchill.
6586 (CHILL_FOR_TARGET): Remove.
6587 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6588 CHILL_LIB.
6589 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6590 (CHECK_TARGET_MODULES): Likewise.
6591 (INSTALL_TARGET_MODULES): Likewise.
6592 (CLEAN_TARGET_MODULES): Likewise.
6593 (configure-target-libchill): Remove.
6594 (all-target-libchill): Remove.
6595 * configure.in (target_libs): Remove target-libchill.
6596 Do not compute CHILL_FOR_TARGET.
6597 * libchill: Remove directory.
5ce6f47b 6598
ab50d72b
DD
65992002-04-11 DJ Delorie <dj@redhat.com>
6600
6601 * Makefile.in, configure.in: Sync with binutils, entries
6602 follow...
6603
0a1e123a
DD
66042002-04-07 Andrew Cagney <ac131313@redhat.com>
6605
6606 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
6607 (do-tar, do-bz2): New rules.
6608 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
6609 (gdb-tar): New rule.
6610 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
6611 (insight_dejagnu.tar): New rule.
6612 (insight.tar): New rule.
6613 (gdb+dejagnu.tar): New rule.
6614 (gdb.tar): New rule.
6615
ab50d72b
DD
66162002-02-01 Mo DeJong <supermo@bayarea.net>
6617
6618 * Makefile.in: Add all-tix to deps for all-snavigator
6619 so that tix is built when building snavigator.
6620
66212002-01-11 Steve Ellcey <sje@cup.hp.com>
6622
6623 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
6624 ld and gdb are not supported.
6625
66262002-01-07 Mark Salter <msalter@redhat.com>
6627
6628 * configure.in: Remove target-bsp and target-cygmon from arm builds.
6629 Allow target-libgloss to be built for arm, strongarm, and xscale.
6630
66312001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
6632
6633 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
6634 options for i[3456]86-pc-linux* native builds.
6635
66362001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
6637
6638 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
6639 files from .po files for a distribution.
6640
66412001-09-03 Jeff Holcomb <jeffh@redhat.com>
6642
6643 * configure.in: Enable libstdc++-v3 for h8300 targets.
6644
66452001-06-19 Alan Modra <amodra@bigpond.net.au>
6646
6647 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
6648 version from bfd/.
6649
6650Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
6651
6652 * Makefile.in (VER): When present, extract the version number from
6653 the file version.in.
6654
66552001-05-24 Tom Rix <trix@redhat.com>
6656
6657 * configure.in : enable ld for aix
6658
66592001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
6660
6661 * config.guess: Add linux target for S/390.
6662
66632000-11-07 Philip Blundell <pb@futuretv.com>
6664
6665 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
6666
66672000-11-03 Philip Blundell <pb@futuretv.com>
6668
6669 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
6670 files.
6671
66722001-01-15 Ben Elliston <bje@redhat.com>
6673
6674 * configure.in (host_tools): Add sid.
6675 Always configure cgen.
6676
66772000-11-24 Nick Clifton <nickc@redhat.com>
6678
6679 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
6680
6681
66822000-08-20 Doug Evans <dje@casey.transmeta.com>
6683
6684 * Makefile.in (ALL_MODULES): Add all-cgen.
6685 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
6686 (all-cgen): New target.
6687 (all-opcodes,all-sim): Depend on all-cgen.
6688 * configure.in (host_tools): Add cgen.
6689 Only configure cgen if --enable-cgen-maint.
6690
ef98ad7b
LR
66912002-04-09 Loren J. Rittle <ljrittle@acm.org>
6692
6693 * configure.in: Add *-*-freebsd* configurations.
6694
90def2b2
TT
66952002-04-08 Tom Tromey <tromey@redhat.com>
6696
6697 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6698 Fixes PR libgcj/6068.
6699
320d7e7a
KW
67002002-03-30 Krister Walfridsson <cato@df.lth.se>
6701
6702 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6703
18b467f1
RO
67042002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6705
6706 * configure.in (alpha*-dec-osf*): Enable libgcj.
6707
8bb3a5af
MG
67082003-03-27 Matthew Gingell <gingell@gnat.com>
6709
6710 * MAINTAINERS (Write After Approval): Add myself.
6711
56ae9405
NC
67122002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
6713
6714 Fix for: PR bootstrap/3591, target/5676
6715 * configure.in (mcore-pe): Disable the configuration of
6716 libstdc++-v3 since exceptions are not supported.
6717
f18d9a0c
AG
67182002-03-20 Anthony Green <green@redhat.com>
6719
6720 * configure.in: Enable libgcj for xscale-elf target.
6721
c0e21eef
R
6722Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
6723
6724 * MAINTAINERS: Update my email address.
6725
28eca9e8
AO
67262002-03-16 Alexandre Oliva <aoliva@redhat.com>
6727
6728 * ltmain.sh (relink_command): Fix typo in previous change.
6729
e67e72c7
AO
67302002-03-15 Alexandre Oliva <aoliva@redhat.com>
6731
6732 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
6733 (relink_command): Added --tag flags.
6734 (mode=install): If relinking fails; error out.
6735
c2273204
RH
67362002-03-12 Richard Henderson <rth@redhat.com>
6737
6738 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
6739 .NOTPARALLEL tag.
6740 (do-check): Rename from check.
6741 (check): Allow parallel check.
6742
bcb64245
BW
67432002-03-12 Bob Wilson <bob.wilson@acm.org>
6744
6745 * MAINTAINERS: Add myself as maintainer for xtensa port.
6746 Fix alphabetical order in CPU port maintainer list.
6747 Remove myself from Write After Approval list.
6748
63adb4ff
RH
67492002-03-11 Richard Henderson <rth@redhat.com>
6750
6751 * Makefile.in (.NOTPARALLEL): Add fake tag.
6752
9bec4bf0
L
67532002-03-07 H.J. Lu (hjl@gnu.org)
6754
6755 * configure.in: Enable gprof for mips*-*-linux*.
6756
c7fc1f84
DS
67572002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
6758
6759 * MAINTAINERS (Write After Approval): Add myself.
6760
6bff33fb
AO
67612002-02-28 Alexandre Oliva <aoliva@redhat.com>
6762
6763 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6764 libjava.
6765 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6766
0210b33b
AO
67672002-02-23 Alexandre Oliva <aoliva@redhat.com>
6768
6769 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6770 because its Makefile is there; test for the executable instead.
6771
fcc0a3ef
AO
67722002-02-22 Alexandre Oliva <aoliva@redhat.com>
6773
6774 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6775 libstdc++-v3 and libjava.
6776
97cf8285
AM
67772002-02-11 Adam Megacz <adam@xwt.org>
6778
6779 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6780 boehm-gc
5ce6f47b 6781
40fe0ec3
AO
67822002-02-09 Alexandre Oliva <aoliva@redhat.com>
6783
6784 * config.guess: Updated to 2002-01-30's version.
6785 * config.sub: Updated to 2002-02-01's version.
6786 Contribute sh64-elf.
6787 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
6788 * configure.in: Added sh64-*-*.
6789
694d53ee
CD
67902002-02-08 Chris Demetriou <cgd@broadcom.com>
6791
6792 * MAINTAINERS: Belatedly add myself to write after approval list.
6793
a9ca50b1
JH
6794Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
6795
6796 * MAINTAINERS: Put self in as maintainer for x86-64 port.
6797 Remove self as Write After Approval.
6798
5ffc3500
GK
67992002-01-31 Geoffrey Keating <geoffk@redhat.com>
6800
6801 * MAINTAINERS: Put self in as maintainer for contrib/regression
6802 directory.
6803
4ceaf7fb
PE
68042002-01-28 Phil Edwards <pme@gcc.gnu.org>
6805
6806 * MAINTAINERS: Update my email address.
6807
51584787
JT
68082002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
6809
5ce6f47b
EC
6810 * configure.in (*-*-netbsd*): New. Skip target-newlib,
6811 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
6812 libraries if not supported for NetBSD on target CPU.
6813
5701d273
DR
68142002-01-25 Douglas B Rupp <rupp@gnat.com>
6815
6816 * install-sh: Use _inst.$$_ for temp file name.
6817
b299a075
JT
68182002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
6819
6820 * MAINTAINERS (Write After Approval): Move my contact info
6821 from here...
6822 (OS Port Maintainers): ...to here (netbsd).
6823
51fe14b5
BW
68242002-01-22 Bob Wilson <bob.wilson@acm.org>
6825
6826 * MAINTAINERS (Write After Approval): Add myself.
6827
b634ad42
L
68282002-01-17 H.J. Lu <hjl@gnu.org>
6829
6830 * Makefile.in (all-fastjar): Also depend on all-libiberty.
6831 (all-target-fastjar): Also depend on all-target-libiberty.
6832
3cd87679
L
68332002-01-16 H.J. Lu (hjl@gnu.org)
6834
6835 * config.guess: Import from master sources, rev 1.225.
6836 * config.sub: Import from master sources, rev 1.238.
6837
969a6d8f
KH
68382002-01-16 Kazu Hirata <kazu@hxi.com>
6839
6840 * MAINTAINERS (Write After Approval): Remove myself.
6841
366f6a52
FW
68422001-12-19 Florian Weimer <fw@deneb.enyo.de>
6843
6844 * MAINTAINERS (Write After Approval): Add myself.
6845
f02240b6
JM
68462001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
6847
6848 * MAINTAINERS: Add self as docs co-maintainer.
6849
5d08dc39
MK
68502001-12-11 Matthias Klose <doko@debian.org>
6851
6852 * MAINTAINERS (Write After Approval): Add myself.
6853
39e790d5
ZW
68542001-12-09 Zack Weinberg <zack@codesourcery.com>
6855
6856 * MAINTAINERS: Update my email address.
6857
4519d6a3
TC
68582001-12-07 Turly O'Connor <turly@apple.com>
6859 * MAINTAINERS (Write After Approval): Add myself.
6860 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
6861 (rs6000_initialize_trampoline): Call __trampoline_setup for
6862 ABI_DARWIN too.
6863 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 6864 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 6865
21cf0a73
PC
68662001-12-07 Paolo Carlini <pcarlini@unitus.it>
6867
6868 * MAINTAINERS (Write After Approval): Add myself.
6869
4ee43206
DR
6870Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
6871
6872 * configure, configure.in: Use temp file for long sed commands.
6873
251931f3
LG
68742001-12-03 Laurent Guerby <guerby@acm.org>
6875
6876 * config.sub: Update to version 1.232 on subversion.
6877
03777dd7
BE
68782001-12-03 Ben Elliston <bje@redhat.com>
6879
6880 * MAINTAINERS: Update mail address for config.* patches.
6881
e490616e
ZW
68822001-11-27 DJ Delorie <dj@redhat.com>
6883 Zack Weinberg <zack@codesourcery.com>
6884
6885 When build != host, create libiberty for the build machine.
6886
6887 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
6888 CONFIG_ARGUMENTS.
6889 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
6890 New variables.
6891 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
6892 and rules.
6893 (all.normal): Depend on ALL_BUILD_MODULES.
6894 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
6895 (all-build-libiberty): Depend on configure-build-libiberty.
6896
6897 * configure: Calculate and substitute proper value for
6898 ALL_BUILD_MODULES.
6899 * configure.in: Create the build subdirectory.
6900 Calculate and substitute TARGET_CONFIGARGS (formerly
6901 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
6902
04075e8f
ZL
69032001-11-26 Ziemowit Laski <zlaski@apple.com>
6904
6905 * MAINTAINERS (write-after-approval): Add self.
6906
ed19322d
CR
69072001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
6908
6909 * MAINTAINERS (GNATS only accounts): Remove self.
6910
90a12988
HPN
69112001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
6912
6913 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6914 libf2c.
6915
77e653ad
CR
69162001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
6917
6918 * MAINTAINERS (Write After Approval): Add self.
6919
64adad99
DB
69202001-11-12 David O'Brien <obrien@FreeBSD.org>
6921
6922 * MAINTAINERS: mips and s390 are also CPU ports.
6923
834a28c7
DB
69242001-11-12 David O'Brien <obrien@FreeBSD.org>
6925
6926 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
6927
ef94239f
DB
69282001-11-11 David O'Brien <obrien@FreeBSD.org>
6929
6930 * MAINTAINERS: Alphabetize.
6931
beda0427
KH
69322001-11-09 Kazu Hirata <kazu@hxi.com>
6933
6934 * MAINTAINERS (Various maintainers: h8 port): Add myself.
6935
6ca224d3
JDA
69362001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
6937
6938 * MAINTAINERS (Various maintainers: hppa port): Added myself.
6939
132e4bd7
PE
69402001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
6941
6942 * configure.in (--enable-languages): Be more permissive about
6943 syntax. Check for empty lists better. Warn about $LANGUAGES.
6944
c6243b4c
GK
69452001-11-08 Geoffrey Keating <geoffk@redhat.com>
6946
6947 * config.sub: Import from master sources, rev. 1.230.
6948 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
6949
abbb9e76
LG
69502001-11-07 Laurent Guerby <guerby@acm.org>
6951
6952 * MAINTAINERS (Write After Approval): Add self.
6953
53cdb27a
HPN
69542001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
6955
6956 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
6957
dd3a88c9
HPN
69582001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
6959
6960 * config.sub: Import from master sources, rev 1.226.
6961 * config.guess: Import from master sources, rev 1.216.
6962
d344dce9
HPN
69632001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
6964
6965 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6966 * MAINTAINERS: Add self as maintainer of MMIX port.
6967 Remove old after-approval entry.
6968
63f6bcd7
JM
69692001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
6970
6971 * ChangeLog, configure: Fix spelling errors.
6972
84f92638
BK
69732001-10-20 Brendan Kehoe <brendan@zen.org>
6974
6975 * MAINTAINERS: Tweak my address.
6976
2f30eda4
R
6977Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
6978
6979 * MAINTAINERS: Update my email address.
6980
1567080c 69812001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 6982
f48a3b5c 6983 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 6984 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 6985
30106886
GB
69862001-10-10 Geert Bosch <bosch@gnat.com>
6987
e490616e 6988 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
6989 Added Robert Dewar.
6990
d3d51b8c
DB
69912001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
6992
6993 * MAINTAINERS (Write After Approval): Added self
6994
d1c3e709
GB
69952001-10-02 Geert Bosch <bosch@gnat.com>
6996
6997 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6998
50f5f793
JM
69992001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
7000
7001 * configure: Handle temporary files securely using mkdir.
7002
7fddf9a9
AO
70032001-09-29 Alexandre Oliva <aoliva@redhat.com>
7004
7005 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
7006
387beb82
WC
70072001-09-26 Will Cohen <wcohen@redhat.com>
7008
7009 * configure.in (*-*-linux*): Disable configuration of target-newlib
7010 and target-libgloss.
e490616e 7011
0c055e34
AO
70122001-09-26 Alexandre Oliva <aoliva@redhat.com>
7013
7014 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
7015 RANLIB.
7016
759bfa90
AO
70172001-09-21 Alexandre Oliva <aoliva@redhat.com>
7018
7019 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
7020 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
7021 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
7022 avoid quotes nesting problems.
7023 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
7024 (DO_X): Export only variables that are set.
7025
1dc4a750
BE
70262001-09-19 Ben Elliston <bje@redhat.com>
7027
7028 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
7029 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
7030 semantics. Use the shell built-in "type" command instead.
7031
898c7238
AO
70322001-08-31 Alexandre Oliva <aoliva@redhat.com>
7033
7034 Merged from gcc-3_0-branch:
7035 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
7036 * ltcf-c.sh: Use $objext, not $ac_objext.
7037 2001-07-27 Mark Kettenis <kettenis@gnu.org>
7038 * ltcf-cxx.sh: Add support for GNU.
7039 2001-07-22 Timothy Wall <twall@redhat.com>
7040 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
7041 default settings if using GNU tools with that configuration.
7042 * ltcf-cxx.sh: Ditto.
7043 * ltcf-gcj.sh: Ditto.
7044 2001-07-21 Michael Chastain <chastain@redhat.com>
7045 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
7046 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
7047 * ltmain.sh: Mark as gcc-local.
7048
8fa0a32e
EC
70492001-08-30 Eric Christopher <echristo@redhat.com>
7050 Jason Eckhardt <jle@redhat.com>
7051
7052 * config.guess: Merge from master sources.
7053 * config.sub: Merge from master sources, add support for mipsisa32.
7054
32f30f91 70552001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
7056 * config.sub: Merge from master sources, rev 1.219.
7057 * MAINTAINERS: Add self as contact for stormy16 port.
7058
f6084f99
ZW
70592001-08-14 Zack Weinberg <zackw@panix.com>
7060
7061 * config.sub: Merge from master sources, rev 1.218.
7062 * config.guess: Merge from master sources, rev 1.209.
7063
91b54f7f
GS
70642001-08-11 Graham Stott <grahams@redhat.com>
7065
7066 * Makefile.in (check-c++): Add missing semicolon.
7067
e5b3941e
JH
7068Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
7069
32f30f91 7070 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 7071
6387a56e
EC
70722001-07-30 Eric Christopher <echristo@redhat.com>
7073
7074 * MAINTAINERS (Various maintainers: mips port): Added myself.
7075
53b475f0
AH
70762001-07-25 Andrew Haley <aph@cambridge.redhat.com>
7077
e490616e 7078 * configure.in (sh-*-linux*): New.
53b475f0 7079
2a08c780
RH
70802001-07-27 Richard Henderson <rth@redhat.com>
7081
7082 * .cvsignore: Add LAST_UPDATED.
7083
bfa79422
UW
70842001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
7085
7086 * MAINTAINERS (Various maintainers: s390 port): Added myself.
7087
0ae85492
AH
70882001-07-16 Aldy Hernandez <aldyh@redhat.com>
7089
e490616e 7090 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 7091
8e1ab0fe
NP
7092Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
7093
7094 * MAINTAINERS (Write After Approval): Added myself.
7095
2b997990
SC
70962001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7097
7098 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
7099 and libgcj on m68hc11/m68hc12.
7100
d920e825
L
71012001-06-27 H.J. Lu (hjl@gnu.org)
7102
7103 * Makefile (CFLAGS_FOR_BUILD): New.
7104 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
7105
d425a1e0
JM
71062001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
7107
7108 * README: Remove version number.
7109
5b5b4207
GP
71102001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7111
7112 * INSTALL/README: Update wrt. to the installation instructions now
7113 residing in gcc/doc/install.texi.
7114
be839b69
JM
71152001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
7116
7117 * README: Replace with a cut-down and updated version of gcc/README.
7118
fe2ee7c4
DE
71192001-06-12 David Edelsohn <edelsohn@gnu.org>
7120
7121 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
7122 multilibs to be disabled.
7123
4f5d646c
DB
71242001-06-11 Daniel Berlin <dan@cgsoftware.com>
7125
7126 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 7127
818f0c85
AO
71282001-06-09 Alexandre Oliva <aoliva@redhat.com>
7129
7130 * config.guess: Import CVS version 1.195.
7131 * config.sub: Import CVS version 1.212.
7132
e9a8af10
AO
71332001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
7134
7135 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7136 gcc/xgcc is built, use -print-prog-name to find out the program
7137 name to use.
7138
ae3ca0a9
PE
71392001-06-04 Phil Edwards <pme@sources.redhat.com>
7140
7141 * config.guess: Import CVS version 1.194. All gcc-local changes
7142 appear to also be in the master copy.
7143 * config.sub: Import CVS version 1.211.
7144
066bd40d
MM
7145Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
7146
7147 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
7148 with_gcc]: Use `gcc -shared' to build a shared library.
7149
4aef4f33
JDA
7150Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
7151
7152 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
7153 archives.
7154
c386f00f
RO
7155Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7156
7157 * MAINTAINERS (Write After Approval): Add myself.
7158
2ae5cea5
HPN
71592001-06-01 Hans-Peter Nilsson <hp@axis.com>
7160
7161 * configure.in (libstdcxx_flags): Do not try to execute
7162 libstdc++-v3/testsuite_flags until it exists.
7163
c3766183
AM
71642001-06-01 Alan Modra <amodra@bigpond.net.au>
7165
7166 * MAINTAINERS: Update my email address.
7167
9b337833
GS
71682001-05-31 Graham Stott <grahams@redhat.com>
7169
7170 * MAINTAINERS (Write After Approval): Add myself.
7171
55fce0eb
SP
71722001-05-28 Simon Patarin <simon.patarin@inria.fr>
7173
7174 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
7175 libraries when using g++ with native linker.
7176
5f7de4b8
AO
71772001-05-28 Alexandre Oliva <aoliva@redhat.com>
7178
7179 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
7180
a7bc0fbb
AO
71812001-05-22 Alexandre Oliva <aoliva@redhat.com>
7182
7183 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
7184 [aix4*|aix5*]: Prepend blank.
7185
33456445
AO
71862001-05-20 Alexandre Oliva <aoliva@redhat.com>
7187
7188 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7189 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
7190 of subdir/configure scripts to use the new libtool.m4.
7191
e48d3d00
MK
71922001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
7193
7194 * MAINTAINERS (Write After Approval): Add myself.
7195
9e0e191b
BK
71962001-05-18 Benjamin Kosnik <bkoz@redhat.com>
7197
7198 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
7199
3f19b439
BE
72002001-05-11 Ben Elliston <bje@redhat.com>
7201
7202 * Makefile.in (all-sid): New target.
7203 (check-sid, clean-sid, install-sid): Likewise.
7204
6ebe3121
JO
72052001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
7206
7207 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
7208
ca3667c4
AO
72092001-05-03 Alexandre Oliva <aoliva@redhat.com>
7210
7211 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
7212 libgcj.
7213
72142001-05-03 Alexandre Oliva <aoliva@redhat.com>
7215
7216 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
7217 gcc/xgcc is built, use -print-prog-name to find out the program
7218 name to use.
7219
b2964d63
AO
72202001-04-26 Alexandre Oliva <aoliva@redhat.com>
7221
b1bb2302
AO
7222 * configure.in (noconfigdirs): Don't reset it from scratch in the
7223 target case; only append to it.
6387a56e 7224
b2964d63
AO
7225 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
7226 sparc-*-solaris2.8]: Disable ${libgcj}.
7227
8343765d
AO
72282001-04-25 Alexandre Oliva <aoliva@redhat.com>
7229
7230 * configure.in (libgcj_saved): Copy from $libgcj.
7231 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
7232 --disable-libgcj.
7233
ddbb6d43
GRK
72342001-04-25 Gavin Romig-Koch <gavin@redhat.com>
7235
7236 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 7237 C front end maintainer.
ddbb6d43 7238
3fa03ff9
AG
7239Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
7240
7241 * configure.in: Move *-chorusos target case to the proper switch.
7242 Disable libgcj.
7243
99ffe40f
AO
72442001-04-12 Alexandre Oliva <aoliva@redhat.com>
7245
7246 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
7247 1.641.2.228.
7248
78faa32d
FS
72492001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7250
7251 * Makefile.in (STAGE1_CFLAGS): Pass down.
7252
cdbff0ab
AM
72532001-04-13 Alan Modra <amodra@one.net.au>
7254
7255 * config.guess: Add hppa64-linux support. Note for next import that
7256 this is already in the master file.
7257 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
7258
75b9074c
AO
72592001-04-12 Alexandre Oliva <aoliva@redhat.com>
7260
7261 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7262 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
7263
125404c5
SS
72642001-04-11 Stan Shebs <shebs@apple.com>
7265
7266 * MAINTAINERS: Add self as Darwin port maintainer.
7267
876684fe
AM
72682001-04-11 Alan Modra <amodra@one.net.au>
7269
7270 * MAINTAINERS: Update my email address.
7271
06729913
LR
72722001-04-10 Loren J. Rittle <ljrittle@acm.org>
7273
7274 * ltcf-cxx.sh: Support creation of C++ shared libraries on
7275 recent versions of FreeBSD (release 3 or later).
7276 * ltconfig: On FreeBSD, -lc must not be provided when building
7277 a shared library or else the standard -pthread gcc option is
7278 rendered worthless to later users of the built library.
7279
67916302
JM
72802001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
7281
7282 * MAINTAINERS: Add self and RTH as C front end maintainers.
7283
d2bc0628
AO
72842001-04-05 Alexandre Oliva <aoliva@redhat.com>
7285
e490616e
ZW
7286 * config.sub: Make sure to match an already-canonicalized
7287 machine name (eg. mn10300-unknown-elf).
d2bc0628 7288
a3406c06
AO
72892001-04-01 Alexandre Oliva <aoliva@redhat.com>
7290
7291 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
7292 New macros.
7293 (bootstrap, cross): Use RECURSE_FLAGS.
7294 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
7295
a076f6a4
AO
72962001-03-27 Alexandre Oliva <aoliva@redhat.com>
7297
7298 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
7299
e9f4fa71
CH
73002001-03-22 Colin Howell <chowell@redhat.com>
7301
7238de5c
CH
7302 * Makefile.in (DO_X): Do not backslash single-quotes in
7303 backquotes (two places).
e9f4fa71 7304
b6b14b1b
AO
73052001-03-22 Alexandre Oliva <aoliva@redhat.com>
7306
7307 Re-installed:
7308 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
7309 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
7310 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7311 * ltcf-cxx.sh: Likewise.
7312 * ltcf-gcj.sh: Likewise.
7313
1eb0b89d
GP
73142001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7315
7316 * MAINTAINERS: Add myself as "documentation co-maintainer".
7317
82e23236
AO
73182001-03-22 Alexandre Oliva <aoliva@redhat.com>
7319
7320 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7321 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
7322
64ec27c3
TT
73232001-03-19 Tom Tromey <tromey@redhat.com>
7324
7325 * config-ml.in: Handle GCJ and GCJFLAGS.
7326
191de407
MC
73272001-03-21 Michael Chastain <chastain@redhat.com>
7328
7329 * Makefile.in: all-m4 depends on all-texinfo.
7330
fed4dede
LR
73312001-03-20 Loren J. Rittle <ljrittle@acm.org>
7332
7333 * MAINTAINERS: Add myself to write after approval list.
7334
085072bb
LB
73352001-03-18 Laurynas Biveinis <lauras@softhome.net>
7336
7337 * Makefile.in (DO_X): Quote nested quotes.
7338
5af8ea3f
AM
73392001-03-18 Alan Modra <alan@linuxcare.com.au>
7340
7341 * MAINTAINERS: Add myself to write after approval list.
7342
69e23037
LB
73432001-03-15 Laurynas Biveinis <lauras@softhome.net>
7344
7345 * Makefile.in (DO_X): Use double quotes for quoting
7346 "RANLIB=$${RANLIB}".
7347
2b9650f4
OP
73482001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
7349
7350 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
7351
4698d2cf
NP
73522001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
7353
7354 * configure.in: Only use `lang_requires' for languages athat are
7355 actually enabled.
7356
f6646274
PE
73572001-03-08 Phil Edwards <pme@sources.redhat.com>
7358
7359 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
7360
c9a54638
AO
73612001-03-08 Alexandre Oliva <aoliva@redhat.com>
7362
7363 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
7364
6a556ad6
TT
73652001-03-07 Tom Tromey <tromey@redhat.com>
7366
7367 * configure.in: Allow config-lang.in to set `lang_requires' to list
7368 of other required languages.
7369
6822468a
LB
73702001-03-06 Laurynas Biveinis <lauras@softhome.net>
7371
7372 * Makefile.in: Remove RANLIB definition. Use RANLIB
7373 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
7374 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 7375
f04885d3 73762001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 7377 Alexandre Oliva <aoliva@redhat.com>
6387a56e 7378
f04885d3
BK
7379 * Makefile.in (check-c++): Use tabs, not spaces.
7380
288edf47 73812001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 7382
288edf47
LB
7383 * MAINTAINERS: add myself to Write After Approval list.
7384
3d55d2f8 73852001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 7386
e490616e 7387 * Makefile.in (check-c++): New rule.
6387a56e 7388
4d88a68a
BK
7389 * configure.in (target_libs): Remove libg++.
7390 (noconfigdirs): Remove libg++.
7391 (noconfigdirs): Same.
7392 (noconfigdirs): Same.
7393 (noconfigdirs): Same.
7394
7395 * config-ml.in: Remove libg++ references.
7396
7397 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
7398 (ALL_TARGET_MODULES): Same.
7399 (configure-target-libg++): Remove.
7400 (all-target-libg++): Remove.
7401 (configure-target-libio): Remove.
7402 (all-target-libio): Remove.
7403 (check-target-libio): Remove.
7404 (.PHONY): Remove.
7405 (libg++.tar.bz2): Remove.
7406 (all-target-cygmon): Remove libio.
7407 (all-target-libstdc++): Remove.
7408 (configure-target-libstdc++): Remove.
7409 (TARGET_LIB_PATH): Remove libstdc++.
7410 (ALL_GCC_CXX): Remove libstdc++.
7411 (all-target-gperf): Correct.
7412
2437d4ed
NC
74132001-02-16 Nick Clifton <nickc@redhat.com>
7414
7415 * configure.in (noconfigdirs): Allow configuration of texinfo
7416 for Cygwin hosts.
7417
85b99cbe
AG
74182001-02-15 Anthony Green <green@redhat.com>
7419
7420 * configure: Introduce GCJ_FOR_TARGET.
7421 * configure.in: Ditto.
7422 * Makefile.in: Ditto.
7423
7b18790c
AS
74242001-02-13 Andreas Schwab <schwab@suse.de>
7425
7426 * MAINTAINERS: Update mail address.
7427
c4880c99
MS
74282001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
7429
7430 * config.guess: Add linux target for S/390.
7431 * config.sub: Likewise.
7432
e31ae6db
CC
74332001-02-08 Chandrakala Chavva <cchavva@redhat.com>
7434
7435 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 7436 target-libgloss.
e31ae6db 7437
7739adfb
BE
74382001-02-06 Ben Elliston <bje@redhat.com>
7439
7440 * configure: Output host type to stdout, not stderr.
7441
36ca672c
MM
74422001-02-05 Mark Mitchell <mark@codesourcery.com>
7443
e40f2829 7444 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
7445 * ltcf-cxx.sh: Likewise.
7446
36ca672c
MM
7447 * config.if: Assume enable_libstdcxx_v3 is defined.
7448
22fdd65e
MM
74492001-02-04 Mark Mitchell <mark@codesourcery.com>
7450
7451 Remove V2 C++ library.
7452 * configure.in: Remove --enable-libstdcxx_v3 support.
7453
3b60dd8e
BM
74542001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
7455
7456 * include/demangle.h: Add prototype for java_demangle_v3.
7457
42c0c80a
PE
74582001-01-29 Phil Edwards <pme@sources.redhat.com>
7459
7460 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
7461
0be25992
RH
74622001-01-27 Richard Henderson <rth@redhat.com>
7463
7464 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7465
8a8de62d
MS
74662001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7467
7468 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7469 Don't unset, it's non-portable and no longer necessary, set to empty
7470 instead.
7471
92769744
MS
74722001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
7473
7474 * ltconfig: Shell portability fix for the tagname validity check.
7475
88a1c0ab
AO
74762001-01-27 Alexandre Oliva <aoliva@redhat.com>
7477
7478 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7479 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7480
45291dd5
MS
74812001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7482
7483 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7484
1ace7e15
TT
74852001-01-26 Tom Tromey <tromey@redhat.com>
7486
7487 * configure.in: Allow libgcj to be built on Sparc Solaris.
7488
0ef8b11b
DE
74892001-01-25 David Edelsohn <edelsohn@gnu.org>
7490
7491 * ltcf-c.sh: Add aix5 case.
7492 * ltcf-cxx.sh: Likewise.
7493 * ltconfig: Likewise.
7494
0006091e
AO
74952001-01-24 Alexandre Oliva <aoliva@redhat.com>
7496
9bad11e1
AO
7497 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7498 keep at least one of build_libtool_libs or build_old_libs set to
7499 yes.
7500
0006091e
AO
7501 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7502 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7503
7c01b2b5
BM
75042001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
7505
7506 * configure.in: Enable libgcj on several additional platforms.
7507
d340e0ac
BM
75082001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
7509
7510 * configure.in: Enable libgcj for linux targets.
7511
5baf8c37
MS
75122001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7513
7514 * MAINTAINERS (Write After Approval): Add myself.
7515
10a0ba84
JDA
75162001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
7517
7518 * MAINTAINERS: Add myself as vax port maintainer.
7519
357c6a4b
FH
75202001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
7521
7522 * MAINTAINERS: Add myself as Mercury front-end maintainer.
7523
6e2d9a7a
MS
75242001-01-09 Mike Stump <mrs@wrs.com>
7525
7526 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7527 failures of subdirectories.
7528
b6b14b1b 75292001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 7530
b6b14b1b 7531 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 7532 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
7533 * ltcf-cxx.sh: Likewise.
7534 * ltcf-gcj.sh: Likewise.
7535 * ltconfig.sh: Fix typo.
976b230d 7536
07109110
LB
75372001-01-02 Laurynas Biveinis <lauras@softhome.net>
7538
7539 * configure: handle DOS-style absolute paths.
7540
1da5b8fc
LB
75412001-01-02 Laurynas Biveinis <lauras@softhome.net>
7542
7543 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7544
4c2f5b4f
MM
75452000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
7546
7547 * MAINTAINERS: Add myself as avr port co-maintainer.
7548
bc53668e
BE
75492000-12-28 Ben Elliston <bje@redhat.com>
7550
7551 * MAINTAINERS: Add myself under ``Write After Approval''.
7552
c387606f
JM
75532000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
7554
7555 * texinfo: Remove directory from GCC.
7556
2cb5082c
JM
75572000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
7558
7559 * COPYING: Update to current
7560 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
7561 to 19yy as example year in copyright notice).
7562
cc330df9
BK
75632000-12-18 Benjamin Kosnik <bkoz@redhat.com>
7564
6387a56e 7565 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
7566 (libstdcxx_incdir): Pass down.
7567 * config.if: Remove expired bits for cxx_interface, add stub.
7568 (libstdcxx_incdir): Add variable for g++ include directory.
7569 * configure.in (gxx_include_dir): Use it.
6387a56e 7570
4c6b2835
AO
75712000-12-18 Alexandre Oliva <aoliva@redhat.com>
7572
7573 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
7574 with old-email address from ``Write After Approval''.
7575
3896f13e
AJ
75762000-12-15 Andreas Jaeger <aj@suse.de>
7577
7578 * configure.in: Handle lang_dirs.
7579
75802000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 7581
ad46e881
TT
7582 * MAINTAINERS: Removed brads.
7583
90a10418
TT
7584 * MAINTAINERS: Added gcj developers.
7585
41dfe3a2 75862000-12-13 Anthony Green <green@redhat.com>
6387a56e 7587
41dfe3a2 7588 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
7589 listed. Disable libgcj for x86 and Alpha Linux until compatible
7590 with g++ abi.
6387a56e 7591
e2f601da
MS
75922000-12-13 Mike Stump <mrs@wrs.com>
7593
7594 * Makefile.in (local-distclean): Also remove fastjar.
7595
70030c01
RB
75962000-12-12 Rodney Brown <RodneyBrown@mynd.com>
7597
7598 * contrib/gcc_update: Add fastjar --touch entries.
7599
2a50f859
AO
76002000-12-12 Alexandre Oliva <aoliva@redhat.com>
7601
7602 * configure.in: Disable language-specific target libraries for
7603 languages that aren't enabled.
7604
7743113b
AG
76052000-12-10 Anthony Green <green@redhat.com>
7606
7607 * configure.in: Define libgcj. Disable libgcj target libraries for
7608 most targets.
7609
92e061a6
NB
76102000-12-10 Neil Booth <neilb@earthling.net>
7611
7612 * MAINTAINERS: Update mail address, remove from WAA list.
7613
f34ff6d6
APB
76142000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7615
7616 * libjava: Imported from /cvs/java.
7617 * libffi: Likewise.
7618 * Boehm-gc: Likewise.
7619
d82a33c6
APB
76202000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
7621
7622 * configure.in (target_libs): Revert 2000-12-08 patch.
7623 (noconfigdirs): Added target-libjava.
7624
e14f8e28
LB
76252000-12-09 Laurynas Biveinis <lauras@softhome.net>
7626
7627 * djunpack.bat: removed.
7628
fc26516b
LB
76292000-12-09 Laurynas Biveinis <lauras@softhome.net>
7630
7631 * Makefile.in: handle DOS-style absolute paths.
7632 * config-ml.in: likewise.
7633 * symlink-tree: likewise.
7634
bd8757b3
APB
76352000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7636
7637 * fastjar: Imported.
7638
81522a1f
APB
76392000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7640
7641 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7642 libjava.
7643 * configure.in (target_libs): Removed `target-libjava'.
7644
5db1f7ed
APB
76452000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
7646
7647 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7648 (ALL_MODULES): Added fastjar.
7649 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7650 (all-target-libjava): all-fastjar replaces all-zip.
7651 (all-fastjar): Added.
7652 (configure-target-fastjar, all-target-fastjar): Likewise.
7653 * configure.in (host_tools): Added fastjar.
7654
5e59997c
MS
76552000-12-07 Mike Stump <mrs@wrs.com>
7656
7657 * Makefile.in (local-distclean): Remove leftover built files.
7658
0a534f40
NC
76592000-11-24 Nick Clifton <nickc@redhat.com>
7660
7661 * configure.in (xscale-elf): Add target.
7662 (xscale-coff): Add target.
7663
7686cadf
LR
76642000-11-22 Loren J. Rittle <ljrittle@acm.org>
7665
e490616e
ZW
7666 * ltcf-cxx.sh: Support creation of C++ shared libraries on
7667 recent versions of FreeBSD (release 3 or later).
7668 * ltconfig: On FreeBSD, -lc must not be provided when building
7669 a shared library or else the standard -pthread gcc option is
7670 rendered worthless to later users of the built library.
7686cadf 7671
fff01699
FF
76722000-11-16 Fred Fish <fnf@be.com>
7673
7674 * configure.in (enable_libstdcxx_v3): Fix typo,
7675 libstd++ -> libstdc++.
7676
4dc16355
KL
76772000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
7678
7679 * MAINTAINERS: Add self to Write After Approval list.
7680
bf6fc7b2
BS
76812000-11-21 Bernd Schmidt <bernds@redhat.com>
7682
7683 * MAINTAINERS: Update my email address. Add myself to global write
7684 privs list.
7685
ce8e06b1
AO
76862000-11-18 Alexandre Oliva <aoliva@redhat.com>
7687
6e2a4843
AO
7688 * Makefile.in: Merge with src and libgcj.
7689 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
7690 configure-target-<library> when their configure scripts need the C
7691 or C++ library to have already been built to work properly.
7692 (do_proto_toplev): Set them to an empty string.
7693
ce8e06b1
AO
7694 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7695 (REALLY_SET_LIB_PATH): Use them.
7696
c003f378
SS
76972000-11-17 Stan Shebs <shebs@apple.com>
7698
7699 * MAINTAINERS: Add self to Write After Approval list.
7700
cc1e60ea
JM
77012000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7702
7703 * configure: Provide the original toplevel configure arguments
7704 (including $0) to subprocesses in the environment rather than
7705 through gcc/configargs.h.
7706
1173593d
JM
77072000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
7708
7709 * MAINTAINERS: Remove references to cccp. Change C9X reference to
7710 C99. Alphabetise "Write After Approval" list.
7711
520907ee
MM
77122000-11-12 Mark Mitchell <mark@codesourcery.com>
7713
34f6fbdb
MM
7714 * configure: Turn on libstdc++ V3 by default.
7715
520907ee
MM
7716 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
7717 if we've got GCC.
7718
0bbd37ed
PB
77192000-11-11 Philip Blundell <philb@gnu.org>
7720
7721 * MAINTAINERS: Add self to Write After Approval list.
7722
7ca0e6d9
DE
77232000-11-09 David Edelsohn <edelsohn@gnu.org>
7724
7725 * ltcf-c.sh (aix4): Improve shared library configuration; require
7726 exporting symbols.
7727 * ltcf-cxx.sh (aix4): Define.
7728 * ltconfig (aix4): Define library and soname specs appropriate for
7729 AIX. Define command to create export symbols list.
7730
f559f30b
CF
7731Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
7732
7733 * config.sub: Add support for Sun Chorus
7734
fc05d516
NC
77352000-10-31 Nick Clifton <nickc@redhat.com>
7736
7737 * MAINTAINERS: Rename <name>@cygnus.com addresses to
7738 <name>@redhat.com. Also installed new email address for Clint
7739 Popetz.
6387a56e 7740
90a0e73f
JM
77412000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
7742
7743 * etc: Remove directory from GCC.
7744
a5e1b548
MM
77452000-10-16 Michael Meissner <meissner@redhat.com>
7746
7747 * configure (gcc/configargs.h): Only create if there is a build GCC
7748 directory created.
7749
6387a56e
EC
77502000-10-16 Matthias Klose <doko@debian.org>
7751
be1db873
MK
7752 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
7753 when configured for libstdc++-v3.
7754
f5fa9a5b
PE
77552000-10-05 Phil Edwards <pme@gcc.gnu.org>
7756
7757 * configure: Save configure arguments to gcc/configargs.h.
7758
61a77fea
PT
77592000-10-04 Philipp Thomas <pthomas@suse.de>
7760
7761 * config.guess: Import CVS version 1.157.
7762 * config.sub: Import CVS version 1.181.
7763
3a4fee66
AP
77642000-10-04 Andris Pavenis <pavenis@latnet.lv>
7765
7766 * Makefile.in (bootstrap): avoid recursion if subdir missing
7767 (cross): ditto
7768 (do-proto-toplev): ditto
7769
3dd7094e
AO
77702000-09-30 Alexandre Oliva <aoliva@redhat.com>
7771
de710532
AO
7772 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
7773 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
7774
3dd7094e
AO
7775 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
7776 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
7777 all affected `configure' scripts.
7778
e592386f
NB
7779Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
7780
7781 * MAINTAINERS: Add self as cpplib co-maintainer.
7782
fba54939
AH
77832000-09-24 Aldy Hernandez <aldyh@redhat.com>
7784
7785 * MAINTAINERS: Add self to Write After Approval list.
7786
2bd429f4
GP
77872000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
7788
7789 * INSTALL/README: egcs -> GCC update.
7790
d733f374
ME
7791Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
7792
7793 * MAINTAINERS: Add myself to Write After Approval list.
7794
d7ce9a83
KH
77952000-09-15 Kazu Hirata <kazu@hxi.com>
7796
7797 * MAINTAINERS: Add myself to Write After Approval list.
7798
18a53ffe
JL
7799Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
7800
e490616e
ZW
7801 * configure.in: Do not build byacc for hppa64. Provide paths to the
7802 X11 libraries for hppa64.
18a53ffe 7803
f246ff23
SC
78042000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
7805
7806 * MAINTAINERS: Add myself as 68hc11 port maintainer.
7807
06298abd
AO
78082000-09-06 Alexandre Oliva <aoliva@redhat.com>
7809
4b92758a
AO
7810 * Makefile.in (all-zlib): Added dummy target.
7811
06298abd
AO
7812 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7813 ltcf-gcj.sh: Updated from libtool multi-language branch.
7814
4d73d07a
AO
78152000-09-05 Alexandre Oliva <aoliva@redhat.com>
7816
7817 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7818 (bootstrap*): Depend on all-bootstrap.
7819
05d52d78
PT
78202000-09-05 Philipp Thomas <pthomas@suse.de>
7821
7822 * config.guess: Import CVS version 1.156.
7823 * config.sub: Import CVS version 1.179.
7824
3c809ba4
AG
78252000-09-02 Anthony Green <green@cygnus.com>
7826
7827 * Makefile.in (all-gcc): Depend on all-zlib.
7828 (CLEAN_MODULES): Add clean-zlib.
7829 (ALL_MODULES): Add all-zlib.
7830 * configure.in (host_libs): Add zlib.
7831
10ad78a0 78322000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
7833
7834 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7835 crosses, but add gcc/include to the header search path for them.
7836
b36a9ce3
DB
78372000-08-04 David E. O'Brien <obrien@FreeBSD.org>
7838
7839 * MAINTAINERS: Add self to Write After Approval list.
7840
cb011248
FS
78412000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7842
7843 * config.guess: Import CVS version 1.152.
7844 * config.sub: Import CVS version 1.177.
7845
db310af0
AO
78462000-08-25 Alexandre Oliva <aoliva@redhat.com>
7847
7965440a
AO
7848 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7849 $targargs to tell whether newlib is going to be built.
7850
db310af0
AO
7851 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7852 $$r/TARGET_SUBDIR/libio for _G_config.h.
7853
e7977565
AO
78542000-08-23 Alexandre Oliva <aoliva@redhat.com>
7855
7856 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
7857
126bb9ed
DD
78582000-08-22 DJ Delorie <dj@redhat.com>
7859
7860 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
7861
5b0e9d29
AO
78622000-08-22 Alexandre Oliva <aoliva@redhat.com>
7863
7864 * config-ml.in (CC, CXX): Avoid trailing whitespace.
7865 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7866 sub-configures.
7867
4f3e904e
DD
78682000-08-21 DJ Delorie <dj@redhat.com>
7869
7870 * MAINTAINERS: Add self as a libiberty maintainer
7871
c9635443
AO
78722000-08-16 Alexandre Oliva <aoliva@redhat.com>
7873
7874 * configure.in (libstdcxx_flags): Use
7875 libstdc++-v3/src/libstdc++.INC.
7876
8b2100ba
AO
78772000-08-15 Alexandre Oliva <aoliva@redhat.com>
7878
7879 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7880
57119aa9
ZW
78812000-08-14 Zack Weinberg <zack@wolery.cumb.org>
7882
eeb943b0
ZW
7883 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7884
6387a56e 7885 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
7886 explicit. Substitute enable_threads into generated Makefiles.
7887 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7888 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7889
acffa7c4
GK
78902000-08-13 Geoff Keating <geoffk@cygnus.com>
7891
7892 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
7893
808d8c41
AO
78942000-08-12 Alexandre Oliva <aoliva@redhat.com>
7895
7896 * config-ml.in (CC): Remove bogus duplicate quotation mark from
7897 previous delta.
7898
1fc8c51c 78992000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 7900
1fc8c51c
JM
7901 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7902 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7903 (FLAGS_FOR_TARGET): Not here.
7904 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 7905
25698887
AO
79062000-08-11 Alexandre Oliva <aoliva@redhat.com>
7907
7908 * config-ml.in (CC, CXX): Don't introduce a leading space.
7909
10120687
DD
79102000-08-07 DJ Delorie <dj@delorie.com>
7911
7912 * MAINTAINERS: Add self as a DJGPP maintainer
7913
15c758e9
DD
79142000-08-07 DJ Delorie <dj@redhat.com>
7915
7916 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7917 "if we're also building gcc, and it's a gcc that will run on the
7918 build machine, we want to use its includes instead of the system's
7919 default includes".
7920
2d0de245
JM
79212000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
7922
7923 * MAINTAINERS: Add self to Write After Approval list.
7924
e81b330a
AO
79252000-08-03 Alexandre Oliva <aoliva@redhat.com>
7926
83440c1e
AO
7927 * configure.in (libstdcxx_flags): Don't use `"'.
7928
e81b330a
AO
7929 * config-ml.in: Adjust multilib search paths to the
7930 appropriate multilib tree.
7931
cf95c847
AO
79322000-08-02 Alexandre Oliva <aoliva@redhat.com>
7933
7934 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7935 commas in $LANGUAGES.
7936
9e9af119
MH
79372000-08-02 Manfred Hollstein <manfredh@redhat.com>
7938
7939 * configure.in: Re-enable all references to libg++ and librx.
7940
606ce391
AO
79412000-08-01 Alexandre Oliva <aoliva@redhat.com>
7942
89820b43
AO
7943 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
7944 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
7945 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
7946 * ltcf-cxx.sh (need_lc): Set based on postdeps.
7947
606ce391
AO
7948 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7949
04179d4a
AO
79502000-07-31 Alexandre Oliva <aoliva@redhat.com>
7951
7952 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7953 CXX_FOR_TARGET for sed.
7954
d4eb109c
AO
79552000-07-30 Alexandre Oliva <aoliva@redhat.com>
7956
7957 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7958 Do not override if already set in the environment or in configure.
7959 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7960 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7961
4f4caf92
AO
79622000-07-28 Alexandre Oliva <aoliva@redhat.com>
7963
7964 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
7965 the libtool CVS tree multi-language branch.
7966 * ltconfig, ltmain.sh: Updated.
6387a56e 7967
b87487b6
AO
79682000-07-27 Alexandre Oliva <aoliva@redhat.com>
7969
1670d1ea
AO
7970 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
7971 (clean-target): Depend on it.
7972
b87487b6
AO
7973 * Makefile.in (FLAGS_FOR_TARGET): New macro.
7974 (GCC_FOR_TARGET): Use it.
7975 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7976 * configure.in: ... here.
7977 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
7978 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7979
4e81ae98
EC
79802000-07-24 Eric Christopher <echristo@cygnus.com>
7981
7982 * MAINTAINERS: Add self to Write After Approval list.
7983
059ae32c
AO
79842000-07-24 Alexandre Oliva <aoliva@redhat.com>
7985
5b28edd4
AO
7986 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7987 (configure-target-libchill, configure-target-libobjc): Likewise.
7988
059ae32c
AO
7989 * configure.in: Use the same cache file for all target libs.
7990 * config-ml.in: But different cache files per multilib variant.
7991
1adcd149
MS
79922000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
7993
7994 * configure (topsrcdir): Don't use dirname.
7995
2d573dff
JO
79962000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
7997
7998 * MAINTAINERS: Add self to Write After Approval list.
7999
d207ebef
JM
80002000-07-20 Jason Merrill <jason@redhat.com>
8001
8002 * configure.in: Remove all references to libg++ and librx.
8003
8004 * configure, configure.in, Makefile.in: Unify gcc and binutils.
8005
80062000-07-20 Hans-Peter Nilsson <hp@axis.com>
8007
8008 * config.sub: Update to subversions version 2000-07-06.
8009
7b7792d5
AH
80102000-07-12 Andrew Haley <aph@cygnus.com>
8011
8012 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
8013 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
8014
3abaac67
PE
80152000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
8016
8017 * symlink-tree: Check number of arguments.
8018
34be2b36
JW
80192000-07-05 Jim Wilson <wilson@cygnus.com>
8020
8021 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
8022 search path for a g++ extracted from the build tree. This
8023 will allow link tests run by configure scripts in
8024 subdirectories to succeed.
8025
d207ebef
JM
80262000-07-01 Koundinya K <kk@ddeorg.soft.net>
8027
e490616e 8028 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 8029
0900331b
MH
80302000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8031
8032 * MAINTAINERS: Add myself as loop discovery maintainer.
8033
d207ebef
JM
80342000-06-28 Corinna Vinschen <vinschen@cygnus.com>
8035
8036 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
8037 `os2'. Force ac_cv_exeext to be ".exe" in that case.
8038
80392000-06-19 Timothy Wall <twall@cygnus.com>
8040
8041 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
8042 * config.sub: Add tic54x target.
8043
11a27a76
TM
8044Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
8045
8046 * MAINTAINERS: Add self as Fortran maintainer,
8047 remove Craig Burley.
8048
d207ebef 8049Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 8050
d207ebef
JM
8051 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
8052 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 8053
7758b73f
PT
8054Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
8055
8056 * MAINTAINERS: Add self as i18n maintainer
8057
d207ebef
JM
805820000-05-21 H.J. Lu (hjl@gnu.org)
8059
e490616e
ZW
8060 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
8061 directory are used if they exist. Make sure
8062 $(build_tooldir)/include is searched for header files,
8063 $(build_tooldir)/lib/ for library files.
d207ebef 8064 (GCC_FOR_TARGET): Likewise.
e490616e 8065 (CXX_FOR_TARGET): Likewise.
d207ebef 8066
bae29210
JL
8067Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
8068
8069 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
8070
d207ebef 8071Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
8072
8073 * Makefile.in (configure-target-libiberty): Depend on
8074 configure-target-newlib.
8075
aab0d19d
AO
80762000-05-16 Alexandre Oliva <aoliva@cygnus.com>
8077
8078 * configure.in, Makefile.in: Merge all libffi-related
8079 configury stuff from the libgcj tree.
8080
d207ebef
JM
8081Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
8082
8083 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8084 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
8085
8086Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
8087
8088 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
8089 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 8090 current version information. Add to proto-toplev directory.
d207ebef
JM
8091 (gdb-taz): Build do-djunpack.
8092
758c7bd4
DE
80932000-05-15 David Edelsohn <edelsohn@gnu.org>
8094
8095 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
8096
1888228d
AC
8097Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
8098
8099 * MAINTAINERS: Add self to Write After Approval list.
8100
d207ebef
JM
81012000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8102
8103 * ltmain.sh: Preserve in relink_command any environment
8104 variables that may affect the linker behavior.
8105
2d7cc2fe
JL
8106Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
8107
d207ebef
JM
8108 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
8109
8110Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
8111
8112 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
8113
81142000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8115
8116 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 8117 with the version name.
2d7cc2fe 8118
ee455968
JE
8119Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
8120
8121 * MAINTAINERS: Add self as bb-reorder maintainer.
8122
73b97e5c
BK
81232000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
8124
8125 * config.if: Tweak.
8126
d207ebef
JM
81272000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8128
8129 * djunpack.bat: New file.
8130
8131Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
8132
8133 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
8134 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
8135 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
8136 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 8137
954869eb
DP
81382000-04-16 Dave Pitts <dpitts@cozx.com>
8139
e490616e
ZW
8140 * config.sub (case $basic_machine): Change default for "ibm-*"
8141 to "openedition".
954869eb 8142
eaabe541
AJ
81432000-04-13 Andreas Jaeger <aj@suse.de>
8144
8145 * MAINTAINERS: Added myself.
8146
d207ebef
JM
8147Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
8148
8149 * Makefile.in (gdb-taz): New target. GDB specific archive.
8150 (do-md5sum): New target.
8151 (MD5PROG): Define.
8152 (PACKAGE): Default to TOOL.
8153 (VER): Default to a shell script.
8154 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 8155 md5 checksum generation.
d207ebef
JM
8156 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
8157 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
8158 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 8159 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
8160
8161Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
8162
8163 * configure (warn_cflags): Delete.
8164
0ea6d60c
PDM
8165Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
8166
8167 * MAINTAINERS: Added myself.
8168
17090313 81692000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 8170 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 8171
e490616e
ZW
8172 * configure.in (enable_libstdcxx_v3): Add.
8173 (target_libs): Add bits here to switch between libstdc++-v2 and
8174 libstdc++-v3.
8175 * config.if: And this file too.
8176 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 8177
76b78517
MM
81782000-04-05 Michael Meissner <meissner@redhat.com>
8179
8180 * config.sub (d30v): Add d30v as a basic machine type.
8181
ad242caf
JM
81822000-03-29 Jason Merrill <jason@casey.cygnus.com>
8183
8184 * configure.in: -linux-gnu*, not -linux-gnu.
8185
d4537148
TM
8186Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
8187
8188 * MAINTAINERS: Add self in write-after-approval section.
8189
f152e9d4
JW
8190Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
8191
8192 * MAINTAINERS: Add self as ia64 port maintainer.
8193
6a5fcef1
NB
81942000-03-08 Neil Booth <NeilB@earthling.net>
8195
8196 * MAINTAINERS: Add self in write-after-approval section.
8197
d207ebef 8198Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 8199
d207ebef
JM
8200 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
8201 (do-tar-bz2): Replace TOOL with PACKAGE.
8202 (gdb.tar.bz2): Remove GDBTK from GDB package.
8203 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 8204 dejagnu.tar.bz2): New packages.
d207ebef
JM
8205
82062000-02-27 Andreas Jaeger <aj@suse.de>
8207
8208 * configure.in: Add entry for mips*-*-linux*, move catch all
8209 *-*-*linux* entry below this one.
8210
82112000-02-27 Ian Lance Taylor <ian@zembu.com>
8212
8213 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 8214
521fe9d0
NC
82152000-02-24 Nick Clifton <nickc@cygnus.com>
8216
8217 * config.sub: Support an OS of "wince".
8218
d207ebef
JM
8219Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
8220
8221 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 8222 version.
d207ebef
JM
8223
82242000-02-23 Linas Vepstas <linas@linas.org>
8225
8226 * config.sub: Add support for Linux/IBM 370.
8227 * configure.in: Likewise.
8228
3a685f6f
NC
82292000-02-22 Nick Clifton <nickc@cygnus.com>
8230
8231 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
8232
d207ebef 82332000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 8234
d207ebef 8235 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 8236
4746ee26
KG
82372000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8238
8239 * configure (gcc_version): When setting, narrow search to
8240 lines containing `version_string'.
8241
ba96c72d
DC
82422000-02-15 Denis Chertykov <denisc@overta.ru>
8243
8244 * config.sub: Add support for avr target.
8245
77f16a66
NC
82462000-02-14 Nick Clifton <nickc@cygnus.com>
8247
8248 * MAINTAINERS: Add maintainers for MCore port.
8249
784a3a80
HPN
8250Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
8251
8252 * config.sub: Add mmix-knuth-mmixware.
8253
719dd4fa
KG
82542000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8255
8256 * MAINTAINERS: Pair cccp with cpplib maintainership.
8257
d207ebef
JM
82582000-01-27 Christopher Faylor <cgf@redhat.com>
8259
8260 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
8261 structure stuff to -L library search.
8262 (CXX_FOR_TARGET): Ditto.
8263 (CROSS_CHECK_MODULES): Fix spelling mistake.
8264
7a53e94b
MM
82652000-01-24 Mark Mitchell <mark@codesourcery.com>
8266
8267 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
8268 the C++ compiler.
8269
0da3b5a7
RH
82702000-01-12 Richard Henderson <rth@cygnus.com>
8271
8272 * configure.in: Don't build some bits for beos.
8273
02368d6d
JS
82742000-01-12 Joel Sherrill (joel@OARcorp.com)
8275
8276 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
8277 as include files.
8278
2e76d35c
ZW
82792000-01-11 Zack Weinberg <zack@wolery.cumb.org>
8280
8281 * Add self as cpplib maintainer, as requested by Jason
8282 Merrill. Correct my e-mail address.
8283
4c25fdcf
GK
82842000-01-06 Geoff Keating <geoffk@cygnus.com>
8285
8286 * configure.in: Use mt-aix43 to handle *_TARGET defs,
8287 not mh-aix43.
8288
188e3966
HPN
8289Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
8290
8291 * MAINTAINERS: Add myself to "write after approval" list.
8292
c2f5d030
RH
82931999-12-14 Richard Henderson <rth@cygnus.com>
8294
8295 * config.guess (alpha-osf, alpha-linux): Detect ev67.
8296 * config.sub: Accept alphaev[78], alphaev8.
8297
eeda916a
AO
82981999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
8299
8300 * config.guess, config.sub: Update from autoconf.
8301
b3bd7820
BK
83021999-11-29 Bruce Korb <autogen@linuxbox.com>
8303
2c290989 8304 * MAINTAINERS: update my playtime e-address.
b3bd7820 8305
1882b2b1
RO
8306Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8307
8308 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
8309 necessary libraries are missing.
8310
2395f805
DN
8311Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
8312
8313 * MAINTAINERS: Add new 'write after approval' maintainer.
8314
1e25de97
APB
8315Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
8316
8317 * MAINTAINERS: Add new Java maintainer.
8318
1722c704
AS
83191999-10-25 Andreas Schwab <schwab@suse.de>
8320
8321 * configure: Fix quoting inside arguments of eval.
8322
8141abe8
NC
83231999-10-21 Nick Clifton <nickc@cygnus.com>
8324
8325 * config-ml.in: Allow suppression of some ARM multilibs.
8326
0b77644a
LV
8327Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
8328
8329 * config.guess: Add OS/390 match pattern.
8330 * config.sub: Add mvs, openedition targets.
8331 * configure.in (i370-ibm-opened*): New.
8332
d207ebef
JM
83331999-09-04 Steve Chamberlain <sac@pobox.com>
8334
8335 * config.sub: Add support for configuring for pj.
8336
83371999-08-31 Nick Clifton <nickc@cygnus.com>
8338
8339 * config.sub (maybe_os): Add support for configuring for fr30.
8340
af13ebe9
NC
83411999-08-25 Nick Clifton <nickc@cygnus.com>
8342
8343 * configure.in: Do not configure or build ld for AIX
8344 platforms. ld is known to be broken on these platforms.
8345
1250c760
RO
8346Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8347
8348 * config-ml.in: Pass compiler flag corresponding to multidirs to
8349 subdir configures.
8350
d207ebef
JM
83511999-08-09 Ian Lance Taylor <ian@zembu.com>
8352
8353 * Makefile.in (LDFLAGS): Define.
8354
83551999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
8356
8357 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
8358 noconfigdirs.
8359 (*-*-cygwin*): Likewise.
8360
83611999-08-08 Ian Lance Taylor <ian@zembu.com>
8362
8363 * mkdep: New file.
8364 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
8365 (BINUTILS_SUPPORT_DIRS): Add mkdep.
8366
8367 From Eli Zaretskii <eliz@is.elta.co.il>:
8368 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
8369 long file name when using DJGPP on MS-DOS.
8370
dbd83e11
JL
8371Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
8372
8373 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
8374
d207ebef
JM
83751999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
8376
8377 * Makefile.in (check-target-libio): Remove all-target-libstdc++
8378 dependency as this causes "make check" to globally "make all"
8379
cd1f4c2c
TT
8380Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
8381
8382 * configure.in (target_libs): Added target-zlib.
8383 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
8384 (CONFIGURE_TARGET_MODULES): Likewise.
8385 (CHECK_TARGET_MODULES): Likewise.
8386 (INSTALL_TARGET_MODULES): Likewise.
8387 (CLEAN_TARGET_MODULES): Likewise.
8388 (configure-target-zlib): New target.
8389 (all-target-zlib): Likewise.
8390 (all-target-libjava): Depend on all-target-zlib.
8391 (configure-target-libjava): Depend on configure-target-zlib.
8392
8393 * Makefile.in (configure-target-libjava): Depend on
8394 configure-target-newlib.
8395 (configure-target-boehm-gc): New target.
8396 (configure-target-qthreads): New target.
8397
e490616e
ZW
8398 * configure.in (target_libs): Added target-qthreads.
8399 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
8400 (CONFIGURE_TARGET_MODULES): Likewise.
8401 (CHECK_TARGET_MODULES): Likewise.
8402 (INSTALL_TARGET_MODULES): Likewise.
8403 (CLEAN_TARGET_MODULES): Likewise.
8404 (all-target-qthreads): New target.
8405 (configure-target-libjava): Depend on configure-target-qthreads.
8406 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
8407
8408 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
8409 (CONFIGURE_TARGET_MODULES): Likewise.
8410 (CHECK_TARGET_MODULES): Likewise.
8411 (INSTALL_TARGET_MODULES): Likewise.
8412 (CLEAN_TARGET_MODULES): Likewise.
8413 (all-target-libjava): New target.
8414 (all-target-boehm-gc): Likewise.
8415 * configure.in (target_libs): Added libjava, boehm-gc.
8416
d207ebef
JM
84171999-07-22 Ian Lance Taylor <ian@zembu.com>
8418
8419 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8420 configure.bat in SUPPORT_FILES.
8421 (gas+binutils.tar.bz2): Likewise.
8422
8423 * makeall.bat: Remove; obsolete.
8424
84251999-07-21 Ian Lance Taylor <ian@zembu.com>
8426
8427 From Mark Elbrecht:
8428 * configure.bat: Remove; obsolete.
8429
84301999-07-11 Ian Lance Taylor <ian@zembu.com>
8431
8432 * configure: Add -W -Wall to the default CFLAGS when compiling with
8433 gcc.
8434
8435Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
8436
8437 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8438
84391999-06-30 Mark Mitchell <mark@codesourcery.com>
8440
8441 * configure.in: Build ld on IRIX6.
8442
84431999-06-12 Ian Lance Taylor <ian@zembu.com>
8444
8445 * Makefile.in: Change distribution targets to use bzip2 instead of
8446 gzip.
8447 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
8448 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
8449
84501999-06-04 Nick Clifton <nickc@cygnus.com>
8451
8452 * config.sub: Add mcore target.
8453
26d088fa
CD
8454Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
8455
8456 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8457
c2c08b29
L
8458Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
8459
8460 * config.guess (dummy): Changed to $dummy.
8461
671d0648
NC
84621999-05-24 Nick Clifton <nickc@cygnus.com>
8463
8464 * config.sub: Tidied up case statements.
8465
b1345c72
BE
84661999-05-22 Ben Elliston <bje@cygnus.com>
8467
51ccbd8d
BE
8468 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8469 <jiro@din.or.jp>.
8470
b1345c72
BE
8471 * config.guess: Merge with FSF version. Future changes will be
8472 more accurately recorded in this ChangeLog.
8473 * config.sub: Likewise.
8474
2caf864f
SM
8475Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
8476
8477 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8478
d207ebef
JM
84791999-04-30 Tom Tromey <tromey@cygnus.com>
8480
8481 * ltmain.sh: [mode link] Always use CC given by ltconfig.
8482
90fb0c24
TT
84831999-04-23 Tom Tromey <tromey@cygnus.com>
8484
8485 * ltconfig, ltmain.sh: Update to libtool 1.2f.
8486
d207ebef
JM
84871999-04-20 Drew Moseley <dmoseley@cygnus.com>
8488
8489 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8490 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8491 Bad merge removed these two changes.
8492
3516940d 8493Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 8494 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
8495
8496 * config.guess (interix Alpha): Add.
8497
d207ebef
JM
84981999-04-11 Richard Henderson <rth@cygnus.com>
8499
8500 * configure.in (i?86-*-beos*): Do config gperf; don't config
8501 gdb, newlib, or libgloss.
8502
e891fbfe 8503Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 8504
e891fbfe
AO
8505 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8506 link a trivial program with -mabi=64. If it fails, remove mabi=64
8507 from multidirs.
8508
f9ae47d6
PT
8509Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
8510
8511 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8512
d207ebef
JM
85131999-04-08 Nick Clifton <nickc@cygnus.com>
8514
8515 * config.sub: Add support for mcore targets.
8516
85171999-04-07 Michael Meissner <meissner@cygnus.com>
8518
8519 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8520 not mt-ospace, in order to shut up assembler warning about using
8521 symbols that are named the same as registers.
8522
85231999-04-07 Drew Moseley <dmoseley@cygnus.com>
8524
8525 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8526 dependency list for all-target-cygmon.
8527
85281999-04-05 Doug Evans <devans@casey.cygnus.com>
8529
8530 * config-ml.in: Check $host, not $target, for selective multilibs.
8531 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8532 thumb interworking, and underscore prefix multilibs.
8533
85341999-04-04 Ian Lance Taylor <ian@zembu.com>
8535
8536 * missing: Update to version from current automake.
8537
88101ab9
L
8538Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
8539
8540 * configure (gxx_include_dir): Removed.
8541
8542 * configure.in (gxx_include_dir): Handle it.
8543 * Makefile.in: Likewise.
8544
d207ebef
JM
85451999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
8546
8547 * config.sub (mips64vr4111,mips64vr4111el) Add.
8548
85491999-03-21 Ben Elliston <bje@cygnus.com>
8550
e490616e 8551 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 8552
8dc91cbe
ME
8553Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
8554
8dc91cbe
ME
8555 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8556 config/mh-djgpp.
8557
d207ebef
JM
8558Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
8559
8560 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8561 all-target-newlib to dependency list for all-target-bsp.
8562
926bb5ed
MK
8563Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
8564
8565 * config.sub: Add i386-uwin support.
8566 * config.guess: Likewise.
8567
4a6e3000
FS
8568Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8569
8570 * configure.in: cleanup, add mh-*pic handling for arm, special
8571 case powerpc*-*-aix*
8572
d207ebef
JM
8573Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
8574
8575 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8576 can be built.
8577
8578Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
8579
8580 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 8581 targets.
d207ebef 8582
71c91078
NC
85831999-03-02 Nick Clifton <nickc@cygnus.com>
8584
8585 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8586
282e5df8
GN
8587Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
8588
8589 * config.sub: Check for "cygwin*" rather than "cygwin32*"
8590
1de558ee
NC
85911999-02-24 Nick Clifton <nickc@cygnus.com>
8592
8593 * config.sub: Fix typo in arm recognition.
8594
d207ebef
JM
8595Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
8596
8597 * configure.in (noconfigdirs): Changed target_configdirs to
8598 include target-bsp only for m68k-*-elf* and m68k-*-coff*
8599 rather than m68k-*-* since it is not known to work on
8600 m68k-aout. Ditto for arm-*-*oabi.
8601
8602Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
8603
8604 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
8605
86061999-02-19 Ben Elliston <bje@cygnus.com>
8607
8608 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8609 Smart and improved by Andrew Cagney.
8610
fab7445a
ME
8611Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
8612
8613 * config.guess: Recognize openbsd-*-hppa.
8614
8ccdc228
L
8615Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
8616
8617 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8618 only if it is not empty.
8619
3b7265ff
NC
86201999-02-17 Nick Clifton <nickc@cygnus.com>
8621
8622 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 8623
d207ebef 8624 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
8625
8626 * config.sub: Modified to recognize uname's armv* syntax.
8627
d207ebef
JM
86281999-02-17 Mark Salter <msalter@cygnus.com>
8629
8630 * configure.in: Added target-bsp for sparclite.
8631
8632Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
8633
8634 * config.sub: Recognize alphapca5[67] and up to alphaev8.
8635
86361999-02-08 Nick Clifton <nickc@cygnus.com>
8637
8638 * configure.in: Add support for strongarm port.
8639 * config.sub: Add support for strongarm target.
8640
c48dd3f5 8641Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 8642
c48dd3f5
MK
8643 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8644 the old name config/mh-cygwin32.
8645 Enable texinfo.
8646
d207ebef
JM
8647Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
8648
8649 * configure.in: Do build ld for ix86 Solaris.
8650
ecd62820
JW
8651Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
8652
8653 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
8654 $AR_FOR_TARGET. Likewise for RANLIB.
8655
bbd8fa7f 8656Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 8657
e490616e
ZW
8658 * config.sub (oabi): Recognize.
8659 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 8660
0397442c
RL
8661Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
8662
8663 * config.guess: Improve detection of i686 on UnixWare 7.
8664
c9ffaa63
MK
8665Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
8666
8667 * config.guess: Add support for i386-pc-interix.
8668 * config.sub: Likewise.
8669 * configure.in: Likewise.
c9ffaa63 8670
d207ebef
JM
8671Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
8672
8673 * Makefile.in: Remove unneeded all-target-libio from
8674 from all-target-winsup target since it is now unneeded.
8675 Add all-target-libtermcap in its place since it is now
8676 needed.
8677
8678Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
8679
8680 * configure.in: makefile stub for cygwin target is probably
8681 unnecessary. Remove it for now.
d207ebef
JM
8682
8683Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
8684
8685 * configure.in: libtermcap.a should be built when cygwin is the
8686 target as well as the host.
8687 * config.guess: Allow mixed case in cygwin uname output.
8688 * Makefile.in: Add libtermcap target.
d207ebef 8689
ebe12325
JL
8690Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
8691
8692 * config.sub: Clean up handling of hppa2.0.
8693
57057b67
RB
8694Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
8695
8696 * config.guess: Use C code to identify more HP machines.
8697
f8670be1
JL
8698Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
8699
8700 * config.sub: Handle hppa2.0.
8701
d207ebef
JM
8702Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
8703
8704 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 8705 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
8706
87071998-12-15 Mark Salter <msalter@cygnus.com>
8708
8709 * configure.in: Added target-bsp for several target architectures.
8710
8711 * Makefile.in: Added rules for bsp.
8712
d1a09590
JL
8713Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
8714
8715 * config.guess: Improve detection of hppa2.0 processors.
8716
8717Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
8718
8719 * config.guess: Recognize FreeBSD using ELF automatically.
8720
71205e0b
MH
87211998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
8722
8723 * configure (skip-this-dir): Add handling for new shell script, which
8724 might be created by a sub-directory's configure to indicate, this particular
8725 directory is "unwanted".
8726 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8727
d207ebef
JM
8728Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
8729
8730 * ltconfig: import from libtool, after changing libtool to
8731 account for the cygwin name change.
8732
8733Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
8734
8735 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8736 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8737
8738Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
8739
8740 * configure.in: Add libtermcap to list of cygwin dependencies.
8741
8742Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
8743
e490616e
ZW
8744 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8745 they include winsup/include when it's a cygwin target.
d207ebef
JM
8746
87471998-11-12 Tom Tromey <tromey@cygnus.com>
8748
8749 * configure.in (host_tools): Added zip.
8750 * Makefile.in (all-target-libjava): Depend on all-zip.
8751 (all-zip): New target.
8752 (ALL_MODULES): Added all-zip.
8753 (NATIVE_CHECK_MODULES): Added check-zip.
8754 (INSTALL_MODULES): Added install-zip.
8755 (CLEAN_MODULES): Added clean-zip.
8756
8757Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
8758
8759 * Makefile.in: lose "32" from comment about cygwin.
8760
8761Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
8762
8763 * configure.in: Use -Os to build target libraries for the fr30.
8764
8765Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
8766
8767 * config.sub: Add fr30.
8768
8769Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
8770
e490616e 8771 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
8772 cygwin* instead of cygwin32*.
8773 * config.sub: Check cygwin* instead of cygwin32*.
8774
d2ec8b39
RL
8775Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
8776
8777 * config.guess: Match any version of Unixware7.
8778
d207ebef
JM
87791998-10-20 Syd Polk <spolk@cygnus.com>
8780
8781 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8782 if desired.
8783
35cd2565
JL
8784Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
8785
8786 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8787 these if the appropriate directories and files to not exist.
8788
52d4e5b7
JL
8789Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
8790
8791 * Makefile.in (DEVO_SUPPORT): Add config.if.
8792
38ada91e
MH
8793Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
8794
8795 * configure: Add pattern to replace "build_tooldir"'s
8796 definition in the generated Makefile with "tooldir"'s
8797 actual value.
8798
e44e84da
JL
8799Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
8800
56a8387f
JL
8801 * config.sub: Bring back lost sparcv9.
8802
e44e84da
JL
8803 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8804
5cb95c7a
JL
8805Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
8806
8807 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8808 CC_FOR_TARGET and friends.
8809
8810Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 8811
ceff9b14
AO
8812 * Makefile.in (build_tooldir): New variable, same as tooldir.
8813 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8814 -B$(build_tooldir)/bin/.
8815 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 8816
f2d11dcd
GP
8817Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
8818
8819 * README: Remove installation instructions and refer to the
8820 INSTALL directory instead.
8821
73a6d2e7 8822Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 8823
73a6d2e7
RL
8824 * config.sub: Add support for i[34567]86-pc-udk.
8825 * configure.in: Likewise.
8826
5d4a5ee6
JL
8827Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
8828
8829 * Makefile.in: add bzip2 package building bits for user
8830 tools module
8831 * configure.in: ditto
8832
6fc19d6d
JL
8833Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
8834
8835 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8836 (ALL_TARGET_MODULES): Add all-target-libobjc.
8837 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8838 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8839 (all-target-libchill): Add dependencies.
8840 * configure.in (target_libs): Add libchill.
4e81ae98 8841
f653f0ab
MH
88421998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
8843
8844 * configure.in (target_subdir): Remove duplicate line.
8845
5d4a5ee6
JL
8846Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
8847
8848 * Makefile.in (all-automake): fix dependencies.
8849
494933e4
JL
8850Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
8851
8852 * configure.in: Minor cleanups for building in the $(target_alias)
8853 subdir.
8854
f6b58262
JW
88551998-09-22 Jim Wilson <wilson@cygnus.com>
8856
8857 * Makefile.in (bootstrap): Set r and s before make all. Use
8858 BASE_FLAGS_TO_PASS in make all.
8859 (cross): Likewise.
8860
27c7a08d
MM
88611998-09-20 Mark Mitchell <mark@markmitchell.com>
8862
8863 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8864
e67afd1e
RH
8865Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
8866
8867 * config.sub: Fix typo in last change.
8868
8e44ac71
MH
88691998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
8870
8871 * config.sub: Add support for C4x target.
8872 * configure.in: Likewise.
8873
d7496fbb
DM
88741998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
8875
8876 * config.sub: Recognize sparcv9 just like sparc64.
8877
22097bd1
RL
8878Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
8879
8880 * config.guess: Match "Pent II" or "PentII" for OpenServer.
8881
4b877abd
JL
8882Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
8883
2c8ec9a2
JL
8884 * config.guess: Correctly identify Pentium II sco boxes.
8885
4b877abd
JL
8886 * config.guess: Fix "tr" code. From Weiwen Liu.
8887
ab03db52
JH
8888Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
8889
8890 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8891 stabs.
8892
b54db294
JL
8893Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
8894
8895 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8896 (ALL_TARGET_MODULES): Add all-target-libchill.
8897 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8898 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8899 (all-target-libchill): Add dependencies.
8900 * configure.in (target_libs): Add libchill.
8901
bf48dd73
LW
8902Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8903
8904 * config.guess: Avoid assumptions about "tr" behaves when
8905 LANG is set to something other than English.
8906
a3cbd105
L
8907Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
8908
8909 * configure (gxx_include_dir): Changed to
8910 '${prefix}/include/g++'-${libstdcxx_interface}.
8911
8912 * config.if: New to determine the interfaces.
8913
c4acd909
MK
8914Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
8915
8916 * config.guess: Detect and handle MPE/IX.
8917 * config.sub: Deal with MPE/IX.
8918
9ea97665
DE
8919Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
8920
8921 * configure.in: Use mh-aix43.
8922
0ce065bd
MH
89231998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
8924
8925 * configure: Fix --without/--disable cases for gxx-include-dir.
8926
5d4a5ee6
JL
8927Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
8928
8929 * mdata-sh: Imported. Needed for automake support.
8930
8931Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
8932
8933 * Makefile.in (taz): Try "chmod -R og=u ." before
8934 "chmod og=u `find . -print`".
8935
8936Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
8937
8938 * configure.in: Add arm-elf and thumb-elf support.
8939
8940Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
8941
8942 * Makefile.in: Undo previous patch.
8943
8944Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
8945
8946 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8947 to here ...
8948 (install-no-fixedincludes): and here
8949 (INSTALL_MODULES): ... from here.
8950
466456d9
ILT
8951Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
8952
8953 * config.sub: Merge with FSF.
8954
1b409d25
ILT
8955 * config.guess: Merge with FSF.
8956
d207ebef
JM
8957Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
8958
8959 * configure (extraconfigdirs): New variable.
8960 (SUBDIRS): Add extraconfigdirs and recurse on them too.
8961 * Makefile.in (all): Move higher in file.
8962 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8963 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8964 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8965 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8966 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8967
89681998-07-23 Brendan Kehoe <brendan@cygnus.com>
8969
8970 * Makefile.in (all-target-libjava): Depend on all-gcc and
8971 all-target-newlib.
8972 (configure-target-libjava): Depend on $(ALL_GCC).
8973
7f1937c1
RL
8974Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
8975
8976 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8977 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8978
2ada2bd6
ML
8979Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
8980
8981 * INSTALL/README: Fix typo.
8982
1e025bde
ML
8983Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
8984
5d4a5ee6
JL
8985 * ylwrap: Change absolute path checks to check for DOS style path
8986 names.
1e025bde 8987
5d4a5ee6
JL
8988 * ylwrap: Don't use a full path name if the source file is in the
8989 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 8990
6755ff73
ILT
8991 * config-ml.in: Default to being verbose, to match Feb 18 change to
8992 configure.
8993
5d4a5ee6
JL
8994Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
8995
8996 Brought over from egcs:
8997
8998 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
8999
9000 * configure.in (target_subdir): Set to ${target_alias} instead
9001 of "libraries".
9002
9003 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9004
9005 * configure.in (target_subdir): Set to libraries if enable_multilib.
9006
9007Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
9008
9009 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
9010 multilibs, force reconfiguration the first time we create
9011 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
9012
9013Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
9014
9015 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
9016 avoid confusion with --no-recursion.
9017
9018Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
9019
9020 * configure.in: Win32 hosts shouldn't use install -x
9021 * install-sh: remove -x option, and special .exe-handling
9022 hack.
9023
d207ebef
JM
9024Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
9025
9026 * config.guess: Recognize i586-pc-beos.
9027 * configure.in: Don't build some bits for beos.
9028
fbd836fc
ILT
9029Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
9030
5d4a5ee6
JL
9031 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
9032 CFLAGS default to -O2.
9033
fbd836fc
ILT
9034 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
9035 when using GNU ld.
9036
9037Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
9038
9039 * ltmain.sh: Correct install when using a different shell.
9040
9041Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
9042
9043 * ltconfig, ltmain.sh: Update to libtool 1.2b.
9044
d207ebef
JM
9045Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
9046
9047 * makefile.vms: Update to build binutils/makefile.vms. Add install
9048 target.
fbd836fc
ILT
9049
9050Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
9051
9052 * ltconfig: Update to correct AIX handling.
9053
69b471bc
JL
9054Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
9055
81241b5e
JL
9056 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
9057
69b471bc
JL
9058 * configure.in (target_subdir): Set to ${target_alias} instead
9059 of "libraries".
9060
bedf82df
MH
90611998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
9062
9063 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
9064 (Makefile): Depend on $(gcc_version_trigger).
9065
9066 * configure (gcc_version): Change default initializer to empty
9067 string.
9068 (gcc_version_trigger): New variable; pass this variable down
9069 to subdir configures to enable them checking gcc's version
9070 themselves. Emit make macros for both gcc_version vars.
9071 (topsrcdir): Initialize reliably.
9072 (recursion line): Remove --with-gcc-version=${gcc_version}.
9073
28e449d8
MH
90741998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9075
9076 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
9077 --enable-version-specific-runtime-libs which installs C++ runtime stuff
9078 in $(libsubdir); emit definition in each generated Makefile.
9079 (gxx_include_dir): Initialize depending on
9080 $enable_version_specific_runtime_libs.
28e449d8 9081
50c4c9f7
MH
90821998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
9083
9084 * configure (gcc_version): Initialize properly depending on
9085 how and where configure is started.
9086 (recursion line): Pass a --with-gcc-version=${gcc_version}
9087 to configures in subdirs.
9088
d207ebef
JM
9089Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
9090
9091 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 9092 cygmon
d207ebef 9093
5d4a5ee6
JL
9094Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
9095
9096 * configure.in: Add cygmon and libstub support for mn10200.
9097
2f96399b
MH
90981998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
9099
9100 * configure (gcc_version): Add new variable describing the
9101 particular gcc version we're building.
9102 * Makefile.in (libsubdir): Add new macro for the directory
9103 in which the compiler finds executables, libraries, etc.
9104 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
9105 and libsubdir.
9106
c4137c50
AO
9107Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9108
ceff9b14
AO
9109 * Makefile.in (local-clean): Remove *.log.
9110 (warning.log): Built with warn_summary from build.log.
9111 (mail-report.log): Run test_summary.
9112 (mail-report-with-warnings.log): Run test_summary including
9113 warning.log in the report.
c4137c50 9114
276d5ee0
RL
9115Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
9116
9117 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
9118
5d4a5ee6
JL
9119Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
9120
9121 * Makefile.in (grep): Grep no longer depends on libiberty.
9122
9123Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
9124
9125 * Makefile.in: all-snavigator needs all-libgui.
9126
9127Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
9128
9129 * configure.in: Add cygmon and libstub support for mn10300.
9130
8af14275
ILT
9131Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
9132
9133 * missing: Update to version from automake 1.3.
9134
fbd836fc
ILT
9135 * ltmain.sh: On installation, don't get confused if the same name
9136 appears more than once in the list of library names.
9137
466456d9
ILT
9138Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
9139
9140 * config.sub: Accept m68060 and m5200 as CPU names.
9141
5d4a5ee6
JL
9142Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
9143
9144 * configure: Use && rather than using -a in test, because odd
9145 strings can confuse test.
9146 * configure.in: Likewise.
9147
fbd836fc
ILT
9148Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
9149
9150 * ltconfig, ltmain.sh: Bring in Visual C++ support.
9151
f0983958
AO
9152Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9153
9154 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 9155 bootstrap4-lean): New targets.
f0983958 9156
bfed1ea0
JL
9157Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
9158
9159 * mpw-* Delete. Not used.
9160
5d4a5ee6
JL
9161Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
9162
9163 * COPYING.LIB: Update FSF address.
9164
bfed1ea0
JL
9165Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
9166
9167 * ltconfig, ltmain.sh: Update to libtool 1.2a.
9168
5d4a5ee6
JL
9169 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
9170 GAS_SUPPORT_DIRS.
9171
bfed1ea0
JL
9172Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
9173
9174 * ltconfig, ltmain.sh: Avoid producing a version number if
9175 -version-info was not used.
9176
5d4a5ee6
JL
9177Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
9178
9179 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
9180 building with newlib.
9181
91821998-04-30 Paul Eggert <eggert@twinsun.com>
9183
d207ebef 9184 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 9185 Solaris `make' causes it to continue to next definition.
d207ebef
JM
9186
9187Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
9188
9189 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
9190 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
9191
9192Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
9193
9194 * configure.in: Change alpha to alpha* in several places.
9195
d207ebef
JM
9196Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
9197
9198 * config.sub: Recognize sparc86x.
9199
77be0cab
MM
9200Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
9201
9202 * configure.in (--enable-target-optspace): Remove debug echo.
9203
62441128
JW
9204Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
9205
9206 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
9207
bfed1ea0
JL
9208Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
9209
9210 * ltconfig: Update cygwin32 support.
9211
5d4a5ee6
JL
9212 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
9213 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
9214 (GDB_SUPPORT_DIRS): Likewise.
9215
3f4ea1de
MM
9216Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
9217
9218 * configure.in (target_makefile_frag): If --enable-target-optspace,
9219 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
9220 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
9221 not used.
9222 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 9223
5d4a5ee6
JL
9224Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
9225
9226 * Makefile.in (all-bfd): Depend on all-intl.
9227 (all-binutils): Likewise.
9228 (all-gas): Likewise.
9229 (all-gprof): Likewise.
9230 (all-ld): Likewise.
9231
92321998-04-19 Brendan Kehoe <brendan@cygnus.com>
9233
9234 * configure.in (host_tools): Fix typo, lbtool -> libtool.
9235
bfed1ea0
JL
9236Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
9237
5d4a5ee6
JL
9238 * Makefile.in (all-bfd): Depend upon all-libiberty.
9239
bfed1ea0
JL
9240 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
9241
5d4a5ee6
JL
9242Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
9243
9244 * Makefile.in: Add libstub.
9245
9246 * configure.in: Ditto. Build libstub for targets that have cygmon
9247 support.
9248
9249Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
9250
9251 * configure.in: Don't set PICFLAG on ix86-cygwin32.
9252
9253Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
9254
9255 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
9256 use mh-sysv5 if specified. Support gprof on SCO Open Server.
9257
ec8d6ddc
KW
9258Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
9259
9260 * configure: Define DEFAULT_M4 by searching PATH.
9261 * Makfile.in: Use DEFAULT_M4.
9262
bfed1ea0
JL
9263Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
9264
9265 * ltconfig: Add cygwin32 support.
9266
5d4a5ee6
JL
9267 * Makefile.in, configure.in: Add libtool as a native only directory
9268 to configure and build.
9269
547a6183
JL
9270Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
9271
9272 * Makefile.in (INSTALL_MODULES): Remove texinfo.
9273
5d4a5ee6 9274Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 9275
5d4a5ee6
JL
9276 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
9277
9278Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
9279
9280 * Makefile.in: add ash make rules
9281 * configure.in: add ash to native_only and host_tools lists
9282
9283Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
9284
9285 * Makefile.in (all-gettext, all-intl): New targets.
9286 (ALL_MODULES): Added all-gettext, all-intl.
9287 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
9288 (INSTALL_MODULES): Added install-gettext, install-intl.
9289 (CLEAN_MODULES): Added clean-gettext, clean-intl.
9290
9291 * configure.in (host_tools): Added gettext.
9292 (native_only): Likewise.
9293 (noconfigdirs) [various cases]: Likewise.
9294 (host_libs): Added intl.
9295
d207ebef
JM
9296Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
9297
9298 * configure: Do not disable building gdbtk for cygwin32 hosts.
9299
e98e406f
NC
9300Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
9301
9302 * configure.in: Add thumb-coff target.
9303 * config.sub: Add thumb-coff target.
9304
5d4a5ee6
JL
9305Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9306
9307 * Makefile.in: Revert yesterday's change.
9308 (all-target-winsup): all-target-librx stays out of here.
9309
9310Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
9311
9312 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
9313 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
9314 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
9315 Remove references to librx and libg++.
9316
9317Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
9318
9319 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
9320 recursive makes
9321
bfed1ea0
JL
9322Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
9323
9324 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 9325 for newlib directory.
bfed1ea0
JL
9326 (CXX_FOR_TARGET): Likewise.
9327
9328Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
9329
9330 * ltconfig: Update after libtool/ltconfig.in change for
9331 hpux11.
9332
9333Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
9334
9335 * ltconfig, ltmain.sh: Update to libtool 1.2.
9336
3cd730af
MH
9337Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
9338
9339 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
9340 (install-gcc-cross): Instead, override LANGUAGES here.
9341
80564603
DL
93421998-03-18 Dave Love <d.love@dl.ac.uk>
9343
9344 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
9345 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
9346
d207ebef
JM
9347Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
9348
9349 * configure.in: Add Thumb-pe target.
9350
5d4a5ee6 9351Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 9352
5d4a5ee6
JL
9353 * Makefile.in - changed sn targets to snavigator
9354 * configure.in - changed sn targets to snavigator
9355
2d4a0558
MH
9356Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
9357
9358 * config-ml.in: After building symlink tree call make distclean
9359 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
9360 to be the case for libiberty.
9361
04b93567
L
9362Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
9363
9364 * configure: When making link, also check the current
9365 directory. The configure scripts may create one.
9366
9a06b842
RH
9367Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
9368
9369 * config.sub: Accept alphapca56 and alphaev6 properly.
9370
217fc4e6
FS
9371Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9372
9373 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
9374
3e07bdbd 9375Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 9376
e490616e 9377 * config.sub (sco5): Fix typo.
3e07bdbd 9378
5d4a5ee6
JL
9379Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
9380
9381 * Makefile.in (INSTALL_MODULES): Move install-tcl before
9382 install-itcl.
9383 (install-itcl): Remove dependency on install-tcl.
9384
9385Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
9386
9387 * configure.in: Remove libgloss from noconfigdirs for MN10300.
9388
9389Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
9390
9391 * configure.in: Don't build libgui for a cygwin32 target when not on
9392 a cygwin32 host.
9393
9394Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
9395
9396 * configure (redirect): Set to null, so default behavior of
9397 configure is now --verbose.
9398
ce0d965c
DL
93991998-02-16 Dave Love <d.love@dl.ac.uk>
9400
9401 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
9402 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
9403
3acd1fd0
MH
9404Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
9405
9406 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
9407 this change to sync Makefile.in with its ChangeLog entries.
9408
5d4a5ee6
JL
9409Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
9410
9411 * ltmain.sh (mkdir): Check that the directory doesn't exist
9412 before we exit with error, so that we don't get races during
9413 parallel builds.
9414
bfed1ea0
JL
9415Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
9416
9417 * ltconfig, ltmain.sh: Update from libtool 1.0i.
9418
4e77e8f1
MH
9419Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
9420
9421 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9422 PICFLAG_FOR_TARGET.
9423 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9424
9425 * configure: Emit a definition for the new macro enable_shared
9426 into each Makefile.
9427
5d4a5ee6
JL
9428Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
9429
9430 * configure.in (host_tools, native_only): Add libtool.
9431
9432Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
9433
9434 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9435 Fix typo in ming config comment.
9436
bfed1ea0
JL
9437Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
9438
9439 * ltconfig, ltmain.sh: Update from libtool 1.0h.
9440
5d4a5ee6
JL
9441Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
9442
9443 * config.sub: Add tic30 cases, and map c30 to tic30.
9444
8821a725
RH
9445Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
9446
9447 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9448 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9449 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9450 (CLEAN_TARGET_MODULES): Similarly
9451 (all-target-libf2c): Add dependences.
4e81ae98 9452 * configure.in (target_libs): Add libf2c.
8821a725 9453
5d4a5ee6
JL
9454Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
9455
9456 * configure.in: Remove expect from noconfigdirs when target
9457 is cygwin32. OK to build expect and dejagnu with Canadian
9458 Cross.
9459
0aadd657
ILT
9460Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
9461
5d4a5ee6
JL
9462 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9463 host.
9464
0aadd657
ILT
9465 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9466 and mingw32.
9467
d0a8352c
MH
9468Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
9469
9470 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9471 here as it is not defined in the toplevel Makefile.
9472
59739e3c
MH
9473Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
9474
9475 * configure (package_makefile_rules_frag): New variable, which names
9476 a file with generic rules, ...
9477 Change comment to mention we now have FIVE parts.
9478 * configure: Undo last change.
9479
228197ee
LT
9480Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
9481
9482 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 9483 * config.sub: More accurate determination of HP processor types.
228197ee 9484
efd4c0ba
MH
9485Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
9486
9487 * configure (package_makefile_frag): Move inserting the
9488 ${package_makefile_frag} to where it should be according
9489 to the comment.
9490
6eef3189
PB
9491Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
9492
9493 * config.guess: Add support for Linux/ARM.
9494
d207ebef
JM
9495Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
9496
9497 * .cvsignore: Remove *-info and *-install since they match
9498 release-info and mpw-install, which we don't want to just ignore.
9499
48464ebf
RH
9500Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
9501
9502 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9503
803462a7
PN
9504Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
9505
9506 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9507 local_prefix to sub-make invocations.
9508
520ab477
L
9509Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
9510
9511 * configure.in: Check makefile fragments in the source
9512 directory.
9513
4bcdb76d
AO
9514Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
9515
ceff9b14
AO
9516 * configure.in: Check whether host and target makefile
9517 fragments exist before adding them to *_makefile_frag.
4bcdb76d 9518
5d4a5ee6
JL
9519Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
9520
9521 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9522
9523Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
9524
9525 * configure.in: Make sure we only replace RPATH_ENVVAR on
9526 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9527 regexp to sed.
9528
9529 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9530 to sub-makes.
9531
0d3e11a5
LI
95321998-01-13 Lee Iverson (leei@ai.sri.com)
9533
9534 * config-ml.in (multi-do): LDFLAGS must include multilib
9535 designator.
9536
d45b3d87 9537Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
9538
9539 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9540
d39cd7a1
MK
9541Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
9542
9543 * config.sub: Add mingw32 support.
9544 * configure.in: Likewise.
d39cd7a1 9545
6decbc24
FS
9546Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9547
9548 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9549
5d4a5ee6
JL
9550Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
9551
9552 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9553 * configure (gxx_include_dir): Provide a definition for subdirs
9554 which do not use autoconf.
9555
9556Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
9557
9558 * config.guess: Sync with egcs. Picks up new alpha support,
9559 BeOS & some additional linux support.
9560
d3d1907a
JL
9561Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
9562
9563 * config.guess: HP 9000/803 is a PA1.1 machine.
9564
b104e095
RH
9565Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
9566
9567 * configure.in: It's alpha*-...
9568
aca823c1
L
9569Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9570
9571 * configure.in (host_makefile_frag, target_makefile_frag):
9572 Handle multiple config files.
9573 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9574 alpha-*-*.
9575
d207ebef
JM
9576Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
9577
9578 * mkdep: New file.
9579
9580Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
9581
9582 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9583
5d4a5ee6
JL
9584Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
9585
9586 * Makefile.in: Add libgui directory.
9587 (GDB_TK): Add all-libgui.
9588 * configure.in: Add libgui directory.
9589 * configure: Add all-libgui to GDB_TK.
9590
9591Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
9592
9593 * config-ml.in (multidirs): Add m32r to multilib list.
9594
9595Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
9596
9597 * Makefile.in (all-target-gperf): Change dependency to
9598 all-target-libstdc++.
9599
baf55877
FF
9600Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
9601
9602 * config.guess: Add BeOS support.
9603
5d4a5ee6
JL
9604Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
9605
9606 Source directory cvs renamed to cvssrc:
9607 * configure.in (host_tools): Change cvs to cvssrc.
9608 (native_only): Likewise.
9609 (noconfigdirs) [various cases]: Likewise.
9610 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9611 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9612 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9613 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9614 (all-cvssrc): Rename target from all-cvs.
9615
f2d76545
JL
9616Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
9617
9618 * configure (gxx_include_dir): Fix thinko.
9619
205cba53
JL
9620Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
9621
9622 * Makefile.in (INSTALL_TARGET_CROSS): Define.
9623 (install-cross, install-gcc-cross): New targets.
9624
5d4a5ee6
JL
9625Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
9626
9627 * configure.in (noconfigdirs): Add support for Thumb target.
9628
9629 * config.sub (maybe_os): Add support for Thumb target.
9630
9631Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
9632
9633 * Makefile.in: Add rules for cygmon.
9634
9635 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9636
96b0f1fc
JL
9637Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
9638
9639 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9640 * configure (gxx_include_dir): Provide a definition for subdirs
9641 which do not use autoconf.
d207ebef
JM
9642
9643Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
9644
9645 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 9646 11/18/97 build
d207ebef 9647
7dfef6ed
JL
9648Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
9649
9650 * From Franz Sirl.
9651 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9652 found on RedHat Linux systems.
96b0f1fc 9653
83cfe7c0
JL
9654Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
9655
9656 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9657 guesses.
9658
7dfef6ed
JL
9659Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
9660
9661 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9662
5d4a5ee6
JL
9663Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
9664
9665 * ltmain.sh: If mkdir fails, check whether the directory was created
9666 anyhow by some other process.
9667
d207ebef
JM
9668Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
9669
9670 * configure.in (d30v-*-*): Configure all directories.
9671
9672Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
9673
9674 * configure.in (d30v-*-*): Configure newlib, libiberty directories
9675 for the D30V.
9676
9677Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
9678
9679 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9680
5d4a5ee6
JL
9681Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
9682
e490616e
ZW
9683 * include/libiberty.h: Add extern "C" { so it can be used with C++
9684 progrms.
9685 * include/remote-sim.h: Add extern "C" { so it can be used with C++
9686 programs.
5d4a5ee6 9687
d207ebef
JM
9688Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
9689
9690 * configure.in (d30v-*-*): Configure GCC now.
9691
5d4a5ee6
JL
9692Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
9693
9694 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9695 is no longer needed.
9696
c9670e62
JM
9697Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
9698
9699 * Makefile.in: check-target-libio depends on all-target-libstdc++.
9700
cc71c0ca
MH
9701Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
9702
9703 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9704 targets using "$@" to provide support for similar but not identical
9705 targets without having to duplicate code.
9706
d207ebef
JM
9707Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
9708
9709 * makefile.vms: Fix to work with DEC C.
9710
9711Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
9712
9713 * config.sub: Add mips-tx39-elf to marketing names.
9714
9715Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
9716
9717 * ltmain.sh: Handle symlinks in generated script.
9718
9719Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
9720
9721 * configure: Handle autoconf style directory options: --bindir,
9722 --datadir, --includedir, --infodir, --libdir, --libexecdir,
9723 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9724 --sysconfdir.
9725 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9726 (sharedstatedir, localstatedir, oldincludedir): New variables.
9727 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9728 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9729 sbindir, sharedstatedir, and sysconfdir.
9730
b1e3ddfd
AJ
9731Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9732
9733 * Makefile.in (bootstrap-lean): New target.
9734
d207ebef
JM
9735Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
9736
9737 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 9738 sn, and gnuserv from noconfigdirs.
d207ebef
JM
9739
9740Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
9741
9742 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9743
09f97c1e
JL
9744Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
9745
9746 * Makefile.in (cross): New target.
9747
335d0ab2
AO
9748Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
9749 Jeff Law <law@cygnus.com>
9750
9751 * Makefile.in (bootstrap2, bootstrap3): New targets.
9752 (all-bootstrap): Remove outdated and confusing target.
339c9b00 9753 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 9754
d207ebef
JM
9755Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
9756
9757 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 9758 windows. Consistent with gdb/configure.
d207ebef 9759
e693cc28
UD
97601997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
9761
e693cc28
UD
9762 * configure.in: Name Linux target fragment.
9763
9764 * configure: Rewrite so that project Makefile fragment is inserted
9765 first and appears last in the resulting Makefile.
9766
d207ebef
JM
9767Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
9768
9769 * Makefile.in (install-itcl): Install tcl first.
9770
5d4a5ee6
JL
9771Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
9772
9773 * configure.in: remove bison from noconfigdirs for Cygwin32 host
9774
f401679e
JW
9775Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
9776
9777 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9778
9779 * configure.in (skipdirs): Add target-librx for Linux.
9780 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9781
ec20b1b9
JL
9782Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
9783
9784 * Makefile.in (bootstrap): New target.
9785
becdcf6d
JL
9786Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
9787
63f6bcd7 9788 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 9789
d207ebef
JM
9790Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
9791
9792 * config.guess: Merge with FSF.
9793
0c82f6bf
FF
9794Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
9795
9796 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9797
d207ebef
JM
9798Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
9799
9800 * config.sub: Add "marketing-names" patch.
9801
3fbc0b70
JS
9802Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
9803
e490616e 9804 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 9805
e20d4801
JL
9806Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
9807
9808 * config.sub: Handle v850-elf.
9809
fe181f78 9810Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
9811
9812 * .cvsignore (*-install): Remove.
9813
bfed1ea0
JL
9814Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
9815
9816 * ltconfig: Set CONFIG_SHELL in libtool.
9817 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9818
558a1e7c
JW
9819Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
9820
9821 * configure.in (target_subdir): Set to libraries if enable_multilib.
9822
7818d6fc
JW
9823Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
9824
9825 * config.guess: Update from gcc directory.
9826
d207ebef
JM
9827Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
9828
9829 * Makefile.in (all-sim): Depends on all-readline.
9830
6599da04
JM
9831Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
9832
9833 * Makefile.in (BISON, YACC): Use $$s.
9834 (all-bison): Depend on all-texinfo.
9835
9836Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
9837
9838 * Makefile.in (BISON): Add -L flag.
9839 (YACC): Likewise.
9840
d207ebef
JM
9841Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9842
4e81ae98
EC
9843 * configure.in (noconfigdirs): Add support for v850e target.
9844
d207ebef
JM
9845 * config.sub (maybe_os): Add support for v850e target.
9846
9847Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
9848
4e81ae98
EC
9849 * configure.in (noconfigdirs): Add support for v850ea target.
9850
d207ebef
JM
9851 * config.sub (maybe_os): Add support for v850ea target.
9852
6599da04
JM
9853Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
9854
9855 * config.sub: Add mipstx39. Delete r3900.
9856
9857Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
9858
9859 * Makefile.in (all-autoconf): Depends on all-texinfo.
9860
9861Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
9862
9863 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9864 eabi targets.
9865
9866Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
9867
9868 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9869
9870 * configure: When handling a Canadian Cross, handle YACC as well as
9871 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 9872 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
9873
9874Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
9875
9876 * Makefile.in (BISON): bison, not byacc or bison -y.
9877 (YACC): bison -y or byacc or yacc.
9878 (various): Add *-bison as appropriate.
9879 (taz): No need to mess with BISON anymore.
9880
9881Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
9882
9883 * configure: If OSTYPE matches *win32*, try to find a good value for
9884 CONFIG_SHELL.
9885
9886Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
9887
9888 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9889 configure.in if it is present.
9890
9891Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
9892
9893 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9894
9895Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
9896
9897 * config.sub: Recognize `arc' cpu.
9898 * configure.in: Likewise.
9899 * config-ml.in: Likewise.
9900
9901Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
9902
9903 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9904
9905Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
9906
9907 * configure: Changed sed delimiter from ':' to '|' when
9908 attempting to substitute ${config_shell} for SHELL. On
9909 NT ${config_shell} may contain a ':' in it.
9910
9911Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
9912
9913 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9914
9915Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
9916
9917 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9918
9919Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
9920
9921 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9922
9923 * ylwrap: If the program is a relative path, force it to be
9924 absolute.
9925
9926Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
9927
9928 * configure (tooldir): Set BISON to `bison -y' and not just bison.
9929
9930Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
9931
9932 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
9933 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9934 for libraries.
6599da04
JM
9935
9936Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
9937
9938 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 9939 separated by spaces.
6599da04
JM
9940
9941Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
9942
9943 * ylwrap: New file.
9944 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9945
9946 * ltmain.sh: Handle /bin/sh at start of install program.
9947
9948 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9949
9950 * ltconfig, ltmain.sh: New files, from libtool 1.0.
9951 * missing: New file, from automake 1.2.
9952
9953Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
9954
9955 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
9956 check-tk to CHECK_X11_MODULES.
9957
9958Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
9959
9960 * config.sub: Merge with FSF.
9961
9962Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
9963
9964 * config.guess: Merge with FSF.
9965
9966Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9967
9968 * configure: Treat msdosdjgpp like go32.
9969 * configure.in: Likewise. Don't remove gprof for go32.
9970
9971 * configure: Change Makefile.tem2 to Makefile.tm2.
9972
9973Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
9974
9975 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9976
9977Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
9978
9979 * install-sh (chmodcmd): Set to null if the DST directory already
9980 exists. Same as Nov 11th change.
9981
9982Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
9983
4e81ae98 9984 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
9985
9986Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
9987
9988 * config.guess: Update from FSF.
9989
9990Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
9991
9992 * Makefile.in (GDB_TK): Depend on itcl and tix.
9993
9994Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
9995
9996 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9997 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9998 (INSTALL_SCRIPT): New variable.
9999 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
10000 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
10001 to -x.
10002 * install-sh: Add support for -x option.
10003
10004Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
10005
10006 * configure.in, Makefile.in: Treat tix like itcl.
10007
10008Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
10009
10010 * Makefile.in (WINDRES): New variable.
10011 (WINDRES_FOR_TARGET): New variable.
10012 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
10013 (EXTRA_HOST_FLAGS): Add WINDRES.
10014 (EXTRA_TARGET_FLAGS): Add WINDRES.
10015 (EXTRA_GCC_FLAGS): Add WINDRES.
10016 ($(DO_X)): Pass down WINDRES.
10017 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
10018 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
10019 DLLTOOL_FOR_TARGET.
10020
10021Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
10022
10023 * configure.in: configure sim before gdb for win32-x-ppc
10024
10025Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10026
10027 Move gperf into the toplevel, from libg++.
10028 * configure.in (target_tools): Add target-gperf.
10029 (native_only): Add target-gperf.
10030 * Makefile.in (all-target-gperf): New target, depend on
10031 all-target-libg++.
10032 (configure-target-gperf): Empty rule.
10033 (ALL_TARGET_MODULES): Add all-target-gperf.
10034 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
10035 (CHECK_TARGET_MODULES): Add check-target-gperf.
10036 (INSTALL_TARGET_MODULES): Add install-target-gperf.
10037 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
10038
10039Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 10040
6599da04
JM
10041 * config.sub (mn10200): Recognize new basic machine.
10042
10043Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10044
10045 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
10046 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
10047
10048Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
10049
10050 * configure.in: If we're building mips-sgi-irix6* native, turn on
10051 ENABLE_MULTILIB and set TARGET_SUBDIR.
10052
10053Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
10054
10055 * Makefile.in (all-sn): Depend on all-grep.
10056
10057Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
10058
10059 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
10060
10061 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
10062 Makefile. From Jeff Makey <jeff@cts.com>.
10063 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
10064
10065 * Makefile.in (DISTBISONFILES): Remove.
10066 (taz): Don't futz with DISTBISONFILES. Change BISON to use
10067 $(DEFAULT_YACC).
10068
10069 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 10070 cygwin32.
6599da04
JM
10071
10072 * Makefile.in (LD): New variable.
10073 (EXTRA_HOST_FLAGS): Pass down LD.
10074 ($(DO_X)): Likewise.
10075
10076Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
10077
10078 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
10079
10080Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
10081
10082 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 10083 before adding our own. Always add --build.
6599da04
JM
10084
10085Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
10086
10087 * configure.in (targargs): Pass --build if we're doing
10088 a cross-compile.
10089
10090Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
10091
ca236658 10092 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
10093 sed. Otherwise sed chokes on NT path names with drive
10094 designators. Also look for "?:*" as the leading characters in an
10095 absolute pathname.
10096
10097Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
10098
10099 * config.sub: Support for r3900.
10100
10101Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
10102
10103 * configure.in: Use install-sh, not install.sh.
10104
10105Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
10106
10107 * Makefile.in (taz): Improve check for BISON so it doesn't try to
10108 apply it twice.
10109
10110Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
10111
10112 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
10113 install-binutils.
10114
10115Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
10116
10117 * Makefile.in: Add automake targets.
10118 * configure.in (host_tools): Add automake.
10119
10120Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
10121
10122 * configure: Default CXX to c++, not gcc.
10123 * Makefile.in (CXX): Set to c++, not gcc.
10124 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
10125
10126Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
10127
10128 * install-sh: try appending a .exe if source file doesn't
10129 exist
10130
10131Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
10132
10133 * configure.in: Turn on multilib by default.
10134 (cross_only): Remove target-libiberty.
10135
10136 * Makefile.in (all-gcc): Don't depend on libiberty.
10137
10138Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
10139
10140 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
10141
10142Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
10143
10144 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
10145 (DISTBISONFILES): Add ld/Makefile.in
10146
10147Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
10148
10149 * configure.in: if target is cygwin32 but host isn't cygwin32,
10150 don't configure gdb tcl tk expect, not just gdb.
10151
10152Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
10153
10154 * configure.in: Added gnuserv everywhere sn appears.
10155
10156 * Makefile.in (ALL_MODULES): Added all-gnuserv.
10157 (CROSS_CHECK_MODULES): Added check-gnuserv.
10158 (INSTALL_MODULES): Added install-gnuserv.
10159 (CLEAN_MODULES): Added clean-gnuserv.
10160 (all-gnuserv): New target.
10161
10162Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
10163
10164 * config.guess: Fixes for MIPS OpenBSD systems.
10165
10166Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
10167
10168 * Makefile.in (INSTALL_XFORM): Remove.
10169 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
10170
10171 * mkinstalldirs: New file, copied from automake.
10172 * Makefile.in (installdirs): Rename from install-dirs. Use
10173 mkinstalldirs. Change all users.
10174 (DEVO_SUPPORT): Add mkinstalldirs.
10175
10176Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
10177
10178 * install-sh: Rename from install.sh.
10179 * Makefile.in (INSTALL): Change install.sh to install-sh.
10180 (DEVO_SUPPORT): Likewise.
10181
10182 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
10183 Graichen <graichen@rzpd.de>.
10184
10185Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
10186
10187 * config.guess: Recognize OpenBSD systems correctly.
10188
10189Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
10190
10191 * README, Makefile.in (ETC_SUPPORT): Remove references to
10192 cfg-paper*, configure.{texi,man,info*}._
10193
10194Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
10195
10196 * Makefile.in (all.normal): Ensure that gcc is built after all
10197 the x11 - ie gdb - targets.
10198
10199Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
10200
10201 * makefile.vms: Don't run conf-a-gas.
10202
10203Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
10204
e490616e 10205 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 10206
d207ebef
JM
10207Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
10208
10209 * configure.in: Remove noconfigdirs case since gdb also
10210 configures and builds for tic80-coff.
10211
6599da04
JM
10212Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
10213
10214 * configure: Set cache_file to config.cache.
10215 * Makefile.in (local-distclean): Remove config.cache.
10216
10217Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
10218
10219 * COPYING: Update FSF address.
10220
d207ebef
JM
10221Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
10222
10223 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
10224 noconfigdirs.
10225
6599da04
JM
10226Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
10227
10228 * Makefile.in (install-dirs): Don't crash if prefix, and hence
10229 MAKEDIRS, is empty.
10230
10231Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
10232
10233 * config.sub: Tweak mn10300 entry.
10234
10235Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
10236
10237 * configure.in (host_tools): Put sim before gdb, so gdb's
10238 configure.tgt can determine if the simulator was configured.
10239
10240Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
10241
10242 * config.sub: Move BeOS $os case to be with other Cygnus
10243 local cases.
10244
10245Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
10246
10247 * config.sub: Remove misplaced comment that broke Linux.
10248
10249Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
10250
10251 * config.sub: Add BeOS support.
10252
10253Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
10254
10255 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
10256
10257Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
10258
10259 * configure.in (noconfigdirs): Remove tcl and tk from
10260 noconfigdirs for cygwin32 builds.
10261
d207ebef
JM
10262Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
10263
10264 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
10265
6599da04
JM
10266Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
10267
10268 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
10269 make-all.com, use makefile.vms instead.
10270
10271Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
10272
10273 * config.sub: Accept -lnews*.
10274
d207ebef
JM
10275Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
10276
10277 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 10278 target-examples and target-libiberty for d30v.
d207ebef
JM
10279
10280Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10281
10282 * configure.in (noconfigdirs): Enable ld for d30v.
10283
10284Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
10285
10286 * configure.in (tic80-*-*): Build compiler.
10287
10288Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
10289
10290 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 10291 unsupported d30v directories
d207ebef
JM
10292
10293Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
10294
4e81ae98
EC
10295 * config.sub, configure.in: Add d30v target cpu.
10296
6599da04
JM
10297Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
10298
10299 * makefile.vms: New file.
10300 * make-all.com: Remove.
10301
10302Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
10303
10304 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
10305
10306Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
10307
10308 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
10309
10310Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
10311
10312 * Makefile.in (ALL_MODULES): Added all-db.
10313 (CROSS_CHECK_MODULES): Addec check-db.
10314 (INSTALL_MODULES): Added install-db.
10315 (CLEAN_MODULES): Added clean-db.
10316
10317Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
10318
10319 * config.guess: Merge with latest FSF sources.
10320
10321Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
10322
10323 * Makefile.in (ALL_MODULES): Added all-itcl.
10324 (CROSS_CHECK_MODULES): Added check-itcl.
10325 (INSTALL_MODULES): Added install-itcl.
10326 (CLEAN_MODULES): Added clean-itcl.
10327
10328Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
10329
10330 * configure.in: build gdb for mn10200
10331
10332Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
10333
10334 * Makefile.in (all-target-winsup): Depend on all-target-libio.
10335
d207ebef
JM
10336Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
10337
10338 * configure.in (tic80-*-*): Turn off most targets right now.
10339
6599da04
JM
10340Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
10341
10342 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
10343 rather than the makeinfo program.
10344 (do-info): Depend upon all-texinfo.
10345
10346Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
10347
10348 * configure.in: Remove uses of config/mh-linux.
10349
10350 * config.sub, config.guess: Merge with latest FSF sources.
10351
d207ebef
JM
10352Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
10353
10354 * config.sub (case $basic_machine): Add tic80 entries.
10355
6599da04
JM
10356Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
10357
10358 * config.sub, config.guess: Merge with latest FSF sources.
10359
10360Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10361
10362 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
10363 * mpw-config.in: Test for NewFolderRecursive.
10364 * mpw-install: Use symbolic name for startup filename.
10365 * mpw-README: Add various additional details.
10366
10367Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
10368
10369 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
10370
10371Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
10372
10373 * configure.in: Do build gcc and the target libraries for
10374 the mn10200.
10375
10376Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
10377
10378 * configure.in: don't avoid building gdb for mn10300 any more
10379 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
10380 instead of single-quoting it.
10381
10382Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
10383
10384 * configure.in: Don't use --with-stabs on IRIX 6.
10385
10386Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
10387
10388 * configure.in (m32r): Build gdb, libg++ now.
10389
10390Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
10391
10392 * configure.in (mips*-sgi-irix6*): Remove gdb and related
10393 directories from noconfigdirs.
10394
10395Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
10396
10397 * config.sub (basic_machine): added mips16 configuration
10398
10399Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10400
10401 * config.sub: Handle d10v-unknown.
10402
d207ebef
JM
10403Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
10404
10405 * config.sub: Handle v850-unknown.
10406
6599da04
JM
10407Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
10408
10409 * Makefile.in: add findutils
10410 * configure.in: add findutils to list of host_tools
10411
10412Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
10413
10414 * config.sub: Handle mn10200 and mn10300.
10415
10416Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10417
10418 * configure.in (d10v-*): Do not build librx.
10419
10420Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
10421
10422 * configure.in (mn10300): Build everything except gdb & libgloss.
10423
10424Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
10425
10426 * config.guess: Patch for Dansk Data Elektronik servers,
10427 from Niels Skou Olsen <nso@dde.dk>.
10428
10429 For ncr, use /bin/uname rather than uname, since GNU uname does not
10430 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
10431
10432 Patch for MIPS R4000 running System V,
10433 from Eric S. Raymond <esr@snark.thyrsus.com>.
10434
10435 Fix thinko for nextstep.
10436
10437 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10438
10439 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
10440 * config.guess: Guess mips-dec-mach_bsd4.3.
10441
10442 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
10443 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
10444 release numbers.
10445 * config.guess (mips-mips-riscos*): Emit just enough of the
10446 release number.
10447
10448 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
10449 * config.guess (sparc-auspex-sunos*): Added.
10450 (f300-fujitsu-*): Added.
10451
10452 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
10453 * config.guess: Recognize a Tadpole as a sparc.
10454
10455Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10456
10457 * config.guess: Don't assume that NextStep version is either 2 or
10458 3. NextStep 4 (aka OpenStep 4) has come out now.
10459
10460Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
10461
10462 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10463 From Rik Faith <faith@cs.unc.edu>.
10464
10465Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
10466
10467 * config.sub: Contributions from bug-gnu-utils to:
10468 Support plain "hppa" (no version given) architecture, reported by
10469 OpenStep.
10470 OpenBSD like NetBSD.
10471 LynxOs is not a hardware supplier.
10472
10473 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 10474 OpenBSD like NetBSD.
6599da04
JM
10475 Stratus systems.
10476 More Pyramid systems.
10477 i[n>4]86 Intel chips.
10478 M680[n>4]0 Motorola chips.
10479 Use unknown instead of lynx for hardware manufacturer.
10480
10481Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10482
10483 * install.sh (chmodcmd): Set to null if the DST directory already
10484 exists.
10485
10486Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10487
10488 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10489 not use mt-ppc target Makefile fragment any more.
10490
10491Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10492
10493 * configure.in (*-*-windows): Exclude everything but those dirs
10494 needed to build windows.
10495
10496Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
10497
10498 * Makefile.in (all-target-winsup): Depend on all-target-librx.
10499
10500Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10501
10502 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
10503
10504Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
10505
10506 * Undo my previous change.
10507
10508Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
10509
10510 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10511 unconditionally.
10512 (MAKEOVERRIDES): Define (revert this part of October 18 change).
10513
10514Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
10515
10516 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
10517 host to add it's own flags.
6599da04
JM
10518
10519Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
10520
10521 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10522
10523Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
10524
10525 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10526 (CXX_FOR_TARGET): Likewise.
10527 (GCC_FOR_TARGET): Define.
10528 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10529 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10530 CC_FOR_TARGET was specified on the command line.
10531 (MAKEOVERRIDES): Don't define.
10532
10533Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
10534
10535 * configure.in (m32r): Fix spelling of libg++ libs.
10536
10537Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
10538
10539 * config.sub (-apple*): Remove, now redundant.
10540
10541Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
10542
10543 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10544
10545 * configure: Rework yesterday's sed script patch.
10546
10547 * config.sub: Merge with FSF.
10548
10549Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
10550
10551 * config.guess: Merge from FSF.
10552
10553 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
10554 * config.guess: Use pc instead of unknown, for pc clone systems.
10555 Change linux to linux-gnu.
6599da04
JM
10556
10557 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 10558 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
10559
10560Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
10561
10562 * test-build.mk (HOLES): Add "xargs" for gdb.
10563
10564 * configure: Avoid hpux10.20 sed bug.
10565
10566Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
10567
731a8127 10568 * configure.in: Add support for windows host
6599da04
JM
10569 (that is a build done under the Microsoft build environment).
10570
10571Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
10572
10573 * Makefile.in: Replace all uses of srcroot with s, to shrink
10574 command line lengths.
10575
10576 Patches from Geoffrey Noer <noer@cygnus.com>:
10577 * configure.in: If configuring for newlib, pass --with-newlib to
10578 subdirectories.
10579 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10580 -Bnewlib/ and -Lwinsup to gcc.
10581 (CXX_FOR_TARGET): Likewise.
10582
10583Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
10584
10585 * Makefile.in (ETC_SUPPORT): Add configure.
10586
10587Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
10588
4e81ae98 10589 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
10590 host configuration file.
10591
10592Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
10593
10594 * configure.in: Break mn10x00 support into separate
10595 mn10200 and mn10300 configurations.
10596 * config.sub: Likewise.
10597
10598Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
10599
10600 * configure.in: Add lots of stuff to noconfigdirs for
10601 the mn10x00 targets.
10602
10603 * config.sub, configure.in: Add mn10x00 support.
10604
10605Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
10606
10607 * make-all.com: Call conf-a-gas, not config-a-gas.
10608
10609Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
10610
10611 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 10612 targets.
6599da04
JM
10613
10614Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
10615
10616 * mpw-README: Add much more detail for native PowerMac.
10617 * mpw-install: New file.
10618 * mpw-configure: Add --norecursion and --help options.
10619 * mpw-config.in: Translate readme and install files when
10620 copying to objdir.
10621 * mpw-build.in: Don't always depend on byacc and flex.
10622 (install-only-top): New action.
10623
d207ebef
JM
10624Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
10625
10626 * configure.in: You can now configure GDB for the v850.
10627
6599da04
JM
10628Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
10629
10630 * configure.in (noconfigdirs): Don't configure any C++ dirs
10631 if targeting D10V.
10632
10633Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
10634
10635 * config.sub: Recognize mips64vr5000.
10636
10637Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
10638
10639 * configure.in: Use a single line for host_tools and native_only.
10640
10641Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
10642
10643 * config.sub, configure.in: Add entries for m32r.
10644
10645Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
10646
10647 * Makefile.in (inet-install): Don't run install-gzip.
10648
10649Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
10650
10651 * configure.in: Don't config lots of things for *-*-windows*.
10652
10653Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
10654
10655 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10656 (host_libs, host_tools): Copy from configure.in.
10657 * mpw-configure: Don't complain about directories not found.
10658
10659Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10660
10661 * configure.in (i[345]86): Recognize i686 for pentium pro.
10662 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10663 file.
10664
10665 * config.guess (i[345]86): Ditto.
10666
10667Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10668
10669 * configure.in (noconfigdirs): Removed gdb for D10V.
10670
d207ebef 10671Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 10672
d207ebef
JM
10673 * configure.in: Remove ld, target-libio, target-libg++, and
10674 target-libstdc++ from noconfigdirs.
5d4a5ee6 10675
6599da04
JM
10676Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
10677
10678 * configure: Fix three locations where shell scripts were
10679 being run directly rather than with config_shell.
10680
d207ebef
JM
10681Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
10682
10683 * configure.in (v850-*-*): Set up initial $noconfigdirs.
10684 * config.sub (basic_machine): Recognize v850.
10685
6599da04
JM
10686Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
10687
10688 * mpw-configure: Handle multiple enable/disable options and
10689 pass them down recursively, handle -c and -s flags appropriately
10690 depending on choice of compiler, add escape mechanism for
10691 quoted arguments to gC.
10692
10693Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10694
10695 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10696 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10697 so that -mrelocatable-lib and -mno-eabi are used.
10698
10699 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10700 not support --print-multi-lib, don't abort.
10701
6599da04
JM
10702Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
10703
10704 * make-all.com: Run config-a-gas.
10705 * setup.com: Don't copy subdirectory files around.
10706
10707Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
10708
10709 * configure.in (*-*-ose): Remove exclusion of libgloss for this
10710 target, it now compiles correctly.
10711
10712Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
10713
10714 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10715
10716Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10717
4e81ae98 10718 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
10719
10720Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
10721
10722 * configure.in (native_only): Add prms.
10723
10724Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
10725
10726 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10727 (BINUTILS_SUPPORT_DIRS): Likewise.
10728
10729Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10730
10731 * configure.in (d10v-*-*): Don't configure ld or gdb until the
10732 d10v support is added.
10733
10734Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
10735
10736 * configure.in (d10v-*-*): New target.
10737
10738Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
10739
10740 * config.guess (HP 9000/811): Recognize this as a PA1.1
10741 machine.
10742
10743Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
10744
10745 * Makefile.in (do-tar-gz): New target, split out from tail end of
10746 taz target. Run each command separately, don't use pipes.
10747 (taz): Use it.
10748
10749Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
10750
10751 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10752 * mpw-build.in: No builds should depend on building byacc or flex,
10753 they are assumed to be installed already.
10754
10755Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10756
10757 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10758 variable that CC_FOR_TARGET needs.
10759
10760Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10761
10762 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10763 options have changed since the last time the subdirectory was
10764 configured, and if it has, reconfigure.
10765 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10766 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10767
10768Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
10769
10770 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10771 CLEAN_MODULES): Add bash.
10772 (all-bash): New target.
10773
10774Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
10775
10776 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10777
10778Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10779
10780 * config.sub (basic_machine): Recognize d10v as a valid processor.
10781
10782Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
10783
10784 * mpw-configure: Add support for --bindir.
10785 * mpw-build.in: Use a GCC-specific build script for GCC actions.
10786
10787Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
10788
10789 * configure.in: add bash, time, gawk to list of hosttools and things
10790 to only build for native toolchains
10791
10792Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10793
10794 * Makefile.in (docdir): Remove.
10795
10796Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
10797
10798 * Makefile.in (datadir): Set to $(prefix)/share.
10799
10800Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
10801
10802 * configure.in: build diff and patch for cygwin32-hosted
10803 toolchains.
10804
10805Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
10806
10807 * config.sub: Accept -rtems*.
10808
10809Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
10810
e490616e
ZW
10811 * configure.in: enable dosrel for cygwin32-hosted builds,
10812 remove diff from the list of things not buildable
10813 via Canadian Cross
6599da04
JM
10814
10815Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
10816
10817 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 10818 don't get ". ".
6599da04
JM
10819
10820Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
10821
10822 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10823
10824Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
10825
10826 * Makefile.in (taz): Handle case where tex3patch didn't even get
10827 checked out. Also, if it was found, put the symlink in a new util
10828 subdirectory.
10829
10830Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10831
10832 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10833
10834Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
10835
10836 * config.sub: Recognize -openvms.
10837 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10838 * make-all.com, setup.com: New files.
10839
10840Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
10841
10842 * Makefile.in (taz): tex3patch moved to texinfo/util.
10843
10844Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
10845
10846 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10847 * configure.in: remove make from disable-if-Can-Cross list
10848 enable gdb if ${host} and ${target} are cygwin32
10849
10850Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
10851
10852 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
10853 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10854
10855Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
10856
10857 * config.guess: Combine mips-mips-riscos cases, and use cpp to
10858 distinguish sysv/svr4/bsd variants.
10859 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10860
10861Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
10862
10863 * configure.in: Added copyright notice.
10864 * move-if-change: Added copyright notice.
10865
10866Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10867
10868 * configure.in (powerpcle-*-solaris*): Until we get shared
10869 libraries working, don't build gdb, sim, make, tcl, tk, or
10870 expect.
10871
10872Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
10873
10874 * config.guess: Merge with FSF:
10875
10876 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
10877 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10878
10879 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
10880 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10881
10882 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
10883 * config.guess: Combine two OSF1 rules.
10884 Also recognize field test versions. From mjr@zk3.dec.com.
10885 * config.guess (dgux): Use /usr/bin/uname rather than uname,
10886 because GNU uname does not support -p. From pmr@pajato.com.
10887
10888Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
10889
10890 * Makefile.in (MAKEDIRS): Removed $(tooldir).
10891
10892Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
10893
10894 * mpw-README: Document GCCIncludes.
10895
10896Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
10897
10898 * configure.in (alpha-*-linux*): Set enable_shared to yes.
10899
10900Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
10901
10902 * mpw-configure: Handle --enable-FOO and --disable-FOO.
10903
10904Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
10905
10906 * configure.in (*-*-cygwin32): Configure make.
10907
10908Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
10909
10910 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10911
10912Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
10913
10914 * Makefile.in (all-inet): Depend on all-perl.
10915
10916 * Makefile.in (inet-install): New target.
10917
10918 * Makefile.in (all-inet): Depend on all-tcl.
10919 (all-inet): Depend on all-send-pr.
10920
10921Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10922
10923 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10924 temporarily.
10925
10926Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
10927
10928 * configure.in: Don't configure --with-gnu-ld on AIX.
10929
10930Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
10931
10932 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10933
10934Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
10935
10936 * Makefile.in (ALL_MODULES): Added all-inet.
10937 (CROSS_CHECK_MODULES): Added check-inet.
10938 (INSTALL_MODULES): Added install-inet.
10939 (CLEAN_MODULES): Added clean-inet.
10940 (all-indent): New target.
10941
10942 * configure.in (host_tools): Added inet.
10943 (native_only): Added inet.
10944 (noconfigdirs): Added inet.
10945
10946Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
10947
10948 * configure.in: Don't configure libgloss if we are not configuring
10949 newlib.
10950
10951Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
10952
10953 * configure.in: Don't configure libgloss for unsupported
10954 architectures.
10955
10956Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10957
10958 * Makefile.in (CLEAN_MODULES): Add clean-apache.
10959
10960Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
10961
10962 * Makefile.in (ALL_MODULES): Include all-apache.
10963 (CROSS_CHECK_MODULES): Include check-apache.
10964 (INSTALL_MODULES): Include install-apache.
10965 (all-apache): New target.
10966
10967 * configure.in: Added apache everywhere perl is seen.
10968
10969Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10970
10971 * Makefile.in: Add support for clean-{module} and
10972 clean-target-{module} rules.
10973
10974Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
10975
10976 * configure.in (*-*-ose) do not build libgloss.
10977
10978Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
10979
10980 * config.guess (prep*:SunOS:5.*:*): Turn into
10981 powerpele-unknown-solaris2.
10982
10983Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
10984
10985 * configure.in: Permit --enable-shared to specify a list of
10986 directories.
10987
10988Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10989
10990 * configure.in (host==solaris): Pass only the first word of $CC
10991 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10992
10993Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
10994
10995 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10996
10997Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
10998
10999 * Makefile.in (ALL_MODULES): Include all-perl.
11000 (CROSS_CHECK_MODULES): Include check-perl.
11001 (INSTALL_MODULES): Include install-perl.
11002 (ALL_X11_MODULES): Include all-guile.
11003 (CHECK_X11_MODULES): Include check-guile.
11004 (INSTALL_X11_MODULES): Include install-guile.
11005 (all-perl): New target.
11006 (all-guile): New target.
11007
11008 * configure.in (host_tools): Include perl and guile.
11009 (native_only): Include perl and guile.
11010 (noconfigdirs): Don't build guile and perl; no ports have been
11011 done.
11012
11013Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
11014
e490616e
ZW
11015 * configure (--enable-*): Handle quoted option lists such as
11016 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
11017
11018Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11019
11020 * Makefile.in ({,inst}all-target): New rule so we can make and
11021 install all of the target directories easily.
11022
11023Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11024
11025 * configure.in: Add missing global flag in sed substitution when
11026 deleting `target-' from ${configdirs}.
11027
11028Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
11029
11030 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
11031 option.
11032
11033 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
11034 config/mh-necv4.
11035
11036 * install.sh: Correct misspelling of transformbasename.
11037
11038 * config.guess: Recognize mips-*-sysv*.
11039
11040Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
11041
11042 * config.sub: Recognize mon960.
11043
11044Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
11045
11046 * configure: Restore Canadian Cross handling of BISON and LEX,
11047 removed in Feb 20 change.
11048
11049Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
11050
11051 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
11052 Mention make install. Remove the old copyright date as well the
11053 clumsy and rather pointless copyright on the README file.
11054
11055Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
11056
11057 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
11058 Makefile after running symlink-tree, then run `make distclean' to
11059 avoid clobbering any generated files in srcdir.
11060
11061Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
11062
11063 * configure.in (m68k-*-netbsd*): Build everything now.
11064
11065Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
11066
11067 * Makefile.in (taz): Fix quoting.
11068
11069Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
11070
11071 * configure.in (sparclet-*-*): Build everything now.
11072
11073Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11074
11075 * configure.in (m68k-*-linux*): New host.
11076
11077Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
11078
11079 * configure: Check for bison before byacc.
11080
11081Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
11082
11083 * Makefile.in configure: Change the way LEX and BISON/YACC are
11084 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
11085 searching PATH. These are used as fallbacks by Makefile.in if
11086 flex/bison/byacc aren't in objdir.
11087
11088Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
11089
11090 * Makefile.in: Make everything which depends upon all-bfd also
11091 depend upon all-opcodes, in case --with-commonbfdlib is used.
11092
11093Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11094
11095 * configure.in (host *-*-cygwin32): Don't build gdb if we are
11096 building NT native compilers on Unix.
11097
11098Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
11099
11100 * configure.in: Don't get CC from the host Makefile fragment if we
11101 can find gcc in PATH, or if this is a Canadian Cross. Move the
11102 Solaris test for /usr/ucb/cc to the post target script, just after
11103 the compiler sanity test.
11104
11105Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
11106
11107 * config.sub: Merge with FSF.
11108
11109Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
11110
11111 * Makefile.in (RPATH_ENVVAR): New variable.
11112 (REALLY_SET_LIB_PATH): Use it.
11113 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
11114
11115Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
11116
11117 * config.sub, configure.in: Recognize sparclet cpu.
11118
11119Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
11120
11121 * config.guess: Support m68k-cbm-sysv4.
11122
11123Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11124
11125 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
11126 m68k-unknown-linuxaout from linker help string. Put quotes around
11127 $ld_help_string.
11128
11129Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
11130
11131 * config.guess (powerpc-harris-powerunix): Add guess for port
11132 to new target.
11133
11134Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11135
11136 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
11137
11138Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
11139
11140 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
11141 $(REALLY_SET_LIB_PATH) in Makefile.
11142 * Makefile.in (SET_LIB_PATH): New variable.
11143 (REALLY_SET_LIB_PATH): New variable.
11144 ($(DO_X)): Use $(SET_LIB_PATH).
11145 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
11146 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
11147 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
11148 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
11149 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
11150 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
11151 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
11152 (install-dosrel): Likewise.
11153 (all-opcodes): Depend upon all-libiberty.
11154
11155Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
11156
11157 * config.guess (*:CYGWIN*): New
11158
11159Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11160
11161 * Makefile.in (all-target-winsup): All all-target-libiberty.
11162
11163Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
11164
11165 * configure.in (noconfigdirs): Add missing # in front of comment.
11166
11167Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
11168
11169 * configure.in: add second pass to things added to noconfigdirs
11170 so *-gm-magic can exclude libgloss properly.
11171
11172Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
11173
11174 * mpw-configure (extralibs_name, rez_name): Set correctly
11175 for MWC68K compiler.
11176
11177 * mpw-README: Add more info on the necessary build tools.
11178
11179Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
11180
11181 * configure.in, config.sub: Recognize cygwin32.
11182
11183Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
11184
11185 * config.guess, config.sub: Recognize A/UX.
11186
11187Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
11188
11189 * config.sub: Merge with gcc/config.sub.
11190
11191Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
11192
11193 * mpw-build.in (do-binutils): Add build of stamps.
11194
11195Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
11196
11197 * config.sub: Add recognition for mips64vr4100*-* targets.
11198
11199Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
11200
11201 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
11202 Add creation of gconfigargs with `--enable-shared' turned on.
11203 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
11204 ($(host)-stamp-stage3-configured): Likewise.
11205 (HOLES): Add chatr and ldd.
11206 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
11207
11208Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
11209
11210 * configure: Pass --nfp to recursive configures.
11211
11212Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
11213
11214 * Makefile.in (DLLTOOL): New.
11215 (DLLTOOL_FOR_TARGET): New.
11216 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
11217 (EXTRA_TARGET_FLAGS): Ditto.
11218 (EXTRA_GCC_FLAGS): Ditto.
11219 (CONFIGURE_TARGET_MODULES): Ditto.
11220 (DO_X): Ditto.
11221 * configure: Add DLLTOOL.
11222
11223Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
11224
11225 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
11226 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
11227 mh-sco, since old workarounds no longer needed, and don't
11228 build ld, since libraries have weak symbols in COFF.
11229
11230Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
11231
11232 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
11233
11234Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
11235
11236 * configure.in: Make sure that ${CC} can be used to compile an
11237 executable.
11238
11239Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
11240
11241 * Makefile.in (all-gdb): Depend on $(GDB_TK).
11242 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
11243 nothing depending on whether gdbtk is being built.
11244
11245Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
11246
11247 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
11248
11249Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
11250
11251 * configure.in (noconfigdirs): Put ld or gas in this early, if the
11252 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
11253
11254Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
11255
11256 * config-ml.in: Add support for
11257 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
11258 Simplify setting of multidirs from --disable-foo.
11259
11260Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11261
11262 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
11263 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
11264 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 11265 non-empty, pass them on to the GCC make.
6599da04
JM
11266 (all-bootstrap): New rule that is like all-gcc, except it executes
11267 the GCC bootstrap rule instead of the GCC all rule.
11268
11269Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
11270
11271 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
11272
11273Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11274
11275 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
11276 DG/UX support.
11277
11278Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
11279
11280 * config.sub (i*86*) Change [345] to [3456]
11281
11282Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11283
11284 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
11285 --with-gnu-ld=no.
11286
11287Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11288
11289 * config-ml.in (rs6000*, powerpc*): Add switches to control which
11290 AIX multilibs get built.
11291
11292Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11293
11294 * configure.in (i386-win32): Don't build expect if we're not
11295 building the tcl subdir.
11296
11297Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
11298
11299 * Makefile.in: (configure-target-examples, all-target-examples):
11300 New targets, configure and build example programs.
11301
11302Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
11303
11304 * mpw-configure: If an mpw-config.in generated a file mk.sed,
11305 use it as input to sedit the generated MPW makefile.
11306 * mpw-README: Add a suggestion about Gestalt.h.
11307
11308Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
11309
11310 * config.sub: Accept *-*-ieee*.
11311
11312Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
11313
11314 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
11315 Ronald F. Guilmette <rfg@monkeys.com>.
11316
11317Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11318
11319 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
11320 for powerpc-pe native.
11321 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
11322 (target==powerpc-pe): duplicate i386-win32 entry.
11323
11324Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11325
11326 * configure.in (noconfigdirs): Exclude target-newlib for all versions
11327 of vxworks, not just vxworks5.1.
11328
11329Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
11330
11331 * mpw-configure: Add support for exec-prefix.
11332
11333Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11334
11335 * config.guess: Recognize HP model 816 machines as having
11336 a PA1.1 processor.
11337
11338Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
11339
11340 * configure: Ignore new autoconf configure options.
11341
6599da04
JM
11342Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
11343
11344 * config.guess: Recognize Pentium under SCO.
11345 From Robert Lipe <robertl@arnet.com>.
11346
11347Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11348
11349 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
11350
11351Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
11352
11353 * configure.in: Don't configure gas for alpha-dec-osf*.
11354
11355Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
11356
11357 * configure.in: Default to --with-stabs for some targets for which
11358 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
11359 i[345]86*-*-unixware*.
11360
11361Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
11362
11363 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
11364 rather than basing it on the target. Simplify handling of options
11365 controlling which directories to configure. Remove extraneous
11366 slash in multi-clean target.
11367
11368Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
11369
11370 * config-ml.in: Prefix more variables with ml_ so they don't collide
11371 with configure's.
11372
11373Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
11374
11375 * configure: Don't turn -v into --v.
11376
11377Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
11378
11379 * configure.in (targargs): Fix typo.
11380
11381 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
11382
11383Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
11384
11385 * configure.in: Strip --host and --target options from
11386 CONFIG_ARGUMENTS, and always configure for --host only. Add
11387 --with-cross-host option when building with a cross-compiler.
11388 * configure: Canonicalize the arguments put into config.status by
11389 always using `=' for an option with an argument. Pass a presumed
11390 --host or --target explicitly.
11391
11392Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
11393
11394 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
11395 into general OS recognition case.
11396
11397Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11398
11399 * configure.in (target_configdirs): add target-winsup only
11400 for win32 target systems.
11401
11402Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
11403
11404 * Makefile.in (all-target-libgloss): Depend upon
11405 configure-target-newlib, since when libgloss is built it looks to
11406 see if the newlib directory exists.
11407
11408Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
11409
11410 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
11411 cfg-ml-*.in.
11412
11413Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
11414
11415 * configure: Handle LD and LD_FOR_TARGET when configuring a
11416 Canadian Cross.
11417
6599da04
JM
11418Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11419
11420 * configure.in (target_libs): add target-winsup.
11421 (target==i386-win32): add patch diff flex make to $noconfigdirs.
11422 (target==ppcle-pe): remove ld from $noconfigdirs.
11423
11424Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
11425
11426 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11427 Preserve relative path names in $srcdir. Build symlink tree if
11428 configuring cross target dir and srcdir=. (= no VPATH support).
11429 (configure-target-libg++): Depend on configure-target-librx.
11430 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11431 * config-ml.in: New file.
11432 * symlink-tree: New file.
11433 * configure: Ensure srcdir="." if that's what it is.
11434
11435Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
11436
11437 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11438 includes and FLEX_SKELETON setting.
11439 * mpw-configure (--with-gnu-ld): New option, controls whether
11440 to use PPCLink or ld with PowerMac GCC.
11441 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11442 * mpw-config.in: Configure grez if targeting Mac.
11443
11444 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
11445 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11446 just macos.
6599da04
JM
11447 * configure.in: Configure grez resource compiler if targeting Mac.
11448 * Makefile.in (all-grez, install-grez): New targets.
11449
11450Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
11451
11452 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 11453 gcc in the path, set CC to gcc -O2.
6599da04
JM
11454
11455Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
11456
11457 * configure: Default ${build} correctly. Avoid picking up extra
11458 spaces when reading CC and CXX from Makefile. When doing a
11459 Canadian Cross, use plausible default values for numerous
11460 variables.
11461 * configure.in: When doing a Canadian Cross, don't try to
11462 configure tools whose configure script can't handle it.
11463
11464Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11465
11466 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11467
11468Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
11469
11470 * configure: Remove dubious bug reporting address.
11471
11472Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
11473
11474 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
11475 configure script, run that instead of this directory's configure.
11476 In either case, print a message that we're configuring the sub-dir.
11477
11478Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
11479
11480 * configure.in: Before checking for the existence of various files,
11481 use sed to filter out "target-".
11482
11483Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
11484
11485 * Makefile.in (DO_X): Split rule to decrease command line length
11486 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
11487 (Philippe De Muyter).
11488
11489Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11490
11491 * Makefile.in (all-patch): depend on all-libiberty.
11492
11493Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
11494
11495 * configure.in: If the only directory in target_configdirs which
11496 actually exists is libiberty, then set target_configdirs to empty,
11497 to avoid trying to build a target libiberty in a gas or gdb
11498 distribution.
11499
11500Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
11501
11502 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
11503 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11504 systems.
6599da04
JM
11505
11506Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11507
11508 * configure.in (copy_dirs): Use sys-include instead of include
11509 for --with-headers option.
11510
11511Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
11512
11513 * Makefile.in, configure.in: Make winsup builds work with
11514 new scheme.
11515
11516Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
11517
11518 * configure.in: Build the linker on AIX.
11519
11520Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
11521
11522 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
11523 where needed.
11524
11525Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
11526
11527 * Makefile.in (all-gcc): Fix typo.
11528
11529Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
11530
11531 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
11532
11533Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
11534
11535 * configure.in: Rename libFOO to target-libFOO, and xiberty
11536 to target-xiberty, to provide more flexibility.
11537 (target_subdir): Define. Create if cross.
11538 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11539 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
11540 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11541 check-libFOO -> check-target-libFOO, etc.
11542 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11543 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11544 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11545 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
11546 allow ALL_GCC="" to only configure.
11547 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
11548 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
11549 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
11550
11551Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
11552
11553 * Makefile.in (taz): Build "info" in etc explicitly.
11554
11555Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
11556
11557 * configure.in: Make sure that CC is undefined (as opposed to
11558 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
11559 problem with autoconf trying to configure on a host without GCC.
11560
11561Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11562
11563 * mpw-configure: Set host alias from choice of host compiler,
11564 only use generic MPW Makefile sed if present, edit a file
11565 named "hacked_Makefile.in" instead of "Makefile.in" if present.
11566 * mpw-README: Add problem notes about CW6 and CW7.
11567
11568Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
11569
11570 * Makefile.in (taz): Use ";" instead of ";;".
11571
11572Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11573
11574 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
11575 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11576 DISTDOCDIRS.
11577 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
11578 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
11579
11580Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
11581
11582 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
11583 and gnats, because they are now subsumed by DISTSTUFFDIRS.
11584 Move bfd to DISTSTUFFDIRS.
11585
11586Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11587
11588 * Makefile.in (X11_LIB): Removed.
11589 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11590
11591 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11592
11593Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11594
11595 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11596 names.
11597
11598Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11599
11600 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11601
11602Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
11603
11604 * configure.in (i[345]86-*-win32): Always build newlib.
11605 Don't configure cvs, autoconf or texinfo.
11606 * Makefile.in (LD_FOR_TARGET): New.
11607 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11608 Pass down LD_FOR_TARGET.
11609
11610Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
11611
11612 * winsup: New directory.
11613 * Makefile.in: Build winsup.
11614 * configure.in: Winsup is configured when target is win32.
11615 Can only build win32 target GDB when native.
4e81ae98 11616
6599da04
JM
11617Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
11618
11619 * config.guess: Recognize HP model 819 machines as having
11620 a PA 1.1 processor.
11621
11622Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
11623
11624 * configure: Fix sed loop which substitutes for CC and CXX to
11625 avoid bug found in various sed implementations.
11626
11627Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11628
11629 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11630 simulator. Use standard powerpc-*-eabi*.
11631
11632Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
11633
11634 * configure.in: Stop putting gas and binutils in noconfigdirs for
11635 powerpc-*-aix* and rs6000-*-*.
11636
11637Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
11638
11639 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11640 -mcall-aixdesc libraries.
11641
11642Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
11643
11644 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11645
11646 * config.sub (arm | armel | armeb): Fix shell syntax.
11647
11648Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11649
11650 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11651 -msoft-float and -mcpu=common support.
11652 (powerpc*-*-eabisim*): Add support for building -mcall-aix
11653 libraries.
11654
11655Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11656
11657 * configure.in: Allow configuration and build of emacs19 for the alpha.
11658
11659Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11660
11661 * configure.in (CC): Get ^CC, not just any old CC, from
11662 ${host_makefile_frag}.
11663
11664Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11665
4e81ae98 11666 * configure.in (CC): Try to get CC from
6599da04
JM
11667 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11668
11669Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11670
11671 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11672 only if it exists in $(srcdir).
11673
11674Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
11675
11676 * configure: If CC and CXX are not set in the environment, set
11677 them, based on either an existing Makefile or on searching for gcc
11678 in PATH. Substitute for CC and CXX in Makefile.
11679 * configure.in: Remove libm from target_libs. Separate
11680 target_configdirs from configdirs. If CC is not set in
11681 environment, try to get it from a host Makefile fragment. Rewrite
11682 changes of configdirs to use skipdirs instead. A few minor
11683 tweaks. Take directories out of target_configdirs as they are
11684 taken out of configdirs. Remove existing Makefile files from
11685 subdirectories. Substitute for TARGET_CONFIGDIRS and
11686 CONFIG_ARGUMENTS in Makefile.
11687 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11688 by configure.in.
11689 (CONFIG_ARGUMENTS): Likewise.
11690 (CONFIGURE_TARGET_MODULES): New variable.
11691 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11692 ($(CONFIGURE_TARGET_MODULES)): New target.
11693 (configure-libg++, configure-libio): New targets.
11694 (all-libg++): Depend upon configure-libg++.
11695 (all-libio): Depend upon configure-libio.
11696 (configure-libgloss, all-libgloss): New targets.
11697 (configure-libstdc++): New target.
11698 (all-libstdc++): Depend upon configure-libstdc++.
11699 (configure-librx, all-librx): New targets.
11700 (configure-newlib): New target.
11701 (all-newlib): Depend upon configure-newlib
11702 (configure-xiberty): New target.
11703 (all-xiberty): Depend upon configure-xiberty.
11704
11705Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11706
11707 * configure.in (host i[345]86-*-win32): Expand the
11708 noconfigdirs again.
11709
11710Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
11711
11712 * mpw-configure: Fix sed command file name.
11713
11714Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
11715
4e81ae98 11716 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
11717 noconfigdirs again.
11718
11719Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
11720
11721 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11722 or powerpc*-*-pe*, since they are not yet supported.
11723
11724Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
11725
11726 Add PowerMac support and many other enhancements.
11727 * mpw-configure: New option --cc to select compiler to use,
11728 paste options set according to --cc into the generated
11729 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11730 if mpw-make.sed is present.
11731 * mpw-config.in: Don't test for gC1, test for mpw-touch,
11732 add forward includes for PowerPC include files.
11733 * mpw-build.in: Build using Makefile.PPC if present.
11734 (do-byacc, etc): Remove separate version resource builds.
11735 (do-gas): Build "stamps" before "all".
11736 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11737 * mpw-README: Update to reflect --cc option, PowerMac support,
11738 and recently-reported compatibility problems.
11739
11740Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
11741
11742 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11743 embedded m68k systems (-aout, -coff, -elf, -vxworks).
11744 (--with-multilib-top): Pass to recursive invocations.
11745
11746Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
11747
11748 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11749 v810-*-*.
11750
11751Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11752
11753 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11754 gdb, ld and opcodes on v810-*-*.
11755
6599da04
JM
11756Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
11757
11758 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11759 (local-maintainer-clean): New target.
11760 (maintainer-clean): New target.
11761 (realclean): Just depend upon maintainer-clean.
11762
11763Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11764
11765 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11766
11767Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
11768
11769 * configure.in: Build ld in mips*-*-bsd* case.
11770
11771Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
11772
11773 * config.sub: Accept -lites* OS. From Ian Dall.
11774
11775Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
11776
11777 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 11778 targets.
6599da04
JM
11779
11780Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
11781
11782 * configure.in: treat i386-win32 canadian cross the same as
11783 i386-go32 canadian cross.
11784
11785Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11786
11787 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11788 running under the simulator to build a reduced set of libraries.
11789 (powerpc-*-eabiaix): Add fine grained multilib support added to
11790 other powerpc targets yesterday.
11791
11792Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11793
11794 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11795 -disable-softfloat, -disable-relocatable, -disable-aix, and
11796 -disable-sysv to control which multilib libraries get built.
11797
11798Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11799
11800 * configure: Add Makefile.tem to list of files to remove in trap
11801 handler.
11802
11803Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
11804
11805 * config.guess (*Linux*): Add missing "exit"s.
11806 Also, need specific check for alpha-unknown-linux (uses COFF).
11807
11808Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
11809
11810 * config.guess: Merge with FSF:
11811
11812 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
11813 * config.guess (AIX4): More robust release numbering discovery.
11814
11815 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
11816 * config.guess (i386-sequent-ptx): Properly get version number.
11817
11818 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
11819 * config.guess (mips:*:4*:UMIPS): New case.
11820
11821Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
11822
11823 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11824 (i386-win32 host): Likewise. Don't build readline.
11825
11826Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
11827
11828 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
11829 SUPPORT_FILES to submakes.
11830
11831Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
11832
11833 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11834 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11835 mpw-configure.
11836
11837Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
11838
11839 * configure.in (appdirs): Use =, not ==, in test expression when
11840 trying to build the text to print in the warning message for
11841 Solaris users.
11842
11843Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
11844
11845 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11846
11847Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11848
11849 * config.guess: Recognize lynx-2.3.
11850
11851Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
11852
11853 * config.sub (z8ksim): Deleted
11854 (z8k-*-coff): New, this is the one true name of the target.
11855
11856Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
11857
11858 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11859
11860Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
11861
11862 * config.guess (*:Linux:*:*): First try asking the linker what the
11863 default object file format is (elf, aout, or coff). Then if this
11864 fails, try previous methods.
11865
11866Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11867
11868 * configure.in: Don't build newlib for *-*-vxworks5.1.
11869
11870Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
11871
11872 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11873 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11874
11875Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
11876
11877 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11878
11879Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
11880
11881 * cfg-ml-com.in: New file.
11882 * cfg-ml-pos.in: New file.
11883
11884Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
11885
11886 * COPYING.NEWLIB: Add HP free copyright to list.
11887
11888Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
11889
11890 * config.sub: Recognize -eabi* for the system, not just -eabi.
11891
11892Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
11893
11894 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11895 * config.sub, configure.in (win32): New target and host.
11896
11897Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
11898
11899 * configure.in: Add i386-pe configuration.
11900
11901Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
11902
11903 * mpw-build.in (install): Install GDB after LD.
11904
11905Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
11906
11907 * mpw-config.in (elf/mips.h): Always forward-include, needed
11908 for GDB to build.
11909
11910Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
11911
11912 * testsuite: New directory for customer acceptance and whole tool
11913 chain tests.
11914
11915Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
11916
11917 * configure: If per-host line isn't found, but AC_OUTPUT is found
11918 and a configure script exists, run it instead.
11919
11920Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
11921
11922 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
11923
11924Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
11925
11926 * configure: Set build_{cpu,vendor,os,alias} to host values when
11927 --build isn't specified.
11928
11929Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11930
11931 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11932 (FLAGS_TO_PASS): Pass them.
11933 (EXTRA_TARGET_FLAGS): Ditto.
11934
6599da04
JM
11935Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11936
11937 * Makefile.in (all-libg++): Depend on all-libstdc++.
11938
11939Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11940
11941 * configure.in (noconfigdirs): Enable all packages for
11942 i386-unknown-netbsd.
11943
11944Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
11945
11946 * configure.in (noconfigdirs): Don't configure tk for i386-go32
11947 hosted builds (DOS builds)
11948
11949Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
11950
11951 Changes for ARM based on patches from Richard Earnshaw:
11952 * config.sub: Handle armeb and armel.
11953 * configure.in: Omit arm linker only for riscix.
11954
11955Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
11956
11957 * config.guess: Update from FSF.
11958
11959Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
11960
63f6bcd7 11961 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
11962 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
11963 powerpcle variant. Convert pentium into i586, not i486. Add p5
11964 alias for i586. Map new x86 variants p6, k5, nexgen into i586
11965 temporarily.
11966
11967Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
11968
11969 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11970
11971Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
11972
11973 * config.sub: Accept -lites* as a basic system type.
11974
11975Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
11976
11977 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11978 installed, and if so return linuxoldld as the system name.
11979
11980Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
11981
11982 * config.guess: Add hppa1.1-hp-lites support.
11983
11984Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
11985
11986 * configure.in: Don't build newlib for m68k-vxworks5.1.
11987
11988Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
11989
11990 * configure.in (mips-sgi-irix6): Use mh-irix5.
11991
11992Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
11993
11994 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11995
11996Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
11997
11998 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 11999 OSF/1. Fix compiler flags.
6599da04
JM
12000 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
12001
12002Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
12003
12004 * configure.in: Recognize --with-newlib.
12005 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
12006
12007Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12008
d207ebef 12009 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
12010 to *_X11_MODULES due to gdbtk needing X include files et al.
12011
12012Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
12013
12014 Merge in support for Mac MPW as a host.
12015 (Old change descriptions retained for informational value.)
12016
12017 * mpw-config.in: Add generic include forwards for cpu-specific
12018 include files in aout and elf directories.
12019
12020 * mpw-configure: Added copyright.
12021 * mpw-config.in: Check for presence of required build tools.
12022 (target_libs): Add newlib.
12023 (target_tools): Add examples.
12024 (Read Me): Generate as "Read Me for MPW" instead.
12025 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
12026 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
12027 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
12028
12029 * mpw-configure: Remove subdir-specific makefile hackery,
12030 delete mk.tmp after using it.
12031
12032 * mpw-build.in (all): Display start and end times.
12033
12034 * mpw-configure (host_canonical): Set.
12035 (target_cpu): Always add to makefiles.
12036 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
12037 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
12038 (mpw-mh-mpw): Look for in srcdir and srcroot.
12039 Use sed instead of mpw-edit-prefix to edit prefix definitions.
12040
12041 * mpw-build.in: (install-only): New target.
12042
12043 * mpw-configure (host_alias, target_alias): Rename from hostalias
12044 and targetalias, add into generated Makefile.
12045 (mk.tmp): If present, add into generated Makefile.
12046 * mpw-build.in (all-gas): Build config.h first before gas proper.
12047
12048 * mpw-configure (config.status): Write only if changed.
12049 * mpw-config.in (readline): Configure it (not built, just used for
12050 definitions).
12051
12052 * mpw-config.in (elf/mips.h): Add a forward include.
12053
12054 * mpw-config.in: Forward-include most .h files in include into
12055 extra-include.
12056 (readline): Don't build.
12057 mpw-build.in (install): Install GDB.
12058
12059 * mpw-configure (prefix, mpw_prefix): Handle it.
12060 * mpw-config.in (mmalloc, readline): Don't configure.
12061 * mpw-build.in (thisscript): Rename to ThisScript.
12062 Use mpw-build instead of BuildProgram everywhere.
12063 (mmalloc, readline): Don't build.
12064 * mpw-README: New file, basic documentation about the MPW port.
12065
12066 * mpw-config.in: Use forward-include to create include files.
12067
12068 * mpw-configure: Add more things to the top of each configured
12069 Makefile, including contents of config/mpw-mh-mpw.
12070 * mpw-config.in (extra-include): Create this directory and fill it
12071 with Posix-like include files when configuring.
12072
12073 * config.sub (apple, mac, mpw): Add various aliases.
12074
12075 * mpw-build.in: New file, top-level build script fragment for MPW.
12076 * mpw-configure: New file, configure script for MPW.
12077 * mpw-config.in: New file, config fragment for MPW.
12078
12079Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12080
12081 * configure.in (host_libs): Remove glob, since it is gone from the
12082 sources.
12083
12084Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12085
12086 * Makefile.in: define empty GDB_NLM_DEPS var.
12087
12088 * configure.in(target_makefile_frag): use config/mt-netware
12089 for netware targets.
12090
12091Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
12092
12093 * config.sub: Merge in recent FSF changes. Remove linux special
12094 cases.
12095
12096Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
12097
731a8127 12098 Revert this change:
6599da04
JM
12099
12100 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
12101
12102 * build-all.mk: Use CC=cc -Xs on Solaris.
12103
6599da04
JM
12104Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12105
12106 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
12107 stop using it.
12108 * Makefile.in: Nuke all references to glob subdirectory.
12109
12110Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12111
12112 * configure.in: Fix --enable-shared logic in per-host.
12113
12114Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
12115
12116 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
12117
12118Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
12119
12120 * configure.in (noconfigdirs): Don't build gas on AIX, for
12121 powerpc*-*-aix* as well as for rs6000*-*-aix*.
12122
12123Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
12124
12125 * configure: Fix --cache-file to work if the file argument is a
12126 relative path.
12127
12128Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
12129
12130 * configure: If the --cache-file is used, pass it down to
12131 configure in subdirectories.
12132
12133Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
12134
12135 * config.sub: add vxworks29k configuration.
12136
12137Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
12138
12139 * Makefile.in (taz): Do "diststuff" part quietly.
12140
12141Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
12142
12143 * config.sub: Mini-merge with gcc/config.sub.
12144
12145Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
12146
12147 * config.guess (IRIX): Sed - to _.
12148
12149Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
12150
12151 * Makefile.in (source-vault, binary-vault): New targets.
12152
12153Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
12154
12155 * config.sub: Recognize -eabi as a basic system type.
12156
12157Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12158
12159 * configure.in (enable_shared stuff): Fix typo.
12160
12161Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
12162
12163 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
12164
12165Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
12166
12167 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
12168
12169Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
12170
12171 * configure.in (rs6000-*-*): Don't build gas.
12172
12173Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
12174
12175 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
12176 reduce command line length.
12177 (AS_FOR_TARGET): Check for as.new, not Makefile.
12178 (NM_FOR_TARGET): Check for nm.new, not Makefile.
12179
12180Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
12181
12182 * config.guess: Merge from FSF.
12183
12184Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12185
12186 * configure: Don't use $ when handling program_suffix.
12187
12188Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
12189
12190 * configure.in: Configure tk for hppa/hpux.
12191
12192Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
12193
12194 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
12195
12196Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12197
12198 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
12199 to LIBCXXFLAGS. Tests are better run without it.
12200
12201Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
12202
12203 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
12204
12205Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
12206
12207 * configure.in (*-*-netware*): Don't configure xiberty.
12208
12209Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
12210
12211 * configure.in: Remove tk from native_only list.
12212
12213Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
12214
12215 * build-all.mk: Add mips-ncd-elf target to sun4 targets
12216 for special NCD build.
12217
12218Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12219
12220 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
12221 makeall.bat, they're only useful for binutils snapshots.
12222 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
12223 makeall.bat to specified SUPPORT_FILES.
12224
12225Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
12226
12227 * build-all.mk: Add Ericsson targets to sun4 and solaris
12228 hosts. Add BNR's sun4 target to solaris host, so their
12229 build-from-source will be tested in-house first.
12230
12231Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12232
12233 * Makefile.in (LIBCFLAGS): New variable.
12234 (CFLAGS_FOR_TARGET): Ditto.
12235 (LIBCFLAGS_FOR_TARGET): Ditto.
12236 (LIBCXXFLAGS): Ditto.
12237 (CXXFLAGS_FOR_TARGET): Ditto.
12238 (LIBCXXFLAGS_FOR_TARGET): Ditto.
12239 (BASE_FLAGS_TO_PASS): Pass them.
12240 (EXTRA_TARGET_FLAGS): Ditto.
12241
731a8127 12242 * configure.in: Support --enable-shared.
6599da04
JM
12243
12244Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
12245
12246 * configure.in (target_libs): Include libstdc++ again.
12247 * config.guess: Update from FSF (for FreeBSD).
12248
12249Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12250
12251 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
12252 makeall.bat.
12253 (DISTDOCDIRS): Add `etc'.
12254 (ETC_SUPPORT_PFX): New variable.
12255 (taz): Include anything from etc starting with a word in
12256 ETC_SUPPORT_PFX.
12257
12258Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12259
12260 * config.sub: Update for recent FSF changes. Remove obsolete
12261 h8300hds entry. Add -windows* and -osx as basic os. Minor
12262 spacing changes.
12263
12264Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
12265
12266 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
12267
12268 * config.guess: Merge with FSF.
12269 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
12270
12271Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12272
12273 * configure: Since the "trap 0" handler will override the exit
12274 status on many systems, only use it for "exit 1", and make it set
12275 a non-zero exit status; reset it before "exit 0". Also, check
12276 exit status of config.sub, and error out if it failed.
12277
12278Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
12279
12280 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
12281 and install libgloss.
12282
12283Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12284
12285 * Makefile.in (all-binutils): Depend upon all-byacc.
12286
12287 * configure.in: Don't build emacs on Irix 5.
12288
12289Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12290
12291 * configure.in (*-*-netware*): Add libio.
12292
12293Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12294
12295 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
12296 (CHECK_TARGET_MODULES): Ditto.
12297 (INSTALL_TARGET_MODULES): Ditto.
12298 (TARGET_LIBS): Ditto.
12299 (all-libstdc++): Note dependencies.
12300
12301Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12302
12303 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
12304
12305Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
12306
12307 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
12308 -fexternal-templates.
12309
12310 * configure.in (target_libs): Add libstdc++.
12311 (noconfigdirs): Add libstdc++ as appropriate.
12312
12313Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12314
12315 * config.guess: Update from FSF.
12316
12317Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12318
12319 * configure: Use ${config_shell} when running ${configsub}.
12320
12321Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
12322
12323 * config.sub: No longer recognize h8300h.
12324
12325Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
12326
12327 * config.sub: Remove extraneous differences between config.sub and
12328 gcc/config.sub.
12329
12330Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
12331
12332 * Makefile.in (DISTSTUFFDIRS): Add gas.
12333
12334Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
12335
12336 * COPYING.NEWLIB: New file.
12337
12338Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
12339
12340 * config.guess (HP-UX): Patch from Harlan Stenn
12341 <harlan@landmark.com> to also emit release level.
12342
12343Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12344
12345 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
12346
12347Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
12348
12349 * config.sub: Merge nextstep cleanup from FSF.
12350
12351Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12352
12353 * configure.in (arm-*-*): Don't configure ld for this target.
12354
12355Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
12356
12357 * configure.in (*-*-netware): don't configure libg++, libio,
12358 librx, or newlib.
12359
12360Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12361
12362 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
12363 configure ld--it works, but it doesn't support shared libraries.
12364
12365Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12366
12367 * config.guess (*-unknown-freebsd*): Get rid of possible
12368 trailing "(Release)" in version string.
12369 Patch from Paul Richards <paul@isl.cf.ac.uk>.
12370
12371Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
12372
12373 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
12374 Fix type: *-next-neststep -> *-next-nextstep.
12375
12376 * config.guess: Merge from FSF:
12377
12378 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12379
12380 * config.guess: Recognize powerpc-ibm-aix3.2.5.
12381
12382 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
12383
12384 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
12385 instead of UNIX_SV for UnixWare 1.0).
12386
12387Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
12388
12389 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
12390 to make gdb/nlm/* build after the compiler and linker.
12391
12392Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
12393
12394 * config.guess (netbsd, freebsd, linux): Accept any machine,
12395 not just i[34]86.
12396 (m68k-atari-sysv4): Relocate to match FSF version.
12397
12398 * config.guess: More merges from the FSF:
12399
12400 Add a space before function call or macro invocation.
12401
12402 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12403
12404 * config.guess: Add trap cmd to remove dummy.c and dummy when
12405 interrupted.
12406
12407 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
12408
12409 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
12410 (dummy): Redirect stderr from compilation of dummy.c.
12411
12412 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
12413
12414 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
12415
12416Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
12417
12418 * configure: Accept and ignore --cache*, for compatibility with
12419 new autoconf.
12420
12421Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
12422
12423 * config.guess: Merge from FSF:
12424
12425 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12426
12427 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
12428 (PATH): Add /.attbin at end for finding uname.
12429 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
12430
12431 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
12432
e490616e 12433 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
12434
12435 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
12436
e490616e
ZW
12437 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12438 to select whether to use ELF or COFF.
6599da04
JM
12439
12440 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
12441
e490616e 12442 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
12443
12444 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
12445
12446 * config.guess: Guess the OS version for HPUX.
12447
12448 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
12449
12450 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12451
12452Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12453
12454 * configure.in: Recognize --with-headers, --with-libs, and
12455 --without-newlib.
12456 * Makefile.in (all-xiberty): Depend upon all-ld.
12457
12458Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12459
12460 * configure.in: Change i[34]86 to i[345]86.
12461
12462Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12463
12464 * configure (version): A few more tweaks to help message.
12465
12466Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
12467
12468 * Makefile.in: Remove (for now) librx as a host library,
12469 now that we're building it for target.
12470
12471Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12472
12473 * configure: Fix up help message; from karl@owl.hq.ileaf.com
12474 (Karl Berry).
12475
12476Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
12477
12478 * configure.in: Also configure librx.
12479
12480Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
12481
12482 * Makefile.in: Update various rules to reflect that librx
12483 is now needed for libg++.
12484
12485Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12486
12487 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12488
12489Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
12490
12491 * configure.in: Configure the examples directory.
12492
12493Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12494
12495 * configure: Simplify Jun 2 1994 change.
12496
12497Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12498
12499 * change CC to /usr/latest/bin/gcc for lynx host builds, since
12500 /bin/gcc isn't good enough to build gcc.
12501
12502Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
12503
12504 * Makefile.in (GDB_SUPPORT_FILES): Remove
12505 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
12506 (gdb.tar.gz): Add new rule to use standard distribution building
12507 mechanism.
12508
12509Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12510
12511 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
12512 Bill Cox <bill@cygnus.com>.
12513
12514Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
12515
12516 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
12517
12518Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
12519
12520 * configure: Search current dir first in .gdbinit.
12521
12522Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
12523
12524 * config.sub: Recognize freebsd (merged from gcc config.sub).
12525
12526Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
12527
12528 * config.sub: Refer to NeXT's operating system as nextstep.
12529
12530 * config.sub (case $basic_machine): Re-order the cases, to match
12531 the order in the FSF version (which is mostly alphabethical).
12532 Merge in some additions and changes from the FSF.
12533
12534Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
12535
12536 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12537 * config.sub: Recognize cxux7.
12538 * configure.in: Use mh-cxux for m88k-harris-cxux*.
12539
12540Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12541
12542 * config.sub: Fix typo powerpc -> powerpc-*.
12543
12544Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
12545
12546 * Makefile.in: `all-emacs19' depends on `all-byacc'.
12547
12548 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12549 parallel with all-emacs and install-emacs). Top-level command
12550 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12551
12552Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12553
12554 * test-build.mk ($(host)-stamp-stage2-installed): Remove
12555 $(relbindir)/make before doing ``make install'', and use
12556 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
12557 installing over running make binary.
12558 ($(host)-stamp-stage3-installed): Likewise.
12559
12560Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12561
12562 * config.guess: Recognize Mach.
12563
12564Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
12565
12566 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12567 see whether --exec-prefix was used.
12568
12569Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12570
12571 * README: Explicitly mention libg++/README. (Zoo's idea.)
12572
12573Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12574
12575 * Makefile.in: Add all-librx target similar to all-libproc.
12576
12577Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
12578
12579 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
12580 with post 1.2 uname bogosity.
12581
12582Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12583
12584 * configure: Remove temporary files on receipt of a signal.
12585
12586Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
12587
12588 * configure: If there is a package_makefile_frag, remove
12589 ${subdir}/Makefile.tem after copying it in.
12590
12591Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12592
12593 * build_all.mk: support rs6000 lynx identifies itself as
12594 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
12595 since /bin/gcc is too feeble to compile a modern gcc.
12596
12597Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12598
12599 * brought devo/test-build.mk update-to-date with progressive/
12600 test-build.mk. Add lynx targets and hppa flag info.
12601
12602Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
12603
12604 * configure.in: Use mh-ncrsvr43. Patch from
12605 Tom McConnell <tmcconne@sedona.intel.com>.
12606
12607Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
12608
12609 * config.guess (i386-unknown-bsdi): No longer need to
12610 check #if defined(__bsdi__) && defined(__i386__).
12611
12612Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12613
12614 * configure: Set program_transform_nameoption correctly.
12615
12616Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
12617
12618 * brought build-all.mk update-to-date with progressive build-all.mk,
12619 added new targets and hppa info.
4e81ae98 12620
6599da04
JM
12621Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12622
12623 * configure: If config.guess result is a prefix of the user
12624 specified target, assume a native build and use the user specified
12625 target as the host alias. Remove SunOS patch suffix removal hack.
12626 * configure.in: Remove SunOS patch suffix removal hack.
12627
12628 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12629 in NATIVE_CHECK_MODULES.
12630
12631Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
12632
12633 * Makefile.in: Rename HOST_ONLY to NATIVE.
12634 * configure: Delete SunOs patch suffix from host_canonical
12635 and build_canonical variables that are prepended to Makefiles.
12636 * configure.in: Add comments for easier maintenance.
12637
12638Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12639
12640 * Makefile.in: Add all-libproc target similar to all-gui.
12641
12642Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
12643
12644 * Makefile.in (CHECK_MODULES): split into
12645 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12646
12647Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
12648
12649 * config.guess (i386-unknown-bsdi): New system to guess.
12650
12651Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12652
12653 * Makefile.in: Add all-gui target (but not yet build by "all").
12654
12655Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
12656
12657 * config.sub: Move deletion of patch suffix from here...
12658 * configure.in: To here, at Ian's suggestion. The top-
12659 level scripts might need to know of a patch level.
12660
12661Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
12662
12663 * config.sub: Strip off patch suffix so rtl is recognized
12664 as a sunos4.1.3 machine, even though it's been patched.
12665
12666Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
12667
12668 * Makefile.in (INSTALL_LAST): Delete.
12669 (INSTALL_DOSREL): New.
12670
12671Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12672
12673 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12674 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12675 whether we pass down --with-gnu-ld anyhow.
12676
12677Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
12678
12679 * Makefile.in (INSTALL_LAST): Change operation so it works
12680 on more flavors of make.
12681 * configure.in (go32): Don't build libg++ or libio.
12682
12683Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
12684
12685 * Makefile.in (Move HOST_PREFIX_1 and friends up so
12686 they can be overriden by templates.
12687
12688Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
12689
12690 * configure.in (target==go32): Don't build gdb.
12691 * dosrel: New directory.
12692
12693Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
12694
12695 * configure.in (host==go32): Configure dosrel too.
12696 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12697 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12698 be set by incoming names or templates.
12699 (INSTALL_LAST): New rule.
6599da04
JM
12700
12701Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
12702
12703 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12704
12705Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12706
6599da04
JM
12707 * configure.in (appdirs): New variable. Currently empty, but will
12708 be used in gas distribution. If nonempty, lists a set of
12709 directories at least one of which must get configured, or top
12710 level configuration is considered to have failed.
12711 (rs6000-*-lynxos*): Use new file name.
12712
12713Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12714
12715 Eliminate XTRAFLAGS.
12716 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12717 newlib include files using -idirafter, and also use -nostdinc.
12718 (CXX_FOR_TARGET): Likewise.
12719 (XTRAFLAGS): Removed.
12720 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12721 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12722 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12723 ($(DO_X)): Don't pass down XTRAFLAGS.
12724
12725Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
12726
12727 * configure.in (mips*-dec-bsd*): New target; do build linker.
12728 (mips*-*-bsd*): New target; don't build linker.
12729
12730Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
12731
12732 * configure.in: support rs6000-*-lynxos* configuration.
12733 support sunos4 as a cross target.
12734
12735 * config.sub: look for lynx*, not lynx since the OS version may
12736 legitimately be part of the name.
12737
12738Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12739
12740 * configure.in (i[34]86-*-sco*): Move to be with other i386
12741 targets.
12742 (romp-*-*): New target. Skip various binary utilities.
12743 (vax-*-*): New target. Don't build newlib.
12744 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
12745
12746Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12747
12748 * configure.in: Only set host_makefile_frag if config
12749 directory exists.
12750
12751Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12752
12753 * install.sh: If $dstdir exists, don't check whether each
12754 component does.
12755
12756Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12757
12758 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12759
12760Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
12761
3b75d237
AJ
12762 * configure.in (*-*-lynxos*): Don't configure newlib for either
12763 native or cross Lynx.
6599da04
JM
12764
12765Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
12766
12767 * config.sub (sparc64-elf): Fix os.
12768 (z8k): Remove duplicate.
12769
12770Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12771
12772 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12773 gcc/stmp-fixproto, to try to prevent fixproto from being run.
12774
12775Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
12776
12777 * configure: Make file links cleanly even if Lynx fails on
e490616e 12778 an NFS symlink (at least fail cleanly).
6599da04
JM
12779
12780Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
12781
12782 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12783 -XNh2000.
12784
12785Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12786
12787 * configure: Unknown options are fatal again.
12788
12789Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
12790
12791 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 12792 compatibility.
6599da04
JM
12793
12794Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
12795
12796 * build-all.mk: Add `clean' target.
12797
12798Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
12799
12800 * config.guess: Add SINIX support.
12801 * configure.in: Add mips-*-sysv4* support.
12802
12803Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
12804
12805 * build-all.mk: Document all useful targets.
12806 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12807 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12808
12809Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12810
12811 * configure: Support --silent, --quiet.
12812
12813Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12814
12815 * configure: Support --disable-FEATURE.
12816
12817Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12818
12819 * config.guess: Recognize NCR running SVR4.3.
12820
12821Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
12822
12823 * config.guess: Make BSDI generate i386-unknown-bsd386.
12824 Patch from Paul Eggert <eggert@twinsun.com>.
12825
12826Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12827
12828 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12829
12830Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12831
12832 * configure: Make unrecognized options give nonfatal warnings
12833 instead of fatal errors, and pass them to any subdirectory
12834 configures in case they recognize them.
12835 Make --x equivalent to --with-x.
12836
12837Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
12838
12839 * configure: Add --enable-* options. Clean up usage message and
12840 some comments.
12841
12842Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
12843
12844 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12845
12846Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12847
12848 * configure.in (hppa*-*-*): Enable binutils.
12849
12850Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12851
12852 * config.sub: Recognize cisco.
12853
12854Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
12855
12856 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12857
12858Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12859
12860 * config.guess: about target *-hitachi-hiuxwe2, don't print more
12861 than one configuration name. Add comment.
12862
12863Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
12864
12865 * config.guess: about target *-hitachi-hiuxwe2, fixed
12866 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
12867 macro is incorrect.]
12868
12869Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12870
12871 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12872 than the "make ls" stuff which used to be here.
12873
12874Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
12875
12876 * config.guess: Recognize i[34]86-unknown-freebsd.
12877 From Shawn M Carey <smcarey@rodan.syr.edu>.
12878
12879Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
12880
12881 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12882
12883Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
12884
12885 * config.guess: Check for ptx.
12886
12887Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
12888
12889 * config.sub: Add os9k checking.
12890
12891Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12892
12893 * config.guess: Handle OSF1 running on HPPA processors
12894
12895Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12896
12897 * configure: If subdir configure fails, print out a message with
12898 subdirectory name, in case subdir's configure code didn't identify
12899 itself.
12900
12901Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
12902
12903 * configure.in: Remove embedded newlines from configdirs.
12904 Avoid mismatches of substrings. Fix matching strings at end
12905 of configdirs.
12906
12907Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
12908
12909 * config.guess: Add Lynx/rs6000 config support.
12910
12911Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
12912
12913 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12914
12915Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
12916
12917 * configure.in (hppa*-*-osf*): Treat this just like most other
12918 PA configurations (eg no binutils or ld).
12919 (hppa*-*-*elf*): These configurations have binutils and ld.
12920
12921Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12922
12923 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
12924
12925Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12926
12927 * configure.in (rs6000-*-*): Build gas.
12928
12929Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
12930
e490616e 12931 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
12932
12933Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12934
12935 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12936 for GDB and GDB has been fixed to not need it.
12937
6599da04
JM
12938Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12939
12940 * config.guess: Recognize vax hosts.
12941
12942Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12943
12944 * configure (while loop): Don't use "break 2" inside case
12945 statement -- the case statement isn't an enclosing loop.
12946
12947Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
12948
12949 * config.guess: Clean up NeXT support, to allow nextstep
12950 on Intel machines. Make OS be nextstep.
12951
12952Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
12953
12954 * config.guess: Add alternate forms for Convex.
12955
12956Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
12957
12958 * configure: Completely rewrite option processing. Take
12959 advantage of pattern-matching to avoid invoking test frequently.
12960 Also clean up host and target defaulting logic.
12961
12962Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
12963
12964 * Makefile.in: Replace all occurrances of "rootme" with "r" and
12965 "$${rootme}" with "$$r", to increase the likelihood that the do-*
12966 commands (plus user environment) will fit SCO limits.
12967
12968Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
12969
12970 * configure.in: Don't issue warnings about directories which are
12971 not being configured if -norecursion is set. Correct test for
12972 --with-gnu-as and --with-gnu-ld to not get confused by substring
12973 matches.
12974
12975 * configure.in: Don't build gas for alpha-dec-osf1*.
12976
12977Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
12978
12979 * configure: Back out Per's change of 12/19/1993. It changes the
12980 behavior of configure in unexpected and confusing ways.
12981
12982 Also, use different delim char when calculating
12983 program_transform_name so that the name can contain slashes.
12984
12985Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
12986
12987 * configure.in, config.sub: Add support for VSTa micro-kernel.
12988
12989Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
12990
12991 * configure.in: Nuke hacks which were used to get a special
12992 version of GAS for HPPA configurations.
12993
12994Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
12995
12996 * configure: If only ${target_alias} is given, use that
12997 as the default for ${host_alias}.
12998 * configure: Add missing back-slashes before nested quotes.
12999
13000Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13001
13002 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
13003
13004Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
13005
13006 * config.guess: Recognize some Tektronix configurations.
13007 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
13008
13009Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13010
13011 * config.sub: Match any flavor of SH.
13012
13013Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
13014
13015 * configure.in: Don't try to configure newlib for Alpha.
13016
13017Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13018
13019 * configure.in: Don't build ld for Irix 5. Don't build gas,
13020 libg++ or libio for any Alpha target.
13021
13022 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
13023
13024Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
13025
13026 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
13027 default arguments -- so it tried to compress itself.
13028
13029Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
13030
13031 * configure.in (notsupp): ensure that a space is always at the end
13032 of the configdirs list, since the grep checks for an explicit space
13033
13034Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13035
13036 * configure.in (target i386-sysv4.2): don't build ld, since static
13037 versions of many libraries are not available.
13038
13039Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13040
13041 * config.guess: Recognize Apollos (using environment variables).
13042 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
13043
13044Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13045
13046 * config.guess: Recognize Sony news mips running newsos.
13047
13048Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
13049
13050 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
13051 "fi ; else" for bash.
13052
13053Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
13054
13055 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
13056
13057Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
13058
13059 * config.sub: accept unixware as an alias for svr4.2.
13060 Fix some inconsistancies with the gcc version.
13061
13062Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13063
13064 * Makefile.in (DISTDOCDIRS): Add gdb.
13065
13066Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
13067
13068 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
13069
13070Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13071
13072 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
13073 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
13074 this now.
13075
13076Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13077
13078 * config.sub: Accept hiux* as an OS name.
13079
13080 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
13081 etc/make-stds.texi. The underscore came from gcc, and dje now
13082 agrees that RUNTESTFLAGS is the correct name.
13083
13084Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
13085
13086 * install.sh: Remove 'set -e'. It makes any conditionals
13087 in the script useless.
13088
13089 * config.guess: Automatically recognize arm-acorn-riscix
13090 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
13091
13092Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
13093
13094 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
13095
13096Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13097
13098 * Makefile.in (DISTDOCDIRS): New variable.
13099 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 13100 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
13101
13102Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13103
13104 * configure.in (hppa target): check the source directory for the
13105 pagas sub-directory
13106
13107Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
13108
13109 * config.sub: Allow -aout* and -elf*.
13110
13111Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13112
13113 * configure.in: Don't build ld on i386-solaris2, same as for
13114 sparc-solaris2.
13115
13116Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
13117
13118 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
13119
13120Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13121
13122 * configure.in: Configure gdb for alpha.
13123
13124Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13125
13126 * Makefile.in (CXXFLAGS): Add -O.
13127
13128Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13129
13130 * config.guess: added support for DG Aviion
13131
13132Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13133
13134 * configure.in: Produce warning message for subdirectories not
13135 configurable for this host/target combination. Don't try to
13136 configure gdb for vms.
13137
13138Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
13139
13140 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
13141 appropriate files before making "diststuff".
13142 (DISTBISONFILES): New var: list of files to be edited.
13143 (DISTSTUFFDIRS): Add binutils.
13144
13145Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13146
13147 * config.sub: also handle mipsel and mips64el (for little endian mips)
13148
13149Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13150
13151 * configure.in: Add * to end of all OS names.
13152
13153Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
13154
13155 * configure.in: Build newlib for LynxOS native.
13156
13157Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13158
13159 * config.guess: Add support for delta 88k running SVR3.
13160
13161 * configure.in: Add comment about HP compiler vs. emacs.
13162
13163Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13164
13165 * configure.in: don't build ld on solaris2 (not a viable option
13166 due to bugs in getpwnam & getpwuid)
13167
13168Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
13169
13170 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
13171 config.guess will produce a full version number.
13172
13173Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13174
13175 * configure.in: Build linker and binutils for alpha-dec-osf1.
13176
13177Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13178
13179 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
13180 and gdb/testsuite/Makefile.in.
13181
13182Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13183
13184 * configure.in: recognize mips*- instead of mips-
13185
13186Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
13187
13188 * config.sub: Accept linux*coff and linux*elf as operating
13189 systems.
13190
13191Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13192
13193 * config.sub: Recognize mips64, and mips3 as an alias for it.
13194
13195Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
13196
13197 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
13198 gdb knows how to handle OSF/1 shared libraries.
13199
13200Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13201
13202 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
13203 * config.guess: Recognize Hitachi's HIUX.
13204 * config.sub: Recognize h3050r* and hppahitachi.
13205 Remove redundant cases for hp9k[23]*.
13206
13207Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13208
13209 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
13210 if gas and ld are in the source tree and are in ${configdirs}.
13211 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 13212 --with options (but still pass them down on the command line,
6599da04
JM
13213 if they were explicitly specified).
13214
13215Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13216
13217 * configure: substitute SHELL value in Makefile.in with
13218 ${CONFIG_SHELL}
13219
13220Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13221
13222 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
13223 *-*-solaris2* targets.
13224
13225Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13226
13227 * Makefile.in: define M4, and pass it down to sub-makes;
13228 all-autoconf now depends on all-m4
13229
13230Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13231
13232 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
13233 presence of {ar,ranlib} instead of a configured directory
13234
13235Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
13236
13237 * config.guess: Accept 34?? as well as 33?? for NCR.
13238
13239Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13240
13241 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
13242 of 'gas' in sed commands, since 'gash' is now in the tree as well.
13243
13244Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13245
13246 * configure: grab values for $(CC) and $(CXX) from the
13247 environment, so that someone can do "CC=gcc configure; make" and
13248 have it work right (matching the way that autoconf works now)
13249
13250 * configure.in, Makefile.in: add support for gash, the tcl
13251 interface to Galaxy
13252
13253 * config.guess: add NetBSD variants (hp300, x86)
13254
13255Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
13256
13257 * install.sh: Support -d option (in the manner of SunOS 4 install,
13258 as it is more deterministic than that of GNU install)
13259 (chmodcmd): Set file to mode 755 by default (should also do default
13260 chgrp and chown, but I don't feel like dealing with that now)
13261
13262Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
13263
13264 * config.sub: Remove h8300hhms alias.
13265
13266Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13267
13268 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
13269
13270Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13271
13272 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
13273 as stmp-fixinc
13274
13275Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13276
13277 * config.sub: recognize m88110-bug-coff.
13278
13279Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13280
13281 * Makefile.in (all-libio): all dependencies on the toolchain used
13282 to build this (gcc, gas, ld, etc)
13283
13284Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13285
13286 * config.guess: Deal with OSF/1 1.3 on alpha.
13287
13288Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13289
13290 * install.sh: add some 'else true' clauses for portability
13291
13292 * configure.in: don't build libio for h8[35]00-*-* targets
13293
13294Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
13295
13296 * Makefile.in: Add support for new libio.
13297
13298Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13299
13300 * install.sh: If one command fails, don't try the rest. Don't try
13301 to remove $dsttmp (via trap) unless we have already created it.
13302 If $src doesn't exist, detect it and exit with an error.
13303
13304 * config.guess: Recognize BSD on hp300.
13305
13306Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
13307
13308 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
13309 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
13310
13311Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
13312
13313 * Makefile.in (all-send-pr): depends on all-prms
13314
13315Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13316
13317 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
13318
13319Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
13320
13321 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
13322 Added test for mips-mips-riscos5.
13323
13324Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13325
13326 * configure.in: use mh-hp300 for 68k HP hosts
13327
13328Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13329
13330 * configure: add support for CONFIG_SHELL, so that you can use
13331 some alternate shell for evaluating configure scripts
13332
13333Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
13334
13335 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
13336 in configure script to bug-gdb@prep.ai.mit.edu when building
13337 distribution archive.
13338 * Makefile.in (COMPRESS): Remove def.
13339 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
13340 gdb.tar.Z and make-gdb.tar.Z respectively.
13341 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
13342 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
13343 to convergence with 'taz' target in Makefile.in.
13344
13345Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13346
13347 * install.sh (dsttmp): use trap to ensure that tmp files go
13348 away on error conditions
13349
13350Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13351
13352 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
13353
13354Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13355
13356 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
13357 its parent is '/' not ''.
13358
13359 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
13360
13361Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
13362
13363 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
13364 that ${newsrcdir}/configure.in does.
13365
13366Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
13367
13368 * test-build.mk: support for CONFIG_SHELL
13369
13370Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
13371
13372 * config.sub (netware): Add as a basic system type.
13373
13374Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
13375
13376 * Makefile.in (Makefile): depend on configure.in. Also drop the
13377 $(srcdir)/ from the dependency on Makefile.in.
13378
13379Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
13380
13381 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
13382 (h8300hhms is temporary until multi-libraries are implemented).
13383 * configure.in: Handle h8300h too.
13384
13385Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13386
13387 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
13388
13389Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
13390
13391 * configure: Remove extraneous output when guessing host type.
13392 * config.guess: Remove extraneous output when guessing using C
13393 compiler rather than uname, or when guessing fails.
13394
13395Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
13396
13397 * Makefile.in: remove all.cross and install.cross targets
13398
13399 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
13400 definitions
13401
13402Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
13403
13404 * configure.in (target sh): Build gprof.
13405
13406Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13407
13408 * config.sub: change -solaris to -solaris2
13409
13410Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13411
13412 * configure.in: Use config/mh-riscos for mips-*-sysv*.
13413
13414Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
13415
13416 * configure: Correct error message for missing Makefile.in to
13417 print correct directory.
13418
13419Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13420
13421 * install.sh: kludge around 386BSD shell bug
13422
13423Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
13424
13425 * config.guess: Recognize NeXT.
13426 * config.guess: Recognize i486-ncr-sysv4.
13427 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
13428
13429Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
13430
13431 * Makefile.in (MAKEINFOFLAGS): New variable.
13432 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13433 * build-all.mk, test-build.mk: Pass down --no-split as
13434 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
13435
13436Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
13437
13438 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
13439
13440Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
13441
13442 * Makefile.in (libg++.tar.z): New rule.
13443 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
13444 * Makefile.in (taz): Only do a single chmod.
13445
13446Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13447
13448 * install.sh: don't use dirname anymore (replaced with sed usage)
13449
13450Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
13451
13452 * Makefile.in: Change extension for gzip'd files from '.z' to
13453 '.gz' per new FSF standard usage.
13454
13455Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
13456
13457 * configure: put quotes around the final value of program_transform_name
13458
13459Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13460
13461 * Makefile.in: new install.sh support; update install-info rules
13462
13463Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
13464
13465 * configure.in: Build diff for crosses, but not for go32 host.
13466
13467 * configure.in: Build gprof only for native, and don't build it
13468 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13469
13470Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
13471
13472 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13473
13474Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13475
13476 * configure.in (host_tools): Add prms.
13477
13478Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13479
13480 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13481 with $(FLAGS_TO_PASS) on the command line
13482
13483 * config.sub: Recognize lynx and lynxos
13484
13485Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
13486
13487 * config.sub: Accept -ecoff*, not just -ecoff.
13488
13489Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13490
13491 * Makefile.in (taz): Use .gz suffix instead of .z.
13492 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13493 names.
13494
13495Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13496
13497 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13498
13499Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13500
13501 * Makefile.in (install-no-fixedincludes): install gcc last, so
13502 that rebuilds that might happen during 'make install' don't get
13503 bogus gcc include files
13504
13505Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13506
13507 Change from Utah for HPPA support:
13508 * config.guess: Recognize hppa1.x-hp-bsd.
13509
13510Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
13511
13512 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
13513 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13514
13515Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
13516
13517 * config.sub: Add support for rom68k and bug boot monitors.
13518
13519Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
13520
13521 * Makefile.in: Make all-opcodes depend on all-bfd.
13522
13523Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
13524
13525 * config.guess: Added special check for i[34]86-univel-sysv4*.
13526
13527Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
13528
13529 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13530 the processor rather than assuming i486.
13531
13532Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
13533
13534 * config.guess: Recognize SunOS6 as Solaris3.
13535
13536Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
13537
13538 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
13539 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13540
13541Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
13542
13543 * build-all.mk (all-cross): New target for Canadian Cross.
13544 Added Q2 go32 targets.
13545 * test-build.mk: Configure go32 cross sparclite-aout and
13546 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
13547 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13548
13549Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13550
13551 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13552 GO32 hosted toolchains
13553
13554Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
13555
13556 * configure: change so "-exec-prefix" gets passed down rather
13557 than "-exec_prefix" so autoconf generated Makefiles get the
13558 exec_prefix set right.
13559
13560Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13561
13562 * config.guess: get the Solaris2 minor version number
13563
13564 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13565
13566Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13567
13568 * config.guess: Recognize some Sequent platforms.
13569
13570Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13571
13572 * Makefile.in: added the vault-install target
13573
13574 * configure.in: actually use the Sun3 makefile fragment that's in
13575 config, also added the release dir to configdirs
13576
13577Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13578
13579 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13580
13581Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13582
13583 * configure.in: remove some program from Alpha targetted toolchains
13584
13585Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
13586
13587 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
13588 gprof.
13589 (taz): Run "make diststuff" in those directories instead of "make
13590 proto-dir". Look for "VERSION=" only at start of line in subdir
13591 Makefile. Use "gzip -9" for compression.
13592 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13593 (binutils.tar.z): New target.
13594
13595Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13596
13597 * Makefile.in (taz): Include gpl.texinfo.
13598
13599Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13600
13601 * Makefile.in (setup-dirs): Merged into "taz" target.
13602 (taz): Only do `proto-dir' stuff if a directory is actually needed
13603 for this target.
13604
13605Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
13606
13607 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13608 (FLAGS_TO_PASS): Pass down MUNCH_NM.
13609 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13610 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13611 (gcc-no-fixedincludes): Correct for current gcc Makefile.
13612
13613Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
13614
13615 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
13616 config.sub, and move-if-change to gdb testsuite distribution
13617 archive, so the testsuite can be extracted, configured, and
13618 run separately from the gdb distribution. Blow away the Chill
13619 tests that require a Chill compiled executable, since GNU Chill
13620 is not yet publically available.
13621
13622Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13623
13624 * test-build.mk: set environment variables in a single command,
13625 instead of a list of assignments and exports
13626
13627 * config.guess: recognize Alpha/OSF1 systems
13628
13629Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13630
13631 * configure: Change help message to prefer --options rather than
13632 -options.
13633
13634Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13635
13636 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13637 zippy@ecst.csuchico.edu.
13638 * config.guess: Recognize miniframe.
13639
13640Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
13641
cc6010cd
AP
13642 * Makefile.in: Use srcroot to find runtest rather than rootme.
13643 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
13644
13645Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
13646
13647 * test-build.mk: Extensive additions to support building on a
13648 machine other than the host.
13649
13650Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
13651
13652 * configure (tooldir): Fix for i386-aix again.
13653
13654Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
13655
13656 * configure, Makefile.in: Change definition of $(tooldir)
13657 to match the FSF.
13658
13659Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
13660
13661 * config.guess: Recognize i[34]86/SVR4.
13662
13663Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
13664
13665 * Makefile.in (all-gdb): gdb depends on sim.
13666
13667Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
13668
13669 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
13670 at the same time we make the prototype gdb directory.
13671 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
13672 files at the same time as the gdb base release distribution.
13673
13674Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
13675
13676 * Makefile.in (check): Use individual check targets rather than
13677 DO_X rule.
13678 (check-gcc): Added.
13679
13680Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
13681
13682 * config.sub: Use sysv3.2 not sysv32 for canonical OS
13683 for System V release 3.2.
13684
13685Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13686
13687 * config.sub: Recognize hppaosf.
13688 * configure.in: Do configure ld/binutils/gas for it.
13689
13690Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13691
13692 * configure (tooldir): Alter syntax used to set this, for systems
13693 where "\$" isn't handled right, like i386-aix.
13694
13695Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
13696
13697 * configure: Pass program-transform-name, not
13698 program_transform_name, to recursive configures.
13699
13700Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
13701
13702 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13703 of gas+ld+binutils.
13704
13705Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
13706
13707 * config.guess: Recognize AIX3.2 as distinct from 3.1.
13708
13709Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13710
13711 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13712
6599da04
JM
13713Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13714
13715 * Makefile.in (PRMS): Set back to all-prms.
13716
13717Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
13718
13719 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13720 targets, rather than for MIPS hosts.
13721
13722Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13723
13724 * configure.in: add comment for --with-x default values
13725
13726 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13727
13728 * Makefile.in: add check-* targets for each of the directories in
13729 the tree. Add a definition of RUNTEST that will use the one we
13730 just built, if it exists. Pass this down via FLAGS_TO_PASS.
13731
13732Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
13733
13734 * configure.in: Removed obsolete references to bfd_target and
13735 target_makefile_frag.
13736
13737 * build-all.mk: Set assorted targets for Q2.
13738 * config.sub: Recognize z8k-sim and h8300-hms.
13739 * test-build.mk: Really don't pass host to configure.
13740 (HOLES): Added uname.
13741
13742Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
13743
13744 * configure: Handle an empty program-prefix, program-suffix or
13745 program-transform-name correctly.
13746
13747Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
13748
13749 * build-all.mk: -G 8 no longer required for MIPS targets.
13750 * test-build.mk: Don't pass host argument to configure; make it
13751 guess.
13752
13753Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
13754
13755 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
13756 * Makefile.in (COMPRESS): New macro, like GZIP.
13757
13758Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
13759
13760 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13761
13762 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13763 with gas currently defaults to -G 0.
13764
13765Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
13766
13767 * Makefile.in (all-flex): flex depends on byacc.
13768
13769 * build-all.mk: If host not specified, use config.guess. Pass TAG
13770 to test-build.mk as RELEASE_TAG.
13771 * test-build.mk (configargs): New variable containing arguments to
13772 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
13773 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13774
13775 * config.guess: Use /bin/uname when checking -X argument on SCO,
13776 to avoid invoking GNU uname which doesn't understand -X.
13777
13778 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13779
13780 * configure.in: Build gas for mips-*-*.
13781
13782Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13783
13784 * Makefile.in (all.normal): insert missing backslash.
13785
13786Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
13787
731a8127 13788 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
13789
13790 * Makefile.in: Complete overhaul to merge many almost identical
13791 targets.
13792
13793Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
13794
13795 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13796 (gdb.tar.Z): Adjusted.
13797
13798 * Makefile.in (setup-dirs, taz): New targets; should be general
13799 enough to adapt for gdb sometime. Build only .z file.
13800 (gas.tar.z): New target.
13801
13802Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
13803
13804 * build-all.mk: Use CC=cc -Xs on Solaris.
13805
6599da04
JM
13806Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
13807
13808 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
13809 for handling BISON for FSF releases.
13810
13811Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
13812
13813 * configure: Actually implement the change zoo just documented.
13814
13815Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
13816
13817 * configure: when using config.guess, only set target_alias when
13818 it's not already been set (ie, on the command line)
13819
13820Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13821
13822 * Makefile.in: add installcheck target, set PRMS to install-prms
13823
13824Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13825
13826 * configure: add support for package_makefile_fragment, handle the
13827 case where a directory has a configure.in file but no Makefile.in
13828 more gracefully (with an actual understandable error message, even);
13829 add support for --without (and add this to the usage message); also
13830 explicitly add a --host=${host_alias} to the command line when
13831 config.guess is used
13832
13833Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
13834
13835 * configure: Must use both --host and --target in recursive calls.
13836
13837Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
13838
13839 * Makefile.in: Change deja-gnu to dejagnu.
13840
13841Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
13842
13843 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13844
13845Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13846
13847 * configure.in: canonicalize all instances to *-*-solaris2*,
13848 also strip out a number of tools to not build for go32 host
13849
13850Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
13851
13852 * config.guess: add GPL.
13853
13854 * Makefile.in, config.guess, config.sub, configure: bump
13855 copyrights to 93.
13856
13857Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
13858
13859 * Makefile.in (do-info): Removed obsolete check for existence of
13860 localenv file.
13861
13862 * Makefile.in (MAKEOVERRIDES): Define to be empty.
13863
13864Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13865
13866 * Makefile.in: a couple of 'else true' for decstation,
13867 support for TclX
13868
13869 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13870
13871Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
13872
13873 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13874
13875Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
13876
13877 * config.guess: Recognize i386-ibm-aix (PS/2).
13878 * configure.in: Use config/mh-aix386 file for it.
13879
13880Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
13881
13882 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13883 CC_FOR_TARGET instead.
13884 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13885
13886Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
13887
13888 * Makefile.in: Add sim to list of directories sent with gdb
13889
13890Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
13891
13892 * configure.in: Put back mips-dec-bsd* case.
13893
13894Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
13895
13896 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13897 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
13898 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
13899
13900Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13901
13902 * configure.in: remove no-op mips-dec-bsd* in "case $target"
13903
13904 * Makefile.in (dir.info): only run gen-info-dir if it exists,
13905 (install-info): install dir.info only if it exists,
13906 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13907
13908Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
13909
13910 * configure.in: For vms target, skip bfd, ld, binutils. Do build
13911 gas for mips-dec-bsd.
13912
13913Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
13914
13915 * configure (makesrcdir): If ${srcdir} is relative and not ".",
13916 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13917
13918Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
13919
13920 * configure.in: Added "dejagnu" to hosttools list.
13921
13922Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
13923
13924 * config.sub, configure.in, config.guess: Add support
13925 for Bosx, an AIX variant from Bull.
13926 Patches from F.Pierresteguy@frcl.bull.fr.
13927
13928Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
13929
13930 * devo/dejagnu: Initial creation of devo/dejagnu.
13931 Migrated dejagnu testcases and support files for testing software
13932 tools to reside as subdirectories, currently called "testsuite",
13933 within the directory of the software tool. Migrated all programs,
13934 support libraries, etc. beloging to dejagnu proper from
13935 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
13936 with no modifications. The changes to these files which will
13937 allow them to configure, build, and execute properly will be made
13938 in a future update.
13939
13940Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
13941
13942 * Makefile.in: Change send_pr to send-pr.
13943 * configure.in: Likewise.
13944 * send_pr: Renamed directory to send-pr.
13945
13946Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
13947
13948 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
13949
13950Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
13951
13952 * README: Update for gdb-4.8 release.
13953 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
13954 gdb-xxx.tar.z (gzip'd) file also.
13955
13956Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13957
13958 * Makefile.in: make all-diff depend on all-libiberty
13959
13960Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
13961
13962 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13963
13964Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13965
13966 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13967
13968Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
13969
13970 * Makefile.in (DEVO_SUPPORT): Remove etc directory
13971 (ETC_SUPPORT): Only add the files GDB wants from etc/.
13972 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
13973
13974Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
13975
13976 * Makefile.in: makeinfo binary is in a new location
13977
13978Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
13979
13980 * config.sub: Accept -ecoff as an OS.
13981
13982 * Makefile.in: Various changes to eliminate a level of make
13983 recursion and reduce the required command line length.
13984 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13985 sub-makes.
13986 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13987 variables holding settings for specific sub-makes.
13988 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13989 in terms of BASE_FLAGS_TO_PASS.
13990 (TARGET_LIBS): New variable listing directories which use
13991 TARGET_FLAGS_TO_PASS.
13992 (subdir_do): Eliminated.
13993 (do-*): New set of targets to replace subdir_do.
13994 (various): All targets which used subdir_do now depend on do-*.
13995 (local-clean): Renamed from do_clean.
13996 (local-distclean): New target, dependency of distclean and
13997 realclean.
13998 (install-info): Don't create directories. Depend on dir.info
13999 rather than calling make recursively.
14000 (install-dir.info): Eliminated.
14001 (install-info-dirs): Create all info directories here.
14002 (dir.info): Depend upon do-install-info.
14003
14004 * test-build.mk (HOLES): Added false.
14005
14006Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
14007
14008 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
14009
14010Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14011
14012 * Makefile.in (info): remove dependency on all-texinfo. The
14013 problem was really in texinfo/C, not at this level.
14014
14015Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
14016
14017 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
14018
14019Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
14020
14021 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
14022 GDB releases.
14023
14024Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14025
14026 * configure: Include srcdir in message about target of link not
14027 being found. Don't convert `-' to `_' in `with' options being
14028 passed to subdirs.
14029
14030Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14031
14032 * configure.in: add uudecode to host_tools
14033
14034 * Makefile.in: added {all,install}-uudecode targets, added them to
14035 the appropriate lists
14036
14037Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
14038
14039 * Makefile.in (all-gcc): Added dependency on all-gas.
14040
14041 * configure.in (mips-*-*): Build ld and binutils.
14042
14043Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
14044
14045 * configure: check return code from mkdir, print error message and
14046 exit on failure.
14047
14048Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
14049
14050 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
14051
14052Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
14053
14054 * test-build.mk (HOLES): Added tar, cpio and uudecode.
14055
14056Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14057
14058 * config.sub (h8500): Recognize this as a cpu type.
14059
14060Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14061
14062 * configure: source directory missing is no longer a warning
14063
14064 * configure.in: recognize irix[34]* instead of irix[34]
14065
14066 * Makefile.in: define and pass down X11_LIB
14067
6599da04
JM
14068Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
14069
14070 * guess-systype: Renamed to ...
14071 * config.guess: ... by popular request.
14072 * configure.in, Makefile.in: Update accordingly.
14073
14074Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
14075
14076 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
14077 + Add Convex, Cray/Unicos, and Encore/Multimax support.
14078 + Execute ./dummy instead of assuming . is in PATH.
14079
14080Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
14081
14082 * guess-systype: New shell script. Attempts to guess the
14083 canonical host name of the executing host.
14084 Only a few hosts are supported so far.
14085 * configure: Call guess-systype if no host is specified.
14086
14087Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
14088
14089 * Makefile.in (gcc-no-fixedincludes): Made to work with current
14090 gcc Makefile.
14091
14092
14093Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
14094
14095 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
14096 (all-gcc, install-gcc, subdir_do): Use it.
14097
14098Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
14099
14100 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
14101
14102Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
14103
14104 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
14105 set exclusively by configure, using configure.in .
14106
14107Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14108
14109 * test-build.mk: set $PATH for all builds
14110
14111 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
14112
14113Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
14114
14115 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
14116 the one used in gcc/Makefile.in, so that a null expansion doesn't
14117 override the one needed to build gcc with a native cc.
14118
14119
14120Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
14121
14122 * configure: Accept -with arguments.
14123
14124Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
14125
14126 * Makefile.in: added h8300sim
14127
14128Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
14129
6599da04
JM
14130 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
14131 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
14132 (all-cygnus, native, build-cygnus): Make
14133 $(canonhost)-stamp-3stage-done, not $(host)....
14134 * test-build.mk (stamp-3stage-compared): Use tail +10c for
14135 i386-sco3.2v4. Added else true to if command.
14136
14137Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
14138
14139 * config.sub: (from FSF) Sequent uses a BSD-like OS.
14140
14141Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
14142
14143 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
14144
14145Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14146
14147 * configure.in: don't remove binutils from Solaris builds
14148
14149Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
14150
14151 * Makefile.in: get rid of earlier definitions for *clean,
14152 also handle the recursive info rule better
14153
14154Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
14155
14156 * Makefile.in (mostlyclean, distclean, realclean): Fix to
14157 do more-or-less the right thing.
14158
14159Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
14160
14161 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
14162 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
14163
14164Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14165
14166 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
14167 $(host_canonical).
14168
14169 * configure.in: split the configdirs list into 4 categories (native
14170 v. cross, library v. tool) and handle the cross-only and native-
14171 only in more reasonable (and correct!) way.
14172
14173Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
14174
14175 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
14176 configdirs anymore.
14177
14178Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14179
14180 * Makefile.in: extensive cleanup:: removed all of the explicit
14181 clean-* targets, collapsed many wrappers around subdir_do into
14182 one, added additional targets to satisfy standards.texi, deleted
14183 some old targets, some changes for consistency
14184
14185Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14186
14187 * configure.in: handle some programs as cross-only, and others as
14188 native only
14189
14190 * test-build.mk: handle partial holes in a more generic manner
14191
14192 * Makefile.in: m4 depends on libiberty
14193
6599da04
JM
14194Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14195
14196 * configure.in: add m4, textutils, fileutils, sed, shellutils,
14197 time, wdiff, and find to configdirs
14198
14199 * Makefile.in: all, clean, and install rules for the new programs
14200 added to configure.in
14201
14202Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14203
14204 * configure.in: use mh-sun for all *-sun-* hosts
14205
6599da04
JM
14206Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14207
14208 * Makefile.in: define flags for X11 include files and library file
14209 locations, pass them down to the programs that need this info
14210
14211 * build-all.mk: added a 'native' target, to 3stage the native toolchain
14212
6599da04
JM
14213Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14214
14215 * configure.in: start building libg++ for HP-UX targets
14216
14217Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
14218
14219 * README: Update references to files moved into etc/.
14220
14221Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
14222
14223 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
14224 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
14225
14226Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
14227
14228 * configure: accept dash as well as underscore in long option
14229 names for FSF compatibility.
14230
14231Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
14232
14233 * config.sub: added -sco3.2v4 support from FSF.
14234
14235Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14236
14237 * configure.in: expand the section that adds or removes
14238 directories from the list of programs to build, to handle native
14239 vs. cross in addition to host v. native
14240
14241Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
14242
14243 * Makefile.in: Replace C++ in macro names with CXX.
14244 This is less likely to break ...
14245
14246Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14247
14248 * test-build.mk: add -w to GNU_MAKE
14249
14250Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14251
14252 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
14253 add 'sparc' to list of recognized cpus. This needed to make
14254 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
14255 Delete some redundant ose68 variants. Recognize -wrs as an os,
14256 then changes that into $CPU-wrs-vxworks.
14257
14258 * configure.in: remove most references to gdbtest, regularize
14259 target based program removal
14260
14261 * test-build.mk: import from p3 tree (many fixes and changes)
14262
14263Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14264
14265 * Makefile.in: added rules to handle tcl, tk, and expect
14266
14267 * configure.in: handle those directories if they exist
14268
14269Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14270
14271 * config.sub: removed bogus hppabsd and hppahpux names, since
14272 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
14273
14274Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14275
14276 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
14277 depends upon all-xiberty
14278
14279 * Makefile.in: changes from p3, including:
14280
14281 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
14282
14283 * Makefile.in (XTRAFLAGS): include newlib directories if
14284 newlib/Makefile exists, rather than if host != target.
14285
14286 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
14287
14288 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14289 from the same source tree and not building a cross-compiler. This
14290 matters for the libg++ configuration if reconfiguring a tree that
14291 has already been installed.
14292
14293 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
14294
14295 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14296 pick up the machine and system specific header files.
14297
14298 * Makefile.in: added AS_FOR_TARGET, passed down in
14299 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14300 the C compiler to use to create programs which are run in the
14301 build environment, set it to default to $(CC), and passed it down
14302 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14303
14304 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
14305
14306 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
14307 We need them for unusual native builds, like systems without
14308 ranlib.
14309
14310 * configure: also define $(host_canonical) and
e490616e
ZW
14311 $(target_canonical), which are the full, canonical names for the
14312 given host and target
6599da04
JM
14313
14314Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
14315
14316 * Makefile.in: Added separate definitions for C++.
14317
14318Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
14319
14320 * configure.in (configdirs): Add deja-gnu.
14321
14322Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
14323
14324 * README: Update for configure.texi and gdb-4.7 release.
14325
14326Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
14327
14328 * Makefile.in: Move "all" target to top of file.
14329 Previously, first target was ".PHONY" which caused BSD4.4 make
14330 to build .PHONY when make was run without arguments.
14331
14332Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
14333
14334 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
14335 Library-copylefted code in libiberty.
14336
14337Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
14338
14339 * config.sub: Replace m68kmote with plain old m68k.
14340
14341Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
14342
14343 * Makefile.in: Remove space from blank line, avoid Make complaints.
14344
14345Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
14346
14347 * config.sub: Complain if no argument is given. Added support for
14348 386bsd as OS and target alias.
14349
14350Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
14351
14352 * Makefile.in (XTRAFLAGS): include newlib directories if
14353 newlib/Makefile exists, rather than if host != target.
14354
14355Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
14356
14357 * config.sub: recognize sparclite-wrs-vxworks.
14358
14359 * Makefile.in (install-xiberty): added *-xiberty make rules (from
14360 p3.) Added clean-xiberty to clean.
14361
14362Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14363
14364 * configure.in: use *-*-* instead of nested cases for host and target
14365
14366Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
14367
14368 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
14369 from the same source tree and not building a cross-compiler. This
14370 matters for the libg++ configuration if reconfiguring a tree that
14371 has already been installed.
14372
14373Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
14374
14375 * config.sub (i486v/i486v4): Merge in from FSF version.
14376
14377Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
14378
14379 * configure: only set PWD if it is already set.
14380
14381Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
14382
14383 * configure: just set PWD=`pwd` at the top, since Ultrix sh
14384 doesn't have unset and all success paths (and most error paths)
14385 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
14386 to just ${PWD} to avoid confusion.)
14387
14388Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
14389
14390 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
14391 even for a native compilation.
14392
14393Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
14394
14395 Changes to make the gdb.tar.Z rule work better.
14396
14397 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
14398 (DEVO_SUPPORT): Add configure.texi.
14399 (bfd-ilrt.tar.Z): Remove ancient rule.
14400
14401Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
14402
14403 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
14404 pick up the machine and system specific header files.
14405
14406 * configure.in, config.sub: added new target m68010-adobe-scout,
14407 with alias of adobe68k. Changed configure.in to check for
14408 -scout before -sco* to avoid a false match.
14409
14410 * Makefile.in: added AS_FOR_TARGET, passed down in
14411 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
14412 the C compiler to use to create programs which are run in the
14413 build environment, set it to default to $(CC), and passed it down
14414 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
14415
14416Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
14417
14418 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14419 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
14420 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14421 FOR_TARGET variants, to newlib and libg++.
14422
14423Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
14424
14425 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14426 first.
14427
14428Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
14429
14430 * config.sub: Accept `elf' as an environment.
14431
14432Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14433
14434 * Makefile.in (all-opcodes): cd into the right directory
14435
14436Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
14437
14438 * configure: added -program_transform_name option, used as
14439 argument to sed when installing programs.
14440 configure.texi: added documentation for -program_prefix,
14441 -program_suffix and -program_transform_name.
14442
14443Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
14444
14445 * config.sub: Accept i486 where i386 ok.
14446
14447Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
14448
14449 * config.sub: accept we32k
14450
14451Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
14452
3b75d237 14453 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
14454
14455 * Makefile.in: don't create all directories for ``make install'';
14456 let the subdirectories create the ones they need.
14457
14458Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14459
e490616e 14460 * COPYING: new file, GPL v2
6599da04
JM
14461
14462Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14463
14464 * Makefile.in: use the new gen-info-dir, which needs a template
14465 argument (which also lives in texinfo)
14466
14467 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14468
6599da04
JM
14469Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
14470
14471 * config.sub (ncr3000): Change i386 to i486.
14472
14473Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14474
14475 * Makefile.in: add install-rcs, install-grep to
14476 install-no-fixedincludes, removed install-bison and install-libgcc
14477
14478Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
14479
14480 * configure.in: grab the HPUX makefile fragment if on HPUX
14481
14482Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14483
14484 * Makefile.in: eradicate bison spoor (ditto libgcc).
14485 configure.in: recognise m68{k,000}-ericsson-OSE.
14486 es1800 is alias for m68k-ericsson-OSE
14487
14488Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14489
14490 * configure.in: rearrange the parts that remove programs from
14491 configdirs, based now on HOST==TARGET or by canonical triple.
14492
14493Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14494
14495 * test-build.mk: recurse explicitly with -f test-build.mk when
14496 appropriate. predicate stage3 and comparison on the existence
14497 of gcc. That is, if gcc isn't around, we aren't three-staging.
14498 On very clean, also remove ...stamp-co. Build in-place before
14499 doing other builds.
14500
14501Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14502
14503 * Makefile.in, configure.in: add tgas
14504
14505Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14506
14507 * Makefile.in: a number of changes merged in from progressive.
14508
14509 * configure.in: add libm.
14510
14511 * .cvsignore: ignore some stuff that comes from test-build.mk.
14512
6599da04
JM
14513Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
14514
14515 * config.sub: Add es1800 (m68k-ericsson-es1800).
14516
14517Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
14518
14519 * configure: Add program_suffix (parallel to program_prefix)
14520 * Makefile.in: adjust directory-creating script for losing decstation
14521
14522Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
14523
14524 * configure: Minor $subdir-related fixes.
14525
14526Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
14527
14528 * configure: fix various problems with propogating
14529 makefile_target_frag in subdirs.
14530 * configure.in: config libgcc if its there
14531
14532Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
14533
14534 * config.sub: HPPA merge.
14535
6599da04
JM
14536Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
14537
14538 * Makefile.in: Replace all-bison with all-byacc in all
14539 dependency lines for other tools (which now use byacc).
14540
14541Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
14542
14543 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
14544
6599da04
JM
14545Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
14546
14547 * Makefile.in: make gprof rules similar to byacc rules (instead of
14548 vestigal $(unsubdir) that didn't work...)
14549
14550Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
14551
14552 * config.sub: Add support for Linux.
14553 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
14554 (at least for libg++).
14555
14556Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
14557
14558 * configure.texi: fix doc for the -nfp option to configure
14559
14560Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
14561
14562 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14563
14564Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
14565
14566 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14567 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14568 * configure.in: added solaris* host_makefile_frag hook.
14569
14570Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14571
14572 * config.sub: changed recognition of m68000 so that various
14573 m68k types can be specified via m680[01234]0
14574
14575Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14576
14577 * config.sub (basic_machine): fix sed so that '-foo' isn't
14578 completely substituted out while .+'-foo' loses the '-foo'
14579
14580Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14581
14582 * config.sub ($os): Add -aout.
14583
14584Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
14585
14586 * configure: If host_makefile_frag is absolute, don't
14587 prefix ${invsubdir} (relevant to libg++ auto-configure).
14588
14589Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
14590
14591 * Makefile.in (tooldir): Define it.
14592 (all-ld): Depend on all-flex.
14593
14594Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
14595
14596 * Makefile.in (check): Fix libg++ special case.
14597
14598Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
14599
14600 * configure: do not bury `pwd` into config.status, thus do fewer
14601 pwd's.
14602
14603 * configure: print the "Building in" message only when building in
14604 other than "." AND verbose.
14605
63f6bcd7 14606 * configure: remove -s, rework -v to better accommodate guested
6599da04
JM
14607 configures.
14608
14609 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14610
14611Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
14612
14613 * Makefile.in: macroize flags passed on recursion. remove
14614 fileutils.
14615
14616Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
14617
14618 * configure: get makesrcdir right for subdirs deeper than 1.
14619
14620 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14621 install.
14622
14623Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
14624
14625 * Makefile.in: don't print subdir_do or recursion lines.
14626
14627Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
14628
14629 * standards.texi: added menu item.
14630
14631 * Makefile.in: build and install standards.info.
14632
14633 * standards.texi: new file.
14634
14635Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14636
14637 * configure: test for and move config.status pieces from
14638 ${subdir}/.
14639
14640Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
14641
6599da04
JM
14642 * configure: Test for existance of files before trying to mv
14643 them, to avoid numerous non-existance messages.
14644
14645Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
14646
14647 * configure: correct final line of config.status.
14648
14649 * configure: patch from eggert. Avoids a protection problem if
14650 the original Makefile.in is read only.
14651
14652 * configure: use move-if-change from gcc to create config.status.
14653 Some makefiles depend on config.status to tell if a directory
14654 has been reconfigured for a different host. This change
14655 prevents those directories from remaking everything in the case
14656 where the reconfig was only intended to rebuild a Makefile.
14657
14658 * configure: test for config.sub with "config.sub sun4" rather
14659 than "config.sub ${host_alias}". Otherwise we can't tell a bad
14660 host alias from a missing config.sub.
14661
14662Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14663
14664 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14665 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
14666
14667Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
14668
14669 * configure: mkdir ${subdir} as needed.
14670
14671Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
14672
14673 * Makefile.in,configure.in: added autoconf.
14674
14675Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14676
14677 * Makefile.in: no longer pass against on recursion.
14678
14679 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14680 definitions are not inherited.
14681
14682 * configure: correct makesrcdir when subdir is .
14683
14684Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
14685
14686 * configure: Add support for 'subdirs' variable, which is
14687 like 'configdirs', except that configure doesn't re-invoke
14688 itself for subdirs, it just creates a Makefile for each subdir.
14689 * configure.texi: Document subdirs.
14690
14691Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
14692
14693 * configure.in: added flex to configdirs
14694
14695Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
14696
14697 * Makefile.in: remove clean-stamps from clean.
14698
14699Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
14700
14701 * configure.in: Add gdbtest to configdirs.
14702
14703Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
14704
14705 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
14706 to recursive makes.
14707 * configure.in: Recognize new ncr3000 config.
14708
14709Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
14710
14711 * Makefile.in, configure.in: removed references to gdbm.
14712
14713Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
14714
14715 * config.sub: Don't canonicalize os value
14716 newsos* to bsd (readline needs to check for newsos).
14717 (This fix was earlier made Jan 31, but got re-broken.)
14718
14719Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
14720
14721 * configure.in: sco is an os, not a vendor!
14722
14723 * configure: Quote $( better. Keep various shells happy.
14724
14725Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
14726
14727 * Makefile.in: eliminate stamp-files.
14728
14729Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
14730
14731 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
14732 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14733
14734Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
14735
14736 * config.sub: fix iris/iris3.
14737
14738Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
14739
14740 * configure: re-add -rm.
14741
14742Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
14743
14744 * Maskefile.in: add .stmp-rcs to all.
14745
14746 * configure.in: remove gas from rs6000 build, use aix host fragment.
14747
14748Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
14749
14750 * configure: pass down site_option during recursion.
14751
14752Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
14753
14754 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
14755
14756Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
14757
14758 * configure: Change exec_prefix so that it really defaults to prefix.
14759
14760Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
14761
14762 * Makefile.in, configure.in: Add support for mmalloc library.
14763
14764Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
14765
14766 * Makefile.in: add stmp dependencies for a few more things.
14767
14768Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
14769
14770 * configure: adjusted error message on objdir/srcdir configure
14771 collision, per john's suggestion.
14772
14773 * Makefile.in: add libiberty stmp to all and all.cross.
14774
14775Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
14776
14777 * Makefile.in: remove force dependencies, add grep to all.
14778
14779Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
14780
14781 * Makefile.in: drop flex. make stamp files work.
14782
14783 * configure: added test for conflicting configuration in srcdir,
14784 remove trailing slashes from srcdir. Otherwise emacs gdb mode
14785 gets cranky. use relative paths for configure and srcdir
14786 whenever possible. Send some error messages to stderr that were
14787 going to stdout.
14788
14789Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
14790
14791 * Makefile.in: Fix libg++ rule to check for gcc directory
14792 before using gcc/gcc. Also pass XTRAFLAGS.
14793
14794Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
14795
14796 * Makefile.in: added stmp-files so that directories aren't polled
14797 when they are already built.
14798
14799 * configure.texi: fixed a node pointer problem.
14800
14801Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
14802
731a8127 14803 * config.sub configure.in gdb/configure.in
6599da04
JM
14804 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14805 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14806 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
14807
14808Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14809
14810 * configure: -recurring becomes -silent. corrected help message
14811 for -site= option.
14812
14813 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14814
14815Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14816
14817 * configure: when building Makefile for crosses, replace
14818 tooldir and program_prefix. default srcdir from location of
14819 config.sub. remove "for host in hosts" and "for target in
14820 targets" loops.
14821
14822Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
14823
14824 * Makefile.in: Do not pass bindir or mandir to cvs.
14825
14826Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
14827
14828 * Makefile.in, configure.in: removed traces of namesubdir,
14829 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
14830 copyrights to '92, changed some from Cygnus to FSF.
14831
14832 * configure.texi: remove most references to multiple hosts,
14833 multiple targets, subdirs, etc.
14834
14835 * configure.man: removed rcsid. reference config.sub not
14836 config.subr.
14837
14838 * Makefile.in: mkdir $(infodir) on install-info.
14839
14840Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
14841
14842 * configure.texi: Explain better about .gdbinit and about
14843 the environment that configure.in sections run in.
14844
14845Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
14846
14847 * configure.in: Ultrix is only a decstation if it's a MIPS.
14848
14849Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
14850
14851 * README: DOC.configure => cfg-paper.texi.
14852
14853Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
14854
14855 * config.sub (near case $os): Don't convert newsos* to bsd!
14856
14857Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
14858
14859 * Makefile.in: Reinstall change from gdb-4.3 that reduces
14860 the number of copies of COPYING that go into the GDB tar file.
14861
14862Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
14863
731a8127 14864 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
14865 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14866 Fix SCO configuration stuff.
14867
14868Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
14869
14870 * Makefile.in: For libg++, make sure the -I pointing
14871 to the gcc directory goes *after* all the libg++-local -I flags.
14872 Also, move just-gcc dependency from just-libg++ to all-libg++.
14873
14874Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
14875
14876 * configure: Change -x to -f to keep Ultrix /bin/test happy.
14877
14878Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
14879
14880 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
14881
14882Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
14883
14884 * config.sub: Add stratus configuration frags. Also
14885 submitted to FSF.
14886
14887Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
14888
14889 * Makefile.in (DEV_SUPPORT): add configure.man.
14890
14891 * config.sub(Decode manufacturer-specific): add -none*.
14892
14893Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
14894
14895 * Makefile.in: remove form feeds to make Sun's make happy.
14896 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
14897
14898Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
14899
14900 * Makefile.in (AR_FLAGS): Make quieter.
14901
14902Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
14903
14904 * configure.in: Add libg++.
14905 * configure: When verbose, don't output the command line at each
14906 level; it will be unremarkably the same as the previous version,
14907 which will be the same as what the user typed.
14908
14909Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
14910
14911 * configure.in, Makefile.in: fix clean-info, add flex. add
14912 fileutils.
14913
14914 * configure: be less sensitive to spaces in Makefile.in. Do not
14915 look for sources in "..". Doing so breaks subdirectories that
14916 might have their own configure. If a subdir has it's own
14917 configure script, use it.
14918
14919Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
14920
14921 * cfg-paper.texi: some changes suggested by rms.
14922
14923Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
14924
14925 * config.sub: Merge in some small additions from the FSF version,
14926 taken from the gcc distribution, to bring the Cygnus and FSF
14927 versions into closer sync.
14928
14929Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
14930
14931 * configure.in: Changed svr4 references to sysv4.
14932
14933Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
14934
14935 * configure: added -V for version number option.
14936
14937Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
14938
14939 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14940 renamed from DOC.configure to cfg-paper.texi.
14941
14942Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14943
14944 * configure, config.subr, config.sub: config.subr is now
14945 config.sub again.
14946
14947Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
14948
14949 * configure.texi: new file, in progress.
14950
14951 * Makefile.in: build info file and install the man page for
14952 configure.
14953
14954 * configure.man: new file, first cut.
14955
14956 * configure: find config.subr again now that configuration "none"
14957 has gone. removed all traces of the -ansi option. removed all
14958 traces of the -languages option.
14959
14960 * config.subr: resync from rms.
14961
14962Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14963
14964 * configure, config.sub, config.subr: merge config.sub into
14965 config.subr, call the result config.subr, remove config.sub, use
14966 config.subr.
14967
14968 * Makefile.in: revised install for dir.info.
14969
14970Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14971
14972 * configure.in: add decstation host makefile frag.
14973
14974 * Makefile.in: BISON now bison -y again. also install-gcc on
14975 install. clean-gdbm on clean. infodir belongs in datadir.
14976 Make directories for info install. Build dir.info here then
14977 install it.
14978
14979Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14980
14981 * Makefile.in: fix for bad directory tests.
14982
14983Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14984
14985 * configure: \{1,2\} appears to be a sysv'ism. Use a different
14986 regexp. -srcdir relative was being handled incorrectly.
14987
14988 * Makefile.in: unwrapped some for loops so that parallel makes
14989 work again and so one can focus one's attention on a particular
14990 package.
14991
14992Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14993
14994 * configure: added PWD as a stand in for `pwd` (for speed). use
14995 elif wherever possible. make -srcdir work without -objdir.
14996 -objdir= commented out.
14997
14998Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
14999
15000 * configure: +options become --options. -subdirs commented out.
15001 added -host, -datadir. Renamed -destdir to -prefix. Comment in
15002 Makefile now at top of generated Makefile. Removed cvs log
15003 entries. added -srcdir. create .gdbinit only if there is one
15004 in ${srcdir}.
15005
15006 * Makefile.in: idestdir and ddestdir go away. Added copyrights
15007 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
15008 and mandir now keyed off datadir by default.
15009
15010Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
15011
15012 * Freshly created ChangeLog.
15013
15014\f
15015Local Variables:
15016mode: change-log
15017left-margin: 8
15018fill-column: 76
15019version-control: never
15020End: